﻿/*=============================================
-- Author:		<Arman>
-- Create date: <10-04-2016>
-- =============================================*/

.text-hide {
    font: "0/0" a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-xs-left {
    text-align: left;
}
.text-xs-right {
    text-align: right;
}
.text-xs-center {
    text-align: center;
}
@media (min-width: 34em) {
    .text-sm-left {
        text-align: left
    }
    .text-sm-right {
        text-align: right;
    }
    .text-sm-center {
        text-align: center;
    }
}
@media (min-width: 48em) {
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    .text-md-center {
        text-align: center;
    }
}
@media (min-width: 62em) {
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
    .text-lg-center {
        text-align: center;
    }
}
@media (min-width: 75em) {
    .text-xl-left {
        text-align: left;
    }
    .text-xl-right {
        text-align: right;
    }
    .text-xl-center {
        text-align: center;
    }
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #818a91;
}
.hidden-xs-up {
    display: none !important;
}
@media (max-width: 33.9em) {
    .hidden-xs-down {
        display: none !important;
    }
}
@media (min-width: 34em) {
    .hidden-sm-up {
        display: none !important;
    }
}
@media (max-width: 47.9em) {
    .hidden-sm-down {
        display: none !important;
    }
}
@media (min-width: 48em) {
    .hidden-md-up {
        display: none !important;
    }
}
@media (max-width: 61.9em) {
    .hidden-md-down {
        display: none !important;
    }
}
@media (min-width: 62em) {
    .hidden-lg-up {
        display: none !important;
    }
}
@media (max-width: 74.9em) {
    .hidden-lg-down {
        display: none !important;
    }
}
@media (min-width: 75em) {
    .hidden-xl-up {
        display: none !important;
    }
}
.hidden-xl-down {
    display: none !important;
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print .hidden-print {
        display: none !important;
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571em;
    text-align: center;
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-rotate-45 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fa-rotate-222 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(222deg);
    -ms-transform: rotate(222deg);
    transform: rotate(222deg);
}
.fa-plane:before {
    content: "";
}
.fa-exchange:before {
    content: "";
}
.fa-angle-left:before {
    content: "";
}
.fa-angle-right:before {
    content: "";
}
.fa-angle-up:before {
    content: "";
}
.fa-angle-down:before {
    content: "";
}
.fa-clock-o:before {
    content: "";
}
.fa-info-circle:before {
    content: "";
}
.fa-check:before {
    content: "";
}
.fa-check-circle-o:before {
    content: "";
}
.fa-times-circle:before {
    content: "";
}
.fa-long-arrow-left:before {
    content: "";
}
.fa-long-arrow-right:before {
    content: "";
}
.fa-male:before {
    content: "";
}
.fa-umbrella:before {
    content: "";
}
.fa-puzzle-piece:before {
    content: "";
}
.fa-gift:before {
    content: "";
}
.fa-calendar:before {
    content: "";
}
.fa-bed:before {
    content: "";
}
.fa-moon-o:before {
    content: "";
}
.fa-user:before {
    content: "";
}
.fa-warning:before {
    content: "";
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.date-picker-date-time {
    position: absolute;
}
.date-range .date-picker-date-time {
    position: inherit;
}
[date-picker-wrapper] {
    position: absolute;
    min-width: 220px;
    z-index: 10;
    display: block;
    font-size: 14px;
}
[date-time-append] [date-picker-wrapper] [date-picker] {
    margin-top: -30px;
}
[date-time-append] [date-picker] {
    position: relative;
    margin-right: -1000px;
    margin-bottom: -1000px;
}
[date-range] [date-picker] .after.before {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #499dcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f6ab4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f6ab4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f6ab4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f6ab4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f6ab4);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f6ab4', GradientType=0);
    border-color: #2f6ab4 #2f6ab4 #1f4677;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #2f6ab4;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
}
[date-range] [date-picker] .after.before:hover,
[date-range] [date-picker] .after.before:active,
[date-range] [date-picker] .after.before.active,
[date-range] [date-picker] .after.before.disabled,
[date-range] [date-picker] .after.before[disabled] {
    color: #ffffff;
    background-color: #2f6ab4;
    *background-color: #2a5ea0;
}
[date-range] [date-picker] .after.before:active,
[date-range] [date-picker] .after.before.active {
    background-color: #24528c \9;
}
[date-picker].hidden {
    display: none;
}
[date-picker] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    padding: 4px;
}
[date-picker] table {
    margin: 0;
}
[date-picker] td,
[date-picker] th {
    padding: 4px 5px;
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}
[date-picker] .switch {
    width: 145px;
}
[date-picker] span {
    display: block;
    width: 23%;
    height: 26px;
    line-height: 25px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
[date-picker] span:hover {
    background: #eeeeee;
}
[date-picker] span.disabled,
[date-picker] span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}
[date-picker] .active,
[date-picker] .now {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
[date-picker] .active:hover,
[date-picker] .now:hover,
[date-picker] .active:active,
[date-picker] .now:active,
[date-picker] .active.active,
[date-picker] .now.active,
[date-picker] .active.disabled,
[date-picker] .now.disabled,
[date-picker] .active[disabled],
[date-picker] .now[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}
[date-picker] .active:active,
[date-picker] .now:active,
[date-picker] .active.active,
[date-picker] .now.active {
    background-color: #003399 \9;
}
[date-picker] .now {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ee735b;
    background-image: -moz-linear-gradient(top, #ee5f5b, #ee905b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#ee905b));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #ee905b);
    background-image: -o-linear-gradient(top, #ee5f5b, #ee905b);
    background-image: linear-gradient(to bottom, #ee5f5b, #ee905b);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffee905b', GradientType=0);
    border-color: #ee905b #ee905b #e56218;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #ee905b;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
}
[date-picker] .now:hover,
[date-picker] .now:active,
[date-picker] .now.active,
[date-picker] .now.disabled,
[date-picker] .now[disabled] {
    color: #ffffff;
    background-color: #ee905b;
    *background-color: #ec8044;
}
[date-picker] .now:active,
[date-picker] .now.active {
    background-color: #e9712d \9;
}
[date-picker] .disabled {
    background: none;
    color: #999999 !important;
    cursor: default;
}
[date-picker] [ng-switch-when="year"] span,
[date-picker] [ng-switch-when="month"] span,
[date-picker] [ng-switch-when="minutes"] span {
    height: 54px;
    line-height: 54px;
}
[date-picker] [ng-switch-when="date"] td {
    padding: 0;
}
[date-picker] [ng-switch-when="date"] span {
    width: 100%;
    height: 26px;
    line-height: 26px;
}
[date-picker] th:hover,
[date-picker] [ng-switch-when="date"] td span:hover {
    background: #eeeeee;
    cursor: pointer;
}
@font-face {
    font-family: "Lato";
    src: url("../../../../fonts/lato-reg.eot");
    src: url("../../../../fonts/lato-reg.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/lato-reg.woff") format("woff"), url("../../../../fonts/lato-reg.ttf") format("truetype"), url("../../../../fonts/lato-reg.svg#Lato Regular") format("svg");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Lato Bold";
    src: url("../../../../fonts/lato-bol.eot");
    src: url("../../../../fonts/lato-bol.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/lato-bol.woff") format("woff"), url("../../../../fonts/lato-bol.ttf") format("truetype"), url("../../../../fonts/lato-bol.svg#Lato Bold") format("svg");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "RupeeSign";
    src: url("../../../../fonts/WebRupee.V2.0.eot");
    src: url("../../../../fonts/WebRupee.V2.0.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/WebRupee.V2.0.woff") format("woff"), url("../../../../fonts/WebRupee.V2.0.ttf") format("truetype"), url("../../../../fonts/WebRupee.V2.0.svg#RupeeSign") format("svg");
    font-style: normal;
    font-weight: normal;
}
.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    border-color: #66afe9;
    outline: none
}
.form-control::placeholder {
    color: #999;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eceeef;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
.form-control-file,
.form-control-range {
    display: block;
}
/*@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 2.375rem
    }
    input[type="date"].input-sm,
    .input-group-sm input[type="date"].form-control,
    input[type="time"].input-sm,
    .input-group-sm input[type="time"].form-control,
    input[type="datetime-local"].input-sm,
    .input-group-sm input[type="datetime-local"].form-control,
    input[type="month"].input-sm,
    .input-group-sm input[type="month"].form-control {
        line-height: 1.95rem
    }
    input[type="date"].input-lg,
    .input-group-lg input[type="date"].form-control,
    input[type="time"].input-lg,
    .input-group-lg input[type="time"].form-control,
    input[type="datetime-local"].input-lg,
    .input-group-lg input[type="datetime-local"].form-control,
    input[type="month"].input-lg,
    .input-group-lg input[type="month"].form-control {
        line-height: 3.29167rem
    }
}
.form-control-sm {
    padding: 0.275rem 0.75rem;
    font-size: 0.8571rem;
    line-height: 1.5;
    border-radius: 0.2rem
}
.form-control-lg {
    padding: 0.75rem 1.25rem;
    font-size: 1.286rem;
    line-height: 1.33333;
    border-radius: 0.3rem
}
input[type=text] {
    border: 1px solid #bfbfbf;
    color: #333;
    font: normal 0.8571rem/normal "Lato";
    padding: 0.6rem 0.5rem;
    width: 100%;
    border-radius: 0px
}
input[type=text]:focus {
    border-color: #737373;
    outline: none
}
input[type=text].input-large {
    padding: 0.97rem
}
input[read-only],
input:read-only,
textarea:read-only {
    cursor: default !important
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}*/
.ui-select {
    border: 1px solid #bfbfbf;
    color: #c6c6c6;
    display: inline-block;
    font: normal 0.9000rem/normal "Lato";
    overflow: hidden;
    position: relative;
    width: 100%;
}
.ui-select>select {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 125%;
    /*z-index: 9999;*/
    color: #333;
}
.ui-select>select option {
    padding: 0.54rem 0.3rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .ui-select>select {
        padding: 0.5rem 0.3rem;
    }
    .ui-select::i-block-chrome,
    .ui-select>select {
        padding: 0.6rem 0.3rem;
    }
}
.ui-select:after {
    color: #888;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 9px;
    z-index: 9999;
}
.ui-checkbox {
    border: 1px solid #c1c1c1;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    position: relative;
    width: 22px;
    background: #f5f5f5;
}
.ui-checkbox>input[type=checkbox] {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.ui-checkbox>input[type=checkbox]:checked+i {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.ui-checkbox>input[type=checkbox]+i {
    left: 3px;
    position: absolute;
    top: 2px;
    z-index: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.disabled {
    color: #999;
    cursor: not-allowed;
}
.disabled>label {
    cursor: not-allowed;
}
.disabled .ui-checkbox {
    background: #eee;
    cursor: not-allowed;
}
.disabled .ui-checkbox>input[type=checkbox]:checked+i {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
.disabled .on-disabled-striked {
    text-decoration: line-through;
}
.ui-cal {
    position: relative;
}
.ui-cal:after {
    color: #888;
    content: "\f073";
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    right: 0.5rem;
    top: -2px;
    z-index: 2;
}
.ui-cal>input[type=text] {
    background-color: transparent;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

@media (max-width: 61.9em) {
    html {
        font-size: 12px;
    }
}
.container-fluid {
    max-width: 1180px;
}
a {
    color: #666;
    outline: none;
}
/*a:hover {
    color: #4ea5df
}*/
a:hover,
a:active,
a:focus {
    outline: none;
}
.normal {
    font-family: "Lato",Arial,Helvetica,sans-serif;
    font-weight: normal;
}
.rs {
    font-family: "RupeeSign";
    font-style: normal;
    font-weight: normal;
    margin-right: 2px;
}
strong,
.bold {
    font-family: "Lato",Arial,Helvetica,sans-serif;
   font-weight: bold;
}
small,
.small {
    font-size: 80%;
    font-weight: normal;
}
.block {
    display: block;
}
.ib {
    display: inline-block;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
p,
li {
    /*font-size: 0.8086rem;*/ 
}
.mb-0 {
    margin-bottom: 0;
}
.mb-05 {
    margin-bottom: 0.5rem;
}
.mb-1 {
    margin-bottom: 1rem;
}
.mt-1 {
    margin-top: 1rem;
}
.mt-15 {
    margin-top: 1.071rem;
}
.mt5 {
    margin-top: 5px;
}
.fs-xlg {
    font-size: 2.143rem;
}
.fs-lg {
    font-size: 1.286rem;
}
.fs-md {
    font-size: 1.143rem;
}
.fs-sm {
    font-size: 0.7571rem;
}
.fs-base {
    font-size: 1rem;
}
.fs-xs {
    font-size: 0.7057rem;
}
.fs-13 {
    font-size: 0.9286rem;
}
.dark {
    color: #000;
}
.gray {
    color: #888 !important;
}
.gray-dark {
    color: #333;
}
.gray-light {
    color: #c6c6c6;
}
.success {
    color: #429542;
}
.bg-success {
    background-color: #429542;
    color: #fff;
}
.info {
    color: #feffc5;
}
.bg-info {
    background-color: #feffc5;
    color: inherit;
}
.bdr {
    border-color: #e4e4e4;
}
.bdr.bdr-left {
    border-left-width: 1px;
    border-left-style: solid;
}
.bdr.bdr-right {
    border-right-width: 1px;
    border-right-style: solid;
}
.pd-all {
    padding: 0.3rem 0.5rem;
}
.two-dots {
    border-top: 1px solid #e4e4e4;
    line-height: 0;
    margin-top: 18px !important;
    position: relative;
    text-align: center;
}
.two-dots:after {
    background-color: #e4e4e4;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 8px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 8px;
}
.two-dots:before {
    background-color: #e4e4e4;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 8px;
    position: absolute;
    right: 0;
    top: -5px;
    width: 8px;
}
.stacked>div {
    position: relative;
}
@media (min-width: 34em) {
    .stacked>div {
        padding-right: 0;
    }
    .stacked>div+div {
        padding-left: 0;
    }
    .stacked>div>.fa {
        right: 1rem;
    }
}
.stacked>div>.fa {
    position: absolute;
    right: 2rem;
    top: 0.8rem;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.ui-scroll {
    overflow-x: auto;
}
.ui-scroll .table th {
    white-space: nowrap;
}
.cursor-pointer {
    cursor: pointer;
}
.ecash-new {
    background-color: transparent;
    display: inline-block;
    color: #333;
}
.ecash-new .ecash-amount {
    background-color: #ffd302;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #ffd302, #fdb201);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd302), to(#fdb201));
    background-image: -webkit-linear-gradient(top, #ffd302, #fdb201);
    background-image: -o-linear-gradient(top, #ffd302, #fdb201);
    padding: 2px 4px;
    border-radius: 0 3px 3px 0;
    border: 1px solid #ffd302;
}
.ecash-new .ecash-txt {
    padding: 2px 4px;
    border: 1px solid #dbdbdb;
    border-right: none;
    border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    color: #333;
}
.result-tuple .ecash-txt {
    color: #666;
    border: 1px solid #b6b6b6;
    border-right: none;
}
.wid-162 {
    min-width: 162px;
}
.upper-case {
    text-transform: uppercase;
}
.tr {
    text-align: right;
}
.text-success {
    color: #429542 !important;
}
.pb25 {
    padding-bottom: 25px;
}
.pbI25 {
    padding-bottom: 25px !important;
}
@media only screen and (max-width: 640px) {
    .sm-gutter-top {
        padding-top: 0.7rem;
        clear: both;
    }
    .sm-gutter-botm {
        padding-bottom: 0.7rem;
        clear: both;
    }
    .sm-border-left {
        border-left: 1px solid #e4e4e4;
    }
}
.width-full {
    width: 100%;
}
.fa-warning:before {
    color: #FEB501;
    margin-right: 5px;
}
.multy-trip-data,
.multy-ssr-trip {
    display: none;
}
.multy-ssr-trip.show-ssr-trip {
    display: block;
    width: 50%;
}
.ssr-multi-input:checked ~ .multy-trip-data {
    display: block;
}
.overlay-holder {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    clear: both;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.overlay-bg {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
    overflow-y: auto;
}
/*.overlay {
    background-color: #fff;
    margin: 5% auto 0;
    position: relative;
    top: 5%;
    max-width: 90%;
    text-align: left;
    z-index: 999999;
    border-radius: 3px
}*/
@media only screen and (max-width: 480px) {
    .overlay {
        max-width: 100%;
        margin: 0;
        top: 0;
    }
}
@media only screen and (max-width: 640px) {
    .overlay {
        /*height: calc(100vh)*/
    }
}
.overlay .overlay-header {
    position: relative;
    background-color: #f8f8f8;
    margin: 0;
    padding: 0.7rem;
    font-family: "Lato",Arial,Helvetica,sans-serif;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #cdcecf;
}
.overlay .overlay-header .ico-close {
    position: absolute;
    right: 7px;
    top: 0;
    padding: 3px 10px;
    cursor: pointer;
}
.overlay .overlay-header>h3 {
    overflow: hidden;
    padding-right: 50px;
    text-overflow: ellipsis;
}
.overlay .overlay-content {
    padding: 0.3rem 0.7rem;
    border-radius: 0 0 3px 3px;
}
.overlay .overlay-content>img {
    width: 100%;
}
.overlay.no-pad .overlay-content {
    padding: 0;
}
@media only screen and (max-width: 640px) {
    .body-stop-scroll .hide-under-overlay {
        display: none;
    }
}
.no-gutter>[class*='col-'] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
@media (max-width: 61.9em) {
    .gt-sm-space-down>[class*='col-'] {
        padding-bottom: 0.5rem;
    }
}
.list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.list>li {
    display: block;
    font-size: .7860rem;
}
.list>li:before,
.list>li:after {
    content: " ";
    display: table;
}
.list>li:after {
    clear: both;
}
.list.list-border>li {
    border-top: 1px solid #e4e4e4;
    padding: 0.5rem 0;
}
.list.list-border>li:first-child {
    border-top: none;
    padding-top: 0;
}
.list.list-border>li:last-child {
    padding-bottom: 0;
}
.list.list-border>li a i {
    margin-right: 5px;
}
.list.list-border .bdr-tp {
    padding-top: 0.5em !important;
    margin-top: 0.5em;
    border-top: 1px solid #e4e4e4 !important;
}
.list.list-border .no-border {
    border-top: none !important;
}
.list.list-inline>li {
    display: inline-block;
    float: left;
    padding-left: 0.5rem;
}
.list.list-inline>li:first-child {
    padding-left: 0;
}
.box {
    border: 1px solid #e4e4e4;  
    background: #fff;
    border-radius: 2px;
}
.box+.box {
    margin-top: 1rem;
}
.box>.box-title {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0.3rem 0.7rem 0.4rem;   
}
.box>.box-title.bdr {
    border-bottom: 1px solid #e4e4e4;
}
.box>.box-content {
    padding: 0.7rem;
}
.box>.box-content p:last-child {
    margin: 0;
}
.box>.box-content textarea {
    width: 100%;
}
.box.no-box {
    border: none;
}
.box.no-box>.box-title {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}
.box.no-box>.box-content {
    padding: 0.3rem 0;
}
@media (max-width: 33.9em) {
    .box {
        /*border: none;*/
        border: 1px solid #e4e4e4;
    }
    .box.no-box>.box-title,
    .box.no-box>.box-content {
        padding: 0.3rem 1rem;
    }
}
.box-condensed {
    display: inline-block;
    padding: 0rem 1rem;
}
.page-track {
    margin-bottom: 0.7143rem;
    margin-top: 0.7143rem;
    overflow: hidden;
    position: relative;
}
.page-track>li {
    position: relative;
    text-align: center;
}
.page-track>li span {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.page-track>li span:before {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    content: attr(data-title);
    display: block;
    height: 30px;
    line-height: 25px;
    margin: 0 auto 5px auto;
    text-align: center;
    top: -35px;
    width: 30px;
}
.page-track>li.done span:before {
    background-color: #429542;
    border-color: #429542;
    color: #fff;
}
.page-track>li:first-child {
    text-align: left;
}
.page-track>li:last-child {
    text-align: right;
}
.page-track:after {
    background-color: #429542;
    display: block;
    height: 1px;
    left: 1.875rem;
    position: absolute;
    right: 1.875rem;
    top: 15px;
    z-index: 1;
}
.body-stop-scroll {
    overflow: hidden;
}
.promo-modal {
    width: 650px;
}
.nominee-modal {
    width: 500px;
}
.o-block .o-bg {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.o-block .o-content {
    background-color: #fff;
    display: table-cell;
    left: 50%;
    margin: 1rem auto;
    min-height: 10%;
    min-width: 30%;
    max-height: 20%;
    max-width: 90%;
    padding: 1rem;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -40%);
    vertical-align: middle !important;
    z-index: 999999;
    border-radius: 3px;
}
@-webkit-keyframes opacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes opacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.loader-dot {
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #ff6000;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    -moz-animation-name: opacity;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -moz-animation-delay: 100ms;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
.loader-dot:after,
.loader-dot:before {
    content: "";
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #ff6000;
    position: absolute;
    top: 0;
    -moz-animation-name: opacity;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.loader-dot:before {
    right: 7px;
}
.loader-dot:after {
    left: 7px;
    -moz-animation-delay: 300ms;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.loader-dot i {
    -moz-animation-name: opacity;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.loader-dot i:nth-child(2) {
    -moz-animation-delay: 100ms;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
.loader-dot i:nth-child(3) {
    -moz-animation-delay: 300ms;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.info-tooltip {
    background-color: #fff;
    border: 1px solid #cdcecf;
    border-radius: 4px;
    position: absolute;
    z-index: 99999;
    -moz-box-shadow: 0 0 5px 1px #cdcecf;
    -webkit-box-shadow: 0 0 5px 1px #cdcecf;
    box-shadow: 0 0 5px 1px #cdcecf;
    max-width: 300px;
}
.info-tooltip.fixed {
    bottom: 65px;
    position: fixed;
}
.info-tooltip:before {
    border: 10px solid transparent;
    border-top-color: #cdcecf;
    bottom: -20px;
    content: " ";
    display: inline-block;
    height: 0px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    width: 0px;
    z-index: 1;
}
.info-tooltip:after {
    border: 10px solid transparent;
    border-top-color: #fff;
    bottom: -18px;
    content: " ";
    display: inline-block;
    height: 0px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    width: 0px;
    z-index: 2;
}
.info-tooltip .tooltip-header {
    padding: 5px 10px;
    position: relative;
    background: #f9f9f9;
    border-bottom: 1px solid #cdcecf;
    border-radius: 4px 4px 0 0;
    font-size: 0.8571rem;
    text-transform: uppercase;
}
.info-tooltip .tooltip-header .ico-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
}
.info-tooltip .tooltip-header>h2 {
    overflow: hidden;
    padding-right: 50px;
    text-overflow: ellipsis;
}
.info-tooltip .tooltip-content {
    padding: 10px 15px;
    background: #fff;
    border-radius: 4px;
}
@media only screen and (max-width: 640px) {
    .info-tooltip {
        display: none;
    }
}
.body-stop-scroll .hide-under-overlay {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    transition: none !important;
}
.overlay {
    animation: popout 0.5s ease;
    -webkit-animation: popout 0.5s ease;
}
@keyframes popout {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
@-webkit-keyframes popout {
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes slide-up {
    0% {
        transform: translateY(90%);
    }
    100% {
        transform: translateY(0);
    }
}
@-moz-keyframes slide-up {
    0% {
        transform: translateY(90%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes slide-up {
    0% {
        transform: translateY(90%);
    }
    100% {
        transform: translateY(0);
    }
}
@-webkit-keyframes slide-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
@-moz-keyframes slide-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes slide-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
@-webkit-keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
@-moz-keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
.customSlideAnimation {
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    backface-visibility: hidden;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    animation-delay: 0;
}
.customSlideUp {
    -webkit-animation-name: slide-up;
    -moz-animation-name: slide-up;
    animation-name: slide-up;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}
.customSlideLeft {
    -webkit-animation-name: slide-left;
    -moz-animation-name: slide-left;
    animation-name: slide-left;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}
.customSlideDown {
    -webkit-animation-name: slide-down;
    -moz-animation-name: slide-down;
    animation-name: slide-down;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}
.my-radio {
    border: 1px solid #c7c7c7;
    border-radius: 50%;
    display: inline-block;
    float: left;
    height: 16px;
    margin-right: 10px;
    position: relative;
    width: 16px;
    top: 3px;
}
.my-radio>input[type=radio] {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
}
.my-radio>input[type=radio]:checked+.ico-radio:before {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.my-radio .ico.ico-radio {
    position: absolute;
}
.my-radio .ico-radio:before {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    float: left;
    background: #4ea5df;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.my-radio.set-align .ico-radio {
    top: 50%;
    margin-top: -5px;
}
.disabled {
    color: #999;
    cursor: not-allowed;
}
.disabled .my-radio {
    background: #eee;
}
.sso-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sso-container .sso-overlay {
    width: 700px;
}
.sso-container .sso-overlay .overlay-header .ico-close {
    top: 7px !important;
}
.sso-container .blue {
    color: blue;
}
.sso-container .error-msg {
    color: red;
    float: left;
}
.sso-container .success-msg {
    color: green;
}
.sso-container .ajax-loader {
    background: #FFFFFF;
    float: left;
    height: 100%;
    margin: auto auto;
    text-align: center;
    width: 100%;
    color: #000000;
    position: absolute;
    z-index: 2500;
    opacity: 0.8;
    font-size: 24px;
    padding-top: 137px;
}
.sso-container .close-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 16px;
    right: 15px;
    cursor: pointer;
}
.sso-container .login-container .heading {
    width: 100%;
    color: #666;
    background-color: #f2f5f6;
    position: relative;
    float: left;
    font-size: 20px;
}
.sso-container .login-container input.ng-invalid.ng-touched {
    border: solid 1px #FA787E;
}
.sso-container .login-container input.ng-valid.ng-touched {
    border: solid 1px #78FA89;
}
.sso-container .login-container .number-input.ng-invalid.ng-touched,
.sso-container .login-container .number-input.ng-valid.ng-touched {
    border: solid 1px silver;
}
.sso-container .login-container .heading>div {
    padding: 8px 0 8px 15px;
}
.sso-container .login-container .left-panel {
    float: left;
    width: 50%;
}
@media only screen and (max-width: 700px) {
    .sso-container .login-container .left-panel {
        clear: both;
        width: 100%;
    }
}
.sso-container .login-container .right-panel {
    float: left;
    position: relative;
    width: 42%;
    min-height: 242px;
    margin-left: 42px;
    padding-left: 5%;
    border-left: 1px solid #c3c3c3;
}
@media only screen and (max-width: 700px) {
    .sso-container .login-container .right-panel {
        clear: both;
        width: 100%;
        margin-top: 35px;
        margin-left: 0;
        padding-left: 0;
        padding-top: 5%;
        text-align: center;
        border-left: none;
        border-top: 1px solid #c3c3c3;
    }
}
@media only screen and (max-width: 480px) {
    .sso-container .login-container .right-panel {
        padding-top: 12%;
    }
}
.sso-container .login-container .right-panel .vert-or {
    background-color: #fff;
    border: 1px solid #c3c3c3 !important;
    border-radius: 50%;
    color: #b6b6b6;
    font-size: 14px;
    height: 40px;
    left: -20px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    top: 35%;
    width: 40px;
}
@media only screen and (max-width: 700px) {
    .sso-container .login-container .right-panel .vert-or {
        left: 48%;
        top: -20px;
    }
}
.sso-container .login-container .login-content {
    float: left;
    padding: 15px 0;
    width: 100%;
}
.sso-container .login-container .user-form {
    margin: 0;
}
.sso-container .login-container .row {
    float: left;
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
}
.sso-container .login-container .row:last-child {
    margin-bottom: 0;
}
.sso-container .login-container .row a {
    cursor: pointer;
}
.sso-container .login-container .row .fp-link {
    margin-top: 15px;
    display: inline-block;
}
.sso-container .login-container .row .label-text {
    color: #989898;
    font-size: 11px;
    display: block;
    margin-top: 5px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.sso-container .login-container .row input[type="checkbox"] {
    margin-left: -10px;
}
.sso-container .login-container .row button.ng-disabled {
    cursor: not-allowed;
    opacity: .65;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sso-container .login-container .row .disable-plus {
    width: 30px;
    float: left;
    padding: 8px;
    font-size: 20px;
    background-color: #333333;
}
.sso-container .login-container .number-input {
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    width: 180px;
    float: left;
    margin-left: 10px;
    padding: 9px 7px;
    line-height: 15px;
    background: #fff;
    border: 1px solid silver;
    border-radius: 0;
    color: #222;
    font-family: inherit;
}
@media only screen and (min-width: 900px) {
    .sso-container .login-container .number-input {
        width: 250px;
    }
}
.sso-container .login-container .number-input:focus {
    border: 1px solid #333 !important;
    outline: none;
}
.sso-container .login-container .row input[type="text"],
.sso-container .login-container .row input[type="password"],
.sso-container .login-container .row input[type="email"] {
    display: block;
    padding: 9px 7px;
    line-height: 15px;
    width: 100%;
    margin-bottom: 0;
    background: #fff;
    border: 1px solid silver;
    border-radius: 0;
    color: #222;
    font-family: inherit;
}
.sso-container .login-container .row input[type="text"].input1,
.sso-container .login-container .row input[type="password"].input1,
.sso-container .login-container .row input[type="email"].input1 {
    width: 30px;
    height: 35px;
    float: left;
    padding: 8px;
    font-size: 20px;
}
.sso-container .login-container .row input[type="text"].input2,
.sso-container .login-container .row input[type="password"].input2,
.sso-container .login-container .row input[type="email"].input2 {
    width: 45px;
    float: left;
    margin-left: 5px;
}
.sso-container .login-container .row input[type="text"].input3,
.sso-container .login-container .row input[type="password"].input3,
.sso-container .login-container .row input[type="email"].input3 {
    width: 180px;
    float: left;
    margin-left: 10px;
}
@media only screen and (min-width: 900px) {
    .sso-container .login-container .row input[type="text"].input3,
    .sso-container .login-container .row input[type="password"].input3,
    .sso-container .login-container .row input[type="email"].input3 {
        width: 250px;
    }
}
.sso-container .login-container .row input[type="text"]:focus,
.sso-container .login-container .row input[type="password"]:focus {
    border: 1px solid #333;
    outline: none;
}
.sso-container .login-container .account-msg {
    color: #333;
    font-size: 14px;
    margin-left: 0;
    float: left;
    cursor: pointer;
}
.sso-container .login-container .error-msg {
    color: red;
    z-index: 200;
    top: 12px;
    left: 261px;
    width: 100%;
}
.sso-container .paymentSprite {
    background: url("../../../../images/paymentSprite.png") no-repeat scroll 0 0 transparent;
}
.sso-container .yatraFb {
    background-position: -4px -271px;
    cursor: pointer;
    display: inline-block;
    height: 45px;
    width: 214px;
    border: none;
    top: 80px;
    position: relative;
}
@media only screen and (max-width: 640px) {
    .sso-container .yatraFb {
        top: 0;
    }
}
.sso-container .fl {
    float: left;
}
.sso-container .fbImg {
    width: 50px;
    margin-left: 10px;
}
.sso-container .autoWidth {
    width: auto;
}

@media only screen and (max-width: 543px) {
    .mt-sm-1 {
        clear: both;
        padding-top: 1rem;
    }
}
@media only screen and (max-width: 768px) {
    .sticky-sm-bottom {
        background-color: #fff;
        bottom: -1rem;
        left: 0;
        padding: 10px;
        position: fixed;
        width: 100%;
        z-index: 99998;
        -webkit-box-shadow: 0px -1px 9px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px -1px 9px rgba(0, 0, 0, 0.3);
        box-shadow: 0px -1px 9px rgba(0, 0, 0, 0.3);
    }
    #js_yt_header_top .middleTxtPay {
        display: none;
    }
    #js_yt_header_top .loginPanelClass {
        margin: 0;
        position: absolute;
        right: -10px;
        top: -5px;
    }
}
.login-btn {
    min-width: 162px;
    margin-right: 10px;
}
.sso-container .yatraIconFb {
    background-position: -191px -341px;
    width: 37px;
    height: 28px;
    margin-top: 7px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.ico {
    position: relative;
}
.ico:before {
    background: transparent url("../../../../images/sprite-review.png") 0 0 no-repeat;
    content: " ";
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ico-deals:before {
    background-position: 0px 0px;
    height: 72px;
    width: 132px;
}
.ico-success:before {
    background-position: 0px -75px;
    height: 30px;
    width: 35px;
}
.ico-error:before {
    background-position: -50px -75px;
    height: 30px;
    width: 35px;
}
.ico-ecash:before {
    background-position: 0px -125px;
    height: 13px;
    width: 40px;
}
.ico-visa-card:before {
    background-position: -142px 0px;
    height: 17px;
    width: 33px;
}
.ico-armedforces:before {
    background-position: -150px -25px;
    height: 21px;
    width: 21px;
}
.ico-card:before {
    background-position: -150px -75px;
    height: 20px;
    width: 23px;
}
.ico-corporate:before {
    background-position: -150px -50px;
    height: 22px;
    width: 22px;
}
.utility-outer {
    position: relative;
    text-align: right;
}
.utility-dropdown {
    background: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    padding: 12px 15px;
    position: absolute;
    text-align: left;
    top: 137%;
    right: 15px;
    max-width: 330px;
    width: 100%;
    z-index: 9;
}
.utility-dropdown:before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    top: -15px;
    content: " ";
    display: inline-block;
    height: 0px;
    position: absolute;
    right: 30px;
    width: 0px;
    z-index: 1;
}
.utility-dropdown .entry {
    clear: both;
    margin-bottom: 10px;
}
.utility-dropdown .entry span {
    width: 40%;
    margin-right: 5%;
    float: left;
    line-height: 18px;
}
.utility-dropdown .entry input {
    width: 54%;
}
.utility-dropdown .button-group .primary {
    font-size: 0.75rem;
}
[date-picker] {
    color: #444;
    border-radius: 0;
    padding: 0;
}
[date-picker] table {
    border: 1px solid #dcdcdc;
}
[date-picker] table td,
[date-picker] table th {
    font-weight: normal;
    border-radius: 0;
}
[date-picker] table thead tr:last-child th {
    border-bottom: 1px solid #dcdcdc;
    font-size: 0.8571rem;
}
[date-picker] span {
    border-radius: 0;
}
[date-picker] .now {
    background-color: #0274b7;
    background-image: none;
}
[date-picker] table tbody td {
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    font-size: 0.8571rem;
}
[date-picker] span.disabled {
    cursor: default !important;
}
@media (max-width: 47.9em) {
    [date-picker-wrapper] {
        right: -22px;
    }
}
.fare-rules-container {
    border: 1px solid #ddd;
    border-right: none;
    border-bottom: none;
    color: #3e4141 !important;
    font-size: 0.9286rem;
}
.fare-rules-container>table tbody:last-child {
    border-left: 1px solid #fff;
}
.fare-rules-container>table td,
.fare-rules-container>table th {
    padding: 7px 5px !important;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.fare-rules-container>table td.no-border,
.fare-rules-container>table th.no-border {
    border-bottom: none;
}
.fare-rules-container>table td.borderless,
.fare-rules-container>table th.borderless {
    border: none !important;
}
.fare-rules-container>table td.no-right-border,
.fare-rules-container>table th.no-right-border {
    border-right: none;
}
@media only screen and (max-width: 640px) {
    .fare-rules-container>table td,
    .fare-rules-container>table th {
        overflow-y: hidden;
        text-overflow: ellipsis;
    }
}
@media only screen and (max-width: 480px) {
    .fare-rules-container>table td,
    .fare-rules-container>table th {
        font-size: 12px;
    }
}
.fare-rules-container>table td.tr,
.fare-rules-container>table th.tr {
    text-align: right;
}
.fare-rules-container>table td.bold,
.fare-rules-container>table th.bold {
    font-family: "Lato Bold";
}
.fare-rules-container>table td .acc-content,
.fare-rules-container>table th .acc-content {
    margin-bottom: 0;
}
.fare-rules-container>table td .acc-content>table tr>td:last-child,
.fare-rules-container>table th .acc-content>table tr>td:last-child {
    border-right: 0;
}
.fare-rules-container .activeLink {
    color: #0665c7 !important;
}
.link,
.under-link {
    color: #666;
}
.link:hover,
.under-link:hover,
.link.active,
.active.under-link {
    color: #4ea5df;
}
.under-link {
    position: relative;
}
.under-link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    background-color: #4ea5df;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.under-link:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.priceChange-modal {
    width: 481px
}
.priceChange-modal .overlay-content .update-fare {
    width: 246px;
    float: none;
    margin: 0 auto;
    padding-right: 15px;
}
.priceChange-modal .overlay-content .update-fare ul {
    margin: 0;
    outline: none;
    padding: 0;
    font-weight: normal;
    list-style: none;
    line-height: 2.4 !important;
}
.priceChange-modal .overlay-content .update-fare ul li.pull-left {
    display: inline-block;
    float: left;
    clear: both;
}
.priceChange-modal .overlay-content .mb10 {
    margin-bottom: 10px;
}
.priceChange-modal .overlay-content .row {
    clear: both;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.priceChange-modal .overlay-content .alert-box {
    background: red;
    display: block;
    padding: 10px;
    color: #fff;
    font-family: "LatoBold";
}
.priceChange-modal .overlay-content .bg-success {
    background-color: green !important;
}
.two-dots {
    margin: 1rem 0;
}
.two-dots>i {
    font-size: 1.143rem;
    position: relative;
    top: -7px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .two-dots>i {
        top: -8px;
    }
    .two-dots::i-block-chrome,
    .two-dots>i {
        top: -8px;
    }
}
.review-article {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.review-article h3,
.review-article p {
    margin: 0;
    color:#333;
}
.review-article .bdr-left {
    border-left: none;
}
.review-title {
    background-color: #e2e2e2;
    padding: 4px 8px;
    min-width: 96px;
    border-radius: 3px;
    clear: both;    
}
.review-title>i {
    margin-right: 8px;
}
.review-title>li {
    font-size: 0.8571rem;
}
.fareBox .review-title {
    background-color: #f9f9f9;
    padding: 4px 0 0 0;
    margin-left: 6px;
    border-radius: 0px;
}
.fareBox .review-title>li {
    padding: 2px 8px;
    border-bottom: 1px solid #e4e4e4;
}
.fareBox .review-title>li:last-child {
    border-bottom: none;
}
.align-checkbox {
    margin: 0;
    padding-left: 30px;
    position: relative;
}
.align-checkbox>.ui-checkbox {
    left: 0;
    position: absolute;
    height: 21px;
}
.ui-ssr {
    font-size: 1rem;
    margin: 1.5rem 0 0 0;
}
.ui-ssr .pax-list-full {
    margin-top: 5px;
    width: auto;   
}
.ui-ssr .pax-list-wap {
    margin-top: 10px;
}
.ui-ssr .list.list-name {
    margin-top: 3rem;
}
@media (max-width: 47.9em) {
    .ui-ssr .list.list-name {
        margin-top: 1rem;
    }
}
.ui-ssr .list>li.ssr-leg-head {
    height: 40px;
    line-height: 40px;
}
.ui-ssr .list>li {
    height: 45px;
    line-height: 45px;
    white-space: normal;
    word-wrap: break-word;
}
.ui-ssr .list>li .mt-9 {
    top: -9px;
    position: relative;
}
.ui-ssr .list>li .select-box {
    white-space: normal;
    display: inline-block;
    line-height: 16px;
}
.promo-modal p {
    margin: 0.5rem 0;
    color: #333;
    list-style-type: default;
}
.promo-modal .or-seperator {
    color: #666;
    width: 100%;
    float: left;
}
.promo-modal .or-seperator span {
    display: block;
    float: left;
    text-align: center;
    width: 10%;
}
.promo-modal .or-seperator .hr-center {
    border-bottom: 1px solid #E5E5E5;
    display: block;
    float: left;
    height: 10px;
    margin: 0 5%;
    width: 35%;
}
.promo-modal button:first-child {
    margin-right: 20px;
}
.nominee-modal .overlay-content {
    padding: 0.8rem 0.7rem;
    max-height: 400px;
    overflow-y: scroll;
}
@media only screen and (max-width: 640px) {
    .nominee-modal .overlay-content {
        max-height: 649px;
        overflow-y: scroll;
        background: #fff;
    }
}
.nominee-modal .overlay-content .mb-15 {
    margin-bottom: 1.071rem;
}
.nominee-modal .overlay-content textarea {
    width: 100%;
    padding: 0.6rem 0.5rem;
}
.promo-btn {
    line-height: 1.6rem !important;
    min-width: 100px;
    border-left: 0 !important;
}
@media only screen and (max-width: 480px) {
    .promo-btn {
        border-left: 1px solid #bfbfbf !important;
    }
}
.promo-btn.activated {
    position: relative;
}
.promo-btn.activated:after {
    width: 16px;
    height: 10px;
    float: left;
    content: '';
    background: transparent url(../../../../images/sprite-review.png) -100px -75px no-repeat;
    position: absolute;
    bottom: 11px;
    right: 10px;
}
.u-pay {
    position: relative;
    top: -5px;
}
.footer-beetle-new .ytAboutFooter {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ins-input {
    width: 40% !important;
    display: block;
}
@media (max-width: 47.9em) {
    .ins-input {
        width: 100%;
    }
}
.box-title .align-checkbox {
    vertical-align: top;
    font-size: 0.9286rem;
}
.box-title .fs-md {
    font-size: 1.143rem !important;
}
#checkoutBase {
    min-height: 500px;
}
.leg {
    display: inline-block;
    margin-right: 5rem;
}
.yt-extra {
    position: relative;
    display: inline-block;
}
.yt-extra .info-tooltip {
    display: none;
}
.yt-extra:hover .fa-info-circle {
    color: #4ea5df;
}
.yt-extra:hover .info-tooltip {
    display: block;
    bottom: 120%;
    right: -80%;
}
.yt-extra:hover .info-tooltip .tooltip-content {
    font-size: 0.9286rem;
}
@media only screen and (max-width: 768px) {
    .pad-sm-bottom {
        padding-bottom: 65px;
    }
}
aside .list li .rs {
    font-size: 0.8571rem;
}
#checkoutBase .intAirLogo {
    float: none !important;
    display: inline-block;
}
@media only screen and (max-width: 480px) {
    .ssr-container .button-group {
        text-align: center;
    }
    .ssr-container .button-group>button {
        margin-left: 0;
        margin-bottom: 0.5rem;
        font-size: 0.85rem;
    }
}
/*.alert {
    padding: 10px;
    font-size: 12px;
    border: 1px solid #f2e9bb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}*/
.alert.hack {
    background-color: #fff6c5;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.promo-btn-success {
    padding: 0 6px 1px 6px;
    background: #429542;
    font-size: 0.7857rem;
    color: #fff;
    border-radius: 3px;
}
.remove-btn {
    padding: 0 6px 1px 6px;
    background: #e2e2e2;
    font-size: 0.7857rem;
    color: #333;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
}
.alignment {
    margin-right: 0.50em;
}
.date-box {
    border: 1px solid #e4e4e4;
    background: #fff;
    border-radius: 3px;
    max-width: 70px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
.date-box .date-day,
.date-box .date-time {
    background: #999;
    color: #fff;
}
.date-box .date-day,
.date-box .date-no,
.date-box .date-time {
    font-size: 0.8571rem;
}
.date-box .date-no {
    padding-bottom: 5px;
}
.date-box .date-no span {
    display: block;
    font-size: 2rem;
    line-height: 2.5rem;
}
.pax-detailed {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 5px !important;
    padding-bottom: 8px;
}
@media only screen and (max-width: 768px) {
    .room-type {
        margin-bottom: 1rem !important;
    }
}
@media only screen and (max-width: 480px) {
    .room-type strong {
        display: block;
    }
}
.mt-3 {
    margin-top: 3rem;
}
.cp {
    display: inline-block;
    position: relative;
}
.cp .info-tooltip {
    display: none;
}
.cp:hover .info-tooltip {
    display: block;
    bottom: 120%;
    right: -80%;
}
.disabled-box {
    background-color: rgba(242, 242, 242, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.pr {
    position: relative;
}
.otpText {
    margin-right: 10px;
    padding: 10px;
    vertical-align: middle;
    width: auto !important;
}
.resendOtp {
    margin-left: 8px;
}
.min-wid52 {
    min-width: 52px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .min-width70 {
        min-width: 70px;
    }
}
@media only screen and (max-width: 1024px) {
    .md-align {
        margin-left: 0;
        width: 14.6%;
    }
}
@media only screen and (max-width: 768px) {
    .md-align {
        margin-left: 52px;
        width: 23%;
    }
}
@media only screen and (max-width: 736px) {
    .md-align {
        margin-left: 0;
        width: 100%;
    }
}
@media only screen and (min-width: 441px) and (max-width: 604px) {
    .tab-posn-align {
        margin-left: -9%;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .footer-service-mobile {
        padding-bottom: 50px;
    }
}
.nominee-modal::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
}
.nominee-modal::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.exp-date {
    float: left;
    width: 100%;
}
.ml20-fix {
    margin-left: 20px;
}
@media only screen and (max-width: 640px) {
    .ml20-fix {
        margin-left: 0;
    }
}
.policyActive {
    color: #0665c7 !important;
}
.top-pos-fix {
    top: -4px;
}
.w85perc {
    width: 85%;
}
.note-block {
    /*background-color: #feffc5;*/
    background-color: #f5cf77;
    color:#333;
    /*border: 1px solid #FCFF8A;*/
     border: 1px solid #fdb714;
    padding: 0 5px;
}
.note-block .fa-info-circle {
    color: #4ea5df;
}
.room-block.byop h3 {
    position: relative;
    margin-bottom: 1.5em;
    margin-left: -0.7rem;
}
.room-block.byop h3:after {
    display: inline-block;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #e4e4e4;
    width: 100%;
    position: absolute;
    top: 13px;
    left: 0px;
    z-index: 0;
}
.room-block.byop .roomLabel {
    background: #4ea5df;
    padding: 4px 8px 7px 8px;
    color: #fff;
    font-weight: normal;
    border-radius: 0 3px 3px 0;
    position: relative;
    z-index: 9;
}
.pasenger_txt_info {
    background: #f6f6a7;
    padding: 0.7em;
    margin-bottom: .5em;
    margin-top: 1em;
    border-radius: 0 3px 3px 0;
    width: 70%;
}
.byop-pax.pax-room {
    left: -1.4em !important;
    position: absolute;
    top: -11px;
    background: #4ea5df;
    padding: 5px;
    line-height: 24px;
    color: #fff;
    border-radius: 0 3px 3px 0;
}
.pax-title-byop {
    top: -17px !important
}
.ssr-container .seat-num {
    font-size: 15px;
    font-family: LatoBold;
}
.ssr-container .removeSeat,
.ssr-container .changeSeat {
    color: #2e8acb;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    margin-top: 6px;
}
select option:empty {
    display: none;
}
.seatMapOverlay {
    position: fixed;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: 100;
    background-color: #000;
}
.seatMapContainer {
    background: white none repeat scroll 0 0;
    left: 10%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 880px;
    z-index: 9999999;
}
.hotel-crosssell-box {
    display: block;
}
.ui-ssr.ui-ssr .list.list-name {
    margin-top: 0rem;
}
.ui-ssr .pax-list-wap,
.ui-ssr .ssr-trip input[type="radio"] {
    display: none;
}
.ui-ssr .pax-list-full {
    display: block;
}
.ui-ssr .pax-trip {
    padding: 4px 8px;
}
@media (max-width: 47.9em) {
    .ui-ssr .pax-list-wap {
        display: block;
    }
    .ui-ssr .pax-list-full,
    .ui-ssr .ssr-trip .ssr-trip-data {
        display: block;
    }
    .ui-ssr .ssr-trip input:checked+.ssr-trip-data {
        display: block;
    }
    .hotel-crosssell-box {
        display: none;
    }
}
.error-msg {
    color: red;
    font-size: 12px;
    float: left;
}
.pt10 {
    padding-top: 10px;
}
.pt5 {
    padding-top: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb5 {
    padding-bottom: 5px;
}
.pt5I {
    padding-top: 5px !important;
}
.pb5I {
    padding-bottom: 5px !important;
}
#hotelBookingSummary {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}
.ui-cal {
    float: right;
}
.ui-cal:after {
    top: 7px;
}
.reporting td {
    min-width: 120px;
    white-space: nowrap;
    display: table-cell;
    padding-right: 10px;
    padding-bottom: 8px;
    vertical-align: top;
}
.dupbook {
    width: 90%;
    margin: auto;
}
.dupbook td {
    white-space: nowrap;
    display: table-cell;
    padding-right: 10px;
    padding-left: 20px;
    padding-bottom: 8px;
    vertical-align: top;
}
.clear-both {
    clear: both;
}
.auto-wrapper {
    width: 220px;
    border-right: 1px solid #e2e2e2;
    background: #fff;
    margin-left: 211px;
    margin-top: -65px;
    float: right;
    clear: both;
    top: 100%;
    position: absolute;
    z-index: 99999;
    -webkit-box-shadow: 1px 1px 10px #717171;
    -moz-box-shadow: 1px 1px 10px #717171;
    box-shadow: 1px 1px 10px #717171;
}
@media only screen and (max-width: 736px) {
    .auto-wrapper {
        display: none !important;
    }
}
.auto-wrapper:before {
    border: 12px solid transparent;
    border-right-color: #fff;
    left: -24px;
    top: 35px;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
}
.autocomplete-content {
    max-height: 260px;
    overflow: auto;
}
.auto-wrapper .item-holder {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px;
    cursor: pointer;
}
.auto-wrapper .item-holder:hover,
.auto-wrapper .item-holder.hover {
    background: #F4F4F4;
    color: #666;
}
.auto-wrapper .box-title {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.auto-wrapper .close-ac {
    float: right;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    top: 0px;
}
.table-responsive {
    padding-bottom: 10px;
}
.seat-select {
    cursor: pointer;
    color: blue;
    font-size: 13px;
    padding: 5px;
}
.red {
    color: red;
}
.far_rulepop .loader-dot {
    margin: 30px 0 30px 50%;
}
table.int-fare-rules tr {
    border-bottom: 1px solid #ddd;
    display: table;
    width: 100%;
}
table.int-fare-rules td,
table.int-fare-rules th {
    min-width: 80px;
    padding: 7px 5px !important;
    width: 100%;
    font-size: 0.929rem;
}
table.int-fare-rules th:first-child {
    max-width: 160px;
}
.pb25 {
    padding-bottom: 25px;
}
.fa-user {
    color: #767676;
}
.autocomplete-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    background-color: #fff;
}
.autocomplete-content::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}
.autocomplete-content::-webkit-scrollbar-thumb {
    background-color: #e2e2e2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.to-select {
    height: 32px;
    padding: 0.5rem 0.3rem;
    color: #000;
}
.common-name-modal {
    width: 400px;
}
.crpAdjustClass {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e4e4e4;
}
.fare-rules-container th a.activeLink .sectorLink {
    color: #014c8c;
}
.my-carousel {
    display: block;
    padding: 0 50px;
    position: relative;
}
.my-carousel .wrapper_outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.my-carousel .wrapper_inner {
    left: 0px;
    display: block;
    position: relative;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    clear: both;
}
.my-carousel .wrapper_inner:before,
.my-carousel .wrapper_inner:after {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.my-carousel .item {
    float: left;
    cursor: pointer;
    width: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.my-carousel .ctrl_prevoius,
.my-carousel .ctrl_next {
    position: absolute;
    display: block;
    text-decoration: none;
    text-align: center;
    top: 10px;
}
.my-carousel .ctrl_prevoius {
    left: 20px;
}
.my-carousel .ctrl_next {
    right: 20px;
}
.my-carousel .ctrl_next.deactive,
.my-carousel .ctrl_prevoius.deactive {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.2;
}
.no-js .frescoFooter {
    display: none;
}
.seat-map-wrapper {
    margin: 0;
    padding: 0;
    font-family: 'Lato Regular';
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.seat-map-wrapper::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}
.seat-map-wrapper::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
.seat-map-wrapper::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
.seat-map-wrapper:after,
.seat-map-wrapper:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.seat-map-wrapper li {
    list-style: none;
    border: transparent 1px solid;
}
@media only screen and (max-width: 520px) {
    .seat-map-wrapper li {
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}
.seat-map-wrapper a {
    text-decoration: none;
}
.seat-map-wrapper .bold {
    font-family: 'lato Bold';
    font-size: 16px;
}
.seat-map-wrapper .uppercase {
    text-transform: uppercase;
}
.seat-map-wrapper .capitalize {
    text-transform: capitalize;
}
.seat-map-wrapper .seat-map-overlay {
    max-width: 880px;
    top: 1%;
    height: auto !important;
}
@media only screen and (max-width: 520px) {
    .seat-map-wrapper .seat-map-overlay {
        top: 0;
    }
}
@media only screen and (max-width: 520px) {
    .seat-map-wrapper .seatLayoutWrapper {
        overflow-x: hidden;
    }
}
.seat-map-wrapper .seatLayoutWrapper .seatLayoutInner {
    border: 1px solid #FFF;
    width: 98%;
    margin: 0px auto;
    padding: 5px 0 0 15px;
}
.seat-map-wrapper .seatLayoutWrapper .seatLayoutInner .departureInfo {
    margin: 10px 0;
    float: left;
    width: 60%;
}
@media only screen and (max-width: 480px) {
    .seat-map-wrapper .seatLayoutWrapper .seatLayoutInner .departureInfo {
        width: 100%;
    }
    .seat-map-wrapper .seatLayoutWrapper .seatLayoutInner .departureInfo .seprator {
        display: none;
    }
    .seat-map-wrapper .seatLayoutWrapper .seatLayoutInner .departureInfo .day {
        clear: both;
        font-size: 12px !important;
    }
}
.seat-map-wrapper .seatLayoutWrapper .seatLayoutInner .departureInfo .depart {
    background: #f4f4f4;
    float: left;
    font-size: 11px;
    line-height: 19px;
    padding: 2px 5px;
    text-transform: uppercase;
}
.seat-map-wrapper .seatLayoutWrapper .seatLayoutInner .departureInfo .depart .plane {
    background-position: -179px -3px;
    width: 30px;
    height: 20px;
    display: block;
    float: left;
    cursor: default;
}
.seat-map-wrapper .seatLayoutWrapper .seatLayoutInner .departureInfo .cityCodeHolder {
    overflow: hidden;
    padding: 0px 20px;
}
.seat-map-wrapper .seatLayoutWrapper .seatLayoutInner .departureInfo .cityCodeHolder .cityCode {
    display: block;
    float: left;
    line-height: 24px;
}
.seat-map-wrapper .seatLayoutWrapper .seatLayoutInner .departureInfo .cityCodeHolder .day,
.seat-map-wrapper .seatLayoutWrapper .seatLayoutInner .departureInfo .cityCodeHolder .date {
    margin: 0px 5px;
    color: #9a9a9a;
    font-size: 16px;
}
.seat-map-wrapper .seatLayoutWrapper .seatLayoutInner .departureInfo .cityCodeHolder .arrow-rgt {
    background-position: -148px 0px;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    cursor: default;
}
.seat-map-wrapper .btnSection {
    overflow: hidden;
    margin: 10px 80px 10px 0;
    float: right;
}
.seat-map-wrapper .btn-group {
    float: left;
    margin-left: 0px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.seat-map-wrapper .btn-group .btn[type="button"] {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.seat-map-wrapper .btn-group .btn[type="button"]:focus {
    border-color: #d1cece !important
}
.seat-map-wrapper .btn-group>.btn.active,
.seat-map-wrapper .btn-group>.btn:active,
.seat-map-wrapper .btn-group>.btn:focus,
.seat-map-wrapper .btn-group>.btn:hover {
    z-index: 2;
}
.seat-map-wrapper .btn-group>.btn:first-child {
    margin-left: 0;
}
.seat-map-wrapper .btn-group-vertical>.btn,
.seat-map-wrapper .btn-group>.btn {
    position: relative;
    float: left;
    font-size: 12px;
}
.seat-map-wrapper .btn-default {
    color: #333;
    background-color: #ededed;
    border-color: #c9c9c9 !important;
}
.seat-map-wrapper .btn-default:hover,
.seat-map-wrapper .btn-default.active {
    color: #333;
    background-color: #d1cece;
    border-color: #d1cece;
}
.seat-map-wrapper .btn {
    display: inline-block;
    padding: 4px 5px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #333;
}
.seat-map-wrapper .seatLayoutWrapper .seatLayoutInner .wing-left {
    position: relative;
    top: -20px;
    margin-left: 90px;
    background: #f6efef;
    width: 357px;
    height: 28px;
    clear: both;
    transform: skew(-45deg, 0deg);
    -webkit-transform: skew(-45deg, 0deg);
    -moz-transform: skew(-45deg, 0deg);
    -o-transform: skew(-45deg, 0deg);
    -ms-transform: skew(-45deg, 0deg);
}
.seat-map-wrapper .seatLayoutWrapper .seatLayoutInner .wing-left span {
    position: absolute;
    transform: skew(45deg, 0deg);
    -webkit-transform: skew(45deg, 0deg);
    -moz-transform: skew(45deg, 0deg);
    -o-transform: skew(45deg, 0deg);
    -ms-transform: skew(45deg, 0deg);
    left: 35%;
    top: -2px;
}
.seat-map-wrapper .seatLayoutWrapper .seatLayoutInner .wing-right {
    position: relative;
    bottom: -25px;
    margin-left: 323px;
    background: #f6efef;
    width: 357px;
    height: 25px;
    transform: skew(45deg, 0deg);
    -moz-transform: skew(45deg, 0deg);
    -webkit-transform: skew(45deg, 0deg);
    -o-transform: skew(45deg, 0deg);
    -ms-transform: skew(45deg, 0deg);
}
.seat-map-wrapper .seatLayoutWrapper .seatLayoutInner .wing-right span {
    position: absolute;
    transform: skew(-45deg, 0deg);
    -webkit-transform: skew(-45deg, 0deg);
    -moz-transform: skew(-45deg, 0deg);
    -o-transform: skew(-45deg, 0deg);
    -ms-transform: skew(-45deg, 0deg);
    left: 35%;
    top: 20%;
}
.seat-map-wrapper .seatLayoutInner .floor {
    position: relative
}
.seat-map-wrapper .seatLayoutInner .front,
.seat-map-wrapper .seatLayoutInner .back {
    position: absolute;
    font-family: 'lato bold';
    background: #fff;
    z-index: 9;
}
.seat-map-wrapper .seatLayoutInner .front {
    left: 25px;
    top: 32px;
    padding-bottom: 5px;
}
@media only screen and (max-width: 520px) {
    .seat-map-wrapper .seatLayoutInner .front {
        left: 9px;
    }
}
.seat-map-wrapper .seatLayoutInner .front .column {
    padding: 23px 0 15px 15px;
}
.seat-map-wrapper .seatLayoutInner .back {
    right: 18px;
    top: 44%;
}
.seat-map-wrapper .portion {
    transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -o-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    position: absolute;
    top: 50%;
}
.seat-map-wrapper .seatLayoutInner .floor .seatLayout {
    margin: 5px 0;
}
.seat-map-wrapper .seatLayoutInner .seatLayout .column {
    display: inline-block;
    position: relative;
    margin: 0 4px;
    padding: 0;
    vertical-align: middle;
}
.seat-map-wrapper .seatLayoutWrapper .seat-li {
    width: 21px;
    position: relative;
    height: 22px;
}
.seat-map-wrapper .avail:hover:hover .seat-tooltip {
    display: block !important;
}
.seat-map-wrapper .avail:hover:hover .seat-tooltip:hover {
    display: none !important;
}
.seat-map-wrapper .spriteSeatmap,
.seat-map-wrapper .seat-li.spriteSeatmap,
.seat-map-wrapper span.spriteSeatmap,
.seat-map-wrapper .seatmap-header .spriteSeatmap {
    background: url("../../../../images/sprite-seatMap.png") no-repeat;
    cursor: pointer;
    background-position: -25px 0;
}
.seat-map-wrapper .seat-li.comfort {
    background-position: -121px -29px;
}
.seat-map-wrapper .seat-li.booked {
    background-position: 0 0;
    cursor: no-drop;
}
.seat-map-wrapper .seat-li.selected {
    background-position: -50px 0;
}
.seat-map-wrapper .seat-li.highlight {
    background: url("../../../../images/current-selected-seat.gif") no-repeat;
    cursor: pointer;
    width: 21px;
    height: 21px;
}
.seat-map-wrapper .seat-li.reserved {
    background-position: -76px 0px;
    cursor: no-drop;
}
.seat-map-wrapper .seat-li.lavatory {
    background-position: -101px 0;
    cursor: default;
}
.seat-map-wrapper .legends .seat-li.lavatory {
    top: -8px;
}
.seat-map-wrapper .column li.exit {
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 14px;
    background-position: -75px -29px;
}
.seat-map-wrapper .column li.exit.left {
    bottom: -42px;
}
.seat-map-wrapper .column li.exit.right {
    top: -40px;
}
.seat-map-wrapper .column li.colNo {
    position: absolute;
    z-index: 2;
    width: 21px;
    text-align: center;
}
.seat-map-wrapper .column li.colNo.left {
    bottom: -25px;
}
.seat-map-wrapper .column li.colNo.right {
    top: -25px;
}
.seat-map-wrapper .legendHolder {
    overflow: hidden;
    width: 96px;
    text-transform: capitalize;
    float: left;
    margin: 30px 0 0 22px;
}
@media only screen and (max-width: 520px) {
    .seat-map-wrapper .legendHolder {
        width: 100%;
        margin-top: 10px;
    }
}
.seat-map-wrapper .legendHolder .legends {
    float: left;
    margin: 10px 3px;
    width: 100%;
    font-size: 12px;
}
@media only screen and (max-width: 520px) {
    .seat-map-wrapper .legendHolder .legends {
        width: 40%;
    }
}
.seat-map-wrapper .legendHolder .legends li {
    cursor: default !important;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    margin: 5px 10px 5px 0;
}
@media only screen and (max-width: 520px) {
    .seat-map-wrapper .legendHolder .legends li.spriteSeatmap {
        top: -6px;
    }
}
.seat-map-wrapper .legendHolder .legends p {
    float: left;
    margin: 3px 5px;
}
.seat-map-wrapper .disclaimerWrapper p.disclaimer {
    font-size: 13px;
    color: #333333;
    padding: 10px 0;
}
.seat-map-wrapper .disclaimerWrapper .disclaimer .disclaimerBold {
    font-family: 'lato Bold';
}
.seat-map-wrapper .clearfix {
    clear: both;
}
.seat-map-wrapper .clearfix:before,
.seat-map-wrapper .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.seat-map-wrapper .seatLayoutFooter {
    background: #ECECEC;
    border-top: 1px solid #e1e1e1;
    color: #fff;
    display: table;
    width: 103%;
    margin: 0px 0 -1px -16px;
    padding: 5px 0 3px;
    height: 50px;
}
@media only screen and (max-width: 520px) {
    .seat-map-wrapper .seatLayoutFooter {
        margin-bottom: 15px;
        width: auto;
    }
}
.seat-map-wrapper .seatLayoutFooter .pListWrapper {
    width: 70%;
    float: left;
    padding-left: 5px;
}
@media only screen and (max-width: 520px) {
    .seat-map-wrapper .seatLayoutFooter .pListWrapper {
        width: 100%;
        padding: 0 5px;
    }
}
.seat-map-wrapper .seatLayoutFooter .pListWrapper li {
    display: block;
    float: left;
    cursor: pointer;
    margin: 2px 5px 4px 0;
    width: 290px;
    padding: 2px 0;
    color: #333;
}
@media only screen and (max-width: 520px) {
    .seat-map-wrapper .seatLayoutFooter .pListWrapper li {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 100%;
    }
}
.seat-map-wrapper .seatLayoutFooter .pListWrapper li:hover {
    border: solid 1px #F93;
}
.seat-map-wrapper .seatLayoutFooter .pListWrapper li .cell {
    display: block;
    float: left;
    margin: 1px 0px 1px 8px;
}
.seat-map-wrapper .seatLayoutFooter .pListWrapper li .pName {
    width: 52%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.seat-map-wrapper .seatLayoutFooter .pListWrapper li .pSeatNo {
    width: 52px;
    text-transform: uppercase;
}
.seat-map-wrapper .seatLayoutFooter .pListWrapper li .pSeatNo span.spriteSeatmap.check,
.seat-map-wrapper .seatLayoutFooter .pListWrapper li .pSeatNo span.spriteSeatmap.dash {
    width: 15px;
    height: 15px;
    float: right;
    background-position: -130px -4px;
    overflow: hidden;
}
.seat-map-wrapper .seatLayoutFooter .pListWrapper li .pSeatNo span.spriteSeatmap.dash {
    background-position: -51px -40px !important;
}
.seat-map-wrapper .seatLayoutFooter .pListWrapper li .change {
    text-transform: capitalize;
    display: none;
    float: right;
    padding-right: 5px;
}
@media only screen and (max-width: 520px) {
    .seat-map-wrapper .seatLayoutFooter .pListWrapper li .change {
        display: block;
    }
}
.seat-map-wrapper .seatLayoutFooter .pListWrapper li:hover .change {
    display: block;
}
.seat-map-wrapper button,
.seat-map-wrapper input[type="button"],
.seat-map-wrapper input[type="reset"],
.seat-map-wrapper input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.seat-map-wrapper .confirmBtnHolder {
    float: right;
    margin: 0 auto;
    width: 24%;
    text-align: center;
    position: relative;
    padding-right: 20px;
}
@media only screen and (max-width: 520px) {
    .seat-map-wrapper .confirmBtnHolder {
        float: left;
        padding-right: 0px;
        margin: 15px 0;
        width: 100%;
    }
}
@media only screen and (max-width: 520px) {
    .seat-map-wrapper .confirmBtnHolder .button.primary {
        width: 96%;
    }
}
.seat-map-wrapper .confirmBtnHolder .confirmBtnBlue {
    color: #fff;
    background-color: #078bb6;
    border-color: #087b96;
}
.seat-map-wrapper .confirmBtnHolder .confirmBtnBlue:hover {
    color: #fff;
    background-color: #0665c7;
    background-image: -moz-linear-gradient(top, #0665c7, #0444ab);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0665c7), to(#0444ab));
    background-image: -webkit-linear-gradient(top, #0665c7, #0444ab);
    background-image: -o-linear-gradient(top, #0665c7, #0444ab);
    background-image: linear-gradient(to bottom, #0665c7, #0444ab);
    background-repeat: repeat-x;
    border-color: #0665c7 #0665c7 #0444ab;
    transition: none;
    border-color: #033599;
}
.seat-map-wrapper .confirmBtnHolder .confirmBtnBlue:active,
.seat-map-wrapper .confirmBtnHolder .confirmBtnBlue:visited,
.seat-map-wrapper .confirmBtnHolder .confirmBtnBlue:focus {
    border: none;
}
.seat-map-wrapper .confirmBtnHolder .confirmBtn {
    padding: 7px 28px;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Lato Bold';
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-transform: capitalize;
    border: none;
    margin-top: 7px;
}
.seat-map-wrapper .seatmap-invisible {
    visibility: hidden !important;
}
.seat-map-wrapper .seatmap-visible {
    visibility: visible !important;
}
.seat-map-wrapper .seatmap-hide {
    display: none !important;
}
.seat-map-wrapper .pListWrapper .selected {
    border: 1px solid #000 !important;
    background-color: #4D4D4D;
    color: #FFFFFF !important;
}
.seat-map-wrapper .seating-area {
    display: inline-block;
    width: 86%;
    position: relative;
    margin: 0 5%;
    padding: 20px 0 20px 30px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.seat-map-wrapper .seating-area-wrapper {
    float: left;
    width: 80%;
    position: relative;
    border: 1px solid #dadada;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}
@media only screen and (max-width: 520px) {
    .seat-map-wrapper .seating-area-wrapper {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-left: 25px;
    }
}
.seat-map-wrapper .btn-default.active {
    cursor: default;
}
.seat-map-wrapper .seat-tooltip {
    color: #fff;
    background: #333;
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.6) 0 1px 4px;
    display: block;
    width: auto;
    max-width: 100px;
    z-index: 9;
    white-space: normal;
    text-align: center;
}
.seat-map-wrapper .seat-tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    left: 5px;
    bottom: -12px;
}
.seat-map-wrapper .adjustPosition {
    left: auto;
    right: 0 !important;
}
.seat-map-wrapper .adjustPosition:after {
    left: auto;
    right: 5px !important;
}
.seat-map-wrapper .seprator {
    color: #000000 !important;
    float: left;
    margin: 4px 15px;
    width: 1px;
}
.seat-map-wrapper .exit-r1,
.seat-map-wrapper .exit-r2,
.seat-map-wrapper .exit-L1,
.seat-map-wrapper .exit-L2 {
    background: #999;
    color: #fff;
    padding: 1px 3px;
    z-index: 1;
    font-size: 10px;
    position: absolute;
}
.seat-map-wrapper .exit-r1 {
    top: 0;
    left: 150px;
}
.seat-map-wrapper .exit-r2 {
    top: 0;
    left: 500px;
}
.seat-map-wrapper .exit-L1 {
    bottom: 0;
    left: 150px;
}
.seat-map-wrapper .exit-L2 {
    bottom: 0;
    left: 500px;
}
.seat-map-wrapper .seatmap-header {
    padding: 13px 20px;
    background: #f9f9f9;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
.seat-map-wrapper .seatmap-header h2 {
    font: normal 16px 'Lato Bold';
    margin: 0;
    padding: 0;
}
.seat-map-wrapper .seatmap-header .close-seatmap {
    background-position: -51px -28px;
    width: 14px;
    height: 14px;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 16px;
}
.seat-map-wrapper .total-amount {
    margin: 10px;
    text-align: right;
    font-size: 18px;
}
.seat-map-wrapper .ajax-loader {
    background: #fff url("../../../../images/ajax-loader.gif") no-repeat scroll center center;
    float: left;
    height: 130px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.seat-map-wrapper .layerDiv {
    z-index: 100;
    background-color: #fff;
    filter: alpha(opacity=10);
    opacity: 0.10;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}
.seat-map-wrapper .ajax-error {
    text-align: center;
    padding: 80px 100px 150px 100px;
    max-width: 880px;
    line-height: 22px;
}

.seatmap-list {    
    display:table;
}
.seatmap-list > li {
    display:table-cell;
    white-space: nowrap !important; 
    min-width:125px; 
}
button.CTA.jsSeatBtn {
    background: #fff;
    border: 1px solid #f15923;
    border-radius: 4px;
    color: #2d3e52;  
    outline:none;      
}
button.CTA.jsSeatBtn:hover {
    background: #f15923;
    color: #fff;
    transition: all 0.5s;
}
.dark1{
    font-weight:700;
}

@media only screen and (max-width: 520px) {
    .seat-map-wrapper .seatLayoutInner .floor .seatLayout .column .seat-li {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .seat-map-wrapper .seatLayoutInner .floor .seatLayout .column .seat-li.colNo {
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}
select option:empty {
    display: none;
}
.acc-title p {
    color:#333;
}
.inset-shadow {
    box-shadow: 2px 2px 1px #d1d1d1;
}
.btn-ssr {
    background: #e0e0e0;
    color: #333;
    border: 1px solid #eee;
    border-radius: 3px !important;    
    outline: none;
    transition: 0.3s;
    margin-left: 0;
    margin-right: 5px;
    margin-bottom:5px;
}
.btn-ssr:hover, .btn-ssr:focus {
    background: #fff;
    color: #333;
    border: 1px solid #eee;
    border-radius: 3px !important;   
}
.button-group-wrap {
    position:relative;   
    display: inline-block;
}
.button-group-wrap .ribbon {
    position: absolute;
    right: 6px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    text-align: right;
    height: 34px;
    width: 40px;
}
.button-group-wrap .ribbon span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 65px;
    display: block;
    background: #f15923;
    background: linear-gradient(#f15923 0%, #f15923 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 1px;
    right: -21px;    
}
.button-group-wrap .red span {background: linear-gradient(#F70505 0%, #8F0808 100%);}
.button-group-wrap .red span::before {border-left-color: #8F0808; border-top-color: #8F0808;}
.button-group-wrap .red span::after {border-right-color: #8F0808; border-top-color: #8F0808;}
.button-group-wrap .blue span {background: linear-gradient(#2989d8 0%, #1e5799 100%);}
.button-group-wrap .blue span::before {border-left-color: #1e5799; border-top-color: #1e5799;}
.button-group-wrap .blue span::after {border-right-color: #1e5799; border-top-color: #1e5799;}
.button-group-wrap .green span {background: linear-gradient(#9BC90D 0%, #79A70A 100%);}
.button-group-wrap .green span::before {border-left-color: #1e5799; border-top-color: #1e5799;}
.button-group-wrap .green span::after {border-right-color: #1e5799; border-top-color: #1e5799;}
.blink-txt {
    animation: blinker 2s linear infinite;
}
@keyframes blinker {   
    0%, 50% {
        background: #8F0808;
        background: linear-gradient(#F15923 0%, #F15923 100%);
    }
    51%, 100% {
        background: #1e5799;
        background: linear-gradient(#fdb91b 0%, #fdb91b 100%);
    }
}
