div.w2p_flash {
    background-image: none;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #333;
    font-weight: 400;
    min-width: 28px;
    max-width: 300px;
    opacity: 1;
    vertical-align: baseline;
    right: auto;
    border-width: 1px;
    margin: 0 0 20px;
    padding: 15px 35px 15px 15px;
}
div.w2p_flash.alert:hover {
    opacity: 1;
}
.ie-lte8 div.w2p_flash {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000', GradientType=0);
}
.ie-lte8 div.w2p_flash:hover {
    filter: alpha(opacity=25);
}
.main-container {
    margin-top: 20px;
}

div.error {
    width: auto;
    background: transparent;
    border: none;
    background-image: none;
    color: red;
    display: inline-block;
    padding: 5px;
}
div.w2p_flash.alert {
    display: none;
    position: fixed;
    top: 70px;
    right: 75px;
    cursor: pointer;
    z-index: 1000;
    background-color: #f9edbe;
    border-color: #f0c36d;
}
.w2p-toolbar-hidden {
    margin: 10px;
}
ul.w2p_list {
    margin-left: 0;
    padding-left: 0;
}
.w2p_list li {
    margin-bottom: 6px;
}
.w2p_list li input {
    display: inline-block;
    width: 85%;
    margin-right: 4px;
}
.w2p_list li a {
    margin-bottom: 2px;
}
div[id^=_autocomplete_] {
    margin-top: -10px;
    z-index: 1;
}
select.autocomplete {
    display: block;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-color: #428bca;
    padding: 6px 12px;
}
#web2py-logo {
    color: #c6cecc;
}
#web2py-logo b {
    display: inline-block;
    margin-top: -1px;
}
#web2py-logo b>span {
    font-size: 22px;
    color: #FFF;
}
#web2py-logo:hover {
    color: #FFF;
}
.footer > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px;

}
.background {
    background: url(../images/background.jpg) no-repeat center center;
}
body {
    /*margin-bottom: 60px;*/
}
header {
    -webkit-box-shadow: 0 0 8px 2px #000;
    -moz-box-shadow: 0 0 8px 2px #000;
    box-shadow: 0 0 8px 2px #000;
    margin-bottom: 10px;
}
html {
    position: relative;
    min-height: 100%;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 80%;
    /*height: 28px;*/
    background: #f7f7f7;
    height: 2.3%;
    font-size: 0.8em;
}
.footer ul{
	margin: 0;
	padding-left: 0;
}
header h1 {
    color: #FFF!important;
    text-shadow: 0 0 7px #000;
}
header .jumbotron {
    background-color: transparent;
}
.w2p_flash {
    opacity: 0.9!important;
    right: 100px;
}
.right {
    float: right;
    text-align: right;
}
.left {
    float: left;
    text-align: left;
}
.center {
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
td.w2p_fw {
    padding-bottom: 1px;
}
td.w2p_fl {
    text-align: left;
}
td.w2p_fl,
td.w2p_fw {
    padding-right: 7px;
}
td.w2p_fl,
td.w2p_fc {
    padding-top: 4px;
}
div.w2p_export_menu {
    margin: 5px 0;
}
div.w2p_export_menu a,
div.w2p_wiki_tags a,
div.w2p_cloud a {
    margin-left: 5px;
    padding: 2px 5px;
}
#submit_record__row td {
    padding-top: .5em;
}
div.error_wrapper {
    display: block;
}
.copyright {
    float: left;
}
#poweredBy {
    float: right;
}
.web2py_grid tbody td {
    vertical-align: middle;
    padding: 2px 5px;
}
.web2py_grid thead th,
.web2py_grid tfoot td {
    background-color: #EAEAEA;
    padding: 10px 5px;
}
.web2py_grid tr.odd {
    background-color: #F9F9F9;
}
.web2py_grid tr:hover {
    background-color: #F5F5F5;
}
.web2py_console form {
    width: 100%;
    display: inline;
    vertical-align: middle;
    margin: 0 0 0 5px;
}
.web2py_console form select {
    margin: 0;
}
.web2py_search_actions {
    float: left;
    text-align: left;
    width: 100%;
}
.web2py_grid .row_buttons {
    min-height: 25px;
    vertical-align: middle;
}
.web2py_grid .row_buttons a {
    margin: 3px;
}
.web2py_grid .row_buttons a,
.web2py_paginator ul li a,
.web2py_search_actions a,
.web2py_console input[type=submit],
.web2py_console input[type=button],
.web2py_console button {
    line-height: 20px;
    margin-right: 2px;
    display: inline-block;
    padding: 6px 12px;
}
.web2py_counter {
    margin-top: 5px;
    margin-right: 2px;
    width: 35%;
    float: right;
    text-align: right;
}
.web2py_table {
    clear: both;
    display: block;
}
.web2py_paginator {
    text-align: right;
    background-color: #f2f2f2;
    padding: 5px;
}
.web2py_paginator ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.web2py_paginator .current {
    font-weight: 700;
}
.web2py_breadcrumbs ul {
    list-style: none;
    margin-bottom: 18px;
}
li.w2p_grid_breadcrumb_elem {
    display: inline-block;
}
.web2py_console input,
.web2py_console select,
.web2py_console a {
    margin: 2px;
    padding: 6px 12px;
}
#wiki_page_body {
    width: 600px;
    height: auto;
    min-height: 400px;
}
.ie-lte7 .topbar .container {
    z-index: 2;
}
.ie9 #w2p_query_panel {
    padding-bottom: 2px;
}
.web2py_console .form-control {
    width: 20%;
    display: inline;
    height: 32px;
}
.web2py_console #w2p_keywords {
    width: 50%;
}
.web2py_search_actions a,
.web2py_console input[type=submit],
.web2py_console input[type=button],
.web2py_console button {
    padding: 6px 12px;
}
td.w2p_fl,
td.w2p_fw,
td.w2p_fc,
#web2py_user_form td,
.web2py_grid .web2py_form td {
    vertical-align: top;
}
#auth_user_remember__row label,
.web2py_paginator ul li {
    display: inline;
}
.web2py_grid,
.web2py_grid table {
    width: 100%;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 4px 0 0;
}

