:root {
	--gray_bck: #F4F7F9;
	--main_blue: #007396;
    --light_blue: #00A9E0
}

body {
    background: #FFFFFF;
    font-family: "Arial MT Pro", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    box-sizing: border-box;
}

.hidden {
    display: none;
    visibility: hidden;
}

.input, .input_mand {
  float: left;
  border: 1px solid #000000;
  border-collapse: collapse;
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
  width: 130px;
  height: 10pt;
  line-height: 10pt;
}

.input_mand {
  background-color: #ECCACA;
}

.input_changed {
  border: 1px solid #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  background-color: #F98775;
}

.input_saved {
  border: 1px solid #000000;
  font-size: 8pt;
  background-color: #D4FFAA;
  font-family: Arial, Helvetica, sans-serif;
}

#work_area {
 position: absolute;
 left: 10px;
 top: 10px;
} 

.sel_button {
  border-collapse: collapse;
  border: 1px solid #ffffff;
  font-size: 8pt;
  background-color: #E0E0E0;
  color: #000000;
  height: 19px;
  width: 110px;
  margin-top: 2px;
}

.button {
  border-collapse: collapse;
  border: 1px solid #ffffff;
  font-size: 8pt;
  background-color: #4F4F4F;
  color: #ffffff;
  height: 19px;
  width: 110px;
  margin-top: 2px;
  cursor: pointer;
}

.small_button {
  border-collapse: collapse;
  border: 1px solid #ffffff;
  font-size: 8pt;
  background-color: #4F4F4F;
  color: #ffffff;
  height: 19px;
  width: 70px;
  margin-top: 2px;
  cursor: pointer;
}


.visible {
 visibility: visible;
 display: inline;
}

.hidden {
 visibility: hidden;
 display: none;
}

#wait_pic {
 position: absolute;
 left: 46%;
 top: 46%;
 width: 183px;
 height: 183px;
 visibility: hidden;
 display: none;
}

#progress_pic {
 position: absolute;
 left: 45%;
 top: 45%;
 width: 110px;
 height: 41px;
 visibility: hidden;
 display: none;
 border: solid 1px #000000;
}

.new_line {
    clear: both;
}

.input_head {
    float: left;
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
    margin-top: 3px;
    margin-right: 10px;
}


.input_head2 {
 font-size: 10pt;
 font-weight: bold;
 display: inline;
 font-family: Arial, Helvetica, sans-serif;
 color: #808080;
}

.input_head2_mand {
 font-size: 10pt;
 font-weight: bold;
 display: inline;
 font-family: Arial, Helvetica, sans-serif;
 color: #B00000;
}

.ptr {
 cursor: pointer;    
}
.inactive .ptr {
 cursor: auto;
}

th {
    border-collapse: collapse;
    border-color: #ffffff;
    color: #ffffff;
    font-weight: bold;
    background-color: rgb(81,120,145);
    font-size: 8pt;
    border-bottom: solid 1px #000000;
    padding: 2px;
}

table, td, tr {
    font-size: 8pt;
    border-collapse: collapse;
    border-color: #000000;
    padding: 2px;
}

.over_tr {
 background-color: #D4D4FF;
}

.over_tr_click {
 background-color: #D4D4FF;
 cursor: pointer;
}

.sel_tr_click {
 background-color: #A6A6FF;
 cursor: pointer;
}

.odd_tr {
 background-color: #EFF0FF;
}

.list {
  border: 1px solid #ccc;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 2px 2px 3px #666;
  -webkit-box-shadow: 2px 2px 3px #666;
  box-shadow: 2px 2px 3px #666;
  font-size: 9pt;
  padding: 4px 7px;
  outline: 0;
  -webkit-appearance: none;
}

.list:focus {
  border-color: #339933;
}

.input2:focus {
  border-color: #339933;
}

.dlg_close_icon {
    position: absolute;
    top: 0.5rem;
    right: 0.8rem;
    cursor: pointer;
}

.watermark {
    color: #ccc !important;
}

#wait_icon_cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.6);
    background-image: url("../images/wait2_icon.gif");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9999;
}

