@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

/* Sticky footer styles
-------------------------------------------------- */

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html,
body {
    width: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-color: #f1f1f4;
}

/* Login */

body.login-page {
    background: linear-gradient(to top left, #3F7883 50%, #68C5D7 50%);
    font-family: 'Montserrat', sans-serif;
    color: #0A0200;
}

body.login-page .footer {
    width: 100%;
    white-space: nowrap;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    background: transparent;
    border: none;
    margin-top: 0;
}

.login-page button.nav-link.btn.btn-link,
.login-page button.nav-link.btn.btn-link:hover {
    color: #404040;
}

body.login-page header {
    display: none;
}

.container {
    flex-grow: 1;
    flex-shrink: 0;
}

footer {
    line-height: 45px;
    text-align: right;
    background: #fbfbfb;
    border-top: 1px solid #d6d6d6;
    margin-top: 20px;
    flex-shrink: 0;
}

/* Registro */

body.register-page {
    background: #F1F1F4;
    color: #0A0200;
}

.footer-register {
    line-height: 70px;
    text-align: left;
    background: #FFFFFF;
    border-top: 1px solid #DEE2E6;
    margin-top: 20px;
    flex-shrink: 0;
}

.title {
    font-weight: 700;
    font-size: 38px;
    color: #404040;
    margin-bottom: 0.1em
}

.sub-title {
    font-weight: 400;
    font-size: 16px;
    color: #404040;
}

.label-optional {
    font-size: 12px;
    font-weight: 400;
}

.form-label {
    font-size: 16px;
    font-weight: 400;
}

.validation-summary-errors {
    color: red;
    margin: 6px;
    width: 30%;
}

.field-validation-error {
    color: red;
}

.input-validation-error {
    border: 2px solid red;
    background-color: pink;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

nav.navbar.navbar-light {
    background: #fff;
    line-height: 40px;
}

.btn-primary {
    border-radius: 0.40em;
    color: #fff;
    background-color: #404040;
    border-color: transparent;
    font-weight: 400;
    font-size: 16px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #313131;
    border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #404040;
    border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(41 15 1 / 33%);
}

.btn-secondary {
    border-radius: 0.40em;
    color: #404040;
    background-color: transparent;
    border-color: #404040;
    font-weight: 400;
    font-size: 16px;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle, 
.btn-primary:focus,
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: #404040;
    border-color: #404040;
}
.btn-success {
    color: #218739;
    background-color: transparent;
    border-color: #218739;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn-success:hover {
    color: #fff;
    background-color: #218739;
    border-color: #218739;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #218739;
    border-color: #218739;
}

.btn-warning {
    color: #BA5B12;
    background-color: transparent;
    border-color: #BA5B12;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn-warning:hover {
    color: #fff;
    background-color: #BA5B12;
    border-color: #BA5B12;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #BA5B12;
    border-color: #BA5B12;
}

.btn-link {
    font-weight: 500;
    color: #404040;
    text-decoration: underline;
}

.btn-link:hover {
    text-decoration: none;
    color: #404040;
}

.nav-item form {
    display: flex;
    justify-content: end;
}

button.nav-link.btn.btn-link {
    color: #fff;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    text-decoration: none;
}

button.nav-link.btn.btn-link:hover {
    color: #fff;
}

.btn {
    padding: 8px 12px;
    line-height: normal;
}

.card-login button.nav-link.btn.btn-link {
    margin-top: 15px;
}

fieldset label {
    font-size: 17px;
    font-weight: 700;
    background: #F1F1F4;
    padding: 0 15px;
    position: absolute;
    top: -15px;
    left: 10px;
}

.form-group label {
    margin: 10px 0;
    position: inherit;
    background: transparent;
    padding: 0;
}

header {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 45px;
    line-height: 25px;
    background: #68C5D7;
    flex-shrink: 0;
    color: #fff;
}

.card-login .btn {
    width: 100%;
}



header li.nav-item {
    margin-left: 20px;
}

header img {
    margin: 10px auto 20px auto;
    width: 230px;
    display: block;
}

.h1,
h1 {
    font-size: 38px;
    font-weight: 700;
    padding: 15px 0;
    color: #404040;
}

.card-login {
    margin-top: 20%;
    border-radius: 0.65rem !important;
}

.card-login h2 {
    font-size: 0.8em;
    font-weight: 600;
    margin: 15px 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
}

.titulo-app-login {
    color: #6b2e12;
    font-size: 1.1em;
    font-weight: 700;
    margin: 15px 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
    display: block;
}

.card-login h2:nth-child(3) {
    display: none;
}

.card-login h3 {
    font-size: 1.2em;
    font-weight: 700;
}

.card-login .card-header {
    background: none;
    border: none;
    padding: 30px 50px 0 50px;
}

.card-login .card-body {
    padding: 20px 50px 20px 50px;
}

.navbar-nav.links-login {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: unset;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.links-login li.nav-item {
    width: 50%;
    margin-top: 20px;
}

.logo-cabezal {
    max-width: 60px;
}

.borde-right {
    border-right: 1px solid #d6d6d6;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #404040;
    border-color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.nav-link {
    color: #fff !important;
    border-bottom: 1px solid #fff;
}

.nav-link:hover {
    color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0A0200;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d6d6d6;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #0a0200;
    background-color: #fff;
    border-color: #d6d6d6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(107 46 18 / 11%);
}

input[type=checkbox],
input[type=radio] {
    margin-right: 5px;
    height: 20px;
    width: 20px;
    margin: 0 10px 0 0;
}

.checkbox {
    margin-bottom: 5px;
}

.checkbox label {
    font-weight: 400;
}

.contenedor-acreditacion {
    max-width: 600px;
    margin: 0 auto;
}

.contenedor-acreditacion p {
    font-size: 1.1em;
    font-weight: 700;
    border-bottom: 1px solid #d6d6d6;
    padding: 25px 0 5px 0;
}

.botones-acreditacion button {
    margin: 15px 15px 0 0;
}

.botones-expediente button {
    margin: 0 15px 15px 0;
}

.botones-acreditacion a {
    text-decoration: none;
    margin: 15px 15px 0 0;
}

.margen-derecha {
    margin-right: 15px;
}

.contenedor-expediente table {
    margin-top: 15px;
    width: 100%;
}

.contenedor-expediente table .form-group {
    margin: 0;
}

.contenedor-expediente table .form-group input {
    border: 0;
    background: transparent;
    padding: 3px 0;
}

.contenedor-expediente table tr {
    border-bottom: 1px solid #d6d6d6;
}

.contenedor-expediente table th {
    padding: 5px 8px;
}

.contenedor-expediente table td {
    /*line-height: 55px;*/
    padding: 0 8px;
}

.contenedor-expediente table td button.btn {
    padding: 0.450rem 1.5rem;
    margin-top: -4px;
}

.contenedor-expediente table tr:nth-child(even) {
    background: #f7f7f7;
}

input[type="file"] {
    /*height: 45px;*/
}

.form-medium {
    display: inline-block;
    width: 49%;
    margin-right: 7px;
}

.form-small {
    margin-right: 7px;
    width: 32%;
    display: inline-block;
}

.form-medium.sin-margen,
.form-small.sin-margen {
    margin-right: 0;
}

.contenedor-filtros {
    background: #fbfbfb;
    border: 1px solid #d6d6d6;
}




.msg-info {
    width: 100%;
    margin: 10px;
    padding: 10px 15px;
    background-color: #54a45e;
    color: #fff;
    font-weight: 500;
    align-items: center;
    display: flex;
}

.msg-warn {
    width: 100%;
    margin: 10px;
    padding: 10px 15px;
    background-color: #cfa146;
    color: #fff;
    font-weight: 500;
    align-items: center;
    display: flex;
}

.msg-error {
    width: 100%;
    margin: 10px;
    padding: 10px 15px;
    background-color: #f26b65;
    color: #fff;
    font-weight: 500;
    align-items: center;
    display: flex;
}

.msg-info:before {
    font-family: "Material Icons";
    content: "check";
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
}

.alert-success:before {
    font-family: "Material Icons";
    content: "check";
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
}

.msg-warn:before {
    font-family: "Material Icons";
    content: "warning_amber";
    font-size: 22px;
    margin-right: 10px;
}

.alert-warning:before {
    font-family: "Material Icons";
    content: "warning_amber";
    font-size: 22px;
    margin-right: 10px;
}

.msg-error:before {
    font-family: "Material Icons";
    content: "error_outline";
    font-size: 22px;
    margin-right: 10px;
}

.alert-danger:before {
    font-family: "Material Icons";
    content: "error_outline";
    font-size: 22px;
    margin-right: 10px;
}

.alert {
    padding: 0.7rem 0.7rem !important;
}

a {
    color: #404040;
    text-decoration: none;
    background-color: transparent;
    font-weight: 500;
}

a:hover {
    color: #404040;
    text-decoration: none;
}


fieldset {
    min-width: 0;
    padding: 26px 26px;
    margin: 40px 0;
    border: 1px solid #d6d6d6;
    position: relative;
}

.explicacion {
    padding: 10px 15px 15px 20px;
    background-color: #fff4de;
    color: #6b2e12;
    border: 1px solid #6b2e12;
    font-weight: 600;
    font-style: italic;
}

.campos-obligatorios {
    text-align: right;
}

.botones-resumen-expediente {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    align-items: center;
}

.boton-resumen-expediente {
    text-align: center;
    padding: 0 25px 0 0;
}

.texto-resumen-expediente {
    margin-top: 20px;
}

.botones-resumen-expediente button {
    display: flex;
    align-items: center;
}

button i {
    margin-right: 10px;
}

.boton-con-icono {
    align-items: center;
    display: inline-flex;
}

button.cerrar-expediente {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.contenedor-expediente input[type="file"] {
    line-height: 25px;
}

button.btn.btn-ico-primary {
    padding: 0 !important;
    margin: 0 auto 0 5px !important;
    display: flex;
    color: #6b2e12;
    align-items: center;
    background-color: transparent;
    border: 1px solid #6b2e12;
}

button.btn.btn-ico-primary:hover {
    color: #fff;
    background-color: #9e461d;
    border: 1px solid #9e461d;
}

button.btn.btn-ico {
    padding: 0 !important;
    margin: 0 auto !important;
    display: flex;
    color: #6b2e12;
    align-items: center;
}

button.btn.btn-ico:hover {
    color: #9e461d;
}

.btn.btn-ico i,
button.btn.btn-ico-primary i {
    font-size: 25px;
    margin: 0;
}

.btn.btn-ico i.ico-descarga {
    font-size: 29px !important;
    margin-top: 3px !important;
}

.form-firmar form {
    display: flex;
    margin: 0 0 10px 0;
}

.con-comprobante {
    margin: 2px auto 0 auto;
    font-size: 28px;
    color: #54a45e;
    display: block;
    text-align: center;
}

.sin-comprobante {
    margin: 2px auto 0 auto;
    font-size: 28px;
    color: #dc3545;
    display: block;
    text-align: center;
}

.no-aplica {
    margin: 2px auto 0 auto;
    font-size: 28px;
    color: #a7a3a3;
    display: block;
    text-align: center;
}

i.ico-estado {
    font-size: 29px !important;
    margin-top: 3px !important;
}

.no-liminado {
    margin: 2px auto 0 auto;
    font-size: 28px;
    color: #54a45e;
    display: block;
    text-align: center;
}

.eliminado {
    margin: 2px auto 0 auto;
    font-size: 28px;
    color: #dc3545;
    display: block;
    text-align: center;
}

i.ico-accion {
    font-size: 29px !important;
    margin-top: 3px !important;
}

.prohibido {
    margin: 2px auto 0 auto;
    font-size: 28px;
    color: #a7a3a3;
    display: block;
    text-align: center;
}



.numero-9-digitos {
    text-align: right;
    width: 130px;
}

.fecha {
    width: 160px;
}

.texto-corto {
    width: 220px;
}

.paginacion {
    margin-bottom: 20px;
}

.paginaactual {
    margin-left: 10px;
    margin-right: 10px;
}

.alineado-derecha {
    text-align: right;
}

.tabla-con-word-break-all td {
    word-break: break;
}

.autocentrado {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.resumen-detalle {
    display: flex;
    align-items: center;
}

.resumen-detalle i {
    color: #6b2e12;
}

.resumen-detalle span {
    margin-left: 3px;
}

.form-group-btn {
    margin-top: 30px;
    text-align: center;
}

.form-group-btn-r {
    text-align: center;
}

.btn-center {
    margin: 0 auto;
    display: block;
}

/* ----------------------------------------- */

.zandgar__wizard {
    display: block;
    height: 100%;
    position: relative;
}

.zandgar__wizard .zandgar__step {
    display: none;
}

.zandgar__wizard .zandgar__step.zandgar__step__active {
    display: block;
}

nav.navbar.navbar-light {
    background: #fff;
    border-bottom: 1px solid #DEE2E6;
    box-shadow: 0px 0px 20px 0px #0000000D;
}

.table-wrapper {
    padding: 30px 35px;
    margin: 30px 0;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    background: #fff;
    box-shadow: 0px 0px 20px 0px #0000000D;
}

.table-wrapper-ext {
    padding: 30px 5px;
    margin: 30px 0;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    background: #fff;
    box-shadow: 0px 0px 20px 0px #0000000D;
}

.table-title {
    padding-bottom: 15px;
    padding: 16px 30px;
    margin: -20px -25px 10px;
    border-radius: 3px 3px 0 0;
}

.table-title h2 {
    margin: 5px 0 0;
    font-size: 24px;
}

.table-title .btn-group {
    float: right;
}

.table-title .btn {

    float: right;
}

.table-title .btn i {
    float: left;
    font-size: 21px;
    margin-right: 5px;
}

.table-title .btn span {
    float: left;
    margin-top: 2px;
}

.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}

.offcanvas {
    background-color: #3F7883;
}

.offcanvas-header {
    justify-content: end;
}

.offcanvas-header .btn-close {
    background: transparent;
    width: auto;
}

.offcanvas-header .btn-close i {
    color: #fff;
    margin: 0;
    padding: 0;
}

.navbar-nav .nav-link {
    padding: 15px 10px;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
}

.navbar-nav .nav-link i {
    margin-right: 15px;
}

.navbar-nav .dropdown-toggle:after {
    position: absolute;
    right: 15px;
}

.navbar-nav .dropdown-menu {
    width: 100%;
    top: -4px !important;
    border-radius: 0 0 4px 4px !important;
}

.titulo-pagina {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DEE2E6;
}

.btn-delete,
.btn-delete:hover {
    color: #EE7048;
}

.table> :not(caption)>*>* {
    padding: 15px 15px 12px 15px;
}

.titulo-botones {
    display: flex;
    align-items: center;
}

.btn-icon {
    line-height: 1;
    display: flex;
    align-items: center;
}

.btn-icon .material-icons {
    margin-left: 5px;
}

.page-item.active .page-link {
    background-color: #404040;
    border-color: #404040;
}

.page-link,
.page-link:hover {
    color: #404040;
}

.navbar-light .navbar-toggler {
    color: #3F7883;
    border-color: #DEE2E6;
}

.register-page .nav-link {
    color: #404040 !important;
}

.register-page .nav-link.active {
    color: #fff !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.footer-register a {
    color: #404040;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .contenedor-expediente table tr {
        display: grid;
        padding: 15px 0;
    }

    .contenedor-expediente table {
        width: 100%;
        border-top: 1px solid #d6d6d6;
    }

    .botones-resumen-expediente {
        flex-direction: column;
    }

    .boton-resumen-expediente {
        padding: 0;
        margin-bottom: 20px;
    }

    .texto-resumen-expediente {
        margin-top: 10px;
        text-align: center;
    }

    .titulo-pagina {
        flex-direction: column;
        padding-bottom: 20px;
    }
}

@media (max-width: 575px) {
    header li.nav-item {
        margin-left: 0px;
        text-align: center;
    }

    header img {
        margin-left: 0;
    }
}

@media (max-width: 443px) {
    .botones-editar-usuario {
        display: flex;
        float: left;
        flex-direction: column;
        align-items: center;
    }
}

.form-multi-select {
    padding: 10px 15px 10px 15px;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid rgb(214, 214, 214);
}
.form-checkbox {
    vertical-align: text-bottom;
}
.form-checkbox-estados {
    margin: 0px !important;
    vertical-align: text-bottom;
}
.form-inherit {
    /*display: inline-flex;*/

}
.btn-form-link {
    padding: 15px 10px !important;
    display: flex !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    align-items: center !important;
    width: 100% !important;
}

.btn-bold {
    font-weight: 500;
}
.btn-info {
    padding-bottom: 5px;
    padding-top: 7px;
}
.form-check-top {
    margin-top: 2px !important;
}

.footer{
    position: relative !important;
}

tr {
    line-height: 15px;
    min-height: 15px;
    height: 15px;
 }
.subtitulo-pagina {
    width: 75%;
    margin-right: 15px;
}
.subtitulo-pagina h1{
    padding-bottom: 0px;
}
.subtitulo-pagina-solicitud {
    width: 100%;
    margin-right: 15px;
}
.wizard-page .nav-link {
    color: #404040 !important;
}

.wizard-page .nav-link.active {
    color: #fff !important;
}

.wizard-subtitle {
    padding-top: 25px;
    /*padding-bottom: 20px;*/
    text-align: center;
}
.wizard-subtitle p {
    color: #404040;
    font-size: 16px;
    font-weight: 700;
}
.wizard-buttom-space {
    padding-top: 35px;
}
.accordion-space:not(#accordion-item-1) {
    margin-top: 15px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-top: 1px solid rgba(0, 0, 0, .125) !important;
}
.uploaded-ok {
    color: green !important;
}
.input-subtitle {
    color: #404040;
    font-size: 16px;
    font-weight: 700;
}
.accTec {
    display:none;
}
.estados-align {
    padding-right: 20px;
    padding-bottom: 10px;
}

.lb-bold {
    color: #404040;
    font-size: 16px;
    font-weight: 700;
}

.lbl-bold {
    color: #404040;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: .1rem !important;
}

.form-multi-select-area {
    padding: 10px 15px 10px 15px;
    max-height: 160px;
    overflow-y: auto;
    border: 1px solid rgb(214, 214, 214);
}

/* Badges colors */
.bg-solicitada {
    --bs-bg-opacity: 1;
    background-color: #D3D4D5 !important;
    --bs-text-opacity: 1;
    color: #5A5C5D !important;
}

.bg-observada {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
    --bs-text-opacity: 1;
    color: #087B92 !important;
}

.bg-enproceso {
    --bs-bg-opacity: 1;
    background-color: #C1E7EF !important;
    --bs-text-opacity: 1;
    color: #3F7883 !important;
}

.bg-finalizada {
    --bs-bg-opacity: 1;
    background-color: #5A5C5D !important;
    --bs-text-opacity: 1;
    color: #F4F5F5 !important;
}

.bg-respondida {
    --bs-bg-opacity: 1;
    background-color: #3F7883 !important;
    --bs-text-opacity: 1;
    color: #F0F9FB !important;
}

.bg-cancelada {
    --bs-bg-opacity: 1;
    background-color: #F7B3B2 !important;
    --bs-text-opacity: 1;
    color: #8F2B28 !important;
}

.bg-preaprobada {
    --bs-bg-opacity: 1;
    background-color: #FFE699 !important;
    --bs-text-opacity: 1;
    color: #9C7604 !important;
}

.bg-pagada {
    --bs-bg-opacity: 1;
    background-color: #A1CEB9 !important;
    --bs-text-opacity: 1;
    color: #0F5233 !important;
}

.bg-rechazada {
    --bs-bg-opacity: 1;
    background-color: #8F2B28 !important;
    --bs-text-opacity: 1;
    color: #FDEDEC !important;
}

.bg-aprobada {
    --bs-bg-opacity: 1;
    background-color: #5A5C5D !important;
    --bs-text-opacity: 1;
    color: #F4F5F5 !important;
}

.lbl-sol {
    font-size: 18px;
    font-weight: 700;
    color: #404040;
}

.border-0 {
    background-color: unset !important;
}

.item-account {
    line-height: 18px;
    text-align: right;
}
.item-account .row{
    margin-right: 15px;
}
.lbl-account-name {
    font-size: 18px;
    font-weight: 700;
    color: #404040;
}
.lbl-account-rol {
    font-size: 14px;
    font-weight: 400;
    color: #404040;
}

.btn-tipo {
    margin-top: 10px;
    width: 75%;
}

.spinner-wrapper {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999; /* modals 1055 */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
    /*transition: opacity .15s linear;*/
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.spinner-border {
    width: 60px;
    height: 60px;
}

.ev-comentarios {
    display: none;
}
.ev-secciones {
    display: none;
}

.tel-msg {
    margin-bottom: 1rem !important;
}
/*.custom-file-button {
    input[type="file"]
    {
        margin-left: -2px !important;
        &::-webkit-file-upload-button
        {
            display: none;
        }

        &::file-selector-button {
            display: none;
        }
    }

    &:hover {
        label
        {
            background-color: #dde0e3;
            cursor: pointer;
        }
    }
}*/
.texto-bienvenida span {
    font-weight: 400;
}
.offcanvas-start {
    width: 330px;
    border-right: 0px;
}
.offcanvas ul.dropdown-menu.show {
    position: relative !important;
    margin-top: -56px !important;
    margin-bottom: 53px !important;
    display: block;
    padding: 0;
}
.offcanvas .dropdown-item {
    padding: .8rem 1rem;
    border-bottom: 1px solid #dee2e6;
}
.table ul.dropdown-menu.show li {
    padding: 6px 0;
    border-bottom: 1px solid #dee2e6;
}
.table ul.dropdown-menu.show  {
    padding: 0;
}
.table ul.dropdown-menu.show li a:hover {
    background: transparent;
    text-decoration: underline;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 20px 30px 30px 30px;
}
.btn-doc {
    font-weight: 400;
    font-size: 12px;
    color: #F0F9FB;
    line-height: 14px;
    width: inherit !important;
}
.lbl-version {
    font-weight: 400;
    font-size: 12px;
    color: #787778;
    line-height: 14px;
}
.row-doc {
    border-bottom: 1px solid #DEE2E6;
}

.table-link {
    text-decoration: none !important;
    padding: 0px !important;
}

.orden-icon {
    width: 10px;
    font-size: 18px;
}