#master_logoak a,
.card-title a.ikastaro_izenburua,
a.esteka_atala {
    color: #000 !important;
}

#master_logoak a.menua {
    font-size: 0.8rem;
}

footer a.text-white {
    color: #FFF !important;
}

#master_logoak {
    background-color: #FFFFFF;
    border-bottom: 1px solid rgba(37, 37, 37, 0.87);
    padding-bottom: 10px;
    position: relative;
    font-size: 1.5rem;
    font-weight: 200;
    text-transform: uppercase;
    /* border-top: 1px solid #e2e2e2; */
    margin-top: 2rem
}

#navbar_menua a:link {
    color: #252525 !important;
    font-size: 1em;
    font-weight: 200;
    padding: 0;
}

#navbar_menua a:hover {
    text-decoration-style: solid;
    text-decoration-line: underline;
}

#navbar_menua ul {
    margin-bottom: 5px;
    padding: 2rem;
}

#navbar_menua ul li {
    margin-bottom: 5px;
    padding: 0;
    /* line-height: 1em; */
}

.navbar-toggler-custom {
    border: 0;
}

.nav_header_marra {
    background-color: #FFFFFF;
    border-bottom: 1px solid rgba(37, 37, 37, 0.87);
    padding-bottom: 10px;
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    /* border-top: 1px solid #e2e2e2; */
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

.nav_header_marra::before {

    height: 6px;
    width: 10%;
    background-color: rgba(37, 37, 37, 0.87);
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    content: '';
}

a.ikastaro_gehiago {
    text-decoration: underline;
    color: #000000 !important;
    text-decoration-style: solid !important;
    font-size: .75rem !important;
    font-weight: 200;
}

#master_logoak::before {

    height: 6px;
    width: 20%;
    background-color: rgba(37, 37, 37, 0.87);
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    content: '';
    /* position: absolute;
    content: "";
    display: block;
    background-color: #000;
    height: 6px;
    width: 10%;
    margin-bottom: 1rem;
    left: 0;
    bottom: -5px; */
}

h2.listing-header {
    font-size: 1.3rem;
    font-weight: 200;
    text-transform: uppercase;
    border-top: 1px solid #e2e2e2;
    margin-top: 2rem;
}

h2.listing-header::before {
    content: "";
    display: block;
    background-color: #000;
    height: 6px;
    width: 10%;
    margin-bottom: 1rem;
}

h4.zutabe {
    font-size: 1.2rem;
    font-weight: bold;
}

.error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

.notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

.error a {
    color: #8a1f11;
    font-weight: bold;
}

.notice a {
    color: #514721;
    font-weight: bold;
}

.success a {
    color: #264409;
    font-weight: bold;
}

.custom-file-input~.custom-file-label::after {
    content: "Hautatu";
}

#harremanetarako {
    background-color: #b3e6ee;
}

img.ikono {
    max-width: 26px;
}

.modal-full {
    min-width: 80%;
    margin-left: 80;
    max-height: 90vh;
}

.modal-full .modal-content {
    /*min-height: 100vh;*/
    min-height: 40%;
    max-height: 90vh;
}

.modal-full .modal-body {
    overflow-y: auto;
}

/*checkbox erroreak txukuntzeko*/
.help-block.with-errors {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.default-color {
    color: #212529 !important;
    ;
}

.btn-primary.custom-btn {
    background-color: #fff;
    border: 1px solid #000;
    color: #000 !important;
}

a.irakaslea {
    border-bottom: 1px dotted #000;
}

a.irakaslea:hover,
a.irakaslea:visited {
    text-decoration: none;
}

a.irakaslea:hover {
    color: #000 !important;
}

#menu_barra a {
    color: #252525 !important;
}

/* tab to accordion */
.nav-tabs {
    display: none;
}

@media (min-width: 576px) {
    #master_logoak a.menua {
        font-size: 1.2rem;
    }

}

@media (max-width: 768px) {

    #navbar_menua ul {
        margin-bottom: 0px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 0;
        padding-top: 0;
    }

}

/* @media (max-width: 540px) {
    #menu_barra {
        padding-bottom: 100px;
    }

} */

@media(min-width:768px) {
    .nav-tabs {
        display: flex;
    }

    .tab-content .card {
        border: none;
    }

    .tab-content .card .card-header {
        display: none;
    }

    .tab-content .card .collapse {
        display: block;
    }
}

@media(max-width:767px) {
    .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
    }
}