/*******************************
* New styles created by KDU
********************************/

/*******************
* Otros
*******************/
.ui-expand { 
    width: 100%; 
    height: 100%; 
} 
.ui-panelgrid-cell {
    border: none !important;
    padding: 6px !important;
}
.ui-fileupload-choose {
     background-images: ""
}

body .registroFieldset {
    margin-bottom: 5px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    border-radius: 8px;
}
body .registroFieldset .ui-fieldset-legend {
    border: 0px solid #dedede;
    background-color: #ffffff;
}
body .booleanCheckbox.ui-chkbox {
    width: auto;
}
body .booleanCheckbox .ui-chkbox-box {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
body .booleanCheckbox .ui-chkbox-label {
    vertical-align: middle;
    margin-top: 0;
}

h2 {
    font-size: 1.6em;
    font-family: "Roboto Slab", sans-serif !important;
}

.mtt-logo:hover:after {
    text-decoration: underline !important;
}

.alert-info {
    color: #00626e;
    background-color: #ccf2f6;
}

footer {
    text-align: center;
    padding: 3px;
    background-color: white;
    color: black;
    position:absolute;
    bottom:0;
    width:100%;
}

footer p {
    margin-top: 1px;
    margin-bottom: 1px;
}

.logout-icon {
    color: #575757 !important;
    font-size: 20px !important;
    position: relative !important;
    top: 10px !important;
}

.botones-accesibilidad {
    float: right;
    position: relative;
    top: 10px;
    right: 10px;
}

.toolbar-btn {
    width: 42px;
    height: 38px;
    text-decoration: none;
    vertical-align: top;
    background-color: #fff;
    border: 1.77px solid #a8b7c7;
}

.toolbar-btn:hover {
    border-color: #006fb3;
}

.toolbar-btn:hover .fa::before {
    color: #006fb3;
}

.toolbar-icon-sec-size {
    font-size: 10px !important;
}

/*******************
* OVERRIDE Theme.css
********************/
body {
    background-color: #EEEEEE;
}
body .ui-button {
    background-color: #006FB3 !important;
}
body .ui-widget, body .ui-widget .ui-widget {
    font-size: 16px;
    font-family: "Roboto Slab",sans-serif !important;
    color: #475156;
}
body .ui-fieldset .ui-fieldset-legend {
    color: #111111;
}
body .ui-button {
    color: #FFFFFF !important;
}
body .ui-button.ui-state-hover {
    background-color: #00578d !important;
    color: #FFF !important;
}
body .ui-inputfield.ui-state-hover:not(.ui-state-error) {
    border-color: #34b2ff;
}
body .ui-inputfield.ui-state-focus:not(.ui-state-error) {
    border-color: #34b2ff;
}

.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #006fb3;
}

.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu > li.w-subitems.active-menuitem > a span {
    color: #333333;
}

.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu > li.w-subitems.active-menuitem > a {
    background-color: #FFF;
}

.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #333333;
}

.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a span {
    color: #FFF;
}

.layout-wrapper .layout-sidebar .layout-menu li ul li.active-menuitem > a span {
    color: #FFF;
}

.layout-wrapper .layout-sidebar .layout-menu li ul li.active-menuitem > a {
    background-color: #006fb3;
}

.layout-wrapper.layout-menu-light .layout-sidebar .layout-menu-title {
    border-bottom: 0px solid #9b9b9b;
    color: #a1a1a1;
    font-size: 11px;
    text-transform: uppercase;
}

.layout-wrapper .layout-sidebar .layout-menu li a span {
    color: #a1a1a1;
    display: block;
    font-size: 16px;
    min-width: inherit!important;
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 0;
    font-family: "Roboto Slab",sans-serif !important;
}

.layout-wrapper .layout-topbar {
     background-color: #FFF;
     background-image: none;
     position: fixed;
     top: auto;
}

.layout-wrapper .layout-topbar .search-input {
    margin-top: 10px;
    margin-left: 10x;
    position: static;
}

body .layout-wrapper .layout-main {
    padding-top: 60px;
}

.sol-select {
    min-width: 400px !important;
    max-width: 450px !important;
}

.modal-dj-radio {
    white-space: nowrap!important;
    width: 100%;
    margin-left: 2px;
}

