﻿
:root {
    /* Not my favorite that line-height has to be united, but needed */
    --lh: 1.5em;
}



.truncate-overflow {
    --max-lines: 2;
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines) + 5px);
    overflow: hidden;
    padding-right: 10px; /* space for ellipsis */
}

    .truncate-overflow::before {
        position: absolute;
        content: "...";
        top: calc(var(--lh) * (var(--max-lines) - 0.75));
        bottom: 0;
        right: 2%;
    }


.width-50 {
    max-width: 50% !important;
}

.width-70 {
    max-width: 70% !important;
}

.width-80 {
    max-width: 80% !important;
}

.width-100 {
    max-width: 100% !important;
}



.material-icons.small, .material-icons.small:hover {
    font-size: 18px !important;
}

.btn-toast {
    float: right;
    padding-left: 10px;
}

    .btn-toast:hover {
        color: #9a9797;
        cursor: pointer
    }

.dragIcon {
    display: none;
}

.control-custom {
    background-size: 0 100%,100% 100%;
    border: 0;
    transition: background 0s ease-out;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    font-size: 14px;
}

.control-custom, .is-focused .control-custom {
    background-image: linear-gradient(0deg,#9c27b0 2px,rgba(156,39,176,0) 0),linear-gradient(0deg,#9c27b0 1px,hsla(0,0%,82%,0) 0);
}


#Menusortable .nav-item :hover .material-icons.menuIcon {
    display: none;
}


#Menusortable .nav-item :hover .material-icons.dragIcon {
    display: block;
}



.forceLeft {
    position: absolute;
    left: 12px;
}

.carousel-item img {
    width: 100% !important;
}

.container form {
    width: 100% !important;
}

.page-header, .page-header .page-header-image {
    height: auto !important;
}

.btnsAddInfosPacienteFront {
    display: none
}

.btnsAddInfosPacienteBack {
    display: block
}

@media screen and (max-width: 991px) {
    .off-canvas-sidebar .page-header > .container {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .footer ul li a {
        padding: 5px 10px
    }

    .card-avatar {
        display: none !important;
    }

    .card-profile.card-rotate {
        height: 200px !important
    }


    .btnsAddInfosPacienteFront {
        display: block !important
    }

    .btnsAddInfosPacienteBack {
        display: none !important
    }
}


.stars {
    position: relative;
    display: inline-block;
    border: none;
    font-size: 25px;
    margin: 30px auto;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
}

    .stars input {
        border: 0;
        width: 1px;
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        opacity: 0;
    }

    .stars label {
        position: relative;
        float: right;
        color: #C8C8C8;
    }

        .stars label:before {
            margin: 5px;
            content: "★";
            display: inline-block;
            font-size: 3rem;
            color: #ccc;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
        }

    .stars input:checked ~ label:before {
        color: #FFC107;
    }

    .stars label:hover ~ label:before {
        color: #ffdb70;
    }

    .stars label:hover:before {
        color: #FFC107;
    }


@media only screen and (max-width: 767px) {
    .stars label:before {
        font-size: 2.3rem;
    }
}




.diarioHorario {
    position: absolute;
    bottom: 6px;
    width: calc(100% - 40px);
    text-align: center;
    font-size: 12px
}


.cardDiarioSaude {
    width: 20% !important;
}


@media (min-width:200px) {
    .cardDiarioSaude {
        width: 100% !important;
    }
}

@media (min-width:768px) {
    .cardDiarioSaude {
        width: 50% !important;
    }
}

@media (min-width:992px) {
    .cardDiarioSaude {
        width: 50% !important;
    }
}

@media (min-width:1200px) {
    .cardDiarioSaude {
        width: 20% !important;
    }
}


.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu a:active, .dropdown-menu a:focus, .dropdown-menu a:hover {
    background-color: var(--primary);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px var(--primary-shadow)
}


.open > .btn.btn-default.dropdown-toggle.focus, .open > .btn.btn-default.dropdown-toggle:focus, .open > .btn.btn-default.dropdown-toggle:hover, .open > .btn.dropdown-toggle.focus, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle:hover, .show > .btn.btn-default.dropdown-toggle.focus, .show > .btn.btn-default.dropdown-toggle:focus, .show > .btn.btn-default.dropdown-toggle:hover, .show > .btn.dropdown-toggle.focus, .show > .btn.dropdown-toggle:focus, .show > .btn.dropdown-toggle:hover {
    background-color: var(--primary-dark);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px var(--primary-shadow)
}


.imcPeso {
    position: absolute;
    right: 50px;
    font-size: 25px;
    top: 15px;
}



.nav-pills .nav-item .nav-link.active {
    background-color: var(--secondary);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(0,0,0,.4)
}

.popover {
    z-index: 9999;
}

.fc-time-grid-container .fc-widget-content {
    height: 40px !important;
}


/*.footerPosition {
    position: absolute;
    top: 93%;
    width: 100%;
}*/

.password {
    text-security: disc;
    -webkit-text-security: disc;
}


.card-wizard .nav-pills > li > a {
    min-width: auto !important;
}


.tableQuest th {
    border: none;
}

.tableQuest tr td {
    white-space: normal !important;
    vertical-align: middle !important
}






.aviso {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.aviso {
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

    .aviso .aviso-msg {
        position: relative;
        height: 200px;
        margin: 0px auto 20px;
        z-index: -1;
    }

        .aviso .aviso-msg h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 236px;
            font-weight: 200;
            margin: 0px;
            color: #ffffff;
            text-transform: uppercase;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -55%);
        }

        .aviso .aviso-msg h2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 1vw;
            font-weight: 400;
            text-transform: uppercase;
            color: #fff;
            background: #808080;
            padding: 20px 5px;
            margin: auto;
            display: inline-block;
            position: absolute;
            bottom: -50px;
            left: 0;
            right: 0;
        }



