/* GENERAL */
* {
    font-family: Trebuchet MS, Helvetica Neue, Helvetica, Arial, sans-serif;
    /*letter-spacing: -0.04em !important;*/
}

html {
    font-size: 10pt;
}



hr {
    border-top: 3px solid #eee;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    margin-bottom: 30px;
}

.centerBanner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border-radius: 5px;
}

.center2 {
    border: 0px;
}

.pointer {
    cursor: pointer;
}

.inline {
    display: inline-block;
}

.flex {
    display: flex;
    /*
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
        */
}

.inline.flex {
    display: inline-flex;
}

.valign_top {
    vertical-align: top;
}

.btn,
button,
input,
optgroup,
select,
textarea {
    font-size: 1.2rem;
}

.btn.active {
    background-color: #4f989b;
}



.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1,
h1 {
    font-size: 3.6rem;
}

.izenburua {
    margin: 20px;
    margin-top: 20px;
    margin-top: 30px;
}

.mat-button,
.mat-icon-button,
.mat-stroked-button {
    background: 0 0;
}

button,
a.button {
    text-decoration: none;
    background-color: transparent;
    border-radius: 10px;
    padding: 0px 16px 0px 16px;
}

a.button {
    display: inline-block;
}

button: hover,
a.button:hover {
    background-color: #dedede;
}

button span,
a.button span {
    display: inline-flex;
}

button span i,
a.button span i {
    align-self: center;
    margin: auto auto auto auto;
}


.mat-button,
.mat-fab,
.mat-icon-button,
.mat-mini-fab,
.mat-raised-button {
    color: currentColor;
}

.button.mat-button-wrapper {
    color: #000;
}


.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    width: 20%;
    max-width: 20%;
    min-width: 115px;
    /* position: fixed; */
    transition: width 0.2s;
    /*top: 64px;*/
    background-color: #FFFFFF;
}

/* #sidebar.active { */
/* margin-left: -20%; */
/* } */
#content {
    /* margin-left: 20%; */
    transition: margin 0.2s;
    background-color: rgb(239, 244, 247);
    width: 100%;
    margin-top: 0px;
}

/* #content.active { */
/* margin-left: 20px; */
/* } */
.contenedor {
    /*background-color: rgb(239, 244, 247);*/

    padding: 16px;
    font-size: 12pt;
    /*width: 95em !important;*/
}

.contenedorUni,
.contenedorAri,
.contenedorWebquest {
    background-color: rgb(239, 244, 247);

    /*padding: 40px;*/
    width: 100%;
}

.search {
    margin-bottom: 15px;
}









/*
.mat-button, .mat-flat-button, .mat-icon-button, .mat-stroked-button {

    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 88px;
    line-height: 36px;
    padding: 0 16px;
}


.nomovil span {
    display: none;
}

.movil span {
    display: block;
}

@media (min-width: 769px) {
    .nomovil span {
        display: block;
    }
    .movil span {
        display: none;
    }
}

.contractor {
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #337ab7;
}

@media (min-width: 993px) {
    .contractor {
        font-size: 2.2rem;
    }
}

.general_productosEstadisticos {
    float: right;
}
*/


/* LOGO HOME */
/*
.wLogoMaster {
    width: auto;
}

.logoMaster {
    position: absolute;
    top: 0px;  
    left: 1%;
}

.logoMaster a {
    display: inline-block;
    vertical-align: middle;
}

*/
/* LOGO HOME - FIN */


/* RESULTADOS DE BUSQUEDA */
/*
.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b,
.gsc-tabsArea .gsc-tabHeader,
.gsc-tabsArea .gsc-tabHeader span,
.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title a {
    color: #013161 !important;
}

.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link b {
    color: #013161 !important;
    font-weight: bold;
}

.gs-webResult div.gs-visibleUrl,
.gs-imageResult div.gs-visibleUrl {
    color: #003160 !important;
}

*/
/* RESULTADOS DE BUSQUEDA - FIN */

/*
.h1MUN {
    font-size: 2.5em;
    color: #013161;
}

.sociales {
    margin-left: 3px;
}

div.panel.panelSemiTrans {
    background-color: rgba(245, 245, 245, 0.9);
}

.bb_hizkuntza_activo {
    color: #f7d200;
}

.bb_hizkuntza_inactivo {
    color: white;
}

.separador_hizkuntza {
    color: white;
}

header.barra_azul_cab {
    background: #013161 no-repeat scroll left bottom !important;
}

.pieEustat {
    width: 100%;
    background-color: black;
}

.espacio {
    clear: both;
}

.idiomasybuscadortxiki {
    margin-left: 20px;
}

.buscadortxiki {
    margin-top: 10px;
}

input[type="text"].cajitatextbuscador,
textarea.cajitatextbuscador {
    background-color: #013161;
    / *font-size: 11px;* /
    outline: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    color: white;
    border: 1px solid white;
}

.enlaceblanco {
    color: white !important;
    text-decoration: none;
}

.enlacegris {
    color: silver!important;
    text-decoration: none;
}

.enlaceazul {
    color: #013161!important;
    text-decoration: none;
}

.aquisucodigo {
    margin-top: 10px;
    margin-bottom: 10px;
    / *font-size: 9px;* /
}

.formulariowidgetmk {
    display: inline-block;
    width: 250px;
    margin-top: 10px;
}

.ddList option:hover {
    background-color: yellow;
}

form div.tituloApoyoAnos {
    font-weight: bold;
    text-align: center;
    width: 743px;
}

form div#apoyoAnos {
    background-color: #fce7ac;
    border: 1px solid #cccccc;
    font-weight: bold;
    height: auto;
    margin: 0.5em 0 0;
    min-height: 1.5em;
    padding: 0.25em 0.5em;
    text-align: center;
    width: 743px;
}

.cajabuscadormunicipios {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
}

.cajaresultadomunicipios {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    / *border: 2px solid silver;* /
}

input[type="text"].cajabuscadormunicipios,
textarea.cajabuscadormunicipios {
    / *background-color: #f5deb3;* /
    / *font-size: 18px;* /
    outline: none;
    appearance: none;
    / *box-shadow: none;* /
    / *border-radius: 5px;* /
  color: black;
  / *border: 2px solid silver;* /
}

.cajaresultadosbuscadormunicipios {
    / *font-size: 20px;* /
}

.arbol2015 ul li.eustNodoNoHoja {
    / *width: 100%;* /
    background-image: url("/cwIMAGES/2015/bullet2015_1.gif") !important;
    background-position: left 1px;
    background-repeat: no-repeat;
    list-style: outside none none;
    margin: 0;
    padding-left: 1.2em;
    margin-left: 1.95em;
}

@media (min-width: 993px) {
    .arbol2015 ul li.eustNodoNoHoja {
        background-position: left 5px;
        padding-left: 1em;
        margin-left: 1.33em;
    }
}



/ * .eustplantlista ul li { * /


/ *ul.eustplantlistaBKP li {
  font-size: 15px;
  font-size: 1.5rem;
  list-style-position: inside;
  margin: 0em 0em 0em 0em;
  width: 90%;
  width: 90%;
  background-image: url("/cwIMAGES/2015/bullet2015_2.gif");
  background-position: left 5px;
  background-position: 0px 2px;
  background-repeat: no-repeat;
  list-style: outside none none;
  margin: 0;
  padding-left: 1.2em;
}* /

.eustplantlista li {
    list-style-image: none !important;
    background-image: url("/cwIMAGES/2015/bullet2015_2.gif") !important;
    background-position: left 0px;
    background-repeat: no-repeat;
    list-style-type: none !important;
    margin-left: 30px;
    padding-left: 20px;
    font-size: 15px;
    font-size: 1.5rem;
}

@media (min-width: 993px) {
    .eustplantlista li {
        background-position: 0px 6px;
        font-size: 22px;
        font-size: 2.2rem;
    }
}

.arbol2015 ul {
    width: 95% !important;
    / *border: 1px solid red;* /
    display: block !important;
    margin: 0em 0em 0em 0.1em;
    font-size: 1.5rem !important;
}

@media (min-width: 993px) {
    .arbol2015 ul {
        font-size: 2.5rem !important;
    }
}

.arbol2015 ul li a {
    vertical-align: super;
}

.tablatablasmunicipales {}

.filatablasmunicipalesPAR {
    background-color: #f5f5f5;
}

.filatablasmunicipalesIMPAR {
    background-color: white;
}

.filatablasmunicipalesSEPARADOR {
    background-color: #b0c4de;
}

.celdatablasmunicipalesfecha {
    / *color: #fdbd03;* /
    color: #013161;
    padding: 5px 5px 5px 5px;
    / *font-size: 18px;* /
    / *font-weight: bolder;* /
}

.celdatablasmunicipalestexto {
    color: #013161;
    padding: 5px 5px 5px 5px;
    width: 100%
    / *font-style: italic;* /
    / *font-size: 18px;* /
    / *font-weight: bolder;* /
}
*/
/**********************************************************************/


