@import url("../../assets/styles/jquery-ui.css");
@import url("../../assets/styles/font-awesome.min.css");
@import url("../../assets/styles/fullcalendar.css");
@import url("../../assets/styles/bootstrap.min.css");
@import url("../../assets/styles/ca-plugins/template.css");
@import url("../../assets/styles/ca-plugins/smartadmin-skins.min.css");
@import url("../../assets/styles/ca-plugins/smartadmin-production.min.css");
@import url("../../assets/styles/ca-plugins/smartadmin-production-plugins.min.css");
@import url("../../assets/styles/ca-plugins/augmented.css");
@import url("../../assets/styles/calendar.css");

@font-face {
    font-family: "Akkurat-Mono";
    src: local("Akkurat-Mono"), url("../../assets/fonts/Akkuratmono.otf") format('opentype');
}

@font-face {
    font-family: "Helvetica-Neue";
    src: local("Helvetica-Neue"), url("../../assets/fonts/HelveticaNeue/Helvetica-Neue.ttf") format('truetype');
}

@font-face {
    font-family: "Helvetica-Neue-Light";
    src: local("Helvetica-Neue-Light"),
        url("../../assets/fonts/HelveticaNeue/helveticaneue-light.otf") format('opentype');
}

@font-face {
    font-family: "HelveticaNeue-Bold";
    src: local("HelveticaNeue-Bold"),
        url("../../assets/fonts/HelveticaNeue/HelveticaNeue-Bold.otf") format('opentype');
}

@font-face {
    font-family: "Proxima Nova";
    src: local("Proxima Nova"),
        url("../../assets/fonts/Proxima Nova.otf") format('opentype');
}

@font-face {
    font-family: "ProximaNova-Regular";
    src: local("ProximaNova-Regular"),
        url("../../assets/fonts/ProximaNova-Regular.ttf") format('truetype');
}

html {
    background: none !important;
}

