@media print { .noPrint { display:none !important; } }

html, body {
	padding:0;
	margin:0;
	text-align:center;
	font-family:Arial,sans-serif;
	font-size:12px;
	line-height:16px;
	background:#fff;
	color:#000;
	width:100%;
	height:100%;
}

body {
	overflow:hidden !important;
}

::selection { color:#fff;background:#3E6AAE; /* Safari */}
::-moz-selection { color:#fff;background:#3E6AAE; /* Firefox */}

a {
	color:#3e6aae;
	text-decoration:none;
	padding:0 0 1px 0;
}
a:hover {
	text-decoration:underline;
	color:#3e6aae;
}

a, button {
	outline:none; -moz-outline:none;
}
a:focus, button:focus {
	outline:none;
	-moz-outline:none;
}

a img {
	border:none;
}

a::-moz-focus-inner,
button::-moz-focus-inner { 
  border: 0;
  padding: 0;
}

input[type="checkbox"], label, button {
	cursor:pointer;
}

legend, h3 {
	font-size:14px;
	color:#555555;
	margin:0;
	padding:0;
}
legend span, h3 span {
	font-size:12px;
	font-weight:normal;
	color:#a0a3a7;
}

.placeholder {
	color:#BFBFBF;
}

fieldset {
	border:none;
	margin:0 0 15px 0;
	padding:0;
}


input.inp1, textarea.inp1, select.inp1 {
	margin:6px 0;
	padding:4px 0 5px 5px;
	background-color:#f8f8f9;
	border:1px solid #dedfe0;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-box-shadow:0px -1px 0px #adb1b7;
	-moz-box-shadow:0px -1px 0px #adb1b7;
	font-size:14px;
	font-family:Arial;
	/*height:19px;*/
	width:360px;
	padding-top:7px;
}
select.inp1 {
	width:366px;
	padding-right:7px;
}
.inp1:disabled {
	color:#d0d0d0;
}
textarea {
	height:80px;
}

table.top_panel {
	height:38px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	background:transparent;
	z-index:201;
}

table.top_panel {
	color:#717171;
}

table.top_panel td {
	padding:0;
	height:40px;
	overflow:hidden;
	color:#717171;
	position:relative;
	text-align:left;
	background:url('/public/images/top_bg.png') 0 0 repeat-x transparent;
	vertical-align:top;
}

table.top_panel td .wrp {
	position:relative;
	padding:0 10px;
}

table.top_panel td span.left, table.top_panel td span.right {
	display:block;
	width:1px;
	height:40px;
	position:absolute;
	top:0;
	background:url('/public/images/top_bg_lr.png') no-repeat 10px 10px transparent;
}

table.top_panel td span.left {
	left:0;
	background-position:0 0;
}

table.top_panel td span.right {
	right:0;
	background-position:-1px 0;
}

table.top_panel td.sep {
	padding:0;
	width:0;
	/*background:url('/public/images/top_bg_separator.png') 0 0 repeat-x transparent;*/
}

table.top_panel td.top_panel_menu_item {
	text-align:left;
	cursor:pointer;
	text-decoration:none !important;
	border:0;
	padding:0;
}

table.top_panel td.top_panel_menu_item:hover {
	background:url('/public/images/top_bg_active.png') 0 0 repeat-x transparent;
}

table.top_panel td.top_panel_menu_item:hover span.left {
	background-position:-2px 0;
}

table.top_panel td.top_panel_menu_item:hover span.right {
	background-position:-3px 0;
}

table.top_panel td.top_panel_menu_item a, table.top_panel td.top_panel_menu_item a * {
	text-decoration:none !important;
	border:0;
}

table.top_panel td.top_panel_menu_item a {
	display:block;
	color:#717171;
	padding:0;
}

table.top_panel td.top_panel_menu_item:hover a {
	color:#fff;
}

table.top_panel td.top_panel_menu_item span.icon {
	float:left;
	display:block;
	padding:12px 20px;
}

table.top_panel td.top_panel_menu_item a .tpmi_map {
	padding-left:70px;
	background:url('/public/images/icon_map.png') 10px center no-repeat transparent;
}
table.top_panel td.top_panel_menu_item:hover a .tpmi_map {
	background:url('/public/images/icon_map_active.png') 10px center no-repeat transparent;
}

table.top_panel td.top_panel_menu_item a .tpmi_settings {
	padding-left:50px;
	background:url('/public/images/icon_settings.png') 10px center no-repeat transparent;
}
table.top_panel td.top_panel_menu_item:hover a .tpmi_settings {
	background:url('/public/images/icon_settings_active.png') 10px center no-repeat transparent;
}

table.top_panel td.top_panel_menu_item a .tpmi_logout {
	padding-left:45px;
	background:url('/public/images/icon_exit.png') 10px center no-repeat transparent;
}
table.top_panel td.top_panel_menu_item:hover a .tpmi_logout {
	background:url('/public/images/icon_exit_active.png') 10px center no-repeat transparent;
}

/* PagePreloader */
.page_preloader {
	background:#fff;
	position:absolute;
	z-index:305;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.progress_bar_back {
    background-color: #000;
    position:absolute;
	width:500px;
	height:100px;
	top:60%;
	left:50%;
	margin-left:-250px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	z-index:306;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    box-shadow:0 0px 10px 0 #000;
	-webkit-box-shadow:0 0px 10px 0 #000;
	-moz-box-shadow:0 0px 10px 0 #000;
}

.page_preloader .progress_bar {
	position:absolute;
	width:400px;
	height:12px;
	top:60%;
	left:50%;
	margin-top:70px;
	margin-left:-200px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	z-index:308;
    background-color: #333;
    box-shadow:inset 0 1px 5px 0 #000;
	-webkit-box-shadow:inset 0 1px 5px 0 #000;
	-moz-box-shadow:inset 0 1px 5px 0 #000;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.page_preloader .progress_text {
	position:absolute;
	width:400px;
	text-align:center;
	color:#fff;
	font-size:22px;
	z-index:309;
    margin-top:33px;
	margin-left:-200px;
    top:60%;
	left:50%;
}

.page_preloader .progress_line {
	position:absolute;
	background: #a9e4f7; /* Old browsers */
    /*
	background: -moz-linear-gradient(top, #a9e4f7 0%, #0fb4e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e4f7), color-stop(100%,#0fb4e7));
	background: -webkit-linear-gradient(top, #a9e4f7 0%,#0fb4e7 100%);
	background: -o-linear-gradient(top, #a9e4f7 0%,#0fb4e7 100%);
	background: -ms-linear-gradient(top, #a9e4f7 0%,#0fb4e7 100%);
	background: linear-gradient(top, #a9e4f7 0%,#0fb4e7 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0fb4e7',GradientType=0 );
        
    */
    background:url('/public/images/progress_bar_back.gif') center repeat-x transparent;
	width:398px;
	height:10px;
	z-index:309;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
    top:60%;
	left:50%;
	margin-top:71px;
	margin-left:-199px;
}

.page_preloader .preloader_details {
	font-size:10px;
	color:#9f9f9f;
	position:absolute;
	top:50%;
	left:50%;
	width:240px;
	height:120px;
	overflow:auto;
	margin-top:20px;
	margin-left:-56px;
	border:1px solid #d0d0d0;
	background:#fff;
	text-align:right;
	padding:6px;
}

.scripts_block {
	border:0;
	position:absolute;
	z-index:10000;
	background:#fff;
	border:1px solid #404040;
	top:46px;
	width:300px;
	height:200px;
	display:none;
	border-radius:6px;
	overflow-y:auto;
}

.scripts_block .reloadScript {
	cursor:pointer;
	border:none;
}

.scripts_block .reloadScript:hover {
	background:#ffffdf;
}

.scripts_block .loader {
	border:none;
	display:none;
}
/* PagePreloader */

/* Notification */
#notification {
	position:absolute;
	width:500px;
	height:100px;
	top:100px;
	left:50%;
	margin:-50px 0 0 -250px;
	z-index:500;
}
#notification .bg {
	position:absolute;
	left:0; right:0; bottom:0; top:0;
	z-index:501;
	background:#fff;
	opacity:.9;
	filter:alpha(opacity=90);
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-khtml-border-radius:10px;
	box-shadow:0 0px 10px 0 #000;
	-webkit-box-shadow:0 0px 10px 0 #000;
	-moz-box-shadow:0 0px 10px 0 #000;
	-o-box-shadow:0 0px 10px 0 #000;
	-khtml-box-shadow:0 0px 10px 0 #000;
}
#notification .content {
	position:absolute;
	left:0; right:0; bottom:0; top:0;
	z-index:502;
	color:#212121;
}
#notification h1 {
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:26px;
	padding-bottom:6px;
	font-weight:bold;
}
/* Notification END */

.left_panel {
	width:0px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	text-align:left;
	height:100%;
	z-index:97;
	background:#fff;
}

.left_panel_switcher {
	width:16px;
	height:28px;
	position:absolute;
	top:50%;
	left:395px;
	bottom:0;
	text-align:left;
	overflow-y:auto;
	z-index:200;
	background:#fff;
	margin-bottom:26px;
	border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	background:url('/public/images/arrows.png') no-repeat -5px 0 #fff;
	border:1px solid #8f8f8f;
	border-left:none;
	cursor:pointer;
}

