/* =========== IDEA =========== */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,500;0,700;1,400&display=swap');

@font-face {
    font-family: 'Circular Std';
    src: url('fonts/CircularStd-Black.woff2') format('woff2'),
        url('fonts/CircularStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    
}

.dataTables_processing {
    box-shadow: none !important;
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 100% !important;
    position: fixed !important;
    z-index: 99999;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    background: rgba(255,255,255,.9) !important;
}

.dataTables_processing  center {
    display: flex;
    justify-content: center;
    align-content: center !important;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.idea-login {
    background-image: url(../img/idea/login_back.png);
    background-size: cover;
}

.login-container {
    background: linear-gradient(90deg, #f4f6fc 50%, transparent 50%);
    height: 100% !important;
    position: absolute;
    width: 100%;
}

.login-form {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.login-title {
    font-family: 'Circular Std';
    color: #000;
}

.idea-login label {
    float: none;
    display: block;
    clear: both !important;
    width: 100%;
    font-family: 'Circular Std';
    color: #b0bac9;
    letter-spacing: .1em;
}

#loginForm {
    margin-top: 30px;
}

.idea-login input {
    color: #2e384d;
    background: #fff !important;
    border: none !important;
    height: 45px;
    margin-top: 7px;
    margin-bottom: 27px !important;
    padding: 0.75rem 0.75rem calc(0.75rem - 1px);
    width: 100%;
}

.idea-login .btn.btn-primary {
    height: 50px;
    line-height: 50px;
    padding: 0 !important;
    background: #2196f3 !important;
}

button, select, a {
    outline: 0 !important;
    text-decoration: none !important;
}

body {
    background: #dcdee3;
    font-variant-ligatures: none;
}



p {
    font-family: 'Rubik';
    color: #8798ad;
}

select, input {
    border-radius: 0 !important;
    background-color: transparent !important;
}

h1.section-title {
    margin: 2.5rem 0;
    font-family: 'Circular Std';
}

h2 {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 300 !important;
    color: #2e384d;
}

h4 {
    font-family: 'Circular Std';
    color: #2e384d !important;
}

.table-responsive h4 {
    letter-spacing: .1em !important;
}

.btn {
    box-shadow: none !important;
    border-radius: 0 !important;
}

.btn.btn-primary,
.btn.btn-secondary {
    font-family: 'Circular Std';
    letter-spacing: .1em;
    border-radius: 0 !important;
    padding: 18px !important;
    border: 1px solid #00b6ea !important;
}

.btn-primary:hover,
.btn-secondary:hover {
    border: 1px solid #2196f3 !important;
}

.btn.btn-primary {
    background-color: #00b6ea !important;
    color: #fff !important;
}

.btn.btn-secondary {
    color: #00b6ea !important;
    background: transparent !important;
}

.btn.btn-secondary:hover {
    color: #2196f3 !important;
}


.btn.btn-primary:hover {
    background: #2196f3 !important;

}

header.toolbar-waterfall.waterfall {
    padding: 0;
    height: 80px;
}

.header-logo {
    height: 40px;
    width: auto !important;
}

.navbar-toggler-icon {
    color: #bfc5d2;
    transition: all ease-in-out .1s;
}

.custom-control input:checked ~ label,
.custom-control-label:hover,
.navdrawer-nav .nav-link:hover,
.dropdown-item:hover, 
.top-menu button:hover,
.navbar-toggler-icon:hover,
.idea-sidebar-toggle:hover .navbar-toggler-icon {
    color: #2c9af4 !important;
}

.idea-sidebar {
    width: 80px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    background: #fff;
    border-right: 1px solid #e4e8f0;
}

.idea-sidebar-toggle {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: none;
    background: transparent;
}

.idea-sidebar a {
    height: 40px;
    display: flex;
    text-indent: -1000px;
    align-items: center;
    margin: 10px 0;
}

.idea-sidebar a span {
    background-color: #5e6066;
    transition: all ease-in-out .1s;
    display: flex;
    margin: 0px auto;
}

.idea-close-icon:hover, 
.top-menu button:hover > span,
.top-menu button > span:hover,
.idea-card-icons a:hover,
.idea-search:hover,
.idea-sidebar a:hover span {
    background-color: #2196f3 !important; 
}

.inicio span {
    -webkit-mask-image: url(../img/idea/home.svg);
    mask: url(../img/idea/home.svg);
    height: 30px;
    width: 30px;
}

.expedientes span {
    -webkit-mask-image: url(../img/idea/expedientes.svg);
    mask: url(../img/idea/expedientes.svg);
    height: 26px;
    width: 26px;
}

.coves span {
    -webkit-mask-image: url(../img/idea/coves.svg);
    mask: url(../img/idea/coves.svg);
    height: 30px;
    width: 30px;
}

.previos span {
    -webkit-mask-image: url(../img/idea/previos.svg);
    mask: url(../img/idea/previos.svg);
    height: 26px;
    width: 26px;
}

.activos  span {
    -webkit-mask-image: url(../img/idea/activos.svg);
    mask: url(../img/idea/activos.svg);
    height: 30px;
    width: 30px;
}

.reportes span {
    -webkit-mask-image: url(../img/idea/reportes.svg);
    mask: url(../img/idea/reportes.svg);
    width: 28px;
    height: 28px;
}

.datastage span {
    -webkit-mask-image: url(../img/idea/datastage.svg);
    mask: url(../img/idea/datastage.svg);
    width: 28px;
    height: 28px;
}

.situacion span {
    -webkit-mask-image: url(../img/idea/situacion.svg);
    mask: url(../img/idea/situacion.svg);
    width: 29px;
    height: 29px;
}

.configuracion span {
    -webkit-mask-image: url(../img/idea/configuracion.svg);
    mask: url(../img/idea/configuracion.svg);
    width: 29px;
    height: 29px;
}

.digitalizacion span {
    -webkit-mask-image: url(../img/idea/digitalizacion.svg);
    mask: url(../img/idea/digitalizacion.svg);
    width: 29px;
    height: 29px;
}

.boletines span {
    -webkit-mask-image: url(../img/idea/boletines.svg);
    mask: url(../img/idea/boletines.svg);
    width: 29px;
    height: 29px;
}

.acuses span {
    -webkit-mask-image: url(../img/idea/acuses.svg);
    mask: url(../img/idea/acuses.svg);
    width: 29px;
    height: 29px;
}


.Home .inicio:before,
.Pedimentos .expedientes:before,
.Coves .coves:before,
.Previos .previos:before,
.Activos .activos:before,
.Reportes .reportes:before,
.Datastage .datastage:before,
.Situacion .situacion:before,
.Configuracion .configuracion:before,
.Digitalizacion .digitalizacion:before,
.Boletines .boletines:before,
.Acuses .acuses:before {
    content: " ";
    display: block;
    position: absolute;
    left: 2px;
    background: #2196f3;
    height: 40px;
    width: 3px;
}

.Home .inicio,
.Pedimentos .expedientes,
.Coves .coves,
.Previos .previos,
.Activos .activos,
.Reportes .reportes,
.Datastage .datastage,
.Situacion .situacion,
.Configuracion .configuracion {
    background: #eff2ff !important;
}

.Home .inicio span,
.Pedimentos .expedientes span,
.Coves .coves span,
.Previos .previos span,
.Activos .activos span,
.Reportes .reportes span,
.Datastage .datastage span,
.Situacion .situacion span,
.Configuracion .configuracion span
{
    background-color: #2196f3;
}

/* =========== IDEA CARDS =========== */
.Home .card-body {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.Home .card-title {
    font-family: 'Circular Std';
    color: #2e384d !important;
    margin-bottom: 10px !important;
    margin-top: 4px;
}

.buscador,
.buscador-situacion {
    align-items: flex-start !important;
}

.buscador div {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.buscador h2,
.buscador-situacion h2 {
    margin-bottom: 5px;
}

.buscador-situacion div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.buscador-situacion > div {
    flex-direction: column;
}

.buscador-situacion > div:first-child {
    width: 25%;
}

.buscador-situacion #Pedimento {
    width: 345px !important;
}

.buscador-situacion p {
    color: #b6c0cd;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 4px;
    letter-spacing: .05em;
}

.idea-search {
    width: 25px;
    height: 25px;
    background: #2e384d;
    cursor: pointer;
    -webkit-mask-image: url(../img/idea/search.svg);
    mask: url(../img/idea/search.svg);
    margin: 10px 0;    
    transition: all ease-in-out .1s;
}

#Pedimento,
#pedimento {
    font-weight: 300;
    color: rgba(0,0,0,.3) !important;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #2e384d !important;
    flex: none;
    width: 240px !important;
    margin-right: 15px;
    padding: 0px 10px !important;
    box-shadow: none !important;
}

#tblDatastage_filter .form-control.form-control-sm,
.options-link {
    text-transform: uppercase;
    color: #080809;
    font-weight: 500; 
    letter-spacing: .05em;
    text-decoration: none !important;
    margin-left: 3px;
    margin-top: 4px;
    font-size: 13px;
}

#tblDatastage_filter .form-control:placeholder-shown,
#tblDatastage_filter .form-control:placeholder,
#tblDatastage_filter .form-control::placeholder {
    color: #b0bac9 !important;
}


#Pedimento:focus::placeholder,
#pedimento:focus::placeholder {
    opacity: 0;
}

#btnLimpiar {
    margin-top: 4px;
    margin-left: 13px;
    margin-right: 0;
    width: 240px;
    color: #080809;
    cursor: pointer;
    transition: all ease-in-out .1s;
    font-size: 13px;
    letter-spacing: .05em;
}

