.modal-loading{
	display: none;
	position: fixed;
	z-index: 9000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 0, 0, 0, .6);
	padding-top: 10%;
}
body{
    background-color: #F5F5F5;
    overflow-y: scroll;
}
body.loading-modal{
	overflow: hidden;
}

body.loading-modal .modal-loading{
	display: block;
}
.content-page{
    margin-left: 230px;
}
.navbar-custom{
    padding: 0 0 0 24px;
    left: 230px;
}
@media (max-width: 767.98px){
    .navbar-custom {
        left: 0 !important;
    }
}
.nav-user{
    background-color: #364A63;
}
.navbar-custom .topbar-right-menu .nav-link{
    color: #FFF;
}
.navbar-custom .topbar-right-menu li.show .nav-link{
    color: #000;
}
.dropdown-menu-animated.dropdown-menu-right{
    border-radius: 0;
}
.left-side-menu{
    background: #313a46;
    width: 230px;
}
.logo{
    width: 230px;
    padding: 0 30px;
}
.side-nav .side-nav-title{
    padding: 15px 0 5px 0;
    margin: 0 15px;
    border-bottom: 1px solid #8391a2;
}
.side-nav .side-nav-link{
    font-size: 13px;
    padding: 10px 15px;
}
.side-nav .side-nav-link i{
    font-size: 14px;
    margin: 0 5px 0 0;
}
.side-nav-forth-level li a, 
.side-nav-second-level li a, 
.side-nav-third-level li a{
    padding: 8px 15px 8px 45px;
}
.page-title-box {
    background: #364A63 !important;
    color: #FFF;
    margin: 10px 0;
    padding: 10px 25px;
}
.page-title-box .page-title {
    line-height: initial;
    color: #FFF;
    font-weight: 600;
}
.page-title-box .page-title-right {
    margin-top: 0;
}
.page-title-box .breadcrumb {
    padding: 0;
}
.page-title-box .breadcrumb li a {
    color: #FFF;
}
.footer{
    left: 230px;
    padding: 10px 24px 10px;
}

.small, small{
    font-size: .65rem;
}
/* ========================
    CARDS
======================== */
.card {
    border-left: 2px solid #313a46;
    border-radius: 0;
}
.card-body {
    padding: 1rem;
}
.card-header:first-child{
    border-radius: 0;
}
.button-float{
    position: absolute; 
    right: 0; 
    font-size: 20px;
}
.button-float .btn{
    padding-left: 0;
    padding-right: 10px;
    font-size: 1.4rem;
}
.button-float .btn-link:hover{
    color: #FFF;
}

.card-header{
    background: #005da3;
    color: #FFF;
    padding: 0 25px;
    border-radius: 0 !important;
    color: #000;
}
.card-header h4{
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
}
.card-header .btn{
    font-size: 25px;
    padding: 0;
    background-color: transparent;
    border: none;
    color: #FFF;
    margin-top: 2px;
}

.card-header .btn-custom{
    font-size: 10px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: 0.15rem;
    padding: 5px 10px;
    margin-right: 2px;
    margin-top: 4px
    /* background-color: initial; */
    /* padding: 0;
    background-color: transparent;
    border: none;
    color: #FFF;
    margin-top: 2px; */
}


.card-header span{
    margin-top: -4px;
}
.card-header span i,
.card-header span i a
{
    font-size: 20px;
    color: #FFF;
}
.card-header.gray{
    background-color: #f1f3fa;
}
.card-header.gray h4,
.card-header.gray i{
    color: #000;
}
.card-body{
    padding: 1rem;
}
.action-icon{
    color: #98a6ad;
    font-size: 20px;
}
.action-icon:hover{
    color: #535b5f;
}
.card.orcamento{
    min-height: 143px;
}
.card-header .dropdown-item{
    font-size: 13px;
    text-transform: initial;
    padding: 6px 24px 6px 16px;
}
.card-header span .dropdown-item i{
    color: #6c757d;
    margin-right: 6px;
    font-size: 13px;
}

.overflow{
    overflow-y: scroll
}
.max-height-300{
    max-height: 300px;
    overflow-y: scroll
}


/* ========================
    END CARDS
======================== */

