@charset "utf-8";

.text-white {
    color: #ffffff;
}

.am-text-Khaki{
    color:Khaki;
}

.eq-gap{
    height: 2px;
    border-top: 2px dashed #888888;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 150px;
}

/** block css loader*/
.pop_loader_layer{ position: fixed; z-index: 999999; left: 0; right: 0; top: 0; bottom: 0;  }
.pop_loader{ position: fixed; border-radius: 8px; background: rgba(0,0,0,0.3); z-index: 999999; width: 84px; height: 84px; left: 50%; top: 50%; margin-left: -42px; margin-top: -60px; }
.loader{ margin: 22px; display: inline-block;  width: 37px; height: 37px; border: 3px solid #fff; border-bottom-color:transparent; border-radius: 50%; background: transparent;
    -webkit-animation: 600ms rotate linear infinite;
    -moz-animation: 600ms rotate linear infinite;
    animation: 600ms rotate linear infinite;
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.version{
    position: absolute;right: 30px;bottom: 20px; text-align: right;font-weight:bold;width:100%;margin:0;font-size:13px;
    color: #1672e8;
}

.version1{
    position: fixed;right: 30px;bottom: 20px; text-align: right;font-weight:bold;width:100%;margin:0;font-size:13px;
    color: #1672e8;
}

.booked-title{
    font-size:14px!important;padding-right:0rem;padding-left: 0.5rem;margin-bottom:2px;font-weight: normal;
}

.booked-label{
    font-size:14px!important;padding-right:0rem;text-align:right;padding-right:8px;margin-bottom:2px;font-weight: normal;
}
/** endblock **/