.btn-ingresar-tehuentec {
    background-color: #00ae42;
    border: solid 1px #00ae42;
    border-radius: 25px;
    font-family: 'Raleway', sans-serif;
}

.btn-ingresar-tehuentec:hover {
    background-color: white !important;
    color: #00ae42 !important;
    border-color: #00ae42 !important;
}

.btn-ingresar-tehuentec:active {
    background-color: #00ae42 !important;
    color: white !important;
    border-color: #00ae42 !important;
}

.btn-ingresar-tehuentec:focus {
    background-color: #00ae42 !important;
    color: white !important;
    border-color: #00ae42 !important;
    box-shadow: none !important;
}

.color-tehuentec {
    color: #00ae42 !important;
}

.fondo-color-tehuentec {
    background-color: #00ae42 !important;
}

.inputs-login {
    border: 1px solid #ced4da !important;
}

.logo-tehuentec-login {
    width: 80%;
}

.brand-link {
    text-align: center;
}

.main-sidebar {
    background-color: #00ae42;
}

.brand-link>img {
    width: 80%;
}

[class*=sidebar-dark] .brand-link {
    border-bottom: none;
}

.nav-sidebar .nav-item>.nav-link {
    color: white;
}

[class*=sidebar-dark] .user-panel {
    border-bottom: solid 1px white !important;
}

[class*=sidebar-dark-] .sidebar a {
    color: white !important;
}

/* Firma perfil */
.img-sig {
    width: 100%;
}

.title-sig {
    font-weight: 600;
    margin-top: 25px;
}

.note-sig {
    font-size: 12px;
    font-style: italic;
}

.signedIcon {
    text-align: center;
    color: #00ae42;
}

.signedIcon.not {
    color: #ff0000;
}

/* Formulario de contrato */
.titleContForm {
    padding: 5px;
    background: #00ae42;
    color: #ffffff;
    font-weight: 700;
    margin: 15px 0px;
}

.titleContForm.titleNot {
    background: #cc2e2e
}

#formContract input:not([type='radio']) {
    width: 100%;
}

.rowAddServ {
    text-align: center;
}

.rowMon {
    width: 45%;
    text-align: center;
    margin: 0 auto;
}

.inpPriceServ,
.inpPricePagoIniServ,
.inpPriceActServ {
    width: 145px !important;
    text-align: center;
    /* margin: 0 25%; */
    margin-left: 44%;
}

.rowSerRow {
    margin-bottom: 10px;
    padding: 10px;
}

.avatarEjecutivo {
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 50px;
    padding: 20% 40%;
}

.info {
    position: relative;
    top: 8px;
}

/* Modal datos cliente */
#modalClientView .modal-body {
    margin: 10px;
}

.containerViewClient .col-md-6 {
    border: 1px solid black;
    border-top: 0px;
    border-left: 0px;
    padding: 10px;
}

.containerViewClient .row>div:first-child {
    background: #00a53e;
    color: #ffffff;
    font-weight: 700;
    border-left: 1px solid black;
}

.containerViewClient .row:first-child {
    border-top: 1px solid black;
}

.menuActive {
    background: #008a34;
    font-weight: 600;
}

/* Spinner */
.spinner {
    display: none;
}

.spinner:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle farthest-corner at center, #3c4b57f2 0%, #1c262ba8 100%);
    z-index: 9990;
}

.loader {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    perspective: 800px;
    z-index: 9999;
}

.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.inner.one {
    left: 0%;
    top: 0%;
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid #EFEFFA;
}

.inner.two {
    right: 0%;
    top: 0%;
    animation: rotate-two 1s linear infinite;
    border-right: 3px solid #EFEFFA;
}

.inner.three {
    right: 0%;
    bottom: 0%;
    animation: rotate-three 1s linear infinite;
    border-top: 3px solid #EFEFFA;
}

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}