/* Coyuntura */


/**********************************************************************/
/*
#coyuntura_sectionfondo {
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 50px 0;
}

.botonPliegeArbol {
    background-color: #fdbd03;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    margin-right: 5px;
    color: #013161;
    font-size: 1.5rem;
    font-weight: bold;
}
*/
/**********************************************************************/


/*2016 HOME*/


/**********************************************************************/
/*
. separadorHOME {
    width: 100% background: transparent;
}

@keyframes example {
    0% {
        left: 0px;
    }
    100% {
        left: 0px;
    }
}

@media (min-width: 1201px) {
    .miguitas {
        min-height: 25px;
        margin-top: 0px;
        background-color: #f4f4f4;
    }
}

@media (min-width: 300px) {
    .miguitas {
        min-height: 35px;
        padding-top: 7px;
        margin-bottom: 20px;
        background-color: #f4f4f4;
    }
}

.miguitastexto {
    vertical-align: middle;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 11px;
    line-height: 1.1rem;
    background: url(/cwImages/2015/migas.png) no-repeat right bottom;
    padding-right: 15px;
    / *height: 25px;* /
}

.miguitastextoFinal {
    color: #013161;
    vertical-align: middle;
    font-size: 13px;
    font-size: 1.3rem;
}

.miguitasEstasEn
*/
/*................. BORRAR .................*/
/*
{
    color: #013161;
    vertical-align: middle;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    padding-right: 5px;
}

.miguitasHome {
    display: inline-block;
    vertical-align: middle;
}

.miguitasHome a {
    text-indent: -9999px;
    display: block;
    background-image: url(/cwImages/2015/home.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: transparent;
    background-size: 16px;
    width: 16px;
    / * width imagen * /
    height: 16px;
    / * height imagen * /
}

.titulosH2Global {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px none Red;
    text-align: left:;
    color: #013161;
    font-weight: bold;
    font-size: 3.4rem;
}

.titulosH3Global {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px none Red;
    text-align: center;
    color: #013161;
    font-weight: bold;
    font-size: 2.5rem;
}

.titulosH3AmarilloGlobal {
    background-color: #fdbd03;
    min-height: 33px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    vertical-align: middle;
    word-wrap: break-word;
    color: #013161;
    text-align: left;
    padding-left: 10px;
    word-wrap: break-word;
    padding-top: 8px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bolder;
}

.parrafoGlobal {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.imagenEnLineaGlobal {
    padding-left: 10px;
}

.labelFormGlobal {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #013161;
}

input[type="text"].cajaFormGlobal,
textarea.cajaFormGlobal {
    outline: none;
    appearance: none;
    color: black;
    border: 1px solid black;
    display: inline-block;
    width: 225px;
}

.botonFormGlobal {
    background-color: #013161;
    font-size: 15px;
    outline: none;
    appearance: none;
    box-shadow: none;
    border-radius: 1px;
    color: white;
    border: 0px solid silver;
    display: inline-block;
    height: 25px;
    padding: 0px 10px 4px 10px;
    cursor: pointer;
}

.centradoGlobal {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.botonAmarilloGlobal {
    background-color: #fdbd03;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    margin-right: 5px;
}

.botonAmarilloGlobal a {
    color: #013161;
    font-size: 1.5rem;
    font-weight: bold;
}

.inputAmarilloGlobal {
    background-color: #fdbd03;
    border-radius: 5px;
    color: #013161;
    cursor: pointer;
    font-size: 1.5rem;
    margin-right: 5px;
    padding: 5px;
    border: none;
    font-weight: bold;
}

.botonAmarilloGlobal2 {
    background-color: #fdbd03;
    font-size: 15px;
    font-weight: bold;
    outline: none;
    appearance: none;
    box-shadow: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #013161;
    border: 0px solid silver;
    display: inline-block;
    height: 30px;
    padding: 5px 10px 4px 10px;
    cursor: pointer;
}

.pastiAmarillaGlobal {
    background-color: #fdbd03;
    min-height: 33px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    vertical-align: middle;
    word-wrap: break-word;
}

.textoPastiAmarillaGlobal {
    color: #013161;
    padding-top: 5px;
    text-align: left;
    padding-left: 10px;
    word-wrap: break-word;
    font-size: 1.5rem;
    font-weight: bolder;
}

#sectionCabGlobal {
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 0px 0px 0px 0px;
    background-position: right top;
    background-repeat: no-repeat;
}

#sectionCabGlobal_bckgrnd {
    padding: 50px 0px 50px 0px;
    background-position: right top;
}

.sectionCabGlobal_tituloSobreFondo {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 3.4rem;
    color: white;
    text-align: left;
    font-weight: bolder;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 5px 5px 5px #000000;
}

.tituloSobreFondo {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 3.4rem;
    color: white;
    text-align: left;
    font-weight: bolder;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 5px 5px 5px #000000;
}

.separador25Global {
    height: 25px;
}

.separador50Global {
    height: 50px;
}

.listaGlobal li {
    width: 100%;
    background-image: url("/cwIMAGES/2015/bullet2015_2.gif");
    background-position: left 0px;
    background-repeat: no-repeat;
    list-style: outside none none;
    margin: 0;
    padding-left: 30px;
    font-size: 15px;
    font-size: 1.5rem;
}

.dlGlobal {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    color: #565656;
    font-size: 15px;
    font-size: 1.5rem;
}

.dlGlobal dt {
    margin: 0 0 0 0;
    padding: 0 0 5px;
    font-weight: bold;
    text-align: right;
    display: inline-block;
    width: 40%;
}

.dlGlobal dd {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    display: inline-block;
    width: 59%;
}

@media (min-width: 993px) {
    .dlGlobal {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

@media (min-width: 1201px) {}

.pastiGlobalNotaPrensa {
    border-top: 2px solid gray;
    border-bottom: 2px solid gray;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 15px 0 10px;
    padding: 15px 0;
}

.pastiGlobalNotaPrensaMasde1 {
    font-size: 25px;
    font-size: 2.5rem;
    margin: 15px 0 10px;
    padding: 15px 0;
}

.pastiGlobalNotaPrensaMasde1First {
    border-top: 2px solid gray;
    font-size: 25px;
    font-size: 2.5rem;
    margin: 15px 0 10px;
    padding: 15px 0;
}

.pastiGlobalNotaPrensaMasde1Last {
    border-bottom: 2px solid gray;
    font-size: 25px;
    font-size: 2.5rem;
    margin: 15px 0 10px;
    padding: 15px 0;
}


.labelGlobalNotaPrensa {
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 25px;
}

.iconosGlobalPDF {
    float: right;
    padding-top: 5px;
}

@media (min-width: 993px) {
    .titulosH3AmarilloGlobal {
        padding-top: 4px;
        font-size: 22px;
        font-size: 2.2rem;
    }
    .textoPastiAmarillaGlobal {
        padding-top: 1px;
        font-size: 22px;
        font-size: 2.2rem;
    }
    .parrafoGlobal {
        font-size: 2.2rem;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .labelFormGlobal {
        font-size: 2.2rem;
    }
    .listaGlobal li {
        background-position: left 5px;
        padding-left: 40px;
        padding-bottom: 15px;
        font-size: 22px;
        font-size: 2.2rem;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .labelGlobalNotaPrensa {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .pastiGlobalNotaPrensa {
        font-size: 25px;
        font-size: 2.5rem;
    }
}

.cajaContractorGlobal {
    text-align: right;
}

.fichaElemento {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    border: 0px solid gray;
    display: none;
    / *background: rgba(0, 0, 0, 0) url("/cwIMAGES/2015/fondomunicipal.png") repeat scroll right bottom;* /
    background: #f9f9f9;
    / *#eef3f7;* /
}

.fichaElementoCaja1 {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: text-top;
    / *background-color: #F1EBEB;* /
}

.fichaElementoColumn1 {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: text-top;
    / *background-color: #F1EBEB;* /
}

.fichaElementoColumn2 {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: text-top;
    / *background-color: #F1EBEB;* /
}

.fichaElementoCaja4 {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: text-top;
    / *background-color: #F1EBEB;* /
}

.dlfichaElemento {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    color: #565656;
    font-size: 15px;
    font-size: 1.5rem;
}

.dlfichaElemento dt {
    margin: 0 0 0 0;
    padding: 0 0 5px 5px;
    color: #013161;
    font-weight: bold;
    / *text-align: right;* /
    border-bottom: 0px solid #fdbd03;
    display: inline-block;
    width: 40%;
    vertical-align: top;
    text-align: right;
    word-wrap: break-word;
}

.dlfichaElemento dd {
    margin: 0 0 10px 1%;
    padding: 0 0 0 0;
    border-bottom: 0px solid #fdbd03;
    display: inline-block;
    width: 50%;
    word-wrap: break-word;
}

.dlfichaElementoLarga dt {
    margin: 0 0 0 0;
    padding: 0 0 5px 5px;
    color: #013161;
    font-weight: bold;
    / *text-align: right;* /
    border-bottom: 0px solid #fdbd03;
    display: inline-block;
    width: 40%;
    vertical-align: top;
    text-align: right;
    word-wrap: break-word;
}

.dlfichaElementoLarga dd {
    margin: 0 0 10px 1%;
    padding: 0 0 0 0;
    border-bottom: 0px solid #fdbd03;
    display: inline-block;
    width: 50%;
    word-wrap: break-word;
}

@media (min-width: 993px) {
    .dlfichaElemento {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .fichaElementoColumn1 {
        width: 50%;
    }
    .fichaElementoColumn2 {
        display: inline-block;
        width: 48%;
    }
    .dlfichaElemento dd {
        margin: 0 0 10px 1%;
    }
    .dlfichaElementoLarga {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .dlfichaElementoLarga dt {
        width: 19%;
    }
    .dlfichaElementoLarga dd {
        width: 80%;
    }
}

.dlfichaElementoLarga {
    margin-bottom: 0px;
}

.dlfichaElemento {
    margin-bottom: 0px;
}

.pointerMano {
    cursor: pointer;
}

@media (min-width: 401px) {
    .pointerMano {
        cursor: default;
    }
}

.datosObligatorios {
    border: 1px solid #E8C6CA;
    border-radius: 10px;
    padding-left: 3rem;
    background-color: #E8C6CA;
    background-image: url('/cwImages/2015/fnd_datosOblig.gif');
    background-repeat: no-repeat;
    background-position: left;
}

.datosObligatorios li {
    color: #671922 !important;
    / *list-style: outside none none;* /
    list-style-type: " > ";
    margin-left: 0.5rem;
}
*/


