@CHARSET "UTF-8";
/*****************************************************************************
*    Proyect: Xunta Galicia - Notifica.gal
*    Description: Common Notifica Portal Styles
*    Índice:
        1. TIPOGRAFÍA
        2. ESTILOS COMUNES
        3. BOTONES
        4. BOTON AYUDA eServizos
        5. HEADER
        6. MENU
        7. MAIN TEMPLATE
        8. PRE-FOOTER LOGOS
        9. FOOTER
        10. MENU MOVIL HAMB
        11. MENU MOVIL USER
        12. MIGAS DE PAN
        13. MENU LATERAL
        14. MODAL
        15. FORMULARIOS (mod_formField)
        16. MENSAJE DE BLOQUEO
        17. AVISOS
        18. RESPONSIVE
***************************************/

/* 1. TIPOGRAFÍA */
@font-face{
 font-family: XuntaSans;
 font-weight: 400;
 src:url(../fonts/xunta-sans/XuntaSans-Regular.woff) format("woff"),
 url(../fonts/xunta-sans/XuntaSans-Regular.woff2) format("woff2")
}

@font-face{
 font-family: XuntaSans;
 font-style: italic;
 font-weight: 400;
 src: url(../fonts/xunta-sans/XuntaSans-Italic.woff) format("woff"),
 url(../fonts/xunta-sans/XuntaSans-Italic.woff2) format("woff2")
}

@font-face{
 font-family: XuntaSans;
 font-weight: 700;
 src: url(../fonts/xunta-sans/XuntaSans-Bold.woff) format("woff"),
 url(../fonts/xunta-sans/XuntaSans-Bold.woff2) format("woff2")
}

@font-face{
 font-family: XuntaSans;
 font-style: italic;
 font-weight: 700;
 src: url(../fonts/xunta-sans/XuntaSans-BoldItalic.woff) format("woff"),
 url(../fonts/xunta-sans/XuntaSans-BoldItalic.woff2) format("woff2")
}

/* 2. ESTILOS COMUNES*/
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: XuntaSans !important;
	font-size: 1.00rem !important;
	color: #333;
	margin: 0;
	overflow: auto;
}

#bloqueo, #contenedor-simple {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

a {
    color: #007bc4;
}

img {
	border: 0;
}

.cuadro_texto {
	padding: 20px;
	border: 1px solid #007BC4;
	border-radius: 5px;
}

.cuadro_doc_adjuntos {
	padding: 1rem 1rem 0 1rem;
	border: 1px solid #007BC4;
	border-radius: 5px;
}

.cuadro_exito {
	color: #419e20;
	border: 1px solid #419e20;
	border-radius: 5px;
}

.cuadro_erro {
	color: #CC2B02;
	border: 1px solid #CC2B02;
	border-radius: 5px;
}

.cuadro_aviso {
  color: #914800;
  border: 1px solid #914800;
}

.advertencia {
	font-weight: bold;
	padding: 15px;
	margin-bottom: 20px;
}

select, option {
    font-family: XuntaSans, sans-serif !important;
}

.link-light-corp {
  color:white !important;
  text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important
}

.padding-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.float_derecha {
	float: right !important;
}

.flota_izquierda {
	float: left;
}

.hidden {
    display: none;
}

select {
    float: left;
    margin: 0;
    padding: 0.26923em 0.30769em;
    font-family: XuntaSans !important;
    font-size: 1.00rem;
    line-height: 120%;
    font-weight: normal;
    border: 1px solid #007BC4;
    background-color: #FFFFFF;
}

h1 {
    border-bottom: 1px solid #B2D7ED;
    line-height: 50px;
    color: #007bc4 !important;
    font-size: 2rem !important;
 }

h2 {
	margin: 0 0 30px 0;
    width: auto;
    padding: 10px 10px 10px 0;
    color: #007BC4 !important;
    font-size: 1.5rem !important;
}

h3 {
	padding: 0;
	margin: 0 0 10px 0;
	width: auto;
	padding: 10px 10px 0 0;
	font-size: 1.30rem !important;
	color: #002B4A;
}

h4 {
	margin: 0 0 30px 0;
	width: auto;
	padding: 10px 10px 10px 0;
    color: #007BC4 !important;
}

.p-destacado {
    color: #007BC4 !important;
    font-size: 1.15rem !important;
}

.destacado-index {
    padding: 0;
    margin: 0;
    width: auto;
    padding: 10px 10px 0 0;
    font-size: 1.30rem !important;
    color: #002B4A;
}

legend {
    font-size: 1.00rem;
    padding: 0.4em 0.4em 0.3em 0;
}

