/*///////////////////FONTS//////////////////////*/

h1,h2,h3,h4,h5,h6,p,label,input,select,textarea,a,button,td, div {
    font-family: 'Montserrat', sans-serif;
}

h5 {
    font-size: 20px;
    color: #000;
}



html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.m-b-md {
    margin-bottom: 30px;
}



.container-fluid {
    padding: 0;
    background: #fff;
}

.custom-col-content {
    width: calc(100% - 300px);
}

.custom-row {
    display: flex;
}

.page-content {
    padding: 0 20px;
}

.input-field {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* align-items: center; */
}

.btn {
    background-color: #0DA594;
    color: #FFF;
    border-radius: 5px;
    font-weight: 500;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    line-height: 18px;
    padding: 0 55px;
    box-shadow: none;
    font-size: 16px;
    max-width: 100%;
    margin-left: 30px;
}

input.validate.files {
    padding: 20px;
    border-bottom: 3px solid rgb(251, 251, 251);
    border-radius: 6px;
    display: none;
}

@media (max-width: 1300px) {
    .bottom-field {
        display: flex;
        position: relative;
        margin-bottom: 60px;
        flex-direction: column;
        align-items: flex-start;
    }
}

/*///////////////////MENU//////////////////////*/

.custom-col-nav {
    position: relative;
    /* min-width: 300px; */
    width: 30%;
    transition: all .5s;

}

.nav-wrapper a img {
    width: 175px;
}

.custom-col-nav .nav-wrapper {
    height: 100vh;
    min-height: 100%;
    overflow: auto;
    background: linear-gradient(to top, #614c90, #0E7486, #0E7486, #0DAB95, #0DAB95);
}

.custom-col-nav .nav-wrapper::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.custom-col-nav a.brand-logo {
    position: relative;
    width: 100%;
    padding: 35px 0;
    display: block;
}

.custom-col-nav ul {
    width: 100%;
}

.custom-col-nav ul.right {
    min-height: calc(100% - 249px);
    padding-bottom: 64px;
    margin-bottom: 0;
}

.custom-col-nav ul li {
    background: #3ca0a2;
    border-top: 1px solid #fff;
}

.custom-col-nav ul li:last-child {
    position: absolute;
    bottom: 0;
    width: 100%;
    border: 0;
}

.custom-col-nav ul li:nth-last-child(2) {
    border-bottom: 1px solid #fff;
}

.custom-col-nav ul li a {
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 64px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    padding-left: 20px;
}

.custom-col-nav ul li a i, .custom-col-nav ul li a svg {
    position: relative;
    top: -1px;
    margin-right: 12px;
}

.custom-col-nav ul.dropdown-menu {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in;
    transition-delay: 0;
}

.custom-col-nav ul.dropdown-menu li {
    background: #003F51;
    border: 0;
}

.custom-col-nav ul.dropdown-menu.open {
    max-height: 100%;
    transition: max-height .3s ease-out;
}

.custom-col-nav ul.dropdown-menu.open li a {
    font-weight: 500;
}




/*///////////////////BREADCRUMB//////////////////////*/

.header-content {
    height: 80px;
    display: flex;
    align-items: flex-end;
    padding: 15px 20px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
}

.header-content h4 {
    margin: 0;
    color: #000;
    font-weight: 500;
    font-size: 1.8rem;
}

.header-content h4 a {
    color: #949494;
}

.header-content h4 a i {
    font-size: 30px;
    position: relative;
    top: 5px;
    margin-right: 3px;
}

/*///////////////////TOPO PAGINA//////////////////////*/

.right-field {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.filter-box {
    display: flex;
    width: 280px;
    max-width: 100%;
    position: relative;
}

@media (max-width: 1560px) {
    a.novo-tecnico, a.novo-cliente {
        margin-top: 10px;
        width: 280px;
    }
}

form.form_search .filter-box {
    width: 100%;
}

.filter-box input[type="text"] {
    margin: 0;
    height: 40px;
    border-radius: 5px;
    background: #F5F5F5;
    border: 1px solid #D9D9D9 !important;
    color: #000;
    font-weight: 500;
    padding-left: 12px;
    font-size: 16px;
    box-shadow: none !important;
}

.filter-box input[type="text"]::placeholder {
    color: #555;
}

.filter-box i, .filter-box button {
    position: absolute;
    right: 0;
    pointer-events: none;
    line-height: 40px;
    padding-right: 10px;
    color: #000;
    font-weight: 600;
}

.filter-box button {
    border: 0;
    height: 42px;
    padding: 0 10px;
    background: transparent;
    pointer-events: auto;
}

.filter-box button i {
    position: relative;
    padding: 0;
}



ul.tabs-menu {
    margin-bottom: 0;
    width: 100%;
    display: flex;
    background: #F5F5F5;
    position: relative;
    /* flex-wrap: wrap; */
}

ul.tabs-menu .tab {
    background-color: #FFF;
    padding: 10px 25px 10px 20px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #707070;
    border-top-right-radius: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.tabs-menu .tab a {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

ul.tabs-menu .tab.active {
    background-color: #0DA594;
}

ul.tabs-menu .tab.active a {
    color: #fff;
}

ul.tabs-menu .tab a.active {
    border-bottom: 1px solid #0c675db3;
}

ul.tabs-menu li.last {
    /* position: absolute;
    right: 0; */
    font-size: 14px;
    line-height: 20px;
    background: #8e8e8e;
}

form#order-by-tab {
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0 5px;
    width: 250px;
}

form#order-by-tab select {
    display: block;
    height: 37px;
    background: #fff;
}

form#order-by-tab .sort {
    margin-left: 4px;
}

form#order-by-tab .sort button {
    border: 0;
    background: #fff;
    border-radius: 3px;
    height: 36px;
    margin-right: 1px;
    line-height: 48px;
    cursor: pointer;
    transform: rotateX(180deg);
    transition: transform .4s;
}