.modal-dj-radio.ui-selectoneradio label {
    margin-left: 2px !important;
}

.ui-growl-image  {
    margin-top: -20px;
}

body .ui-growl .ui-growl-item-container.ui-growl-error .ui-growl-image:before {
    font-size: 30px;
}

body .ui-growl .ui-growl-item-container.ui-growl-info .ui-growl-image:before {
    font-size: 30px;
}


/*******************
* PRE - LOGIN
********************/
.login-background {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #EEEEEE;
}

.login-content {
    width: 900px;
    height: 350px;
    background-color: #FFFFFF;
    position:absolute;
    top:60%;
    left:50%;
    margin-left:-450px;/* half width*/
    margin-top:-300px;/* half height*/
    border-bottom: 0px solid #d5d5d5;
    font-size: 16px;
    font-family: "Roboto Slab", sans-serif !important;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 25%) !important;
    border-radius: 10px !important;
}

.login-border-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.login-border-bottom-left {
    border-bottom-left-radius: 10px !important;
}

.login-border-top-left {
    border-top-left-radius: 10px !important;
}

.login-cu-access-cell {
    margin-left: 25px !important;
}

.login-internal-access-cell {
    margin-left: 5px !important;
}

.login-row-button {
    height: 20%;
}

.login-access-button {
    width: 160px px !important;
    min-width: 160px !important;
    height: 42px !important;
    padding: 8px 18px 40px 15px !important;
    font-size: 16px;
    line-height: 1.6em !important;
    text-decoration: underline !important;
}


.login-row-content {
    padding: 0px 35px 0px !important;
    width: 60% !important;
    order: 1 !important;
    height: 10%;
}

.login-row-content-form {
    padding: 0px 35px 0px !important;
    order: 1 !important;
    height: 10%;
}

.login-form-label {
    display: inline-block;
    width: 80px;
    text-align: left;
}

.w-25 {
    width: 25%;
}

.login-text {
    font-weight: 400 !important;
}

.login-text-sec {
    font-weight: 400 !important;
    color: #575757 !important;
}

.ui-panelgrid-cell-line {
    border: none !important;
    padding: 0px !important;
}
.line::after {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    height: 2.5px;
    content: "";
    background: linear-gradient(to right,#0f69b4 0,#0f69b4 50%,#e22c2c 50%,#e22c2c 100%);
}
.login-logo {
    max-width: 270px;
}
.login-sub-panel-left {
    width: 60%;
}
.login-sub-panel-right {
    width: 40%;
    text-align: center;
    background-color: #3f51b5 !important;
}
.login-cell {
    border: 0px solid #FFFFFF !important;
}
.login-btn {
    background-color: #006fb3;
    color: #FFF;
    font-size: 16px !important;
    font-family: "Roboto Slab", sans-serif !important;
    width: 100%;
    height: 60px;
}
.login-btn .cl-claveunica {
    background: url(../images/cu-blanco.svg.xhtml?ln=recimiv-gob) no-repeat;
    top: 15px !important;
    left: 40px !important;
}

.login-logo-cu {
    background: url(../images/cu-blanco.svg.xhtml?ln=recimiv-gob) no-repeat;
    background-size: 30px;
    background-position: 10px;
}

.login-btn:hover {
    background-color: #00578d;
    color: #FFF;
}
.login-btn:active {
    background-color: #00578d;
    color: #FFF;
}
.login-btn:focus {
    background-color: #00578d;
    color: #FFF;
    outline: 1px dashed #000;
}
.login-next-title {
    margin-top: 0px;
}
.login-next-form {
    width: 80%;
}
.login-next-row-form {
    padding-left: 10% !important;
    padding-right: 20% !important;
}

.login-foot-row {
    height: 10%;
}

body .ui-button.ui-button-text-icon-left .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    left: 0.5em;
}

/*Icono ClaveÚnica*/
.btn-cu .cl-claveunica {
    display: inline;
    float: left;
    text-indent: -9999px;
}

/*Texto ClaveÚnica*/
.btn-cu .texto {
    padding-left: 3px;
    text-decoration: underline;
}

/* Tamaño S */
.btn-cu.btn-s {
    width: 130px;
    min-width: 130px;
    height: 36px;
    padding: 8px 10px !important;
    font-size: 14px;
}
.btn-cu.btn-s .cl-claveunica {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}