.fa-calendar {
    margin: 0 10px !important;
    line-height: 42px !important;
}

.fa-file-alt {
    padding-left: 10px;
    font-size: 1.2rem;
    cursor:pointer;
}

.clear {
	clear: both;
}

.linea_formularios {
  padding: 0.1875em 0;
}

.linea_formularios:after {
  content: "";
  display: block;
  clear: both;
}

.contenedor_texto_dous {
	margin-left: 20px;
}

.div_botonera {
    margin-top: 30px;
}

.botonera_filtros {
    margin: 15px 0;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

/*mod_combobox*/
.ui-autocomplete-input {
  height: auto;
  margin: 0;
  padding: 5px;
}

ul.ui-autocomplete {
  width: 8%;
  padding-left: 2.5em;
  color: #000;
  list-style: none;
  background-color: #FFF;
  border: 1px solid #007BC4;
  border-top: none;
}

.ui-autocomplete li.ui-menu-item {
  margin: 0 0 0 -40px;
  padding: 2px 5px;
  font-size: 0.9em;
}

.ui-autocomplete li.ui-menu-item:hover {
  color: #007BC4;
  cursor: pointer;
}

.ui-autocomplete li.ui-menu-item a.ui-corner-all {
  display: block;
}

.label-check {
    width: 90%;
}

/*End mod_combobox*/

/* 3. BOTONES */

.common-button {
    display: inline-block;
    width:100%;
    padding: 0px 25px 0 25px !important;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    border-radius: 5px;
    font-weight: 700 !important;
    font-size: 1.00rem !important;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
}

.boton-blanco {
	background-color: #FFFFFF;
	border: 2px solid #007BC4;
    color: #007BC4;
}

.boton-azul {
    background: #007BC4;
	border: 2px solid #007BC4;
    color: #FFFFFF;
}

.boton-naranja {
    background-color: #FFFFFF;
	color: #FF6D00;
	border: 2px solid #FF6D00;
}

.boton-rojo {
    background-color: #FFFFFF;
	color: #CC2B02;
	border: 2px solid #CC2B02;
}

.boton-verde {
    background-color: #FFFFFF;
	color: #419e20;
	border: 2px solid #419e20;
}

.boton-gris {
    background-color: #FFFFFF;
	color: #333;
	border: 2px solid gray;
}

.boton-azul:hover {
	background-color: #074d87 !important;
}

.boton-blanco:hover, .boton-naranja:hover, .boton-rojo:hover, .boton-verde:hover, .boton-gris:hover {
	background: #BFDDF0;
}

.icono-boton {
    position: absolute;
    margin-right: 6px;
    right: 10px;
    font-size: 18px;
    line-height: 48px !important;
}

.icono-blanco {
    color: #FFFFFF;
}

.icono-azul {
    color: #007BC4;
}

.icono-naranja {
    color: #FF6D00;
}

.icono-rojo {
    color: #CC2B02;
}

.icono-verde {
    color: #419e20;
}

.icono-marron {
    color: #914800;
}

.fa-calendar::before {
    font-size: 18px !important;
}

.icono-check {
    font-size: 18px;
    padding-right: 5px;
    vertical-align: middle;
}

.icono-check-error {
    font-size: 25px;
    padding-right: 5px;
    vertical-align: middle;
}

.btn-verificar-modificacion {
    width: auto !important;
    text-align: center;
    padding: 0 30px !important;
}

/* 4. BOTON AYUDA eServizos */

.mod-banners-primary title {
 font-size:3.4em;
 color:#FFF
}
.mod-banners-primary .banner-content li,
.mod-banners-primary .banner-content p {
 font-size:1.2em;
 margin-bottom:2px;
 line-height:1.2em
}
.mod-banners-primary .banner-content .media-left {
 width:50%
}
.mod-banners-primary .banner-content .media-body {
 color:#333;
 font-size:3em;
 line-height:1.1em
}
.mod-banners-primary .banner-content .media-body .show {
 font-size:.6em;
 border-top:1px solid #000
}

#necesitasAxudaBanner {
 position:fixed;
 bottom:30px;
 right:10px;
 width:200px;
 max-width:100%;
 font-size:.8em;
 z-index:9999999999999999999999;
 -webkit-box-shadow:3px 3px 10px 0 rgba(0,0,0,0.5);
 -moz-box-shadow:3px 3px 10px 0 rgba(0,0,0,0.5);
 box-shadow:3px 3px 10px 0 rgba(0,0,0,0.5);
 transition:all .4s
}
#necesitasAxudaBanner a:hover {
 text-decoration: underline !important;
}
#necesitasAxudaBanner .mod-banners-primary .banner-content .media-body,
#necesitasAxudaBanner .mod-banners-primary .banner-content li.big,
#necesitasAxudaBanner .mod-banners-primary .banner-content p.big {
 font-size:1.3em
}
#titnecesitasAxudaBanner {
 font-size:1.8em
}
#necesitasAxudaBanner p.title {
 font-size:1.8em;
 color:#FFF;
 margin-bottom: 0;
}
#necesitasAxudaBanner .img-crop-height {
 height:90px;
}
#pecharnecesitasAxudaBanner {
 position:absolute;
 top:9px;
 right:10px;
 opacity:0;
 display:none;
 transition:all .4s
}
#contentnecesitasAxudaBanner {
 height:0;
 width:100%;
 overflow:hidden;
 transition:all .4s
}
#contentnecesitasAxudaBanner .mail-link {
 font-size:1.3em
}
#necesitasAxudaBanner.active {
 width:280px;
 max-width:100%
}
#necesitasAxudaBanner.active #pecharnecesitasAxudaBanner {
 display:block;
 opacity:1
}
#necesitasAxudaBanner.active #contentnecesitasAxudaBanner {
 height:370px
}
#necesitasAxudaBanner:not(.active) {
 cursor:pointer
}
#necesitasAxudaBanner.active #titnecesitasAxudaBanner {
 cursor:pointer
}
@media(max-width:768px) {
 #contentnecesitasAxudaBanner {
  font-size:.9em
 }
 #contentnecesitasAxudaBanner .title {
  font-size:2em
 }
}
@media(max-width:480px) {
 #necesitasAxudaBanner.active {
  right:0;
  bottom:15px
 }
 #necesitasAxudaBanner.active #contentnecesitasAxudaBanner {
  height:324px;
  overflow:auto;
  max-height:calc(100vh - 90px)
 }
}

