/* main */
html {
    /*background: #e7eef1 url('/assets/images/backgrounds/background.png') center top repeat-y;*/
    /*min-width: 1024px;*/
    min-height: 100%;
    /*overflow-x: hidden;*/
}
body {
    /*background: url('/assets/images/backgrounds/main_q80.jpg') center 30px no-repeat;*/
    position: relative;
    padding: 0;
    margin: 0;
    font-family: tahoma,sans-serif;
    font-size: 14px;
    min-width: 1024px;
    min-height: 100%;
    height: 100%;
}

/* [GLOBALS] */
h1 { font-size: 28px; font-weight: normal; }
h2 { font-size: 24px; font-weight: normal; }
h3 { font-size: 18px; font-weight: normal; }
h4 { font-size: 14px; font-weight: normal; }
h5 { font-size: 12px; font-weight: normal; }

.block { display: block !important;  }
.inline { display: inline !important; }
.inline-block { display: inline-block !important; }
.hide { display: none !important; }

.clear { clear: both; }
.right { float: right; }
.left  { float: left; }

.rightspace-10 { margin-right: 10px !important; }
.leftspace-10  { margin-left: 10px !important; }

.nospace-mar { margin: 0 !important; }
.nospace-pad { padding: 0 !important; }

.width-100-per { width: 100%; }
.width-50-per { width: 50%; }

.all-elements.vertical-align-top > * { vertical-align: top; }
.all-elements.vertical-align-mid > * { vertical-align: middle; }
.all-elements.vertical-align-bot > * { vertical-align: bottom; }

a {
    color :  #00354D;
    transition: color .5s ease, background .5s ease;
    -o-transition: color .5s ease, background .5s ease;
    -ms-transition: color .5s ease, background .5s ease;
    -moz-transition: color .5s ease, background .5s ease;
    -webkit-transition: color .5s ease, background .5s ease;
}

.transition-link:hover,
.transition-link a:hover {
    color: #007CAB;
}

table {
    border-collapse: collapse;
    border: none;
    border: 0;
}
ul {
    margin: 0 0 40px 0;
    padding: 0 0 0 40px;
}
ul li {
    margin: 10px 0 0 0;
}
ul li:first-child {
    margin-top: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/* [ Header ] */
#header {
    position: relative;
    width: 960px;
    height: 90px;
    min-height: 90px;
    margin: 0 auto 0;
    padding: 20px 20px 25px 20px;
}
#wrapper {
    position: relative;
    min-height: 100%;
    /*height: 100%;*/
    background: #e7eef1 url('/assets/images/backgrounds/background-middle-y-1.1.png') center top repeat-y;
}
#top-main-theme {
    /*width: 1598px;*/
    position: relative;
    height: 451px;
    margin: 0 auto -451px;
    background: url("/assets/images/backgrounds/background-top-1.1.png") center -130px no-repeat;
    z-index: 0;
}
#bottom-main-theme-wrapper {
    position: relative;
    width: 100%;
    height: 198px;
    margin: -198px auto 0;
    background: url("/assets/images/backgrounds/background-bottom-x.png") 0 0 repeat-x;
    z-index: 25;
}
#bottom-main-theme {
    width: 100%;
    height: 198px;
    background: url("/assets/images/backgrounds/background-bottom-1.1.png") center 0 no-repeat;
}
#top-bar {
    position: relative;
    width: 100%;
    padding: 0 0 12px 0;
    background: #e7eef1 url("/assets/images/backgrounds/top-bar-shadow-1.2.png") 0 bottom repeat-x;
    z-index: 1;
}
#top-bar a:hover {
    color: #007cab;
}
#topBar_content {
    font-size: 13px;
    width: 960px;
    height: 20px;
    padding: 6px 0 4px 0;
    margin: 0 auto;
}
@-moz-document url-prefix() {
    #topBar_content {
        padding: 5px 0 5px 0;
    }
}
#topBar_content #username{
    min-width: 210px;
    padding: 0;
    margin: 0 ;
    float: left;
}
#topBar_content #username a {
    text-decoration: none;
    max-width: 460px;
}
#topBar_content #balance-container-wrapper {
    border-left: 1px solid #fff;
    margin: -5px 0 -5px 10px;
    float: left;
}
#topBar_content #balance-container {
    text-shadow: 0 1px 0 #e1e6d7;
    font-size: 11px;
    line-height: 14px;
    padding: 7px 10px 8px 10px;
    border-left: 1px solid #929292;
    border-right: 1px solid #929292;
    background: #e6e6c6 url('/assets/images/backgrounds/top-bar-balance.png') 0 bottom repeat-x;
    float: left;
}
@-moz-document url-prefix() {
    #topBar_content #balance-container {
        padding: 7px 10px 9px 10px;
    }
}
#topBar_content .balance-item {
    padding: 0 0 0 10px;
}
#topBar_content .balance-item:first-child {
    padding: 0 0 0 0;
}
#top-bar #logout {
    float: right;
}
#top-bar .top-bar-link:first-child {
    margin: 0 0 0 0;
}
#top-bar .top-bar-link {
    margin: 0 0 0 10px;
    float: left;
}
#logo {
    width: 320px;
    float: left;
}
#logo a {
    width: 255px;
    height: 56px;
    display: block;
}
#logo.jubilee{
    margin: 0 28px 0 0;
}
.jubilee .years_icon{
    text-align: right;
    color: #E35600;
    margin: 0 73px 5px 0;
    position: relative;
    font-size: 12px;
}
.jubilee .years_icon:after{
    display: inline-block;
    position: absolute;
    width: 52px;
    height: 52px;
    background: url("/assets/images/icons/years.svg");
    content: " ";
    right: -60px;
    top: -17px;
    border-radius: 25px;
}
#header .phoneWrapper {
    color: #000;
    font-size: 12px;
    width: 270px;
    float: left;
}
#header .phoneWrapper .phone-description {
    padding: 0 0 5px 0;
}
#header .phoneWrapper p {
    margin: 0;
    line-height: 16px;
    float: left;
}
#header .phoneWrapper .phone {
    font-size: 16px;
    white-space: nowrap;
    line-height: 20px;
}
#header .phoneWrapper .phone.last {
    padding: 0 0 5px 0;
}
#header #blueLine {
    color: #00354D;
    font-size: 13px;
    width: 300px;
    margin: 0 0 0 0 ;
    padding: 10px 0 0 2px;
}