/* Tamaño M */
.btn-cu.btn-m {
    width: 160px;
    min-width: 160px;
    height: 42px;
    padding: 8px 18px 8px 15px !important;
    font-size: 16px;
    line-height: 1.6em;
}
.btn-cu.btn-m .cl-claveunica {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}

/* Tamaño L */
.btn-cu.btn-l {
    width: 180px;
    min-width: 180px;
    height: 48px;
    padding: 11px 18px !important;
    font-size: 18px;
}
.btn-cu.btn-l .cl-claveunica {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
}

/* Tamaño fluid-width */
.btn-cu.btn-fw {
    max-width: 550px;
    width: 100%;
    display: flex;
    justify-content: center;
}

/*******************
* Template
********************/
.template-content {
    background-color: #EEEEEE;
    height: 100% !important; 
}
    
.template-panel-nav-botoms {
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26) !important;
    border-radius: 0.375rem;
    padding: 10px 15px;
    font-size: 16px !important;
    font-family: "Roboto Slab", sans-serif !important;
}

.template-panel-nav-botoms-login {
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26) !important;
    border-radius: 0.375rem;
    padding: 30px 15px;
    font-size: 16px !important;
    font-family: "Roboto Slab", sans-serif !important;
}

.template-panel-nav-botoms-login .botones-accesibilidad  {
    top: -20px;
}

.template-panel-title {
    background-color: #FFFFFF;
    padding: 22px 26px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26) !important;
    border-radius: 0.375rem;
    font-size: 16px !important;
    font-family: "Roboto Slab", sans-serif !important;
}

.template-panel-conent {
    min-height:300px;
    background-color: #FFFFFF;
    font-size: 16px;
    font-family: "Roboto Slab", sans-serif !important;
    border-bottom: 1px solid #8A8A8A;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26) !important;
}

.mtt-logo:after {
    content: "Registro de Consultores en Informes de Mitigación de Impacto Vial";
    font-size: 16px;
    font-weight: 700;
    color: #575757;
    padding-left: 1.5em;
    position: absolute;
    padding-top: 10px;
}

.layout-wrapper .layout-topbar #topbar-profile-menu-button span {
    color: #a1a1a1!important;
    font-size: .875rem;
    font-weight: 400;
}

.layout-wrapper .layout-topbar #topbar-profile-menu-button:hover {
    background-color: #f5f5f5;
}

.layout-wrapper .layout-topbar #topbar-profile-menu-button {
    padding: 10px 20px;
}

/*******************
* GENERAl
*******************/

.pr-1 {
    padding-right: 10px;
}

.pt-1 {
    padding-top: 10px;
}

.text-left {
    text-align: left !important;
}

.username span {
    font-weight: 1000 !important;;
}



.h2-title {
    font-weight: 1000;
    color: #252525;
    margin: auto 0;
}

.h3-content {
    color: #006fb3;
    padding: 0 0 15px;
    margin: 0 0 25px;
    margin-top: 15px;
    border-bottom: 1px solid #bdc9d1;
    line-height: 1.1em;
    font-family: "Roboto Slab", sans-serif;
    font-size: 1.4375rem;
    font-weight: 400;    
}

.h3-content-bold {
    color: #006fb3;
    padding: 0 0 15px;
    margin: 0 0 25px;
    margin-top: 15px;
    border-bottom: 1px solid #bdc9d1;
    line-height: 1.1em;
    font-family: "Roboto Slab", sans-serif;
    font-size: 1.4375rem;
    font-weight: bold;    
}

.width-expand { 
    width: 100% !important;
}
.float-right {
    float: right !important;
}