/*///////////////////TABELA//////////////////////*/

@media (max-width: 1560px) {
    .table-box {
        width: 100%;
        overflow: scroll;
    }
    /* width */
    .table-box::-webkit-scrollbar {
        width: 10px;
      }

      /* Track */
      .table-box::-webkit-scrollbar-track {
        background: #f1f1f1;
      }

      /* Handle */
      .table-box::-webkit-scrollbar-thumb {
        background: #0E7486;
      }

      /* Handle on hover */
      .table-box::-webkit-scrollbar-thumb:hover {
        background: #0DA594;
      }
}

table.custom-table {
    width: max(927px, 100%);
}

table.custom-table tr {
    border: 2px solid #E8E8E8;
}

table.custom-table td span.id {
    background: #0DA594;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

table.custom-table td {
    color: #0DA594;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

table.custom-table td:last-child{
    width: 150px;
}

table.custom-table td:first-child {
    width: 70px;
}

table.custom-table td span {
    color: #535353;
    font-size: 14px;
    font-weight: 400;
}

table.custom-table td button {
    background: transparent;
    border: 1px solid #0DA594;
    line-height: 40px;
    width: 130px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    font-size: 14px;
    color: #0DA594;
    font-weight: 500;
    cursor: pointer;
}

table.custom-table td button i {
    position: relative;
    /* top: 8px; */
}





div#modal-tecnico-adicionar {
    width: 1060px;
    max-width: 85%;
}

div#modal-chamado-adicionar {
    width: 640px;
    max-width: 85%;
}

div#modal-usuario-adicionar {
    width: 640px;
    max-width: 85%;
}


.fotos-equipamento {
    max-height: 130px;
    height: 100%;
    display: inline-flex;
    overflow: auto;
    width: 340px;
 }

 .fotos-equipamento img {
    width: 100px;
    object-fit: contain;
    border: 1px solid #ddd;
    margin: 0 3px;
    cursor: pointer;
    height: 90px;
    padding: 0px;
 }

.modal {
    padding: 30px;
    width: 80%;
    max-height : 80%;
}

#header {
    visibility: hidden;
    position: absolute;
}

