@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
*/
/****************************************
*          Elementos iniciales
*  body, a, h1, h2, h3, h4, h5, img, div
*****************************************/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url("/seguridadsicere/javax.faces.resource/fonts/roboto-v15-latin-900.eot.xhtml?ln=ultima-layout");
  /* IE9 Compat Modes */
  src: local("Roboto Black"), local("Roboto-Black"), url("/seguridadsicere/javax.faces.resource/fonts/roboto-v15-latin-900.eot.xhtml?ln=ultima-layout#iefix") format("embedded-opentype"), url("/seguridadsicere/javax.faces.resource/fonts/roboto-v15-latin-900.woff2.xhtml?ln=ultima-layout") format("woff2"), url("/seguridadsicere/javax.faces.resource/fonts/roboto-v15-latin-900.woff.xhtml?ln=ultima-layout") format("woff"), url("/seguridadsicere/javax.faces.resource/fonts/roboto-v15-latin-900.ttf.xhtml?ln=ultima-layout") format("truetype"), url("/seguridadsicere/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("/seguridadsicere/javax.faces.resource/fonts/roboto-v15-latin-100.eot.xhtml?ln=ultima-layout");
  /* IE9 Compat Modes */
  src: local("Roboto Thin"), local("Roboto-Thin"), url("/seguridadsicere/javax.faces.resource/fonts/roboto-v15-latin-100.eot.xhtml?ln=ultima-layout#iefix") format("embedded-opentype"), url("/seguridadsicere/javax.faces.resource/fonts/roboto-v15-latin-100.woff2.xhtml?ln=ultima-layout") format("woff2"), url("/seguridadsicere/javax.faces.resource/fonts/roboto-v15-latin-100.woff.xhtml?ln=ultima-layout") format("woff"), url("/seguridadsicere/javax.faces.resource/fonts/roboto-v15-latin-100.ttf.xhtml?ln=ultima-layout") format("truetype"), url("/seguridadsicere/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("/seguridadsicere/javax.faces.resource/fonts/roboto-v15-latin-500.eot.xhtml?ln=ultima-layout");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/seguridadsicere/javax.faces.resource/fonts/roboto-v15-latin-500.eot.xhtml?ln=ultima-layout#iefix") format("embedded-opentype"), url("/seguridadsicere/javax.faces.resource/fonts/roboto-v15-latin-500.woff2.xhtml?ln=ultima-layout") format("woff2"), url("/seguridadsicere/javax.faces.resource/fonts/roboto-v15-latin-500.woff.xhtml?ln=ultima-layout") format("woff"), url("/seguridadsicere/javax.faces.resource/fonts/roboto-v15-latin-500.ttf.xhtml?ln=ultima-layout") format("truetype"), url("/seguridadsicere/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("/seguridadsicere/javax.faces.resource/fonts/materialdesignicons-webfont.eot.xhtml?ln=ultima-layout");
  /* For IE6-8 */
  src: local("Material Design Icons"), local("materialdesignicons-webfont"), url("/seguridadsicere/javax.faces.resource/fonts/materialdesignicons-webfont.woff2.xhtml?ln=ultima-layout") format("woff2"), url("/seguridadsicere/javax.faces.resource/fonts/materialdesignicons-webfont.woff.xhtml?ln=ultima-layout") format("woff"), url("/seguridadsicere/javax.faces.resource/fonts/materialdesignicons-webfont.ttf.xhtml?ln=ultima-layout") format("truetype"), url("/seguridadsicere/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 #9e9e9e;


}

/****************************************
*          Ajustes de espaciado
*           padding, margin,
*****************************************/


.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-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-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-top-xxl {
    padding-top: 250px !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;
}

.sfa-user-avatar {
    border-radius: 99%;
}
/****************************************
*      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: rgb(5, 53, 124) !important;
}
/*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-border-blue-light {
    border: 1px solid rgb(17, 197, 234) !important;
}

.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;
}
/****************************************
*      Ajustes de tipografía
*     text, bordes, radius
*****************************************/

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

.sfa-text-capitalize {
    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-left {
    text-align: left !important;
}

.sfa-right {
    text-align: 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;
}



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

.sfa-text-orange
{
    color: rgb(255, 61, 0) !important;
}
.sfa-text-green {
    color: #7eba0c !important;
}
.sfa-text-blue {
    color: #1d5e91 !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, .87) !important;
}


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

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

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

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

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

}

.sfa-text-heavy {
    font-size: 14px;
    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: 1em !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;
}

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

/****************************************
*      Creación de elementos MD
*             cards, badge,
*****************************************/

.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 6px;
    padding: 8px;
    border-radius: 0 !important;
}

.badge {
    position: relative;
}

.badge[data-badge]:after {
    font-size: .7em;
    line-height: 20px;
    position: absolute;
    top: 2px;
    right: 6px;
    width: 20px;
    height: 20px;
    content: attr(data-badge);
    text-align: center;
    color: white;
    border-radius: 50%;
    background: #f44336;
    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;
}


.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 i{
     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%);

}

/*****************************************************
*   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("/seguridadsicere/javax.faces.resource/images/logo.svg.xhtml?ln=ultima-layout") top left no-repeat !important; !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-widget-content {

    
}

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: 770px;
  min-height: 40px;
  padding: 50px 20px;
  margin: 0 auto;
}

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

/*****************************************************
*         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;
}





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;
}


.sfa-border-no {
    border: none !important ;
}

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; }

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

.sfa-border-gray{
    border: 1px solid gray;
}
/****************************************
*           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);
  }
}




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, #09203f 0%, #537895 100%);
 /* background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #1976d2 100%); */
}

.sfa-login-panel {
  text-align: center;
  width: 350px;
  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;
}


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





.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-marco-derecho .ui-accordion-header {
   
    border-radius: 0px;
}

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

.sfa-full{
width:100%;
}

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


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: #999;
    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;
}

.ui-fluid .ui-inputtextarea{
    width: 285px !important;
}

.dataList .ui-datalist-data {
    border: none;
    background: transparent;
    background-image: none;
}

.without-selectall .ui-selectcheckboxmenu-header .ui-chkbox {
    display: none; 
}