/*INICIO apartado de radio y check de ipc, sugerencias y callejero*/
/*
.divCheck,
.divCheck2 {
    padding-bottom: 1.5rem;
    min-width: 100%;
}

.divCheck span {
    display: inline-block !important;
}
*/


/*formato de radiobuttoms*/
/*
input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=radio].css-checkbox+label.css-label {
    padding-left: 5px;
    height: 27px;
    display: inline-block;
    line-height: 27px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 1.5rem;
    vertical-align: middle;
    cursor: pointer;
    font-weight: normal !important;
    color: #565656;
}

input[type=radio].css-checkbox+label.css-label span {
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
}

@media (min-width: 993px) {
    input[type=radio].css-checkbox+label.css-label {
        font-size: 2.2rem;
    }
}

input[type=radio].css-checkbox:checked+label.css-label span {
    / *background-position: 0 -36px;* / 
    background-position: 0 -27px;
}

label.css-label span {
    background-image: url('/cwImages/2015/checkbox_inkesta.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*/


/*formato de checkbox*/
/*
input[type=checkbox].css-checkbox2 {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox2+label.css-label2 {
    font-weight: normal !important;
    font-size: 1.5rem;
    vertical-align: middle;
    cursor: pointer;
    color: #565656;
    line-height: 27px;
    text-indent: -30px;
    padding-left: 27px;
}

input[type=checkbox].css-checkbox2+label.css-label2 span {
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0 0;
}

@media (min-width: 993px) {
    input[type=checkbox].css-checkbox2+label.css-label2 {
        font-size: 2.2rem;
    }
}

input[type=checkbox].css-checkbox2:checked+label.css-label2 span {
    background-position: 0 -27px;
}

label.css-label2 span {
    background-image: url('/cwImages/2015/checkbox2_inkesta.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*/


/*FIN apartado de radio y check de ipc, sugerencias y callejero*/
/*
.parrafoContadorRegistros {
    font-size: 1.5rem;
    float: left;
}

@media (min-width: 993px) {
    .parrafoContadorRegistros {
        font-size: 2.2rem;
        / *width: 80%;* /
    }
}

.botonesNavegar {
    float: left;
}

@media (min-width: 770px) {
    .botonesNavegar {
        float: right;
    }
}

.botonFormPagiGlobal {
    background-color: #013161;
    font-size: 15px;
    outline: none;
    appearance: none;
    box-shadow: none;
    border-radius: 2px;
    color: white;
    border: 0px solid silver;
    display: inline-block;
    height: 25px;
    padding: 0px 10px;
    cursor: pointer;
    margin: 1px;
}

.inputLargo {
    width: 20em;
}

ol li {
    font-size: 15px;
    font-size: 1.5rem;
    margin-left: 30px;
}

@media (min-width: 993px) {
    ol {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    ol li {
        font-size: 22px;
        font-size: 2.2rem;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

.general_icntipoelemento {
    width: auto;
    float: none;
    display: block;
    text-align: center;
}

.general_txtTiposElementos {
    margin-left: 0em;
    vertical-align: top;
    text-align: center;
}

.general_h2TiposElementos {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    text-align: center;
    color: #013161;
    font-weight: bolder;
    margin-top: 0px;
}

.general_h2TiposElementosDES {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    text-align: center;
    color: silver;
    font-weight: bolder;
    margin-top: 0px;
}

.general_h2TiposElementosSEL {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bolder;
    margin-top: 0px;
}

.general_espaciadorcajas {
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 115px;
}

@media (min-width: 993px) {
    .general_h2TiposElementos {
        font-size: 1.8rem;
    }
    .general_h2TiposElementosDES {
        font-size: 1.8rem;
    }
    .general_h2TiposElementosSEL {
        font-size: 1.8rem;
    }
}

@media (min-width: 1201px) {
    .general_icntipoelemento {
        display: inline;
    }
    .general_h2TiposElementos {
        text-align: left;
    }
    .general_h2TiposElementosDES {
        text-align: left;
    }
    .general_h2TiposElementosSEL {
        text-align: left;
    }
}
*/