/* ========================
    BUTTONS
======================== */
.btn{
    text-transform: uppercase;
    font-size: .8rem;
}
.btn-primary{
    background-color: #344856;
    border-color: #344856;
}
.btn-primary.disabled, 
.btn-primary:disabled{
    background-color: #344856;
    border-color: #344856;
}
.btn-primary.focus, 
.btn-primary:focus,
.btn-dark.focus, 
.btn-dark:focus,
.btn.focus, 
.btn:focus{
    box-shadow: none;
}
.btn-secondary {
    background-color: #C3C3C3;
    border-color: #C3C3C3;
}
.btn-danger,
.bg-danger {
    color: #fff;
    background-color: #ED0E0E !important;
    border-color: #ED0E0E !important;
}

.btn-inline{
    margin-top: 33px;
}
.badge{
    font-size: 12px;
    font-weight: 400;
}
a.badge{
    text-decoration: none !important;
}
a.badge:hover{
    color: initial !important;
}
/* ========================
    END BUTTONS
======================== */

/* ========================
    FORMS
======================== */
.col-form-label,
.custom-control-label{
    font-size: .7rem;
    cursor: pointer;
}
.form-control{
    border: 1px solid #344856;
    border-radius: 0;
    font-size: .8rem;
    padding: .45rem 0.4rem;
}
.form-control:disabled, 
.form-control[readonly]{
    border-color: #dee2e6;
    color: #303437;
}
.select2-container .select2-selection--single{
    border: 1px solid #344856;
    border-radius: 0;
    font-size: .8rem;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover,
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #344856;
    color: #FFF;
}

.select2-results__option{
    font-size: 13px;
}
.custom-control-label::before,
.custom-control-label::after{
    top: 0;
}
.input-group-text{
    border: 1px solid #344856;
    border-left: none;
}

