.login-page,
.register-page {
    background-color: #1e1e1e;
}

.login-logo{
    background-color: #fff;
}

.overlay-loading {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;
}

.overlay-loading i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}

.select2-container .select2-selection--single {
    height: initial !important;
}

.fc-day-grid-event,
.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
    cursor: pointer;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.infoDD {
    font-size: 20px;
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event,
.fc-time-grid-event.fc-short .fc-title {
    min-height: 20px !important;
    font-size: 17px !important;
}

#signature1 {
    /* border: 1px solid #ccc; */
}

.bt-assinatura {
    /* position: absolute;
    bottom: 18px;
    left: 50%;
    z-index: 9;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); */
    display: block;
    text-align: center;
}

.content-wrapper {
    height: 100% !important;
}

.btn-black {
    background: #333;
    border: #333 1px solid;
    color: #fff;
}

.btn-black:hover {
    color: #fff;
    background: #000;
}

.fc-bgevent {
    color: #fff;
    font-size: 22px;
    text-align: center;
    vertical-align: middle !important;
    padding: 0 30px !important;
    font-weight: bold;
    opacity: 0.8 !important;
}


/* Hide the checkboxes */

.inputArea {
    display: none;
}


/* Default styling for labels to make them look like buttons */

.inputArea+label {
    display: inline-block;
    border-radius: 3px;
    background-color: #7a7a7a;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    font-family: inherit;
    margin: 0.5rem;
    font-size: 18px;
    font-weight: normal !important;
}

.inputArea:checked+label {
    background-color: #1cb700 !important;
    color: #fff !important;
}

.impar {
    background-color: #373635 !important;
    color: #fff !important;
}

.valorFinal {
    background: #1cb700;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    color: #333 !important;
}

.small-box-footer {
    padding: 1rem 0;
}

.modal.modal-fullscreen .modal-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: none;
}

.modal.modal-fullscreen .modal-content {
    height: auto;
    height: 100vh;
    border-radius: 0;
    border: none;
}

.modal.modal-fullscreen .modal-body {
    overflow-y: auto;
}

button.close {
    background: #ff0000 !important;
    opacity: 1 !important;
    box-shadow: none !important;
    text-shadow: 0 1px 0 transparent !important;
    color: #fff !important;
    border-radius: 200px !important;
    padding: 1rem 1.3rem !important;
    margin: 0 3px 0 0 !important;
}

.fc-time-grid .fc-slats td {
    height: 3em !important;
}

.fc-time-grid-event .fc-time {
    display: inline-block !important;
    margin: 0 5px 0 0;
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    display: inline-block !important;
}

.toast-center-center {
    top: 12px !important;
    width: 100%;
    text-align: center;
}

#toast-container>div {
    opacity: 1 !important;
    display: inline-block;
}

.ui-datepicker {
    width: auto !important;
}

.ui-datepicker table {
    font-size: calc(1px + 0.590625vw) !important;
}

#datepicker {
    text-align: center !important;
}

.navmenu {
    font-size: 14px !important;
}

@media (max-width: 1500px) {
    .ui-datepicker table {
        font-size: calc(4.5px + 0.590625vw) !important;
    }
}

@media (max-width: 1199px) {
    .ui-datepicker table {
        font-size: calc(10px + 0.590625vw) !important;
    }
    #datapickerColum {
        max-height: 100% !important;
        margin-bottom: 10px !important;
    }
}

@media (min-width:992px) {
    .modal-lg,.modal-xl {
        max-width:800px;min-width:800px
    }
}

.profile-username {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 .5rem;
}

.text-muted {
    margin: 0 0 0.2rem;
    font-size: 16px;
    display: inline-block
}

.box {
    padding: 10px 15px 2px;
    border-radius: 5px;
}

.boxVendas {
    background: #28a745;
}

.boxSessoes {
    background: #007bff;
}

.box .title {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 0.2rem;
    color: #fff;
}

.box .total {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.btnCustomIndex {
    display: block;
    padding: 1rem;
    font-size: 28px;
    font-weight: bold;
}

.btn-group-toggle .active{
    background-color: #1a252f!important;
    border-color: #151e27!important;
}

.jSignature {
    min-height: 250px!important;
}