button.mod_class, button.header_btn{
    padding: 4px;
}
.prog_type_group{
	display: inline-block;
	padding: 4px 10px 4px 10px;
	position:relative;
	margin: 0 2px;
}


.prog_type_name{
	display:none;
	position:absolute;
	width:100%;
	z-index: 1;
	background-color: inherit;
	text-align: center;
	opacity: 0.7;
	border-radius: 0 0 5px 5px;
	left: 0;
}

button.mod_class, button.header_btn, #custom_switcher li.prog_type_group , .main_tab_li{
    cursor: pointer;
    padding: 4px 10px 4px 10px;
    border: none;
    margin: 0px;
    background-color: #efefef;
}

button.mod_class, .main_tab_li{
	border-radius: 0px;
}

@media screen and (min-width:992px){
.content_region{
    width: 80%;
    float:left;
}

.navbar-toggleable-md .navbar-toggler {
    display: none;
}
.navbar-collapse.collapse{
    display: block;
}
.canvas_container_cls{
	grid-template-columns: 80% 20%;
}
.grid_2_col{
	display: grid;
	grid-template-columns: 50% 50%;
}

.left_sidebar{
    width: 20%;
    float: left;
    height: 100%;
}

#right_sidebar{
    float: left;
    width: 20%;
    padding-top: 10px;
}
#middle_content{
    float: left;
    width: 80%;
}

#custom_switcher li.prog_type_group.level_1, #custom_switcher button.level_1{
    margin:2px 4px 7px 0px;
}

#model_name{
	padding-left: 36px;
	background-repeat: no-repeat;
	background-size: 28px 26px;
}
/*button#prog_7, .icon_prog_7{
    background-image: url('/vitimeteo/default/private_call/run/resource_rewrite?prog_dir=img&res_name=pero32.png');
}
button#prog_8, .icon_prog_8{
    background-image: url('/vitimeteo/default/private_call/run/resource_rewrite?prog_dir=img&res_name=oidium32.png') ;
}
button#prog_9, .icon_prog_9{
    background-image: url('/vitimeteo/default/private_call/run/resource_rewrite?prog_dir=img&res_name=glaszikade32.png');
}
button#prog_10, .icon_prog_10{
    background-image: url('/vitimeteo/default/private_call/run/resource_rewrite?prog_dir=img&res_name=venturia32.png') ;
}
button#prog_11, .icon_prog_11{
    background-image: url('/vitimeteo/default/private_call/run/resource_rewrite?prog_dir=img&res_name=blackrot32.png');
}

button#prog_12, .icon_prog_12{
    background-image: url('/vitimeteo/default/private_call/run/resource_rewrite?prog_dir=img&res_name=rustmite32.png') ;
}

button#prog_14, .icon_prog_14{
    background-image: url('/vitimeteo/default/private_call/run/resource_rewrite?prog_dir=img&res_name=phenology32.png') ;
}
button#prog_16, .icon_prog_16{
    background-image: url('/vitimeteo/default/private_call/run/resource_rewrite?prog_dir=img&res_name=tw32.png') ;
}
button#prog_17, .icon_prog_17{
    background-image: url('/vitimeteo/default/private_call/run/resource_rewrite?prog_dir=img&res_name=wetter32.png') ;
}*/
#partners_grid{
	grid-template-columns: 20% 80%;
}
#header_grid{
	grid-template-columns: 50% 50%;
}

}

#middle_content{
    margin-bottom: 20px;
}

#right_sidebar h2 {
    background-color: #dedede;
    padding: 4px 0 4px 10px;
}
.inc_item {
    margin-bottom: 10px;
}
.files_list{
	height: 200px;
	overflow:hidden;
	position: relative;
	top: 0;
}
#right_sidebar .arrow{
	height: 14px;
	background: #efefef;
	display: inline-block;
	width: 100%;
	background-repeat: no-repeat;
    background-position: center;
    cursor:pointer;
    background-size: 15% 60%;
}
#right_sidebar .arrow_up{
	background-image: url(/vitimeteo/static/images/arrow_up.png);
}
#right_sidebar .arrow_down{
	background-image: url(/vitimeteo/static/images/arrow_down.png);
}

#right_sidebar ul{
    padding-left: 4px;
}
.neu_btn{
	background-image:url(/vitimeteo/static/images/neu.gif);
	background-repeat:no-repeat;
	background-position: top right;
	padding-right: 20px !important;
}
.custom_btn{
	background: #f0f0f0;
	color: inherit;
}

.navbar-collapse ul li, #right_sidebar ul li, .no_padding ul li{
    list-style: none;
}
.no_padding ul {
	padding: 0;
}
.navbar-admin , .navbar-admin  li{
	display: inline-block;
}
.navbar-light .nav-link{
	color: #00000088;
}
.left_sidebar .collapse{
	height: 90%;
	margin-top: 10px;
}
.navbar-collapse ul{
	padding-left: 0;
}
#divid_main img{
    max-width: 95%;
}

.navbar-toggler-right {
    top: 10px;
}

ul.horiz_ul li{
    display:inline-table;
    padding-right: 8px;
}

a.icon_only{
	background: url("/vitimeteo/static/images/user_anonym.png") no-repeat;
	color: transparent;
	vertical-align: middle;
	background-position: center;
	display: inline-block;
	height: 20px;
	width: 24px;
}


