
#change-seat-return {
  padding: 0; }
  #change-seat-return .seat-map {
    background: url("../images/icons/grid.png");
    background-color: #F5F5F5;
    background-size: 1em 1em;
    background-image: linear-gradient(to right, #eee 1px, transparent 1px), linear-gradient(to bottom, #eee 1px, transparent 1px); }
     #change-seat-return .seat-map .sm-head {
      padding: 1em;
      border-bottom: 1px solid #ddd; }
      #change-seat-return .seat-map .sm-head .orange {
        font-size: 2em; }
    #change-seat-return .seat-map .sm-body > p {
      padding: 0 1em; }
    #change-seat-return .seat-map .sm-body .smb-top-row .pd-legends li {
      font-size: 0.9em; }
      #change-seat-return .seat-map .sm-body .smb-top-row .pd-legends li span {
        display: inline-block;
        vertical-align: middle; }
        #change-seat-return .seat-map .sm-body .smb-top-row .pd-legends li span:last-child em {
          display: block; }
        #change-seat-return .seat-map .sm-body .smb-top-row .pd-legends li span.circle {
          border: 1px solid #ddd;
          background: #fff;
          width: 30px;
          height: 30px;
          border-radius: 25px;
          text-align: center; }
          #change-seat-return .seat-map .sm-body .smb-top-row .pd-legends li span.circle:after {
            content: "";
            background: #000;
            width: 15px;
            height: 15px;
            border-radius: 3px;
            box-shadow: 0 0 3px 0 #666;
            display: block;
            margin: 0.5em; }
          #change-seat-return .seat-map .sm-body .smb-top-row .pd-legends li span.circle.premium:after {
            background: #C83324; }
          #change-seat-return .seat-map .sm-body .smb-top-row .pd-legends li span.circle.window:after {
            background: #4D8DE0; }
          #change-seat-return .seat-map .sm-body .smb-top-row .pd-legends li span.circle.available:after {
            background: #94C0F7; }
          #change-seat-return .seat-map .sm-body .smb-top-row .pd-legends li span.circle.occupied:after {
            background: #E2E2E2; }
          #change-seat-return .seat-map .sm-body .smb-top-row .pd-legends li span.circle.selected:after {
            width: auto;
            height: auto;
            border-radius: 0;
            box-shadow: none;
            display: inline;
            margin: 0;
            color: #00AD27;
            content: "\f14a";
            background: transparent;
            font-family: FontAwesome;
            font-size: 20px; }
    #change-seat-return .seat-map .sm-body .smb-main-row .flights-list {
      padding: 0 1em;
      margin: 0 0 1em; }
      #change-seat-return .seat-map .sm-body .smb-main-row .flights-list .fl-flight {
        background: #F9F9F9;
        display: inline-block;
        font-size: 0.8em;
        margin: 0 1% 1.5% 0;
        padding: 0.5em 1em;
        width: 48%; }
        #change-seat-return .seat-map .sm-body .smb-main-row .flights-list .fl-flight:nth-child(5) {
          margin-right: 0; }
        #change-seat-return .seat-map .sm-body .smb-main-row .flights-list .fl-flight p {
          margin: 0; }
          #change-seat-return .seat-map .sm-body .smb-main-row .flights-list .fl-flight p .choose {
            cursor: pointer;
            color: #6776E5; }
            #change-seat-return .seat-map .sm-body .smb-main-row .flights-list .fl-flight p .choose i {
              font-size: 1.5em; }
    #change-seat-return .seat-map .sm-body .smb-main-row .passenger-details .row {
      padding: 7em 0 0; }
      #change-seat-return .seat-map .sm-body .smb-main-row .passenger-details .row .pd-seat-no {
        width: 500px;
        padding-left: 1em; }
        #change-seat-return .seat-map .sm-body .smb-main-row .passenger-details .row .pd-seat-no table {
          font-size: 0.95em; }
          #change-seat-return .seat-map .sm-body .smb-main-row .passenger-details .row .pd-seat-no table thead {
            background: #E2E2E2; }
            #change-seat-return .seat-map .sm-body .smb-main-row .passenger-details .row .pd-seat-no table thead th {
              color: #666;
              padding: 0.5em; }
          #change-seat-return .seat-map .sm-body .smb-main-row .passenger-details .row .pd-seat-no table tbody tr td {
            padding: 0.5em; }
            #change-seat-return .seat-map .sm-body .smb-main-row .passenger-details .row .pd-seat-no table tbody tr td.change {
              cursor: pointer;
              color: #6776E5; }
            #change-seat-return .seat-map .sm-body .smb-main-row .passenger-details .row .pd-seat-no table tbody tr td:last-child i {
              font-size: 1.5em; }
          #change-seat-return .seat-map .sm-body .smb-main-row .passenger-details .row .pd-seat-no table tbody tr.choose {
            background: #fff; }
    #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor {
      position: relative; }
      #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor[data-floor='first'] {
        background-image: url("../images/flightSeatMap/flight_front.png");
        background-repeat: no-repeat;
        background-origin: border-box;
        background-position: 55.25% top;
        background-size: auto;
        height: 100%;
        min-height: 700px; }
        #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor[data-floor='first'] .layout {
          background-image: url("../images/flightSeatMap/left_wing.png"), url("../images/flightSeatMap/flight_middle.png"), url("../images/flightSeatMap/right_wing.png");
          background-repeat: no-repeat,repeat-y,no-repeat;
          background-position: -42px center,55.75% 85.25%,307px center;
          background-size: auto,auto,auto;
          height: 100%;
          min-height: 700px;
          margin-top: 215px; }
      #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor[data-floor='second'] .layout {
        background-image: url("../images/flightSeatMap/flight_middle.png");
        background-repeat: repeat-y;
        background-position: 56.25% 85.25%;
        background-size: auto;
        height: 100%;
        min-height: 700px;
        margin-top: 215px; }
     #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map {
        position: absolute;
        width: 300px;
        left: 127px;
        top: 260px; }
        #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.index {
          margin: 0 0 9px 6px; }
          #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.index li {
            width: 20px;
            height: 20px;
            font-size: 1em;
            font-weight: bold; }
            #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.index li:nth-child(3n) {
              margin-right: 5px; }
        #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats {
          margin: 0 0 9px 10px;
          position: relative; }
          #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats li {
            margin: 0 5px 0 0;
            cursor: pointer;
            width: 14px;
            height: 14px;
            border-radius: 3px;
            box-shadow: 0 0 3px 0 #666; }
            #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats li.list-item-absolute {
              text-align: right;
              position: absolute;
              top: -3px;
              left: -39px;
              border-radius: 0;
              box-shadow: none;
              font-size: 1.1em;
              font-weight: bold;
              width: auto;
              height: auto;
              margin: 0; }
            #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats li.premium {
              background: #C83324; }
              #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats li.premium.selected {
                background: transparent; }
            #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats li.window {
              background: #4D8DE0; }
              #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats li.window.selected {
                background: transparent; }
            #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats li.available {
              background: #94C0F7; }
              #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats li.available.selected {
                background: transparent; }
            #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats li.occupied {
              background: #E2E2E2;
              cursor: initial; }
            #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats li.selected {
              padding: 0;
              box-shadow: none; }
              #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats li.selected:after {
                color: #00AD27;
                content: "\f14a";
                background: transparent;
                display: block;
                margin: -5px 0 0;
                font-family: FontAwesome;
                font-size: 20px; }
            #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats li:nth-child(4), #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats li:nth-child(7) {
              margin-right: 13px; }
          #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats:nth-child(9) {
            margin-top: 55px; }
          #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats:nth-child(13) {
            margin-top: 34px; }

#select-passengers-modal1 .modal-dialog {
	width: 700px;
	margin: 3em auto;
}

#select-passengers-modal1 .modal-dialog .modal-body {
	background: #F1F1F1;
}

#select-passengers-modal1 .modal-dialog .modal-body .button-wrap {
	margin: 1em 0;
}

#select-passengers-modal1 .modal-dialog .modal-body .button-wrap .btn.active
	{
	background: #1F9251 !important;
	color: #fff !important;
}

#select-passengers-modal1 .modal-dialog .modal-body .search-wrap input {
	display: inline-block;
}

#select-passengers-modal1 .modal-dialog .modal-body .search-wrap input[type="text"]
	{
	width: 84%;
}

#select-passengers-modal1 .modal-dialog .modal-body .search-wrap input[type="button"]
	{
	width: 15%;
}

#select-passengers-modal1 .modal-dialog .modal-body .pass-selected input
	{
	vertical-align: text-bottom;
	display: inline-block;
}

#select-passengers-modal1 .modal-dialog .modal-body .pass-selected span
	{
	padding-left: 0.5em;
}

#select-passengers-modal1 .modal-dialog .modal-body .spm-tables-wrap .table
	{
	background: #F1F1F1;
	margin: 1em 0 0;
}

#select-passengers-modal1 .modal-dialog .modal-body .spm-tables-wrap .table .dataTables_length,
	#select-passengers-modal .modal-dialog .modal-body .spm-tables-wrap .table .dataTables_filter
	{
	display: none;
}

#select-passengers-modal1 .modal-dialog .modal-body .spm-tables-wrap .table table thead
	{
	background: #E3E3E3;
}

#select-passengers-modal1 .modal-dialog .modal-body .spm-tables-wrap .table table thead th
	{
	padding: 1em;
	border-right: 1px solid #fff;
}

#select-passengers-modal1 .modal-dialog .modal-body .spm-tables-wrap .table table thead th:last-child
	{
	border-right: 0;
}

#select-passengers-modal1 .modal-dialog .modal-body .spm-tables-wrap .table table tbody tr:nth-child(odd)
	{
	background: #DDE7F7;
}

#select-passengers-modal1 .modal-dialog .modal-body .spm-tables-wrap .table table tbody tr:nth-child(even)
	{
	background: #D3E0FA;
}

#select-passengers-modal1 .modal-dialog .modal-body .spm-tables-wrap .table table tbody tr td
	{
	padding: 1em;
	border-right: 1px solid #fff;
}

#select-passengers-modal1 .modal-dialog .modal-body .spm-tables-wrap .table table tbody tr td:last-child
	{
	border: 0;
}

#select-passengers-modal1 .modal-dialog .modal-body .spm-tables-wrap .table table tbody tr td a
	{
	color: inherit;
	text-decoration: underline;
}

#select-passengers-modal1 .modal-dialog .modal-body .spm-tables-wrap .button-wrap,
	#select-passengers-modal .modal-dialog .modal-body .spm-tables-wrap .select-button
	{
	margin: 2em 0;
}
/*--------------------- For Flight loader ------------------------*/
.loaderClass {
	/* padding: 0% 50% 1% 39%;
	width: 112%; */
	padding: 0% 56% 0% 40%;
    width: 112%;
    margin: 0px 0px 0px 15px;
}
.loaderClassCalendar {
	padding: 0% 50% 1% 39%;
	width: 105%;
}

.tryagain {
	font-size: inherit;
	/*font-style: italic;*/
	color:red;
	padding: 2% 10%;
	text-align: center;
}

.tryagain p {
    font-size: 23px;
    font-style: normal;
    text-transform: uppercase;
}

.tryagain p:nth-child(2) {
    font-size: 18px;
    text-transform: none;
}

.loadercontainer {
	border: 5px solid green;
	border-radius: 1%;
	margin: 2% 0 3% 24%;
	padding: 2% 1%;
	text-align: center;
	width: 54%;
}

.paymentLoaderContainer{
    padding: 2% 1%;
    text-align: center;
    width: 100%;
     background-color: #FFFFFF;
}
.wait_flights {
	display: block;
	float: left;
	text-align: center;
	width: 100%;
}

.wait_inbound.ng-scope {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-right: 23px;
}

.wait_inbound.ng-scope>img {
	display: inline-block;
	margin-right: 9px;
	margin-top: 3px;
	vertical-align: top;
}

.inbound {
	display: inline-block;
}

.inbound p {
	text-align: left;
	margin: 0;
	color: #303030;
}

.inbound h5 {
	text-align: left;
	margin: 0;
	font-size: 17px;
	font-weight: bold;
}

.frqflyr {
	width: 23%;
	float: left;
	margin-right: 15px !important;
	position: relative;
}

.frqflyr select {
	-moz-appearance: none;
	-moz-user-select: none;
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ccc;
	margin: 0;
	padding: 5px;
	width: 100%;
	height: 50px;
	background: #fff;
	box-shadow: 0 4px 3px -3px #e5e5e5 inset;
	border-radius: 3px;
}

.frqflyr:after {
	color: #aeaeae;
	content: "";
	font-family: FontAwesome;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	padding: 0 5px 0 0;
	position: absolute;
	right: 5px;
	text-decoration: inherit;
	top: 6px;
}
/*--------------------- For Flight loader ------------------------*/

/* 27-03-2017 swati-css */
/*------------------- Search Page -------------------*/
#insurance-results-page .trip-wrapper .available-insurance-plans table tbody tr td div ul li img
	{
	width: 100%;
}

#insurance-results-page .trip-wrapper .available-insurance-plans table tbody tr td div ul li
	{
	vertical-align: middle;
}
/* Review Page */
.totalAmount {
	float: right;
}

/* used for Meal of connecting flights */
.row_mealConnect h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}

.row_mealConnect {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 20px;
}

.row_BaggageConnect {
	float: left;
	margin-right: 10px;
}

.row_BaggageConnect h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak,
	.x-ng-cloak {
	display: none !important;
}

.aip-table-wrapper th {
	width: 23%;
}

.cancel-markup-product {
	background: #E1E1E1 none repeat scroll 0 0;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	color: #999999;
	padding: 5px 20px;
}

.cancel-markup1 {
	background: #E1E1E1 none repeat scroll 0 0;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	color: #999999;
	padding: 5px 20px;
}

.cancel-markup2 {
	background: #E1E1E1 none repeat scroll 0 0;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	color: #999999;
	padding: 5px 20px;
}

.cancel-markup3 {
	background: #E1E1E1 none repeat scroll 0 0;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	color: #999999;
	padding: 5px 20px;
}

.aip-table-wrapper th:first-child {
	width: 42%;
}

.budget-outer {
	display: block;
	float: left;
	width: 100%;
}

.budget_li {
	display: block;
	float: left;
	width: 100%;
}