.close_icon_big {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.error_status {
    color: #C33B3D;
}

.warning_status {
    color: #C38C39;
}

.ok_status {
    color: #116C15;
}

.arrow_butt {
    background-image: url("../images/arrow_down_butt.png");
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.clickable {
    cursor: pointer;
}

.time_line_row {
    height: 30px;
}

#time_format_exchange {
    /* float: right; */
    flex-grow: 0;
    flex-shrink: 0;
}

.tt_meteo_gr {
    height: 110px;
    width: 290px;
    border: none;
}

.map_ctrl_label_top, .map_ctrl_label_top_mand, .map_ctrl_label_left, .map_ctrl_label_right, .map_ctrl_label_flex {
    color: var(--main_blue);
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
}

.filtr_info_text {
    color: #007396;
    font-size: 0.7rem;
}

#dron_map_vertical_info {
    margin-left: 10px;
}

.map_ctrl_label_top, .map_ctrl_label_top_mand, .map_ctrl_label_left, .map_ctrl_label_right {
    clear: both;
    float: left;
}

.map_ctrl_label_top_mand::before {
    content: '*';
    margin: 0 0.3vw 0 0;
}

.map_ctrl_label_left {
    clear: none;
    margin-right: 10px;
    margin-top: 6px;
    margin-bottom: 0;
}


.map_ctrl_label_right {
    clear: none;
    margin-left: 10px;
    margin-top: 6px;
    margin-bottom: 0;
}

.ctrls_cont {
    background-color: var(--gray_bck);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    color: var(--main_blue);
    border: none;
    -moz-box-shadow: 2px 2px 3px #666;
    /* -webkit-box-shadow: 2px 2px 3px #666; */
    /* box-shadow: 2px 2px 3px #666; */
    box-sizing: border-box;
}

.ctrls_inner_cont {
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    color: var(--main_blue);
    border: solid 1px var(--gray_bck);
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    padding: 3px;
    font-weight: normal;
    box-sizing: border-box;
}

.map_ctrl_input_top, .map_ctrl_input_left, .map_ctrl_input_flex {
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 7px;
    border: solid 1px #007396;
    color: #007396;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
    font-size: 0.8rem;
    height: 25px;
    line-height: 25px;
}

.map_ctrl_input_top, .map_ctrl_input_left {
    clear: both;
    float: left;
    margin-bottom: 0.3rem;
 }

 .map_ctrl_input_margin_bottom {
    margin-bottom: 0.3rem;
 }

.map_ctrl_input_left {
    clear: none;
}

.map_ctrl_icon_left {
    float: left;
    margin-bottom: 0.3rem;
    cursor: pointer;
    margin-left: 0.3rem;
}

#objects_sel_icon {
    /* width: 100%; */
    flex: 1;
}

.new_row {
    clear: both;
}

.map_empty_ctrl_button {
    float: left;
    box-sizing: border-box;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;    
    width: 110px;
    height: 32px;
    margin-bottom: 3px;
    margin-right: 3px;
}

.map_ctrl_button,.map_ctrl_disabled,button, .map_ctrl_icon_button, .map_ctrl_button_on, .map_ctrl_icon_button_on, .map_icon_button, #clear_measure_button_map, .app_store_link {
    float: left;
    -moz-border-radius: 14px;
    -khtml-border-radius: 14px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    border: solid 2px var(--main_blue);
    color: #fff;
    box-sizing: border-box;
    padding-right: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.map_ctrl_button, .map_ctrl_disabled, .map_ctrl_button_on, .map_icon_button {
    padding-left: 3px;
    text-align: center;
    width: auto;
    font-size: 9pt;
    height: 29px;
    line-height: 25px;
}

.map_ctrl_icon_button, .map_ctrl_icon_button_on, #clear_measure_button_map, .app_store_link {
    width: 110px;
    padding-left: 30px;
    text-align: left;
    font-size: 9pt;
    height: 32px;
    line-height: 28px;
    -moz-box-shadow: 2px 2px 3px #666;
    /* -webkit-box-shadow: 2px 2px 3px #666; */
    /* box-shadow: 2px 2px 3px #666; */
    margin-bottom: 3px;
    margin-right: 3px;
}

.map_ctrl_button, .map_ctrl_icon_button, .map_icon_button {
    background-color: var(--main_blue);
}

.map_ctrl_disabled {
    background-color: #676767;
}

#clear_measure_button_map {
    background-image: url("../images/close_butt_icon.png");
    background-color: #C10814;
    border: solid 2px #620208;
}

.map_ctrl_button_on, .map_ctrl_icon_button_on, .map_icon_button_on {
    background-color: var(--gray_bck);
	color: var(--main_blue);
}