.form-control.is-valid, 
.was-validated .form-control:valid{
    border-color: initial;
    background-image: none;
}
.custom-radio .is-invalid{
    display: none !important;
}
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection{
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.select2-container .select2-selection--multiple{
    border: 1px solid #344856 !important;
    border-radius: 0;
}
.select2-container .select2-search--inline .select2-search__field{
    font-size: .8rem;
}

select.is-invalid ~ .select2-container .select2-selection,
form.was-validated select:invalid ~ .select2-container .select2-selection{
    border-color: #dc3545 !important; 
}
.custom-control-input.is-valid~.custom-control-label, 
.was-validated .custom-control-input:valid~.custom-control-label{
    color: initial;
}
.position-relative .help-block{
    position: absolute;
    bottom: 10px;
}
/* ========================
    END FORMS
======================== */

/* ========================
    MODAl
======================== */
.modal-header{
	background: #313a46;
	color: #FFF;
    border-radius: 0;
    padding: 10px;
}
.modal-body{
	font-size: 12px;
}
/* ========================
    END MODAl
======================== */

/* ========================
    TABLE
======================== */
table tr td {
    color: #000;
}
table .text-white td,
table .text-white td a{
    color: #FFF !important;
}
table tr td .new-customer,
table tr td .new-customer a{
    color: #ED0E0E
}
.table a{
    color: #000;
    text-decoration: underline;
}
.table a:hover{
    color: #0360e2;
}
.table-sm th,
.table-sm td{
    font-size: .8rem;
    padding: .3rem;
}
tr.text-blocked td {
    color: #C3C3C3!important;
    background-color: #f8f8f8;
}
.tr-checked,
.tr-checked td{
    color: #FFF;
    background-color: #344856;
}
tr{
    cursor: pointer;
    line-height: 26px;
}
tr.text-success td,
tr.text-success td a {
    color: #0acf97!important;
    background-color: #f8f8f8;
    font-weight: 500;
}
tr.text-danger td,
tr.text-danger td a {
    color: #fa5c7c!important;
    font-weight: 600;
}
/* ========================
    END TABLE
======================== */

/* ========================
    TOAST
======================== */
.toast{
    max-width: 80%;
}
.toast-message ul{
    margin-bottom: 0 !important;
}
/* ========================
    END TOAST
======================== */


.mt-30{
    margin-top: 30px !important;
}


/* ========================
    PROFILE
======================== */
.profile-user-box{
    background: #364A63 !important;
    color: #FFF;
    margin: 10px 0;
    padding: 10px 5px;
}
.profile-user-box .card-body{
    padding: 0 10px;
}
.profile-user-box .btn{
    font-size: 20px;
    padding: 2px 5px;
}
.profile-user-box .btn-light{
    box-shadow: none;
}
@media (max-width: 1500px) and (min-width: 1200px){
    .widget-flat i.widget-icon {
        display: block;
    }
}
/* ========================
    END PROFILE
======================== */

/* ========================
    NAV PILLS
======================== */
.bg-nav-pills{
    background-color: #364A63 !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #a2238d;
}
/* ========================
    END NAV PILLS
======================== */

/* ========================
    LOGIN
======================== */
.auth-brand{
    position: initial;
}
.auth-fluid{
    background: url(../img/foto-login-manager.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* ========================
    END LOGIN
======================== */

/* ========================
    TREE VIEW
======================== */
.tree ul{
    list-style: none;
    padding-left: 10px;
}
.tree ul > li > ul{
    list-style: none;
    padding-left: 20px;
}
.tree li input{
    margin-right: 10px;
    margin-bottom: 15px;
}

/* ========================
    END TREE VIEW
======================== */

/* select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection{
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.select2-container .select2-selection--multiple{
    border: 1px solid #344856 !important;
    border-radius: 0;
}
.select2-container .select2-search--inline .select2-search__field{
    font-size: .8rem;
} */

/* ========================
    ck-editor
======================== */

.ck-editor__editable {
    min-height: 350px;
    max-height: 650px;
}
.small-height .ck-editor__editable {
    min-height: 200px;
    max-height: 350px;
}
.ck-editor__editable p{
    margin: 0;
}

/* ========================
    END ck-editor
======================== */

/* ========================
    FONT SIZE
======================== */

.fsize-10{
    font-size: 10px;
}
.fsize-11{
    font-size: 11px;
}
.fsize-12{
    font-size: 12px;
}
.fsize-14{
    font-size: 14px;
}
.fsize-15{
    font-size: 15px;
}
.fsize-20{
    font-size: 20px;
}
.color-transparent{
    color: transparent !important;
}
/* ========================
    END FONT SIZE
======================== */

/* ========================
    TAGS INPUT
======================== */
.bootstrap-tagsinput{
    width: 100%;
    border: 1px solid #344856;
    border-radius: 0;
    font-size: .8rem;
    padding: .45rem 0.4rem;
}
/* ========================
    END TAGS INPUT
======================== */
#map{
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}
#searchInput {
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 50%;
}

/* ========================
    ACCORDION
======================== */
/* .custom-accordion-title,
.custom-accordion-title:hover{
    color: #FFF;
} */
.custom-accordion .accordion-arrow{
    top: 4px;
}




/* ========================
    UPLOAD IMAGE BUTTON
======================== */
.table-action .form-avatar{
    position: absolute;
    top: 9px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.upload-simple-image {
    border: none;
    background: none;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}


.datepicker > div.datepicker-days{
    display: initial !important;
}

/* ========================
    EMD UPLOAD IMAGE BUTTON
======================== */

/* ========================
    KANBAN
======================== */
.kanban {
    display: flex;
    gap: 14px;
    /* padding: 24px; */
    width: 100%;
    height: 90vh;
    overflow-x: auto;
}

.kanban-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    overflow-y: auto;
    background-color: #f6f8fc;
    /* border-radius: 12px; */
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 12px;
    overflow: hidden;
    position: relative;
    min-width: 250px;
    flex: 1
}

.kanban-column::after {
    position: absolute;
    content: '';
    height: 5px;
    width: 100%;
    top: 0;
    left: 0;
}

.kanban-title {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.kanban-title h2 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.add-card {
    color: #4b5563;
    font-size: 20px;
    background-color: transparent;
    cursor: pointer;
    border: none;
}

.kanban-cards {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.kanban-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: #ffffff;
    padding: 10px;
    cursor: pointer;
    border-left: 2px solid #313a46;
}

.badge {
    /* color: #ffffff; */
    width: fit-content;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 12px;
}

.card-infos {
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #c0c2cd;
    padding-top: 10px;
}

.card-icons {
    display: flex;
    gap: 18px;
}

.card-icons i {
    color: #a8a8aa;
}

.user img {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    object-fit: cover;
}

.dragging {
    opacity: 0.5;
}

.cards-hover {
    background-color: #eaeffa;
    border-radius: 8px;
}

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background-color: #eaeffa;
    border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
    background-color: #b7d3fb;
    border-radius: 20px;
}

.kanban-card .card-title{
    margin: 0 0 0.25rem;
    font-size: 13px;
    font-weight: 700;
}


/* ========================
    END KANBAN
======================== */