@font-face {
    font-family: 'Segoe UI Light';
    src: url('fonts/segoeuil.eot');
    src: local("Segoe UI Light"),
         local("Segoe WP Light"),
         url('fonts/segoeuil.eot?#iefix') format('embedded-opentype'),
         url('fontsfonts/segoeuil.woff') format('woff'),
         url('fonts/segoeuil.svg#SegoeUILight') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	background: #edeef0;
}
#header-line {
	background: #507196;
	moz-box-shadow: none;
	webkit-box-shadow: none;
	box-shadow: none;

}
#menu-line {
	background: #507196;
}
.header .logo {
    text-decoration: none !important;
    text-transform: uppercase;
    display: block;
    float: left;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    margin-left: 45px;
    font-family: 'Titillium Web';
    font-weight: 200;
    font-style: normal;
}

.main {
	background: #edeef0;
}

.col-main {
	background: #edeef0;	
}
.col-left{
background: #edeef0;
margin-top: 20px;
}
.loginstr{
	color:#494952;
	text-align: left;
	padding-bottom: 5px;
	width: 150px;
}
input[name="login"],input[name="password"] {
	height:25px !important;
	background: #fff !important;
	border-radius: 1px;
	width:150px !important;
}
.select_title {
    width: 120px;
    font-size: 14px;
    border: 0;
    font-style: normal;
    color: #fff;
    padding: 0 5px;
    cursor: pointer;
    background: transparent;
}
.select_title .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 3.5px 0 3.5px;
    border-color: #ffffff transparent transparent transparent;
    float: right;
    margin-top: 7px;
}
#nav {
	padding: 0;
	line-height: 35px;
}
#nav li a {
    color:#fff;
    font-weight: 300;
    font-style: normal;
}

.bsl {
display: block;
    padding: 3px 5px;
    margin-bottom: 0;
    width: 140px;
    margin: 5px auto;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #507196;
    border-color: #2e6da4;
    text-decoration: none;
}

.bsl:hover {
	color: #fff;
    background-color: #286090;
    border-color: #204d74;
    text-decoration: none;
}
.forg {
	color:#515a85 !important;
	font-size: 12px !important;
}
.scont {
	background: #507196;
}
.scont li a {
	text-decoration: none;
	color:#fff;
}