﻿.aside-nav .hover-scroll-y {
    position:relative;
}
.containerpwd {
    position: relative;
}
.containerpwdtext {
    position: absolute;
    top: 38px;
    right: 6px;
}
.containerpwdtext i {
    cursor: pointer}
#divLoading {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #666666;
    z-index: 30001;
    opacity: .9;
    filter: alpha(opacity=90);
    display: none;
}

.page-center {
    /*display:inline*/
    top: 50%;
    left: 50%;
    position: absolute;
    width: 120px;
    height: 120px;
    transform: translate(-50%,-50%);
}

.loader {
    /*border: 16px solid #f3f3f3;*/ /* Light grey */
    /*border-top: 16px solid #3498db;*/ /* Blue */
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-left: 16px solid pink;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.dashboardbg_1 {
    background-color: #94c7fd
}
.dashboardbg_2 {
    background-color: #77cbfa
}
.dashboardbg_3 {
    background-color: #ffdf6d
}
.dashboardbg_6 {
    background-color: #b496f4
}
.dashboardbg_5 {
    background-color: #7fdedf
}
.dashboardbg_7 {
    background-color: #ebaaec
}
.dashboardbg_8 {
    background-color: #f79ab1
}
.white_bg{
    background:#fff;
}



.dashboardbox1 {
    height: 10px;
    border-top: 0;
    border-left: 1px solid #f8a0b5;
    border-right: 1px solid #f8a0b5;
    border-bottom: 1px solid #f8a0b5;
    background-color: #fbc6d3
}

.dashboardbox2 {
    height: 10px;
    border-top: 0;
    border-left: 1px solid #8ccef3;
    border-right: 1px solid #8ccef3;
    border-bottom: 1px solid #8ccef3;
    background-color: #b2e2fd
}
.dashboardbox3 {
    height: 10px;
    border-top: 0;
    border-left: 1px solid #2bdbdb;
    border-right: 1px solid #2bdbdb;
    border-bottom: 1px solid #2bdbdb;
    background-color: #95e5e5
}
.dashboardbox4 {
    height: 10px;
    border-top: 0;
    border-left: 1px solid #f9d555;
    border-right: 1px solid #f9d555;
    border-bottom: 1px solid #f9d555;
    background-color: #fbe597
}
.dashboardbox5 {
    height: 10px;
    border-top: 0;
    border-left: 1px solid #b0baeb;
    border-right: 1px solid #b0baeb;
    border-bottom: 1px solid #b0baeb;
    background-color: #c5aef7
}
.dashboardbox6 {
    height: 10px;
    border-top: 0;
    border-left: 1px solid #7239ea;
    border-right: 1px solid #7239ea;
    border-bottom: 1px solid #7239ea;
    background-color: #c7b4f1
}
.dashboardbox7 {
    height: 10px;
    border-top: 0;
    border-left: 1px solid #43e560;
    border-right: 1px solid #43e560;
    border-bottom: 1px solid #43e560;
    background-color: #98eda7;
}
.dashboardbox8 {
    height: 10px;
    border-top: 0;
    border-left: 1px solid #b57ce9;
    border-right: 1px solid #b57ce9;
    border-bottom: 1px solid #b57ce9;
    background-color: #cea3f5;
}
.dashboardbox9 {
    height: 10px;
    border-top: 0;
    border-left: 1px solid #e7a0d8;
    border-right: 1px solid #e7a0d8;
    border-bottom: 1px solid #e7a0d8;
    background-color: #f4a3f5;
}
.hide{
    display:none !important;
}
/*.hover-scroll-y {
    margin-right:0!important;
}*/

./*select2-container .select2-container-multi {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    background-image: none !important;
}

.select2-choices {
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    appearance: none;
    border-radius: 0.475rem;
    background-image: none !important;
}
.select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow:none!important
}*/
select2-container .select2-container-multi {

}
.select2-container-multi .select2-choices {
    background-clip: padding-box !important;
    border: 1px solid #e4e6ef !important;
    appearance: none !important;
    border-radius: 0.475rem !important;
    background-image: none !important;
    background-color:none!important;
}
    .select2-container-multi .select2-choices .select2-search-field{
        line-height:3.3;
    }

.buttons-excel,
.buttons-pdf {
    color: #7e8299 !important;
    background-color: #f5f8fa !important;
    margin-right: 5px !important;
    border-radius: 0.25rem !important;
}
.btn.btn-secondary.buttons-excel.buttons-html5:hover {
    background-color: #dcfdfd !important;
}
.btn.btn-secondary.buttons-pdf.buttons-html5:hover {
    background-color: #dcfdfd !important;
}
.btndwdexl {
    background-color: #f5f8fa;
    color: #7e8299 !important;
    padding: 0.75rem !important;
    border: 1px solid #eff2f5 !important;
    font-size: .925rem;
    border-radius: 0.475rem;
    cursor: pointer;
}
.btndwdexl:hover {
        transition: color .2s ease,background-color .2s ease;
        color: #7e8299 !important;
}
.text-success2 {
    color: #04c8c8 !important;
}

bg-light-success2 {
    background-color: #04c8c8 !important;
}

.text-info2 {
    color: #d96bdb !important;
}

.bg-light-info2 {
    background-color: #ffecff !important;
}

.btn.btn-icon.fa-solid {
    color: #a1a5b7;
}

a:hover {
    cursor: pointer !important;
}

.modal.show .modal-dialog {
    height: 100% !important;
}

    .modal.show .modal-dialog .modal-content {
        height: calc(100% - 6%) !important;
    }

.form-select,
.flatpickr-input {
    height: 46.06px;
}

.datatable-exprot-btn .dt-buttons {
    height: 45px;
}
.dataTable .btn .svg-icon {
    margin-right:0;
}

/*.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-sm {
    padding: calc(0.25rem + 1px) calc(0.25rem + 1px)!important;
}*/


/*noman css*/
.accordion-item:first-of-type .accordion-button{
    width:40px;
}
.accordion-body {
    padding: 0 1.5rem 0 1.5rem;
}
.accordion-button {
    padding: 1rem !important;
}  
/*.accordion-collapse {
    margin-top: -20px;
}*/
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    background: none !important;
}
.errormessagepopup{
    padding:0 1.5rem;
}
.accordion-item:first-of-type .accordion-button {
    border-radius: 0 !important;
    background-color: #e1e4e5 !important;
}
.accordion-item {
    /*border: none !important;*/
    /*border-bottom: 1px solid #efefef !important;*/
}
.accordion-item-left-bottom-div {
    background-color: #f5f8fa !important;
}
#universaldivmain{
    overflow-x:scroll;
}
.hidek {
    display: none !important;
}
.table td:first-child, .table th:first-child, .table tr:first-child {
    padding-left: 1rem;
}
.table-sm > :not(caption) > * > * {
    border: 1px solid #f5f5f5;
    padding: 0.7rem 0.7rem;
}
/*.DTFC_LeftBodyWrapper{
    overflow:visible;
}
.DTFC_LeftBodyLiner {
    width: 10px;
    overflow: visible;
}*/

table.dataTableimport tr td:nth-child(2) {
    padding-left: 20px !important;
}

table.dataTableimport > thead > tr > th[class*=sort]:after {
    display: none;
}
.menu-item .menu-link #svg2 {
    width: 18px;
    height: 18px;
    fill: #7E8299;
}
    a.menu-item .menu-link #svg2:hover {
        fill: #3699FF;
    }
.menu-item .menu-link:hover #svg2 {
    fill: #3699FF;
}
.menu-state-primary .menu-item .menu-link.active #svg2 {
    fill: #3699FF;
}
.casemng_heading{
    background:#f7f7f7;
    padding:11px 3%!important;
    margin-bottom:15px;
}
