@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400|Roboto:400,400i,500,500i,700,700i&subset=cyrillic');
/*------------reset------------*/
* {
	background: transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table, table td {
	border-spacing: 0;
	border-collapse: collapse;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
a {
	color: #4B65B9;
}
a:hover {
	color: #BD0306;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
	max-width: 100% !important;
	vertical-align: middle;
}
hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
p {
	margin: 0 0 10px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*------------general------------*/
body {
	background: #a5bdde; /* fallback for old browsers */
	background: -webkit-linear-gradient(right, #a5bdde, #79a0d5);
	background: -moz-linear-gradient(right, #a5bdde, #79a0d5);
	background: -o-linear-gradient(right, #a5bdde, #79a0d5);
	background: linear-gradient(to left, #a5bdde, #79a0d5);
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1.1;
	padding-bottom: 10px;
}
small {
	font-weight: normal;
	line-height: 1;
	color: #777;
	font-size: 75%;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 16px;
}
h6, .h6 {
	font-size: 14px;
}
.login-page {
	width: 360px;
	padding: 8% 0 0;
	margin: auto;
}
.form {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 360px;
	margin: 0 auto 100px;
	padding: 45px;
	text-align: center;
	-webkit-box-shadow: -2px -1px 7px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -2px -1px 7px 0px rgba(0,0,0,0.2);
	box-shadow: -2px -1px 7px 0px rgba(0,0,0,0.2);
}
.form input {
	font-family: 'Roboto', sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 1px solid #fff;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 16px;
}
.form input.error {
	background: #FBEAEA;
	border: 1px solid #BD0306;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 16px;
}
.red {
	color: #BD0306;
}
.green {
	color: #3AB700;
}
button {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #638cc5;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 16px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
.form button:hover, .form button:active, .form button:focus {
	background: #79a0d5;
}
.container {
	width: 100%;
	margin: auto;
}

@media (min-width: 1200px) {
.container {
	width: 1170px;
}
}
.content {
	background: #FFFFFF;
	min-height: 600px;
	-webkit-box-shadow: -2px -1px 7px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -2px -1px 7px 0px rgba(0,0,0,0.2);
	box-shadow: -2px -1px 7px 0px rgba(0,0,0,0.2);
}
.w100 {
	width: 100%;
	padding: 20px;
	min-height: 600px;
}
.w80 {
	width: 935px;
	float: left;
	padding: 20px;
	min-height: 600px;
	border-right: 1px solid #eee;
}
aside {
	float: right;
	width: 236px;
	margin: 0px;
	padding: 20px 10px;
	margin-left: -1px;
	border-left: 1px #eee solid;
}
header {
	padding: 10px 0px;
}
.airlines {
	list-style: none;
	border-bottom: #E4E4E4 solid 1px;
	padding-bottom: 10px;
	margin: 20px 0px;
}
.pagination {
	display: inline-block;
	padding-left: 0;
}
.pagination>li {
	display: inline-block;
	margin-bottom: 5px;
	list-style: none;
}
.pagination>li>a, .pagination>li>span {
	padding: 5px 10px;
	color: #5F5F5F;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	display: inline-block;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #000000;
	background-color: #eee;
	border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #4854a1;
	border-color: #4854a1;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
	color: #C0C0C0;
	cursor: not-allowed;
	background-color: #ECECEC;
	border-color: #ddd;
}
footer {
	text-align: center;
	font-size: 13px;
	color: #ECECEC;
	clear: both;
	padding: 20px;
}
.user {
	float: right;
	position: relative;
	color: #000;
}
.user li {
	display: inline-block;
	list-style: none;
	margin-left: 10px;
}
.user li a {
	border-radius: 3px;
	border: #4b65b9 solid 1px;
	background-color: #4b65b9;
	color: #fff;
	font-size: 12px;
	padding: 0 20px;
	text-decoration: none;
	display: inline-block;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
.user li a:hover {
	background-color: #fff;
	color: #4b65b9;
}
.btn {
	border-radius: 3px;
	border: #91b5e9 solid 1px;
	background-color: #91b5e9;
	color: #fff;
	font-size: 12px;
	padding: 0 10px;
	text-decoration: none;
	display: inline-block;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn:hover {
	background-color: #4b65b9;
	color: #fff;
}
.btn.color2, .icon-button.color2 {
	border: #5F7AD0 solid 1px;
	background-color: #5F7AD0;
}
.btn.color2:hover, .icon-button:hover.color2  {
	background-color: #8C9DD3;
}
aside h3 .btn {
	float: right;
}
.btn-block {
	border-radius: 3px;
	border: #4b65b9 solid 2px;
	background-color: #4b65b9;
	color: #fff;
	font-size: 14px;
	padding: 0 15px;
	text-decoration: none;
	display: block;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin: 20px 0px;
}
.btn-block:hover {
	background-color: #fff;
	color: #4b65b9;
	border: #91b5e9 solid 2px;
}
.airlines-res li {
	display: inline-block;
	margin-bottom: 5px;
	list-style: none;
	width: 265px;
	margin: 10px 30px 10px 0px;
	border-bottom: dotted 2px #D6D6D6;
	line-height: 25px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 3px;
}
.airlines-res li .icon-button {
	float: right;
}
aside .airlines-res li .icon-button {
	float: left;
	margin-right: 5px;
}
.icon-button {
	display: inline-block;
	color: #fff;
	position: relative;
	z-index: 1;
	width: 25px;
	height: 25px;
	line-height: 25px;
	padding: 0;
	background-color: #91B5E9;
	border-radius: 50%;
	transition: .3s;
	cursor: pointer;
	vertical-align: middle;
}
.icon-button i {
	width: inherit;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	line-height: 25px;
	font-style: normal;
}
.icon-button:before {
	border-radius: 0
}
.icon-button:hover {
	background-color: #4B65B9
}
/* Tooltip text */
.icon-button .tooltiptext {
	visibility: hidden;
	width: 100px;
	background-color: #eee;
	border: 1px solid #D6D6D6;
	color: #000;
	text-align: center;
	padding: 2px 0;
	border-radius: 3px;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	z-index: 1;
	bottom: 127%;
	left: 50%;
	margin-left: -50px;
	opacity: 0;
	transition: opacity 1s;
}
/* Tooltip arrow */
.icon-button .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	border-width: 6px;
	border-style: solid;
	border-color: #D6D6D6 transparent transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.icon-button:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
aside .airlines-res li {
	width: 100%;
}
aside .airlines-res li .icon-button .tooltiptext {
	width: 140px;
	margin-left: -70px;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
	border-top: 1px solid #ddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
}
table td[class*="col-"], table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
	background-color: #FFEBEC;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #FFDFDF;
}
.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}
.modalDialog:target {
	display: block;
	pointer-events: auto;
}
.modalDialog > div {
	width: 340px;
	position: relative;
	margin: 10% auto;
	padding: 20px 30px;
	background: #fff;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover {
	background: #91B5E9;
	color: #FFFFFF;
}
a.icon i, a.icon {
	padding: 0px;
	margin: 0px;
	text-align: center;
	display: inline-block;
}
/* tabs */ 
.tabs {
	padding: 0px;
	margin: 0 auto;
}
.tabs > section {
	display: none;
	background: #fff;
	border-top: 1px solid #ddd;
	padding-top: 5px;
}
.tabs > section > p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
 @-webkit-keyframes fadeIn {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
.tabs > input {
	display: none;
	position: absolute;
}
.tabs > label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
}
.tabs > label:hover {
	color: #888;
	cursor: pointer;
}
.tabs > input:checked + label {
	color: #555;
	border-top: 2px solid #79a0d5;
	border-bottom: 1px solid #fff;
	background: #fff;
}
#tab1:checked ~ #content-tab1, #tab2:checked ~ #content-tab2, #tab3:checked ~ #content-tab3, #tab4:checked ~ #content-tab4, #tab5:checked ~ #content-tab5, #tab6:checked ~ #content-tab6 {
	display: block;
}
/* form */
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple], select[size] {
	height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #999;
}
.form-control::-webkit-input-placeholder {
 color: #999;
}
.form-control::-ms-expand {
 background-color: transparent;
 border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
.form-group {
	margin-bottom: 15px;
}
.radio, .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label, .checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px;
}
.radio + .radio, .checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline, .checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

/*  calendar */
.calendar {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	z-index: 4;
	border: 1px solid rgba(0,0,0,0.08);
	width: 250px;
	color: #000;
	text-align: center;
	background-color: #FFF;
}
.calendar th, .calendar td {
	text-align: center;
	-webki-ttransition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.calendar th:first-child, .calendar td:first-child {
	margin-left: 5px;
}
.calendar span {
	padding: 6px 4px;
	display: block;
}
.calendar .month {
	padding: 15px;
}
.calendar .pMDate, .calendar .nMDate {
	color: #AAA;
}
.calendar .date, .calendar .pMDate, .calendar .nMDate, .calendar .month {
	cursor: pointer;
}
.calendar .date:hover, .calendar .pMDate:hover, .calendar .nMDate:hover, .calendar .month:hover {
	background-color: #E2E2E2;
}
.calendar .date:active, .calendar .pMDate:active, .calendar .nMDate:active, .calendar .month:active {
	background-color: #22A7F0;
	color: #FFF;
}
.calendar .selected {
	background-color: #22A7F0 !important;
	color: #FFF !important;
}
.calendar tr:first-child th {
	background-color: #FFF;
	padding: 4px;
	padding-top: 8px;
	font-size: 14px;
}
.calendar tr:first-child th {
	cursor: pointer;
	color: #000;
}
.calendar tr:first-child th:hover {
	color: #22A7F0;
}
.calendar tr:first-child th:active {
	color: #22A7F0;
}
.calendar thead tr:nth-child(2) th {
	color: #555;
	padding: 8px 3px;
}
.calendar #prev, .calendar #next {
	font-size: 20px;
	padding: 0;
}
.calendar #today {
	text-align: center;
	cursor: pointer;
	color: #22A7F0;
	padding: 10px 6px;
}
.calendar #today:hover {
	color: #80A7DD;
}
.calendar #today:active {
	color: #000;
}
.calendar #currDay {
	color: #22A7F0;
}
input.datepicker {
	background: #ffffff url('../images/calendar.png') no-repeat right top;
	background-size: 30px 30px;
}
button.btn-inline {
	width: auto !important;
}
.datepicker {
	display: inline-block;
}
.form-inline {
	background-color:#f9f9f9;
	text-align:center;
	padding: 10px 0px;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
	margin-right:15px;
}
/* accordion */
.accordion {
	width: 100%;
	margin-bottom:15px;
}
.accordion .accordion_item {
	margin-bottom: 1px;
	position: relative;
}
.accordion .title_block {
	font-size: 16px;
	color: #000;
	cursor: pointer;
	position: relative;
	background: #f7f7f7;
	padding: 5px 20px 5px 5px;
	-webkit-transition: all .2s linear 0;
	-webkit-transition-delay: .2s 0;
	transition: all .2s linear 0
}
.accordion .title_block:before {
	content: '';
	height: 8px;
	width: 8px;
	display: block;
	border: 2px solid #4B65B9;
	border-right-width: 0;
	border-top-width: 0;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right:5px;
	bottom: 12px
}
.accordion .active_block .title_block:before {
	border: 2px solid #fefefe;
	border-left-width: 0;
	border-bottom-width: 0;
	bottom: 7px
}
.accordion .title_block:hover {
	background: #E5EAED;
}
.accordion .active_block .title_block {
	background: #4B65B9;
	color:#fff;
}
.accordion .info {
	display: none;
	padding: 10px 0px;
}
.accordion .title_block small {
	float:right;
}
.accordion .title_block small a {
	text-decoration:none;
	margin: 0px 2px;
}
.accordion .active_block .title_block small a {
	color: #F7F7F7;

}
.icon-button.color2 i {
	font-size: 1.1rem;
	text-align: left;
	padding-left:5px;
	line-height: 23px;
}
.icon-button.color2 {
	margin-right: 3px;
}