html, body {
    background-color: #e0e5f3;
}
.foot {
    position: fixed;
    bottom: 0;
    padding-left: 11px;
    padding-bottom: 0;
    margin-bottom: 0;
    z-index: 1039;
}
.main-sidebar {
    position: fixed !important;
}
.content-wrapper{
    min-height: 100% !important;
    margin: 0;
    padding: 0;
    background-color: #e0e5f3;
}

/* FlashControl */
@keyframes flashIn {
    0% {
        overflow: hidden;
        padding-top: -50px;
        height: 0;
    }
    12.5% {
        padding-top: 5px;
        height: 62px;
    }
    87.5% {
        padding-top: 5px;
        height: 62px;
    }
    100% {
        overflow: hidden;
        padding-top: -50px;
        height: 0;
    }
}
#flash-control {
    animation-name: flashIn;
    animation-duration: 3.8s;
}
.msg, .error {
    width: 100%;
    line-height: 50px;
    text-align: center;
    padding: 5px;
    margin: auto;
}
.msg {
    background: linear-gradient(
                0deg,
                rgba(129,219,150,0.6) 0%,
                rgba(129,219,150,0.3) 5%,
                rgba(129,219,150,0) 50%,
                rgba(129,219,150,0.3) 95%,
                rgba(129,219,150,0.6) 100%);
    border-top: 1px solid #004c4c;
    border-bottom: 1px solid #004c4c;
    color: #004c4c;
}
.msg path {
    fill: #004c4c;
}
.error {
    background: linear-gradient(
                0deg,
                rgba(197,34,51,0.6) 0%,
                rgba(197,34,51,0.3) 15%,
                rgba(197,34,51,0) 50%,
                rgba(197,34,51,0.3) 85%,
                rgba(197,34,51,0.6) 100%);
    border-top: 1px solid #511c29;
    border-bottom: 1px solid #511c29;
    color: #511c29;
}
.error path {
    fill: #511c29;
}

.just-status-aceita {
    background: linear-gradient(
                0deg,
                rgba(129,219,150,0.6) 0%,
                rgba(129,219,150,0.3) 5%,
                rgba(129,219,150,0) 50%,
                rgba(129,219,150,0.3) 95%,
                rgba(129,219,150,0.6) 100%);
    border: 1px solid #004c4c;
    color: #004c4c;
}
.just-status-recusada {
    background: linear-gradient(
                0deg,
                rgba(197,34,51,0.6) 0%,
                rgba(197,34,51,0.3) 15%,
                rgba(197,34,51,0) 50%,
                rgba(197,34,51,0.3) 85%,
                rgba(197,34,51,0.6) 100%);
    border: 1px solid #511c29;
    color: #511c29;
}
.just-status-pendente {
    background: linear-gradient(
                0deg, 
                rgba(152,152,152,1) 0%,
                rgba(193,193,193,1) 15%,
                rgba(255,255,255,1) 50%,
                rgba(193,193,193,1) 85%,
                rgba(152,152,152,1) 100%);
    border: 1px solid #c1c1c1;
}
.lembrete-tag-y {
    background: linear-gradient(
                0deg,
                rgba(129,219,150,0.6) 0%,
                rgba(129,219,150,0.3) 5%,
                rgba(129,219,150,0) 50%,
                rgba(129,219,150,0.3) 95%,
                rgba(129,219,150,0.6) 100%);
    border: 1px solid #004c4c;
    color: #004c4c;
    border-radius: 5px;
    text-align: center;
}
.lembrete-tag-n {
    background: linear-gradient(
                0deg,
                rgba(197,34,51,0.6) 0%,
                rgba(197,34,51,0.3) 15%,
                rgba(197,34,51,0) 50%,
                rgba(197,34,51,0.3) 85%,
                rgba(197,34,51,0.6) 100%);
    border: 1px solid #511c29;
    color: #511c29;
    border-radius: 5px;
    text-align: center;
}

a.disabled {
    pointer-events: none;
}
.tooltip-inner {
    background-color: #A67DB8 !important;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
}
.tooltip.bs-tooltip-auto .tooltip-arrow::before {
    border-bottom-color: #A67DB8 !important;
    border-top-color: #A67DB8 !important;
}
.btn-table-total {
    pointer-events: none;
    color: white;
    background-color: #93aed2;
}
.btn-table-total:hover {
    color: white;
    background-color: #93aed2;
}
.btn-table-tool {
    background-color: #93aed2;
}
.btn-table-tool:hover {
    background-color: #cae2b1;
}
.btn-table-tool svg path {
    fill: white;
}
.btn-table-tool:hover svg path {
    fill: #596fa0;
}
.btn-table-tool:disabled {
    background-color: #cae2b1;
}
.btn-table-tool:disabled svg path {
    fill: #596fa0;
}
.btn-secondary {
    background-color: #9aa0b2;
    border-color: #9aa0b2;
}
.btn-info {
    background-color: #596fa0;
    border-color: #596fa0 !important;
}
.btn-info:hover {
    background-color: #44557a;
    border-color: #44557a !important;
}
.btn-info.disabled {
    background-color: #596fa0;
    border-color: #596fa0 !important;
}
.btn-info:focus {
    background-color: #5c7abb;
}
.btn-info-purple {
    color: white;
    background-color: #A67DB8;
    border-color: #A67DB8;
}
.btn-info-purple:hover {
    color: white;
    background-color: #8f68a0;
    border-color: #8f68a0;
}
.btn-info-purple.disabled {
    color: white;
    background-color: #695d6e;
    border-color: #695d6e;
}
.btn-info-purple:focus {
    color: white;
    background-color: #A67DB8;
}
.btn-info-green {
    color: white;
    background-color: #BCD979;
}
.btn-info-green:hover {
    color: white;
    background-color: #a8c565;
    border-color: #a8c565;
}
.btn-info-green.disabled {
    color: white;
    background-color: #c7db98;
    border-color: #c7db98;
}
.btn-info-green:focus {
    color: white;
    background-color: #cce78b;
}
.btn-tool svg path {
    fill: #93aed2;
}
.btn-tool:hover svg path {
    fill: #cae2b1;
}
.btn-action-tiny {
    width:      49px;
    height:     38px;
    padding:    6px 12px;
}
.pop {
    position: fixed;
    right: 12px;
    bottom: 0px;
}
#login-button {
    background-color: #495b83;
}
#login-button:hover,
#login-button-2:hover {
    background-color: #cae2b1 !important;
    color: #596fa0 !important;
}