@media only screen and (max-width: 767px) {
    .aviso .aviso-msg h1 {
        font-size: 148px;
    }

    .aviso .aviso-msg h2 {
        font-size: 16px;
    }
}




.chartjs, .chartjs-render-monitor {
    height: 400px !important;
}

.tableLegenda {
    float: right;
}

    .tableLegenda th, .tableLegenda td {
        padding: 0 10px;
        border: 1px solid #b4b4b4;
    }



.bg-default {
    background: #8b8b8b;
}


.detalheAgendamento p i {
    font-size: 20px;
    vertical-align: top;
    margin-right: 10px;
    color: #676767;
}


.gridPaciente {
    border-radius: 10px;
    padding: 0px 5px;
    width: 120px;
    box-sizing: content-box;
    color: #fff;
    text-align: left;
    float: left;
    margin: 0 2px;
    cursor: pointer;
}

    .gridPaciente:hover {
        box-shadow: 1px 1px 1px rgba(0,0,0,.26)
    }

    .gridPaciente .statusPaciente {
        float: left;
        margin-top: 5px;
        margin-right: 5px;
        font-size: 12px;
    }

    .gridPaciente .NomePaciente {
        white-space: pre;
        margin-left: 10px;
        font-size: 10px;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }




.headerListApp {
    margin: 10px 0;
    font-weight: 700
}


#salaDroppable {
    display: grid;
    grid-template-columns: repeat(2,2fr);
    grid-gap: 0px 15px;
    list-style: none;
    margin-left: -40px;
}

.salaDragabble {
    margin-top: 0px
}

    .salaDragabble .card .card-header {
        z-index: unset !important;
    }



.material-icons {
    vertical-align: middle;
}

.drop-placeholder {
    background-color: #d7d6d6;
    height: 3.5em;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.2em;
    border-radius: 10px;
    margin-top: 20px;
}



#salaEspera .iconPaciente {
    width: 22px;
    height: 22px;
    float: left;
    text-align: center;
    font-size: 25px;
    margin-right: 5px;
    color: #fff;
}

    #salaEspera .iconPaciente .material-icons {
        font-size: 21px !important;
        margin-top: 4px;
    }

#salaEspera a.iconPaciente:hover {
    color: #32465a;
}


#salaEspera .badge {
    width: calc( 100% - 10px);
    text-align: left;
}

    #salaEspera .badge span {
        line-height: 15px;
        vertical-align: middle
    }

    #salaEspera .badge .material-icons {
        font-size: 15px;
    }