.map_ctrl_button:hover,.filtr_met_button:hover, .map_ctrl_icon_button:hover, #profile_handle:hover, #tt_handle:hover, #controls_handle:hover, #controls_handle_met:hover, .map_icon_button:hover {
    background-color: var(--gray_bck);
    border: solid 1px var(--main_blue);
    color: var(--main_blue);
}

#tt_handle_inner:hover, #controls_handle_inner:hover {
    color: var(--main_blue) !important;
}

.map_ctrl_disabled:hover {
    background-color: Black;
}

#clear_measure_button_map:hover {
    background-color: #620208;
}

.map_ctrl_button_on:hover, .map_ctrl_icon_button_on:hover, .map_icon_button_on:hover {
    background-color: var(--main_blue);
    color: #fff;
}

.tt_big_butt {
    clear: both;
    float: left;
    margin: 5px 0 10px 0;
    width: 100%;
}

.meteogram_img {
    width: 100%;
    height: auto;
}

.map_icon_button {
    width: 29px;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
}

.update_icon {
    background-image: url("../images/update_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.hot_icon {
    background-image: url("../images/hot2_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.map_icon {
    background-image: url("../images/map_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.news_icon {
    background-image: url("../images/news_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.save_icon {
    background-image: url("../images/save_icon_black.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.meteogram_icon_met {
    background-image: url("../images/forecast_inverse.svg");
    background-repeat: no-repeat;
    background-position: 3px 3px;
    background-size: auto 15px;
}

.camera_icon_met {
    background-image: url("../images/camera_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.color_icon {
    background-image: url("../images/color_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

#meteo_icon, #meteo_rad_icon, .layer_switcher_icon, #camera_icon, #city_icon, #hel_icon {
    background-position: 12px 3px;
    background-repeat: no-repeat;
}

.play_icon, .pause_icon, .stop_icon {
    background-position: 3px 3px;
    background-repeat: no-repeat;
    margin: 15px 0 0 10px;
}

.last_icon {
    background-position: 3px 3px;
    background-repeat: no-repeat;
    margin: 15px 0 0 5px;
}

.last_icon {
    background-image: url("../images/last_icon.png");
}

.play_icon {
    background-image: url("../images/play_icon.png");
}

.stop_icon {
    background-image: url("../images/stop2_icon.png");
}

.pause_icon {
    background-image: url("../images/pause2_icon.png");
}

.layer_switcher_icon, .map_ctrl_button_on.layer_switcher_icon:hover {
    background-image: url("../images/map_layers.png");
    background-position: center;
    /* width: unset !important; */
    flex: 1;
}

.layer_switcher_icon:hover, .map_ctrl_button_on.layer_switcher_icon {
    background-image: url("../images/map_layers_hover.png");
    background-position: center;
    width: unset;
}

#meteo_rad_icon {
    background-image: url("../images/meteo_rad_icon.png");
}

#hel_icon {
    background-image: url("../images/hel_icon.png");
}

#meteo_icon {
    background-image: url("../images/meteo_icon.png");
}

.vert_icon {
    background-image: url("../images/vert_icon.png");
}

.paper_icon {
    background-image: url("../images/paper_icon.png");
}

.rte_text_data_head {
    clear: both;
    float: left;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

.rte_text_data_val {
    clear: both;
    float: left;
    font-size: 12px;
    width: auto;
    height: 70px;
    color: #000;
    padding-left: 5px;
    padding-top: 5px;
}

#met_anim_pause_icon, #met_anim_play_icon {
    background-position: 4px 3px;
    background-repeat: no-repeat;
}

#met_anim_play_icon {
    background-image: url("../images/play_icon.png");
}

#met_anim_pause_icon {
    background-image: url("../images/pause_icon.png");
}

#login_icon {
    background-image: url("../images/login_icon.png");
}

#logout_icon {
    background-image: url("../images/logout_icon.png");
    /* background-color: var(--gray_bck); */
}

#met_anim_time {
    float: left;
    width: 80px;
    height: 30px;
    text-align: center;
    color: #fff;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 2px #41417B;
    box-sizing: border-box;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;    
    background-color: #007396;
    line-height: 28px;
    font-size: 14pt;
    margin-left: 5px;
}

