.flash-messages {
    position: absolute;
    z-index: 100;
    text-align: right;
    right: 30px;
    top: 70px;
}

.main-content.dashboard-footer {
    margin-top: 100px;
}

.body-bg-default {
    background: #172b4d;
}

.form-control {
    color: black !important;
}


/* .bg-gradient-primary {
    background: linear-gradient(135deg, #04188d 0, #FFF 100%) !important;
}

.btn-primary {
    border-color: #FFF !important;
    background: linear-gradient(135deg, #04188d 0, #FFF 100%) !important;
}

.btn-primary:hover {
    border-color: #FFF !important;
    background: linear-gradient(135deg, #04188d 0, #FFF 100%) !important;
} */

.error-page {
    color: #5a5c69;
    font-size: 6rem;
    position: relative;
    line-height: 1;
    width: 12.5rem;
}

.error-page:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
}

.error-page:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: -50px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
    transition: all .15s ease;
    transform: translate(-50%, -30%);
    left: 40%;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\270E";
    color: #757575;
    position: absolute;
    top: 6px;
    left: 10px;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.element-hide {
    display: none;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid blue;
    border-right: 5px solid green;
    border-bottom: 5px solid red;
    border-left: 5px solid pink;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#bill-list_page .page-item .page-link,
#tour-list_page .page-item .page-link,
#employee-list_page .page-item .page-link,
#bill-list_page .page-item span,
#tour-list_page .page-item span,
#employee-list_page .page-item span {
    width: unset !important;
    height: unset !important;
    margin: unset !important;
    padding: 0.5rem 0.75rem !important;
    border-radius: unset !important;
}

.select2-container .select2-selection--single {
    padding-top: 5px !important;
    min-height: 44px !important;
}

.imagePreview {
    width: 100%;
    height: 160px;
    background-position: center center;
    background: url(https://employee.recordtek.com/appBundles/images/no-image.jpg?ver=1.0.2);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    box-shadow: 0px -3px 6px 2px rgba(0, 0, 0, 0.2);
}

.imgUp {
    margin-bottom: 15px;
}

.del {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

.imgAdd {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #4bd7ef;
    color: #fff;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 30px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 15px;
}

.label-btn-primary {
    display: block;
    border-radius: 0px;
    box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
    margin-top: -5px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.label-btn {
    display: inline-block;
    padding: 6px 12px;
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .main-content.dashboard-footer {
        margin-left: 250px;
    }
}