html {
	height: 100%;
	background: #fff;
	/*font: 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;*/
	/*font: 12px Tahoma;*/
	font: 12px Arial;
	color: #333;
}
body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position:relative;
	margin: 0;
}

/* ============================================  UNIQUE CLASSES  START  =========================================== */
.noUnderline {text-decoration: none;}
.cc {clear: both;}
a {
	text-decoration: none;
}
/* =============================================  UNIQUE CLASSES  END  ============================================ */

/* ============================================  POPAP    START  =========================================== */
.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0; 
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 10;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
	padding: 35px 25px;
	background: #fff;
	font: 12px Verdana;
	font-weight: bold;
	color: #fff;
	left:10px;
    opacity: 0;
    position: absolute;
    top: 1%;
    visibility: hidden;
    z-index: 1000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	
    /*-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
	transform: translate(0%, 0%);

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.overlay:target +.popup {
	top: 10px;
    opacity: 1;
    visibility: visible;
	position: fixed;
}
.close {
	background: #333;
	width: 15px;
	height: 15px;
	padding: 0 0 0 0px;
	border: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 12px;
	right: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.close:before {
    color: #666;
    content: "x";
	font: 9px Verdana;
	font-weight: bold;
	line-height: 2px;
	position: relative;
	top: -3px;
	color: #eee;
}
.close:hover {
    background-color: #888;
	text-decoration: none;
}
.popup .close:hover  {
	text-decoration: none;
}
.popupContent {
	/*width: 650px;
	height: 450px;*/
	color: #333;
	font-weight: normal;
}
/*
.popupContent input[type="text"], .popupContent input[type="password"]{

	height: 32px;
	padding: 0 5px 0 5px;

	border-radius: 5px;
	border: 1px solid #acacac;
	box-shadow: inset 0px 2px 4px #bbb;
	font-family: Helvetica;
	font-size: 12px;
}
.popupContent input[type="text"]:hover,.popupContent input[type="text"]:focus, 
.popupContent input[type="password"]:hover, .popupContent input[type="password"]:focus{box-shadow: inset 0px 1px 1px #ddd;}

.popupContent select{
	height: 34px;
	cursor: pointer;
}
.popupContent .select {
	width: 280px;
	position: absolute;
	height: 34px;
	padding: 0px 0px 0 5px;
	background: url(/img/ppSelect.png);
	font-size: 12px;
	color: #000;
	line-height: 34px;
}
*/
.ppEdit,
.ppJornal,
.ppClients,
.ppDelite {
	width: 158px!important;
	height: 34px!important;
	margin: 0 0 5px 0!important;
	border: none!important;
	padding: 0 0 0 35px!important;
	text-align: left;
	cursor: pointer;
	box-shadow: 1px 1px 2px #bbb!important;
	text-transform:uppercase;
}
.ppEdit:hover,
.ppJornal:hover,
.ppClients:hover,
.ppDelite:hover {
	opacity: 0.8;
	box-shadow: 1px 1px 1px #ddd!important;
}
.ppEdit {
	background: url(/img/ppEdit.png);
}
.ppJornal {
	background: url(/img/ppJornal.png);
}
.ppClients {
	background: url(/img/ppClients.png);
}
.ppDelite {
	background: url(/img/ppDelite.png);
	margin: 38px 0 5px 0!important;
}
/* =============================================  POPAP    END  ============================================ */
.page {
	min-width: 1024px;
	max-width: 1200px;
	min-height: 500px;
	/*margin: 0 auto;*/
	margin: 0px 10px;
}
.header {
	min-width: 1024px;
	max-width: 1200px;
	height: 60px;
	margin: 0 auto;
}
.header table {
	width: 100%;
	height: 60px;
}
.logo {
	width: 100px;
	height: 60px;
	background: url(/img/logo.png);
}
.menu {
	height: 60px;
	/*background: red;*/
	margin: 0;
	padding: 0;
}
.menu li {
	width: 92px;
	height: 50px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 12px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fcfcfc;
	background: url(/img/menuItemBg.png);
	cursor: pointer;
	position: relative;
	z-index: 6;
	list-style-type: none;
}
.menu li:hover {
	background: url(/img/menuItemBgDark.png);
	color: #fff;
	text-shadow: 0 1px 1px #4b5d5f;

}
.menu li img {
	display: block;
	margin: 0px auto;
	margin-bottom: 8px;
}
.subMenu {
	display: none;
	position: absolute;
	left: 0;
	top: 60px;
	margin: 0;
	padding: 0;
}
.subMenu li {
	width: 250px;
	height: auto;
	display: block;
	padding: 7px 15px 7px 5px;
	background: #a1a9a9;
	border-radius: 5px;
	margin: 2px 0px 0 0px;
	text-align: left;
	box-shadow: 1px 1px 2px #bbb;
	line-height: 17px;
	color: #333;
	text-shadow: 0 1px 0 #c4cdcf;

}
.menu li:hover ul {
	display: block;
}
.subMenu li:hover {
	background: #889092;
	color: #fff;
	text-shadow: 0 1px 1px #4b5d5f;
}

