﻿.show_error {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #F44336;
}

#progress {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #333333a6;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #progress img {
        border: 1px solid #ffffff;
        border-radius: 6px;
        background-color: #ffffff;
        width: 120px;
    }

.datepicker {
    border: 1px solid #ced4da;
}

.Pending {
    background-color: #fcb92c;
    padding: 2px;
    color: #ffffff;
}

.Reject {
    background-color: #ff3d60;
    padding: 2px;
    color: #ffffff;
}

.Approved {
    background-color: green;
    padding: 2px;
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #348cd4;
}

.my_modal-footer {
    padding: 0px 6px 10px 6px;
    justify-content: center;
}

.my_modal-body {
    padding: 10px 6px 0px 6px;
    text-align: center;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li:first-child > a, .pagination > li:last-child > a {
            width: auto;
            height: 32px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            border-radius: 0;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

    .pagination .disabled a, .pagination .disabled a:hover, .pagination .disabled a:focus, .pagination .disabled a:active {
        color: #bbb;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > li > a {
        border: none;
        font-weight: bold;
        color: #555;
    }

    .pagination li.active a {
        background-color: #2196F3;
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        /*border: 1px solid #ddd;*/
    }

    .pagination li a:focus, .pagination li a:active {
        background-color: transparent;
        color: #555;
    }

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        z-index: 2;
        color: #23527c;
        background-color: #eee;
        border-color: #ddd;
    }

.ui-widget-content a {
    color: #fff;
}

.nav-pills .nav-link.active {
    background-color: unset !important;
}

.nav-item a {
    color: #2b2b2b !important;
}

.ui-state-active a {
    color: #fff !important;
}

.ui-autocomplete a {
    color: #333333 !important;
}

.ui-autocomplete .ui-state-active {
    background: #f1f3f5;
    display: block;
}

.required::after {
    content: "*";
    font-weight: bold;
    color: red;
    font-size: 17px;
}

.icon_class {
    font-size: 20px;
    padding: 2px 6px;
}

.col-form-label, .form-label {
    font-weight: 700;
}