#btnLimpiar:hover {
    color: #2196f3 !important; 
}


.table {
    background: transparent !important;
}

.Home .card {
    cursor: pointer;
}
 
.Home .card,
.cards tbody tr {
    width: calc(100% * (1/4) - 12px - 12px);
}

#tblDatastage_wrapper,
#tblActivos_wrapper {
    margin: 0 !important;
}

#tablePedimentos_wrapper,
.cards:not(table) {
    margin-left: -12px;
    margin-right: -12px;
}

.cards tbody {
    display: flex;
    justify-content: stretch !important;
    flex-wrap: wrap;
}

.card,
.cards tbody tr {
    max-width: none !important;
    margin: 12px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(46,91,255,.05) !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(46,91,255,.05) !important;
    padding: 16px;
    border-radius: 0 !important;
    border: none !important;
    position: relative;
}

.list-group-item {
    max-width: none !important;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(46,91,255,.05) !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(46,91,255,.05) !important;
    padding: 16px;
    border-radius: 0 !important;
    border: none !important;
}

.dropdown-menu:before {
    box-shadow: 0px 1px 4px 0px rgba(46,91,255,.05) !important;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(46,91,255,.05) !important;
    border-radius: 0 !important;
}

.cards tbody tr > td {
    padding: 0px !important;
    border: none !important;
    display: inline !important;
}

