.tc-headers {
   margin-left: -1em;
}
.tc-main-title{
    margin-left: -2em;
    padding-bottom: 1em;
    display: block;
}
.tc-address {
    padding-left: 2em;
}
.tc-main-list {
    list-style: decimal;
    text-align:left;
    padding: 2em 5em;
    color: black;
    font-weight: 400;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #ef473a !important;
}

.validate-button, .cancel-button{
    margin:10px;

}
.validate, .validate_canon{
    color: white;
    margin:5%;
}
.validate >h3, .validate_canon>h3{
    color: white;
    font-size: 1.5em;
}
.tab-item-active{
    border-bottom-color: red;
    border-bottom-width: 32px;
    border-bottom: solid;
}
.title{
    text-align: left !important;
}

.error-message{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #ef473a;
    font-size: 105%;
}

.validate-button, .cancel-button{
    margin-top:7%;
    width: 40%;
}

.scanner-button, .camera-button{
    width: 70% !important; 
    margin: auto;
}
ion-content{
    background: white url('../img/checkin_bg.jpg');
    background-repeat: no-repeat;
    /* background-size:cover;  */
    /* background-size: 300px 100px; */
    background-attachment: fixed;
    background-position: right top; 
}

@media(max-width:1080px){
    ion-content{
        background-size:cover; 
    }
}

.logo{
    width: 80%;
    height: 80%;
    z-index: 400;
}
.logo-container{
    padding: 15% 0;
    text-align: center;
}
.loading{
    z-index: 500;
}

.loading-over{
    z-index: 1000;
    position: absolute;
    margin: 0 auto;
    width: 100%;
}

.loading-out{
    z-index: 1000;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: 26vh;
}


/*th,td{
    width: 35% !important;

}*/
th{
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: left;
    padding-left: 5%;
    font-style: bold !important;
    width: 11% !important;
    padding-right: 4rem !important;
    border-bottom: unset !important;
}
table, th, td{
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    font-size:100%;
}
td{
    padding-left:5px;
    text-align: left;
    width: 26% !important;
}
.button-container{
    margin-right:auto;
    margin-left:auto;
    display:block;
    text-align: center;
    
}
.powered-by{
    position: absolute;
    color: grey;
    bottom: 5px;
    right: 3px;
    font-size: 70%;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lds-spinner {
  position: relative;
}
.lds-spinner div {
  left: 94px;
  top: 48px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #ef473a;
  width: 12px;
  height: 24px;
  border-radius: 40%;
  -webkit-transform-origin: 6px 52px;
  transform-origin: 6px 52px;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.916666666666667s;
  animation-delay: -0.916666666666667s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.833333333333333s;
  animation-delay: -0.833333333333333s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.583333333333333s;
  animation-delay: -0.583333333333333s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.416666666666667s;
  animation-delay: -0.416666666666667s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.166666666666667s;
  animation-delay: -0.166666666666667s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.083333333333333s;
  animation-delay: -0.083333333333333s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.lds-spinner {
  width: 204px !important;
  height: 204px !important;
  margin: auto;
  margin-top: 20%;
  margin-bottom: 20%;
  /*width: 524px !important;
  height: 524px !important;
  -webkit-transform: translate(-262px, -262px) scale(2.62) translate(262px, 262px);
  transform: translate(-262px, -262px) scale(2.62) translate(262px, 262px);*/
}
.swal-custom{
    width: 90% !important;
}
.swal-modal{
    border: solid 1px white;
}
.swal-title{
    color: black;
}
.swal-content__input, .swal-content__textarea{
    color: black;
    border: solid 1px white;
}

.search-guest-button{
    z-index: 1000;
    position: absolute;
    right: 17px;
    font-size: 2.5rem !important;
    top: 46px;
    border-radius: 10px;
    background: white;
}
.modal{
    background-color: unset !important;
    /* left: 5% !important; */
    left: 4% !important;
    top: 177px !important;
    overflow-x: auto!important; 
    overflow-y: initial !important;
    /* width: 66vh; */
    width: 69vh;
    max-height: 642px;
    /* border-bottom: 1px white solid; */

}
#search_result{
    overflow-y: hidden !important;
}
/* .modal-title , .first_row{
    display: block;
} */
.modal-dialog{
    min-width: 409px;
    width: 60vh;
    overflow-y: initial !important;
}
.modal-body{
    padding-top: unset !important;
    max-height: 481px;
    overflow-y: auto;
}
.modal-footer{
    border-top: unset !important;
}
.swal-button--confirm{
    background-color: #ef473a !important;
}
.modal-header{
    background-color: #ef473a !important;
    color: white;
}
.modal-content{
    background: black !important;
    color: white;
    border: solid 1px white !important;
}
.thank_you_content{
    /* padding-top: 25%;
    padding-bottom: 10%; */
    padding-top: 17%;
    padding-bottom: 17%;
}
#thank_you_tableNo {
    font-size: 13.5rem !important;
}
#thank_you{
    max-height: 800px !important;
}
.search_result_content>  td,  th{
    border-top: unset !important;
}