.col-sm-12 {
 position:relative;
 min-height:1px;
 padding-left:15px;
 padding-right:15px;
 float:left;
 width:100%
}

.bg-orange {
 background-color:#d14905;
 color:#FFF
}

.relative {
 position:relative
}

.bg-color-gray-e {
 background-color:#EEE
}

.clearfix:before,
.clearfix:after {
 content:" ";
 display:table
}
.clearfix:after {
 clear:both
}

.padding-top-xs {
 padding-top:15px
}

.padding-bottom-xs {
 padding-bottom:15px
}

.margin-bottom-xs {
 margin-bottom:15px
}

.bg-neutral {
 background-color:#FFF
}

.padding-xxs {
 padding:7.5px
}

.text-center {
 text-align:center
}

.bg-gray {
 background-color:#858788
}

.padding-right-s {
 padding-right:20px
}

.padding-left-s {
 padding-left:20px
}

.margin-xxs {
 margin:7.5px
}

aside#necesitasAxudaBanner {
    font-family: XuntaSans !important;;
    font-size: 10px !important;
    line-height: 1.42857;
    color: #333;
}

aside#necesitasAxudaBanner a, aside#necesitasAxudaBanner a:visited, aside#necesitasAxudaBanner a:hover, aside#necesitasAxudaBanner a:active {
  color: #007BC4;
}

.col-xs-12 {
 position:relative;
 min-height:1px;
 padding-left:15px;
 padding-right:15px
}

aside#necesitasAxudaBanner h2 {
 margin-top:0;
 margin-bottom:0;
 font-family: inherit;
 font-weight: 500;
 line-height: 1.1;
 color: inherit;
 border-bottom: none;
}

aside#necesitasAxudaBanner ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

#necesitasAxudaBanner div {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-xs-12 {
    width: 100%;
}



/* 5. HEADER */

#header {
    background-color: #007bc4;
}

.logo_xunta img {
    vertical-align: middle;
    border-style: none;
    height: 48px;
    object-fit: contain;
    object-position: left;
    max-width: inherit !important;
}

.selector-idioma {
    color: #fff;
    margin-bottom: 0 !important;
    margin-top: 7px;
}

.border-top-white{
    border-top: 5px solid #fff !important;
    text-decoration: none;
    padding-top: 6px !important;
    margin-top: 0 !important;
}

.separator-idiomas::after {
    color: #fff;
    content: "|";
    display: inline-block;
    margin: 0 10px;
}