.idea-status {
    display: flex;
    float: none;
    clear: both;
    justify-content: space-between;
}

.badge {
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase;
}

.badge {
    color: initial;
}

.badge-warning {
    color: #fab413 !important;
}

.badge-danger {
    color: #f44336 !important;
}

.badge-info {
    color: #2e5bff!important;
}


.badge-success {
    color: #0affbe!important;
}

.badge-primary {
    color: #00c1d4!important;
}

.badge-secondary {
    color: #2196f3!important;
}

.blockquote p {
    font-size: 13px !important;
    text-transform: uppercase !important;
    font-family: 'Rubik';
    font-weight: normal !important;
    display: block;
}

.config-header .section-title {
    margin-top: 0 !important;
}

.config-header .titulo {
    margin-top: 40px;
    text-transform: uppercase;
    text-indent: 3px;
    letter-spacing: .1em;
    margin-bottom: 8px;
}

.titulo {
    font-family: 'Rubik';
    font-weight: normal !important;
    color: #8798ad;
    display: block;
}

.data {
    color: #2e384d;
    letter-spacing: .1em;
}

.cltiad {
    margin: 1rem 0;
    display: flex;
    justify-content: space-between;
}

.fede,
.fecha {
    display: flex;
    justify-content: space-between;
}

.fecha .titulo {
    min-width: 95px;
}