@media print{
    #header {
        position: relative !important;
        visibility: visible !important;
        width: 100% !important;
        height: 100px !important;
        margin-bottom: 20px;
    }

    #header div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #0D9890 !important;
        width: 100% !important;
        height: 100px !important;
        padding: 10px 20px;
    }

    #header div img {
        width: 130px;
    }

    #header div span {
        color: #fff;
        font-weight: 500;
        font-size: 20px;
        display: flex;
        align-self: flex-end;
    }

    .input-field {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        color: #707070;
        font-weight: 500;
        padding: 0 30px;
    }

    p {
        color: #707070;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border: 0.25px solid #707070 !important;
        border-radius: 8px !important;
        width: 100% !important;
        min-height: 50px;
        padding-left: 10px;
    }

    .chat-messages {
        display: flex;
        flex-direction: row;
        padding: 10px 30px;

    }

    #messages {
        align-self: flex-start;
        width: 100% !important;
        border: 0.25px solid #707070 !important;
    }
}

.actions {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    margin-bottom: 10px;
    /* padding: 0 20px; */
}

.actions a {
    cursor: pointer;
}

.actions a + a {
    margin-left: 10px;
}

.actions a#excel {
    color: #206f42;
}

.chat-messages {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.actions a#pdf {
    color: #da1419;
}

.modal .modal-header {
    height: 60px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
}

#header-content-chamado {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#header-content-chamado h4 {
    /* color: #8A8A8A;
    font-size: 18px; */
    font-size: 20px;
    color: #000;
}

.modal-header h4 {
    color: #8A8A8A;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
}

.modal .modal-close.btn-flat {
    position: absolute;
    right: 20px;
    height: 50px;
    width: 50px;
    border: 1px solid #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 26px;
    color: #707070;
    top: 20px;
}

.modal .modal-content {
    padding: 0;
}

/* .modal */ .buttons {
    margin-top: 25px;
    margin-bottom: 20px;
}

.buttons .btn {
    margin-left: 0;
    margin-right: 30px;
    border-radius: 15px;
    background-color: #676767;
}

.buttons .btn.delete-tecnico {
    margin-left: 0;
    margin-right: 30px;
    border-radius: 15px;
    background-color: #f37676;
}

.export-box {
    display: flex;
    justify-content: flex-end;
}

button#excel-export {
    border: none;
    background: #0DA594;
    color: #fff;
    font-weight: 500;
    width: 150px;
    padding: 10px;
    cursor: pointer;
    border-radius: 2px;
}


.field-dates input:first-child{
    margin-right: 30px;
}

form.form-periodo {
    margin-top: 20px;
}

form.form-periodo button {
    width: 100%;
    height: 60px;
    border: none;
    background: #0DA594;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    cursor: pointer;
}

#modal-periodo {
    width: 384px;
    height: 330px;
}

.custom-form-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 1650px) {
    .modal-content {
        overflow: scroll;
    }

    /* width */
    .modal-content::-webkit-scrollbar {
        width: 10px;
      }

      /* Track */
      .modal-content::-webkit-scrollbar-track {
        background: #f1f1f1;
      }

      /* Handle */
      .modal-content::-webkit-scrollbar-thumb {
        background: #0E7486;
      }

      /* Handle on hover */
      .modal-content::-webkit-scrollbar-thumb:hover {
        background: #0DA594;
      }
}

.custom-form-row-chamados {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
}

.custom-form {
    width: 100%;
}

.left-form {
    padding-right: 15px !important;
    width: 40%;
}

.right-form {
    padding-left: 0 !important;
    width: 60%;
}

.custom-form .input-field {
    color: #707070;
    font-weight: 500;
    min-height: 40px;
}

.custom-form .input-field-comment {
    min-height: 100px;
}

.custom-form .input-field select {
    display: block;
}

.custom-form .input-field .form-input {
    width: 340px;
    max-width: calc(100% - 90px);
    box-shadow: none !important;
    /* border: 1px solid #D9D9D9 !important; */
    border: 1px solid #D9D9D9;
    margin: 0;
    padding: 10px;
    min-height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #8A8A8A;
    font-size: 14px;
}

.details-client, .details-tecnico {
    padding: 0 20px;
}

.details-chamados-input, .details-cliente-input, .details-tecnico-input {
    min-width: 340px;
    max-width: calc(100% - 90px);
    box-shadow: none !important;
    border: 1px solid #D9D9D9 !important;
    border: 1px solid #D9D9D9;
    margin: 0 !important;
    padding: 10px !important;
    min-height: 40px !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    color: #8A8A8A;
    font-size: 14px !important;
}

