input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.logo {
    max-width: 140px;
}

.logoL {
    margin-bottom: 50px;
    max-width: 300px;
}

.login-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    margin-top: 0px;
}

.modal-content {
    -webkit-box-shadow: 7px 8px 8px 0px rgba(97, 97, 97, 1);
    -moz-box-shadow: 7px 8px 8px 0px rgba(97, 97, 97, 1);
    box-shadow: 7px 8px 8px 0px rgba(97, 97, 97, 1);
}

.modal-header {
    background-color: #f7f9ff;
}

@media (min-width: 768px) {
    #sidebarToggleTop {
        display: none;
    }
}

@media (max-width: 360px) {
    body {
        zoom: 80%
    }
}

@media (max-height: 900px),
(max-height: 650px) {
    .modal,
    #telaAtendimento,
    .daterangepicker {
        /*zoom: 80%;*/
    }
    .modal-backdrop {
        width: 100%;
        height: 100%;
    }
    .daterangepicker {
        left: auto!important;
        right: 22.7vw!important;
    }
}

@media (max-width: 1024px),
(max-height: 650px) {
    body {
        height: 100%;
    }
    .logo {
        max-width: 88px;
    }
    .logoL {
        margin-bottom: 50px;
        max-width: 60vw;
    }
    .head-title {
        display: none;
    }
}

.back-nav {
    margin-top: 50px;
    display: none;
}

.float-nav {
    z-index: 2;
}

.topfix-navbar {
    position: fixed;
    width: 100%;
    z-index: 1;
    margin-left: -224px;
}

.dataTables_filter input {
    padding: 20px;
    width: 280px !important;
}

.dataTables_filter input::placeholder {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

@media (max-width: 1024px),
(max-height: 650px) {
    #sidebarToggleTop {
        display: block;
    }
    .float-nav {
        position: fixed;
        z-index: 2;
        width: 6.5rem !important;
        left: -6.5rem;
        overflow: hidden;
        transition: all 0.5s ease;
    }
    .topfix-navbar {
        margin-left: 0;
    }
    .back-nav {
        display: block;
    }
    .dataTables_length {
        display: none;
    }
    .dataTables_filter {
        text-align: right !important;
    }
    .dataTables_info {
        font-size: 10px;
        margin-bottom: 7px;
    }
    .notify-sucess {
        zoom: 62%;
    }
    div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"] {
        padding-left: 0px!important;
    }
    .dataTables_filter input {
        width: 100%!important;
        height: 45px;
        margin-left: 0px!important;
        background-color: #4167d60d;
    }
    .dataTables_filter label {
        width: 100%;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
    }
    #InfoAtendimentosCount {
        right: 25px!important;
        margin-top: -36px!important;
    }
}

th,
tr,
td {
    white-space: nowrap !important;
    overflow: hidden !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background: linear-gradient(180deg, rgb(237, 237, 241) 0%, rgb(255, 255, 255) 100%);
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 15px;
    left: 6px;
    height: 14px;
    width: 14px;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    /* box-shadow: 0 0 3px #444; */
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Font Awesome 5 Free";
    content: '\f067';
    background-color: #4e73df;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.5;
    font-weight: 900;
    font-size: 9px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    content: '\f068';
    background-color: #d33333a3;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: inset 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
    border-color: #4262bea3;
    outline: 0;
    box-shadow: inset 0 0 0 0.2rem rgba(168, 181, 220, 0.25);
}

.error-login {
    text-align: center;
    color: #F44336;
}

.label-login {
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    color: #727272 !important;
}

.bg-login-image {
    background: url(../img/img_login.jpg);
    background-position: center;
    background-size: cover;
    animation-name: MOVE-BG;
    animation-duration: 20s;
    animation-timing-function: linear;
}

@keyframes MOVE-BG {
    from {
        background-position: left bottom;
        opacity: 80%;
        filter: alpha(opacity=80);
    }
    to {
        background-position: center top;
        opacity: 100%;
        filter: alpha(opacity=80);
    }
}

#dataTable tr:hover {
    background-color: #4e73df1a;
    cursor: pointer;
    transition: background-color 0.3s linear;
}