.margen-cabecera{
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.logo_xunta{
  display: inline-block;
  cursor: pointer;
}

/* 6. MENU */
.menu_principal, .menu_apoderado {
    background-color: #007bc4;
    padding-bottom: 5px;
}

.menu_principal .content, .menu_apoderado .content {
    border-top: 1px solid #fff;
    padding: 10px 0;
}

.opcions_menu {
    float: left;
    margin: 0;
    padding: 5px 0 5px 0;
    display: inline-block;
    list-style: none;
}

.opcions_menu li {
	margin: 0;
	float: left;
	list-style: none;
    display: inline-block;
    padding: 0 10px;
}

.opcions_menu li a {
	text-decoration: none;
	color: #FFFFFF !important;
	padding: 5px 0 2px;
}

.opcions_menu li:hover {
	text-decoration: none;
	background-color: #002B4A;
}

.ultimaConexion {
	text-align: right;
	display: inline-flex;
	padding: 0.40em 0.8em;
	float: right;
	color: #FFF;
    font-size: 0.7rem;
}

.usuario {
	text-transform: uppercase;
    color: #FFF;
	padding: 8px 0 0 10px;
    max-width: 250px;
    overflow-wrap: break-word;
}

.usuario-apoderado {
    text-transform: uppercase;
    color: #FFF;
    padding: 8px 0 0 10px;
    max-width: 550px;
    overflow-wrap: break-word;
}

.actuar-como-icon {
    align-content:center;
    text-align:center;
    justify-content:center;
    font-size:0.8em;
    color: #FFF;
}

.boton_salir a {
	display: table-cell !important;
	height: 41px !important;
	vertical-align: middle;
	width: auto;
	max-width: 6.25em;
    padding: 0.40em 0.7em;
	margin: 0;
	background-color: #002B4A;
	text-align: center;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.boton_salir a:hover {
	background-color: #ffffff;
	text-decoration: none;
	color: #007bc4;
}

.fa-angle-down {
	font-size: 1.5em !important;
	cursor: pointer;
	color: #ffffff;
	padding: 0px 5px;
}

.fa-angle-down:hover {
	font-size: 1.6em !important;
}

.fa-user{
    display: block !important;
    font-size: 1.6em !important;
    color: #ffffff;
}

div.user {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
	padding: 0 10px 0 15px;
	border-left: 2px solid #ffffff;
}

/* 7. MAIN TEMPLATE */

.margen-main {
    padding: 0;
}

#cuerpo {
    display: flex;
}

/* 8. PRE-FOOTER LOGOS */
.prefooterlogos {
    display: flex;
    justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}

.logo_certificate{
  max-width: 130px;
  max-height: 160px;
  position: relative;
}

.pielogos_derecha{
  display: inline-flex;
}

/* 9. FOOTER */

.xunta-footer{
  background-color: #007bc4;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 200;
}

.xunta-footer p {
    margin-bottom: 0.1rem;
}

.xunta-footer img {
    vertical-align: middle;
    border-style: none;
    height: 36px;
    object-fit: contain;
    object-position: left;
    max-width: inherit !important;
    margin: 24px 0 24px 0;
}

/* 10. MENU MOVIL HAMB */

#menu-hamb, #menu-user {
    display: none;
    background-color: #002b49;
    right: -100vw;
    width: 460px;
    opacity: 1;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 1;
    transition: .4s all;
    overflow-x: hidden;
    overflow-y: auto;
}

.menu-icon{
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 3px auto 0 auto;
    transition: all .5s ease;
}

.bar {
    display: block;
    height: 3px;
    width: 30px;
    background: #ffffff;
    margin: 7px auto;
    transition: all .5s ease;
}

.user-icon{
    cursor: pointer;
    display: none;
    width: auto;
    margin: 3px auto 0 auto;
    transition: all .5s ease;
    padding-right: 15px;
}

.cabecera-hamb {
    margin: 25px 0px 40px 0px;
}

.items-hamb {
    padding-right: 30px !important;
    margin-bottom: 45px !important;
}

.items-hamb li {
    padding: 0 1rem;
}

.item-hamb {
    border-bottom: 1px solid #fff !important;
}

.enlace-menu-hamb {
    border-radius: 0;
    font-size: 18px !important;
    line-height: 1.35rem !important;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: left;
    padding: .375rem .75rem;
    font-weight: 400;
}

.enlace-menu-hamb:hover {
    text-decoration: none !important;
    background: #007bc4;
}

#cerrar-menu {
    width: 30px;
    height: 30px;
    border: 0;
    display: block;
    position: absolute;
    right: 26px;
    z-index: 99999;
    color: #fff;
    cursor: pointer;
}

.icon-cerrar {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 3px auto 0 auto;
    transition: all .5s ease;
    height: 25px;
}

.icon-cerrar .top{
    transform: translateY(4px) rotateZ(45deg);
}

.icon-cerrar .middle {
    width: 0;
    transform: translateX(-3px) translateY(-5px);
}