.input-field {
    border-radius: 5px;
}

.custom-form .input-full .form-input {
    width: 100%;
    max-width: 100%;
}

.two-fields div {
    display: flex;
    justify-content: space-between;
    max-width: calc(100% - 90px);
    flex-direction: row;
}

.two-fields div input.numero, .two-fields div input.complemento {
    max-width: calc(100% - 90px);
    box-shadow: none !important;
    border: 1px solid #D9D9D9 !important;
    border: 1px solid #D9D9D9;
    margin: 0 !important;
    padding: 10px !important;
    min-height: 40px !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    color: #8A8A8A;
    font-size: 14px !important;
}

.two-fields div input.cidade {
    max-width: calc(100% - 90px);
    box-shadow: none !important;
    border: 1px solid #D9D9D9 !important;
    border: 1px solid #D9D9D9;
    margin: 0 !important;
    padding: 10px !important;
    min-height: 40px !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    color: #8A8A8A;
    font-size: 14px !important;
}

.two-fields div input.estado {
    width: 80px;
    margin-left: 10px;
    max-width: calc(100% - 90px);
    box-shadow: none !important;
    border: 1px solid #D9D9D9 !important;
    border: 1px solid #D9D9D9;
    margin: 0 !important;
    padding: 10px !important;
    min-height: 40px !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    color: #8A8A8A;
    font-size: 14px !important;
}

.two-fields div input.numero {
    margin-right: 10px !important;
}

.custom-form .input-field.two-fields .form-input {
    width: 48%;
}


.custom-form .input-field input[type="file"] {
    position: absolute;
    right: 0;
    width: 340px;
    max-width: calc(100% - 90px);
    color: transparent;
    height: 40px;
    outline: none;
    padding-left: 5px;
    cursor: pointer;
}



.custom-form .input-field input[type="file"] + span {
    background: #fff;
    z-index: 2;
    position: relative;
    pointer-events: none;
    cursor: pointer;
}

.custom-form .input-field input[type="file"] + span i {
    position: absolute;
    right: -1px;
    height: 38px;
    width: 40px;
    background: #676767;
    top: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.custom-form .input-pic {
    height: auto;
}

.custom-form .input-field .preview-pic {
    width: 100%;
    height: 300px;
    background: #676767;
    z-index: 2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    pointer-events: none;
    background-size: unset;
    background-position: center;
    background-repeat: no-repeat;

}

.custom-form .input-field .preview-pic .details {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
}

.preview-pic i {
    font-size: 120px;
    line-height: 85px;
}


.custom-form .input-pic input[type="file"] {
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    cursor: pointer;
}

.error-msg {
    margin-top: -10px;
    text-align: right;
}

.custom-form .input-field.textarea-field {
    height: 120px;
    align-items: flex-start;
}

.custom-form .input-field.textarea-field .form-input {
    height: 120px;
    outline: none;
    background: #d7d7d7;
}

.custom-form .input-field.textarea-field .details-chamados-input {
    height: 120px;
    width: 100%;
    outline: none;
    background: #d7d7d7;
}




.home-content {
    padding: 0 20px;
}

.alerts {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}

.alerts .alert-home {
    width: calc(50% - 20px);
    height: 80px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 30px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 890px) {
    .alerts {
        display: block;
    }

    .alerts .alert-home {
        width: 100%;
    }
}

.alert-home.ticket-orfao {
    background: #27AE60;
}

.alert-home.aprova-cadastro {
    background: #F1C40F;
}


canvas#myChart {
    max-width: 100%;
    min-height: 300px;
    max-height: 500px;
}


canvas{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.chart-box h5 {
    font-weight: 500;
    color: #707070;
}

.card.card-list-chat {
    margin: 0;
    background: #f7f7f7;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.card.card-list-chat .card-action {
    padding: 24px 24px 0;
    border: 0;
}

/* .card-content {
    overflow: scroll;
} */

.tecnicos-item {
    border: 1px solid #d8d8d8;
    border-radius: 425px;
    height: 77px;
    /* min-width: 295px; */
    margin-bottom: 24px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
    position: relative;
    cursor: pointer;
}

@media (max-width: 1450px) {
    .tecnicos-item {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
    }

    .tecnicos-item .user-info {
        text-align: center;
    }
}

.tecnicos-item img {
    float: left;
    border-radius: 100px;
    width:75px;
    height: 75px;
    margin-right: 15px;
}

.tecnicos-item .user-info {
    margin-top: 16px;
    /* background-color: red; */
}

/* .user-info span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.tecnicos-item span.nometecnico, span.statusatendimento {
    display: inline-block;
    /* font-size: min(0.9vw, 15px); */
}

