﻿  .seat-info {
      padding: 0px;
      margin: 20px 0px 0px 0px;
      width: 370px;
  }

  .seat-info ul {
      padding: 0px;
      margin: 0px;
      list-style: none;
  }

  .seat-info li {
      padding: 0px;
      margin: 0px;
      width: 29%;
      float: left;
  }

  .seat-info li span {
      width: 30px;
      height: 30px;
      float: left;

  }

  .seat-info li span.s-text {
      display: inline-block;
      padding-top: 5px;
  }

  .seat-info li span.avilable-s {
      background: url(../images/seatmap/seat_blue.png) no-repeat top;
  }

  .seat-info li span.occupied-s {
      background: url(../images/seatmap/seat_gray.png) no-repeat top;
  }

  .seat-info li span.selected-s {
      background: url(../images/seatmap/seat_green.png) no-repeat top;
  }

  .text_type_price {


      color: #000;
      font-size: 0.938rem;
      font-weight: 600;

      border-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;

  }

  .fligh-col-head {

      background: #c51230;
      padding: 8px 15px;
      color: #fff;
      font-size: 1rem;

  }

  .mypTag {

      padding: 10px 15px;
      color: #787878;
      font-size: 0.875rem;
      font-weight: 600;

  }

  .ab {

      background: #fff;

  }

  .headed_area {

      padding: 8px 15px;
      font-size: 0.875rem;

  }

  .headed_sub1 {

      float: left;

  }

  .wid_select {

      width: 29%;
      float: right;

  }

  .flightName {
      position: absolute;
      top: 12px;
      left: 0px;
      right: 0px;
      margin: 0 auto;
      width: 200px;
      text-align: center;
      font-size: 0.813rem;
      color: #000;
      font-weight: 900;
  }

  .visible_pop_seats {
      display: none;
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Safari */
      -khtml-user-select: none;
      /* Konqueror HTML */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none;
      /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  }

  .popup-seat-block {
      position: fixed;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      top: 0;
      left: 0;
      z-index: 10000;
  }

  .pop_sub_block {
      background: #f1f1f1;
      width: 1000px;
      position: fixed;
      top: 10px;
      margin: 0 auto;
      left: 0px;
      right: 0px;
      min-height: 500px;
      z-index: 10000;
      -webkit-box-shadow: inset 2px 2px 2px -1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: inset 2px 2px 2px -1px rgba(0, 0, 0, 0.2);
      box-shadow: inset 2px 2px 2px -1px rgba(0, 0, 0, 0.2);
      border-radius: 8px;
  }

  .pop_closer {
      background: url(../images/seatpop-close.png);
      height: 20px;
      width: 20px;
      position: absolute;
      top: -7px;
      right: -4px;
      cursor: pointer;

  }

  .grid_seat_pad {
      padding: 15px 15px;

      margin-top: 15px;
      margin-bottom: 15px;
      height: 500px;
      overflow-y: scroll;
      overflow-x: hidden !important;

      position: relative;

  }

  .bg_seat_grey {
      background: #ccc;
      height: 25px;
      width: 25px;
      border-radius: 4px;
  }

  ul#seat_grid_syst {
      margin: 0;
      padding: 0;
  }

  ul#seat_grid_syst li {
      display: inline;
      list-style-type: none;
      float: left;
      margin-right: 10px;
  }


  .grid_seat_arrange {
      /*overflow: scroll;
	margin-top:15px;margin-bottom:15px;height: 200px;
       overflow-x: scroll;
    
       position:relative;*/

  }

  .grid_seat_arrange::-webkit-scrollbar {
      display: block !important;
  }

  .wings-right {
      top: 100%;
      width: 600px;
      right: -60px;
      position: absolute;
      height: 150px;
      background: rgb(233, 237, 236);
      background: linear-gradient(85deg, rgba(233, 237, 236, 1) 0%, rgba(255, 255, 255, 1) -90%, rgba(233, 237, 236, 1) 100%);
      -webkit-transform: rotate(22deg);
      -moz-transform: rotate(22deg);
      -o-transform: rotate(22deg);
      transform: rotate(22deg);
      z-index: 10;
  }

  .wings-left {
      top: 100%;
      width: 600px;
      left: -60px;
      position: absolute;
      height: 150px;
      background: rgb(233, 237, 236);
      background: linear-gradient(85deg, rgba(233, 237, 236, 1) 0%, rgba(255, 255, 255, 1) 90%, rgba(233, 237, 236, 1) 100%);
      -webkit-transform: rotate(-35deg);
      -moz-transform: rotate(-35deg);
      -o-transform: rotate(-35deg);
      transform: rotate(-22deg);
      z-index: 10;
  }

  .mb_table_seat {
      margin-bottom: 30px;
      margin-left: 0px;
  }

  .table-seat {
      width: 250px;
      margin: 0 auto;
      min-height: 300px;
      border: 0px solid #ccc;
      border-top-left-radius: 150px;
      border-top-right-radius: 150px;
      position: relative;
      z-index: 100;
      background: rgb(233, 237, 236);
      background: linear-gradient(90deg, rgba(233, 237, 236, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(233, 237, 236, 1) 100%);
      padding-bottom: 20px;
  }

  .seat-details {
      padding: 0px;
      margin-top: 15px;
      margin-bottom: 0px;
      position: relative;
  }

  .sd-head {
      color: #003e73;
      font-size: 1rem;
      font-weight: bold;
      margin: 10px 0;
      padding: 5px 10px;
      background-color: #F5FCF8;
  }

  .fsel-bx {
      margin-bottom: 10px;
      padding: 10px;
      font-size: 0.875rem;
      font-weight: 600;
      background-color: #fbfbfb;
  }

  .fsel-bx span {
      padding-top: 5px;
      text-align: center;
  }

  .r-dtls {
      color: #000;
      font-size: 0.938rem;
      font-weight: 900;
      margin-bottom: 5px;
  }

  .sel-but {
      color: #c51230;
      border: 1px #c51230 solid;
      border-radius: 6px;
      text-decoration: none;
      padding: 3px 10px;
      margin: 0px 0px 10px 0px;
      display: inline-block;
  }

  .seat-name {
      padding: 0px;
      margin: 0px;
      list-style: none;
  }

  .pax-bx {
      border: 1px #ccc solid;
      margin-bottom: 10px;
      padding: 10px;
      font-size: 0.75rem;
      font-weight: 600;
      background-color: #fff;
  }

  .seat-selbx {
      border: 1px #ccc solid;
      margin-bottom: 10px;
      padding: 5px;
      font-size: 0.75rem;
      font-weight: 600;
      background-color: #e2ebf8;
      text-align: center;
  }

  .seat-selbx p {
      margin-bottom: 3px;
  }

  .psel-root {
      color: #1769B4;
  }

  .psel-seat {
      color: #e07b21;
      font-size: 1.125rem;
  }

  .seat-rate {
      font-size: 1rem;
  }

  .seat-name li {
      float: left;
      color: #e07b21;
      margin-right: 5px;
      font-weight: 600;
  }

  ul.tab_rows {
      width: 217px;
      padding: 0;
      margin: 0 auto;
  }

  ul.tab_rows li {
      width: 24px;
      height: 24px;
      background: #ccc;
      display: inline-block;
      list-style: none;
      cursor: pointer;
      /*background:url(../images/armchair-outlined-furniture.png) no-repeat center 10%;*/

  }

  ul.tab_rows li.blue_seat {
      background: url(../images/seatmap/seat_blue.png) no-repeat top;
      text-align: center;
      font-size: 0.563rem;
      color: #fff;
      padding-top: 4px;
  }

  ul.tab_rows li.green_seat {
      background: url(../images/seatmap/seat_green.png) no-repeat top;
      text-align: center;
      font-size: 0.563rem;
      color: #fff;
      padding-top: 4px;
  }

  ul.tab_rows li.grey_seat {
      background: url(../images/seatmap/seat_gray.png) no-repeat top;
      text-align: center;
      font-size: 0.563rem;
      color: #fff;
      padding-top: 4px;
      pointer-events: none;
  }

  ul.tab_rows li.selectedS {
      background: url(../images/seatmap/seat_green.png) no-repeat top;
      text-align: center;
      font-size: 0.563rem;
      color: #fff;
      padding-top: 4px;
  }

  ul.tab_rows li.space {
      width: 23px;
      height: 24px;
      background: none;
      display: inline-block;
      list-style: none;
      text-align: center;
      visibility: hidden;

  }

  ul.tab_rows li.sp-1 {
      visibility: visible;
  }

  /*ul.tab_rows li.selected{
	width:18px;height:18px;background:#F90;display:inline-block;list-style:none;text-align:center;
	
}*/
  .seat_name {
      padding-top: 65px;

  }

  ul.tab_rows_text {

      width: 220px;
      padding: 0;
      margin: 0 auto;

  }

  ul.tab_rows_text li.space {

      width: 22px;
      height: 18px;
      background: #fff;
      display: inline-block;
      list-style: none;
      text-align: center;

  }

  ul.tab_rows_text li.sp-1 {

      visibility: visible;

  }

  ul.sel_cells {
      margin: 0;
      padding: 0;
  }

  ul.sel_cells li {
      list-style-type: none;
      display: inline-block;
      margin-right: 10px;
  }

  ul.sel_cells li span {
      padding-left: 4px;
      color: #000;
      font-size: 0.875rem;
  }

  .avail_selected_seats {
      float: right;
      margin: 15px 15px;
  }

  .select_box {
      width: 18px;
      height: 18px;
      background: #F90;
      float: left;
  }

  .avail_box {
      width: 18px;
      height: 18px;
      background: #ccc;
      float: left;
  }

  .seatdetailbox {
      float: left;
      width: 25%;
      padding: 15px;
      height: 600px;
      overflow-y: scroll;
  }

  .clickwiseseat {
      float: right;
      width: 75%;
      text-align: center;
      padding: 15px;
      font-weight: bold;
      color: red;
      font-size: 0.938rem;
      overflow-y: scroll;
  }

  .tab_rows li {
      position: relative;
  }

  .tab_rows li span.seat-pop {
      display: none;
  }

  .tab_rows li span.seat-pop p {
      margin-bottom: 3px;
  }

  .tab_rows li:hover span.seat-pop {
      display: block;
      width: 150px;
      min-height: 50px;
      background-color: #fff;
      position: absolute;
      top: 30px;
      left: 0px;
      z-index: 10000;
      border-radius: 4px;
      -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.45);
      -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.45);
      box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.45);
      padding: 10px;
      font-size: 0.75rem;
      font-weight: bold;
      color: #000;
  }

  .seat-con-pop {
      position: fixed;
      top: 12%;
      left: 0px;
      right: 0px;
      max-width: 1000px;
      margin: 0 auto;
      z-index: 10002;
      background-color: #FFF;
      display: none;
  }

  .sd-row {
      font-size: 1rem;
  }