/*.cursor-pointer {*/
/*cursor: pointer;*/
/*}*/

.fc-content {
    white-space: normal !important;
    /*background-color: #fff;*/
}

.fc-sat {
    background-color: #ffebeb;
}

.fc-sun {
    background-color: #ffebeb;
}

.fc-day-number {
    font-weight: bold;
    font-size: 16px;
}

.p-v-xs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.panel-heading {
    text-transform: uppercase;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {

    vertical-align: top !important;
}

body {
    background-color: #fff;
}

.navbar-brand {
    padding: 0;
}
.navbar-brand>img {
    height: auto;
}
table, tr, td, th, tbody, thead, tfoot {
    page-break-inside: avoid !important;
}

table {
    font-size: small !important;
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 9999;
    text-align: center;
    line-height: 30px;
    background-color: #c2185b;
    color: #FFF;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: .9;
    padding: 1rem;
}

.swal2-overlay {
    z-index: 99998 !important;
}

.swal2-modal {
    z-index: 99999 !important;
}
label {
    background-color: #f5f5f5 !important;
    font-weight: bold !important;
    padding: 8px !important;
}
.checkbox > label {
    background-color: initial !important;
    font-weight: initial !important;
    padding: initial !important;

}
.m-0{margin:0!important}
.p-0{padding:0!important}


@media print {
   html {
       background-color: #fff!important;
   }
   body {
       background-color: #fff!important;
   }
   .content {
       background-color: #fff!important;
   }
   .content-wrapper {
       background-color: #fff!important;
   }
   .page-content {
       background-color: #fff!important;
   }
   .page-container {
       background-color: #fff!important;
   }
}