#chat {
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   position: relative
}

.input-message {
    width: 100%;
    border: 1px solid #ddd;
    height: 100px;
    padding: 15px 15px;
    font-size: 14px;
    box-sizing: border-box;
    background: #f7f7f7;
    border:0;
    resize: none;
    border-radius:10px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 10px;
}

button.send-message {
    color: #636b6f;
    border: 0px;
    background: none !important;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin-left: 25px;
    display: flex;
}

button.send-message i {
    font-size: 45px;
}

.messages {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 20px;
    overflow-Y: auto;
    margin-top: 20px;
    background: #f7f7f7;
    border:0;
    border-radius:10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}

.message-sac {
    width: 70%;
    margin-left: 30%;
}

.message-tec{
    width: 70%;
    margin-right:30%;
}

.message-sac-color{
    background:#EFEFEF;
}

.message-tec-color{
    background: #0DA694;
    color: #fff
}

.message-text {
    padding: 15px;
    border-radius: 10px;
}

video {
    width: 100%;
    height: 250px;
    background: #111;
}

.message {
    margin-bottom: 10px;
}

.insert-files {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    height: 45px;
    align-items: center;
}

.file-box {
    width: 30px;
    height: 30px;
    position: relative;
    margin-left: 17px;
}

.file-box label {
    cursor: pointer;
    display: inline-block;
    color: #636b6f;
}

.file-box input[type="file"] {
    visibility: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}