ul.horiz_ul{
    padding-left : 0px;
    margin-bottom: 0px !important;
}

#target_stations li, #target_locations li{
    list-style: none;
}
#target_programs{
	display: grid;
	grid-template-columns: 5% 25% ;
	justify-items: start;
}
.page_title{
    padding: 5px 0 5px 10px;
    /*background: #FFFEF9;*/
}

.page_title h2 , .info_icon{
    display: inline;
}
.info_icon{
    vertical-align: top;
    cursor: pointer;
}

.custom_grid #delete_record__row{
    display:none;
}

#boxc3, #boxc2 {
    display: inline-table;
}


.lastupdate_parent div{
	display:inline;
}
.graytext{
    color: #808080;
}

.updatable_block{
    background-color: #EAEAEA;
    padding: 10px;
    margin-bottom: 10px;
}
.updatable_ctrl{
    float: left;
    width: 40%;
}

#delete_record__row{
    display:none;
}

.empty_string {
    padding-left: 84px;
}

#users_grid .web2py_console a.btn-default:first-child {
    display:none;
}

#map_wrapper{
    position: relative;
}
#hya_switcher, #weather_switcher, #legende_switcher, #grapecam_switcher{
	position: absolute;
	z-index: 1;
	background-color: #F7F7F7;
	opacity: 0.9;
	padding: 5px;
	right: 0;
	border-radius: 0 0 0 5px;
}
#hya_switcher, #grapecam_switcher{
	right: 50%;
	/*left: 20%;*/

}
.pad_4 {
    padding: 0 4px;
    font-size: 1.8em !important;
    color: white;
    background-color:#92b1c9;
    width: 100%;
    text-align: center;
}
img.hya_icon{
	vertical-align: inherit;
	margin-left: 2px;
}

#map_loader, #loader, .loading {
	position: fixed;
	z-index: 10;
	background-color: white;
	padding: 20px;
	opacity: 0.7;
	border-radius: 40px;
	top: 300px;
	right: 50%;
}

#results_list_container{
	height: 90%;
    overflow-y: scroll;
    overflow-x: clip;
    position: relative;
	background:#fff;
	padding-right: 25px;
}


.expand_btn, .btn_compair{
	cursor:pointer;
	background-color:#EDEEEF;
	border: 1px solid #EDEAEF;
	padding: 4px;
	border-radius: 4px;
	vertical-align : baseline;
	margin-left: 4px;
}
.icon_btn{
	cursor:pointer;
	padding: 2px 4px;
	vertical-align : baseline;
	margin-left: 4px;
	color: #000000;
	background-color : transparent;
	border: none !important;
}
#model_name{
	display:inline;
	font-weight: bold;
	font-size: 1.4em;
}
#date_switcher button{
    padding: 2px;
    border-radius: 5px;
    color: transparent;
    vertical-align: baseline;
}

#date_switcher .changeDate.prev{
	background : url("/vitimeteo/static/images/arrow_left.png") no-repeat center;
}
#date_switcher .changeDate.next{
	background : url("/vitimeteo/static/images/arrow_right.png") no-repeat center;
}

.navbar-toggleable-md{
    padding: 5px 0 5px 10px;
}

#cur_date{
    cursor: pointer;
}

#custom_switcher .active{
    font-weight: bold;
}

.full_height{
    height: 100%;
}

#page_content{
	height: 85%;
}

.w2p_flash, .calendar, #ui-datepicker-div{
    height: auto;
}

#results_list{
    padding:20px 0 0 2%;
    /*overflow-x: scroll;*/
}
#legende_block, #help_block{
    padding: 10px;
    position: absolute;
    background-color:#F7F7F7;
    z-index: 10;
    box-shadow:0 0 3px #b7b7b7;
    border-radius: 5px;
}
.inc_item .legend_table{
	width: 100%;
}
.legend_table td{
    color: #000;
}
#help_block{
    width: 300px;
}
#results_list thead td{
    padding: 2px 4px;
}
#results_list h3 {
    margin-top: 18px;
}

.footer_menu{
    margin-left: 10px;
    float: left;
}
.footer_menu li{
    list-style: none;
    display: inline;
    margin: 0 10px;
}
.footer_menu .footer_a{
	font-size : 90%;
}