.em-dash {
    background: #8798ad;
    height: 1px;
    width: 100%;
    margin: 9px 11px 9px 9px;
}

.fecha .data {
    letter-spacing: normal !important;
}

.idea-total {
    margin-top: 1rem;
}

.idea-total h4 a {
    /*color: #0affbe !important;*/
    color: #06956f !important;
}


.idea-card-icons {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
}

.idea-card-icons a {
    /*background: #8798ad;*/
	background: #020202;
    text-indent: -100000000px !important;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer !important;
}

.card:hover,
.table-hover tbody tr:hover {
    background: #fff !important;
}

.card,
.cards tbody tr {
    transition: all ease-in-out .1s;
}

/*
.cards:hover > :after,
.cards tbody:hover > :after { 
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.65);
    left: 0;
    top: 0;
        
}

.cards:hover > :hover:after,
.cards tbody:hover > :hover:after { 
    display: none;
}

.cards > * ,
.cards tbody > * { pointer-events: auto; }

.navdrawer-right .navdrawer-nav .navdrawer-divider {
    display: none;
}
*/


.icon-migrar {
    -webkit-mask-image: url(../img/idea/migrar.svg);
    mask: url(../img/idea/migrar.svg); 
}

.icon-documentos {    
    -webkit-mask-image: url(../img/idea/documentos.svg); 
    mask: url(../img/idea/documentos.svg); 
}

.icon-descargar {    
    -webkit-mask-image: url(../img/idea/descargar.svg); 
    mask: url(../img/idea/descargar.svg); 
}

.icon-pendientes {    
    -webkit-mask-image: url(../img/idea/pendientes.svg); 
    mask: url(../img/idea/pendientes.svg); 
}

.icon-email {   
    -webkit-mask-image: url(../img/idea/email.svg); 
    mask: url(../img/idea/email.svg); 
}

.icon-cargar {    
    -webkit-mask-image: url(../img/idea/cargar.svg); 
    mask: url(../img/idea/cargar.svg); 
}

.icon-situacion {    
    -webkit-mask-image: url(../img/idea/card-icon-situacion.svg); 
    mask: url(../img/idea/card-icon-situacion.svg); 
}

.notificaciones {    
    -webkit-mask-image: url(../img/idea/notificaciones.svg); 
    mask: url(../img/idea/notificaciones.svg); 
}

.empresa {    
    -webkit-mask-image: url(../img/idea/empresa.svg); 
    mask: url(../img/idea/empresa.svg); 
}

.perfil {    
    -webkit-mask-image: url(../img/idea/perfil.svg); 
    mask: url(../img/idea/perfil.svg); 
}

.idea-close-icon {    
    -webkit-mask-image: url(../img/idea/close.svg); 
    mask: url(../img/idea/close.svg); 
}


.tooltip {
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 0 !important;
}

.tooltip > * {
    background: #fff !important;
    color: #2196f3 !important;
    font-weight: bold;
    text-transform: uppercase;
}

.top-menu {
    color: #5e6066;
    display: flex;
    justify-content: flex-end;
}

.top-menu button {
    width: auto !important;
    transition: all ease-in-out .1s;    
    margin-left: 1rem;
}

.right-drawer-title span,
.top-menu button > span {
    background: #5e6066;
    display: block;
    float: left;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    transition: all ease-in-out .1s;
}

.dropdown-menu {
    border-radius: 0 !important;
}

