@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900';
/* font-family: 'Roboto', Arial, Helvetica, sans-serif; */

body {
	margin:0;
	color:#000;
	font:14px/18px 'Roboto', Arial, Helvetica, sans-serif;
	background:#fff;
	font-weight: 400;
}
img {
	border-style:none;
}
a {
	color:#1b4f9f;
	outline:none;
	text-decoration: underline;
	font-weight: 500;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
a:hover {
	text-decoration:none;
	color: #1b1d50;
}
a:focus {
	outline:none;
}
* {
	outline:none;
}
input, textarea, select {
	font:100% 'Roboto', Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
	display: block;
}
label {
	margin: 0;
	font-weight: 400;
}
h2 {
	color: #333;
	font-size: 30px;
	font-weight: 700;
	line-height: 34px;
	margin: 0;
	text-align: center;
}
#wrapper{
	width: 100%;
	margin:0 auto;
	overflow: hidden;
}
#header{
	position:relative;
	height:1%;
}
#header.active{
	padding: 60px 0 0;
}

table.dataTable tbody tr.hide-yes{
    
    opacity: 0.3;
}

table.dataTable tbody tr .hide-no{
    
    opacity: 1;
}

.form-control-feedback {
    top: 0px;
}
.greendiv {
    
    /*outline: 2px solid #000; /* ×¸ðíàÿ ðàìêà */
    display: none;
    border: 3px solid green; 
    padding: 20px;
    font:20px/24px 'Roboto', Arial, Helvetica, sans-serif;
}

.activeuser {
    
    /*outline: 2px solid #000; /* ×¸ðíàÿ ðàìêà */
    display: none;
    border: 3px solid green; 
    padding: 20px;
    font:20px/24px 'Roboto', Arial, Helvetica, sans-serif;
}

.erroractive {
    
    /*outline: 2px solid #000; /* ×¸ðíàÿ ðàìêà */
    display: none;
    border: 3px solid red; 
    padding: 20px;
    font:20px/24px 'Roboto', Arial, Helvetica, sans-serif;
}


.reddiv {
    
    /*outline: 2px solid #000; /* ×¸ðíàÿ ðàìêà */
    display: none;
    border: 3px solid red; 
    padding: 20px;
    font:20px/24px 'Roboto', Arial, Helvetica, sans-serif;
}


.checkbox-label {
    
    margin: 0 0 0 10px;
}

#checkbox_save {
    
    margin: 0;   
}


.load-wrap {
    
    display: none;
    background: rgba(255,255,255,1);
    opacity: 0.8;
    bottom: 0;
    left:   0;
    right: 0;
    position: fixed;
    top:    0;
    width: 100%;
    z-index: 1500;
    
}

.w-loader {
    
    background: url(/html/images/loader1.gif) no-repeat 0 0;
    height: 40px;
    left: 50%;
    position: fixed;
    top: 45%;
    width: 40px;
    
}

.top-message {
	background: #607d8b;
	padding: 8px 0;
	text-align: center;
}
.top-message span {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.logo{
	float:left;
	width:222px;
	height:60px;
	background:url(/html/images/logo_bg_sm.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:19px 0 0;
}
.logo a{
	display:block;
	height:100%;
}
.head-desc {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	display: block;
	padding: 17px 0 0;
}
.head-desc span {
	display: block;
}
.head-desc strong {
	font-weight: 500;
}
.head-box {
	padding: 9px 0 10px	;
}
.col-right {
	float: right;
}
.top-phone {
	text-align: right;
}
.top-phone a {
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	margin: 0 0 15px;
}
.top-phone strong {
	color: #333;
	font-size: 24px;
	font-weight: 900;
	display: block;
	margin: 0 0 14px;
}
.top-phone span {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	display: block;
	margin: 0 0 0;
}


.sign-in-up .left-inner-addon {
    position: relative;
}

.sign-in-up .left-inner-addon input {
    padding-left: 30px;
}

.sign-in-up .left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.sign-in-up .right-inner-addon {
    position: relative;
}

.sign-in-up .right-inner-addon input {
    padding-right: 30px;
}

.sign-in-up .right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 17px 12px;
    pointer-events: none;
}

.sign-in-up .click2select {
    text-align: center;
    margin-top: 1em;
    font: 28px/32px 'Roboto', Arial, Helvetica, sans-serif;
}

.sign-in-up .paywith {
    padding: 12px 12px 0 0;
    margin: 0;
    font-weight: bold;
}