﻿.color-palette {
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.color-palette-set {
    margin-bottom: 15px;
}

.color-palette span {
    display: none;
    font-size: 12px;
}

.color-palette:hover span {
    display: block;
}

.color-palette-box h4 {
    position: absolute;
    top: 100%;
    left: 25px;
    margin-top: -40px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    display: block;
    z-index: 7;
}

#data-grid {
    overflow-x: auto;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.scroll-wrapper {
    overflow-x: scroll;
}

.display-inline-block {
    display: inline-block;
}

/*.checkbox input[type=checkbox] {
    margin-left: 0;
}*/

.checkbox-form .check-box {
    margin-left: 0 !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.dont-display {
    display: none;
}

.k-datepicker,
.k-datetimepicker {
    width: 100% !important;
}

.process-button {
    background-color: #f39c12;
}

.store-item {
    line-height: 35px;
    font-size: 20px;
}

.menu-logo {
    text-align: center;
    color: #fff;
}

.sidebar-collapse .menu-logo {
    display: none;
}

.navbar-custom-menu {
    height: 50px;
}

    .navbar-custom-menu .navbar-nav,
    .navbar-custom-menu .user-menu,
    .navbar-custom-menu .user-menu a {
        height: 100%;
    }

.txtQt {
    color: #000;
}

.panel-heading {
    text-transform: uppercase;
}

    .panel-heading.panel-collapse {
        cursor: pointer;
        position: relative;
        padding-left: 40px;
    }

        .panel-heading.panel-collapse::before {
            content: ' ';
            background-image: url(/AdminLTE/dist/img/arrows/arrow-right.png);
            position: absolute;
            top: 12px;
            left: 11px;
            width: 16px;
            height: 16px;
            background-size: 16px 16px;
        }

        .panel-heading.panel-collapse.open::before {
            content: ' ';
            background-image: url(/AdminLTE/dist/img/arrows/arrow-down.png);
            position: absolute;
            top: 12px;
            left: 11px;
            width: 16px;
            height: 16px;
            background-size: 16px 16px;
        }

    .panel-heading ~ .panel-body.panel-closed {
        display: none;
    }

li.jstree-node.not-last-level > a.jstree-anchor > i.jstree-checkbox {
    display: none !important;
}

.jstree-default .jstree-clicked {
    background: initial !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.jstree-default .jstree-themeicon {
    display: none !important;
}

.header-info {
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

.content-header > h1,
.breadcrumb,
.btn {
    text-transform: uppercase;
}

.go-back {
    font-size: 18px;
}

textarea {
    resize: none;
}

/* START MODAL */

.modal-dialog .nav-tabs-custom {
    margin-bottom: 0 !important;
    box-shadow: none !important;
}

.modal-dialog .form-group {
    margin-bottom: 2px !important;
}

.modal-dialog .form-horizontal span {
    /*line-height: 34px;*/
}

/* END MODAL */


/* START LOADING */

#ajaxBusy {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

    #ajaxBusy .spinner {
        width: 40px;
        height: 40px;
        background-color: #fff;
        margin: calc(100vh / 2) auto;
        -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
        animation: sk-rotateplane 1.2s infinite ease-in-out;
    }

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* END LOADING */

/* START MEDIA QUERIES */

@media (min-width: 768px) {
    .modal-dialog {
        width: 760px !important;
    }

    .form-horizontal .control-label {
        padding-top: 0px !important;
        margin-bottom: 0 !important;
        text-align: right;
    }
}
/* END MEDIA QUERIES */

.appointment-priority {
    font-weight: bold;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #aaa;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.content-wrapper {
    margin-bottom: 50px;
}

html {
    overflow-y: auto;
}

body {
    padding-right: 0px !important;
}

.external-event {
    border: 1px solid #aaa;
}

#reschedule-events .external-event {
    background-color: #3a87ad;
    color: #fff;
}

.content {
    min-height: 0px !important;
}

#calendar {
    border: 1px solid #eee;
}

    #calendar h2 {
        font-size: 22px !important;
    }

.box-subtitle {
    display: inline;
    font-size: 15px;
}

.treatment-price-col {
    text-align: right;
}

.tr-treatment {
    color: black !important;
}

    .tr-treatment td {
        vertical-align: middle !important;
    }

#finalize-event-modal label {
    color: #000 !important;
}

/*.fc-agendaWeek-view .fc-time-grid-event:hover {
    transform: scale(1.2);
}

.fc-agendaDay-view .fc-time-grid-event:hover {
    transform: scale(1.05);
}*/

.is-disabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.less-one-day-row {
    background-color: #f33;
    color: #fff;
}

    .less-one-day-row a {
        color: #fff;
    }

.less-one-week-row {
    background-color: khaki;
}

#risk-modal .panel-heading,
#docres-modal .panel-heading {
    padding: 2px 12px !important;
}

#risk-modal .panel-body {
    padding: 5px !important;
}

#risk-modal .panel-body-select {
    height: 200px;
}

#risk-modal input[type="radio"] {
    vertical-align: top;
}


#risk-modal select.risk {
    border: 0;
    width: 100%;
}

    #risk-modal select.risk option {
        padding: 7px;
        text-transform: uppercase;
    }

#riskImages div,
#riskImagesStatus div {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

    #riskImages div img,
    #riskImagesStatus div img {
        width: 200px;
        height: 150px;
        object-fit: cover;
    }

.risk-image {
    max-width: 100%;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .risk-image:hover {
        opacity: 0.7;
    }

.action-needed {
    background-color: #ffe6e6;
}

.no-action-needed {
    background-color: #ccffdc;
}

#cmbSituationStatus {
    padding: 5px;
    margin-left: 10px;
}

.login-page, .register-page {
    background-image: url('../../content/background/bkg1.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-box-body,
.register-box-body {
    border-radius: 10px;
}

.change-project a {
    color: #ddd;
}

    .change-project a:hover {
        text-decoration: underline;
    }

.login-projects {
    height: 250px;
    overflow-y: auto;
}

    .login-projects .store-item a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 350px;
    }

        .login-projects .store-item a:hover {
            text-decoration: underline;
            color: #225475;
        }

.login-projects-wrapper {
    border-radius: 10px !important;
}

    .login-projects-wrapper .panel-heading {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .login-projects-wrapper .panel-footer {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

/* START TABLES */

.table-simple thead {
    background-color: #eae8e8;
    border-color: #c5c5c5;
}

/* END TABLES */
