/* all styles */
.no-select {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
            user-select: none;
}

/* popup styles */
.m001_overlay{
    position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	top: 0;
	left: 0;
    display: none;
}
#m001_popup {
	width: 560px;
	height: 360px;
	padding: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -200px;
	color: #fff;
	background: #803030;
	box-shadow: 3px 3px 0 #790b0b;
    display: none;
	z-index:10;
}

.m001_popup-top-bar h2 {
	float: left;
	width: 480px;
	line-height: 22px;
	vertical-align: middle;
	border-bottom: 2px solid #fff;
    font-size: 24px;
    text-transform: uppercase;
}

.m001_popup-close-button {
	float: right;
}

.m001_popup-content {
	float: left;
    margin-top: 15px;
}

.m001_interface-input {
	background: #fff;
	outline: 0;
	
	font-size: 18px;
	vertical-align: middle;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	padding: 23px 16px 20px;
	font-family: 'Tahoma';
	border: 2px solid #f3f6f8;
	box-shadow: 0 5px 4px #ccc inset;
	display: block;
}

.m001_popup-content .m001_interface-input {
    
	margin: 20px 0;
	width: 524px;
}

.m001_popup-submit-button {
	width: 140px;
	margin: 10px auto 0;
}

.m001_popup-info {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	height: 20px;
}
.m001_interface-button {
    border: none;
    display: block;
	cursor: pointer;
	text-transform: uppercase;
	height: 21px;
	min-width: 21px;
	line-height: 23px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	border: 2px solid #f3f6f8;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #ff0000;
	box-shadow: 2px 4px 6px #8d0000 inset;
}
button.m001_interface-button{
    height: 47px;
}

.noty_container{
    top: 0; 
    position: fixed; 
    width: 100%; 
    height: auto; 
    margin: 0px; 
    padding: 0px; 
    list-style-type: none; 
    z-index: 10000000; 
    border-radius: 0 !important;
    font-size: 36px;
}

.noty_message{
	margin: 100px 100px 100px 100px;
}