div.logo-centered {
    width: 100% !important
}

div.lavalite-bg {
    background-image: url("../img/nubtime bg.webp");
}

img.header-brand-img {
    max-width: 130px;
}

.navigation-company {
    margin-left: 1em;
}

.nubtime-desc {
    margin: 4px 0
}

.autumn-picture {
    background-image: url('../img/placeholder/placeimg_400_200_nature.jpg')
}

.spring-picture {
    background-image: url('../img/placeholder/placeimg_400_200_spring.jpg')
}

.summer-picture {
    background-image: url('../img/placeholder/placeimg_400_200_summer.jpg')
}

.winter-picture {
    background-image: url('../img/placeholder/placeimg_400_200_winter.jpg')
}

a.disabled {
    pointer-events: none;
    cursor: default;
    background-color: #e1e1e1;
}

div#calendar {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.company-event {
    background-color: #6bb13d;
    color: white;
}

.local-event {
    background-color: #c42d74;
    color: white;
}

.state-event {
    background-color: #5971db;
    color: white;
}

.autonomic-event {
    background-color: #ee9a2e;
    color: white;
}

.pending-event {
    background-color: #8d8d8d;
    color: white;
}

#chartdiv {
    width: 100%;
    height: 500px;
}

.chart-container {
    width: 100%;
}

.nubtime-action div.btn {
    height: 5em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #404e67;
    color: white;
}

span.select2-container {
    width: 100% !important;
}

#editLayoutItem {
    padding: 0 !important;
}

.table td,
.table th {
    text-align: center;
}

.pagination li a {
    padding: 10px;
    margin: 5px;
    background-color: #e1e1e1;
    border-radius: 22px;
}

.calendar-header {
    border: 1px solid #a6a6a6;
}

.color-success {
    color: #32a852
}

.color-cancel {
    color: #a83232
}

.color-exclamation {
    color: #ff8300
}

.color-blue {
    color: #4472ca
}

span.bold {
    font-weight: bold;
}

div.bg-default div.widget-body {
    color: rgba(0, 0, 0, 0.6) !important;
}

.widget[class*="bg-default"] .widget-header .widget-tools .btn-widget-tool {
    color: rgba(0, 0, 0, 0.6);
}

h3.sub-title {
    font-weight: bold !important;
}

div.minicolors,
div.minicolors>input.minicolors {
    width: 100% !important
}

.required>label:after {
    content: " *";
    color: red;
}

.widget-body p.sub-title {
    font-size: 14px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.members-body img {
    border: 2px solid #fff;
    box-shadow: 0 5px 10px 0 rgba(43, 43, 43, 0.2);
}

.fs-14 {
    font-size: 14px
}

.fs-16 {
    font-size: 16px
}

.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 160px;
    height: 1.2em;
    white-space: nowrap;
}

.fc-w a {
    color: white !important;
}

.nubtime-btn-red {
    color: red;
    background: transparent
}

#timeline-tasks .latest-update-box .update-meta .update-icon.ring {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    padding: 7px 8px;
    font-size: 16px;
    color: #fff;
    margin-left: 4px;
    margin-right: 19px;
    border-width: 3px;
    width: 15px;
    height: 15px;
    padding: 0;
    display: block;
    margin-left: 13px;
    background: #fff;
}

#timeline-tasks .latest-update-box:after {
    content: "";
    position: relative;
    background: #ebebeb;
    height: 100%;
    width: 3px;
    top: 0;
    left: 19px;
    z-index: 1;
}


/*span.select2-container {
    max-width: 100% !important;
    width: auto !important;
}*/

.progress-bar {
    max-width: 100% !important;
}

.bg-nubtime {
    background-color: #fc5722
}

.bg-disabled-button {
    background-color: #acacac
}

.pagination .page-item.active .page-link {
    background: linear-gradient(150deg, #f05138 15%, #ee3a5b 70%, #ed1375 94%);
    color: #ffffff;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label.custom-control-theme::before {
    background: linear-gradient(150deg, #f05138 15%, #ee3a5b 70%, #ed1375 94%);
}

.not-filled {
    border-color: red
}

.btn-disabled {
    pointer-events: none;
    cursor: default;
    background-color: #e1e1e1;
}

.ik-halfx {
    font-size: 1.5em;
}
