body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    background-color: #f6f6f6;
	color: #333;
    overflow-x: hidden;
}

a,
a:hover,
a:visited {
    text-decoration: none !important;
}
h1, h2, h3, h4 {
    color: #104BA9;
}
.logobox {
    vertical-align: top;
    margin-top: 5px;
}
.logo {
    max-width: 100px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.logo_text {
    display: inline-block;
    margin-left: 12px;
    vertical-align: top;
    margin-top: 16px;
}
.bd1 {
    color: #eda213;
    font-size: 16px;
    font-weight: bold;
}
.bd2{
    color: #104BA9;
    font-size: 18px;
    font-weight: bold;
}
input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="password"], 
input[type="date"], 
textarea, 
select {
	outline: none;
	border: 1px solid #0068a7;
	-moz-box-shadow: 0 0 3px #aaa;
	-webkit-box-shadow: 0 0 3px #aaa;
	box-shadow:0 0 3px #aaa; 
	padding:4px 10px 4px 12px !important;
	border-radius:5px;
	font-size: 14px;
    height: 34px;
    color: #000;
    width: 90%;
    margin-left: 12px;
    margin-top: 1px;
    margin-bottom: 25px;
}
select:focus {
    outline: none;
}
textarea {
    height: 80px;
}
input[type="radio"], input[type="checkbox"] {
    margin-left: 12px;
}
.input_small {
    width: 100px !important;
}

input[type="submit"] {
	font-size: 14px;
    background-color: #104BA9;
    color: #fff;
    border: 0px;
    height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    width: 170px;
    outline: none;
    margin-top: 5px;
    transition: 0.3s;
}
input[type="submit"]:hover,
.back:hover {
	background-color: #4ca5d2;
	-moz-box-shadow: 0 0 3px #aaa;
	-webkit-box-shadow: 0 0 3px #aaa;
	box-shadow:0 0 3px #aaa; 
	color: #000;
}
.back {
    font-size: 14px;
    background-color: #b9b7b7;
    color: #fff;
    border: 0px;
    height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    width: 170px;
    outline: none;
    margin-top: 5px;
    transition: 0.3s;
}

