﻿* {
    font-family: Arial;
}

button:focus {
    outline: 0;
}

/*START LOADER*/
.ajax_loader_back {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1051;
}

.ajax_loader_hidden {
    display: none;
}

.lds-roller {
    width: 140px !important;
    height: 64px;
    position: fixed;
    top: 45%;
    left: 48%
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #c2709e;
            margin: -3px 0 0 -3px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 50px;
                left: 50px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 54px;
                left: 45px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 57px;
                left: 39px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 58px;
                left: 32px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 57px;
                left: 25px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 54px;
                left: 19px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 50px;
                left: 14px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 45px;
                left: 10px;
            }

.lds-roller-text {
    position: relative;
    top: 5em;
    right: 2.5em;
    color: #c2709e;
    font-weight: bold;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*END LOADER*/

.header-title {
    font-size: 20px;
    margin-left: 14px;
    color: #888888;
}

.buttonStage {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #58585a;
    background-color: #dcdcdc;
    border: 1px solid transparent;
    cursor: pointer;
    margin-top: 3px;
    padding: 8px;
}

    .buttonStage:hover {
        background-color: #c2709e !important;
        color: #fff;
    }

.buttonStageActive {
    color: #fff !important;
    background-color: #c2709e !important;
}

.buttonStagePayment button {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #888888;
    background-color: #ececec;
    border: 1px solid transparent;
    cursor: pointer;
    padding: 7px 7px 7px 10px;
    text-align: initial;
}

.buttonStagePayment:hover button, .buttonStagePaymentActive button {
    background-color: #dbdcea !important;
    color: #3f3f3f !important;
}

.buttonStagePayment .payment-circle {
    border-radius: 50%;
    background-color: #888888;
    padding: 5px 8px;
    margin-right: 15px;
    color: #fff
}

.buttonStagePayment:hover .payment-circle, .buttonStagePaymentActive .payment-circle {
    background-color: #9f4271;
}

.arrowPaymentAfter:after {
    border: solid transparent;
    content: " ";
    position: absolute;
    border-bottom-color: #ececec;
    border-width: 18.5px;
    transform: rotate(90deg);
    cursor: pointer;
}

.buttonStagePayment:hover .arrowPaymentAfter:after, .buttonStagePaymentActive .arrowPaymentAfter:after {
    border: solid transparent;
    content: " ";
    position: absolute;
    border-bottom-color: #dbdcea;
    border-width: 18.5px;
    transform: rotate(90deg);
    cursor: pointer;
}

.arrowPaymentBefore:before {
    border: solid #ececec;
    content: " ";
    position: absolute;
    border-bottom-color: transparent;
    border-width: 18.5px;
    transform: rotate(90deg);
    cursor: pointer;
}

.buttonStagePayment:hover .arrowPaymentBefore:before, .buttonStagePaymentActive .arrowPaymentBefore:before {
    border: solid #dbdcea;
    content: " ";
    position: absolute;
    border-bottom-color: transparent;
    border-width: 18.5px;
    transform: rotate(90deg);
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.button-next {
    background: #c2709e;
    border: none;
    /*border-bottom: solid 4px #c2709e;*/
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-right: 7.5px;
    margin-left: 7.5px;
    border-radius: 0px !important;
    font-weight: bold;
}

    .button-next:hover {
        background: #c2709e;
        border: none;
        /*border-bottom: solid 4px #c2709e;*/
        color: #fff !important;
        font-size: 14px;
        cursor: pointer;
        margin-right: 7.5px;
        margin-left: 7.5px;
        border-radius: 0px;
        font-weight: bold;
    }

.button-reset {
    background: #dcdcdc;
    border: none;
    /*border-bottom: solid 4px #b2b2b2;*/
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    margin-right: 7.5px;
    margin-left: 7.5px;
    border-radius: 0px;
    font-weight: bold;
}

/*   .button-reset:hover {
        background: #b2b2b2;
        border: none;
        border-bottom: solid 4px #b2b2b2;
        color: #000000;
        font-size: 14px;
        cursor: pointer;
        margin-right: 7.5px;
        margin-left: 7.5px;
        border-radius: 0px;
    }*/

.margin-filtros {
    margin-bottom: 1.5em;
    font-size: 13px;
}

.margin-input-table {
    font-size: 13px;
}

.form-control {
    padding: 5px !important;
    border-radius: 0px !important;
    /*height: calc(2.27rem + 2px);*/
}


.table {
    font-family: Arial !important;
    border-collapse: collapse !important;
    padding-bottom: 1.5em !important;
    margin-top: 1.5em !important;
    font-size: 14px;
    border-bottom: 2px solid #828282 !important;
}

    .table td, .table th {
        border: 1px solid #fff !important;
        padding: 8px;
    }

    .table tr:hover {
        background-color: #ddd !important;
    }

    .table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #646464;
        color: #fff;
    }

    .table tbody {
        color: #3f3f3f;
    }

    .table tr:nth-child(2n+1) {
        background-color: #eee;
    }


.data-table, .generic-datatable {
    font-family: Arial !important;
    border-collapse: collapse !important;
    padding-bottom: 1.5em !important;
    margin-top: 1.5em !important;
    font-size: 13px;
    border-bottom: 2px solid #828282 !important;
}

    .data-table td, .data-table th, .generic-datatable td, .generic-datatable th {
        border: 1px solid #fff !important;
        padding: 8px;
    }

    .data-table tr:hover, .generic-datatable tr:hover {
        background-color: #ddd !important;
    }

    .data-table th, .generic-datatable th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #828282;
        color: white;
    }

    .data-table tr:nth-child(even), .generic-datatable tr:nth-child(even) {
        background-color: #f2f2f2;
    }