.budget_li>li {
	float: left;
}

.budget_li>li:nth-child(2n) {
	width: 117px;
}

.budget_li>li:last-child {
	margin-left: 1%;
	width: 72%;
}




/* For Print icon */
.fa-print {
	cursor: pointer;
}
.loadMore {
  margin: 2% 0% 0% 6% !important;
}

.modal-header {
    background: #f6821f !important;
}
#send-quotation .modal-header {
    background: #fff !important;
}
.trip-wrapper .main .price-matrix .inline:last-child .swiper-container .swiper-button-prev,.trip-wrapper .main .price-matrix .inline:last-child .swiper-container .swiper-container-rtl .swiper-button-prev {
            background-image:  url("../images/left_arrow.png")!important; }
            .trip-wrapper .main .price-matrix .inline:last-child .swiper-container .swiper-container-rtl .swiper-button-next,
          .trip-wrapper .main .price-matrix .inline:last-child .swiper-container .swiper-button-next{background-image:  url("../images/right_arrow.png")!important;}
          .swiper-button-prev, .swiper-button-next{background-size:auto auto!important;}
          
          
      
.swiper-container {
  padding: 2.3em 0 0 !important;;
}

.flexible-calendar .swiper-container {
	padding:0 !important;
}

.disable_btn {
    background-color: #ea7e32;
    border-color: #ea7e32;
    color: white;
    opacity: 0.74;
    padding: 0 3.5em;
}
.disable_btn:hover{
	cursor:pointer;
}

/* .modify-search-wrap .date{
	    background: #F6F6F6 url(../images/icons/cal_icon.png) no-repeat;
    background-position: 7px center;
    padding-left: 35px;
    width: 95%;
} */

.paymentLoader {
   /*  width: 70%;
    margin: 0% 0% 0% 14%; */
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield;
}
.hotelContent .col-md-10 .cw-details .row .col-md-11 .top-rack .tr-wrap .d-inline ul.list-inline li{
	padding-left:0;padding-right:3px;vertical-align:top;
}
.hotelContent .col-md-10 .cw-details .row .col-md-11 .top-rack .tr-wrap .d-inline ul.list-inline li img{
	vertical-align:top;
}
.button-wrap.text-right.button_wrapper_container{
	margin:174px auto 0;width:90%;padding:2em;
}
.resultQuotation{
	font-size: 100%;
	margin: 5%
}
.pnr-table{float:left;width:80%;}
.trip-wrapper .modify-search-wrap .select-places .col.select_minus,#flight-landing-wrap .module-search-page .select-places .col.select_minus{position:relative;}
.trip-wrapper .trip-snapshot .modify-search-wrap .rem-e.rem_minus,#flight-landing-wrap .module-search-page .select-places .rem-e.rem_minus{
	position:absolute;
    margin: 0;
    display: block;
    right: -9px;
    top: 5px;
}
.trip-wrapper .trip-snapshot .modify-search-wrap .rem-e.rem_minus.multi-add,#flight-landing-wrap .module-search-page .select-places .rem-e.rem_minus.multi-add{
    right: -8px;
}
.ui-autocomplete {
  /*width: 27.5% !important; */ /*------------- 21/March/18------------------*/
  left: 309.15px;
  height: 157px;Added for Hotel City Search Box height
  }
/* Above Line Changed By Dinesh for Hotel Autosuggest*/
.icon.insurance .col-md-2 .form-control[readonly]{
	background:#fff!important;
}
.hotel_ssr{
	float:left;
	margin:0 0 4em;
	padding:0 1em;
	display:block;
	width:100%;
}
.mp-head.pdwcbw-head{
border-bottom: 1px solid #ddd;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 0 0.5em;
}

#search-by-company .btn:hover,#search-by-company .btn:focus{
    color:#fff;
}
.adult1 {
    display: block;
    float: left;
    width: 100%;
}
.adult1 .pdwcb-wrap.personal-details{
	float:left;
	width:100%;
	display:block;
}
.hotel-facility{
	float: left;
    display: block;
    width: 100%;
    margin-top: 15px !important
}
.hotel-facility .facilities{
	float: left;
    display: block;
    width: 100%;
}
.cards-layout#hotel-results .card .card-wrap .col-md-10 .cw-details .row .col-md-11 .top-rack .tr-wrap .d-inline .d-inline-wrap .d-inline:first-child div{
	vertical-align:top;
}
.cards-layout#hotel-results .card .card-wrap .col-md-10 .cw-details .row .col-md-11 .top-rack .tr-wrap .d-inline .d-inline-wrap .d-inline:first-child div:nth-child(3){
	margin:0 !important;
}
.trip-wrapper .trip-snapshot .modify-search-wrap .row{
	margin-left:-1em !important;
}
.trip-wrapper .trip-snapshot .modify-search-wrap .icon.hotel-icon .row{
	margin-left:0 !important;
}
/* .ui-datepicker option{
	background:#358642;
} */
#new-passenger-details-wrap .npdw:last-child .npdwrs .personal-details .row .col-md-8 .col-md-2.pad-left{
	padding-top:0;padding-right:0; width: 10%;
}
#new-passenger-details-wrap .npdw:last-child .npdwrs .personal-details .row .col-md-8 .col-md-3.pad-left{
	 padding-left: 32px;
    padding-right: 0;
    padding-top: 0;
    width: 33.2%;
}
#new-passenger-details-wrap .npdw:last-child .npdwrs .personal-details .row .col-md-8 .col-md-2.pad-left .select_option {
    -moz-appearance: none;
    background-image: url("../images/icons/dropdown_icon.png");
    background-position:95% center;
    background-repeat: no-repeat;
    background-size: 9px auto;
    cursor: pointer;
    max-height: 250px;
}
#new-passenger-details-wrap .npdw:last-child .npdwrs .personal-details .row .col-md-8 .col-md-2.pad-left .form-control{
	padding:6px 2px;
}
#preference-a .col-md-4{
	position:relative;
}
#preference-a .col-md-4 img{
	  bottom: 11px;
    position: absolute;
    right: 0;
}
.auto-recmnd{
	background: #00B42A;
    color: #fff;
    border-radius: 15px;
    padding: 0.25em 1em;
    font-size: 0.8em;
    text-transform: uppercase;
    margin-left: 10px;
}
#select-passengers-modal .modal-dialog .modal-body .search-wrap select{width:84%;display:inline-block;}
#select-passengers-modal1 .modal-dialog .modal-body .search-wrap select{width:100%;}
#select-passengers-modal1 #search-by-c-passenger .select_arrow_full {
    display: inline-block;
    width: 84%;
}


/*.ui-datepicker-today a.ui-state-highlight { border-color: #d3d3d3; color: #555555; } .ui-datepicker-today.ui-datepicker-current-day a.ui-state-highlight { border-color: #aaaaaa; color: #212121; }*/
.hotelInfo{color: #333;
    font-size: 14px;
    line-height: 23px;}
 .hotelInfo br{display:none;}
.hotelInfo ul{  display: block;
    list-style: outside disc!important;
    margin-top: 11px;
    padding-left: 16px;}
.hotelInfo ul li{font-size: 14px;
    line-height: 22px;color:#333;margin-bottom:10px;}
.module-search-page .msp-wrap .mspw-body .mspwb-wrap .country-of-residence{margin-left:10px;}
/* .ui-datepicker-today a.ui-state-highlight { border-color: #d3d3d3; color: #555555; } .ui-datepicker-today.ui-datepicker-current-day a.ui-state-highlight { border-color: #aaaaaa; color: #212121; } */
/* .ui-datepicker-today a.ui-state-highlight {
    border-color: #d3d3d3;
    background: #e6e6e6 url(/themeroller/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;;
    color: #555555;    
}
.ui-datepicker-today.ui-datepicker-current-day a.ui-state-highlight {
    border-color: #aaaaaa;
    background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    color: #212121;
} */

.select-form-control{
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
 .select-form-control:focus{
 	border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
 }   
.ngrs-range-slider .hotel-slider{
	top:58% !important;
}

.ngrs-range-slider .hotel-max{
	left:100% !important;
}
.additional-insurance a {
    color: #f6821f;
}
.additional-insurance a:hover,.additional-insurance a:focus {
    color: #f6821f!important;
}
.col-md-4.col.payment-input input.form-control{
	float:left;
	width:74%;
}
.col-md-4.col.payment-input label{
	float:right;
	margin-top:5px;
}
.passenger-details-wrapper .pdw-card .pdwcb-wrap.hotel_ssr.row.ssr div.pull-left {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 1em;margin-top:10px;
}
.passenger-details-wrapper .pdw-card .pdwcb-wrap.hotel_ssr.row.ssr div.fw {
    border: 0 none;
    box-shadow: 0 4px 3px -3px #e5e5e5 inset;
    height: auto;
    min-height: 48px;
    padding-top: 4px;
}
.passenger-details-wrapper .pdw-card .pdwcb-wrap.hotel_ssr.row.ssr div.pull-left .fw .select_arrow_full select{
	border: 0 none;
    border-radius: 4px;
    font-size: 1em;
    height: auto !important;
    padding:10px;
}
.passenger-details-wrapper .pdw-card .pdwcb-wrap.hotel_ssr.row.ssr div.pull-left.textArea{
	width:65%;
}
.passenger-details-wrapper .pdw-card .pdwcb-wrap.hotel_ssr.row.ssr div.pull-left.textArea textarea{
	border: 0 none;
    padding: 6px 12px;
    resize: none;
    width: 100%;
}
.operatedByName{
	    float: right;
    margin: -1% -18%;
}
.flight-tech-data{
	float:left;
	width:100%;
	display:block;
}
.flight-tech-data .col-md-4{
	border-bottom:1px solid #ddd !important;
}
.flight-tech-data:last-child .col-md-4{
	border-bottom:none!important;
}
.compare-hotels .ch-table table tr td:nth-child(n+2){
	vertical-align:top;
}
.compare-hotels .ch-table table tr:nth-child(2) td img{
	height:200px;
}
.prefferedO, .preffered1, .preffered2{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #ccc #ccc currentcolor;
    border-image: none;
    border-radius: 4px 4px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 0;
    width:100%;
}
.prefferedO span, .preffered1 span, .preffered2 span{
    color: #999;
    display: inline-block;
    font-size: 0.85em;
    padding: 0.5em;
}
.prefferedO span i, .preffered1 span i, .preffered2 span i{
    cursor: pointer;
    font-size: 1.2em;
    padding-left: 0.25em;
}
#flight-landing-wrap .col:first-child .module-search-page .search.add {
    border-radius: 0 0 4px 4px;
    border-top: 0 none;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.075) inset;
}
#flight-landing-wrap .col:first-child .module-search-page .advanced-search-wrap div span .form-control.add{
	border-radius: 0 0 4px 4px;
    border-top: 0 none!important;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.075) inset!important;
}
.preferred-div.row div div span:last-child{width:auto!important;}
.bookinhholdloader{
	text-align: center;
    width: 100%;
	/* padding: 1% 27% 5%;
    
    background-color: #f0eed2;
    color: white;
    height: 153px;
    margin: 2% 8% 3% 0%; */
}
.margintop{
  margin-top:15px;
}
.more-options-wrap .in-out .title-row .col-md-12 {
    border: 1px solid #dcdcdc;
    font-size: 1.3em;
    font-weight: bold; }
    .more-options-wrap .in-out .title-row .col-md-12:first-child {
      border-width: 0 1px 0 0; }
    .more-options-wrap .in-out .title-row .col-md-12:last-child {
      border-width: 0 0 0 1px; }
  .more-options-wrap .in-out .content-row .frd-wrap .col-md-12:first-child {
    border: 0; }
  .more-options-wrap .in-out .content-row .row .col-md-12 {
    /* border: 1px solid #dcdcdc; */
    padding: 1em 1em 0; }
    .more-options-wrap .in-out .content-row .row .col-md-12:first-child {
      /* border-width: 0 1px 1px 0; */ }
    .more-options-wrap .in-out .content-row .row .col-md-12:nth-child(2) {
      border-width: 0 0 1px 1px; }
    .more-options-wrap .in-out .content-row .row .col-md-12 li {
      padding: 0 3px; }
      .more-options-wrap .in-out .content-row .row .col-md-12 li .dark {
        color: #333; }
      .more-options-wrap .in-out .content-row .row .col-md-12 li p {
        margin: 0;position:relative; }
        .more-options-wrap .in-out .content-row .row .col-md-12 li p.abs span {
          display: block;
    font-size: 12px;
    left: 50%;
    line-height: 0.8;
    margin-left: -18px;
    position: absolute;
    top: 14px;}
      .more-options-wrap .in-out .content-row .row .col-md-12 li div {
        display: inline-block;
        vertical-align: top; }
      .more-options-wrap .in-out .content-row .row .col-md-12 li.destination {
    margin-left: 33px;
    width: 9%;
}
.more-options-wrap .in-out .content-row .row .col-md-12 li:first-child {
    width: 10%;
}
      .more-options-wrap .in-out .content-row .row .col-md-12 li.source + li {
         width: 59%;  }
        .more-options-wrap .in-out .content-row .row .col-md-12 li.source + li .stop-details .name:before {
        /*   top: -19%; */ }
    .more-options-wrap .in-out .content-row .row .col-md-12 .bottom-rack li {
      width: 39%; }
      .more-options-wrap .in-out .content-row .row .col-md-12 .bottom-rack li:last-child {
        width: 60%; }
        .more-options-wrap .in-out .content-row .row .col-md-12 .bottom-rack li:last-child i {
          padding: 0 3px;
          cursor: pointer; }
  .more-options-wrap .in-out .content-row .row:last-child .col-md-12 {
    border-bottom: 0; }

@media screen and (max-width: 1024px) {
  .more-options-wrap .in-out .content-row .row .col-md-12 li.source + li {
    width: 53%; } }
    .priceCurrency{
    display: inline-block !important;
    font-size: 0.9em!important;
    
    }
    
 .passenger-details-wrapper .pdw-card .pdw-card-body .summary-fareBreakup-wrap.summary-insurance .sfw .sfw-body label{
 	width:auto;
 	margin-bottom: 0;
 }
 
  .passenger-details-wrapper .pdw-card .pdw-card-body .summary-fareBreakup-wrap.summary-insurance .sfw p{
 	margin-bottom:5px;
 }
 
 .passenger-details-wrapper .pdw-card .pdw-card-body .summary-fareBreakup-wrap.summary-insurance .sfw .sfw-body i{
 	padding:0;
 }
 .nation{
 color:#6c6868!important;
 }
 
 
 
.modify-search-wrap .col-md-3.col img.loading-time-i{
   position: absolute;
   width: 90px;
   right: -24px !important;
   top: -4px !important;
}
.more-options-wrap .in-out .content-row .row .col-md-6 li p.abs span {
          display: block;
    font-size: 12px;
    left: 50%;
    line-height: 0.8;
    margin-left: -18px;
    position: absolute;
    top: 21px;}
  .prefferedHeight{
  height: auto !important;
  } 
  .prmatrix-active {
    background: #1F9251;
    color: #fff;
}
.ng-isolate-scope .modal-dialog{width:1020px!important;}
.more-options-wrap .in-out .content-row .row .col-md-6 li:first-child{/* width:19%; */}


.fare-details-wrap .fare-rules div.col-md-12.col span:last-child{/* width:auto; */}
.fare-details-wrap .fare-rules div.col-md-12.col span{width:100%;margin-bottom:3px;}
.fare-details-wrap .fare-rules div.col-md-12.col span:first-child{
	font-weight:bold;
}
.fare-details-wrap .fare-rules div.col-md-12.col span span{font-weight:normal!important;}

.abc{width:10%;display:inline-block;margin-right:5px;}
.adults-age label{display:block;}

.pass_medium{position:relative;}
.pass_medium img{position:absolute;right:11px;top:15px;cursor:pointer;}

/**.search-result-block.ng-scope {
   border: 1px solid #fdaf17;
   color: #1f9251;
   text-align: center;
   margin: 12px auto;
   width: 80%;
   padding: 10px;
}**/

.search-result-block1{
   border: 1px solid #fdaf17;
   color: #1f9251;
   text-align: center;
   margin: 12px auto;
   width: 80%;
   padding: 10px;
}

.frd-show, .bgd-show, .fld-show {
cursor: pointer;
}
.loading-time-i-flight {
    height: 90px;
    position: absolute;
    right: -19px !important;
    top: -27px !important;
    width: 90px;
}

#clientDetail-quote .modal-dialog {
  width: 300px; }
