/* Login Page */
#login {
  background-image: url("../images/Bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-color: #ffffff;
}
#login.Main-Wrap{
	width: 100%;
	height: 100vh;
	display: -webkit-box ;
	display: -moz-box ;
	display: -ms-flexbox ;
	display: -webkit-flex ;
	display: flex ;
  align-items: flex-start;
  padding-top: 15vh;
	justify-content: center ;
}
#login .T-input label {
	color: #000000 !important;
}

#login .theme--light.v-input input, .theme--light.v-input textarea {
	color: #ffffff;
}

#login .mdi:before, .mdi-set {
    color: #000000;
}

  .B-main {
    width: 80%;
    max-width: 400px;
  }
  .B-login-main {
    width: 100%;
  }
    .B-logo {
      margin-bottom: 20px;
    }
      .B-logo > img {
        width: 100%;
        height: auto;
        margin: 0 auto;
      }
  .B-btn {
    margin-top: 5px;
  }

  /* Expired */
  .txtred {
    background-color: #bb4a4aa3 !important;
  }
  .txtorange {
    background-color: #b38531 !important;
  }

#footer{
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}  

/* Booking Page */
#booking .B-destination-Main{
  width: 100%;
  padding: 10px 0;
}
#booking .B-destination{
  width: 100%;
  border-radius: 5px;
  background: #333232;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#booking .b-destination-name {
 
}
  #booking .b-destination-name .tag{
    font-size: 0.630em;
    background-color: #FF0001;
    padding: 0 6px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
  }
#booking .b-action{
  
}
#booking .B-destination-Main .box-btn>button{
  width: 100%;
}
#statusReport .N-Page{
  width: 100%;
}

/* Under Construction Page */
#underCon img{
  display: block;
  margin: 9vh auto;
  width: 40%;
  height: auto;
}

/* Personal Checkin Page */
#personalCheckin .B-alcoholTemp-Main{
  width: 100%;
  padding: 10px 0;
}
#personalCheckin .B-alcoholTemp{
  width: 100%;
  border-radius: 5px;
  background: #333232;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#personalCheckin .B-alcoholTemp.pass{
  border: 3px solid #00BA48;
}
#personalCheckin .B-alcoholTemp.nopass{
  border: 3px solid #FF0001;
}
#personalCheckin .B-alcoholTemp div.bL {
  text-align: left;
  width: 43%;
}
#personalCheckin .B-alcoholTemp div.bR {
  text-align: right;
  width: 43%;
}
#personalCheckin .b-alcoholTemp-name {
  width: 100%;
}
#personalCheckin .b-action{
  
}
#personalCheckin .B-alcoholTemp-Main .box-btn>button{
  width: 100%;
}
#personalCheckin .B-alcoholTemp-Main .b-action .btn-delete{
  margin-left: 10px;
}

#personalCheckin .B-baggageWeight-Main{
  width: 100%;
  padding: 10px 0;
}
#personalCheckin .B-baggageWeight{
  width: 100%;
  border-radius: 5px;
  background: #333232;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#personalCheckin .b-baggageWeight-name {
 
}
#personalCheckin .b-action{
  
}
#personalCheckin .B-baggageWeight-Main .box-btn>button{
  width: 100%;
}
#personalCheckin .B-baggageWeight-Main .b-action .btn-delete{
  margin-left: 10px;
}
#personalCheckin .b-condition{
  padding: 0 10px;
}

#statusReport .N-Page{
  width: 100%;
}

#personalDetail .B-passenger{
  width: 100%;
}
#personalDetail .B-display{
  width: 100px;
  height: 100px;
}
#personalDetail .B-passenger .b-person .b-display{
  margin-right: 20px;
}
#personalDetail .B-passenger .b-person .b-name-company{
  margin-right: 0px;
}


/* Flight Log Details Page */