th.light_gray{background-color: #dAdAdA; border: 1px solid #dAdAdA;}
th.white{background-color: #FDFDFD; border: 1px solid #FDFDFD;}
th.dark_gray{background-color: #9A9A9A; border: 1px solid #9A9A9A;}

td.light_gray {border:1px solid #BABABA;}
td.white {border:1px solid #EDEDED;}
td.dark_gray {border:1px solid #7A7A7A;}
td.trans_col {
	border: 1px solid #efefef;
}

.station_table .other_td, .dc_station_table .other_td{
    border : 1px solid #EDEDED;
    padding: 0px 2px;
}

th.white.newMonth{
	border : 1px solid #000000;
}
.station_table td, .station_table th, .dc_station_table td, .dc_station_table th{
    text-align: center;
    font-weight: normal;
    padding: 0;
    font-size: 80%;
}

.vm_apicall .station_table th{
	padding: 0 4px;
}

.risk_table td, .risk_table th{
    text-align: center;
    font-weight: normal;
    padding: 0;
    font-size: 80%;

}

.risk_table td{
	width: 4px;
}

.stat_th{
	border-top: 1px solid #efefef00;
}
.monthes_div .risk_table td{
	width: auto;
	font-weight: bold;
}

.monthes_div{
	position: fixed;
	z-index: 1;
}
.width_fulli .monthes_div{
	margin-top: -28px;
}
.monthes_div .risk_table{
	background: #ededed;
	opacity: 0.5;
}
.normal .risk_table td{
	width: 10px;
	text-shadow:  -1px -1px 1px #efefef, 1px -1px 1px #efefef, -1px 1px 1px #efefef, 1px 1px 1px #efefef;
}
.risk_table{
	table-layout: fixed;
}

.station_name_td{
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100px;
	white-space: nowrap;
	width: 100px;
	min-width : 100px;
}

.station_table{
	/*display: inline-table;*/
	float:left;
	width: 10%;
	z-index: 1;
	position: relative;
	background: white;
}

.station_table.normal{
	width: 18%;
	display: inline-table;
}

.risk_tab_cont{
	float: left;
	width : 88%;
	position: relative;
	z-index: 0;
}


.monthes_div .station_table{
	opacity: 0;
}
.risk_tab_cont.not_complete{
	float: left;
}

.risk_tab_cont.normal{
	width: 78%;
	display: inline-grid;
}
.monthes_div table{
	table-layout: fixed;
}

.disp_inline{
	display: inline !important;
}
.trans_col{
	color:transparent;
}
.trans_bg{
	background:transparent;
}

#results_list table.station_table, #results_list table.risk_table{
    border-collapse: collapse !important;
    border-spacing: 0px;
}
#results_list .width_full, #results_list .width_fulli{
	width : 100%;
}
#results_list>.width_full>table.width_fulli{
	table-layout:fixed;
}
.width_fulli{
	margin: 4px 0 10px 0;
}

.container-fluid{
    height: auto;
    margin-bottom: 60px;
}

.inline_elem {
    display: inline-table;
    width: 33%;
}

.inline-btn{
    padding: 2px 4px;
    background-color: #EFF0F1;
    border-radius: 5px;
    margin: 0px 2px;
}
.btn_hint{
    border:1px solid #AA0000;
}
#data_from, #cur_date{
    width: 100px;
}

.form-group label, .form-group .col-sm-9{
    display:inline-table;
}
li.stat_list_item {
    border-bottom: 1px solid #ffffff;
    padding: 4px 0 4px 18px;
    width: 99%;
    display: inline-table;
}
li.stat_list_item.hidden {
	display: none;
}
ul#alpha_ul li.stat_list_item {
	padding: 4px 0 ;
}
li.stat_list_item:hover {
    background: #ffffff;
}
.stat_list_item a {
    width: 83%;
    display: inline-table;
    text-decoration: none;
    cursor: pointer;
}
.stat_list_item span{
    width: 15%;
    display: inline-table;
}

#logo_ex {
    position: absolute;
    right: 10px;
    width: 25%;
}

#login_btn{
	position: absolute;
	right: 4px;
	z-index:300;
	top: 6px;
}

@media screen and (max-width:991px){
	.station_name_td{
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 60px;
		white-space: nowrap;
		width: 60px;
		min-width : 60px;
	}
	.options_container_cls{
		max-width: 100% !important;
	}
	#options_container #monthes{
		display:block;
	}
	button.mod_class{
		margin: 0 2px;
		width: 105px;
	    margin-bottom: 3px;
	}

	button.header_btn{
		margin: 0 2px;
	}

	#logo_ex , #logo_grp, #vm_title, #ministerium{
		display:none;
	}
	#page_content{
		position:relative;
	}
    #dynamic_content{
        height: 60%;
    }
	.footer{
		width: 100%;
	}
    .navbar-toggler {
        position: absolute;
        right: 2%;
    }
	#login_btn{
		right: 70px;
		top: 8px;
	}

}
#logo_grp{
	max-height: 45px;
	position: absolute;
	right: 0px;
	margin-right: 20px;
	z-index: 2;
}
#tabs{
	padding: 0px;
	width: 100%;
}

#tabs > ul.ui-tabs-nav{
	border: none;
	padding-bottom: 2px;
}
#subtabs ul.ui-tabs-nav{
	background-color: transparent;
	border: none;
}

#subtabs div.ui-tabs-panel{
	border-top: 1px solid #9996;
	padding: 0.4em 0.4em;
}

.ui-tabs-panel{
	padding: 1em 0.5em;
}
#tabs .ui-corner-all {
    border-radius:  0  ;
}
#tabs .custom-panel{
	padding-top: 3px !important;
	margin-bottom: 20px;
	padding: 0;
}
#subtabs .ui-tabs-anchor{
	padding: 2px 4px;
}
#subtabs li.ui-tabs-tab:hover{
	background-color: #B9C194;
}
.row_2{
    display: inline;
}

.goToTop {
    color: transparent;
    background-image: url(/vitimeteo/static/images/goToTop_icon.png);
    background-repeat: no-repeat;
    padding: 4px 0;
    background-position: center;
    position: absolute;
    cursor:pointer;
    right: 0px;
    border: none;
}
.goToTop:hover {
    color: transparent;
}
.ui-widget.ui-widget-content {
    border: None;
}
.ui-dialog{
	border: 2px solid #4F4F4F;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: 1px solid transparent;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    border: 1px solid #A0B444;
    background-color: #ffffff;
    background-image: none;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #000000;
}

#tabs > ul li.ui-tabs-tab:hover, .btn:hover {
	box-shadow: 0 0 3px 1px #66666699;
}
.btn{
	cursor: pointer;
}
.btn:hover{
    background-color: #efefef;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #000000;
}
.hide_this{
	display:none;
}
.canvas_container_cls {
	display: grid;
}

.options_container_cls {
	padding-top: 20px;
}
.options_container_cls  select, .options_container_cls  input[type=text], .options_container_cls button{
	width : 100%;
}

.station_table .first_inf_th, .risk_table .risk_th, .station_table .first_infect_td{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width:60px;
}
#dc_table, .dc_row{
	padding: 0 4px;
}