.certLoading {
    color: #2D8EE3;
    font-size: 32px;
    display: table;
    margin: 0 auto;
}
.first-column {
    width: 45px;
}
.icon-column {
    width: 20px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    vertical-align: top !important;
}
.text-column {
    width: auto !important;
    display: flex;
    flex-direction: column !important;    
    vertical-align: top !important; 
}
.check-column {
    text-align: center;
    white-space: nowrap;
    vertical-align: top !important;    
    padding-left: 0px !important;
    padding-right: 0px !important;    
}
.adj-column {
    width: auto !important;   
    text-align: left;
    white-space: nowrap;    
    vertical-align: top !important;
}
.center-column {
    text-align: center;
}
.btn-small {
    width: 5px;
    height: 20px;
    padding: 1px 1px !important;
    font-size: 5px;
}
.rejected-doc
{
    color: red !important;
    margin-left: 3px!important;
}
.container {
    position: relative;
    text-align: center;
    color: white;
}
.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}
.titulo-enlace-externo {
    color: white;
    width: 200px;
    font-weight: bold;
    font-size: 15px;
    margin-top: 30px;
    margin-left: 5px;
}
.valor-container > span {
    font-weight: bold;
}
.red {
    background-color: red;
    height: 25px;
    width: 25px;
    border-radius: 250px;
    display: inline-block;
    border: 1px solid gray;
}
.yellow {
    background-color: yellow;
    height: 25px;
    width: 25px;
    border-radius: 250px;
    display: inline-block;
    border: 1px solid gray;
}
.none {
    background-color: transparent;
    border: 0px;
}


body .auxilary.ui-button-text-only {
    border: 2px solid #006fb3! important;
    border-radius: 1.25rem !important;
    border-color: #006fb3 !important;
    background-color: transparent !important;
    color: #006fb3 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-family: Roboto,sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    padding: 0px 6px 6px !important;
    height: 37px;
    text-align: center !important;
    text-decoration: underline !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    vertical-align: middle! important;
    white-space: normal !important;
    background-color: #FFF !important;
}


.primary {
    text-align: right!important;
}

body .primary.ui-button.ui-button-text-only.ui-state-hover {
    background-color: #00578d!important;
    border-color: #00578d!important;
    color: #ffffff!important; 
}
  
body .primary.ui-button-text-only {
    cursor: pointer!important;
    color: #FFFFFF!important;
    background-color: #006fb3!important;
    border-color: #006fb3!important;   
    border: 1px solid transparent!important;
    border-radius: 0!important;
    display: inline-block!important;
    font-family: Roboto,sans-serif!important;
    font-size: 1rem!important;
    font-weight: 400!important; 
    min-height: 60px!important;
    line-height: 1.5rem!important;    
    padding-right: 16px!important;
    padding-left: 16px!important;    
    text-decoration: underline!important;
    text-align: center!important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;    
    vertical-align: middle!important;    
    white-space: nowrap!important;
    min-width: 110px !important;
    min-height: 30px !important;
}
body .secondary.ui-button.ui-button-text-only.ui-state-hover {
    background-color: #A8B7C7!important;
    border-color: #A8B7C7!important;
    color: #212529!important; 
}
body .secondary.ui-button-text-only {
    cursor: pointer !important;
    color: #212529 !important;
    background-color: #eee !important;
    border-color: #eee !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    display: inline-block !important;
    font-family: Roboto,sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    min-height: 60px !important;
    line-height: 1.5rem !important;
    text-decoration: underline !important;
    text-align: center !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;    
    vertical-align: middle !important;
    white-space: normal !important;
    min-width: 110px !important;
    min-height: 30px !important;
}    
body .ui-selectonemenu-label.ui-inputfield.ui-corner-all {
    font-family: Roboto,sans-serif!important;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
}

.mr-10px {
    margin-right: 10px !important;
}

.ui-button.redondo {
  height: 15px;
  width: 5px;  
  font-size: 1px;
  color: #006fb3!important;
  text-align: center;
  cursor: pointer;
}

/*******************
* Contrast
*******************/

.mtt-top-bar-logo {
    display: block;
}

.mtt-top-bar-logo-contrast-active {
    display: none;
}

.a11y-contrast .mtt-top-bar-logo {
    display: none;
}

.a11y-contrast .mtt-top-bar-logo-contrast-active {
    display: block;
}


.a11y-contrast .layout-topbar {
    background-color: #212529;
    border-bottom: 1px solid #eee;
    border-radius: 0.25rem;
}

.a11y-contrast .mtt-logo:after {
    color: #eee;
}

.a11y-contrast .template-content {
    background-color: #111!important;
}

.a11y-contrast .template-panel-conent {
   background-color: #212529;
   border: 1px solid #eee;
   border-radius: 0.25rem;
}