body {
    font-family: "Akkurat-Mono", "Helvetica-Neue", "ProximaNova-Regular" !important;
    padding: 0 !important;
    height: 100vh;
    background: url("../../assets/images/background.svg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.scheduler-page .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.scheduler-page .row>* {
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    flex-direction: column;
}

.scheduler-page .row.header>* {
    display: block;
}

.div-header {
    padding: 15px;
    padding-top: 25px;
}

.nav-logo {
    /* padding-top: 12px; */
    padding-left: 10px;
}

.container-fluid {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.col-3-custom {
    flex: 0 0 auto;
    width: 18%;
}

.col-9-custom {
    flex: 0 0 auto;
    width: 82%;
}

#gantt-chart {
    height: 308px;
    position: relative;
    top: auto;
    left: auto;
}

.row-custom {
    display: flex !important;
    flex-wrap: wrap;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 0.75rem !important;
}

.pb-4 {
    padding-top: 1rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 0.75rem !important;
}

.pt-4 {
    padding-top: 1rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 0.75rem !important;
}

.mb-4 {
    margin-top: 1rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 0.75rem !important;
}

.mt-4 {
    margin-top: 1rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pl-3 {
    padding-left: 0.75rem !important;
}

.pl-4 {
    padding-left: 1rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pr-3 {
    padding-right: 0.75rem !important;
}

.pr-4 {
    padding-right: 1rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 0.75rem !important;
}

.ml-4 {
    margin-left: 1rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 0.75rem !important;
}

.mr-4 {
    margin-right: 1rem !important;
}

/* application-mode */
.application-mode {
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 5px rgb(255 255 255 / 100%);
}

.application-mode-title {
    background: linear-gradient(rgba(17, 96, 134, 0.71), rgba(30, 134, 185, 0.91));
    border-bottom: 1px solid #FFFFFF;
    box-shadow: 0 0 4px rgb(255 255 255 / 100%);
    font-size: 16px;
    height: 40px;
    color: white;
    justify-content: center;
    align-items: center;
    display: flex;
    line-height: 12px;
    padding-top: 2px;
}

.application-mode .application-site,
.application-mode .application-bess {
    border-bottom: 1px solid #FFFFFF;
    box-shadow: 0 0 6px rgb(255 255 255 / 100%);
    padding: 18px;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    height: 30px;
    align-items: center;
    display: flex;
}

.application-mode .application-bess {
    border-top: 1px solid #FFFFFF;
    box-shadow: 0 0 6px rgb(255 255 255 / 100%);
}

.application-mode .application-site span,
.application-mode .application-bess span {
    margin-top: 4px;
}

.site-control {
    margin-top: 2px;
}

.mode-item {
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
}

.mode-item .mode {
    width: 56px;
    height: 55px;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1003;
}

.mb-20 {
    margin-bottom: 20px;
}

.app-mode-padding {
    padding: 1.6rem 1rem 1.6rem 1rem;
}

.mode-item .mode:hover {
    box-shadow: none;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.8));
}

.fake-application-mode {
    width: 56px;
    height: 55px;
}

.mode-DBF {
    background-image: url("../images/icons/icon_DBF.svg");
}

.mode-PDR {
    background-image: url("../images/icons/icon_DR_group.png");
    width: 65px !important;
    height: 59px !important;
    margin-top: -5px;
    margin-left: 5px;
}

.mode-GSFR {
    background-image: url("../images/icons/icon_GSFR.svg");
}

.mode-SBF {
    background-image: url("../images/icons/icon_SBF.svg");
    width: 65px !important;
    height: 59px !important;
    margin-top: -5px;
    margin-left: 5px;
}

.mode-RB {
    background-image: url("../images/icons/icon_RB.svg");
}

.mode-SGVV {
    background-image: url("../images/icons/icon_GSVV.svg");
}

.mode-DRB {
    background-image: url("../images/icons/icon_DRB.svg");
    width: 65px !important;
    height: 59px !important;
    margin-top: -5px;
    margin-left: 5px;
}

.mode-BESS-CHARGE {
    background-image: url("../images/icons/icon_battery_charge.svg");
}

.mode-BESS-DISCHARGE {
    background-image: url("../images/icons/icon_battery_discharge.svg");
}

.mode-DR {
    background-image: url("../images/icons/icon_DR_charge.svg");
}

.mode-OL {
    background-image: url("../images/icons/icon_oplim.svg");
}

.bg-mode-DBF {
    background-color: #0A9CA8;
}

.bg-mode-SBF {
    background-color: #7A94C3;
}

.bg-mode-RB {
    background-color: #ead114;
}

.bg-mode-PDR {
    background-color: #003196;
}

.bg-mode-SDR {
    background-color: #C00000;
}

.bg-mode-DRB {
    background-color: #E1915F;
}

.bg-mode-PDR-gantt {
    border: 1px dashed #FFFFFF !important;
    height: 100%;
    top: 0px !important;
}

.bg-mode-DDR {
    background-color: #800000;
}

.bg-mode-item-DR-gantt {
    z-index: 102 !important;
}

.bg-mode-group-DR {
    background-image: url("../images/icons/bg-title-mode-DR-group.svg");
}

.bg-mode-GS-FR {
    background-color: #6616CC;
}

.bg-mode-GS-VV {
    background-color: #6666FF;
}

.bg-mode-BESS-CHARGE {
    background-color: #00B050;
}

.bg-mode-BESS-DISCHARGE {
    background-color: #FF9900;
}

.bg-mode-DR {
    background-color: #FD3398;
}

.bg-mode-OL {
    background-color: #3F3F3F;
}

.d-none {
    display: none;
}

[draggable=true] {
    cursor: move;
}

.job.schedule-no-overlap {
    height: 100%;
}

.job.schedule-2-overlap {
    height: 50%;
}

.job.schedule-3-overlap {
    height: 33.33333%;
}

.job.schedule-no-overlap,
.job.schedule-2-overlap.overlap-lever-1,
.job.schedule-3-overlap.overlap-lever-1 {
    top: 0px !important;
}

.job.schedule-2-overlap.overlap-lever-2 {
    top: 50% !important;
}

.job.schedule-3-overlap.overlap-lever-2 {
    top: 33.33333% !important;
}

.job.schedule-3-overlap.overlap-lever-3 {
    top: 66.666666% !important;
    height: 33.33333% - 1px;
}

.bg-mode-item-DR-gantt {
    margin-top: 1px;
}

.bg-mode-item-DR-gantt.items {
    margin-left: 1px;
}

.fc-multiColAgendaWeek-view .fc-event.schedule-no-overlap {
    margin-right: 0 !important;
    width: 100%;
    left: -1px !important;
}

.fc-multiColAgendaWeek-view .fc-event.schedule-2-overlap.overlap-lever-1 {
    left: 0 !important;
    width: 50%;
    left: -1px !important;
}

.fc-multiColAgendaWeek-view .fc-event.schedule-2-overlap.overlap-lever-2 {
    width: 50%;
    left: 50% !important;
}

.fc-multiColAgendaWeek-view .fc-event.schedule-3-overlap.overlap-lever-1 {
    left: 0 !important;
    width: 33%;
    left: -1px !important;
}

.fc-multiColAgendaWeek-view .fc-event.schedule-3-overlap.overlap-lever-2 {
    width: 33%;
    left: 33% !important;
}

.fc-multiColAgendaWeek-view .fc-event.schedule-3-overlap.overlap-lever-3 {
    width: 33%;
    left: 66% !important;
}

.fc-multiColAgendaWeek-view .bg-mode-item-DR-gantt.fc-event.schedule-3-overlap.overlap-lever-1 {
    left: 0 !important;
    width: calc(33% - 2px);
    left: 0px !important;
}

.fc-multiColAgendaWeek-view .fc-event.schedule-3-overlap.overlap-lever-2 {
    width: calc(33% - 1px);
    left: calc(33% - 1px) !important;
}

.fc-multiColAgendaWeek-view .bg-mode-item-DR-gantt.fc-event.schedule-3-overlap.overlap-lever-3 {
    width: calc(33% - 2px);
    left: calc(66% - 1px) !important;
}

.alert-scheduler {
    position: absolute;
    z-index: 10003;
    font-size: 18px;
    font-family: "Proxima Nova" !important;
    border-left-width: 0;
    border-right-width: 5px;
    top: 15px;
    right: 0;
    border-radius: 5px;
}

.alert-scheduler button span {
    font-size: 25px;
}

.alert-title {
    font-size: 16px;
    font-weight: bold;
}

.alert-message {
    font-size: 14px;
}

.invalid-data {
    color: #FF0000;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
}

/* area line chart */
#line-chart {
    padding: 1rem;
    padding-top: 0px !important;
    margin-top: -15px;
}