.left_panel_resizer {
	width:4px;
	background:#f8f8f8;
	border:1px solid #8f8f8f;
	border-top:none; border-bottom:none;
	position:absolute;
	top:0;
	left:390px;
	bottom:0;
	text-align:left;
	height:100%;
	z-index:99;
	cursor:ew-resize;
}

.left_panel_resizer.hide {
	display:none;
}

.left_panel_switcher:hover {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 1);
	box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 1);
}

.left_panel_switcher.hide {
	background-position:-33px 0;
	left:1px;
}

.left_panel .content {
	margin-top:0;
	overflow:auto;
	position:relative;
}

.left_panel .menu {
	margin-top:38px;
}

.bottom_panel {
	height:0;
	position:absolute;
	bottom:0;
	left:391px;
	right:0;
	text-align:left;
	overflow:auto;
	z-index:88;
	background:#fff;
}

.bottom_panel_switcher {
	height:16px;
	width:28px;
	position:absolute;
	bottom:100px;
	left:50%;
	right:0;
	border-top:1px solid #8f8f8f;
	text-align:left;
	overflow:auto;
	z-index:200;
	background:#fff;
	margin-left:181px;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	background:url('/public/images/arrows.png') no-repeat 0 -34px #fff;
	border:1px solid #8f8f8f;
	border-bottom:none;
	cursor:pointer;
}

.bottom_panel_resizer {
	height:4px;
	background:#f8f8f8;
	border:1px solid #8f8f8f;
	border-left:none; border-right:none;
	position:absolute;
	bottom:100px;
	left:391px;
	right:0;
	text-align:left;
	z-index:89;
	cursor:ns-resize;
}

.bottom_panel_resizer.hide {
	display:none;
}

.bottom_panel_switcher:hover {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 1);
	box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 1);
}

.bottom_panel_switcher.hide {
	background-position:-28px -34px;
	bottom:1px;
}

.map_cont {
	position:absolute;
	top:38px;
	left:1px;
	bottom:0;
	right:0;
	z-index:100;
}

.map_context_menu {
	position:absolute;
	padding:0;
	margin:0;
	list-style:none;
	border:1px solid rgba(50, 50, 50, 0.5);
	background:#fff;
	z-index:200;
}

.map_context_menu li {
	padding:6px 12px;
	margin:0;
	color:#181818;
	cursor:default;
}

.map_context_menu li:hover {
	background:#f1f1f1;
}

.blockUI.blockPage {
	border:none !important;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#fff !important;
}

.mapDialog {
	background:#f7f7f7;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding:0;
	position:relative;
	text-align:left;
	font-size:14px;
	height:100%;
	min-height:100%;
}

.mapDialogTitle {
	margin:0;
	padding:15px;
	padding-bottom:10px;
	font-size:18px;
	line-height:25px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	background:red;
	overflow:hidden;
	background:#efefef;
	border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	-moz-box-shadow:0 0 5px 0 #d0d0d0;
    -webkit-box-shadow:0 0 5px 0 #d0d0d0;
    box-shadow:0 0 5px 0 #d0d0d0;
    z-index:2;
}

.mapDialogClose {
	position:absolute;
	cursor:pointer;
	top:-10px;
	right:-10px;
	float:right;
}

.mapDialogContent {
	padding:0;
	overflow:auto;
	position:absolute;
	bottom:48px;
	top:50px;
	left:0;
	right:0;
    z-index:1;
}

.mapDialogError {
	padding:10px;
	margin:0;
	background:#fff8f8;
	border-bottom:1px solid #efd0d0;
	color:#a00;
}

.mapDialogButtons {
	padding:10px;
	padding-left:40px;
	margin:0;
	text-align:right;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:#efefef;
	border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
	-moz-box-shadow:0 0 5px 0 #d0d0d0;
    -webkit-box-shadow:0 0 5px 0 #d0d0d0;
    box-shadow:0 0 5px 0 #d0d0d0;
    z-index:2;
}

.mapDialogLoader {
	position:absolute;
	top:15px;
	left:12px;
	display:none;
}










.btn {
	color:white;
	font-size:14px;	
	display:inline-block;
	border:none;
	position:relative;
	cursor:pointer;
	-webkit-user-select:none;
	padding:6px 10px;
	text-shadow:0px 1px 2px rgba(0,0,0,0.5);
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	text-align:center;
}

.btn:active, .btn:hover {
	/*border:none;*/
}

.btn:active {
	top:1px;
}