.navdrawer-nav .nav-link,
.dropdown-item {
    font-family: "Rubik";
    font-size: 14px !important;
    font-weight: 400 !important;
    /*color: #bfc5d2 !important;*/
	color: 020202;
    background-color: transparent !important;
}


.navdrawer-content {
    box-shadow: none !important;
}

.idea-close-icon {    
    background: #bfc5d2;
    transition: all ease-in-out .1s;
    width: 29px;
    height: 29px;
    margin: 0px auto;
    display: block;
}

.navdrawer-nav {
    padding: 0 25px !important;
}

.navdrawer-right .list-group-item, 
.nav-item.nav-link {
    padding: 25px 0 !important;
}

.nav-item .material-icons {
    margin-right: 10px;
}

.dropdown-item.active {
    color: #2196f3 !important;
}

.dropdown-item.active i {
    font-size: 15px;
    line-height: 1;
    vertical-align: middle;
}

#dropdownSeleccionarEmpresa .dropdown-item:not(.active) {
    padding-left: 35px;
}

.navdrawer-right .list-group-item.active {
    background: transparent;
    color: #2e384d;
}

.navdrawer-right .list-group-item:not(.active) span {
    margin-right: 5px !important;
}

.collapse .card {
    background: transparent;
    box-shadow: none !important;
}

.textfield-box button {
    background: transparent !important;
    border-radius: 0 !important;
}

.dataTables_info,
#tablePedimentos_info {
    margin-left: 12px;
}

.dataTables_info {
    line-height: 56px;
    padding: 0 !important;
}

.pagination {
    background: transparent !important;
}

.page-link {
    border-radius: 0 !important;
}

.menu-overlay {
    position: fixed;
    left: 0;
    height: 100%;
    width: 79px;
    background: #fff;
    top: 145px;
    z-index: 99999;
    opacity: .8;
}

.menu-overlay:before {
    content: " ";
    right: 140px;
    height: 78px;
    background: #fff;
    width: 280px;
    top: 0;
    position: fixed;
}

.custom-control-label {
    text-transform: uppercase;
    /*!color: #b0bac9; */
    font-weight: 500 !important;
    letter-spacing: .1em;
    text-decoration: none !important;
    margin-left: 3px;
    cursor: pointer;
}


.custom-control.custom-radio {
    height: 50px;
}

#tableCoves h4 {
    margin: 0 !important;
}

h4 button {
    font-family: 'Rubik';
    text-decoration: none !important;
    padding: 0 !important;
    font-size: initial !important;
    letter-spacing: .05em;
}