.text-end {
    text-align: end;
}

.select-multi {
    display: block;
    width: 100% !important;
    border: 1px solid #ced4da !important;
    border-radius: 0rem !important;
    font-size: 13px;
}

.dropdown-toggle.bs-placeholder {
    color: #495057 !important;
    background-color: #ffffff !important;
}

.text-center {
    text-align: center;
}

.date-input {
    background-image: url('../imgs/icone_calendario.png');
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

.file-input {
    background-image: url('../imgs/icone_upload.png');
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
    cursor: pointer;
    color: #939ba2;
}

.border-red {
    border-bottom: 2px solid #c2709e !important;
}

.summary-box {
    background-color: #efefef;
}

.file-see {
    background-image: url('../imgs/icone_ver.png');
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
    cursor: pointer;
}

label {
    font-size: 13px;
}

.adicionalFields, .adicionalWarrantyFields, .se_symptoms_table {
    display: none;
}

.loginButton {
    /*    background-image: url('../imgs/icone_logout.png');
    background-repeat: no-repeat;
    background-position: left center;*/
    font-size: 14px;
    margin-top: 3px;
    border: #fff 1px solid;
    background-color: transparent;
    padding: 5px 10px;
    margin: 0px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.filter-more {
    display: none;
}

.colorRed {
    color: #c2709e;
}

.imei {
    display: none;
}

.erro {
    border: 3px solid red !important;
}

#side-menu-button {
    background: #9f4271;
    border: none;
    height: 40px;
    width: 40px;
    cursor: pointer;
    border-radius: 0px;
    padding: 0px;
    z-index: 1;
}

    #side-menu-button img {
        margin: auto;
        margin-top: -4px;
    }

#side-menu-wrapper {
    width: 359px;
    z-index: 1;
}

#side-menu {
    width: 359px;
    height: 100%;
    background-color: #4f4c4e;
    margin: 0;
}

.button-content {
    background: #c2709e;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    font-weight: bold;
}

#side-menu-header {
    width: 100%;
    color: #646464;
    font-weight: bolder;
    font-size: 20px;
    border-bottom: 1px solid #646464;
    padding: 15px;
    margin-bottom: 0px;
}

#side-menu-header-tab-div {
    width: 100%;
    border-bottom: 1px solid #646464;
}

#side-menu-header-tab {
    padding-bottom: 5px;
    margin: 15px;
    margin-bottom: 0px;
    border-bottom: 3px solid #d28eb4;
    color: #d28eb4;
    font-size: 15px;
    font-weight: bold;
}