#chart-container {
    position: relative;
    height: auto;
    overflow: hidden;
    color: white;
}

#chart-container div {
    height: auto !important;
}

.icon {
    float: right;
    margin-right: 6px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    color: red;
}

.datetimepicker-control,
.timepicker-control {
    position: relative;
    cursor: pointer;
}

.datetimepicker-control .form-control-icon,
.timepicker-control .form-control-icon {
    position: absolute;
    z-index: 2;
    display: block;
    text-align: center;
    cursor: pointer;
    right: 8px;
    top: 5px;
    font-size: 16px;
}

.datetimepicker-control .form-control-icon.calendar {
    width: 21px;
    height: 21px;
    background-image: url("../../assets/images/icons/icon_calendar.svg");
}

.timepicker-control .form-control-icon.calendar {
    width: 18px;
    height: 18px;
    background-image: url("../../assets/images/icons/clock.svg");
}

.col-select-datapoint {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.col-select-branch {
    flex: 0 0 auto;
    width: 34%;
    padding-left: 0px;
    padding-right: 12px;
}

.scheduler-page .select2-container {
    width: auto !important;
}

.col-select-branch .select2-container {
    width: 100% !important;
}

.scheduler-page .form-control {
    font-size: 16px;
    font-family: "ProximaNova-Regular" !important;
}

.scheduler-page .select-datapoint-multiple+span .select2-selection--multiple,
.scheduler-page .select-branch-single+span .select2-selection--single {
    border: 1px solid white !important;
    height: 50px !important;
    min-height: auto;
    color: white;
    font-family: "ProximaNova-Regular" !important;
    white-space: nowrap;
    overflow-y: auto;
    text-overflow: clip;
    display: list-item;
}

.scheduler-page .select2-results {
    background-color: #03080F;
    color: white;
    font-size: 16px;
    margin: 0 !important;
    max-height: none !important;
    border-radius: 4px !important;
    width: calc(100% + 30px);
}

.scheduler-page #select2-select_branch-results .select2-results__option--selectable {
    font-size: 16px;
}

.scheduler-page #select_branch+span .select2-selection__rendered {
    font-size: 16px;
    color: white !important;
    vertical-align: middle;
    display: flex !important;
    align-items: center;
    height: 100%;
    padding-left: 15px !important;
}


.scheduler-page #select2-select_branch-results .select2-results__option--selected {
    background-color: #03080F;
}