.salaEsperaActions {
    position: absolute;
    top: 12px;
    right: 10px
}

.droppableHover {
    border: 1px dashed var(--primary);
    border-radius: 5px;
    padding-bottom: 30px
}

.droppableHoverDestaque {
    border: 1px dashed var(--secondary);
}



.cursorMovendo {
    cursor: grabbing;
    z-index: 9999;
}


.card-profile .card-avatar {
    min-width: 130px;
    min-height: 130px;
}


.card-avatar:hover .btnChangeFoto {
    display: block;
}

.card-avatar:hover > .img {
    opacity: 0.7;
}

.card-avatar:hover {
    background: #000;
}


.btnChangeFoto {
    position: absolute;
    top: -10px;
    left: calc(50% - 20px);
    padding: 10px;
    border-radius: 100%;
    display: none;
}



@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotating {
    animation: rotating 2s linear infinite;
    pointer-events: none;
}





.avatar.rounded-circle img,
.rounded-circle {
    border-radius: 50% !important
}


.avatar {
    font-size: 1rem;
    display: inline-flex;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: .375rem;
    background-color: #adb5bd;
    align-items: center;
    justify-content: center
}

    .avatar img {
        width: 100%;
        border-radius: .375rem
    }

    .avatar + .avatar-content {
        display: inline-block;
        margin-left: .75rem
    }

.avatar-xl {
    width: 74px;
    height: 74px
}

.avatar-lg {
    font-size: .875rem;
    width: 58px;
    height: 58px
}

.avatar-sm {
    font-size: .875rem;
    width: 36px;
    height: 36px
}

.avatar-xs {
    font-size: .75rem;
    width: 24px;
    height: 24px
}

.avatar-group .avatar {
    position: relative;
    z-index: 2;
    border: 2px solid #fff
}

    .avatar-group .avatar:hover {
        z-index: 3
    }

    .avatar-group .avatar + .avatar {
        margin-left: -1rem
    }













.nav-tabs .nav-item .nav-link {
    text-align: center;
}


/*@media (max-width:992px) {

    .nav-tabs .nav-item .nav-link span {
        display: inherit;
        font-size: 10px !important
    }
}


@media (max-width:600px) {

    .nav-tabs .nav-item .nav-link span {
        display: none
    }
}*/


/*.card .card-body {
    min-height: 115px
}*/

.card {
    margin-bottom: 18px;
    margin-top: 18px;
}

.navbar .notification {
    background: #2196f3;
    border: 2px solid #eee;
    line-height: 17px;
    top: -5px !important;
    right: 5px !important;
}

.progress {
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}

.dropdown-menu .dropdown-item, .dropdown-menu li > a {
    display: block !important;
    max-width: 20rem;
    transition: 0s !important
}

.customDropDown {
    white-space: normal;
    display: block;
}

.form-check {
    width: 100%;
    padding-top: 20px;
    /*padding-bottom: 10px;*/
}

li, table.dataTable > tbody > tr.child span.dtr-title {
    /*vertical-align: middle !important;*/
}


.nowrap {
    white-space: nowrap !important;
}

.blink {
    animation: blinker 1s step-start infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.form-control, .is-focused .no-border .form-control {
}

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
    display: none !important;
}

.is-filled .bmd-label-floating, .is-focused .bmd-label-floating, .bmd-form-group .bmd-label-static {
    top: -0.7rem !important;
    font-size: .6875rem !important;
}

.bmd-label-floating {
    text-transform: uppercase !important;
}

.field-validation-error {
    font-size: .6875rem !important;
    text-transform: uppercase !important;
}

.subtitle {
    font-size: 14px;
}

.dataTable > tbody > tr > th, .dataTable > thead > tr > th {
    padding: 10px 10px 10px 18px !important;
    border-color: #f3f3f3;
}


.dataTable > tbody > tr > td {
    padding: 5px 5px 10px 17px !important;
    border-color: #f3f3f3;
}

.dtr-title {
    white-space: normal !important;
    width: 25%;
    vertical-align: middle;
}

