@charset "windows-1252";

/*
* @ file      Fichero con ajustes de diseño para la aplicación EDUS - SIES
* @ author    Diego Herrera Sánchez - dijo
* @ version   1.0.1
* @ DTIC | Área de desarrollo, EDUS | SIES. 2017-2018
*
* Actualización 25 Mayo, 2023
*
*/
/****************************************
*          Elementos iniciales
*  body, a, h1, h2, h3, h4, h5, img, div
*****************************************/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url("/afiliacion/javax.faces.resource/fonts/roboto-v15-latin-900.eot.xhtml?ln=ultima-layout");
  /* IE9 Compat Modes */
  src: local("Roboto Black"), local("Roboto-Black"), url("/afiliacion/javax.faces.resource/fonts/roboto-v15-latin-900.eot.xhtml?ln=ultima-layout#iefix") format("embedded-opentype"), url("/afiliacion/javax.faces.resource/fonts/roboto-v15-latin-900.woff2.xhtml?ln=ultima-layout") format("woff2"), url("/afiliacion/javax.faces.resource/fonts/roboto-v15-latin-900.woff.xhtml?ln=ultima-layout") format("woff"), url("/afiliacion/javax.faces.resource/fonts/roboto-v15-latin-900.ttf.xhtml?ln=ultima-layout") format("truetype"), url("/afiliacion/javax.faces.resource/fonts/roboto-v15-latin-900.svg.xhtml?ln=ultima-layout#Roboto") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url("/afiliacion/javax.faces.resource/fonts/roboto-v15-latin-100.eot.xhtml?ln=ultima-layout");
  /* IE9 Compat Modes */
  src: local("Roboto Thin"), local("Roboto-Thin"), url("/afiliacion/javax.faces.resource/fonts/roboto-v15-latin-100.eot.xhtml?ln=ultima-layout#iefix") format("embedded-opentype"), url("/afiliacion/javax.faces.resource/fonts/roboto-v15-latin-100.woff2.xhtml?ln=ultima-layout") format("woff2"), url("/afiliacion/javax.faces.resource/fonts/roboto-v15-latin-100.woff.xhtml?ln=ultima-layout") format("woff"), url("/afiliacion/javax.faces.resource/fonts/roboto-v15-latin-100.ttf.xhtml?ln=ultima-layout") format("truetype"), url("/afiliacion/javax.faces.resource/fonts/roboto-v15-latin-100.svg.xhtml?ln=ultima-layout#Roboto") format("svg");
  /* Legacy iOS */ }


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("/afiliacion/javax.faces.resource/fonts/roboto-v15-latin-500.eot.xhtml?ln=ultima-layout");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/afiliacion/javax.faces.resource/fonts/roboto-v15-latin-500.eot.xhtml?ln=ultima-layout#iefix") format("embedded-opentype"), url("/afiliacion/javax.faces.resource/fonts/roboto-v15-latin-500.woff2.xhtml?ln=ultima-layout") format("woff2"), url("/afiliacion/javax.faces.resource/fonts/roboto-v15-latin-500.woff.xhtml?ln=ultima-layout") format("woff"), url("/afiliacion/javax.faces.resource/fonts/roboto-v15-latin-500.ttf.xhtml?ln=ultima-layout") format("truetype"), url("/afiliacion/javax.faces.resource/fonts/roboto-v15-latin-500.svg.xhtml?ln=ultima-layout#Roboto") format("svg");
  /* Legacy iOS */ }
  

@font-face {
  font-family: 'Material Design Icons';
  font-style: normal;
  font-weight: 400;
  src: url("/afiliacion/javax.faces.resource/fonts/materialdesignicons-webfont.eot.xhtml?ln=ultima-layout");
  /* For IE6-8 */
  src: local("Material Design Icons"), local("materialdesignicons-webfont"), url("/afiliacion/javax.faces.resource/fonts/materialdesignicons-webfont.woff2.xhtml?ln=ultima-layout") format("woff2"), url("/afiliacion/javax.faces.resource/fonts/materialdesignicons-webfont.woff.xhtml?ln=ultima-layout") format("woff"), url("/afiliacion/javax.faces.resource/fonts/materialdesignicons-webfont.ttf.xhtml?ln=ultima-layout") format("truetype"), url("/afiliacion/javax.faces.resource/fonts/materialdesignicons-webfont.svg.xhtml?ln=ultima-layout") format("svg"); }
/* Utils */





body, html {
    background-color: #dedede !important;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
 /*   line-height: 20px !important;*/
}


p {
    margin: 0.5em 0 0.5em 0;
}

hr { border: 1px solid #2071a0;;


}

/****************************************
*          Ajustes de espaciado
*           padding, margin,
*****************************************/
.sfa-auto {
height:auto !important;
width:auto !important;
}

.sfa-width-auto {
    width:auto;
}

.sfa-space-no {
    margin: 0 !important;
    padding: 0 !important;
}

.sfa-padding-no {
    padding: 0 !important;
}

.sfa-padding-top-no {
    padding-top: 0 !important;
}

.sfa-padding-bottom-no {
    padding-bottom: 0 !important;
}

.sfa-padding-left-no {
    padding-left: 0 !important;
}

.sfa-padding-right-no {
    padding-right: 0 !important;
}

.sfa-padding-sides-no {
    padding-left:0 !important;
    padding-right:0 !important;
}

.sfa-padding-sides-sm {
    padding:0 20px !important;
}

.sfa-padding-sides-gt-sm {
    padding:0 25px !important;
}

.sfa-padding-sides-md {
    padding:0 40px !important;
}

.sfa-padding-sides-gt-md {
    padding:0 45px !important;
}

.sfa-padding-sides-lg {
    padding:0 60px !important;
}

.sfa-padding-sides-xl {
    padding:0 120px !important;
}


.sfa-margin-no {
    margin: 0 !important;
}

.sfa-margin-top-no {
    margin-top: 0 !important;
}

.sfa-margin-bottom-no {
    margin-bottom: 0 !important;
}

.sfa-margin-left-no {
    margin-left: 0 !important;
}

.sfa-margin-right-no {
    margin-right: 0 !important;
}

.sfa-margin-sides-no {
    margin-left:0 !important;
    margin-right:0 !important;
}

.sfa-margin-sides-sm {
    margin:0 20px !important;
}

.sfa-margin-sides-gt-sm {
    margin:0 25px !important;
}

.sfa-margin-sides-md {
    margin:0 40px !important;
}

.sfa-margin-sides-gt-md {
    margin:0 45px !important;
}

.sfa-margin-sides-lg {
    margin:0 60px !important;
}

.sfa-margin-sides-xl {
    margin:0 120px !important;
}


.sfa-padding-xs {
    padding: 10px !important;
}

.sfa-padding-sm {
    padding: 20px !important;
}

.sfa-padding-gt-sm {
    padding: 25px !important;
}

.sfa-padding-md {
    padding: 40px !important;
}

.sfa-padding-gt-md {
    padding: 45px !important;
}

.sfa-padding-lg {
    padding: 60px !important;
}

.sfa-margin-xs {
    margin: 10px !important;
}

.sfa-margin-sm {
    margin: 20px !important;
}

.sfa-margin-gt-sm {
    margin: 25px !important;
}

.sfa-margin-md {
    margin: 40px !important;
}

.sfa-margin-gt-md {
    margin: 45px !important;
}

.sfa-margin-lg {
    padding: 60px !important;
}

.sfa-margin-top-xs {
    margin-top: 10px !important;
}

.sfa-margin-top-sm {
    margin-top: 20px !important;
}