/* añadidos para ESKOLA*/
/*
.mdc-card {
	height: 350px;
    padding: 5px;
    transition: box-shadow 280ms cubic-bezier(.4,0,.2,1);
	display: block;
	position: relative;
	padding: 24px;
	color: rgba(0,0,0,.87);
}

.mat-card-header{
display: flex;
flex-direction: row;
}

.mat-card-header-text{
	margin: 0 8px;
}


.mat-raised-button:not([class*="mat-elevation-z"]) {

    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
}

.mat-raised-button.mat-primary {

    background-color: #3f51b5;
	color: #fff;

}

button[_ngcontent-c16] {

    border-radius: 10px;

}


input[_ngcontent-c11], input[_ngcontent-c11]:focus {

    box-sizing: border-box;
    padding: 10px;
    border-radius: 11px;

}
input[_ngcontent-c11] {

    width: 200px;
    border-style: none;
    background-color: #dcdcdc;
    transition: width .4s ease-in-out;

}

.prueba{
background-color: rgb(220, 220, 220);
border-bottom-left-radius: 11px;
border-bottom-right-radius: 11px;
border-bottom-style: none;
border-left-style: none;
border-right-style: none;
border-top-left-radius: 11px;
border-top-right-radius: 11px;
border-top-style: none;
box-sizing: border-box;
color: rgba(0, 0, 0, 0.87);
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-feature-settings: normal;
font-kerning: auto;
font-language-override: normal;
font-size: 14px;
font-size-adjust: none;
font-stretch: 100%;
font-style: normal;
font-variant: normal;
font-variant-alternates: normal;
font-variant-caps: normal;
font-variant-east-asian: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-variant-position: normal;
font-weight: 400;
line-height: 20px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
transition-delay: 0s;
transition-duration: 0.4s;
transition-property: width;
transition-timing-function: ease-in-out;
width: 200px;
}

.boton_flecha{
	background-attachment: scroll;
background-clip: border-box;
background-color: rgba(0, 0, 0, 0);
background-image: none;
background-origin: padding-box;
background-position: 0px 0px;
background-position-x: 0px;
background-position-y: 0px;
background-repeat: repeat;
background-size: auto auto;
border-bottom-color: rgba(0, 0, 0, 0.87);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-style: none;
border-bottom-width: 0px;
border-image-outset: 0;
border-image-repeat: stretch stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgba(0, 0, 0, 0.87);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgba(0, 0, 0, 0.87);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgba(0, 0, 0, 0.87);
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-top-style: none;
border-top-width: 0px;
box-sizing: border-box;
color: rgba(0, 0, 0, 0.87);
cursor: pointer;
display: inline-block;
flex-shrink: 0;
font-family: Roboto, Helvetica Neue, sans-serif;
font-feature-settings: normal;
font-kerning: auto;
font-language-override: normal;
font-size: 14px;
font-size-adjust: none;
font-stretch: 100%;
font-style: normal;
font-variant: normal;
font-variant-alternates: normal;
font-variant-caps: normal;
font-variant-east-asian: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-variant-position: normal;
font-weight: 500;
height: 40px;
line-height: 40px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-width: 0px;
outline-color: rgba(0, 0, 0, 0.87);
outline-style: none;
outline-width: 0px;
overflow: visible;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
position: relative;
text-align: center;
text-decoration: none;
text-decoration-color: rgba(0, 0, 0, 0.87);
text-decoration-line: none;
text-decoration-style: solid;
text-transform: none;
vertical-align: baseline;
white-space: nowrap;
width: 40px;
-moz-appearance: button;
-moz-user-select: none;}


.contenedor{
background-color: rgb(239, 244, 247);
margin-left: 227px;
margin-right: 0px;
}

.center[_ngcontent-c10]{
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}

.warm{
background-color: #f44336 !important;
}

.mat-card[_ngcontent-c16] {
    border-radius: 30px;
}

.mat-card[_ngcontent-c13] {

    border-radius: 30px;
    width: 580px;

}

.izenburua[_ngcontent-c11] {

    margin: 20px;
        margin-top: 20px;
    margin-top: 30px;

}
button[_ngcontent-c11] {

    border-radius: 10px;

}
*/
.show_more {
    position: absolute;
    right: 50pt;
    top: 35pt;
}

/* FLECHA DE ACORDEON */
.ari_drop i {
    font-size: 25pt;
}

.desc {
    width: 75%;
}

/* MENU LATERAL */
.menu ul.nav {
    list-style: none;
}

.menu ul.nav li {
    display: inline-block;
    width: 100%;
    font-size: 1.4rem;
    margin: 10px;
}

.menu ul.nav li.link-active {
    background-color: #3f51b5;
    color: #fff;
    border-radius: 10px;
}

.menu ul.nav li.link-active a {
    color: #fff;
}

.link-active-secundary {
    background-color: #acb4e4;
    color: #0f0786;
    border-radius: 10px;
}

.nav>li>a {
    padding: 10px 15px;
    display: inline-block;
    color: #4f4d63;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
    border-radius: 10px;
}

li.link-active a,
li.link-active a:focus,
li.link-active a:hover {
    background-color: #394DAC;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}

.menu ul.nav li.subnivel {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 40px;
}

/*
    .menu ul.nav li.subnivel a {
        margin-left: 40px;
    }

        .menu ul.nav li.subnivel a span {
            color: rgb(78, 78, 202);
            font-weight: bold;
        }
*/
/* MENU LATERAL - FIN */

/* MENU SORTU LATERAL */
.menu_s ul.nav {
    list-style: none;
}

.menu_s ul.nav li {
    display: inline-block;
    width: 100%;
    font-size: 1.4rem;
    margin: 10px;
}

.menu_s ul.nav li.link-active {
    background-color: #288f31;
    color: #fff;
    border-radius: 10px;
}

.menu_s ul.nav li.link-active a {
    color: #fff;
    background-color: #288f31;
}

.link-active-secundary {
    background-color: #acb4e4;
    color: #0f0786;
    border-radius: 10px;
}

.menu_s ul.nav li.subnivel {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 40px;
}

/* MENU LATERAL - FIN */


/* HEADER */
header {
    background-color: #3f51b5;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0px;
    /*background-image: url("/cwIMAGES/eskola/logocabeceraWebEskola.png");*/
    background-position: 55px;
    background-repeat: no-repeat;
}

header .logoMaster {
    position: relative;
    left: 20pt;
}

header .logoMaster img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

header #sidebarCollapse {
    width: 50px;
    margin: 10px;
}

header,
#idiomas {
    min-height: 64px;
}

.wrapper {
    position: relative;
    top: 64px;
}

.title {
    text-decoration: none;
    margin-left: 20px;
    cursor: pointer;
    /*padding: 6px;*/
    border-radius: 10px;

}

h2.title {
    display: inline-block;
    /*margin: auto auto auto 20px;*/
    font-size: 2.0rem;
    float: right;
    padding-top: 2px;
    padding-right: 30px;
}

#logoMasterAmarillo {
    /*border-left: 1px solid #fdbd03;*/
    margin-left: 140px;
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    top: -5px;
    /*
color: #FFFFFF;

font-size: 12px;

font-size: 1.2rem;

font-weight: bold;

padding-left: 6px;

padding-left: 0.6rem;

margin-left: 4px;

margin-left: 0.4rem;

line-height: 13px;

line-height: 1.3rem;

display: inline-block;

vertical-align: middle;*/
}

.text-solo {
    width: 90%;
    margin: 0 auto;
}

#idiomas {
    float: right;
}

header,
#idiomas,
#idiomas i {
    display: flex;
    margin: auto
}

#idiomas {
    margin: 0px 10px 0px 0px;
    padding: 10px 0px 10px 0px;
}

#idiomas i {
    margin: auto 15px auto 15px;
}

header input.btn,
header button.btn {
    color: #FFFFFF;
    width: 45px;
    border-radius: 50%;
    margin: 0px;
}

header input.btn:hover,
header button.btn:hover,
header btn.active:hover {
    background-color: #DEDEDE;
    color: #000000;
}

/* HEADER - FIN */


/* HEADER_admin - INICIO */

headerAdmin {
    background-color: #79231d;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0px;
    background-image: url("/cwIMAGES/eskola/logocabeceraAdminWebEskola.png");
    background-position: 55px;
    background-repeat: no-repeat;
}