.dtr-data {
    white-space: normal !important;
    width: 70%;
    vertical-align: middle;
    text-align: justify;
}

.no-sort {
    text-align: center !important;
    padding: 0 !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:before {
    top: 8px !important;
    left: 0.5em;
    content: "\2191";
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after {
    top: 8px !important;
    left: .1em;
    content: "\2193";
}


table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child {
    padding-left: 0 !important;
}


.table thead th, .dataTable thead th {
    text-transform: uppercase;
    word-break: keep-all;
    white-space: nowrap;
    font-weight: bold;
    font-size: 0.8em !important;
    font-weight: 400 !important;
}

.table tr td {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 100;
}








div.dataTables_wrapper div.dataTables_length select {
    background-image: none
}


.modal {
    z-index: 9050;
    background: rgba(0, 0, 0, 0.90);
}

    .modal .modal-dialog {
        margin-top: 30px;
    }

.modal-dialog .modal-body {
    padding: 0 20px;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.90);
    z-index: 8888;
}

.sidebar-mini .sidebar {
    z-index: 8887;
}


.form-check .form-check-input:checked ~ .check {
    background-color: transparent;
    display: block;
    position: absolute;
    width: 10px;
    height: 20px;
    border: solid #9c27b0;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    top: -5px;
    left: 5px;
}

.ct-chart {
    height: 400px;
    margin: 0 0 5px 0;
}

select {
    margin-left: -2px;
}

form .form-group select.form-control {
    position: relative !important
}

select, select.form-control {
    -webkit-appearance: caret;
}


.form-control:disabled, .form-control[readonly] {
    background-color: transparent !important;
}


.noUi-tooltip {
    position: absolute;
    top: -40px;
    left: -8px;
    height: 30px;
    width: 30px;
    border: 1px solid #2A5D84;
    text-align: center;
    padding: 4px 0;
    border-radius: 100%;
    background: #2A5D84;
    color: #fff;
    font-weight: bold;
    font-size: x-small;
    vertical-align: middle
}



    .noUi-tooltip:after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 0;
        height: 0;
        top: 26px;
        left: 50%;
        margin-left: -8px;
        border-color: transparent;
        border-style: solid;
        border-top-color: #2A5D84;
        border-width: 7.5px 8px;
    }


.noUi-target {
    position: relative;
    direction: ltr
}


.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #2A5D84;
}

.noUi-value {
    position: absolute;
    text-align: center
}

.noUi-value-sub {
    color: #2A5D84;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #2A5D84
}



.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}


.logoWippe {
    margin-top: -10px;
    height: 40px;
}

.logoWippe-mini {
    margin-top: 0px;
    height: 31px;
}


.gridMedicamentos, .TitleMedicamentos {
    height: 50%;
    width: 25%;
    float: left;
    display: inline-table;
}

.gridHorarios {
    height: 50px;
    width: 100%;
}



.horaMed {
    font-size: 14px;
    font-weight: bold;
}


.horarioMedicamento {
    text-align: center;
    margin-top: 20px;
    padding: 0 0px;
    height: 30px;
    width: 100%;
    font-size: 12px;
    line-height: 1.4;
    float: left;
    color: rgba(0,0,10,0.7);
    border-left: 1px dashed #d1d1d1;
    border-right: 1px dashed #d1d1d1;
}



.width50 {
    width: 50%;
}

.TitleMedicamentos .horarioMedicamento {
    width: 100%;
}

.jejum * {
    color: #4faee3 !important;
}

.manha * {
    color: green !important;
}

.tarde * {
    color: orange !important;
}

.noite * {
    color: #206287 !important;
}

.card-wizard-shadow {
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}


.dropdown.show {
    z-index: 9999
}

.dropdown-scroll {
    max-height: 500px;
    overflow: scroll;
}

.dropdown-menu .dropdown-item, .dropdown-menu li > a {
    color: #333 !important;
}

.dropdown-menu a:hover, .dropdown-menu li:hover > a {
    color: #fff !important;
}

.sidebar .user .photo {
    width: 34px;
    height: 34px;
    overflow: hidden;
    float: left;
    z-index: 5;
    margin-right: 11px;
    border-radius: 50%;
    margin-left: 23px;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
    text-align: center;
    color: var(--sidebar-text);
    font-weight: bold;
    line-height: 210%;
    background: var(--secondary);
}

    .sidebar .user .photo img {
        width: 100%
    }