.sfa-margin-top-gt-sm {
    margin-top: 25px !important;
}

.sfa-margin-top-md {
    margin-top: 40px !important;
}

.sfa-margin-top-gt-md {
    margin-top: 45px !important;
}

.sfa-margin-top-lg {
    margin-top: 60px !important;
}

.sfa-margin-top-xl {
    margin-top: 80px !important;
}

.sfa-margin-bottom-xs {
    margin-bottom: 10px !important;
}

.sfa-margin-bottom-sm {
    margin-bottom: 20px !important;
}

.sfa-margin-bottom-gt-sm {
    margin-bottom: 25px !important;
}

.sfa-margin-bottom-md {
    margin-bottom: 40px !important;
}

.sfa-margin-bottom-gt-md {
    margin-bottom: 45px !important;
}

.sfa-margin-bottom-lg {
    margin-bottom: 60px !important;
}

.sfa-margin-bottom-xl {
    margin-bottom: 80px !important;
}

.sfa-margin-left-xs {
    margin-left: 10px !important;
}

.sfa-margin-left-sm {
    margin-left: 20px !important;
}

.sfa-margin-left-gt-sm {
    margin-left: 25px !important;
}

.sfa-margin-left-md {
    margin-left: 40px !important;
}

.sfa-margin-left-gt-md {
    margin-left: 45px !important;
}

.sfa-margin-left-lg {
    margin-left: 60px !important;
}

.sfa-margin-left-xl {
    margin-left: 80px !important;
}

.sfa-margin-right-xs {
    margin-right: 10px !important;
}

.sfa-margin-right-sm {
    margin-right: 20px !important;
}

.sfa-margin-right-gt-sm {
    margin-right: 25px !important;
}

.sfa-margin-right-md {
    margin-right: 40px !important;
}

.sfa-margin-right-gt-md {
    margin-right: 45px !important;
}

.sfa-margin-right-lg {
    margin-right: 60px !important;
}

.sfa-margin-right-xl {
    margin-right: 80px !important;
}

.sfa-padding-top-xs {
    padding-top: 10px !important;
}

.sfa-padding-top-sm {
    padding-top: 20px !important;
}


.sfa-padding-top-gt-sm {
    padding-top: 25px !important;
}

.sfa-padding-top-md {
    padding-top: 40px !important;
}

.sfa-padding-top-gt-md {
    padding-top: 45px !important;
}

.sfa-padding-top-lg {
    padding-top: 60px !important;
}

.sfa-padding-top-xl {
    padding-top: 80px !important;
}

.sfa-padding-bottom-xs {
    padding-bottom: 10px !important;
}

.sfa-padding-bottom-sm {
    padding-bottom: 20px !important;
}

.sfa-padding-bottom-gt-sm {
    padding-bottom: 25px !important;
}

.sfa-padding-bottom-md {
    padding-bottom: 40px !important;
}

.sfa-padding-bottom-gt-md {
    padding-bottom: 45px !important;
}

.sfa-padding-bottom-lg {
    padding-bottom: 60px !important;
}

.sfa-padding-bottom-xl {
    padding-bottom: 80px !important;
}

.sfa-padding-left-xs {
    padding-left: 10px !important;
}

.sfa-padding-left-sm {
    padding-left: 20px !important;
}

.sfa-padding-left-gt-sm {
    padding-left: 25px !important;
}

.sfa-padding-left-md {
    padding-left: 40px !important;
}

.sfa-padding-left-gt-md {
    padding-left: 45px !important;
}

.sfa-padding-left-lg {
    padding-left: 60px !important;
}

.sfa-padding-left-xl {
    padding-left: 80px !important;
}

.sfa-padding-right-xs {
    padding-right: 10px !important;
}

.sfa-padding-right-sm {
    padding-right: 20px !important;
}

.sfa-padding-right-gt-sm {
    padding-right: 25px !important;
}

.sfa-padding-right-md {
    padding-right: 40px !important;
}

.sfa-padding-right-gt-md {
    padding-right: 45px !important;
}

.sfa-padding-right-lg {
    padding-right: 60px !important;
}

.sfa-padding-right-xl {
    padding-right: 80px !important;
}

/****************************************
*      Ajustes de color y forma
*     backgrounds, bordes, radius
*****************************************/
.sfa-white {
    background-color: #fff !important;
}

.sfa-back-light {
    background-color: rgb(23, 92, 145) !important;
}

.sfa-back-medium {
    background-color: rgb(15, 78, 127) !important;
}

.sfa-back-dark {
    background-color: rgb(39, 43, 53) !important;
}

.sfa-accent {
    background-color: rgb(255, 61, 0) !important;
}


.sfa-dark {
    color: #fff !important;
    background-color: #2c3e50 !important;
}

.sfa-gray {
    background-color: #f2f2f2 !important;
}

.sfa-gray-dark {
    background-color: #616161 !important;
}

.sfa-black {
    color: #fff !important;
    background-color: #272b35 !important;
}

.sfa-blue-gray-light {
    background-color: #b0bec5 !important;
}

.sfa-blue-gray {
    color: #fff !important;
    background-color: #607d8b !important;
}

.sfa-blue-gray-dark {
    background-color: #546e7a !important;
}

.sfa-purple-gray-light {
    background-color: rgb(76, 86, 111) !important;
}

.sfa-brown-light {
    color: #fff !important;
    background-color: #a1887f !important;
}

.sfa-brown {
    color: #fff !important;
    background-color: #6d4c41 !important;
}

.sfa-brown-dark {
    color: #fff !important;
    background-color: #4e342e !important;
}

.sfa-orange-dark {
    color: #fff !important;
    background-color: rgb(255, 61, 0) !important;
}

.sfa-orange {
    background-color: rgb(255, 152, 0) !important;
}

.sfa-orange-light {
    color: #fff !important;
    background-color: rgb(255, 152, 0) !important;
}

.sfa-yellow-dark {
    color: rgba(0, 0, 0, .87) !important;
    background-color: rgb(247, 187, 7) !important;
}

.sfa-yellow {
    color: rgba(0, 0, 0, .87) !important;
    background-color: rgb(255, 193, 7) !important;
}

.sfa-yellow-light {
    background-color: rgb(245, 215, 110) !important;
}

.sfa-blue-light {
    background-color: rgb(174, 227, 252) !important;
}

.sfa-blue {
    background-color: rgb(0, 165, 255) !important;
}

.sfa-blue-dark {
    background-color :#2071a0;
}
/*rgb(18,61,118)*/
.sfa-red-light {
    background-color: rgb(255, 216, 225) !important;
}

.sfa-red {
    background-color: rgb(244, 67, 54) !important;
}

.sfa-purple-dark {
    background-color: rgb(54, 65, 102) !important;
}

.sfa-purple {
    background-color: rgb(156, 39, 176) !important;
}

.sfa-indigo {
    background-color: rgb(63, 81, 181) !important;
}

.sfa-green {
    background-color: rgb(76, 175, 80) !important;
}

.sfa-green-light {
    background-color: rgb(18, 197, 120) !important;
}

.sfa-teal {
    background-color: #1bb18a !important;
}

.sfa-teal-light {
    background-color: #1de9b6 !important;
}


.sfa-amber {
    background-color: rgb(255, 193, 7) !important;
}

.sfa-cyan {
    background-color: rgb(0, 188, 212) !important;
}