headerAdmin #sidebarCollapse {
    width: 50px;
    margin: 10px;
}

headerAdmin,
#idiomas {
    min-height: 64px;
}

headerAdmin,
#idiomas,
#idiomas i {
    display: flex;
    margin: auto
}

headerAdmin input.btn,
headerAdmin button.btn {
    color: #FFFFFF;
    width: 45px;
    border-radius: 50%;
    margin: 0px;
}

headerAdmin input.btn:hover,
headerAdmin button.btn:hover,
headerAdmin btn.active:hover {
    background-color: #DEDEDE;
    color: #000000;
}

/* HEADER_admin - FIN */

/* HEADER_sortu - INICIO */

headerSortu {
    background-color: #288f31;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0px;
    /*background-image: url("/cwIMAGES/eskola/logocabeceraSortuWebEskola.png");*/
    background-position: 55px;
    background-repeat: no-repeat;
}

headerSortu #sidebarCollapse {
    width: 50px;
    margin: 10px;
    align-self: center;
}

headerSortu,
#idiomas {
    min-height: 64px;
}

headerSortu,
#idiomas,
#idiomas i {
    display: flex;
    margin: auto;
    align-items: center;
}

headerSortu input.btn,
headerSortu button.btn {
    color: #FFFFFF;
    width: 45px;
    border-radius: 50%;
    margin: 0px;
}

headerSortu input.btn:hover,
headerSortu button.btn:hover,
headerSortu btn.active:hover {
    background-color: #DEDEDE;
    color: #000000;
}

/* HEADER-sortu - FIN */

/* INDICE */

.mat-card:not([class*="mat-elevation-z"]),
.mdc-card:not([class*="mat-elevation-z"]) {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}


.mat-card,
.mdc-card {
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    display: block;
    position: relative;
    padding: 24px;
    border-radius: 30px;
    background: #fff;
    color: rgba(0, 0, 0, .87);
    width: 95%;
    /* float: left; */
}

.mat-button-toggle,
.mat-card,
.mdc-card {
    font-family: Trebuchet MS, Roboto, Helvetica Neue, sans-serif;
    font-size: 12pt;
}

.mdc-card {
    margin-bottom: 25px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.mat-button,
.mat-fab,
.mat-flat-button,
.mat-icon-button,
.mat-mini-fab,
.mat-raised-button,
.mat-stroked-button {
    font-family: Trebuchet MS, Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.mat-raised-button {
    line-height: 36px;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
}

.ng-star-inserted {
    display: inline-block;

}


.mat-chip-list-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
}

.mat-chip {
    background-color: red;
    margin: 5px;
    color: white;
    font-size: 13px;
    line-height: 18px;
}

.mat-chip:not(.mat-basic-chip) {
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    display: inline-flex;
    padding: 7px 12px;
    border: 3px solid #e0e0e0;
    border-radius: 24px;
    align-items: center;
}

.mdc-card button.warm {
    margin: 15px;
}

/* INDICE - FIN */




/* UNIDADES DIDACTICAS */
#mostrarOpciones,
#noMostrarOpciones,
#mostrarOpcionesAri,
#noMostrarOpcionesAri {
    display: inline-block;
    cursor: pointer;
}

.mostrarOpciones,
.noMostrarOpciones {
    display: inline-block;
    cursor: pointer;
    float: right;
}

#mostrarOpciones:hover,
#noMostrarOpciones:hover,
#mostrarOpcionesAri:hover,
#noMostrarOpcionesAri:hover {
    background-color: #DEDEDE;
    border-radius: 30px;
}

.mostrarOpciones:hover,
.noMostrarOpciones:hover {
    background-color: #DEDEDE;
    border-radius: 30px;
    float: right;
}

.search {
    background-color: #DEDEDE;
    border-radius: 10px;
    padding: 10px;
    width: 200px;

    -webkit-transition: background-color 2s;
    -moz-transition: background-color 2s;
    -o-transition: background-color 2s;
    transition: background-color 2s;
}

.search:focus {
    /* width: 80%; */
    background-color: #FFFFFF;
}

.opcionSeleccionada {
    background-color: #3f51b5 !important;
    border-color: #3f51b5 !important;
    color: #fff !important;
}

.opcionSeleccionadaGaia {
    background-color: #ff4081 !important;
    color: #fff !important;
}

.opcionSeleccionadaKonpe {
    background-color: #f44336 !important;
    color: #fff !important;
}

.opcionNoSeleccionada {
    background-color: #e0e0e0 !important;
    color: rgba(0, 0, 0, .87) !important;
}

.blokeatuta {

    border-radius: 15px;
    /*	padding-bottom: 11px;
	padding-top: 11px;*/
    background-color: #e0e0e0;
}

.desactivado {
    pointer-events: none;
}


#kajaTipo,
#kajaMaila,
#kajaZailtasuna,
#kajaGaiak,
#kajaKonpetentzia,
#kajaTipoAri,
#kajaMailaAri {
    margin: 10px;
    padding-bottom: 11px;
    padding-top: 11px;
    width: 100%;
}

.kaja {
    /*float:left;*/
}

.mat-raised-button {
    background-color: white;
    color: currentColor;
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    margin-top: 0px;
    margin-left: 0px;
    min-width: 88px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 2px;
    transform: translate3d(0, 0, 0);
    transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
}

.mat-raised-button.mat-primary {
    background-color: #3f51b5;
    color: #fff;
}

.mat-raised-button {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    border-radius: 10px;
}

.mat-button-wrapper {
    color: #fff;
}


.gehiagoKargatu,
.gehiagoKargatuAri {
    text-align: center;
    margin: 20px;

}

.mat-stroked-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 88px;
    line-height: 36px;

    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12);
    color: #3f51b5;
    border-radius: 10px;
    border: 1px solid currentColor;
    padding: 0 15px;
    line-height: 34px;
}

i.material-icons {
    vertical-align: middle;
}

h3 span {
    font-size: 24px;
}

.ngcontent-c22 {
    margin: 30px;
}

.unitateDidaktikoak {
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
}

#parent {

    display: flex;

}

#wide {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mat-expansion-panel {
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    box-sizing: content-box;
    display: block;
    margin: 0;
    transition: margin 225ms cubic-bezier(.4, 0, .2, 1);
}

.mat-expansion-panel-body {
    padding: 16px 24px 16px 0px;
}

.espacio {
    clear: both;
}

.chip-unitateak {
    background-color: #676bbd !important;
    border-color: #676bbd !important;
    color: #fff !important;
}

.chip-mota {
    background-color: #b62b2b !important;
    border-color: #b62b2b !important;
    color: #fff !important;
}

.chip-gaiak {
    background-color: #d9edf7 !important;
    color: #31708f !important;
    border: 3px solid !important;
    border-color: #bce8f1 !important;
}

.chip-konpetentziak {
    background-color: #dff0d8 !important;
    color: #3c763d !important;
    border: 3px solid !important;
    border-color: #d6e9c6 !important;
}

#bloc1,
#bloc {
    display: inline;
    font-size: 18px;
}

#bloc1h4,
#bloc2h4 {
    display: inline;
    font-size: 18px;
}

#bloc1h3,
#bloc2h4 {
    display: inline;
    font-size: 24px;
}

.anchofijo {
    width: 100%;
}

.terminoak {
    margin: 10px;
}

.mat-raised-button.mat-primary {
    background-color: #5160b4;
}

.darMargen {
    margin: 20px;
}

.darMargenIzda {
    margin-left: 20px;
    padding-left: 20px !important;
}

a.darMargen {
    text-decoration: none;
}

.warm {
    background-color: #b62b2b !important;
}

.mat-form-field {

    display: inline-block;
    position: relative;
    text-align: left;

}

.mat-form-field {

    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto, Helvetica Neue, sans-serif;

}

.mat-form-field-infix {

    display: block;
    position: relative;
    flex: auto;
    min-width: 0;
    width: 180px;

}

