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;
		display: flex;
}
.logo {
    max-width: 100px;
    height: 75px;
    float: left;
    vertical-align: top;
}
.logo_text {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    margin-top: 10px;
}
.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: 200px;
}
input[type="radio"], input[type="checkbox"] {
    margin-left: 12px;
}
.input_small {
    width: 100px !important;
}
#texarea_info {
	width: 100%;
}

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;
}
table.table_big,
table.table_big th,
table.table_big td {
   border: 1px #104BA9 solid;
   padding: 1px 5px;
   font-family: 'Open Sans', sans-serif;
   font-size: 14px;
	 margin: auto;
}
table.table_big thead {
	text-align: center;
}
.filter {
	background-color: #ddd;
	border-radius: 10px;
}
#filter_submit{
	margin-top: 21px;
	height: 34px;
}
.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: 4px;
    -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;
		margin-right: 6px;
		margin-bottom: 8px;
}
.blue_block:hover {
    box-shadow: #888 3px 3px 5px;
    color: #FFFFFF;
		background-color: #2b567b;
}
.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;
}
#map{
	width: 100%;
	height: 600px;
}
#map #info {
	min-height: 35px;
	min-width: 100px;
	padding: 6px 8px;
	font: 14px "Roboto", sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
	position: absolute;
	top: 5px;
	left: 50px;
	color: #000;
	z-index: 99999;
}

#time_range{
	margin-top: 38px;
	height: 34px;
	background-color: #bd4741;
	border: 1px #bd4741 solid;
	margin-bottom: 12px;
}
#time_range:hover{
	color: #bd4741;
	background-color: #fff;
}
.report_country {
	font-size: 16px;
}
.small_info {
	font-size: 14px;
	margin-left: 10px;
}
.small_info12 {
	font-size: 12px;
	margin-left: 10px;
}
.small_url {
	font-size: 10px;
	margin-left: 10px;
	color: #104BA9;
}
.inf_name {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
}
.country_name {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
}
.data_sanohrana{
	font-weight: bold;
}
.sanohrana_item {
	margin-bottom: 8px;
	margin-left: 5px;
}

.frame3{
	margin: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px #777 solid;
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	margin-bottom: 20px;
}
.frame3:hover{
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
.grid2{
	display: grid;
	grid-template-columns: auto 70px;
	grid-gap: 5px;
}
.CaptionText {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #222;
	align-self: center;
	text-align: right;
	padding-right: 12px;
}
.CaptionText span {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.CaptionCount {
	font-size: 30px;
	color: #104BA9;
	font-weight: bold;
	align-self: center;
	text-align: center;
	border-bottom: 1px #aaa dotted;
}
.SubTitleText {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #222;
	text-align: right;
	padding-right: 12px;
	align-self: center;
}
.SubTitleText span {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.SubTitleCount {
	font-size: 18px;
	color: #557AB5;
	font-weight: bold;
	align-self: center;
	text-align: center;
	line-height: 16px;
}
.meanyears {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #222;
}
.meanyears span {
	font-size: 20px;
	color: #CE3A00;
	font-weight: bold;
	align-self: center;
	text-align: center;
	line-height: 16px;
}

#DataTables_Table_0 {
	max-width: 99%;
}
.dataTables_filter {
	margin-bottom: 15px;
}
.index_item {
	height: 100px;
}
.table_fame tr td {
	text-align: center;
	padding: 2px 8px 2px 8px;
}
table.dataTable {
    border-collapse: collapse !important;
}
.dataTables_wrapper {
	overflow-x: scroll !important;
	max-width: 99%;
}

@media only screen and (max-width: 640px) {
   /* Add your custom styles here for Mobile */
    .item_desc {
		margin-left: 5px;
	}
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 16px;
	}
}
