:root {
    --p-color: #9063b7;
}

@import url( https://fonts.googleapis.com/css?family=Open + Sans:300, 400, 600, 700, 800&display=swap );

.card-body {
    padding: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
}

.card-title {
    font-size: 16px;
}

.table td,
.table th {
    padding: 5px;
}

.form-control {
    height: calc(1em + 0.75rem + 2px);
    background: #f6f6f6;
    color: #000;
    font-size: 14px;
    border-color: #bbb;
    padding: 0.25rem 0.5rem;
    border-radius: 0;
    transition: 0.15s all ease-in-out;
}
/*--Select2--*/
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--p-color) !important;
    color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0 !important;
}

.select2-container .select2-selection--single {
    height: calc(1em + 0.75rem + 4px) !important;
    border: 1px solid #bbbbbb;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: calc(1em + 0.75rem + 2px) !important;
    font-size: 14px;
    background: #f6f6f6;
}

.select2-results__option {
    font-size: 14px;
    color: #333;
    padding: 4px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0 !important;
}

.form-horizontal.form-bordered {
    border: 1px solid rgba(0, 0, 0, 0.27);
}

div.form-horizontal > .form-group.row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.27);
    margin: 0;
    padding-bottom: 0 !important;
}

.form-horizontal .form-group.row:last-child {
    border-bottom: none;
}

.control-label {
    text-align: left !important;
    margin: 0;
    padding: 5px 15px !important;
    border-right: 0 solid rgba(0, 0, 0, 0.27);
    border-left: 0 solid rgba(0, 0, 0, 0.27);
    font-weight: 500;
    background: #f6f6f6;
    font-size: 14px;
}

    .control-label span {
        font-size: 18px !important;
        font-weight: 600;
        vertical-align: middle;
    }

.control-form {
    line-height: 1;
    padding: 7px 15px;
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.27);
}

.control-error {
    padding: 7px 15px;
}

    .control-error span {
        vertical-align: middle;
    }

.checkbox-inline {
    padding: 5px 0;
}

div.form-horizontal.form-bordered .form-control {
    background: #f6f6f6;
    color: #000;
    font-size: 14px;
    border-color: #bbb;
    padding: 0.25rem 0.5rem;
    border-radius: 0;
    transition: 0.15s all ease-in-out;
}

div.form-horizontal.form-bordered .custom-file-input,
div.form-horizontal.form-bordered .custom-file-label {
    background: #f6f6f6;
    border: 1px solid #bbb;
    border-radius: 0;
}

div.form-horizontal.form-bordered .select2-container--default .select2-selection--single {
    background: #f6f6f6;
}

.error-text {
    font-size: 13px;
    font-weight: 600;
    color: red !important;
}

.login-register {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    padding: 10% 0;
    position: fixed;
}

.login-box {
    width: 400px;
    margin: 0 auto;
}

    .login-box .footer {
        width: 100%;
        left: 0;
        right: 0;
    }

    .login-box .social {
        display: block;
        margin-bottom: 30px;
    }

#recoverform {
    display: none;
}

.login-sidebar {
    padding: 0;
    margin-top: 0;
}

    .login-sidebar .login-box {
        right: 0;
        position: absolute;
        height: 100%;
    }

.collapse-card {
    border: 1px solid #ccc;
    cursor: pointer;
   
    overflow: auto;
}

    .collapse-card a.card-header {
        background: #ccc;
        position: relative;
    }

        .collapse-card a.card-header h5 {
            font-weight: 600;
            position: relative;
        }

        .collapse-card a.card-header::after {
            content: "\e607";
            font-family: simple-line-icons;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            right: 0;
            top: 0;
            color: #000;
            top: 10px;
            right: 10px;
        }

        .collapse-card a.card-header.collapsed::after {
            content: "\e604";
            font-family: simple-line-icons;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            right: 0;
            top: 0;
            color: #000;
            top: 10px;
            right: 10px;
        }

/*-on 5/6/2020-*/
.sidebar-nav .dropdown-item.active,
.sidebar-nav .dropdown-item:active {
    background: inherit;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: 16px;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin: 0 0 0 -1px;
    }

@media (min-width: 767px) {
    .horizontal-nav .sidebar-nav #sidebarnav > li:hover > ul {
        height: auto !important;
        overflow: visible;
        min-height: 100%;
    }

    .horizontal-nav .sidebar-nav #sidebarnav li a {
        padding: 5px 10px;
    }
}

.sidebar-nav ul li ul ul {
    padding-left: 0;
}

.table thead th {
    text-align: center !important;
}



.individual {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
}


.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span, .pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span, .pagination ul > li:first-child > a, .pagination ul > li:first-child > span, .pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span, .pagination ul > li:last-child > a, .pagination ul > li:last-child > span, .pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.pagination ul {
    display: inline-block !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    border-radius: 4px !important;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%) !important;
}

    .pagination ul > li {
        display: inline !important;
    }

li {
    line-height: 20px !important;
}

pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-left-width: 1px !important;
}

.pagination ul > li > a, .pagination ul > li > span {
    float: left !important;
    padding: 4px 12px !important;
    line-height: 20px !important;
    text-decoration: none !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
}