.a11y-contrast .template-panel-title {
    background-color: #212529 !important;
    border: 1px solid #eee;
    border-radius: 0.25rem;
}

.a11y-contrast .template-panel-nav-botoms, .a11y-contrast .template-panel-nav-botoms-login  {
    background-color: #212529 !important;
    border-bottom: 1px solid #eee;
    border-radius: 0.25rem;
}

.a11y-contrast .layout-sidebar {
    background-color: #212529 !important;
}

.a11y-contrast .layout-wrapper.layout-menu-light .layout-sidebar .layout-menu-title {
    color: #dedad6;
}

.a11y-contrast .h2-title {
    color: #eee;
}

.a11y-contrast body {
    color: #b5b5b5 !important;
    background-color: #111!important;
}

.a11y-contrast .layout-wrapper .layout-sidebar .layout-menu li a:hover {
      border-color: #ff904c;
      color: #ff904c;
      background-color: #000;
}

.a11y-contrast .layout-wrapper .layout-topbar #topbar-profile-menu-button:hover {
    border-color: #ff904c;
    color: #ff904c;
    background-color: #000;
    border: 1px solid transparent;
}

.a11y-contrast .layout-wrapper.layout-menu-light .layout-sidebar .layout-menu li ul {
    background-color: #212529 !important;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.a11y-contrast .layout-wrapper.layout-menu-light .layout-sidebar .layout-menu > li.w-subitems.active-menuitem > a {
    background-color: #212529 !important;
    color: #b5b5b5 !important;
}

.a11y-contrast .layout-wrapper .layout-sidebar .layout-menu li ul li.active-menuitem > a {
    background-color:  #000 !important;
}

.a11y-contrast .layout-wrapper.layout-menu-light .layout-sidebar .layout-menu > li.w-subitems.active-menuitem > a span {
    color: #b5b5b5 !important;
}

.a11y-contrast .layout-wrapper.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #b5b5b5 !important;
}

.a11y-contrast .toolbar-btn {
    background-color: #212529;
    border-color: #eee;
}

.a11y-contrast .toolbar-btn:hover {
    border-color: #ff904c;
}

.a11y-contrast .toolbar-btn .fa::before {
    color: #eee;
}

.a11y-contrast .toolbar-btn:hover .fa::before {
    color: #ff904c;
}

.a11y-contrast .layout-wrapper.layout-menu-light .layout-topbar #topbar-usermenu {
    background-color: #212529 !important;
}

.a11y-contrast .layout-wrapper.layout-menu-light .layout-topbar #topbar-usermenu li a {
    color: #b5b5b5 !important;
}

.a11y-contrast .layout-wrapper .layout-topbar #topbar-profile-menu-button span {
    color: #b5b5b5 !important;
}

.a11y-contrast .logout-icon {
    color: #b5b5b5 !important;
}

.a11y-contrast body .ui-panelgrid .ui-panelgrid-cell {
    background-color: #212529;
}

.a11y-contrast body .ui-button {
    color: #212529 !important;
    background-color: #ff904c !important;
    border-color: #ff904c
}


.a11y-contrast body .ui-button.ui-state-hover {
    color: #212529 !important;
    background-color: #ff7826 !important;
    border-color: #ff7019 !important;
}

.a11y-contrast body .secondary.ui-button-text-only {
    color: #fff !important;
    background-color: #111 !important;
    border-color: #111 !important;
}

