@CHARSET "UTF-8";
/*****************************************************************************
*    Proyect: Xunta Galicia - Notifica.gal
*    Description: Styles for the different views of the Notifica portal
*    Índice:
        1. MAIN NOTIFICACIONES
        2. NOTIFICACIONES
        3. MIS OPCIONES
        4. ELECCIÓN MEDIO
        5. MODIFICAR DATOS
        6. AUTORIZACIONES
        7. DARSE DE BAJA
        8. ACCESIBILIDAD Y AVISO LEGAL
******************************************************************************/

/* 1. MAIN NOTIFICACIONES */

.contenedor_texto_un {
	margin-bottom: 20px;
}

#cuerpoBuzon .contenedor_texto_dous h5 {
    margin: 0;
}

.contenedor-texto-pendientes {
    border-style: solid;
	border-width: 1px;
	border-color: #007BC4;
	border-radius: 5px;
	padding: 3%;
	text-align: center;
	margin: 4%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.contenedor-texto-pendientes .row {
    display : inline-flex;
    align-items : center;
    justify-content: center;
	margin: 5px;
}

a i.yellow-exclamation-triangle{
	font-size: 1.2em !important;
	padding: 0 5px;
	margin: 0;
}

i.yellow-exclamation-triangle{
	color: #f0ad4e;
	border-color: #eea236;
	padding: 5px;
	font-size: 1.5em !important;
	text-align: center;
}

/* 2. NOTIFICACIONES */

select.select_form, input.input_form {
	padding: 12px 10px 10px 10px !important;
	border: 1px solid #007BC4;
	width: 100%;
	font-size: 1.00rem;
	height: 42px;
}

#mensajeBuzonForm .mod_formField .fmf-label, #autorizacionForm .fmf-label {
  float: left;
  width: 100%;
  padding: 0.4em 0.4em 0.4em 0;
}

#mensajeBuzonForm .div_botonera .row {
    margin-left: 0;
    margin-right: 0;
}

.puestaDisposicionCenter{
      display: inline-flex;
      width: 100%;
}

.form_filtros {
    background-color: #E6F1F8;
}

.mod_formField .fmf-notificacionPortal {
  float: left;
  width: 75%;
  padding: 0.34615em 0.38462em 0.34615em 0;
}

.mod_formField .fmf-notificacionPortalTitulo {
  float: left;
  width: 25%;
  padding: 0.34615em 0.38462em 0.34615em 0;
  font-weight: bold;
}

.mod_formField .fmf-notificacionPortalSmallTitulo {
  float: left;
  width: 50%;
  padding: 0.34615em 0.38462em 0.34615em 0;
  font-weight: bold;
}

.mod_formField .fmf-notificacionPortalSmall {
  float: left;
  width: 50%;
  padding: 0.34615em 0.38462em 0.34615em 0;
  overflow-wrap: break-word;
}

.mod_formField .fmf-parrafo {
  padding: 0.4em 0.4em 0.4em 0;
  overflow-wrap: break-word;
}

.fmf-label-abrir-notificaciones {
    width: 130px;
}

.fmf-label-txt-notificaciones {
    white-space: normal !important;
    overflow-wrap: break-word;
}

.noReadHistoric {
  background-color: #f5f0ef !important;
}

.separador-mensajes {
    background-color: #E6F1F8;
    border-radius: 0.5rem;
}

@media (max-width: 530px) {
    .div_botonera .col-md-2 {
        margin-top:5px !important;
        margin-bottom: 5px !important;
    }

    .mod_formField .fmf-notificacionPortal {
      width: 50%;
    }

    .mod_formField .fmf-notificacionPortalTitulo {
      width: 50%;
    }

    .fmf-label-txt-notificaciones {
        width: 57%;
    }
}

/* 3. MIS OPCIONES */

.contenedor_opciones {
    padding: 20px;
}

/* 4. ELECCIÓN MEDIO */
#divSelectEntidades .boton-azul {
    padding: 9px 30px 7px 7px;
}

#divSelectEntidades .col-md-2 {
    float: right;
}

.checkbox-medioPreferente {
    margin-right: 5px;
    margin-top: 3px;
    vertical-align: top;
}

/* 5. MODIFICAR DATOS */
.txt-verificar {
    margin: 25px 0 5px;
}


.boton-plus, .boton-minus {
    cursor: pointer;
    background: #007bc4;
    padding: 7px 4px;
    border: none;
    vertical-align: top;
    height: 48px;
    border-radius: 5px;
}

.icono-plus, .icono-minus {
    color: #FFFFFF;
    vertical-align: middle;
}

