﻿.btn-custom {
    padding: 2px 5px 5px 5px;
    border-radius: 4px;
}

.btn-custom-approval {
    display: block;
    text-align: center;
    border-radius: 3px;
    padding: 0px;
    float: right;
    margin: 0 2PX;
    border: 1px solid darkgreen !important;
    width: 87px;
    font-size: 12px;
    height: 25px;
    color: darkgreen;
    font-weight: bold;
}

.btn-custom-reject {
    display: block;
    text-align: center;
    border-radius: 3px;
    padding: 0px;
    float: right;
    margin: 0 2PX;
    border: 1px solid orangered !important;
    width: 87px;
    font-size: 12px;
    height: 25px;
    color: orangered;
    font-weight: bold;
}

.btn-custom-revision {
    display: block;
    text-align: center;
    border-radius: 3px;
    padding: 0px;
    float: right;
    margin: 0 2PX;
    border: 1px solid orange !important;
    width: 87px;
    font-size: 12px;
    height: 25px;
    color: orange;
    font-weight: bold;
}

.btn-custom-delete {
    height: 30px;
    display: block;
    width: 30px;
    background-color: #f3f3f3 !important;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    color: #dc202b;
    float: right;
    margin: 0 2PX;
}

.btn-custom-add {
    height: 30px;
    display: block;
    width: 30px;
    background-color: #f3f3f3 !important;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    color: #198754;
    float: right;
    margin: 0 2PX;
}

.btn-custom-save {
    height: 30px;
    display: block;
    width: 30px;
    background-color: #f3f3f3 !important;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    color: #0d29f0;
    float: right;
    margin: 0 2PX;
}


.btn-custom-edit {
    height: 30px;
    display: block;
    width: 30px;
    background-color: #f3f3f3 !important;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    color: #ffc107;
    float: right;
    margin: 0 2PX;
}


.btn-custom-detail {
    height: 30px;
    display: block;
    width: 30px;
    background-color: #f3f3f3 !important;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    color: #0dcaf0;
    float: right;
    margin: 0 2PX;
}


.btn-custom-back {
    height: 30px;
    display: block;
    width: 30px;
    background-color: #f3f3f3 !important;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    color: black;
    float: right;
    margin: 0 2PX;
}


.btn-custom-publish {
    height: 30px;
    display: block;
    width: 30px;
    background-color: #f3f3f3 !important;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    color: black;
    float: right;
    margin: 0 2PX;
}


.dataTables_length select {
    margin: 0 10px;
}

.border-custom {
    border: 1px solid #ced4da !important;
}

.no-layout {
    background: initial;
    border: none;
    padding-bottom: 7px;
}

.content ul, .content ol, .content pre, .content blockquote, .content textarea:not([class^="cke"]), .content .cke {
    margin: 0 !important;
}


.btn-custom-reply {
    display: block;
    width: 80px;
    height: 25px;
    border: 1px solid #0d6efd;
    border-radius: 5px;
    color: #0d6efd;
}

.btn-custom-approval {
    display: block;
    width: 80px;
    height: 25px;
    border: 1px solid #198754;
    border-radius: 5px;
    color: #198754;
}

.btn-custom-reject {
    display: block;
    width: 80px;
    height: 25px;
    border: 1px solid #ff7400;
    border-radius: 5px;
    color: #ff7400;
}

.btn-custom-cancel {
    display: block;
    width: 80px;
    height: 25px;
    border: 1px solid #dc202b;
    border-radius: 5px;
    color: #dc202b;
}

label {
    padding-top: 10px
}

.breadcrumb {
    margin-bottom: 0;
}

.card-body {
    margin: 0;
    padding: 15px;
}

#loading {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(91 91 91 / 80%) no-repeat center center;
}

.ui-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.dropdown-menu {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border: 0;
}

    .dropdown-menu.show {
        display: inline-table;
    }


.dropdown-item-custom {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    padding: 0.25rem 1rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%;
    transition: background .1s ease-in-out, color .1s ease-in-out;
    font-size: 12px;
}

    .dropdown-item-custom i {
        color: #3c7fca;
    }

    .dropdown-item-custom:hover {
        background-color: #e0e6ef;
    }