.a11y-contrast body .secondary.ui-button.ui-button-text-only.ui-state-hover {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

.a11y-contrast  body .registroFieldset {
    background-color:  #212529 !important;
}

.a11y-contrast body .ui-paginator {
    background-color:  #212529 !important;
}

.a11y-contrast body .ui-datatable thead th {
    background-color:  #212529 !important;
}
.a11y-contrast body .ui-datatable .ui-datatable-data > tr {
    background-color:  #212529 !important;
}

.a11y-contrast body .ui-paginator .ui-paginator-first,
    .a11y-contrast body .ui-paginator .ui-paginator-prev,
    .a11y-contrast body .ui-paginator .ui-paginator-next,
    .a11y-contrast body .ui-paginator .ui-paginator-last {
    color: #b5b5b5 !important;
}

.a11y-contrast body .ui-paginator .ui-paginator-current {
    color: #b5b5b5 !important;
}

.a11y-contrast body .ui-datatable thead th {
    color: #b5b5b5 !important;
}

.a11y-contrast body .ui-datatable .ui-datatable-data > tr {
    color: #b5b5b5 !important;
}

.a11y-contrast .ui-datatable thead th.ui-state-hover {
    color: #fff !important;
    background-color: #000 !important;
}

.a11y-contrast body .ui-widget,
    .a11y-contrast body .ui-widget .ui-widget {
    color: #b5b5b5;
}

.a11y-contrast body .registroFieldset {
    border: 1px solid rgb(0 0 0);
}

.a11y-contrast body .registroFieldset .ui-fieldset-legend {
    border: 0px solid #dedede;
    background-color: #212529 !important
}

.a11y-contrast body .ui-fieldset .ui-fieldset-legend {
    color: #b5b5b5;
}

.a11y-contrast body .auxilary.ui-button-text-only {
    border: 2px solid #ff904c !important;
    border-color: #ff904c !important;
    color: #ff904c !important;
    background-color: transparent !important;
}

.a11y-contrast .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.primary {
    color: #212529 !important;
}

.a11y-contrast body .primary.ui-button.ui-button-text-only.ui-state-hover {
    background-color: #ff7826 !important;
    border-color: #ff7019 !important;
    color: #212529 !important;
}

.a11y-contrast .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-left.ui-fileupload-choose {
    color: #212529 !important;
}

.a11y-contrast .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only {
    color: #212529 !important;
}

.a11y-contrast body .ui-fileupload .ui-fileupload-content {
    color: #b5b5b5 !important;
}

.a11y-contrast body .ui-fileupload .ui-fileupload-buttonbar  {
    border: 1px solid #111;
    background-color: #000;
}

.a11y-contrast body .ui-fileupload .ui-fileupload-content {
    border: 1px solid #111;
    background-color: #212529;
}

.a11y-contrast .ui-inputfield {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #312b25 !important;
}

.a11y-contrast body .ui-inputfield.ui-inputtext.ui-widget.ui-state-default.ui-corner-all.width-expand {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #312b25 !important;
}

.a11y-contrast body .ui-panelgrid .ui-panelgrid-cell  {
    color: #b5b5b5 !important;
}

.a11y-contrast body .ui-selectonemenu-panel {
    color: #fff !important;
    background-color: #212529 !important;
    border-color: #fff !important;
}

.a11y-contrast body .ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item {
    color: #fff !important;
}

.a11y-contrast body .ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item.ui-state-hover {
    background-color: #000 !important;
}

.a11y-contrast .alert-info {
    color: #000;
    background-color: #ff904c;
}
.a11y-contrast .layout-wrapper.layout-menu-light .layout-sidebar .layout-menu > li.active-menuitem > a {
     background-color: #000;
 }

.a11y-contrast .login-sub-panel-right {
    background-color: #212529 !important;
}
.a11y-contrast .login-content {
    background-color: #212529 !important;
}

.a11y-contrast .login-text-sec {
    color: #b5b5b5 !important
}

.a11y-contrast body .ui-dialog .ui-dialog-titlebar {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #fff !important;
}

.a11y-contrast body .ui-dialog .ui-dialog-content {
    background-color: #212529 !important;
}


.a11y-contrast body .ui-messages .ui-messages-info {
    background-color: #eef1f4;
    color: #606770;
    border-color: #ff904c!important;
}

.a11y-contrast body .ui-messages .ui-messages-error {
    color: #8c3d3d;
    background-color: #ffe0e0;
    border-color: #cbc5bf!important;
}

.a11y-contrast .login-btn .cl-claveunica {
    background: url(../images/cu-negro.svg.xhtml?ln=recimiv-gob) no-repeat;
    top: 15px !important;
    left: 40px !important;
}

.a11y-contrast .login-logo-cu {
    background: url(../images/cu-negro.svg.xhtml?ln=recimiv-gob) no-repeat;
    background-size: 30px;
    background-position: 10px;
}

.a11y-contrast body .ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-icon {
    color: #ff904c;
}


.a11y-contrast body .ui-selectonemenu-panel .ui-selectonemenu-filter-container,
.a11y-contrast body .ui-paginator-next.ui-state-default.ui-corner-all.ui-state-hover,
 .a11y-contrast body .ui-paginator-prev.ui-state-default.ui-corner-all.ui-state-hover {
    background-color: #000;
}

.a11y-contrast body .ui-datatable .ui-datatable-header {
    background-color: #111;
    color:  #eee;
}

.a11y-contrast body .ui-dialog.preview-modal .ui-dialog-content {
    color: #b5b5b5 !important;
}


/************
* a11y-font-0
***********/
.a11y-font-0,
    .a11y-font-0 body .ui-widget,
    .a11y-font-0 .mtt-logo:after,
    .a11y-font-0  .layout-wrapper .layout-sidebar .layout-menu li a span,
    .a11y-font-0 .template-panel-conent
    {
    font-size: 16px;
}

.a11y-font-0 .layout-wrapper.layout-menu-light .layout-sidebar .layout-menu-title {
    font-size: 11px;
}

.a11y-font-0 body .ui-button.ui-button-text-only.ui-button-text.width-expand,
    .a11y-font-0 body .ui-inputfield
{
    font-size: 13px;
}

.a11y-font-0 .h2-title,
    .a11y-font-0 h2
    {
    font-size: 1.6em;
}


/***************
* a11y-font-1
****************/
.a11y-font-1,
    .a11y-font-1  .mtt-logo:after,
    .a11y-font-1 body .ui-widget,
    .a11y-font-1  .layout-wrapper .layout-sidebar .layout-menu li a span,
    .a11y-font-1 .template-panel-conent
    {
    font-size: 20px;
}

.a11y-font-1 .layout-wrapper.layout-menu-light .layout-sidebar .layout-menu-title {
    font-size: 15px;
}

.a11y-font-1 body .ui-button.ui-button-text-only.ui-button-text.width-expand,
    .a11y-font-1 body .ui-inputfield
 {
    font-size: 17px;
}

.a11y-font-1 .h2-title,
     .a11y-font-1 h2
     {
    font-size: 1.85em;
}


.a11y-font-1 .login-access-button {
    height: 70px !important;
}

.a11y-font-1 .ui-dialog-content.ui-widget-content {
    height: 600px !important;
}

.a11y-font-1 body .auxilary.ui-button-text-only {
    height: 45px;
}

.a11y-font-1 body .ui-growl .ui-growl-item-container.ui-growl-info .ui-growl-image:before {
    display: none;
}

.a11y-font-1 body .ui-growl .ui-growl-item-container.ui-growl-error .ui-growl-image:before {
    display: none;
}

.a11y-font-1 .ui-fileupload.ui-widget.ui-fileupload-responsive {
    width: 190px !important;
}


/***************
* a11y-font-2
****************/
.a11y-font-2,
    .a11y-font-2 .mtt-logo:after,
    .a11y-font-2 body .ui-widget,
    .a11y-font-2  .layout-wrapper .layout-sidebar .layout-menu li a span,
    .a11y-font-2 .template-panel-conent
    {
    font-size: 24px;
}

.a11y-font-2 .layout-wrapper.layout-menu-light .layout-sidebar .layout-menu-title {
    font-size: 19px;
}


.a11y-font-2 body .ui-button.ui-button-text-only.ui-button-text.width-expand,
 .a11y-font-2 body .ui-inputfield
 {
    font-size: 21px;
}


.a11y-font-2 .h2-title,
     .a11y-font-2 h2 {
    font-size: 2.1em;
}

.a11y-font-2 .login-access-button {
    height: 90px !important;
}

.a11y-font-2 .mtt-logo:after {
    max-width: 620px;
    text-align: left;
}

.a11y-font-2 .layout-wrapper .layout-topbar {
    height: 82px;
}

.a11y-font-2 .ui-dialog-content.ui-widget-content {
    height: 600px !important;
}

.a11y-font-2 body .auxilary.ui-button-text-only {
    height: 55px;
}

.a11y-font-2 body .ui-growl .ui-growl-item-container.ui-growl-info .ui-growl-image:before {
    display: none;
}

.a11y-font-2 body .ui-growl .ui-growl-item-container.ui-growl-error .ui-growl-image:before {
    display: none;
}

.a11y-font-2 .ui-fileupload.ui-widget.ui-fileupload-responsive {
    width: 220px !important;
}
