/*...Portal...*/
.app_edukiontzi {
    display: inline-block;
}
/*...Generales...*/
.r01gContainer body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Open Sans", sans-serif !important;
}
.r01gContainer  header{
    margin-bottom: 0!important;
}
.r01gContainer .ellipsis {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Open Sans", sans-serif !important;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    font-size:15px;
    padding: 5px 0;
}

/*...Colores...*/
.r01gContainer .bg-grey {
    background: #ddd;
}
.r01gContainer a.icoPlegar, .r01gContainer a.icoPlegar:hover,
.r01gContainer a.icoPlegar:active {
    color: #333333!important;
    text-decoration: none!important;
}
.r01gContainer a.info i {
    color: #1472a4;
    font-size: 18px;
}

/*...Titulos...*/
.r01gContainer .link-general {
    background: #1472a4;
    padding: 1em;
    color: white;
    margin-bottom: 0;
    margin-top: 0;
}
.r01gContainer .link-general h2 {
    margin-top: 0;
    padding-left: 30px;
}

div.r01gContainer h5 {
    color: rgba(0,0,0,.54);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}
div.r01gContainer h6 {
    font-family: Verdana, Helvetica, sans-serif;
    color: rgba(0,0,0,.54);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0.5em;
    margin-top: 1em;
}
/*...Card...*/
.r01gContainer .card {
    margin: 0;
    font-size: 1rem;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Open Sans", sans-serif;
}
.r01gContainer .card.card-table .card-head, .r01gContainer .card.card-table .card-header {
    display: block;
    padding: 16px;
    font-weight: bold;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}
.r01gContainer .list-item-wrapper {
    padding: 10px 16px;
    font-size: 15px;
    width: 100%;
}
.r01gContainer .list-item-content {
    padding: 0px 15px;
}

/*Acordeon*/
.r01gContainer .btn:focus, .r01gContainer .btn.focus {
    outline: 0;
    box-shadow: none;
}
.r01gContainer .acordeonDocumentos .card,
.r01gContainer .acordeonDocumentos .card:last-child .card-header {
    border: none;
}
.r01gContainer #accordion .card .card-header {
    padding: 10px;
    border: none;
}
.r01gContainer .lineaAportacion {
    font-size: 15px;
    margin: 0 0 10px 0;
    padding-top: 0.5em !important;
}
.r01gContainer .lineaAportacion:last-child {
    border-bottom: 1px solid #dadada;
    -webkit-box-shadow: 0px 6px 5px -5px #e6e6e6;
    -moz-box-shadow: 0px 6px 5px -5px#e6e6e6;
    box-shadow: 0px 6px 5px -5px #e6e6e6);
    padding-bottom: 1em;
}
.lineaAportacion .ellipsis {
    margin-left: 15px;
}
.r01gContainer .lineaAportacion ul{
    list-style-type: none;
    margin: 0;
}
.r01gContainer .lineaAportacion ul li{
    font-size: 15px;
    padding-top: 0.5em !important;
    margin: 0 0 14px 0;
    padding:0;
}
.r01gContainer .fa-stack {
    vertical-align: initial;
    float: right;
    width: auto;
    height: auto;
    line-height: 1em;
}



.oculto{
    display:none;
}

/*...Responsive...*/
@media (min-width: 768px){
    header {
        height: auto;
    }
}