#dataTable0 tr:hover {
    background-color: #4e73df1a;
    cursor: pointer;
    transition: background-color 0.3s linear;
}

#dataTable1 tr:hover {
    background-color: #4e73df1a;
    cursor: pointer;
    transition: background-color 0.3s linear;
}

#dataTable2 tr:hover {
    background-color: #4e73df1a;
    cursor: pointer;
    transition: background-color 0.3s linear;
}

#dataTable3 tr:hover {
    background-color: #4e73df1a;
    cursor: pointer;
    transition: background-color 0.3s linear;
}

#dataTable4 tr:hover {
    background-color: #4e73df1a;
    cursor: pointer;
    transition: background-color 0.3s linear;
}

#dataTable5 tr:hover {
    background-color: #4e73df1a;
    cursor: pointer;
    transition: background-color 0.3s linear;
}

#dataTable6 tr:hover {
    background-color: #4e73df1a;
    cursor: pointer;
    transition: background-color 0.3s linear;
}

.head-title i {
    font-size: 19px;
    color: #cfcfcf;
}

.head-title a:hover {
    text-decoration: none;
    color: #224abe;
}

.head-title a:link {
    text-decoration: none;
    background-color: transparent;
    color: #5a5c69;
}

.head-title a:visited {
    text-decoration: none;
    background-color: transparent;
    color: #5a5c69;
}

.color-form input {
    background-color: #4167d60d;
}

.color-form select {
    background-color: #4167d60d;
}

.area {
    width: 100%;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    margin-bottom: 0px;
}

.circles li i {
    font-size: 100px;
    color: rgba(255, 255, 255, 0.2)
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        filter: alpha(opacity=100);
        border-radius: 10%;
    }
    100% {
        transform: translateY(-2000px) rotate(780deg);
        opacity: 0;
        filter: alpha(opacity=0);
        border-radius: 80%;
    }
}

.input-invalid {
    border-color: #e74a3b;
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

.input-invalid:focus {
    border-color: #e74a3b;
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

.invalid-msg {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #e74a3b;
}

.notify-sucess {
    height: 80px;
    background-color: #4caf50f7;
    position: fixed;
    z-index: 1044;
    right: -500px;
    bottom: 50px;
    display: flex;
    border-radius: 0.35rem;
    color: #fff !important;
    -webkit-box-shadow: 0px 5px 37px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 5px 37px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 5px 37px 0px rgba(0, 0, 0, 0.39);
    text-align: center;
    justify-content: center;
    -webkit-transition: right .35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: right .35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    min-width: 240px;
}

.notify-error {
    height: 80px;
    background-color: #e74a3b;
    position: fixed;
    z-index: 1044;
    right: -500px;
    bottom: 50px;
    display: flex;
    border-radius: 0.35rem;
    color: #fff !important;
    -webkit-box-shadow: 0px 5px 37px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 5px 37px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 5px 37px 0px rgba(0, 0, 0, 0.39);
    text-align: center;
    justify-content: center;
    -webkit-transition: right .35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: right .35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    min-width: 240px;
}

.icon-input-search {
    position: absolute;
    right: 26px;
    z-index: 1;
    margin: 13px;
    color: #dedede;
}

@media (max-width: 768px),
(max-height: 650px) {
    .icon-input-search {
        position: absolute;
        right: 21px;
        z-index: 1;
        margin: 16px;
        color: #dedede;
    }
    .name-medic {
        font-size: 9px;
    }
}

.text-redlight {
    color: #e74a3b75;
}

.text-graylight {
    color: #dedede;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: linear-gradient(180deg, rgb(66, 98, 190) 0%, rgba(6, 97, 170, 0) 100%);
    display: inline-block;
    position: absolute;
    left: 9px;
    width: 2px;
    height: 100%;
}

ul.timeline>li {
    margin: 20px 0;
}

ul.timeline>li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #4e73df;
    left: 0px;
    width: 20px;
    height: 20px;
}

.por-timeline {
    font-size: 13px;
    font-weight: bold;
    color: #4e73df;
}

.pointer {
    cursor: pointer;
}

.timeline p {
    margin-top: 20px;
}

.nav-tabs a {
    color: #4e73df;
}

.txt-pronturario {
    margin-top: 10px;
    background-color: #4e73df12;
    display: none;
}

.richText {
    margin-top: 10px;
    position: relative;
    background-color: #FAFAFA;
    border: #dddfeb solid 1px;
    color: #333333;
    width: 100%;
    border-radius: 10px;
    display: none;
}

.richText .richText-editor {
    padding: 20px;
    background-color: #FFFFFF;
    border-left: #FFFFFF solid 2px;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    height: 120px;
    outline: none;
    overflow-y: auto;
    overflow-x: auto;
    border-radius: 10px;
}

.richText .richText-editor:focus {
    border-left: 0px;
    box-shadow: inset 0 0 0 0.2rem rgba(168, 181, 220, 0.25);
}

.richText {
    border: #dddfeb solid 0px;
}

.richText .richText-editor {
    padding: 0px;
}

.richText .richText-editor:focus {
    border-left: 0px;
    box-shadow: inset 0 0 0 0.2rem rgba(168, 181, 220, 0);
}

.richText-editor img {
    max-width: 180px;
    margin: 5px;
}

.timeline img {
    max-width: 180px;
    margin: 5px;
}

.painelAttach {
    display: grid;
    grid-template-columns: 62px 1fr;
    background: #fff;
    border-radius: 6px;
    align-items: center;
    text-align: center;
    border: lightgrey solid 1px;
    cursor: default;
    padding: 10px;
}

.iconsAttach {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(159px, 1fr));
    gap: 10px;
}