.valor-prefijo {
    width:100%;
    max-width:22%;
    height: 48px;
    padding: 10px 10px !important;
}

.mod_formField .fmf-inputSmall {
    padding: 8px 10px !important;
}

.fmf-quarter3 .emailp2input {
    padding: 8px 10px !important;
}

.badge-modificar {
    padding: 0px 4px;
    margin-right: 10px;
    border-radius: 5px;
    font-weight: 700;
    width: 120px;
    text-align: center;
    white-space: nowrap;
    height: 48px;
    line-height: 48px;
}

.badge-green {
    background-color: #191;
    padding: 0px 15.5px;
    color: #FFFFFF;
}

.badge-yellow {
    background-color: #f0ad4e;
    color: #333;
}

.contenedor-telefono input, #email-container input {
    height: 48px !important;
    border: 1px solid #007bc4;
}

.contenedor-email {
    width:100%;
}

.mod_formField .fmf-label-modificarAbonado-idioma {
  float: left;
  width: 55%;
  padding: 0.34615em 0.38462em 0.34615em 0;
}

.mod_formField #idioma {
    width: 45%;
    float: right;
}

.label-correo {
    width: 19% !important;
}

#abonadoForm a {
    color: #007BC4;
}

label.pie_azul {
	color: #007BC4;
}

#abonadoForm .contenedor-telefono fieldset, #abonadoForm .email-field fieldset  {
    width: 100%;
    display: flex;
}

#abonadoForm .email-field fieldset  {
    flex-direction: column;
}

#abonadoForm .contenedor-telefono legend {
    padding: 0;
    line-height: 3rem;
    margin-bottom: 0;
}

@media (max-width: 1630px) {
    .label-correo {
        width: 100% !important;
    }
}

@media (min-width: 531px) and (max-width: 800px) {
    .btn-verificar-modificacion {
        padding: 0 10px !important;
    }
}

@media (max-width: 530px) {

    .badge-modificar {
        width: 100%;
        margin-bottom: 0.5rem;
        margin-right: 0;
    }

    #abonadoForm .fmf-fieldGroup {
        display: block !important;
    }

    .valor-prefijo {
        max-width: 100%;
        margin-bottom: 0.5rem !important;
    }

    .boton-plus {
        margin-right: 0.5rem !important;
    }

    .mod_formField .fmf-inputSmall {
        width: 100% !important;
        margin-bottom: 0.5rem;
    }

    .btn-verificar-modificacion {
        width: 100% !important;
        text-align: center;
    }

    .emailp2input {
        margin-right: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .mod_formField .fmf-label-modificarAbonado-idioma {
        width: 100%;
    }

    #validarTelefonoModal .col-sm-12 {
        display: block !important;
    }

    #validarTelefonoModal .col-md-4 {
        width: 100% !important;
        margin: 5px 0;
    }

    #validarTelefonoModal .telefono-input-modal {
        width: 100% !important;
    }

    #abonadoForm .contenedor-telefono fieldset, #abonadoForm .email-field fieldset {
        display: block;
    }
}

/* 6. AUTORIZACIONES */

#autorizacionForm .input_form {
    line-height: 19.2px;
}

#autorizacionForm .fmf-label {
    white-space: nowrap;
}

hTodos{
	padding: 1px 8px;
}

@media (max-width: 530px) {
    #autorizacionForm .me-lg-3 {
        margin-right: 0rem !important;
    }
}

/* 7. DARSE DE BAJA */

.fmf-label-bajaAbonado {
  float: left;
  width: 30%;
  padding: 0.4em 0.4em 0.4em 0;
}

.txt-bajaAbonado {
  width: 65%;
  padding: 0.4em 0.4em 0.4em 0;
}

.txt-bajaAbonado {
    overflow-wrap: break-word;
}

@media (max-width: 530px) {
    .fmf-label-bajaAbonado, .txt-bajaAbonado {
      width: 100%;
    }

    .txt-bajaAbonado {
        padding-left: 10px;
    }
}

/* 8. ACCESIBILIDAD Y AVISO LEGAL */

.pagesFooter{
  margin-top: 50px;
  margin-bottom:50px;
}

.pagesFooter h2 {
    margin-top: 35px !important;
    margin-bottom: 15px !important;
    color: #007bc4;
}

.pagesFooter a {
    color: #007bc4;
    text-decoration: none;
}

.pagesFooter a:hover {
    text-decoration: underline;
}

.tabla_avisoLegal th {
    text-transform: uppercase;
    color: #007bc4 !important;
    font-weight: 700;
}

.tabla_avisoLegal {
    margin-bottom: 2rem !important;
}