.unreadMessageStyle{
    background: #069;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    top: 8px;
    position: absolute;
    right: 8px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-flex{
    display: flex;
    width: 100%;
}

.container-chat {
    flex: 70%;
}

.chat-info {
    flex: 30%;
    padding: 0px 10px;
}

.chat-info img {
    float: left;
    border-radius: 100px;
    width:75px;
    height: 75px;
}

.infos {
    background: #f7f7f7;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

.chat-info-tecnico {
    height: 75px;
    margin-bottom: 20px;
}

.chat-bar {
    background: #0D9890;
    height: 60px;
    color: #fff;
    line-height: 60px;
    padding: 0 20px;
    position:relative;
}

.chat-info-tecnico {
    margin-top: 20px;
}

span#close-chat {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    width: 30px;
    text-align: center;
    height: 40px;
}

.message-text {
    padding: 15px;
    border-radius: 10px;
}
.sended-image {

    width:100%
}

.qrcode-box {
    position: relative;
    left: 25px;
    top: 2%;
}

.btn-imprimir {
    background: #0DA594;
    width: 170px;
    height: 40px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 37px;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.btn-imprimir:hover {
    background-color: #2bbbad;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
}

.user-modal {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    position: relative;
}

.modal_nometecnico {
    display: inline-flex;
    margin-top: 20px !important;
}

.atribuir{
    background: transparent;
    border: 1px solid #0DA594;
    line-height: 40px;

    justify-content: space-between;
    display: flex !important;
    padding: 0 12px;
    font-size: 14px;
    color: #0DA594;
    font-weight: 500;
    cursor: pointer;


    position: absolute;
    right: 30px;
    display: inline-block;
    width: 150px;
    top: calc(50% - 20px);
}

.atribuir:hover {
    background: #0DA594;
    color: #fff;
}

.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
}

.card.login-card {
    width: 25%;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
    border: 0;
    overflow: hidden;
}

.card.login-card .card-header {
    background-image: linear-gradient(to bottom right, #321963, #0F3875, #0E7486, #0DAB95 );
    border: 0;
    padding: 30px;
}

.card.login-card .card-header img {
    width: 160px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.card.login-card form {
    padding: 15px 0;
}

.card.login-card input {
    background: #f1f1f1;
    border-radius: 5px;
    border: 0 !important;
    text-indent: 10px;
    box-shadow: none !important;
}

.card.login-card button {
    margin: 0;
    width: 100%;
    background-image: linear-gradient(to bottom right, #321963, #0F3875, #0E7486, #0DAB95 );
    box-shadow: none !important;
    outline: none;
    height: 45px;
}

.custom-col-nav .nav-wrapper{
    background: linear-gradient(343deg, #0F3875, #0E7486, #0DAB95 60%);
}

.pagination li {
    width: 50px;
    line-height: 30px;
    border: 1px solid #114a7a;
    padding: 0;
}
.pagination li .page-link {
    color: #114a7a;
}
.pagination li.active {
    background: #114a7a;
}
.pagination li.active .page-link {
    color: #fff;
}
.pagination li:nth-child(1), .pagination li:nth-last-child(1) .page-link {
    font-size: 26px;
    position: relative;
    line-height: 25px;
}

.user-modal {
    display: inline-block;
    width: 100%;
}

.modal-content-reabrir img {
    float: left;
    width: 100px;
    border-radius: 100%;
    min-height: 100px;
    margin-right: 15px;
    padding: 5px;
}

/* RECUSA TÉCNICO MODAL */


.modal-recusa-tecnico {
    padding: 10px;
    width: 500px;
    min-height: 230px;
    position: absolute;
    top: calc(50% - 130px);
    left: calc(50% - 250px);
    background: #ffff;
    box-shadow: 0 10px 20px #00000075;
    border-radius: 10px;
    z-index: 9999999999;
}

.modal-recusa-tecnico .fields-desc {
    padding: 10px;
}

.modal-recusa-tecnico h3 {
    font-size: 30px;
    text-align: center;
}

.fields-desc {
    padding: 30px;
    position: relative;
}

.fields-desc textarea {
    background: #eee;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    height: 130px;
    outline: none;
    padding: 10px;
    max-width: 100%;
    min-width: 100%;
}

.modal-recusa-tecnico button {
    width: 100%;
    margin-left: 0px !important;
}

.modal-recusa-tecnico h4 {
    font-size: 25px;
    text-align: center;
    margin-top: 10px;
}

span.modal-recusa-tecnico-close {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #ddd;
    cursor: pointer;
}


.dica {
    background: #8bc34a94;
    position: absolute;
    right: 10%;
    width: 100%;
    max-width: 320px;
    top: 15%;
}

.dica h1 {
    font-size: 25px;
    text-align: center;
    justify-content: center;
}

.dica p {
    padding: 33px;
    text-align: justify;
    font-size: 16px;
    margin-top: -30px;
}

table.custom-table td button:hover {
    background: #0DA594;
    color: #fff;
}


strong.user-not-found {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #d50000;
}

.card.reset {
    top: 55%;
}

.tabs-col {
    overflow-x: auto;
}

.tabs {
    height: 60px !important;
}

.tabs .tab {
    height: 60px !important;
}

tabs .tab a:hover, .tabs .tab a.active {
    background-color: transparent;
    color: #009688;
}

.tabs .tab a {
    color: rgb(58, 212, 198);
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .28s ease, background-color .28s ease;
}

.tabs .tab a:hover {
    color: rgb(58, 212, 198);
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #1fb9aa;
    will-change: left, right;
}

.ticket-timer {
    position: relative;
    display: contents !important;
}



.queue-buttons {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1560px) {
    .queue-buttons a {
        width: 150px;
    }
}

@media (max-width: 1024px) {
    .queue-buttons {
        flex-direction: column;
    }

    .queue-buttons a {
        width: 258px;
    }
}

.pending-tickets {
    min-width: 1425px;
    width: 100%;
}

div#modal-chamado-atribuir {
    width: 90%;
    /*min-width: 1500px;*/
}

.row.search-pending-tickets {
    width: 1425px;
    padding: 10px;
    position: relative;
    margin: 0;
    background: #eee;
}

ul.tabs-menu-atribuir {
    margin-bottom: 0;
    width: 100%;
    display: flex;
    background: #F5F5F5;
    position: relative;
    height: 40px;
    padding: 5px;
}

td.reorder-priority {
    position: relative;
}

td.reorder-priority span {
    justify-content: flex-end;
    /* position: absolute; */
    position: relative;
    right: 50px;
    display: flex;
}
/*
td.reorder-priority.first span {
    right: 65px;
}

td.reorder-priority.last span {
    right: 65px;
} */

td.reorder-priority span i {
    font-size: 50px;
    cursor: pointer;
}


td.remove-priority {
    position: relative;
    text-align: right;
    right: 0;
    width: 30px !important;
}

td.remove-priority span {
    position: absolute;
    right: 40px;
    bottom: 35%;
}

td.remove-priority span i {
    color: #d5564d;
    cursor: pointer;
}


hr.fila-hr {
    border: 1.5pt dashed #eee;
}


.pac-container {
    display: block !important;
    z-index: 99999999 !important;
}

.pac-container::after {
    display: none !important;
}

i.large.material-icons.field-endereco-icon {
    position: absolute;
    right: 0;
    font-size: 36px;
    color: #ef5e5e;
    pointer-events: none;
}

.right-form.custom-form.ticket-preview {
    border: 2pt dashed #eee;
    border-radius: 10px;
    /* min-height: 490px; */
    margin-top: 25px;
}

.right-form.custom-form.ticket-preview .input-field {
    white-space: normal;
    width: 100%;
}

.right-form.custom-form.ticket-preview .input-field label {
    word-wrap: break-word;
    max-width: 100%;
    height: 100%;
}

#field-outro input {
    margin-left: 61px;
}

.input-field + .input-field {
    margin-top: 5px;
}

#input-raio, #input-segundos, #input-segundos2, #input-bateria {
    width: calc(100% - 70px);
}

.input-field .label-config {
margin-top: -8px;
}

/* .input-field label {
    justify-content: flex-end;
    position: relative;
    margin-right: 20px;
    margin-bottom: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 225px;
    overflow: hidden;
} */

#messages {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    max-width: calc(100% - 90px);
    box-sizing: border-box;
    box-shadow: none !important;
    margin: 0 !important;
}

#messages .message {
    font-weight: 400;
}