.mat-form-field-infix {

    padding: .4375em 0;
    border-top: .84375em solid transparent;
    border-bottom: 1px solid;

}

input.mat-input-element {

    margin-top: -.0625em;

}

.mat-input-element {

    font: inherit;
    background: 0 0;
    color: currentColor;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
    text-align: inherit;

}

.mat-input-element {

    caret-color: #3f51b5;

}

.mat-radio-button {

    display: inline-block;

}

.mat-radio-button,
.mat-select {
    font-family: Roboto, Helvetica Neue, sans-serif;
}

.erantzuna {
    margin: 7px;
}

.tareaEspaciado {
    margin: 15px;
}

.botonTareaEspaciado {
    margin: 15px;
    background-color: #fd958e !important;
    font-size: 16px !important;
}

.spanTarea {
    color: black;
}

.Izenburua {
    background-color: #b62b2b;
    color: #fff;
    border-radius: 15px;
    font-size: 30px;
    padding: 10px;
}

.mat-radio-label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    vertical-align: middle;
}

.mat-radio-container {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

input[type="checkbox"],
input[type="radio"] {

    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;

}

input[type="radio"] {

    box-sizing: border-box;
    padding: 0;

}

.cdk-visually-hidden {

    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;

}

.mat-radio-label-content {

    display: inline-block;
    order: 0;
    line-height: inherit;
    padding-left: 8px;
    padding-right: 0;

}

.mat-radio-outer-circle {

    box-sizing: border-box;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    transition: border-color ease 280ms;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;

}

.mat-radio-button.mat-accent .mat-radio-inner-circle {

    background-color: #ff4081;

}

.mat-radio-inner-circle {

    border-radius: 50%;
    box-sizing: border-box;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform ease 280ms, background-color ease 280ms;
    width: 20px;
    transform: scale(.001);

}

.mat-radio-ripple {

    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    height: 50px;
    width: 50px;
    z-index: 1;
    pointer-events: none;

}

.mat-ripple {

    overflow: hidden;

}

.divCheck,
.divCheck2 {

    padding-bottom: 1.5rem;
    min-width: 100%;

}

.labelEspaciado {
    - margin-left: 200px;
}

.labelRadio {
    margin-left: 14px;
    font-weight: normal;
    font-size: 14px;
}


input[type="radio"] {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

.radio-item {
    /* display: inline-block;
  position: relative;*/
    padding: 0 6px;
    margin: 10px 0 0 20px;
}

/*
.radio-item input[type='radio'] {
  display: none;
}

.radio-item label {
  color: #666;
  font-weight: normal;
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #004c97;
  background-color: transparent;
}

.radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: #004c97;
}
*/
.mat-card-title {
    border-radius: 10px;
    border-style: solid;
    padding: 8px;
    border-color: #f44336;
    font-size: 14px;
}

.mat-card-header-text {
    margin: 0 8px;
}

.innerrak {
    margin: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-left: 30px;
}

.spanTareadesk {
    margin: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-left: 30px;
    border-radius: 10px;
    border-style: solid;
    padding: 8px;
    border-color: #fd958e;
    font-size: 14px;
}

.Izenburua_ngcontent-c23 {
    border-radius: 15px;
    background-color: #fd958e;
    font-size: 20px;
    padding: 15px;
    line-height: 3;


}


/* IMPORTAR BUNDLE */
.mat-fab.mat-accent,
.mat-mini-fab.mat-accent,
.mat-raised-button.mat-accent {
    background-color: #288f31;
}

/* IMPORTAR BUNDLE */


.mat-stroked-button {
    padding: 10px 15px;
}

.mat-stroked-button:hover {
    background-color: rgba(63, 81, 181, .12);
}

.mat-chip.mat-primary {
    background-color: #eaeaea;
    color: rgba(0, 0, 0, .87);
}

.kargatu {
    text-align: center;
    margin: 20px;
    margin-top: 20px;
}

.mailaBesteBatzuk {
    font-size: 30px;
}

.izenburua h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;

}


.tab ul {
    float: left;
    width: 100%;
}

/* Style the buttons that are used to open the tab content */
.tab li {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    list-style: none;
    background-image: none;
}


/* Change background color of buttons on hover */
.tab li:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab li.active {
    /*background-color: #ccc;
     background-color: #fdbd03;*/
    background-color: #BCDFF3;
}

/* Style the tab content */
.tabcontent {
    /*display: none;*/
    padding: 6px 12px;
    /*border: 1px solid #ccc;*/
    border-top: none;
}

.mat-card-login {
    width: 75%;


    margin-left: calc(5% - 20px);
    margin: 5px;

    margin-top: 5px;
    margin-left: 5px;

    background-color: #add8e6;

    /* margin-top: 35px; */

    border-radius: 30px;
}



.mat-card-title {
    font-size: 14px;
    display: block;
    margin-bottom: 16px;
}

.example-container {

    width: 100%;

}

.mat-button {

    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 88px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 2px;

}

.mat-button.mat-primary {
    color: #3f51b5;
}

.mat-card-content {
    display: block;
    margin-bottom: 16px;
}

.mat-form-field {

    display: inline-block;
    position: relative;
    text-align: left;

}

.mat-form-field {

    font-size: inherit;
    font-weight: 400;
    line-height: 1.125;
    font-family: Roboto, Helvetica Neue, sans-serif;

}

div.globo {

    margin: 5px;
    background-color: #E5E5DB;
    padding: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.2em;
    border-radius: 15px;
}

div.globodados {

    margin: 5px;
    background-color: #E5E5DB;
    padding: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.2em;
    background-image: url("/cwIMAGES/eskola/dados.png");
    background-repeat: no-repeat;
    background-position: 12% 50%;
    border-radius: 15px;
}

div.tiradados {

    margin: 0.5em 1em 1em 0em;
    margin: 2em 1em 2em 0em;
    padding: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    /*background-color: #69B3D7;*/
    background-color: #E5F1F5;
    width: 47%;
    float: left;

}

div.contxt ul li {

    list-style-type: square;

}

.tiradas {

    text-align: center;

}

.tiradas ul {

    margin: 0px auto 1.4em auto;
    padding: 0px;
    list-style: none;

}

.tiradas ul li {

    margin: 0px 0px 0px 7%;
    padding: 0px;
    display: inline;

}

#maincol {

    /* border: 1px solid green;*/
    background-color: #FFFFFF;
    float: left;
    display: inline;
    position: relative;
    width: 100%;
    margin: 0px 0px 0px 0px;

}

.clr {
    clear: both;
}

.clearfix {

    display: block;

}

.botoenescheck {
    float: left;
    padding-left: 10px;
}

.mandat {
    font-size: 0.8em;
    padding-right: 5px;
}

.parrafoJoku {
    padding-left: 10px;
}

.resultado_tirada {

    margin: auto;
    background-color: #FFF9B0;
    border: 1px solid #FFE450;
    color: #0577C1;
    padding: 5px;
    text-align: center;
    font-size: 1.1em;
    padding-left: 10px;
}

.tituloDiv {
    padding-top: 10px;
}

.mat-card-header {
    padding-top: 20px;
    padding-bottom: 15px;
}

/*----------------------------------------------------------------------*/

.mdc-card.mat-card-login .mat-card-header {
    text-align: center;
    padding-top: 0px;
}

.mdc-card.mat-card-login .example-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
}


.mdc-card.mat-card-login .mat-card-actions {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
}

/* .mdc-card.mat-card-login .mat-card-actions div{ */
/* width:95%; */
/* } */

.mdc-card.mat-card-login .form-group {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    height: 55%;
}

.mdc-card.mat-card-login .mat-card-content {
    width: 50%;
    display: flex;
    flex-direction: column;

}

.mdc-card.mat-card-login .mat-card-content div {

    display: flex;
    justify-content: flex-start;
    padding-left: 1em;
}

.mdc-card.mat-card-login .mat-button.mat-primary {
    width: 100%;
    flex-shrink: 0;
}

