﻿.content-header > h1 {
    font-size: 16px;
    font-weight: 600;
}

.box {
    margin-bottom: 8px;
    /* border-bottom: 2px solid #7ddde3; */
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgb(33 33 33 / 14%), 0 0 1px 0 rgb(0 0 0 / 14%);
    border: none;
}

.mb8 {
    margin-bottom: 8px;
}

.alert {
    padding: 6px 19px 5px 15px;
    margin-bottom: 0px;
    font-weight: bold;
}

.box h4 {
    font-size: 15px;
    font-weight: bold;
}

.footerFixed {
    position: fixed;
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
}

.form-control {
    padding: 3px !important;
    height: 30px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

textarea.form-control {
    min-height: 80px;
}

.boxBG {
    border: solid thin #ccc;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 25px;
}

    .boxBG h5 {
        margin-top: 0px;
    }

.table > tbody > tr > td {
    padding: 6px 8px;
}

#tblSalaryEarnings thead tr th {
    background-color: #18a69b;
}

#tblSalaryEarnings tbody tr td {
    background-color: #cff5f2 !important;
}

#tblSalaryDeductions thead tr th {
    background-color: #e15050;
}

#tblSalaryDeductions tbody tr td {
    background-color: #ffefef !important;
}

label {
    color: #333;
}

.subfreestatusActive {
    border: dashed thin #0ca678;
    padding: 5px 17px;
    background: #fff;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    color: #0ca678;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#mdlEmployee .modal-dialog {
    width: 80%;
}

button.close {
    font-size: 28px;
    margin-right: -12px;
}
/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 3px; /*border: solid thin #dadada; padding: 2px 6px;  border-radius: 4px;*/
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #0485A3;
            color: #fff;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel button {
        background: #0485A3;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }
/******pagimnation*****/