.iconAttach {
    display: grid;
    grid-template-columns: 40px 1fr;
    max-width: 160px;
    background: #fff;
    border-radius: 6px;
    align-items: center;
    text-align: center;
    border: lightgrey solid 1px;
    cursor: default;
    -webkit-box-shadow: 3px 4px 6px -2px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 3px 4px 6px -2px rgba(0, 0, 0, 0.28);
    box-shadow: 3px 4px 6px -2px rgba(0, 0, 0, 0.28);
}

.iconAttach2 {
    display: grid;
    grid-template-columns: 40px 1fr;
    max-width: 160px;
    background: #fff;
    border-radius: 6px;
    align-items: center;
    text-align: center;
    cursor: default;
    border: lightgrey solid 0px;
    -webkit-box-shadow: 3px 4px 6px -2px rgba(0, 0, 0, 0);
    -moz-box-shadow: 3px 4px 6px -2px rgba(0, 0, 0, 0);
    box-shadow: 3px 4px 6px -2px rgba(0, 0, 0, 0);
    cursor: pointer;
}

.iconAttach span {
    padding: 10px;
}

.iconAttach span p {
    font-size: 11px;
    text-align: left;
    margin: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95px;
    white-space: nowrap;
}

.iconAttach span i {
    font-size: 35px;
}

.iconAttachfile-pdf {
    color: #f68d86;
}

.iconAttachfile-image {
    color: #9eb0e6;
}

.iconAttachfile-archive {
    color: #f8ca40;
}

.iconAttachfile {
    color: #aaaaaa;
}

.iconAttachRM {
    position: absolute;
    margin-left: 143px;
    margin-top: 5px;
    font-size: 13px;
    color: #f68d86;
    cursor: pointer;
}

.attachBar {
    display: none;
}

.spinner {
    width: 70px;
    text-align: center;
    display: none;
    padding-top: 5px;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #4e73df;
    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);
    }
}

@media (max-width: 768px),
(max-height: 650px) {
    #CDP {
        zoom: 80%;
        margin-top: 110px;
    }
    .por-timeline {
        font-size: 7px;
    }
}

#list_busca {
    height: 200px;
    overflow: auto;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    display: none;
    background-color: #d1d3e252;
    max-height: 200px;
}

#list_busca ul {
    list-style-type: none;
    padding: 3px;
    margin: 0px;
}

#list_busca li {
    padding: 5px;
}

#list_busca li:hover {
    padding: 5px;
    cursor: pointer;
    background-color: #4e73df;
    border-radius: 0.35rem;
    color: white;
}

.painel-info-title {
    font-weight: bold;
}

