
/* Booking Page...*/

/* Datepicker */


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
.movie_select_list{
margin-top: 70px;
}
  
}
@media (max-width: 767px){
.movie_select_list{
margin-top: 60px;
}
}
@media (min-width: 768px){
  .movie_select_list{
margin-top: 60px;
}
}
@media (min-width: 1024px){
  .movie_select_list{
margin-top: 0px;
}
}
.popup-form .btn-group button {
    background: #fff;
    color: #222;
}

.selected_show_time {
    background-color: #ad0b0b  !important;
    color: #fff  !important;
    border-radius:20px;
}

.popup-form button.selected_show_time:hover, .popup-form button.selected_show_time:focus{
    background-color: #ad0b0b;
    color: #fff;
    outline: none;
}


#show-date-outer{
  background-color: #f0f0f0;
  color: #282828;
  margin-top: -1px;
  border-bottom: 4px solid #ad0b0b;
}
#myModal #show-date-outer{
    border-bottom: none;
}
#show-date-outer h4 {
    margin: 20px 0;
    font-size: 24px;
    font-weight: 600;
}
#show-date-outer .total-right h4{
    text-align: right;
    color: #ad0b0b;
}
#show-date-outer {
  margin-top: 0px;
}
#date-container .month-wp, #date-container .date-wp, #date-container .day-wp{
  text-align: center;
}
#date-container .month-wp, #date-container .day-wp{
  font-size: 18px;
  line-height: 18px;
}
#date-container .date-wp{
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}
#date-container ul{
  margin: 0;
}
#date-container li{
  text-transform: uppercase;
  padding: 10px 30px;
}
#date-container li.datepick:hover, #date-container li.active{
  background-color: #ad0b0b;
  color: #fff;
}
#date-container li a{
  color: #282828;
}
#date-container li.active a{
  color: #fff;
}
#date-container .pick-top-wp, #date-container .pick-bottom-wp{
  font-size: 20px;
  line-height: 20px;
}
@media(max-width:767px){
#date-container li{
  padding: 10px 15px;
}
#date-container .month-wp, #date-container .day-wp{
  font-size: 12px;
  line-height: 12px;
}
#date-container .date-wp{
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}
}

.ng-scope .close{
    font-size: 38px;
    line-height: 38px;
    color: #fff !important;
    text-shadow: 0 !important;
    opacity: 1;
    margin-top: -8px !important;
}

.modal-header h6 {
    color: #fff;
    display: inline-block;
    margin: 0;
}

/* Showtime */
#show-time-table .theater span{
  color: #ad0b0b;
}
#show-time-table .theater-name{
  font-size: 22px;
  font-weight: 700;
  color: #000;
}
#show-time-table .theater-city{
  font-size: 16px;
    color: #938f8f;
}
#show-time-table .theater-showtime a{
  font-size: 22px;
  font-weight: 700;
  color: #ad0b0b;
  padding: 10px 30px;
  display: inline-block;
}
#show-time-table .theater-showtime a:hover{
    color: #ccc;
}
#show-time-table .theater {
  width: 20%;
}
.firsttheaterrow .theater, .firsttheaterrow .theater-showtime{
    border-top: none;
}
.datepick{
  cursor: pointer;
}
.datepick:hover {
  background-color: #ad0b0b;
}
.theater-showtime ul li{
  list-style:none;
  margin: 0;
  display: inline;
}
#show-time-table .table tr.ng-scope td.theater.first{
    border-top: none;
}
.one-theater-showtime{
  cursor: pointer;
}
/* --------Second Page------- */
#top-wrapper, .ng-scope .modal-body, #bottom-next-wrapper{
  background-color: #131313;
}
#bottom-next-wrapper{
    padding: 15px 0;
    text-align: center;
}
#bottom-next-wrapper .next-btn{
    float: none;
}
.ng-scope .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.ticket_count {
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 4px 15px;
    width: 70%;
    background: #333;
    line-height: 26px;
}
.ng-scope .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
    background: #fff;
}
.back-btn-wrapper, .select-movie-data{
  float: left;
}
.back-btn-wrapper h6{
    margin: 0;
    color: #fff;
}
.select-movie-data h2{
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 0;
}
.select-movie-data h4{
  font-size: 16px;
  margin-top: 0;
}
.select-movie-data h2, .select-movie-data h4{
  color: #fff;
}
.ng-scope .modal-body{
  padding-left: 0;
  padding-right: 0;
}
.next-btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    background-color: transparent;
    color: #ad0b0b;
    font-size: 25px;
    line-height: 20px;
    padding: 15px 60px;
    display: inline-block;
    float: right;
    border: 2px solid #fff;
    border-radius: 40px;
}

.next-btn:hover, .next-btn:focus{
    text-decoration: none;
    background-color: #96090a;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    outline: none;
}

.ng-scope .modal-header {
    border-bottom: 2px solid #3e3e3e;
    background-color: #000;
    min-height: 55px;
    padding: 20px;
}

.popup-show-date-outer{
  font-size: 32px;
  color: #282828;
}

.popup-show-date-outer .text-spe{
  font-weight: bold;
}

.popup-show-date-outer .total-right h2{
  color: #ad0b0b;
  text-align: right;
}

.popup-form label, #top-wrapper h4 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
}
#tform .btn-group-lg button{
    border: none;
    font-size: 14px;
    font-weight: 600;
}