/* [Progress bar] */
#searchProgressBar {
    width: 100%; /* 960px */
    margin: 5px 0 20px 0;
    float: left;
}
#ProgressBar {
    width: 100%; /* 960px */
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 10px;
    float: left;
}
#ProgressBar li {
    height: 26px;
    margin: 0 0 0 -9px;
    display: inline-block;
    float: left;
}
#ProgressBar li i {
    height: 26px;
    width: 13px;
    display: inline-block;
    background: url("");
    float: left;
}
#ProgressBar li .barRight {
    width: 14px;
    background: url('/assets/images/lists/bg-bread-crumbs.png') 0 -52px no-repeat;
}
#ProgressBar li span {
    color: #5a7886;
    height: 20px;
    padding: 4px 18px 2px 14px;
    display: inline-block;
    float: left;
}
@-moz-document url-prefix() {
    #ProgressBar li span {
        padding: 3px 18px 3px 14px;
    }
}
#ProgressBar li.active .barLeft {
    background: url('/assets/images/lists/bg-bread-crumbs.png') -13px -26px no-repeat;
}
#ProgressBar li.active .barRight {
    width: 13px;
    background: url('/assets/images/lists/bg-bread-crumbs.png') 0 -26px no-repeat;
}
#ProgressBar li.active span {
    color: white;
    font-weight: bold;
    height: 20px;
    background: #00bdd6;
}
#ProgressBar li.black span {
    color: white;
    font-weight: normal;
    background: #38372e;
}
#ProgressBar li.black i.barLeft {
    background:url('/assets/images/lists/bg-bread-crumbs.png') -13px 0 no-repeat; ;
}
#ProgressBar li.black i.barRight {
    background:url('/assets/images/lists/bg-bread-crumbs.png') 0 0 no-repeat; ;
}
#ProgressBar li:first-child .barLeft {
    display: none;
}
#ProgressBar li:last-child i.barRight {
    background: none;
}
#ProgressBar li.black a {
    text-decoration: none;
    cursor: pointer;
}
#ProgressBar li.first span {
    padding-left: 18px;
    border-radius: 3px 0 0 3px;
}
#ProgressBar li.last span {
    border-radius: 0 3px 3px 0;
}