.btn-danger{
    background-color: #ef473a !important;
}
.close-modal-button{
    float: right;
    margin: 10px;
    margin-left: 75%;
    margin-right: auto;
    width: 20%;
}
.close-thank-you-button{
    position: absolute;
    bottom: 10px;
}
.quick_scan_inputbox{
    padding: 10%;
    color: white;
    margin-top: 26%;
}
#quick_scan_input{
    height: 50px;
    font-size: 25px;
}
table
{
	border-collapse: collapse;
}

thead
{
	display: block;
	width: 572px;;
    /* overflow: auto; */
    overflow: hidden;
}

tbody
{
	display: block;
	height: 400px;
	overflow: auto;
}

ion-content{
    font-size: 0.7rem;
}
.registration-block{
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
.registration-form >  .item{
    margin-bottom: 1%;
    border: 0;
}
.registration-form{
    font-size: 1.1em;
}

.registration-form >.item>  .input-label{
    color: black;
    /* font-size: 1.4rem; */
    font-size: 1.4em;
    margin-bottom: 1%;
}
.registration-form >.regSelectBlock>  .input-label{
    /* color: rgb(182, 182, 182); */
    color: black;
    font-size: 1.4rem;
    margin-bottom: 1%;
}
.registration-form >.item>  input{
    font-size: 1.4rem;
    height: 48px;
    border: 2px solid #b2b2b2;
    border-radius: 15px;
    padding: 0 10px;
}

.platform-browser .scroll-bar.scroll-bar-v{
    display: none;
}

.has-header {
    top: 54px;
}

.searchGuestPopup > .popup{
    width: 60%;
    /* height: 52vh; */
    height: 70vh;
    background:  black;
    color: white;
    border: 1px white solid;
}
.searchGuestPopup > .popup> .popup-head > h3{
    font-size: 1.4em
}
.searchGuestPopup > .popup > .popup-body > .item{
    border:0;
    padding: 2%;
    color: white;
}
.searchGuestPopup > .popup > .popup-body > .item> .input-label{
    color: white;
}
.searchGuestPopup > .popup > .popup-body > .searchSelectBlock> .input-label{
    color: white;
}
.searchGuestPopup > .popup > .popup-body{
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: initial;
}
.popup-body{
    -webkit-overflow-scrolling: touch;  
}

.tab-item-active{
    color: #ef473a !important;
}

/* @media (max-width: 1122px){
    .registration-block{
        top:36vh;
    }
} */

@media (min-height: 1123px){
    .registration-form >  h3{
       font-size: 4em;
    }
    .registration-form >.item>  .input-label{
        font-size: 1.6em;
    }
    .registration-form >.regSelectBlock>  .input-label{
        font-size: 1.9em;
    }
    .registration-form >.item>  input{
        font-size: 1.4rem;
        height: 60px;
    }
    .btnSubmitRegForm{
        font-size: 2.1em;
    }
/* 
    .registration-block{
        top:36vh;
    } */
}


/* @media (min-width: 375px){
    ion-content{
        font-size: 0.7rem;
    }
} */
@media (max-width: 679px){
    .modal{
        left: 0 !important;
    }
    
}
@media (min-width: 576px){
    .modal-dialog {
     /* max-width: 650px!important;  */
     max-width: 700px !important;
    }
}

@media (max-height:568px){
    .swal-text div{
        padding: 2px !important;
    }
}

@media (max-height:840px){
    .registration-scroll{
        height: 65vh !important;
    }
}

@media (min-width: 768px){
    .tabs-top > .tabs, .tabs.tabs-top {
        top: 60px !important;
    }
    .tabs{
        height: 60px !important;
    }
    .bar{
        height: 60px !important;
    }
    .validate, .validate_canon {
        margin: 8% !important;
        font-size: 1.6em !important;
        line-height: 180% !important;
    }
    .tab-item{
        max-width: 34% !important;
        width: 34% !important;
    }
    .tab-title{
        font-size: 190% !important;
        line-height: 1.2 !important;
    }
    .title{
        font-size: 190% !important;
        line-height: 1.9 !important;
        padding-left: 15px;
        font-style: bold;
    }
    .icon{
        line-height: 1.2 !important;
    }
    .validate-button, .cancel-button{
        width: 38%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .powered-by{
    position: absolute;
    color: grey;
    bottom: 8px;
    right: 5px;
    font-size: 100%;
    }

    .powered-by .custom{
        width: 100%;
    }
    

}


/* register */

.register input[type="text"],
.register input[type="number"],
.register input[type="email"] {
    background: black;
    color: white;
}

/* register end */

/* black tick */

/* black tick end */


/* swal end */



/* disable tabs */
.disable-clickon-tabs {
    pointer-events: none !important;
    opacity: 0.3;
}

.icol{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    padding: 5px;
    width: 100%;
}

.qrcode {
    border: white 0.5em solid;
}

th {
    padding-right: 1em !important;
    /* width: 5em !important; */
}

.col.text-left {
    padding-left: 10vh;
}

.registration-scroll{
    height: 80vh;
}
.btnSubmitRegForm{
    margin-top: 10px;
    margin-bottom: 5%;
    display: block;
    /* float: right; */
    /* position: relative;
    right: 0px; */
    text-align: center;
    font-size: 2em;
    padding:0 10px;
    margin-left: 14px;
}

.registration-block2{
    /* height: 90%; */
    max-width: 50%;
    min-width: 260px;
    margin: 20px 40px;
}

.title.title-center.header-item{
    height: 50px;
    padding-left: 46px;
    width: 80%;
}

/*Change all checkbox color*/

.checkbox input:checked:before, .checkbox input:checked + .checkbox-icon:before {
    background: red;
    border-color: red;
}

body{
    min-height:100%;        
    height: auto !important;  
    height:600px;            
}

html{
    height: 100%
}

.swal-text div{
    text-align: center;
    padding: 10px;
}

.logo{
    height:100px;
    width:auto;
    margin:20px 40px;
}

.platform-ios .logo,.platform-android .logo,.platform-windowsphone .logo{
    display: block;
    margin: 0;
    margin-left: 10px;
    height: 76px;
}

.platform-ios .registration-block2,.platform-android .registration-block2,.platform-windowsphone .registration-block2{
    margin: 10px;
    min-width: 90%;
}

.text-justify{
    text-align: justify;
    text-justify: inter-word;
}

.message-container{
    font-size: 1.2rem;
    padding-left: 16px;
}
.platform-ios .message-container,.platform-android .message-container,.platform-windowsphone .message-container{
    font-size: 0.8rem;
}
.platform-ios .title.title-center.header-item,.platform-android .title.title-center.header-item,.platform-windowsphone .title.title-center.header-item{
    padding-left: 6px;
    width: 95%;
    text-overflow: clip;
}

.button-bar{
    border: 1px solid #b2b2b2;
    border-radius: 4px;
}

.platform-ios .registration-scroll{
    height: 60vh !important;
}

i.underscore{
    border-bottom: 1px solid black;
    font-weight: 600; 
}

.platform-ipad .registration-scroll{
    height: 80vh !important;
}

.language-container{
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 90;
    font-size: 14px;
}

.language-container .button:focus{
    outline: none;
}

@media (max-width:414px){
    /* .lang-en{
        top: 40px;
        left: 57px;
    } */
    .registration-form >.item> input{
        font-size: 12.8px;
        height: 34px;
    }

    .registration-form >.item>  .input-label{
        font-size: 12.8px;
    }

    .registration-form >.regSelectBlock>  .input-label{
        font-size: 12.8px;
    }

    .registration-form .item.item-checkbox{
        font-size: 12.8px;
    }
    .registration-form textarea{
        font-size: 12.8px;
    }
    .btnSubmitRegForm{
        font-size: 12.8px;
    }
}


/* .language-container .button:hover,.language-container .button:focus{
    color: #ff0000;
} */
/* 
.language-container span{
    padding: 0 2px ;
}

.language-container span:hover,.language-container span:focus{
    color: #ff0000;
} */

.red{
    color: #ff0000 !important;
}

/* ie */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS */

        .swal2-container {
            display: inline-block !important;
        }

        .swal2-container .swal2-modal {
            /* top: 25em; */
            margin: 0 auto !important;
        }
 }


/* small devices up to iphone X? */
@media(max-width:600px){

    .bar {
        height: 60px;
    }

    .bar .title {        
        padding-top: 5px;
        line-height: 1.3 !important;
        word-wrap: break-word;
        height: 58px !important;
        text-overflow: initial;
        white-space: initial;
        padding-left: 10px;
    }

    .swal2-title{
        font-size: 25px !important;
    }
    .tc-headers {
        margin-left: -1em;
     }
     .tc-main-title{
         margin-left: -2em;
         padding-bottom: 1em;
         display: block;
     }
     .tc-address {
         padding-left: 2em;
     }
     .tc-main-list {
         list-style: decimal;
         text-align:left;
         padding: 2em 2em;
         color: black;
         font-weight: 400;
         font-size: 12px;
     }


}

/* 768 - 1205 */

@media(min-width:768px) and (max-width: 1205px){
    .bar {
        height: 90px !important;
    }

    .bar .title {        
        padding-top: 5px;
        line-height: 1.3 !important;
        word-wrap: break-word;
        text-overflow: initial;
        white-space: initial;
        height: 90px;
    }
    .title.title-center.header-item {
        height: 90px;
    }

    .title {
        line-height: 1 !important;
    }

    .has-header {
        top: 80px;
    }

    .platform-ios .has-header,
    .platform-android .has-header{
        top: 80px;
    }

    .platform-ios .title,
    .platform-android .title {
        font-size: 160% !important;
    }

    .platform-ios .bar {
        height: 80px !important;
    }



}


