#watermark {
    background-repeat: repeat;
    background-position: left;
    background-size: auto;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 60px;
    left: 0;
    line-height: 2;
    margin: 0;
    position: fixed;
    z-index: 99999;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome, Edge, Opera and Firefox */
}

/* body:before {
    background-image: url("/background-image");
    background-repeat: repeat;
    background-position: left;
    background-size: auto;
} */

.page-pagination nav {
    display: flex !important;
    justify-content: center;
}

.dropdown-item {
    height: 35px;
    line-height: 35px;
    padding-bottom: 2.3rem;
}

.modal.modal-vcenter .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto;
}

.member-detail label.label {
    font-size: 14px;
    color: #666666;
}

.member-detail p {
    font-size: 16px;
    color: #000;
}

.member-detail .dropzone {
    min-height: auto;
    padding: 0;
}

.member-detail .member-photo-left {
    padding-right: 0;
}

.member-detail .member-photo-right {
    padding-left: 5px;
}

@media (max-width: 767px) {
    .member-detail .member-photo-left {
        padding-right: 15;
    }

    .member-detail .member-photo-right {
        padding-left: 15px;
        margin-top: 5px;
    }
}

.select2-selection__rendered {
}

.select2-container .select2-selection {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-loader .spinner-grow:nth-child(1) {
    -webkit-animation: spinner-grow 1s linear infinite;
    animation: spinner-grow 1s linear infinite;
}

.modal-loader .spinner-grow:nth-child(2) {
    -webkit-animation: spinner-grow 1s linear infinite;
    animation: spinner-grow 1s linear infinite;
    animation-delay: 0.5s;
}

.switcher-success.switcher-input:checked ~ .switcher-indicator {
    background: #28a745;
    color: #fff;
}

.detail-table label.label {
    padding: 7px 40px;
    background: #f2f4f8;
}

.rwd-table td:before {
    display: none;
}

@media (max-width: 767px) {
    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
    }

    .rwd-table td:before {
        content: attr(data-th);
        width: 6.5em;
        display: inline-block;
        font-weight: bold;
        color: #053aac;
    }

    .rwd-table tr:nth-of-type(2n) {
        background: #eee;
        border-bottom: 1px solid #ffffff;
    }

    .rwd-table tr:nth-of-type(2n) td {
        border-top: 1px solid #ffffff;
    }
}

.navbar .navbar-brand-wrapper .navbar-brand {
    font-size: 1rem;
}

.sidebar-icon-only .navbar .navbar-brand-wrapper {
    justify-content: center !important;
}

@media (max-width: 767px) {
    .navbar .navbar-brand-wrapper {
        justify-content: center !important;
    }
}

.top-navbar-area .fa-language {
    font-size: 24px !important;
}

.alert.alert-md {
    margin-bottom: 0;
    height: 1.5;
    line-height:1.5;
    padding:.3rem .75rem;
}

.salary-title {
    color: #053aac;
}

.salary-hr {
    border-top: 2px dashed #999999;
}