#dc_table thead td{
	background: #EAEAEA;
	padding: 2px 6px;
}
#dc_table a, #popup a{
	cursor: pointer;
	font-weight: bold;
}

.custom_table table{
	table-layout: fixed;
}

.replace_btn.btn{
	color: #a0a0a0;
	cursor:pointer;
}
.replace_btn.btn.active{
	cursor: pointer;
	background-color: #e1e8c4;
	/*color: white;*/
}
#show_sql, #exec_replace{
	cursor:pointer;
}


.ui-dialog{
	box-shadow: 0px 1px 3px #848484;
}

.dc_red { background: #F99981;}
.dc_green { background: #7FFF00;}
.dc_yellow { background: #FFD700;}


.dc_lila {background: #db8de8;}

.row_dlg {
	margin: 20px auto 0;
}
.row_dlg label.small {
	width: 16%;
}
.row_dlg label {
	font-weight: bold;
}
.row_dlg label.dt_name {
	font-weight: normal;
	margin: 0;
}
.row_dlg .fixed_width {
	margin-right: 8%;
	width: 25%;
}
.fixed_width5{
	width: 49%;
}
.w_30{
	width: 30%;
}
.w_140{
	width: 140px;
}
.w_40{
	width: 40px;
}
#origStation {
	margin-left: -4px;
	width: 25%;
	padding: 4px 0;
}

#datatypes span, .fixed_width50{
	display: inline-block;
	width: 49%;
}
#ui-datepicker-div{
	border: 1px solid #ddd;
}

#sql_results, #exec_replace, #replace_sql, #show_sql{
	width: 100%;
}

.bold_row{
	font-weight: bold;
}

riskbar .station_name {
	color: transparent;
	font-size: 0%;
}
.dc_row input, .dc_row label{
	margin-right: 10px;
}

/********compair stations*********/


.row_selected {
    background-color: #e5e6d6;
    box-shadow: 1px 0 2px 0 #ddd;
    margin: 6px;
    padding: 4px;
    position:relative;
}
.lbl_block{
    display:block;
    font-weight: bold;
    margin: 5px 0 9px;
    height: 1em;
}
.sel_box_small {
    margin-right:1%;
    overflow-x: auto;
}
.sel_box_large {
    position : relative;
}
.sel_box_small select{
    min-width: 100%;
    border:none;
    background-color: #b1b13f;
    box-shadow: 1px 0 2px 1px #898a7a;
}
#selected_list {
    background-color: #e1e8c4;
    width: 100%;
    padding: 4px 8px;
    margin-top: 10px;
}

#sensors_sel {
    background-color: #DBEAF9;
    display: grid;
    grid-template-columns: auto 20%;
    padding: 4px 8px;
}
.btn-important{
	background-color: #E1E8C4;
	border: 1px solid #888;
	font-weight: bold;
	box-shadow: 0px 0px 2px #666;
}
.getDataBtn.btn-important{
	margin-top:4px;
}
#stations{
    background-color:#DBEAF9;
}

.date_sel_los {
    clear:both;
}
.row_selected > button {
    background-color: #e9e9e9;
    border: medium none;
    box-shadow: 0 1px 2px 0 #dedede;
    font-weight: bold;
    position: absolute;
    right: 3px;
    top: 4px;
}
.row_selected td {
    border-right: 1px solid #e9e9e9;
    padding: 0 5px;

}
#selected_list .station_id, #selected_list .sensor_id{
    display:none;
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
    line-height: 0;
}

.vm_btn{
    border: medium none;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 0 #333;
    font-weight: bold;
    padding: 3px 10px;
    cursor:pointer;
}

#options{
    float:left;
    width:20%;
    padding: 30px 0 0 0;
    margin-right: 10px;
}
#stationsCbx{
    padding:0px;
}
#hinweis {
    color: #af0000;
    font-weight: bold;
}
.sel_row {
    overflow: auto;
}
.sel_row_stat select, .sel_row_stat input{
	border: none;
	background: #F7F7F7;
	border-radius: 5px;
}
.sel_row_stat select{
	padding: 10px 4px;
}
.sel_row_stat input{
	padding: 7px 4px;
}
.sel_row_stat .btn{
	vertical-align: top;
}
.ui-accordion .ui-accordion-content{
    padding: 1em;
}

.ui-accordion .ui-accordion-header{
    padding-left: 1.7em;
}
.ui-helper-reset, .ui-widget,.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
    font-size: 95%;
}
#options li{
    list-style : none;
    color: #ddd;
    font-weight: bold;
    text-shadow: 2px 1px 1px #333;
    padding: 2px;
}

#alle_sensoren{
    background-color: #cfdeed;
    font-weight: bold;
}

#stationsCbx input{
	margin: 6px;
}

.loading{
	margin: auto;
	width: 85px;
	background: #dddddd;
	opacity: 0.5;
	border-radius: 15px;
	padding: 10px;
}
#compare_stat_btn{
	/*float: right;*/
	background: #A1A288;
	color: #F8F8E8;
}
.dc_row, .dq_row{
	margin: 4px 0 10px 0 ;
	text-align: center;
}
#dc_table, #dq_table {
	height: 800px;
}
#dc_table .fht-tbody, #dq_table .fht-tbody{
	height : 100%;
}

#dc_table .fht-table.fht-table-init{
	margin-bottom: 50px;
}
#dq_table a{
	cursor:pointer;
}
#dq_table table.fixed_layout{
	table-layout: fixed;
}

#dq_table tr:nth-child(2n){
	background: #F9F9F9;
}
.last_td {
    padding-right: 6px !important;
    color:transparent;
}

/* Neu API*/
#main_tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: .4em 0.4em;
    border: none;
}