/* [Content] */
#content {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0 20px 0px 20px;
    z-index: 30;
}
#content h1 {
    margin-top: 0;
}
#found {
    padding: 0 0 0 1px;
}
#foundText {
    float: left;
    width:700px;
    margin: 0 0 20px 0;
    padding: 0;
}
#foundText p {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
#foundButton {
    width: 250px;
    cursor: pointer;
}
.foundButton {
    margin: 5px 20px 0 0 ;
    display: block;
    float: right;
    cursor: pointer;
    border: 3px solid #ff9900;
    border-radius:5px;
    padding: 4px 10px 4px;
    color: black;
    text-decoration: none;
    background: url('/assets/images/backgrounds/button.png') repeat-x;
}
#search .first_button {
    margin-top: 10px;
    float: none;
}
.href-form-wrapper {
    position: relative;
    margin: 10px 10px 5px 10px;
    display: inline-block;
    float: left;
}
/* [GLOBAL] buttons */
.button-form-wrapper {
    position: relative;
    margin: 5px 0 5px 0;
    border: 3px solid #ff9900;
    border-radius: 5px;
    background: #ff9900;
    cursor: pointer;
    display: inline-block;
    /*float: left;*/
    z-index: 35;
}
.button-form-wrapper-steel {
    position: relative;
    margin: 5px 0 5px 0;
    border: 3px solid #d0dee5;
    border-radius: 5px;
    background: #d0dee5;
    cursor: pointer;
    display: inline-block;
    /*float: left;*/
    z-index: 35;
}
.button-form-wrapper-steel > button {
    text-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 2px 0 #666666;
    -moz-box-shadow: 0 1px 2px 0 #666666;
    -webkit-box-shadow: 0 1px 2px 0 #666666;
    padding: 4px 25px 4px;
    margin: 0;
    background: url('/assets/images/backgrounds/button.png') 0 center repeat-x;
    /*border: 1px solid #bbbcc1;*/
    border: none;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
}
.button-form-wrapper.default {
    background: #CCC;
    border: 3px solid #CCC;
}
.button-form-wrapper > button {
    text-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 2px 0 #666666;
    -moz-box-shadow: 0 1px 2px 0 #666666;
    -webkit-box-shadow: 0 1px 2px 0 #666666;
    padding: 4px 25px 4px;
    margin: 0;
    background: url('/assets/images/backgrounds/button.png') 0 center repeat-x;
    /*border: 1px solid #bbbcc1;*/
    border: none;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
}
.button-form-wrapper > button:hover {
    color: #a84c00;
}
.button-form-wrapper > input {
    text-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 2px 0 #666666;
    -moz-box-shadow: 0 1px 2px 0 #666666;
    -webkit-box-shadow: 0 1px 2px 0 #666666;
    padding: 4px 25px 4px;
    margin: 0;
    background: url('/assets/images/backgrounds/button.png') 0 center repeat-x;
    /*border: 1px solid #bbbcc1;*/
    border: none;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
}
.button-form-wrapper > input:hover {
    color: #a84c00;
}
/* - - - - */
.style-button {
    color: black;
    text-decoration: none;
    margin: 5px 0 5px 0;
    padding: 4px 10px 4px;
    border: 3px solid #ff9900;
    border-radius: 5px;
    background: url('/assets/images/backgrounds/button.png') repeat-x;
    display: block;
    cursor: pointer;
}
.style-button:hover {
    color: #a84c00;
    -webkit-box-shadow: 0px 0px 10px 0px #FF9900;
    -moz-box-shadow: 0px 0px 10px 0px #FF9900;
    box-shadow: 0px 0px 10px 0px #FF9900;
    border-color: #FF9900;
}
.style-button:disabled,
.style-button[disabled=disabled]:hover,
.style-button[disabled=disabled] {
    color: #999999;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #cccccc;
    cursor: default;
}

.preloader-container {
     width: 30px;
     height: 21px;
     margin: 11px 10px 9px 10px;
     display: inline-block;
     float: left;
 }
.btn-text-container {
    display: inline-block;
    float: left;
}
.btn-inner-preloader-container {
    width: 30px;
    height: 21px;
    margin: -2px -6px -4px 5px;
    background: url('/assets/images/preloaders/preloader_transparent.gif') 0 0 no-repeat;
    display: none;
    float: left;
}
.btn-inner-preloader-container.load {
    display: inline-block;
}

/* [forms] */
.auth-form {
    padding: 20px 20px 20px 20px;
    background: #cfdde4;
    border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px 3px;
    -webkit-border-radius: 0 3px 3px 3px;
    float: left;
}
.auth-form-field {
    margin: 0 0 18px 0;
}
.auth-form-field-title {
    color: #00354D;
    margin: 0 0 5px 0;
}
.auth-form-field input {
    width: 250px;
    height: 20px;
}
.auth-form-field input:focus {
    -webkit-box-shadow: 0px 0px 4px 0px #FF9900;
    -moz-box-shadow: 0px 0px 4px 0px #FF9900;
    box-shadow: 0px 0px 4px 0px #FF9900;
    border-color: #FF9900;
}
.auth-form-field input:hover {
    border-color: #FF9900;
}
.auth-form-field input:focus:hover {
    border-color: #FF9900;
}

.detail_info {
    position: relative;
    float: left;
}

.baggage-restrictions {
    padding: 2px 0 5px 25px;
    color: #2755A0;
    margin: 8px 0 0 30px;
    font-size: 11px;
    position: relative;
    float: left;
    background: url("/assets/images/icons/cauntion_s.png") no-repeat;
}

.baggage-restrictions > a {
    border-bottom: 1px dashed #2755A0;
}

.baggage-restrictions > a:hover {
    border-bottom: none;
    cursor: help;
}

/* [ALL message] */
.alert-message {
    color: #404040;
    position: relative;
    padding: 8px 10px 8px 10px;
    margin: 0 0 20px 0;
}
.alert-message.small {
    padding: 5px 15px 5px 15px;
    margin: 8px 0 0 30px;
    font-size: 11px;
}
.alert-message.info {
    color: #2755A0;
    border: 1px solid #4787ed;
    background: #f1f0fe;
}
.alert-message.success {
    color: #44A732;
    border: 1px solid #87C07C;
    background: #D2E2C4;
}
.alert-message.attention {
    color: #CCA300;
    border: 1px solid #FFCC00;
    background: #FFF5CD;
}
.alert-message.error {
    color: #FF673A;
    border: 1px solid #efc1bf;
    background: #EFE6E7;
}
.alert-message ul {
    padding: 0 0 0 18px;
    margin: -5px 0 -5px 0;
}
.alert-message ul > li {
    padding: 5px 0 5px 0;
    margin: 0;
}
.alert-message-header {
    color: #ffffff;
    font-size: 11px;
    line-height: 9px;
    position: absolute;
    top: -8px;
    left: 10px;
    padding: 1px 7px 2px;
    border: 1px solid #333333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.alert-message.info .alert-message-header {
    border-color: #4787ed;
    background: #4787ed;
}
.alert-message.success .alert-message-header {
    border-color: #87C07C;
    background: #87C07C;
}
.alert-message.attention .alert-message-header {
    border-color: #FFCC00;
    background: #FFCC00;
}
.alert-message.error .alert-message-header {
    border-color: #efc1bf;
    background: #efc1bf;
}

