/* Login Styles */

.hk-logoimg {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 300px;
    max-width: 300px;
}

.bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/HK.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: auto;
}

/* Dashboard Styles */

.navbar-nav>.user-menu>.dropdown-menu {
    width: 180px;
}

.widget-user-2 .widget-user-username, .widget-user-2 .widget-user-desc {
    margin-left: 0; 
}

.widget-user-2 .widget-user-header {
    padding:  7px 20px;
}

.widget-user-2 .widget-user-username {
    margin-bottom: 10px;
}  

.first-header-cell {
    color: #ffffff;
    width: 1px!important;
}

.btn-extraTime {
    text-decoration: none!important;
    padding: 0!important;
}

.events-box {
    margin-bottom: 0 !important;
    border-top: 0 !important;
}

.events-title {
    font-size: 14px !important;
}

.mop {
    padding-top: 15px;
}

.mop-check {
    padding-right: 10px;
}

.dashboard-date {
    width: 22%;
}
@-webkit-keyframes invalid {
    from { background-color: red; }
    to { background-color: inherit; }
  }
  @-moz-keyframes invalid {
    from { background-color: red; }
    to { background-color: inherit; }
  }
  @-o-keyframes invalid {
    from { background-color: red; }
    to { background-color: inherit; }
  }
  @keyframes invalid {
    from { background-color: red; }
    to { background-color: inherit; }
  }
  
.invalid {
    -webkit-animation: invalid 1s infinite; /* Safari 4+ */
    -moz-animation:    invalid 1s infinite; /* Fx 5+ */
    -o-animation:      invalid 1s infinite; /* Opera 12+ */
    animation:         invalid 1s infinite; /* IE 10+ */
  }

@media (max-width: 768px) {
    .content-header h1 {
        margin-top: 0;
    }
}

@media (max-width: 1715px) {
    .table-box {
        overflow-x: scroll;
    }
}

/* Entry Pass Styles */

.btn-walkin-retrieve {
    margin-top: 25px;
}

@media (max-width: 500px) {
    .btn-walkin-retrieve {
        margin-top: 0;
        margin-bottom: 7px;
    }
}

.button-calc {
    margin-top: 25px;
}

.gender-type {
    padding-right: 15px;
    margin-top: 3px;
}

.sock-size-label {
    margin-top: 10px;
}

.sock-size, .mop-type, .edit-mop {
    padding-right: 6px;
}

.voucher-num {
    margin-bottom: 10px;
}

.payment {
    padding-top: 3px;
}

.total-socks{
    margin-top: 3px;
}

.btn-pay {
    margin-top: 25px;
}

@media (max-width: 500px) {
    .btn-pay {
        margin-top: 0;
    }
}

.check-input-select {
    margin-left: 20px!important;
}

.edit-entry-type-option {
    margin-top: 7px;
}

.edit-entry-type {
    padding-right: 15px;
}

.btn-yes {
    margin-right: 20px;
}

.sock-sizes {
    margin-bottom: 5px;
}

@media (max-width: 1260px) {
    .walkin-table-box {
        overflow-x: scroll;
    }
}

@media (max-width: 1215px) {
    .voucher-table-box {
        overflow-x: scroll;
    }
}

/* @media (max-width: 1420px) {
    .schoolgroup-table-box{
        overflow-x: scroll;
    }
}

@media (max-width: 1440px) {
    .birthday-table-box {
        overflow-x: scroll;
    }
} */

/* @media (max-width: 995px) {
    .member-table-box  {
        overflow-x: scroll;
    }
} */

/* Payment Styles */

@media (max-width: 500px) {
    .purchase-mop {
        margin-top: 10px;
    }
}

/* Registration Styles */

.gender-check {
    margin-top: 7px;
}

.gender-select {
    padding-right: 20px;
}

.mem-mop {
    padding-top: 7px;
}

@media (min-width: 768px ) and (max-width: 991px) {
    .payment {
        padding-top: 5px;
    }
}

@media (max-width: 767px) {
    .payment {
        padding-top: 5px;
    }

    .mem-mop {
        padding-top: 1px;
    }

    .mem-amount {
        padding-top: 5px;
    }
}

/* User Create Styles */

.btn-save {
    margin-right: 1em!important;
}

/* Configuration Styles */

.package-duration, .service-duration {
    margin-top: 10px!important;
}

.voucher-type, .edit-tariff-service-type-radio, .vendor-type {
    margin-right: 20px;
}

.edit-voucher-type, .edit-vendor-type {
    margin-top: 7px;
}

.edit-tariff-service-type {
    margin-top: 15px;
}

.edit-package-duration {
    margin-left: 0px!important;
    margin-right: -30px!important;
}

.btn-calculate {
    margin-top: 24px;
}

@media (max-width: 1090px) {
    .voucher-table-box {
        overflow-x: scroll;
    }
}

@media (max-width: 850px) {
    .package-table-box {
        overflow-x: scroll;
    }
}

@media (max-width: 1215px) {
    .inv-table-box {
        overflow-x: scroll;
    }
}

@media (max-width: 510px) {
    .tariff-service-table-box{
        overflow-x: scroll;
    }
}

@media (max-width: 985px) {
    .vendor-table-box {
        overflow-x: scroll;
    }
}

/* Quick Registration Styles */

.sub-heading-section {
    color: red;
    font-weight: 700!important;
}

@media (max-width: 1440px) {
    .reg-table-box {
        overflow-x: scroll;
    }
}

/* Feedback Styles */

.feedback-radio-options {
    padding-right: 10px;
}

.feedback-input {
    margin-top: 5px;
}