.modal_load {
    width: 100%;
    display: flex;
    justify-content: center;
    zoom: 50%;
    padding: 39px;
}

.richText-btn {
    color: #858796!important;
}

.RowListBlue {
    color: #4e73df;
    background-color: #e2eaff63;
}

.RowListBlue2 {
    color: #1366a8;
    background-color: #2196f340;
}

.RowListYellow {
    color: #7b4a02;
    background-color: #fdf8cb;
}

.RowListGreen {
    color: #2c682e;
    background-color: #e5fee6;
}

.RowListGreenLight {
    color: #009688;
    background-color: #00968838;
}

.RowListRed {
    color: #a42b22;
    background-color: #f96e6e47;
}

.RowListPurple {
    color: #9C27B0;
    background-color: #d33aed21;
}

.RowListCarmin {
    color: #3d3d43;
    background-color: #6a002026;
}


#historico-atendimento {
    overflow: auto;
    background-color: #f0f2f8;
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.galeriaIMG {
    display: inline-grid;
    position: relative;
    margin: 5px;
}

.galeriaIMG .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #4e73df;
    opacity: 0;
}

.galeriaIMG .overlay .icon {
    color: white;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.galeriaIMG:hover .overlay {
    opacity: 0.5;
    cursor: pointer;
}

.galeria-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000ed;
    z-index: 100000;
    display: none;
    color: white;
}

.galeria-slide .fa-times {
    position: absolute;
    right: 0;
    font-size: 63px;
    margin: 40px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .galeria-slide .fa-chevron-circle-right {
        top: 85%!important;
    }
    .galeria-slide .fa-chevron-circle-left {
        top: 85%!important;
    }
}

.galeria-slide .fa-chevron-circle-right {
    position: absolute;
    top: 50%;
    font-size: 63px;
    right: 10%;
    cursor: pointer;
    display: none;
}

.galeria-slide .fa-chevron-circle-left {
    position: absolute;
    top: 50%;
    font-size: 63px;
    left: 10%;
    cursor: pointer;
    display: none;
}

.galeria-slide img {
    animation-duration: 0.5s;
    max-width: 70vw;
    max-height: 90vh;
}

.galeria-slide .imgContainer {
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

#telaAtendimento td {
    border-color: #bbbbbb8f;
}

#telaAtendimento th {
    border-color: #bbbbbb8f;
    border-bottom-width: 1px;
}

#dataTable .even {
    background-color: #9e9e9e0d;
}

#emAtendimento .modal-body {
    max-height: 75vh;
}

@media (max-width: 1000px) {
    #atendimentoOperacao {
        zoom: 80%;
    }
}

.nav-item.active {
    background: linear-gradient(180deg, rgba(71, 108, 218, 0) 40%, #4262be 100%);
}

#cadUser .custom-control-label {
    padding: 0px;
    padding-right: 20px;
    font-size: 1rem;
    cursor: pointer;
}

#cadUser .custom-control {
    width: 25%;
}

.accordion .card-header  h2{
    display: flex;
}

.accordion .card-header .btn-link:hover {
    text-decoration: none;
}
.accordion .card-header .btn-link:focus {
    text-decoration: none;
}
.accordion .card-header  i{
    font-size: 20px;
    color: #4e73df;
    padding-top: 10px;
}

.accordion .card-header .badge{
    font-size: 12px;
    margin-right: 5px;
    max-height: 38px;
    padding-right: 11px;
}

.accordion .card-header .badge i{
    font-size: 12px;
    color: white;
    padding-right: 5px;
    padding-left: 5px;
}

.rotate-icon {
    transition: transform 0.2s ease;
}
.rotate-icon.open {
    transform: rotate(180deg);
}

.control-checklist{
    padding: 5px;
    display: flex;
    justify-content: end;    
}

.controlTextEditorCkL_1{
    display: flex;
    justify-content: space-between;
}

.controlTextEditorCkL_2{
    display: flex;
    justify-content: space-between;    
    display: none;
}

.dataQtdChecklist {
    font-size: 12px;
    font-weight: bold;
    color: #4e73df;
    padding-left: 5px;
}


.accordion li img{
    max-width: 96%;
}