.formu .der {
    width: 65%;
    padding-left: 0px !important;
}

.formu .izq {
    width: 35%;
    color: #312F3D;
}

.formu .derr {
    width: 50%;
    padding-left: 0px !important;
}

.formu .izqr {
    width: 50%;
    color: #312F3D;
}

#sidebarExpand {
    position: fixed;
}

.desap2 {
    float: left;
}

.contenedor {
    min-height: 85vh;
}

.orden {
    background-color: white;
}

#ariketa-orden {
    margin-top: 5px;
    margin-bottom: 5px;
}

#idiomaEU {
    margin-left: 10px;
}

.volver {
    margin: 16px !important;
}

#botonReset {
    position: relative !important;
}

.margenArriba {
    margin-top: 10px;
}

.alto24 {
    height: 24px;
    margin-top: 10px;
}

.flexH {
    display: flex;
    flex-direction: row;
    margin-left: 5%;
    margin-right: 5%;
}

.margenDerecha {
    margin-left: auto;
    margin-right: 0px;
}

.botonTareaEspaciadoex {
    margin: 15px;
    background-color: #8ed2fd !important;
    font-size: 16px !important;
}

.flotaDER {
    float: right;
}

.margenIZQ {
    margin-left: 1.2em;
}

.ancho100 {
    width: 100%;
    margin-bottom: 10px;
}

.mat-card {
    margin: 15px !important;
}

.chip-idioma {
    color: #000 !important;
    background-color: #eab4ec !important;
    border-color: #d68bd8 !important;
}

.chipCreacion {
    color: #383d41 !important;
    background-color: #e2e3e5 !important;
    border-color: #d6d8db !important;
}

.chipAceptado {
    color: #004085 !important;
    background-color: #cce5ff !important;
    border-color: #b8daff !important;
}

.chipEnviado {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
}

.rowTipoEjer {
    width: 50%;
    border: 1px solid lightblue;
    border-radius: 10px;
    margin: 20px !important;
}

.rowTipoEjer div {
    width: 50%;
}

.rowTipoEjer button {
    margin: 20px;
    color: #FFF;
}

.rowte2 {
    width: 100% !important;
}

.rowte2 button {
    width: 50%;
    margin-left: 20px;
}

.botonAlto {
    height: 100%;
}

a.titulo_link,
.titulo_link:active,
.titulo_link:visited,
.titulo_link:hover {
    text-decoration: none !important;
    color: white !important;
}

.contenedor_dificultad {
    display: flex;
    flex-direction: horizontal;
}

#slider {
    margin-left: 15px;
}

.cont2 * {
    margin: 6px 2px 6px 2px;
}

.desact {
    background-color: #79231d !important;
}

.ariketa_alert {
    margin-left: 30px;
}

.unitate_alert {
    margin-bottom: 3px;
}

.webquest_tabs {
    padding-top: 50px;
}

.sin_contenido {
    padding: 20px !important;
}

.recordar {
    width: 20% !important;
    padding-left: 0px !important;
}

#hezkEus:hover,
#hezkGaz:hover {
    cursor: pointer;
}

.mat-card-subtitle {
    color: #312F3D;
}

.email {
    color: #312F3D;
    width: auto;
}

.formu input {
    width: 90%;
}

.mat-raised-button {
    color: #312F3D;
}

.mdc-card.mat-card-login .mat-card-content div .email {
    justify-content: flex-end;
}

.mat-form-field-infix {
    border-bottom-color: #312F3D !important;
}

.example-container {
    justify-content: center;
}

.txtemail {
    padding-top: 2em;
}

.mdc-card.mat-card-login {
    margin-left: 12%;

    /* margin-bottom:40px; */
}

.formu {
    /* width:100%; */
    display: flex;
    padding-right: 20px;
    align-items: center;
    padding-bottom: 10px;
}

.alta {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
}

.botoncillo {
    width: 45%;
    height: 50%;
}

h1 {
    color: #3f51b5;
    border-left: 10px solid #3f51b5;
    padding-left: 15px;
    font-family: Trebuchet MS, Helvetica Neue, Helvetica, Arial, sans-serif;
}

h3 {
    color: #3f51b5;
    margin-left: 3%;
}

.link_alta {
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
}

.link_alta a {
    width: 100%;
    text-align: center;
}

/*------------------------------------------------------------------------*/
div.diagrama {

    margin: 2em 1em 2em 0em;
    padding: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    /*background-color: #FF8F0D;*/
    background-color: #FCD3A3;
    width: 50%;
    float: left;

}

div.historicotiradas {

    margin: 2em 2em 2em 0em;
    /*background-color: #69B3D8;*/
    background-color: #B1E1F9;
    width: 45%;
    float: left;

}

div.contxtblanco {

    background-color: #ffffff;
    margin: 5px 10px 5px 10px;
    padding: 3px;
    padding-top: 3px;
    padding-bottom: 3px;

}





.tiradaTabla {
    margin: 0px 0px 10px 0px;

    border: 1px solid #000000;

    text-align: center !important;
}

.cabeceraTabla {
    text-align: center !important;
    background-color: #BDD0EE;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;

}

.cabeceraTablaresultado {
    text-align: center !important;
    background-color: #BDD0EE !important;

}

.cabeceraTablazebra {

    background-color: #E3E9F5;
    border-right: 1px solid #666666;
}

.cabecera_borde_abajo {
    border-bottom: 1px solid #666666 !important;
}

.tiradaTabla tr td:last-child {
    border-right: 1px solid #000000 !important;
}

.cabeceraTablabordedcha {
    border-right: 1px solid #666666;
}

tr.cabecera_borde_abajo td.cabeceraTablazebranum {
    background-color: #AAD0DB;
    border-right: none;
}

.cabeceraTablazebranum {
    background-color: #AAD0DB;
    border-right: 1px solid #666666;
}

.cabeceraTablasbabajo {

    background-color: #BDD0EE;
    /* border-right: 1px solid #666666; */
    border-bottom: 1px solid #666666 !important;

}

.cabeceraTablasbabajosb {

    background-color: #BDD0EE;

}

.cabeceraTablafrecuencia {

    background-color: White;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;

}

.cabeceraTablafrecuenciasb {
    background-color: White;
    border-top: 1px solid #666666;
}



.idiomaSeleccionado {
    background-color: #3f51b5 !important;
    border-color: #3f51b5 !important;
    color: #fff !important;
}

.idiomaNoSeleccionado {
    background-color: #e0e0e0 !important;
    color: rgba(0, 0, 0, .87) !important;
}

.mat-slider-horizontal .mat-slider-thumb-label {
    right: -14px;
    top: -40px;
    transform: translateY(26px) scale(.01) rotate(45deg);
}

ul.bordeInf {
    border: 1px solid #ccc;
}

.wrapper {
    display: flex;
}

#sidebarExpand {
    display: none;
    margin: 10px;
}

#sidebarCollapse:hover,
#sidebarExpand:hover {
    cursor: pointer;
}

#sidebarCollapse:hover img,
#sidebarExpand:hover img {
    animation-name: giro;
    animation-duration: 1s;
}

@keyframes giro {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(180deg);
    }
}

/* .nav{ */
/* transition: opacity 0.9s; */
/* } */
li a {
    width: 100%;
}

/*************************************** COMUN ****************************************/
/* VENTANA MODAL */
.webeskola-modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(126, 126, 126, 0.6);
}

.webeskola-modal {
    background-color: white;
    border: 1px solid #aaa;
    min-height: 20%;
    max-height: 80%;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}

.webeskola-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #aaa;
    padding: 10px;
    align-content: center;
    text-align: center;
    font-size: 18px;
}

.webeskola-modal-header>span {
    font-size: 20px;
}

.webeskola-modal-header>.webeskola-modal-close:hover {
    color: #ccc;
    cursor: pointer;
}

.webeskola-modal-content {
    padding: 20px;
    overflow-y: auto;
}

/* COLORES */
.color-danger {
    color: #F13D3D;
}