#stations_list{
	height: 93%;
	overflow-y:scroll;
}
#main_tabs{
	height: 99%;
	width: 95%;
}
#main_tabs #maps{
	height: 100%;
}
#main_tabs .ui-tabs-panel  li.with_border{
	border: 1px solid #7F7F7F;
	padding: 4px;
	margin: 4px 0;
}
#main_tabs .ui-tabs-panel  li.with_border span.link_title{
	font-size: 110%;
	font-weight: bold;
	color: #590707;
}
#main_tabs .ui-tabs-panel{
	padding: 1em 0.6em;
	border-top: 1px solid #A0B444;
}

#main_tabs .ui-tabs-panel  li.with_border.active{
	background: #e1e8c4;
}
#main_tabs .ui-tabs-panel  li.with_border.active:hover{
	box-shadow: 0 0 6px 1px #e1e8c4;
}
#main_tabs .ui-tabs-panel  li.with_border:hover{
	box-shadow: 0 0 3px;
}
#main_tabs .ui-tabs-panel  ul li a{
	cursor: pointer;
}
#main_tabs .ui-tabs-panel  ul li.with_border a:hover{
	text-decoration: none;
	color: inherit;
}
#main_tabs .ui-tabs-panel  li.with_border span.link_title:hover{
	color: #014c8c;
}

#main_tabs .ui-widget-icon-floatend{
    margin: 0px;
    width: 0px;
}

#dynamic_header{
    border-bottom: 1px solid #F7F7F7;
}


#fixed_header{
    padding: 4px 0 4px 4px;
}

#fixed_header #vm_title{
	width: 65%;
}
#ministerium{
	position: absolute;
	right: 10%;
	top: 6px;
}

#fixed_header #ministerium{
	width: 30%;
}
#fixed_header #ministerium img{
	width: 100px;
	display: inline-block;
	vertical-align: bottom;
}
#fixed_header #ministerium .tiny_text{
	display: inline-block;
	width: 65%;
	font-size: 75%;
}
#ministerium .blue_text{
	color:#2C5A93;
	width: 50%;
	display:inline-block;
	text-align: right;
}
@media screen and (min-width:991px) and (max-width:1300px){
	#fixed_header #ministerium .tiny_text{
		display:none;
	}
	#fixed_header #ministerium .blue_text{
		display:none;
	}
	#fixed_header #ministerium{
		width: 15%;
	}
	#fixed_header #vm_title{
		width: 85%;
	}
}
li a{
	cursor: pointer;
}

#stations_target ol{
	padding-left: 0px;
}
#stations_list .btn, #results_list_container .btn{
	padding: 2px 4px;
	margin: 1px 4px;
	cursor: pointer;
}
#stations_list .btn.active, #results_list_container .btn.active, #monthes .btn.active, #legende_wrapper .btn.active,
#dynamic_header .btn.active, #dataperday_controls .btn.active{
	background-color: #e1e8c4;
}
#monthes .btn{
	margin: 1px 0;
	padding: 0.3rem 0.5rem;
	color: #565656;
}
#monthes .btn.active{
	color:#000;
	font-weight: bold;
}
#monthes{
	display: grid;
}

#main_tabs{
	background: transparent;
}

#stations_target #reg_accord  .head{
	display: block;
	cursor: pointer;
	margin: 6px 0px;
}
#stations_target #reg_accord  .head.hidden{
	display:none;
}
#stations_target #reg_accord  .head a{
	font-weight: bold;
	font-size: 100%;
}
#stations_target #reg_accord .ui-state-focus{
	border: none;
	background: inherit;
}

.flash-msg{
	display: none;
}

.flash-msg.logged_in{
	position: absolute;
	z-index: 1;
	background: #EFEFEF;
	padding: 5px;
	box-shadow: 0px 0px 1px #999;
	border-radius: 3px;
	right: 15px;
	top: 30px;
	opacity: 0.7;

}

#main_tabs.ui-tabs .ui-tabs-nav li a.tab_icon{
    /*padding: 8px 8px 8px 28px;*/
    width: 40px;
    height: 36px;
    background-position: center;
    background-size: 34px 34px;
    background-repeat: no-repeat;
    cursor: pointer;
}

a.map_icon, a.map_icon:hover, a.map_icon:active, a.map_icon:focus{
    background-image: url("/vitimeteo/static/images/map.png");
}

a.stations_icon, a.stations_icon:hover, a.stations_icon:active, a.stations_icon:focus{
    background-image: url("/vitimeteo/static/images/stations.png") ;
}
a.tools_icon, a.tools_icon:hover, a.tools_icon:active, a.tools_icon:focus {
    background-image: url("/vitimeteo/static/images/tools.png") ;
}
a.info_icon, a.info_icon:hover, a.info_icon:active, a.info_icon:focus{
    background-image: url("/vitimeteo/static/images/info_tab.png") ;
}
a.journal_icon, a.journal_icon:hover, a.journal_icon:active, a.journal_icon:focus{
    background-image: url("/vitimeteo/static/images/journal.png") ;
}

#main_tabs.ui-tabs .ui-tabs-nav li.blue_fr.ui-tabs-active a.tab_icon{
	background-color: #e3fbfc;
}

#main_tabs.ui-tabs .ui-tabs-nav li.yellow_de.ui-tabs-active a.tab_icon{
	background-color: #FFFEF9;
}

#main_tabs.ui-tabs .ui-tabs-nav li:hover{
	background-color: #e1e8c4;
}

#main_tabs.ui-tabs ul.ui-tabs-nav {
	border:none;
	background:none;
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    width: auto;
    white-space: nowrap;
}
.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;

}
.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
.ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
	cursor: pointer;
}
.ol-popup-closer:after {
	content: "X";
}