#clientDetail-quote .modal-header {
  background: #FB8200;
  color: #fff; }
  #clientDetail-quote .modal-header .modal-title {
    font-size: 16px; }
#clientDetail-quote .modal-body {
  padding-bottom: 0; }
#clientDetail-quote .modal-footer {
  text-align: center !important; }
#clientDetail-quote .form-wrap div {
  margin: 0.5em 0; }
  #clientDetail-quote .form-wrap div.add-email-wrap a {
    font-size: 12px;
    display: block; }
  #clientDetail-quote .form-wrap div.add-email-wrap span {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 2px 4px;
    margin: 0 5px 5px 0; }
    #clientDetail-quote .form-wrap div.add-email-wrap span i {
      padding-left: 5px;
      color: #999;
      cursor: pointer; }
    
    .corporate-details{margin-top:18px;}  
input[type="radio"]:focus{
	outline:1px solid #66afe9;

    }
    
.prefferedHeight1{
	height:200px!important;overflow:scroll;
}

.trip-wrapper .trip-snapshot .modify-search-wrap .row.agechild {
    margin-left: 0!important;
}

.trip-wrapper .trip-snapshot .modify-search-wrap .trip-sections.preferred_modify .row{margin-left:0!important;}
.trip-wrapper .trip-snapshot .modify-search-wrap .trip-sections.preferred_modify .preferred-div.row{margin:0!important;}
.trip-wrapper .trip-snapshot .modify-search-wrap .trip-sections.preferred_modify span:nth-child(3) .form-control.add{
	border-radius: 0 0 4px 4px;
    border-top: 0 none!important;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.075) inset!important;
}
#flight-landing-wrap .col:first-child .module-search-page .advanced-search-wrap div span:nth-child(3) .form-control{background:#fff!important;}
.hotel-details-wrap .hdw-body .rooms-rates p {
    font-size: 12px;
    /*line-height: 17px;*/
    margin: 0 0 5px;
}
.hotel-details-wrap .hdw-body .rooms-rates h3 {
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 12px;
}
#new-passenger-details-wrap .npdw:last-child .npdwrs .personal-details .row .col-md-8 .col-md-3.pad-left:nth-child(2) {
    padding-left: 6px;
    width: 21%;
}
.trip-wrapper .trip-snapshot .modify-search-wrap .set-children-age .select_arrow_full select {
    padding-left: 7px!important;
}
#hotel-results.cards-layout .card .card-wrap .col-md-10 .cw-details .row .col-md-11 .top-rack .tr-wrap .d-inline p.ht-add{padding-left:0!important;}
.cards-layout#hotel-results .card .card-wrap .col-md-10 .cw-details .row .col-md-11 .top-rack .tr-wrap .d-inline p.ht-add img{margin-left:0!important;}
#topupForm #tab_a .form-control::-moz-placeholder{color:#fff;}
#topupForm #tab_a .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff;
}
#topupForm #tab_a .form-control:-ms-input-placeholder { /* IE 10+ */
  color:#fff;
}

.error-div-adult {
    display: block;
    float: left;
    margin: 0 0 15px;
    width: 100%;
}
.select-passenger.new-select-passenger{margin-bottom:0;}
.jed-med{
	margin: 1% 4% 0% 6%!important;
}
.image-dep{
	margin-bottom: 10px;margin-top: 10px;
}.green-new{
	    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
}
.rem-e.rem-rooms.rem-rooms1{position:absolute;top:2px;}
.rem-e.rem-rooms.rem-rooms2{position:absolute;top:25px;}
.hotel-details-wrap .hdw-body .rooms-rates .added-rooms table tr td:last-child.tax_details{
	 font-size: 1.2em;
    font-weight: bold;
}
.highlight1
{
	width:100% !important;
}
.hotel-details-wrap .hdw-body .rooms-rates .added-rooms table tr td:first-child{width:59%;}
.hotel-details-wrap .hdw-body .rooms-rates .rr-table table td .list-inline li.air-con-blue{width:36%;}
.hotel-details-wrap .hdw-body .rooms-rates .rr-table table td .list-inline li.city-view-blue{width:28%}
.rooms-rates div.rr-table table tr td:last-child button{margin: 2em 0;}
textarea
{cursor:pointer;
resize:none;
}
textarea:invalid{
	box-shadow:none;
}
.save-dob{position:relative;}
.save-dob img{position:absolute;right:10px;top:7px;}

.abcd {
    padding: 6px 7px 6px 29px!important;
}
#insurance-results-page .trip-wrapper .available-insurance-plans table tbody tr td div p a {
font-size: 10px;
color:#23527c;
}
#insurance-results-page .trip-wrapper .available-insurance-plans table tbody tr td div p a:hover,#insurance-results-page .trip-wrapper .available-insurance-plans table tbody tr td div p a:focus {
text-decoration: none;color:#f6821f;
}
.fare-image {
    display: block;
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.fare-image img {
    height: 70px;
    left: -16px;
    position: absolute;
    top: -17px;
    width: 70px;
}

.fare-image-opt {
    display: block;
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.fare-image-opt img {
    height: 70px;
    left: -16px;
    position: absolute;
    top: -17px;
    width: 70px;
}
/* The Modal (background) */
.list-price-change {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.list-price-change-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.flight-table.itinerary_new table tr td table tr {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.flight-table.itinerary_new table tr td table tr td {
    padding: 0 !important;
}
.flight-table.itinerary_new table tr td table tr td:nth-child(2n),.flight-table.itinerary_new table tr td table tr td {
    border-right: medium none !important;
}
.flight-table.itinerary_new table tr td{width:21%;}
.flight-table.itinerary_new table tr td{border-right:1px solid #fff;}
.flight-table.itinerary_new table tr td:last-child{border-right:none;}
.three-top-checkboxes{display: inline-block;}


.booking_outer .booking_main .booking_data .col-md-9 .pm-wrap #method-wrap.pull-left .mw .mw-body .Air_table table thead tr th{width:9%;}
.booking_outer .booking_main .booking_data .col-md-9 .pm-wrap #method-wrap.pull-left .mw .mw-body .Air_table table thead tr th{padding:11px!important;}
.booking_outer .booking_main .booking_data .col-md-9 .pm-wrap #method-wrap.pull-left .mw .mw-body .Air_table table tbody tr td {
    padding: 12px 6px 12px 5px!important;
    font-size: 13px;
}

.guest-detail-outer {
    float: left;
    display: block;
    width:35%;
}
.passenger-details-wrapper .pdw-card .pdw-card-body .adult .personal-details .pd-body .form-wrap .guest-detail-outer div.medium{width:66%;}
.guest-error{float:left;width:100%;display:block;}
#insurance-results-page .trip-wrapper .available-insurance-plans table tbody tr td:nth-child(2) li a:hover, #insurance-results-page .trip-wrapper .available-insurance-plans table tbody tr td:nth-child(2) li a:focus {
    color: #f6821f;
    text-decoration: none;
}
#insurance-results-page .trip-wrapper .available-insurance-plans table tbody tr td:nth-child(2) li a {
    color: #23527c;
}
 .more-options-wrap .in-out .content-row .row .col-md-12.more-opt {
    border:none;
    padding: 0;
   }

#content-5.content{height:282px!important}

div.scroll-text {
 width:100%;
 overflow:hidden;
 animation: slide-left 15s infinite ease-in-out;
}
div.scroll-text span {
 
}

@keyframes slide-left {
 from {
   margin-left: 100%;
   width: 300%; 
 }

 to {
   margin-left: 0%;
   width: 100%;
 }
}

.form-wrap select {
padding: 10px 10px;
width: 100%;
border: 1px solid #ccc;
font-size: 13px;position:relative;
background-image: url("../images/dropdown_arrow.png")!important;
background-repeat: no-repeat;
background-size: 9px 5px;background-position: 244px 16px;height:40px;
}
.form-wrap input{height:40px;}
.operatedByName {
    display: block;
    float: left;
    padding-left: 22px;
}
.trip-wrapper .see-on-map img, .results-page .see-on-map img {cursor:pointer}

	div.main_div{
    margin:0;
    padding:0;
    width:98.5%;
    height:34px;
    border-radius:3px;
    background-color:#fff;    
    position:absolute;
    overflow: hidden;
    padding:0.5em 2em;
	border-radius:3px;
}
div.text_wrapper{
    width:100%;
    padding:0.5em 2em;
	border-radius:3px;
    bottom:0;
    background:#F9F8C2;
    position:absolute;
    -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
    position:absolute;
    -webkit-animation: anim 15s infinite;
    animation: anim 15s infinite;
    -webkit-animation-timing-function: linear; /* Chrome, Safari, Opera */
    animation-timing-function: linear;  
}
div.text_wrapper span{
	margin:0 4px 0 0;
}
@-webkit-keyframes anim {
     from {
         left:100%;         
     }
     to {
         left:0%;
     }
}

@keyframes anim {
   from {
         left:100%;
     }
     to {
         left:0%;
     }
}
.trip-wrapper.marque-top{
	  margin-top: 53px;
}
.full-rule{
	white-space: pre-line;
    /* margin-top: -5%; */
}
.que-table{float:left;display:block;width:100%;}
.booking_outer .booking_main .booking_data .col-md-9 .pm-wrap #method-wrap.pull-left #itenary.mw .mw-body .i-flight .flight-table .details-table tr:nth-child(3) {
    background: #dce3f5 none repeat scroll 0 0!important;
}
.booking_outer .booking_main .booking_data .col-md-9 .pm-wrap #method-wrap.pull-left #itenary.mw .mw-body .i-flight .flight-table .details-table tr td:nth-child(2){width:30%;}

#insurance-results-page .trip-wrapper .trip-snapshot .modify-search-wrap .modify-search-submit {
margin: 10px 0 0!important;
}
#other-products .mw-body .credit-card .passenger-filled-error {
    border: 1px solid #DAA520;
    background: #FAFAD2;
    text-align: center;
    color: #000;
    padding: 10px 5px;
    float: left;
    margin-left: 15px;
    width: 93%;
}
#wallet .passenger-filled-error {
     border: 1px solid #DAA520;
    background: #FAFAD2;
    text-align: center;
    color: #000;
    padding: 16px 11px;
    float: left;
    margin-left: 12px;
    width: 93%;
    margin-top: 15px;
}

#tab_MobilePayment .passenger-filled-error {
     border: 1px solid #DAA520;
    background: #FAFAD2;
    text-align: center;
    color: #000;
    padding: 16px 11px;
    float: left;
    margin-left: 12px;
    width: 93%;
    margin-top: 15px;
}

.airline-logo{width:40px!important;}

.one-stop .stop-details span.flight-number-more:last-child {
    text-align: right;
}
.one-stop .stop-details span.name-more {
   position: initial!important; 
    padding-top: 3%!important;
    width: 32%!important;
    text-align:left!important;
}
.fare-from-to li:first-child {
    width: 180px!important;
    position: relative;
    vertical-align:middle!important;
}
.fare-from-to li:nth-child(2) {
    width:122px;
    position: relative;
    vertical-align:middle!important;
}
.fare-from-to li:first-child:after {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 1.3em;
    color: #999;
    padding: 0 0 0 1em;
    vertical-align: inherit;
    line-height: 0.8;position: absolute;
    right:26px;top:3px;
}
.mini-rules-align{
	text-align: right;
	width: auto!important;
	float: right;
}
/* .trip-wrapper .main .price-matrix .inline:last-child .swiper-container .swiper-slide .logo-wrapper{height:60px!important;} */
.trip-wrapper .main .price-matrix .inline:last-child .swiper-container .swiper-slide{/* width:auto!important; */}
.trip-wrapper .main .price-matrix .inline:last-child .swiper-container .swiper-slide div p:first-child {
    padding: 1px 1em 9px!important;
}
.trip-wrapper .main .price-matrix .inline:last-child .swiper-container .swiper-slide div p {
    padding: 3px 1em 9px!important;
}
.trip-wrapper .main .price-matrix .inline {
    height: 222px!important;
}
.trip-wrapper .main .price-matrix .inline:first-child div {
    padding: 8px 0 0!important;
}
.trip-wrapper .main .price-matrix .inline:first-child div p:first-child {
    padding: 17px 1em 5px;
}
.portal-error-msg{
	background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 4px;
    border-top: 2px solid #009653;
    box-shadow: 3px 4px 4px -1px #b7b7b7;
    height: 500px;
    margin: 33px auto;
    padding: 1em;
    text-align: center;
    width: 70%;
}
.portal-error-msg h1{font-size:20px;margin-top:50px;}


