body {
    font-family: Roboto,sans-serif;
    font-size: .750rem;
}

.bg-primary {
    background-color: #0071b7 !important;
}

.btn {
    padding: .375rem .75rem;
    font-size: .850em;
}

.btn-primary {
    background-color: #0071b7 !important;
    border-color: #0071b7 !important;
    padding: .375rem .75rem;
    font-size: .850em;
}

.btn-info {
    background-color: #0071b7 !important;
    border-color: #0071b7 !important;
    padding: .375rem .75rem;
    font-size: .850em;
}

.btn-action {
    padding: .350rem .50rem !important;
}

/*.form-control {*/
/*    height: calc(1.0em + .75rem + 2px);*/
/*    font-size: .750rem;*/
/*}*/

.input-group-text {
    font-size: .750rem;
}

.custom-select {
    height: calc(1.2em + .75rem + 2px) !important;
    font-size: .750rem !important;
}

/*.select2-container--default .select2-selection--single .select2-selection__rendered {*/
/*    height: calc(1.2em + .75rem + 2px) !important;*/
/*}*/

.table td, .table th {
    padding: .5em !important;
    vertical-align: middle !important;
}

.fc-day-grid-container {
    height: 530px !important;
}

input[type=date] {
    -webkit-appearance: inherit;
}

.no-sort::before { display: none!important; }
.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

a.disabled {
    pointer-events: none;
    cursor: default;
}

.question_circle:hover {
    cursor: help;
}

@media (min-width: 1024px) {
    .fc-day-number {
        font-size: 1.5em;
    }
}

@media (max-width: 1023px) {
    .fc-event {
        font-size: 9px;
    }
}