.userLogo {
    height: 50px;
    width: 50px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 230%;
    background: var(--primary-dark);
}


.card [class*=card-header-]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    /*padding-top: 0;*/
}


.hide {
    display: none
}

.btnAction {
    text-align: right;
    float: right;
}

    .btnAction i {
        text-align: right;
        font-size: 25px !important;
    }

        .btnAction i:hover {
            text-align: right;
            font-size: 25px !important;
            color: #d9cede;
        }





.card-wizard {
    opacity: 1 !important
}

    .card-wizard .tab-content {
        min-height: 0;
        padding: 20px 15px 0 15px;
    }

.card-detalhes {
    padding: 10px 0;
    background: #808080;
    color: #fff;
}


.upper {
    text-transform: uppercase !important;
}

.modal-dialog .modal-header {
    padding: 0 !important
}

    .modal-dialog .modal-header .modal-title {
        text-align: left !important;
        padding-bottom: 0px;
    }

    .modal-dialog .modal-header .modal-statusbar {
        width: calc(100% + 40px);
        margin-left: -20px;
        height: 10px;
        background: var(--primary);
        margin-bottom: 10px;
    }



.modal-title .title-modal {
    text-transform: uppercase;
    font-weight: bold;
    color: #717171 !important;
    margin-bottom: 0 !important
}

.modal-title .subtitle {
    color: #333 !important;
    margin: 0;
    padding-bottom: 10px;
}

.card-detalhes .row {
    margin: 5px
}

.card-detalhes div div {
    margin-bottom: 8px;
}




.datails, .datails a {
    color: #999999;
    text-transform: uppercase;
    font-weight: 400
}

    .datails label {
        color: #4faee3;
        display: block;
        margin: 0px;
        margin-top: 15px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
        text-align: left;
        float: none;
    }



.imgFull {
    width: 752px;
}

.imgIconAnexo {
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.bodyMarkers {
    float: left;
    width: 30px;
    height: 100%;
    position: absolute;
    left: 10px;
}

#printBody {
    margin: 0;
    padding: 0;
    width: 330px;
    padding: 15px 0;
}

.imgCorpo {
    width: 330px;
    height: 440px;
    margin: 0px;
    margin-left: 20px
}


.positionMaker {
    height: 25px;
    width: 25px;
    margin: 3px;
    background: #000;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 100%;
    line-height: 25px;
    font-size: 12px;
    z-index: 8888;
}



.titleImg {
    position: absolute;
    background: rgba(9, 9, 9, 0.57);
    height: auto;
    width: 100%;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    text-align: left;
}


ul li {
    word-break: normal;
    white-space: normal;
}


.datatables ul li, .datatablesAuditor ul li {
    white-space: nowrap;
}


.UserChat-mini {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    overflow: hidden;
    float: left;
    z-index: 5;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 180%;
    background: var(--secondary);
}


.modal .img-file-chat {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
}

.img-file-chat {
    width: 100%;
    max-width: 300px;
    cursor: pointer
}



.messages {
    width: 100%;
    height: calc(100% - 160px);
    overflow: scroll;
    margin-top: 0px;
    padding-bottom: 40px;
}


    .messages ul {
        padding: 0;
    }

        .messages ul li {
            display: inline-block;
            clear: both;
            float: left;
            width: calc(100%);
            font-size: 0.9em;
        }

            .messages ul li p {
                display: inline-block;
                padding: 10px 15px;
                max-width: 40%;
                line-height: 22px;
                overflow: hidden;
                margin-bottom: -0px;
                text-overflow: ellipsis;
                /*  min-width: 35%;*/
            }


            .messages ul li.replies .UserChat-mini {
                margin: 10px 8px 0 0px;
            }

            .messages ul li.replies p {
                background: #435f7a;
                color: #fff;
                border-radius: 0 20px 20px;
            }

            .messages ul li.sent .UserChat-mini {
                float: right;
                margin: 5px 8px 0 0px;
            }

            .messages ul li.sent p {
                background: #808080;
                float: right;
                color: #fff;
                text-align: right;
                margin-right: 10px;
                border-radius: 20px 0 20px 20px;
            }

    .messages::-webkit-scrollbar {
        width: 5px;
        background: transparent;
    }

    .messages::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .messages::-webkit-scrollbar-corner {
        background: transparent;
    }