.b-LegLog{
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 10px;
}
.b-LegLog .b-nameLocation .btn-delete{
  width: 150px;
}
  .b-nameLeg{
  }
  .b-LegLog .b-neme{
    padding: 0px 10px;
    border-left: 3px solid #FF0001;
    font-weight: 400;
  }
  .b-nameLocation{
    margin-bottom: 10px;
  }
  .b-inputData {
    flex-direction: column;
  }
  .b-LegLog .inputWaypoint{
    border-left: 1px solid #FF0001;
    border-right: 1px solid #FF0001;
    padding: 0 10px;
  }
.b-inputWaypoint{
  flex-direction: column;
}
.b-LegLog .b-inputWaypoint .btn-delete{
  width: 30px;
  height: 30px;
} 
.b-inputWaypoint .t-name{
  padding: 0px 10px;
  border-left: 3px solid #FF0001;
  font-weight: 400;
}
.B-ReportData{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
.B-delayCode,.B-delayCause{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
.B-delayCode span,
.B-delayCause span{
  color: #FF0001;
}

/* Fee Daily Page */

.B-ReportData{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
#feeDaily .b-flightData{

}

/* Brief Scan Page */
#briefScan{
  display: flex;
  width: 100%;
  height: 100vh;
  flex-flow: column;
}
#briefScan .B-logo{
  margin: 0px;
  margin-right: 30px;
}
#briefScan .B-logo .b-logo {
  width: 300px;
  height: 110px;
  background: url(../images/logo-W.svg) center center no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}
#briefScan #flightRoute{
  margin-bottom: 20px;
}
#briefScan .textRoute{
  display: flex;
  justify-content: center;
  width: 100%;
}
#briefScan .textRoute>div{
  margin: 0 10px;
}
.T-TitlePosition{
  width: 100%;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
.T-TitlePosition.nose{
  border-bottom: 3px solid #D91F20;
  padding-bottom: 10px;
}
.T-TitlePosition.tail{
  border-top: 3px solid #D91F20;
  padding-top: 10px;
}
.B-seatPosition{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  margin: 20px 0;
}
.B-seatPosition .seatPosition img{
  width: auto;
  height: 200px;
  margin: auto;
}
#briefScan .listPassenger{
  padding: 7.2px;
}
#briefScan .listPassenger:last-child{

}
#briefScan .Passenger{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#briefScan .Passenger>div{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.Passenger .seatNum{
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #d91f20;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  border-radius: 50%;
  margin-right: 20px;
}
.Passenger .picDisplay{
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: center center;
  background-size: contain;
  background-color: #000000;
  margin-right: 20px;
}
.Passenger .namePassenger{
  font-size: 28px;
}
.Passenger .aiport{
  font-size: 24px;
  padding: 5px 10px;
  font-weight: 400;
}
.Passenger .aiport .mdi:before,.Passenger .aiport .mdi-set{
  color: #000000;
}
.B-noFlight{
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}
#briefScan .B-noFlight .B-logo .b-logo{
  width: 360px;
  height: 117px;
}
.B-noFlight>div{
  margin: 70px 0;
  font-size: 90px;
  text-align: center;
  text-transform: uppercase;
}

/* Aircraft Details Page */
#aircraftDetail .B-img-airport{
  width: 60%;
  height: auto;
  margin: 0 auto;
}
#aircraftDetail .b-row{
  margin-bottom: 10px;
}
#aircraftDetail .b-row:last-child{
  margin-bottom: 0;
}
#aircraftDetail {

}
#aircraftDetail  .B-seatPosition{
  width: 80%;
  margin: 15px auto;
}
#aircraftDetail .B-seatPosition .seatPosition img{
  width: 70%;
  height: auto;
}

/* Add User Page */
#adduser .B-display{
  width: 200px;
  height: 200px;
  border-width: 4px;
  margin: 20px auto;
}

/* ---------------------------------------------------**** PC 1920 ****--------------------------------------------------- */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  #login {
    background-position: center;
  }
  
}

/* ---------------------------------------------------**** Tablet ****--------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

}

/* ---------------------------------------------------**** Mobile ****--------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #login {
    background-position: center 90px;
  }   
  #footer .copy {
    font-size: 0.8em;
  }
}
.y-scroll .v-data-table__wrapper{
  max-height: 60vh;
  overflow-y: auto;
}