.main-sidebar  { margin-top: 0px !important; }
.nav > li > a { padding-left : 8px !important;}

.tooltip.top {
    margin-top: -10px; /* Adjust the negative value as needed */
    left: 0;
}

body
{
    font-size: 0.9rem;
    font-family: "Roboto";
    background-color: #f2f4f7;
    color: #2e6290 !important;
}

breadbrumb-item active > a
{
    color : #2e6290 !important
}

.badge-sb
{
    background-color: #3a7766;

    text-align: center !important;
    margin-top: -2px;
    font-size: 0.8rem;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: -8px !important;
    color: #FFFFFF;
}

.btn-select
{
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    height: calc(2.25rem) !important;
    padding-bottom: 4px;

}

.dt-button
{
    min-width: 100px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(190,190,190,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(190,190,190,1);
    box-shadow: 0px 0px 10px 0px rgba(190,190,190,1);
}

.bg-gradient-secondary{background: #0b274f linear-gradient(0deg, #2e6990, #2e6990) repeat-x!important;color:#fff}
.bg-gradient-secondary.btn:hover{background:#6c757d linear-gradient(180deg, #3a7766, #3a7766) repeat-x!important;border-color:#545b62;color:#ececec}
/*.bg-gradient-secondary.btn:hover{background:#6c757d linear-gradient(180deg,#8a4299, #8a4299) repeat-x!important;border-color:#545b62;color:#ececec}*/
.bg-gradient-secondary.btn.active,.bg-gradient-secondary.btn:active,.bg-gradient-secondary.btn:not(:disabled):not(.disabled).active,.bg-gradient-secondary.btn:not(:disabled):not(.disabled):active
{background:#6c757d linear-gradient(180deg,#6e7479,#545b62) repeat-x!important;border-color:#4e555b;color:#fff}
.bg-gradient-secondary.btn.disabled,.bg-gradient-secondary.btn:disabled
{background-image:none!important;border-color:#6c757d;color:#fff}

.btn-select-opt
{
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    height: calc(2.25rem) !important;
    padding-bottom: 4px;
    background-color: #f2f4f7;

}

.btn-select-opt:active
{
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    height: calc(2.25rem) !important;
    padding-bottom: 4px;
    color: #f2f4f7 !important;
    background-color: #17263a;

}


.bootstrap-select.form-control
{
//height: calc(3.25rem) !important;
}

.form-control
{
    height: calc(2.25rem) !important;
}

.filter-option-inner-inner
{
    padding-top: 0px !important;
    margin-bottom: 1px !important;
    font-size: 1rem !important;
    color: #495057 !important;
}

xlabel
{
//padding-top: 7px;
    font-weight: 500 !important; color: #c3cfdc;

    xtext-shadow: 1px 1px 2px rgba(110,110,110,0.45);
}

label
{
//padding: 0px !important;
    color: #2e6290;
    font-weight: 500 !important;

    margin-bottom: 0px;
}

.col-form-label
{
    padding-top:4px !important;
    font-size: 1.1rem;
}

table { font-size: 0.85rem;}

th, td { vertical-align: middle !important;}
.nav-item { font-size: 1.0rem;}
.nav-item2 { font-size: 0.85rem;}
.nav-item3 { font-size: 0.75rem;}
.nav-item4 { font-size: 0.70rem;}

.nav-link.active
{
    margin-left: 0px !important;
}

.xsidebar, .sidebar-dark-primary
{
    background: linear-gradient(180deg, #2e6290, #152b44 ) repeat-x!important;
//background: #011488;
}

.fa-2x
{
    font-size: 1.5rem;
    color: #2e6290;
}

.fa-2x:hover
{
    font-size: 1.5rem;
    /*color: #8a4299;*/
    color: #3a7766;
}


.fa-star-o
{
    color: #000000 !important;
}

.content-wrapper
{
    background-color:#f2f4f7 !important;
}

.breadcrumb
{
    font-size: 1rem;
    border-radius:6px;
    background-color:#f2f4f7;
    margin: 0px;
    padding:10px;
    padding-left: 10px;
    padding-right: 10px;
}
.main-footer
{
    font-size: 0.85rem;
    border:0px;
    background: #f2f4f7;
    padding: 0.5rem;
    padding-bottom:0px;
}

.form-control-lg
{
    height: calc(3.25rem + 2px) !important;
    padding: 0.5rem 1rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    border-radius: 0.3rem !important;
}
#searchInput
{
    background-color: #2f3c4e;
    font-size: 1rem;
    height: calc(2.25rem + 3px) !important;
}

.main-footer a { color: #5e94e3; text-decoration: none; }

th, td { vertical-align: middle !important; text-align: center !important;}

.card
{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(190,190,190,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(190,190,190,1);
    box-shadow: 0px 0px 10px 0px rgba(190,190,190,1);
    border-radius: 6px;
    margin-bottom: 0px;
}

.card:hover
{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(140,140,140,0.6);
    -moz-box-shadow: 0px 0px 15px 0px rgba(140,140,140,0.6);
    box-shadow: 0px 0px 15px 0px rgba(140,140,140,0.6);
    border-radius: 6px;
}
.card-header {padding: 0px!important;border-bottom: 0px;width: 100% !important;display: flex;flex-direction: row;align-items: center;margin-bottom: 5px}

.card-content
{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
}
.card-body
{
    padding: 0px;
}

.card-title
{

    flex-grow: 1;
    color: #2e6290;
    letter-spacing: 0.0rem;
    font-weight: 500;
    font-size: 1.15rem;
    margin-top: 15px;
    padding-left:10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right:15px;

    border-left: 10px solid #2e6290;

}

.content-wrapper
{
    padding : 6px;
    padding-bottom: 5px;
}

@media (max-width:992px)
{
    #sbMenu { padding-bottom: 20px; }
    #brandLarge { display: none}
    #brandSmall { display: block}
    #brandSmall { padding : 4px !important; }
    #brandImage { height: 47px; }
    .brandText
    {
        margin-left: 2px;
        font-size: 1.65rem;
        font-weight:500;
        color: #141656;
        background: #2e6290;
    //background: -webkit-linear-gradient(to left, #25cedf 0%, #2950a0 100%);
    //background: -moz-linear-gradient(to left, #25cedf 0%, #2950a0 100%);
    //background: linear-gradient(to left, #25cedf 0%, #2950a0 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

@media (min-width:993px)
{
    #sbMenu { padding-bottom: 190px; }
    #brandLarge { display: block; }
    #brandSmall { display: none; }
    #brandImage { width: 70%; }
    #brandLarge { padding : 10px !important; }
    .brandText
    {
        margin-top: -5px;
        font-size: 2.25rem;
        font-weight:500;
        color: #141656;
        background: #2e6290;
    //background: #25cedf;
    //background: -webkit-linear-gradient(to left, #25cedf 0%, #2950a0 100%);
    //background: -moz-linear-gradient(to left, #25cedf 0%, #2950a0 100%);
    //background: linear-gradient(to left, #25cedf 0%, #2950a0 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

    }
}

.dataTables_filter
{
    float: right !important;
    margin-top:3px !important;
    xmax-width: 200px !important;
}

.buttons-collection
{
    color: white !important;
    background:#0b274f linear-gradient(0deg, #2e6990, #2e6990) repeat-x !important
}
.dt-button{
    color: white !important;
    background:#0b274f linear-gradient(0deg, #2e6990, #2e6990) repeat-x !important
}
.xdt-button-sm
{
    xfont-size: 0.8rem !important;
    color: white !important;
}

.dataTables_scrollBody
{
    border: 0px;
    border-left: 1px solid #f2f4f7 !important;
    border-right: 1px solid #f2f4f7 !important;
    border-bottom: 1px solid #f2f4f7 !important;
}

.dataTables_info
{
    margin-top:1px !important;
    font-size: 0.8rem !important;
}


.dt-button
{
    border-radius: 5px !important;
    border: 1px solid #dee2e6 !important;
    margin-right: 0px !important;
}

.dt-buttons { float:left !important;}



.idCol {min-width: 80px !important; max-width: 80px !important; width: 80px !important;}
.numCol {min-width: 80px !important; max-width: 80px !important; width: 80px !important;}
.smCol {min-width: 120px !important; max-width: 120px !important; width: 120px !important;}
.mdCol {min-width: 180px !important; max-width: 80px !important; width: 180px !important;}
.lgCol {min-width: 250px !important; max-width: 80px !important; width: 250px !important;}
.xlCol {min-width: 400px !important; max-width: 400px !important; width: 400px !important;}

.dataTables_scroll { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;}

.dt-down-arrow
{
    color: white !important;
}

#t_previous
{
    font-size: 0.8rem !important;
}

#t_next
{
    font-size: 0.8rem !important;
}

.paginate_button
{
    font-size: 0.8rem !important;
}

a.current
{

    font-size: 0.8rem !important;
    border-radius: 4px;
    color: white !important;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-height : thin;
    scrollbar-color: #a9a9a9 #f1f4f4;

}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;

}

*::-webkit-scrollbar-track {
    background: #f1f4f4;

}

*::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    border-radius: 4px;
    border: 0px solid #968d8d;

}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #2e6290;
    transition: width 0.6s ease;
}

.btn-primary
{

    background: #0b274f linear-gradient(0deg, #2e6290, #2e6290) repeat-x!important;
    color: #FFFFFF !important;
}

.btn-danger
{

    background: #7c2b2b linear-gradient(0deg, #942929, #BA0F30) repeat-x!important;
    color: #FFFFFF !important;
}

.btn-primary:hover
{
    background: #0b274f linear-gradient(0deg, #3a7766, #3a7766) repeat-x!important;
}

.btn-danger:hover
{

    background: #0b274f linear-gradient(0deg, #AA0000, #990000) repeat-x!important;
    color: #FFFFFF !important;
}

.tab-content
{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 12px;
}

.nav-tabs > .nav-item
{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.nav-tabs > .nav-item > .nav-link
{
    background-color: #eeeeee;
    min-width: 100px;
    color: #aaaaaa;
}


.nav-tabs > .nav-item > .active
{
    background-color: #ffffff;
    min-width: 100px;
    font-weight: bold;
    color: #2e6290;
}


.swal2-timer-progress-bar
{
    height: 0.25em;
    /*background: #8a4299;*/
    background: #3a7766aa;
}

li.dropdown-header { text-align: left !important;}
.opt {font-size: 0.85rem !important;}




.cropper-view-box
{
    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;

    outline: 1px solid #b5dfff;
    outline-color: #b5dfff;
}

.cropper-modal
{
    opacity: .70;
    background-color: #000;

    filter: alpha(opacity=70);
}

.cropper-point
{
    width: 12px;
    height: 12px;
    border-radius: 4px;
    border-color: #1d5dbd;
    border: 1px solid;
    opacity: 0.75;
    background-color: #FFFFFF;
}

.cropper-dashed
{
    position: absolute;
    display: none;
    opacity: 0;
    border: 0 dashed #eee;
    filter: alpha(opacity=0);
}

.logoHolder
{
    width: 100%;
    height: 253px;
    xdisplay: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
    border-radius: 4px
}

.logoHolder2
{
    width: 100%;
    height: 217px;
    xdisplay: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
    border-radius: 6px
}

#logoInfo
{
    cursor:pointer;
    font-size:1.25rem;
    xpadding-top:90px;
    top:0;
    bottom:0;
    width:100%;
    height:201px;
    left:0;
    right:0;
    position: relative;
    z-index: 10;
    text-align: center
}



#thumb
{
    width:100%;
    height: 212px;
    display: none
}


#btnDelCropper
{
    margin:0px;
    width: 100%;
}


.ethumb
{
    border-radius: 5px;
    border : 1px solid #999999;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(190,190,190,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(190,190,190,1);
    box-shadow: 0px 0px 10px 0px rgba(190,190,190,1);

}

.avatar
{
    margin: 10px;
    border-radius: 50%;
    border : 1px solid #333333;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);

}

.swal2-styled
{
    min-width: 100px !important;


}

.swal2-title
{
    padding: 0 !important;
}

.swal2-popup, .swal2-show, .swal2-toast
{


    -webkit-box-shadow: 0px 5px 10px 0px rgba(90,90,90,0.7) !important;
    -moz-box-shadow: 0px 5px 10px 0px rgba(90,90,90,0.7) !important;
    box-shadow: 0px 5px 10px 0px rgba(90,90,90,0.7) !important;
}


.dropdown-item
{
    color: #2e6290 !important;
    font-size: 0.85rem !important;
}

.breadcrumb-item .text-primary
{
    color: #2e6290 !important;
}


.nav-header
{
    color : #4b8fa6 !important;
    text-align: center !important;
    font-weight: bold;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after
{
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    border-radius: 50%;
    border: 6px solid #FFFFFF;
    border-color: #192542 transparent #3a7766 transparent;
    animation: lds-dual-ring 0.650s ease-in-out infinite ;
}

@keyframes lds-dual-ring
{
    0%
    {
        transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(360deg);
    }
}

td {
}

.toggle-on { padding-top:4px !important;}

.dataTables_processing {
    background: rgba(0, 0, 0, 0) !important;
    background-color: transparent !important;
}
