@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
}

body,
html,
table,
td,
tr,
td,
tbody,
tfooter,
body {
    font-size: 13px;
    color: #3C3C3C;
    margin: 0;
    padding: 0;
    border: 0;
}

body,
html {
    height: 100%;
}

body {
    background: #fff;
    /*background: rgb(237, 237, 237);*/
    margin: 0 auto;
    font-family:'Poppins';
    overflow-x: hidden;
    font-size: 13px;
}

*:focus {
    outline: none;
}






.SwissBlack {
    font-weight: 800;
}

.SwissThin {
    font-family:'Poppins';
    font-weight: normal;
}

.swiss-light {
    font-family:'Poppins';
}

.swiss-heavy {
    font-weight: bold;
}

.swiss-heavy-italic {
    font-weight: bold;
    font-style: italic;
}

.bgdiv {
    width: 100%;
    height: 377px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #c4c2c2;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0YzJjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c4c2c2 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c4c2c2), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #c4c2c2 0%, #fff 100%);
    background: -o-linear-gradient(top, #c4c2c2 0%, #fff 100%);
    background: -ms-linear-gradient(top, #c4c2c2 0%, #fff 100%);
    background: linear-gradient(to bottom, #c4c2c2 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c4c2c2', endColorstr='#ffffff', GradientType=0);
    background-repeat: repeat-x;
}

.bgdiv_inner {
    width: 100%;
    height: 100px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #eceded;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #e2e3e3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #e2e3e3));
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #e2e3e3 100%);
    background: -o-linear-gradient(top, #fdfdfd 0%, #e2e3e3 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0%, #e2e3e3 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%, #e2e3e3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e2e3e3', GradientType=0);
    background-repeat: repeat-x;
}

select {
    background-color: #FFF;
    border: 1px solid #B1B1B1;
    font-size: 16px;
    height: 34px;
    padding: 3px 10px;
}

.ui-datepicker-title select {
    height: 26px;
    padding: 3px 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        line-height: 22px;
    }
}

input[type=text], input[type=password] {
    border: 1px solid #EDE9EA;
    height: 24px;
    padding: 3px;
}

a {
    outline: none;
    color: #b50128;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }


    a.button:hover {
        text-decoration: none;
    }

p {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

dl {
    margin: 0;
}

dt {
    margin: 0;
    padding: 5px 0 0;
    font-weight: 700;
}

span {
    margin: 0;
    padding: 0;
}

dl a:link,
dl a:visited,
dl a:hover,
dl a:active {
    text-decoration: underline;
    color: #C41130;
}

dt a:link,
dt a:visited,
dt a:hover,
dt a:active {
    text-transform: uppercase;
}

dd {
    margin: 2px 0 5px;
    padding: 0;
}

em {
    color: #FF4040;
}

address {
    font-style: normal;
    font-size: .95em;
    margin: 5px 0;
}

samp {
    margin: 0 5px;
    white-space: nowrap;
}

optgroup {
    font-size: .85em;
    font-style: normal;
    font-weight: 400;
}

strike {
    display: block;
    margin-left: 20px;
}

table {
    border: 0;
    border-collapse: collapse;
    padding: 0;
    clear: both;
    empty-cells: show;
}

.add-cabin-baggage-table-width {
    width: 100%;
}

table tr th {
    background-color: transparent;
    color: #0D0C0C;
    font-weight: 700;
    height: 16px;
    padding: 5px;
    text-align: left;
    white-space: nowrap;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
}

.ui-datepicker-calendar th {
    background-color: #F0EFEF !important;
}

table tr th img {
    float: left;
    display: block;
    clear: both;
    margin: 1px 4px;
}

table caption {
    font-weight: 700;
    text-align: left;
    margin: 0;
    padding: 5px;
}

table tr td {
    margin: 2px 0 2px 10px;
    padding: 1px 1px;
}

#itineraryBody td {
    padding: 2px;
}

fieldset {
    margin: 15px 5px;
    padding: 5px;
    clear: both;
    border: 1px solid #d7d7d7;
    padding-bottom: 10px;
}

.insurance fieldset {
    border: none;
    clear: both;
    margin: 15px 5px;
    min-height: 45px;
    padding: 5px 5px 10px;
}

.noShowFieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

    .noShowFieldset legend {
        display: none;
    }

thead {
    font-weight: 700;
}

.altRowItem {
    background-color: #f8f8f8;
}

.rowItem {
    background-color: #eeecec;
}

tr.alt td {
    background: #f8f8f8;
}

tr.over td {
    background: #EEF3FC;
}

hr {
    height: 1px;
    color: #000;
    background-color: #000;
    margin: 10px 0;
}

object {
    height: 0;
    width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    border-bottom: 1px solid #CCC;
    float: left;
    font-size: 18px;
    margin: 0 0 20px;
    padding-bottom: 7px;
    width: 687px;
    margin-top: 0;
    color: #C41130;
    font-weight: 400;
}

h2 {
    font: normal 18px 'Poppins';
    color: #fff;
    font-weight: 700;
    margin: 5px 0;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: .9em;
}

h5 {
    font-size: .85em;
}

h6 {
    font-size: .95em;
}

.black {
    background-color: #000;
}

.smaller {
    font-size: .9em;
}

.w100 {
    width: 100%;
}

.w98 {
    width: 98%;
}

.w96 {
    width: 96%;
}

.w95 {
    width: 95%;
}

.w50 {
    width: 50%;
}

.wHuge6t {
    width: 192px;
}

.wHuge5t {
    width: 232px;
}

.wHuge2t {
    width: 211px;
}

.wHuge1t {
    width: 235px;
}

.wHuge3t {
    width: 220px;
}

.wHuget {
    width: 188px;
}

.wHuge4t {
    width: 210px;
}

.wLrg7t {
    width: 124px;
}

.wLrg6t {
    width: 180px;
}

.wLrg5t {
    width: 125px;
}

.wLrg4t {
    width: 158px;
}

.wLrg3t {
    width: 115px;
}

.wLrg2t {
    width: 139px;
}

.wLrg1t {
    width: 100px;
}

.wLrg0t {
    width: 136px;
}

.wLrgt {
    width: 70px;
}

.wSml5t {
    width: 148px;
}

.wSml4t {
    width: 78px;
}

.wSml3t {
    width: 63px;
}

.wSml2t {
    width: 45px;
}

.wSml0t {
    width: 70px;
}

.wSml1t {
    width: 35px;
}

.wSmlt {
    width: 20px;
}

.wTiny {
    width: 5px;
}

.wHuge6s {
    width: 200px;
}

.wHuge5s {
    width: 217px;
}

.wHuge4s {
    width: 226px;
}

.wHuge3s {
    width: 220px;
}

.wHuge2s {
    width: 216px;
}

.wHuge1s {
    width: 200px;
}

.wHuge0s {
    width: 196px;
}

.wHuges {
    width: 190px;
}

.wLrg6s {
    width: 180px;
}

.wLrg5s {
    width: 160px;
}

.wLrg4s {
    width: 144px;
}

.wLrg3s {
    width: 152px;
}

.wLrg2s {
    width: 80px;
}

.wLrg1s {
    width: 120px;
}

.wLrg0s {
    width: 84px;
}

.wLrgs {
    width: 82px;
}

.wMed6s {
    width: 138px;
}

.wMed5s {
    width: 130px;
}

.wMed4s {
    width: 128px;
}

.wMed3s {
    width: 60px;
}

.wMed2s {
    width: 70px;
}

.wMed1s {
    width: 58px;
}

.wMeds {
    width: 47px;
}

.wSml3s {
    width: 68px;
}

.wSml2s {
    width: 84px;
}

.wSml1s {
    width: 40px;
}

.wSmls {
    width: 30px;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right;
}

.rightPT {
    text-align: right;
    margin: 5px 0 0;
    padding: 5px 0;
    clear: both;
}

.floatRight {
    float: right;
}

.floatRightCA {
    text-align: right;
    margin: -20px 0 10px;
    padding: 0;
    clear: both;
}

.floatLeft {
    float: left !important;
}

.floatRightPTS {
    text-align: right;
    margin: 5px 0 0;
    padding: 5px;
}

.floatRightPT {
    text-align: right;
    margin: 16px 20px 0 0;
    padding: 0 10px 0 0;
}

.floatRightPTR {
    text-align: right;
    margin: 0 10px 50px 0;
    padding: 10px 5px;
    clear: both;
}

.floatRightPTRN {
    text-align: right;
    margin: 0;
    padding: 0;
    clear: both;
    height: 50px;
}

.floatRightPTMR {
    text-align: right;
    margin: 15px 10px 0 0;
    padding: 10px 5px;
    clear: both;
    width: 94%;
}

.upper {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.clearAll {
    clear: both;
    display: inline-block;
}

.clearBoth {
    clear: both;
}

.clearRight {
    clear: right;
}

.clearLeft {
    clear: left;
}

.padded {
    padding: 10px 0;
}

.paddedTop {
    padding: 10px 0 0;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.altRowItem {
    background-color: #fff;
}

.rowItem {
    background-color: #eeecec;
}

.noWrap {
    white-space: nowrap;
}

.spacerSml {
    width: 40px;
}

.spacerTiny {
    width: 20px;
}

.debug {
    border: solid 1px #000;
}

.masked {
    color: #696969;
}

.flat {
    border: 0;
    background-color: transparent;
    color: #C41130;
    text-align: right;
    margin: 0;
    font-weight: 700;
    font-size: .95em;
}

.flatInput {
    border: 0;
    background-color: transparent;
    padding-top: 3px;
}
/*.itinerary-wrapper input,
#staticmainContentFullpage select {
    margin: 0 5px 0 0;
    background: #f7f7f7;
    border-radius: 3px;
    border: 1px solid #bbb;
    text-transform: capitalize;
    height: 30px !important;
}*/

/*.itinerary-wrapper input {
    float: right;
    font-size: 15px;
    color: #000;
    text-align: center;
    line-height: 12px;
    background: #fff;
    cursor: pointer;
    border-radius: 3px;
    font-weight:bold;font-style:italic;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.41);
}*/
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    /*font-family: SwissBold;*/
    font-size: 1em;
}

.traveller-details-container select {
    text-transform: capitalize;
    height: 30px;
    width: 184px !important;
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: 0px 0px 0px 3px !important;
}
/*#ControlGroupSelectView_AvailabilityInputSelectView_GoingPrevDay, #ControlGroupSelectView_AvailabilityInputSelectView_GoingNextday,
#ControlGroupSelectView_AvailabilityInputSelectView_ComingPrevDay, #ControlGroupSelectView_AvailabilityInputSelectView_ComingNextDay {
    background: none;
    color: #3c3c3c;
    border: 1px solid #ccc;
    border-radius: 3px;
}*/

.viewLoyaltyButton {
    background: #c41230;
    background: -moz-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d91d3d), color-stop(100%, #a80420));
    background: -webkit-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -o-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -ms-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: linear-gradient(to bottom, #d91d3d 0%, #a80420 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d91d3d', endColorstr='#a80420', GradientType=0);
    outline: none;
    border: 0 solid #000;
    font-weight: 700;
    color: #fff;
    padding: 2px 4px;
    margin: 1px 0 5px 4px;
    font-size: 12px;
}
/*secondary small buttons (for eg: nextday,prevday on select page)*/
.button {
    border-radius: 4px;
    font-weight: 700;
    color: #000;
    padding: 5px 10px !important;
    margin: 1px 0 5px 4px;
    font-size: 13px;
    *background: #c41230 !important;
}

    .button:hover,
    .button:active,
    .viewLoyaltyButton:hover {
        background: #f52347;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1MjM0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYjAyMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f52347), color-stop(100%, #cb0224));
        background: -webkit-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: -o-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: -ms-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: linear-gradient(to bottom, #f52347 0%, #cb0224 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f52347', endColorstr='#cb0224', GradientType=0);
        border: 0 solid #000;
        color: #fff;
        font-weight: 700;
        *background: #e30d31 !important;
        background: #e30d31\9;
        cursor: pointer;
    }

.buttonSelected {
    background-image: url(../../images/spicejet/button-standard-active.gif);
    border: 0 solid #000;
    color: #fff;
    font-weight: 700;
}

.buttonSml {
    border: 0 solid #fff;
    color: #000;
    padding: 2px 4px;
    font-size: .95em;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    margin: 2px 5px;
}

.promocode .dropdown-caps {
    margin: 6px 0 0 10px;
    font-size: 18px;
    line-height: 18px;
    text-transform: none;
    color: #000;
    border: 2px solid #afafaf;
    border-radius: 3px;
    padding: 5px 20px;
}

#AvailabilitySearchInputRetrieveBookingView_ButtonSubmit {
    border-radius: 50%;
    right: 110px;
    bottom: 85px;
    width: 100px;
    height: 100px;
    background: url('../../images/spicejet/sprites_images_Skysales.png') -85px -500px;
    cursor: pointer;
    transform: scale(.75);
}

.modify-search {
    float: right;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 75px;
    font-weight: bold;
}

.promocode-input ~ .modify-search {
    margin-top: -111px;
}

/* reset button for boooking date  on select.aspx*/
.button-primary-reload {
    background: #fff url("../../images/spicejet/svg_icon_sprite.png") no-repeat scroll -1687px -302px;
    border: medium none;
    border-radius: 60%;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.41);
    cursor: pointer;
    height: 80px;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    width: 80px;
    position: relative;
}

#divSpiceMoney #btngetbalance {
    height: 34px !important;
    display: inline-block;
    position: relative;
    top: -35px;
    left: 266px;
}

.buttonN {
    background: transparent;
    outline: none;
    border: 2px solid #afafaf;
    color: #000;
    padding: 10px 18px;
    line-height: 6px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
}

    .buttonN:hover, .buttonN:active {
        background: none;
        border: 2px solid #afafaf;
        color: #000;
    }


/*Add-on button change edit cancel*/
.ao-change-btn {
    width: 76px;
    background: #F28D00;
    color: #FFF;
    font-size: 14px;
    height: 45px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #F18D15;
    border-radius: 4px;
    -webkit-appearance: none;
}
/* button for spicemax and confirm cancellation */
.spice-button-max {
    display: inline-block;
    width: 116px;
    height: 32px;
    font-size: 15px;
    color: #000;
    text-align: center;
    line-height: 32px;
    background: #fff;
    cursor: pointer;
    border-radius: 20px;
    padding: 7px 20px 7px 20px;
    font-weight: bold;
    font-style: italic;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.41);
}

#spicemaxBtn.select-spicemax {
    float: right;
    margin: -50px 82px 0 0;
    color: #000;
}

.ao-edit-btn {
    background: #38d61e;
    border: 1px solid #38d61e;
}

/*button css for web-checkin pages(for eg: cancel-flight,webchckin etc.) */
.button-itinerary {
    border: 2px solid #fab35d;
    padding: 9px 10px 9px 9px;
    border-radius: 3px;
    color: #FFF !important;
    font-size: 14px;
    text-decoration: none;
}
/*Sp button-size*/
.btn-large {
    font-size: 18px;
    height: 40px;
    width: 100px;
}

.btn-small {
    padding: 8px;
}
/*itenarary confirm cancellation*/
#mainContent .white-button-max {
    display: inline-block;
    border: none;
    font-size: 15px;
    color: #000;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 20px;
    padding: 11px 23px 11px 23px;
    font-weight: bold;
    font-style: italic;
}
/*assign and continue button on select,contact and seatmap pages */
#ControlGroupUnitMapView_UnitMapViewControl_LinkButtonAssignUnit {
    display: none;
}

.button-continue {
    margin: -75px 0 0 28px;
    position: absolute;
    border: none;
    float: right;
    display: inline-block;
    width: 70%;
    height: 40px;
    cursor: pointer;
    border-radius: 20px;
    background: -webkit-linear-gradient( 120deg, rgb(249,159,36) 1%, rgb(240,138,18) 48%, rgb(249,159,36) 76%);
    background: -moz-linear-gradient( 120deg, rgb(249,159,36) 1%, rgb(240,138,18) 48%, rgb(249,159,36) 76%);
    background: -ms-linear-gradient( 120deg, rgb(249,159,36) 1%, rgb(240,138,18) 48%, rgb(249,159,36) 76%);
    background: -o-linear-gradient( 120deg, rgb(249,159,36) 1%, rgb(240,138,18) 48%, rgb(249,159,36) 76%);
    border: 4px solid #FFF;
    padding: 3px;
    box-shadow: 1px 1.732px 2px 0px rgba(0, 0, 0, 0.16);
}

.button-disabled {
    background-image: -moz-linear-gradient( 120deg, rgb(253,192,109) 1%, rgb(250,176,89) 48%, rgb(249,192,113) 76%);
    background-image: -webkit-linear-gradient( 120deg, rgb(253,192,109) 1%, rgb(250,176,89) 48%, rgb(249,192,113) 76%);
    background-image: -ms-linear-gradient( 120deg, rgb(253,192,109) 1%, rgb(250,176,89) 48%, rgb(249,192,113) 76%);
    background-image: -o-linear-gradient( 120deg, rgb(253,192,109) 1%, rgb(250,176,89) 48%, rgb(249,192,113) 76%);
}

.button-continue-text {
    float: left;
    width: 60%;
    font-size: 17px;
    color: #FFF;
    text-transform: uppercase;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: bold;
    font-style: italic;
}
.button-continue-text-paynow {
    float: left;
    width: 60%;
    font-size: 17px;
    color: #FFF;
    text-transform: uppercase;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: bold;
    font-style: italic;
}
/*.button-continue:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d91d3d), color-stop(100%, #a80420));
}
*/
.webckin-buttonwapper {
    margin-right: 20px;
}

.button_new {
    background: #c41230;
    background: -moz-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d91d3d), color-stop(100%, #a80420));
    background: -webkit-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -o-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -ms-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: linear-gradient(to bottom, #d91d3d 0%, #a80420 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d91d3d', endColorstr='#a80420', GradientType=0);
    outline: none;
    border: 0 solid #000;
    font-weight: 700;
    color: #fff;
    padding: 3px !important;
    margin: 5px 0 5px 4px;
    font-size: 12px;
    font-family:'Poppins';
}

    .button_new:hover {
        background: #f52347;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1MjM0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYjAyMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f52347), color-stop(100%, #cb0224));
        background: -webkit-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: -o-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: -ms-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: linear-gradient(to bottom, #f52347 0%, #cb0224 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f52347', endColorstr='#cb0224', GradientType=0);
        outline: none;
        border: 0 solid #000;
        font-weight: 700;
        color: #fff;
        margin: 5px 0 5px 4px;
        background: #de1134\0/IE8+9;
        text-decoration: none;
        *background: #de1134;
        cursor: pointer;
    }

.guest_update_btn a {
    background: #c41230;
    background: -moz-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d91d3d), color-stop(100%, #a80420));
    background: -webkit-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -o-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -ms-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: linear-gradient(to bottom, #d91d3d 0%, #a80420 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d91d3d', endColorstr='#a80420', GradientType=0);
    outline: none;
    border: 0 solid #000;
    font-weight: 700;
    color: #fff;
    padding: 5px 10px !important;
    margin: 1px 0 5px 4px;
    font-size: 12px;
    *background: #c41230 !important;
}

    .guest_update_btn a:hover {
        background: #f52347;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1MjM0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYjAyMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f52347), color-stop(100%, #cb0224));
        background: -webkit-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: -o-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: -ms-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: linear-gradient(to bottom, #f52347 0%, #cb0224 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f52347', endColorstr='#cb0224', GradientType=0);
        border: 0 solid #000;
        color: #fff;
        font-weight: 700;
        *background: #e30d31 !important;
        background: #e30d31\9;
        text-decoration: none;
        cursor: pointer;
    }

.maincontainer {
    width: 1000px;
    margin: 0 auto;
}

#header {
    width: 100%;
    //height: 100px;
    float: left;
    position: relative;
    /*z-index: 9;*/
}

    #header img {
        margin: 0;
        padding: 0;
    }

#loginDiv .buttonNSml {
    border: 1px solid #C1C2C2;
    width: 48px;
    height: 18px;
    color: #000;
    font-size: .9em;
}

    #loginDiv .buttonNSml:hover {
        border: 1px solid #C1C2C2;
        width: 48px;
        height: 18px;
        color: #fff;
    }

    #loginDiv .buttonNSml:active {
        border: 1px solid #C1C2C2;
        width: 48px;
        height: 18px;
        color: #000;
    }

#Login, #Login:hover, #Login:link {
    border-right: 0;
    text-align: center;
    font-size: 13px;
}

#loginDiv {
    float: right;
    margin: 6px 5px 0 0;
    padding: 2px 5px 0 0;
    color: #fff;
    font-size: .85em;
    text-align: right;
    height: 25px;
}

    #loginDiv input {
        margin: 0 4px;
    }

.userNameTextbox {
    width: 100px;
    color: #4A4A4A;
    background-color: #D0D0D0;
    height: 12px;
    font-size: .9em;
}

.passwordTextbox {
    width: 60px;
    color: #4A4A4A;
    background-color: #D0D0D0;
    height: 12px;
    font-size: .9em;
}

#utilitiesDiv {
    clear: both;
    width: 400px;
    height: 78px;
    float: right;
    margin: 0 5px;
    color: #DAE0F2;
    font-size: .85em;
}

    #utilitiesDiv p {
        margin: 3px 0;
        text-indent: 35px;
        text-align: right;
    }

    #utilitiesDiv a:link,
    #utilitiesDiv a:visited,
    #utilitiesDiv a:hover,
    #utilitiesDiv a:active {
        color: #DAE0F2;
        margin: 0 2px;
    }

#menuDiv {
    width: 1000px;
    height: 44px;
    float: left;
    background: url(../../images/spicejet/menu_bg.png) 11px 0;
}

    #menuDiv ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #menuDiv li {
        float: left;
        display: inline;
        margin: 0;
        padding: 0;
    }

.dropDown a {
    float: left;
    text-decoration: none;
    color: #fff !important;
    font-size: 14px;
    border-right: 1px solid #5e687a;
    padding: 14px;
}

    .dropDown a:hover,
    .dropDown a:active {
        color: #fff !important;
    }

.dropDown2 a {
    float: left;
    text-decoration: none;
    color: #fff !important;
    font-size: 14px;
    border-right: 1px solid #5e687a;
    padding: 14px;
}

    .dropDown2 a:hover,
    .dropDown2 a:active {
        color: #fff !important;
    }

    .dropDown2 a:focus {
        color: #ffc30d !important;
    }

#dropDownMenu {
    clear: both;
    width: 755px;
    position: relative;
    top: -8px;
    margin: 0 0 0 14px;
    padding: 0;
    color: #fff;
    font: bold .85em 'Poppins';
}

.dropDownItem {
    width: 130px;
    background-color: #2b3446;
    display: none;
    margin: 0;
    text-transform: capitalize;
    position: absolute;
    z-index: 2000;
    left: -13px;
}

#menuDiv img {
    padding: 0;
    margin: 0 5px;
    border: 0;
    height: 6px;
}

#dropDownMenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#dropDownMenu li {
    padding: 0;
    margin: 4px 0;
}

.dropDownItem a:link,
.dropDownItem a:visited,
.dropDownItem a:hover,
.dropDownItem a:active {
    color: #fff !important;
    border-bottom: 1px solid #5e687a;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    width: 110px;
    text-align: left;
    border-right: 0;
    padding: 5px 10px;
    display: block;
}

.dropDownItem a:hover {
    color: #ffc30d !important;
}

#wrapper {
    width: 100%;
    background-color: #fff;
    border-top: none;
    margin: 0 auto;
    float: left;
}

#atAGlanceContent {
    position: absolute;
    width: 17.6%;
    margin: 0;
    top: 340px;
    right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /*overflow: hidden;*/
    background: #f1f1f1;
    box-shadow: -1.827px 0.813px 5px 0px rgba(0, 0, 0, 0.39);
    z-index: 1;
    max-width: 300px;
    overflow: hidden;
}

.atAGlanceDivHeader,
.atAGlanceDivHeaderStatic {
    padding: 15px 0px 15px 27px !important;
    margin: 0;
    color: #000 !important;
    font-weight: 700;
    width: 90%;
    font-size: 14px;
    position: relative;
    /*border: 1px solid #aaa;*/
    border-bottom: 1px dashed #4d4d4d;
    cursor: context-menu;
    background-image: -moz-linear-gradient( 120deg, rgb(201,200,200) 1%, rgb(222,219,219) 39%, rgb(255,255,255) 79%);
    background-image: -webkit-linear-gradient( 120deg, rgb(201,200,200) 1%, rgb(222,219,219) 39%, rgb(255,255,255) 79%);
    background-image: -ms-linear-gradient( 120deg, rgb(201,200,200) 1%, rgb(222,219,219) 39%, rgb(255,255,255) 79%);
}

#atAGlanceContent .price-summary {
    font-size: 18px;
}

#atAGlanceContent .price-summary-header {
    display: block;
}

.taxAndFeeInclusiveDivHeaderpartWrapper {
    padding: 3px 10px 5px 12px;
    border-color: rgb(212, 212, 212);
    min-height: 90px;
}

.top-total-price ~ .bottom-total-price {
    display: none !important;
}

.atAGlanceDivBody_price_select .selet-total-price.bottom-total-price {
    height: 36px;
}

.orig-dest {
    display: inline-block;
    clear: left;
    font-size: 20px;
    color: #d4182d !important;
    margin-right: 5px;
    font-weight: bold;
}

.dept-ariv-time {
    font-size: 12px;
}

#unitMapPax .atAGlanceDivHeader,
#unitMapPax .atAGlanceDivHeaderStatic {
    width: 258px;
}

#unitMapPax .atAGlanceDivBody {
    width: 296px;
    position: relative;
}

.atAGlanceDivBody {
    margin: 0;
    width: 231px;
    padding: 5px 5px 5px 8px;
    border: 1px solid #d7d7d7;
    background: #fff;
    background: -moz-linear-gradient(top, #e6e6e6 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #fff 100%);
    background: -o-linear-gradient(top, #e6e6e6 0%, #fff 100%);
    background: -ms-linear-gradient(top, #e6e6e6 0%, #fff 100%);
    background: linear-gradient(to bottom, #e6e6e6 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=0);
    background-repeat: repeat-x;
    font-size: 12px;
}

.atAGlanceDivBody1 {
    margin: 0;
    width: 246px;
    padding: 0;
    background: url(../../images/spicejet/price_table_bodybg.png);
    font-size: 12px;
    margin-bottom: 10px;
    background-color: #f1f1f1;
}

    .atAGlanceDivBody1 table {
        margin: 0;
        width: 100%;
        padding: 5px;
        padding-bottom: 10px;
    }

        .atAGlanceDivBody1 table td {
            padding: 3px 7px;
        }

            .atAGlanceDivBody1 table td div table td {
                padding: 5px 0;
            }

    .atAGlanceDivBody1 tr.total_price {
        width: 246px;
        height: 25px;
        color: #fff !important;
        margin-top: 5px;
    }

    .atAGlanceDivBody1 tr.total_due {
        width: 246px;
        height: 25px;
        color: #fff !important;
    }

    .atAGlanceDivBody1 tr.total_price td {
        color: #fff !important;
    }

    .atAGlanceDivBody1 tr.total_due td {
        color: #fff !important;
    }

.total_price .right {
    font-weight: 700;
}

.total_due .right {
    font-weight: 700;
}

.atAGlanceDivBody_price_select {
    margin: 0;
    width: 100%;
    padding: 0;
    background-color: #f1f1f1;
    font-size: 12px;
    float: left;
    margin-bottom: 0;
    *margin-top: -15px;
    border-bottom-left-radius: 36px;
    background-image: -moz-linear-gradient( 120deg, rgb(201,200,200) 1%, rgb(222,219,219) 39%, rgb(255,255,255) 79%);
    background-image: -webkit-linear-gradient( 120deg, rgb(201,200,200) 1%, rgb(222,219,219) 39%, rgb(255,255,255) 79%);
    background-image: -ms-linear-gradient( 120deg, rgb(201,200,200) 1%, rgb(222,219,219) 39%, rgb(255,255,255) 79%);
}

    .atAGlanceDivBody_price_select h3 {
        color: #000;
        margin: 0;
        font-size: 13px;
        font-weight: bold;
    }

    .atAGlanceDivBody_price_select h4 {
        width: 100%;
        padding: 9px 0px 11px 0px;
        color: #000 !important;
        margin: 0;
        font-size: 12px !important;
        border-bottom: 0 solid #ccc;
        *height: 15px;
    }

#priceDisplayBody h4 {
    width: 226px;
    padding: 6px 10px;
    color: #fff !important;
    margin: 0;
    font-size: 12px !important;
    border-bottom: 0 solid #ccc;
    *height: 15px;
}

    #priceDisplayBody h4 span {
        text-decoration: none;
        color: #fff;
        float: right;
        *margin-top: -14px;
    }

.atAGlanceDivBody_price_select h4 span {
    text-decoration: none;
    color: #000;
    float: right;
    *margin-top: -14px;
    font-weight: 800;
}

#taxAndFeeInclusiveDivBody p {
    margin: 0;
    width: 61%;
    font-size: 12px;
}

.atAGlanceDivBody1 .curency_convert {
    background: #EBEBEB !important;
    padding: 8px;
}

#flightDisplayBody p {
    font-size: 9pt !important;
}

    #flightDisplayBody p a, .red-text {
        color: #c41230;
    }

.atAGlanceDivFooter {
    height: 17px;
    width: 210px;
    margin: 0 0 10px;
    padding: 0;
    display: none;
}

.atAGlanceDivPullFooter {
    height: 17px;
    width: 210px;
    margin: 0 0 10px;
    padding: 0;
}

#travelOptions {
    clear: both;
    height: 20px;
}

.ac_flightSearch #travelOptions {
    *height: auto !important;
}

#travelOptions input {
    float: left;
    width: 18px;
    padding: 0;
    margin: 0;
}

.common-label {
    height: 15px;
    margin: 0;
    padding: 5px 0px 0px 2px !important;
    text-transform: uppercase;
    font-size: 12px;
}


#travelOptions label {
    float: left;
    display: block;
    text-align: left;
    clear: none;
    padding: 0;
    margin: 0;
    white-space: normal;
}

.atAGlanceDivHeader img {
    cursor: pointer;
    position: relative;
    top: -20px;
    left: -7px;
    float: right;
}

.atAGlanceDivBody p span {
    width: 60px;
    margin: 0;
    padding: 8px 0 !important;
}

.atAGlanceDivBody p {
    margin: 2px 0;
    font-size: 12px;
    clear: both;
    margin-bottom: 5px;
}

.atAGlanceDivBody h6 {
    font-size: 12px;
}

#seatmap-button .assign-btn-conatiner {
    margin: 65px 15px 0 0;
}

.atAGlanceDivBody p input,
.atAGlanceDivBody p select {
    margin: 1px 0 5px 4px;
    font-size: 1em;
}

.atAGlanceDivBody img {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    width: 18px;
}

#date_picker_id_1 {
    /*    display: none;*/
    display: block;
}

.atAGlanceDivBody table {
    border-collapse: collapse;
    margin: 0 0 5px;
    padding: 0;
    width: 99%;
    font-size: 7pt;
}

    .atAGlanceDivBody table caption {
        text-align: left;
        margin: 0;
        padding: 5px 0;
    }

    .atAGlanceDivBody table tr th {
        background-color: #2b3446;
        color: #fff;
        font-size: .85em;
        height: 16px;
        padding: 2px 4px;
        text-align: left;
        border: 1px solid #fff;
    }

    .atAGlanceDivBody table tfoot tr td {
        background-color: #2b53a8;
        color: #fff;
        font-size: .85em;
        height: 16px;
        padding: 2px 4px;
        border: 1px solid #fff;
    }

    .atAGlanceDivBody table tr td {
        padding: 2px 0 2px 4px;
    }

#mainContentHeaderDiv {
    width: 689px;
}

    #mainContentHeaderDiv img {
        float: left;
        margin: 0 0 0 50px;
        width: 50px;
    }

        #mainContentHeaderDiv img.banner {
            float: none;
            margin: 0;
            width: auto;
        }

#pageTitle {
    width: 689px;
    float: left;
    text-align: left;
}

    #pageTitle h1 {
        padding: 5px;
    }

.sectionHeader {
    padding: 5px 5px 4px 20px;
    margin: 0 0 10px;
    clear: both;
    color: #000;
    font-size: 18px;
    margin-top: 10px;
}

.sectionHeaderTP {
    font: bold 10pt 'Poppins';
    padding: 10px 0 0;
    height: 20px;
    text-indent: 10px;
    text-transform: uppercase;
    margin: 20px 0 10px;
    clear: both;
}

#itinerary_page #itineraryBody .sectionHeader1 {
    padding: 0;
}

.padding-bottom-10 {
    margin-bottom: 10px;
    padding-left: 0px;
}

#spiceclub_managebooking .agent-login-mmb .agent-mmb-search-tips ul {
    list-style-type: disc;
    padding-left: 17px;
    font-size: 15px;
}

.sectionHeader1 {
    padding: 5px 16px;
    margin: 0 0 10px;
    clear: both;
    color: #666;
    font-size: 12px;
    margin-top: 10px;
}

.sectionHeader2 {
    font: bold 10pt 'Poppins';
    padding: 10px 0 0;
    height: 40px;
    text-indent: 10px;
    text-transform: uppercase;
    margin: 20px 0 10px;
    clear: both;
}

.sectionHeader span {
    float: right;
    margin: 0 15px 0 0;
}

    .sectionHeader span.name {
        margin: 0 1px 2px;
        font-size: 11px;
        clear: both;
        display: block;
        text-align: center;
        color: #fff;
        float: none;
        text-transform: uppercase;
    }

.sectionHeader2 span {
    float: right;
    margin: -17px 15px 0 0;
    font-size: .9em;
}

.sectionHeader span input {
    margin: 0 15px 0 5px;
}

#mainContent {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 0px;
    line-height: 16px;
    padding-bottom: 15px;
}

#mainContent2 {
    float: left;
    margin: 0;
    padding: 0;
    width: 420px;
    float: left;
    padding: 0;
    margin-left: 0;
    border: 0 solid #d7d7d7;
    line-height: 16px;
    height: auto;
    overflow: hidden;
    overflow-x: hidden;
}

    #mainContent2 .sectionHeader {
        background: none !important;
    }

.mainBody {
    /*padding-top: 15px;*/
    font-size: 13px;
}

.selectpageBody{
    margin-top: -40px;
}

#mainContent dfn {
    margin: 5px 0 10px 10px;
    text-transform: capitalize;
    font-style: normal;
}

#mainContent p {
    clear: both;
}

#mainContent .checkin-submit-section {
    clear: none;
    /*margin-right: 10px;*/
}

.insurance p {
    margin: 5px 0 0 10px;
    clear: both;
}

#mainContent input,
#mainContent select {
    margin: 2px 5px 0 0;
    text-transform: uppercase;
}

    /*#mainContent input.country-mobile-login {
        margin: 2px 5px 5px 0 !important;
    }*/


#mainContent p strong {
    /*color: #C41130;*/
    /*margin: 0 5px;*/
}

#mainContent p em {
    margin: 5px 0 10px 10px;
    font-size: 1em;
}

#mainContent p samp {
    font: normal .95em;
    margin: 0 0 0 10px;
}

#mainContent p strong em {
    margin: 5px 0 10px;
    font: bold .9em;
    font-style: normal;
}

#mainContent abbr {
    margin: 0 0 10px 10px;
    font-size: .95em;
}

#mainContentFooterDiv {
    width: 543px;
    height: 30px;
}

#MainContentExpanded {
    width: 760px;
}

#footer {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    clear: both;
    background: #fff;
    margin-top: 0;
    text-align: left;
    height: 110px;
    border: 1px solid #D7D7D7;
}

    #footer ul {
        margin: 0;
        padding: 2px 0 0 70px;
        list-style: none;
        float: left;
        position: relative;
        text-align: center;
    }

    #footer li {
        float: left;
        display: inline;
        margin: 0;
        border-right: 0 solid #B50128;
        margin-bottom: 10px;
        margin-left: 0;
    }

        #footer li:last-child a {
            border: 0 !important;
        }

    #footer a:hover {
        text-decoration: underline;
    }

    #footer ul li:last-child {
        border-right: 0 solid #B50128;
    }

    #footer span {
        padding: 0;
        padding-bottom: 3px;
        font-size: 12px;
        text-align: left;
        margin:2px;
    }

    #footer ul li a[title=Sitemap] {
        border: 0 !important;
    }

    #footer .vcard {
        display: none;
    }

        #footer .vcard .center {
            display: none;
        }

.footer_left {
    width: 785px;
    float: left;
    margin-bottom: 10px;
}

.footer_right {
    width: 105px;
    float: left;
    padding-top: 10px;
}


.footer-copyright-text {
    margin: 0 auto;
    position: relative;
    width: 90%;
    text-align: center;
    font-size: 13px;
    float: left;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-top: 5px;
}

.footer_links a:link,
.footer_links a:visited,
.footer_links a:hover,
.footer_links ul li a {
    float: left;
    padding: 0 10px;
    color: #B50128;
    text-decoration: none;
    font-size: 13px;
    border-right: 1px solid #3C3C3C;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(60, 60, 60);
}

#footer a:hover {
    text-decoration: underline;
}

#footer ul li:last-child {
    border-right: 0px solid #B50128;
}



.social_links {
    width: 75px;
    float: left;
    margin-left: 0;
    padding-left: 30px;
    padding-top: 10px;
}

    .social_links img {
        float: left;
    }

    .social_links a {
        float: left;
        margin-right: 7px;
        padding: 0 !important;
        border-right: 0 solid #B50128 !important;
    }

    .social_links strong {
        width: 105px;
        float: left;
        margin-bottom: 10px;
        text-align: left;
        padding-left: 5px;
    }

    .social_links .left {
        text-align: left;
    }

.verisign {
    float: left;
    width: 100px;
    padding-top: 0;
    padding-left: 10px;
    height: 100px;
    position: absolute;
    *margin-left: -203px !important;
}

    .verisign a {
        border: 0 !important;
    }

#footer p {
    width: 1000px;
    float: left;
    text-align: left;
    padding-top: 0;
    text-align: center;
}

.social_likes {
    width: 200px;
    float: left;
}

.wrapper_footer {
    width: 100%;
    float: left;
    border: 0;
    background: #fff;
    padding-bottom: 5px;
    height: 390px;
    border-top: 1px solid #f0efef;
    /*border-bottom: 1px solid #f0efef;*/
}

.footer {
    width: 1000px;
    margin: 0 auto;
}

    .footer ul {
        width: 940px;
        float: left;
        color: #b50128;
        padding: 0 0 0 60px;
    }

        .footer ul li {
            float: left;
            display: inline;
            padding: 30px 0 0;
        }

            .footer ul li a {
                float: left;
                padding: 0 10px 0 5px;
            }

                .footer ul li a:hover {
                    text-decoration: underline;
                }

            .footer ul li.verisign_trusted {
                padding: 20px 0 0 40px;
            }

.footer_info {
    text-align: center;
    padding: 15px 0 0 70px;
    float: left;
}

.checkbox input {
    float: left;
}

.macdiv {
    display: none;
    vertical-align: top;
    width: 188px;
    font-size: .75em;
    margin: 5px 0;
    padding: 0;
    clear: both;
}

.changeForm p label {
    width: 6em;
    float: left;
    text-align: right;
    margin: 3px 1em 6px 10px;
    clear: both;
    font-size: 1em;
}

.changeForm h6 {
    margin: 10px 10px 0;
}

.macChangeDiv {
    position: relative;
    left: -57px;
    top: -30px;
    width: 400px;
    font-size: .8em;
    clear: both;
    margin-left: 58px;
    float:left;
}

    .macChangeDiv label {
        width: 400px;
        margin: -18px 0 0 5px;
    }

.macCheckBox {
    width: 25px;
    height: 27px;
    float: left;
}

.macLabel {
    height: 25px;
    font-size: .75em;
}

.formChangeCheckbox {
    /*margin: 0 0 0 100px;*/
    clear: both;
    float: left;
}

.moveFlightRestrictions ul {
    margin: 2px 10px 2px 84px;
}

    .moveFlightRestrictions ul li {
        font-size: .8em;
    }

.cancelFlight {
    margin: 0 0 0 10px;
}

.fltOffer,
.origOffer {
    padding: 5px 0;
}

    .fltOffer span,
    .origOffer span {
        padding: 0 30px 5px 0;
    }

    .fltOffer label span {
        white-space: nowrap;
    }

    .fltOffer label,
    .origOffer label {
        clear: none;
        float: left;
        width: 26em;
    }

    .fltOffer input,
    .origOffer input,
    .origOffer a {
        clear: none;
        float: left;
    }

    .fltOffer img,
    .origOffer img {
        clear: none;
        float: left;
        padding: 0 5px 0 0;
    }

    .fltOffer a,
    .origOffer a {
        clear: none;
        float: none;
    }

span.flightOfferFareAvailability {
    padding: 0 8px 5px 0;
}

#ssrPassengerTable caption {
    text-align: left;
    margin: 0;
    padding: 0;
}

.ssrPassengerTable {
    margin-left: 10px !important;
    width: 100%;
}

.ssrSoldContainer {
    margin-left: 10px !important;
    width: 100%;
}

    .ssrSoldContainer .title {
        color: #B50229;
        float: left;
        font-size: 14px;
        margin-bottom: 10px;
    }

#DivSSRs {
    display: none;
    background-color: #f5f5f5;
    border: 1px solid #666;
    padding: 5px;
    margin: 0 0 0 10px;
    width: 514px;
}

    #DivSSRs input {
        width: 20px;
    }

.ssrNotesInput {
    width: 80%;
}

.ssrRemove {
    width: 50px;
}

.ssrPassenger {
    width: 1px;
}

.ssrCode {
    width: 100px;
}

.ssrQuantity {
    width: 30px;
}

.ssrNotes {
    width: 30px;
}

    .ssrNotes input {
        width: 120px;
        height: 50px;
        clear: both;
        margin: 5px 0;
    }

    .ssrNotes textarea {
        width: 120px;
        height: 50px;
        clear: both;
        margin: 5px 0;
    }

.ssrAmount {
    width: 80px;
}

.ssrFlight {
    width: 100px;
}

.ssrFlightInput {
    width: 98%;
}

.ssrCurrency {
    width: 35px;
}

#ssrCont {
    margin: 0;
}

    #ssrCont table tr td {
        margin: 2px 0 2px 5px;
    }

#ssrFCont {
    padding: 5px 0;
}

.ssrNotesIcon {
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px;
}

.ssrNotesHiddenDivHeader {
    float: left;
    padding: 3px 5px 0 0;
}

.ssrNotesIconInHiddenDiv {
    background-repeat: no-repeat;
    width: 100px;
    height: 20px;
    float: left;
    margin: 3px 5px 0 8px;
    text-indent: 18px;
}

.ssrNotesDiv {
    position: absolute;
    z-index: 1000;
    text-align: center;
    display: none;
    border: 1px solid #000;
    background-color: #fff;
    width: 150px;
    height: 125px;
}

.ssrCloseButton {
    width: 50px;
    float: right;
    margin-right: 10px;
}

.ssrCancelButton {
    width: 50px;
    float: left;
    margin-left: 10px;
}

.ssrNotesIframe {
    width: 150px;
    height: 110px;
    display: none;
    position: absolute;
    background-color: #fff;
}

.titleHeader {
    background-color: #2b53a8;
    color: #fff;
    font-size: 9pt;
    font-weight: 700;
    height: 16px;
    width: 522px;
    padding-top: 4px;
    text-indent: 5px;
    border: 1px solid navy;
}

#currentTravelTable,
#traveledTable {
    width: 100%;
    font-size: .82em;
    margin-bottom: 0;
}

    #currentTravelTable td,
    #traveledTable td {
        white-space: nowrap;
        padding: 18px 10px;
        font-size: 14px;
        border-top: 1px solid #e7e6e6;
        text-align: center;
    }

.changeMenuItem {
    margin: 10px 0 2px;
    clear: both;
}

    .changeMenuItem img {
        float: left;
        clear: both;
        margin: 4px 5px 10px 0;
        height: 37px;
        width: 37px;
    }

    .changeMenuItem p {
        width: 190px;
        clear: none;
        margin: 2px 0;
        float: left;
        margin-left: 6px;
    }

#flifoSearchDiv {
    height: 287px;
    width: 132px;
    float: right;
    padding: 10px;
    color: #000;
    font-size: .8em;
}

#SearchLinks {
    width: 940px;
    margin: 2px 0 15px 10px;
    float: left;
}

    #searchLinks a {
        margin: 0 15px 0 0;
    }

#flifoSearchDiv .buttonN {
    background: #c41230;
    background: -moz-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d91d3d), color-stop(100%, #a80420));
    background: -webkit-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -o-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -ms-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: linear-gradient(to bottom, #d91d3d 0%, #a80420 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d91d3d', endColorstr='#a80420', GradientType=0);
    outline: none;
    border: 0 solid #C1C2C2;
    font-weight: 700;
    color: #fff;
    padding: 4px;
    margin: 10px 5px 5px 4px;
    font-size: 12px;
}

    #flifoSearchDiv .buttonN:hover {
        background: #c41230;
        background: -moz-linear-gradient(top, #d91d3d 0%, #a80420 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d91d3d), color-stop(100%, #a80420));
        background: -webkit-linear-gradient(top, #d91d3d 0%, #a80420 100%);
        background: -o-linear-gradient(top, #d91d3d 0%, #a80420 100%);
        background: -ms-linear-gradient(top, #d91d3d 0%, #a80420 100%);
        background: linear-gradient(to bottom, #d91d3d 0%, #a80420 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d91d3d', endColorstr='#a80420', GradientType=0);
        outline: none;
        border: 0 solid #A5B6EF;
        font-weight: 700;
        color: #fff;
        padding: 4px;
        margin: 10px 5px 5px 4px;
    }

    #flifoSearchDiv .buttonN:active {
        background: #c41230;
        background: -moz-linear-gradient(top, #d91d3d 0%, #a80420 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d91d3d), color-stop(100%, #a80420));
        background: -webkit-linear-gradient(top, #d91d3d 0%, #a80420 100%);
        background: -o-linear-gradient(top, #d91d3d 0%, #a80420 100%);
        background: -ms-linear-gradient(top, #d91d3d 0%, #a80420 100%);
        background: linear-gradient(to bottom, #d91d3d 0%, #a80420 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d91d3d', endColorstr='#a80420', GradientType=0);
        outline: none;
        border: 0 solid #fff;
        font-weight: 700;
        color: #fff;
        padding: 4px;
        margin: 10px 5px 5px 4px;
    }

#flifoSearchDiv p {
    margin: 0;
    padding: 0;
}

#flifoSearchDiv label {
    float: none;
    text-align: left;
    margin: 4px 0 0;
    clear: both;
    font-size: .9em;
    padding: 0;
    display: block;
}

#flifoSearchDiv input,
#flifoSearchDiv select {
    font-size: .95em;
    margin: 1px 0 5px;
}

#mainAdvertDiv {
    height: 307px;
    width: 392px;
    float: left;
    margin: 0;
    padding: 0;
}

.currencyConverter {
    float: right;
    padding: 5px 10px;
    clear: both;
}

#converterDiv {
    margin: 5px 10px;
    font-weight: 700;
    font-size: .9em;
}

    #converterDiv input {
        margin: 2px 0 10px 5px;
    }

    #converterDiv select {
        margin: 2px 0 10px 0px;
        height: 35px;
        width: 260px;
        border: 1px solid #BBBBBB;
        border-radius: 5px;
        background-color: #FFFFFF;
        font-size: 14px;
        font-weight: bold;
        line-height: 16px;
    }

#converterResults {
    margin: -135px 10px 0 0;
    font-weight: 700;
    width: 150px;
    float: right;
}

    #converterResults p {
        padding: 0 0 8px;
    }

.curency_convert_select {
    padding: 5px 0 5px 5px;
    margin: 0;
    width: 140px;
    height: 38px;
    float: right;
    margin-top: 39px;
    position: absolute;
    right: 6%;
    border-radius: 4px;
    background-color: #fff;
    border: #000 2px solid;
    cursor: pointer;
}

#converterDiv h3 {
    color: #B50229;
    font-family: verdana, Helvetica, sans-serif;
    font-size: 8.5pt;
    text-align: left;
}

#converterDiv h4 {
    clear: both;
    color: #2E2E2E;
    font-family: verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: 400;
}

#divConvertedAmount {
    color: #b50128;
}

#sortDiv {
    text-align: right;
    padding: 5px 10px;
    clear: both;
    height: 30px;
}

.fare-row {
    background: #fff;
}

.farePrice {
    float: left;
    margin: 5px 5px 10px;
    font-size: .9em;
    clear: left;
}

    .farePrice h1,
    .farePrice h2,
    .farePrice h3 {
        font-weight: 400;
        font-size: 1em;
        padding: 0;
        text-transform: capitalize;
    }

    .farePrice h1 {
        color: #000;
        text-indent: 25px;
        margin: 10px 0 0;
    }

    .farePrice h2 {
        color: #125cda;
        text-indent: 35px;
        margin: 2px 0;
    }

    .farePrice h3 {
        color: #909090;
        text-indent: 35px;
        margin: 2px 0;
    }

.scheduleFlight {
    float: right;
    margin: 5px 10px 0 0;
    width: 260px;
    font-size: .95em;
}

    .scheduleFlight a {
        color: #125cda;
    }

.scheduleFlightNumber {
    float: left;
    width: 60px;
    margin: 5px 0 0;
    padding: 0;
    clear: left;
}

    .scheduleFlightNumber p {
        margin: 5px 0 10px 10px;
    }

.segmentStation {
    float: right;
    white-space: nowrap;
    width: 190px;
    margin: 0 0 12px;
}

.operatedBy {
    font-size: .95em;
    color: #666;
    padding: 0 10px 5px 0;
}

.fareRule {
    float: left;
    width: 248px;
    padding: 2px 0 0;
    overflow: auto;
    margin-left: 5px;
}

.verticalSpacer {
    width: 1px;
    height: 50px;
    border-right: #d3d3d3 1px solid;
    float: left;
    margin: 0 10px;
}

.verticalSpcr {
    height: 20px;
}

.availabilityTable {
    /* XWRC width: 689px; XWRC */
    width: 100%;
    margin: 5px 0;
    empty-cells: show;
}

    .availabilityTable tr th {
        border-top: 0 solid #bbb;
        border-bottom: 0 solid #bbb;
        color: #fff;
        white-space: nowrap;
    }

        .availabilityTable tr th span {
            margin-left: 0px !important;
        }

    .availabilityTable tr td {
        margin: 0;
        padding: 15px 8px;
        border-bottom: 1px solid #e1e0e0;
        text-align: left;
        vertical-align: top;
        white-space: nowrap;
    }

        .availabilityTable tr td p {
            margin: 0 !important;
        }

        .availabilityTable tr td div.innerInfo p {
            margin: 5px 0 0 10px !important;
        }

    .availabilityTable h6 {
        margin-top: 10px;
    }

.footnote a:link,
.footnote a:visited,
.footnote a:hover,
.footnote a:active {
    text-decoration: none;
}

.fareCol1,
.fareCol1 a {
    color: #C41230;
}

.fareCol2,
.fareCol2 a {
    color: #C41230;
}

.fareCol3,
.fareCol3 a {
    color: #C41230;
}

.fareCol2,
.fareCol1 span,
.fareCol2,
.fareCol1 label {
    color: #3C3C3C;
}

#availabilityTable tr td {
    white-space: nowrap;
    font-size: 90%;
}

.bold a {
    cursor: pointer;
}

.mightOverflow a {
    cursor: pointer;
}

.availabilityTable tr .bold {
    padding: 0;
    list-style-type: none;
    overflow: visible;
    clear: both;
    *
    vertical-align: top;
    float: inherit;    *
    position: relative;
    *
    z-index: 1000001;
}

    .availabilityTable tr .bold a {
        color: #b50128;
        display: inline-block;
        vertical-align: middle;
    }

.special {
    *position: relative;
    *z-index: 1000001;
    *padding-top: 9px;
}

.availabilityTable tr .bold .flighttooltip {
    background: #ff;
    width: 250px;
    padding: 10px;
    *margin-top: -60px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #b50128;
    display: none;
    vertical-align: middle;
    *left: 20px;
    position: relative;
    background: #b50128;
    background: #b50128;
    color: #fff;
    font-weight: 400;
    z-index: 1000001;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    *position: absolute;
    *margin-left: 25px;
    *margin-top: -15px;
    margin: -500px -500px -500px 15px;
}

.availabilityTable tr .bold a:hover {
    text-decoration: none;
}

    .availabilityTable tr .bold a:hover ~ .flighttooltip {
        opacity: 1;
        visibility: visible;
        text-decoration: none;
        display: inline-block;
    }

.availabilityTable tr .bold .flighttooltip:before,
.availabilityTable tr .bold .flighttooltip:after {
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -5px;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid #b50128;
}

.availabilityTable tr .bold .flighttooltip:before {
    border-right-color: #999;
    left: -9px;
}

.stripeMe tr .bold .flighttooltip {
    background: #ff;
    width: 250px;
    padding: 10px;
    *margin-top: -60px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #b50128;
    display: inline-block;
    vertical-align: middle;
    *left: 20px;
    position: relative;
    background: #b50128;
    background: rgba(181, 1, 40, 0.8);
    color: #fff;
    font-weight: 400;
    z-index: 1000001;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    margin: -500px -500px -500px 0;
}

.stripeMe tr .bold a:hover {
    text-decoration: none;
}

.stripeMe tr .bold:hover .flighttooltip {
    opacity: 1;
    visibility: visible;
    margin-left: 15px;
    text-decoration: none;
}

.stripeMe tr .bold .flighttooltip:before,
.stripeMe tr .bold .flighttooltip:after {
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -5px;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid #b50128;
}

.stripeMe tr .bold .flighttooltip:before {
    border-right-color: #999;
    left: -9px;
}

.flighttooltip p {
    clear: both;
    padding: 0 !important;
    margin: 5px 0 0 10px;
}

.availabilityTable th.fare .fareToolTip {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 200px;
    border: 1px solid #b50128;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    z-index: 1000001;
    display: inline-block;
    background: #b50128;
    background: rgba(181, 1, 40, 0.8);
    margin-left: -15px;
    padding: 10px 0;
    margin-top: 35px;
    *margin-top: 25px;
    *margin-left: -200px;
    white-space: normal;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    display: none;
}

.handbaggage-info-icon::before,
.handbaggage-info-icon::after {
    left: 75% !important;
}

.availabilityTable th.fare .fareToolTip:before,
.availabilityTable th.fare .fareToolTip:after {
    bottom: 100%;
    left: 60%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-bottom: 8px solid #b50128;
}

.availabilityTable th .spiceFare:hover ~ .fareToolTip {
    opacity: 1;
    visibility: visible;
    display: block;
}

.availabilityTable th.fare .fareToolTip:before {
    border-width: 6px;
    margin-left: -15px;
}

.availabilityTable th.fare .fareToolTip:after {
    border-width: 10px;
    margin-left: -20px;
    z-index: 1;
}

.stopOverInfo {
    position: absolute;
    margin: 0;
    padding: 0;
}

    .stopOverInfo a:link {
        color: #fff;
        display: block;
        width: 97%;
        padding: 0 24px 4px 0;
    }

    .stopOverInfo a:visited {
        color: #fff;
    }

    .stopOverInfo a:hover {
        color: #fff;
    }

    .stopOverInfo a:active {
        color: #fff;
    }

    .stopOverInfo a,
    .stopOverInfo .clickable {
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        margin: 0;
        padding: 0;
        display: block;
        background-color: #fff;
    }

.stopOverInfoItem {
    position: absolute;
    background: url(../../images/spicejet/noteBackNew.gif) no-repeat;
    width: 245px;
    height: 140px;
    padding: 5px 0 10px 5px;
    margin: 0;
    text-align: left;
    z-index: 1000001;
}

.innerInfo {
    width: 245px;
    height: 100px;
    overflow: auto;
    margin: 12px 0 0;
    padding: 0 0 4px;
}

.stopOverInfoItem p {
    line-height: .9em;
    font-size: .9em;
    padding: 0;
    margin: 5px 0 0 10px;
    clear: both;
}

#taxAndFeeInclusiveDivBody {
    color: #000;
}

    #taxAndFeeInclusiveDivBody a:link,
    #taxAndFeeInclusiveDivBody a:visited,
    #taxAndFeeInclusiveDivBody a:hover,
    #taxAndFeeInclusiveDivBody a:active {
        color: #C41130;
        margin-right: 5px;
    }

    #taxAndFeeInclusiveDivBody h3 span,
    #taxAndFeeInclusiveDivBody h3 a,
    #taxAndFeeInclusiveDivBody h3 a:link,
    #taxAndFeeInclusiveDivBody h3 a:visited,
    #taxAndFeeInclusiveDivBody h3 a:hover,
    #taxAndFeeInclusiveDivBody h3 a:active {
        color: #000;
        text-align: right;
        margin-right: 0;
        text-decoration: underline;
        float: right;
    }

    #taxAndFeeInclusiveDivBody p span {
        text-align: right;
        float: right;
        margin-left: 50px;
        font-weight: 700;
    }

    #taxAndFeeInclusiveDivBody p {
        width: 170px;
    }

#allUpPricing {
    position: absolute;
    padding: 5px 0 10px 5px;
    margin: 0 0 0 145px;
    background-color: #fff;
    border: 1px solid #000;
    width: 500px;
    overflow: auto;
    z-index: 1;
}

    #allUpPricing table {
        font-size: 100%;
    }

        #allUpPricing table tr td {
            padding-right: 5px;
        }

        #allUpPricing table tr th,
        #allUpPricing table tr td {
            text-align: right;
        }

            #allUpPricing table tr th.left,
            #allUpPricing table tr td.left {
                text-align: left;
            }

        #allUpPricing table tfoot tr td {
            background-color: #fff;
            color: #000;
            border-top: 1px dashed #000;
            font-weight: 700;
        }

#storedPayments {
    overflow: visible;
}

    #storedPayments table,
    #storedPaymentInput table {
        margin-left: auto;
        margin-right: auto;
        width: 98%;
        text-align: center;
    }

        #storedPayments table thead th,
        #storedPaymentInput table thead th {
            text-align: center;
        }

        #storedPaymentInput table td {
            padding-left: 9px;
        }

.isPrimaryCheckboxCell {
    text-align: center;
}

#shortSummaryTable {
    width: 50%;
    float: left;
    height: 89px;
    background: #f1f1f1;
}

#fullpaymentArea {
    float: right;
    width: 380px;
    font-size: .9em;
    font-style: italic;
    padding: 0 10px;
    margin: 10px 0 0;
}

    #fullpaymentArea p + p {
        margin: 10px 0;
    }

#robosmack {
    float: left;
    background-color: #fff;
    border: 1px solid gray;
    padding: 5px 0;
    width: 120px;
    height: 100px;
    margin: 10px 0 0 10px;
}

#holdMsg {
    float: right;
    width: 380px;
    padding: 5px 10px;
}

.tabs {
    /*width: 199px;*/
    width: 100%;
    float: left;
    margin-top: 3px;
    text-align: right;
}

.tab {
    width: 100%;
    font-weight: 800;
    cursor: pointer;
    background: #fff;
    color: #3c3c3c;
    text-decoration: none;
    /* border: 1px solid #ababab; */
    /*width: 150px;*/
    width: 100%;
    font-size: 14px;
    margin-left: -1px;
    margin-bottom: 0;
    padding: 0 15px 0 0px;
    line-height: 40px;
    /* border-top: 0 solid #ababab; */
}

.tabs-first-child {
    border-top: 0 solid #ababab;
}

.tab:nth-child(2) {
    border-top-width: 1px;
}

.tabactive {
    color: #fff;
    border-bottom: 0 solid #e3e3e3;
    border-radius: 23px;
    background-image: -moz-linear-gradient( -30deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%);
    background-image: -webkit-linear-gradient( -30deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%);
    background-image: -ms-linear-gradient( -30deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%);
    background-image: linear-gradient( -30deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%);
}

.tabactive-length {
    left: 16px !important;
}

.payment-page-content {
    visibility: hidden;
}

.payment-header {
    background: #b50128;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    float: left;
    width: 680px;
    padding-top: 10px;
    margin-bottom: 0;
}

.payment-header-icon {
    width: 35px;
    height: 26px;
    float: left !important;
    margin-top: -7px !important;
    margin-left: 2px !important;
    margin-right: 10px !important;
}

.tab label {
    padding: 6px 0 0;
    height: 25px;
    display: block;
    background: #c41230;
    color: #fff;
}

.tab a {
    background: #ccc;
    background-position: 0 0;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 4px 10px;
}

.tabsMain a:hover {
    color: #fff;
}

.tabsMain a:active {
    color: #000;
}

#selected {
    color: #000;
    width: 53px;
}

    #selected a:link,
    #selected a:visited,
    #selected a:active,
    #selected a:focus {
        color: #000;
        width: 53px;
    }

    #selected a:hover {
        color: #fff;
        width: 53px;
    }

.amount {
    color: #000;
    font-size: 16px;
    padding: 5px 5px 4px 20px;
}

.payment-page .w98 .amount {
    padding-left: 0;
}

.approved {
    color: green;
    font-size: 16px;
}

.loyaltyNote {
    color: #000;
    font: .95em 'Poppins';
    text-align: left;
    padding: 20px 0 0;
}

#phone {
    text-transform: uppercase;
}

    #phone p {
        padding: 2px 0;
        clear: both;
    }

    #phone span {
        width: 122px;
        margin: 0;
        padding: 0 5px 0 0;
        clear: left;
        text-align: left;
    }

.contactInfoName {
    color: #C41230;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#passengerInputContent .sectionContent {
    *float: none !important;
}


#passengerInputContent .ui-datepicker-trigger {
    display: block !important;
    *margin-left: 0 !important;
    position: relative !important;
    float: left;
    right: 33px;
    top: 10px;
    *top: 3px;
    opacity: 1;
}

#MySpiceTripSearchContainer .ui-datepicker-trigger {
    right: 0px !important;
}

.infant_adult {
    float: left;
    margin-left: 5px;
}

.availabilityInputColumnViewSectionContent {
    font-size: .85em;
    margin: 10px 0;
}

#availabilityInputContent input {
    margin: 2px 5px 0;
}

.availabilityInputColumnViewSectionContent table tr td {
    padding: 4px 0 4px 5px;
}

.availabilityInputColumnViewSectionContent span {
    display: block;
}

.tabsHeader {
    width: 538px;
    height: 57px;
    clear: both;
    margin: 0 0 4px 3px;
}

.leftArrowButton {
    background-color: #fff;
    width: 18px;
    height: 61px;
    float: left;
}

    .leftArrowButton a,
    .rightArrowButton a {
        width: 18px;
        height: 61px;
        display: block;
    }

.dayHeaders {
    width: 70px;
    height: 61px;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: .8em;
}

.dayHeadersSmall {
    width: 68px;
    height: 61px;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: .84em;
}

    .dayHeaders a,
    .dayHeadersSmall a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding-top: 4px;
        line-height: 1.5em;
    }

.dayHeaderImage,
.dayHeaderImageSmall {
    float: left;
}

    .dayHeaderImage a {
        display: block;
        height: 60px;
        width: 70px;
    }

.dayHeaderTodayImage a {
    display: block;
    height: 56px;
    width: 74px;
    display: block;
    text-decoration: none;
    color: #fff;
    padding-top: 5px;
    text-align: center;
    line-height: 1.2em;
}

.dayHeaderImageSmall a {
    display: block;
    height: 40px;
    width: 68px;
}

.dayHeaderTodayImage {
    float: left;
}

.dayHeaderImageSeparator {
    width: 2px;
    height: 61px;
    float: left;
}

.rightArrowButton {
    background-color: #fff;
    width: 18px;
    height: 61px;
    float: right;
}

#availabilityInputContainerId div.marketContainer {
    clear: both;
    margin-left: 7px;
    margin-top: 20px;
}

#availabilityInputContainerId div.availabilityInputCalendarHeader {
    width: 530px;
    height: 25px;
    color: #fff;
    text-align: center;
    font-size: 1.25em;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

#availabilityInputContainerId div.header {
    font-size: 1em;
    margin: 0;
    padding: 20px 5px 10px;
    font-weight: 700;
}

#availabilityInputContainerId span.rightHead {
    float: right;
}

#availabilityInputContainerId div.calendarHeaderContent {
    background-color: #2b53a8;
    color: #fff;
    height: 24px;
    width: 530px;
}

    #availabilityInputContainerId div.calendarHeaderContent span {
        color: #fff;
        font-weight: 700;
        font-size: 1em;
        height: 14px;
        width: 75px;
        text-align: center;
        padding-top: 5px;
        float: left;
    }

#availabilityInputContainerId div.day {
    padding: 0;
    margin: 0;
    width: 73.7px;
    height: 60px;
    float: left;
    border-right: solid 1px #2b53a8;
    border-left: solid 1px #2b53a8;
    border-bottom: solid 1px #2b53a8;
    color: #345eb0;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

#availabilityInputContainerId div.selected {
    background-color: #00DEFF;
}

#availabilityInputContainerId div.day span {
    text-align: left;
    color: #000;
    font-size: 10px;
    display: block;
    margin: 2px 5px;
    font-weight: 400;
}

#totalId {
    float: right;
    margin: 10px;
    padding: 0;
    width: 220px;
    text-align: right;
}

.form label {
    width: 13em;
    float: left;
    text-align: left;
    margin: 3px 1em 0 0;
    clear: both;
    font-size: .8em;
}

.textvalue {
    display: block;
    float: left;
    margin: 3px 0 6px;
}

#carPersonalizationBody span {
    line-height: 168%;
}

.form legend {
    padding: 0 5px;
    font-weight: 700;
    margin: 0 0 10px;
    white-space: normal;
}

.formCheckbox {
    padding: 0 0 8px;
    clear: both;
    height: 20px;
    margin: 0 !important;
    margin-bottom: 10px !important;
}

    .formCheckbox label {
        width: 20em;
        float: none;
        text-align: left;
        margin: 5px 1em 5px 0;
        padding: 5px 0 0;
    }

.formCheckbox2 {
    padding: 10px 0 8px 10px;
    clear: both;
    height: 20px;
    margin: 0 !important;
    margin-bottom: 10px !important;
}

    .formCheckbox2 label {
        width: 20em;
        float: none;
        text-align: left;
        margin: 5px 1em 5px 0;
        padding: 5px 0 0;
        clear: none;
    }

.formCheckboxNS {
    padding: 0;
    margin: 0 5px;
}

.paymentFee {
    float: left;
    font-size: 11px;
    border: 1px dashed #FF4040;
    padding: 0 0 7px;
    margin: 5px 0 0;
}

.paymentFeePrePaid {
    position: relative;
    bottom: 53px;
    left: 188px;
    float: right;
    width: 155px;
    color: #FF4040;
    font-size: .85em;
    margin: -50px 10px 0 0;
    border: 1px dashed #FF4040;
    padding: 0 0 7px;
    margin: 0 0 -100px 0;
}

#paymentInputContent h6 {
    float: left;
}

#ExternalAccount_container, #Voucher_container {
    padding-top: 15px;
}

    #ExternalAccount_container h6, #Voucher_container h6 {
        padding-left: 15px;
    }

#noCardsParagraph {
    margin-left: 5px;
    margin-bottom: 20px !important;
}

.MasterPass {
    margin-left: 10px;
    float: left;
    margin-bottom: 10px;
    text-align: right;
}

    .MasterPass a {
        color: #3c3c3c;
        padding-top: 6px;
        float: right;
    }

#itineraryBody,
#itineraryBody li,
#itineraryBody td {
    font-size: 14px;
}

    #itineraryBody p {
        font-size: 13px;
    }

    #itineraryBody div {
        clear: both;
    }

    #itineraryBody ol {
        float: left;
    }

    #itineraryBody h6 {
        margin: 10px 5px 2px 10px;
    }

    #itineraryBody #SpecialAddons h6 {
        margin: 0px;
    }

    #itineraryBody p {
        margin: 2px 10px;
    }

    #itineraryBody samp {
        font: normal .95em;
        margin: 0 0 0 10px;
    }

    #itineraryBody big {
        color: #C41130;
        font-size: .96em;
        font-weight: 700;
    }

    #itineraryBody abbr {
        color: #666;
        font-size: .8em;
        text-transform: uppercase;
    }

#paymentDisplayTable big {
    color: #C41130;
    font-weight: 700;
    font-size: 1em;
}

#seat_map_main_link {
    text-transform: none;
    margin: 0 10px 0 12px;
}

#itinerarySeatAssignmentsTable td {
    white-space: nowrap;
}

.seatAssignmentsPassengerColumn {
    padding: 0 0 0 8px !important;
    text-transform: uppercase;
}

.seatAssignmentsCitiesColumn {
    padding-left: 0;
}

.seatAssignmentsFlightColumn {
    padding-left: 0;
}

.seatAssignmentsSeatColumn {
    padding: 0 9px 0 0;
}

#upgradeFlight table {
    width: 96%;
}

.upgradeFlight table {
    width: 98%;
    font-size: 90%;
}

#upgradeFlight table tr th {
    background-color: Transparent;
    color: #000;
}

#upgradeFlight table tr td strong {
    font-weight: 400;
    color: #C41130;
}

#ssrMarketInputTable {
    width: 96%;
}

#priceDisplayTable {
    margin-bottom: 0;
}

    #priceDisplayTable tfoot {
        font-size: .8em;
    }

#checkinPassengerTable td {
    vertical-align: middle;
}

    #checkinPassengerTable td p {
        margin: 0;
    }

#AddOnServicesDisplay {
    font-size: .85em;
    width: 96%;
}

.ssrOwner {
    font-weight: 700;
}

.ssrList {
    font-size: .93em;
    margin-left: 13px;
}

#AddOnServicesDisplay a:link,
#AddOnServicesDisplay a:visited,
#AddOnServicesDisplay a:hover,
#AddOnServicesDisplay a:active {
    color: #C41130;
    margin-left: 10px;
}

#carQuoteTable {
    font-size: .85em;
    width: 96%;
}

.wFull {
    margin: 2px 0 0 5px;
}

    .wFull select {
        width: 189px;
        margin: 0 0 0 5px;
    }

.wHalf select,
.wHalf input,
.wDate select,
.wDate input {
    margin: 0 0 5px 5px;
    font-size: .8em;
}

.wHalf label {
    margin: 0;
}

.wHalf select {
    width: 76px;
}

.wHalf input {
    width: 68px;
}

.wHalf span select {
    margin-left: 38px;
}

.wHalf span label {
    margin-left: 46px;
}

.wHalf abbr {
    margin: 0 0 0 34px;
}

#catLblCont abbr {
    margin: 0 0 0 28px;
}

#configCont abbr {
    margin: 0 0 0 44px;
}

#aosAirLbl input {
    margin: 0 5px;
}

#licenseStateLabel {
    float: none;
    clear: none;
    width: 4em;
    margin: 3px .5em 6px 0;
}

.wDate label {
    margin: 0;
    font-size: .9em;
}

.wDate select {
    width: 76px;
}

.wDate input {
    width: 68px;
}

.wOptLbl,
.wOptLbl1,
.wOptLbl2,
.wOptLbl3 {
    font-size: .9em;
}

.wOptLbl {
    margin: 0 0 0 44px;
}

.wOptLbl1 {
    margin: 0 0 0 40px;
}

.wOptLbl2 {
    margin: 0 0 0 24px;
}

.wOptLbl3 {
    margin: 0 0 0 44px;
}

.wOptLbl4 {
    margin: 0 0 0 86px;
}

.wOpt {
    margin: 0 0 0 34px;
}

#pudl {
    margin: 5px 5px 5px 0;
}

#dodl {
    margin: 5px 5px 5px 0;
}

#elementContainerPersonalizations input {
    width: 150px;
}

#elementContainerPersonalizations select {
    width: 185px;
}

.mainCarSearch {
    margin: 5px 10px;
    line-height: normal;
}

#changeCarDiv p {
    margin: 5px 0 0 10px;
}

#changeCarRadioContainer input {
    margin: 10px 2px 0 0;
}

#changeCarDiv p span {
    width: 60px;
    float: none;
    padding: 0 5px;
    margin: 0;
}

a.date-picker {
    width: 18px;
    height: 18px;
    border: none;
    color: #fff;
    padding: 0;
    margin: 0 0 0 2px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    background: url(../../images/spicejet/calendar-up.gif) no-repeat;
}

div.popup-calendar {
    display: none;
    position: absolute;
    z-index: 10;
    top: 240px;
    padding: 4px;
    border: 2px solid #000;
    background: #fff;
    color: #000;
    overflow: hidden;
    width: 200px;
}

    div.popup-calendar div.link-close {
        float: right;
    }

    div.popup-calendar div.link-prev {
        float: left;
    }

    div.popup-calendar div.link-next {
        float: right;
    }

    div.popup-calendar h3 {
        font-size: 1.3em;
        margin: 2px 0 5px 3px;
    }

    div.popup-calendar div a {
        padding: 1px 2px;
        color: #000;
    }

        div.popup-calendar div a:hover {
            background-color: #000;
            color: #fff;
        }

    div.popup-calendar table {
        margin: 0;
    }

    * html div.popup-calendar table {
        display: inline;
    }

        div.popup-calendar table th,
        div.popup-calendar table td {
            background: #eee;
            width: 21px;
            height: 17px;
            text-align: center;
        }

            div.popup-calendar table td.inactive {
                color: #aaa;
                padding: 1px 0 0;
            }

        div.popup-calendar table tr th {
            background: #2B53A8;
        }

        div.popup-calendar table td.weekend {
            background: #f6f6f6;
        }

        div.popup-calendar table td a {
            display: block;
            border: 1px solid #eee;
            width: 19px;
            height: 15px;
            text-decoration: none;
            color: #333;
        }

        div.popup-calendar table td.today a {
            border-color: #aaa;
            background-color: #6C8CCC;
            color: #fff;
        }

        div.popup-calendar table td a.selected,
        div.popup-calendar table td a:hover {
            background: #2B53A8;
            color: #fff;
        }

div#aosFlowSelector {
    clear: both;
}

#itemsDiv {
    padding: 5px 0 15px;
}

#flowType {
    clear: both;
    padding: 0 0 5px;
    margin: 0 0 5px;
    height: 20px;
}

    #flowType label {
        clear: none;
        display: block;
        float: left;
        font-size: .8em;
        margin: 0;
        padding: 0;
        text-align: left;
        white-space: normal;
        width: 46px;
    }

    #flowType input {
        float: left;
        margin: 0;
        padding: 0;
        width: 18px;
    }

.carDetails {
    display: none;
    position: absolute;
    z-index: 2;
    width: 430px;
    border: 1px solid #C41130;
    background-color: #fff;
    padding: 10px;
    margin: 0 0 0 -100px;
}

#CarDetailsList td {
    vertical-align: top;
}

#CarDetails td {
    vertical-align: top;
}

#vehicleTermsContainer {
    width: 510px;
    height: 100px;
    overflow: auto;
    margin: 5px auto;
}

#dccDiv {
    margin: 10px 10px 20px;
    padding: 0 5px;
    clear: both;
}

    #dccDiv h4 {
        margin: 15px 0 0;
    }

#quoteElementContainer {
    margin: 10px 0 0;
}

#secondSellOptions img {
    float: left;
    margin: 5px;
}

#secondSellOptions span {
    float: left;
    margin: 10px;
}

#aosAgreementInput {
    clear: both;
}

#ccVer a {
    margin: 0 10px 0 0;
    float: right;
}

#ccVerItem {
    position: absolute;
    width: 360px;
    border: 1px solid #000;
    display: none;
    margin: 20px 0;
    padding: 10px 5px;
    background-color: #fff;
    font-size: .8em;
    border: 2px solid #C41130;
    z-index: 1000001;
}

.ex a:link {
    margin: -2px 5px 5px;
    border: 1px solid #000;
    padding: 0 4px;
    width: 10px;
    float: right;
    text-decoration: none;
    color: #000;
    font-size: .8em;
}

.tnc-error-display {
    padding: 10px 26px;
    font-size: 14px;
    color: red;
    text-decoration: underline;
}

.error p {
    padding: 0 10px;
}

.error h1 {
    margin: 10px;
    color: #c00;
}

.error img {
    vertical-align: middle;
}

.error {
    color: #c00;
    margin-left: 5px;
    font-size: 1.1em;
}

.errorSectionHeader {
    color: #d00;
    float: left;
    margin: 0 0 0 40px;
    padding: 0;
    text-indent: 5px;
}

.errorSectionContent {
    padding: 0 6px 6px 0px;
    margin-left: 50px;
    width: 90%;
}

    .errorSectionContent p {
        display: inline;
        margin-left: 5px;
    }

.validationError {
    border: 2px solid #d00 !important;
}

.validationErrorLabel {
    color: #d00;
    font-weight: 700;
}

.validationErrorContainer {
    clear: both;
    display: none;
    margin: 2px;
}

.fixedValidationError {
    color: #000;
    display: none;
    text-decoration: line-through;
}

#validationErrorContainerFixedIFrame {
    display: block;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 190px;
}

#validationErrorContainerFixedDiv {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #000;
    height: 300px;
    width: 190px;
    z-index: 100;
}

#validationErrorContainerFixedOuterDiv > #validationErrorContainerFixedDiv {
    left: 0;
    position: fixed;
    top: 0;
}

#validationErrorContainerFixedOuterDiv > #validationErrorContainerFixedIFrame {
    left: 0;
    position: fixed;
    top: 0;
}

#validationErrorContainerFloat {
    background-color: #d91d3d;
    border: 2px solid #000;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
}

.validationErrorContainerStyle {
    z-index: 100001;
}

    .validationErrorContainerStyle.left {
        background: none repeat scroll 0 0 #d91d3d;
        margin-left: 50px;
        z-index: 100001;
    }

    .validationErrorContainerStyle:after {
        border-color: #d91d3d transparent;
        border-style: solid;
        border-width: 15px 15px 0;
        bottom: -15px;
        content: "";
        display: block;
        left: 50px;
        position: absolute;
        width: 0;
    }

    .validationErrorContainerStyle.left:after {
        border-color: transparent #d91d3d;
        border-width: 5px 10px 5px 0;
        bottom: auto;
        left: -10px;
        top: 12px;
    }

#validationErrorContainerReadAlong {
    height: auto;
    margin: 17px 0 0 10px;
    padding: 0 10px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    z-index: 99;
}

#validationErrorContainerReadAlongContent {
    height: auto;
    right: 0;
    top: 0;
    padding: 8px 0;
}

    #validationErrorContainerReadAlongContent a {
        color: #fff;
    }

    #validationErrorContainerReadAlongContent .error {
        color: #fff;
    }

.close {
    width: 30px;
    float: right;
    padding: 0 13px 0 0 !important;
    *padding: 0 20px 0 0;
    clear: both;
}

#HolidayPackageSearchView_DropDownListPackage_CTNR .close,
#HolidayPackageSearchView_DropDownListFrom_CTNR .close,
#HolidayPackageSearchView_DropDownListTo_CTNR .close {
    width: 10px;
}

#validationErrorContainerFloatIFrame {
    position: absolute;
}

.validationErrorList {
    list-style-type: none;
    padding-left: 10px !important;
    padding-right: 1px;
    margin: 0 !important;
}

.validationErrorListItem {
    color: #fff;
    font-style: italic;
}

#marketDate_1 span,
#marketDate_2 span {
    float: none;
    padding: 0;
    /*width: 70px;
    margin-top: -1px;*/
    margin-top: 0px;
    width: 100%;
    display: block;
}

#marketDate_1 select,
#marketDate_2 select {
    margin-left: 2px;
}

#paging {
    border-top: 1px dashed #666;
    text-align: center;
    margin: 20px auto;
    padding: 10px 0;
    width: 96%;
    font-size: .8em;
}

.cancelContainer a,
.cancelContainer label,
.cancelContainer span,
.cancelPageContainer a,
.cancelPageContainer label,
.cancelPageContainer span {
    line-height: 230%;
    margin-top: 0;
}

.openCloseLink {
    clear: both;
    float: right;
    text-align: center;
    width: 250px;
    height: 50px;
}

    .openCloseLink a:link,
    .openCloseLink a:visited,
    .openCloseLink a:hover,
    .openCloseLink a:active {
        text-decoration: none;
        border-bottom: 1px dotted #666;
    }

.waitCont {
    border: 1px solid #000;
    position: absolute;
    z-index: 3000;
    margin: -60px 0 0 -18px;
    padding: 20px 0;
    background-color: #fefefe;
    width: 512px;
    height: 70px;
    opacity: .75;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
}

    .waitCont h1 {
        text-align: center;
        color: #666;
    }

#passengerWait_1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

hr {
    width: 98%;
    margin: 16px auto;
    height: 1px;
}

#flifoFlightStatus,
#flifoFlightInfo {
    /*border: 1px solid silver;*/
    width: 95%;
    margin: 0px 11px;
    margin-bottom: 20px;
}

    #flifoFlightStatus tr th,
    #flifoFlightInfo tr th {
        width: 185px;
        font-size: 16px;
    }

    #flifoFlightStatus tr td, #flifoFlightInfo tr td {
        font-size: 16px;
    }

.dropDownContainer {
    position: absolute;
    background-color: #fff;
    margin: 1px 0 0;
    padding: 0;
    display: none;
    white-space: nowrap;
    z-index: 33;
}

#atAGlanceContent .dropDownContainer {
    position: absolute;
    background-color: #fff;
    margin: -5px 0 0 5px;
    padding: 0;
    display: none;
    white-space: nowrap;
    z-index: 33;
}

#tripFlightsContainer .dropDownContainer {
    margin: 1px 0 0;
}

.dropDownContainer div {
    margin: 0;
    padding: 0 4px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    border-top: 0;
}

    .dropDownContainer div span {
        display: none;
    }

.dropDownContainer iframe {
    position: absolute;
    margin: 0;
    z-index: -1;
}

.dropDownContainer div.optionActive {
    font-weight: 700;
    color: #fff;
}

.dotted {
    border-bottom: 1px dashed #666;
}

#corpContent {
    margin-left: 10px;
}

    #corpContent dl dt {
        margin-top: 10px;
    }

#autoSeatAssignTable {
    border: 1px solid #000;
    margin: 0 0 0 10px;
}

#confirmUnitInputContainer {
    padding: 28px 0 0;
    width: 130px;
    float: left;
    font-size: 90%;
}

    #confirmUnitInputContainer ul {
        list-style: none;
    }

.confirmSeatList {
    margin: 10px 0;
    padding: 5px 0;
}

    .confirmSeatList ul {
        margin: 0 0 0 6px;
        padding: 0;
    }

    .confirmSeatList li {
        margin: 0 0 0 6px;
        padding: 0;
    }

#confirmSeat fieldset {
    border: 0;
    border-top: 1px solid #000;
    margin: 16px 0 0 10px;
    padding: 0 4px;
}

    #confirmSeat fieldset legend {
        margin-left: 0;
        padding: 0 5px 2px 0;
    }

    #confirmSeat fieldset p {
        width: 180px;
        float: left;
        margin: 0;
        padding: 0 0 0 5px;
    }

    #confirmSeat fieldset input {
        float: left;
    }

#confirmSeatClose {
    width: 100%;
    margin-left: 10px;
}

.upsellPay {
    width: 510px;
    height: 310px;
    position: absolute;
    z-index: 1000;
    padding: 5px;
    font-size: 90%;
    background-image: url(../../images/spicejet/noteBackHuge.gif);
}

.upsellSM {
    width: 368px;
    height: 306px;
    position: absolute;
    z-index: 1000;
    padding: 5px;
    font-size: 90%;
    background-color: Transparent;
    background-image: url(../../images/spicejet/noteBackMid.gif);
    background-repeat: no-repeat;
}

.confirmSeatSM {
    float: left;
    margin: 26px 0 0;
    padding: 0 0 20px;
    font-size: 90%;
}

.confirmSeatPay {
    width: 360px;
    float: left;
    margin: 28px 0 10px 10px;
    overflow: auto;
}

#onBoardMealRequestsContent {
    width: 545px;
    font-size: 92%;
    overflow: auto;
}

    #onBoardMealRequestsContent table tr th {
        font-size: 80%;
    }

#calDiv {
    width: 16px;
    float: none;
    margin: 0;
    padding: 0;
}

#paxListPayment {
    width: 100%;
    font-size: 90%;
}

    #paxListPayment w96 {
        width: 100% !important;
    }

#hotelRoomDescriptionSection {
    margin-left: 10px;
    clear: both;
}

.hiddenAosDesc,
.aosContainer {
    position: absolute;
    z-index: 200;
    width: 380px;
    height: 280px;
    background-color: #E9E9E9;
    border: 0;
    padding: 10px;
    margin: 0;
    display: none;
    background: Transparent url(../../images/spicejet/noteBackLrg.gif) no-repeat;
}

.hotelIframe {
    width: 376px;
    height: 276px;
    position: absolute;
    z-index: -11;
}

#hotelCloseBtn a:link {
    width: 388px;
    padding-left: 10px;
}

.hotelCloseBtn {
    margin: 0;
    padding: 0;
    line-height: 2;
    height: 24px;
    top: -7px;
}

.aosCloseBtnHdr {
    top: -14px;
}

    .aosCloseBtnHdr a {
        font-weight: 700;
        text-decoration: none;
    }

.aosCloseButton {
    color: #fff;
    position: relative;
    padding: 5px 0 0;
    margin: 5px 10px 0 0;
    width: 99%;
}

    .aosCloseButton a:link,
    .aosCloseButton a:visited,
    .aosCloseButton a:hover,
    .aosCloseButton a:active {
        color: #fff;
        width: 101%;
        display: block;
    }

.closeButton {
    color: #fff;
    position: relative;
    top: -17px;
    left: -15px;
    text-indent: 5px;
    text-align: left;
    margin: 5px 10px 0 0;
    padding: 5px 0 0;
    width: 99%;
}

    .closeButton a:link,
    .closeButton a:visited,
    .closeButton a:hover,
    .closeButton a:active,
    .closeButtonDiv {
        color: #fff;
        margin: 2px 0 0 5px;
        padding: 0;
        display: block;
        width: 100%;
    }

.closeButton2 {
    color: #fff;
    position: relative;
    top: -20px;
    left: -5px;
    text-align: right;
    margin: 0 10px 0 0;
    padding: 0;
}

    .closeButton a,
    .closeButton2 a {
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        margin: 0;
        padding: 0 5px 0 0;
    }

#secondaryButton {
    float: right;
    margin: 20px 0 0;
}

.closeButtonFlightDetails {
    color: #fff;
    position: relative;
    top: 2px;
    left: -15px;
    text-indent: 5px;
    text-align: left;
    margin: 5px 10px 0 0;
    padding: 5px 0 0;
    width: 99%;
}

.aosPolicy {
    margin-left: 155px;
}

.clickable {
    cursor: pointer;
    color: #C41230;
    text-decoration: underline;
}

.clickableTitle {
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    width: 102%;
}

#closeTotalPrice {
    float: right;
    margin: -2px 4px 0 0;
    border: 1px solid #000;
    padding: 0 4px;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -99999999px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
     position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background: #000 url(../../images/spicejet/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .5;
    filter: Alpha(Opacity=30);
    /*background: #000 !important;
    z-index: 1000001;*/

}

#checkinPassengerTable tr th {
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    color: #b50128 !important;
    font-weight: 700;
    padding: 5px 0;
}

.ui-widget {
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
        padding: 5px 0;
    }

.ui-widget {
    font-size: 1.1em;
}


    .ui-widget .ui-widget {
        font-size: 1em;
    }



.ui-widget-content {
    /*border: 1px solid #aaa;*/
    background: #fff;
    color: #222;
}

    .ui-widget-content a {
        color: #222;
    }

.ui-widget-header {
    border: 0 solid #aaa;
    background: #F0EFEF;
    /* background: -moz-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d91d3d), color-stop(100%, #a80420));
    background: -webkit-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -o-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -ms-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: linear-gradient(to bottom, #d91d3d 0%, #a80420 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d91d3d', endColorstr='#a80420', GradientType=0);*/
    color: #fff;
    font-weight: 700;
}

    .ui-widget-header a {
        color: #222;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #F0EFEF;
        font-weight: 400;
        color: #555;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited {
            color: #555;
            text-decoration: none;
        }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        border: 1px solid #999;
        background: #FFF;
        font-weight: 400;
        color: #000;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 1px solid #aaa;
        background: #c41230;
        font-weight: 400;
        color: #fff;
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #212121;
            text-decoration: none;
            color: #fff;
            font-weight: 700;
        }

    .ui-widget-header a {
        color: #222;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #fff;
        font-weight: 400;
        color: #000;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited {
            color: #555;
            text-decoration: none;
        }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        border: 1px solid #999;
        background: #c41230;
        font-weight: 400;
        color: #000;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 1px solid #aaa;
        background: #c41230;
        font-weight: 400;
        color: #fff;
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #212121;
            text-decoration: none;
        }

.ui-widget:active {
    outline: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #D3D3D3;
    background: #fcae18;
    color: #000;
}

    .ui-state-highlight a,
    .ui-widget-content .ui-state-highlight a,
    .ui-widget-header .ui-state-highlight a {
        color: #fff;
    }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec;
    color: #cd0a0a;
}

    .ui-state-error a,
    .ui-widget-content .ui-state-error a,
    .ui-widget-header .ui-state-error a {
        color: #cd0a0a;
    }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-icon {
    width: 20px;
    height: 20px;
    background-image: url(../../images/spicejet/jquery-ui/ui-icons_d8e7f3_256x240.png);
}

.ui-widget-content .ui-icon {
    background-image: url(../../images/spicejet/jquery-ui/ui-icons_d8e7f3_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(../../images/spicejet/jquery-ui/ui-icons_d8e7f3_256x240.png);
}

.ui-state-default .ui-icon {
       background: url(../../images/spicejet/svg_icon_sprite.png) no-repeat -2106px -680px;
  }

/*.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(../../images/spicejet/jquery-ui/ui-icons_f9bd01_256x240.png);
}*/

.ui-state-active .ui-icon {
    background-image: url(../../images/spicejet/jquery-ui/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(../../images/spicejet/jquery-ui/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../../images/spicejet/jquery-ui/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -94px -127px;
        /*background-position: -77px -122px;*/
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -khtml-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -khtml-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-widget-overlay {
    background: #aaa url(../../images/spicejet/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .5;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(../../images/spicejet/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.ui-state-default {
    text-align: center !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 0;
    outline: none !important;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
        background-image: -moz-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%);
        background-image: -webkit-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%);
        background-image: -ms-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%);
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
        width: 18px;
        height: 18px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            float: left;
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
        float: right;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: 700;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    float: right;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px 0px;
}

    .ui-datepicker td span,
    .ui-datepicker td a {
        display: block;
        padding: .5em;
        text-align: right;
        text-decoration: none;
    }

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

    .ui-datepicker .ui-datepicker-buttonpane button {
        float: right;
        margin: .5em .2em .4em;
        cursor: pointer;
        padding: .2em .6em .3em;
        width: auto;
        overflow: visible;
    }

        .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
            float: left;
        }

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 99%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 49.8%;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 99%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-datepicker-cover {
    display: none;
    display: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px;
}



.ui-dialog {
    position: absolute;
    /*padding: .2em;*/
    width: 300px;
    overflow: hidden;
}

    .ui-dialog .ui-dialog-titlebar {
        display: block;
        height: 38px;
        /*position: fixed;
        width: 70%;*/
        top: 79px;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: 5px 0 0 10px;
        color: #000;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        /*top: 55%;*/
        width: 40px;
        /*margin: -10px 0 0;*/
        padding: 4px;
        height: 32px;
        cursor: pointer;
    }

        .ui-dialog .ui-dialog-titlebar-close span {
            display: block;
            margin: -6px 0 0;
        }

        .ui-dialog .ui-dialog-titlebar-close:hover,
        .ui-dialog .ui-dialog-titlebar-close:focus {
            padding: 4px;
        }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
        zoom: 1;
    }

#checkInTermsPopup .ui-dialog .ui-dialog-content {
    overflow: hidden;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin: -2.5em 0 0;
    padding: 1.3em 0em .5em .4em;
}

    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
        float: right;
    }


.SpiceMaxMealPopUp .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
    padding-right: 20px;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 2.5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.dialogConfirmation {
    margin: 0 !important;
    border-radius: 6px !important;
}

    .dialogConfirmation .ui-widget-content {
        min-height: inherit !important;
        padding: 10px;
    }

    .dialogConfirmation .ui-dialog-buttonpane button {
        margin-right: 20px;
        padding: 0 5px;
    }

.tripForm {
    width: 950px;
}

    .tripForm h5 {
        margin: 15px 0 2px;
    }

#tripPlannerSearchFull {
    width: 950px;
    font-size: 100%;
}

    #tripPlannerSearchFull .ui-datepicker-trigger {
        right: 8px !important;
        top: 3px;
    }

    #tripPlannerSearchFull select.station {
        width: 150px !important;
    }

    #tripPlannerSearchFull .date_ctnr {
        position: relative;
        margin: 5px 0;
    }

    #tripPlannerSearchFull input[type="text"] {
        width: 143px;
    }

    #TripPlannerSelectMainBody .flightDisplay p,
    #tripPlannerSearchFull .flightDisplay p {
        padding: 0 0 0 10px;
    }

#tripPax {
    float: left;
    margin: 2px 0 2px 10px;
}

.tptitle {
    margin: 8px 0 0;
    width: 80px;
    display: block;
    float: left;
}

.tp_ctnr {
    clear: both;
    margin: 2px 0 2px 10px;
}

    .tp_ctnr .tpServiceInfo {
        clear: both;
        margin: 10px 0 10px 10px;
    }

    .tp_ctnr #defense {
        padding: 20px 0 10px 10px;
    }

#tripPlannerSearchFull fieldset {
    border: 1px solid #D7D7D7;
    clear: both;
    margin: 15px 5px;
    padding: 5px;
}

    #tripPlannerSearchFull fieldset legend {
        font-weight: 700;
        margin: 0 0 10px;
        padding: 0 5px;
        white-space: normal;
    }

.tripPax {
    float: left;
    margin: 5px 10px;
}

#tripPax label {
    width: 4em;
    text-align: right;
    margin: 0;
    padding: 0;
    clear: both;
}

#tripAddOptions {
    float: left;
}

    #tripAddOptions label {
        width: 10em;
        float: left;
        text-align: right;
        margin: 2px .5em 2px 0;
        padding: 0;
        clear: both;
    }

.tripOption {
    margin: 2px 0;
    float: left;
}

#tpHelp {
    float: right;
    width: 200px;
}

#tpNav {
    width: 920px;
    margin: 10px 0 15px 10px;
    float: left;
}

    #tpNav ul,
    #SearchLinks ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #tpNav li,
    #SearchLinks li {
        float: left;
        display: inline;
        margin: 0 10px;
        padding: 0;
    }

#tpSearch {
    width: 750px;
    clear: both;
    margin: 5px 0 0 5px;
}

    #tpSearch h5 {
        margin: 10px 0 15px 15px;
        font-size: 100%;
        line-height: 29px;
    }

#tpSearchInner {
    width: 905px;
    background-color: #f1f1f1;
    border: 1px solid #bbb;
    margin: 0 auto;
    margin-left: 5px;
    margin-bottom: 10px;
}

    #tpSearchInner .wSml1s {
        width: 50px;
    }

#tpLeftMove {
    width: 20px;
    background-image: url(../../images/spicejet/button-tab-tp-prev.png);
    border-right: 1px solid #bbb;
    height: 197px;
    float: left;
}

    #tpLeftMove a {
        margin: 0;
        display: block;
        height: 157px;
        width: 20px;
    }

#tpRightMove {
    width: 20px;
    background-image: url(../../images/spicejet/button-tab-tp-next.png);
    border-left: 1px solid #bbb;
    height: 197px;
    float: right;
}

    #tpRightMove a {
        margin: 0;
        display: block;
        height: 157px;
        width: 20px;
    }

.tpSearchPanel,
.tpSelectPanel,
.tpSelectedPanel {
    width: 160px;
    float: left;
    padding: 15px 22px;
    border-right: 1px solid #bbb;
    height: 172px;
    padding-top: 10px;
}

    #tpSelect sup,
    .tpSelectPanel sup,
    .tpSelectedPanel sup {
        margin-left: -3px;
    }

    .tpSearchPanel div {
        font-size: 98%;
        text-align: right;
        padding-bottom: 3px;
    }

    .tpSearchPanel p {
        width: 80px;
        margin: 2px 0 0;
        float: left;
    }

    .tpSearchPanel samp {
        width: 160px;
        font: normal .8em/10pt;
        margin: 0;
    }

    .tpSearchPanel label {
        clear: both;
        display: block;
        margin: 0;
        padding: 2px 0 0;
    }

    .tpSearchPanel span {
        float: left;
        width: 150px;
        margin: 2px 0 0;
        display: block;
    }

        .tpSearchPanel span select {
            margin: 0 10px 4px 0;
        }

    .tpSearchPanel h6,
    .tpSelectPanel h6 {
        margin: 0;
        padding: 0 0 2px;
        border-bottom: 1px solid #bbb;
        font-size: 100%;
        margin-bottom: 5px;
    }

    .tpSelectedPanel h6 {
        margin: 2px 0;
        padding: 2px 0;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        font-size: 100%;
    }

.tpHelper {
    margin-left: 5px;
}

#tpFootNav {
    text-align: right;
    margin: 8px 10px 20px 0;
}

#removeFlight {
    padding-right: 10px;
}

#tpFootNav a {
    margin: 2px 10px;
    text-decoration: none;
}

.tpSelectPanel p {
    width: 150px;
    margin: 2px 0 0;
    float: left;
}

.tpSelectPanel label {
    clear: none;
    margin: 0;
    padding: 2px 0 0;
    font-weight: 700;
}

.tpSelectPanelSelected {
    background-color: #2B53A8;
}

#tpFlights {
    width: 940px;
    margin: 0 auto;
}

    #tpFlights th,
    #tpFlights td {
        padding: 4px;
    }

    #tpFlights th {
        padding: 6px;
        background: none repeat scroll 0 0 #E5E5E5 !important;
        border-top: 1px solid #FFF;
        color: #B00127;
    }

    #tpFlights tr,
    #tpItinSum tr {
        border-bottom: 1px solid #BBB;
    }

.tpSelectedFlight {
    background-color: #7a7979;
    color: #fff;
    border-bottom: 0;
}

    .tpSelectedFlight div {
        font-size: 98%;
        color: #fff;
    }

    .tpSelectedFlight .dropDownContainer div {
        font-size: 100%;
        color: #000;
        text-align: left;
    }

        .tpSelectedFlight .dropDownContainer div.optionActive {
            color: #fff;
        }

.tpSelectedPanel {
    background-color: #606060;
    color: #fff;
    border-bottom: 0;
}

#tpItinSum {
    width: 940px;
    font-size: 99%;
    margin: 0 auto;
}

#TripPlannerSelectMainBody #tpSearchInner {
    width: 935px;
}

.tpSelectedPanel h6 a {
    color: #fff;
}

.tpSelectedPanel sup a {
    color: #fff;
}

#tpItinSummary {
    margin: 20px 0 10px;
}

#tpItinSum tr td span {
    float: right;
    border: 0 solid #000;
}

#tpItinSum tr td p {
    border: 0 solid #000;
}

#tpItinSum tfoot {
    font-weight: 700;
}

#wholeContentHeaderDiv {
    height: 95px;
    width: 760px;
}

    #wholeContentHeaderDiv img {
        float: left;
        margin: 0 0 0 50px;
        width: 50px;
    }

#wholeContentFooterDiv {
    height: 30px;
    width: 760px;
}

.wholeBody {
    padding: 5px 0 15px;
}

#lowFareAvailabilityContainerId {
    width: 320px;
    border: 1px solid #000;
}

#tpCalHeader {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 4px 5px;
}

#lowFareAvailabilityContainerId p {
    margin: 4px 5px;
    text-align: center;
}

#availabilityInputCalendarHeader {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 4px 5px;
}

#lowFareAvailabilityContainerId h6 {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 4px 0;
    margin: 0 auto;
    text-align: center;
    width: 300px;
    border: 1px solid #000;
}

.tpMarketContainer {
    width: 301px;
    margin: 0 auto;
    border-right: 1px solid #000;
}

    .tpMarketContainer span {
        width: 42px;
        float: left;
        border: 1px solid #000;
        border-right: 0;
        border-top: 0;
        text-align: center;
    }

.dow {
    background-color: #eee;
}

#tpLegend {
    margin: 15px 0 5px 10px;
    width: 250px;
}

    #tpLegend div {
        height: 12px;
        width: 12px;
        display: block;
        background-color: #5C9CCC;
        border: 1px solid #000;
        float: left;
        margin: 2px 5px 0 0;
    }

    #tpLegend p {
        margin: 0;
        text-align: left;
    }

.available {
    background-color: #5C9CCC;
}

#removeFlight {
    margin: 0 5px 0 0;
}

.tpFareRule {
    margin: 10px 10px 20px;
}

    .tpFareRule fieldset {
        border: 0;
        margin: 0;
        padding: 10px 0;
        border-top: 1px solid #000;
    }

    .tpFareRule legend {
        margin: 0 10px 0 0;
        padding: 0 10px 0 0;
    }

.tpInnerFR {
    height: 140px;
    overflow: auto;
    margin: 0 10px;
}

#TripPlannerBody table tfoot tr td {
    background-color: Transparent;
    border: 0;
    color: #000;
    font-size: .95em;
    font-weight: 400;
    height: 16px;
    padding: 2px 4px;
}

.total {
    border-top: 1px solid #000;
}

.tripPlannerHelp {
    position: relative;
    height: 280px;
    border: 0;
    padding: 10px;
    margin: 10px 0;
    display: none;
    background: #FFF scroll;
}

.scrollDivAos {
    width: auto;
    height: 250px;
    overflow: auto;
    background-color: #FFF;
    border-color: #666 #CCC #CCC #666;
    position: relative;
}

.listSpacer li {
    padding: 5px 0;
}

.orderItemList {
    list-style-type: none;
}

.passForChargeMessage {
    color: #FF4040;
    font-size: .93em;
}

.moveOfferFadeColor {
    color: #606060;
}

.lineDivider {
    margin: 3px auto 5px;
}

.moveOfferBold,
.passForChargeBold {
    font-weight: 700;
}

.sectionDivider {
    margin-bottom: 40px;
}

.aosContainer span {
    padding: 0 0 0 15px;
}

#showCancelledAos label {
    width: 15em;
    text-align: right;
}

#showCancelledAos p {
    text-align: right;
}

.moveOfferArriveIndent {
    padding-left: 80px;
}

.hiddenContainer {
    display: none;
}

.shortYearDropdown {
    width: 52px;
}

.shortMonthDropdown {
    width: 50px;
}

.travelDocument {
    margin: 0 0 25px;
}

.warningList {
    margin: 0 5px 20px;
}

    .warningList div {
        white-space: nowrap;
        padding: 0;
    }

#hotelDetailSummary div.warningNote {
    float: left;
    clear: none;
    width: 15.5em;
    text-align: right;
    font-size: .9em;
    color: Red;
    padding-top: 2px;
}

#hotelDetailSummary div.warningList2 {
    float: left;
    clear: none;
    width: 68%;
    color: Red;
}

.strikeHotel {
    display: inline;
    margin-left: 0;
}

.maincontainer {
    width: 100%;
    margin: 0 auto;
}

.main_header {
    width: 100%;
    height: 70px;
    float: left;
    background-color: #FFF;
    border-bottom: 1px solid #d1d1d1;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

    .main_header .middle {
        width: 86%;
        height: 70px;
        float: left;
    }

    .main_header .middle1 {
        height: 60px;
        float: left;
        padding: 10px 0 0 50px;
    }

   

.logo {
    width: 12%;
    height: 60px;
    float: left;
    padding: 4px 0 7px 18px;
    /*background: #ec1c24;*/
}

.top_right {
    width: 66px;
    height: 85px;
    float: left;
    padding: 15px 15px 0 0;
}

.middle1 p {
    float: left;
    font-size: 14px;
    text-align: left;
    margin-top: 16px;
    color: #fff;
}

    .middle1 p span {
        float: left;
    }

        .middle1 p span.txt2 {
            font-weight: 400;
        }

        .middle1 p span.txt3 {
            width: 7px;
            text-align: right;
        }

        .middle1 p span.txt4 {
            padding-right: 8px;
            padding-left: 0;
        }

        .middle1 p span.txt5 {
            width: 18px;
            text-align: right;
        }

        .middle1 p span.txt6 {
            width: 24px;
            text-align: right;
            padding-left: 4px;
        }

        .middle1 p span.txt7 {
            width: 20px;
            text-align: right;
            padding-left: 4px;
        }

        .middle1 p span.txt8 {
            padding-left: 4px;
        }

    .middle1 p .redtext {
        color: #FED904 !important;
        float: left !important;
        font-size: 15px !important;
        padding: 0 !important;
        padding-right: 5px !important;
    }

.booking-journey {
    float: left;
    width: 100%;
    height: 60px;
    background: #f0eeef;
}

.booking-steps, .booking-steps-ticks {
    width: 100%;
    margin: auto;
    position: relative;
    max-width: 500px;
}

.booking-steps-ticks {
    margin-top: -45px;
}

    .booking-steps .step, .booking-steps-ticks .step {
        position: relative;
        display: inline-block;
        width: 24%;
        text-transform: uppercase;
        text-align: center;
    }

        .booking-steps .step .step-name {
            margin-bottom: 7px;
        }

.booking-steps .circle {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: auto;
    background: #fff;
}

.booking-steps-ticks .big-tick-circle {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 26px auto;
    z-index: 1000;
    //background: url('../../images/SpiceJet/sprites_images_re.png') -225px -514px;
}

.booking-steps-ticks .step:first-of-type .big-tick-circle {
    background: url('../../images/SpiceJet/sprites_images_re.png') -230px -519px;
}



.booking-steps .line {
    position: relative;
    width: 74.3%;
    margin: -13px auto;
    height: 7px;
    background: #fff;
    z-index: 10;
}

.booking-steps .circle .dot {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 3px auto;
    background: #000;
    z-index: 100;
}

.display-block {
    display: block;
}

.menuwrapper {
    width: 1000px;
    height: 44px;
    float: left;
}

.menu {
    width: 982px;
    height: 44px;
    float: left;
    background: #343f55;
    background: -moz-linear-gradient(top, #343f55 0%, #2b3446 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #343f55), color-stop(100%, #2b3446));
    background: -webkit-linear-gradient(top, #343f55 0%, #2b3446 100%);
    background: -o-linear-gradient(top, #343f55 0%, #2b3446 100%);
    background: -ms-linear-gradient(top, #343f55 0%, #2b3446 100%);
    background: linear-gradient(to bottom, #343f55 0%, #2b3446 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#343f55', endColorstr='#2b3446', GradientType=0);
}

    .menu ul {
        float: left;
        width: 982px;
    }

        .menu ul li {
            float: left;
            display: inline;
        }

            .menu ul li a {
                float: left;
                color: #fff !important;
                font-size: 14px;
                border-right: 1px solid #5e687a;
                padding: 14px;
            }

                .menu ul li a:hover {
                    color: #ffc30d !important;
                }

            .menu ul li.login {
                float: right;
            }

                .menu ul li.login a {
                    float: right;
                    border-left: 1px solid #5e687a;
                    border-right: 0 solid #5e687a;
                }

#content-change #home_banner {
    width: 100%;
    float: left;
}

#home_banner {
    width: 100%;
    float: left;
}

.home_flight_search {
    width: 100%;
    min-width: 950px;
    max-width: 950px;
    line-height: 18px;
    background: #eeeced;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
    z-index: 10;
    margin: 0 auto;
}

#content-change {
    width: 100%;
    /*height: 240px;*/
    /*background-image: -moz-linear-gradient( 120deg, rgb(238,235,236) 1%, rgb(214,214,214) 25%, rgb(242,242,242) 59%, rgb(240,239,239) 80%);
    background-image: -webkit-linear-gradient( 120deg, rgb(238,235,236) 1%, rgb(214,214,214) 25%, rgb(242,242,242) 59%, rgb(240,239,239) 80%);
    background-image: -ms-linear-gradient( 120deg, rgb(238,235,236) 1%, rgb(214,214,214) 25%, rgb(242,242,242) 59%, rgb(240,239,239) 80%);*/
    border-color: rgb(163, 162, 162);
    background-image: -moz-linear-gradient( 120deg, rgb(246,246,246) 1%, rgb(236,236,236) 25%, rgb(233,233,233) 59%, rgb(243,243,243) 80%);
    background-image: -webkit-linear-gradient( 120deg, rgb(246,246,246) 1%, rgb(236,236,236) 25%, rgb(233,233,233) 59%, rgb(243,243,243) 80%);
    background-image: -ms-linear-gradient( 120deg, rgb(246,246,246) 1%, rgb(236,236,236) 25%, rgb(233,233,233) 59%, rgb(243,243,243) 80%);
}

.lookup,
.status,
.check,
.mySpiceTrip {
    display: none;
}

#buttons {
    float: left;
    width: 100%;
}

    #buttons ul {
        float: left;
        width: 100%;
        height: 55px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        background-image: -moz-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%);
        background-image: -webkit-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%);
        background-image: -ms-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%);
        box-shadow: 3.845px -1.103px 6.79px 0.21px rgba(0, 0, 0, 0.51);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e8e7e7', endColorstr='#c9c9c9', GradientType=0);
    }

.home_flight_search ul li {
    float: left;
    display: inline;
}

    .home_flight_search ul li a {
        float: left;
        text-decoration: none;
        display: block;
        padding: 18px 10px;
        color: #ddd;
        height: 26px;
        box-sizing: border-box;
        cursor: pointer;
        z-index: 1000002;
        position: relative;

    }

        .home_flight_search ul li a:hover {
            color: #fff;
        }

        .home_flight_search ul li a.selected {
            /*background: #c41230;
    background: -moz-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d91d3d), color-stop(100%, #a80420));
    background: -webkit-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -o-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -ms-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: linear-gradient(to bottom, #d91d3d 0%, #a80420 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d91d3d', endColorstr='#a80420', GradientType=0);*/
            color: #fff;
            background: url('../../images/SpiceJet/up-arrow.png') no-repeat bottom;
            background-size: 20px;
        }

        .home_flight_search ul li a span {
            margin-right: 0;
            font-size: 18px;
        }

li.book_flight a {
    float: left;
}

    li.book_flight a span {
        background: url(../../images/spicejet/sprites_images_Skysales.png) -96px -834px no-repeat;
        float: left;
        width: 32px;
        height: 24px;
    }

    li.book_flight a .text-label {
        padding-top: 0;
        padding-left: 0;
        float: left;
        background: none;
        line-height: 18px;
        background: none !important;
        width: auto !important;
    }

    li.book_flight a:hover span {
        background: url(../../images/spicejet/sprites_images_Skysales.png) -96px -834px no-repeat;
        float: left;
        width: 32px;
        height: 24px;
        color: #fff;
    }

    li.book_flight a.selected span {
        font-weight: bold;
    }

li.myspice_trip a.selected span {
    font-weight: bold;
}

li.flight_status a.selected span {
    font-weight: bold;
}

li.web-checkin a.selected span {
    font-weight: bold;
}

li.pnr_lookup a.selected span {
    font-weight: bold;
}

li.myspice_trip a {
    float: left;
    padding-top: 6px !important;
    font-weight: 400;
}

    li.myspice_trip a span {
        background: url(../../images/spicejet/sprites_images_Skysales.png) -997px -1290px no-repeat;
        float: left;
        width: 35px;
        height: 28px;
        margin-top: 4px;
    }

    li.myspice_trip a .text-label {
        padding-top: 4px;
        float: left;
        background: none !important;
    }

    li.myspice_trip a:hover span,
    li.myspice_trip a.selected span {
        background: url(../../images/spicejet/sprites_images_Skysales.png) -997px -1290px no-repeat;
        float: left;
        width: 35px;
        height: 28px;
    }

    li.myspice_trip a .text-label {
        padding-left: 0;
        float: left;
        background: none;
        line-height: 20px;
        background: none !important;
        width: auto !important;
        margin-top: 7px !important;
    }


li.holiday-packages a {
    float: left;
    padding-top: 15px !important;
    font-weight: 400;
}

    li.holiday-packages a span {
        background: url(../../images/spicejet/sprites_images_Skysales.png) -704px 0px no-repeat;
        float: left;
        width: 32px;
        height: 23px;
    }

    li.holiday-packages a .text-label {
        padding-top: 3px;
        float: left;
        background: none !important;
    }

    li.holiday-packages a:hover span,
    li.holiday-packages a.selected span {
        background: url(../../images/spicejet/sprites_images_Skysales.png) -704px 0px no-repeat;
        float: left;
        width: 32px;
        height: 23px;
        color: #fff;
    }

    li.holiday-packages a.selected span {
        font-weight: bold;
    }

    li.holiday-packages a .text-label {
        padding-top: 4px;
        padding-left: 0;
        float: left;
        background: none;
        line-height: 14px;
        background: none !important;
        width: auto !important;
        margin-top: 0 !important;
    }

li.holiday-packages {
    background: none !important;
}

li.pnr_lookup a {
    float: left;
}

    li.pnr_lookup a span {
        background: url(../../images/spicejet/sprites_images_Skysales.png) -1263px -1287px no-repeat;
        float: left;
        width: 35px;
        height: 40px;
        margin-top: -5px;
    }
    /*li.pnr_lookup a:hover span,
li.pnr_lookup a.selected span {
    background: url(../../images/spicejet/sprites_imagesV1.12.png) -458px -30px no-repeat;
    float: left;
    width: 24px;
    height: 24px;
    color: #fff
}*/
    li.pnr_lookup a .text-label {
        padding-top: 0;
        padding-left: 0;
        float: left;
        background: none;
        line-height: 18px;
        background: none !important;
        width: auto !important;
        margin-top: 0 !important;
    }

li.flight_status a {
    float: left;
}

    li.flight_status a span.text-label {
        float: left;
        width: auto;
        height: 28px;
        background: none;
        margin-top: 2px;
    }

    li.flight_status a.selected span {
        float: left;
        font-weight: bold;
        color: #fff;
    }

li.online_check a {
    float: left;
}

    li.online_check a span {
        float: left;
        width: 24px;
        height: 24px;
        position: relative;
        top: -2px;
        margin-right: 3px !important;
    }

    li.online_check a:hover span,
    li.online_check a.selected span {
        float: left;
        width: 24px;
        height: 24px;
        margin-right: 3px !important;
        position: relative;
        top: -2px;
        color: #fff;
    }

    li.online_check a .text-label {
        padding-top: 2px;
        padding-left: 0;
        float: left;
        background: none;
        line-height: 14px;
        background: none !important;
        width: auto !important;
        margin-top: 0 !important;
    }

.iconlink {
    width: 998px;
    height: 50px;
    float: left;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #eef0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eef0f0));
    background: -webkit-linear-gradient(top, #fff 0%, #eef0f0 100%);
    background: -o-linear-gradient(top, #fff 0%, #eef0f0 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eef0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #eef0f0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eef0f0', GradientType=0);
    margin-bottom: 15px;
    border: 1px solid #d7d7d7;
    margin-top: 15px;
}

    .iconlink ul {
        width: 990px;
        height: 52px;
        float: left;
        padding: 0 0 0 5px;
    }

        .iconlink ul li {
            float: left;
            list-style: none;
            display: inline;
            border-right: 1px solid #d7d7d7;
            height: 51px;
            padding: 0;
            margin-left: 13px;
        }

            .iconlink ul li span.flight_schedule {
                padding-top: 10px;
                height: 32px;
                width: 37px;
                float: left;
            }

            .iconlink ul li.flight_schedule a {
                font-size: 14px;
            }

            .iconlink ul li span.route_map {
                padding-top: 10px;
                height: 32px;
                width: 37px;
                float: left;
            }

            .iconlink ul li span.spice_destinations {
                height: 32px;
                width: 38px;
                float: left;
                padding-top: 10px;
            }

            .iconlink ul li span.international_destinations {
                height: 32px;
                width: 38px;
                float: left;
                padding-top: 10px;
            }

            .iconlink ul li span.corporate_benefit {
                height: 32px;
                width: 39px;
                float: left;
                padding-top: 10px;
            }

            .iconlink ul li span.group_bookings {
                height: 32px;
                width: 42px;
                float: left;
                padding-top: 10px;
            }

            .iconlink ul li span.write_us {
                padding-top: 10px;
                height: 32px;
                width: 37px;
                float: left;
                border-right: 0;
            }

            .iconlink ul li span.login {
                padding-top: 10px;
                height: 32px;
                width: 37px;
                float: left;
                border-right: 0;
            }

            .iconlink ul li span.add_ons {
                padding-top: 10px;
                height: 32px;
                width: 37px;
                float: left;
                border-right: 0;
            }

            .iconlink ul li span.ssr_services {
                padding-top: 10px;
                height: 32px;
                width: 37px;
                float: left;
                border-right: 0;
            }

            .iconlink ul li a {
                float: left;
                color: #4c4b4e !important;
                text-decoration: none;
                font-size: 13px;
                font-weight: 700;
                padding: 9px 10px 12px 2px;
            }

                .iconlink ul li a:hover {
                    color: #aa0521 !important;
                }

            .iconlink ul li span.on-time-g {
                padding-top: 10px;
                height: 27px;
                width: 32px;
                float: left;
                border-right: 0;
                margin-right: 8px;
            }

            .iconlink ul li span {
                float: left;
            }

                .iconlink ul li span.SME_traveller {
                    border-right: 0 !important;
                    width: 70px;
                    height: 40px;
                    float: left;
                }

                .iconlink ul li span.ChangeContactDetails {
                    height: 32px;
                    width: 37px;
                    float: left;
                    margin-top: 10px;
                }

                .iconlink ul li span.hadditional_services {
                    height: 28px;
                    width: 12px;
                    float: left;
                    padding: 9px 15px 12px 5px !important;
                }

                .iconlink ul li span.SpiceAssist {
                    padding-top: 10px;
                    height: 30px;
                    width: 32px;
                    float: left;
                    border-right: 0;
                }

                .iconlink ul li span.change_refund {
                    height: 32px;
                    width: 40px;
                    float: left;
                    padding-top: 10px;
                }

.no-border {
    border: 0 !important;
}

.latest_offers {
    width: 1010px;
    float: left;
    margin-bottom: 15px;
}

.small_bannrs {
    float: left;
}

    .small_bannrs a img {
        float: left;
    }

.s_banner2 {
    float: left;
    margin-right: 0 !important;
}

.new_flights {
    width: 665px;
    float: left;
    margin-bottom: 20px;
    margin-top: 5px;
}

    .new_flights p {
        margin: 0 !important;
    }

.new_flight1 {
    width: 316px;
    float: left;
}

    .new_flight1 .n_left {
        width: 116px;
        float: left;
        padding-top: 40px;
    }

        .new_flight1 .n_left .city {
            font-size: 18px;
        }

        .new_flight1 .n_left .from_city {
            font-size: 13px;
            color: #C41130;
        }

    .new_flight1 .n_right {
        width: 200px;
        float: left;
    }

        .new_flight1 .n_right p {
            border-bottom: 1px solid #ccc;
            margin-bottom: 5px !important;
            padding-bottom: 3px;
            padding-top: 3px;
            float: left;
            width: 200px;
        }

            .new_flight1 .n_right p span {
                float: right;
                color: #C41130;
            }

.new_flight2 {
    width: 316px;
    float: left;
    margin-left: 24px;
}

    .new_flight2 .n_left {
        width: 116px;
        float: left;
        padding-top: 40px;
    }

        .new_flight2 .n_left .city {
            font-size: 18px;
        }

        .new_flight2 .n_left .from_city {
            font-size: 13px;
            color: #C41130;
        }

    .new_flight2 .n_right {
        width: 200px;
        float: left;
    }

        .new_flight2 .n_right p {
            border-bottom: 1px solid #ccc;
            margin-bottom: 5px !important;
            padding-bottom: 3px;
            padding-top: 3px;
            float: left;
            width: 200px;
        }

            .new_flight2 .n_right p span {
                float: right;
                color: #C41130;
            }

.latest_offers h2 {
    color: #b50128;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 0 0 20px;
    text-transform: uppercase;
}

.home_news_events {
    width: 316px;
    float: left;
    height: 234px;
}

.home_news {
    width: 316px;
    float: left;
    height: 127px;
    border: 1px solid #d7d7d7;
    margin-bottom: 0;
    margin-left: 24px;
    padding: 0;
    padding-top: 0;
    position: relative;
    background: url(../../images/spicejet/news_box_bg.png) repeat-x bottom #fff;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #eef0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eef0f0));
    background: -webkit-linear-gradient(top, #fff 0%, #eef0f0 100%);
    background: -o-linear-gradient(top, #fff 0%, #eef0f0 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eef0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #eef0f0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eef0f0', GradientType=0);
}

    .home_news h2 {
        margin: 0 !important;
        margin-top: 0 !important;
        padding: 0 !important;
    }

        .home_news h2 a {
            margin: 0 !important;
            float: left;
            width: 305px;
            color: #fff !important;
            font-size: 13px;
            padding: 8px 0 0 12px;
            font-weight: 700;
            padding-bottom: 4px;
            background: #b50128;
            height: 18px;
        }

            .home_news h2 a:hover {
                text-decoration: none !important;
            }

    .home_news strong {
        font-size: 12px;
        width: 290px;
        font-weight: 700;
        padding-bottom: 5px;
        padding-top: 5px;
        float: left;
        margin: 0 !important;
        border-bottom: 1px dashed #bbb;
    }

    .home_news span {
        font-size: 11px;
        font-weight: 700;
        margin-top: 0;
    }

    .home_news p strong a {
        color: #3C3C3C;
    }

.news_date {
    width: 22px;
    height: 17px;
    float: left;
    margin-right: 8px;
    text-align: center;
    padding: 7px 0 0;
    color: #3C3C3C;
    font-size: 11px;
    font-weight: 700;
}

.noborder {
    border-bottom: 0 dashed #bbb !important;
}

.home_news p {
    margin: 0 !important;
    padding: 10px;
    *padding-top: 3px !important;
}

.home_events p {
    margin: 0 !important;
}

.home_events {
    width: 316px;
    float: left !important;
    height: 127px;
    border: 1px solid #d7d7d7;
    margin-bottom: 0;
    padding: 0;
    margin-left: 24px;
    padding-top: 0;
    position: relative;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #eef0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eef0f0));
    background: -webkit-linear-gradient(top, #fff 0%, #eef0f0 100%);
    background: -o-linear-gradient(top, #fff 0%, #eef0f0 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eef0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #eef0f0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eef0f0', GradientType=0);
}

    .home_events p {
        padding: 10px;
        *padding-top: 5px !important;
    }

    .home_events h2 {
        margin: 0 !important;
        padding: 0 !important;
        margin-top: 0 !important;
    }

        .home_events h2 a {
            margin: 0 !important;
            float: left;
            width: 307px;
            color: #fff;
            font-size: 13px;
            padding: 8px 0 0 35px;
            font-weight: 700;
            padding-bottom: 4px;
            height: 18px;
        }

            .home_events h2 a:hover {
                text-decoration: none !important;
            }

    .home_events p strong {
        font-size: 12px;
        color: #b50128;
        width: 290px;
        font-weight: 700 !important;
        float: left;
        margin: 0 !important;
        margin-top: 7px !important;
        *margin-top: 0 !important;
        *padding-left: 10px;
    }

    .home_events span {
        font-size: 11px;
        color: #b50128;
        font-weight: 700;
        float: right;
        margin-top: 0;
    }

.footer {
    width: 1000px;
    margin: 0 auto;
}

    .footer ul {
        width: 940px;
        float: left;
        color: #b50128;
        padding: 0 0 0 60px;
    }

        .footer ul li {
            float: left;
            display: inline;
            padding: 30px 0 0;
        }

            .footer ul li a {
                float: left;
                padding: 0 10px 0 5px;
            }

                .footer ul li a:hover {
                    text-decoration: underline;
                }

            .footer ul li.verisign_trusted {
                padding: 20px 0 0 40px;
            }

.footer_info {
    text-align: center;
    padding: 15px 0 0 70px;
    float: left;
}

.es-carousel-wrapper {
    padding: 10px 37px;
    position: relative;
}

.es-carousel {
    overflow: hidden;
    width: 585px;
}

    .es-carousel ul {
        display: block;
        padding-left: 5px;
    }

        .es-carousel ul li {
            width: 146px !important;
            float: left;
            display: block;
        }

            .es-carousel ul li a {
                display: block;
                border-style: solid;
                border-color: #222;
            }

                .es-carousel ul li a img {
                    display: block;
                    border: none;
                    max-height: 100%;
                    max-width: 100%;
                }

.es-nav span {
    position: absolute;
    top: 50%;
    left: 12px;
    background: transparent url(../../images/spicejet/offer_arrows.png) no-repeat top left;
    width: 14px;
    height: 29px;
    margin-top: -13px;
    text-indent: -9000px;
    cursor: pointer;
    opacity: .8;
}

    .es-nav span.es-nav-next {
        right: 12px;
        left: auto;
        background-position: top right;
    }

    .es-nav span:hover {
        opacity: 1;
    }

.innerbody {
    width: 100%;
    float: left;
    padding-top: 0px;
    background: #F0EEEF;
}

.inner_left {
    //width: 246px;
    width: 15%;
    // float: right;
    float: left;
    min-height: 1px;
}

.inner_right,
#inner_right {
    width: 71%;
    /*float: left;*/
    float:none;
    margin-top: -55px;
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    top: -105px;
    display: block;
}

.maxOfferCntr {
    margin: 0 10px;
    font-size: 14px;
    color: #000;
}

.inner_right ul {
    margin: 30px 0 30px 0px;
}

ul.checkInToFlightTerms {
    margin: 5px 0 10px 25px;
}

#mainContent p.floatRightPTR,
#mainContent p.floatRightPT {
    margin: 18px 20px !important;
    padding: 0;
    padding-right: 40px;
    float: left;
}

.contact-change .signup-link {
    padding: 9px 35px !important;
    border: 2px solid #afafaf;
    border-radius: 3px;
}

#mainContent .change_itinerary_topmenu .change_itinerary_btn {
    margin-left: 869px !important;
}

.inner_right #mainContentFooterDiv {
    display: none;
}

.inner_right .sectionHeader {
    float: left;
    width: 100%;
    border-bottom: 0 solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.step1 {
    width: 735px;
    height: 60px;
    background: url(../../images/spicejet/stages.png) no-repeat 0 -0;
    float: right;
    margin-bottom: 10px;
}

.step2 {
    background: url(../../images/spicejet/sprites_images_Skysales.png) no-repeat -132px -578px;
    height: 79px;
}

.step3 {
    background: url(../../images/spicejet/sprites_images_Skysales.png) no-repeat -132px -653px;
    height: 85px;
}

.step31 {
    background: url(../../images/spicejet/sprites_images_Skysales.png) no-repeat -132px -733px;
    height: 85px;
}

.step4 {
    background: url(../../images/spicejet/sprites_images_Skysales.png) no-repeat -132px -819px;
    width: 100%;
    height: 85px;
}

.step5 {
    width: 735px;
    height: 60px;
    background: url(../../images/spicejet/stages.png) no-repeat 0 -264px;
    float: right;
    margin-bottom: 10px;
}

.fullwidth-step1 {
    width: 955px;
    height: 60px;
    background: url(../../images/spicejet/stages2.png) no-repeat 0 -0;
    float: right;
    margin-bottom: 20px;
}

.fullwidth-step2 {
    width: 955px;
    height: 60px;
    float: right;
    margin-bottom: 20px;
}

.fullwidth-step5 {
    width: 955px;
    height: 60px;
    float: right;
    margin-bottom: 20px;
}

h2.acc_trigger {
    padding: 0;
    margin: 0;
    height: 30px;
    /*width: 246px;*/
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    float: left;
    margin-bottom: 1px;
}

h2.block_header {
    padding: 0;
    margin: 0;
    background: #c41230;
    background: -moz-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d91d3d), color-stop(100%, #a80420));
    background: -webkit-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -o-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -ms-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: linear-gradient(to bottom, #d91d3d 0%, #a80420 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d91d3d', endColorstr='#a80420', GradientType=0);
    height: 24px;
    width: 235px;
    font-size: 13px;
    font-weight: 700;
    float: left;
    color: #fff;
    padding: 7px 0 0 10px;
}

block_header {
    padding: 0;
    margin: 0;
    background: #c41230;
    background: -moz-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d91d3d), color-stop(100%, #a80420));
    background: -webkit-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -o-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -ms-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: linear-gradient(to bottom, #d91d3d 0%, #a80420 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d91d3d', endColorstr='#a80420', GradientType=0);
    height: 24px;
    width: 235px;
    font-size: 13px;
    font-weight: 700;
    float: left;
    color: #fff;
    padding: 7px 0 0 10px;
}

h2.acc_trigger a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 7px 0 0 10px;
}

    h2.acc_trigger a:hover {
        color: #ccc;
    }

.inner_left h2.active {
}

.acc_container,
.block_container {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    width: 100%;
    clear: both;
    float: left;
    /*background: #fff;
    background: -moz-linear-gradient(top, #e6e6e6 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #fff 100%);
    background: -o-linear-gradient(top, #e6e6e6 0%, #fff 100%);
    background: -ms-linear-gradient(top, #e6e6e6 0%, #fff 100%);
    background: linear-gradient(to bottom, #e6e6e6 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=0);*/
    background-repeat: repeat-x;
    /*    border: 1px solid #d6d6d6 */
}

    .acc_container .block,
    .block_container .block {
        padding: 0;
    }

.container {
    margin-bottom: 0px;
    float: left;
    width: 100%;
    height: 265px;
    background-color: rgb(188, 0, 21);
    box-shadow: -1.075px 2.801px 8px 0px rgba(0, 0, 0, 0.51);
}

.afterbooking{
    height: 150px !important;
}

.acc_container table th,
.block_container table th {
    background: none !important;
    color: #000;
}

#staticmainContentFullpage3 {
    padding: 10px;
    font-size: 12px !important;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 20px;
    float: left;
}

    #staticmainContentFullpage3 p {
        padding-bottom: 2px;
    }

    #staticmainContentFullpage3 img {
        position: relative;
        top: 8px;
    }

    #staticmainContentFullpage3 .row1 {
        width: 409px;
        float: left;
        padding-bottom: 15px;
    }

        #staticmainContentFullpage3 .row1 .left1 {
            width: 200px;
            float: left;
        }

        #staticmainContentFullpage3 .row1 .right1 {
            width: 209px;
            float: left;
            text-align: left;
        }

            #staticmainContentFullpage3 .row1 .right1 .passenger_types {
                width: 70px;
            }

    #staticmainContentFullpage3 .floatRightPTR {
        text-align: left;
        padding: 0;
    }

        #staticmainContentFullpage3 .floatRightPTR .buttonN {
            margin: 0;
        }

    #staticmainContentFullpage3 .row1 select {
        background-color: #FFF;
        border: 1px solid #B1B1B1;
        color: #333;
        font-size: 12px;
        height: 26px;
        padding: 3px;
    }

    #staticmainContentFullpage3 .row1 .wMed1s {
        width: 95px;
        margin-right: 5px;
    }

    #staticmainContentFullpage3 .row1 input[type=text] {
        border: 1px solid #B1B1B1;
        height: 20px !important;
        padding: 0;
        width: 185px;
    }

    #staticmainContentFullpage3 input[type=radio] {
        margin: 0;
    }

    #staticmainContentFullpage3 label {
        margin-right: 10px;
    }

    #staticmainContentFullpage3 input[type=text] {
        float: left;
        height: 20px !important;
    }

    #staticmainContentFullpage3 .book_a_flight {
        width: 650px;
        float: left;
        margin-left: 130px;
    }

    #staticmainContentFullpage3 p strong em {
        font-size: 12px;
        font-style: normal;
        margin: 0;
        color: #3C3C3C;
        font-weight: 400;
    }

    #staticmainContentFullpage3 .step1 {
        width: 735px;
        height: 60px;
        background: url(../../images/spicejet/stages.png) no-repeat 0 -0;
        float: left;
        margin-bottom: 40px;
        margin-left: 110px;
    }

.home_flight_search #flightSearchContainer #defense {
    margin: 0 !important;
    margin-left: 0;
}

.padding_none {
    padding: 0 !important;
    padding-top: 10px !important;
    width: 100%;
    text-align: center;
}

.home_flight_search .padding_none {
    *padding-top: 0 !important;
}

#flightSearchContainer {
    width: 70%;
    padding: 10px;
    font-size: 15px !important;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 20px;
    display: none;
    margin: 0 auto;
    color: #FFF;
    max-width: 1120px;
}

#content-change #flightSearchContainer {
    width: 100%;
}

#content-change #flightSearchContainer {
    width: 97%;
    font-size: 15px !important;
    padding-left: 19px;
    padding-bottom: 15px;
    padding-top: 20px;
    display: inline-block;
    margin: 0 auto;
    color: #FFF;
    border-color: rgb(163, 162, 162);
    /*position: relative;*/
    /*background-image: -moz-linear-gradient( 120deg, rgb(246,246,246) 1%, rgb(236,236,236) 25%, rgb(233,233,233) 59%, rgb(243,243,243) 80%);
  background-image: -webkit-linear-gradient( 120deg, rgb(246,246,246) 1%, rgb(236,236,236) 25%, rgb(233,233,233) 59%, rgb(243,243,243) 80%);
  background-image: -ms-linear-gradient( 120deg, rgb(246,246,246) 1%, rgb(236,236,236) 25%, rgb(233,233,233) 59%, rgb(243,243,243) 80%);*/
    max-width: 1250px;
}

#flightSearchContainer img {
    position: relative;
    top: 8px;
}

#flightSearchContainer .row1 {
    float: left;
    padding-bottom: 15px;
}

    #flightSearchContainer .row1 .left1 {
        float: left;
        margin-right: 5px;
    }

    #flightSearchContainer .row1 .right1 {
        width: 147px;
        float: left;
        text-align: left;
    }

        #flightSearchContainer .row1 .right1 .passenger_types {
            width: 70px;
        }

#flightSearchContainer .floatRightPTR {
    text-align: left;
    padding: 0;
}

    #flightSearchContainer .floatRightPTR .buttonN {
        margin: 0;
    }

#flightSearchContainer .row1 select {
    /*border: 1px solid #B1B1B1;*/
    color: #333;
    font-size: 18px;
    height: 40px;
    padding: 3px;
    width: 165px;
    /*background: #FFF url(../../images/spicejet/sprites_images_Skysales.png) -461px -527px no-repeat;*/
}

#flightSearchContainer .row1 .wMed1s {
    width: 95px;
    *width: 85px;
    margin-right: 5px;
}

#flightSearchContainer .row1 input[type=text] {
    border: 1px solid #B1B1B1;
    height: 24px;
    padding: 0 0 0 3px;
    width: 185px;
}

#flightSearchContainer input[type=radio] {
    margin: 0;
}

#flightSearchContainer label {
    margin-right: 10px;
}

#flightSearchContainer input[type=text] {
    float: left;
}

#flightSearchContainer .row1 .float_left2 {
    *margin-bottom: -18px !important;
}

#flightSearchContainer p strong em {
    font-size: 14px;
    font-style: normal;
    margin: 0;
    color: #FFF;
    font-weight: 400;
}

#content-change #flightSearchContainer p strong em {
    color: #3C3C3C;
}

.availabilityTable .thheadingbg1 th {
    /* XWRC background:#d1d1d1!important; */
    height: 33px !important;
    color: #000;
    border-bottom: 1px solid #bbb;
}

.availabilityTable .thheadingbg2 th {
    background: #343233 !important;
    height: 17px !important;
    color: #FFF !important;
    border-top: 1px solid #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight:500;
    min-width:70px;
}

#flight_status .availabilityTable th {
    background: #343233 !important;
    height: 17px !important;
    color: #FFF !important;
    text-transform: uppercase;
    font-size: 12px;
}

.home_pnr {
    width: 340px;
    float: left;
    padding-bottom: 15px;
    padding-left: 15px;
    *padding-top: 0;
    overflow: hidden;
}

    .home_pnr h6 {
        font-size: 11px;
    }

    .home_pnr .row {
        width: 400px;
        float: left;
        padding-bottom: 15px;
    }

    .home_pnr .left {
        width: 169px;
        float: left;
        clear: none !important;
    }

    .home_pnr .row .right {
        width: 191px;
        float: left;
        text-align: left;
    }

    .home_pnr select {
        background-color: #FFF;
        border: 1px solid #B1B1B1;
        color: #333;
        font-size: 12px;
        height: 26px;
        padding: 3px;
        width: 160px;
    }

    .home_pnr input[type=text] {
        border: 1px solid #B1B1B1;
        height: 21px;
        padding: 3px 0 0 3px;
        width: 155px;
        font-size: 13px;
    }

    .home_pnr .sectionHeader {
        padding: 0 0 10px;
    }

    .home_pnr .button {
        padding: 3px;
        float: left;
        margin-left: 20px;
    }

    .home_pnr .center {
        clear: both;
    }

.home_pnrlookup {
    float: left;
    padding-top: 0;
}

    .home_pnrlookup h2 {
        float: left;
    }

    .home_pnrlookup h6 {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 8px !important;
    }

    .home_pnrlookup .sectionHeader {
        margin-bottom: 0;
    }

    .home_pnrlookup label {
        font-size: 12px !important;
        text-align: left !important;
        width: 130px !important;
    }

.ac_flightSearch {
    float: left;
    width: 100%;
}

    .ac_flightSearch #travelOptions label {
        margin-right: 5px !important;
        margin-top: 0;
    }

    .ac_flightSearch #marketCityPair_1 {
        margin-bottom: 0px;
        float: left;
    }

    .ac_flightSearch #marketDate_1 {
        margin-bottom: 10px;
        float: left;
        position: relative;
    }

        .ac_flightSearch #marketDate_1 input, .ac_flightSearch #marketDate_2 input {
            width: 129px !important;
            height: 40px !important;
            background: rgb(188, 0, 21);
            border-radius: 5px;
            border: 1px solid #ccc;
            color: #FFF;
            font-size: 18px;
            margin-right: 5px;
            padding: 0 8px;
        }

    .ac_flightSearch #marketDate_2 {
        margin-bottom: 10px;
        float: left;
        position: relative;
    }

    .ac_flightSearch .floatRightPT {
        float: right;
        margin-right: 0;
    }

    .ac_flightSearch #marketDate_1 .ui-datepicker-trigger {
        top: -44px;
        right: 6px;
    }

    .ac_flightSearch #marketDate_2 .ui-datepicker-trigger {
        top: -44px;
        right: 66%;
    }

#custom_date_picker_id_1, #custom_date_picker_id_2 {
    width: 100% !important;
    height: 34px !important;
}

#custom_date_picker_id_2 {
    width: 100% !important;
    height: 21px;
}

.view_flights .ac_flightSearch #marketDate_2 .ui-datepicker-trigger,
.view_flights .ac_flightSearch #marketDate_1 .ui-datepicker-trigger {
    top: 22px !important;
}

.view_flights .ac_flightSearch p label {
    float: none !important;
}

.ac_flightSearch .wSml1s {
    width: 45px;
}

.ac_flightSearch .wMeds {
    width: 82px;
}

.ac_flightSearch .wMed1s {
    margin-right: 2px;
}

.ac_flightSearch .wLrg4t {
    width: 177px;
}

.ac_flightSearch .wMed1s {
    margin-bottom: 5px;
    margin-right: 5px;
    /*width: 88px;*/
    width: 24%;
    border-radius: 3px;
    border: 1px solid #D76473;
    background: #bc0015 url('../../images/spicejet/svg_icon_sprite.png') 32px -407px no-repeat;
}

.ac_flightSearch input[ type=text] {
    width: 35%;
    height: 19px !important;
    padding-right: 0 !important;
}

.ac_flightSearch select {
    width: 100%;
}

.ac_flightSearch input[ type=checkbox] {
    position: relative;
    top: 2px;
    z-index: 5;
}

.accordian_pnr {
    float: left;
    padding: 10px;
    width: 224px;
}

    .accordian_pnr h2 {
        float: left;
    }

    .accordian_pnr label {
        font-size: 12px !important;
        text-align: left !important;
        width: 130px !important;
        margin: 0;
        margin-bottom: 3px;
    }

    .accordian_pnr p {
        float: left;
        margin: 0 !important;
        margin-bottom: 8px !important;
    }

    .accordian_pnr .sectionHeader {
        background: none;
    }

.home_flightstatus {
    padding: 10px;
    padding-left: 20px;
    padding-top: 20px;
    height: 125px;
}

    .home_flightstatus .row {
        width: 511px;
        float: left;
        padding-bottom: 15px;
        margin-right: 2px;
        padding-top: 50px;
        padding-left: 20px;
    }

        .home_flightstatus .row.home-flt-status-depart-date {
            padding-left: 0;
            width: 410px;
        }

        .home_flightstatus .row .left {
            width: 250px;
            float: left;
            padding-bottom: 0;
            margin-right: 5px;
        }

        .home_flightstatus .row .right {
            width: 250px;
            float: left;
            text-align: left;
            margin-right: 5px;
        }

    .home_flightstatus .wMed5s {
        height: 42px !important;
        width: 250px !important;
        border: 1px solid #ddd !important;
        border-radius: 4px 4px 4px 4px;
        font-size: 16px;
        -moz-appearance: none;
        /*background: #FFF url(../../images/spicejet/sprites_images_Skysales.png) -313px -526px no-repeat;*/
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .home_flightstatus .wMed5s:focus, .home_flightstatus .wLrg7t:focus {
            box-shadow: 0 0 1pt 1pt #5091d6;
        }

    .home_flightstatus .wLrg7t {
        height: 40px !important;
        width: 167px !important;
        border: 1px solid #ddd !important;
        border-radius: 4px 4px 4px 4px;
        padding: 0px 0px 0px 8px !important;
        font-size: 15px;
    }

    .home_flightstatus .floatRightPT {
        margin-right: 0;
    }

    .home_flightstatus h3 {
        margin-bottom: 10px;
    }

    .home_flightstatus .floatRightPT {
        padding-right: 130px !important;
    }

.home-flt-status-depart-date .left {
    width: 230px !important;
    margin-right: 3px;
}

.home_flightstatus .home-flt-status-depart-date .wMed5s {
    width: 230px !important;
}

.home-flt-status-depart-date .right {
    width: 155px !important;
}

.home_flightstatus .home-flt-status-depart-date .wLrg7t {
    width: 150px !important;
    font-size: 16px;
}

.innerpage_flightstatus {
    padding: 0;
    padding-bottom: 20px;
    width: 71%;
}

    .innerpage_flightstatus .row {
        width: 975px;
        float: left;
        margin-bottom: 25px;
        *float: none;
    }

        .innerpage_flightstatus .row .left {
            width: 230px;
            float: left;
            padding-bottom: 0;
        }

        .innerpage_flightstatus .row .right {
            width: 230px;
            float: left;
            text-align: left;
            /*margin-left: 5px;*/
        }

    .innerpage_flightstatus .wMed5s {
        width: 220px;
        font-size: 15px;
        *width: 212px;
    }

    .innerpage_flightstatus .wLrg7t {
        width: 214px;
        font-size: 13px;
    }

    .innerpage_flightstatus .row .left label,
    .innerpage_flightstatus .row .right label {
        float: left;
        margin: 3px 0px 6px;
    }

    .innerpage_flightstatus .floatRightPT {
        padding-right: 7px !important;
    }

#FlifoSearchInputSearchView_ButtonSubmit {
    height: 120px !important;
    width: 122px !important;
    border: none;
    cursor: pointer;
    background: url(../../images/spicejet/sprites_images_Skysales.png) -1633px -540px no-repeat;
    float: right;
    /* margin-top: 6px; */
    margin-right: -80px;
    padding-top: 115px;
    font-weight: bold;
    font-size: 15px;
    color: #666;
    text-transform: uppercase;
    top: 15px;
}

    #FlifoSearchInputSearchView_ButtonSubmit:hover {
        background: url(../../images/spicejet/sprites_images_Skysales.png) -1633px -540px no-repeat;
    }

.home_checkin {
    padding: 15px !important;
    padding-bottom: 5px !important;
    padding-left: 15px !important;
    width: 350px;
    padding-top: 2px !important;
}

    .home_checkin .clear {
        padding-bottom: 0;
    }

    .home_checkin .row {
        float: left;
        padding-bottom: 2px;
    }

    .home_checkin .left, #retrive_booking .left {
        float: left;
        padding-bottom: 0px;
    }

    .home_checkin .row .right {
        width: 171px;
        float: left;
        text-align: left;
    }

    .home_checkin label {
        text-align: left !important;
    }

    .home_checkin .sectionHeader {
        display: none !important;
    }

    .home_checkin h6 {
        margin: 0 !important;
        margin-bottom: 5px;
        padding: 0 !important;
    }

    .home_checkin .wLrg4t {
        width: 152px;
        font-size: 16px;
    }

    .home_checkin .wHuge1s {
        width: 160px;
        font-size: 16px;
    }

    .home_checkin .center {
        width: 345px !important;
        clear: both;
    }

    .home_checkin .floatRightPT {
        margin: 0;
        margin-right: 10px;
        text-align: left;
        padding-left: 100px;
    }

.accordian_checkin {
    float: left;
    padding: 10px;
    width: 224px;
}

    .accordian_checkin .row {
        float: left;
        padding-bottom: 2px;
        width: 224px;
    }

        .accordian_checkin .row .left {
            width: 224px;
            float: left;
        }

        .accordian_checkin .row .right {
            width: 224px;
            float: left;
            text-align: left;
            margin-bottom: 8px;
        }

    .accordian_checkin label {
        text-align: left !important;
        margin-bottom: 3px;
    }

    .accordian_checkin .sectionHeader {
        display: none !important;
    }

    .accordian_checkin h6 {
        margin: 0 !important;
        margin-bottom: 5px;
        padding: 0 !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .accordian_checkin .wLrg4t {
        width: 195px;
    }

#ControlGroupSearchView_AvailabilitySearchInputSearchView_DropDownListCurrency {
    font-size: 13px !important;
}

.book_onitinerary a {
    background: #c41230;
    background: -moz-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d91d3d), color-stop(100%, #a80420));
    background: -webkit-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -o-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -ms-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: linear-gradient(to bottom, #d91d3d 0%, #a80420 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d91d3d', endColorstr='#a80420', GradientType=0);
    color: #fff;
    padding: 6px;
    font-size: 14px;
    width: 125px;
    float: left;
    margin-bottom: 5px;
    margin-top: -23px;
}

    .book_onitinerary a:hover {
        background: #f52347;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1MjM0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYjAyMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f52347), color-stop(100%, #cb0224));
        background: -webkit-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: -o-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: -ms-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: linear-gradient(to bottom, #f52347 0%, #cb0224 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f52347', endColorstr='#cb0224', GradientType=0);
        outline: none;
        text-decoration: none;
    }

.itinerary_btn_list {
    float: right;
    margin-top: 20px;
    margin-bottom: -10px;
    *width: 268px;
    *float: right;
}

    .itinerary_btn_list .buttonN {
        padding: 3px 12px 2px !important;
        *padding: 2px 12px 1px 12px !important;
        float: right;
    }

    .itinerary_btn_list a {
        padding-top: 0;
        cursor: pointer;
        margin-right: 5px;
        display: inline-block;
        line-height: 11px;
    }

    .itinerary_btn_list .fright,
    .itinerary_btn_list .fleft {
        *float: right !important;
    }

    .itinerary_btn_list .buttonN {
        padding-bottom: 4px\0/IE9 !important;
    }

.bookingIneligibleForCheckin {
    width: 957px;
    float: left;
    /*margin-bottom: 10px;
    margin-top: 90px;*/
    background-color : white;
    clear: both;
}
.bookingIneligibleForCheckin em {
    color: #fff;
}

.capthaMessage {
    margin-bottom: 10px;
    color: Red;
}

.capthaControl {
    clear: both;
    text-align: center;
}

.innerpage_checkin {
    width: 100%;
    float: left;
}

    .innerpage_checkin .row {
        width: 85%;
        /*float: left;*/
        margin-bottom: 10px;
        margin: auto;
    }

        .innerpage_checkin .row .left {
            width: 230px;
            float: left;
            text-align: right;
        }

            .innerpage_checkin .row .left label {
                float: right;
            }

        .innerpage_checkin .row .right {
            width: 459px;
            float: left;
            text-align: left;
        }

    .innerpage_checkin .wLrg4t {
        width: 195px;
    }

    .innerpage_checkin .sectionHeader {
        background: none;
    }

.innerpage_pnr {
    width: 689px;
    float: left;
}

    .innerpage_pnr .row {
        width: 689px;
        float: left;
        margin-bottom: 10px;
    }

        .innerpage_pnr .row .left {
            width: 230px;
            float: left;
            text-align: right;
        }

            .innerpage_pnr .row .left label {
                float: left;
                width: 14em;
                padding-left: 10px;
            }

        .innerpage_pnr .row .right {
            width: 459px;
            float: left;
            text-align: left;
        }

    .innerpage_pnr input[ type=text] {
        width: 195px;
    }

    .innerpage_pnr div {
        clear: none !important;
    }

    .innerpage_pnr label {
        font-size: 14px;
    }

    .innerpage_pnr h6 {
        margin: 10px 5px 22px 10px !important;
    }

    .innerpage_pnr .sectionHeader {
        background: none;
    }

.accordian_checkin {
    padding: 10px;
    font-size: 12px;
}

.login {
    width: 689px;
    float: left;
}

    .login .wLrg3t {
        width: 200px;
        margin-bottom: 5px !important;
    }

    .login input[type=text] {
        width: 225px;
        margin-bottom: 5px !important;
        text-transform: uppercase;
        border-radius: 3px;
        height: 40px;
        padding: 0px 0px 0px 3px !important;

        /*hack for Ie*/
        height: auto \9;
        padding: 11px \9 !important;
        /*hack for Ie*/
    }

    .login input[type=password] {
        width: 225px;
        margin-bottom: 5px !important;
        text-transform: uppercase;
        border-radius: 3px;
        height: 40px;
        padding: 0px 0px 0px 3px !important;
        background: #FFF;
        border: 1px solid #EDE9EA;
        margin-right: 3px !important;

        /*hack for Ie*/ 
        height: auto \9;
        padding: 11px \9 !important;
        /*hack for Ie*/
    }

    .login .forgotpw {
        width: 520px;
        float: left;
        padding-left: 160px;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

        .login .forgotpw a {
            float: left;
            padding-left: 20px;
        }

    .login label {
        clear: both;
        float: left;
        font-size: 1em;
        padding: 15px 1em 6px 0;
        text-align: left;
        width: 15em;
        color: #f1f1f1;
        text-transform: uppercase;
        display: inline-block;
    }

#staticmainContent {
    float: left;
    margin: 0;
    padding: 0;
    width: 689px;
    float: left;
    padding: 22px;
    margin-left: 19px;
    border: 1px solid #d7d7d7;
    line-height: 16px;
}


#staticmainContentFullpage, .staticmainContentFullpage {
    /*border: 1px solid #D7D7D7;*/
    line-height: 16px;
    margin: 0 auto;
    width: 956px !important;
    margin-top: 40px;
}

#spicejet_lounge .LoungeSSRClass .mealdropdown .lounge-service-title-align .chk {
    opacity: 1;
    position: absolute !important;
    left: 0px;
    top: 29px !important;
}

#spicejet_lounge .LoungeSSRClass .mealdropdown .lounge-service-title-align input[type=checkbox] {
    position: relative;
    top: 2px;
    margin-right: 0px;
}

div.fullpage {
    border: 1px solid #D7D7D7;
    float: none !important;
    line-height: 16px;
    margin: 0 auto !important;
    padding: 22px;
    width: 70% !important;
    background: #FFF;
}

    div.fullpage p {
        clear: none !important;
        margin: 5px 0 0 10px;
    }

    div.fullpage h1 {
        width: 956px !important;
    }

.staticmainContentFullpage h1 {
    width: 950px !important;
}

#staticmainContentFullpage #pageTitle {
    width: 950px !important;
}

.member-right-link {
    float: right;
    margin-top: -8px;
    position: relative;
    top: -26px;
}

.register-offer-comment {
    width: 950px;
    float: left;
    font-size: 14px;
    color: #c41130;
    padding: 15px 0 10px !important;
}

.spice-club-register {
    width: 92%;
    float: left;
    font-size: 14px;
    margin-top: 15px;
    padding: 10px 25px 10px 50px;
}

.spice-club-register-left {
    width: 450px;
    float: left;
}

.spice-club-register-right {
    width: 420px;
    float: left;
}

.spice-club-register label {
    width: 92%;
    float: left;
    padding-top: 5px;
}

.spice-club-register p {
    margin-bottom: 10px;
}



.spice-club-register input[type=radio] {
    width: auto;
    z-index: 1;
    position: relative;
    top: 5px;
}

    .spice-club-register input[type=radio]:last-child {
        margin-left: 15px !important;
    }

.spice-club-register .wHuge1s {
    width: 230px;
}

.spice-club-register .comment-text1 {
    font-size: 10px;
    margin-left: -215px;
    margin-top: 12px;
    position: absolute;
}

.spice-club-register .comment-text2 {
    font-size: 10px;
    margin-left: -224px;
    margin-top: 23px;
    position: absolute;
}

.spice-club-register .c-phone input {
    width: 158px;
}

.spice-club-register .d-heigh {
    height: 26px;
}

.spice-club-register .select-mr select {
    width: 230px;
}

.spice-club-register .validationErrorLabel {
    font-weight: 400;
}

.spice-club-register .dob {
    width: 90px !important;
    margin-right: 5px !important;
}

.spice-club-register .p-left {
    width: 460px;
    float: left;
    clear: none !important;
}

.spice-club-register .check-left {
    width: 418px;
    float: left;
    background: #efefef;
    border: 1px solid #b1b1b1;
    padding: 10px !important;
    height: 85px;
    font-size: 14px;
    font-weight: bold;
}

    .spice-club-register .check-left input[type=checkbox] {
        width: 16px !important;
        margin-right: 5px !important;
        position: relative;
        top: 6px;
    }

    .spice-club-register .check-left .red-font {
        font-weight: normal;
        padding-top: 15px;
        display: block;
        font-size: 12px;
    }

.spice-club-register .voucher-code-right {
    width: 418px;
    float: left;
    background: #fff;
    border: 1px solid #b1b1b1;
    padding: 10px !important;
    height: 85px;
    border-left: 0px;
}


#staticmainContentFullpage2 {
    line-height: 16px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: -131px;
}

#staticmainContentFullpage h1 {
    width: 956px !important;
}

#staticmainContentFullpage h3 {
    padding: 0 0 10px;
}

#staticmainContentFullpage #contactBody p {
    padding: 0;
}

#staticmainContentFullpage3 {
    border: 1px solid #D7D7D7;
    float: left;
    line-height: 16px;
    margin: 0 !important;
    padding: 22px;
    width: 956px !important;
}

    #staticmainContentFullpage3 h1 {
        width: 956px !important;
    }

#toursimContent {
    float: left;
    margin: 0;
    padding: 0;
    width: 689px;
    float: left;
    padding: 22px;
    margin-left: 19px;
    border: 1px solid #d7d7d7;
    line-height: 16px;
}


.faretext {
    width: 95%!important;
    margin: 40px 0 1px 13px;
    background-color: #fff;
}


    .faretext p {
        padding-top: 3px;
        padding-bottom: 3px;
    }

.error_div ~ .faretext {
    margin-top: 0 !important;
}

.defenseText {
    margin: 5px 0 15px;
}

    .defenseText p {
        padding-bottom: 7px;
    }

    .defenseText em {
        font: bold .9em 'Poppins';
    }

#passengerInputContent .row {
    width: 570px;
    float: left;
    margin: 0 0 0px;
    padding: 0 0 0 20px;
}

    #passengerInputContent .row select {
        float: left;
        margin: 0 7px 0 0;
    }

select[disabled] {
    opacity: .4;
}

#passengerInputContent .row input[type=text], .traveller-details-container .dropdown-caps {
    float: left;
    width: 100px;
    margin: 3px 8px 0 5px;
    border-radius: 3px;
    border: 1px solid #bbb;
    font-size: 15px;
}

#passengerInputContent .row1 {
    width: 520px;
    float: left;
    margin: 5px 0 10px;
    padding: 0;
}

#passengerInputContent span.dafbirth {
    width: 275px;
    float: left;
    margin: 0 0 10px;
    padding: 0 0 0 311px;
}

#passengerInputContent .stripeMe td {
    margin: 0;
    padding: 0;
    padding-right: 10px;
}

#passengerInputContent .wHuge1s {
    width: 190px;
}

#passengerInputContent .infantfirstname input {
    width: 100px !important;
    float: left;
}

#passengerInputContent .infantmiddlename input {
    width: 60px !important;
    float: left;
}

#passengerInputContent .infantlastname input {
    width: 100px !important;
    float: left;
}

#passengerInputContent h6 {
    padding-left: 10px;
    color: #B50229;
    clear: both;
}

#passengerInputContent .customerNumber input[type=text] {
    width: 242px !important;
}

.mealdropdown {
    float: left;
    padding-left: 20px;
    padding-top: 10px;
}

    .mealdropdown .label {
        padding-bottom: 5px;
        float: left;
    }

    .mealdropdown input[type=checkbox] {
        float: left;
    }

#passengerInputContent fieldset {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-top: 10px;
    background: #fff;
    border: 0;
}

.contactInputContainer .row {
    width: 550px;
    float: left;
    margin: 0 0 5px;
    padding: 0 0 0 15px;
}

.contactInputContainer .left {
    width: 220px;
    float: left;
    left: 8px;
    margin: 0;
    padding: 0;
}

.contactInputContainer .right {
    width: 330px;
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
}

.contactInputContainer p {
    margin-left: 0 !important;
    margin-left: 0 !important;
    padding-left: 0;
}

.contactInputContainer h6 {
    color: #B50229;
}

.promocode {
    width: 100%;
    float: left;
    margin: 0 0 0px;
    background: #f1f1f1;
}

/*.promocode input {
        margin: 6px 0 0 10px !important;
        font-size: 18px;
        line-height: 18px;
        text-transform: none;
        color: #000;
        border: 2px solid #afafaf;
        border-radius: 3px;
        padding: 5px 20px !important;
    }*/

h2.acc_trigger2 {
    cursor: pointer;
}

.solial_box {
    width: 998px;
    height: 54px;
    float: left;
    background: url(../../images/spicejet/iconlink_bg.png);
    border: 1px solid #d7d7d7;
    margin-top: 15px;
}

    .solial_box .left {
        width: 570px;
        height: 42px;
        float: left;
        padding: 12px 0 0;
        text-align: left;
    }

        .solial_box .left p {
            float: left;
            padding: 7px 0 0 10px;
            text-align: left;
            clear: none;
            margin: 0 !important;
            clear: right !important;
            font-weight: 700;
        }

    .solial_box h2 {
        color: #B50128;
        font-size: 14px;
        font-weight: 700;
        padding: 0 10px 5px 20px;
        text-transform: uppercase;
        border-right: 1px solid #B50128;
        width: 100px;
        float: left;
    }

    .solial_box .right {
        width: 428px;
        height: 42px;
        float: left;
        padding: 12px 0 0;
        text-align: left;
    }

.s_icons {
    float: left;
    width: 170px;
    text-align: left;
}

    .s_icons a {
        float: left;
        margin-right: 10px;
    }

.solial_box h3 {
    float: left;
    padding-top: 5px;
    margin-right: 10px;
}

.spicejet_logo {
    width: 172px;
    height: 63px;
    float: left;
    background: url(../../images/spicejet/sprites_images_Skysales.png) -33px -23px no-repeat;
}






.maxofeer {
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 20px;
}

    .maxofeer td {
        border: 1px solid #fff;
    }

.ulBullets {
    width: 100%;
    float: left;
}

    .ulBullets p {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .ulBullets ul {
        float: left;
        margin: 0;
        padding: 0;
        padding-left: 0;
        margin-left: 20px;
    }

        .ulBullets ul li {
            padding: 0 0 10px !important;
            list-style: disc !important;
        }

.ulBullets2 ul {
    float: left;
    margin: 0;
    padding: 0;
    padding-left: 0;
    margin-left: 20px;
}

    .ulBullets2 ul li {
        padding: 0 10px 10px !important;
        display: inline;
        float: left;
        list-style: disc !important;
        clear: right;
    }

#staticmainContentFullpage ul {
    list-style: none;
    padding-left: 0;
}

    #staticmainContentFullpage ul li {
        list-style: none;
        padding-bottom: 0;
    }

#staticmainContentFullpage h4 {
    padding: 10px 0 5px;
    color: #B50128;
    font-weight: 700;
    font-size: 12px;
}

.lower_alpha {
    margin-left: 30px !important;
    margin-top: 10px;
    display: block !important;
    width: 96%;
    float: left;
    margin-bottom: 5px;
}

    .lower_alpha li {
        list-style: lower-alpha !important;
        margin-bottom: 8px;
    }

.disc {
    margin-left: 30px !important;
    margin-top: 10px;
    display: block !important;
    float: left;
    width: 90%;
    margin-bottom: 5px;
    clear: both;
}

    .disc li {
        list-style: disc !important;
        margin-bottom: 8px;
        text-align: left;
    }

.ul_circle {
    margin-left: 30px !important;
    margin-top: 10px;
    display: block !important;
    float: left;
    width: 96%;
    margin-bottom: 5px;
    clear: both;
}

    .ul_circle li {
        list-style: circle !important;
        margin-bottom: 8px;
    }

.upper_roman {
    margin-left: 30px !important;
    margin-top: 10px;
    display: block !important;
    float: left;
    width: 96%;
    margin-bottom: 5px;
}

    .upper_roman li {
        list-style: upper-roman !important;
        margin-bottom: 8px;
    }

.lower_roman {
    margin-left: 30px !important;
    margin-top: 10px;
    display: block !important;
    float: left;
    width: 96%;
    margin-bottom: 5px;
}

    .lower_roman li {
        list-style: lower-roman !important;
        margin-bottom: 8px;
    }

.ul_normal {
    margin-left: 30px !important;
    margin-top: 10px;
    display: block !important;
    width: 96%;
    margin-bottom: 5px;
}

    .ul_normal li {
        list-style: none !important;
        margin-bottom: 8px;
    }

.order-list {
    margin-left: 30px !important;
    margin-top: 10px;
    display: block !important;
    float: left;
    margin-bottom: 5px;
    list-style: decimal;
}

    .order-list li {
        margin-bottom: 8px;
    }

.faq_heading {
    float: left;
    height: 26px;
    width: 690px;
    color: #3C3C3C;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}

.linkstrip h2 {
    color: #C41130 !important;
    font-size: 13px !important;
    margin: 10px 0 !important;
    background: #f1f1f1 !important;
    padding: 5px !important;
    width: 946px !important;
    border: 1px solid #f1f1f1 !important;
    clear: both !important;
    font-weight: 400 !important;
}

.container ul li p {
    margin: 0;
    padding: 0 !important;
}

.h2_border {
    border-bottom: 1px solid #CCC !important;
    color: #C41130 !important;
    float: left !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    margin: 10px 0 !important;
    padding-bottom: 7px !important;
    width: 956px !important;
}

.flightDisplayContainer .right {
    text-align: left !important;
    padding-left: 7px;
    margin: 2px px 0 0;
}

.top_margin_10 {
    margin-top: 10px;
}

.morenews_link {
    color: #b50128 !important;
    font-weight: 400 !important;
    font-size: 11px;
    padding: 0 px 0 0;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.ifame_facebook {
    border: none;
    overflow: hidden;
    width: 90px;
    height: 21px;
}

.join_us {
    font-weight: 700;
    font-size: 12px;
    padding-bottom: 10px;
    text-align: left;
}

.footer_statictext {
    margin-top: 0;
    font-size: 11px;
}

.devide_copyright {
    text-align: center;
    padding: 0 7px;
    font-size: 16px;
}

.second_level_dropdown {
    margin-top: -50px !important;
}

#HyperLinkMarketCalendar {
    width: 71px;
    height: 46px;
    border: 0;
    cursor: pointer;
    margin-top: -13px;
}

#ui-datepicker-div {
    border-color: rgb(163, 162, 162);
    background-image: -moz-linear-gradient( 120deg, rgb(238,235,236) 1%, rgb(214,214,214) 25%, rgb(242,242,242) 59%, rgb(240,239,239) 80%);
    background-image: -webkit-linear-gradient( 120deg, rgb(238,235,236) 1%, rgb(214,214,214) 25%, rgb(242,242,242) 59%, rgb(240,239,239) 80%);
    background-image: -ms-linear-gradient( 120deg, rgb(238,235,236) 1%, rgb(214,214,214) 25%, rgb(242,242,242) 59%, rgb(240,239,239) 80%);
}

.ui-datepicker-trigger {
    width: 35px;
    height: 25px;
    background: url(../../images/spicejet/sprites_images_Skysales.png) -239px -946px no-repeat;
    border: 0;
    cursor: pointer;
    margin-left: 3px;
    position: absolute;
    top: 32px;
    right: -12px;
    opacity: 0;
}

.home_flight_search .ui-datepicker-trigger {
    margin-left: 0;
}

#errorDiv {
    width: 100%;
    top: -30px;
    position: relative;
}

#staticmainContentFullpage #errorDiv {
    margin-top: -67px;
    width: 100%;
}

.error_div {
    float: left;
    width: 100%;
    color: #000;
    padding: 7px 0px;
    margin-left: 0px;
    background: #F9d3da;
    /* position:absolute;
    top:-110px;
    top:-40px;*/
}

.search-flight-wrapper #errorDiv {
    margin-top: 0px !important;
}

p.wc-assign-continue-btn {
    text-align: center;
}

.select-change .error_div {
    padding: 12px 4px;
    margin-bottom: -42px;
}

.error_div:before {
    content: "";
    display: block;
    width: 46px;
    height: 43px;
    float: left;
    background: url(../../images/spicejet/svg_icon_sprite.png) -571px -313px;
    position: absolute;
    overflow: hidden;
    margin-top: -13px;
    margin-left: 1px;
}

#staticmainContentFullpage .error_div {
    margin-left: 0;
    width: 100%;
}

#staticmainContentFullpage2 .error_div {
    margin-left: 0;
    width: 100%;
    float: left;
}

.fullpage .error_div {
    margin-left: 0;
    width: 890px;
}

.cancel_booking {
    background: url(../../images/spicejet/add-ssr-icons.png) -21px -146px no-repeat;
    width: 84px;
    height: 60px;
    float: left;
    margin-right: 15px;
}

.additional_services {
    width: 37px;
    height: 37px;
    float: left;
    margin-bottom: 5px;
}

.change_flight {
    background: url(../../images/spicejet/add-ssr-icons.png) -126px -146px no-repeat;
    width: 84px;
    height: 60px;
    float: left;
    margin-right: 15px;
}

.change_flight_time {
    background: url(../../images/spicejet/add-ssr-icons.png) -222px -146px no-repeat;
    width: 84px;
    height: 60px;
    float: left;
    margin-right: 15px;
}

.cancel_flights {
    background: url(../../images/spicejet/add-ssr-icons.png) -126px -146px no-repeat;
    width: 84px;
    height: 60px;
    float: left;
    margin-right: 15px;
}

.change_contact_details {
    background: url(../../images/spicejet/add-ssr-icons.png) -317px -147px no-repeat;
    width: 131px;
    height: 51px;
    float: left;
    margin-right: 0;
    margin-top: 15px;
}

.change_WebCheckin {
    background: url(../../images/spicejet/add-ssr-icons.png) -1094px -140px no-repeat;
    width: 82px;
    height: 51px;
    float: left;
    margin-right: 0;
    margin-top: 15px;
}

.cancel_booking-desable {
    background: url(../../images/spicejet/add-ssr-icons.png) -21px -146px no-repeat;
    width: 84px;
    height: 60px;
    float: left;
    margin-right: 15px;
}

.change_flight-desable {
    background: url(../../images/spicejet/add-ssr-icons.png) -126px -146px no-repeat;
    width: 84px;
    height: 60px;
    float: left;
    margin-right: 15px;
}

.change_flight_time-desable {
    background: url(../../images/spicejet/add-ssr-icons.png) -222px -146px no-repeat;
    width: 84px;
    height: 60px;
    float: left;
    margin-right: 15px;
}

.cancel_flights-desable {
    background: url(../../images/spicejet/add-ssr-icons.png) -126px -146px no-repeat;
    width: 84px;
    height: 60px;
    float: left;
    margin-right: 15px;
}

.itinerary-icon-left .changeMenuItem {
    float: left;
    width: 84px !important;
    margin-top: 20px;
    margin-right: 15px;
}

.itinerary-icon-right .changeMenuItem {
    float: left;
    width: auto !important;
    margin-top: 5px;
    margin-bottom: 8px;
}

.itinerary-icon-right {
    float: right;
    padding-right: 65px;
}

.print-ticket-icon-align {
    position: relative;
    top: 17px;
}

.changeMenuItem p a {
    white-space: normal;
}

#ChangeControl_ButtonFinalize {
    margin-top: 20px !important;
}

#itineraryBody h4 {
    font-size: 13px;
    font-weight: 700;
    margin-top: 8px;
}

#itineraryBody h5 {
    font-size: 13px;
    font-weight: 700;
    float: left;
}

#itineraryBody h6 {
    font-weight: 400;
    color: #C41130;
}

.pnrdetail {
    width: 956px;
    float: left;
    border: 0 solid #ccc;
}

    .pnrdetail .iti_row {
        width: 956px;
        float: left;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        background: #f1f1f1;
    }

        .pnrdetail .iti_row .iti_left {
            width: 300px;
            float: left;
            border-right: 1px solid #fff;
            clear: none !important;
            padding: 3px 0 3px 10px;
        }

        .pnrdetail .iti_row .iti_right {
            width: 630px;
            float: left;
            border-right: 0 solid #ccc;
            clear: none !important;
            padding: 3px 0 3px 10px;
        }

        .pnrdetail .iti_row .red {
            font-size: 18px;
            font-weight: 400;
            color: #C41130;
        }

#itineraryBody ol {
    margin: 0;
    padding-left: 25px;
}

    #itineraryBody ol.dropdown-caps li {
        font-weight: 700;
    }

#insuranceDetailSummary p {
    margin: 0;
    text-align: left;
}

    #insuranceDetailSummary p label {
        margin: 0;
        text-align: left;
        line-height: 150% !important;
        padding-left: 10px;
    }

    #insuranceDetailSummary p span {
        line-height: 150% !important;
        text-transform: uppercase;
    }

#insuranceDetailSummary .floatRightPTR {
    padding-left: 10px;
}

.sectionDivider {
    margin: 0;
}

.sitemap {
    margin: 0;
}

    .sitemap li {
        margin: 0;
        display: block;
        list-style: none;
        width: 880px;
    }

        .sitemap li a {
            color: #C41130;
            font-weight: 700;
            float: left;
            padding-bottom: 5px;
            clear: both;
            padding-left: 15px;
        }

        .sitemap li ul li a {
            background: none;
        }

    .sitemap a:hover {
        text-decoration: underline;
    }

    .sitemap li ul {
        margin: 0;
        float: left;
        margin-left: 40px;
    }

        .sitemap li ul li {
            margin: 0;
            float: left;
            margin-left: 0;
            list-style: disc !important;
        }

            .sitemap li ul li a {
                color: #444;
                font-weight: 400;
            }

                .sitemap li ul li a:hover {
                    color: #C41130;
                }

.rowdiv {
    width: 680px;
    float: left;
    margin-bottom: 13px;
}

.row_leftdiv {
    width: 120px;
    float: left;
}

.row_rightdiv {
    width: 560px;
    float: left;
}

.rowdiv label {
    width: auto !important;
}

.max_offerimg {
    text-align: center;
    padding: 15px;
}

.redtext {
    color: #B50229;
    float: left !important;
    font-size: 15px !important;
    padding: 0 !important;
    padding-right: 5px !important;
}

.call_icon {
    width: 24px;
    height: 24px;
    float: left !important;
    padding-right: 4px !important;
    position: relative;
    top: -2px;
}

.flight_icon1 {
    width: 45px;
    height: 28px;
    float: left;
    background: url(../../images/spicejet/sprites_images_Skysales.png) -165px -492px no-repeat;
}

.flight_icon2 {
    width: 48px;
    height: 32px;
    float: left;
    background: url(../../images/spicejet/sprites_images_Skysales.png) -302px -490px no-repeat;
}

.flight_icon3 {
    width: 76px;
    height: 28px;
    float: left;
    background: url(../../images/spicejet/sprites_images_Skysales.png) -456px -492px no-repeat;
}

.flight-label-hopping {
    width: 90%;
    height: 71px;
    background: url(../../images/spicejet/svg_icon_sprite.png) no-repeat -2163px -885px;
    max-width: 600px;
    /*margin: 6% 2%;*/
    margin-left: 3%;
    margin-top: 3%;
    position: absolute;
}

.NonStop {
    width: 8px;
    height: 10px;
    float: right !important;
}

.Through {
    width: 17px;
    height: 10px;
    float: right !important;
}

#priceDisplayBody table caption {
    background: none repeat scroll 0 0 #EA9431;
    color: #FFF;
    font-weight: 700;
    margin: 0;
    padding: 5px;
    text-align: left;
    margin-bottom: 10px;
    width: 236px;
}

.float_left {
    float: left;
    padding: 5px !important;
}

.float_left2 {
    float: left !important;
    clear: none !important;
    margin: 0 !important;
    *width: 110px;
}

#MySpiceTripSearchContainer .float_left2 {
    width: 60px;
    margin-right: 3px !important;
}

.float_left2 a {
    float: right !important;
    *float: left !important;
    *top: -28px;
    *left: 88px;
}

.ac_flightSearch .tool_info1 {
    cursor: default;
    clear: both;
    position: relative;
    left: 5px;
    top: -23px;
    *top: -27px;
}

.ac_flightSearch .tool_info2 {
    cursor: default;
    clear: both;
    position: relative;
    left: -98px;
    top: -7px;
    *top: -27px;
    top: -24px\0/IE8+9;
}

.tool_info {
    /*margin-right: 5px;*/
    margin-top: -60px;
}

.tooltip {
    display: inline;
    position: relative;
    float: right !important;
    width: 15px;
    height: 14px;
}

.priceDisplay .tooltip {
    display: inline;
    position: relative;
    width: 14px;
    height: 14px;
    z-index: 10 !important;
    float: none !important;
}

.tooltipPromo {
    margin-top: -25px;
}

    .tooltipPromo:hover:after {
        white-space: normal !important;
        width: 400px;
    }

.tooltip {
    content: attr(tooltip);
    color: #000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
    text-decoration: none;
}

    .tooltip span {
        margin-left: -999em;
        position: absolute;
    }

#flightSearchContainer .tooltip span {
    display: none;
    margin: 0;
    white-space: nowrap;
    color: #fff;
    /*    background: #b50128;
    background: rgba(181, 1, 40, 0.8);*/
    background-image: linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%) !important;
    background-image: -ms-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%) !important;
    background-image: -moz-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%) !important;
    background-image: -o-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%) !important;
    padding: 5px;
    text-align: center;
    position: absolute;
    z-index: 10 !important;
    top: -28px;
    font-size: 12px;
}

.innersearch {
    position: relative;
}

    .innersearch .tooltip span {
        z-index: 10 !important;
    }

#flightSearchContainer .tooltip {
    display: none !important;
    text-decoration: none;
    padding-left: 0px;
}

    #flightSearchContainer .tooltip:hover span {
        display: block;
        z-index: 10000001 !important;
        left: -125px;
    }

    #flightSearchContainer .tooltip:hover:before {
        border: solid;
        border-color: #b50128 transparent;
        border-width: 6px 6px 0;
        bottom: 12px;
        content: "";
        display: block;
        left: 75%;
        position: absolute;
        z-index: 99;
    }

    #flightSearchContainer .tooltip:hover:after {
        white-space: normal !important;
        width: 400px;
    }

#cssHint {
    position: absolute;
    top: 0;
    padding: 8px 15px;
    background: #F4FBFF;
    border: 1px solid #f8901e;
    color: #fff;
    z-index: 1000;
    display: none;
    max-width: 260px;
    background: #b50128;
    border-color: #b50128 transparent;
    background: rgba(181, 1, 40, 0.8);
}

#corporate_fStatus #cssHint {
    *position: absolute !important;
    *padding: 8px 15px;
    *width: 150px !important;
    *left: 200px !important;
}

#cssHint:before {
    border: solid;
    border-color: #b50128 transparent;
    border-width: 6px 6px 0;
    margin: 2px 0 0;
    bottom: -6px;
    left: 3px;
    content: "";
    display: block;
    position: absolute;
    z-index: 97;
}

#cssHint ul {
    margin-top: 4px;
    margin-bottom: 0;
}

#cssHint li {
    margin-left: -25px;
    list-style-position: outside;
    list-style-type: circle;
}

#item {
    display: block;
}

.mealDropdown .mealPanelSelect {
    border: 1px solid #B1B1B1;
    color: #333;
    background: none repeat scroll 0 0 #FFF;
    cursor: default;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-right: 2px;
    white-space: nowrap;
    width: 240px;
}

    .mealDropdown .mealPanelSelect[disabled] span.arrow {
        opacity: .3;
    }

    .mealDropdown .mealPanelSelect span.arrow {
        display: block;
        /*width: 24px;*/
        height: 37px;
        /*float: right;*/
        background: url(../../images/spicejet/sprites_images_Skysales.png) -266px -534px no-repeat !important;
        /* margin-top: 8px;*/
    }

    .mealDropdown .mealPanelSelect .label {
        overflow: hidden;
        padding: 0 0 0 4px;
        width: 200px;
        position: absolute;
    }

.mealPanel {
    position: fixed;
    z-index: 1000001;
    *margin-left: -234px;
    left: 0;
    top: 0;
}

    .mealPanel .mealPanel-wrapper {
        top: 110px;
        border: 0px solid #CCCCCC;
        padding: 0px;
        position: absolute;
        z-index: 900;
        width: 61%;
        -webkit-box-shadow: 0 0 10px #000;
        box-shadow: 0 0 10px #000;
        margin-top: 5px;
        margin-left: -10px;
    }

.mealPanelChild {
    width: 1000px;
}

.mealPanel .mealPanel-header-container {
    cursor: default;
    padding: 15px;
}

.mealPanel-header {
    width: 98%;
    float: left;
    padding: 10px;
}

    .mealPanel-header .mealpanel-selected-meal {
        width: 60px;
        height: 60px;
        float: left;
        border-right: 1px solid #ccc;
        padding-right: 10px;
    }

    .mealPanel-header .mealPanel-meal-offer-des {
        width: 72%;
        float: left;
    }

        .mealPanel-header .mealPanel-meal-offer-des strong {
            color: #B50229;
            font-size: 14px;
        }

.mealPanel-item-selection {
    position: relative;
    width: 160px;
    text-align: center;
}

    .mealPanel-item-selection input {
        float: left;
    }

    .mealPanel-item-selection .span.mealPanel-item-name {
        float: left;
        text-align: center;
    }

.mealPanel .mealPanel-Categories {
    clear: both;
    padding-top: 25px;
    border-bottom: 1px solid #ccc;
}

    .mealPanel .mealPanel-Categories ul {
        width: auto;
    }

        .mealPanel .mealPanel-Categories ul li {
            width: 400px;
        }

    .mealPanel .mealPanel-Categories a {
        display: block;
        padding: 6px 15px 5px;
        text-align: center;
        text-decoration: none;
    }

.unSelectMealErrMsg,
.mealSelectionErrorMessage {
    color: #d00;
    font-size: 13px;
    font-weight: 700;
    margin: 5px 0 10px;
    padding: 4px 6px;
}

.mealPanel .mealPanel-Categories .mealPanel-tab-item {
    float: left;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    background: #ccc;
    background-position: 0 0;
    display: block;
    text-align: center;
    color: #c41230;
    text-decoration: none;
    border: 0 solid #ddd;
    border-bottom: 0 solid #000;
    width: 313px;
}

.mealPanel .mealPanel-Categories .mealPanel-selected {
    display: block;
    background: #b50128;
    color: #fff;
    position: relative;
}

    .mealPanel .mealPanel-Categories .mealPanel-selected a {
        color: #FFF;
    }

    .mealPanel .mealPanel-Categories .mealPanel-selected span {
        width: 11px;
        height: 6px;
        float: left;
        position: absolute;
        top: 31px;
        left: 45%;
    }

.mealPanel .mealPanel-content {
    clear: both;
    float: left;
    position: relative;
    margin-top: 0;
    width: 100%;
    padding-top: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 87%;
    background: #fff;
}

    .mealPanel .mealPanel-content li {
        width: 170px;
        margin-right: 20px;
        margin-bottom: 10px;
        margin-left: 0px !important;
    }

.kids .mealPanel_item {
    margin-right: 0 !important;
}

.kids .mealPanel-item-selection {
    width: 162px;
}

.mealPanel .mealPanel-footer {
    border-top: 1px solid #CCC;
    display: block;
    margin: 16px -16px -16px;
}

.mealPanel ul {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    margin: 0 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    /* white-space: nowrap;   
    width:970px;*/
    float: left;
    margin: 0px 0px 0px 0px;
}

    .mealPanel ul.mealPanel-item-container-full {
        width: 100% !important;
    }

        .mealPanel ul.mealPanel-item-container-full .meal-title,
        .mealPanel ul.mealPanel-item-container-full .meal-title h2 {
            width: 100% !important;
        }

            .mealPanel ul.mealPanel-item-container-full .meal-title h2 {
                margin: 0 0 0 5px;
                width: 743px !important;
            }

.meal-table {
    float: left;
    margin: 0;
    margin-bottom: 5px;
    border: 1px solid #9b9b9b;
}

    .meal-table td {
        border: 0 solid #B50229;
        border-right: 0 solid #B50229 !important;
        padding: 0 !important;
        background: #ebebeb;
        padding-top: 7px !important;
    }

.tGrid6 .meal-table td {
    border: 0 solid #B50229;
    border-right: 1px solid #B50229;
    padding: 0;
}

.mealPanel ul li.meal-title {
    width: 313px;
    text-align: center;
    float: left;
}

.meal-table ul {
    width: auto;
}

.meal-table .meal-main-title {
    background: #b50229 !important;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 5px !important;
    text-align: center;
}

.meal-table .meal-main-message {
    color: #d00 !important;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 5px !important;
    text-align: center;
    padding: 15px;
}

.meal_pannel_ribbon {
    position: absolute;
    left: 0;
    top: 0;
    width: 161px;
    height: 168px;
    background: url(../../images/spicejet/meal_popup_ribbon.png) no-repeat;
    z-index: 2;
}

.meal_pannel_ribbon2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 161px;
    height: 168px;
    background: url(../../images/spicejet/meal_popup_ribbon2.png) no-repeat;
    z-index: 2;
}

.meal_selected {
    width: 144px;
    height: 100px;
    /*background: url(../../images/spicejet/selected_meal2.png) no-repeat;*/
    margin-left: 3px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: none;
}

.mealPanel .mealPanel-item-image,
.mealPanel-item-selection,
div.mealPanel-item-caption {
    cursor: pointer;
}

.mealPanel ul li.meal-title h2 {
    background: #bfbdbd;
    width: 350px;
    padding: 0 10px;
    height: 20px;
    font-size: 13px;
    position: relative;
    z-index: 1;
}

    .mealPanel ul li.meal-title h2 span {
        float: left;
        height: 20px;
        padding: 2px 4px;
        width: 100%;
        text-align: center;
    }

.mealPanel .mealPanel-Categories ul {
    margin: 0 !important;
    height: 48px;
}

.mealPanel ul li {
    display: inline-block;
    margin: 0;
    padding: 0 0 4px !important;
    vertical-align: top;
    width: 130px;
    position: relative;
}

.mealPanel span {
    margin: 0;
}

    .mealPanel span.mealPanel-item-price {
        color: #D00;
        font-weight: 700;
        padding: 1px 0 0 2px;
    }

.mealPanel .mealPanel-item-price-strike {
    color: #D00;
    font-weight: 700;
    padding: 1px 0 0 2px;
}

    .mealPanel .mealPanel-item-price-strike span {
        color: #D00;
        text-decoration: line-through;
    }

.mealPanel span.mealPanel-item-name {
    color: #c71f28;
    display: block;
    font-size: 13px;
    white-space: normal;
    text-align: left;
    padding-left: 25px;
    padding-right: 5%;
}

.mealPanel .mealpanel-content-slider-left {
    left: 0;
    line-height: 200px;
    margin-top: -110px;
    position: absolute;
    text-align: left;
    top: 75%;
}

    .mealPanel .mealpanel-content-slider-left div {
        height: 30px;
        width: 17px;
    }

.mealPanel .mealpanel-content-slider-right {
    line-height: 200px;
    margin-top: -110px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 75%;
}

.mealPanel .mealpanel-content-slider-left.disabled div {
    cursor: default;
    height: 30px;
    width: 17px;
}

.mealPanel .mealpanel-content-slider-right div {
    height: 30px;
    width: 17px;
}

.mealPanel .mealpanel-content-slider-right.disabled div {
    cursor: default;
    height: 30px;
    width: 17px;
}

.mealPanel-item-image {
    margin-bottom: 2px;
}

    .mealPanel-item-image img {
        padding: 3px;
        cursor: pointer;
        border: 0px solid #fab543;
        position: relative;
        z-index: 3;
    }


.mealPanel-item-selection input[type="checkbox"] {
    height: 24px;
    margin-right: 0px !important;
}

.mealPanel-item-caption {
    text-align: center;
    min-height: 29px;
}

.meal_options {
    width: 725px;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
}

.meal-header {
    width: 630px;
    float: left;
    padding: 15px;
    padding-bottom: 25px;
    padding-top: 20px;
}

    .meal-header .selected-meal {
        width: 60px;
        height: 60px;
        float: left;
        border-right: 1px solid #ccc;
        padding-right: 10px;
    }

.Nonveg {
    width: 700px;
    float: left;
    padding: 20px 10px 10px;
}

    .Nonveg p {
        width: 150px;
        float: left;
        margin-right: 15px;
        clear: none !important;
        text-align: center;
    }

        .Nonveg p img {
            margin-bottom: 5px;
        }

        .Nonveg p span {
            padding: 2px;
            text-align: center;
            float: left;
            width: 130px;
        }

.meal_options .meal-price {
    color: #B50229;
    font-weight: 700;
}

.MealCount {
    width: 61px;
    height: 17px;
    border: 1px solid #b6b7b7;
    margin: 5px auto;
    margin-left: 29px;
    vertical-align: bottom;
}

#excess-baggage .MealCount {
    width: 75px;
    height: 26px;
    margin-right: 5px;
    border-radius: 3px;
    margin-top: -2px;
    float: left;
}

.MealCount a {
    width: 17px;
    height: 17px;
    float: left;
    background: #ff8400;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}

#excess-baggage .MealCount a {
    height: 26px;
}

.MealCount a:hover {
    text-decoration: none;
}

.MealCount .ActualCount {
    width: 27px;
    height: 17px;
    float: left;
    background: #fff;
    color: #000;
    font-size: 14px;
    text-align: center;
}

#excess-baggage .MealCount .ActualCount {
    width: 30%;
    height: 23px;
    top: 2px;
}

#excess-baggage .MealCount a.plus-right {
    float: right;
}

.Veg {
    width: 700px;
    float: left;
}

    .Veg p {
        width: 150px;
        float: left;
        margin-right: 15px;
        clear: none !important;
        text-align: center;
    }

        .Veg p span {
            padding: 3px;
        }

        .Veg p img {
            margin-bottom: 5px;
        }

.meal_close {
    width: 90px;
    float: right;
    margin-top: 16px;
}

    .meal_close a {
        background: #B50229;
        color: #fff !important;
        padding: 5px 10px;
    }

        .meal_close a:hover {
            text-decoration: none;
        }

.tabs2 {
    width: 700px;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-left: 13px;
}

.meal-tab {
    float: left;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    background: #eee;
    background-position: 0 0;
    display: block;
    text-align: center;
    color: #c41230;
    padding: 8px 15px;
    text-decoration: none;
    border: 0 solid #ddd;
    border-bottom: 0 solid #000;
}

.meal-tabactive {
    padding: 8px 15px;
    display: block;
    background: #b50128;
    color: #fff;
    position: relative;
}

.meal-tab label {
    padding: 6px 0 0;
    height: 25px;
    display: block;
    background: #c41230;
    color: #fff;
}

.meal-tab a {
    background: #d9d9d9;
    background-position: 0 0;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 700;
}

    .meal-tab a:hover,
    .meal-tab a:active {
        background: #c41230;
        color: #fff;
    }

.mealbox-margin {
    margin-right: 17px;
}

.mealbox-lock .mealbox-overlay {
    overflow-x: auto;
    overflow-y: scroll;
}

.mealbox-overlay-fixed {
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
}

.customModal-fixed {
    bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1000002;
}

.customModal-lock .customModal-overlay {
    overflow-x: auto;
    overflow-y: scroll;
}

.customModal-margin {
    margin-right: 17px;
}

.mealbox-overlay {
    background: url(../../images/spicejet/mealbox_overlay.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    left: 0;
    overflow: hidden;
    top: 0;
    z-index: 1000001;
}

.mealbox-overlaycheckin {
    background: url(../../images/spicejet/mealbox_overlay.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    left: 0;
    overflow: hidden;
    top: -108px;
    z-index: 1000001;
}

.checkInPopup-wrapper .close {
    float: right;
    height: 33px;
    width: 33px;
}

.checkInPopup-wrapper {
    background-color: #F2F2F2;
    height: 88% !important;
    width: 710px;
    overflow-y: scroll;
}

.checkInTermsPopup .content {
    /*background-image: url(../../images/spicejet/bg.png);*/
    background-position: right 0;
    background-repeat: no-repeat;
    width: 850px;
    background-color: #F2F2F2;
}

#closeCheckinPopup {
    background-image: url(../../images/spicejet/close.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

.content-text-wrap {
    background-color: #F2F2F2;
    width: 700px;
}

.content-head {
    background-color: #AB222C;
    color: #c41230;
    ;
    font-weight: 800;
    font-style: italic;
    font-size: 13px;
    padding: 9px 10px;
}

.content-text {
    background-color: #F2F2F2;
    color: #000;
    font-weight: 800;
    font-style: italic;
    font-size: 12px;
    width: 100%;
}

    .content-text ul {
        height: 600px;
        margin: 10px 0 0;
        display: block;
    }

        .content-text ul li {
            font-family: 'Poppins';
            font-size: 13px;
            margin: 0;
            list-style: disc;
            border-right: 0;
            padding: 2px 0;
            display: list-item;
            margin-left: 30px;
            clear: both;
        }

            .content-text ul li strong {
                color: #b50128;
            }

            .content-text ul li a {
                background: none;
                float: none;
                display: inline;
                font-weight: 400;
                width: auto;
                text-decoration: underline;
            }

                .content-text ul li a:hover {
                    background: none;
                    float: none;
                    display: inline;
                    font-weight: 400;
                    width: auto;
                    text-decoration: underline;
                }

.content-form {
    background-color: #F2F2F2;
    height: 30px;
    margin: 0;
    padding-left: 17px;
    width: 92%;
    float: left;
}

    .content-form form {
        width: 300px;
        margin-top: 6px;
        float: left;
    }

    .content-form button {
        background-color: #AB222C;
        float: right;
        color: #FFF;
        padding: 6px 15px;
        border: 0;
        font-family: 'Poppins';
        font-size: 12px;
    }

        .content-form button::hover {
            cursor: pointer;
        }

.content-input {
    float: left;
    width: 20px;
}

.red {
    font-family: 'Poppins';
    font-size: 13px;
    color: #AB222C;
    text-align: left;
    margin: 0;
    float: left;
    padding: 0;
}

.checkInTermsPopup {
    background: #F2F2F2 !important;
}

.impmsg {
    width: 978px;
    padding: 10px;
    float: left;
    color: #B50229;
    font-weight: 700;
    border: 1px solid #D7D7D7;
    margin-bottom: 20px;
}

.flight_details {
    margin: 0;
    padding-top: 5px;
}

#flightDisplayBody p {
    margin: 0 !important;
    padding-top: 2px;
}

.flight_details span {
    padding-right: 5px;
    font-weight: 700;
}

.borderbt {
    width: 210px;
    padding-bottom: 7px;
}

#passengerMainBody .floatRightPTR {
    padding-top: 0px !important;
    padding-right: 0 !important;
}

    #passengerMainBody .floatRightPTR input {
        margin-right: 0 !important;
    }

#passengerInputContent,
.contactInputContainer {
    width: 687px;
    float: left;
    border: 0 solid #bfbebe;
    margin-top: 15px;
    margin-top: 0px;
    border-top: 0;
}

.contactInputContainer {
    width: 687px;
    float: left;
    border-bottom: 1px solid #3f3f3f;
    margin-bottom: 0px !important;
    padding-bottom: 20px !important;
}

#passengerInputContent {
    border-top: 0 solid #bfbebe;
    margin-bottom: 10px;
}

#register_container {
    width: 100%;
    float: left;
    border: 0 solid #bfbebe;
}

.content-form button::hover {
    cursor: pointer;
}

.content-input {
    float: left;
    width: 20px;
}

.red {
    font-family: 'Poppins';
    font-size: 13px;
    color: #AB222C;
    text-align: left;
    margin: 0;
    float: left;
    padding: 0;
}

.checkInTermsPopup {
    background: #F2F2F2 !important;
}

.impmsg {
    width: 978px;
    padding: 10px;
    float: left;
    color: #B50229;
    font-weight: 700;
    border: 1px solid #D7D7D7;
    margin-bottom: 20px;
}

.flight_details {
    margin: 0;
    padding-top: 5px;
}

#flightDisplayBody p {
    margin: 0 !important;
    padding-top: 2px;
}

.flight_details span {
    padding-right: 5px;
    font-weight: 700;
}

.borderbt {
    width: 210px;
    padding-bottom: 7px;
}

#passengerMainBody .floatRightPTR {
    padding-top: 0px !important;
    padding-right: 0 !important;
}

    #passengerMainBody .floatRightPTR input {
        margin-right: 0 !important;
    }

#passengerInputContent,
.contactInputContainer {
    width: 687px;
    float: left;
    border: 0 solid #bfbebe;
    margin-top: 15px;
    margin-top: 0px;
    border-top: 0;
}

.contactInputContainer {
    width: 687px;
    float: left;
    border-bottom: 0 solid #bfbebe;
    margin-bottom: 0px !important;
}

#passengerInputContent {
    border-top: 0 solid #bfbebe;
    margin-bottom: 10px;
}

#register_container {
    /*        width: 715px; */
    width: 100%;
    float: left;
    border: 0 solid #bfbebe;
    /*  background: #ddd*/
}

.agent_conatct_details {
    border-top: 1px solid #BFBEBE;
    position: absolute !important;
    width: 687px;
    z-index: 3;
}

    .agent_conatct_details .sectionContent {
        width: 560px !important;
    }

    .agent_conatct_details .subHeaderNote {
        padding-left: 10px;
    }

    .agent_conatct_details h6 {
        font-size: 12px;
        color: #B50128;
        margin-top: 10px;
    }

#passengerMainBody .sectionHeader {
    background: #9d9d9d;
    background: -moz-linear-gradient(top, #9d9d9d 0%, #787878 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9d9d9d), color-stop(100%, #787878));
    background: -webkit-linear-gradient(top, #9d9d9d 0%, #787878 100%);
    background: -o-linear-gradient(top, #9d9d9d 0%, #787878 100%);
    background: -ms-linear-gradient(top, #9d9d9d 0%, #787878 100%);
    background: linear-gradient(to bottom, #9d9d9d 0%, #787878 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9d9d9d', endColorstr='#787878', GradientType=0);
    width: 130px;
    height: 30px;
    float: right;
    border-bottom: 0 solid #bfbebe;
    border-left: 1px solid #bfbebe;
    border-top: 0 solid #bfbebe;
    font-size: 14px;
    color: #fff;
    padding-top: 15px;
    cursor: pointer;
    margin: 0 !important;
    clear: none !important;
    margin-top: 2px !important;
    text-align: center;
}

.contactInputContainer .sectionContent h6 {
    width: 490px;
    float: left !important;
    margin-left: 20px;
}

#passengerMainBody ul li .active {
    filter: none;
    display: block !important;
    width: 134px;
    height: 30px;
    float: right;
    border-bottom: 0 solid #bfbebe;
    border-left: 0 solid #bfbebe;
    border: 0 !important;
    padding-left: 22px;
    font-size: 14px;
    color: #fff;
    padding-top: 20px;
    cursor: pointer;
    margin: 0 !important;
    margin-top: -3px !important;
    clear: none !important;
    text-align: center;
}

.sectionContent {
    width: 560px;
    float: left;
    display: none;
    padding-top: 10px;
}

.contactInputContainer .sectionContent {
    width: 560px;
    float: left;
    padding-top: 10px;
}

.multimenu {
    width: 153px;
    float: right;
    position: relative;
    z-index: 4;
    *position: relative;
    *left: -21px;
    *top: 2px;
    *width: 160px;
}

.multicontent {
    width: 500px;
    float: left;
}

.multimenu,
.multicontent {
    list-style: none;
}

.seat_selection {
    width: 695px;
    float: left;
    border: 0 solid #bfbebe;
    margin-top: 5px;
    background: #eee;
    padding: 20px;
    margin-bottom: 0;
    *margin-top: 0;
}

.seat_heading {
    margin-left: 0;
    color: #B50229;
    font-size: 14px;
    font-weight: 700;
    float: left;
    padding-bottom: 2px;
    margin-bottom: 5px;
}

.seat_icon {
    width: 23px;
    height: 23px;
    float: left;
    margin-top: -3px;
    margin-right: 5px;
}

.insurance_icon {
    width: 23px;
    height: 23px;
    float: left;
    margin-top: -3px;
    margin-right: 5px;
}

.seat_input {
    padding-top: 22px;
    float: left;
    padding-left: 3px;
}

.seat_selection label {
    float: none !important;
    text-align: left !important;
}

#passengerInputContent .mealheding {
    margin-left: 0px;
    border-bottom: 1px solid #ccc;
    color: #B50229;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    float: left;
    padding-bottom: 2px;
    width: 100%;
    margin-bottom: 5px;
}

.meal_icon {
    width: 23px;
    height: 23px;
    float: left;
}

.flavours_ofindia {
    width: 49px;
    height: 23px;
    float: left;
    display: none;
}

.meal_title {
    float: left;
    padding: 3px 5px 0;
}

.iti_info {
    color: #3C3C3C !important;
}

.baggage_icon {
    width: 23px;
    height: 23px;
    float: left;
}

.baggage_icon2 {
    width: 23px;
    height: 23px;
    float: left;
}

#passengerMainBody fieldset {
    margin: 0;
    padding: 0;
}

#passengerMainBody select {
    position: relative;
    z-index: 2;
}


#passengerMainBody h3, .promocode .fright {
    margin-left: 20px;
}

#passengerMainBody h3 {
    margin-left: 0px;
}

#passengerMainBody .seat_selection .seat_max {
    padding: 10px 0 4px;
}

.contactInputContainer .sectionHeader {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #dedcdc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dedcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dedcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dedcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dedcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dedcdc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedcdc', GradientType=0);
    width: 137px;
    height: 40px;
    float: right;
    border-bottom: 1px solid #bfbebe;
    border-left: 1px solid #bfbebe;
    border-top: 1px solid #bfbebe;
    font-size: 15px;
    color: #b50128;
    padding-top: 20px;
    cursor: pointer;
    margin: 0 !important;
    clear: none !important;
    text-align: center;
}

ul.contactActive {
    margin-top: -260px;
}

contactInputContainer .active .multimenu {
    margin-top: 270px;
}

#passengerMainBody .register_trigger_active {
    padding: 5px 0 5px 10px;
    color: #C41130;
    margin: 0;
    background: url(../../images/spicejet/h2_trigger_a1.png) no-repeat !important;
    height: 20px;
    width: 679px;
    font-size: 13px;
    font-weight: 700;
    float: left;
    margin-bottom: 1px;
    border: 0 !important;
}

#register_trigger {
    background: #eee !important;
    color: #C41130;
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 1px;
    padding: 7px 0 7px 10px;
    width: 725px;
    border: 0 !important;
    text-align: left;
    margin-top: 5px !important;
}

.no_flights {
    float: left;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 5px 0px;
    width: 668px;
    font-size: 13px;
}

.conatct-login {
    width: 715px;
    padding: 10px;
    float: left;
    background: #eee;
    margin-bottom: 10px;
}

    .conatct-login p {
        float: left !important;
        clear: none !important;
    }

.contact-logi-list-right {
    float: left;
    padding-top: 15px;
    width: 720px;
}

    .contact-logi-list-right label {
        padding-right: 3px;
    }

.contact-logi-list {
    float: left;
}

    .contact-logi-list ul {
        margin: 15px 0 0;
        padding: 0 0 0 10px;
        float: left;
    }

        .contact-logi-list ul li {
            list-style: none;
            padding: 0 0 6px 7px;
            font-weight: 700;
        }

            .contact-logi-list ul li span.Dashboard {
                width: 24px;
                height: 18px;
                float: left;
            }

            .contact-logi-list ul li span.ExpressBookings {
                width: 24px;
                height: 18px;
                float: left;
            }

            .contact-logi-list ul li span.SafeStore {
                width: 24px;
                height: 18px;
                float: left;
            }

            .contact-logi-list ul li span.StayUpDate {
                width: 24px;
                height: 18px;
                float: left;
            }

        .contact-logi-list ul li {
            list-style: none;
            padding: 7px 55px 0 20px;
            display: inline;
        }

    .contact-logi-list .sign-up {
        color: #c41130;
    }

.country_price {
    font-size: 13px;
    font-weight: 400;
}

.search_options_menucontentbg {
    float: left;
    background: #fff;
    width: 728px;
    position: absolute;
    fiiter: none !important;
    border: 1px solid #ddd;
    z-index: 1000001 !important;
    display: block;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
    *margin-left: -187px;
    *z-index: 2;
}

    .search_options_menucontentbg td a {
        float: left;
        padding: 2px 5px;
        color: #3C3C3C;
        border: 1px solid #f1f1f1;
    }

        .search_options_menucontentbg td a:hover {
            float: left;
            text-decoration: none;
            border: 1px solid #C41230;
        }

    .search_options_menucontentbg h3 {
        font-size: 14px;
        margin-top: 0px;
        width: 100%;
        float: left;
        text-align: left;
        color: #fff;
        padding: 5px;
        background-image: -moz-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%);
        background-image: -webkit-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%);
        background-image: -ms-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e8e7e7', endColorstr='#c9c9c9', GradientType=0);
    }

    .search_options_menucontentbg table tr td {
        padding: 2px 0;
    }

.select_CTXT {
    height: 35px !important;
    width: 140px !important;
    padding-left: 5px;
    border-radius: 5px;
    border: 1px solid #c8c6c7 !important;
}

.clearboth {
    clear: both;
    font-size: 13px;
}

.tGrid {
    background-color: #fcf2f3;
    border: 1px solid #525252;
    font-size: 14px !important;
    color: #000;
    border-collapse: collapse;
    margin: 0;
    margin-bottom: 20px;
}

    .tGrid td {
        border: 1px solid #000;
        color: #000;
        padding: 5px;
        padding-left: 18px;
        font-size: 14px !important;
    }

    .tGrid th {
        border: 1px solid #000;
        padding: 4px;
    }

.tGrid2 {
    background-color: #fcf2f3;
    border: 1px solid #525252;
    color: #000;
    border-collapse: collapse;
    margin: 0;
    margin-bottom: 20px;
}

    .tGrid2 td {
        border: 1px solid #000;
        color: #000;
        padding: 5px 2px;
        font-weight: 700;
        padding-left: 18px;
    }

    .tGrid2 th {
        border: 1px solid #000;
        padding: 4px;
    }

.tGrid3 {
    background-color: #FFF;
    border: 0 solid #525252;
    color: #000;
    border-collapse: collapse;
    margin: 0;
    margin-bottom: 0;
}

    .tGrid3 td {
        border: 0 solid #000;
        color: #000;
        padding: 5px;
    }

    .tGrid3 th {
        border: 0 solid #000;
        padding: 4px;
    }

.tGrid4 {
    background-color: #FFF;
    border: 1px solid #D7D7D7;
    border-collapse: collapse;
    margin: 20px 10px 10px 0;
    width: 100%;
    float: left;
}

    .tGrid4 td {
        border: 0 solid #C1C1C1;
        padding: 3px;
    }

    .tGrid4 th {
        border: 0 solid #C1C1C1;
        padding: 4px;
        background: #F1F1F1;
        color: #C41130;
        font-size: 12px;
        font-weight: 700;
    }

.tGrid5 {
    float: right;
    width: 100%;
    font-size: 12px !important;
    color: #000;
    border-collapse: collapse;
    margin: 0;
    margin-bottom: 20px;
}

    .tGrid5 td {
        color: #3C3C3C;
        padding: 10px;
        padding-left: 18px;
        border-top: 1px solid #e7e6e6;
        font-size: 14px;
    }

    .tGrid5 th {
        padding: 15px;
        border-top: 1px solid #e7e6e6;
    }

.tGrid6 {
    float: right;
    width: 100%;
    font-size: 12px !important;
    color: #000;
    border-collapse: collapse;
    margin: 0;
    margin-bottom: 30px;
    *margin-top: 20px;
}

    .tGrid6 td {
        border-bottom: 1px solid #ccc;
        color: #000;
        padding: 5px;
        padding-left: 10px;
    }

    .tGrid6 th {
        padding: 5px;
        padding-left: 10px;
        white-space: normal;
    }

    .tGrid6 .normal_txt {
        font-weight: 400;
        color: #3C3C3C;
        font-size: 12px;
    }

    .tGrid6 .mealMessage {
        padding: 0 !important;
        margin: 0 !important;
    }

    .tGrid6 .mealdropdown {
        padding-left: 0 !important;
        padding-right: 15px;
        min-height:75px;
    }

.tGrid7 {
    float: right;
    *float: none;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 12px !important;
    color: #000;
    border-collapse: collapse;
    margin: 0;
}

    .tGrid7 td {
        border: 1px solid #999;
        color: #000;
        padding: 5px;
        padding-left: 10px;
    }

    .tGrid7 th {
        border: 1px solid #999;
        padding: 1px;
        padding-left: 10px;
        background: #F1F1F1;
    }

.tGrid9 {
    float: right;
    width: 95%;
    border: 1px solid #ccc;
    font-size: 12px !important;
    color: #000;
    border-collapse: collapse;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 12px;
    float: left;
}

    .tGrid9 td {
        border: 1px solid #3c3c3c;
        color: #000;
        padding: 5px;
        text-align: center;
    }

    .tGrid9 th {
        border: 1px solid #3c3c3c;
        padding: 5px;
        text-align: center;
    }


.tripTotal_price {
    margin-left: 3px;
}

.text_black {
    color: #000 !important;
}

    .text_black td {
        color: #000 !important;
    }

#AVAILABILITYSEARCHINPUT_Market5Block,
#AVAILABILITYSEARCHINPUT_Market4Block,
#AVAILABILITYSEARCHINPUT_Market3Block,
#AVAILABILITYSEARCHINPUT_Market2Block,
#AVAILABILITYSEARCHINPUT_Market1Block {
    float: left;
    width: 97%;
    margin-bottom: 10px;
}

#IP {
    color: #FF9A00;
    font-weight: 700;
}

#notification {
    color: #FF9A00;
    font-weight: 700;
}

#tpItinSum .right {
    padding-right: 10px;
}

.collapse_arrow1 {
    width: 16px;
    height: 10px;
    float: left;
}

.collapse_arrow2 {
    width: 16px;
    height: 10px;
    float: left;
}

.bgactive {
    position: relative;
    float: right;
    height: 10px;
    position: relative;
    width: 16px;
    top: -2px;
}

.bgactive2 {
    position: relative;
    float: right;
    float: right;
    height: 10px;
    position: relative;
    right: 15px;
    top: 20px;
    width: 16px;
    z-index: 100001;
}

.bginactive {
    position: relative;
    float: right;
    height: 10px;
    position: relative;
    width: 16px;
    top: -2px;
}

#AVAILABILITYSEARCHINPUT_Market5Block input, #AVAILABILITYSEARCHINPUT_Market4Block input,
#AVAILABILITYSEARCHINPUT_Market3Block input, #AVAILABILITYSEARCHINPUT_Market2Block input,
#AVAILABILITYSEARCHINPUT_Market1Block input {
    margin: 0 5px 8px 0 !important;
    border-radius: 4px;
}

/*    #AVAILABILITYSEARCHINPUT_Market2Block .ui-datepicker-trigger,
    #AVAILABILITYSEARCHINPUT_Market1Block .ui-datepicker-trigger
    {
        position: relative;
        left: -40px;
        top: 14px;
    }
*/
#changeSearchBody h6 {
    border-bottom: 1px solid #CCC;
    color: #C41130;
    float: left;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 20px;
    padding-bottom: 20px 10px 0px 15px;
    width: 587px;
}

.agree p span label {
    margin: 0 !important;
    padding: 0 !important;
}

.agree p span a {
    color: inherit;
    text-decoration: underline;
}

    .agree p span a:hover {
        color: #C4112F;
    }

.agree p {
    padding-left: 10px;
    padding-top: 10px;
}

.t_price {
    color: #000 !important;
    margin-top: 5px;
    width: 226px;
}

.hint {
    border-bottom: 0 !important;
    color: #333 !important;
    font-weight: 700 !important;
    font-size: 12px !important;
}

.till_open {
    font-weight: 700;
    float: left;
    padding-bottom: 15px;
}

#paymentInputContent .payment-input-fields {
    //height: 30px !important;
    padding: 0px 0px 0px 6px !important;
    margin: 0px !important;
    width: 59% !important;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#cardOptionRadio #paymentInputContent input {
    height: 17px;
}

#paymentInputContent .wLrg3s {
    width: 173px;
}

#paymentInputContent .ibleft {
    float: left !important;
    margin-bottom: 12px !important;
    background: #FFF url("../../images/spicejet/sprites_images_Skysales.png") no-repeat -228px -533px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#paymentInputContent .paymentFee {
    border: 0 dashed #FF4040;
    float: left;
    font-size: 11px;
    margin: 5px 0 0;
    padding: 0 0 7px;
}

    #paymentInputContent .paymentFee p {
        margin: 0;
        padding: 5px;
        font-size: 13px;
        color: #3C3C3C;
        margin-bottom: 5px !important;
        font-weight: 700;
        padding-left: 0;
        padding-left: 190px;
    }

    #paymentInputContent .paymentFee span {
        margin-top: 10px;
    }

    #paymentInputContent .paymentFee p:first-child {
        font-weight: 400;
    }

.infant_crtd select {
    width: 54px !important;
    margin: 0 5px 0 0 !important;
}

.infant_crtm select {
    width: 65px !important;
    margin: 0 5px 0 0 !important;
}

.infant_crty select {
    width: 62px !important;
    margin: 0 5px 0 0 !important;
}

.infant_crta select {
    width: 69px !important;
    margin: 0 5px 0 0 !important;
}

.home_flight_search_bg {
    background: transparent;
    oveflow-x: hidden;
}

#pnrLookup iframe {
    background-color: transparent;
    height: auto;
}

.declinedParticipantNames {
    float: left;
    padding: 5px;
    text-transform: uppercase;
}

.contactInputContainer .right p {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.pwd_reset label {
    width: 13em;
    float: left;
    text-align: left;
    margin: 3px 1em 6px 0;
    clear: both;
    font-size: 1em;
}

.subAgent_pwd_reset label {
    width: 20em;
    float: left;
    text-align: left;
    margin: 3px 1em 10px 0;
    clear: both;
    font-size: 1em;
}

.home_flight_search .custom_date_pic {
    height: 19px !important;
    padding-top: 3px !important;
    width: 155px !important;
    cursor: pointer;
}

.home_flight_search .select_CTXT {
    *height: 21px !important;
    *padding-top: 3px !important;
    padding-top: 3px\0/IE8 !important;
    height: 21px\0/IE8 !important;
}

#unitMapPax span.button {
    *margin-right: 0 !important;
}

#unitMapPax span .button {
    *margin: 0 !important;
    *padding: 0 !important;
    *white-space: normal !important;
    *text-align: left !important;
    *padding-right: 10px;
}

.skysalesErrorBox {
    display: none !important;
}

.error_page .button {
    float: right !important;
    margin-top: 20px;
}

.error_page #wrapper {
    float: none !important;
    background: #B50128;
}

    .error_page #wrapper .error img {
        margin-right: 10px;
    }

.error_page #mainContent {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #D7D7D7;
    float: left;
    line-height: 16px;
    margin: 0 !important;
    padding: 22px;
    width: 954px;
    margin-top: -2px !important;
}

    .error_page #mainContent h1 {
        width: 940px;
    }

.error_page #mainFoot {
    display: none !important;
}

.error_page #mainBodyHeader {
    display: none !important;
}

.error_page #mainContent:before {
    content: "";
    display: block;
    width: 195px;
    height: 64px;
    float: left;
    position: absolute;
    overflow: hidden;
    margin-top: -105px;
}

.error_page #mainContent:after {
    content: "";
    display: block;
    width: 43px;
    height: 73px;
    float: left;
    background: none;
    position: absolute;
    overflow: hidden;
    margin-top: -200px;
    margin-left: 920px;
}

.ServiceInfo {
    float: left;
    font-size: 10px;
    line-height: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
}

#my_booking_search input[type="radio"] {
    position: relative;
    top: 2px;
    margin-left: 11px;
}

.agent-mmb-search-tips {
    float: left;
    width: 100%;
}

#my_booking_search h3 {
    margin-left: 0;
    margin-bottom: 10px;
}

#my_booking_search h2 {
    margin-left: 0;
    margin-bottom: 10px;
}

#my_booking_search p {
    margin-left: 0;
}

#my_booking_search select {
    margin-left: 10px;
}

#my_booking_search input {
    margin-left: 10px;
}

#my_booking_search ul li {
    margin-bottom: 5px;
}

.tata_aig {
    width: 72px;
    height: 69px;
    float: left;
    position: absolute;
    margin-left: 620px;
    margin-top: -40px;
}

#staticmainContentFullpage .tata_aig {
    margin-left: 850px;
}

.CubNotAuthorized {
    color: #B50229;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.change_itinerary_topmenu .atAGlanceDivBody {
    background: none !important;
    border: 0 solid #D7D7D7 !important;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 0;
    width: 956px !important;
    float: left;
    filter: none !important;
}

    .change_itinerary_topmenu .atAGlanceDivBody p {
        padding-bottom: 0 !important;
    }

.declinedParticipantNames {
    float: left;
    padding: 5px;
    text-transform: uppercase;
}

.contactInputContainer .right p {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.pwd_reset label {
    width: 13em;
    float: left;
    text-align: left;
    margin: 3px 1em 6px 0;
    clear: both;
    font-size: 1em;
}

.subAgent_pwd_reset label {
    width: 20em;
    float: left;
    text-align: left;
    margin: 3px 1em 10px 0;
    clear: both;
    font-size: 1em;
}

.home_flight_search .custom_date_pic {
    height: 19px !important;
    padding-top: 3px !important;
    width: 155px !important;
}

.home_flight_search .select_CTXT {
    *height: 21px !important;
    *padding-top: 3px !important;
    padding-top: 3px\0/IE8 !important;
    height: 21px\0/IE8 !important;
}

.change_itinerary_content #changeSearchBody h6 {
    width: 90% !important;
    margin-left: 20px;
}

#unitMapPax p.floatRightPT {
    *text-align: left;
    *margin-bottom: 10px !important;
    padding-left: 0px;
    margin-top: 7%;
}

#unitMapPax span.button {
    *margin-right: 0 !important;
}

#unitMapPax span .button {
    *margin: 0 !important;
    *padding: 0 !important;
    *white-space: normal !important;
    *text-align: left !important;
    *padding-right: 10px;
}

.skysalesErrorBox {
    display: none !important;
}

.error_page .button {
    float: right !important;
    margin-top: 20px;
}

.error_page #wrapper {
    float: none !important;
    background: #B50128;
}

    .error_page #wrapper .error img {
        margin-right: 10px;
    }

.error_page #mainContent {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #D7D7D7;
    float: left;
    line-height: 16px;
    margin: 0 !important;
    padding: 22px;
    width: 954px;
    margin-top: -2px !important;
}

    .error_page #mainContent h1 {
        width: 940px;
    }

.error_page #mainFoot {
    display: none !important;
}

.error_page #mainBodyHeader {
    display: none !important;
}

.error_page #mainContent:before {
    content: "";
    display: block;
    width: 195px;
    height: 64px;
    float: left;
    position: absolute;
    overflow: hidden;
    margin-top: -105px;
}

.error_page #mainContent:after {
    content: "";
    display: block;
    width: 43px;
    height: 73px;
    float: left;
    background: none;
    position: absolute;
    overflow: hidden;
    margin-top: -200px;
    margin-left: 920px;
}

.ServiceInfo {
    float: left;
    font-size: 10px;
    line-height: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
}

#my_booking_search input[type="radio"] {
    position: relative;
    top: 2px;
    margin-left: 11px;
}

#my_booking_search h3 {
    margin-left: 0;
    margin-bottom: 10px;
}

#my_booking_search h6 {
    margin-left: 0;
    margin-bottom: 10px;
}

#spiceclub_managebooking .agent-login-new .agent-mmb-search-tips h6 {
    font-size: 15px;
}

.holidayPackages #glsHolidayPackageSearchView_DropDownListPackage_CTNR #citydropdown {
    width: 100% !important;
}

    .holidayPackages #glsHolidayPackageSearchView_DropDownListPackage_CTNR #citydropdown .search_options_menucontent #dropdownGroup1 h3 {
        margin-left: -4px;
    }

#my_booking_search h2 {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

#my_booking_search p {
    margin-left: 0;
}

#my_booking_search select {
    margin-left: 10px;
}

#my_booking_search input {
    margin-left: 10px;
}

#my_booking_search ul li {
    margin-bottom: 5px;
}

#my_booking_search .my_book__row {
    margin-left: 0;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 20px;
}


    #my_booking_search .my_book__row p strong {
        font-weight: 700;
        color: inherit;
        margin: 0;
    }

.tata_aig {
    width: 72px;
    height: 69px;
    float: left;
    position: absolute;
    margin-left: 620px;
    margin-top: -40px;
}

#staticmainContentFullpage .tata_aig {
    margin-left: 850px;
}

.CubNotAuthorized {
    color: #B50229;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.change_itinerary_topmenu .atAGlanceDivBody {
    background: none !important;
    border: 0 solid #D7D7D7 !important;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 0;
    width: 956px !important;
    float: left;
    filter: none !important;
}

    .change_itinerary_topmenu .atAGlanceDivBody p {
        padding-bottom: 0 !important;
    }

        .change_itinerary_topmenu .atAGlanceDivBody p a {
            font-size: 14px;
            font-weight: 700;
        }

.change_itinerary_btn {
    margin-left: 869px;
    clear: both;
}

.change_itinerary_content {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    border: 0 !important;
    *clear: both;
    *width: 950px !important;
}

.change_itinerary_topmenu {
    width: 956px;
    float: left;
    *margin-bottom: 30px;
    margin-bottom: 20px;
    display: block;
}

    .change_itinerary_topmenu .atAGlanceDivBody p a {
        font-size: 14px;
        font-weight: 700;
    }

.change_itinerary_btn {
    margin-left: 869px;
    clear: both;
}

.change_itinerary_topmenu {
    width: 100%;
    float: left;
    *margin-bottom: 30px;
    margin-bottom: 20px;
    display: none;
}

    .change_itinerary_topmenu .atAGlanceDivHeader {
        display: none;
    }

    .change_itinerary_topmenu .changeMenuItem {
        width: 75px;
        border-right: 0 solid #c1c1c1;
        clear: none !important;
        padding-right: 0;
        padding-left: 7px;
        z-index: 10;
    }

.change_itinerary_content #changeSearchBody h6 {
    width: 930px !important;
}

.change_itinerary_content .form label {
    width: auto !important;
    margin-right: 3px;
    margin-top: 0;
}

#itineraryBody p {
    padding-bottom: 2px !important;
}

#ul1,
#ul2 {
    overflow: hidden;
    padding: 10px;
    float: left;
}

    #ul1 li,
    #ul2 li {
        border: none;
        margin-bottom: 1px;
        float: left;
        list-style: none;
    }

        #ul1 li a,
        #ul2 li a {
            float: left;
            padding: 4px 6px;
            color: #3C3C3C !important;
            border: 0 solid #f1f1f1;
            background: #F1F1F1;
            filter: none;
            font-weight: 400;
            width: 153px;
            display: block;
            text-align: left;
        }

            #ul1 li a:hover,
            #ul2 li a:hover {
                float: left;
                text-decoration: none;
                border: 0 solid #C41230;
                background: #fdbdbd !important;
            }

    #ul1 li,
    #ul2 li {
        *width: 168px;
    }

.city_selected {
    background: #fdbdbd;
}

    .city_selected a {
        background: #fdbdbd !important;
    }

a.close-btn {
    font-weight: 700;
    padding: 5px;
    position: absolute;
    right: -15px;
    top: 8px;
    z-index: 1;
    font-size: 14px;
}

    a.close-btn:hover {
        color: #333;
    }

input.watermark {
    color: #666;
    position: absolute;
    z-index: 0;
}

input.watermarkctrl {
    color: #666;
    background-color: transparent;
}

input {
    position: relative;
}

.ui-datepicker {
    z-index: 10;
}

.checkinText {
    border: 1px solid #ccc;
    padding: 6px;
    font-weight: 700;
    color: #B50229;
    padding-top: 2px;
    float: left;
    margin-bottom: 10px;
    *width: 674px;
}

#register_container {
    clear: both;
    padding: 10px 0px;
}

#register_trigger {
    background-color: #eee;
}

.register_trigger_active {
    background-color: #c41130 !important;
    color: #fff;
}

.active {
    background-color: #c41130 !important;
    color: #fff;
}

.home #mainContent {
    border: 0 solid #D7D7D7;
    float: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    width: inherit;
}

#ui-datepicker-div {
    display: none;
    z-index: 100000 !important;
    background: #F0EFEF;
    box-shadow: 3.845px 3.845px 6.79px 0.21px rgba(0, 0, 0, 0.51);
}

span.star {
    color: #D00;
    font-size: 14px;
    font-weight: 700;
    margin-left: -10px !important;
    margin-right: 4px !important;
    *margin-left: 0 !important;
}

#aircraftInfo {
    margin: 10px 0 10px 8px;
    float: left;
    *clear: both;
}

    #aircraftInfo span {
        float: left !important;
        /* margin: 0 10px 0 0 */
        margin: -2px 0px 0 0;
    }

    #aircraftInfo .flightIconInfo {
        float: left;
        margin: 0 1px 0 0;
    }

.city_selected {
    background: #fdbdbd;
}

    .city_selected a {
        background: #fdbdbd !important;
    }

a.close-btn {
    font-weight: 700;
    padding: 5px;
    position: absolute;
    right: 2px;
    top: 13px;
    z-index: 1;
    font-size: 14px;
}

    a.close-btn:hover {
        color: #333;
    }

.search_options_menucontentbg .close-btn {
    display: none;
}

input.watermark {
    color: #666;
    position: absolute;
    z-index: 0;
}

input.watermarkctrl {
    color: #666;
    background-color: transparent;
}

input {
    position: relative;
}

.ui-datepicker {
    z-index: 10;
}

.checkinText {
    border: 1px solid #ccc;
    padding: 6px;
    font-weight: 700;
    color: #B50229;
    padding-top: 2px;
    float: left;
    margin-bottom: 10px;
    *width: 674px;
}

#register_container {
    clear: both;
    padding: 10px 0px;
}

#register_trigger {
    background-color: #eee;
}

.register_trigger_active {
    background-color: #c41130 !important;
    color: #fff;
}

.active {
    background-color: #c41130 !important;
    color: #fff;
}

.home #mainContent {
    border: 0 solid #D7D7D7;
    float: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    width: inherit;
}

#ui-datepicker-div {
    display: none;
    z-index: 100000000 !important;
}

span.star {
    color: #D00;
    font-size: 14px;
    font-weight: 700;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#aircraftInfo {
    margin: 10px 0 10px 8px;
    float: left;
    *clear: both;
}

    #aircraftInfo span {
        float: left !important;
        /* margin: 0 10px 0 0 */
        margin: -2px 0px 0 0;
    }

    #aircraftInfo .flightIconInfo {
        float: left;
        margin: 0 1px 0 0;
    }


.ddsmoothmenu {
    width: 100%;
    float: left;
    margin-left: 1px;
}

.main_header .middle2 {
    width: 100%;
    height: 30px;
    float: left;
}
    .ddsmoothmenu ul {
        z-index: 100;
        margin: 0;
        padding: 0;
        list-style: none;
        box-shadow: none !important;
        padding-left: 0;
        text-transform: uppercase;
    }

        .ddsmoothmenu ul li {
            position: relative;
            float: left;
            /*padding: 28px 20px 28px 20px;*/

           
        }

            .ddsmoothmenu ul li a {
                display: block;
                text-decoration: none;
                font-size: 13px;
                padding: 25px 10px 25px 10px;
                line-height: 20px;
                font-weight: bold;
            }

                .ddsmoothmenu ul li a span {
                    display: none;
                }

            .ddsmoothmenu ul li ul li a span,
            .ddsmoothmenu ul li ul li ul li a span {
                display: block;
            }

            * html .ddsmoothmenu ul li a {
                display: inline-block;
            }

                .ddsmoothmenu ul li a:link,
                .ddsmoothmenu ul li a:visited {
                    color: #000;
                }

.web-checkin-page .ddsmoothmenu ul li a:link,
.web-checkin-page .ddsmoothmenu ul li a:visited {
    font-family: 'Poppins';
}

.ddsmoothmenu + ul li a.selected {
    /*background: #f89c23;*/
    font-weight: 700;
    /*background-image: -moz-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%);
        background-image: -webkit-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%);
        background-image: -ms-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%);
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.41);*/
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d91d3d', endColorstr='#a80420', GradientType=0);*/
    color: #fff !important;
}

.ddsmoothmenu ul li:hover {
    /*background: #f89c23;*/
    font-weight: 700;
    background: #ec1c24;
    //box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.41);
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d91d3d', endColorstr='#a80420', GradientType=0);*/
    color: #fff !important;
}

.ddsmoothmenu ul #login-hamburger:hover {
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    background: -moz-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d91d3d), color-stop(100%, #a80420));
    background: -webkit-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -o-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -ms-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: linear-gradient(to bottom, #d91d3d 0%, #a80420 100%);
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d91d3d', endColorstr='#a80420', GradientType=0);*/
    color: #fff !important;
    position: relative;
}

.ddsmoothmenu ul li a:hover {
    color: #fff;
    font-weight: bold;
}

.ddsmoothmenu ul li ul {
    position: absolute;
    left: 0;
    //padding-left: 10px;
    display: none;
    visibility: hidden;
    border-color: rgb(163, 162, 162);
    background-image: -moz-linear-gradient( 120deg, rgb(238,235,236) 1%, rgb(222,220,220) 25%, rgb(248,248,248) 50%, rgb(240,239,239) 80%);
    background-image: -webkit-linear-gradient( 120deg, rgb(238,235,236) 1%, rgb(222,220,220) 25%, rgb(248,248,248) 50%, rgb(240,239,239) 80%);
    background-image: -ms-linear-gradient( 120deg, rgb(238,235,236) 1%, rgb(222,220,220) 25%, rgb(248,248,248) 50%, rgb(240,239,239) 80%);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4) !important;

     /*hack for Ie*/
            background-color: rgb(222,220,220) \9;
            /*hack for Ie*/
}

    .ddsmoothmenu ul li ul li {
        float: none;
    }

        .ddsmoothmenu ul li ul li ul {
            top: 0;
            padding-left: 0;
        }

        .ddsmoothmenu ul li ul li a {
            font-size: 14px;
            text-transform: none;
            width: 230px;
            padding: 8px 6px;
            font-weight: 400;
            padding-left: 10px;
            margin: 0;
            border-top-width: 0;
            color: #000 !important;
            border-bottom: 1px solid #fff;
            text-align: left;
        }

            .ddsmoothmenu ul li ul li a:hover {
                color: #000 !important;
                font-weight: bold;
            }

#menu-list-addons li:hover, #menu-list-login li:hover {
    background: none;
    font-weight: 400;
    color: #000 !important;
}

* html .ddsmoothmenu {
    height: 1%;
}

.downarrowclass {
    position: absolute;
    top: 12px;
    right: 7px;
    display: none;
}

.rightarrowclass {
    position: absolute;
    top: 15px;
    right: 10px;
    height: 11px;
    width: 6px;
    border: 0;
    overflow: hidden;
}

.ddshadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: none;
}

.home_icon a {
    height: 15px;
    width: 30px;
    float: left;
    padding-left: 0 !important;
    margin-left: 10px;
}

    .home_icon a:hover {
        height: 15px;
        width: 30px;
        float: left;
        padding-left: 0 !important;
        margin-left: 10px;
        filter: none !important;
    }

.nivoSlider {
    position: relative;
    width: 100%;
    height: 315px;
    overflow: hidden;
}

    .nivoSlider img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: none;
    }

.nivo-main-image {
    display: block !important;
    width: 100% !important;
    position: relative !important;
    height: 315px !important;
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 8;
    display: none;
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

    .nivo-box img {
        display: block;
    }

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: .8;
    overflow: hidden;
    display: none;
    -moz-opacity: .8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .nivo-caption p {
        padding: 5px;
        margin: 0;
    }

    .nivo-caption a {
        display: inline !important;
    }

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0;
}

.nivo-nextNav {
    right: 0;
}

.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
    display: block;
    position: relative;
    text-align: right;
    top: -42px;
    z-index: 12;
    width: 200px;
    float: right;
    right: 10px;
}

    .nivo-controlNav a {
        cursor: pointer;
    }

        .nivo-controlNav a.active {
            font-weight: 700;
        }

.theme-default .nivoSlider {
    position: relative;
}

    .theme-default .nivoSlider img {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

    .theme-default .nivoSlider a {
        border: 0;
        display: block;
    }

.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 14px;
    height: 18px;
    text-indent: -9999px;
    border: 0;
    margin: 0 2px;
    text-align: center;
}

    .theme-default .nivo-controlNav a.active {
        background-position: 0 -18px;
    }

.theme-default .nivo-directionNav a {
    display: none;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}

.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}

.theme-default a.nivo-prevNav {
    left: 15px;
}

.theme-default .nivo-caption {
    font-family: 'Poppins';
}

    .theme-default .nivo-caption a {
        color: #fff;
        border-bottom: 1px dotted #fff;
    }

        .theme-default .nivo-caption a:hover {
            color: #fff;
        }

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

    .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
        width: auto;
        height: auto;
        background: none;
        margin-bottom: 5px;
    }

    .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
        display: block;
        width: 120px;
        height: auto;
    }

.nivoSlider a {
    background-color: #fff;
    filter: alpha(opacity=0);
    /otherthanie/-moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.theme-default .nivo-controlNav a {
    background: url(../../images/spicejet/sprites_images_Skysales.png) -415px -165px no-repeat scroll !important;
    border: 0 none;
    display: inline-block;
    height: 22px;
    margin: 0 2px;
    text-indent: -9999px;
    width: 22px;
    cursor: pointer;
}

    .theme-default .nivo-controlNav a.active {
        background-position: -396px -165px !important;
    }

.small_bannrs .nivo-controlNav {
    display: none !important;
}

.clear,
.clear2 {
    clear: both;
    float: none;
}

.clear2 {
    margin-bottom: 5px;
}

.fieldlabelctnr {
    text-align: right;
}

.defaultValue {
    color: #ccc;
}

#passengerInputContent .row > div {
    padding-bottom: 10px;
    margin-left: 27px;
}

.maxOffer {
    width: 92%;
    border-top: 0;
    padding: 0px 27px;
    font-size: 12px;
    text-align: left;
}

.max_radio span {
    padding-left: 10px;
}

.maxOfferCntr .sectionHeader1 {
    margin: 0 10px;
    font-size: 14px;
    color: #000;
}

.maxOffer a {
    color: #000;
}

.hidden {
    display: none;
}

.hidecityinput {
    border: transparent !important;
    background-color: transparent;
    float: none !important;
    height: 1px !important;
    z-index: -1;
    padding: 0px;
    position: absolute;
    opacity: .01;
    filter: alpha(opacity=1);
}

.hidelogical {
    border: transparent !important;
    background-color: transparent;
    float: none !important;
    height: 1px !important;
    width: 1px !important;
    z-index: -1;
    padding: 5px;
    position: absolute;
}

.required {
    background-color: #fff;
}

.spiceCargo {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #ccc !important;
    margin-left: 100px;
    margin-top: 20px;
}

.cargoTitle {
    background: none repeat scroll 0 0 #f1f1f1 !important;
    color: #B50128;
    font-weight: 700;
}

.airports {
    border-bottom: 1px dotted #CDCDCD;
    float: left;
    margin-left: 40px;
}

    .airports ul {
        float: left;
        height: 120px;
        list-style: none outside none;
        margin: 0 0 0 40px;
        padding: 12px 0 0;
        text-align: left;
        width: 200px;
    }

    .airports li {
        list-style: none outside none;
        margin: 0;
        padding: 0;
        text-align: left;
    }

#middleInnerContent table {
    border: 1px solid #EFEFEF;
    margin: 20px;
}

#middleInnerContent td {
    background-color: #F9F7F7;
    height: 24px;
    padding: 5px;
}

.fleft {
    float: left;
}

.fright {
    float: right;
    *float: none;
}

.UserWelcome {
    position: absolute;
    padding-right: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    right: 30px;
    top: 85px;
    *top: 102px;
    z-index: 10;
    width: 31%;
    min-width: 415px;
}

    .UserWelcome .left-welcome {
        /*float: left;*/
        text-align: left;
        display: inline-block
    }

        .UserWelcome .left-welcome span {
            background: none;
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .UserWelcome .left-welcome span:first-child {
                padding-left: 0px;
            }

            .UserWelcome .left-welcome span:last-child {
                padding-right: 5px;
            }

    .UserWelcome .right-welcome {
        white-space: nowrap;
        /*float: left;*/
        width: 90px;
        display: inline-block
    }

    .UserWelcome .button {
        *line-height: 22px;
    }

.home_header .UserWelcome {
    padding: 0 5px;
    top: 105px;
    right: 10px;
    line-height: 24px;
    color: #000;
    text-align: right;
    width: 580px;
}

    .home_header .UserWelcome .left-welcome {
        float: none;
        width: 498px;
        display: inline-block;
    }

        .home_header .UserWelcome .left-welcome span {
            background: rgba(255, 255, 255, 0.6);
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .home_header .UserWelcome .left-welcome span:first-child {
                padding-left: 5px;
            }

            .home_header .UserWelcome .left-welcome span:last-child {
                padding-right: 5px;
            }

    .home_header .UserWelcome .right-welcome {
        white-space: nowrap;
        float: right;
        width: 80px;
    }

div#middlecontainer {
    height: auto;
    margin-left: 50px;
    margin-right: 10px;
    margin-top: 20px;
    overflow: hidden;
    padding: 0 0 15px;
    position: relative;
    text-align: left;
    width: 950px;
}

#heading {
    background-image: url(../../images/spicejet/innerTitlebg.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #B50229;
    font-size: 9pt;
    font-weight: 700;
    line-height: 20px;
    margin: 8px 10px 15px 20px;
    text-align: left;
}

#middlecontainer #top-banner {
    vertical-align: middle;
}

#middlecontainer #content {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 20px;
    margin-top: 20px;
    width: 820px;
}

#middlecontainer #buttons ul {
    background-color: #FFF;
    height: 26px;
    margin-bottom: 0;
    margin-left: 20px;
    padding: 0;
    width: 820px;
    margin-top: 20px;
}

#middlecontainer #buttons li {
    background-image: url(../../images/spicejet/button-deselect.jpg);
    background-repeat: no-repeat;
    border-right: 1px solid #FFF;
    color: #D97D86;
    cursor: pointer;
    display: inline;
    float: left;
    font-weight: 400;
    line-height: 30px;
    margin-right: 2px;
    width: 160px !important;
    text-align: center;
    padding: 4px 0;
    margin-right: 0;
}

* + html #middlecontainer #buttons li {
    border-right: 0 solid #FFF;
    margin-left: -1px;
    padding: 4px 46px;
}

    #middlecontainer #buttons li:hover,
    #middlecontainer #buttons li.current {
        background-image: url(../../images/spicejet/button.jpg);
        color: #FFF;
    }

#middlecontainer #content-change {
    border-bottom: 1px solid #C30;
    border-left: 1px solid #C30;
    border-right: 1px solid #C30;
    height: auto;
    margin-left: 20px;
    padding: 20px 10px;
    width: 782px;
    border-bottom: 1px solid #C30;
    border-left: 1px solid #C30;
    border-right: 1px solid #C30;
    height: auto;
    margin-left: 20px;
    padding: 20px 10px;
    width: 782px;
}

    #middlecontainer #content-change table tr td {
        padding: 0;
    }

    #middlecontainer #content-change input[type=text] {
        margin-right: 5px;
        margin-bottom: 10px;
    }

    #middlecontainer #content-change select {
        margin-right: 5px;
        margin-bottom: 10px;
    }

    #middlecontainer #content-change h1 {
        width: 772px !important;
        font-size: 12px;
        font-weight: 700;
    }

.features,
.fees,
.faq,
.offer,
.rewards,
.benifits {
    display: none;
}

#middlecontainer #content-change .benifits,
.features,
.fees,
.faq,
.offer,
.rewards,
.apply p {
    color: #000;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: left;
}

.apply table td select {
    margin: 0 4px 0 0;
}

.apply table td input[type="text"] {
    width: 162px;
}

.terms_list {
    margin-top: 20px;
}

    .terms_list td {
        padding-bottom: 7px;
    }

.apply span {
    color: Red;
}

.apply select,
.apply input[type="text"] {
    border: 1px solid #999;
}

.apply h3 {
    color: #B50229;
}

.apply input[type="radio"] {
    position: relative;
    top: 2px;
}

#middlecontainer #buttons li {
    margin-right: 0;
}

.apply input[type="radio"] {
    float: left;
    position: relative;
    top: -0;
}

#middlecontainer a {
    color: #000;
}

.pcode {
    float: left;
}

    .pcode p .left {
        float: left;
    }

    .pcode p .right {
        float: right;
    }

.insuranceSingle label {
    float: none;
    font-size: 1em;
    margin: 3px;
    text-align: right;
}

.insuranceSingle input[type=radio] {
    margin-left: 7px !important;
    margin-bottom: 10px !important;
    *top: 12px;
}

.insuranceMultiple label {
    float: none;
    font-size: 1em;
    margin: 3px;
    text-align: right;
}

.insuranceMultiple input[type=radio] {
    margin-left: 7px !important;
    margin-bottom: 10px !important;
    *top: 12px;
}

#agreementInput .validationErrorLabel {
    font-weight: 400 !important;
    color: #3C3C3C !important;
}

.insurance_checkbox {
    padding-left: 7px !important;
}

.creditShellAmount {
    font-weight: 700;
    margin-right: 5px;
    color: #000;
    font-size: 16px;
}

    .creditShellAmount span {
        font-weight: 700;
        margin-right: 5px;
        color: #666;
        font-size: 14px;
    }

.agLoginTab {
    top: -4px;
    position: relative;
}

#loginAgent .login {
    width: 100%;
}

.agLoginTab ul {
    font: 1.2em 'Poppins';
    list-style: none outside none;
    margin: 0 0 0 10px;
    padding: 5px 0 5px;
}

    .agLoginTab ul li {
        display: inline;
    }

        .agLoginTab ul li a {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            /*background-color: #EEE;
            border-color: #CCC #CCC -moz-use-text-color;
            border-image: none;
            border-radius: 5px 5px 0 0;
            border-style: solid solid none;
            border-width: 1px 1px medium;*/
            outline: medium none;
            padding: 4px 6px;
            text-decoration: none;
            color: #fff;
        }

            .agLoginTab ul li a:hover,
            .agLoginTab ul li a.selected {
                /*background-color: #FFF;*/
                border-bottom: solid #fff;
                padding: 4px 6px 5px;
            }

/*.agLoginTab .content div
{
    float: none;
}*/

.agLoginTab .subagent {
    /*display: none;*/
}

.agLoginTab .content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*border-color: -moz-use-text-color #CCC #CCC;
    border-image: none;
    border-right: 1px solid #CCC;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 10px;*/
    background-image: -webkit-linear-gradient( 120deg, rgb(219,77,0) 0%, rgb(249,159,36) 100%);
}

.home_pnr > div,
.home_checkin > div {
    /*padding-bottom: 5px;*/
}

.priceSummary {
    width: 100%;
    margin-top: 7px;
}

.activity-price-details {
    width: 100%;
}

.priceSummary td.lft {
    width: 170px;
    text-align: left;
    font-size: 11px;
}

.feeTableCell {
    width: 235px;
    text-align: left;
}

.priceSummary td.rht {
    text-align: right;
}

.innerInfo p {
    margin: 5px 0 0 10px !important;
    float: left;
}


.notification {
    font-weight: 700;
}

.highlight {
    font-weight: 700;
    color: #B50229;
}

#taxAndFeeInclusiveDivBody h3 span {
    text-decoration: none !important;
    font-size: 12px;
    font-weight: bold;
}

span.button {
    white-space: nowrap;
    width: auto !important;
    float: none !important;
    margin: 2px !important;
}

#validationErrorContainerReadAlongIFrame {
    display: none !important;
}

.dottedborder {
    border: 1px dashed #2e2e2e;
    margin-left: 0 !important;
}

.depositeSlip {
    text-align: center;
    color: Red;
    font-size: 18px;
    text-decoration: underline;
    border-bottom: 0;
}

.messageinfo_wrapper {
    font-size: 14px;
}

.depositslip_img {
    width: 125px;
    height: 24px;
    float: left;
    background: url(../../images/spicejet/download.gif) repeat-x !important;
    margin-bottom: 10px;
}

#convenienceFee {
    display: block;
}

.convinienceFeeNotice {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    width: 228px;
    clear: both;
    float: left;
    font-size: 12px;
    margin-top: 10px;
    background: #fff;
    background: -moz-linear-gradient(top, #e6e6e6 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #fff 100%);
    background: -o-linear-gradient(top, #e6e6e6 0%, #fff 100%);
    background: -ms-linear-gradient(top, #e6e6e6 0%, #fff 100%);
    background: linear-gradient(to bottom, #e6e6e6 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=0);
    background-repeat: repeat-x;
    border: 1px solid #d6d6d6;
    padding: 8px;
}

.seat_continue {
    margin-top: 10px !important;
    margin-right: 2px !important;
}

    .seat_continue input {
        font-family:'Poppins';
        width: 243px;
    }

.ContactPageContent {
    float: left;
}

    .ContactPageContent .Contact_left {
        width: 570px;
        float: left;
    }

    .ContactPageContent .Contact_right {
        width: 165px;
        float: right;
        overflow: hidden;
    }

.conatct_slider {
    margin-top: 0;
    float: left;
    margin-bottom: 0;
    background: transparent;
}

.agent_contact_heading h6 {
    margin-top: 10px;
    color: #B50128;
}

#Details_contactHeader {
    margin-left: 10px;
}

#register_trigger {
    filter: none !important;
}

#passengerInputContent .sectionContent .formCheckbox {
    margin: 5px 0 0 10px !important;
}

p.member_input_ctr {
    float: left;
    clear: none !important;
    margin: 0 !important;
}

#mainContent #unitMapPax p.seat_continue {
    margin-top: 5px !important;
    padding: 0;
    padding-right: 21px;
}

.seatMapMainContent .close {
    clear: both;
    margin: 7px 10px 0 !important;
}

#paymentInputContent input[type=checkbox] {
    width: auto !important;
    float: left !important;
    position: relative;
}

.foreign-currency-tnc {
    margin-top: 15px;
    padding: 10px 5px;
    font-weight: bold;
}

#paymentInputContent label.checkbox {
    clear: none;
    width: auto;
    color: #3C3C3C;
}

#paymentInputContent a.url {
    font-size: 12px;
}

.alink {
    margin-bottom: 8px !important;
    float: right;
    padding-bottom: 5px;
    margin-right: 5px;
}

.insurance_landing td {
    float: left;
}

.paxmeal {
    width: 175px;
}

.paxssr {
    width: 230px;
}

#hotelMainSearchBody h6 {
    float: left;
}

.cancelPageContainer {
    margin: auto;
}

    .cancelPageContainer label {
        line-height: 190%;
    }

    .cancelPageContainer p {
        line-height: 190%;
        text-align: left;
        clear: both;
    }

    .cancelPageContainer .cancelAOSBox input[type=checkbox] {
        top: 5px;
    }

.second_selldiv h1 {
    margin-top: -0;
}

.edit-icon a {
    background: url(../../images/spicejet/svg_icon_sprite.png) no-repeat -479px -219px;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 16px;
}

.delete-icon a {
    background: url(../../images/spicejet/svg_icon_sprite.png) no-repeat -405px -218px;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

.guest-list-contrls {
    padding: 0;
    margin-left: 0 !important;
}

    .guest-list-contrls input,
    .guest-list-contrls select {
        margin-left: 5px !important;
    }

    .guest-list-contrls input {
        margin-right: 10px !important;
    }

.close-guest {
    float: right;
    margin-bottom: -18px;
}

    .close-guest a {
        float: right;
        font-weight: 700;
        margin-right: 10px;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

        .close-guest a:hover {
            text-decoration: none;
        }

.xlrge {
    width: 173px;
}

.margin_none {
    margin: 0 !important;
    padding-top: 0 !important;
}

    .margin_none input {
        margin: 0 !important;
    }

.mealheding2 {
    border-bottom: 1px solid #CCC;
    color: #C41130;
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px;
    padding-bottom: 7px;
    width: 950px;
    margin-top: 20px;
}

.BaggageSelection {
    padding: 0;
    margin: 0;
}

    .BaggageSelection table {
        margin: 0 !important;
    }

.BaggageMessage {
    padding-left: 20px;
    padding-bottom: 10px;
    clear: both;
    width: 100%;
}

.DatePickerP {
    line-height: 20px;
}

    .DatePickerP .ui-datepicker-trigger {
        position: relative !important;
        left: -30px;
        float: left;
        top: 3px;
    }

    .DatePickerP input[type=text] {
        float: left;
    }

.terms label {
    clear: none;
    color: #3C3C3C;
    width: auto;
    font-style: normal;
}

.terms input {
    float: left !important;
    position: relative;
    top: 3px;
    width: auto !important;
    margin: 0 !important;
}

.note {
    clear: both;
    color: #C41130;
    font-size: 12px;
    font-weight: 700;
    margin: 10px 0;
    padding: 5px;
}

#Details_contactHeader .wLrgt {
    width: 100% !important;
    left: 10px;
}

.contact-page #Details_contactHeader .wLrgt {
    width: 187px !important;
    left: 10px;
}

#Details_contactHeader .pass-email-add-width {
    width: 100% !important;
}

#Details_contactHeader .wHuge1s,
#Details_contactHeader .wLrg5s {
    width: 243px;
    background: url(../../images/spicejet/sprites_images_Skysales.png) -306px -532px no-repeat !important;
}

#Details_contactHeader .conatct-lastname .wLrgt {
    width: 235px;
}

#Details_contactHeader .contact-country .wHuge1s {
    width: 242px;
}

#Details_contactHeader .contact-country .wLrgt {
    width: 70px;
}

.c-code {
    float: left;
    width: 65px;
}

    .c-code input {
        width: 50px;
    }

.phone .wHuge1t {
    width: 172px;
}

.benifit-list {
    background: #fff;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    width: 670px;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: 800px;
    z-index: 1000;
    background-color: #ccc;
}

* html .black_overlay {
    left: 10%;
}

.white_content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    background-color: transparent;
    z-index: 1002;
    overflow: auto;
}

#light .close {
    float: right;
    padding: 5px;
}

.benifit-list ul {
    margin: 0;
}

.benifit-list ol {
    margin-left: 25px;
}

.benifit-list p strong {
    padding-left: 10px;
}

.benifit-list ul li {
    list-style: none;
    background: url(../../images/spicejet/tick-icon.png) no-repeat;
    padding: 7px 0 0 25px;
    background-position: left 10px;
}

    .benifit-list ul li ul li {
        list-style: circle;
        background: none;
        padding-left: 5px;
        margin-left: 20px;
    }

.benifit-list ol li {
    padding: 7px 0 0 10px;
}

.benifit-list-popup ul {
    margin: 0;
}

.benifit-list-popup ol li p {
    padding: 5px 12px;
}

.benifit-list-popup ol {
    margin-left: 25px !important;
}

    .benifit-list-popup ol li {
        padding-left: 0 !important;
        float: left;
        background: none;
        clear: both;
    }

.benifit-list-popup ul li {
    background: none !important;
}

.benifit-list ol {
    margin-left: 25px !important;
}

.benifit-list-popup ul li .lower_alpha li {
    background: none !important;
    padding-left: 0 !important;
}

.pnr-addons-banner {
    width: 100%;
    float: left;
}

.pnr-addons-text {
    float: left;
    margin-top: 20px;
    width: 689px;
    margin-bottom: 20px;
}

    .pnr-addons-text p {
        margin-left: 0 !important;
    }

    .pnr-addons-text ul {
        margin-left: 0 !important;
        list-style: none;
    }

.frm_row {
    padding: 5px;
}

    .frm_row label {
        width: 200px;
        display: inline-block;
    }

#new-text,
#old-text {
    display: block;
    clear: both;
}

#flightSearchContainer .row1 p.checkbox {
    float: left;
    padding: 20px 10px 2px 0;
}

#travelOptions {
    width: 300px;
    background: #EEECED;
    height: 28px;
    border-radius: 30px;
    padding: 7px 0px 0px 10px;
    -moz-box-shadow: inset 0 0 10px #aaa;
    -webkit-box-shadow: inset 0 0 10px #aaa;
    box-shadow: inset 0 0 10px #aaa;
}

.home_flight_search {
    z-index: 10 !important;
    border-radius: 4px;
    /*overflow: hidden;*/
}

.home_pnr {
    padding-bottom: 5px;
}

    .home_pnr .sectionHeader {
        padding-bottom: 0;
    }

.home_pnrlookup {
    padding-top: 0;
}

#mainContent2 {
    line-height: 14px;
    *line-height: 12px !important;
}

.home_checkin {
    padding-bottom: 2px;
}

.row1 input[type=checkbox] {
    margin-right: 6px;
    margin-top: 2px;
}

.marquee {
    padding: 15px 0 15px 0;
    height: 15px;
    background: #e1e0e0;
    line-height: 16px;
    color: #B50128;
    font-weight: 700;
    top: 352px;
    width: 100%;
    z-index: 100;
    overflow: hidden;
    font-size: 14px;
    float: left;
    color: #000;
}

#marquee {
    color: #000;
    font-weight: 400;
    /* For beta release only */
}

    #marquee a {
        color: #000;
        font-weight: 400;
    }

    #marquee .marqueeTicker {
        margin: 0 30px;
    }

        #marquee .marqueeTicker span {
            padding: 0 3px;
            float: left;
        }

.destination-book-flight #flightSearchContainer {
    position: absolute !important;
    width: 213px;
    overflow: visible;
    background: #eee;
    border: 1px solid #ccc;
}

#flightSearchContainer .row1 p.checkbox {
    float: left;
    padding: 0 0px 5px 0;
}

#flightSearchContainer .row1 p.checkbox {
    *padding: 0 0 2px 0;
}


.home_flight_search {
    width: 100%;
    z-index: 1000001;
    max-width: 1150px;
    min-width: 1150px;
    display: none;
}

    .home_flight_search ul li {
        margin: 0 11px;
    }

.home_pnr {
    padding-bottom: 5px;
}

    .home_pnr .sectionHeader {
        padding-bottom: 0;
    }

.home_pnrlookup {
}

#mainContent2 {
    line-height: 14px;
}

.home_checkin {
    padding-bottom: 2px;
}

.destination-book-flight #flightSearchContainer {
    position: absolute !important;
    width: 214px;
    overflow: visible;
    background: #eee;
    border: 1px solid #ccc;
}

.contact-label-title {
    float: left;
    width: 70px;
}

    .contact-label-title .wLrgs {
        float: left;
        width: 60px;
    }

.contactInputContainer label,
.member_input_ctr label {
    float: none !important;
}

.contact-label-fname {
    float: left;
    width: 170px;
    clear: none !important;
}

.contactInputContainer .right p,
.contactInputContainer .left p {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}

.contactInputContainer .required {
    background-color: #fff;
}

.contact-label-state {
    float: left;
    width: 163px;
    clear: none !important;
}

.contact-label-zip {
    float: left;
    width: 80px;
    clear: none !important;
}

    .contact-label-zip .wLrgt {
        width: 70px !important;
    }

#home_banner .slider-wrapper {
    width: 100%;
    height: 315px;
    overflow: hidden;
}

.pnr_example_info {
    cursor: pointer;
    background: url(../../images/spicejet/sprites_images_Skysales.png) -48px -323px no-repeat !important;
    width: 19px;
    height: 19px;
    float: left;
    position: absolute;
    margin-left: -27px;
    margin-top: 4px;
}

    .pnr_example_info:hover {
        background: url(../../images/spicejet/sprites_images_Skysales.png) -27px -323px no-repeat !important;
    }

.home_pnr .pnr_example_info {
    cursor: pointer;
    background: url(../../images/spicejet/sprites_images_Skysales.png) -48px -323px no-repeat !important;
    width: 19px;
    height: 19px;
    float: left;
    position: absolute;
    margin-left: -23px;
    margin-top: 4px;
}

    .home_pnr .pnr_example_info:hover {
        background: url(../../images/spicejet/sprites_images_Skysales.png) -27px -323px no-repeat !important;
    }

.checkin_pnr_number input {
    width: 380px !important;
}

.pnr_example_info2 {
    cursor: pointer;
    background: url(../../images/spicejet/sprites_images_Skysales.png) -48px -323px no-repeat !important;
    width: 19px;
    height: 19px;
    float: left;
    position: absolute;
    margin-left: 7px;
    margin-top: 0;
}

    .pnr_example_info2:hover {
        background: url(../../images/spicejet/sprites_images_Skysales.png) -27px -323px no-repeat !important;
    }

.dropdownDiv ul {
    float: left;
    padding: 10px 0;
    width: 25%;
}

    .dropdownDiv ul li {
        float: none !important;
        border: 0 none !important;
    }

        .dropdownDiv ul li a {
            font-size: 15px;
            float: none !important;
            background: none repeat scroll 0 0 #FFF;
            border: 0 solid #F1F1F1;
            color: #3C3C3C !important;
            display: block;
            filter: none;
            font-weight: 400;
            padding: 4px 8px;
            text-align: left;
            min-width: 153px;
            line-height: 16px;
            height: auto !important;
        }

            .dropdownDiv ul li a:hover {
                float: left;
                text-decoration: none;
                border: 0 solid #C41230;
                background: #fdbdbd !important;
                height: auto !important;
            }

#passengerInputContent .issue_date {
    width: 208px !important;
}

#passengerInputContent .expiry_date {
    width: 208px !important;
}

.contact-member {
    margin: 15px 0 15px 15px !important;
}

h6.login-home-checkin {
    float: left;
    font-weight: 400;
    margin-bottom: 5px !important;
}

.child_DOB {
    width: 243px;
}

    .child_DOB label {
        text-align: left !important;
        float: none !important;
    }

.online-checkin-content {
    width: 665px;
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
    font-weight: 700;
}

    .online-checkin-content span {
        height: 32px;
        width: 37px;
        float: left;
        margin-right: 10px;
    }

.emiLabelTD {
    float: left;
    padding-left: 26px;
    text-align: right;
    width: 150px;
}

.emiValueTD {
    float: left;
    padding-left: 20px;
}

.emiLabel {
    font-size: 9px;
}

.EM_paymentFee {
    position: relative;
    top: -180px;
    margin: 5px 0 -60px !important;
}

.paymentFeePlaceHolder {
    height: 100px;
    display: none;
}

#PrePaid_EM .paymentFeePlaceHolder {
    height: 70px;
    display: block;
}

#PrePaid_EM .noPaymentFee {
    display: none;
}

.itinerary-main iframe {
    position: absolute;
}

.inner_banner {
    width: 687px;
    height: 238px;
    float: left;
    margin-bottom: 20px;
}

.skysales-landing p {
    margin-left: 0 !important;
    padding-bottom: 10px;
}

    .skysales-landing p strong {
        color: inherit !important;
        font-weight: 700 !important;
    }

.two_flights_icon {
    width: 20px;
    height: 20px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -96px -9px no-repeat;
}

.dropdownDiv ul li.interline a {
    font-weight: 700 !important;
    color: #B9390A !important;
}

.message {
    width: 943px !important;
}

.register-div .wLrg2t,
.register-div .wLrgs,
.register-div .wHuge1s,
.register-div .wSml2t,
.register-div .wHuge1t,
.register-div .wLrgt {
    width: 226px;
}

.register-div .DatePickerP input[type="text"] {
    width: 226px;
}

.register-div select {
    width: 234px !important;
}

.register-div .dob {
    width: 74px !important;
}

.register-div .sectionHeader1 {
    font-size: 16px;
    font-weight: 400;
}

.register-div .sectionHeader {
    font-size: 16px;
    font-weight: 400;
}

.register-div .wHuge4s2 {
    width: 163px;
    border:1px solid #ccc;
}

.register-div .inputHalf {
    width: 226px;
}

#profileMainBody .wLrg0s {
    width: 84px !important;
}

#profileMainBody .shortMonthDropdown {
    width: 50px !important;
}

#profileMainBody .shortYearDropdown {
    width: 60px !important;
}

#profileMainBody .wSml4t {
    width: 130px;
}

.flightstatusleft {
    font-size: 12px !important;
    margin: 25px 0 0 15px;
}

    .flightstatusleft p {
        padding-bottom: 2px;
    }

    .flightstatusleft input[type=text] {
        height: 19px;
        width: 194px;
    }

    .flightstatusleft select {
        height: 25px;
        width: 199px;
    }

    .flightstatusleft .row {
        margin: 4px;
    }

.dropdown-caps {
    text-transform: uppercase;
}

address {
    text-transform: uppercase;
}

.PNR_name {
    text-transform: uppercase;
}

#unitMap .fare {
    padding: 0;
    margin: 20px;
    list-style-type: none;
    overflow: visible;
    clear: both;
    *vertical-align: top;
    *position: relative;
    *z-index: 1000001;
    cursor: pointer;
    margin: 0;
}

    #unitMap .fare .fareToolTip {
        cursor: default;
        text-align: center;
        color: #3C3C3C;
        position: absolute;
        width: 235px;
        border: 1px solid #000;
        padding: 10px;
        font-size: 12px;
        font-weight: 400;
        vertical-align: middle;
        z-index: 1000001;
        display: inline-block;
        *left: 0;
        margin-left: -120px;
        background: #fff;
        top: 238px;
        padding: 10px 0;
        white-space: normal;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        transition: all 300ms;
        height: 52px !important;
        font-size: 11px;
        padding: 10px;
    }

        #unitMap .fare .fareToolTip:before,
        #unitMap .fare .fareToolTip:after {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            border-bottom: 8px solid #fff;
            display: none;
        }

    #unitMap .fare:hover .fareToolTip {
        opacity: 1;
        visibility: visible;
    }

    #unitMap .fare .fareToolTip:before {
        border-width: 6px;
        margin-left: -15px;
    }

    #unitMap .fare .fareToolTip:after {
        border-width: 10px;
        margin-left: -20px;
        z-index: 1;
    }

    #unitMap .fare .fareToolTip a {
        color: #3C3C3C;
        text-decoration: underline;
    }

.infant_crta select {
    width: 90px !important;
}

.flifo-flight {
    border: 1px solid #ccc !important;
}

    .flifo-flight th {
        color: #C41130 !important;
    }

    .flifo-flight tr td {
        border-bottom: 1px solid #ccc;
    }

.ui-dialog {
    z-index: 1000001 !important;
    border-radius: 4px;
}

.search_options_menucontent .tooltip:hover:after {
    background: #b50128;
    background: rgba(181, 1, 40, 0.8);
    border-radius: 0;
    bottom: 18px !important;
    color: #fff;
    content: attr(tooltip) !important;
    display: block;
    left: 50% !important;
    padding: 5px 15px;
    position: absolute;
    white-space: nowrap;
    z-index: 98;
    width: 130px !important;
}

.search_options_menucontent .tooltip:hover:before {
    border: solid;
    border-color: #b50128 transparent;
    border-width: 6px 6px 0;
    bottom: 12px;
    content: "";
    display: block;
    left: 75% !important;
    position: absolute;
    z-index: 99 !important;
}

.innerpage_flightstatus .buttonN {
    height: 25px;
    position: relative;
    top: 1px;
    *top: 2px;
}

.change_itinerary_topmenu #atAGlanceContent {
    width: 950px;
    float: left;
}

.home-StudentDiscount span {
    width: 300px !important;
    display: inline-block;
    top: 21px !important;
    text-align: justify !important;
    white-space: normal !important;
    background: #b50128;
    background: rgba(181, 1, 40, 0.8) !important;
    border: 1px solid #b50128 !important;
}

.home-StudentDiscount {
    width: auto;
    display: inline;
    float: left !important;
}





.home-IndArm {
    width: auto;
    display: inline;
    float: left !important;
    margin-right: 20px;
}

    .home-IndArm span {
        width: 300px !important;
        display: inline-block;
        top: 21px !important;
        text-align: justify !important;
        white-space: normal !important;
        /*background: #b50128;*/
        background-image: linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%) !important;
        background-image: -ms-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%) !important;
        background-image: -moz-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%) !important;
        background-image: -o-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%) !important;
        background-image: -webkit-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%) !important;
        border: 1px solid #b50128 !important;
        font-size: 12px;
    }

#flightSearchContainer .home-IndArm:hover:before,
#flightSearchContainer .home-StudentDiscount:hover:before {
    border: solid;
    border-color: #b50128 transparent;
    border-width: 0 9px 9px !important;
    top: 12px;
    content: "";
    display: block;
    left: 20%;
    position: absolute;
    z-index: 99;
}




.home-StudentDiscount,
.home-IndArm {
    *top: 0 !important;
}

    .home-StudentDiscount input[type=checkbox],
    .home-IndArm input[type=checkbox] {
        *float: none !important;
    }

.maxstrip-seat {
    width: 555px;
    background: #ffc000;
    padding: 5px;
    float: right;
}

    .maxstrip-seat span {
        float: left;
        text-align: center;
        vertical-align: middle;
        margin-right: 11px;
        padding-top: 3px;
    }

        .maxstrip-seat span.font-devide {
            font-size: 14px;
            padding-top: 10px;
            font-weight: 700;
        }

.inner-left-banner {
    margin-top: 5px;
    float: left;
}

.seat-max {
    width: 32px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/spicemax-icon2.png) no-repeat;
    margin-left: 32px;
    margin-top: 3px;
}

.ssrList {
    margin-left: 13px;
}

#passengerMainBody .seat_selection .seat_max {
    padding: 10px 0 4px;
}

#purchaseInsuranceContainer p {
    margin-left: 0 !important;
}

#purchaseInsuranceContainer h6 {
    margin-left: 0 !important;
}

.specialServices td {
    padding: 0;
}

table.specialServices {
    width: auto;
}

.home_events .nivo-controlNav {
    display: none !important;
}

.travel-docs p {
    margin-left: 0px !important;
    margin-bottom: 5px;
}

.search_icons {
    position: absolute;
    left: 20px;
    top: 449px;
    width: 376px;
    height: 37px;
    z-index: 10;
    border: 0 solid #b50128;
    padding: 0;
    background: #eeeced;
    box-shadow: -6px 0 6px -6px rgba(0, 0, 0, 0.6), 6px 0 6px -6px rgba(0, 0, 0, 0.6);
}

    .search_icons a {
        padding: 7px 10px 7px 0;
        font-size: 13px;
        margin-top: 3px;
        font-weight: 700;
        color: #B50229;
        float: left;
        border-right: 1px solid #b50128;
        margin-left: 0;
    }

        .search_icons a:hover {
            text-decoration: none;
        }

.book_a_flight {
    text-align: center;
    padding-top: 75px;
}

.honline_checkin {
    background: url(../../images/spicejet/sprites_images2.png) -9px -278px no-repeat;
}

.spicejet_holidays {
    background: url(../../images/spicejet/sprites_images2.png) -281px -5px no-repeat;
}

.book_a_hotel {
    background: url(../../images/spicejet/sprites_images2.png) -142px -5px no-repeat;
    padding-left: 36px !important;
    border-right: 0 !important;
}

.hadditional_services {
    background: url(../../images/spicejet/sprites_images2.png) -409px -5px no-repeat;
    padding-left: 36px !important;
}

.SME_Traveller_icon a {
    line-height: 12px !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-left: 6px;
    height: 28px;
    border-right: 0 !important;
}

    .SME_Traveller_icon a span {
        border-right: 0 !important;
        width: 70px;
        height: 32px;
        float: left;
    }

    .SME_Traveller_icon a .SME_label {
        width: auto;
        height: auto;
        float: left;
        background: none !important;
        padding-right: 10px;
        padding-top: 3px;
        padding-left: 3px;
    }

.group_traveller {
    margin-left: 15px;
    line-height: 12px !important;
}

    .group_traveller a {
        padding-top: 3px;
        height: 18px;
    }

    .group_traveller span {
        width: 24px;
        height: 25px;
        float: left;
        margin-top: 4px;
        margin-right: 5px;
    }

.flight_status {
    line-height: 12px !important;
    width: auto;
    font-size: 16px;
}

    .flight_status a {
        padding-top: 3px;
        height: 18px;
        cursor: pointer;
    }

    .flight_status span {
        background: url(../../images/spicejet/sprites_images_Skysales.png) -1085px -1289px no-repeat;
        width: 35px;
        height: 28px;
        float: left;
        margin-top: -6px;
    }

.web-checkin {
    line-height: 12px !important;
    font-size: 16px;
    /*display: none !important;*/
}

    .web-checkin a {
        padding-top: 3px;
        height: 18px;
        cursor: pointer;
        border-right: 0 !important;
    }

    .web-checkin span {
        background: url(../../images/spicejet/sprites_images_Skysales.png) -1175px -1288px no-repeat;
        float: left;
        width: 40px;
        height: 24px;
        margin-top: -4px;
    }

    .web-checkin a span.text-label {
        background: none;
        width: auto;
        margin-top: 2px;
    }

.search_icons ul {
    background: none !important;
}

.holiday-packages-div {
    padding: 45px 0 10px 36px;
    float: left;
    width: calc(100% - 36px);
}

    .holiday-packages-div .select_CTXT {
        width: 311px !important;
        height: 29px !important;
        font-size: 13px;
        /*background: url(../../images/spicejet/sprites_imagesV1.12.png) no-repeat -234px -377px;*/
    }

    .holiday-packages-div .hidelogical {
        padding: 0;
    }

    .holiday-packages-div .bookbtn {
        left: -20px;
        top: -15px;
        height: 110px;
        font-weight: bold;
        color: #666;
        font-size: 15px;
        text-transform: uppercase;
        padding-top: 94px !important;
    }

    .holiday-packages-div .custom_date_pic {
        border-radius: 4px;
        border: 1px solid #ddd !important;
        height: 34px !important;
        width: 140px !important;
        font-size: 16px;
        background: #FFF url(../../images/spicejet/sprites_images_Skysales.png) -488px -545px no-repeat;
        background-position: right bottom;
    }

    .holiday-packages-div .destination {
        /*position: relative;*/
        margin-right: 5px;
    }

        .holiday-packages-div .destination:last-child {
            position: relative;
        }

    .holiday-packages-div .home-date-div {
        width: 320px;
    }

    .holiday-packages-div .ui-datepicker-trigger {
        top: -31px;
        right: 8px;
        float: right;
        position: relative;
    }

    .holiday-packages-div .buttonN {
        margin: 0 !important;
    }

.home-pnrconfirmationnumber input[type=text] {
    width: 200px;
}

.home-pnremail input[type=text] {
    width: 323px;
}

.agent-promo-code {
    width: 190px !important;
    position: relative;
    left: 20%;
    top: -100px;
}

    .agent-promo-code input {
        height: 30px !important;
        width: 160px !important;
        border-radius: 4px;
        border: 1px solid #ddd !important;
    }

        .agent-promo-code input[type=text] {
            width: 160px !important;
        }

/*` {
    width: 250px;
}
*/
.farecolcss11 {
    width: 202px;
}

.farecolcss111 {
    width: 20%;
}

.farecolcss1111 {
    width: 100px;
}

.datecolcss1 {
    width: 260px;
}

.datecolcss11 {
    padding-left: 15px !important;
    width: 249px;
}

.datecolcss111 {
    padding: 5px 0 0 15px !important;
    width: 18%;
}

.datecolcss1111 {
    padding: 5px !important;
    width: 16%;
}

.fareColPad1 {
    padding-left: 5px !important;
}

.fareColPad11 {
    padding-left: 5px !important;
}

.fareColPad111 {
    padding-left: 5px !important;
}

.fareColPad1111 {
    padding-left: 5px !important;
}

input[type="checkbox"] {
    margin-right: 5px;
}

#divGuestControls input[type=text] {
    width: 275px;
    margin-bottom: 5px !important;
    text-transform: uppercase;
    height: 30px;
    padding: 0px 0px 0px 3px !important;
    margin-right: 30px !important;
    border-radius: 3px;
    border: 1px solid #bbb;
    font-size: 15px;
}

#divGuestControls select {
    width: 280px !important;
    margin-bottom: 5px !important;
    text-transform: uppercase;
    height: 30px;
    padding: 0px 0px 0px 3px !important;
    margin-right: 30px !important;
    border-radius: 3px;
    border: 1px solid #bbb;
    font-size: 15px;
}

#divGuestControls .dob {
    width: 90px !important;
    margin-right: 4px !important;
}

#divGuestControls .ui-datepicker-trigger {
    display: block !important;
    *margin-left: 0 !important;
    position: relative !important;
    float: right;
    *float: none;
    right: 283px;
    *right: -390px;
    top: 2px;
    *top: -23px;
}

.dob {
    width: 74px !important;
}

.loginContent-left {
    width: 100%;
    float: left;
    background-image: linear-gradient( 120deg, rgb(219,77,0) 0%, rgb(249,159,36) 100%) !important;
    background-image: -webkit-linear-gradient( 120deg, rgb(219,77,0) 0%, rgb(249,159,36) 100%) !important;
    background-image: -moz-linear-gradient( 120deg, rgb(219,77,0) 0%, rgb(249,159,36) 100%) !important;
    background-image: -ms-linear-gradient( 120deg, rgb(219,77,0) 0%, rgb(249,159,36) 100%) !important;
    background-color: #f99f24 \9;
    
}

/*.loginContent-left p {
        margin-top: 10px!important;
    }*/

.members-discount-icon {
    width: 72px;
    height: 69px;
    float: left;
    background: url(../../images/spicejet/login_benefit_icons.png) -0 -8px no-repeat;
}

.personalized-dashboard-icon {
    width: 72px;
    height: 69px;
    float: left;
    background: url(../../images/spicejet/login_benefit_icons.png) -73px -8px no-repeat;
}

.express-bookings-icon {
    width: 72px;
    height: 69px;
    float: left;
    background: url(../../images/spicejet/login_benefit_icons.png) -146px -8px no-repeat;
}

.safe-store-icon {
    width: 72px;
    height: 69px;
    float: left;
    background: url(../../images/spicejet/login_benefit_icons.png) -219px -8px no-repeat;
}

.stay-update-icon {
    width: 72px;
    height: 69px;
    float: left;
    background: url(../../images/spicejet/login_benefit_icons.png) -292px -8px no-repeat;
}

.loginContent-left strong {
    margin: 0 !important;
    color: #3C3C3C !important;
    font-weight: 700 !important;
}

.loginContent-right {
    float: left;
    padding: 0;
}

.login-box {
    width: 91%;
    margin-top: 18px;
    padding: 40px 18px 60px 18px;
    margin: 0 auto;
    float: none;
    clear: both;
}

    .login-box .heading {
        width: 248px;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        color: #C41230;
    }

.loginContent-right input[type="text"],
.loginContent-right input[type="password"] {
    width: 225px;
}

.market-icon1 {
    width: 35px;
    height: 35px;
    float: left;
    margin: 0 0 0 5px !important;
}

.market-icon2 {
    width: 35px;
    height: 35px;
    float: left;
    margin: 0 0 0 5px !important;
}

.outbound-title {
    margin: 0px !important;
    font-size: 18px;
    font-weight: 700;
    color: #b50128;
    padding-top: 0;
    line-height: 18px;
    font-style: normal;
    color: #000;
}

.bound-left {
    float: left;
    padding-top: 0;
    //border-right: 1px solid #B50128;
    margin-right: 10px;
    padding-right: 10px;
}

.bound-right {
    float: left;
    padding-top: 0;
}

.bound-city {
    float: left;
    margin: 5px 0 0 0px !important;
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 800;
    font-style: normal;
}

.bound-date {
    font-size: 14px;
    font-weight: 700;
    color: #b50128;
    margin: 0 0 2px !important;
    float: left;
}

.bound-flights {
    margin: 0 !important;
    color: #2a2a2a;
    font-size: 13px;
    font-weight: 700;
    float: left;
    clear: both;
}

.schedule-search .ui-datepicker-trigger {
    right: 9px !important;
    top: 21px !important;
}

.schedule-search p {
    float: left;
}

.schedule-search .availabilityTable {
    width: 950px;
}

.schedule-search .ac_flightSearch {
    width: 930px;
}

    .schedule-search .ac_flightSearch .floatRightPT {
        margin-bottom: -50px;
        margin-top: -45px;
    }

.red-arrow-btn {
    width: 15px;
    height: 13px;
    float: left;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    margin-left: 147px;
    margin-top: 32px;
    z-index: 999999999;
}

.promo {
    text-transform: uppercase;
}

.change-menu-left {
    width: 418px;
    background: #f1f1f1;
    float: left;
    margin-right: 10px;
    padding-bottom: 10px;
}

    .change-menu-left .change-menu-title {
        background: #eae9e9;
        font-size: 14px;
        font-weight: 700;
        color: #b50128;
        padding: 8px 0 8px 15px;
        float: left;
        width: 403px;
        margin-bottom: 5px;
    }

.change-menu-right {
    width: 956px;
    float: left;
    padding-bottom: 10px;
}

    .change-menu-right .change-menu-title {
        background: #eae9e9;
        font-size: 14px;
        font-weight: 700;
        color: #b50128;
        padding: 8px 0 8px 15px;
        float: left;
        width: 941px;
        margin-bottom: 5px;
    }

.contact-left .flightDisplayContainer {
    border: 0;
    background: #eee;
    width: 233px;
}

#passengerInputContent .formCheckBox input[type=checkbox] {
    margin-left: 0px;
}

#RTFareMessage {
    text-align: left;
    color: #fff;
    position: absolute;
    max-width: 200px;
    border: 1px solid #b50128;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    z-index: 1000001;
    display: inline-block;
    background: #b50128;
    background: rgba(181, 1, 40, 0.8);
    white-space: normal;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    display: none;
}

    #RTFareMessage:before,
    #RTFareMessage:after {
        position: absolute;
        top: 50%;
        left: -8px;
        margin-top: -5px;
        content: '';
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 8px solid #b50128;
    }

.contact-page {
    border: 0 !important;
    padding: 0 !important;
    /*width: 735px!important*/
}

.contact-required-field {
    margin: 0;
    padding: 10px 0 10px 19px !important;
}

.ui-dialog-popup .ui-dialog-titlebar-close {
    background-image: url(../../images/spicejet/jquery-ui/ui-icons_f9bd01_256x240.png);
    background-color: transparent !important;
    border: 0 solid #999;
    background: #c41230;
    font-weight: 400;
    color: #fff;
}

.ui-dialog-popup .buttonN {
    background: #c41230;
    background: -moz-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d91d3d), color-stop(100%, #a80420));
    background: -webkit-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -o-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: -ms-linear-gradient(top, #d91d3d 0%, #a80420 100%);
    background: linear-gradient(to bottom, #d91d3d 0%, #a80420 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d91d3d', endColorstr='#a80420', GradientType=0);
    outline: none;
    border: 0 solid #000;
    font-weight: 700;
    color: #fff;
    padding: 3px 5px !important;
    *padding: 3px 5px !important;
    margin: 5px 0 5px 4px;
    font-size: 12px;
    font-family:'Poppins';
}

    .ui-dialog-popup .buttonN:hover,
    .ui-dialog-popup .buttonN:active {
        background: #f52347;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1MjM0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYjAyMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f52347), color-stop(100%, #cb0224));
        background: -webkit-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: -o-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: -ms-linear-gradient(top, #f52347 0%, #cb0224 100%);
        background: linear-gradient(to bottom, #f52347 0%, #cb0224 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f52347', endColorstr='#cb0224', GradientType=0);
        outline: none;
        border: 0 solid #000;
        font-weight: 700;
        color: #fff;
        background: #de1134\0/IE8+9;
        *background: #de1134;
    }

.sale-summary-text {
    margin: 0;
    border-left: 1px solid #B50128;
    padding-left: 13px;
    margin-left: 13px;
    text-align: left;
    width: 250px;
    height: 37px;
    padding-top: 0;
    color: #B50128;
    font-size: 13px;
    font-weight: 700;
    float: left;
    white-space: normal;
}

.saletext {
    background: #B50128;
    color: #fff !important;
    padding: 2px;
    margin-left: 4px;
    font-weight: 400 !important;
    font-size: 11px;
    display: block;
    width: 75%;
    text-align: center;
}

.saletextfriendsandfamily {
    background: url('../../images/spicejet/svg_icon_sprite.png') -2081px -1612px !important;
    width: 71px !important;
    height: 21px;
    margin-left: 23px !important;
}

.saletext3 {
    padding: 2px 8px;
    margin-top: 5px;
    line-height: 12px;
    font-size: 11px;
    display: inline-block !important;
}

.navitaire {
    position: absolute;
    margin-top: 60px;
    border-right: 0 !important;
    height: 39px;
    width: 106px;
    float: left;
    margin-left: 10px;
}

.pci_logo {
    height: 37px;
    width: 85px;
    float: left;
    margin-top: 10px;
}

.iconlink ul li span.spiceroute_magazine {
    padding-top: 10px;
    height: 32px;
    width: 87px;
    float: left;
}

.iconlink ul li span.spice_shoppe {
    padding-top: 10px;
    height: 33px;
    width: 88px;
    float: left;
}

.iconlink ul li {
    margin-left: 5px !important;
}

.mealRadio {
    padding-left: 20px;
    width: 540px;
    float: left;
    margin-bottom: 0;
}

    .mealRadio input[type=radio] {
        margin-bottom: 10px !important;
    }

.mealRadioSelection {
    float: left;
    margin-right: 20px;
}

.class1 {
    float: left;
    margin-bottom: 10px;
    clear: both;
}

.class2 {
    float: left;
    margin-bottom: 10px;
    clear: both;
}

.mealdropdown.class2 {
    clear: none;
}

.meal-dropdown-msg {
    width: 550px;
    float: left;
    margin: 10px 0 0 20px;
    font-size: 12px;
}

.tGrid6 .class1 {
    margin-left: 30px;
}

.tGrid6 .class2 {
    margin-left: 30px;
}

.changeMenuItem .tooltip span {
    display: none;
    margin: 0;
    white-space: nowrap;
    color: #fff;
    background: #b50128;
    background: rgba(181, 1, 40, 0.8);
    padding: 5px;
    text-align: center;
    position: absolute;
    z-index: 10 !important;
    top: -28px;
}

.innersearch .tooltip span {
    z-index: 10 !important;
}

.changeMenuItem .tooltip {
    display: inline-block;
    text-decoration: none;
}

    .changeMenuItem .tooltip:hover span {
        display: block;
        z-index: 1000001 !important;
    }

    .changeMenuItem .tooltip:hover:before {
        border: solid;
        border-color: #b50128 transparent;
        border-width: 0 9px 9px !important;
        top: 12px;
        content: "";
        display: block;
        left: 40%;
        position: absolute;
        z-index: 99;
        margin-top: 88px;
    }

    .changeMenuItem.tooltip:hover:after {
        white-space: normal !important;
        width: 400px;
    }

.change-iti-tooltip span {
    width: 200px !important;
    display: inline-block;
    top: 21px !important;
    text-align: justify !important;
    white-space: normal !important;
    background: #b50128;
    background: rgba(181, 1, 40, 0.8) !important;
    border: 1px solid #b50128 !important;
    margin-top: 88px !important;
    z-index: 1000001 !important;
}

.itinerary-book-flight {
    width: 56px;
    height: 60px;
    background: url(../../images/spicejet/add-ssr-icons.png) -465px -146px no-repeat;
    width: 93px;
    height: 53px;
    float: left;
    margin-left: 7px;
}

.itinerary-print-btn {
    width: 51px;
    height: 21px;
    background: url(../../images/spicejet/add-ssr-icons.png) -798px -147px no-repeat;
    float: left;
    margin-left: 7px;
}

.itinerary-SendMail-btn {
    width: 80px;
    height: 21px;
    background: url(../../images/spicejet/add-ssr-icons.png) -868px -149px no-repeat;
    float: left;
    margin-left: 7px;
}

.itinerary-FBShare-btn {
    width: 40px;
    height: 50px;
    background: url('../../images/spicejet/sprites_images_Skysales.png') -847px -464px;
    float: left;
    cursor: pointer;
}

.travel-certificate {
    width: 56px;
    height: 60px;
    background: url(../../images/spicejet/add-ssr-icons.png) -648px -145px no-repeat;
    width: 56px;
    height: 60px;
    float: left;
    margin-left: 7px;
}

#multi-links {
    position: absolute;
    width: 1000px;
    height: 395px;
}

#flight_status .hide-desktop-table {
    display: none;
}

#flight_status .hide-mobile-table {
    display: table-cell;
}

#multi-links .aa {
    position: absolute;
    width: 97px;
    height: 24px;
    background: #f0f !important;
    float: left;
    top: 334px;
    left: 462px;
    z-index: 10;
}

.hide-desktop-sc-mmb-table {
    display: none;
}

.hide-mobile-sc-mmb-table {
    display: table-cell;
}

#multi-links .bb {
    position: absolute;
    width: 111px;
    height: 24px;
    background: red !important;
    float: left;
    top: 334px;
    left: 565px;
    z-index: 10;
}

#multi-links .cc {
    position: absolute;
    width: 233px;
    height: 24px;
    background: red !important;
    float: left;
    top: 363px;
    left: 460px;
    z-index: 10;
}

.ui-widget-overlay {
    /*background: #000 !important;
    z-index: 1000001;*/
}

.ui-widget-overlay-session {
    background: #000 !important;
    z-index: 1000001;
}
.spiceadd-ons {
    float: left;
    width: 330px;
    text-align: center;
    font-weight: 200px;
    margin-top: -1px;
    margin-left: -1px;
    height: 120px;
    padding: 5px;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    height: 120px;
}

.para {
    padding: 0 12px !important;
    margin-top: 20px !important;
    text-align: left;
    clear: none !important;
}

.tourism_banner {
    float: left;
    margin-bottom: 30px;
    width: 689px;
}

input[disabled] {
    opacity: .4;
}

.tGrid6 .meal-dropdown-msg {
    margin-left: 0;
}

.atAGlanceDivBody_price_select .selet-total-price,
#priceDisplayBody .selet-total-price {
    background: #d4182d !important;
    font-size: 18px !important;
    height: 110px;
    padding: 15px 0px 45px 0px !important;
    border-top: 1px dashed #fff;
    border-bottom-left-radius: 10px;
    text-align: center !important;
}

.selet-total-price .circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    position: relative;
    top: -32px;
    left: -266px;
    box-shadow: -5px 4px 4px #aaa inset;
}

.selet-total-price .total-price {
    float: left;
    font-size: 30px;
    color: #fff;
    margin-left: 19px !important;
    font-weight: 800;
}

.selet-total-price .inclusive-of-taxes {
    text-transform: uppercase;
    float: left;
    font-size: 11px;
    color: #fff;
    display: block;
    margin-left: 22px;
    width: 100%;  text-align: left;
    margin-bottom: 36px;
}

.priceSummaryContainer {
    width: 100%;
}

.deptStation,
.arrvStation {
    float: left;
    font-size: 14px;
    text-align: left;
}

.flight-icon-symbol {
    margin-left: 70px;
    display: inline-block;
    margin-left: 10px;
}

.city-time-info {
    padding: 0;
    float: left;
    clear: both;
}

.spicePlusColumn {
    /*background: #fff;*/
    font-size: 14px;
    /*padding-left: 15px!important;*/
    padding-left: 5px !important;
}

.fareCol1 {
    padding-left: 5px !important;
}

.thheadingbg2 {
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
}

.availabilityTable .thheadingbg2 .spicePlusTitle {
    background: #f6871f !important;
    color: #fff !important;
    padding-left: 15px;
}

.fare-info-icon {
    width: 16px;
    height: 16px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -109px -45px no-repeat;
    margin-left: 5px !important;
    margin-top: 3px;
}

.city-time-info a.special span {
    float: left !important;
}

.fare-th-icons {
    width: 100%;
    padding-top: 18px;
    clear: both;
    display: none;
}

.fare-th-meal-icon {
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -9px -70px no-repeat;
    margin-left: 5px !important;
}

.fare-th-baggage-icon {
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -35px -70px no-repeat;
    margin-left: 5px !important;
}

.fare-th-seat-icon {
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -60px -70px no-repeat;
    margin-left: 5px !important;
}

.fare-th-change-icon {
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -89px -70px no-repeat;
    margin-left: 5px !important;
}

.fare-th-checkin-icon {
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -114px -70px no-repeat;
    margin-left: 5px !important;
}

.fare-th-icons2 {
    width: 100%;
    float: left;
    padding-top: 20px;
    display: none;
}

.fare-th-baggage-icon2 {
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -126px -10px no-repeat;
    margin-left: 5px !important;
}

.fare-th-handbaggage-icon {
    width: 24px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -155px -13px no-repeat;
    margin-left: 5px !important;
    margin-top: -10px;
}

.fare-th-seat-icon2 {
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -137px -40px no-repeat;
    margin-left: 5px !important;
}

.fare-th-over-icon {
    float: left;
}

    .fare-th-over-icon p {
        float: left;
        text-align: left;
        padding: 0 0 10px 34px;
        margin: 0 !important;
    }

.fare-thover-meal-icon {
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -9px -70px no-repeat;
    position: absolute;
    left: -15px;
    margin-top: -5px;
}

.fare-thover-baggage-icon {
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -35px -70px no-repeat;
    position: absolute;
    position: absolute;
    left: -15px;
}
/*   .ui-widget-overlay {
        background: #000!important
    }
    .spiceadd-ons {
        float: left;
        width: 330px;
        text-align: center;
        font-weight: 200px;
        margin-top: -1px;
        margin-left: -1px;
        height: 120px;
        padding: 5px;
        border-top: 1px solid #CCC;
        border-right: 1px solid #CCC;
        border-left: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        height: 120px
    }
    .para {
        padding: 0 12px!important;
        margin-top: 20px!important;
        text-align: left;
        clear: none!important
    }
    .tourism_banner {
        float: left;
        margin-bottom: 30px;
        width: 689px
    }
    input[disabled] {
        opacity: .4
    }
    .origin-container input[disabled] {
        opacity: .9
    }
    .tGrid6 .meal-dropdown-msg {
        margin-left: 0
    }

.atAGlanceDivBody_price_select .selet-total-price,
#priceDisplayBody .selet-total-price
{
    background: #d4182d !important;
    font-size: 18px!important;
    height: 27px;
    padding: 10px 15px 30px 30px !important;
    border-top: 1px dashed #fff;
}

.selet-total-price .circle
{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    position: relative;
    top: -23px;
    left: -250px;
    border: 1px solid #999;
    box-shadow: 2px 4px 4px #aaa inset;
}

.selet-total-price .total-price
{
    float: none;
    font-size: 24px;
    color: #fff;
}

.selet-total-price .inclusive-of-taxes
{
    text-transform: uppercase;
    
    float: none;
    font-size: 13px;
    color: #fff;
    display: block;
}

.priceSummaryContainer
{
    width: 100%;
}

.deptStation,
.arrvStation
{
    float: left;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.flight-icon-symbol
{
    float: right;
    margin: 0!important;
    clear: none!important;
}

.city-time-info
{
    padding: 0;
    float: left;
    clear: both;
}

.spicePlusColumn
{
    // background: #f7cba1;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-left: 15px!important;
}

.fareCol1
{
    font-weight: 700;
}

.thheadingbg2
{
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
}

.availabilityTable .thheadingbg2 .spicePlusTitle
{
    background: #f6871f!important;
    color: #fff!important;
    padding-left: 15px;
}

.fare-info-icon
{
    width: 16px;
    height: 16px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -109px -45px no-repeat;
    margin-left: 5px!important;
    margin-top: 3px;
}

.city-time-info a.special span
{
    float: left!important;
}

.fare-th-icons
{
    width: 100%;
    padding-top: 18px;
    clear: both;
    display: none;
}

.fare-th-meal-icon
{
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -9px -70px no-repeat;
    margin-left: 5px!important;
}

.fare-th-baggage-icon
{
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -35px -70px no-repeat;
    margin-left: 5px!important;
}

.fare-th-seat-icon
{
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -60px -70px no-repeat;
    margin-left: 5px!important;
}

.fare-th-change-icon
{
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -89px -70px no-repeat;
    margin-left: 5px!important;
}

.fare-th-checkin-icon
{
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -114px -70px no-repeat;
    margin-left: 5px!important;
}

.fare-th-icons2
{
    width: 100%;
    float: left;
    padding-top: 20px;
    display: none;
}

.fare-th-baggage-icon2
{
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -126px -10px no-repeat;
    margin-left: 5px!important;
}

.fare-th-handbaggage-icon
{
    width: 24px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -155px -13px no-repeat;
    margin-left: 5px!important;
    margin-top: -10px;
}

.fare-th-seat-icon2
{
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -137px -40px no-repeat;
    margin-left: 5px!important;
}

.fare-th-over-icon
{
    float: left;
}

    .fare-th-over-icon p
    {
        float: left;
        text-align: left;
        padding: 0 0 10px 34px;
        margin: 0!important;
    }

.fare-thover-meal-icon
{
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -9px -70px no-repeat;
    position: absolute;
    left: -15px;
    margin-top: -5px;
}

.fare-thover-baggage-icon
{
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -35px -70px no-repeat;
    position: absolute;
    position: absolute;
    left: -15px;
}*/

.fare-thover-handbaggage-icon {
    width: 24px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -155px -75px no-repeat;
    position: absolute;
    position: absolute;
    left: -15px;
}

.fare-thover-prebaggage-icon {
    width: 24px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -152px -100px no-repeat;
    position: absolute;
    position: absolute;
    left: -15px;
}

.fare-thover-seat-icon {
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -60px -70px no-repeat;
    position: absolute;
    position: absolute;
    left: -15px;
}

.fare-thover-change-icon {
    width: 21px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -89px -72px no-repeat;
    position: absolute;
    position: absolute;
    left: -15px;
}

.fare-thover-checkin-icon {
    width: 26px;
    height: 21px;
    float: left;
    background: url(../../images/spicejet/fare-table-iconsV1.1.png) -114px -70px no-repeat;
    position: absolute;
    position: absolute;
    left: -15px;
}

.conditionsApply {
    color: red;
    margin: 0 0 0 -6px;
    padding: 0 3px 0 0;
}

#flashContent {
    width: 1000px;
    height: 395px;
    float: left;
}

    #flashContent object {
        width: 1000px;
        height: 395px;
    }

.reprint-boarding-table {
    width: 100%;
}

    .reprint-boarding-table tr {
        border-bottom: 1px solid #ccc;
    }

        .reprint-boarding-table tr:last-child {
            border-bottom: 0 solid #ccc;
        }

        .reprint-boarding-table tr td table tr {
            border-bottom: 0 solid #ccc;
        }

    .reprint-boarding-table table {
        margin: 0;
        width: 100%;
    }

.successPromoMessageDiv {
    float: left;
    width: 94%;
    border: 0 solid #4ca009;
    background: url(../../images/spicejet/success.png) 10px no-repeat #daf2dd;
    padding: 10px;
    padding-left: 60px;
    margin-bottom: 15px;
    position: relative;
    top: -62px;
}

.successMessageDiv {
    background: url(../../images/spicejet/success.png) no-repeat scroll 10px center #daf2dd;
    border: 0 solid #4ca009;
    display: inherit;
    font-family: 'Poppins';
    font-size: 12px;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    clear: both;
}

#retrive_booking .successMessageDiv {
    padding: 15px 0px 15px 40px;
    width: 96%;
}

.changeItinerary .successMessageDiv {
    position: absolute;
    padding: 15px 0px 15px 39px;
    width: 918px;
    top: 225px;
}

.change_itinerary_topmenu .successMessageDiv,
.view-itinerary .successMessageDiv {
    margin-left: 0 !important;
    margin-right: 8px !important;
}

    .change_itinerary_topmenu .successMessageDiv p,
    .view-itinerary .successMessageDiv p {
        padding-bottom: 0 !important;
    }

    .manageItinerary{
        margin-top:0px !important;
    }

.session-warning button {
    background: #b50128 !important;
    color: #fff !important;
    float: left !important;
    padding: 3px 10px !important;
}

    .session-warning button:hover {
        background: #cd032f !important;
    }

.session-warning .ui-dialog-buttonset {
    float: left !important;
    margin-left: 130px !important;
}

.session-warning .ui-widget-content {
    border: 0 !important;
    text-align: left !important;
}
.session-warning {
    z-index: 10000011111 !important;
}
.session-timeout button {
    background: #b50128 !important;
    color: #fff !important;
    float: left !important;
    padding: 3px 10px !important;
}

    .session-timeout button:hover {
        background: #cd032f !important;
    }

.session-timeout .ui-dialog-buttonset {
    float: left !important;
    margin-left: 165px !important;
}

.session-timeout .ui-widget-content {
    font-size: 14px;
    border: 0 !important;
    text-align: center !important;
    top: 5px;
    clear: both;
}

.ui-dialog.session-timeout {
    left: calc(50% - 200px ) !important;
    width: 400px !important;
    z-index: 10000011111 !important;
}

    .ui-dialog.session-timeout .ui-dialog-titlebar {
        height: 40px !important;
        padding-bottom: 0 !important;
    }

.cort-table .class1 {
    margin-left: 0 !important;
}

.cort-table .class2 {
    margin-left: 0 !important;
}

#unitMap {
    position: relative;
}

.seat_50_off {
    width: 135px;
    height: 141px;
    float: left;
    position: absolute;
    right: -5px;
    top: -4px;
    background: url(../../images/spicejet/seat_50_off.png) no-repeat;
    z-index: 10;
    display: none;
}

.select-loading-wrapper {
    background-color: transparent;
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    margin-top: -200px;
    text-align: center;
    min-width: 1000px;
}

.select-loading {
    width: 730px;
    height: 460px;
    margin: 5px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: #F0EEEF;
    padding: 25px;
    left: 0 !important;
    top: 0 !important;
}

    .select-loading .popup-close {
        width: 22px;
        height: 22px;
        float: left;
        position: absolute;
        margin-left: 706px;
        margin-top: 0;
        background: url(../../images/spicejet/contact-login-popup-close.png) no-repeat;
    }

.resendItineraryterms input[type="checkbox"] {
    float: left;
    height: 30px;
}

.resendItineraryterms label {
    font-size: .95em !important;
}

.home_pnr .buttonN {
    margin-top: 0 !important;
    margin-left: 20px;
}

.customModal-fixed {
    bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1000002;
}

.customModal-lock .customModal-overlay {
    overflow-x: auto;
    overflow-y: scroll;
}

.customModal-margin {
    margin-right: 17px;
}

.payment-control-comment {
    float: left;
    width: 223px;
    height: 21px;
    color: #c41130;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 4px 0;
    left: 128px;
    margin-bottom: 0;
    margin-top: -10px;
    position: relative;
}

.payment-control-comment2 {
    float: left;
    width: 400px;
    height: 21px;
    color: #c41130;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 4px 0;
    left: -3px;
    margin-bottom: 0;
    position: relative;
    top: -15px;
}

.ConatcLoginDiv {
    margin: 0;
}

    .ConatcLoginDiv .heading {
        float: left;
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        padding: 6px;
    }

.remember-forgotpassword p {
    color: #fff;
}

.contact-page .contact-login-heading {
    display: none;
}

.conatct-login-now {
    padding-right: 13px;
    font-size: 14px;
    float: right;
    font-weight: 400;
    color: #3c3c3c;
    margin: 0 !important;
}

.ConatcLoginDiv .login-controls {
    padding: 5px 10px 0;
    display: inline;
}

    .ConatcLoginDiv .login-controls p {
        float: left !important;
        clear: none !important;
    }

        .ConatcLoginDiv .login-controls p .RememberMe {
            float: left !important;
            padding-right: 10px !important;
            margin-right: 10px !important;
            border-right: 1px solid #666 !important;
        }

.login-controls .dropdown-caps {
    margin-right: 20px !important;
}

.ConatcLoginDiv label {
    width: auto !important;
}

.ConatcLoginDiv input[type="text"],
.ConatcLoginDiv input[type="password"] {
    width: 170px;
}

.conatct_banner {
    float: left;
    margin: 10px 0;
}

ConatcLoginDiv {
    margin: 0;
}

.ConatcLoginDiv .heading {
    font-size: 13px;
    font-weight: 700;
    /* color: #c41130; */
    color: #fff;
    padding: 6px;
}

.contact-page .contact-login-heading {
    display: none;
}

.conatct-login-now {
    padding-right: 13px;
    font-size: 14px;
    float: right;
    font-weight: 400;
    color: #3c3c3c;
    margin: 0 !important;
}

.ConatcLoginDiv .login-controls {
    padding: 5px 10px 0;
    display: inline;
}

.login-controls .dropdown-caps {
    margin-right: 20px !important;
}

.ConatcLoginDiv label {
    width: auto !important;
}

.ConatcLoginDiv input[type="text"],
.ConatcLoginDiv input[type="password"] {
    width: 240px !important;
    height:34px;
    margin-top: 0px !important;
}

.popup-close2 {
    width: 22px;
    height: 22px;
    float: left;
    position: absolute;
    margin-top: 0;
    background: url(../../images/spicejet/contact-login-popup-close.png) no-repeat;
    margin-left: 470px;
    margin-top: 10px;
}

#forgotPWD .validationErrorContainerStyle.left:after {
    border-width: 0 0 15px 15px !important;
    right: 90%;
    top: 100%;
    left: 10px;
}

#forgotPWD #validationErrorContainerReadAlongContent {
    height: 15px;
    padding: 5px 0;
}

#forgotPWD #validationErrorContainerReadAlong {
    left: 133px !important;
    margin-top: -10px !important;
    width: 150px;
}

li.mealdisabled .mealPanel-item-image,
li.mealdisabled div.MealCount,
li.mealdisabled div.mealPanel-item-selection input {
    opacity: .5;
}

a.mealplusdisabled {
    opacity: .5;
}

#excess-baggage a.mealplusdisabled {
    margin-top: 0px;
}

.forgotPWDDiv {
    width: 500px !important;
}

    .forgotPWDDiv h1 {
        width: 450px !important;
    }

    .forgotPWDDiv #mainContent {
        border: 0;
        margin-left: 0;
        width: 450px;
    }

    .forgotPWDDiv #mainContentHeaderDiv {
        width: 450px !important;
    }

        .forgotPWDDiv #mainContentHeaderDiv #pageTitle {
            width: 450px !important;
        }

.conatct_banner {
    float: left;
    margin: 10px 0;
}

.tgrid-itinerary {
    width: 100% !important;
    border-collapse: collapse;
    margin: 0;
}

    .tgrid-itinerary td {
        /*border: 1px solid #ccc;*/
        padding: 4px !important;
        padding-left: 10px !important;
    }

    .tgrid-itinerary th {
        padding: 20px 0px 0px 0px;
        padding-left: 10px;
        background: transparent;
        color: #000;
        font-weight: bold;
        font-size: 16px;
        text-transform: capitalize;
    }

    .tgrid-itinerary .itinerary-table-title {
        font-size: 22px;
        color: #ffffff;
        padding: 25px 0px 25px 25px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .tgrid-itinerary .itinerary-table-note {
        font-size: 11px !important;
    }

    .tgrid-itinerary samp {
        margin: 0 !important;
    }

    .tgrid-itinerary #contactBody .dropdown-caps {
        font-size: 14px;
    }

.no-border {
    border: 1px solid #ccc !important;
}

    .no-border td {
        border: 0 solid #ccc;
    }

.CheckContactDetails {
    width: 954px;
    /* border: 1px solid #d7d7d7;*/
    float: left;
}

    .CheckContactDetails .row {
        width: 26%;
        float: left;
        margin: 0 0 10px;
        padding: 0 0 0 15px;
    }

.BookingInformation_Icon {
    width: 20px;
    height: 18px;
    float: left;
    margin-right: 7px;
}

.TravelInformation_Icon {
    width: 20px;
    height: 18px;
    float: left;
    margin-right: 7px;
}

.PassengerInformation_Icon {
    width: 20px;
    height: 18px;
    float: left;
    margin-right: 7px;
}

.PreBookedMeals_Icon {
    width: 20px;
    height: 18px;
    float: left;
    margin-right: 7px;
}

.Services_Icon {
    width: 20px;
    height: 18px;
    float: left;
    margin-right: 7px;
}

.SeatInformation_Icon {
    width: 20px;
    height: 18px;
    float: left;
    margin-right: 7px;
}

.ContactInformation_Icon {
    width: 20px;
    height: 18px;
    float: left;
    margin-right: 7px;
}

.PaymentInformation_Icon {
    width: 20px;
    height: 18px;
    float: left;
    margin-right: 7px;
}

.CheckContactDetails {
    width: 954px;
    /*border: 1px solid #d7d7d7;*/
    float: left;
}

    .CheckContactDetails .row {
        width: 255px;
        float: left;
        margin: 0 0 10px;
        padding: 0 0 0 15px;
    }

    .CheckContactDetails .left {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

    .CheckContactDetails .right {
        width: 230px;
        float: left;
        margin: 0;
        padding: 0;
        text-align: left;
    }


    /*.CheckContactDetails .CheckContactControls
    {
        width: 380px;
        float: left;
        padding-left: 20px;
    }*/

    /*    .CheckContactDetails .CheckContactBanner
    {
        width: 550px;
        float: left;
    }*/
    .CheckContactDetails .CheckContactControls {
        width: 96%;
        float: left;
        padding-left: 15px;
        padding-top: 15px;
    }

    .CheckContactDetails .CheckContactBanner {
        width: 100%;
        float: left;
    }

    .CheckContactDetails .CheckContactHeader {
        width: 938px;
        border-bottom: 1px solid #d7d7d7;
        float: left;
        background: #f4f5f5;
        padding: 8px;
        margin-bottom: 20px;
    }

    .CheckContactDetails .CheckContactFooter {
        width: 94%;
        /* border-top: 1px solid #d7d7d7;*/
        float: left;
        padding: 7px 20px;
        font-weight: 700;
        margin-top: 15px;
    }

    .CheckContactDetails .CheckContactHeader h2 {
        font-size: 16px;
    }

    .CheckContactDetails .CheckContactIcon {
        background: url(../../images/spicejet/CheckContactDetails_infoIcon.png) no-repeat;
        width: 48px;
        height: 48px;
        float: left;
        margin: 5px 10px 0 0;
    }

    .CheckContactDetails .floatRightPTR {
        margin: 0 !important;
        padding: 0 !important;
    }
    .CheckContactDetails .header-note-div {
            padding-top: 15px;
    padding-bottom: 35px;
    margin-left: 15px;
    margin-right: 15px;
    }

#MySpiceTripSearchContainer {
    padding: 10px;
    font-size: 16px !important;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 35px !important;
    float: left;
}



    #MySpiceTripSearchContainer p {
        padding-bottom: 2px;
    }

    #MySpiceTripSearchContainer img {
        position: relative;
        top: 8px;
    }

    #MySpiceTripSearchContainer .row1 {
        width: 343px;
        float: left;
        padding-bottom: 10px;
    }

        #MySpiceTripSearchContainer .row1 .left1 {
            width: 171px;
            float: left;
        }

        #MySpiceTripSearchContainer .row1 .right1 {
            width: 171px;
            float: left;
            text-align: left;
        }

            #MySpiceTripSearchContainer .row1 .right1 .passenger_types {
                width: 70px;
            }

    #MySpiceTripSearchContainer .floatRightPTR {
        text-align: left;
        padding: 0;
    }

        #MySpiceTripSearchContainer .floatRightPTR .buttonN {
            margin: 0;
        }

    #MySpiceTripSearchContainer .row1 select {
        background-color: #FFF;
        border: 1px solid #B1B1B1;
        color: #333;
        font-size: 12px;
        height: 26px;
        padding: 3px;
        width: 165px;
    }

    #MySpiceTripSearchContainer .row1 .wMed1s {
        width: 95px;
        *width: 85px;
        margin-right: 5px;
    }

    #MySpiceTripSearchContainer .row1 input[type=text] {
        border: 1px solid #B1B1B1;
        height: 24px;
        padding: 0 0 0 3px;
        width: 185px;
    }

    #MySpiceTripSearchContainer input[type=radio] {
        margin: 0;
        margin-right: 5px !important;
    }

    #MySpiceTripSearchContainer label {
        margin-right: 10px;
    }

    #MySpiceTripSearchContainer input[type=text] {
        float: left;
    }

    #MySpiceTripSearchContainer .row1 .float_left2 {
        *margin-bottom: -18px !important;
    }

    #MySpiceTripSearchContainer p strong em {
        font-size: 12px;
        font-style: normal;
        margin: 0;
        color: #3C3C3C;
        font-weight: 400;
    }

    #MySpiceTripSearchContainer .tooltip span {
        display: none;
        margin: 0;
        white-space: nowrap;
        color: #fff;
        background: #b50128;
        background: rgba(181, 1, 40, 0.8);
        padding: 5px;
        text-align: center;
        position: absolute;
        z-index: 10 !important;
        top: -28px;
    }

    #MySpiceTripSearchContainer .tooltip {
        display: inline-block;
        text-decoration: none;
    }

        #MySpiceTripSearchContainer .tooltip:hover span {
            display: block;
            z-index: 1000001 !important;
        }

        #MySpiceTripSearchContainer .tooltip:hover:before {
            border: solid;
            border-color: #b50128 transparent;
            border-width: 6px 6px 0;
            bottom: 12px;
            content: "";
            display: block;
            left: 75%;
            position: absolute;
            z-index: 99;
        }

        #MySpiceTripSearchContainer .tooltip:hover:after {
            white-space: normal !important;
            width: 400px;
        }

.search_icons li {
    float: left;
    display: inline;
    float: left;
    padding: 0 5px 0 1px;
}

.mySpiceTrip .buttonN {
    margin: 8px 0 0 100px !important;
    float: left;
}

.iconlink .no-border {
    border: 0 solid #ccc !important;
}

.add-ons-webcheckin .change-menu-right {
    width: 689px !important;
    margin-bottom: 20px;
}

    .add-ons-webcheckin .change-menu-right .change-menu-title {
        width: 675px !important;
    }

    .add-ons-webcheckin .change-menu-right .insurance_landing {
        margin: 0 !important;
        padding: 5px;
        width: 99%;
    }

.popup-close2 {
    width: 20px;
    height: 20px;
    float: left;
    position: absolute;
    margin-top: 0;
    //background: url(../../images/spicejet/svg_icon_sprite.png) no-repeat -467px -327px;
    background: url(../../images/spicejet/contact-login-popup-close.png) no-repeat;
    margin-left: 470px;
    margin-top: 10px;
}

.SpecialAssistanceIcon {
    float: left;
    margin: 0 5px 0 0;
    background: url(../../images/spicejet/sprites_images_Skysales.png);
    background-position: -697px -314px;
    width: 17px;
    height: 20px;
    padding-top: 0px;
    margin-top: 10px;
}

    .SpecialAssistanceIcon a {
        float: left;
        width: 200px;
        font-size: 14px;
        text-align: left;
        margin-left: 5px;
    }

.SpecialAssistanceContent {
    width: 732px;
    height: 450px;
    overflow: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 15px;
    border-top: 1px solid #ccc;
    margin-right: 0;
    margin-top: 30px;
    font-size: 11px;
    text-align: left;
}

    .SpecialAssistanceContent li {
        padding-bottom: 10px;
    }

    .SpecialAssistanceContent .sub-head {
        padding-bottom: 8px;
    }

    .SpecialAssistanceContent P {
        margin-left: 0 !important;
    }

    .SpecialAssistanceContent .sub-list {
        padding-left: 25px;
        padding-top: 8px;
    }

        .SpecialAssistanceContent .sub-list li {
            padding-bottom: 3px;
        }

.pdf-download-icon {
    width: 22px;
    height: 23px;
    float: left;
    background: url(../../images/spicejet/sprites_images_Skysales.png) no-repeat -982px -620px;
}

.SpecialAssistanceContent .tGrid5 td,
.SpecialAssistanceContent .tGrid5 th {
    font-size: 11px !important;
    color: #3c3c3c !important;
}

.SpecialAssistanceContent .tGrid5 li {
    padding-bottom: 3px;
}

.destination-book-flight .SpecialAssistanceLink {
    display: none;
}

.web-checkin .fareToolTip {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 400px;
    border: 1px solid #b50128;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    z-index: 1000001;
    display: inline-block;
    background: #b50128;
    background: rgba(181, 1, 40, 0.95);
    margin-left: -0;
    padding: 10px 0;
    margin-top: 54px;
    *margin-top: 25px;
    *margin-left: -200px;
    white-space: normal;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    display: none;
    padding-left: 0;
    background-image: -webkit-linear-gradient( 120deg, rgb(188,0,21) 1%, rgb(235,61,80) 25%, rgb(188,0,21) 75%);
}

.manage-booking-home .home_pnrlookup .home_pnr .pnr-box-home {
    width: 118px !important;
}

    .manage-booking-home .home_pnrlookup .home_pnr .pnr-box-home label {
        width: 106px !important;
    }

    .manage-booking-home .home_pnrlookup .home_pnr .pnr-box-home input[type=text] {
        width: 105px !important;
    }

.web-checkin .fareToolTip:before,
.web-checkin .fareToolTip:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-bottom: 0 solid #b50128;
    cursor: pointer;
}

.web-checkin .spiceFare:hover ~ .fareToolTip {
    opacity: 1;
    visibility: visible;
    display: block;
}

.web-checkin .fareToolTip:before:hover ~ .fareToolTip {
    opacity: 1;
    visibility: visible;
    display: block;
}

.web-checkin .fareToolTip:after:hover ~ .fareToolTip {
    opacity: 1;
    visibility: visible;
    display: block;
}

.web-checkin .fareToolTip:before {
    cursor: pointer;
    background: url(../../images/spicejet/sprites_images_Skysales.png) -557px -132px no-repeat;
    width: 26px;
    height: 14px;
    float: left;
    top: -17px;
    left: 30px;
}

.web-checkin .fare-th-over-icon p {
    float: left;
    text-align: left;
    padding: 0 0 6px 14px;
    margin: 0 !important;
}

.WebCheckinMainTitle .fareToolTip {
    text-align: center;
    color: #fff;
    position: absolute;
    width: 400px;
    border: 1px solid #b50128;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    z-index: 1000001;
    display: inline-block;
    background: #b50128;
    background: rgba(181, 1, 40, 0.7);
    margin-left: -15px;
    padding: 10px 0;
    margin-top: 29px;
    *margin-top: 25px;
    *margin-left: -200px;
    white-space: normal;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    display: none;
    padding-left: 0;
}

    .WebCheckinMainTitle .fareToolTip:before,
    .WebCheckinMainTitle .fareToolTip:after {
        bottom: 100%;
        left: 37%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        border-bottom: 8px solid #b50128;
    }

.WebCheckinMainTitle .spiceFare:hover ~ .fareToolTip {
    opacity: 1;
    visibility: visible;
    display: block;
}

.WebCheckinMainTitle .fareToolTip:before {
    border-width: 6px;
    margin-left: -15px;
}

.WebCheckinMainTitle .fareToolTip:after {
    border-width: 15px;
    margin-left: -20px;
    z-index: 1;
}

.WebCheckinMainTitle .spiceFare {
    background: url(../../images/spicejet/WebChekinOverArrow.png) 122px 5px no-repeat;
    float: left;
    width: 200px;
    height: 20px;
    cursor: pointer;
}

.WebCheckinMainTitle .fare-th-over-icon p {
    float: left;
    text-align: left;
    padding: 0 0 6px 14px;
    margin: 0 !important;
}

.meal_popup_buttons {
    float: right;
    margin: 30px 20px 10px 20px;
    width: 67%;
}

.skip-label {
    margin-top: 18px !Important;
}

    .skip-label a {
        color: #000;
        margin-left: 10px;
    }

#FareRulesSection {
    float: left;
    // width: 688px;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
}

    #FareRulesSection table {
        width: 678px;
    }

        #FareRulesSection table td {
            padding: 10px;
            margin: 0;
            float: none;
            text-align: justify;
        }

            #FareRulesSection table td div {
                padding-top: 10px;
            }

.FareRulesPlus_icon {
    width: 18px;
    height: 18px;
    float: left !important;
    background: url(../../images/spicejet/sprites_images_Skysales.png) -425px -197px no-repeat;
}

.FareRulesMinus_icon {
    width: 18px;
    height: 18px;
    float: left !important;
    background: url(../../images/spicejet/sprites_images_Skysales.png) -398px -197px no-repeat;
}

.add-ons-webcheckin .changeMenuItem {
    margin: 0;
}

    .add-ons-webcheckin .changeMenuItem a {
        margin-left: 4px !important;
    }

.add-ons-webcheckin .insurance_landing td {
    padding: 0;
    float: left;
}

.tgrid-itinerary .tooltip {
    display: inline-block;
    text-decoration: none;
    margin: 0 0 0 10px;
    position: absolute;
}

    .tgrid-itinerary .tooltip span {
        display: none;
        margin: 0;
        white-space: nowrap;
        color: #fff;
        background: #b50128;
        background: rgba(181, 1, 40, 0.8);
        padding: 5px;
        text-align: center;
        position: absolute;
        z-index: 10 !important;
        top: -34px;
        left: -10px;
    }

    .tgrid-itinerary .tooltip:hover span {
        display: block;
        z-index: 1000001 !important;
    }

    .tgrid-itinerary .tooltip:hover:before {
        border: solid;
        border-color: #b50128 transparent;
        border-width: 6px 6px 0;
        bottom: 12px;
        content: "";
        display: block;
        top: -8px;
        position: absolute;
        z-index: 99;
    }

    .tgrid-itinerary .tooltip:hover:after {
        white-space: normal !important;
        width: 400px;
    }

.tGrid .tooltip {
    display: inline-block;
    text-decoration: none;
    margin: -15px 0 0 4px;
    position: absolute;
}

    .tGrid .tooltip span {
        display: none;
        margin: 0;
        white-space: nowrap;
        color: #fff;
        background: #b50128;
        background: rgba(181, 1, 40, 0.8);
        padding: 5px;
        text-align: center;
        position: absolute;
        z-index: 10 !important;
        top: -34px;
        left: -170px;
    }

    .tGrid .tooltip:hover span {
        display: block;
        z-index: 1000001 !important;
    }

    .tGrid .tooltip:hover:before {
        border: solid;
        border-color: #b50128 transparent;
        border-width: 6px 6px 0;
        bottom: 12px;
        content: "";
        display: block;
        top: -8px;
        position: absolute;
        z-index: 99;
    }

    .tGrid .tooltip:hover:after {
        white-space: normal !important;
        width: 400px;
    }

.sameGroupSibling td {
    border-bottom: 0 !important;
}

.ChangeYourFlight {
    width: 998px;
    border: 1px solid #d7d7d7;
    float: left;
    margin-top: 15px;
}

    .ChangeYourFlight .ChangeFlight {
        background: url(../../images/spicejet/sprites_images2.png) -336px -31px no-repeat;
        width: 45px;
        height: 45px;
        float: left;
        border-right: 1px solid #d7d7d7;
    }

    .ChangeYourFlight .ChangeFlightButton {
        float: right;
        margin: 20px 10px 0 0;
    }

    .ChangeYourFlight .ChangeFlightDestext {
        padding: 13px 0 0 10px;
        font-size: 16px;
        color: #b50128;
        font-weight: 700;
        float: left;
    }

    .ChangeYourFlight .tcapply {
        font-size: 11px;
        color: #999;
        margin-top: 16px;
        margin-left: 10px;
        float: left;
    }

.buttonRounded, .SMbuttonRounded {
    background: #ab2429;
    background: -moz-linear-gradient(top, #ab2429 0%, #c9252b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ab2429), color-stop(100%, #c9252b));
    background: -webkit-linear-gradient(top, #ab2429 0%, #c9252b 100%);
    background: -o-linear-gradient(top, #ab2429 0%, #c9252b 100%);
    background: -ms-linear-gradient(top, #ab2429 0%, #c9252b 100%);
    background: linear-gradient(to bottom, #ab2429 0%, #c9252b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ab2429', endColorstr='#c9252b', GradientType=0);
    outline: none;
    border: 0 solid #000;
    color: #fff;
    padding: 7px 10px !important;
    margin: 1px 0 5px 4px;
    font-size: 16px;
    *background: #c41230 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 400;
}

/*.buttonRounded:hover, .buttonRounded:active, .SMbuttonRounded:hover, .SMbuttonRounded:active, .viewLoyaltyButton:hover {
        background: #c32a30;
        background: -moz-linear-gradient(top, #c32a30 0%, #e12c33 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c32a30), color-stop(100%, #e12c33));
        background: -webkit-linear-gradient(top, #c32a30 0%, #e12c33 100%);
        background: -o-linear-gradient(top, #c32a30 0%, #e12c33 100%);
        background: -ms-linear-gradient(top, #c32a30 0%, #e12c33 100%);
        background: linear-gradient(to bottom, #c32a30 0%, #e12c33 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c32a30', endColorstr='#e12c33', GradientType=0);
        border: 0 solid #000;
        color: #fff;
        *background: #e30d31 !important;
        background: #e30d31\9;
        padding: 7px 10px !important;
        font-size: 16px;
        text-decoration: none;
    }*/

.buttonRounded, .SMbuttonRounded {
    background: transparent !important;
    background: -moz-linear-gradient(top, #d21a39 0%, #ac0622 100%);
    background: -webkit-linear-gradient(top, #d21a39 0%,#ac0622 100%);
    background: linear-gradient(to bottom, #d21a39 0%,#ac0622 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d21a39', endColorstr='#ac0622',GradientType=0 );
    outline: none;
    border: 0px solid #000;
    color: #000;
    padding: 5px 10px !important;
    margin: 1px 0 5px 4px;
    font-size: 14px;
    *background: #c41230 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
    border: 2px solid #afafaf;
}

/*.buttonRounded:hover, .buttonRounded:active, .SMbuttonRounded:hover, .SMbuttonRounded:active, .viewLoyaltyButton:hover {
        background: #de1e3f;
        background: -moz-linear-gradient(top, #de1e3f 0%, #b20926 100%);
        background: -webkit-linear-gradient(top, #de1e3f 0%,#b20926 100%);
        background: linear-gradient(to bottom, #de1e3f 0%,#b20926 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de1e3f', endColorstr='#b20926',GradientType=0 );
        border: 0px solid #000;
        color: #fff;
        *background: #e30d31 !important;
        background: #e30d31\9;
        padding: 5px 10px !important;
        font-size: 14px;
        text-decoration: none;
    }*/

.register-button .button {
    background: #ab2429;
    background: -moz-linear-gradient(top, #ab2429 0%, #c9252b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ab2429), color-stop(100%, #c9252b));
    background: -webkit-linear-gradient(top, #ab2429 0%, #c9252b 100%);
    background: -o-linear-gradient(top, #ab2429 0%, #c9252b 100%);
    background: -ms-linear-gradient(top, #ab2429 0%, #c9252b 100%);
    background: linear-gradient(to bottom, #ab2429 0%, #c9252b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ab2429', endColorstr='#c9252b', GradientType=0);
    outline: none;
    border: 0 solid #000;
    color: #fff;
    padding: 7px 10px !important;
    margin: 1px 0 5px 4px;
    font-size: 16px;
    *background: #c41230 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 400;
}

    .register-button .button:hover {
        background: #c32a30;
        background: -moz-linear-gradient(top, #c32a30 0%, #e12c33 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c32a30), color-stop(100%, #e12c33));
        background: -webkit-linear-gradient(top, #c32a30 0%, #e12c33 100%);
        background: -o-linear-gradient(top, #c32a30 0%, #e12c33 100%);
        background: -ms-linear-gradient(top, #c32a30 0%, #e12c33 100%);
        background: linear-gradient(to bottom, #c32a30 0%, #e12c33 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c32a30', endColorstr='#e12c33', GradientType=0);
        border: 0 solid #000;
        color: #fff;
        *background: #e30d31 !important;
        background: #e30d31\9;
        padding: 7px 10px !important;
        font-size: 16px;
        text-decoration: none;
    }

.news-info {
    width: 1000px;
    border: 0 solid #d7d7d7;
    float: left;
    margin-bottom: 15px;
}

    .news-info .info-content {
        width: 316px;
        border: 1px solid #d7d7d7;
        height: 151px;
        float: left;
        padding: 0;
        margin-right: 22px;
    }

        .news-info .info-content .content-des {
            padding: 10px;
            float: left;
            padding-top: 7px;
        }

        .news-info .info-content h2 {
            width: 296px;
            border-bottom: 1px solid #d7d7d7;
            float: left;
            padding: 5px 10px;
            font-size: 15px;
            background: #c32a30;
            margin: 0;
            color: #fff;
        }

        .news-info .info-content a {
            font-weight: 700;
            float: left;
            clear: both;
            margin-bottom: 0;
            font-size: 12px;
        }

        .news-info .info-content p {
            float: left;
            clear: both;
            margin: 0 !important;
            margin-bottom: 5px !important;
        }

            .news-info .info-content p strong {
                color: inherit !important;
                font-weight: 700 !important;
                float: left;
                margin: 0 !important;
                padding-right: 3px !important;
            }

.tGrid8 {
    background-color: #FFF;
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
    width: 100%;
    margin: 0;
}

    .tGrid8 td {
        border: 0 solid #eee;
        padding: 2px 3px 2px 10px;
    }

    .tGrid8 th {
        border: 0 solid #eee;
        padding: 4px 3px 4px 10px;
        color: #C41130;
        font-size: 12px;
    }

    .tGrid8 tr:nth-child(even) {
        background: #fff;
    }

    .tGrid8 tr:nth-child(odd) {
        background: #eee;
    }

.ContactChangeDetails {
    border: 0 solid #ccc;
    float: left;
    text-align: center;
    margin-bottom: 7px;
    font-weight: 700;
    margin-top: 5px;
    color: rgb(235,61,80) !important;
    font-size: 16px;
    margin-right: 30px;
}

.ContactChangeDetails-icon {
    width: 23px;
    height: 23px;
    background: url(../../images/spicejet/add-ssr-icons.png) -1044px -144px no-repeat;
    float: left;
    border-right: 1px solid #ccc;
    padding-right: 3px;
    margin-right: 6px;
}

.travel-docs h3 {
    float: left;
    clear: both;
    margin-bottom: 10px;
}

#ETDDivBody .tooltip span {
    margin: 0;
    white-space: nowrap;
    color: #fff;
    background: #b50128;
    background: rgba(181, 1, 40, 0.8);
    padding: 5px;
    position: absolute;
    z-index: 10 !important;
    top: -28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    #ETDDivBody .tooltip span label {
        text-align: left;
        font-weight: 700;
    }

    #ETDDivBody .tooltip span a {
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        position: absolute;
        right: 10px;
        font-weight: 700;
    }

#ETDDivBody .tooltip span {
    margin: 0;
    white-space: nowrap;
    color: #fff;
    background: #b50128;
    background: rgba(181, 1, 40, 0.8);
    padding: 5px;
    position: absolute;
    z-index: 10 !important;
    top: -28px;
    line-height: 14px;
}

#ETDDivBody .tooltip:before,
#ETDDivBody .tooltip:after {
    border: solid;
    border-color: #b50128 transparent;
    border-width: 6px 6px 0;
    bottom: 12px;
    content: "";
    display: block;
    left: 1200%;
    top: 170%;
    position: absolute;
    z-index: 99;
}

.register-div #pageTitle h2 {
    width: 687px;
    float: left;
}

#paymentInputContent select {
    margin-bottom: 7px;
    background: #FFF url("../../images/spicejet/sprites_images_Skysales.png") no-repeat -369px -533px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: capitalize;
    font-size: 16px;
}

.itinerary-fb-popup {
    padding: 0;
}

    .itinerary-fb-popup h2 {
        padding: 0;
        position: absolute;
        font-size: 22px;
        background: #bc0015;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-weight: 700;
        margin: 0;
        width: 100%;
        padding-top: 15px;
        height: 40px;
    }

    .itinerary-fb-popup .fb-content {
        font-size: 15px;
        text-align: center;
        padding: 75px 20px 20px 20px !important;
        line-height: 22px;
    }

#staticmainContentFullpage .itinerary-fb-popup .fb-content-text {
    margin-bottom: 20px;
    padding: 0;
}

.itinerary-social-section {
    font-size: 18px;
    color: #d21130;
    font-weight: 700;
}

.itinerary-FB-icon {
    background: url(../../images/spicejet/itinerary_social_icons.png) no-repeat left top;
    width: 35px;
    height: 36px;
    float: right;
    margin-right: 10px;
}

.itinerary-twit-icon {
    background: url(../../images/spicejet/itinerary_social_icons.png) no-repeat left bottom;
    width: 35px;
    height: 36px;
    float: right;
    margin-right: 5px;
}

.WM {
    //color: Gray;
}

.seat-map-page-banner {
    width: 296px;
    float: left;
    margin: 20px 0px 0px 40px;
}

.contact-page-banner {
    width: 246px;
    border-bottom: 10px solid #fff;
}

.add-card table tr th {
    background: #fff;
    border: 1px solid #ccc;
}

.add-card table tr td {
    background: #fff;
    border: 1px solid #ccc;
    text-align: left;
    padding: 3px !important;
}

.add-card .button_new {
    padding: 4px !important;
    line-height: 17px;
}

#Infant p {
    margin-bottom: 6px;
    margin-left: 0px;
}

#Infant strong {
    clear: both;
    float: left;
    font-weight: 700;
    margin-left: 20px;
    padding-bottom: 10px;
}

.register-div p {
    margin-bottom: 6px;
}

.maas-service-icon {
    width: 23px;
    height: 23px;
    float: left;
}

.spiceJet-assurance-icon {
    width: 23px;
    height: 23px;
    float: left;
}

.priority-checkIn-icon {
    width: 23px;
    height: 23px;
    float: left;
}

.nill-cancel-icon {
    width: 23px;
    height: 23px;
    float: left;
}

.celebration-cakes-icon {
    width: 23px;
    height: 23px;
    float: left;
    margin-top: -4px;
}

.lounge-service-icon {
    width: 23px;
    height: 23px;
    float: left;
}

.fly-for-sure-icon {
    width: 23px;
    height: 23px;
    float: left;
}

.maas-service-div {
    background: #eee;
    width: 560px;
    float: left;
    margin-top: 0;
    padding: 22px;
    padding-top: 0;
}

    .maas-service-div .mealheding {
        margin-left: 0;
        border-bottom: 0 solid #ccc;
        color: #B50229;
        font-size: 14px;
        font-weight: 700;
        margin-left: 0 !important;
        margin-top: 0;
        float: left;
        padding-bottom: 2px;
        width: 689px;
        margin-bottom: 5px;
    }

    .maas-service-div .BaggageMessage {
        padding-left: 0;
    }

    .maas-service-div .mealdropdown {
        padding-left: 0;
        padding-right: 20px;
        padding-top: 5px;
    }

.spicemax-icon {
    width: 110px;
    height: 26px;
    float: left;
    margin: 12px !important;
    padding: 0 !important;
}

.MySpiceTripLogo span {
    width: 152px;
    height: 29px;
    float: left;
    float: right;
    margin-top: 10px;
}

.manage-booking-home {
    background: transparent;
    width: 378px;
    margin: 0;
    height: 270px;
    overflow: hidden !important;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: transparent;
}

.SearchWebCheckInHome {
    background: transparent;
    width: 100%;
    margin: 0;
    height: 270px;
    *height: 270px;
    overflow: hidden !important;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: transparent;
}

.left-empyy-12 {
    float: left;
    width: 12px;
    background: transparent;
}

.google-script {
    display: inline;
}

    .google-script img {
        border-style: none;
    }

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.visibility-hidden {
    visibility: hidden;
}

.font-bold {
    font-weight: 700;
}

.home-search-button {
    float: right;
    //margin-right: 12px;
    margin-top: 7px;
}

.home-pnrconfirmationnumber {
    border-bottom: 1px solid #ccc;
    width: 330px !important;
    padding-bottom: 10px;
    margin-bottom: 6px;
}

#MySpiceTripSearchContainer .checkbox {
    width: auto;
    display: inline;
    float: left !important;
}

#MySpiceTripSearchContainer .MySpicetrip-city-dropdown {
    width: 171px;
    float: left;
    padding-bottom: 10px;
    position: relative;
}

#MySpiceTripSearchContainer .MySpicetrip-date-picker {
    width: 186px;
    height: 25px;
}

#MySpiceTripSearchContainer .select_CTXT {
    width: 326px !important;
    height: 29px !important;
    font-size: 13px;
    margin-top: 10px;
}


.Call-Center {
    border-right: 1px solid #FED904;
    margin-right: 8px;
    padding-right: 5px;
    height: 20px;
}

#AGPopupDialog p {
    padding: 5px 12px;
}

    #AGPopupDialog p.strongg {
        padding-top: 10px;
        padding-bottom: 10px;
        clear: both;
    }

#SpecialAssistancePopup {
    width: 750px;
    height: 500px;
    display: none;
    border-radius: 5px;
    z-index: 9999999999;
    margin-top: 40px;
}

    #SpecialAssistancePopup .popup-close2 {
        margin-left: 0;
        margin-top: -1px;
        float: right;
        right: 7px;
        top: 15px;
        background: none !important;
        font-size: 16px;
        color: #fff;
    }

    #SpecialAssistancePopup h2 {
        position: absolute;
        font-size: 16px;
        margin: 11px;
    }

    #SpecialAssistancePopup ul {
        list-style-type: decimal;
        padding-left: 10px;
    }

    #SpecialAssistancePopup .SpecialAssistanceContent .sub-head3 {
        color: #3c3c3c;
        font-weight: 700;
        padding-bottom: 10px;
        float: left;
    }

#AGPopupDialog1 p {
    padding: 5px 12px;
}

    #AGPopupDialog1 p.strongg {
        padding-top: 10px;
        padding-bottom: 10px;
        clear: both
    }

#SpecialAssistancePopup1 {
    width: 750px;
    height: 550px;
    display: none;
    border-radius: 5px;
}

    #SpecialAssistancePopup1 .popup-close2 {
        margin-left: 0px;
        margin-top: -1px;
        float: right;
        right: 10px;
    }

    #SpecialAssistancePopup1 h2 {
        position: absolute;
        font-size: 13px;
    }

    #SpecialAssistancePopup1 ul {
        list-style-type: decimal;
        padding-left: 10px;
    }

    #SpecialAssistancePopup1 .SpecialAssistanceContent .sub-head3 {
        color: #3c3c3c;
        font-weight: bold;
        padding-bottom: 10px;
        float: left;
    } 

.flight_details_popUp {
    width: 520px;
    display: none;
    border-radius: 10px !important;
    padding: 0px;
    background: #fff;
    bottom: auto;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

    .flight_details_popUp h2 {
        text-align: left;
        background: #e5e5e5;
        padding: 15px 20px;
        font-size: 18px;
        font-weight: 700;
        margin: -20px -20px 10px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .flight_details_popUp h3 {
        font-size: 14px;
        font-weight: bold;
        padding: 25px 25px;
        margin-bottom: 10px;
        text-align: center;
        color: #FFF;
    }

    .flight_details_popUp .popup-close2 {
        margin-left: 0;
        /*top: 7px;*/
        right: 10px;
        float: none;
        background: none;
        font-size: 16px;
        color: #333;
    }

    .flight_details_popUp .close-icon-style2 {
        background: url(../../images/spicejet/svg_icon_sprite.png) no-repeat;
        background-position: -466px -325px;
        width: 16px;
        height: 16px;
        margin-top: 12px;
    }

    .flight_details_popUp .popup-close2:hover {
        text-decoration: none;
        opacity: .8;
    }

.grid-wihout-border {
    border-collapse: collapse;
    margin: 0;
}


table.grid-without-border tr td,
table.grid-without-border tr th {
    border-collapse: collapse;
    padding: 5px 5px 5px 0;
    text-align: left;
    background: none;
}

.promotionalFareDes {
    float: left;
    margin-left: 0 !important;
}

.fare-th-over-icon-des {
    padding-left: 6px;
    padding-right: 3px;
}

.white-space-nowrap {
    white-space: nowrap !important;
}

.RTPromo-label {
    color: #c4112f;
    font-weight: 700;
    font-size: 13px;
    margin: 0 !important;
}

.fare-market-first {
    color: #C41130;
    font-weight: 700;
}

.float-left {
    float: left !important;
}

.spice-widget-view {
    clear: both;
    float: left;
    padding-top: 6px;
}

.float-right {
    float: right !important;
}

.select-currency {
    width: 20px;
    display: inline-block;
}

    .select-currency select {
        color: white;
        width: 69px;
        font-size: 14px;
        border-radius: 3px;
        border: 1px solid #D76473;
        background-color: #bc0015 !important;
        height: 45px;
        background: #bc0015 url(../../images/spicejet/svg_icon_sprite.png) -20px -407px no-repeat !important;
    }

        .select-currency select option {
            color: #000;
            background: #fff;
        }

.star-color {
    color: #D91D3D !important;
}

.member-indicates-required-text {
    margin: 0 !important;
    float: left !important;
    *float: none;
    margin-bottom: 7px !important;
    margin-top: 15px !important;
}

.CheckContactControls .indicates-required {
    display: none;
    margin-left: 5px !important;
    position: absolute;
}

.IndicatesRequired3 {
    margin: 0 0 20px !important;
    width: 160px !important;
    padding-left: 520px !important;
}

#ShowModelPopup {
    width: 500px !important;
    height: 240px !important;
    display: none;
}

    #ShowModelPopup iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

.height-8 {
    height: 8px !important;
}

.check-box-promo-pt {
    margin-top: 30px !important;
    float: left !important;
    margin-left: 18px !important;
}

.fontsize-9em {
    font-size: .9em !important;
}

.success-message {
    color: red !important;
    float: left !important;
    padding: 8px !important;
}

.visibility-visible {
    visibility: visible;
}

.MealPopupDescription {
    float: left;
    padding: 10px 0px 15px 0px;
    padding: 0px 30px 0px 30px;
    font-size: 0.81em;
    color: #c71f28;
    border-top: 1px solid #bdb466;
    height: 5%;
}

.checkBoxAccept {
    margin: 10px 0 13px !important;
}

.seatmap-text {
    float: right;
    width: 563px;
    margin-top: 5px;
}

.payment-page-msg-table {
    margin: 0 !important;
}

.nonIndianMessageInfo1 {
    font-size: 12px;
    color: #d4182d;
    font-weight: bold;
}

.white-space-normal {
    white-space: normal !important;
}

.top-small-icons {
    width: 950px;
    float: left;
    height: 0;
    display: none;
}

.font-size-32 {
    font-size: 32px !important;
}

.font-size-36 {
    font-size: 36px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-weight-bold {
    font-weight: 700;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-4 {
    letter-spacing: 4px;
}

.flight-label {
    width: 40px;
    float: left;
    margin-right: 20px;
}

.seat-label {
    width: 40px;
    float: left;
    margin-right: 20px;
}

.text-align-right:after {
    text-align: right !important;
}

/*.toggle-icon-minus {
    background:  url('../../images/spicejet/svg_icon_sprite.png') no-repeat -2096px -101px;
}
*/ .toggle-icon {
    background: url('../../images/spicejet/svg_icon_sprite.png') no-repeat -1964px -91px;
    height: 40px;
    width: 35px;
}

.toggle-icon-minus {
    background: url('../../images/spicejet/svg_icon_sprite.png') no-repeat -2090px -91px;
}

.add-meal-page-ctrl {
    width: 230px !important;
    margin-right: 20px !important;
    float: left !important;
}

.light-black-color {
    color: #3c3c3c !important;
}

.webcheckinButtonText {
    margin: 10px 0 !important;
    float: right !important;
}

.option-devide-line {
    /*border-bottom: 1px solid #ccc;*/
    font-weight: 700;
    width: 400px;
    margin-left: 20px !important;
    margin-bottom: 15px !important;
    font-size: 20px !important;
    font-style: italic;
}

.option-devide-line2 {
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    width: 400px;
    margin-left: 100px !important;
}

.width-73 {
    width: 73px !important;
}

.width-100 {
    width: 101px !important;
}

.login-box .buttonDiv {
    width: 246px !important;
    text-align: right !important;
    float: left !important;
    margin-top: 10px !important;
}

#forgotpassword .label-user {
    margin-left: 15px !important;
}

#forgotpassword .label-user2 {
    color: #FFF !important;
}


#forgotpassword .label-subagent {
    margin-left: 15px !important;
    width: 15em !important;
}

#forgotpassword .button-p {
    text-align: left;
    padding-left: 1em;
    margin-top: 5px !important;
    clear: none;
    float: left;
}

#forgotpassword .MessageText {
    margin: 15px 30px !important;
    color: red !important;
    float: left !important;
}

.Web-Check-in-h2 {
    border-bottom: 1px solid #CCC !important;
    padding-bottom: 5px !important;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
    width: 689px !important;
    float: left !important;
}

.Web-Check-in2-h2 {
    border-bottom: 1px solid #CCC !important;
    padding-bottom: 7px !important;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #000 !important;
}

.text-align-center {
    text-align: center !important;
}

.Web-Check-in-tGrid {
    font-size: 12px;
    border: 1px solid #525252;
    font-size: 12px !important;
    color: #000;
    border-collapse: collapse;
    margin: 0;
    margin-bottom: 20px !important;
}

    .Web-Check-in-tGrid th {
        border: 1px solid #CCC !important;
        color: #fff !important;
        padding: 5px !important;
        font-weight: 700 !important;
        font-size: 12px !important;
        text-transform: none !important;
        background: #f1f1f1 !important;
        color: #b50128 !important;
    }

    .Web-Check-in-tGrid td {
        border: 1px solid #CCC !important;
        color: #000 !important;
        padding: 5px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
    }

#ItineraryTravelCertificate {
    width: 800px;
    padding: 0;
    overflow: hidden;
    color: #000 !important;
    margin: 0 auto;
    font-family: 'Poppins';
    font-size: 12px;
    background: #fff;
}

.Web-Check-in-sector-heading {
    font-weight: 700 !important;
    padding: 10px 0 !important;
}

.change-flight-date-pic {
    width: 156px !important;
    height: 37px !important;
}

.itinerary-ssr-price-label {
    padding-right: 40px !important;
    text-align: right !important;
}

.Primary-label-text {
    font-weight: 400 !important;
    color: #3C3C3C !important;
    margin: 0 !important;
}

.pax-title {
    padding: 2px !important;
    border-bottom: 1px solid #fff !important;
}

.pax-title2 {
    padding: 2px !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding_left-8 {
    float: left;
    padding-left: 8px;
}

.padding-left-3 {
    padding-left: 3px !important;
}

.padding-top-17 {
    padding-top: 17px !important;
}

.padding-bottom-3 {
    padding-bottom: 3px !important;
}

.padding-bottom-7 {
    padding-bottom: 7px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-left-8 {
    padding-left: 8px !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-3 {
    padding-top: 3px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-8 {
    padding-top: 8px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-14 {
    margin-top: 14px !important;
}

.margin-top-30 {
    margin-top: 60px !important;
}

.margin-top-36 {
    margin-top: 36px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}


.margin-top-60 {
    margin-top: 60px !important;
}


.font-maroon {
    color: #b50128;
}

table.grid-without-border tr th {
    color: #b50128;
    font-size: 12px;
}

.layouttime {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    padding: 5px 0;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}

.push-top-20 {
    margin-top: 20px;
}

.text-left {
    text-align: left;
}

.push-top-10 {
    margin-top: 10px;
}

.font-14 {
    font-size: 14px;
}

.push-top-0 {
    margin-top: 0 !important;
}

.border-none {
    border: 0;
}

.width-316 {
    width: 316px;
}

p.checkbox {
    padding-left: 25px;
}

.inner-defense {
    display: inline-block;
    float: left !important;
}

.inner-fnf {
    float: left !important;
}

.inner-seniorcitizen {
    float: left !important;
    position: relative;
}

.inner-student {
    display: inline-block;
    float: left;
}

.inner-women {
    display: inline-block;
    float: left;
}
                              
.inner-healthcareprofessional {
    display: inline-block;
    float: left;
}
.inner-doubledosefare {
    display: inline-block;
    float: left;
}

/*.inner-defense{margin-left: 25%}*/
.inner-fnf {
    width: 22%;
    display: inline-block;
    position: relative;
    float: left !important;
    padding: 0;
}

.promocode-tooltip {
    background: #b50128;
    background: rgba(181, 1, 40, 0.7);
    width: 300px !important;
    white-space: normal !important;
    top: -89px !important;
    text-align: justify !important;
}

.SpecialAssistanceLink-inner {
    position: relative;
    top: -10px;
    left: 41px;
}

.role-container {
    width: 100%;
    position: relative;
}

.role-wrapper {
    width: 75%;
    margin-left: 60px;
    margin-top: 5px;
}

.error-padding {
    float: left !important;
    margin: 0 !important;
    padding: 5px;
}

.cross-sell-reco {
    float: left;
    padding: 10px;
}

.next-buttons {
    float: right;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 8px;
    margin-right: 48px;
}

.prev-buttons {
    float: left;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 8px;
    margin-left: 20px;
}

.availabilityTable .thheadingbg1 .select-page-fares-th {
    height: 45px !important;
    border-bottom: 1px solid #bbb;
    /* XWRC background: #f6f6f6!important */
}

.promotionalFareDes {
    float: left;
    margin-left: 0 !important;
}

.fare-th-over-icon-des {
    padding-left: 6px;
    padding-right: 3px;
}

.white-space-nowrap {
    white-space: nowrap !important;
}

.RTPromo-label {
    color: #c4112f;
    font-weight: 700;
    font-size: 13px;
    margin: 0 !important;
}

.fare-market-first {
    color: #C41130;
    font-weight: 700;
}

.float-left {
    float: left !important;
}

.spice-widget-view {
    clear: both;
    float: left;
    padding-top: 6px;
}

.float-right {
    float: right !important;
}

.star-color {
    color: #000 !important;
}

.member-indicates-required-text {
    margin: 0 !important;
    float: left !important;
    *float: none;
    margin-bottom: 7px !important;
    margin-top: 15px !important;
}

.CheckContactControls .indicates-required {
    display: none;
    margin-left: 5px !important;
    position: absolute;
}

.IndicatesRequired3 {
    margin: 0 0 20px !important;
    width: 160px !important;
    padding-left: 520px !important;
}

#ShowModelPopup {
    width: 500px !important;
    height: 240px !important;
    display: none;
}

    #ShowModelPopup iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

.height-8 {
    height: 8px !important;
}

.check-box-promo-pt {
    margin-top: 30px !important;
    float: left !important;
    margin-left: 18px !important;
}

.fontsize-9em {
    font-size: .9em !important;
}

.success-message {
    color: red !important;
    float: left !important;
    padding: 8px !important;
}

.visibility-visible {
    visibility: visible;
}

.MealPopupDescription {
    float: left;
    padding: 5px 0 50px 30px;
    font-size: 11px;
    color: #000;
    background: #e6e6e6;
    text-align: justify;
}

.checkBoxAccept {
    margin: 10px 0 13px !important;
}

.seatmap-text {
    float: right;
    width: 563px;
    margin-top: 5px;
}

.messageinfo_wrapper {
    font-size: 14px;
}

.nonIndianMessageInfo2 {
    font-size: 12px;
    color: #000;
}

.nonIndianMessageInfo3 {
    font-size: 12px;
    color: #000;
    float: left;
    width: 640px;
}

.white-space-normal {
    white-space: normal !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-weight-bold {
    font-weight: 700;
}

.flight-label {
    width: 40px;
    float: left;
    margin-right: 20px;
}

.seat-label {
    width: 40px;
    float: left;
    margin-right: 20px;
}

.text-align-right {
    text-align: right !important;
}

.add-meal-page-ctrl {
    width: 230px !important;
    margin-right: 20px !important;
    float: left !important;
}

.light-black-color {
    color: #3c3c3c !important;
}

.webcheckinButtonText {
    margin: 10px 0 !important;
    float: right !important;
}

.InfantSSRNotavailable_error {
    width: 96% !important;
    margin-left: 0 !important;
    padding: 10px 10px 10px 5px !important;
}

.option-devide-line2 {
    border-bottom: 1px solid #fff;
    font-weight: 700;
    width: 75%;
    margin-left: 204px !important;
}

.width-73 {
    width: 73px !important;
}

.width-100 {
    width: 101px !important;
}

.login-box .buttonDiv {
    width: 246px !important;
    text-align: right !important;
    float: left !important;
    margin-top: 10px !important;
}

#forgotpassword .label-user {
    margin-left: 15px !important;
    width: 6em !important;
}

#forgotpassword .label-subagent {
    margin-left: 15px !important;
    width: 15em !important;
}

#forgotpassword .button-p {
    text-align: left;
    padding-left: 1em;
    margin-top: 5px !important;
    clear: none;
    float: left;
}

#forgotpassword .MessageText {
    margin: 15px 30px !important;
    color: red !important;
    float: left !important;
}

.Web-Check-in-h2 {
    border-bottom: 1px solid #CCC !important;
    padding-bottom: 5px !important;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
    width: 689px !important;
    float: left !important;
}

.Web-Check-in2-h2 {
    border-bottom: 1px solid #CCC !important;
    padding-bottom: 7px !important;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #000 !important;
}

.text-align-center {
    text-align: center !important;
}

.Web-Check-in-tGrid {
    font-size: 12px;
    border: 1px solid #525252;
    font-size: 12px !important;
    color: #000;
    border-collapse: collapse;
    margin: 0;
    margin-bottom: 20px !important;
}

    .Web-Check-in-tGrid th {
        border: 0px solid #CCC !important;
        padding: 20px 5px 0 5px !important;
        font-weight: 400 !important;
        font-size: 15px !important;
        text-transform: none !important;
        background: #fff !important;
        color: #666 !important;
    }

    .Web-Check-in-tGrid td {
        border: 0px solid #CCC !important;
        color: #000 !important;
        padding: 5px 5px 5px 5px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
    }

#ItineraryTravelCertificate {
    width: 800px;
    padding: 0;
    overflow: hidden;
    color: #000 !important;
    margin: 0 auto;
    font-family: 'Poppins';
    font-size: 12px;
    background: #fff;
}

.Web-Check-in-sector-heading {
    font-weight: 700 !important;
    padding: 10px 0 !important;
}

.change-flight-date-pic {
    width: 156px !important;
    height: 25px !important;
}

.itinerary-ssr-price-label {
    padding-right: 40px !important;
    text-align: right !important;
}

.Primary-label-text {
    font-weight: 400 !important;
    color: #3C3C3C !important;
    margin: 0 !important;
}

.pax-title {
    padding: 2px !important;
    border-bottom: 1px solid #fff !important;
}

.pax-title2 {
    padding: 2px !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding_left-8 {
    float: left;
    padding-left: 8px;
}

.padding-left-3 {
    padding-left: 3px !important;
}

.padding-top-17 {
    padding-top: 17px !important;
}

.padding-bottom-3 {
    padding-bottom: 3px !important;
}

.padding-bottom-7 {
    padding-bottom: 7px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-8 {
    padding-left: 8px !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-3 {
    padding-top: 3px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-8 {
    padding-top: 8px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-25 {
    margin-bottom: 12px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-top-14 {
    margin-top: 14px !important;
}

.margin-top-36 {
    margin-top: 36px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-8 {
    margin-top: 8px !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.width-500 {
    width: 500px !important;
}

.width-100persant {
    width: 100% !important;
}

.margin-0 {
    margin: 0 !important;
}

.adhar-field-agent {
    float: left;
    position: relative;
    margin-left: 44px !important;
    left: 10% !important;
    margin-right: 388px !important;
}

.padding-0 {
    padding: 0px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.border-left-10 {
    border-left: 10px solid #fff !important;
}

.border-0 {
    border: 0 !important;
}

.promocode-input {
    position: relative;
    top: -42px;
    width: 22%;
    float: right;
}

    .promocode-input ~ .role-container {
        top: -40px;
    }

.promo-span {
    float: left !important;
    padding: 5px !important;
}

.home-date-div {
    width: 102px;
    float: left;
    padding-bottom: 15px;
    position: relative;
}

.home-date-input {
    width: 186px;
    height: 25px;
}

.left-20 {
    left: 20px;
}

.font-size-11 {
    font-size: 11px !important;
}

.text-transform-none {
    text-transform: none !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.float-none {
    float: none !important;
}

.width-100pixel {
    width: 100px !important;
}

.text-align-justify {
    text-align: justify !important;
}

.Web-Check-in-tGrid .padding-right-20 {
    padding-right: 20px !important;
}

.transaction_Ref {
    color: #3C3C3C;
    font-family: 'Poppins' !important;
    font-size: 12px;
}

.spicemax-icon {
    width: 110px;
    height: 26px;
    float: left;
    margin: 12px !important;
    padding: 0 !important;
}

.sale-label {
    width: 50px;
    height: 22px;
    background: url(../../images/spicejet/sale-tag.png) no-repeat;
    /* margin-left: 5px; */
    top: -10px;
    display: inline-block!important;
    position: relative;
    margin-top: -10px;
    left: 90px;
}

.aadhar-icon {
    width: 23px;
    height: 23px;
    float: left;
}

.TenPersant-tag {
    width: 50px;
    height: 22px;
    float: left;
    position: absolute;
    margin-left: 5px;
    margin-top: -2px;
}

.moble-view .tf-content-embed {
    margin-top: 50px;
}

#RegisterConatct {
    margin-top: 7px;
    float: left;
}

    #RegisterConatct .sectionHeader {
        width: 725px;
        color: #c41130;
        font-size: 16px;
        text-align: left;
        margin-bottom: 1px;
        height: auto;
        border-bottom: 1px solid #fff !important;
        margin-bottom: 0;
        padding-bottom: 7px;
        padding-top: 7px;
    }

    #RegisterConatct .register_trigger_active {
        background: #eee !important;
        margin-bottom: 0;
        padding-bottom: 7px;
    }

    #RegisterConatct .contact-logi-list-right label {
        margin: 0 0 0 5px !important;
        width: auto;
    }

    #RegisterConatct .margin-right-10 {
        float: left;
    }

    #RegisterConatct .wLrg2t {
        width: 129px !important;
    }

#paymentInputContent {
    position: relative;
    float: left;
}

#mainContent p.paymentSubmit {
    padding-right: 0 !important;
}

#FareRuleHeader {
    margin-top: 25px !important;
    width: 99%;
}

#RegisterConatct .sectionHeader1 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 0;
}

#RegisterConatct .conatct-login {
    padding-bottom: 15px;
}

.plus-symbol {
    font-size: 50px;
    font-weight: 700;
    color: #b50229;
    float: left;
    padding: 0 15px;
    position: absolute;
    margin-left: -60px !important;
    margin-top: 55px !important;
}

.meal-combos-ul {
    padding-left: 30px !important;
    padding-top: 20px !important;
}

    .meal-combos-ul li {
        width: auto !important;
        padding: 0 10px !important;
        float: left;
    }

.add-ons-landingpage h2 {
    margin-left: 10px;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 5px;
}

.add-ons-landingpage h6 {
    margin-bottom: 20px !important;
}

#SpiceAssistPopup {
    text-align: left;
    height: 380px !important;
}

    #SpiceAssistPopup h3 {
        color: #b50229;
        font-size: 13px;
    }

    #SpiceAssistPopup .popup-close2 {
        margin-top: 0;
        margin-left: 705px;
    }

    #SpiceAssistPopup ul {
        margin-top: 10px !important;
    }

        #SpiceAssistPopup ul li {
            padding-top: 5px !important;
        }

#BaggageInfoPopup {
    text-align: left;
    height: 300px !important;
}

    #BaggageInfoPopup h3 {
        color: #b50229;
        font-size: 13px;
        margin-left: 10px;
        padding: 0 !important;
    }

    #BaggageInfoPopup .popup-close2 {
        margin-top: 0;
        margin-left: 705px;
    }

    #BaggageInfoPopup div {
        color: #3c3c3c;
        font-size: 12px;
        margin-left: 0;
        margin-top: 10px;
        font-weight: 400;
    }

    #BaggageInfoPopup table {
        margin-left: 10px;
        width: 70%;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 5px;
    }

    #BaggageInfoPopup p {
        margin-top: 10px;
        padding: 0 !important;
    }

a.clickhere {
    text-decoration: underline;
    white-space: nowrap;
    font-weight: 700;
}

#SpiceMaxPopup {
    text-align: left;
    height: 200px !important;
}

    #SpiceMaxPopup h3 {
        color: #b50229;
        font-size: 13px;
    }

    #SpiceMaxPopup .popup-close2 {
        margin-top: 0;
        margin-left: 705px;
    }

    #SpiceMaxPopup ul {
        margin-top: 10px !important;
    }

        #SpiceMaxPopup ul li {
            padding-top: 5px !important;
        }

#PriorityCheckInPopup {
    text-align: left;
    height: 340px !important;
}

    #PriorityCheckInPopup h3 {
        color: #b50229;
        font-size: 13px;
    }

    #PriorityCheckInPopup .popup-close2 {
        margin-top: 0;
        margin-left: 705px;
    }

    #PriorityCheckInPopup ul {
        margin-top: 10px !important;
    }

        #PriorityCheckInPopup ul li {
            padding-top: 5px !important;
        }

#BagOutFirstPopup {
    text-align: left;
    height: 280px !important;
}

    #BagOutFirstPopup h3 {
        color: #b50229;
        font-size: 13px;
    }

    #BagOutFirstPopup .popup-close2 {
        margin-top: 0;
        margin-left: 705px;
    }

    #BagOutFirstPopup ul {
        margin-top: 10px !important;
    }

        #BagOutFirstPopup ul li {
            padding-top: 5px !important;
        }

#SpiceAssurancePopup {
    text-align: left;
    height: auto !important;
}

.grid-ExcessBaggage-icon {
    width: 52px;
    height: 40px;
    display: inline-block;
    background: url('../../images/spicejet/svg_icon_sprite.png') no-repeat -1055px -507px;
}

#SpiceAssurancePopup h3 {
    color: #b50229;
    font-size: 13px;
}

#SpiceAssurancePopup .popup-close2 {
    margin-top: 0;
    margin-left: 705px;
}

#SpiceAssurancePopup ul {
    margin-top: 10px !important;
}

    #SpiceAssurancePopup ul li {
        padding-top: 5px !important;
    }

#SpiceAssurancePopup2 {
    text-align: left;
    height: 440px !important;
}

    #SpiceAssurancePopup2 h3 {
        color: #b50229;
        font-size: 13px;
    }

    #SpiceAssurancePopup2 .popup-close2 {
        margin-top: 0;
        margin-left: 705px;
    }

    #SpiceAssurancePopup2 ul {
        margin-top: 10px !important;
    }

        #SpiceAssurancePopup2 ul li {
            padding-top: 5px !important;
        }

.div-border, #promoCodeBody {
    float: left;
    width: 100%;
    margin-top: -15px;
}

    .div-border .sectionHeader1 {
        margin-top: 0;
    }

.RT-Fare-des {
    float: left;
    width: 668px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 20px;
}

.grid-bevarage-icon {
    width: 52px;
    height: 42px;
    display: inline-block;
    background: url("../../images/spicejet/svg_icon_sprite.png") no-repeat -1781px -508px;
}

#cardOptionRadio label {
    width: auto !important;
    float: right;
}

#cardOptionRadio input {
    width: auto !important;
}

.grid-cake-icon {
    width: 45px;
    height: 42px;
    display: inline-block;
    background: url("../../images/spicejet/svg_icon_sprite.png") no-repeat -1329px -501px;
}

.grid-CarryMoreOnboard-icon {
    width: 45px;
    height: 42px;
    display: inline-block;
    background: url("../../images/spicejet/sprites_images_Skysales.png") no-repeat -1557px -1095px;
}

.grid-SpiceMax-icon {
    width: 85px !important;
    height: 42px;
    display: inline-block;
    background: url("../../images/spicejet/svg_icon_sprite.png") no-repeat -699px -507px !important;
}

.grid-print-icon {
    width: 45px;
    height: 42px;
    display: inline-block;
    background: url("../../images/spicejet/sprites_images_Skysales.png") no-repeat -1908px -1111px;
    margin-top: -10px;
}

.grid-travelcertificate-icon {
    width: 20px;
    height: 25px;
    display: inline-block;
    background: url("../../images/spicejet/sprites_images_Skysales.png") no-repeat -1908px -1111px;
    margin-top: -10px;
    transform: scale(0.8);
}

.paymentRow {
    margin: 5px 0 0 10px;
    clear: both;
}

#TabOption {
    padding-bottom: 30px;
}

#paymentInputContent .form label {
    margin: 0 5px 0 0 !important;
    color: #716F70;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

#paymentInputContent .field-wrapper-input label {
    margin: 7px 5px 5px 7px !important;
}

.payments-messages {
    padding-bottom: 5px !important;
    margin-left: 0 !important;
    color: #C41130;
    padding-right: 130px !important;
}

.payment-left {
    width: 34%;
    padding-top: 14px;
    padding-left: 14px;
    float: left;
    text-align: right;
}

.payment-right {
    width: 50%;
    padding-left: 0px;
    float: left;
    background: #f8f4f3;
    margin-left: 35px;
    margin-top: 5px;
    padding-top: 10px;
    padding-right: 10px;
    max-width: 500px;
    padding-bottom: 10px;
}

.payment-page .contact-page-banner {
    display: none;
}


.mobile_footer_wrapper {
    display: none;
    text-align: center;
    margin: 20px 0;
}

    .mobile_footer_wrapper h4 {
        margin: 10px 0 10px 0;
    }

@media (max-width: 768px) {
    .mobile_footer_wrapper {
        display: block;
    }
}
.map-pwd{ width:96%; margin-top:20px; float:left;}
.map-pwd label{ font-size:13px;}
.map-pwd h3{font-size: 14px !important;}

.travDetailsemailinput {
    height: 35px;
}
.FlightInfoType {
    display:inline-block;
    padding-right:10px;
}

#flightSearchContainer .adlttooltip span{
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 0, 0);
    background-image: inherit !important;
    color: rgb(51, 51, 51);
}


/**
 * Tooltip Styles
 */

/*/ Add this attribute to the element that needs a tooltip /*/
[data-tooltip] {
    position: relative;
    /*z-index: 2;*/
    cursor: pointer;
}

/*/ Hide the tooltip content by default /*/
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/*/ Position tooltip above the element /*/
    [data-tooltip]:before {
        position: absolute;
        top: -40px;
        left: 50%;
        margin-bottom: 5px;
        margin-left: -65px;
        padding: 7px;
        width: 150px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #bd0016;
        color: #fff;
        content: attr(data-tooltip);
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
        font-weight: normal;
        z-index:9;
    }

    /*Triangle hack to make tooltip look like a speech bubble*/
    [data-tooltip]:after {
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -5px;
        width: 0;
        border-top: 5px solid #bd0016;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
    }

 /*Show tooltip content on hover*/ 
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
/** * Tooltip Styles  */

.retitneary{
  top: -75px;
}
/*** table shorting styles ***/
table.availabilityTable
{
    border: thin #ccc solid;
    margin: 1em;
    border-collapse: collapse;
}
table.indexed  {
    counter-reset: rowNumber;
}
table.indexed tr.indexed{
    counter-increment: rowNumber;
}

table.indexed tr.indexed td.indexed span::before{
    content: counter(rowNumber);
}
table.availabilityTable th{
    padding-left: 26px;
    /*background-color: #ddd;*/
}

table.availabilityTable tr.sorter-header th:hover{
    font-size: 12px;
    cursor:pointer;
    font-weight: 700;
     background: #bc0015;
}

table.availabilityTable tr.sorter-header td:hover{
         background: #bc0015;
}

table.availabilityTable  th.ascending, table.availabilityTable  th.descending{
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
}
table.availabilityTable  th.ascending {
    background: #bc0015 url(../../images/spicejet/short-down.png) no-repeat left 90% center !important;
    background-size: 10px !important;
    font-weight:700;
    min-width:70px;
}
table.availabilityTable  th.descending{
    background: #bc0015 url(../../images/spicejet/short-up.png) no-repeat left 90% center !important;
    background-size: 10px !important;
    font-weight:bolder;
    min-width:70px;
}

table.priceinclude{
    width: 95%;
    margin-bottom: 20px !important;
    margin-left: 13px;
    border: 1px solid #ccc;
    border-top: 0px;
    margin-top: -12px;
    border-right: 0;
}

.col-active{
    background: rgba(240, 238, 239, 0.5);
}

tr.sorter-header td{
    background: rgba(240, 238, 239, 0.5);
}

.pricealign{
    padding: 14px 7px;
}
/*** table shorting styles ***/

.watermark-color{
    left: -42px !important;
    top: -1px !important;
}

.agentmin-bal > table tr td{
    padding: 5px 15px;
}



/*self Bag Tag css*/

.CheckbagtagContactDetails .row {
        width: 100%;
        margin: 0 0 10px;
        padding: 0 0 0 15px;
    }

.CheckbagtagContactDetails .spanfullName{
    font-weight:700;
}

.CheckbagtagContactDetails .sc-credential-login{
    display:inline-block;
    float:left;
}

.CheckbagtagContactDetails p{
    /*clear: none !important;*/
    /*display: inline !important;*/
}

/*#mainContent p {
    clear: none;
}*/
@media print {
table.vendorListHeading {
background-color: #ee2526 !important;
-webkit-print-color-adjust: exact;
border:1px solid #000;
}
}

.Goodie .mealPanel .mealPanel-content li {
    width: 280px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.Goodie .mealPanel_item {
    width: 270px !important;
  
}


.Goodie .meal_selected {
    width: 274px;
    height: 159px;
    /*background: url(../../images/spicejet/meals/selected_meal_Goodie.png) no-repeat;*/
    margin-left: 3px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: none;
}
 .GoodieCenter {
    width: 100%;
    text-align: left;
}
    
    .GoodieCenter .mealPanel-item-selection {
        width: 270px;
        padding-left: 16px;
            top: 7px;
    }

    .GoodieCenter .MealCount {
            margin-left: -5px;
    top: 29px;
    }

    .webchkntxtcontainer{
        padding-left: 60px !important;
    }

    .webchkntxthead{
        font-weight:700;font-size: 17px;line-height: 30px;
    }

    .webchkntxt{
        font-size:15px;
    }



.cptcha input[disabled] {
    opacity: 9;
    background: #6C6C6C;
    color: #fff;
    padding-left: 25px !important;
    width: 202px;
}

.cptcha label {
    width: 120px;
}

.btnmar25 {
    margin-top: -25px;
}

.capback input[type=text], .cptcha input[type=password] {
    border: 1px solid #a1a1a1;
}

.otptextdiv input[type="text"] {
    border: 1px solid #ccc;
}

.resetagentotp .ui-widget-overlay {
    background: #000;
    opacity: 0.5
}

.sflexpopup {
    margin-left: 25px;
    font-size: 14px;
    padding-top: 15px;
    line-height: 20px;
    list-style-type: disc;
}