﻿html,
body {
    height: 100%;
    padding: 0;
    min-width: 1500px;
    line-height: 20px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    margin-bottom: 50px;
}

.wrap > .container {
    padding: 30px 15px 20px;
}

/*--Форма логина --*/
#login_form label {
    font-weight: bold;
}

#login_form #username, #login_form #password{
    width: 100%;
    margin-bottom: 10px;
}

.loginForm{
    width: 300px;
    margin: 0 auto; /* Отступ слева и справа */
}

#login_form_submit {
    width: 100px;
    float: left;
}

.error-field {
  border-color: red;
}

.navbar{
    width: 100%;
	/* height: 60px !important; */
}
/* цвет фона и рамки навигационного меню */
.navbar-default {
    background-color: #073D66;
}

.navbar-users {
    float: right !important;
}
/* цвет текста, содержащий название сайта или бренда */
.navbar-default .navbar-brand {
    color: white;
}
/* цвет текста (название сайта или бренда), при поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: white;
}
/* Цвет пунктов навигационного меню */
.navbar-default .navbar-nav > li > a {
    color: white;
    text-shadow: none;
}
/* Цвет пункта меню, при поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: white;
	background-color: #197EC1;
}
/* Цвет и фон активного пункта меню, а также поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: #197EC1;
}
/* Цвет и фон открытого пункта меню, а также поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: white;
    background-color: #197EC1;
}

.username-info{
    padding: 10px 15px 10px;
    color: #fff;
    text-decoration: none;
}

h3{
	margin-left: 50px;
}
.width20{
	width:20%;
	padding-left: 2px;
	padding-right: 3px;
}
.width40{
	width:40%;
	padding-left: 2px;
	padding-right: 3px;
}
input.short {
    width: 50px;
}
.bold{
    font-weight: bold;
}
td.aright{
	text-align: right;
}
td.atop{
	vertical-align: top;
}
.dis-none{
	display: none;
}
.strWaterUser{
	margin-bottom: 4px;
}

.all-content {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -91px;
}

.wrap{
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.wrap>.container{
    margin-left: 50px;
}
footer.footer{
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    position: relative;
    margin-top: -30px;
    height: 30px;
}

/* --- .topmenu верхнее меню --- */
.topmenu .navbar-inner {
    background: #073D66;
    border-radius: 0;
    color: #fff;
    height: 41px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.topmenu .sf-menu > li > a {
	line-height: 40px !important;
}

.topmenu  .sf-menu a:hover {
    line-height: 40px !important;
    background: #197EC1;
}

.topmenu li.sfHover a{
    background: #197EC1;
}


.topmenu .sf-menu .sfHover a {
    margin-top: 0px !important;
	line-height: 40px !important;
}

.topmenu .sf-menu .sfHover a:hover{
	line-height: 40px !important;
}
.topmenu .sub_menu {
    /* margin-top: 4px !important; */
    padding-top: 4px !important;
}
.topmenu .sub_menu a:hover {
    line-height: 40px !important;
    background: #197EC1 !important;
}
.topmenu .sub_menu li.sfHover {
    background: none;
}

.topmenu .sub_menu li a{
    line-height: 40px;
    min-height: 40px !important;
    height: 40px !important;
    background: #073D66 !important;
    padding: 0;
    margin-top: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.user-info-menu li.username {
    padding: 0px 10px 0 10px;
}

.custom-scale-inner{
    border: 1px solid rgb(106, 0, 255);
    border-top: none;
    color: rgb(0, 17, 255);
    font-size: 10px;
    text-align: center;
    margin-left: 99px;
    position: relative;
    top: -12px;
    margin-top: -21px;
    z-index: 1000;
}