.scheduler-page #select2-select_branch-results .select2-results__option--highlighted {
    background-color: #17647E !important;
}

.scheduler-page .select2-results__group {
    background-color: #16637D;
    font-size: 18px;
    font-family: "ProximaNova-Regular" !important;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 1em;
    margin-bottom: 8px;
}

.scheduler-page .select2-search.select2-search--dropdown {
    display: none;
}

.scheduler-page .select2-dropdown.select2-dropdown--below {
    padding: 0;
    border: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.scheduler-page #select2-select_datapoint-results .select2-results__option--selectable {
    background-color: #03080F;
    color: #686B6F;
    padding-top: 0px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    font-family: 'ProximaNova-Regular' !important;
    font-size: 16px;
}

.scheduler-page #select2-select_datapoint-results .select2-results__option--highlighted {
    background-color: #03080F;
    color: white;
}

.scheduler-page .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    height: 37px;
    padding-left: 0px;
    padding: 8px;
    margin-left: 10px
}

.scheduler-page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 1.5em !important;
    border-right: none;
    left: auto;
    right: 0;
    padding: 0px 6px;
    margin-top: 6px;
}

.scheduler-page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.scheduler-page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: transparent;
    color: #CCC8C8;
}

.scheduler-page .select2-selection__choice__display {
    font-size: 16px;
    padding-left: 5px !important;
    padding-right: 30px !important;
    display: flex;
    margin-top: -2px;
}

.scheduler-page .select2-selection__choice__display .row {
    align-items: center;
}

.scheduler-page .select2-selection__choice__remove:before {
    content: "";
    display: none;
}

.scheduler-page .select2-container--default .select2-results>.select2-results__options {
    max-height: 400px;
}

.scheduler-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 4px;
    border-left: 1px solid white;
    height: 100%;
}

.scheduler-page .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #FFF transparent;
    border-width: 0 8px 8px 8px;
    top: 42%;
    margin-top: 0;
    margin-left: -7px;
}

.scheduler-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 8px 0 8px;
    border-color: #FFF transparent transparent transparent;
    top: 42%;
    margin-top: 0;
    margin-left: -7px;
}

.scheduler-page .col-select-datapoint .select2.select2-container.select2-container--default {
    width: calc(100% - 30px) !important;
    flex: 98%;
    max-width: calc(100% - 30px) !important;
}

.scheduler-page .select2-selection.select2-selection--multiple {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background: transparent !important;
}

.scheduler-page .select-datapoint-arrow {
    width: 30px !important;
    flex: 2%;
    max-width: 30px !important;
    ;
    padding-left: 6px;
    padding-right: 3px;
    border: 1px solid white;
    border-left: none !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    align-items: center;
    display: flex;
    cursor: pointer;
    max-height: 50px;
    height: 50px;
}

.scheduler-page .select-datapoint-arrow.up::after {
    content: "";
    border-style: solid;
    border-color: transparent transparent #FFF transparent;
    border-width: 0 8px 8px 8px;
}

.scheduler-page .select-datapoint-arrow.down::after {
    content: "";
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #FFF transparent transparent transparent;
}

.scheduler-page .col-select-datapoint {
    padding-right: 20px;
    padding-left: 20px;
}

.option-select-active {
    color: #61BFEB;
}

.col-select-datapoint .select2-container--default+div.select-datapoint-arrow::after {
    content: "";
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #FFF transparent transparent transparent;
}

.col-select-datapoint .select2-container--open+div.select-datapoint-arrow::after {
    content: "";
    border-style: solid;
    border-color: transparent transparent #FFF transparent;
    border-width: 0 8px 8px 8px;
}

.scheduler-page .modal-title {
    font-family: "ProximaNova-Regular" !important;
    font-size: 16px;
}

.tooltip-event,
.modal_edit_job {
    position: absolute;
    z-index: 10001;
    width: 212px;
    height: auto;
    min-height: 110px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    color: white;
}

.modal_edit_job .modal-header,
.tooltip-event-header {
    height: 38px;
    align-items: center;
    vertical-align: middle;
    display: flex;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-family: "ProximaNova-Regular" !important;
    font-size: 16px;
}

.tooltip-event-header.bg-mode-DRB {
    height: auto;
}

.modal_edit_job .modal-body,
.tooltip-event-content {
    padding: 10px;
    min-height: 80px;
    font-family: "ProximaNova-Regular" !important;
    font-size: 16px;
}