#side-menu-body {
    padding: 15px;
}

.side-menu-nav {
    color: #fff;
    font-size: 13px;
    overflow: auto;
    max-height: calc(100vh - 195px);
}

    .side-menu-nav .parent-li {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #646464;
    }

        .side-menu-nav .parent-li p {
            font-weight: bold;
        }

    .side-menu-nav .nav-link p {
        padding-left: 14px;
        margin-bottom: 0px;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 277px !important;
        overflow: hidden;
        display: inline-flex;
    }

    .side-menu-nav .nav-link i {
        width: 27px;
        text-align: center;
    }

    .side-menu-nav .nav-item {
        cursor: pointer;
        width: 100%;
    }

        .side-menu-nav .nav-item:hover, .side-menu-nav .nav-item.active {
            background-color: #646464;
            cursor: pointer;
        }

.childActive {
    color: #d28eb4 !important;
}

.childBlock {
    color: #a3a3a3;
}

.side-menu-nav::-webkit-scrollbar-track {
    background-color: #292a2c;
}

.side-menu-nav::-webkit-scrollbar {
    width: 12px;
    background-color: #5c5d5f;
}

.side-menu-nav::-webkit-scrollbar-thumb {
    width: 11px;
    background-color: #5c5d5f;
}

.side-menu-nav::-webkit-scrollbar-button:vertical:start:decrement {
    background: linear-gradient(120deg, #292a2c 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(240deg, #292a2c 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(0deg, #292a2c 40%, rgba(0, 0, 0, 0) 31%);
    background-color: #5c5d5f;
}

.side-menu-nav::-webkit-scrollbar-button:vertical:end:increment {
    background: linear-gradient(300deg, #292a2c 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(60deg, #292a2c 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(180deg, #292a2c 40%, rgba(0, 0, 0, 0) 31%);
    background-color: #5c5d5f;
}

.side-menu-filter {
    padding: 15px;
}

    .side-menu-filter label {
        width: 100%;
        font-weight: bold;
        color: #a3a3a3;
        font-size: 14px;
    }

    .side-menu-filter input {
        width: 100%;
        margin-bottom: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .side-menu-filter select {
        width: 100%;
        margin-bottom: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

#button-filter-apply {
    background: #c2709e;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0px;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: bold;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

#button-filter-reset {
    background: #646464;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0px;
    width: 100%;
    margin-bottom: 15px;
    font-weight: bold;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

/*.progression-circle {
    display: initial;
    padding: 5px;
    text-align: center;
    color: #8fdf42;
    border: 3px solid #8fdf42;
    border-radius: 50%;
}*/

.progression-circle {
    position: relative;
}

    .progression-circle div {
        position: absolute;
        top: 5px;
        left: 1px;
        width: 100%;
        text-align: center;
        font-size: 15px;
    }

.labelDisable {
    background-color: #eeeeee;
}

.round {
    position: relative;
}

    .round label {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        height: 20px;
        left: 0;
        position: absolute;
        top: 0;
        width: 20px;
    }

        .round label:after {
            content: "";
            position: absolute;
            top: 2px;
            left: 2px;
            border-radius: 50%;
            width: 14px;
            background: #c2709e;
            height: 14px;
            opacity: 0;
        }

        .round label.active:after {
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 6px;
            left: 3px;
            opacity: 0;
            position: absolute;
            top: 5px;
            transform: rotate(-45deg);
            width: 12px;
            background: #66bb6a;
            border-radius: 0%;
        }

    .round input[type="checkbox"] {
        visibility: hidden;
    }

        .round input[type="checkbox"]:checked + label {
            /*background-color: #66bb6a;*/
            border-color: #c2709e;
        }

            .round input[type="checkbox"]:checked + label.active {
                background-color: #66bb6a;
                border-color: #66bb6a;
            }

            .round input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }


.dataTables_paginate {
    margin-right: 0px !important;
}

.dataTables_info {
    margin-left: 0px !important;
    color: #58585a !important;
    font-size: 13px !important;
}

.paginate_button {
    border: none !important;
    border-radius: 0px !important;
    color: #58585a !important;
    font-size: 13px !important;
    font-weight: bold;
}

.font-bold {
    font-weight: bold;
}

.assignedToMe-dataTable {
    background-image: url('../imgs/icon_atribuido-mim.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px !important;
}

.notAssignedToMe-dataTable {
    background-image: url('../imgs/icon_atribuido-outro.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px !important;
}

.state-aberto-dataTable {
    background-image: url('../imgs/icon_estado_aberto.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px !important;
}

.state-fechado-dataTable {
    background-image: url('../imgs/icon_estado_fechado.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px !important;
}

.state-pendente-dataTable {
    background-image: url('../imgs/icon_estado_pendente.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px !important;
}

.state-tratamento-dataTable {
    background-image: url('../imgs/icon_estado_tratamento.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px !important;
}

.btn-red, .btn-default {
    border-radius: 0px !important;
}

td.details-control {
    background: url('../imgs/icon_seta_baixo.png') no-repeat center center;
    cursor: pointer;
}

tr.shown {
    background-color: #e8dff4 !important;
}

    tr.shown td.details-control {
        background: url('../imgs/icon_seta_cima.png') no-repeat center center;
        cursor: pointer;
    }

.tabledata-child {
    padding: 0px !important;
}

.datatable-details {
    min-width: 40px;
    text-align: center;
}

.tt_notification_div {
    padding: 0px;
}

.tt_notification {
    position: absolute;
    background-color: white;
    top: -40px;
    left: 34px;
    font-size: 14px;
    width: 150px;
    box-shadow: 0px 0px 15px #999;
}

.tt_notification_new {
    padding: 5px 10px;
    color: black;
}

.button-darkPink {
    background-color: #9f4271 !important;
    color: #fff !important;
    font-weight: bold;
}
    .button-darkPink:hover, .btn:hover {
        color: #fff !important;
    }

    .input-container-user, .input-container-pass {
        position: relative;
    }

.inputuser, .inputpass {
    height: 35px;
    padding-left: 35px !important;
    color: #828282 !important;
    font-size: 16px !important;
    font-family: Arial !important;
    border: 1px solid #DDD;
    background-color: #fff !important;
    border-radius: 0px !important;
}

.inputpass {
    padding-right: 35px !important;
}

.input-img-user, .input-img-pass {
    position: absolute;
    bottom: 11px;
    left: 10px;
}

#forget-pass {
    color: #888;
    float: right;
    cursor: pointer;
    margin-top: -10px;
    font-size: 14px;
}

.button-login {
    margin: 10px 0px;
    background: #c2709e;
    border: none;
    width: 100%;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0px !important;
    font-weight: bold;
}

#ButtonPassRecovery {
    margin: 15px 0px;
    background: #c2709e;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0px !important;
    font-weight: bold;
}

#ButtonCancel {
    margin: 15px 0px;
    background: #dcdcdc;
    border: none;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0px !important;
    font-weight: bold;
}

.header-login-modal {
    background-image: url('../imgs/logo_login.png');
    background-repeat: no-repeat;
    padding-bottom: 120px;
    background-position: center center;
    border-bottom: 4px solid #c2709e;
    overflow: hidden;
}

.g-recaptcha {
    display: inline-block;
    margin: 10px 0px;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #c2709e;
}

.validate-erro {
    border: 2px solid red;
}

.UserInvoicing, .aluno-perfil {
    display: none;
}

#div-scroll-table {
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: auto;
}

.edit-files{
    display:none;
    cursor:pointer;
}

.certification-img{
    display:none;
}

@media (max-width: 650px) {
    .mobileHide {
        display:none
    }

    #side-menu-wrapper, #side-menu {
        width: 200px;
    }

    .mobileWidth100 {
        width: 100% !important;
    }

    .mobileWidth50 {
        width: 50% !important;
    }

    .mobileFlexColumn {
        flex-direction: column;
    }
    .mobileMarginBottom15{
        margin-bottom:15px !important;
    }
    .mobileFlex{
        display:flex;
    }
    .mobilePaddingLeft0{
        padding-left:0px !important;
    }
    .mobileTextAlignLeft{
        text-align:left !important;
    }
}