.icon-cerrar .bottom {
    transform: translateY(-17px) rotateZ(-45deg);
}

.box-idioma {
    background: #fff;
    color: #007bc4;
    padding: 5px 10px !important;
    border-radius: 5px;
    text-decoration: none;
    line-height: 11px !important;
}

.scroll ::-webkit-scrollbar {
    width: 13px;
    background: #fff;
    border-radius: 20px;
}
.scroll ::-webkit-scrollbar-thumb {
    background: #007bc4;
    cursor: pointer;
    border-radius: 20px;
    border: 4px solid #fff;
}

.col-xs-10 {
    width: 83.33333333% !important;
}

.col-xs-2 {
    width: 16.66666667% !important;
}

/* 11. MENU MOVIL USER */
.txt-bienvenida {
    color: #fff;
    margin-bottom: 40px;
}

.item-actuacion .user, .item-actuacion .boton_salir  {
    border: 2px solid #fff;
    height: 60px;
}

.item-actuacion .boton_salir a {
    background-color: #007bc4;
    color: #fff;
    display: block !important;
    height: 100% !important;
    max-width: 100%;
    padding-top: 20px;
}

.item-user {
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    padding: 15px;
    margin-bottom: 20px;
}

.item-actuacion .boton_salira  div {
    text-align: center;
}

.cabecera-user .icon-cerrar {
    float: right;
    margin-right: 15px;
}

.cabecera-user {
    margin: 25px 0px 0px 0px;
}

#cerrar-user {
    border: none;
}

.col-xs-6 {
    width: 50%;
}

/* 12. MIGAS DE PAN */

.fa-house {
    color: #007bc4;
}

.miga_pan ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.link-home:after {
    content: " | ";
    margin-left: 9px;
    padding: 0 10px 0 0;
}

.link-home a {
    text-decoration: none;
}

/* 13. MENU LATERAL */

#icon-menu-lateral {
    background: #007bc4;
    padding: 5px;
    height: 35px;
    width: 40px;
    cursor: pointer;
    margin: 3px auto 0 auto;
    transition: all .5s ease;
}

.plegado #icon-menu-lateral > div.bar {
    margin-top: 2px;
}

.desplegado #menu-lateral{
    padding-right: 20px;
}

.cerrar-menu-lateral {
    width: 40px;
}

#accordion.nivel_un {
    padding: 10px 7px;
    border: 1px solid #007bc4;
}

.nivel_un li {
    padding: 7px 0px;
    margin: 0;
    list-style-type: none;
    display: block;
}

.nivel_un li ul li {
    padding: 4px 0px;
}

.nivel_un li a {
    font-size: 1.00rem !important;
    color: #007bc4 !important;
    text-transform: uppercase;
    border: none;
    border-bottom: 5px solid #FFFFFF;
    text-decoration: none;
}

.nivel_un li ul.nivel_dous li a:hover {
	text-decoration: underline;
	color: #007bc4;
}

.nivel_un li ul.nivel_dous li:hover {
	border-bottom: none;
	display: inline-flex;
}

.nivel_un li a:hover, .menuLateral-item.selected a {
    color: #002b49 !important;
    border-bottom: 5px solid #007bc4;
    display: block;
}

.nivel_un li ul.nivel_dous li a {
	padding: 4px 10px;
	margin: 0;
	border: none;
	text-transform: none;
}

.nivel_un li ul.nivel_dous {
	padding: 0 0 0 25px;
	margin: 0;
}

.nivel_un li ul.nivel_dous li a.on {
	padding: 0;
	margin: 0;
	background-color: #dadada;
	padding: 4px 0 4px 25px;
	color: #333333;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #d2d1d1;
}

ul.nivel_un {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

.nivel_un li a.seleccionado {
	display: block;
	color: #007BC4;
	padding: 5px 0 5px 15px;
	text-decoration: none;
	background-color: #007BC4;
	color: white;
}

.nivel_un li ul.nivel_tres {
	padding: 0;
	margin: 0;
}

.nivel_un li ul.nivel_tres li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 1em;
	color: black;
	background-color: #dcdbdb;
}

.nivel_un li ul.nivel_tres li a {
	padding: 0;
	margin: 0;
	background-color: #dcdbdb;
	padding: 4px 0 4px 40px;
	color: black;
}

.nivel_un li ul.nivel_tres li a:hover {
	padding: 0;
	margin: 0;
	padding: 4px 0 4px 40px;
	color: white;
	background-color: #505050;
}

.nivel_un li ul.nivel_tres li a.on {
	padding: 0;
	margin: 0;
	color: black;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #dedddd;
	padding: 4px 0 4px 40px;
	background-color: #d5d5d5;
}