.tooltip {
    display: none;
    position: absolute;
    z-index: 1000;
    padding: 8px 10px 8px 10px;
    margin: 0 0 20px 0;
    max-width: 180px;
    color: white;
    border: 1px solid #000000;
    background: #000000;
    -moz-border-radius: 5px; /* this works only in camino/firefox */
    -webkit-border-radius: 5px; /* this is just for Safari */
}
.tooltip::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #000000 transparent transparent;
}

/* [input] */
.style-input {
    color: #5A7886;
    height: 18px;
    padding: 3px 5px 3px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #aaa;
    display: inline-block;
    transition: box-shadow .5s ease, border-color .5s ease;
    -o-transition: box-shadow .5s ease, border-color .5s ease;
    -ms-transition: box-shadow .5s ease, border-color .5s ease;
    -moz-transition: box-shadow .5s ease, border-color .5s ease;
    -webkit-transition: box-shadow .5s ease, border-color .5s ease;
}
.style-input:focus {
    -webkit-box-shadow: 0px 0px 4px 0px #FF9900;
    -moz-box-shadow: 0px 0px 4px 0px #FF9900;
    box-shadow: 0px 0px 4px 0px #FF9900;
    border-color: #FF9900;
}
.style-input:hover {
    border-color: #FF9900;
}
.style-input:focus:hover {
    border-color: #FF9900;
}

/* [select] */
.style-select {
    color: #5A7886;
    height: 26px;
    padding: 3px 5px 3px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #aaa;
    display: inline-block;
    transition: box-shadow .5s ease, border-color .5s ease;
    -o-transition: box-shadow .5s ease, border-color .5s ease;
    -ms-transition: box-shadow .5s ease, border-color .5s ease;
    -moz-transition: box-shadow .5s ease, border-color .5s ease;
    -webkit-transition: box-shadow .5s ease, border-color .5s ease;
}
.style-select:focus {
    -webkit-box-shadow: 0px 0px 4px 0px #FF9900;
    -moz-box-shadow: 0px 0px 4px 0px #FF9900;
    box-shadow: 0px 0px 4px 0px #FF9900;
    border-color: #FF9900;
}
.style-select:hover {
    border-color: #FF9900;
}
.style-select:focus:hover {
    border-color: #FF9900;
}

/* [form-labels] */
.title-field {
    color: #5A7886;
    font-size: 12px;
}
.title-field-green {
    color: #0a7e05;
    font-size: 11px;
}
.title-field-red {
    color: #ab0003;
    font-size: 11px;
}
.example-for-input {
    color: #777777;
    font-size: 11px;
    padding: 4px 0 0 4px;
}

#search #search_params {
    float: left;
    padding: 16px 0 35px 0;
    width: 720px;
    min-height: 430px;
    background:  url('/assets/images/backgrounds/search_form_row.png') center center repeat-y;
    border-radius: 5px;
}
#search .banner {
    margin: 0 0 0 15px;
    float: left;
    width: 225px;
    height: 369px;
    background:  url('/assets/images/banners/main.png') center center no-repeat;
}
#param_type{
    margin: 0 0 0 40px;
    padding: 0;
    list-style-type: none;
}
#param_type li{
    height: 26px;
    float: left;
    border-radius: 1px;
    margin: 0 10px 0 0;
}
#param_type li.active{
    background: #48bcd4;
    border-radius: 4px;
}
#param_type li a{
    padding: 4px 8px 5px;
    color: #00354d;
    display: block;
    text-decoration: none;
}
@-moz-document url-prefix() {
    #param_type li a {
        padding: 3px 8px 6px;
    }
}
#param_type li a span{
    border-bottom: 1px #7c97a4 dotted;
}
#param_type li.active a{
    color: #fff;
}
#param_type li.active a span{
    border-bottom: none;
}
#search_inputs {
    margin: 20px 0 0 0 ;
}
#search_inputs .form_row {
    height: 109px;

    padding: 0 40px;
}
#search_inputs .form_row {
    background:  url('/assets/images/icons/arrow_up_down.png') no-repeat 2% 65%;
}
#search_inputs .form_row.round {
    background:  url('/assets/images/backgrounds/arrow_down_up_down.png') no-repeat 2% 65%;
}
#search_inputs .form_row > div {
    float: left;
}
#search_inputs .first_col {
    width: 333px;
    margin: 0 10px 0 0;
}
#search_inputs  span {
    line-height: 21px;
    color: #00354d;
    display: block;
    margin: 0 0 10px 0;
    float: left;
}
#search_inputs .first_col input {
    width: 326px;
    padding: 1px 0 1px 5px;
}
#search_inputs .first_col input[type='checkbox']{
    width:auto;
    height: 17px;
    margin: 0 10px 0 0 ;
    float: left;
}
#search_inputs .first_col label {
    float: left;
}
#search_inputs input {
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    background: white;
    height: 25px;
    color: #5a7886;
    margin: 0 0 10px 0;
}
#search_inputs .second_col {
    width: 100px;
    margin: 0 10px 0 0;
}
#search_inputs .second_col input {
    width: 93px;
    padding: 1px 0 1px 5px;
    background: white url('/assets/images/icons/date_icon.png') no-repeat 92% 50%;
    cursor: pointer;
}
#search_inputs .third_col {
    width: 115px;
    margin: 0 10px 0 0;
}
.time_input input {

    width: 90px;
    display: block;
    padding: 1px 5px;
    background: white url('/assets/images/icons/clock.png') no-repeat 95% 50%;
}