.area-line-chart-tooltip {
    position: absolute;
    width: auto;
    height: auto;
    min-height: 110px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    color: white;
}

.area-line-chart-tooltip-header {
    height: 38px;
    align-items: center;
    display: flex;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-family: "ProximaNova-Regular" !important;
    font-size: 18px;
    padding-left: 10px;
    background-color: #1C7B9A;
}

.area-line-chart-tooltip-content {
    font-size: 14px;
    padding: 10px;
}

.area-line-chart-tooltip-square {
    width: 18px;
    height: 18px;
    border: 1px solid white;
    margin-right: 10px;
}

.modal_edit_job {
    width: 324px;
    height: auto;
    font-family: "ProximaNova-Regular" !important;
    padding-right: 0 !important;
    height: fit-content;
}

.modal_edit_job .modal-dialog {
    margin: auto;
    width: auto !important;
}

.modal_edit_job .modal-content {
    min-height: 110px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    color: white;
}

.modal_edit_job .modal-header {
    border-bottom: none;
    justify-content: flex-start;
}

.modal_edit_job .modal-footer {
    border-top: none;
}

.modal-confirm-delete {
    width: auto;
    max-width: 324px;
}

.modal-footer {
    padding: 0.5rem;
}

.align-end {
    align-items: end;
    flex-direction: inherit !important;
    justify-content: end !important;
}

.ml-10px {
    margin-left: 10px
}

.btn {
    font-family: "ProximaNova-Regular";
    border-radius: 5px;
}