#organismosHistorico li label {
  display: inline;
  text-decoration: none;
}

#organismosHistorico li:before {
  content: none;
}

.menuLateral-item a {
    display: block;
    white-space: normal;
}

.inline-flex{
    display:inline-flex !important;
}

/* 14. MODAL */

.custom-modal {
    position: fixed;
    left: 0;
    right:0;
    bottom:0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;
    transition: all .5s;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.custom-modal-container {
    width: 90%;
    max-height: 90%;
    border: 1px solid #888;
    border-radius: 0.5rem;
    padding: 30px;
    z-index:2000;
    background: #fff;
    line-height: 20px;
    overflow-wrap: break-word;
    overflow-y: auto;
}

.custom-modal-container-top, .custom-modal-large {
    max-width: 1000px;
}

.custom-modal-small {
    max-width: 650px;
}

.custom-modal-medium {
    max-width: 830px;
}

.modal-display {
    display: none;
}

.aviso_check {
    white-space: nowrap;
}

.aviso_check label{
    white-space: normal;
}

.aviso_check input{
    vertical-align: top;
    margin-top: 2px;
}

.boton_aceptar-no-icono {
	color: #419e20;
  	border: 2px solid #419e20;
    background-color: #FFFFFF;
    cursor: pointer;
}

.boton_aceptar-no-icono:hover {
	background: #BFDDF0;
}

.boton_cancelar-no-icono {
	color: #CC2B02 !important;
	border: 2px solid #CC2B02 !important;
    background-color: #FFFFFF;
    cursor: pointer;
}

.boton_cancelar-no-icono:hover {
	background: #BFDDF0;
}

.custom-modal .fa.fa-close.close-modal {
    cursor: pointer;
    width: 100%;
    text-align: right;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    font-size: 18px;
}

#modoActuacionModal a {
  color: #007BC4;
}

#modoActuacionModal a:hover {
  text-decoration: underline;
}

#modoActuacionModal {
	font-family: XuntaSans !important;;
	font-size: 1.3em;
	color: #666666;
    text-align: justify;
}

#modoActuacionModal .destacadoTablas td {
	cursor: initial !important;
}

#modoActuacionModal .fa-caret-down, .fa-caret-right {
	cursor: pointer;
}

.disabled-button {
    color: #666666 !important;
    background-color: #E4E4E4 !important;
    border-color: #999999 !important;
	pointer-events: none;
}

.disabled-icon {
    color: #666666 !important;
	pointer-events: none;
}

.boton-modo-actuacion {
    text-align: center;
    padding: 0 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

#procedimientosOtorgadosList {
 -webkit-box-shadow:3px 3px 10px 0 rgba(0,0,0,0.5);
 -moz-box-shadow:3px 3px 10px 0 rgba(0,0,0,0.5);
 box-shadow:3px 3px 10px 0 rgba(0,0,0,0.5);
}
#procedimientosOtorgadosList ul {
	border: 2px solid #007BC4 !important;
	line-height: 1.4rem;
	overflow-y: auto;
	max-height: 112px;
    color: #333;
    list-style: none;
    background-color: #FFF;
    width : auto;
    margin-bottom: 0;
}

#procedimientosOtorgadosList li {
	border-bottom: 1px solid lightgray;
    padding: 10px 5px;
    font-size: 0.95rem;
}

/* 15. FORMULARIOS (mod_formField) */

.mod_formField .fmf-row {
  padding: 0.1875em;
}

.mod_formField .fmf-row:after {
  content: "";
  display: block;
  clear: both;
}
.mod_formField .fmf-fieldGroup {
  float: left;
  width: 100%;
}

.mod_formField .fmf-medium {
  width: 50%;
}

.mod_formField .fmf-label {
  float: left;
  width: 8.07692em;
  padding: 0.34615em 0.38462em 0.34615em 0;
}

.mod_formField .fmf-label-modificarAbonado {
  float: left;
  width: 175px;
  padding: 0.34615em 0.38462em 0.34615em 0;
}

 .fmf-labelLarge-remesa {
  width: 8.2em;
}

.mod_formField .fmf-inputSmall {
  width: 26%;
}

.mod_formField .fmf-required {
  font-weight: bold;
  color: #000;
}

.mod_formField input, .mod_formField textarea, .mod_formField select {
  float: left;
  margin: 0;
  padding: 0.26923em 0.30769em;
  font-weight: normal;
  border-radius: 5px;
}
.mod_formField input:hover, .mod_formField textarea:hover {
  background-color: #D7F1FB;
}

.mod_formField a:visited {
  color: #007BC4;
}