.insurance-error{
	    position: relative;
    width: 23%;
    float: left;    margin-right: 1em!important;
}
.insurance-error .medium{
	width:100%!important;
	margin-right:0!important;
}
.loaderImgClass.ng-scope {
   height: 100px;
    left: 50%;
    margin: 46px auto 0 -50px;
    position: absolute;
    width: 100px;
}
.trip-wrapper .cards-layout .card .card-wrap .vertical-stripe .vs-text, .results-page .cards-layout .card .card-wrap .vertical-stripe .vs-text.vs-text1
{text-transform:none!important;}
#hotel-results.cards-layout .card .card-wrap .col-md-10 .cw-details .row .col-md-11 .top-rack .tr-wrap .d-inline .d-inline-wrap .d-inline:first-child .facilities img {
    margin: 0 15px 0 0!important;
}

.red.d-topup-error {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
}
.hotel-n{height:150px!important;overflow-y:scroll;overflow-x:hidden;}


.vertical-stripe .tooltip {
width: 300px!important;
}

.vertical-stripe .tooltip .tooltip-inner {
	text-align: left!important;
}
.payment-details-wrapper .pdw-card .pdw-card-body .summary-fareBreakup-wrap .sfw{float:left;width:100%;display:block;}
.payment-details-wrapper .sfw-body > p{float:left;width:100%;display:block;}
.room-size,.beds,.max-occupancy{margin-bottom:6px;}
.flight-passenger-error{text-align: center;}
.pnr-table.pnr_dtc .d-inline.layover-flight{margin-top:0!important;}
.importPnrDetails .search-result-block .segment-details .aed-fare.pnr_dtc1{
	  display: table-cell;
    float: none;
    width: 159px;
}
.importPnrDetails .search-result-block .segment-details .aed-fare.pnr_dtc1 .book-now {
    margin: 0;
    padding: 10px;
}
.fare-breakup1 {
    display: block;
    float: left;
    width: 100%;
}
.fare-breakup1 > p {
    float: left;
    width: 166px;
}
li.save-ht-details,li.send-ht-details{float:right;}
li.save-ht-details input,li.send-ht-details input{width:100%;}
li.save-ht-details{margin-left:-17px;}
.see-more-content {
    padding: 9px 0;
}
.see-more-content ul {
    padding: 0;
}
.see-more-content ul li {
    padding: 0;
    font-size:0.95em;
    line-height:25px;color:#008d97;margin-bottom:5px;
}
.see-more-content ul li:before{
	content: "";
    font-family: FontAwesome;
    font-size: 1.15em;
    line-height: 1;
    vertical-align:center;
    margin-right:5px;
}
.see-more-content p {
    font-size:0.95em;color:#008d97;
}
.trip-wrapper .trip-snapshot li.send-ht-details .btn:hover,.trip-wrapper .trip-snapshot li.save-ht-details .btn:hover{
	color:#333!important;
}
#bgdw-1,#frdw-1{
	background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 0 0 6px;
    box-shadow: 4px 3px 3px 0 #e6e6e6;
    color: #6f6f6f;
    font-size: 13px;
    padding: 1em;
}
#bgdw-1 .bgd-wrap,#frdw-1 .frd-wrap{
	 background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: -1px 1px 4px -2px #ccc;
    margin: 0 0 1em;
    padding: 1em;
    width: 100%;
}
.pnr-table.pnr_dtc {
    border: 1px solid #ccc;
    display: table-cell;
    float: none;
    padding: 14px;
    width: 84.9%;
}
.pnr_dtc_outer {
    display: block;
    float: left;
    width: 100%;
}
.pnr_dtc_outer > ul ,.pnr_dtc_outer > ul li ul{
    padding-left: 0;
}
.pnr_dtc_outer ul li{
	width:100%;
}
.pnr_dtc_outer ul li ul li {
    display: inline-block;
    margin-right: 2%;
    width: 18%;
}
.pnr_dtc_outer h3 {
    font-size: 16px;
    margin: 0;
}
.pnr_dtc_outer span {
    display: block;
}
.pnr_dtc_outer ul li:last-child {
    margin-right: 0;
}
.pnr_dtc_outer_layover {
    background: #d5ffe6 none repeat scroll 0 0;
    display: block;
    text-align: center;
    width: 100%;padding:7px;
}
.pnr_dtc_outer ul li:nth-child(5) {
    margin-right: 0;
}
.pnr_dtc_outer_layover p span{display:inline-block;}
.pnr_dtc_outer_layover p{margin:0;}

.importPnrDetails .search-result-block .segment-details .aed-fare.pnr_dtc1 .book-now p {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
}
.payment-details-wrapper .pdw-card .pdw-card-body .summary-fareBreakup-wrap.summary-insurance .sfw .sfw-body label{width:auto;}
.bold{font-weight:bold;}
.text-right.hrw-continue {
   margin: 10px 0 15px;
}
   /*  padding-right: 0.25em;
    text-decoration: inherit;
    vertical-align: top; */
    
    #highLight-ul{
	list-style-type:disc;
	padding: 16px;
}
#highLight-li{
	width:100%;
}
    .more-options-wrap .in-out .content-row .row .col-md-6 li.source + li .stop-details .name:before{
    top:-6px!important;
    }
 .chk.hotel_chk{width:100%;}
 .chk.hotel_chk > input {
    float: left;
}
.hotel_chk .blue {
    float: left;
    margin-left: 7px;
    margin-right: 7px;
}
.hotel-details-wrap .hdw-body .rooms-rates .rr-table table td .bed-choice .select_arrow_full {
    width: 16%;float:left;
}
    
.corporateDetails .st-details .row .col-md-2 p:last-child{
	margin-top:0;
}
.corporateDetails .st-details .row .cdw-value ul:last-child{
	margin-top:0;
}
.corporateDetails .st-details .row .cdw-value ul li{
	vertical-align:top;
}
.corporateDetails .st-details .row .col-md-1 .aed1{
	margin-top:0;
}
.corporateDetails .st-details .row input[type="radio"]{margin-top:0;vertical-align:middle;}

.corporateDetails .st-details .row .cdw-value ul .edit-aed1{margin-top:0;}
.hotel-review-room-type{display:inline-block; margin-left:5px;}
.hotel-review-wrapper .hrw .hrw-card .hrw-card-body .row .col-md-8 .rooms ul li label{vertical-align:top;}
.hotel-review-wrapper .hrw .hrw-card .hrw-card-body .row .col-md-8 .rooms ul li{vertical-align:top;}

#ticker1{overflow: hidden;
height:220px;
color: #333;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: justify;
    width: 100%;font-weight:normal!important;}
#ticker1 span{
font-weight:normal!important;
	}
.hotel-details-wrap .hdw-body .rooms-rates .rr-table table td .td-more-details .td-more-details-data::after{
	border-bottom: 1px solid #F6821F!important;
    border-right: 1px solid #F6821F!important;
     top: -11px!important;
}
.hotel-details-wrap .hdw-body .rooms-rates .rr-table table td .td-more-details .td-more-details-data{
	border: 1px solid #F6821F!important;
}
.passenger-details-wrapper .pdw-card .pdw-card-body .summary-fareBreakup-wrap .sfw p{word-wrap: break-word;}
.more-options-wrap .in-out .content-row .row:last-child .col-md-6 .inbf{height:auto;margin-bottom:10px;padding:10px;min-height:168px;max-height:auto;}
.more-options-wrap .in-out .content-row .row:last-child .col-md-6 .otbf{height:auto;margin-bottom:10px;padding:10px;min-height:168px;max-height:auto;}
.more-options-wrap .in-out .content-row .row:last-child .col-md-6 .otbf .more-options-wrap,.more-options-wrap .in-out .content-row .row:last-child .col-md-6 .inbf .more-options-wrap{box-shadow:none;}
.more-options-wrap .in-out .content-row .row .col-md-6 .otbf .bottom-rack li ,.more-options-wrap .in-out .content-row .row .col-md-6 .inbf .bottom-rack li{width:auto!important;}
.more-options-wrap .in-out .title-row a.more-options-a{
	float:right;padding-right:18px;
}
.upper-case{
	text-transform: uppercase;
}
.round-content .row .col-md-6{
	padding:0!important;
}
.round-content .row .col-md-6 .inbf,.round-content .row .col-md-6 .otbf{padding:0 15px;}
.round-content .row .col-md-6 .inbf .more-options-wrap,.round-content .row .col-md-6 .otbf .more-options-wrap{background:none;}
.title-row.round-title .col-md-6:first-child{margin-top:0;}
.more-options-a-oneway{
	float: right;
    margin-right: 9px;
}
.margin-nation{
	margin-top: 10px!important;
}
.surcharge-amt{
	    margin: 0% 2%;
}
.markup-price{
	position:absolute;text-align:left;margin-left:260px;
}
.markup-outer .hide-markup{
	position:relative;
}
.trip-wrapper .main .price-matrix .inline:last-child .swiper-container .swiper-slide{padding:0!important;}
.trip-wrapper .main .price-matrix .inline:last-child .swiper-container .swiper-slide div.logo-wrapper{margin:-4px 5px!impprtant;}
.trip-wrapper .main .price-matrix .inline:last-child .swiper-container .swiper-slide div{margin-top:4px;}
.dark-grey1{background:#ccc!important;
color:#000;}
.dark-grey1 td{border-bottom:1px solid #fff;}
.dark-grey1 td:last-child{border-bottom:1px solid #fff!important;}
.dark-grey1:last-child td{border-bottom:none;}
.dark-grey1:last-child td:last-child{border-bottom:none!important;}

.hotel-details-wrap .hdw-head .book-now p strike span {
    color: #000;
    display: inline;
}
.hotel-details-wrap .hdw-head .book-now p strike{
	color:#ed1b24;
}
.insurance-duplicate-policy-msg{
	background: #fff none repeat scroll 0 0;
    border: 1px solid red;
    color: red;
    font-size: 19px;
    font-weight: normal;
    margin-top: 20px;
    padding: 6px 0;
    text-align: center;
}
.bottom-rack.bottom-rack1{
	padding-left:0!important;
}
.trip-wrapper .main .cards-layout .card .card-wrap .flight-details .col-md-11 .top-rack.tech-stops .rt-details{position:relative;}
.trip-wrapper .main .cards-layout .card .card-wrap .flight-details .col-md-11 .top-rack.tech-stops .technical-stop-details
{position: absolute;
bottom: -12px;
left: 50%;
margin-left: -50px}
.trip-wrapper .main .cards-layout .card .card-wrap .flight-details .col-md-11 .top-rack.tech-stops .round-tech{
	position: relative;
}
.dashboard-wrap .dw-content .dw-ticketing-point .flight .col-md-7 ul li:first-child{height:84px;}
.dashboard-wrap .dw-content .dw-ticketing-point .flight .col-md-7 ul li{vertical-align:top;}
.dashboard-wrap .dw-content .dw-ticketing-point .flight .col-md-7 ul li p{height:21px;}
.booking-confirmation-baggage{
	border:1px solid #ccc;
	width:32%;
	padding:15px 28px;
}

#flight-landing-wrap .col-md-3.col.new-date input{
	background: #F6F6F6 url(../images/icons/cal_icon.png) no-repeat;
    background-position: 7px center;
    padding-left:40px;
}
#flight-landing-wrap .col-md-3.col.new-date{
	border: 1px solid #ccc !important;
    background-color: #f6f6f6;
    border-radius: 3px;
    margin-right: 9px;
    height: 34px;
}

.select_arrow_full.passenger-drop option[disabled] {
   display: block !important;
}

.cdw-other-products table tr td:nth-child(3) ul li{vertical-align:top;font-size:13px;}
.cdw-amrkuptable table tr td:nth-child(3) ul li{vertical-align:top;}
.hotel-highlights.bg-f7.bxs marquee span{font-weight:normal;font-size:12px;}

#flight-landing-wrap .col:first-child .module-search-page input[type="text"]:focus{
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          border:1px solid #06aded!important;
}
#flight-landing-wrap .col:first-child .module-search-page .search input{
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#hotel-results .result-found h2{
	font-size: 23px;
	font-weight: bold;
	color: #383838;
	margin-bottom: 13px;
}

input[type="checkbox"]:focus {
    outline: 1px solid #66afe9;
}
.error-passenger-remove{
	    width: auto;
    color: red;
    margin-bottom: 5px;
}