.card-header[data-card-widget="collapse"] {
    cursor: pointer;
}

.card.collapsed-card:not(.expanding-card) .card-header {
    border-radius: 5px;
}

.modal-header {
    background-color: #596fa0;
    color: white;
}
.modal-header.header-danger,
.card-header.header-danger {
    background-color: rgba(220, 53, 69) !important;
}
.obs-label {
    opacity:          1 !important;
    padding:       10px !important;
    line-height:    4px !important;
    height:        auto !important;
    width:         auto !important;
    top:           10px !important;
    left:          10px !important;
    border-radius:  8px !important;
}
/* Paginator */
.page-item.active .page-link {
    background-color: #596fa0;
    border-color: #596fa0;
}
.page-link {
    color: #596fa0;
}
.page-link:hover {
    color: #596fa0e3;
    background-color: #cae2b1;
}
.page-link.disabled {
    color: #e0e5f3;
    background-color: #93aed2;
}

@media screen and (max-width: 768px) {
    .small-box {
        min-height: 18px;
    }
    .small-box.small-box-tiny {
        min-height: 94px !important;
    }
    .small-box p {
        font-size: 16px !important;
        font-weight: 400 !important;
    }
}
.small-box {
    min-height: 134px;
}
.small-box.small-box-tiny {
    min-height: 30px;
}
.dropdown-footer.logout img {
    position: relative;
    width: 24px;
    top: -1px;
    margin-left: 0px;
}
.form-floating>label {
    left: initial;
}
.custom-overlay {
    filter: opacity(70%);
}

.badge.bg-custom {
    background-color: #596fa0 !important;
}
svg.bg-custom {
    background-color: #596fa0 !important;
}
svg.bg-custom path {
    fill: white;
}
svg.bg-secondary {
    background-color: #9aa0b2 !important;
}
svg.bg-secondary path {
    fill: white;
}
/* Tables */
.custom-table {
    /* background-color: #003d3d; */
    color: black !important;
    border-collapse: collapse;
    border-style: hidden;
}
.custom-table tr th:first-child {
    border-top-left-radius: 5px;
}
.custom-table tr th:last-child {
    border-top-right-radius: 5px;
}
.custom-table-hover tbody tr:hover.table-hover td {
    background-color: #cae2b1 !important;
}
.custom-table-hover tbody tr:hover:last-child.table-hover td:first-child {
    border-bottom-left-radius: 5px;
}
.custom-table-hover tbody tr:hover:last-child.table-hover td:last-child {
    border-bottom-right-radius: 5px;
}
.key {
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    border: 3px solid rgb(51, 51, 51);
    border-radius: 5px;
}

span.icon-group svg.icon-small {
    position: absolute;
    width: 6%;
    stroke: #93aed2;
    stroke-width: 25px;
    stroke-linejoin: round;
}
a.active span.icon-group svg.icon-small {
    stroke: #dceccc00;
}
button.btn-table-tool:hover>span.icon-group>span.icon-background {
    background-color: #cae2b1;
}
.btn-info.btn-outline-secondary:disabled {
    background-color: #637EA4 !important;
}
/* dropdown */
.dropdown-menu:not(.topbar) {
    background-color: #93aed2;
}
.dropdown-menu:not(.topbar) li .dropdown-item {
    color: white !important;
}
.dropdown-menu:not(.topbar) li .dropdown-item:hover {
    color: #637EA4 !important;
    background-color: #cae2b1;
}
/* Agendamentos */
/*     Index    */
.card-header {
    background-color: #596fa0;
    color: white;
}

/* Pessoas */
/*  Show   */
#pessoas-show .form-floating a {
    box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 0.15);
}


/* Comparecimento - Slider Switch */
#attendance-checkbox {
    margin-top: 40px;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 23px;
  }
/* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #128635;
}
input:disabled + .slider {
    background-color: #cccccc;
}
input:disabled + .slider.round:before {
    background-color: #8f8f8fcc;
}
input:checked:disabled + .slider {
    background-color: #5b8856;
}
input:checked:disabled + .slider.round:before {
    background-color: #40613d;
}
input:focus + .slider {
    box-shadow: 0 0 1px #128635;
}
input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
