body.swal2-height-auto{height:100% !important;}
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .content-body {margin-left: 0;}
.header .header-content{padding-left: 0;}
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header {width: 10rem;}
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .header {padding-left: calc(10rem + 1rem);}
.modal-backdrop{z-index:1000 !important;}
.card{height:auto;}
.custom-checkbox *{cursor:pointer;}
.card-title{text-transform:inherit;}
.fc-daygrid-body, .fc-scrollgrid-sync-table, .fc-col-header{width:100% !important;}
.fc-event{cursor:pointer;}
.form-control,.form-control:hover, .form-control:focus, .form-control.active{color:#000;}

@media print{
    .btn,.card-header {
        display: none;
    }
    .card-text, .header{
        display: block;
    }
}

.authincation {
    /*background-image: url('../img/login-bg.jpg');*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.badge-pinterest {
    background: #bd081c;
    border-color: #bd081c;
    color: #FFFFFF;
}

div#main-wrapper > div.header {
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0;
}

.brand-logo > img {
    max-height: 90%;
    max-width: 100%;
    width: auto;
    padding-left: 1rem;
}