.update_time_icon {
    background-image: url("../images/update_time_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.print_icon {
    background-image: url("../images/print2_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.export_icon {
    background-image: url("../images/export_icon.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.import_icon {
    background-image: url("../images/import_icon.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.table_icon {
    background-image: url("../images/table_icon.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.search_icon {
    background-image: url("../images/search2_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.rte_icon {
    background-image: url("../images/rte_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.fpl_icon {
    background-image: url("../images/fpl_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.pos_icon {
    background-image: url("../images/mypos_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.share_icon {
    background-image: url("../images/share_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.english_icon {
    background-image: url("../images/english_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.czech_icon {
    background-image: url("../images/czech_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.aup_icon {
    background-image: url("../images/aup_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.dir_icon {
    background-image: url("../images/direction_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.usage_icon {
    background-image: url("../images/usage_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.l2x_icon {
    background-image: url("../images/l2x_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.lz_icon {
    background-image: url("../images/lz_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.help_icon {
    background-image: url("../images/help_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.cont_icon {
    background-image: url("../images/contact_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.mobile_icon {
    background-image: url("../images/mobile_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.filter_icon {
    background-image: url("../images/filter2_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.hide_icon {
    background-image: url("../images/hide_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.show_icon {
    background-image: url("../images/show_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.desktop_icon {
    background-image: url("../images/desktop_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.tutor_icon {
    background-image: url("../images/tutor_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.dronview_icon {
    background-image: url("../images/dronview_icon.svg");
    background-repeat: no-repeat;
    background-position: 3px 3px;
    background-size: 21px 21px;
}

.metview_icon {
    background-image: url("../images/metview_icon.svg");
    background-repeat: no-repeat;
    background-position: 3px 3px;
    background-size: 21px 21px;
}

.aisview_icon {
    background-image: url("../images/aisview_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
    background-size: 21px 21px;
}

.spaces_icon {
    background-image: url("../images/spaces_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
    background-size: 21px 21px;
}

.fraview_icon {
    background-image: url("../images/fraview_icon.svg");
    background-repeat: no-repeat;
    background-position: 3px 3px;
    background-size: 21px 21px;
}

.calendar_icon {
    background-image: url("../images/calendar_icon_small.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 27px;
    height: 25px;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
}

.news_icon {
    background-image: url("../images/news_icon.png");
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.edit_icon {
    background-image: url("../images/edit_icon.png");
}

.crcl_icon {
    background-image: url("../images/crcl_icon.png");
}

.crcl_add_icon {
    background-image: url("../images/crcl_add_icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.poly_add_icon {
    background-image: url("../images/poly_add_icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.line_add_icon {
    background-image: url("../images/line_add_icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.delete_space_icon {
    background-image: url("../images/delete_icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

.snap_icon {
    background-image: url("../images/snap_icon.png");
}

.snap_obj_icon {
    background-image: url("../images/snap_obj_icon.png");
}

.measure_spc_icon {
    background-image: url("../images/measure_spc_icon.png");
}

.dupl_icon {
    background-image: url("../images/dupl_icon.png");
}

.circ_cw_icon {
    background-image: url("../images/circ_cw_icon.png");
}

.circ_ccw_icon {
    background-image: url("../images/circ_ccw_icon.png");
}

.map_garant_data {
    color: #fff;
    background-color: #008000;
    border: solid 1px #fff;
}

.map_nongarant_data {
    color: #fff;
    background-color: #AA0000;
    border: solid 1px #fff;
}

.warning_button, .warning_button2 {
    box-sizing: border-box;
    -moz-border-radius:  3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 2px #fff;
    -moz-box-shadow: 2px 2px 3px #666;
    /* -webkit-box-shadow: 2px 2px 3px #666; */
    /* box-shadow: 2px 2px 3px #666; */
    color: #fff;
    background-color: #AA0000;
    width: 164px;
    height: 29px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 5px;
    cursor: pointer;
}

.warning_button2 {
    background-color: #00205B;
}

.meteo_anim_cont {
    clear: both;
    float: left;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.layers_switcher_item_cont, .wind_switcher_item_cont, .objects_sel_item_cont {
    float: left;
    box-sizing: border-box;
}

.layers_switcher_item_cont, .wind_switcher_item_cont {
    clear: both;
    margin-bottom: 3px;
}

.objects_sel_item_cont {
    width: 150px;
    margin-bottom: 4px;
    display: flex;
    flex-direction: row;
}

.objects_sel_group_item_cont {
    margin-left: 5px;
}

.rastr_sel_item_cont {
    width: 182px;
    margin-bottom: 4px;
}

.wind_radio, .layers_switcher_radio, .objects_sel_check {
    clear: both;
    float: left;
}

.layers_switcher_radio {
    margin: 0 10px 0 0;
}

.objects_sel_check {
    margin-right: 5px;
}

.wind_switcher_name, .layers_switcher_name, .objects_sel_name, .objects_sel_name_garant {
    float: left;
    padding-top: 0;
}

.layers_switcher_name {
    color: #007396;
}

.wind_switcher_name {
    color: #007396;
    margin-top: 2px;
}

.objects_sel_name {
    color: #007396;
}

.objects_sel_name_garant {
    color: #00D500;
}

#mobileDatetimePicker_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #eee;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);     
    z-index: 8991;     
    box-sizing: border-box;
    min-width: 300px;
    min-height: 500px;
    width: 100%;
    height: 100%
}
    
.mobileDatetimePicker_cont_modal, .modal_cont {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7); 
    z-index: 8990;
}

.mobileDatetimePicker_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #eee;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);     
    z-index: 8991;     
    padding: 0.5rem;
    box-sizing: border-box;
    min-width: 300px;
    min-height: 500px;
    width: 100%;
    height: 100%
}

#search_txt, #search_met_txt {
    width: 155px;
}

#search_clean_icon, #search_met_clean_icon {
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.clean_icon {
    background-image: url("../images/clean_icon.png");
}

.tt_icon {
    background-image: url("../images/tt_icon.png");
}

.text_icon {
    background-image: url("../images/text_icon.png");
}

.cz_icon {
    background-image: url("../images/cz_icon.png");
}

.RTE_mode_cursor {
    cursor: url('../images/pin_icon.cur'), auto;
}

.RTE_remove_cursor {
    cursor: url('../images/remove_pin_icon.cur'), auto;
}

.RTE_add_cursor {
    cursor: url('../images/add_pin_icon.cur'), auto;
}

.preview_delete_cursor {
    cursor: url('../images/delete_preview_point.cur'), auto;
}

.preview_remove_cursor {
    cursor: url('../images/movedelete_preview_point.cur'), auto;
}

.preview_add_cursor {
    cursor: url('../images/add_preview_point.cur'), auto;
}

.ui-widget-content {
    color: #007396 !important;
}

#search_results, #search_met_results {
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #007396;
    box-sizing: border-box;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 3px;
}

.search_res_item {
    clear: both;
    float: left;
    color: #007396;
    cursor: pointer;
    width: 100%;
    font-size: 8pt;
    white-space: nowrap;
    margin-bottom: 3px;
    user-select: none;
    -webkit-user-select: none;
}

.search_res_item:hover {
    background-color: #C0C0FF;
}

#tt_meteo_table, #tt_meteo_hist_table {
    width: 100%;
    border-collapse: collapse;
}

.tt_meteo_even_row {
    background-color: #1D3A70;
}

.tt_meteo_hl_row {
    background-color: #232323;
}

.tt_meteo_bold_bottom {
    border-bottom: solid 2px #fff;
}

.tt_meteo_table_th {
    background-color: #007396;
    border-collapse: collapse;
    border: solid 1px #fff;
    font-weight: normal;
    font-size: 8pt;
    padding: 3px 0 3px 0;
}

.tt_meteo_table_td {
    background-color: transparent;
    border-collapse: collapse;
    border: solid 1px #fff;
    font-weight: normal;
    font-size: 8pt;
    padding: 3px 2px 3px 2px;
}

.tt_meteo_table_date {
	text-align: center;
}

.tt_meteo_nowrap {
    white-space: nowrap;
}

#RTE_menu, #dir_cont {
    position: absolute;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
    box-sizing: border-box;
}

#modal_info_help {
    clear: both;
    float: left;
    font-size: 8pt;
    font-style: italic;
    margin-bottom: 20px;
}

#modal_info_inner_cont, #modal_print_rte_inner_cont {
    padding: 10px;
    font-family:  "Courier new", Courier, monospace;
    color: var(--main_blue);
    overflow: auto;
}

#modal_print_rte_inner_cont
{
	font-family: Arial, Helvetica, sans-serif;
}

#user_profile_inner_cont {
    padding: 5px;
    font-family:  "Courier new", Courier, monospace;
    color: #007396;
    overflow: auto;
}

.up_notam_head, .nof_notam_head, .nof_c_notam_head, .nof_notam_indent_head {
    clear: both;
    float: left;
    font-size: 10pt;
    font-weight: bold;
    color: #007396;
    margin-bottom: 5px;
}

.supp_link {
    clear: both;
    float: left;
    font-size: 9pt;
    font-weight: normal;
    color: #007396;
    margin-left: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: underline;
}

.up_notam_txt, .meteo_sport_txt, .nof_notam_txt, .nof_c_notam_txt, .nof_notam_indent_txt, .nof_notam_rindent_txt {
    clear: both;
    float: left;
    font-size: 10pt;
    font-weight: normal;
    color: #007396;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: solid 1px #B8B1B1;
    width: 100%;
    box-sizing: border-box;
}

.meteo_sport_txt {
    font-family: 'Courier New', Courier, monospace;
}

.nof_notam_head, .nof_c_notam_head, .nof_notam_txt, .nof_c_notam_txt, .nof_notam_indent_head, .nof_notam_indent_txt, .nof_notam_rindent_txt {
    font-size: 9pt;
    cursor: pointer;
}

.nof_notam_indent_txt, .nof_notam_rindent_txt {
    margin-left: 25px;
    color: #d8d8d8;
    padding: 3px;
}

.nof_notam_rindent_txt {
    color: #d8d8d8;
}

.nof_notam_indent_head {
    margin-left: 10px;
}

.nof_c_notam_head {
    margin-left: 0;
    color: #9BE6FF;
}

.nof_c_notam_txt {
    margin-left: 10px;
    color: #d8d8d8;
}

.nof_notam_cont {
    clear: both;
    float: left;
    width: 370px;
    box-sizing: border-box;
    padding: 3px;
    border: solid 1px #ccc;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    margin-bottom: 5px;
    overflow-x: hidden;
}

#psswd_strength {
     -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;    
}

#profile_close {
    position: absolute;
    right: -8px;
    top: -8px;
}

.close_icon {
    background-image: url("../images/close_icon.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
}

#profile_use_map {
    width: 309px;
}

#profile_use_map_help {
    clear: both;
    float: left;
    margin: 3px 0 14px 0;
}

#up_radar_opacity,#up_blesky_opacity,#up_druzice_opacity {
    width: 207px;
    text-align: right;
} 

#met_color_table th {
    color: #fff;
    background-color: #00a9E0;
    padding: 3px;
    border: solid 1px #ccc;
    border-collapse: collapse;
}

.up_color_picker {
    float: left;
}

.met_color_table_td {
    text-align: center;
}

.met_col_cat_col {
    width: 100px;
    white-space: nowrap;
}

#user_profile_cur_ad_h, #user_profile_req_ad_h {
    margin-top: 10px;
}

#user_profile_cur_ad,#user_profile_req_ad {
    float: left;
    text-align: right;
    width: 146px;
    margin-top: 10px;
}

#user_profile_cur_ad {
    margin-bottom: 10px;
}

.user_profile_txt_row {
    margin-top: 5px;
    margin-bottom: 3px;
}

.rastr_dialog_sep_cont {
    float: left;
    box-sizing: border-box;
    border-bottom: solid 1px #fff;
    width: 279px;
    height: 1px;
    margin-left: 3px;
    margin-bottom: 10px;
}

#fake_input {
    width: 0;
    height: 0;
    border: none;
    margin: 0;
    padding: 0;
}

.app_store_link {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	padding: 0;
}

.app_store_link:hover {
	border: solid 1px #00a9E0;
}

.google_play_link_en {
	background-size: contain;
	background-image: url("../images/google-play-badge-en.png");
}

.google_play_link_cs {
	background-size: contain;
	background-image: url("../images/google-play-badge-cs.png");
}

.apple_play_link {
	background-size: 108px 32px;
	background-image: url("../images/apple.svg");
}

.flex_space_between {
    justify-content: space-between;
}

.nodisplay {
    display: none;
}

.logo_dm {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 300px;
    height: 50px;
  }

.foxModalTitlebar, .foxModalButt {
    background-color: var(--main_blue) !important;
}

.foxModalButt {
    border-radius: 10px;
}

.foxModalButt:hover {
    background-color: var(--gray_bck) !important;
    border: solid 1px var(--main_blue);
    color: var(--main_blue);
}

input[type='checkbox']:checked {
  width: 13px;
  height: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 3px;
  font-size: 9px;
  line-height: 13px;
  text-align: center;
  background: #007396;
  flex-grow: 0;
  flex-shrink: 0;
}
 
input[type='checkbox']:checked:after {
  content: '✔';
  color: white;
}