.hora {
    margin-top: 5px !important;
}


.sent .hora, .replies .hora {
    color: #435f7a;
    font-size: 11px;
    color: #bbb9b9;
    font-weight: bold;
    font-style: normal;
}


.replies .hora {
    float: right;
}

.sent .hora {
    float: left;
}


.nomeUserChat {
    font-weight: bold;
    text-transform: uppercase;
}

.submit {
    text-decoration: none;
}

.chatDivisor {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    margin: 15px 0;
}

    .chatDivisor > span {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
    }

        .chatDivisor > span:before,
        .chatDivisor > span:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 9999px;
            border-top: 1px solid #666;
        }

        .chatDivisor > span:before {
            right: 100%;
            margin: 0 25px;
        }

        .chatDivisor > span:after {
            left: 100%;
            margin: 0 25px;
        }


.message-input {
    position: absolute;
    bottom: 100px;
    width: 90%;
    height: 50px;
    z-index: 99;
    background: #fff;
    border-radius: 50px;
    margin-left: 5%;
    box-shadow: 0px 8px 10px -10px rgba(0,0,0,.56);
}

#videoPTZ .OT_video-element {
    object-fit: cover !important;
}

.CARD_CONTROLE_AUDIO_VIDEO {
    max-height: 100%;
    min-height: calc(23vh - 2px);
}

@media only screen and (max-width: 600px) {
    .messages ul li p {
        max-width: 90%;
    }

    .message-input {
        width: calc(100% - 0px);
        height: 50px;
        margin-left: 0px;
    }

    .message-input-app {
        width: calc(100% - 0px);
        height: 50px;
        margin-left: -20px;
    }


    /* #ShareDisplay {
        display: none;
    }*/
}


.message-input .wrap input {
    float: left;
    border: none;
    width: calc(100% - 50px);
    height: 50px;
    color: #32465a;
    background: #fff;
    padding-left: 20px;
    padding-right: 30px;
}






.inputText {
    width: calc(100% - 100px);
    padding: 10px;
    border: none;
    border-radius: 50px;
}


.errorBlock {
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 9990;
    background: rgba(0, 0, 0, 0.90);
}



.spinner {
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 9990;
    background: rgba(0, 0, 0, 0.90);
}

    .spinner > .loadCenter {
        margin: 50vh auto;
        width: 150px;
        height: 28px;
    }

.loadCenter > div {
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}


@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.toast {
    padding: 15px 20px;
    color: #fff;
    background: rgba(0,0,10,0.7);
    display: inline-block;
    position: fixed;
    top: -100px;
    right: 115px;
    opacity: 0;
    z-index: 9999;
    border-radius: 5px;
    transition: all 0.9s ease-out;
}



::-webkit-scrollbar {
    width: 8px;
    height: 10px;
    opacity: 0;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: transparent;
    border: 0px none #fff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #32465a;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #395463;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 24px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}



:hover::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 0px none #fff;
    border-radius: 50px;
}

    :hover::-webkit-scrollbar-thumb:hover {
        background: #32465a;
    }

    :hover::-webkit-scrollbar-thumb:active {
        background: #32465a;
    }

:hover::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 24px;
}


.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 9999 !important;
    max-height: 250px !important;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 5px;
    border-color: #fff;
    background: #fff;
    padding: 5px;
    font-size: 14px;
    box-shadow: 0px 0px 24px -2px rgba(0, 0, 0, 0.53);
    transition: 0s;
}

    .ui-autocomplete a {
        color: inherit;
    }

    .ui-autocomplete .ui-menu-item {
        padding: 5px;
        border-radius: 5px;
    }


        .ui-autocomplete .ui-menu-item:hover {
            border-radius: 5px;
            border: none;
            box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(39, 101, 176, 0.40);
            background: #4faee3;
            color: #fff;
        }