.typeahead.dropdown-menu {
    position: inherit;
    padding: 5px 10px;
}

    .typeahead.dropdown-menu li:hover, .typeahead.dropdown-menu a:hover {
        background-color: #e0e6ef;
        text-decoration: none;
        color: initial;
    }


.btn-danger {
    background-color: #3c80cb;
    border-color: #3c80cb;
    color: #fff;
}

    .btn-check:focus + .btn-danger, .btn-danger:focus, .btn-danger:hover {
        background-color: #010066;
        border-color: #000000;
        color: #fff;
    }

    .btn-check:focus + .btn-danger, .btn-danger:focus {
        box-shadow: inherit !important;
    }


.btn-custom {
    padding: 2px 5px 5px 5px;
    border-radius: 4px;
}

.btn-custom-repository {
    display: block;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    color: #3c7fca;
    float: right;
    font-size: 14px;
    margin: 0 2PX;
    text-transform: capitalize;
    margin: 0 10px;
}


.btn-custom-close {
    background-color: #1556b2;
    color: white;
}


    .btn-custom-close:hover {
        background-color: #1556b2;
        color: white;
    }

.btn-custom-delete {
    height: 30px;
    display: block;
    width: 30px;
    background-color: #f3f3f3 !important;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    color: #3c7fca;
    float: right;
    font-size: 18px;
    margin: 0 2PX;
}

.btn-custom-add {
    height: 30px;
    display: block;
    width: 30px;
    background-color: #f3f3f3 !important;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    color: #3c7fca;
    float: right;
    font-size: 18px;
    margin: 0 2PX;
}

.btn-custom-save {
    height: 30px;
    display: block;
    width: 30px;
    background-color: #f3f3f3 !important;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    color: #3c7fca;
    float: right;
    font-size: 18px;
    margin: 0 2PX;
}


.btn-custom-edit {
    height: 30px;
    display: block;
    width: 30px;
    background-color: #f3f3f3 !important;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    color: #3c7fca;
    float: right;
    font-size: 18px;
    margin: 0 2PX;
}


.btn-custom-detail {
    height: 30px;
    display: block;
    width: 30px;
    background-color: #f3f3f3 !important;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    color: #3c7fca;
    float: right;
    font-size: 18px;
    margin: 0 2PX;
}


.btn-custom-back {
    height: 30px;
    display: block;
    width: 30px;
    background-color: #f3f3f3 !important;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    color: black;
    float: right;
    font-size: 18px;
    margin: 0 2PX;
}


.btn-custom-publish {
    height: 30px;
    display: block;
    width: 30px;
    background-color: #f3f3f3 !important;
    text-align: center;
    border-radius: 3px;
    padding: 2px;
    color: black;
    float: right;
    font-size: 18px;
    margin: 0 2PX;
}



.navbar-bg {
    background: #3c7fca;
}

.sidebar-item.active .sidebar-link:hover i, .sidebar-item.active .sidebar-link:hover svg, .sidebar-item.active > .sidebar-link i, .sidebar-item.active > .sidebar-link svg {
    color: #3c7fca;
}

.sidebar-link, a.sidebar-link {
    background: white;
    border-left: 3px solid transparent;
    color: #000000;
    cursor: pointer;
    display: block;
    font-weight: 400;
    padding: .625rem 1.625rem;
    position: relative;
    text-decoration: none;
    transition: background .1s ease-in-out;
}

    .sidebar-link i, .sidebar-link svg, a.sidebar-link i, a.sidebar-link svg {
        color: #3c7fca;
        margin-right: .75rem;
    }

    .sidebar-link:focus {
        outline: 0;
    }

    .sidebar-link:hover {
        background: #3c7fca;
        border-left-color: transparent;
    }

        .sidebar-link:hover, .sidebar-link:hover i, .sidebar-link:hover svg {
            color: white;
        }

.filter-error {
    border: 2px solid #e85959 !important;
}


    .filter-error::after {
        content: '';
        width: 100%;
        background-color: #ff0000 !important;
        height: 30px
    }