.selectors{
    padding-left: 40px;
    margin: 0 0 0 0;
}
.selector.big{
    padding: 0 114px 0 0 ;
    width: 333px;
}
.selector.small{
    width: 210px;
}
.selector{
    margin-top: 20px;
    float: left;
}
.selector p {
    margin: 0 0 5px 7px;
    padding: 0 0 0 0;
}
.selector p span {
    display: block;
    width: 120px;
    font-size: 12px;
}
.selector p a {
    float: right;
    height: 18px;
    width: 8px;
    display: inline-block;
    margin: 4px 0 0 4px;
    padding: 5px 10px 5px 10px;
    background: url('/assets/images/backgrounds/search_button.png') center center no-repeat;
    color: black;
    text-decoration: none;
}
.selector p a.empty {
    padding: 5px 11px 5px 9px;
    height: 18px;
    width: 6px;
    border: 1px solid white;
    border-radius: 3px;
    background: none;
    color:white;
    cursor: default;
}
@-moz-document url-prefix() {
    .selector p a {
        padding: 4px 10px 6px 10px;
    }
    .selector p a.empty {
        padding: 4px 11px 6px 9px;
    }
}
.selector p a.active {
   background: #48bcd4;
    border-radius: 3px;
    color: white;
}
.selector h5 {
    font-size: 14px;
    color: #00354d;
    font-weight: normal;
    margin: 0 0 5px 0;
}
.selector select {
    margin: 4px 0 0 0 ;
    width: 210px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    padding: 4px;
    height: 28px;
}
.selector #flight_company {
    width:205px;
}
.selector.multiple select {
    width: 210px;
    height: 95px;
}
.adult_select a:hover,
.child_select a:hover,
.infant_seat_select a:hover,
.infant_select a:hover {
    color: #a84c00;
}
.selector .infant_select {
    margin-bottom: 25px;
}
#search button{
    display: block;
    margin: 0 0 0 40px;
}
#rules {
    display: block;
    margin: 15px 0 15px 0;
    color: #00354d;
    text-decoration: none;
    padding: 0 20px 0 0 ;
    background: url('/assets/images/icons/windows.png') center right no-repeat;
    width: 200px;
}

/* [ Footer ] */
#footer-wrapper {
    position: relative;
    width: 100%;
    margin-top: -90px;
    padding: 15px 0 0 0;
    overflow: hidden;
    z-index: 25;
}
#footer {
    height: 75px;
    background: #E7EEF1;
    box-shadow: 0 0 15px 0px #85a4b4;
    -moz-box-shadow: 0 0 15px 0px #1f3a46;
    z-index: 1;
}
#footer-content {
    margin: 0 auto;
    width: 960px;
    padding: 15px 20px 25px 20px;
}
#footer-content p {
    color: #5A7886;
    font-size: 11px;
    margin: 0 0 5px 0;
    text-shadow: 0 1px 0 #fff;
}
#footer-content p.last {
    margin: 0 0 0 0;
}
#footer-content .copyright-block {

}
#footer-content .item {
    width: 230px;
    float: left;
    border-right: solid 1px #a4bcc8;
    border-left: solid 1px white;
    height: 86px;
    padding: 10px;
}
#footer-content .item h2{
    font-size: 24px;
    font-weight: normal;
    color: #00354d;
    margin: 0;
}
#footer-content .item p{
    margin: 5px 0 0 0;
}
#footer-content .item:first-child {
    border-left: none;
}
#footer-content .item:last-child {
    border: none;
}
.empty-block-for-footer {
    position: relative;
    width: 100%;
    height: 130px;
    /*height: 203px;*/ /* footer: 75+15-15 bottom: 128 */
    z-index: 25;
}

html {height: 100%;}
* html body {height: 100%;}
body {
  min-height: 100%;
  position: relative;
}
.delete_icon {
    float: left;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('/assets/images/icons/delete_icon.png') bottom right no-repeat;
    margin: 1px 0 0 10px;

}
#search_inputs a.addRow {
    margin: 0 0 5px 40px;
    padding: 0 0 0 25px;
    background: url('/assets/images/icons/add_button.png') center left no-repeat;
    display: block;
}
#search_inputs a.addRow span{
    border-bottom: 1px dotted #698a99;
    margin: 2px 0 0 0;
    float: none;
    display: inline-block;
}
/* Time input */
.time_container {
    margin: 10px 0 0 0 ;
    display: none;
    width: 224px;
    height: 130px;
    border: 1px solid  #bcc1c4;
    border-radius: 5px;
    background: white url('/assets/images/backgrounds/time_input.png') center center no-repeat;
}
.time_container td {
    height: 57px;
    width: 112px;
    padding: 5px 0 0 0 !important;
}
.time_container table {
    height: 130px;
}