.mod_formField input[class*="boton_"], .mod_formField textarea[class*="boton_"], .mod_formField select[class*="boton_"] {
  padding: 10px 8px 7px 8px;
}
.mod_formField input.boton, .mod_formField textarea.boton, .mod_formField select.boton {
  font-weight: bold;
}
.mod_formField input.boton + .boton, .mod_formField textarea.boton + .boton, .mod_formField select.boton + .boton {
  margin-left: 0.43478em;
}
.mod_formField input[class*="_small"], .mod_formField textarea[class*="_small"], .mod_formField select[class*="_small"] {
  width: 30%;
}
.mod_formField input[type="checkbox"], .mod_formField input[type="radio"], .mod_formField textarea[type="checkbox"], .mod_formField textarea[type="radio"], .mod_formField select[type="checkbox"], .mod_formField select[type="radio"] {
  border: 0;
  padding: 0;
}
.mod_formField input:disabled, .mod_formField textarea:disabled, .mod_formField textarea.fmf-nonModificable, .mod_formField select:disabled, .mod_formField select.fmf-nonModificable {
  color: #666666;
  background-color: #E4E4E4;
  border-color: #999999;
}
.mod_formField .ui-autocomplete-input {
  padding: 0.42308em 0.30769em;
}

/* 16. MENSAJE DE BLOQUEO */

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 123, 196, .95);
    z-index: 100;
}

.fade-in-animation {
    display: block !important;
    animation: fade-in .4s linear 0s forwards;
}

#page-loader .loader-ripple {
    position: relative;
    opacity: .9;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}

#page-loader .loader-ripple div {
    position: absolute;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: loader-ripple 1.3s cubic-bezier(0,.2,.8,1) infinite;
}

#page-loader .loader-ripple div:nth-child(2) {
    animation-delay: -.65s;
}

@keyframes fade-in {
    from {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

@keyframes loader-ripple {
    0% {
        top: 47.5px;
        left: 47.5px;
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        top: 0;
        left: 0;
        width: 95px;
        height: 95px;
        opacity: 0
    }
}

/* 17. AVISOS */
#textoAvisosPortal{
  font-size: 0.9em;
  line-height: 1.42857;
  text-align: justify;
  color: #8a6d3b;
  word-break: break-word;
}

#textoAvisosPortal .alert-info{
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

#textoAvisosPortal .fa-info-circle{
  font-size: xx-large !important;
  margin-right: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  color: #31708f;
  text-align: justify;
}

#textoAvisosPortal .alert-success{
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

#textoAvisosPortal .fa-check-circle{
  font-size: xx-large !important;
  margin-right: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  color: #3c763d;
  text-align: justify;
}

#textoAvisosPortal .alert-warning{
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  background-color: #fcf8e3;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

#textoAvisosPortal .fa-exclamation-triangle{
  font-size: xx-large !important;
  margin-right: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  color: #8a6d3b;
  text-align: justify;
}

#textoAvisosPortal .alert-danger{
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

#textoAvisosPortal .fa-times-circle{
  font-size: xx-large !important;
  margin-right: 15px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  color: #a94442;
  text-align: justify;
}

#textoAvisosPortal div.alert {
  padding: 15px;
  margin-bottom: 22px;
  border-radius: 4px;
  line-height: 1.42857;
  text-align: justify;
  display: flex;
  align-items: center;
}

#textoAvisosPortal div span.fa {
  font-size: xx-large !important;
  margin-right: 15px;
}

#textoAvisosPortal ul,ol,dl {
  margin-left:20px;
  margin-bottom: 10px;
}

#textoAvisosPortal {
  overflow-wrap: break-word;
}


/* 18. RESPONSIVE */

@media (max-width: 1750px) {
    .col-md-2 {
        width: 22% !important;
    }
}

@media (max-width: 1400px) {
    .menu_principal .opcions_menu {
        width: 100%;
        border-top: 1px solid #fff;
        padding: 5px 0 5px 5px;
    }
    .menu_principal div.user {
        border-left: none;
        margin-bottom: 10px;
    }
}

@media (min-width: 701px) and (max-width: 1400px) {
    .usuario {
        max-width: 400px !important;
    }
}

@media (min-width: 801px) and (max-width: 1300px) {
    .col-md-2 {
        width: 26% !important;
    }

    #mensajeBuzonForm .tabla_resultados .col-md-2 {
        width: 35% !important;
        margin-top: 5px !important;
        padding: 0 5px 0 5px !important;
    }

    #mensajeBuzonForm .tabla_resultados .me-lg-3 {
        margin-right: 0 !important;
    }

}