#top-wrapper h4{
    margin-bottom: 5px;
}

#popup-seat-plan-wrapper{
  text-align: center;
  min-height: 400px;
  margin-top: 50px;
}

.toast {
  z-index: 7000 !important;
}

.ng-toast {
  z-index: 100000 !important;
}

@media(max-width:767px){
#show-time-table .theater-showtime a{
  font-size: 16px;
}
  
.next-btn{
  float: left;
  margin-top: 25px;
}
  
.popup-form label, #top-wrapper h4{
    font-size: 14px;
    line-height: 14px;
}
  
.select-movie-data{
    margin-top: 15px;
}
  
#show-date-outer .total-right h4{
    text-align: left;
    margin-top: 0;
}
  
}

/* Seat Plan.......................*/

table.seat_plan_wrap{
    display: inline-block;
    text-align: center;
    padding: 2%;
    width: auto;
    margin-top: 70px;
}

@media only screen and (max-width : 480px) {
    .table.seat_plan_wrap{
        width:1040px;
        max-width:1040px !important;
    }
}

.seat_plan_wrap  td{
    border-top:none !important;
    vertical-align: middle !important;
    padding: 0 !important;
}

.seat_plan_wrap .seat{
    float: left;
    margin: 4px 3px;
    width: 24px;
}
.seat_plan_wrap .seat a{
    display: inline-block;
    font-size: 10px;
    line-height: 26px;
    box-shadow: 0 0 0 1px #f09c0b inset;
    height: 26px;
    text-align: center;
    width: 26px;
    border-radius: 26%;
    color: #6c6c6c;
    cursor: pointer;
    font-weight: bolder; 
}
.seat_plan_wrap .seat a:hover{
    color: #fff;
    background: green;
    text-decoration: none;
    transform: scale(1.6);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.seat_plan_wrap .seat a.booked{
    background: #e77373;
    cursor: text;
    box-shadow: none;
    color: #fff;
}
.seat_plan_wrap .seat a.broken_seat, .seat_plan_wrap .seat a.broken_seat:hover{
    background: #eaeaea;
    cursor: text;
    box-shadow: none;
    color: #4c4d4f;
}
.seat_plan_wrap .seat_right_row{
    color: #4c4d4f;
    font-size: 14px;
    margin-right: 6px;
    margin-top: 4px;
}
.seat_category_name{
    transform: translate3d(0,0,0);
}
.seat_category_name{
  text-align: center;
  margin: 0;
  color: #282828;
  width: 100%;
  position: fixed;
}
.seat_plan_wrap .not_available_seat a{
    color: #fff;
    background: red;
    text-decoration: none;
    pointer-events: none;
    box-shadow: 0 0 0 1px red inset;
}
.seat_plan_wrap .selected_seat a{
    color: #fff;
    background: green;
    text-decoration: none;
    box-shadow: 0 0 0 1px green inset;
}
.seat_plan_wrap .not_available_seat a:hover{
    cursor: no-drop !important; 
}

/* Loading Bar */
#loading-bar .bar {
    background: #ad0b0b !important;
    line-height: 12px !important;
    padding: 3px !important;
}
#loading-bar .peg {
    -moz-box-shadow: #ad0b0b 1px 0 6px 1px !important;
    -ms-box-shadow: #ad0b0b 1px 0 6px 1px !important;
    -webkit-box-shadow: #ad0b0b 1px 0 6px 1px !important;
    box-shadow: #ad0b0b 1px 0 6px 1px !important;
}
#loading-bar-spinner .spinner-icon {
    border-top-color: #ad0b0b !important;
    border-left-color: #ad0b0b !important;
}
.veil {
  position: absolute;
  top: 0;
  left: 0;
  height:250%;
  width:100%;
  cursor: not-allowed;
  filter: alpha(opacity=60);
  opacity: 0.6;
  background: #000000;
}
.feedLoading {
  position: absolute;
  top:200px;
  width:100%;
  text-align: center;
  font-size: 4em;
  color:white;
  text-shadow: 2px 2px 2px #021124;
}
.veiltwo {
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width:100%;
  cursor: not-allowed;
  filter: alpha(opacity=60);
  opacity: 0.6;
  background: #000000 url(https://taktikbook.lk/images/loading_new.gif) no-repeat center;
  z-index: 100000;
}
.feedLoadingtwo {
  position: absolute;
  top:200px;
  width:100%;
  text-align: center;
  font-size: 4em;
  color:white;
  text-shadow: 2px 2px 2px #021124;
  z-index: 100000;
}

.screen_area span {
  background-color: #6b6b6b;
  display: block;
  /* margin-bottom: 15px; */
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  width: 95%;
  margin: 0 auto 15px;
}

@media (min-width: 768px){

.screen_area span {
    padding: 2px 30%;
}
.seat_category_name {
    text-align: center;
    margin: 0;
    color: #333;
}}

#show-time-table table>tbody>tr>td {
    border-top: 1px solid #353535;
}

#now-showing-list{
  margin-top: -115px;
}
#now-showing-list select{
  border-radius: 6px !important;
    height: 65px;
    padding: 5px 20px;
    font-size: 24px;
}
@media(max-width:767px){
#now-showing-list select{
    height: 50px;
    font-size: 20px;
}
#now-showing-list{
  margin-top: -70px;
}
}