.time_container td input{
    display: inline-block !important;
    float:left;
    height: 22px;
    padding: 1px 5px;
    width: auto !important;
    margin: 0 0 10px 20px  !important;
}
.time_container td span{
    display: inline-block !important;
    float:left;
    margin: 2px 0 0 5px  !important;
}

.time_container td.second input {
    margin: 0 0 10px 40px  !important;
}

.time_container td.morning {
    background:  url('/assets/images/backgrounds/time_circles/morning.png') bottom right no-repeat;
}
.time_container td.day {
    background:  url('/assets/images/backgrounds/time_circles/day.png') bottom left no-repeat;
}
.time_container td.evening {
    background:  url('/assets/images/backgrounds/time_circles/evening.png') top left no-repeat;
}
.time_container td.night {
    background:  url('/assets/images/backgrounds/time_circles/night.png') top right no-repeat;
}
.main_contemt {
    width: 960px;
    margin: 0 auto;
}
#form_contracts {
    width: 190px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.dateinput {
    background: url("/assets/images/icons/date_icon.png") no-repeat scroll 92% 50% white;
    width: 93px !important;
}

#content_page{
    padding: 40px 20px 0;

}

/* [STEP FIRST] */
.no-transfer {
    margin: 0 0 0 0;
}
.no-transfer label,
.no-transfer input[type=checkbox] {
    margin: 1px 1px 1px 1px;
    vertical-align: middle;
}

.ajaxmodal {
    text-decoration: none;
}
.ajaxmodal > span {
    border-bottom: 1px dashed #00354D;
}
.ajaxmodal:hover > span {
    color: #007CAB;
    border-color: #007CAB;
}

/* [GLOBAL]: tables */

.table-vertical-type-1 {
    /*font-family: Arial;*/
    color: #333333;
    text-align: left;
    vertical-align: bottom;
    width: 100%;
    margin: 0 0 20px 0;
}

.table-vertical-type-1 th>h4 {
    margin: 0 0 5px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ffffff;
    display: block;
}

.table-vertical-type-1 td {
    height: 20px;
}

.table-vertical-type-1 td:nth-child(2n+1) {
    color: #5A7886;
    font-size: 13px;
    width: 120px;

    /*font-weight: bold;*/
}

/* [LOCAL]: tables */

.customer-data-block {
    width: 437px;
    margin: 0 0 0 40px;
    display: inline-block;
    vertical-align: top;
}

.customer-data-block.first {
    margin-left: 0;
}

.customer-data-block.visa {
    width: 432px;
}

.customer-data-block.visa .table-vertical-type-1 {

}

/* [LOCAL]: misc */

.empty-var {
    color: #a2a2a2;
}

/* [TMP]: popup for form */

#popup-msg-container {
    position: relative;
    overflow: visible;
    width: 0;
    height: 0;
    float: right;
}
.popup-msg-wrapper {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    position: absolute;
    top: 3px;
    right: -215px;
    width: 204px;
    padding: 6px 9px 7px 9px;
    background: url('/assets/images/popup/bg.png');
    border-radius: 3px;
    overflow: visible;
    display: inline-block;

    zoom: 1;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0; /* Older than Firefox 0.9 */
    -khtml-opacity: 0; /* Safari 1.x (pre WebKit!) */
    opacity: 0; /* Firefox 0.9+, Safari 2?, Chrome any? Opera 9+, IE 9+ */
}
.popup-msg-arrow {
    width: 4px;
    height: 7px;
    margin: 3px 0 0 -13px;
    background: url('/assets/images/popup/arrow.png') no-repeat;
    display: inline-block;
    float: left;
}
.popup-msg-text {
    display: inline-block;
    float: left;
}

/* [GLOBAL]: popup for form */

#pt__popup-msg-container {
    position: absolute;
    z-index: 150;
}
.pt__popup-msg-wrapper {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    position: absolute;
    width: auto;
    padding: 6px 0 7px 0;
    background: url('/assets/images/popup/bg.png');
    border-radius: 3px;
    overflow: visible;

    zoom: 1;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0; /* Older than Firefox 0.9 */
    -khtml-opacity: 0; /* Safari 1.x (pre WebKit!) */
    opacity: 0; /* Firefox 0.9+, Safari 2?, Chrome any? Opera 9+, IE 9+ */

    float: left;
}
.pt__popup-msg-arrow {
    width: 4px;
    height: 7px;
    margin: 3px 0 0 -4px;
    background: url('/assets/images/popup/arrow.png') no-repeat;
    display: block;
    float: left;
}
.pt__popup-msg-text {
    margin: 0 9px 0 9px;
    display: block;
    float: left;
}

/* [GLOBAL]: confirmModal */

.confirmModal-wrapper {
    width: 370px;
}
.confirmModal-wrapper .confirmModal-header {
    font-size: 23px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 20px 0;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #cccccc;
}
.confirmModal-wrapper .confirmModal-content {

}
.confirmModal-wrapper .confirmModal-buttons-wrapper {
    text-align: right;
    margin: 10px 0 0 0;
    padding: 10px 0 10px 0;
}
.confirmModal-wrapper button {
    margin: 0 0 0 10px;
    padding: 4px 10px;
    display: inline-block;
}

/* [LOCAL]: listAlreadyCustomer */

