/*! Delivery Service - v1.9.4
* Copyright (c) 2025 Alexander Adamovich, Gurtam
* Licensed  MIT */

*{margin:0;padding:0;font-family:Arial;font-size:12px;border:0}.clear{clear:both}.logo{width:32px;height:32px;margin-left:31px;margin-top:23px;float:left}.title{float:left;margin-left:15px;margin-top:30px;font-size:22px;color:#797c80}#help{float:right;margin:25px 25px 0}body input[type]:hover{border:1px solid #066397}body input[type=text]{border:1px solid #B4B4B4;color:#404040}body input[type=button]{border:1px solid #B4B4B4;color:#066397;padding:1px 15px;-moz-border-radius:3px;border-radius:3px;background:transparent url(../img/input_text_bg.png) repeat-x}body input[type=checkbox]{vertical-align:middle;border:0}body input[type=checkbox]:hover{border:0}body input[type=radio]{vertical-align:middle;border:0}body input[type=radio]:hover{border:0}body input[type=checkbox]:hover{vertical-align:middle}body select{border:1px solid #B4B4B4;font-size:12px;padding:1px 1px 1px 5px;-moz-border-radius:3px;border-radius:3px;background-color:#FFF;color:#404040}.light_font{color:#717171}.dark_font{color:#404040}.small_input{width:50px}.main_table{border-spacing:0}.table_padding{margin:3px 0 0 9px}.main-table-wrapper{float:left;display:block;margin-right:20px}.map{height:480px;margin-right:20px}.map_div{width:16px;height:16px;background:url(../img/map.png);cursor:pointer}.map_div:hover{background:url(../img/map-hover.png)}.map_div_selected{background:url(../img/map-hover_sel.png)!important}.zone_div{width:16px;height:16px;background:url(../img/zone.png);cursor:pointer}.zone_div:hover{background:url(../img/zone-hover.png)}.zone_div_selected{background:url(../img/zone-hover_sel.png)!important}.remove_div{width:16px;height:16px;background:url(../img/del.png);cursor:pointer;background-position:center center;background-repeat:no-repeat}.remove_div:hover{background:url(../img/del-hover.png);background-position:center center;background-repeat:no-repeat}.result_table td{padding:5px}.clickable_cell:hover{text-decoration:underline;cursor:pointer}.ui-state-highlight{height:100px;line-height:1.2em;background-color:#ccc}ul{list-style-type:none}#popup{background-color:#fff;width:220px;border:1px solid #ccc;border-bottom-width:0;max-height:250px;overflow-x:hidden}#popup>li{border-bottom:1px solid #ccc;padding:3px;list-style-type:none;padding-left:10px}#popup>li.selected{cursor:pointer;background-color:#CEDBF1}