.btn.cancel {
    background-color: #d12121;
}


a.btn.btn-add-agente.btn-emit-ticket {
    background-color: #009688;
}

.input-field.input-full.select-equipamento.fila-fields {
    display: contents;
}

.equipment-list {
    position: relative;
}

ul#equipment-list {
    margin-top: 0;
    max-height: 130px;
    height: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 580px;
    z-index: 99999;
}

ul#equipment-list li {
    padding: 8px;
    background: #fafafa;
}

ul#equipment-list li:hover {
    background: #ddd;
    cursor: pointer;
}

.preloader-wrapper.big.active {
    margin-top: 25px;
    margin-left: calc(50% - 40px);
}

input.form-input.textarea, textarea.form-input.textarea {
    min-height: 70px;
    margin-top: 25px !important;
    position: relative !important;
}

td.checkbox {
    display: flex;
    justify-content: center;
    margin-right: -50px;
}

.qrcode-print-actions {
    display: flex;
}

.qrcode-print-actions a {
    background: #fff;
    color: #2fa594;
    padding: 10px 20px;
    border: 1px solid #2fa594;
}

.qrcode-print-actions a:hover {
    background: #2fa594;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #2fa594;
    cursor: pointer;
}

.qrcode-print-actions a:not(:nth-child(1)) {
    margin-left: 25px;
}


[type="checkbox"]+span:not(.lever) {
    padding-left: 22px;
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    border: 2px solid #ffffff;
}

td.checkbox {
    display: flex;
    justify-content: center;
    margin-right: -10px;
    background: #2fa594;
    width: 45px !important;
    transition: 0.2s;
}

td.checkbox:hover {
    width: 60px !important;
    margin-right: -30px;
}

span#qrcode-length {
    margin-left: 10px;
    font-weight: 600;
}

ul.typeahead.dropdown-menu {
    margin-left: 10px;
}

ul.typeahead.dropdown-menu li {
    transition: all 1s;
    padding: 10px;
    cursor: pointer;
}

ul.typeahead.dropdown-menu li:hover {
    background-color: #DCDCDC;
}

ul.typeahead.dropdown-menu li a:link {
    color: #000;
}