@media (max-width: 1100px) {
    .margen-cabecera, .menu-idiomas {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .boton_salir {
        margin-right: 15px;
    }

    .margen-main {
        padding: 0 15px !important;
    }

    .xunta-footer .col-sm-8, prefooter .col-sm-8 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

}

@media (min-width: 801px) {

    #botonesVerificacionContainer .me-lg-4 {
        margin-right: 1.5rem;
    }

   #botonesVerificacionContainer .col-md-5 {
        width: 39% !important;
    }
}

@media (max-width: 800px) {
    #menu-hamb {
        padding-right: 0 !important;
        padding-left: 30px !important;
    }

    .opcions_menu {
        display: none;
    }

    .menu-idiomas {
        display: none !important;
    }

    .xunta-footer img {
        float: left;
        margin-bottom: 15px;
    }
    .actuar-como-icon {
        padding-top: 5px;
    }

    div.user {
        margin-bottom: 0px;
    }

    .menu_apoderado div.user {
        border-left: none;
        margin-bottom: 10px;
    }

    .xunta-footer img {
        height: 28px;
    }

    .xunta-footer{
      font-size: 12px;
    }

    /* HEADER RESPONSIVE*/

    .logo_xunta img{
        height: 36px;
    }

    .margen-cabecera {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
        padding-left: 15px !important;
    }

    .logo_cabeceira .flex-grow-1 {
        flex-grow: 0;
    }

    .logo_cabeceira {
        max-width: 300px;
        min-width: 130px;
    }

    /* MENU LATERAL RESPONSIVE*/

     .desplegado .cerrar-menu-lateral {
        margin-bottom: 0px;
     }

    .desplegado .col-md-3 {
        width: 100%;
    }

    .desplegado #menu-lateral{
        margin-bottom: 15px;
        padding-right: 0px;
    }

    .nivel_un li a {
        border: none;
    }

    .nivel_un li {
        padding: 10px 15px;
    }

    .cerrar-menu-lateral {
        margin-bottom: 15px;
    }

    /* MAIN TEMPLATE RESPONSIVE*/
    #cuerpo {
         display: block;
    }

    #botonesVerificacionContainer .col-md-5 {
        width: 100% !important;
        margin-bottom: 0.5rem;
    }

    #botones_actuacion .col-md-4, #botones_actuacion .col-md-5 {
        width: 100% !important;
        margin-bottom: 0.5rem;
    }

    .usuario {
        max-width: 230px;
    }

    .usuario-apoderado {
        max-width: 330px;
    }

}

@media (max-width: 768px) {
    .separador_footer {
        display: none;
    }

    .xunta-footer p a{
        display: block;
        margin: 14px 0;
    }
}

@media (min-width: 530px) and (max-width: 800px) {

    .me-md-3 {
        margin-right: 0 !important;
    }

    .col-sm-8 {
        width: 100%!important;
    }

    .col-md-2 {
        width: 50% !important;
        margin-top: 5px !important;
        padding: 0 5px 0 5px !important;
    }

    #mensajeBuzonForm .me-lg-3 {
        margin-right: 0 !important;
    }


}

@media (min-width: 531px) {
    .me-lg-3 {
        margin-right: 1rem !important;
    }

    .ms-lg-2 {
        margin-left: .5rem !important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
}

@media (max-width: 530px) {
    #menu-hamb, #menu-user {
        width: 100% !important;
    }

    .menu_principal .content, .menu_apoderado .content {
        border-top: none;
        padding: 0;
    }

    .user-icon{
        display: inline-block;
    }

    .menu_principal, .menu_apoderado .content {
        display: none;
    }

    .ultimaConexion {
        padding: 1.5em 1.4em;
        text-align: left;
        float: left;
    }

    .boton_salir {
        margin-right: 0px;
    }

    .prefooterlogos, .pielogos_derecha {
        flex-direction: column !important;
    }

    .prefooterlogos img {
        margin: 10px 0 10px 0;
    }

    prefooter .align-items-end {
        align-items: center !important;
    }

    .mod_formField .fmf-medium {
        width: 100% !important;
    }

    .col-md-2 {
        width: 50% !important;
        padding: 0 5px 0 5px !important;
    }

    #botones_actuacion .col-md-4 {
        width: 100% !important;
    }

    #header {
         position: fixed;
         z-index: 1000;
    }

    main {
         margin-top: 90px;
    }
}

@media (max-width: 375px) {
    .user-icon {
        padding-right: 10px;
    }

    .logo_cabeceira {
        width: 100%;
        max-width: 375px;
    }

    main {
        margin-top: 120px;
    }

    .user-mvl {
    	width: 80%;
        text-align: end;
    }
}