.green {
	background:#3a6c07;
	background:-webkit-gradient(linear,left top,left bottom,from(#6ea03b),to(#164800));
	background:-moz-linear-gradient(top,#6ea03b,#164800);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ea03b",endColorstr="#164800");
}
.green:hover {
	background:#477914;
	background:-webkit-gradient(linear,left top,left bottom,from(#578927),to(#134000));
	background:-moz-linear-gradient(top,#578927,#134000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#578927",endColorstr="#134000");
	
}
.green:active, .green.selected {
	background:#295b00;
	background:-webkit-gradient(linear,left top,left bottom,from(#134000),to(#2d5c00));
	background:-moz-linear-gradient(top,#134000,#2d5c00);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#134000",endColorstr="#2d5c00");
}
.green.selected:hover {
	background:#477914;
	background:-webkit-gradient(linear,left top,left bottom,from(#134000),to(#578927));
	background:-moz-linear-gradient(top,#134000,#578927);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#134000",endColorstr="#578927");
}
.blue {
	background:#25487f;
	background:-webkit-gradient(linear,left top,left bottom,from(#476daf),to(#11315e));
	background:-moz-linear-gradient(top,#476daf,#11315e);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#476daf",endColorstr="#11315e");
}
.blue:hover {
	background:#345790;
	background:-webkit-gradient(linear,left top,left bottom,from(#335799),to(#0f2b55));
	background:-moz-linear-gradient(top,#335799,#0f2b55);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#335799",endColorstr="#0f2b55");
}
.blue:active, .blue.selected {
	background:#1a3c6e;
	background:-webkit-gradient(linear,left top,left bottom,from(#0e2a55),to(#1d3c6f));
	background:-moz-linear-gradient(top,#0e2a55,#1d3c6f);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e2a55",endColorstr="#1d3c6f");
}
.blue.selected:hover {
	background:#345790;
	background:-webkit-gradient(linear,left top,left bottom,from(#1d3c6f),to(#0e2a55));
	background:-moz-linear-gradient(top,#1d3c6f,#0e2a55);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d3c6f",endColorstr="#0e2a55");
}
.red {
	background:#6C0707;
	background:-webkit-gradient(linear,left top,left bottom,from(#A03B3B),to(#480000));
	background:-moz-linear-gradient(top,#A03B3B,#480000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#A03B3B",endColorstr="#480000");
}
.red:hover {
	background:#791414;
	background:-webkit-gradient(linear,left top,left bottom,from(#892727),to(#400000));
	background:-moz-linear-gradient(top,#892727,#400000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#892727",endColorstr="#400000");
	
}
.red:active, .red.selected {
	background:#295b00;
	background:-webkit-gradient(linear,left top,left bottom,from(#400000),to(#5C0000));
	background:-moz-linear-gradient(top,#400000,#5C0000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#400000",endColorstr="#5C0000");
}
.red.selected:hover {
	background:#791414;
	background:-webkit-gradient(linear,left top,left bottom,from(#400000),to(#892727));
	background:-moz-linear-gradient(top,#400000,#892727);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#400000",endColorstr="#892727");
}
.black {
	background:#21252f;
	background:-webkit-gradient(linear,left top,left bottom,from(#272b35),to(#1a1e28));
	background:-moz-linear-gradient(top,#272b35,#1a1e28);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#272b35",endColorstr="#1a1e28");
}
.black:hover {
	background:#1d212b;
	background:-webkit-gradient(linear,left top,left bottom,from(#22262f),to(#171a23));
	background:-moz-linear-gradient(top,#22262f,#171a23);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#22262f",endColorstr="#171a23");
}
.black:active, .black.selected {
	background:#1d212b;
	background:-webkit-gradient(linear,left top,left bottom,from(#171a23),to(#1c1f28));
	background:-moz-linear-gradient(top,#171a23,#1c1f28);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#171a23",endColorstr="#1c1f28");
}
.black.selected:hover {
	background:#1d212b;
	background:-webkit-gradient(linear,left top,left bottom,from(#1c1f28),to(#171a23));
	background:-moz-linear-gradient(top,#1c1f28,#171a23);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c1f28",endColorstr="#171a23");
}
.grey {
	background:#21252f;
	background:-webkit-gradient(linear,left top,left bottom,from(#edf1fc),to(#808694));
	background:-moz-linear-gradient(top,#edf1fc,#808694);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#edf1fc",endColorstr="#808694");
}
.grey:hover {
	background:#1d212b;
	background:-webkit-gradient(linear,left top,left bottom,from(#e8edfb),to(#6d7381));
	background:-moz-linear-gradient(top,#e8edfb,#6d7381);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8edfb",endColorstr="#6d7381");
}
.grey:active, .grey.selected {
	background:#1d212b;
	background:-webkit-gradient(linear,left top,left bottom,from(#6b717f),to(#a3aaba));
	background:-moz-linear-gradient(top,#6b717f,#a3aaba);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b717f",endColorstr="#a3aaba");
}
.black.selected:hover {
	background:#1d212b;
	background:-webkit-gradient(linear,left top,left bottom,from(#a3aaba),to(#6b717f));
	background:-moz-linear-gradient(top,#a3aaba,#6b717f);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#a3aaba",endColorstr="#6b717f");
}
.btn:disabled, .btn:disabled:hover, .btn:disabled:active, .btn.selected:disabled, .btn.selected:disabled:hover,
.btn.disabled, .btn.disabled:hover, .btn.disabled:active, .btn.selected.disabled, .btn.selected.disabled:hover {
	color:#d0d0d0;
	background:#808080;
	background:-webkit-gradient(linear,left top,left bottom,from(#808080),to(#505050));
	background:-moz-linear-gradient(top,#808080,#505050);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#808080",endColorstr="#505050");
	top:0;
	cursor:default;
	outline:none;
	box-shadow:none;
	border:none;
	opacity:.6;
}

.map_btn_corners_left {
	border-right:none;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	margin-right:0;
	float:left;
}

.map_btn_corners_right {
	border-left:none;
	-webkit-border-top-left-radius:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	margin-right:0;
	margin-left:0;
	float:left;
}

.map_btn_corners_none {
	border-left:none;
	border-right:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	margin-left:0;
	float:left;
}

.map_btn_corners_left:active, .map_btn_corners_right:active, .map_btn_corners_none:active {
	top:0;
}







input[type="password"], input[type="text"], input[type="file"], select, textarea{
    height: 25px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #292929;
    padding: 0 5px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: auto;
    
    
    border-bottom-color: #D9D9D9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #D9D9D9;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #D9D9D9;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #C0C0C0;
    border-top-style: solid;
    border-top-width: 1px;
    
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    -khtml-border-radius:4px;
    
    /*display: inline-block;*/
    
    width: auto;
}

textarea{
    height: auto;
}

select{
    padding: 0 0 0 5px;
}

input[type="password"]:focus, input[type="text"]:focus, input[type="file"]:focus, select:focus, textarea:focus{
    border-bottom-color: #70C6F7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #70C6F7;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #70C6F7;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #70C6F7;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(55, 201, 255, 0.4);
    
    /*outline-color: currentColor;
    outline-style: none;
    outline-width: medium;*/
}








input[type="submit"], input[type="button"], button[type="submit"], a.button, .cbutton {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #187AC1;
    background-image: -o-linear-gradient(top, #6ECBFF 0px, #2FA2E2 5%, #187AC1 100%);
    background-image: -webkit-linear-gradient(top, #6ECBFF 0px, #2FA2E2 5%, #187AC1 100%);
    background-image: -moz-linear-gradient(top, #6ECBFF 0px, #2FA2E2 5%, #187AC1 100%);
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-size: auto;
    border-bottom-color: #0061A8;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #0086D0;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #0086D0;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #0086D0;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0px 1px 3px rgba(21, 106, 152, 0.5), inset 0px 2px 5px rgba(1, 116, 165, 0.3);
    color: #FFFFFF;
    cursor: default;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin:0;
    min-width: 50px;
    padding:0 15px;
    position: relative;
    text-align: center;
    text-shadow: rgba(0, 53, 88, 0.5) 0px -1px 1px;
    vertical-align: bottom;
}

input[type="submit"]:hover, input[type="button"]:hover, button[type="submit"]:hover, a.button:hover, .cbutton:hover { 
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #1C83C8;
    background-image: -o-linear-gradient(top, #6ECBFF 0px, #56BDF6 5%, #1C83C8 100%);
    background-image: -webkit-linear-gradient(top, #6ECBFF 0px, #56BDF6 5%, #1C83C8 100%);
    background-image: -moz-linear-gradient(top, #6ECBFF 0px, #56BDF6 5%, #1C83C8 100%);
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-size: auto;
    border-bottom-color: #0061A8;
    border-left-color: #2F9FDD;
    border-right-color: #2F9FDD;
    border-top-color: #2F9FDD;
}

input[type="submit"]:active, input[type="button"]:active, button[type="submit"]:active, a.button:active, .cbutton:active { 
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #1C83C8;
    background-image: -o-linear-gradient(top, #43bcff 0px, #4eade1 5%, #106ead 100%);
    background-image: -webkit-linear-gradient(top, #43bcff 0px, #4eade1 5%, #106ead 100%);
    background-image: -moz-linear-gradient(top, #43bcff 0px, #4eade1 5%, #106ead 100%);
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-size: auto;
    border-bottom-color: #0061A8;
    border-left-color: #2F9FDD;
    border-right-color: #2F9FDD;
    border-top-color: #2F9FDD;
}

input[type="submit"].active, input[type="button"].active, button[type="submit"].active, a.button.active, .cbutton.active { 
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #b41c00;
    background-image: -o-linear-gradient(top, #ffb5b5 0px, #e23c34 5%, #b41c00 100%);
    background-image: -webkit-linear-gradient(top, #ffb5b5 0px, #e23c34 5%, #b41c00 100%);
    background-image: -moz-linear-gradient(top, #ffb5b5 0px, #e23c34 5%, #b41c00 100%);
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-size: auto;
    border-bottom-color: #b41c00;
    border-left-color: #b41c00;
    border-right-color: #b41c00;
    border-top-color: #b41c00;
    box-shadow: 0px 1px 3px rgba(152, 21, 21, 0.5), inset 0px 2px 5px rgba(165, 1, 1, 0.3);
}














.map_pm_icon_changer {
	padding:0;
	margin:0;
	list-style:none;
	width:240px;
	height:160px;
	overflow:auto;
}

.map_pm_icon_changer li {
	width:24px;
	height:24px;
	margin:4px;
	padding:4px;
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #f7f7f7;
	float:left;
	-moz-transition:border-color 0.22s;
	-o-transition:border-color 0.22s;
	-webkit-transition:border-color 0.22s;
	transition:border-color 0.22s;
}
.map_pm_icon_changer img {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.map_pm_icon_changer li:hover {
	border-color:#d0d0d0;
}
.map_pm_icon_changer li.selected {
	border-color:#a0a0f0;
}

.map_pm_icon_changer input {
	display:none;
}

.pm_controls {
	text-align:left;
	padding:5px 0;
	width:60px;
}

.pm_controls img {
	cursor:pointer;
	margin:0;
}

.map_state {
	width:30px;
	height:30px;
	background-image:url('/public/map/images/map_state.png');
	background-repeat:no-repeat;
	background-color:transparent;
	cursor:pointer;
}

.map_state.disabled {
	opacity:0.5;
	cursor:default;
}

.map_state:hover {
	background-position:0 -30px;
}

.map_state.selected {
	background-position:0 -60px;
}

.map_state.selected:hover {
	background-position:0 0;
}

.map_state_tracking {
	background-position:-30px 0;
}

.map_state_tracking:hover {
	background-position:-30px -30px;
}

.map_state_tracking.disabled:hover {
	background-position:-30px 0;
}

.map_state_tracking.selected {
	background-position:-30px -60px;
}

.map_state_tracking.selected:hover {
	background-position:-30px 0;
}

.map_state_clear {
	background-position:-60px 0;
}

.map_state_clear:hover {
	background-position:-60px -30px;
}

.map_state_clear.selected {
	background-position:-60px -60px;
}

.map_state_clear.selected:hover {
	background-position:-60px 0;
}
.color_picker_result {
	display:block;
	width:11px;
	height:11px;
	border:1px solid #000;
	cursor:pointer;
	background-color:#fff;
}

.colorpicker_cont {
	display:none;
	position:absolute;
	margin-top:-20px;
	margin-left:-8px;
	padding:10px;
	background:#fff;
	border:1px solid #000;
	z-index:100;
}

#colorpicker {
	position:relative;
}

.colorpicker_cont a.close {
	position:absolute;
	right:-10px;
	top:-6px;
	border:0;
	text-decoration:none;
	display:block;
	width:12px;
	height:12px;
	background:url('/public/images/close12.gif') no-repeat 0 0 transparent;
}

.td1 {
	padding:4px;
}

.td2 {
	padding:4px 8px;
}

.td3 {
	padding:7px 0px;
    width: 150px;
    text-align: right;
    padding-right: 20px;
}

.td4 {
	padding:7px 0px;
    text-align: left;
}

.line_hr_gray{
    background:url('/public/images/line_hr_gray.gif') repeat-x bottom right transparent;
}

.td2rb {
	padding:4px 8px;
	border:1px solid #d0d0d0;
	border-bottom:none;
	border-left:none;
}

.inp {
    /*
	border:1px solid #6f6f6f;
	background:#fff;
	border-radius:3px;
	padding:2px 4px;
	margin:0;
	font:12px/16px Arial;
    */
}

.sh_top{
    background:url('/public/images/mo_details_sh_top.gif');
    background-position: top;
    background-repeat: repeat-x;
    height: 5px;
}

.sh_bottom{
    background:url('/public/images/mo_details_sh_bottom.gif');
    background-position: bottom;
    background-repeat: repeat-x;
    height: 5px;
}

._mo_details, ._mo_edit, ._details, ._edit {
    background:#f0f0f0;
    /*padding: 10px 0;*/
}

.mo_info tr:nth-child(even) {
	/*background:#f3f3f3;*/
}

.color_box_small {
	width:16px;
	height:16px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:1px solid #000;
}

img.link {
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:pointer;
	-moz-transition:opacity 0.22s;
	-o-transition:opacity 0.22s;
	-webkit-transition:opacity 0.22s;
	transition:opacity 0.22s;
}

img.link:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.inp_block {
	margin:5px 0;
}

#clock {
	font-size:14px;
}

.tracks_list, ._mo_report_track_info {
	display:none;
	margin:0;
}

._mo_report_track_info {
	padding:6px 10px 6px 50px;
}

._mo_report_day, ._mo_report_track {
	margin:0;
	padding:0;
}

._mo_report_day a, ._mo_report_track a {
	display:block;
	font:12px bold Arial, sans-serif;
	color:#292929;
	padding:12px 10px 12px 20px;
	background:#f5f5f5;
	border-top:1px solid #fff;
	border-bottom:1px solid #e1e1e1;
	margin:0;
}

._mo_report_track a {
	padding:6px 10px 6px 40px;
}

._mo_report_day.active a, ._mo_report_track.active a {
	border-bottom:1px solid #d0dde6;
	border-top:1px solid #e9f2f8;
	background:#dae5ee;
}

.map_main_menu_active {
	padding:0;
	margin:0;
	font-size:16px;
	color:#fff;
	text-shadow:1px 1px 3px rgba(50, 50, 50, 0.5);
	background:url('/public/images/navigation_bg.png') repeat-x 0 0 #4495cf;
	height:40px;
	clear:both;
	overflow:hidden;
}

.map_main_menu_active a {
	display:block;
	padding:12px 20px 12px 12px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	height:40px;
}

.map_main_menu_active .corner {
	float:right;
	margin-top:5px;
}

a.mmm_item_monitoring {
	padding-left:60px !important;
	background:url('/public/images/icon_earth.png') 20px 10px no-repeat transparent;
}

a.mmm_item_geozones {
	padding-left:60px !important;
	background:url('/public/images/icon_geozones.png') 20px 10px no-repeat transparent;
}

a.mmm_item_reports {
	padding-left:60px !important;
	background:url('/public/images/icon_stats.png') 20px 10px no-repeat transparent;
}

a.mmm_item_devices {
	padding-left:60px !important;
	background:url('/public/images/icon_objects.png') 20px 10px no-repeat transparent;
}

a.mmm_item_notices {
	padding-left:60px !important;
	background:url('/public/images/icon_main_notices.png') 20px 10px no-repeat transparent;
}

a.mmm_item_routes {
	padding-left:60px !important;
	background:url('/public/images/icon_routes.png') 20px 10px no-repeat transparent;
}

.mmm_item {
	position:absolute;
	left:20px;
	top:0;
	width:25px;
	height:40px;
}

span.mmm_item_monitoring {
	background:url('/public/images/icon_earth_list.png') 0 10px no-repeat transparent;
}

span.mmm_item_geozones {
	background:url('/public/images/icon_geozones_list.png') 0 10px no-repeat transparent;
}

span.mmm_item_reports {
	background:url('/public/images/icon_stats_list.png') 0 10px no-repeat transparent;
}

span.mmm_item_devices {
	background:url('/public/images/icon_objects_list.png') 0 10px no-repeat transparent;
}

span.mmm_item_notices {
	background:url('/public/images/icon_main_notices_list.png') 0 10px no-repeat transparent;
}

span.mmm_item_routes {
	background:url('/public/images/icon_routes_list.png') 0 10px no-repeat transparent;
}

.map_main_menu {
	display:none;
	list-style:none;
	position:absolute;
	z-index:130;
	top:78px;
	left:0;
	width:390px;
	background:#fff;
	margin:0;
	padding:0;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
}

.map_main_menu li {
	padding:0;
	margin:0;
	height:40px;
	overflow:hidden;
}

.map_main_menu li a {
	display:block;
	background:url('/public/images/line_bg.png') repeat-x 0 0 transparent;
	font:16px bold Arial, sans-serif;
	color:#292929;
	padding:12px 20px;
	padding-left:60px;
	padding-top:12px;
	position:relative;
	text-decoration:none;
}

.map_main_menu li a:hover, .map_main_menu li a.active {
	background-position:0 -40px;
}

._left_panel_list {
	list-style:none;
	background:#fff;
	margin:0;
	padding:0;
}

._left_panel_list div.li {
	padding:0;
	margin:0;
	height:40px;
	overflow:hidden;
}

._left_panel_list div.li.item_small {
	height:28px;
}

._left_panel_list div.li div.el {
	cursor:pointer;
	display:block;
	height:40px;
	/*background-color:#f5f5f5;*/
	background:url('/public/images/line_bg.png') repeat-x 0 0 transparent;
	font:14px bold Arial, sans-serif;
	color:#292929;
	padding:0 97px 0 60px;
	text-decoration:none;
	position:relative;
}

._left_panel_list div.li div.el.disabled {
	cursor:default;
}

._left_panel_list div.li div.el:hover, ._left_panel_list div.li.active div.el, ._left_panel_list.gz div.li.active div.el:hover {
	/*background-color:#dae5ee;*/
	background-position:0 -40px;
}

._left_panel_list div.li div.el.disabled:hover {
	background-position:0 0;
}

._left_panel_list.gz div.li div.el:hover {
	/*background-color:#dae5ee;
	background-position:0 0;*/
}

._left_panel_list div.li.item_small div.el {
	height:26px;
	padding-left:26px;
	background:url('/public/images/arrow_right.gif') no-repeat 10px 8px #dae5ee;
	border-top:1px solid #E9F2F8;
	border-bottom:1px solid #D0DDE6;
}

._left_panel_list div.li.item_small.collapsed div.el {
	background:url('/public/images/arrow_down.gif') no-repeat 8px 10px #dae5ee;
}

._left_panel_list div.li div.el .icons, .notices_list .icons {
	position:absolute;
	height:24px;
	right:10px;
	text-align:right;
	top:50%;
	margin-top:-12px;
}

._left_panel_list.mo div.li div.el .icons, ._left_panel_list.moe div.li div.el .icons,
._left_panel_list.gz div.li div.el .icons, ._left_panel_list.routes div.li div.el .icons {
	right:20px;
}

._left_panel_list div.li div.el .icons span, .notices_list .icons span {
	position:static;
	float:left;
	top:auto; right:auto; left:auto; bottom:auto;
	margin:0;
}

._left_panel_list div.li div.el .icon_show {
	cursor:pointer;
	display:block;
	position:absolute;
	left:20px;
	top:10px;
	width:24px;
	height:24px;
}

._left_panel_list div.li div.el .icon_show.car  {
	background:url('/public/images/icon_car.png') 0 4px no-repeat transparent;
}

._left_panel_list div.li div.el .icon_show.car.active {
	background:url('/public/images/icon_car_active.png') 0 4px no-repeat;
}

._left_panel_list div.li div.el .icon_show.alert  {
	background:url('/public/images/icon_alert.png') 0 0 no-repeat transparent;
	left:18px;
	top:8px;
	width:24px;
	height:24px;
}

._left_panel_list div.li div.el .icon_show.alert.active {
	background:url('/public/images/icon_alert_active.png') 0 0 no-repeat;
}

._left_panel_list div.li div.el .icon_show.geozone  {
	background:url('/public/images/icon_geozone.png') no-repeat;
}

._left_panel_list div.li div.el .icon_show.geozone.active {
	background:url('/public/images/icon_geozone_active.png') no-repeat;
}

._left_panel_list div.li div.el .icon_show.plus  {
	background:url('/public/images/icon_add.png') no-repeat;
}

._left_panel_list div.li div.el:hover .icon_show.plus {
	background:url('/public/images/icon_add_active.png') no-repeat;
}


._left_panel_list div.li div.el .watching, .leftp_list .watching, .icon_watching {
	cursor:pointer;
	display:block;
	position:absolute;
	right:20px;
	top:8px;
	width:24px;
	height:24px;
	background:url('/public/images/icon_eye.png') no-repeat transparent;
}

._left_panel_list div.li div.el .watching.active, .leftp_list .watching.active, .icon_watching.active {
	background:url('/public/images/icon_eye_active.png') no-repeat transparent;
}

.routes .icon_watching {
	right:132px;
}


._left_panel_list div.li div.el .icon_report {
	cursor:pointer;
	display:block;
	position:absolute;
	right:78px;
	top:8px;
	width:24px;
	height:24px;
	background:url('/public/images/icon_report.png') no-repeat transparent;
}

._left_panel_list div.li div.el .icon_report:hover {
	background:url('/public/images/icon_report_active.png') no-repeat transparent;
}

._left_panel_list div.li div.el .icon_notices {
	cursor:pointer;
	display:block;
	position:relative !important;
	right:107px;
	top:8px;
	width:24px;
	height:24px;
	background:url('/public/images/icon_notices.png') no-repeat transparent;
}

._left_panel_list div.li div.el .icon_notices.active {
	background:url('/public/images/icon_notices_active.png') no-repeat transparent;
}

._left_panel_list div.li div.el .icon_notices.active .cnt {
	position:absolute;
	bottom:-1px;
	right:1px;
	color:white;
	font-size:8px;
	display:block;
	width:10px;
	text-align:center;
}

._left_panel_list div.li div.el .icon_trash, .leftp_list .icon_trash {
	cursor:pointer;
	display:block;
	position:absolute;
	right:10px;
	top:8px;
	width:24px;
	height:24px;
	background:url('/public/images/icon_trash.png') no-repeat transparent;
}

._left_panel_list div.li div.el .icon_trash.gz {
	right:20px;
}

._left_panel_list div.li div.el .icon_trash:hover, .leftp_list .icon_trash:hover {
	background:url('/public/images/icon_trash_active.png') no-repeat transparent;
}

._left_panel_list div.li div.el .icon_settings, .leftp_list .icon_settings {
	cursor:pointer;
	display:block;
	position:absolute;
	right:39px;
	top:8px;
	width:24px;
	height:24px;
	background:url('/public/images/icon_settings.png') no-repeat transparent;
}

._left_panel_list div.li div.el .icon_settings:hover, .leftp_list .icon_settings:hover {
	background:url('/public/images/icon_settings_active_blue.png') no-repeat transparent;
}

._left_panel_list div.li div.el .icon_schedules, .leftp_list .icon_schedules {
	cursor:pointer;
	display:block;
	position:absolute;
	right:39px;
	top:8px;
	width:24px;
	height:24px;
	background:url('/public/images/icon_settings.png') no-repeat transparent;
}

._left_panel_list div.li div.el .icon_schedules:hover, .leftp_list .icon_schedules:hover {
	background:url('/public/images/icon_settings_active_blue.png') no-repeat transparent;
}

._left_panel_list div.li div.el .icon_print, .leftp_list .icon_print {
	cursor:pointer;
	display:block;
	position:absolute;
	right:99px;
	top:8px;
	width:32px;
	height:24px;
	background:url('/public/images/icon_print.png') no-repeat transparent center center;
}

._left_panel_list div.li div.el .icon_print:hover, .leftp_list .icon_print:hover {
	background:url('/public/images/icon_print_active.png') no-repeat transparent center center;
}

._left_panel_list div.li div.el .icon_settings.gz {
	right:49px;
}

._left_panel_list div.li div.el .icon_info, .leftp_list .icon_info {
	cursor:pointer;
	display:block;
	position:absolute;
	right:58px;
	top:8px;
	width:24px;
	height:24px;
	background:url('/public/images/icon_info.png') no-repeat transparent;
}

._left_panel_list div.li div.el .icon_info:hover, .leftp_list .icon_info:hover {
	background:url('/public/images/icon_info_active.png') no-repeat transparent;
}

._left_panel_list div.li div.el .icon_go, .leftp_list .icon_go {
	cursor:pointer;
	display:block;
	position:absolute;
	right:49px;
	top:8px;
	width:24px;
	height:24px;
	background:url('/public/images/icon_marker.png') no-repeat transparent;
}

.leftp_list .icon_go {
	right:5px;
	top:5px;
}

._left_panel_list div.li div.el .icon_go:hover, .leftp_list .icon_go:hover {
	background:url('/public/images/icon_marker_active.png') no-repeat transparent;
}

._left_panel_list div.li div.el .icon_go.route {
	right:69px;
}

/*._left_panel_list div.li div.el .icon_stats {
	cursor:pointer;
	display:block;
	position:absolute;
	right:95px;
	top:13px;
	width:15px;
	height:14px;
	background:url('/public/images/sprites.png') 0 -972px no-repeat;
}

._left_panel_list div.li div.el .icon_stats:hover {
	background-position:0 -1012px;
}*/

._left_panel_list div.li div.el .state {
	color:#aeaeae;
	font-size:12px;
	display:block;
}

._left_panel_list div.li div.el .color {
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:10px;
	height:40px;
}

._left_panel_list div.li div.el .name {
	display:block;
	padding-top:5px;
}

._left_panel_list.gz div.li div.el .name {
	padding-top:12px;
}

._left_panel_list.mo {
	padding-top:40px;
}

._left_panel_list.routes {
	padding-top:80px;
}

.item.li.filter_line {
	position:absolute;
	z-index:100;
	left:0;
	right:0;
	margin-top:-40px;
}

.item.li.filter_line.routes {
	margin-top:-80px;
}

.playback_item {
	border:1px solid #a00;
	border-radius:4px;
	width:10px;
	height:10px;
	background:#fdd;
	display:block;
	z-index:7000;
	margin-top:-5px;
	margin-left:-5px;
	position:absolute;
}

._mo_report_info {
	min-width:100px;
	max-width:300px;
	position:absolute;
	right:5px;
	z-index:100000;
	border:1px solid #d0d0d0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background:#fff;
	padding:5px;
	text-align:left;
}

._mo_report_info_exp {
	display:block;
	position:absolute;
	left:-16px;
	top:50%;
	width:15px;
	height:20px;
	margin-top:-10px;
	border:1px solid #d0d0d0;
	border-right:none;
	background:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor:pointer;
}

._mo_report_info_exp span {
	display:block;
	width:7px;
	height:12px;
	margin:4px;
	background:url('/public/images/icon_arrow_right.png') no-repeat transparent;
}

._mo_report_info_exp.collapsed span {
	background:url('/public/images/icon_arrow_left.png') no-repeat transparent;
}

.mo_report_result {
	margin:0;
	padding:0;
	margin-top:6px;
	overflow:hidden;
}

.mo_report_result * {
	cursor:default;
}

.mo_rep_res_w {
	overflow-x:scroll;
	overflow-y:hidden;
	height:76px;
	position:relative;
}

._mo_rep_day {
	width:100px;
	text-align:center;
	font:13px Arial;
	padding:0;
	height:58px;
	position:relative;
	float:left;
	border:1px solid #d0d0d0;
	border-left:none;
	border-bottom:none;
}

._mo_rep_day.expand {
	background:#ffffd0;
}

._mo_rep_day_cap {
	display:block;
	margin-top:2px;
	color:#414141;
	border-bottom:1px solid #d0d0d0;
	cursor:pointer;
}

table.timeLine {
	border-top:1px solid #d0d0d0;
}

table.timeLine td {
	border-right:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
}

table.timeLineHours {
	position:absolute;
	bottom:0;
	width:100%;
	border-top:1px solid #d0d0d0;
}

table.timeLineHours td {
	padding:2px;
	font:10px Arial;
	color:#6f6f6f;
	border-right:1px solid #d0d0d0;
	text-align:center;
}

table.timeLineHours td:last-child {
	border:none;
}

.day_track {
	position:absolute;
	display:block;
	min-width:2px;
	background:#65BD2C;
	border:1px solid #16650E;
	border-top:none;
	border-bottom:none;
	opacity:0.4;
	height:22px;
	z-index:10;
	cursor:pointer;
	top:19px;
}

.day_track:hover {
	background:#bfec78;
}

._mo_rep_res_resizer {
	position:absolute;
	display:block;
	width:10px;
	height:22px;
	z-index:20;
	top:20px;
	left:0;
	cursor:move;
}

._mo_rep_res_resizer .left {
	position:absolute;
	left:-3px;
	float:left;
	width:7px;
	height:22px;
	background:url('/public/images/resizer.png') no-repeat center center transparent;
	cursor:ew-resize;
}

._mo_rep_res_resizer .right {
	position:absolute;
	right:-3px;
	float:right;
	width:7px;
	height:22px;
	background:url('/public/images/resizer.png') no-repeat center center transparent;
	cursor:ew-resize;
}

._mo_rep_res_resizer .bg {
	position:absolute;
	left:0;
	right:0;
	background:#ED4300;
	opacity:0.5;
	height:22px;
	cursor:move;
}

#tooltip {
	position:absolute;
	z-index:300000;
	border:1px solid #7f7f7f;
	background-color:#f5f5f5;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#tooltip h3, #tooltip div { margin: 0; }

td.h {
	display:none;
}
.radius_val, .gz_edit_radius_val {
	color:#080;
}

.gz_name_inp {
	margin-top:-4px;
	width:240px;
}

.chklist {
	padding:0;
	margin:0;
	list-style:none;
	border:1px solid #d0d0d0;
	height:110px;
	overflow:auto;
}

.chklist li {
	padding:0;
	margin:0;
	border-bottom:1px solid #d0d0d0;
	background:#fff;
}

.chklist li:nth-child(even) {
	background:#f0f0d0;
}

.chklist li:last-child {
	border:none;
}

.chklist li.caption {
	font-weight:bold;
	background:#dfffff;
	padding:5px 8px;
	display:block;
}

.chklist li label {
	padding:4px 8px;
	display:block;
}

.chklist li.item:hover {
	background:#ffffdf;
}

h3.subcap {
	padding:0;
	margin:0;
	margin-top:15px;
	margin-bottom:5px;
	font:18px Arial;
	font-weight:bold;
}

.mapDialogBtn {
	margin:0 4px;
}

.rmol ul {
	border:1px solid #d0d0d0;
	background:#fff;
	list-style:none;
	padding:0;
	margin:0;
	height:120px;
	overflow:auto;
	margin-top:4px;
}

.rmol ul li {
	padding:0;
	margin:0;
	border-bottom:1px solid #d0d0d0;
	height:28px;
	overflow:hidden;
}

.rmol ul li:nth-child(even) {
	background:#ffffdf;
}

.rmol ul li label {
	display:block;
	padding:4px 8px;
	position:relative;
}

.rmol ul li label .color {
	display:block;
	position:absolute;
	width:5px;
	height:28px;
	right:0;
	top:0;
}

.search_inp {
	padding:0 10px 0 10px !important;
	cursor:default !important;
}

.search_inp.monitoring input {
    height: 32px;
	border:none;
	background:#fff;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	padding:0 8px;
	padding-left:48px;
	padding-right:32px;
	margin:0;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	outline:none;
}

.search_inp.monitoring input:focus {
    height: 32px;
	border:none;
	background:#fff;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	padding:0 8px;
	padding-left:48px;
	padding-right:32px;
	margin:0;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	outline:none;
}

.item.li.routes {
	height:80px;
}

.item.li.routes select {
	width:250px !important;
}

.search_inp .icon_search {
	display:block;
	width:24px;
	height:24px;
	background:url('/public/images/icon_search.png') no-repeat 0 0 transparent;
	cursor:pointer;
	border:none;
	position:absolute;
	left:18px;
	top:8px;
}

.search_inp .icon_clear {
	display:block;
	width:10px;
	height:10px;
	background:url('/public/images/icon_close_small.png') no-repeat 0 0 transparent;
	cursor:pointer;
	border:none;
	position:absolute;
	right:22px;
	top:15px;
}

.search_inp:hover {
	background-position:0 0 !important;
}

.map_type_changer {
	display:none;
	position:absolute;
	z-index:10000000;
	list-style:none;
	background:#fff;
	margin:0;
	padding:0;
	width:220px;
	border:1px solid #e1e1e1;
	border-width:0 1px;
	box-shadow:0 1px 3px 0 #c0c0c0;
	-webkit-box-shadow:0 1px 3px 0 #c0c0c0;
	-moz-box-shadow:0 1px 3px 0 #c0c0c0;
	-o-box-shadow:0 1px 3px 0 #c0c0c0;
	-khtml-box-shadow:0 1px 3px 0 #c0c0c0;
}

.map_type_changer li {
	padding:0;
	margin:0;
}

.map_type_changer li a {
	cursor:pointer;
	display:block;
	background-color:#f5f5f5;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #e1e1e1;
	font:14px bold Arial, sans-serif;
	color:#292929;
	padding:6px 12px;
	text-decoration:none;
	position:relative;
}

.map_type_changer li a:hover, .map_type_changer li.active a {
	background-color:#dae5ee;
	border-top:1px solid #e9f2f8;
	border-bottom:1px solid #d0dde6;
	text-decoration:none;
}

.cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url('/public/images/iphone-switch.gif') repeat-x; display: block; float: left; }
.cb-enable span, .cb-disable span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; }
.cb-enable span { background-position: left -90px; padding: 0 10px; }
.cb-disable span { background-position: right -180px;padding: 0 10px; }
.cb-disable.selected { background-position: 0 -30px; }
.cb-disable.selected span { background-position: right -210px; color: #fff; }
.cb-enable.selected { background-position: 0 -60px; }
.cb-enable.selected span { background-position: left -150px; color: #fff; }
.switch label { cursor: pointer; }
.switch input { display: none; }

.switch .rb, .switch .rb span { background: url('/public/images/iphone-switch.gif') repeat-x; display: block; float: left; }
.switch .rb span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; padding: 0 10px; }
.switch .rb:first-child span { background-position: left -90px; padding: 0 10px; }
.switch .rb:last-child span { background-position: right -180px;padding: 0 10px; }
.switch .rb.selected { background-position: 0 -60px; color: #fff; }
.switch .rb.selected span { background-position: 0 -60px; color: #fff; }
.switch .rb.selected:last-child span { background-position: right -240px; color: #fff; }
.switch .rb.selected:first-child span { background-position: left -150px; color: #fff; }

.items_list {
	padding:0;
	margin:3px 0;
	list-style:none;
	border:1px solid #d0d0d0;
	border-bottom:none;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.items_list li:first-child {
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.items_list li:last-child {
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}

.items_list li {
	padding:0;
	margin:0;
	background:#fff;
	display:block;
	border-bottom:1px solid #d0d0d0;
	position:relative;
}

.items_list li:nth-child(odd) {
	background:#f0f0ff;
}

.items_list li:hover {
	background:#f0fff0;
}

.items_list li.disabled, .items_list li.disabled * {
	cursor: not-allowed !important;
}

.items_list li.disabled:hover {
	background:#fff;
}

.items_list li.disabled:nth-child:hover(odd) {
	background:#f0f0ff;
}

.items_list li div.ocap {
	display:block;
	padding:5px 10px;
}

.items_list li div.obtns {
	position:absolute;
	right:0;
	top:50%;
	height:20px;
	margin-top:-12px;
	width:50px;
	padding:5px 10px;
	text-align:right;
}

.items_list li div.obtns img {
	height:16px;
	margin:0 3px;
}

.items_list li ._description {
	padding:0;
	margin:0;
	height:16px;
	overflow:hidden;
	cursor:help;
}
.items_list li label.l {
	display:block;
	padding:4px 8px;
}

.report_menu {
	margin:0;
	padding:0;
	list-style:none;
}

.report_menu li {
	padding:0;
	margin:0;
}

.report_menu li a {
	display:block;
	background:#f5f5f5;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #e1e1e1;
	padding:6px 12px;
}

.report_menu li a:hover, .report_menu li.active a {
	background:#dce8f1;
	border-top:1px solid #e9f2f8;
	border-bottom:1px solid #d0dde6;
	text-decoration:none;
}

.leftp_list {
	margin:0;
	padding:0;
	list-style:none;
}

.leftp_list li {
	padding:0;
	margin:0;
	display:block;
	background:#f5f5f5;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #e1e1e1;
	padding:8px 16px;
	position:relative;
}

.leftp_list li.link {
	padding:0;
	border:none;
}

.leftp_list li.link a, .leftp_list li label {
	display:block;
	text-decoration:none;
	padding:8px 16px;
	background:#f5f5f5;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #e1e1e1;
}

.leftp_list li label {
	padding:4px 8px;
}

.leftp_list li.link a:hover {
	background:#dce8f1;
	border-top:1px solid #e9f2f8;
	border-bottom:1px solid #d0dde6;
}

.leftp_list li.link.active a {
	background:#d0e0e9;
	border-top:1px solid #e1eaf0;
	border-bottom:1px solid #c8d6de;
}

.polylineMagnetPoint {
	width:10px;
	height:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background:#a00;
	opacity:0.8;
	filter:alpha(opacity=80);
	cursor:pointer;
}

#global_notices_form {
	margin:0;
	width:100%;
	border-bottom:1px solid #e8e8e8;
	padding:5px 0;
	box-shadow:0px 2px 5px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow:0px 2px 4px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:0px 2px 4px rgba(50, 50, 50, 0.5);
	background:#fff;
	position:relative;
	z-index:2;
}

.tabs {
	width:100%;
}

.tabs ul.links {
	height:35px;
	overflow:hidden;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #d4d4d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#d4d4d4));
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#d4d4d4 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%,#d4d4d4 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%,#d4d4d4 100%);
	background: linear-gradient(top, #e5e5e5 0%,#d4d4d4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d4d4d4',GradientType=0 );
	padding:5px;
	padding-bottom:0;
	list-style:none;
	margin:0;
}

.tabs ul.links li {
	float:left;
	list-style:none;
	width:auto;
}

.tabs ul.links li a {
	color:#292929;
	margin:0 5px;
	padding:10px 30px;
	font-size:14px;
	font-family:Arial;
	cursor:pointer;
	text-decoration:none;
	display:block;
}

.tabs ul.links li img {
	margin-right:10px;
}

.tabs ul.links li.active a, .tabs ul.links li a:hover {
	background:#fff;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	box-shadow:0px 2px 4px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow:0px 2px 4px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:0px 2px 4px rgba(50, 50, 50, 0.5);
}

#nwizard {
	margin:10px;
	height:auto;
}

.wizard_step {
	display:none;
}

.wizard_step .actions_details {
	display:none;
}

.top_link {
	color:#717171;
	text-decoration:none;
}

.top_link:hover {
	color:#313131;
	text-decoration:none;
}

.icon_picker {
	display:none;
	width:174px;
	padding:4px;
	background:#fff;
	border:1px solid #d0d0d0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	position:absolute;
	z-index:100;
}

.icon_picker ul {
	list-style:none;
	padding:0;
	margin:0;
}

.icon_picker ul li, .icon_picker_button {
	padding:2px;
	border:1px solid #d0d0d0;
	/*background:url('/public/images/loader_16x16.gif') no-repeat center center transparent;*/
	width:44px;
	height:40px;
	vertical-align:middle;
	text-align:center;
	margin:4px;
	float:left;
	cursor:pointer;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.icon_picker_button {
	width:auto;
	height:auto;
}

.icon_picker ul li.active {
	background:#e0e0e0;
}

.lbtn {
	padding:3px 6px;
	color:#136CB4;
	border:1px solid #fff;
	text-decoration:none !important;
	background:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-khtml-border-radius:3px;
	margin:2px;
}

.lbtn:hover {
	border:1px solid #91C1E8;
	color:#093558;
	background:#CCE5FA;
	background-image:-webkit-linear-gradient(top, white, #DFEFFC 3%, #BADCF8);
	background-image:-moz-linear-gradient(top, white, #DFEFFC 3%, #BADCF8);
	background-image:-o-linear-gradient(top, white, #DFEFFC 3%, #BADCF8);
	background-image:-ms-linear-gradient(top, white, #DFEFFC 3%, #BADCF8);
	background-image:linear-gradient(top, white, #DFEFFC 3%, #BADCF8);
	text-shadow:#FAFDFF 0px 1px 0px;
}

.lbtn.active, .lbtn.active:hover {
	background:#e8e8e8;
	font-weight:bold;
}

.ellipsis {
	width: 100%;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   -webkit-text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   -moz-binding: url('/public/css/text-overflow.xml#ellipsis');
}

.name.double-line {
	height:30px;
	padding:5px 0;
	line-height:30px;
}

.tdhtl {
	border:1px solid #e0e0e0;
	border-width:1px 0 0 1px;
	border-bottom:none;
	border-right:none;
	background:#fafafa;
	padding:4px 8px;
	padding-top:8px;
}

.tdhtr {
	border:1px solid #e0e0e0;
	border-width:1px 1px 0 0;
	background:#fafafa;
	padding:4px 8px;
	padding-top:8px;
}

.tdhlr {
	border:1px solid #e0e0e0;
	border-width:0 1px;
	background:#fafafa;
	padding:4px 8px;
	padding-top:8px;
}

.tdhtlr {
	border:1px solid #e0e0e0;
	border-width:1px 1px 0 1px;
	background:#fafafa;
	padding:4px 8px;
	padding-top:8px;
}

.tdhblr {
	border:1px solid #e0e0e0;
	border-width:0 1px 1px 1px;
	background:#fafafa;
	padding:4px 8px;
	padding-bottom:8px;
}

.tdhl {
	border:1px solid #e0e0e0;
	border-width:0 0 0 1px;
	background:#fafafa;
	padding:4px 8px;
}

.tdhr {
	border:1px solid #e0e0e0;
	border-width:0 1px 0 0;
	background:#fafafa;
	padding:4px 8px;
}

.tdhbl {
	border:1px solid #e0e0e0;
	border-width:0 1px 1px 0;
	background:#fafafa;
	padding:4px 8px;
	padding-bottom:8px;
}

.tdhbr {
	border:1px solid #e0e0e0;
	border-width:0 0 1px 1px;
	background:#fafafa;
	padding:4px 8px;
	padding-bottom:8px;
}

.points_list {
	height:250px;
	overflow:auto;
	border:1px solid #e0e0e0;
	width:100%;
	text-align:left;
	position:relative;
}

.points_list li, .points_list a {
	cursor:move;
}

.points_list li {
	position:static;
}

.points_list a {
	position:relative;
}

.points_list .icon_trash, .points_list .watching {
	cursor:pointer;
}

.points_list input.radius, .points_list input.time {
	width:40px;
	text-align:center;
	cursor:text;
}

.points_list .arrow {
	position:absolute;
	width:12px;
	height:12px;
	display:block;
	cursor:pointer;
}

.points_list .top {
	top:4px;
	left:10px;
	background:url('/public/images/arrow_small_top.png') no-repeat transparent center center;
}
.points_list .top:hover {
	background:url('/public/images/arrow_small_top_active.png') no-repeat transparent center center;
}

.points_list .bottom {
	bottom:4px;
	left:10px;
	background:url('/public/images/arrow_small_bottom.png') no-repeat transparent center center;
}
.points_list .bottom:hover {
	background:url('/public/images/arrow_small_bottom_active.png') no-repeat transparent center center;
}

.points_list .save_point {
	position:absolute;
	display:block;
	width:16px;
	height:16px;
	background:url('/public/images/ok.png') no-repeat transparent center center;
	right:28px;
	top:50%;
	margin-top:-8px;
	cursor:pointer;
}

.points_list .cancel_point {
	position:absolute;
	display:block;
	width:16px;
	height:16px;
	background:url('/public/images/cancel.png') no-repeat transparent center center;
	right:6px;
	top:50%;
	margin-top:-8px;
	cursor:pointer;
}

.ui-autocomplete.ui-menu {
	height:160px;
	overflow:auto;
	z-index:5000 !important;
	width:400px;
}

.input_loader {
	background:url('/public/images/loader_16x16.gif') right center no-repeat;
}

.btn_loader {
	margin:0 6px;
}

.search_inp.routes .close {
	position:absolute;
	top:7px;
	cursor:pointer;
}

#rf_sdt_clear {
	left:115px;
}

#rf_edt_clear {
	left:295px;
}

tr.error {
	color:#a00;
}

tr.error input, tr.error select, tr.error textarea {
	border:1px solid #a00;
	background:#fff8f8;
}

.txt-error { border:1px solid #a00!important; background:#fff8f8!important; }

.battery {
	background:url('/public/images/icon_bat.png') no-repeat 0 0 transparent;
	width:16px;
	height:16px;
	display:inline-block;
	margin:0 4px;
}

.gsm {
	background:url('/public/images/icon_gsm.png') no-repeat 0 0 transparent;
	width:16px;
	height:16px;
	display:inline-block;
	margin:0 4px;
}

.device_power {
	background:url('/public/images/icon_power.png') no-repeat 0 0 transparent;
	width:16px;
	height:16px;
	display:inline-block;
	margin:0 4px;
}

.gps {
	background:url('/public/images/icon_gps.png') no-repeat 0 0 transparent;
	width:16px;
	height:16px;
	display:inline-block;
	margin:0 4px;
	margin-right:0;
}

.device_power.out, .gps.out {
	background-position:0 -16px;
}



.overlay {
	background:#000;
	opacity:.5;
	filter:alpha(opacity=50);
	position:absolute;
	z-index:400;
	top:0; left:0; bottom:0; right:0;
}

.browsers {
	position:absolute;
	z-index:405;
	background:#fafafa;
	box-shadow:0px 0 4px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow:0px 0 4px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:0px 0 4px rgba(50, 50, 50, 0.5);
	-o-box-shadow:0px 0 4px rgba(50, 50, 50, 0.5);
	-khtml-box-shadow:0px 0 4px rgba(50, 50, 50, 0.5);
	height:280px;
	top:50%;
	margin-top:-140px;
	left:0;
	right:0;
	text-align:center;
}

.browsers .wrapper {
	width:900px;
	padding:20px;
	margin:0 auto;
	position:relative;
}

.browsers p {
	width:100%;
	text-align:center;
	margin-bottom:25px;
	color:#444;
	font-weight:bold;
}

.browsers .chrome, .browsers .firefox, .browsers .safari, .browsers .opera {
	width:200px;
	height:200px;
	background:url("http://abetterbrowser.s3.amazonaws.com/images/icon_browsers.png") no-repeat;
	text-indent:-9000px;
	position:absolute;
	top:60px;
}

.browsers .chrome, .browsers .firefox, .browsers .safari {
	margin-right: 20px;
}

.browsers .chrome               { background-position: left top; left: 25px; }
.browsers .chrome:hover         { background-position: left bottom; }
.browsers .firefox              { background-position: -200px top; left: 260px; }
.browsers .firefox:hover        { background-position: -200px bottom; }
.browsers .safari               { background-position: -400px top; left: 490px; }
.browsers .safari:hover         { background-position: -400px bottom; }
.browsers .opera                { background-position: -600px top; left: 720px; }
.browsers .opera:hover          { background-position: -600px bottom; }


#timepicker {
	height: 150px;
	border:1px solid #aaa;
}
#timepicker ul {
	/*margin-bottom*/
	overflow:hidden;
	padding:3px;
}
#timepicker ul li {
	position:relative;
	display:block;
	float:left;
	width:50px;
}
#timepicker ul li h4 {
	width:100%;
	background:transparent;
	color:#000;
	text-align:center;
}
#timepicker ul li .slider {
	position:relative;
	left:10px;
	/*background:#FBF9EE url(images/ui-bg_glass_55_fbf9ee_1x400.png) repeat-x scroll 50% 50%;
	border:1px solid #FCEFA1;*/
}

.legend-wrap {
	overflow: hidden;
	height: 1%;
	padding-left: 4ex;
	padding-top: 1ex;
}

.legend-wrap .legend {
	overflow: hidden;
	height: 1%;
	float: left;
	padding-right: 2ex;
}
.legend-wrap .legend span {
	float: left;
	width: 8px;
	height: 3ex;
	margin-right: 1ex;
	overflow: hidden;
	background: #eee;
}
.legend-wrap .legend span.active {
	background: #008deb;
}

.legend-wrap .statusbar {
	float: right;
	color: #0099ff;
	font-weight: bold;
	font-size: 80%;
}

.typical {
	height: 1%;
	overflow: hidden;
	padding-left: 4ex;
	padding-top: 1.5ex;
}
.typical span {
	float: left;
	padding-right: 5px;
}
.typical .separator {
	color: #008deb;
}
.typical a {
	float: left;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 8px;
	border-bottom: 1px dashed #008deb;
	cursor: pointer;
	color: #008deb;
	overflow: hidden;
}
.typical a.active {
	margin-left: 0;
	margin-right: 5px;
	padding: 0 3px;
	border-bottom: none;
	padding-bottom: 1px;
	background: #008deb;
	color: #fff;
}
.typical a:hover {
	border-bottom: none;
}

.form-search {
	display:inline-block;
	position:relative;
	background:url('/public/images/map_btn_bg_active.png') repeat-x center center;
	height:30px;
	vertical-align:middle;
	line-height:32px;
	padding-left:5px;
	left:-5px;
}

.form-search span {
	display:inline-block;
	float:right;
	width:5px;
	height:30px;
	position:relative;
	left:5px;
	background:url('/public/images/map_btn_bg_right_active.png') no-repeat center center;
}

.form-search .btn {
	border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	-o-border-radius:0 3px 3px 0;
	-html-border-radius:0 3px 3px 0;
	box-shadow:none;
}

.form-search input {
	width:410px;
	margin-right:0;
	border-radius:4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	-o-border-radius:4px 0 0 4px;
	-html-border-radius:4px 0 0 4px;
	outline:none !important;
	box-shadow:none !important;
	border:1px solid #D9D9D9 !important;
	border-radius:3px;
	height:22px;
	font-size:12px;
}

.balloon-header {
	display:block;
	margin:5px 0;
	font-size:16px;
}

.formDisable {
	position:absolute;
	top:0; left:0; right:0;
}

.formDisable .overlay {
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	background:#000;
	opacity:0.4;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}

.formDisable img {
	position:absolute;
	top:50%; left:50%;
	margin-left:-8px;
	margin-top:-8px;
}

.map_legend {
	background:#fff;
	position:absolute;
	top:10px;
	left:10px;
	display:none;
}

.report_menu__toggle_item { display:block;padding:4px 8px; }
.report_menu__toggle_item:hover { background:#dce8f1; }

.menu__unexp a { cursor:default; }
.menu__unexp .corner { display:none; }

.cbutton { position:relative; padding-right:40px !important; }
.cbutton.hide_menu { padding-right:15px !important; }
.cbutton.hide_menu .arrow, .cbutton.hide_menu ul { display:none; }
.cbutton ul { display:none; }
.cbutton img.arrow {
	position:absolute; top:-1px; right:-1px; background:red; display:block; padding:7px 7px 8px 8px; background-attachment: scroll; background-clip: border-box; background-color: #187AC1;
	background-image: -o-linear-gradient(top, #6ECBFF 0px, #2FA2E2 5%, #187AC1 100%); background-image: -webkit-linear-gradient(top, #6ECBFF 0px, #2FA2E2 5%, #187AC1 100%);
	background-image: -moz-linear-gradient(top, #6ECBFF 0px, #2FA2E2 5%, #187AC1 100%); background-origin: padding-box; background-position: 50% 50%; background-repeat: repeat-x; background-size: auto;
	border-bottom:1px solid #0061A8; border-right:1px solid #0086D0; border-top:1px solid #0086D0; border-radius:0 4px 4px 0; cursor: default; display: inline-block; margin:0; border-left:1px solid #187AC1;
}
.cbutton img.arrow:hover {
	background-attachment: scroll; background-clip: border-box; background-color: #1C83C8; background-image: -o-linear-gradient(top, #6ECBFF 0px, #56BDF6 5%, #1C83C8 100%);
	background-image: -webkit-linear-gradient(top, #6ECBFF 0px, #56BDF6 5%, #1C83C8 100%); background-image: -moz-linear-gradient(top, #6ECBFF 0px, #56BDF6 5%, #1C83C8 100%); background-origin: padding-box;
	background-position: 50% 50%; background-repeat: repeat-x; background-size: auto; border-bottom-color: #0061A8; border-right-color: #2F9FDD; border-top-color: #2F9FDD;
}
.cbutton img.arrow:active, .cbutton img.arrow:focus, .cbutton img.arrow.active, .cbutton.expand img.arrow {
	background-attachment: scroll; background-clip: border-box; background-color: #1C83C8; background-image: -o-linear-gradient(top, #1C83C8 0px, #2FA2E2 95%, #56BDF6 100%);
	background-image: -webkit-linear-gradient(top, #1C83C8 0px, #2FA2E2 95%, #56BDF6 100%); background-image: -moz-linear-gradient(top, #1C83C8 0px, #2FA2E2 95%, #56BDF6 100%); background-origin: padding-box;
	background-position: 50% 50%; background-repeat: repeat-x; background-size: auto; border-bottom-color: #2F9FDD; border-right-color: #2F9FDD; border-top-color: #0061A8;
}
.cbutton.expand ul { display:block; position:absolute; top:26px; left:0; right:0; margin:0; padding:0; list-style:none; box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.4); }
.cbutton.expand ul li { padding:0; margin:0; display:block; background:#f5f5f5; border-top:1px solid #ffffff; border-bottom:1px solid #e1e1e1; padding:0; text-shadow:none; color:#000; }
.cbutton.expand ul li:hover { background:#dce8f1; border-top:1px solid #e9f2f8; border-bottom:1px solid #d0dde6; text-decoration:none; }

.s-input-info { position:absolute; right:0; top:2px; display:block; width:20px; height:20px; cursor:pointer; opacity:.6; -moz-opacity:.6; filter:alpha(opacity=60);
	background:url('/public/images/icon_info_small.png') no-repeat center center transparent; }


.p-calc-btn { text-align:center; }
.p-calc-btn-active { text-align:left; width:442px; }
	.p-calc-btn img { vertical-align:middle; }
	.p-calc-btn .p-calc-btn-caption { display:none; padding-left:5px; }
	.p-calc-btn-active .p-calc-btn-caption { display:inline-block; }
.p-calc { background:#fff; -webkit-box-shadow:-1px 3px 7px rgba(0,0,0,.2),1px 0 7px rgba(0,0,0,.2),0 3px 4px rgba(0,0,0,.25); display:none;
		-moz-box-shadow:-1px 3px 7px rgba(0,0,0,.2),1px 0 7px rgba(0,0,0,.2),0 3px 4px rgba(0,0,0,.25); position:absolute; z-index:100; top:33px; left:39px;
		box-shadow:-1px 3px 7px rgba(0,0,0,.2),1px 0 7px rgba(0,0,0,.2),0 3px 4px rgba(0,0,0,.25); padding:5px 15px; width:450px;
		box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box; }
.p-calc-active { display:block; }
	.p-calc .td3 { text-align:left; width:40px; }
		.p-calc .td3 strong { font-weight:normal!important; }
			.p-calc .inp { padding-right:30px; }
		.p-calc .td4 div { position:relative; }
	.p-calc-getAddr { width:25px; height:23px; position:absolute; right:1px; top:1px; cursor:pointer; border-radius:0 4px 4px 0; -o-border-radius:0 4px 4px 0;
			-webkit-border-radius:0 4px 4px 0; -moz-border-radius:0 4px 4px 0; -khtml-border-radius:0 4px 4px 0;
			background:url('/public/images/icon_get_addr.png') no-repeat center center transparent; }
	.p-calc-getAddr__active { background-color:#eee!important; }
	.p-calc-input { padding-left:15px; }
	.p-calc-magnifer { width:30px; height:30px; text-align:center; vertical-align:middle; line-height:30px; padding:0!important; }
		.p-calc-magnifer img { vertical-align:middle; line-height:30px; }
	.p-calc-result { padding:10px; font-size:22px; display:none; -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none;
			-moz-user-select:none; -ms-user-select:none; -o-user-select:none; user-select:none; cursor:default; position:relative; }
		.p-calc-result span { position:absolute; width:50%; left:0; text-align:center; line-height:28px; color:#000; }
		.p-calc-result span:last-child { left:auto; right:0; border-left:1px solid #eee; }
			.p-calc-result span i { font-size:16px; color:#777; font-style:normal; margin-right:6px; }
			.p-calc-result span i:last-child { margin:0; }