option {
	color: #000;
    border: 1px solid #0068a7;
    outline: 1px solid #0068a7;
}
label {
    padding-left: 12px;
    color: #104BA9;
    margin-bottom: 0;
    min-width: 150px;
}
table, th, td {
   border: 1px #104BA9 solid;
   padding: 1px 5px;
   font-family: 'Open Sans Condensed', sans-serif;
   font-family: 'Roboto Condensed', sans-serif;
   font-size: 14px;
}
td {
    text-align: left;
    padding: 2px;
}
th {
	text-align: center;
}
.btn1 {
    font-size: 14px;
    background-color: #1c8fca;
    color: #fff;
    border: 0px;
    height: 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    width: 220px;
    outline: none;
    margin: 15px;
    transition: 0.3s;
    padding: 12px 26px;
    margin-bottom: 30px;
}
.btn1:hover, {
    background-color: #ca5f1c;
    -moz-box-shadow: 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 3px #aaa;
    box-shadow:0 0 3px #aaa; 
    text-decoration: none;
    color: #fff;
}
.fooicon-plus:before {
    color: red;
    font-weight: bold;
}
.footable-first-visible {
    text-align: left;
}
.footable-details {
    background: #d9d9d9;
}
.footable-details tr td {
    text-align: left;
}
.footable-header th {
    text-align: center;
}
.footable-details th {
    width: 200px !important;
}
.title_block {
    padding: 10px;
}
.title_block p {
    margin-left: 42px;
    margin-bottom: 3px;
}
.title_block h1 {
    margin-left: 40px;
    margin-top: 0px;
}
.menu_karot {
    padding-left: 0px;
}
.menu_karot li {
    list-style: none;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 20px;
}
.karot_btn{
    padding: 10px;
    width: 210px;
    margin: 0px 20px;
    border: 1px #337ab7 solid;
    border-radius: 5px;
    background: transparent;
    color: #337ab7;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    box-shadow: 0px 0px 15px #aaa;
}
.list_btn{
    width: 230px;
    min-height: 32px;
    padding: 12px;
    margin: 0px 20px;
    border: 1px #337ab7 solid;
    border-radius: 5px;
    background: transparent;
    color: #337ab7;
    box-shadow: 0px 0px 2px #aaa;
}
.karot_btn:hover,
.list_btn:hover {
    background: #337ab7;
    color: #fff;
    box-shadow: 0px 0px 15px #333;
}
.menu_karot .active .karot_btn,
.menu_karot .active .list_btn {
    background: #337ab7;
    color: #fff;
}
.menu_adminka li {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.menu_adminka .karot_btn {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.copyright1 {
    color: rgba(34, 34, 34, 0.49);
}
#check_imo {
	font-size: 12px;
	padding: 4px 8px;
	border-radius: 5px;
	border: 1px #999 solid;
	width: 130px;
	text-align: center;
	cursor: pointer;
	margin-left: 12px;
}
#check_rezult {
	display: inline-block;
	margin-left: 15px;
}
.razdel_title {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.podrazdel_title {
	text-align: left;
	margin: 15px;
}
.ramka {
	padding: 10px;
	margin: 10px;
	border: 1px #ccc solid;
	border-radius: 10px;
}
.orange_block {
    background-color: rgba(237, 162, 19, 1);
    border: none;
    border-radius: 12px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-style: normal;
    color: #FFFFFF;
    padding: 4px 10px;
    display: inline-block;
}
.blue_block {
    background-color: #337ab7;
    border: none;
    border-radius: 12px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-style: normal;
    color: #eee;
    padding: 6px 12px;
    display: inline-block;
    box-shadow: #aaa 7px 7px 10px;
}
.blue_block:hover {
    box-shadow: #888 3px 3px 5px;
    color: #FFFFFF;
}
.razdel_hr {

}
.item_t {
	margin-top: 25px;
}
.item_desc {
	margin-left: 80px;
}
.groups {
	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: 10px;
	float: left;
}
.lbl_info {
    width: 300px !important;
    min-width: 20px !important;
    border: 1px #aaa solid;
    text-align: center;
    padding: 3px 6px;
    color: #000;
    font-weight: bold;
}
.lbl_info.active {
    color: #fff;
    background-color: #31708f;
}
.lbl_left,
.lbl_right {
	width: 40px !important;
	min-width: 20px !important;
	border: 1px #aaa solid;
	text-align: center;
	padding: 3px 6px;
	color: #000;
	font-weight: bold;
}
.lbl_left.active {
	color: #fff;
	background-color: green;
}
.lbl_right.active {
	color: #fff;
	background-color: red;
}
.lbl_not_see {
    width: 82px !important;
    min-width: 20px !important;
    border: 1px #aaa solid;
    text-align: center;
    padding: 1px 6px;
    color: #000;
    font-weight: bold;
    margin-top: 3px;
}
.lbl_not_see.active {
    color: #fff;
    background-color: #9D9B0F;
}
.lbl_none {
    width: 82px !important;
    min-width: 20px !important;
    border: 1px #aaa solid;
    text-align: center;
    padding: 1px 6px;
    color: #000;
    font-weight: bold;
    margin-top: 3px;
}
.lbl_none.active {
    color: #fff;
    background-color: #484848;
}
.lbl_view {
    display: inline-block !important;
    margin-right: 2px;
}
.info_view {
    font-size: 16px;
}
.zone_header {
    background-color: #ddd;
    padding: 8px 15px;
}
.zone_fr {
    padding: 10px;
    background-color: #fff;
    display: none;
}
.zone_view_button {
    padding: 3px 8px;
    background-color: #CCE9F5;
    color: #000;
    border:1px #777 solid;
    border-radius: 3px;
}
.zone_not_view_button {
    margin-left: 15px;
    padding: 3px 8px;
    background-color: #fff;
    color: #000;
    border:1px #777 solid;
    border-radius: 3px;
}
.zone_not_view_button.active {
    background-color: #92861E;
    color: #fff;
}
.zone_no_button{
    margin-left: 15px;
    padding: 3px 8px;
    background-color: #fff;;
    color: #000;
    border:1px #777 solid;
    border-radius: 3px;
}
.zone_no_button.active{
    background-color: #545050;
    color: #fff;
}
.div_robl {
    color: #ff0000;
    font-weight: bold;
}
.yellow_block_title {
    background-color: rgba(237, 162, 19, 1);
    border: none;
    border-radius: 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-align: center;
    max-width: 215px;
    margin-right: 0px;
    margin-left: auto;
    box-shadow: #aaa 7px 7px 10px;
    padding: 8px 15px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
}
.yellow_block_title:hover {
    box-shadow: #999 7px 7px 10px;
}
.top_block {
    padding: 10px;
    border-radius: 10px;
    background-color: #ddd;
}
.btn3 {
    border-width: 0px;
    width: 130px;
    height: 35px;
    background: inherit;
    background-color: #104BA9;
    border: none;
    border-radius: 6px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    text-align: center;
}
.btn3:hover{
    color: #fff;
}
.footable-details th {
    text-align: left;
}
.copyright{
    text-align: right;
    color: #777;
    font-size: 10px;
}
.map-location {
    height: 20px;
    width:20px;
    float: right;
}
.en_small {
    color: #0d3f80;
    font-size: 12px;
}

@media only screen and (max-width: 640px) {
   /* Add your custom styles here for Mobile */
    .item_desc {
		margin-left: 5px;
	}
}