#popup-content hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
#popup-content {
	font-size: 80%;
}
#login_btn .dropdown-menu{
	right: 2px;
	left: auto;
}
#dc_map_legende, #mon_map_legende{
	position: absolute;
	top: 0em;
	right: 0;
	background: #F7F7F7BB;
	padding: 0 0 0 10px;
}
#mon_map_legende{
	font-size: 80%;
	max-height:550px;
	overflow-y: auto;
	max-width: 500px;
}
#partners_grid, #header_grid, #links_grid{
	display: grid;
	padding: 1px;

}
.grid_item{
	padding: 6px 0px 0px 8px;
	min-height: 120px;
	align-self: center;
	background: #fefefe;
}
#links_grid .grid_item{
	box-shadow: 0px 0px 3px #777;
	padding: 8px;
}

.grid_item img{
	max-height: 110px;
}
.grid_item p{
	margin-top: 1em;
}
#partners_grid .grid_item img{
	max-width: 200px;
}
#links_grid{
	grid-template-columns:auto ;
	grid-gap: 20px;
	background: #fefefe;
}
#links_grid .grid_descr{
	display: inline-block;
	margin: 0 0 0 50px;
}
#links_grid a{
	width: 300px;
	overflow: hidden;
	display: inline-block;
	color: #590707;
	vertical-align: middle;
}
#links_grid h3{
	text-align: center;
}
#links_grid a:hover{
	text-decoration: none;
}
.glyphicon{
	background-image:url("/vitimeteo/static/images/glyphicons-halflings.png");
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
}
.glyphicon-green{
	background-image:url("/vitimeteo/static/images/glyphicons-halflings-green.png");
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
}
.glyphicon-blue{
	background-image:url("/vitimeteo/static/images/glyphicons-halflings-blue.png");
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
}


.prog_type_group .glyphicon{
	height: 16px;
}
.glyphicon-search{
	background-position: -45px 3px;
}

.glyphicon-delete{
	background-position: -311px 3px;
}
.glyphicon-plus{
	background-position: -405px -92px;
}
.glyphicon-zoom-in{
	background-position: -334px 5px;
}
.glyphicon-pencil{
	background-position: 1px -67px;
}
.glyphicon-trash{
	background-position: -454px 5px;
}
.glyphicon-arrow-left{
	background-position: -239px -91px;
}
.glyphicon-arrow-right{
	background-position: -262px -91px;
}
.glyphicon-dropdown{
	background-position: -311px -116px;
}

.glyphicon-external{
	background-position: -117px -67px;
}
.search_stat_cont{
	position:relative;
	display: inline-block;
	width: 100%;
}
#station_suche_maps, #station_suche{
	width: 100%;
}
.search_stat_icon{
	position: absolute;
	top: 13px;
	right: 2px;
}
.content_middle{
	float:left;
	width: 70%;
}

iframe{
	border:none;
}

#content_wrapper{
	position: relative;
}

#inBearb{
	background: greenyellow;
}

.yellow_de{
	background-color: #FFFEF9;
}

.blue_fr{
	background-color: #e3fbfc;
}
.white_by{
	background-color: #ffffff;
}
.link{
	cursor:pointer;
}


body{
	width: 100%;
}
@media screen and (min-width:992px) and (min-height:800px){


#page_role{
	height: 100%;
	width: 100%;
	display:flex;
}
#content_role{
	width: 100%;
	display:flex;
}
.left_sidebar, #content_wrapper{
	float: none;
}
.footer{
	height: 2.5%;
}
#dynamic_header{
	position: static;
	height: auto;
}
#dynamic_header.empty{
	height: auto;
}
#dynamic_header label{
	margin-bottom: 0;
}
#dynamic_content.with_padding{
	padding: 20px;
	overflow-y: scroll;
}

.not_full_height{
	height: 92%
}
#fixed_header{
	height: 7%;
}
#page_content{
	height: 92%;
}

}


.footer > .container-fluid{
	margin: 0;
}


#params_dlg label{
	width: 30%;
	display: inline-block;
}
#params_dlg .param_input{
	width: 30%;
	display: inline-block;
	padding: 4px 2px;
}
#domaininfo{
	border: 1px solid #7F7F7F;
	box-shadow: 0 0 3px #d5eff8;
	padding: 5px;
	background: linear-gradient(#d5eff810 0%, #d5eff850 100%);
	height: 55%;
	overflow-y: auto;
}

#domaininfo a {
  text-decoration: underline;
  color: blue;
}

.hidden{
	display:none;
}
.a_list{
	margin:0 4px;
	display:block;
}
#tw_hinweis{
	padding: 2px 10px;
	display: inline;
}
.tbl_header{
	background: #eaeaea;
}

#translate_tbl{
	border-collapse: collapse;
}
#translate_tbl td{
	border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
}
#translate_tbl input{
	width:90%;
	border: 1px solid #aaa;
	margin: auto;
}
#translate_tbl .ui-textinput{
    border-style: none;
}
#translate_tbl input.dirty{
	border-color: #a44;
}
.tbl_header th{
	text-align: center;
}
.fht-fixed-column th{
	color: transparent;
}
#translate_tbl tr:nth-child(even){
	background-color: #f3f3f3;
}
.fht-fixed-column  tr td:first-child{
	background: #EFF0F1;
}

.w_100{
	width: 100%;
}

.colorpicker{
	display:none;
}
#color_scale .color{
	line-height: 1.2;
	font-size: 0.8em;
	text-shadow: -1px -1px 1px #efefef, 1px -1px 1px #efefef, -1px 1px 1px #efefef, 1px 1px 1px #efefef;
	text-align: center;
}
#map_wrapper #color_scale{
	z-index: 2;
	left: 0.5em;
	top: 65px;
	width: 2em;
}