.cdw-other-products table tr td:nth-child(3) ul li{vertical-align:top;font-size:14px;}
.cdw-amrkuptable table tr td:nth-child(3) ul li{vertical-align:top;}
#hotel-results .result-found h2{
	font-size: 23px;
	font-weight: bold;
	color: #383838;
	margin-bottom: 13px;
}
#new-passenger-details-wrap .npdw:last-child .npdwrs .personal-details .row .col-md-8 .row.retail-radio .col-md-2 label {
    display: inline-block;
}
.review-page-children-disp{
	margin-left: 110px;
}
.guest-page-children-disp{
	margin-top: -19px;
	margin-left: 75px;
}
.confirmation-page-children-disp{
	font-size: 12px;
}
.booking_outer .booking_main .booking_data .col-md-9 .pm-wrap #method-wrap.pull-left #document.mw .mw-body .client_document .c_dcm_table div.issued-voucher-data table tbody tr td{
	text-align:left!important;	
}
.booking_outer .booking_main .booking_data .col-md-9 .pm-wrap #method-wrap.pull-left #document.mw .mw-body .client_document .c_dcm_table div.issued-voucher-data h4{margin-bottom:10px;}
.hotel-details-wrap .hdw-body .rooms-rates .rr-table table td .bed-choice.bed-choice-design .select_arrow_full {
float:none;
}
.hotel-details-wrap .hdw-body .rooms-rates .rr-table table td .bed-choice.bed-choice-design p{width:29%;}
#change-link:hover{
    text-decoration: underline;
}
#change-link {
    color: #1d4dc3;
}
ul.list-inline.duration-one-way{display:inline-block;}
ul.list-inline.duration-one-way li{width:100%!important;}
ul.tag-flight-one-way {
    display: inline-block;
    padding: 0;margin-bottom:0;
}
ul.tag-flight-one-way li{width:100%!important;
    background: #44cd01 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    min-width: 105px;}
.more-options-wrap .in-out .content-row.one-way-more .row{border-bottom:none;}
.more-options-wrap .in-out .content-row.one-way-more .more-options-wrap{padding:10px;}
.more-option-round-inner{
	display:block;float:left;width:50%;
}
.more-option-round-inner .col-md-6{width:100%;}
.more-option-round-inner-inbound{
	display:block;float:left;width:50%;
	border-left:1px solid #dcdcdc!important;/*------------merge by karnika later 6/march/18---------------*/
}
.more-option-round-inner-inbound .col-md-6{width:100%;}
.more-options-wrap .in-out .content-row .row:last-child .more-option-round-inner .col-md-6 {
    border-bottom: 1px solid #dcdcdc!important;
}
.more-options-wrap .in-out .content-row .row .more-option-round-inner .col-md-6:first-child {
    /* border-right: none!important; */
}
.more-options-wrap .in-out .content-row.more-option-round .row {
   border-bottom:none!important;
}
.more-option-round-inner .col-md-6.inbf{
	/*border-right:1px solid #dcdcdc!important;*/padding-left:8px!important;padding-top: 18px!important;
} /*------------merge by karnika later 6/march/18---------------*/
.more-options-wrap .in-out .content-row .row:last-child .more-option-round-inner-inbound .col-md-6 {
    border-bottom: 1px solid #dcdcdc!important;
}
.more-options-wrap .in-out .content-row .row .more-option-round-inner-inbound .col-md-6:first-child {
    border-right: none!important;
}
.more-options-wrap .in-out .content-row.more-option-round-inner-inbound .row {
   border-bottom:none!important;
}
.more-option-round-inner-inbound .col-md-6.otbf{
	padding-left:8px!important;padding-top: 18px!important;
}
.more-options-wrap .in-out .content-row .row .more-option-round-inner .col-md-6.inbf ,.more-options-wrap .in-out .content-row .row .more-option-round-inner-inbound .col-md-6.otbf{
    height: 124px!important;
}
.more-option-round-inner-inbound .col-md-6.otbf ul.more-option-round-tech-stop{margin-bottom:0;}
.more-option-round-inner-inbound .col-md-6.otbf ul.more-option-round-tech-stop li{font-size:9px;width:50%;float:left;text-align:center;}
.more-option-round-inner-inbound .col-md-6.otbf ul.more-option-round-tech-stop li p{font-size:9px!important;}
.more-option-round-inner-inbound .col-md-6.otbf ul.more-option-round-tech-stop1 li.one-stop{poaition:relative!important}
.more-option-round-inner-inbound .col-md-6.otbf ul.more-option-round-tech-stop1 li.one-stop p.stop-details span:nth-child(2){font-size: 11px;text-align: center!important;}
.more-option-round-inner-inbound .col-md-6.otbf ul.more-option-round-tech-stop1 li.one-stop p.stop-details span:first-child {
    position: absolute;
    left: 5px;
    font-size: 10px;
    width: auto;
    top: 4px;
}
.more-option-round-inner-inbound .col-md-6.otbf ul.more-option-round-tech-stop1 li.one-stop p.stop-details span:last-child {
    position: absolute;
    right: 0;
    font-size: 10px;
    top: 4px;
}
.more-options-wrap .in-out .content-row .row .col-md-6.otbf .tag-flight{margin-top:0;}

.more-option-round-inner-inbound .col-md-6.inbf ul.more-option-round-tech-stop{margin-bottom:0;}
.more-option-round-inner-inbound .col-md-6.inbf ul.more-option-round-tech-stop li{font-size:9px;width:50%;float:left;text-align:center;}
.more-option-round-inner-inbound .col-md-6.inbf ul.more-option-round-tech-stop li p{font-size:9px!important;}
.more-option-round-inner-inbound .col-md-6.inbf ul.more-option-round-tech-stop1 li.one-stop{poaition:relative!important}
.more-option-round-inner-inbound .col-md-6.inbf ul.more-option-round-tech-stop1 li.one-stop p.stop-details span:nth-child(2){font-size: 11px;text-align: center!important;}
.more-option-round-inner-inbound .col-md-6.inbf ul.more-option-round-tech-stop1 li.one-stop p.stop-details span:first-child {
    position: absolute;
    left: 5px;
    font-size: 10px;
    width: auto;
    top: 4px;
}
.more-option-round-inner-inbound .col-md-6.inbf ul.more-option-round-tech-stop1 li.one-stop p.stop-details span:last-child {
    position: absolute;
    right: 0;
    font-size: 10px;
    top: 4px;
}
.more-options-wrap .in-out .content-row .row .col-md-6.inbf .tag-flight{margin-top:0;}
li a:focus {
border: 1px solid #06aded !important;
}

#hotel-landing-page .col-md-3 .last-search-wrap .lsw-body a:focus{
	text-decoration:none;
}

span.auto_popular {
    background: #1F9251;
    color: #fff;
    border-radius: 10px;
    display: block;
    float: right;
    padding: 2px 21px;
    text-align: center;
}
.review-input-checkbox input{margin-top:0!important;vertical-align:middle!important;}
.review-input-checkbox span a{color: #1d4dc3;}
.review-input-checkbox span{vertical-align:middle!important;}
#hotel-landing-page .col-md-3 .last-search-wrap .lsw-body a.previous-date:hover,#hotel-landing-page .col-md-3 .last-search-wrap .lsw-body a.previous-date:focus{box-shadow:none!important;}
#hotel-landing-page .col-md-3 .last-search-wrap .lsw-body a.new-date:hover,#hotel-landing-page .col-md-3 .last-search-wrap .lsw-body a.new-date:focus{box-shadow:0 0 19px #000!important;}
#hotel-landing-page .col-md-3 .last-search-wrap .lsw-body a:hover,#hotel-landing-page .col-md-3 .last-search-wrap .lsw-body a:focus{box-shadow:none!important;}
.booking-report .b-table table tbody tr td img, .booking-report .b-table table thead tr td img{width:20px!important;}
.booking-report .b-table table tbody tr td:nth-child(6){text-align:center;}
.booking-report .b-table table tbody tr td table tr td:first-child,.booking-report .b-table table tbody tr td table tr td:nth-child(2){background-image:none!important;padding-left:0!important;}
.details_NewClass img{display: inline-block;
vertical-align: top;
margin-top: 3px;}
.details_NewClass div{display: inline-block;
vertical-align: top;
padding-left: 12px;}

.passenger-error{
	border: red 1px solid !important;
}
#up .modal-header {
    background: #E10000 !important;
}
.hotel-booking-design-span{display:inline-block;vertical-align:top;}
.hotel-booking-design-span span{display:block;margin-bottom:9px;}
.hotel-guest-outer-span{display:inline-block;vertical-align:top;}
.hotel-guest-outer-span span{display:block;margin-bottom:9px;}
.hotel-details-wrap .hdw-head .col-md-3 .book-now a.active {
background: #F6821F;
}