.color-success {
    color: #288F31;
}

/* BOTONES */
.iconbtn {
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.iconbtn:focus {
    outline: none;
}

.btn {
    border: none;
    font-size: 16px;
    margin: 0;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.btn:focus {
    outline: none;
}

.btn-danger {
    background-color: #F13D3D;
    color: white;
}

.btn-danger:hover {
    background-color: #f95b5b;
}

.btn-success {
    background-color: #44DE42;
    color: white;
}

.btn-success:hover {
    background-color: #6fec6e;
}

.btn-info {
    background-color: #1ca2f6;
    color: white;
}

.btn-info:hover {
    background-color: #35adf9;
}

/* VALIDACIONES */
.error-msg {
    color: #F13D3D;
}

/*************************************** NUEVO EJERCICIO ****************************************/
/* ELEMENTOS */
.block {
    margin: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.block>.block-header {
    background-color: #eee;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 20px;
}

.block>.block-header:hover {
    cursor: move;
}

.block>.block-header>.block-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block>.block-header>i {
    cursor: pointer;
}

.block>.block-content {
    padding: 20px;
    background-color: white;
}

.block>.block-content>* {
    margin: 10px 0;
}

/* RESPUESTAS */
.answer-template {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.answer-template>.answer-template-content {
    flex: 1;
    display: flex;
}

.answer-template>.answer-template-content>.text {
    margin: 0 10px;
}

.answer-type {
    margin-left: 20px;
}

.text {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #BBB;
    width: 100%;
}

/* GLOBOS */
.opcionSeleccionadaGaia {
    background-color: #d9edf7 !important;
    color: #31708f !important;
    border: 3px solid !important;
    border-color: #bce8f1 !important;
}

.opcionSeleccionadaKonpe {
    background-color: #dff0d8 !important;
    color: #3c763d !important;
    border: 3px solid !important;
    border-color: #d6e9c6 !important;
}

.opcionSeleccionadaUnitatea {
    background-color: #3f51b5 !important;
    color: #fff !important;
    border: 3px solid !important;
    border-color: #3f51b5 !important;
}

.opcionNoSeleccionada {
    background-color: #e0e0e0 !important;
    color: rgba(0, 0, 0, .87) !important;
}

.btn {
    box-shadow: none !important;
}

.btn-success {
    color: #007bff;
    background-color: rgb(239, 244, 247);
    border-color: rgb(239, 244, 247);
    border-radius: 10px;
}

.btn-danger {
    color: #007bff;
    background-color: rgb(239, 244, 247);
    border-color: rgb(239, 244, 247);
    border-radius: 10px;
}

.btn-success:hover {
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.btn-danger:hover {
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.webeskola-modal-header {
    color: white;
    background-color: #3f51b5;
}

.webeskola-modal-content {
    background-color: rgb(239, 244, 247);
}

.aviso {
    font-family: Arial;
    font-size: 0.8em;
}

.aviso br {
    margin: 5px 0px 5px 0px;
}

.btn-success:active,
.btn-success:focus {
    background-color: #3f51b5 !important;
    border-color: #3f51b5 !important;
    color: white;
}

.btn-danger:active,
.btn-danger:focus {
    background-color: #3f51b5 !important;
    border-color: #3f51b5 !important;
    color: white;
}

/* BREAKPOINTS */
/* @media only screen and (min-width: 831px) { */
/* #content{ */
/* margin-left:20%; */
/* } */
/* #sidebar{ */
/* display:block !important; */
/* } */
/* .nav.desap{ */
/* opacity:1 !important; */
/* } */
/* } */
@media only screen and (max-width: 1000px) {

    header,
    headerAdmin,
    headerSortu {
        flex-direction: column;
        background-position-x: center;
    }

    #logoMasterAmarillo {
        display: flex;
        justify-content: center;
        margin-left: 0px;
        margin-bottom: 50px;
    }

    header div:last-child,
    headerAdmin div:last-child,
    headerSortu div:last-child {
        display: flex;
    }

    .wrapper {
        top: 170px;
        /* flex-direction: column; */
    }

    #banner {
        display: none;
    }

    /* .flexH{ */
    /* flex-direction:column; */
    /* } */
    .alto24 {
        width: 24px;
    }

    .margenDerecha {
        margin-left: 0px;
    }

    #search {
        width: 60%;
    }

    /* .kargatu{ */

    /* } */
    /* #content{ */
    /* margin-left:0px; */
    /* max-width:100%; */
    /* margin-top:68px; */
    /* } */
    /* #sidebar{ */
    /* height:100%; */
    /* min-width:100%;		 */
    /* display:block; */
    /* opacity:1;	 */
    /* } */
    /* #sidebar2{ */
    /* position:absolute; */
    /* height:0px; */
    /* opacity:1; */
    /* } */
    /* .menu{ */
    /* display:flex; */
    /* flex-direction:row; */
    /* } */
    /* #sidebarExpand{ */
    /* display:block; */
    /* margin:10px; */
    /* } */
    /* .desap2{ */
    /* position:fixed; */
    /* opacity:1 !important; */
    /* min-width:100%; */
    /* background-color:white; */
    /* } */
    .mat-button,
    .mat-card,
    .mdc-card,
    .mat-raised-button {
        position: inherit;
    }

    .mat-raised-button {
        transform: none;
    }

    #wide {
        max-width: 100%;
    }

    .mat-button-wrapper {
        flex-wrap: wrap;
        max-width: 100%;
    }

    .button {
        max-width: 100%;
        margin-top: 20px;
        padding: 5% !important;
    }

    .mat-button-wrapper i {
        display: none;
    }

    .contenedor {
        padding: 2%;
    }

    .mat-button {
        padding: 1%;
    }

    .mat-raised-button.mat-primary {
        white-space: normal !important;
    }

    object {
        width: 100%;
    }

    ul {
        padding: 1%;
    }

    h1,
    h2,
    h3,
    h4 {
        font-size: 2.5rem;
        white-space: normal;
    }

    .mat-card {
        margin: 0px 0px 5% 0px !important;
        width: 100% !important;
    }

    .kaja {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    #result p,
    #result ul {
        margin: 10px 20px 10px 30px;
    }

    input[type="radio"] {
        transform: none;
    }

    .example-container {
        flex-direction: column;
        align-items: center;
    }

    .mat-card-content {
        width: 100% !important;
    }

    .formu {
        padding: 0px !important;
        justify-content: space-around !important;
    }

    .mdc-card.mat-card-login .mat-card-content {
        width: 100% !important;
    }

    .mdc-card.mat-card-login .mat-card-actions {
        width: 100%;
        padding: 0px;
    }

    .form-group {
        flex-direction: column !important;
    }

    .botoncillo {
        height: 100%;
    }

    .mat-input-infix {
        position: inherit;
    }

    .mdc-card.mat-card-login .mat-card-content div {
        padding: 1%;
        width: 94%;
    }

    .g-recaptcha {
        transform: scale(0.8);
    }

    .sugeren_captcha {
        justify-content: center !important;
    }

    .webeskola-modal {
        width: 75% !important;
    }

    .mdc-card div {
        margin: 2%;
        display: flex;
        flex-direction: column;
        align-items: inherit;
    }

    .tema,
    .competencia {
        flex-direction: row !important;
        width: 75%;
        justify-content: space-evenly;
        position: normal;
    }

    .mat-expansion-panel-body {
        padding: 0px;
        margin: 0px;
    }

    .cont2 {
        margin: 5%;
        display: flex;
        flex-direction: column;
    }

    .cont2 div {
        width: 100% !important;
    }
}

.btnTXT {
    cursor: text !important;
}

.textomodal {
	font-size: 18px;
}

.ayuda {
	text-align: right;
}

.puntero {
	cursor: pointer;
}

.overlay {
    background: #e9e9e9; 
    display: none;       
    position: absolute;  
    top: 0;              
    right: 0;            
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.overlay2{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif') 
              50% 50% no-repeat #e9e9e9;
}