#results_list_container #color_scale{
	z-index: 2;
	right: 0.3em;
	top: 0px;
	width: 2em;
}

#custom_switcher ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#custom_switcher li {
    display: inline-block;
}
#custom_switcher li a {
    text-align:center;
    text-decoration:none;
    border-radius: 5px;
}
#custom_switcher li.prog_type_group:hover {
	box-shadow: 0 0 3px 1px #66666699;
}
#custom_switcher ul ul {
	display:none;
	position:absolute;
	z-index:999;
	left:-7px;
	top:30px;
}
#custom_switcher li li {
	width:100%;
}
#custom_switcher li li button {
	width:100%;
}

.risk_warn{
	margin-top: 10px;
	font-weight: bold;
	padding: 4px;
	color: white;
	border-radius: 3px;
	text-shadow: 0px 0px 2px #000;
}

#risk_warn_7, #risk_warn_8, #vitifit_warn_7, #vitifit_warn_8{
    background: linear-gradient(to right, #333333 0%, #333333 10%, #333333DD 30%, #333333DD 60%, #333333AA 80%, #33333399 100%);
}

#risk_warn_oidium_extra{
    padding: 4px;
	color: #333333;
	border-radius: 3px;
	background: #DEDEDE;
	font-weight: bold;
}

.legend_icon{
	border-radius: 10px;
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align: text-bottom;
	border: 1px solid #454545;
	box-shadow: 2px 2px 3px #454545;
}
.legend_icon_small{
	border-radius: 4px;
	display:inline-block;
	width:8px;
	height:8px;
	vertical-align: initial;
	margin: 0 4px 2px 0;
}
/************Summernote Editor****************/
.note-editor .dropdown-toggle::after{
	border:none;
}
.note-modal-backdrop{
	z-index: auto !important;
}
.info_dlg_btn{
	box-shadow: 1px 1px 3px;
	width: 91%;
	text-align: center;

}
th.table_head{
	font-weight: bold;
	background: #ddd;
	padding: 4px;
	text-align: center;

}
/****************/
.cluster_sel_cls{
	width: 100%;
}
.font-smaller{
	font-size: 0.9em;
}
#model_footer a{
	color: #014c8c;
}

.dc_tab{
    display:grid;
    grid-template-columns: 10% 90%;
}
.data_rows td{
    font-size: 0.1em;
    height: 18px;
}
.dc_station_table{
    width: 100%;
    border-collapse: collapse;
}
.dc_station_table td {
    height: 18px;
}
.dc_tab .risk_table{
    border-collapse: collapse;
}
#popup_grapecam{
    padding: 20px;
}
.seperator{
    font-weight: bold !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100px;
}

.dc_tab .region_head{
    position: fixed;
    border-collapse: separate;
}

#vitifit_cluster_info ul{
    padding: 10px;
}

.grid_3_col{
    display : grid;
    grid-template-columns: 26% 50% 10% 10% 4%;
}
.grid_3_col.hidden{
	display:none;
}
#journal_grid .custom-combobox{
    display: grid;
    grid-template-columns: 80% 10% 10%;
}
#journal_grid .custom-combobox-input {
    background: #fff;
    width: 110%;
    padding: 4px;
    border: 1px solid #999;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#journal_grid .input_row td{
    vertical-align: inherit;
}

#journal_grid .input_row  .icon.glyphicon{
    padding-left: 4px;
}
.icon-close{
    background-position: -308px 3px;
}
.icon-check{
    background-position: -287px 3px;
}
#my_stations_target .loc{
    cursor: pointer;
}
.table td.btn_td{
    vertical-align: middle;
    width: 5%;
}

.important_elem{
    background-color: #C4D18A;
    padding: 5px;
}
#journal_grid textarea, #journal_grid .username_cls{
    width: 100%;
}
#journal_grid .small_col{
    width: 10%;
}
#journal_grid .middle_col{
    width: 20%;
}

#loc_grid_container .form-group{
    margin-bottom: 0.5em;
}
#loc_grid_container.input{
    display: grid;
    grid-template-columns:50% 50%;
}
#loc_grid_input, #loc_grid_container #map{
    padding: 8px;
}
#location_search{
    width: 100%;
}
#my_stations_target .head{
    display: block;
    cursor: pointer;
}
.glyphicon-journal{
	background-position: -263px -19px;
}

.align-center{
    align-self: center;
}

.blink{
    background-color: #aa000083;
    border-radius: 8px;
    margin-left: 3px;
    box-shadow: 0 0 3px;
    animation: blinker 2s linear infinite;
}
@keyframes blinker{
    50% {opacity : 0;}
}

#journal_tabs .date_input{
    max-width: 80px;
}

.show > .dropdown-menu{
    display: block;
}
.navbar-toggler{
    border: 1px solid #00000022;
    border-radius: 0.25rem;
    padding: 0.25rem 0.75rem;
}

a {
    text-decoration: none;
}

.ui-mobile label{
    display: inline-block;
}
.btn.active{
    border-color: transparent;
}

.btn{
    border: 1px solid #6669;
    background: #EAEAEA:
}

.risk_tab_cont{
    overflow-x : scroll;
    overflow-y : hidden;
}

#middle_content tr, #middle_content td, #middle_content thead, #middle_content th{
    border-style: 1px solid #777 ;
}

.custom-combobox a.custom-combobox-toggle{
    border: none;
    background-color:transparent;
}

.ui-autocomplete{
    max-height: 400px;
    overflow-y : auto;
    overflow-x: hidden;
}

.custom-combobox .ui-button{
    padding: 0px;
}

.table_container td{
    border: 1px solid #999;
}

.username_grid_cls{
    display: grid;
    grid-template-columns: 82% 18%;
    width: 100%;
}

