/*custon css*/
/*# Mobile
only screen and (min-width: 480px)

# Tablet
only screen and (min-width: 768px) 

# Desktop
only screen and (min-width: 992px)

# Huge
only screen and (min-width: 1280px) 
*/
.nav-link img {
    width: 30px;
    height: 30px;
    margin-top: -5px;
    border-radius: 50px;
}
.Toastify__toast {
    font-family: inherit !important;
  }
.Toastify__toast-theme--light {
    color: #212529 !important;
  }
.brand-link {
    padding: .531rem .5rem;
    border: 0;
    height: calc(3rem + 1px);
}

textarea.form-control {
    max-height: 200px;
}

.layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link {
    height: calc(3rem + 1px);
}

.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin-top: 0;
}

.main-header .brand-text {
    font-size: 20px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600 !important;
}

.layout-top-nav .wrapper .main-header .brand-image {
    margin-top: -.3rem;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: transparent;
}

.navbar-brand {
    margin-right: 3.5rem;
}


[type=search]:focus {
    border-bottom: 2px solid #80bdff !important;
    box-shadow: none !important;
}

.form-control:focus,
.dataTable-input:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none !important;
    border-bottom: 2px solid #80bdff;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection,
.select2-container--bootstrap4.select2-container--open .select2-selection {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none !important;
    border-bottom: 2px solid #80bdff;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog .ui-dialog-buttonpane {
    margin-top: 0 !important;
    padding: 0 !important;
}

.ui-dialog-content {
    text-align: center;
    vertical-align: middle;
    display: inline;
}

.ui-dialog .ui-dialog-buttonpane button {
    padding: .1rem .85rem;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
    border: 1px solid;
    font-weight: 400;
    font-size: .9rem;
}

#dialog-content {
    font-size: .9rem;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
    background-color: #0672ae;
}

.page-link,
.btn {
    padding: .3rem .75rem;
}

.custom-select {
    font-size: .95rem !important;
}


.brand-link {
    letter-spacing: 1.5px;
}

.layout-navbar-fixed .wrapper .sidebar-light-success .brand-link:not([class*="navbar"]) {
    /*background-color: #00a65a !important;*/
    /*background-color: #006e2e !important;*/
    background-color: #03933c !important;
}

.navbar-dark {
    /*background-color: #00a65a !important;*/
    background-color: #03933c !important;
}

.main-sidebar {
    top: 48px !important;
    height: 100vh !important;
}

.navbar-toggler {
    font-size: 1rem !important;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark {
    border: 0 !important;
}

table th,
td {
    text-transform: capitalize;
}

.attach .btn-group {
    display: none !important;
}

.inner-tbl {
    cursor: pointer;
    display: table;
    margin: auto;
}

.tabledit-edit-button:before {
    content: "Edit";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 600;
    color: #333;
}

.tabledit-edit-button.active:before {
    content: "X" !important;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 600;
    color: #333;
}

.tabledit-delete-button:before {
    content: "Delete";
    color: #333;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 600;
}

.tabledit-delete-button.active:before {
    content: "X";
    color: #333;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 600;
}

.tabledit-toolbar-column {
    width: 15%;
}

.btn-toolbar {
    justify-content: center;
}

.tabledit-save-button,
.tabledit-confirm-button {
    max-height: 32px;
}

/*#load_reportTbl {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    padding-top: 20%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 999999;
    display: block;
    color: #000;
    margin-left: -5px !important;
}
*/
.blockMsg {
    opacity: 1 !important;
}

.blockPage h1 {
    font-size: 11px !important;
}

.form-control-navbar::-webkit-input-placeholder {
    color: rgba(99, 101, 99, .8) !important;
    font-size: .9rem !important;
}

.form-control-navbar::-moz-placeholder {
    color: rgba(99, 101, 99, .8) !important;
    font-size: .9rem !important;
}

.form-control-navbar:-ms-input-placeholder {
    color: rgba(99, 101, 99, .8) !important;
    font-size: .9rem !important;
}

.form-control-navbar::-ms-input-placeholder {
    color: rgba(99, 101, 99, .8) !important;
    font-size: .9rem !important;
}

.form-control-navbar::placeholder {
    color: rgba(99, 101, 99, .8) !important;
    font-size: .9rem !important;
}

.navbar-success.navbar-dark .form-control-navbar {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #333 !important;
    font-size: 1.2rem;
}

.navbar-success.navbar-dark .form-control-navbar+.input-group-append>.btn-navbar {
    background-color: #fff;
    border-color: #fff;
    color: rgba(99, 101, 99, 0.8) !important;
}

.navbar-success.navbar-dark .form-control-navbar:focus {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #333 !important;
    font-size: 1.2rem;
}

.navbar-success.navbar-dark .form-control-navbar:focus+.input-group-append>.btn-navbar {
    background-color: #fff !important;
    border-color: #fff !important;
    color: rgba(99, 101, 99, 0.8) !important;
}

#expLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    padding-top: 20%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 999999;
    display: none;
    color: #000;
    margin-left: -5px !important;
    font-weight: 900;
}

#pageLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    padding-top: 20%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 999999;
    display: none;
    color: #000;
    margin-left: -5px !important;
    font-weight: 900;
}

fieldset,
legend {
    all: revert;
}

.small-box>.small-box-footer {
    background-color: transparent;
    color: #fff !important;
}

#btn-back-to-top {
    position: fixed;
    bottom: 35px;
    right: 15px;
    display: none;
    box-shadow: none;
}

.input-group>.form-control:autofill {
    background: transparent !important;
}

.small-box .icon>i {
    /*color: #00a65a;*/
    color: #03933c;
    opacity: .5;
}

.sidebar::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5 !important;
}

.sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1) !important;
    background-color: #00a54f !important;
}

.breadcrumb .nav-icon {
    color: #000;
}

.preloader {
    background: rgba(0, 0, 0, .1);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .nav-link:hover {
    background-color: rgba(0, 0, 0, .1);
}

.d-none {
    display: block !important;
}

.div-version {
    position: fixed;
    bottom: -15px;
    background: #f4f6f9;
    padding: 2px;
    text-align: center;
    right: 15px;
    z-index: 99999;
}

.os-scrollbar-horizontal {
    display: none !important;
}

.navbar-no-expand {
    justify-content: right;
}

.dropdown-toggle::after {
    vertical-align: middle;
}

.sidebar-light-success .nav-sidebar>.nav-item>.nav-link.active {
    /*background-color: #00a65a;*/
    background-color: #03933c;
}

.datepicker {
    font-size: .75rem;
}

.sw-tabcontent {
    min-height: 320px;
}

.loader {
    position: absolute;
    top: 50%;
}

.dropdown-item.active {
    color: #111 !important;
    background-color: rgba(0, 0, 0, .1) !important;
}

.nav-link.dropdown-toggle.active {
    background: #087232;
}

.topmenu .nav-link.active {
    background-color: #087232;
}

#familyModal {
    z-index: 10000;
}

.reportCard {
    display: none;
}

.info-box .info-box-number {
    font-size: .94rem !important;
}

.select-flex {
    font-size: .9rem;
    border: none;
    background: #fff;
    display: flex;
}

.text-gl {
    height: 1.75rem;
    padding-left: .25rem;
    float: left;
    font-weight: 700;
    /*border-right: 2px solid #f8f9fa;*/
    width: 50%;
    overflow: scroll;
    /*background: #f8f9fa;*/
    display: inline-table;
}

.text-gr {
    float: right;
    width: 50%;
    overflow: scroll;
    height: 1.75rem;
    padding-right: .25rem;
    /*display: inline-table;*/
    text-transform: uppercase;
    font-weight: 700;
    background: #f2f2f2;
    display: inline-table;
}


div.dataTables_wrapper div.dataTables_processing {
    padding: 3px !important;
    margin: 0 !important;
    width: auto !important;
    top: auto !important;
    left: auto !important;
    position: fixed !important;
    bottom: 3px !important;
    right: 10px !important;
    text-align: center !important;
    color: #fff !important;
    background-color: #03933c !important;
    font-size: .85rem !important;
    z-index: 999999 !important;
    font-weight: bold;
    border-radius: 0px;

}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    float: left !important;
    padding-left: .5rem !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    float: right !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    margin-left: 3px !important;
    margin-right: 1px !important;
}

@media (max-width: 768px) {
    .small-box {
        text-align: left !important;
    }

    .small-box .icon {
        display: block !important;
    }

    .small-box .icon>i.ion {
        font-size: 60px;
    }

    div.dataTables_wrapper div.dataTables_length {
        float: left !important;
        font-size: .9rem !important;

    }

    div.dataTables_wrapper div.dataTables_filter {
        float: right !important;
        font-size: .9rem !important;
    }

    .dataTables_wrapper .row:first-child .col-sm-12 {
        max-width: 50% !important;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 120px !important;
    }

    div.dataTables_wrapper div.dataTables_length select {
        width: 63px !important;
        font-size: .9rem !important;
    }
}

@media (max-width: 480px) {
    div.dataTables_wrapper div.dataTables_filter input {
        width: 95px !important;
    }

    div.dataTables_wrapper div.dataTables_length select {
        width: 63px !important;
    }

    .topmenu .nav-link.active {
        padding-left: 5px !important;
    }
}

@media (max-width: 360px) {
    div.dataTables_wrapper div.dataTables_filter input {
        width: 93px !important;
    }

    div.dataTables_wrapper div.dataTables_length select {
        width: 57px !important;
    }

    .topmenu .nav-link.active {
        padding-left: 5px !important;
    }
}

@media (min-width: 992px) {

    .container {
        max-width: 95% !important;
    }

    .main-header {
        max-height: 48px;
    }

}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 95%;
    }
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 95%;
    }
}

@media (min-width : 768px) and (max-width : 992px) {
    #expand {
        display: none;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

@media (max-width: 767px) {
    #seachForm {
        margin-top: 10px;
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: 100% !important;
    }

}