.sfa-blue-light-gradient {
    background: #50c9c3 !important;
    /* fallback for old browsers */

    background: -webkit-linear-gradient(to left, #50c9c3, #96deda) !important;
    /* Chrome 10-25, Safari 5.1-6 */

    background: linear-gradient(to left, #50c9c3, #96deda) !important;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.sfa-blue-gradient {
    background: #457fca;
    /* fallback for old browsers */

    background: -webkit-linear-gradient(to left, #457fca, #5691c8);
    /* Chrome 10-25, Safari 5.1-6 */

    background: linear-gradient(to left, #457fca, #5691c8);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.sfa-color-no {
    background-color: transparent !important;
}

.sfa-radius-no {
    border-radius: 0 !important;
}

.sfa-box-shadow-no {
    box-shadow: none !important;
}

.sfa-radius-top {
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
}

.sfa-radius-bottom {
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
}

.sfa-line-orange {
    border-bottom: solid 1px rgb(255, 61, 0) !important;
    margin-bottom: 10px !important;
}


.sfa-border-no {
    border: none !important;
}
/* Elimina el scroll */
.sfa-scroll-no {
    overflow-y: hidden !important;
}

.sfa-frame-border {
    border: solid 1px rgba(0, 0, 0, .12);
}

.sfa-frame-border-bottom {
    border-bottom: solid 1px rgba(0, 0, 0, .12);
}
/*Border derecho de cuadro*/
.sfa-frame-border-right {
    border-right: 1px solid rgba(0, 0, 0, .12);
}

.sfa-frame-border-left {
    border-left: 1px solid rgba(0, 0, 0, .12);
}

.sfa-frame-border-top {
    border-top: 1px solid rgba(0, 0, 0, .12);
}

.sfa-frame-border-top-blue {
    border-top: 1px solid rgb(52, 73, 94);
}

.sfa-frame-border-top-gray {
    border-top: 1px solid #BDBDBD;
}

.sfa-border-blue-light {
    border: 1px solid rgb(17, 197, 234) !important;
}

.sfa-border-red{
border: 1px solid red;
}

.sfa-frame-white {
    border-radius: 2px;
    background-color: #fff !important;
    /*margin: 8px;*/

    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
}

.sfa-frame-blue {
    color: rgba(0, 0, 0, .54) !important;
    border-radius: 2px;
    background-color: #42a5f5 !important;
}

.sfa-frame-blue-light {
    color: rgba(0, 0, 0, .54) !important;
    border-radius: 2px;
    background-color: #9cdaec !important;
}

.sfa-frame-blue-dark {
    color: rgba(0, 0, 0, .54) !important;
    border-radius: 2px;
    background-color: rgb(52, 73, 94) !important;
}

.sfa-frame-gray {
    color: rgba(44, 62, 80, 1) !important;
    border: solid 1px rgba(0, 0, 0, .12);
    border-radius: 2px;
    background-color: #e9edf2 !important;
}

.sfa-frame-green {
    color: rgba(0, 0, 0, .54) !important;
    border: solid 1px rgba(0, 0, 0, .12);
    border-radius: 2px;
    background-color: #1abc9c !important;
}

.sfa-frame-red {
    color: rgba(0, 0, 0, .54) !important;
    border-radius: 2px;
    background-color: #e74c3c !important;
}

.sfa-frame-indigo {
    color: rgba(0, 0, 0, .54) !important;
    border-radius: 2px;
    background-color: #3b5999 !important;
}

.sfa-frame-dark {
    color: rgba(0, 0, 0, .54) !important;
    border-radius: 2px;
    background-color: #34495e !important;
}

.sfa-frame-tiempo {
    color: rgba(0, 0, 0, .54) !important;
    border-radius: 3px;
}

/****************************************
*      Ajustes de tipografia
*     tamano, tipo, forma
*****************************************/

.sfa-text-lowercase {
    text-transform: lowercase !important;
}

.sfa-text-uppercase {
    text-transform: capitalize !important;
}

.sfa-text-center {
    text-align: center !important;
}

.sfa-text-left {
    text-align: left !important;
}

.sfa-text-right {
    text-align: right !important;
}

/*.sfa-center {
    text-align: center !important;
}*/

.sfa-center {
    margin: 0 auto;
    text-align: center;
}


.sfa-left {
    text-align: left !important;
}

.sfa-right {
    text-align: right !important;
    float: right !important;
}

.sfa-label {
    color: rgba(0, 0, 0, .70) !important;
    width: auto !important;
}

.sfa-text-truncate{
 overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

}

.sfa-text-justify {
    text-align: justify;
}

.sfa-text-dark {
    color: rgba(0, 0, 0, .54) !important;
}

.sfa-text-dark {
    color: rgba(0, 0, 0, .54) !important;
}

.sfa-input-label {
    color: rgba(0, 0, 0, .6) !important;
    font-size: 14px;
}

.sfa-text-red {
    color: #D73C2C !important;
}

.sfa-text-orange
{
    color: #eb661d !important;
}

.sfa-text-yellow 
{
    color: #f39c12 !important;
}

.sfa-text-accent
{
    color: #ff6d00 !important;
}

.sfa-text-green {
    color: #7eba0c !important;
}

.sfa-text-green-light {
    color: #a4c731 !important;
}
.sfa-text-blue {
    color: #1976d2 !important;
}

.sfa-text-blue-light {
    color: #42a5f5 !important;
}

.sfa-text-blue-dark {
    color: #125293 !important;
}

.sfa-text-mild {
    color: rgba(255, 255, 255, .54) !important;
}

.sfa-text-disabled-color {
    color: rgba(0, 0, 0, .38) !important;
}

.sfa-text-bold {
    font-weight: bold !important;
}

.sfa-text-white {
    color: rgba(255, 255, 255, 1) !important;
}

.sfa-text-black
{
    color: rgba(0, 0, 0, 0.87) !important;
}
    
.sfa-text-thin {
    font-weight: 100 !important;
    letter-spacing: .01em;

}
.sfa-text-light {
    font-weight: 300 !important;
    letter-spacing: .01em;
}

.sfa-text-regular {
    font-family: 'Roboto';
    font-weight: 400 !important;
    letter-spacing: .01em;
   
}

.sfa-text-medium {
    font-weight: 500 !important;
    letter-spacing: .01em;
}

.sfa-text-bold {
    font-weight: 700 !important;
    letter-spacing: .01em;
}

.sfa-text-heavy {
    font-weight: 900 !important;
    letter-spacing: .01em;
}
.sfa-text-xs {
    font-size: 0.714em !important;  
}

.sfa-text-sm {
    font-size: 0.857em !important;  
}

.sfa-text-md {
    font-size: 1.143em !important;  
}

.sfa-text-lg {
    font-size: 1.429em !important;  
}

.sfa-text-xl {
    font-size: 2.429em !important;  
}

.sfa-text-title {
    font-size: 1.143em !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em;
}

.sfa-text-subtitle {
    font-size: 1.143em !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em;
}

.sfa-text-section {
    font-size: 0.95em !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em;
}

.sfa-text-caption {
    font-size: 0.8em !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em;
    line-height: 16px;
}

.sfa-link:hover {
 font-size: 14px; 
  text-decoration-line: none;
  color: #AAAAAA !important;

}

.sfa-link:active {
    color: #FF5722 !important;
    font-size: 14px;
    text-decoration-line: none;
}

.sfa-link:visited {
    color: #FF5722 !important;
    font-size: 14px;
    text-decoration-line: none;
}

.sfa-link:link {
    color: #FF5722 !important;
    font-size: 14px;
    text-decoration-line: none;
}

/****************************************
*      Creaciï¿½n de elementos MD
*             cards, badge,
*****************************************/
.sfa-user-avatar {
    border-radius: 99%;
}

.sfa-sticky-top {
  position: sticky;
  top: 0;
  z-index: 99;
}

.sfa-divider-orange {
    border-top-color: rgb(255, 152, 0) !important;
}


md-badge {
    font-size: .8em;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 20px;
    width: 20px;
    height: 20px;
    color: white;
    border-radius: 50%;
    background: #f44336 none repeat scroll 0 0;
    box-shadow: 0 0 4px #333;
}

.sfa-badge {
    line-height: 24px;
    width: 40px;
    min-width: 0;
    height: 40px;
    margin: 0 auto;
    padding: 8px;
    border-radius: 0 !important;
}

.badge {
    position: absolute;
top: 23px;
left: 0px;

}

.badge[data-badge]:after {
     font-size: .7em;
    line-height: 27px;
    position: absolute;
    top: -10px;

    width: 30px;
    height: 30px;
    content: attr(data-badge);
    text-align: center;
    color: white;
    border-radius: 50%;
    background: #ff6d00;
    box-shadow: 0 0 4px #333;
}

.badge[data-badge=ï¿½ï¿½]:after {
    content: none;
}

.sfa-card{
  background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    margin: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;

}

.sfa-card-active {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor:pointer;
    border-radius: 2px;
}

.sfa-card-active:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  border-radius: 2px;
}

.sfa-card-active:active {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 2px;
}

.sfa-shadow-1 {
    -moz-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
   -webkit-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
   box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
}

.card .sfa-card-footer{
    max-height: 45px;
    min-height: 45px;
    padding: 10px 20px 5px 20px;
    text-align: left;
}

.card .sfa-card-footer-fill{
    background-color: rgba(0, 0, 0, 0.25);

    max-height: 45px;
    min-height: 45px;
    padding: 10px 20px 5px 20px;
    text-align: left;
}

.card .sfa-card-footer-line{
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    max-height: 45px;
    min-height: 45px;
    padding: 10px 20px 5px 20px;
    text-align: left;
}


.card .sfa-card-header{
    padding: 5px 15px 5px 10px;
}

.card .sfa-card-header-fill{
    padding: 5px 15px 5px 10px;
    background-color: rgba(0, 0, 0, 0.25);
    color:#fff;
}

.card .sfa-card-header-line{
    padding: 5px 15px 5px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.card .sfa-card-content{
    margin-bottom: 15px;
    padding: 10px;
}

.sfa-card-header  h1{
  margin: 12px 0 10px;
  padding: 0 15px 0 15px;
}

.sfa-card-header-fill h1{
  color:#fff;
  margin: 12px 0 10px;
  padding: 0 15px 0 15px;
}

.sfa-card-header-line  h1{
  margin: 12px 0 10px;
  padding: 0 15px 0 15px;

}

.sfa-card-footer h1{
  margin: 6px 0px 10px;
  padding: 0 15px 0 15px;
}

.sfa-card-footer-fill h1{
  color:#fff;
  margin: 6px 0px 10px;
  padding: 0 15px 0 15px;
}

.sfa-card-fotter-line h1{
  margin: 6px 0px 10px;
  padding: 0 15px 0 15px;
}


.sfa-card-fab{
float: right;
width: 48px !important;
height: 48px !important;
margin: -15px 24px 0 0;

}

.sfa-align-vert-center {
     position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sfa-center text{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}


.sfa-offset-12 {
    margin-left: 100%;
}
.sfa-offset-11 {
    margin-left: 91.6667%;
}
.sfa-offset-10 {
    margin-left: 83.3333%;
}
.sfa-offset-9 {
    margin-left: 75%;
}
.sfa-offset-8 {
    margin-left: 66.6667%;
}
.sfa-offset-7 {
    margin-left: 58.3333%;
}
.sfa-offset-6 {
    margin-left: 50%;
}
.sfa-offset-5 {
    margin-left: 41.6667%;
}
.sfa-offset-4 {
    margin-left: 33.3333%;
}
.sfa-offset-3 {
    margin-left: 25%;
}
.sfa-offset-2 {
    margin-left: 16.6667%;
}
.sfa-offset-1 {
    margin-left: 8.33333%;
}
.sfa-offset-0 {
    margin-left: 0;
}


.sfa-frame-photo-sm {
    width:auto;
    border:2px solid #fff;
    border-radius:50%;
    overflow: hidden;
    height: 55px;
    width: 55px;
    margin-left: 8px;
    background-color:#fff;

}

.sfa-frame-photo-md {
    width:auto;
    border-radius:50%;
    overflow: hidden;
    height: 75px;
    width: 75px;
    margin-left: 8px;
}

        
.sfa-intense-1 {
    color:#43a047;
}
.sfa-intense-2 {
    color:#4caf50;
}
.sfa-intense-3 {
    color:#7cb342;
}
.sfa-intense-4 {
    color:#8bc34a;
}
.sfa-intense-5 {
    color: #cddc39;
}
.sfa-intense-6 {
    color:#f3ca30;
}
.sfa-intense-7 {
    color:#ffc107;
}
.sfa-intense-8 {
    color:#ff9800;
}
.sfa-intense-9 {
    color:#ff5722;
}
.sfa-intense-10 {
    color:#f44336;
}

.sfa-intense-select {
    border: 5px solid #1976d2;
    border-radius: 50%;
}

.sfa-fab-guardar {
    position: fixed !important;
    right: 333px;
    bottom: 30px;
    width: 50px !important;
    height: 50px !important;
    z-index: 1001;
}

.sfa-menu-bar {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);

}

.sfa-text-login{
    color: #757575;
    transition:color 0.5s ease;
}

.sfa-text-login:hover{
color:#ff6d00;
}

.sfa-login-back {
    background-image: linear-gradient(to top, #002b96 0%, #002b96 1%, #1976d2 100%);
    /*background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #1976d2 100%);*/
    /*background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);*/
}

.sfa-login-panel {
    text-align: center;
    width: 350px;
    min-height: 440px;
    padding: 50px 20px;
    margin: 0 auto;
    z-index:97 !important;
}

.sfa-login-panel-ccss {
    text-align: center;
    width: 300px;
    min-height: 300px;
    padding: 50px 20px;
    margin: 0 auto;
    z-index:97 !important;
}

.sfa-login-panel .ui-g .ui-g-12 {
 padding-left:20px;
 padding-right:20px;
}

.sfa-login-panel .ui-g .ui-g-12 .ui-button {
    margin-bottom: 10px;   
}

.sfa-input-label-login {
    color: #1976d2 !important;
    font-size:14px;
    padding-bottom:0 !important;}

.sfa-footer-login {
    z-index:98 !important;
    display: inline-flex;
}

.sfa-footer-login .sfa-text-left{
    margin-top: 10px;
}

.sfa-text-requerido label:after   { 
    content: "*";
    color: red;
}

.sfa-full{
width:100%;
}

.sfa-full-height{
height:100%;
}

.sfa-badge
{
    width: auto;
    height: auto;
    border-radius: 5px !important;
    line-height: 15px;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-top: 3px;
}
/*****************************************************
*         Animación ripple (onda) para cards
******************************************************/

.sfa-ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.sfa-ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity 1s;
}

.sfa-ripple:active:after {
  transform: scale(0, 0);
  opacity: .2;
  transition: 0s;
}
/****************************************
*           Animaciónes pulse           * 
*****************************************/

.sfa-pulse-orange {
  z-index: 10000000;
/*  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #FFF;
  width: 48px;
  height: 48px;
  padding: 12px;*/
  box-sizing: border-box;
  color: #666;
 /*  -webkit-animation: pulse-ripple-orange 0.6s linear infinite;
          animation: pulse-ripple-orange 0.6s linear infinite;*/
          -webkit-animation: pulse-ripple-orange 0.6s linear 15;
          animation-delay: 1s ;
          animation: pulse-ripple-orange 0.6s linear 15;

}

/*

.pulse-button:hover i {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.pulse-button i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
*/
@-webkit-keyframes pulse-ripple-orange {
  0% {
    box-shadow: 0 4px 10px rgba(255, 61, 0, 0.2), 0 0 0 0 rgba(255, 61, 0, 0.2), 0 0 0 5px rgba(255, 61, 0, 0.2), 0 0 0 10px rgba(255, 61, 0, 0.2);
  }
  100% {
    box-shadow: 0 4px 10px rgba(255, 61, 0, 0.2), 0 0 0 5px rgba(255, 61, 0, 0.2), 0 0 0 10px rgba(255, 61, 0, 0.2), 0 0 0 20px rgba(255, 61, 0, 0);
  }
}

@keyframes pulse-ripple-orange {
  0% {
    box-shadow: 0 4px 10px rgba(255, 61, 0, 0.2), 0 0 0 0 rgba(255, 61, 0, 0.2), 0 0 0 5px rgba(255, 61, 0, 0.2), 0 0 0 10px rgba(255, 61, 0, 0.2);
  }
  100% {
    box-shadow: 0 4px 10px rgba(255, 61, 0, 0.1), 0 0 0 5px rgba(255, 61, 0, 0.2), 0 0 0 10px rgba(255, 61, 0, 0.2), 0 0 0 20px rgba(255, 61, 0, 0);
  }
}

.sfa-pulse-grey {
  z-index: 10000000;
/*  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #FFF;
  width: 48px;
  height: 48px;
  padding: 12px;*/
  box-sizing: border-box;
  color: #666;
  -webkit-animation: pulse-ripple-grey 0.6s linear 10;
          animation: pulse-ripple-grey 0.6s linear 10;
}

/*

.pulse-button:hover i {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.pulse-button i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
*/
@-webkit-keyframes pulse-ripple-grey {
  0% {
    box-shadow: 0 4px 10px rgba(97, 97, 97, 0.1), 0 0 0 0 rgba(97, 97, 97, 0.1), 0 0 0 5px rgba(97, 97, 97, 0.1), 0 0 0 10px rgba(97, 97, 97, 0.1);
  }
  100% {
    box-shadow: 0 4px 10px rgba(97, 97, 97, 0.1), 0 0 0 5px rgba(97, 97, 97, 0.1), 0 0 0 10px rgba(97, 97, 97, 0.1), 0 0 0 20px rgba(97, 97, 97, 0);
  }
}

@keyframes pulse-ripple-grey {
  0% {
    box-shadow: 0 4px 10px rgba(97, 97, 97, 0.1), 0 0 0 0 rgba(97, 97, 97, 0.1), 0 0 0 5px rgba(97, 97, 97, 0.1), 0 0 0 10px rgba(97, 97, 97, 0.1);
  }
  100% {
    box-shadow: 0 4px 10px rgba(97, 97, 97, 0.1), 0 0 0 5px rgba(97, 97, 97, 0.1), 0 0 0 10px rgba(97, 97, 97, 0.1), 0 0 0 20px rgba(97, 97, 97, 0);
  }
}


.sfa-pulse-blue {
  z-index: 10000000;
/*  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #FFF;
  width: 48px;
  height: 48px;
  padding: 12px;*/
  box-sizing: border-box;
  color: #666;
  -webkit-animation: pulse-ripple-blue 0.6s linear 10;
          animation: pulse-ripple-blue 0.6s linear 10;
}

/*

.pulse-button:hover i {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.pulse-button i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
*/
@-webkit-keyframes pulse-ripple-blue {
  0% {
    box-shadow: 0 4px 10px rgba(29, 94, 145, 0.1), 0 0 0 0 rgba(29, 94, 145, 0.1), 0 0 0 5px rgba(29, 94, 145, 0.1), 0 0 0 10px rgba(29, 94, 145, 0.1);
  }
  100% {
    box-shadow: 0 4px 10px rgba(29, 94, 145, 0.1), 0 0 0 5px rgba(29, 94, 145, 0.1), 0 0 0 10px rgba(29, 94, 145, 0.1), 0 0 0 20px rgba(29, 94, 145, 0);
  }
}

@keyframes pulse-ripple-blue {
  0% {
    box-shadow: 0 4px 10px rgba(29, 94, 145, 0.1), 0 0 0 0 rgba(29, 94, 145, 0.1), 0 0 0 5px rgba(29, 94, 145, 0.1), 0 0 0 10px rgba(29, 94, 145, 0.1);
  }
  100% {
    box-shadow: 0 4px 10px rgba(29, 94, 145, 0.1), 0 0 0 5px rgba(29, 94, 145, 0.1), 0 0 0 10px rgba(29, 94, 145, 0.1), 0 0 0 20px rgba(29, 94, 145, 0);
  }
}



/******************************************************************************
*      Loader spinner css
*******************************************************************************/

.loader {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0 0 2px #444;
}
.loader:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(#ff6d00, #145ca4 60%);
  animation: spin .9s infinite linear;
}
.loader:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  background-color: #fff;
  border-radius: 50%;
  /*box-shadow: inset 0 0 2px #444;*/
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


.loader2 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  animation: loader2 1s linear alternate infinite;
  top: 50%;
  margin: -50px auto 0; 
  }

@keyframes loader2 {

  0% {
    box-shadow: -60px 40px 0 2px #0052ec, -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 0 rgba(0, 82, 236, 0.2); }
  25% {
    box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 2px #0052ec, 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 0 rgba(0, 82, 236, 0.2); }
  50% {
    box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 2px #0052ec, 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 0 rgba(0, 82, 236, 0.2); }
  75% {
    box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 2px #0052ec, 60px 40px 0 0 rgba(0, 82, 236, 0.2); }
  100% {
    box-shadow: -60px 40px 0 0 rgba(0, 82, 236, 0.2), -30px 40px 0 0 rgba(0, 82, 236, 0.2), 0 40px 0 0 rgba(0, 82, 236, 0.2), 30px 40px 0 0 rgba(0, 82, 236, 0.2), 60px 40px 0 2px #0052ec; } 
    }

/******************************************************************************
*      Iconos originales de material design (material-icons)
*      Iconos nuevos de material design (mdi)
*******************************************************************************/


/* Ajustes de tamaños de los iconos del sistema "ed" */


.material-icons.sfa-icon-xs {
    font-size: 14px !important;
    color: currentColor;
}

.material-icons.sfa-icon-sm {
    font-size: 24px !important;
    color: currentColor;
}

.material-icons.sfa-icon-md {
    font-size: 32px !important;
}

.material-icons.sfa-icon-xmd {
    font-size: 48px !important;
}

.material-icons.sfa-icon-lg {
    font-size: 64px !important;
    color: currentColor;
}

.material-icons.sfa-icon-xlg {
    font-size: 128px !important;
    color: currentColor;
}

.mdi.sfa-icon-xs {
    font-size: 14px !important;
    color: currentColor;
}

.mdi.sfa-icon-sm {
    font-size: 24px !important;
    color: currentColor;
}

.mdi.sfa-icon-md {
    font-size: 32px !important;
}

.mdi.sfa-icon-lg {
    font-size: 64px !important;
    color: currentColor;
}

.mdi.sfa-icon-xlg {
    font-size: 128px !important;
    color: currentColor;
}

.sfa-svg-sm {
    width: 14px !important;
    height: 14px !important;
    
}

.sfa-svg-md {
    width: 32px !important;
    height: 32px !important;
    
}

.sfa-svg-lg {
    width: 64px !important;
    height: 64px !important;
   
}

.sfa-svg-xlg {
    width: 128px !important;
    height: 128px !important;
   
}

/* Ajsutes de estados de iconos activos y inactivos */


.material-icons.sfa-icon-dark {
    color: rgba(0, 0, 0, .54) !important;
}

.material-icons.sfa-icon-dark.md-inactive {
    color: rgba(0, 0, 0, .26) !important;
}

.material-icons.sfa-inactive {
    color: rgba(0, 0, 0, .26) !important;
}

.material-icons.sfa-active {
    color: currentColor !important;
}

.material-icons.sfa-icon-light {
    color: rgba(255, 255, 255, 1) !important;
}

.material-icons.sfa-icon-light.md-inactive {
    color: rgba(255, 255, 255, .3) !important;
}

.mdi.sfa-icon-dark {
    color: rgba(0, 0, 0, .54) !important;
}

.mdi.sfa-icon-dark.sfa-inactive {
    color: rgba(0, 0, 0, .26) !important;
}

.mdi.sfa-inactive {
    color: rgba(0, 0, 0, .26) !important;
}

.mdi.sfa-active {
    color: currentColor !important;
}

.mdi.sfa-icon-light {
    color: rgba(255, 255, 255, 1) !important;
}

.mdi.sfa-icon-light.sfa-inactive {
    color: rgba(255, 255, 255, .3) !important;
}

/* Ajustes de color de los iconos del sistema "ed" */

.sfa-icon-red {
    color: #f44336 !important;
}

.sfa-icon-green {
    color: #43a047 !important;
}

.sfa-icon-yellow {
    color: #ff9800 !important;
}

.sfa-icon-blue {
    color: #2196f3 !important;
}

.sfa-icon-accent {
    color: rgb(255, 61, 0) !important;
}


.sfa-icon-orange {
    color: rgb(255, 152, 0) !important;
}

.sfa-icon-cyan {
    color: rgb(0, 188, 212) !important;
}

ed-icon-primary {
    color: #ff9800 !important;
}

ed-icon-success {
    color: #5cb85c !important;
}

ed-icon-info {
    color: #5bc0de !important;
}

ed-icon-warning {
    color: #f0ad4e !important;
}

.sfa-icon-danger {
    color: #d9534f !important;
}


.sfa-icon-rotate-90 {

  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.sfa-icon-rotate-180 {

  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}


.material-icons.sfa-icon-primary {
    color: #ff9800 !important;
}

.material-icons.sfa-icon-success {
    color: #5cb85c !important;
}

.material-icons.sfa-icon-info {
    color: #5bc0de !important;
}

.material-icons.sfa-icon-warning {
    color: #f0ad4e !important;
}

.material-icons.sfa-icon-danger {
    color: #d9534f !important;
}




/*****************************************************
*   Ajustes de diseño del tema Ultima primefaces
******************************************************/
.sideMenu .ui-widget-content {
    background: #0f4e7f !important;
    border: 0 solid #a6c9e2 !important;
    color: #fff !important;
}

.sideMenuAtencion .ui-widget-content {
    background: #07456b !important;
    border: 0 solid #a6c9e2 !important;
    color: #fff !important;
}


.sfa-guardar-atencion {
    position: fixed;
    bottom: 30px;
    right: 230px;
    z-index: 99;
    height: 50px !important;
    width: 50px !important;
}

.sfa-guardar-atencion-btn .ui-icon {
    font-size: 30px !important;
    height: 20px;
    margin-left: -14px !important;
    margin-top: -15px !important;
    width: 20px;
}

.sfa-guardar-atencion-btn body.layout-compact .ui-button.ui-button-icon-only .ui-icon {
    font-size: 30px !important;
    height: 20px;
    margin-left: -14px !important;
    margin-top: -15px !important;
    width: 20px;
}

.sfa-desarrollo-info {
    color: #96a5a6;
    padding: 0 15px 0 15px;
}

.sfa-desarrollo-info p {
}

.layout-wrapper .layout-menu.layout-menu-dark .profile {
    background-image: none !important;
    background-color: #1d5e91 !important;
}

.layout-wrapper .layout-menu.layout-menu-dark.layout-menu-atencion.sfa-menu-atencion .profile {
    background-image: none !important;
    background-color: transparent !important;
}

.sfa-menu-atencion li a span {
    color: #ffffff !important;
    line-height: 23px !important;
}

.sfa-menu-atencion li a i {
    color: #ffffff !important;
}

.sfa-menu-atencion li a:hover {
    background-color: rgba(0, 0, 0, 0.3)  !important;
    
}


.sfa-menu-atencion li.active-menuitem a:hover span {
    color: #272b35 !important;
}

.sfa-menu-atencion li.active-menuitem a:hover i {
    color: #272b35 !important;
}

.sfa-menu-atencion li a:hover span {
    color: #FFF !important;
}

.sfa-menu-atencion li a:hover i {
    color: #FFF !important;
}


.sfa-menu-atencion .active-menuitem > a {
    color: #272b35 !important;
}



.sfa-menu-atencion  li.active-menuitem > a {
    background-color: #dedede !important;
}


.sfa-menu-atencion  li.active-menuitem i {
    color: #272b35 !important;
 
}

.sfa-menu-atencion li.active-menuitem span {
    color: #272b35 !important;
 
}


.sfa-menu-atencion li.active-menuitem a.sfa-submenu span {
    color: #FFF !important;
 
}

.sfa-menu-atencion li.active-menuitem a.sfa-submenu i {
    color: #FFF !important;
 
}


.sfa-menu li.active-menuitem a.sfa-submenu i {
    color: #272b35 !important;
}

.sfa-menu li.active-menuitem a.sfa-submenu span {
    color: #272b35 !important;
}

.layout-menu li a span {
    color: #ffffff !important;
    line-height: 23px !important;
}

.layout-wrapper .topbar .topbar-left {
    background-color: #0f4e7f;
    box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    float: left;
    height: 75px !important;
    padding: 12px !important;
    width: 250px !important;
}

.logo {
    background: url("/afiliacion/javax.faces.resource/images/logo.svg.xhtml?ln=ultima-layout") top left no-repeat !important ;
    display: inline-block;
    height: 50px !important;
    vertical-align: middle;
    width: 215px !important;
}

.topbar-menu .ui-toolbar {
    border-radius: 0 !important;
    padding: 8px 14px;
}


.layout-wrapper .topbar-items > li .topbar-icon {

    font-size: 30px !important;
    padding: 0 6px !important;
    transition: color 0.3s ease 0s;
}

.edus-menu-list .ultima-menu li a {
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 16px;
    transition: background-color 0.3s ease 0s;
    width: 100%;
}

.ui-panel {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12) !important;
    margin: 5px !important;
    padding: 0;
}

.layout-wrapper .topbar .topbar-right {
    padding: 15px;
    position: relative;
    z-index: 99 !important;
}

.topbar-middle {
    background-color: transparent !important;
    padding-left: 280px;
    position: fixed;
    top: 0.8em;
    /*  width: 40% !important; */
}

.edus-menu-fixed-top {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 75px;
    width: -moz-available;
    /* For Mozzila */

    width: -webkit-fill-available;
    /* For Chrome. */

    z-index: 9999;
}

.topbar-menu {
    background-color: transparent !important;
    padding-left: 250px;
    position: fixed;
    top: 75px;
    transition: padding-left 0.3s ease 0s;
    z-index: 98;
    width: 100%;
    width: -moz-available;
    /* For Mozzila */

    width: -webkit-fill-available;
    /* For Chrome. */
}
@media screen and (max-width:64em) {
    .topbar-menu {
        background-color: transparent !important;
        padding-left: 0 !important;
        position: fixed;
        transition: padding-left 0.3s ease;
        top: 75px;
        z-index: 98;
        width: 100%;
        width: -moz-available;
        /* For Mozzila */
        width: -webkit-fill-available;
        /* For Chrome. */
    }
}

.layout-wrapper .layout-menu-atencion {
  overflow: auto;
  position: fixed;
  width: 250px;
  z-index: 98;
  top: 75px;
  height: 100%;
  -webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
 /* background: #272b35 none repeat scroll 0 0 !important; */
  background: #32404e none repeat scroll 0 0 !important;
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s; }
  .layout-wrapper .layout-menu-atencion > .nano > .nano-content.menu-scroll-content {
    display: block;
    height: 100%;
    position: relative;
    overflow: scroll;
    overflow-x: hidden; }
  .layout-wrapper .layout-menu-atencion > .nano > .nano-content > ul:last-child {
    margin-top: 16px;
    padding-bottom: 120px; }
  .layout-wrapper .layout-menu-atencion > .nano .nano-pane .nano-slider {
    background-color: #aaaaaa;
    opacity: 0.3;
    filter: alpha(opacity=30); }


@media screen and (max-width:64em) {
    .layout-menu .layout-menu-dark .layout-menu-atencion {
        background: #272b35 none repeat scroll 0 0 !important;
        top: 75px;
        height: 100%;
        margin-left: 0 !important;
        position: fixed;
        width: 250px;
        transition: margin-left 0.3s ease;
        overflow: auto;
        z-index: 98;
    }
}

.sfa-menu-fixed-right {
    background: #EBEBEB none repeat scroll 0 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    padding-top: 140px !important;
    height: 100%;
    right: 0;
    position: fixed;
    width: 300px;
    overflow: scroll !important ;
}


/*.sfa-content-atencion {
    margin-left: 500px; 
    margin-right: 200px !important;
    margin-top: 35px !important;
}

@media screen and (max-width:64em) {
    .sfa-content-atencion {
    margin-left: 250px;
    margin-right: 200px !important;
    margin-top: 35px !important;
    }
}*/


.layout-wrapper.menu-layout-static .sfa-layout-atencion {
    padding: 140px 320px 0 270px;

    transition: padding-left 0.3s ease;
}

@media screen and (max-width:64em) {
.layout-wrapper.menu-layout-static .sfa-layout-atencion {
        padding-left: 30px;
        transition: padding-left 0.3s ease;
    }
}

.edus-menu-left {
    height: 100%;
}

.edus-tool-option-fixed {
    position: fixed;
}

 .ui-breadcrumb {
    max-height: 40px;
 }
 
body .ui-notificationbar {
    background-color: #FF5722;
    color: #ffffff;
    z-index: 99;
}

.ui-notificationbar.ui-widget {
    top: 0px !important;
    width: 200px;
    height: 100%;
    right: 0px;
    position: fixed;
}

body .ui-button .ui-icon {
    color: currentColor !important;
}

.ui-button {
    margin-right: 0.2em !important;
}


.layout-wrapper .layout-menu .profile .profile-image-no {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-size: auto auto;
    background-size: 50px 50px;
    padding-top: 15px;
}


body .ui-button.ui-button-icon-only .ui-icon {
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin-top: -12px;
    margin-left: -12px;
}


.sfa-login {
    text-align: center;
    width: 500px;
    min-height: 440px;
    padding: 50px 20px;
    margin: 100px auto 0 auto;

}

.sfa-center-panel {
  text-align: center;
  width: 570px;
  min-height: 440px;
  padding: 50px 20px;
  margin: 0 auto;
}

.ui-column-title{
 font-size: 0.875em;
}


input{
 text-transform: uppercase !important;
}

button {
    width:auto ;
}

.ui-sticky {
    top:80px !important;
}

.sfa-menu-bar {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);

}

.sfa-login-back {


background-image: linear-gradient(to top, #175c91 0%, #0b314f 100%);
 /* background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #1976d2 100%); */
}

.sfa-login-panel {
  text-align: center;
  width: 370px;
  min-height: 440px;
  padding: 50px 20px;
  margin: 0 auto;
z-index: 999;
position: relative;
}

.sfa-login-panel .ui-g .ui-g-12 {
    padding: 25px 40px;
}

.sfa-login-panel .ui-g .ui-g-12 .ui-button {
    margin-bottom: 20px; 
}

body.layout-compact .ui-menu .ui-menu-list li.ui-menuitem .ui-menuitem-link .ui-menuitem-icon {
    margin-right: 0 !important;
    font-size:22px !important;
}


body.layout-compact .ui-picklist .ui-picklist-buttons {
    width: 40px;
}


.sfa-marco-derecho .ui-accordion-header.ui-state-hover {
    background-color: blue ;
    border-radius: 0px;
}

body.layout-compact .ui-accordion .ui-accordion-header .ui-icon-triangle-1-e {
    margin-top: -10px;
    color: #ffffff;
}
body .ui-accordion .ui-accordion-header.ui-state-active {
    background-color: #1976d2;
    color: #ffffff;
}

body .ui-accordion .ui-accordion-header.ui-state-hover {
    background-color: #1976d2 ;
    color: #ffffff;
}

body .ui-accordion .ui-accordion-header {
    background-color: #175c91;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 16px 10px 40px;
    transition: background-color 0.3s ease 0s;
}


body .ui-accordion .ui-accordion-header.ui-state-active.ui-tabs-outline {
        outline: 0 none;
        background-color:  #2196f3; }


.sfa-marco-derecho .ui-widget-header {
    background-color: #fff ;
    border-radius: 0px;
    border-color: #FFF;

}

.sfa-marco-derecho .ui-datalist-item {
padding-bottom:5px;
}

.sfa-marco-derecho .ui-paginator .ui-paginator-first:before {
        content: "?"; }
      body .ui-paginator .ui-paginator-first:before {
        position: relative;
        left: -5px; }
    .sfa-marco-derecho .ui-paginator .ui-paginator-pages {
      vertical-align: middle;
      margin: 0 6px 0 12px; }
      .sfa-marco-derecho .ui-paginator .ui-paginator-pages a {
        color: #fb3f18;
        padding: 1px 8px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s; }
        .sfa-marco-derecho .ui-paginator .ui-paginator-pages a.ui-state-active {
          color: #ffffff; }
        .sfa-marco-derecho .ui-paginator .ui-paginator-pages a.ui-state-hover {
          background-color: #ffcc80; }
          
          
          
          .sfa-marco-derecho .ui-paginator .ui-paginator-next:before {
        content: "?"; 
        color:#fb3f18;
        }
        .sfa-marco-derecho .ui-paginator .ui-paginator-prev:before {
        content: "?";
        color:#fb3f18;}
      .sfa-marco-derecho .ui-paginator .ui-paginator-prev:before {
        position: relative;
        left: -6px; }
        .sfa-marco-derecho .ui-paginator .ui-paginator-pages a.ui-state-hover {
          background-color: #dedede; }      
          .sfa-marco-derecho .ui-paginator > a.ui-state-hover {
        background-color: #dedede;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s; }
        
        
        body .ui-state-highlight {
    background-color: #42a5f5;
    color: #ffffff;
}
        .sfa-textarea {
        border-width:1px !important;
        padding:5px !important;
        
        }
 
      .sfa-textarea.ui-state-focus {
         border-width:2px !important;
        }
        
        .sfa-footer-login {
z-index: 89 !important;
display: inline-flex;
}

.ui-menu-list {
    float:right;
}

body.layout-compact .ui-menu .ui-menu-list li.ui-menuitem .ui-menuitem-link {
    border-radius: 50%;
    line-height: 18px;
    min-height: 30px;
    padding: 8px;
}

body .ui-menu.ui-menubar {
    padding: 10px;
}

body .ui-widget-content .ui-icon {
    color: #175c91;
}

.login-footer {
    color: rgba(255, 255, 255, 0.5) !important;
}

body .md-inputfield label {
    color: #175c91;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 1px !important;
    top: 1px;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}

.ui-wizard {
	margin:0;
	padding:0;
}

.ui-wizard-content {
	margin:3px 0;
}

.ui-wizard-navbar {
	text-align: right;
}
.ui-wizard-nav-back, 
.ui-wizard-nav-next {
	cursor: pointer;
}

.ui-wizard-nav-back {
    float:left;
    width: auto !important;
}

.ui-wizard-nav-next {
    float:right;
    width: auto !important;
}

.ui-fluid .ui-calendar  {
    width: 100px !important;
}

.ui-fluid .ui-calendar input{
    width: 100% !important;
}

.sfa-text-toUpper{
    text-transform: uppercase !important;
}

.sfa-text-toLower{
    text-transform: lowercase !important;
}

.sfa-text-unificacion{
    text-transform: none !important;
}


.sfa-center { 
    margin: 0 auto !important;
} 

body .ui-wizard .ui-wizard-navbar button {
    width: auto;
}

.ui-icon-arrowthick-1-w::before {
    content: "\e037";
}
.ui-icon-arrowthick-1-w {
    transform: rotate(180deg);
}

.ui-icon-arrowthick-1-e::before {
    content: "\e037";
}


.layout-wrapper .topbar .topbar-left {
    background-color: #175c91 !important;
    box-shadow: none !important;
    box-sizing: border-box;
    float: left;
    height: 75px !important;
    padding: 12px !important;
    width: 250px !important;
}
.sfa-bottom-dialogConfirm{
    background-color: rgb(23, 92, 145) !important;
    color: rgba(255, 255, 255, .87) !important; 
    border-color: #2071a0;
}
.sfa-hidden {
    visibility: hidden;
    display:none
}
.sfa-noUppercase {
 text-transform: none !important;
}
.contentDialog  {
    width:auto;
    text-align:left;
    margin:0px;
}
body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-number {
    padding: 8px 14px !important ;
}
.sfa-dialog-title .ui-dialog-titlebar  {
    color: #fff !important;
    background-color: #0f4e7f !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
z-index: 97;
}

div.sfa-form-padding-top-no div {
    padding-top: 0 !important;
    }
      
body .profile.ui-tooltip {
    opacity: 0.9;
    filter: alpha(opacity=90);
    font-size: 14px; 
    text-align: center;
    line-height: 24px;
}
    
body .profile.ui-tooltip .ui-tooltip-text {
      background-color: White; 
      height:auto;
      width:auto;
      }
      
    body .profile.ui-tooltip.ui-tooltip-top .ui-tooltip-arrow {
      border-top-color: #fff; }
    body .profile.ui-tooltip.ui-tooltip-bottom .ui-tooltip-arrow {
      border-bottom-color: #fff; }
    body .profile.ui-tooltip.ui-tooltip-left .ui-tooltip-arrow {
      border-left-color: #fff; }
    body .profile.ui-tooltip.ui-tooltip-right .ui-tooltip-arrow {
      border-right-color: #fff; }
      
      body .ui-wizard .ui-wizard-step-titles > li.ui-state-highlight {
    color: #ffffff;
    background-color: transparent;
    border-bottom: 4px solid #8bc34a !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.salirbtn {
color: white;
position: absolute;
top: 20px;
right: 25px;

}

  .firstColumn {
       width: 200px;
  }
  .secondColumn {
       width: 1px;
  }
  .thirdColumn { 
       width: 400px;
  }
  
   .messageOTPColumn { 
       width: 469px;
  }
  
.forty-percent{
    width:10% !important;
}

.infoColumn { 
       width: 700px;
  }



.sixty-percent{
    width:80% !important;
}

.ancho300 { width: 300px !important;
max-width: 300px;
min-width: 200px !important;
}

.sfa-float-fb-btn {
    background: #2196f3 !important;
    position: fixed !important;
    right: 15px;
    bottom: 30px;
    width: 56px !important;
    height: 56px !important;
    z-index: 9999;
}

.sfa-float-chat-btn {
    background: #2196f3 !important;
    position: fixed !important;
    right: 15px;
    bottom: 100px;
    width: 56px !important;
    height: 56px !important;
    z-index: 9999;
}

.sfa-fb-ic {
  background: #2196f3 url("/afiliacion/javax.faces.resource/images/facebook-box.svg.xhtml?ln=ultima-layout") center no-repeat !important;
}

.sfa-chat-ic {
  background: #2196f3 url("/afiliacion/javax.faces.resource/images/message-text.svg.xhtml?ln=ultima-layout") center no-repeat !important;
}


.sfa-otp-message {
    width:  100px important; /* Ajusta el ancho según lo que necesites */
    white-space: normal important;
}

.sfa-otp-password   {
                  border: 0 !important;
                background-image: linear-gradient(to left, #175c91 1em, rgba(255, 255, 255, 0) 0%) !important;
    background-position: bottom !important;
    background-size: 50px 3px !important;
    background-repeat: repeat-x !important;
    background-position-x: 35px !important;
    width: 10em !important;
    font-size: 30px !important;
    letter-spacing: 0.78em !important;
    z-index: 2;
    border: none !important;
    text-indent: 6.0px !important;
    caret-color: transparent !important;
    /*padding-left: 4.9px !important;
    padding-right: 0px !important;*/
    font-size-adjust: 0.74 !important;
    font-family: monospace  !important;
             }
  
 .sfa-otp-password:focus {
                   outline: none  !important;
                   border: none  !important;
    }             



/* RESPONSIVE LOGIN 
-----------------------------------------------------*/

/* TABLETS */
@media screen and ( max-width: 68em ) and ( min-width: 48em ) {

   .sfa-float-fb-btn {
        right: 80px;
        position: absolute !important;
    }
    .sfa-float-chat-btn, .sfa-float-fb-btn{
        bottom: auto;
        position: absolute !important;
    }
    .sfa-footer-login .sfa-text-left {
        margin-top: 0px;
    }
    .sfa-footer-login img{
        margin-left: 10px;
    }
    .login-footer {
        position: relative !important;
    }
    .login-footer .ui-g{
        display: block;
    }
    
    .cs-botonera{
        position: relative;
        float: none;
    }
}

/* SMARTPHONE */
@media screen and ( max-width: 48em ) and ( min-width: 20em ) {

    .cs-logo-ov img{
        width: 50%;
    }

    .sfa-login-panel {
      width: 90% !important;
    }
    
    .sfa-footer-login {
      display: block;
    }
    
     .sfa-login-panel .ui-g .ui-g-12 {
        padding: 15px 40px;
    }
    
    .sfa-float-fb-btn {
        right: 80px;
    }
    .sfa-float-chat-btn, .sfa-float-fb-btn{
        bottom: auto;
    }
    .sfa-footer-login .sfa-text-left {
        margin-top: 0px;
    }
    .sfa-footer-login img{
        margin-left: 10px;
    }
    .login-footer {
        position: relative !important;
    }
    .login-footer .ui-g{
        display: block;
    }
    
}