.coves-group {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.data-divider {
    margin-top: 1rem;
}

.remesa b {
    color: #000;
}

.remesa {
    margin-right: 15px;
    color: #8798ad;
}

.modal-footer:last-child {
    margin-top: 1rem;
}


div.table-responsive > div.dataTables_wrapper > div.row:last-child {
    margin: 20px 0;
}


.table thead th,
#tableEmpresas thead th,
.idea-list-table thead th {
    font-weight: normal;
    text-transform: uppercase;
    font-size: .8rem !important;
    color: #080809;
    margin: 0 !important;
    height: 1.6rem !important;
    vertical-align: top;
    padding: 0 0 0 16px !important;
    white-space: nowrap !important;
}

#tableEmpresas,
.idea-list-table,
.idea-list-table table {
    border-spacing: 0 1rem !important;
}

#tableEmpresas tbody tr,
.idea-list-table tbody tr {
    background: #fff !important;
}

#tableEmpresas tbody tr td,
.idea-list-table tbody tr td {
    position: relative;
    padding: 16px;
}

/*
.idea-list-table tbody tr td:first-child:before {
    content: " ";
    background: white;
    position: absolute;
    height: 100%;
    width: 16px;
    left: -16px;
    top: 0;
}

.idea-list-table tbody tr td:last-child:after {
    content: " ";
    background: white;
    position: absolute;
    height: 100%;
    width: 16px;
    right: -16px;
    top: 0;
}
*/

#tableEmpresas tbody tr td,
.idea-list-table tbody tr td {
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 400;
    vertical-align: middle;
    font-size: 13px;
    color: #8798ad;
    letter-spacing: .1em;
    white-space: nowrap !important;
    text-transform: uppercase;
    border: 0 !important;
    height: auto !important;
}

.busqueda-avanzada {
    margin-top: 24px;
}

.activos-right-column {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.btnReporte {
    color: #8798ad;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
    transition-duration: 0.3s;
    transition-property: background-color, color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #ffffff;
    border: 0;
    display: block;
    line-height: 1.428572;
    min-height: 3rem;
    padding: 16px;
    position: relative;
}

.titleReporte {
    padding: 16px;
}


.Activos.Fijos .table-responsive {
    overflow-x: auto;
}

.Pedimentos .table-responsive {
    overflow-x: visible !important;
}

body:not(.Activos.Fijos) .table-responsive {
    overflow-x: visible !important;
}

.cargar-datastage {
    position: absolute !important;
}

.cargar-datastage a {
    color: #fff;
}

#tblSituacion_wrapper,
#tblDatastage_wrapper .pull-right.top {
    margin-top: 2.5rem;
}

/*.snackbar-container {
    border-radius: 0 !important;
    background: rgb(255, 2550, 255) !important;
    box-shadow: 0 2px 4px 0 rgba(46,91,255,.05) !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(46,91,255,.05) !important;
}

.snackbar-container p {
    font-weight: 400 !important;
    line-height: 1.5em !important;
    font-size: 13px !important;
    color: #8798ad !important
}
*/
#tblSituacion_filter {
    position: absolute;
    right: 0;
    z-index: 9999 !important;
    top: -65px;
}

#divSituacion div {
    overflow: visible !important;
}

.idea-list-table #tblSituacion td {
    white-space: normal !important;
    line-height: 1.25em !important;
}

.custom-switch .custom-control-label::after {
    box-shadow: none !important;
}

.dropdown-toggle {
    padding: 0 !important;
    background: transparent !important;
}

#ModalDialog.modal-lg {
    max-width: 90% !important;
}

.modal-title {
    font-size: 2.125rem !important;
    font-weight: 300 !important;
    letter-spacing: normal !important;
}

.modal-info {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#d9edf7), to(#b9def0));
  background-image: -webkit-linear-gradient(#d9edf7 0%, #b9def0 100%);
  background-image: -moz-linear-gradient(#d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(#d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(#d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
  border-radius: 6px 6px 0 0;
}

.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.modal-content {
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 16px;
    background: #f4f6fc !important;

}

.modal table {
    border-collapse: separate !important;
    border-spacing: 0 1rem !important;
    table-layout: auto !important;
}

.modal table tbody tr {
    background: white;
    border: none !important;
    box-shadow: none !important;
    vertical-align: middle !important;
}

.modal tbody tr td {
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 400;
    vertical-align: middle;
    font-size: 13px;
    /*color: #8798ad;*/
    color: #020202;
    letter-spacing: .1em;
    white-space: nowrap !important;
    text-transform: uppercase;
    border: 0 !important;
    height: auto !important;
}

.nav-tabs .nav-link {
    font-family: 'Circular Std';
    background: transparent !important;
}

.nav-tabs .nav-link:hover {
    color: #2196f3;
}

#divDocumentos > br:first-child {
    display: none;
}


#ModalBody th .btn.btn-outline-primary {
    font-size: 13px !important;
    padding: 0 !important;
    font-weight: normal !important;
}


#ModalBody thead th {
    font-weight: normal !important;
    text-transform: uppercase !important;
    font-size: 13px !important !important;
    /*color: #bfc5d2 !important;*/
    color: #020202 !important;
    margin: 0 !important !important;
    max-height: 25px !important !important;
    vertical-align: top !important;
    padding: 0px 16px !important !important;
    white-space: nowrap !important !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 25px !important;
}

.nav-tabs {
    box-shadow: none !important;
    margin-top: 2px;
    margin-bottom: 17px;
}