.managePanel {
	height: 60px;
	background: url(/img/mpBg.png);
}
.mpLeft {
	width: 10px;
	height: 60px;
	background: url(/img/mpLeft.png);
	float: left;
}
.mpRight {
	width: 10px;
	height: 60px;
	background: url(/img/mpRight.png);
	float: right;
	margin: 0px 0 0 0;
}
.mpDate {
	min-width: 110px;
	float: left;
	margin: 23px 0 0 10px;
	color: #555d5f;
}
.exitButton {
	width: 89px;
	height: 34px;
	background: url(/img/exitButton.png);
	border: 0;
	float: right;
	margin: 12px 10px 0 10px;
	cursor: pointer;
}
.exitButton:hover {
	opacity: 0.9;
}
.exitButton:active {
	opacity: 0.8;
	margin-top: 13px;
}
.mpUser {
	/*width: 200px;*/
	height: 23px;
	padding: 0px 0 0 20px;
	margin: 23px 5px 0 0;
	float: right;
	background: url(/img/mpUser.png) no-repeat;
	font-weight: bold;
	text-shadow: 0 1px 0 #fcfcfc;
}

.optionPanel {
	min-width: 1024px;
	max-width: 1200px;
	height: 120px;
}
.optionPanel table{
	width: 100%;
	height: 100px;
}
.requestLog {
	width: 325px;
	height: 100px;
}
.requestFilter {
	/*width: 499px;*/
	height: 100px;
	padding: 0 0 0 0px;
	margin: 0 auto;
}
.filterSettings {
	width: 200px;
	height: 100px;
	float: right;
	text-align: right;
}
.optionPanel h2 {
	font-size: 16px;
	font-weight: bold;
	float: left;
	width: 100%;
	margin: 15px 0 12px 0;
}
.requestLog input, .requestFilter input, .filterSettings input, .hidebox input, .normalOptionalPanel input, .rfFind, .rlAdd{
	height: 35px;
	padding: 0;
	margin: 0 0px 0 0;
	border: none;
	box-shadow: inset 1px 0 0 #fff, inset -1px 0 0 #fff, inset 0 -1px 0 #fff;
	padding: 0px 0 0 30px;
	text-align: left;
	cursor: pointer;
	font-family: Helvetica;
	font-size: 13px;
	text-transform:uppercase;
}
.requestLog input[type="text"]:hover {
	opacity: 0.8;
}
.requestFilter input[type="text"]:hover {
	opacity: 0.8;
}
.filterSettings input[type="text"]:hover {
	opacity: 0.8;
}
.hidebox input[type="text"]:hover, .normalOptionalPanel input[type="text"]:hover{
	opacity: 0.8;
}
.rlAdd {
	width: 121px;
	background: url(/img/rlAdd.png) 1px 0 no-repeat;
}
.rlMode {
	width: 83px;
	background: url(/img/rlMode.png) 1px 0 no-repeat;
}
.rlSearch {
	width: 98px;
	background: url(/img/rlSearch.png) 1px 0 no-repeat;
}
.requestFilter select {
	height: 35px;
	font-size: 12px;
	margin: 0px 5px 0 0;
	top: -10px;
	cursor: pointer;
}
.select {
	position: absolute;
	width: 196px;
	height: 44px;
	padding: 0px 0px 0 8px;
	background: url(/img/rfSelect.png) no-repeat;
	overflow: hidden;
	font-size: 12px;
	color: #000;
	line-height: 34px;
}
.requestFilter input{
	padding: 0;
	text-align: center;
	margin: 0 0 0 -1px;
}
.rfFind {
	width: 71px;
	background: url(/img/rfFind.png) 1px 0 no-repeat;
	/*position: fixed;*/
	position:relative;
	top:1px;
	text-align:center!important;
	padding:0px!important;
}
.filterSettings input{
	margin: 47px 0 0 0;
}
.fsSetting {
	width: 182px;
	background: url(/img/fsSetting.png) 1px 0 no-repeat;
	
}
.mainTable {
	min-width: 1024px;
	max-width: 1200px;
	margin: 5px 0 0 0;
}
.mainTable table{
	width: 100%;
	font-size: 13px;
	/*font-weight: bold;*/
}
.mainTableHeader div{
	height: 27px;
	text-align: center;
	background: url(/img/mpBg.png);
	margin: 0;
	padding: 10px 5px 0 5px;
	border-radius: 5px 5px 0 0;
	box-shadow: inset 1px 0px 0px #e2e6e6, inset -1px 0px 0px #8e9394, inset 0 -1px 0 #8d9494;
	line-height: 12px;
	font-weight: bold;
	text-shadow: 0 1px 0 #eee;
	color: #000;
	font-size: 11px;
}
.oddRow td{
	height: 100%;
	padding: 5px 0 3px 2px;
	border-radius: 3px;
	border: 1px solid #fff;
	text-shadow: 0 1px 0 #fff;
}
.evenRow td{
	min-height: 18px;
	max-height: 700px;
	padding: 5px 0 3px 2px;
	background: #e6ebec;
	border-radius: 3px;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #fff;
}
.evenRow a, .oddRow a {
	color: #333;
	text-decoration: none;
}
.evenRow:hover a, .oddRow:hover a {
	color: #008bd4;
	text-decoration: underline;
}
.evenRow:hover td, .oddRow:hover td {
	background: #fde7b0;
}
.evenRow:hover span, .oddRow:hover span {
	visibility: visible;
}
.airport {
	margin: 0 4px -2px 1px;
	padding: 2px 3px 3px 3px;
	color: #000;
	text-shadow: none;
}
.ap_blue {background: #00ffff;}
.ap_orange {background: orange;}
.ap_green {background: green;}
.ap_red {background: red;}
.ap_pink {background: pink;}
.ap_brown {background: brown;}
.ap_purple {background: purple;}
.ap_gray {background: gray;}
.ap_yellow {background: yellow;}
.ap_blue {background: blue;}
.mtSubmitted {
	color: #f26522;
}
.pasInfo {
	width: 15px;
	height: 15px;
	background: url(/img/pasInfo.png);
	display: inline-block;
	margin: 0 0 -2px 5px;
	visibility: hidden;
}
.hidebox {
	margin: -2px 0px 0px 0px;
	padding: 0px 5px 10px 5px;
	border-top: 1px dotted #7994a1;
	overflow: hidden;
	text-shadow: 0 1px 0 #fff;
}
.hbEven {
	background: #e6ebec;
}.hbOdd {
	background: #fff;
}
 .hidebox table h3 {
	font: 12px Arial;
	margin: 10px 0 0 0;
	font-weight: bold;
}
.hidebox table {
	font: 12px Arial;
}
.hbEdit {
	width: 160px;
	background: url(/img/editButton.png) 1px 0;
	margin: 0 0 0 30px!important;
}


/*===========sitora===============*/
.colored_text {padding:2px;text-shadow:none;color:#fff;}
.popupContent tr:hover span , .tbl_additional_params tr:hover span , .request_main_info  tr:hover span {visibility: visible;}
.hidebox h3{text-transform:uppercase;}
.tbl_additional_params{width:100%;}
.tbl_additional_params td{vertical-align:top;}
.tbl_additional_params .btn_edit{vertical-align:middle;}
.requestFilter input[type="text"]{
	height: 26px;
	border-radius: 5px;
	border: 1px solid #acacac;
	box-shadow: inset 0px 2px 4px #bbb;
	font-family: Helvetica;
	font-size: 12px;
}
.requestFilter input[type="text"]:hover , .requestFilter input[type="text"]:focus{box-shadow: inset 0px 1px 1px #ddd;}
.sm{width:100px!important;}
.logo a img{border:none;}
.optionPanel table.option_panel_filter{height:100%!important;position: relative;top: -3px;width:425px;}
.requestFilter input{position:relative;}
.menu li a{color:#333;}
.subjectFilter {height: 100px;margin: 0 auto;padding: 0;width:100%;}
.mainTable table tr{cursor:pointer;}

.mainTableHeader th div{text-transform:uppercase;}
.big{width:273px;}

#loader {display:none;color:#000!important;}

.rep_access td{vertical-align:top;}
#p1, #p2{clear:both;padding-top:6px;}
#p1 input, #p2 input{width:100px!important;float:none!important;}


.request_main_info td{vertical-align:top;}

.request_main_info input[type="text"], .nice_input, .normalOptionalPanel input[type="text"]{
	height: 14px;/*32*/
	width:273px;
	/*border-radius: 5px;
	border: 1px solid #acacac;
	box-shadow: inset 0px 2px 4px #bbb;*/
	font-family: Helvetica;
	font-size: 12px;
	/*padding:0px 5px 0px 5px;
	float:left;*/
	
	}
input[type="text"]:hover, input[type="text"]:focus, .request_main_info input[type="text"]:hover , .request_main_info input[type="text"]:focus{box-shadow: inset 0px 1px 1px #ddd;}

img{border:none;}
.subjects_edit_request td{vertical-align:top;}
.one_hist_list{border: 1px solid #ccc;border-collapse: collapse;}
.one_hist_list td, .one_hist_list th{white-space:nowrap;border: 1px solid #ccc;padding:2px 5px;}
.users td{vertical-align:top;white-space:nowrap;}
#pass1 p a, #pass2 p a{font-weight:bold; margin-left:2px;}
.exist_price_tbl input[type="text"]{float:none!important;}
.access_field_tbl select{width:200px; height:140px}
.simpleRow td{height: 100%;padding: 5px 0 3px 2px;border-radius: 3px;border: 1px solid #fff;text-shadow: 0 1px 0 #fff;}
.list td{white-space:nowrap;float:none;}
.list td input,.list td select{float:none;}
.list tr td{height: 100%;padding: 5px 0 3px 2px;border-radius: 3px;border: 1px solid #fff;}
.request_view_settings input, #user_role_form input{float:none;margin:3px;}
.user_role td{vertical-align:top; padding:0px 10px;}
.normalOptionalPanel .ppDelite{margin:0px!important;}

.request_main_info table p{float:left;padding-right:5px;}
.circle_yellow {width: 15px;height: 15px;margin-right:3px;display: inline-block;text-align:center;}
.circle_green {width: 15px;height: 15px;margin-right:3px;display: inline-block;text-align:center;}

.pasInfo2 {
	width: 15px;
	height: 15px;
	background: url(/img/pasInfo.png);
	display: inline-block;
	margin: 0 0 -2px 5px;
}
.evenRow:hover .circle_yellow, .oddRow:hover .circle_yellow {	background: url(/img/yellow.png);}
.evenRow:hover .circle_green, .oddRow:hover .circle_green{background: url(/img/green.png);}

#flds table p{margin:0px;}
#flds table {width:100%;}
.zh_top{width:100%;}
.zh_top p{margin:0px;}
.zh_top td{vertical-align:middle;}
#sbts table p{margin:0px;}
#sbts table{width:600px;}
#sbts table td{vertical-align:middle;}
#flds table td{vertical-align:middle;}
.border_th th{border:1px solid #ccc;border-collapse: collapse;padding:2px;}
.border_th td{font-weight:bold;}

.dotted{border-bottom:1px dotted #333;}
.main_subjects_tbl td a{color:#666;}
.main_subjects_tbl td a:hover{color:#111;}
.letter_style{color:#000!important; font-weight:bold;text-decoration:underline;}

.red_bold{font-weight:bold;text-decoration:underline;color:#666;}
.pager a{color:#666;}
.pager a:hover{color:#111;}

.cke_contents{height:350px!important;}

.zh_tbl .frst{width:150px;}
.zh_tbl .scnd{width:650px;}
.zh_top .frst{width:150px;}
.zh_top .scnd{width:650px;}

.red_hint {color:blue;font-weight:bold;font-size:14px;}
.cke_contents {height: 500px !important;}

.help_tbl td{vertical-align:top;}

.service_link {font-size: 14px;font-style: italic;margin-bottom: 8px;margin-top: 15px;}
h2.price_airport_name{padding-top: 15px;margin-top: 15px;border-top: 1px solid #d2d2d2;}

.dropFilter{
	background: url("/img/trash.png") no-repeat;
	background-size: 15px;
}