.imp-info-content{text-align: left;font-weight: 100;font-size: 14px;line-height: 21px;}
.green-imp-info{color:#1F9251;}
.flight-refunded-details{
/* 	position: absolute;
    background: #fff;
    top:30px;
    box-shadow: 2px 1px 10px 2px #e2e2e2;
    width:453px;
    visibility:hidden;
    opacity:0;
    right:-99px;
    z-index: 9; */
    
    position: absolute;
    background: #fff;
    top: 30px;
    box-shadow: 2px 1px 10px 2px #e2e2e2;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    right: -60px;
    z-index: 9;
}	
.flight-refunded-details:after{
	border-bottom: 1px solid #ccc;
    border-right:1px solid #ccc;
    content: "";
    height: 20px;
    position: absolute;
    top: -11px;
    width: 20px;
    transform: rotate(223deg);
    -webkit-transform: rotate(223deg);
    -moz-transform: rotate(223deg);
    -o-transform: rotate(223deg);
    -ms-transform: rotate(223deg);
    left:66%;
    margin-left: -10px;
    background: #fff;
    z-index: 99;
}
.flight-refunded-details h4{
	background: #1F9251;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 5px 5px;
	font-weight: bold;
	z-index: 99999;
    position: relative;
}
.flight-refunded-details ul{
	padding:10px;
	color:#333; /*------ swati_25/1/18--------*/
}
.flight-refunded-details ul li{
	border-bottom:1px solid #ccc;
	margin-bottom:5px;	
	padding:5px;
}	
.flight-refunded-details ul li p{
	display:block;
}
.flight-refunded-details ul li p{
	font-size:13px;
	font-weight:normal;
}
.flight-refunded-details ul li span{
	font-weight:normal;
	color:#333333;
}	
.book-now div a.icon-return{display:inline-block;}
.book-now div p{display:block;} /*07/01/2019, Changes for book now details*/
.book-now div a.icon-return div.flight-refunded-details{
	visibility:visible;
	opacity:1;
	cursor:pointer;
}
.cancellation-pass-policy .sfw-head img {
    padding-left: 9px;
}

.insurance-widget-adult .select_arrow_full option[disabled]{display:block;}
.trip-wrapper .trip-snapshot ul li span{margin-left:5px;}
.trip-wrapper .trip-snapshot ul li p{margin-left:7px;}

.fl-p-table-head {/*---- itenary tab style ---*/
    background: #3a9352 none repeat scroll 0 0;
    color: #fff;
    height: 40px;
    padding: 6px;
}
.fl-p-table-head  a{
    float:right;
    margin-top:4px;
}
.fl-p-table-body table thead th{
    background: #f1f1f1;
    border-bottom: 1px solid #cfcfcf !important;
    border-top: 1px solid #cfcfcf;
    padding:10px;
    border-right:1px solid #dedede;
    border-bottom:1px solid #dedede;
}
.fl-p-table-body table thead th:first-child{border-left:1px solid #dedede;}
.fl-p-table-body table tbody tr td:first-child{border-left:1px solid #dedede;}
.fl-p-table-body table tbody td:nth-child(2n){
    background: #f8f8f8;
}
.fl-p-table-body table tbody tr td{
    padding:10px;border-right:1px solid #dedede;border-bottom:1px solid #dedede;
}
.fl-p-table-body table{width:100%;}
.fl-p-table-body table tbody tr td:last-child{
        border-right:none;
}
.ht-p-table-head{background: #F48221;
    color: #fff;height: 40px;
    padding: 6px;}
.fl-p-table-body table tbody tr td p:last-child{
   float:right;
   background:#3E712F;
   color:#fff;
    padding: 1px 4px;
}
.costing_table_admin table{border:1px solid #cfcfcf;width:100%}
.costing_table_admin table thead tr{background:#f1f1f1;}
.costing_table_admin table thead tr th{padding:13px;border-bottom: 1px solid #cfcfcf;border-right: 1px solid #cfcfcf;}
.costing_table_admin table tbody tr td{padding:13px;border-bottom: 1px solid #cfcfcf;border-right: 1px solid #cfcfcf;}
.costing_table_admin table tbody tr td a img{vertical-align:top;margin-left:33px;}
.costing_table_admin table tbody tr:nth-child(2n){background:#f8f8f8;}
.costing-table.costing_table_admin{margin-top:10px;}

.airline-markup-table .dataTables_filter{
  display: block;} 
  .fare-type{
  width: 100%;
  }
  
  .edit-markup-product span {
    color: #365cda;
    cursor: pointer;
    font-size: 14px !important;
    margin: 0 0 0 5px;
}
.seat_floor{margin-left:50px}

#change-seat .modal-dialog{
	width:1200px !important;
	height:auto !important;
	max-height:90% !important;
}
#change-seat-return .modal-dialog{
	width:1200px !important;
	height:auto !important;
	max-height:90% !important;
}

/*SEAT CSS FOR INDIGO START */
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor[data-floor='first'] .layout{min-height:950px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:15px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.seats:nth-child(14){margin-top:15px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.index li {
    width: 21px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-right:0;
    padding-left:0;
}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.seats li{margin:0 11px 0 0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:44px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-right:34px!important;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.seats li:nth-child(7){margin-right:0;margin-left:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.seats li:nth-child(7).available{margin-left:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.index li:nth-child(6){margin-left:-2px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width:50%;text-align: center;}

#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor[data-floor='first'] .layout{background-position:-66px 38%,55.75% 85.25%,287px 38%;width: 100%; position: initial;}

#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main-art .fss-map .row .floor[data-floor='first'] .layout{min-height:620px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main-art .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main-art .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main-art .fss-map .row .floor .layout-map{top:200px;left:27%; position:absolute;width:50%;text-align: center;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main-art .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main-art .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-left:85px;margin-right: 3px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main-art .fss-map .row .floor[data-floor='first'] .layout{background-position:-65px 58%,55.75% 85.25%,288px 58%;width: 100%; position: initial;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main-art .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:10px;margin-left:97px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main-art .fss-map .row .floor .layout-map ul.seats li:nth-child(3) {
    margin-left: 5px;
    margin-right: 0;
}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats li.empty{box-shadow:none;border-radius:0;}

/* Change-Seat Return Start */

#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor[data-floor='first'] .layout{min-height:950px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:15px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.seats:nth-child(14){margin-top:15px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.index li {
    width: 21px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-right:0;
    padding-left:0;
}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.seats li{margin:0 11px 0 0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:44px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-right:34px!important;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.seats li:nth-child(7){margin-right:0;margin-left:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.seats li:nth-child(7).available{margin-left:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map ul.index li:nth-child(6){margin-left:-2px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width:50%;text-align: center;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main .fss-map .row .floor[data-floor='first'] .layout{background-position:-66px 38%,55.75% 85.25%,288px 38%;width: 100%; position: initial;}

#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main-art .fss-map .row .floor[data-floor='first'] .layout{min-height:620px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main-art .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main-art .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main-art .fss-map .row .floor .layout-map{top:200px;left:27%; position:absolute;width:50%;text-align: center;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main-art .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main-art .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-left:85px;margin-right: 3px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main-art .fss-map .row .floor[data-floor='first'] .layout{background-position:-66px 58%,55.75% 85.25%,287px 58%;width: 100%; position: initial;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main-art .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:10px;margin-left:97px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.indigo-main-art .fss-map .row .floor .layout-map ul.seats li:nth-child(3) {
    margin-left: 5px;
    margin-right: 0;
}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats li.empty{box-shadow:none;border-radius:0;}
/*SEAT CSS FOR INDIGO END */

/* SEAT CSS for SPICE START*/
/* For 737:189 AircraftType */
 #change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor[data-floor='first'] .layout{min-height:1018px;}
 #change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats:nth-child(3){margin-top:15px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats:nth-child(4){margin-top:15px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats:nth-child(16){margin-top:20px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats:nth-child(17){margin-top:20px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.index li {
    width: 21px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-right:0;
    padding-left:0;
}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats li{margin:0 11px 0 0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:44px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-right:34px!important;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats li:nth-child(7){margin-right:0;margin-left:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats li.occupied{/* margin-right:0;margin-left:-5px; */}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats li:nth-child(7).available{margin-left:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.index li:nth-child(6){margin-left:-2px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width: 50%;text-align: center;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor[data-floor='first'] .layout{background-position:-33% 52%,55.75% 85.25%,288px 52%; width: 100%; position: initial;}
/* For 737:186 AircraftType */
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor[data-floor='first'] .layout{min-height:1018px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.seats:nth-child(15){margin-top: 20px;margin-bottom: 20px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.index li {
    width: 21px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-right:0;
    padding-left:0;
}

#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.seats li{margin:0 11px 0 0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:44px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-right:34px!important;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.seats li:nth-child(7){margin-right:0;margin-left:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.seats li:nth-child(7).available{margin-left:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.index li:nth-child(6){margin-left:-2px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width: 50%;text-align: center;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor[data-floor='first'] .layout{background-position:-66px 44%,55.75% 85.25%,288px 44%;width: 100%; position: initial;}

 /*  For 737:212 AircraftType */ 
 
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor[data-floor='first'] .layout{min-height:1150px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.seats:nth-child(18){margin-top:20px;margin-bottom:20px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.index li {
    width: 21px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-right:0;
    padding-left:0;
}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.seats:nth-child(3){margin-top:15px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.seats:nth-child(4){margin-top:15px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.seats li{margin:0 11px 0 0;} 
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:44px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-right:34px!important;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.seats li:nth-child(7){margin-right:0;margin-left:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.seats li:nth-child(7).available{margin-left:0;} 
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.index li:nth-child(6){margin-left:-2px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width:50%;text-align: center;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor[data-floor='first'] .layout{background-position:-66px 45%,55.75% 85.25%,287px 45%;width: 100%; position: initial;}

/* For DH8/SUQ Aircraft Type */
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor[data-floor='first'] .layout{min-height:650px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor .layout-map{left:149px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-left:85px;margin-right: 3px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor[data-floor='first'] .layout{background-position:-66px 55%,55.75% 85.25%,288px 55%;width: 100%; position: initial;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:10px;margin-left:97px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor .layout-map ul.seats li:nth-child(3) {
    margin-left: 5px;
    margin-right: 0;
}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width: 50%;text-align: center;}
/* For 737:700 Aircraft Type */
 #change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor[data-floor='first'] .layout{min-height:840px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.seats:nth-child(14){margin-top:20px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.index li {
    width: 21px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-right:0;
    padding-left:0;
}

#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.seats li{margin:0 11px 0 0;} 
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:44px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-right:34px!important;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.seats li:nth-child(7){margin-right:0;margin-left:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.index li:nth-child(6){margin-left:-2px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width: 50%;text-align: center;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor[data-floor='first'] .layout{background-position:-66px 52%,55.75% 85.25%,288px 52%;width: 100%; position: initial;}
 /* For TJO:800 AircraftType */
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor[data-floor='first'] .layout{min-height:1018px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.seats:nth-child(16){margin-top: 20px;margin-bottom: 20px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.index li {
    width: 21px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-right:0;
    padding-left:0;
}

#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.seats li{margin:0 11px 0 0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:44px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-right:34px!important;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.seats li:nth-child(7){margin-right:0;margin-left:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.seats li:nth-child(7).available{margin-left:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.index li:nth-child(6){margin-left:-2px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width: 50%;text-align: center;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor[data-floor='first'] .layout{background-position:-66px 44%,55.75% 85.25%,288px 44%;width: 100%; position: initial;}
 /* For SLG:189 AircraftType */
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor[data-floor='first'] .layout{min-height:1018px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.seats:nth-child(16){margin-top: 20px;margin-bottom: 20px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.index li {
    width: 21px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-right:0;
    padding-left:0;
}

#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.seats li{margin:0 11px 0 0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:44px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-right:34px!important;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.seats li:nth-child(7){margin-right:0;margin-left:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.seats li:nth-child(7).available{margin-left:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.index li:nth-child(6){margin-left:-2px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width: 50%;text-align: center;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor[data-floor='first'] .layout{background-position:-66px 44%,55.75% 85.25%,288px 44%;width: 100%; position: initial;}
 
  /* For Return Flight */
 /*  For 737:189 Aircraft Type */
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor[data-floor='first'] .layout{min-height:1018px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats:nth-child(3){margin-top:15px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats:nth-child(4){margin-top:15px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats:nth-child(16){margin-top:20px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats:nth-child(17){margin-top:20px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.index li {
    width: 21px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-right:0;
    padding-left:0;
}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats li{margin:0 11px 0 0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:44px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-right:34px!important;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats li:nth-child(7){margin-right:0;margin-left:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.seats li:nth-child(7).available{margin-left:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map ul.index li:nth-child(6){margin-left:-2px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width: 50%;text-align: center;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-main .fss-map .row .floor[data-floor='first'] .layout{background-position:-33% 52%,55.75% 85.25%,288px 52%;width: 100%; position: initial;}
  /* For 737:186 AircraftType */
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor[data-floor='first'] .layout{min-height:1018px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.seats:nth-child(15){margin-top: 20px;margin-bottom: 20px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.index li {
    width: 21px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-right:0;
    padding-left:0;
}

#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.seats li{margin:0 11px 0 0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:44px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-right:34px!important;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.seats li:nth-child(7){margin-right:0;margin-left:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.seats li:nth-child(7).available{margin-left:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map ul.index li:nth-child(6){margin-left:-2px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width: 50%;text-align: center;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-186 .fss-map .row .floor[data-floor='first'] .layout{background-position:-66px 44%,55.75% 85.25%,288px 44%;width: 100%; position: initial;}

  /* For 737:212 Aircraft Type */
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor[data-floor='first'] .layout{min-height:1150px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.seats:nth-child(18){margin-top:20px;margin-bottom:20px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.index li {
    width: 21px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-right:0;
    padding-left:0;
}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.seats:nth-child(3){margin-top:15px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.seats:nth-child(4){margin-top:15px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.seats li{margin:0 11px 0 0;} 
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:44px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-right:34px!important;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.seats li:nth-child(7){margin-right:0;margin-left:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.seats li:nth-child(7).available{margin-left:0;} 
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map ul.index li:nth-child(6){margin-left:-2px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width:50%;text-align: center;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-212 .fss-map .row .floor[data-floor='first'] .layout{background-position:-66px 45%,55.75% 85.25%,287px 45%;width: 100%; position: initial;}

 /* For DH8/SUQ Aircraft Type */
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor[data-floor='first'] .layout{min-height:650px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor .layout-map{left:149px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-left:85px;margin-right: 3px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor[data-floor='first'] .layout{background-position:-66px 55%,55.75% 85.25%,288px 55%;width: 100%; position: initial;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:10px;margin-left:97px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor .layout-map ul.seats li:nth-child(3) {
    margin-left: 5px;
    margin-right: 0;
}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-DH8 .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width: 50%;text-align: center;}
/* For 737:700 Aircraft Type */
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor[data-floor='first'] .layout{min-height:840px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.seats:nth-child(14){margin-top:20px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.index li {
    width: 21px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-right:0;
    padding-left:0;
}

#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.seats li{margin:0 11px 0 0;} 
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:44px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-right:34px!important;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.seats li:nth-child(7){margin-right:0;margin-left:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map ul.index li:nth-child(6){margin-left:-2px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width: 50%;text-align: center;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-737-700 .fss-map .row .floor[data-floor='first'] .layout{background-position:-66px 52%,55.75% 85.25%,288px 52%;width: 100%; position: initial;}
 
 /* For TJO:800 AircraftType */
 #change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor[data-floor='first'] .layout{min-height:1018px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.seats:nth-child(16){margin-top: 20px;margin-bottom: 20px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.index li {
    width: 21px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-right:0;
    padding-left:0;
}

#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.seats li{margin:0 11px 0 0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:44px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-right:34px!important;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.seats li:nth-child(7){margin-right:0;margin-left:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.seats li:nth-child(7).available{margin-left:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map ul.index li:nth-child(6){margin-left:-2px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width: 50%;text-align: center;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-TJO-800 .fss-map .row .floor[data-floor='first'] .layout{background-position:-66px 44%,55.75% 85.25%,288px 44%;width: 100%; position: initial;}
 /* For SLG:189 AircraftType */
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor[data-floor='first'] .layout{min-height:1018px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.seats:nth-child(16){margin-top: 20px;margin-bottom: 20px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.index li {
    width: 21px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-right:0;
    padding-left:0;
}

#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.seats li{margin:0 11px 0 0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:44px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-right:34px!important;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.seats li:nth-child(7){margin-right:0;margin-left:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.seats li:nth-child(7).available{margin-left:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map ul.index li:nth-child(6){margin-left:-2px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width: 50%;text-align: center;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.spice-SLG-189 .fss-map .row .floor[data-floor='first'] .layout{background-position:-66px 44%,55.75% 85.25%,288px 44%;width: 100%; position: initial;}
 
  /* SEAT CSS for SPICE END*/
  
  /* SEAT CSS FOR AIRARBIA START */
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor[data-floor='first'] .layout{min-height:860px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.index li {
    width: 21px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-right:0;
    padding-left:0;
}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.seats li{margin:0 11px 0 0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:44px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-right:34px!important;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.seats li:nth-child(7){margin-right:0;margin-left:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.seats li:nth-child(7).available{margin-left:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.index li:nth-child(6){margin-left:-2px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width: 50%;text-align: center;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor[data-floor='first'] .layout{background-position:-66px 44%,55.75% 85.25%,288px 44%;width: 100%; position: initial;}
    
   /*  For Return Flight */
   
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor[data-floor='first'] .layout{min-height:860px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.index li {
    width: 21px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-right:0;
    padding-left:0;
}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.seats li{margin:0 11px 0 0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:44px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-right:34px!important;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.seats li:nth-child(7){margin-right:0;margin-left:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.seats li:nth-child(7).available{margin-left:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map ul.index li:nth-child(6){margin-left:-2px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width: 50%;text-align: center;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airarbia-main .fss-map .row .floor[data-floor='first'] .layout{background-position:-66px 44%,55.75% 85.25%,288px 44%;width: 100%; position: initial;}

    /* SEAT CSS FOR AIRARBIA END */
    
 /*SEAT CSS FOR AIRINDIA EXPRESS START */
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor[data-floor='first'] .layout{min-height:950px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.seats:nth-child(14){margin-top:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.index li {
    width: 21px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-right:0;
    padding-left:0;
}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.seats li{margin:0 11px 0 0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:44px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-right:34px!important;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.seats li:nth-child(7){margin-right:0;margin-left:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.seats li:nth-child(7).available{margin-left:0;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.index li:nth-child(6){margin-left:-2px;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width:50%;text-align: center;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor[data-floor='first'] .layout{background-position:-66px 38%,55.75% 85.25%,287px 38%;width: 100%; position: initial;}
#change-seat .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats li.empty{box-shadow:none;border-radius:0;}

/* Change-Seat Return Start */

#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor[data-floor='first'] .layout{min-height:950px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.seats:nth-child(9){margin-top:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.seats:nth-child(13){margin-top:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.seats:nth-child(14){margin-top:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.index li {
    width: 21px;
    height: 20px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-right:0;
    padding-left:0;
}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.seats li{margin:0 11px 0 0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.seats li:nth-child(4){margin-right:44px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.index li:nth-child(3){margin-right:34px!important;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.index li:nth-child(3n){margin-right:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.seats li:nth-child(7){margin-right:0;margin-left:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.seats li:nth-child(7).available{margin-left:0;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map ul.index li:nth-child(6){margin-left:-2px;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor .layout-map{top:200px;left:26%; position:absolute;width:50%;text-align: center;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema.airindia-express-main .fss-map .row .floor[data-floor='first'] .layout{background-position:-66px 38%,55.75% 85.25%,288px 38%;width: 100%; position: initial;}
#change-seat-return .seat-map .sm-body .smb-main-row .flight-seating-schema .fss-map .row .floor .layout-map ul.seats li.empty{box-shadow:none;border-radius:0;}
/*SEAT CSS FOR AIRINDIA EXPRESS END */

  .refundDivMore{
      float: right;
    padding: 0 4% 2% 0px;
  }
  
  .flight-refund{
    position: absolute;
    background: #fff;
    top:55px;
    box-shadow: 0px 3px 7px 2px #e2e2e2;
    width: 100%;
    z-index: 9;
}	
.flight-refund:after{
	border-bottom: 1px solid #ccc;
    border-right:1px solid #ccc;
    /*content: "";*/
    height: 20px;
    position: absolute;
    top: -11px;
    width: 20px;
    transform: rotate(223deg);
    -webkit-transform: rotate(223deg);
    -moz-transform: rotate(223deg);
    -o-transform: rotate(223deg);
    -ms-transform: rotate(223deg);
    left:66%;
    margin-left: -10px;
    background: #fff;
    z-index: 99;
}
.flight-refund h4{
	background: #1F9251;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 5px 5px;
	font-weight: bold;
	z-index: 99999;
    position: relative;
}
.flight-refund ul{
	padding:10px;
}
.flight-refund ul li{
	border-bottom:1px solid #ccc;
	margin-bottom:5px;	
	padding:5px 0; 
}	
.flight-refund ul li p{
	display:block;
	color: #337ab7;
	font-weight:bold !important;
}
.flight-refund ul li p{
font-size: 13px;
font-weight: bold; 
color: #333333;/*------ swati_25/1/18--------*/
/*color: #337ab7;*/

}
.flight-refund ul li span{
	font-weight:normal; /*------ swati_25/1/18--------*/
	color:#333333;
	font-size: 12px;
}
.imageActive{
	border: 1px solid #F6821F;
    border-radius: 4px;
}
 .check_avlb_container{
border: 2px solid rgb(246, 130, 31);
position: absolute;
background: rgb(255, 255, 255) none repeat scroll 0% 0%;
/* padding: 0.5em 1.5em; */
z-index: 1;
display:none;
box-shadow: 3px 3px 5px #999;} 

 .check_avlb_container .desc{ padding:2%}
 .check_avlb_container .desc_footer{background: #e2e2e2;padding: 8px;text-align: right;border-top: 1px solid #ddd; width:100%}
 .desc_btn{border:0; background: #e2e2e2;}
 .desc_close{color: #333;text-transform: capitalize; font-size: 12px;vertical-align: middle;font-weight: bold;}
.save-ag_setting:hover{color: #333;
text-decoration: none;}
.pagenation_myqote{text-align:right}
.table_p{margin:0px;  padding: 10px 0 10px 0;}
.table_m{margin:0px;  padding: 10px;}
.pull_m{margin: 0 14px 0 0;}
.pull_m ul li {text-align:right}

.booking_box{border: 0px solid red;
    float: left;
    width: 33.33%;
    margin-bottom: 15px;}
    
 .booking_rw_sel{
  width: 88%;
    margin-top: 3px;
    background: #fff url(../images/icons/dropdown_icon.png) no-repeat scroll 96% center;}
 
 /*------ 20/feb/18----*/
.car_list_space{padding:0.5em}
.carlist_locicon{
	 background-image: url(../images/icons/location_icon_select.png);
    background-repeat: no-repeat;
    background-color: #F6F6F6;
    background-position: 10px center;
    padding-left: 35px;
    font-size: 12px;
    font-weight: 70;
}

.carlist_dateicon{
	background: #F6F6F6 url(../images/icons/cal_icon.png) no-repeat;
    background-position: 7px center;
    padding-left: 35px;
    width: 55%;
}

.carlist_locicon_desc{
	 background-image: url(../images/icons/location_icon_select.png) !important;
    background-repeat: no-repeat !important;
    background-color: #F6F6F6 !important;
    background-position: 10px center !important;
    padding-left: 35px !important;
    font-size: 12px !important;
    font-weight: 70 !important;
}

.carlist_dateicon_desc{
	background: #F6F6F6 url(../images/icons/cal_icon.png) no-repeat !important;
    background-position: 7px center !important;
    padding-left: 35px !important;
    width: 55% !important;
}

/*------ 20/feb/18----*/   
/*---- 17/FEb/18------*/

  #select-passengers-modal1 .modal-dialog .modal-body .spm-tables-wrap .table .dataTables_length, #select-passengers-modal1 .modal-dialog .modal-body .spm-tables-wrap .table .dataTables_filter {
   display: none; }
   
   /*-------- 21/Feb--------*/
   
   .date3{
background: rgb(246, 246, 246) url("../static/images/icons/cal_icon.png") no-repeat scroll 7px center;
width: 95%;
padding-left: 35px;
   
   }
  
   /*------ 22/Feb/18-------*/
   
.booking_rw_t3 {
    width: 88%;
    margin-top: 3px;
    background: #fff url(../images/icons/dropdown_icon.png) no-repeat scroll 96% center;
    
}

.save-ag_setting{
	background: #F4831D none repeat scroll 0 0;
border: 1px solid #F4831D;
border-radius: 4px;
color: #fff;
padding: 0.4em 2em !important;
text-decoration: none;}
   
.save-ag_setting:hover{color: #333;
text-decoration: none;}
.pagenation_myqote{text-align:right}
.table_p{margin:0px;  padding: 10px 0 10px 0;}
.table_m{margin:0px;  padding: 10px;}
.pull_m{margin: 0 14px 0 0;}
.pull_m ul li {text-align:right}

.booking_box{border: 0px solid red;
    float: left;
    width: 33.33%;
    margin-bottom: 15px;}
    
 .booking_rw_sel{
  width: 88%;
    margin-top: 3px;
    background: #fff url(../images/icons/dropdown_icon.png) no-repeat scroll 96% center;}
    
    
    /*----------- 22/feb/18-----------------*/
.pd_bag_hd{
border-bottom: 1px !important;
}
   
.marquee {
  overflow: hidden;
  color: #333;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: justify;
    width: 100%;font-weight:normal!important;
}

.ver {
  height:220px!important;
  width: 100%;
} 
    
/*---- 17/FEb/18------*/
   #select-passengers-modal1 .modal-dialog .modal-body .spm-tables-wrap .table .dataTables_length, #select-passengers-modal1 .modal-dialog .modal-body .spm-tables-wrap .table .dataTables_filter {
   display: none; }
input:required {
    box-shadow:none;
}
input:invalid {
    box-shadow:none;
}
 
  /* .saet-button-outer_edit{ padding: 0 22px;
    display: block;
    float: left;
    width: auto;}
    
   .seat-details-icon_edit{  background: url(../images/icons/Upgrade_bus_class_black.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: left center;
    padding: 0 0 0 40px !important;
    float: left;   }
    
  .seat_btn{background: #F6821F;
    display: block;
    float: left;
    color: #fff;
    border-radius: 3px;
    padding: 0 23px;
    line-height: 25px;
    height: 25px;
    margin-top: 0;
    font-size: 13px;
    font-weight: norma;
} */
.img_none{background-image:none !important} /*------- 26/feb/18--------*/
.agent_msg{color: green; text-align:center; padding: 1em;} /*------- 27/feb/18--------*/

/*-------------- 5/april/18----------------*/
.booking_search_pad{margin-top:0px !important}
.mybooking_error_msg{color:red;text-align:center;width:100%; background-color:#e2e2e2; padding:0.3em;}
.error_msg{color:red;text-align:center;width:100%; background-color:#e2e2e2; padding:0.3em;}
.error_msg_wobg{color:red;text-align:center;width:100%;padding:0.3em;}
.result_not_found{color:red;text-align:center;padding:0.5em;background:#e2e2e2; margin-top:1%}
.no_result{color:red;text-align:center;padding:0.5em;margin-top:1%}
.add_marg_btm02{margin-bottom:2%}
.car_a{text-decoration:none !important;}/*-----------6/april/18----------*/
.modify-search-wrap .mspwb-wrap .trip-sections .passenger-list ul li {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #e2e2e2;
    border-radius: 4px;
    margin: 0 0.5em 0.5em 0;
    padding: 0.5em;
}

#select-supplier .dropdown-menu{
	min-width: max-content !important;
	min-width: -moz-max-content !important;
	
}

.flt_i ul li i {color: #9e9e9e;font-size: 1em;padding: 0 0.5em;} /*----- 10/april/18----*/


#filterLoader .modal-content{
	 box-shadow: none !important;
    background: rgba(128, 128, 128, 0.01) !important;
    border: none;
}

#filterLoader .modal-body{
	background: rgba(128, 128, 128, 0.01) !important;
    text-align: center;
}
#filterLoader img{
	margin-top: 100px;
    margin-left: 201px;
}
#carLoader .modal-content{
	 box-shadow: none !important;
    background: rgba(128, 128, 128, 0.01) !important;
    border: none;
}

#carLoader .modal-body{
	background: rgba(128, 128, 128, 0.01) !important;
    text-align: center;
}
#carLoader img{
	margin-top: 100px;
    margin-left: 201px;
}
.car_a{text-decoration:none !important;}/*-----------6/april/18----------*/
/*-------11/april/18---------Hotel Payment page modal @starts-------------------------------*/
.hotel_pymt_modal_dialog{margin: 5% auto;max-width:800px;width:800px !important;}
.hotel_pymt_modal_content{border-radius: 10px !important}
.hotel_pymt_modal-header {
    background: #E10000 !important;
    padding: 0.25em 1em !important;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}
.hotel_modal_title{color: #fff;margin: 0;line-height: 1.42857143;}
.hotel_modal_body{background: #fff;border-radius: 0 0 8px 8px;} 
/*-------11/april/18---------Hotel Payment page modal @ends-------------------------------*/

.rules-fare ul  {
	list-style-type: inherit !important;
}
.payment_btn{background: #f48323 none repeat scroll 0 0;
border: 1px solid #f48323;
border-radius: 4px;
color: #fff;
padding: 5px 22px;
margin-left:2%;}

/*------------ 1/may/18----------------*/
.compare_car_bookbtn{ width: 50%; padding:0.5em 0 !important}

.compare-cars .ch-table table tr td{
	padding:1em 2.10em;border-right:1px solid #E3E3E3;width:20% !important;
}
/*------------- 7/may/18----------*/
.importpnr_bg{
	background: #e1e7f0;
float: left;
width: 100%;
padding: 20px 18px 25px;
margin-top: 15px;
box-shadow: 3px 4px 4px -1px #b7b7b7;
margin-bottom: 2%;
}

.travel_txtarea{border: 1px solid #ccc;border-radius: 4px;}

#ui-id-2:hover {
overflow-y: scroll !important; 
}
#ui-id-2 {
overflow: hidden; 
}
.autocomplete_edit{width: 290px !important;}

/* 14/May/18 */

.travel_txtarea{border: 1px solid #ccc;border-radius: 4px;}
.mark_styl{color: #fff;
background: #484C58;
width: 100%;
line-height: 30px;
overflow: hidden;
position: relative;
height: 30px;
padding:1em;}

table.dataTable thead .sorting {
    background-image: none !important;
}

table.dataTable thead .sorting_asc {
  background-image: none !important;
}
table.dataTable thead .sorting_desc {
  background-image: none !important;
}

/*----- 16/may/18-----*/
.email_quote_span{
    display: inline-block;
    border: 1px solid #ddd;
    padding: 2px 4px;
    margin: 0 5px 5px 0;
}	

/*---------------list advanced drpdwn 25/may----------------------*/
.list-inline-car{padding-left: 0;
    margin-left: -5px;
    list-style: none;}
    
.list-inline-car li{margin-bottom: 0.5em;
    background-color: #EAEAEA;
    position: relative;
    font-size: 0.9em;
    padding: 0.5em 1em;
    margin: 0 10px 0 0;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    display: inline-block;}
    
    
.list-inline-car li i{cursor: pointer;
    position: absolute;
    top: -10px;
    right: -10px;}
    

.fa-times-circle::before {
    content: "\f057";} 
 
/*---------------car driver details page----------------*/
 
#carDriverDetail .passenger-details-wrapper .sfw.summary p{
	margin-bottom: 5px !important;
}    
    
#carDriverDetail .passenger-details-wrapper .sfw.summary label{
	width: 56% !important;
	margin-bottom: 0px !important; 
}  


/*-----------car payment Page-----------------*/

.car-payment-details .payment-details-wrapper .pdw-card .pdw-card-body .summary-fareBreakup-wrap .sfw .sfw-body label{
	width:51%;/*Remove important from the width on 10th June*/
	margin-bottom: 0px !important;
}

.car-payment-details .payment-details-wrapper .pdw-card .pdw-card-body .summary-fareBreakup-wrap .sfw .sfw-body p{
	margin-bottom: 5px !important;
}
    
    /*---------------list advanced drpdwn 25/may----------------------*/
    
/* #activities-results-page .list-inline li{
	padding-right:20px !important;
} */


/*-----------8/june/18-------------*/
.contact_error_msg{
    width: 100%;
    text-align: center;
    color: green;
    font-size: 15px;
}

.file_error{
	color: red;
    font-size: 12px;
    margin: 0px 1em;
}


#car-results .result-found h2 {
    font-size: 23px;
    font-weight: bold;
    color: #383838;
    margin-bottom: 13px;
}
.payBut input:hover {
	text-decoration:none !important;
	color: white;
}


/*--------------13/july/18-----------------*/

.select_arrow_full_car {
  position: relative;
  z-index: 1;
  cursor: pointer; }
  .select_arrow_full_car:after {
    content: "\f0dd";
    color: #AEAEAE;
    text-decoration: inherit;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: -5px;/* Changed for carDesc*/
    padding: 0 5px 0 0;
    z-index: -1; }
  .select_arrow_full_car select {
    z-index: 2;
    border-radius: 4px;
    min-width: 50px;
    width: auto;
    padding-right: 20px;
    font-size: 12px; }
  .select_arrow_full_car .select_highlighted {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
    .select_arrow_full_car .select_highlighted:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.baggage_qoutation{ width:50%;display: inline-block;
	vertical-align: top;
}

.fare-rule-quotation{
	border: 1px solid #ddd;
    width: 100%;
    height: auto;
    padding: 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;
}

#hotelSearchModifyForm .search-btn{
	padding:0px;
}

.carDesc-mapInfo{
	position: absolute;
	top: 60px;
	left: 26px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
	width: 263px;
	padding: 15px;
	font-size: 14px;
}
.carDesc-mapInfo-section {
    position: relative;
    margin-top: 15px;
}

.carDesc-mapInfo-section-dropoff{
    position: relative;
    margin-top: 15px;
}

.carDesc-mapInfo-pin{
	 width: 12px;
	 height: 17px;
	 position: absolute;
	 top: 1px;
	 left: 0;
}
.carDesc-mapInfo-pin-pick-up{
	background-image: url(../images/icons/Google/green-small.png), none;
	background-repeat:no-repeat;
}
.carDesc-mapInfo-line{
	position: absolute;
    width: 2px;
    top: 28px;
    left: 11px;
    bottom: -14px;
    background-color: #eaeaea;
} 
.carDesc-mapInfo-copy{
	margin-left: 24px;
}  
.carDesc-mapInfo-heading{
	font-weight: bold;
}
.carDesc-mapInfo-pin-dropoff{
	background-image: url(../images/icons/Google/orange-small.png), none;
	background-repeat:no-repeat;
}


.policy_ul_01{
	list-style-type:square !important;
     padding-bottom:1em;
	}
	
.policy_ul_01 ul {
	list-style:disc !important;
}
.policy_ul_01 ul li {
	padding:0.5em 0;
}
.policy_ul_01 ul ul {
	list-style:circle !important;
	
}
/*----- 19/sept/18------*/
.blue_car{margin: 0 0 10px;
color: #1d4dc3;
font-family: inherit;
font-weight: 500;
line-height: 1.1;}
.blue_car_lpad{ padding-left:0.8em}
.grey_car{margin: 0 0 10px;
color: inherit;
font-family: inherit;
font-weight: 500;
line-height: 1.1;}
.top_pad{padding-top:1em}
/*----- 19/sept/18------*/
.new_i {
	    display: block;
    position: absolute;
    /* clear: both; */
    margin: -21px 7px 0;	
}  

.traveller-search .content-body-part .form-section .row .country_code{
	padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 0;
    padding-right: 5px;
}
.traveller-search .content-body-part .form-section .row .mobile_no {
	padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 0;
}

#insurance-results-page .trip-wrapper .available-insurance-plans table tbody tr td div.premium_pad{padding: 1em 0 1em !important;font-size: 1.7em;
}
.borderB{border-bottom:1px solid #ddd; padding-left:0.8em; padding-bottom: 0.5em;}
.pad-left{padding-left:1.5em}
.fa_plus_car{
    font-family: FontAwesome !important;
    background-position: 45px -1px;
    background-repeat: no-repeat;
    float: right;
    height: 20px;
    width: 68px;
    color:#333;
  
}
.fa_plus_car:before {
    content: "\f067" !important;
}
.fa_plus1_car {
    font-family: FontAwesome;
    background-position: 45px -1px;
    background-repeat: no-repeat;
    float: right;
    height: 20px;
    font-size: 27px;
    
}
.fa_plus1_car:before {
    content: "\f106";
}
.fa_minus1_car {
    font-family: FontAwesome;
    background-position: 45px 3px;
    background-repeat: no-repeat;
    float: right;
    height: 20px;
    font-size: 27px;
}
.fa_minus1_car:before {
    content: "\f107";
}

.fa_plus2{
	font-family: FontAwesome;
    background-position: 45px -1px;
    background-repeat: no-repeat;
    float: right;
    height: 20px;
    width: 68px;
}
.fa_plus2:before {
    content: "\f067";
}
.fa_minus2{
	font-family: FontAwesome;
    background-position: 45px 3px;
    background-repeat: no-repeat;
    float: right;
    height: 20px;
    width: 68px;
}
.fa_minus2:before {
    content: "\f068";
}

/*--13/dec/2018--*/
#returnDate {position: absolute;}
 .return_date_closeicon{display: inline;
    position: relative;  
    float: right;
    margin-right: 18px;
    margin-top: 7px;
    }
.return_date_closeicon img{
	width:10px;
}

 .return_date_closeicon.return_modify{
     margin-right: -7px;
    margin-top: 30px;
 }
 .technical_stop img{
	margin-left:20px;
	}
	
	/*-- 9/jan/29--*/	
	#more-info-modal-htl-suppliers .modal-dialog {
    width: 800px !important;
    margin: 3em auto;
}

	#more-info-modal-htl-suppliers .modal-body {
    height: 330px;
    overflow-y: auto;
}

.pm_alert{
	position: absolute;
    padding: 0;
    margin: 0;
    top: -20px;	
    font-size:12px !important;
}
.marleft{margin-left:15px !important;}
/*-- 13/feb/19 for cross-selling--*/	
.fh.tb-booked-details ul.list-inline li:first-child {
    font-size: 1.5em;
}
.fh.tb-booked-details ul.list-inline li p.total {
    font-size: 2.1em;
    margin:0;
}
.fh .list-inline li {vertical-align: middle;}
/*-- 13/feb/19 for cross-selling ends--*/

.totalAmount .mbtm-none{margin-bottom:0}

.ptravel_coordinate .col-md-1{padding:0; margin:15px 0 0 0;width: 10%;}
.ptravel_coordinate .col-md-2{padding: 0;margin: 15px 10px 0 10px;}
.ptravel_coordinate .delete{margin-top: 40px;width: 1%;}
.new-align .col-md-1{padding:0; margin:15px 0 0 17px; width:10%}
.new-align .col-md-2{margin:15px 0 0 0}
.section-heading .pad_botm{padding-bottom:1em}
.word-wrap{word-wrap:break-word;}
.word-break{word-break: break-all;}
.crossell-date{
	    border: 1px solid #ccc;
    border-radius: 4px;
    /* padding: 0; */
    /* width: 95%; */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    margin-right: 7px;
}
.crossell-select{
	    height: 34px;
}
.crossel-left{
	width: 20%;
    float: left;
    margin: 5px 0;
}


/*--8/jan/19--*/	

.pac-container-edit#ui-id-1 {
    overflow: hidden;
}
.pac-container-edit#ui-id-1:hover{
    overflow: hidden !important;
}

.ui-autocomplete.pac-container-edit {
    background-color: #fff;
    position: absolute!important;
    z-index: 1000;
    height:auto !important;
    border-radius: 2px;
   /* border-top: 1px solid #e6e6e6;*/
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
      overflow: hidden !important;
    overflow-x: hidden !important;
      overflow-y: hidden !important;
      width:403px !important;

}

	.ui-autocomplete.pac-container-edit:hover {
    background-color: #fff;
    position: absolute !important;
    z-index: 1000;
    height:auto !important;
    border-radius: 2px;
    /*border-top: 1px solid #e6e6e6;*/
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
      overflow: hidden !important;
    overflow-x: hidden !important;
      overflow-y: hidden !important;
      width:403px !important;

}


.ui-autocomplete.pac-container-edit.ui-widget.ui-widget-content{}
.ui-autocomplete .pac-logo-edit:after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 16px;
    text-align: right;
    display: block;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 120px 14px
}
.ui-autocomplete  .hdpi.pac-logo-edit:after {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png)
}

.ui-autocomplete .pac-item-edit.ui-menu-item-wrapper{border-bottom: 0px solid #ccc !important;}
.ui-autocomplete .pac-item-edit.ui-menu-item-wrapper:hover{border-bottom: 0px solid #e6e6e6 !important; background-color:#efefef !important;}
.ui-autocomplete .pac-item-edit.ui-menu-item-wrapper:focus{border-bottom: 0px solid #e6e6e6 !important }
.ui-autocomplete .pac-item-edit.ui-menu-item-wrapper:active{border-bottom: 0px solid #e6e6e6 !important }
.ui-autocomplete .pac-item-edit.ui-menu-item-wrapper:visited{border-bottom: 0px solid #e6e6e6 !important }
.ui-autocomplete .pac-item-edit.ui-menu-item-wrapper.ui-state-active{border-bottom: 0px solid #e6e6e6 !important }
.ui-autocomplete .pac-item-edit.ui-menu-item-wrapper.ui-state-active{border-left: 0px !important;border-right: 0px !important}
.ui-autocomplete .pac-item-edit.ui-menu-item-wrapper.ui-state-active:hover{border-left: 0px !important;border-right: 0px !important}
.ui-autocomplete .pac-item-edit.ui-menu-item-wrapper.ui-state-active:focus{border-left: 0px !important;border-right: 0px !important}
.ui-autocomplete .pac-item-edit{
    cursor: default;
    padding: 0 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
   	border-top: 1px solid #e6e6e6 !important;
    font-size: 11px;
    color: #999;
   padding: 0 !important;
    margin: 0 !important;
}

.ui-autocomplete .pac-item-edit:hover {
	cursor: default;
    padding: 0 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
	border-top:1px solid #e6e6e6 !important;
    font-size: 11px;
    color: #999;
    background-color: #fafafa !important;

}


.ui-autocomplete  .pac-item-selected-edit{    background-color: #ebf2fe !important;
       cursor: default;
/*     padding: 0 4px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
 /* border-bottom: 0px solid #e6e6e6 !important;*/
    font-size: 11px;
    color: #999;}
.ui-autocomplete .pac-item-selected-edit:hover {
    background-color: #ebf2fe !important;
       cursor: default;
/*     padding: 0 4px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
 /* border-bottom: 0px solid #e6e6e6 !important;*/
    font-size: 11px;
    color: #999;}
    

.ui-autocomplete.pac-container-edit  .ui-state-active {
background:#fff !important;
  
padding:0 !important;
/*border-bottom:0px solid #e6e6e6  !important;*/
	
}

.ui-autocomplete  .pac-matched-edit {
    font-weight: 700;
    color:#999 !important;
}
.ui-autocomplete  .pac-matched-edit:hover{
    font-weight: 700;
    color:#999 !important;
}
.ui-autocomplete  .pac-item-query-edit {
    font-size: 11px;
    padding-right: 3px;
    color: #000;
}

.ui-autocomplete  .pac-item-query-edit:hover{
    font-size: 11px;
    padding-right: 3px;
    color: #000;
}
.ui-autocomplete  .pac-icon-edit{
    width: 15px;
    height: 20px;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
    background-size: 34px;
    background-position: -1px -161px;
}
.ui-autocomplete  .pac-icon-edit:hover{ 
	background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png) !important;

}
.ui-autocomplete.pac-container-edit  .ui-menu-item:hover .ui-state-active .pac-icon-edit{ 
 	background-position: -1px -161px ;
 	
}


.ui-autocomplete  .hdpi .pac-icon-edit{
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png)
}
.ui-autocomplete  .pac-icon-search-edit {
    background-position: -1px -1px
}
.ui-autocomplete  .pac-item-selected-edit.pac-icon-search-edit {
    background-position: -18px -1px
}
.ui-autocomplete  .pac-icon-marker-edit {
    background-position: -1px -161px
}
.ui-autocomplete  .pac-item-selected-edit.pac-icon-marker-edit {
    background-position: -18px -161px
}
.ui-autocomplete  .pac-placeholder-edit{
    color: gray
}

.modified-drop-down.ui-autocomplete.pac-container-edit{width:299px !important;}
.modified-drop-down-db{width:299px !important;}
.invoice-email span {
    vertical-align: middle;
    font-weight: bolder;
}
.invoice-email {
    margin: 10px 0;
}


	
/*--23/jan/19--*/	
#car-landing-wrap .col-md-9:first-child .module-search-page {
    width: 93.5%;
}
#car-landing-wrap .col-md-9:first-child .module-search-page .module-logo {
    left: -7%;
    width: 90px;
    height: 90px;
}
#car-landing-wrap .col-md-9:first-child .module-search-page .mspw-body {
    padding: 2em;
    padding-left: 3em;
}
#car-landing-wrap .col-md-9:first-child .module-search-page .mspwb-wrap {
    margin: 0;
}
#car-landing-wrap .col-md-3 .last-search-wrap {
    background: #E2E2E2;
    margin: 2em 0 0;
    padding: 0.25em 0.25em 1em;
    border-radius: 4px;
    box-shadow: 3px 4px 4px -1px #b7b7b7;
}
#car-landing-wrap .col-md-3 .last-search-wrap .lsw-head {
    border-bottom: 1px solid #3a9352;
    margin: 0 0.5em;
    padding: 0.5em 0 0;
}
#car-landing-wrap .col-md-3 .last-search-wrap .lsw-head p {
    margin: 0 0 5px;
}
#car-landing-wrap .col-md-3 .last-search-wrap .lsw-body a {
    color: #333333;
    display: block;
    text-decoration: none;
}
#car-landing-wrap .col-md-3 .last-search-wrap .lsw-body a .lswb-search {
    padding: 1em 0 0.5em;
    margin: 0 0.5em;
    border-bottom: 1px solid #cecece;
}
#car-landing-wrap .col-md-3 .last-search-wrap .lsw-body a .lswb-search .airline {
    display: inline-block;
    vertical-align: text-bottom;
    width: 50px;
    margin-top: 1em;
}
#car-landing-wrap .col-md-3 .last-search-wrap .lsw-body a .lswb-search .airline p {
    display: inline-block;
    margin: 0;
}
#car-landing-wrap .col-md-3 .last-search-wrap .lsw-body a .lswb-search ul {
    /* margin: 0; */
    display: inline-block;
    vertical-align: top;
}
#car-landing-wrap .col-md-3 .last-search-wrap .lsw-body a .lswb-search li.from-to {
    width: 85px;
}

#car-landing-wrap .col-md-3 .last-search-wrap .lsw-body a .lswb-search li.from-to span {
    display: block;
    padding-left: 10px;
    font-weight: normal;
}

#car-landing-wrap .col-md-3 .last-search-wrap .lsw-body a .lswb-search li.journey-date {
    width: 85px;
    text-align: left;
    font-size: 0.9em;
}

#car-landing-wrap .col-md-3 .last-search-wrap .lsw-body a .lswb-search li.journey-date label {
    color: #5A5A5A;
}
#car-landing-wrap .col-md-3 .last-search-wrap .lsw-body a .lswb-search li.journey-time {
    width: 60px;
    text-align: left;
    font-size: 0.9em;
}
/* start css for the loader area chart 4 june */
.progress-bar-orange{
				background-color: #ef8834;
			}
			.chartjs-render-monitor {
  height: 400px !important;
  width: 1046px !important;
  margin-top: 5px;
}

.year-month-week {
  height: 25px !important;
  padding: 4px 12px !important;
  font-size: 12px !important;
  margin-top: 3px;
  color: #555 !important;
  box-shadow:none!important;
  border-radius:0px!important;
}

.progress-bar-chart-section {
  margin-top: 15px;
  background: #1F9251;
  padding: 5px;
  
  margin-right: 0px !important;
}
/* Center the loader */
.height-for-main-row{
			height:400px;
		}
		.loader-static-position{
			top: 83%;
			bottom: 11%;
			position: absolute;
			left: 57%;
			height: unset;
			width: unset;
		}
	
/* Center the loader */
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background:green;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);fff
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Absolute Center Spinner */
.loading-indicator {
position: absolute;
z-index: 999;
height: 2em;
width: 2em;
overflow: show;
margin: auto;
top: 0%;
left: 0%;
bottom: 38px;
right: 0;
}

/* Transparent Overlay */
/* .loading-indicator:before {
content: "";
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
} */
.alert-danger{
    position: absolute;
    bottom: 15%;
    left: 47%;
    z-index: 999;
}
.alert-danger {
 color: #f2f2f2;
    background-color: #636263;
    border-color: #626263;
}
/*end loader css 4 june*/