.nav-tabs .nav-link:before {
    display: none !important;
}

.nav-tabs .nav-link {
    color: #2196f3 !important;
    border: 1px solid transparent;
}

.nav-tabs .nav-link.active {
    color: #fff !important;
    background: #2196f3 !important;
    border-color: #2196f3 !important;
}

.nav-tabs .nav-link:hover {
    border-color: #2196f3;
}

.swal-button.swal-button--confirm {
    border-radius: 0 !important;
}

#expediente-contribuciones > tbody tr:first-child td:last-child {
    background: #f4f6fc;
    text-align: left;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#expediente-contribuciones > tbody tr:first-child td:last-child h2 {
    text-transform: none !important;
}

.liquidacion-total {
    position: absolute;
    top: -20px;
    width: 100%;
    height: 100%;
}

.liquidacion-total .titulo {
    margin-top: 20px;
}

.modal-dialog:not(.modal-lg) {
    max-width: 65%;
}

table td > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    
}

table a,
#tableDocumentosIntegrar tr {
    cursor: pointer;
}

#divAuditoria .col-md-12 > .row {
    align-items: center;
}

#divAuditoria .btn-outline-primary,
.input-group-append .btn-outline-primary {
    border: 1px solid !important;
    color: #2196f3 !important;
    background: transparent !important;
}

#divAuditoria .btn-outline-primary:hover, 
.input-group-append .btn-outline-primary:hover {
    background: #2196f3 !important;
    color: #fff !important;
    border-color: #2196f3 !important;
}

th .btn.btn-outline-primary {
    border-bottom: 1px solid;
    color: #2196f3 !important;
    background: transparent !important;
}

#tableDocumentosCargadosPorTipo th:last-child .btn {
    color: #f44336 !important;
    text-align: right !important;
    float: right;
}

#collapseDocumentos  > .blockquote,
#collapseExpedienteElectronico > .blockquote,
body.Pedimentos #Modal .modal-footer,
#collapseDocumentos > br {
    display: none;
}

#divHistorial .btn {
    padding: 0px 16px !important;
    color: #2196f3;
    background: transparent !important;
}

#divHistorial {
    margin-top: 35px;
}

#divHistorial .btn.collapsed  {
    color: #bfc5d2 !important;
}

#tableLogDocumentos_wrapper,
#tableLogExpedienteElectronico_wrapper {
    position: relative;
    box-sizing: content-box;
}

#tableLogDocumentos_wrapper > .row:first-child,
#tableLogExpedienteElectronico_wrapper > .row:first-child {
position: absolute;
top: -30px;
right: 0;
display: block;
}

.table-bordered {
    border: none !important;
}

#FormaDocumentos .modal-footer {
    display: flex !important;
}

#tableEmpresas tbody tr > td:first-child i {
    min-width: 60px !important;
}

.idea-list-table thead th:before, .idea-list-table thead th:after {
    top: 0px !important;
}

table thead th:before, table thead th:after {
    top: 0 !important;
}

#tableEmpresas thead th:nth-child(1):before {left: 65px;}
#tableEmpresas thead th:nth-child(1):after {left: 70px; }
#tableEmpresas thead th:nth-child(2):before {left: 45px;}
#tableEmpresas thead th:nth-child(2):after {left: 50px; }
#tableEmpresas thead th:nth-child(3):before {left: 75px;}
#tableEmpresas thead th:nth-child(3):after {left: 80px; }
#tableEmpresas thead th:nth-child(4):before {left: 76px;}
#tableEmpresas thead th:nth-child(4):after {left: 81px; }
#tableEmpresas thead th:nth-child(5):before {left: 45px;}
#tableEmpresas thead th:nth-child(5):after {left: 50px; }

#tableEmpresas thead th:last-child {
    display: none;
}

#tableImportadorExportador tbody tr {
    cursor: pointer;
}

.Home .doc-main > .d-flex:after {
    content: " ";
    flex: auto;
}


.modulo-2 {
    display: none !important;
}