.btn-cancel-job {
    background: linear-gradient(#C4C4C4, #272727);
    font-size: 16px;
    border: 1px solid #888888 !important;
}

.btn-cancel-job:hover,
.btn-cancel-job:active,
.btn-cancel-job:focus {
    background: linear-gradient(#ACA8A8, #101010);
    color: white;
}

.btn-save-job {
    background: linear-gradient(#00E0F7, #003E45);
    font-size: 16px;
    border: 1px solid #00A7FF !important;
}

.btn-save-job:hover,
.btn-save-job:focus,
.btn-save-job:active {
    background: linear-gradient(#07C4D8, #04282C);
}

.btn-delete-job {
    background: linear-gradient(#F5A5A5, #AA0404);
    font-size: 16px;
    border: 1px solid #a40303 !important;
}

.btn-delete-job:hover,
.btn-delete-job:focus,
.btn-delete-job:active {
    background: linear-gradient(#FAA0A0, #910606);
}

.col-item-edit-label {
    flex: 0 0 auto;
    width: 29.5%;
    padding-right: 0 !important;
    display: flex !important;
    font-size: 16px;
    padding-top: 5px;
    padding-left: 14px !important;
}

.col-item-edit-value {
    flex: 0 0 auto;
    width: 70.5%;
    display: flex !important;
    justify-content: center;
    padding-left: 5px !important;
    padding-right: 14px !important;
}

.datetimepicker-control span,
.timepicker-control span {
    color: #A5A4BF;
}

.control-unit-kW,
.control-unit-percent,
.control-unit-kW:focus,
.control-unit-percent:focus,
.input-datetimepicker,
.input-datetimepicker:focus,
.input-time,
.input-time:focus {
    border: 1px solid #B0BEC6;
    background: #002857;
    color: white;
    padding-right: 30px;
    border-radius: 3px !important;
    padding-left: 8px;
}

.input-time,
.input-time:focus {
    padding-right: 0 !important;
}

.daterangepicker {
    z-index: 10003;
}

.show-calendar {
    background: rgb(25, 71, 134, 0.8);
    color: white;
    font-family: "ProximaNova-Regular" !important;
    border: 1ps solid #B7BCD6;
}

.show-calendar .calendar-table {
    background: linear-gradient(#1E5EB9, #08272B);
}

.show-calendar .calendar-table .table-condensed thead {
    color: #C7EDF9;
}

.show-calendar .calendar-table .table-condensed .month {
    font-size: 16px;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    font-size: 14px;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    font-size: 14px;
}

.daterangepicker .drp-buttons .btn {
    font-size: 12px;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: transparent;
}

.show-calendar .calendar-table .table-condensed .prev span,
.show-calendar .calendar-table .table-condensed .next span {
    border: solid #C7EDF9;
    border-width: 0 2px 2px 0;
}

.show-calendar .calendar-table .table-condensed .prev,
.show-calendar .calendar-table .table-condensed .next {
    background: none;
}

.show-calendar .calendar-table .table-condensed .prev:hover,
.show-calendar .calendar-table .table-condensed .prev:active,
.show-calendar .calendar-table .table-condensed .prev:focus,
.show-calendar .calendar-table .table-condensed .next:hover,
.show-calendar .calendar-table .table-condensed .next:focus,
.show-calendar .calendar-table .table-condensed .next:active {
    background: none;
}

.show-calendar .calendar-table .table-condensed .prev span:hover,
.show-calendar .calendar-table .table-condensed .prev span:focus,
.show-calendar .calendar-table .table-condensed .prev span:active,
.show-calendar .calendar-table .table-condensed .next span:hover,
.show-calendar .calendar-table .table-condensed .next span:active,
.show-calendar .calendar-table .table-condensed .next span:focus {
    border: solid #0A9CA8;
    border-width: 0 2px 2px 0;
}

.calendar-table .table-condensed tbody td:hover {
    background: rgb(10, 156, 168, 0.8);
    color: white;
}

.daterangepicker .drp-calendar.left {
    padding: 8px;
}

.daterangepicker .drp-buttons {
    border-top: none;
    padding-top: 0;
}

.daterangepicker .calendar-time {
    text-align: left;
    position: absolute;
    margin: 6px auto 0 auto;
}

.drp-buttons .cancelBtn {
    background: linear-gradient(#C4C4C4, #272727);
    font-size: 14px;
    color: white;
}

.drp-buttons .cancelBtn:hover,
.drp-buttons .cancelBtn:focus,
.drp-buttons .cancelBtn:active {
    background: linear-gradient(#ACA8A8, #101010);
}

.drp-buttons .applyBtn {
    background: linear-gradient(#00E0F7, #003E45);
    font-size: 14px;
}

.drp-buttons .applyBtn:hover,
.drp-buttons .applyBtn:focus,
.drp-buttons .applyBtn:active {
    background: linear-gradient(#07C4D8, #04282C);
}

.calendar-time .hourselect,
.calendar-time .minuteselect {
    background: linear-gradient(#116086, #1E86B9) !important;
    color: #61BFEB !important;
    border-radius: 4px;
}

.hourselect option,
.minuteselect option {
    color: #04282C !important;
}

.square-point-group {
    width: 25px;
    height: 25px;
    border: 1px solid white;
    margin-left: 5px;
    margin-right: 7px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: rgb(184, 179, 179);
    z-index: 10003;
    text-align: center;
}

#loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 100;
    color: white;
}

#loading.hide {
    display: none;
}

body.modal-open {
    overflow-y: auto !important;
}

.col-application-mode,
.col-datepicker-scheduler {
    width: 100%;
}

@media only screen and (min-width: 1921px) {
    .ui-datepicker-calendar tbody tr td a {
        max-height: none;
        max-width: none;
        height: 60px;
        font-size: 18px;
    }
}

@media only screen and (width: 1920px) and (max-height: 1079px) and (min-height: 900px) {
    .fce-cols-day-header {
        height: 40px;
    }
}

@media only screen and (min-height: 1199px) {
    .fc-time-grid .fc-slats td {
        font-size: 17.5px;
    }

    .fc-row.fc-week.fc-widget-content {
        height: auto;
    }

    .fc-basic-view .fc-body .fc-row {
        min-height: 7em;
    }
}

@media only screen and (height: 900px) and (width: 1440px) {
    .fc-time-grid .fc-slats td {
        font-size: 10px;
    }

    .fce-cols-day-header {
        height: 25px;
    }

    .fc-row.fc-week.fc-widget-content {
        height: 60px !important;
    }

    .fc-ltr .fc-basic-view .fc-day-number {
        font-size: 12px;
    }

    .fc-basic-view .fc-body .fc-row {
        min-height: 4em;
    }

    .mode-item {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media only screen and (min-height: 1300px) {
    .fc-time-grid .fc-slats td {
        font-size: 24px;
    }

    .fc-row.fc-week.fc-widget-content {
        height: auto;
    }

    .fc-basic-view .fc-body .fc-row {
        min-height: 9.4em;
    }
}

@media only screen and (min-height: 1400px) {
    .fc-time-grid .fc-slats td {
        font-size: 24px;
    }

    .fc-row.fc-week.fc-widget-content {
        height: auto;
    }

    .fc-basic-view .fc-body .fc-row {
        min-height: 11em;
    }
}

@media only screen and (max-width: 1920px) and (min-width: 1900px) {
    .col-select-branch {
        flex: 0 0 auto;
        width: 565px;
    }

    .application-mode .application-site,
    .application-mode .application-bess {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 1900px) and (max-width: 1920px) and (min-height: 950px) and (max-height: 1078px) {
    .div-header {
        padding-top: 15px;
    }

    .div-calendar {
        max-height: 580px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 1900px) and (max-width: 1920px) and (min-height: 938px) and (max-height: 950px) {
    .div-header {
        padding-top: 15px;
    }

    .div-calendar {
        max-height: 550px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 1600px) {
    .col-3-custom {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-9-custom {
        flex: 0 0 auto;
        width: 75%;
    }

    .select2-results__option--selectable {
        font-size: 16px;
    }
}

@media (max-width: 1400px) {

    .fc-today-button,
    .fc-month-button,
    .fc-multiColAgendaWeek-button,
    .fc-multiColAgendaDay-button {
        width: 80px !important;
        height: 35px !important;
        font-size: 14px !important;
    }

    .fc-center h2 {
        font-size: 24px !important;
    }
}

@media (max-width: 1300px) {
    .fc-center h2 {
        font-size: 20px !important;
    }

    .col-3-custom {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-9-custom {
        flex: 0 0 auto;
        width: 100%;
        padding-top: 15px;
    }

    .col-application-mode {
        flex: 0 0 auto;
        width: 40%;
    }

    .col-datepicker-scheduler {
        flex: 0 0 auto;
        width: 60%;
    }

    .col-application-mode {
        padding-right: 10px;
    }

    .col-datepicker-scheduler {
        padding-left: 10px;
    }

    #datepicker-scheduler {
        padding-top: 0;
        height: 100%;
    }

    .ui-widget.ui-widget-content {
        height: 100%;
    }

    .ui-datepicker-calendar tbody tr td a {
        padding: 5px;
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
    }
}

@media (min-height: 1201px) {
    .fc-day-number.fc-mon.fc-future {
        font-size: 18px
    }

    .fc-time,
    .fc-title {
        font-size: 16px
    }
}


@media (max-width: 1850px) {
    .mode-item .mode {
        width: 45px;
        height: 45px;
    }

    .mode-PDR,
    .mode-SBF,
    .mode-DRB {
        width: 50px !important;
        height: 48px !important;
    }

    #datepicker-scheduler,
    .ui-widget.ui-widget-content {
        max-height: 386px;
    }

    .ui-datepicker-calendar tbody tr td a {
        height: 45px !important;
    }
}

@media (min-width: 2500px) {
    .mode-item .mode {
        width: 80px;
        height: 80px;
    }

    .mode-PDR,
    .mode-SBF,
    .mode-DRB {
        width: 92px !important;
        height: 90px !important;
    }
}

.d-col-date {
    width: 65%;
    padding-right: 0 !important;
}

.d-col-time {
    width: 34%;
    padding-left: 10px !important;
}

.d-col-time input {
    max-width: 100%;
}

.popover.bottom>.arrow {
    top: -17px;
    border-width: 8px;
}

.clockpicker-popover {
    z-index: 10002;
    background: linear-gradient(#1E5EB9, #08272B);
    border-radius: 4px;
    border: 1px solid #ddd;
}

.popover-title {
    background-color: #1d5db7 !important;
    color: #C7EDF9 !important;
    font-size: 18px !important;
    border-bottom: 1px dashed #ddd;
}

.clockpicker-span-hours,
.clockpicker-span-minutes {
    color: #C7EDF9 !important;
}

.popover-content {
    background: linear-gradient(#1E5EB9, #08272B);
}

.clockpicker-plate {
    background-color: #1C5796 !important;
    border: none;
}

.popover.bottom>.arrow {
    border-bottom-color: #ddd !important;
}

.popover.bottom>.arrow:after {
    border-bottom-color: #1d5db7 !important;
    border: none !important;
}

.clockpicker-tick {
    color: #C7EDF9;
}

.clockpicker-tick:hover {
    background: rgb(10, 156, 168, 0.8) !important;
}

.clockpicker-canvas-bg {
    fill: #357ebd !important;
}

.clockpicker-popover .popover-content {
    padding: 8px;
}