.listAlreadyCustomer {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.listAlreadyCustomer-item {
    font-size: 12px;
    color: #00354D;
    margin: 7px 6px 3px 0px;
    padding: 0 0 0 0;
}
.listAlreadyCustomer-item:hover {
    /*color: #00354D;*/
}
.listAlreadyCustomer-item.active span,
.listAlreadyCustomer-item.active span:hover {
    color: #ffffff;
    padding: 2px 10px 3px 10px;
    margin: 0;
    border-radius: 3px;
    border-bottom: 0;
    border-bottom: none;
    background: #48BCD4;
}
.listAlreadyCustomer-item.first {

}
.listAlreadyCustomer-item.last {

}
.listAlreadyCustomer-item span {
    padding: 2px 0 0 0;
    margin: 0 10px 3px 10px;
    border-bottom: 1px dashed #00354D;
    cursor: pointer;
}
.listAlreadyCustomer-item:hover span {
    /*color: #007CAB;
    border-bottom: 1px dashed #007CAB;*/
}
.listAlreadyCustomer-title {
    display: inline-block;
}
.already-customer-block {
    display: none;
}
.customer-data-extend {
    color: #aaaaaa;
    font-size: 11px;
    font-style: normal;
    margin: 0 0 0 5px;
}
.markupHistoryStatus_past {
    color: black;
}
.markupHistoryStatus_actual {
    color: black;
    font-weight: bold;
}
.markupHistoryStatus_future {
    color: gray;
}

/* [FIRST STEP] filter count passenger and class type */
#flight-class-select,
#adult-count-select,
#children-count-select,
#foreign_children-count-select,
#senior_citizen-count-select,
#youth-count-select,
#infant-count-select,
#infant_seat-count-select {
    position: relative;
    text-decoration: none;
    width: 43px;
    height: 23px;
    border: 1px solid #A4BCC8;
    border-radius: 3px;
    margin: 0;
    background: #fff;
    vertical-align: middle;
    overflow: visible;
    display: inline-block;
    transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
}
#flight-class-select {
    width: 87px;
}
#flight-class-select:hover,
#adult-count-select:hover,
#senior_citizen-count-select:hover,
#youth-count-select:hover,
#children-count-select:hover,
#foreign_children-count-select:hover,
#infant-count-select:hover,
#infant_seat-count-select:hover,
#flight-class-select:hover .count-select-container,
#adult-count-select:hover .count-select-container,
#senior_citizen-count-select:hover .count-select-container,
#youth-count-select:hover .count-select-container,
#children-count-select:hover .count-select-container,
#foreign_children-count-select:hover .count-select-container,
#infant-count-select:hover .count-select-container,
#infant_seat-count-select:hover .count-select-container {
    border-color: #798B97;
}
.count-value-container {
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    width: 31px;
    height: 17px;
    padding: 3px 3px 3px 9px;
    margin: 0;
    display: block;
    background: url('/assets/images/icons/arrow-down.png') 26px 10px no-repeat;
    cursor: pointer;
}
#flight-class-select .count-value-container {
    width: 75px;
    background-position: 70px 10px;
}
.count-select-container {
    font-size: 12px;
    font-style: normal;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 37px;
    padding: 3px;
    margin: 0;
    border: 1px solid #A4BCC8;
    border-radius: 0 0 3px 3px;
    display: none;
    background: #fff;
    transition: .5s ease;
    -o-transition: .5s ease;
    -ms-transition: .5s ease;
    -moz-transition: .5s ease;
    -webkit-transition: .5s ease;
    z-index: 9;
}
#flight-class-select .count-select-container {
    width: 81px;
}
.count-option {
    display: block;
    margin: 1px 0 1px 0;
    padding: 0 2px 0 6px;
    cursor: pointer;
    transition: .15s ease;
    -o-transition: .15s ease;
    -ms-transition: .15s ease;
    -moz-transition: .15s ease;
    -webkit-transition: .15s ease;
}
.count-option.hide {
    display: none !important;
}
.count-option.selected {
    background-color: #CBE0EB;
}
#flight-class-select .count-option:hover,
#adult-count-select .count-option:hover,
#children-count-select .count-option:hover,
#foreign_children-count-select .count-option:hover,
#infant_seat-count-select .count-option:hover,
#infant-count-select .count-option:hover {
    background: #A4BCC8;
    /* color: #fff; */
}
#search_classType.hidden,
#search_passengers_ADT,
#search_passengers_SRC,
#search_passengers_YTH,
#search_passengers_CLD,
#search_passengers_VNN,
#search_passengers_INS,
#search_passengers_INF {
    display: none;
}
#flight_class .title-flight-class,
#adult .title-count-passengers,
#senior_citizen .title-count-passengers,
#youth .title-count-passengers,
#children .title-count-passengers,
#foreign_children .title-count-passengers,
#infant_seat .title-count-passengers,
#infant .title-count-passengers {
    text-decoration: none;
    vertical-align: middle;
    padding-bottom: 1px;
}

/* [REGISTRATION Page] */
#topBar_content .link-login {
    /*margin: 0 10px 0 0;*/
}
#registration-container h1 {
    margin-top: 0;
}
.registration-info {
    margin: 0 20px 0 20px;
    line-height: 22px;
}
#registration-form {
    padding: 30px 0 0 0;
}