.ct-chart {
    position: relative;
}

.ct-legend {
    position: relative;
    z-index: 10;
    list-style: none;
    text-align: center;
}

    .ct-legend li {
        position: relative;
        padding-left: 23px;
        margin-right: 10px;
        margin-bottom: 3px;
        cursor: pointer;
        display: inline-block;
    }

        .ct-legend li:before {
            width: 15px;
            height: 20px;
            position: absolute;
            left: 0;
            content: '';
            border: 3px solid transparent;
            border-radius: 2px;
        }

        .ct-legend li.inactive:before {
            background: transparent;
        }

    .ct-legend.ct-legend-inside {
        position: absolute;
        top: 0;
        right: 0;
    }

        .ct-legend.ct-legend-inside li {
            display: block;
            margin: 0;
        }

    .ct-legend .ct-series-0:before {
        background-color: #fff;
        border-color: #fff;
    }

    .ct-legend .ct-series-1:before {
        background-color: #73e14d;
        border-color: #73e14d;
    }

    .ct-legend .ct-series-2:before {
        background-color: #d8781c;
        border-color: #d8781c;
    }

    .ct-legend .ct-series-3:before {
        background-color: #1519e9;
        border-color: #1519e9;
    }

    .ct-legend .ct-series-4:before {
        background-color: #d3bd39;
        border-color: #d3bd39;
    }

    .ct-legend .ct-series-5:before {
        background-color: #55d8d0;
        border-color: #55d8d0;
    }

    .ct-legend .ct-series-6:before {
        background-color: #8411ac;
        border-color: #8411ac;
    }

    .ct-legend .ct-series-7:before {
        background-color: #084d00;
        border-color: #084d00;
    }

.ct-label.ct-horizontal.ct-end {
    text-align: center;
    width: 80px !important;
    margin-top: 20px;
    line-height: 15px;
    transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
    .ct-label.ct-horizontal.ct-end {
        width: 10px !important;
    }
}

.ct-point {
    stroke-width: 15px;
    cursor: pointer;
}

.ct-chart .tooltip {
    top: 0px;
    margin-bottom: 10px;
    border-radius: 100%
}



.ct-label.ct-vertical.ct-start {
    transform: translateY(50%);
    white-space: nowrap;
}


.ct-chart .ct-series.ct-series-a .ct-point, .ct-chart .ct-series.ct-series-a .ct-line {
    stroke: #fff;
}

.ct-chart .ct-series.ct-series-b .ct-point, .ct-chart .ct-series.ct-series-b .ct-line {
    stroke: #73e14d;
}

.ct-chart .ct-series.ct-series-c .ct-point, .ct-chart .ct-series.ct-series-c .ct-line {
    stroke: #d8781c;
}

.ct-chart .ct-series.ct-series-d .ct-point, .ct-chart .ct-series.ct-series-d .ct-line {
    stroke: #1519e9;
}

.ct-chart .ct-series.ct-series-e .ct-point, .ct-chart .ct-series.ct-series-e .ct-line {
    stroke: #d3bd39;
}


.ct-chart .ct-series.ct-series-f .ct-point, .ct-chart .ct-series.ct-series-e .ct-line {
    stroke: #55d8d0;
}


.ct-chart .ct-series.ct-series-g .ct-point, .ct-chart .ct-series.ct-series-e .ct-line {
    stroke: #8411ac;
}



.ct-chart .ct-series.ct-series-i .ct-point, .ct-chart .ct-series.ct-series-e .ct-line {
    stroke: #084d00;
}



.bg-custom-gray {
    background-color: #b4b3b3 !important;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(112, 112, 112, 0.94)
}


.bg-custom-yellow {
    background-color: #c3b109 !important;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(218, 234, 72, 0.4)
}

.bg-custom-green {
    background-color: #4caf50 !important;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(76,175,80,.4)
}

.bg-custom-red {
    background-color: #f44336 !important;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(244,67,54,.4)
}

.bg-custom-orange {
    background-color: #ff9800 !important;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4);
}

.bg-custom-default {
    background-color: #5f5e5e !important;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px hsla(0,0%,60%,.4)
}