/* [NEWS One Page] */
#news-full-container {
    margin: 0 20px 0 20px;
}
.news-full-date {
    color: #777;
}
.news-full-text {
    line-height: 22px;
}

/* [LOGIN Page] */
.block-wrapper-auth {
    margin: 0 0 40px 0;
    float: left;
}
.auth-block-title {
    color: #5A7886;
    font-size: 14px;
    padding: 8px 20px 8px 20px;
    background: #cfdde4;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    float: left;
}
#login h1 {
    margin-top: 0;
}
#login {
    width: 300px;
    float: left;
}

.text-advantage {
    width: 638px;
    margin: 0 0 0 22px;
    float: left;
}
.text-advantage h3 {
    color: #5A7886;
    font-weight: normal;
    margin-top: 5px;
}
.text-advantage ul {
    margin: 0 0 20px 0;
    padding: 0px 0 0px 25px;
    float: left;
}
.text-advantage ul li {
    margin: 5px 0 0 0;
}
.button-wrapper.registration {
    margin: 0 0 0 70px;
    float: left;
}
.button-wrapper.registration > a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    background: #3d9e33;
    padding: 3px 15px 5px 15px;
    border: 0;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    text-shadow: 0 -1px 0 #24661e;
    float: left;
}
.button-wrapper.registration > a:hover {
    background: #2d7e25;
}

.news-block-header-container {
    width: 100%;
    float: left;
}
.news-block-header {
    color: #5A7886;
    font-size: 14px;
    padding: 8px 20px 8px 20px;
    background: #cfdde4;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    float: left;
}
.news-block-container {
    width: 100%;
    padding: 0 0 10px 0;
    display: inline-block;
    /*float: left;*/
}
.news-block-column {
    width: 300px;
    min-height: 1px;
    margin-left: 20px;

    float: left;
}
.news-block-column.last {
    width: 320px;
}
.news-block-list, .emergency-block {
    padding: 15px 20px 5px 20px;
    background: #CFDDE4;
    border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px 3px;
    -webkit-border-radius: 0 3px 3px 3px;
    float: left;
}
.emergency-block {
    width: 100%;
    padding: 0;
    background: #eff3f5;
}
.last .news-block-list {
    width: 280px;
}
.news-aviacompany {
    background: #e5eef2;
}
.news-pegas-avia {
    background: #eff3f5;
}
.news-service {
    background: #f0f4f5;
}
.news-block-column:first-child {
    margin-left: 0;
}
.news-block-item {
    margin: 0 0 20px 0;
}
.emergency-block-item {
    padding: 25px;
}
.news-block-date-container {
    color: #00354D;
    font-size: 11px;
    margin: 0;
    padding: 0 5px 3px 0;
    /*float: left;*/
    display: inline;
}
.news-block-title-container {
    font-weight: normal;
    /*padding: 0 0 0 64px;*/
    margin: 0;
    display: inline;
}
.news-block-announce-container {
    font-size: 13px;
    margin: 5px 0 5px 0;
}
.all-news-link-container {
    padding: 0 20px 30px 20px;
}

/* [PARTNERS] list */
.partners-logo-container {
    text-align: center;
}
.partners-logo-container img {
    vertical-align: middle;
    padding: 0 1px 0 2px;
}

/* [PAGINATION] */
#registration-form input {
    width: 210px;
}
.pagination.news {
    margin: 0 0 20px 0;
}

.data-grid {
    margin: 0 0 20px 0;
}

.data-grid tr td {
    padding: 10px 0 0 0;
}

.data-grid tr td span {
    padding: 0 5px 0 15px;
}

/* [EXCHANGE CURRENCY] */

.block-exchange-currency {
    color: #00354d;
    width: 300px;
    padding: 0 0 0 20px;
    float: left;
}
.block-exchange-currency-date {
    margin: 0 0 9px 0;
}
.block-exchange-currency-date-text {
    color: #00354d;
    border-bottom: 4px solid #CFDDE4;
    padding: 0 1px 4px 1px;
}
.block-exchange-currency-item {
    font-size: 12px;
    width: 299px;
    padding: 2px 0 0 1px;
    float: left;
}
.block-exchange-currency-title {
    width: 30%;
    float: left;
}
.block-exchange-currency-value {
    font-weight: bold;
    width: 70%;
    float: left;
}

/* [Jquery] Re-custom */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0 !important;
}
.ui-autocomplete,
.ui-datepicker {
    border: 1px solid #A4BCC8 !important;
    box-shadow: 0 15px 25px -10px #0F445F;
    margin: -4px 0 0 0 !important;
}

/* [SERVICE COLOR] */
.service-color-container {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 45px 0 0px -10px;
    overflow: visible;
}
.service-color-rect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
}

#frmSuperVisor {
    padding: 20px 0 5px 10px;
}

#frmSuperVisor .title-field {
    padding-top: 6px;
}

#frmSuperVisor input[type="text"],
#frmSuperVisor input[type="password"],
#frmSuperVisor input[type="email"],
#frmSuperVisor select {
    height: 28px;
    width: 100%;
}

#frmSuperVisor .form-error {
    padding-top: 6px;
    color: red;
}

.frm-loyalty .btn {
    font-size: 14px;
    cursor: pointer;
}

.frm-loyalty .edt-card input {
    max-width: 100px;
}