body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
}

main {
    margin-top: 36px;
    margin-bottom: 36px;
}

footer {
    padding: 26px 0 96px 0;
}

footer a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.container123 {
    max-width: 1150px;
    padding: 0 15px 0 15px;
    margin: 0 auto;
}

/* GENERAL */

td, th {
    vertical-align: middle !important;
}

td.vtop {
    vertical-align: top !important;
}

form label {
    font-weight: bold;
}

.noAnimation {
    transition: none !important;
}

.scrollable {
    overflow-y: scroll;
}

/* NAVIGATION */

.navbar {
    background-color: #09c;
    padding: 0;
}

.navbar a {
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 3;
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: block;
}

.navbar a:hover, .navbar li.active a {
    color: #09c !important;
    background-color: #fff;
}

@media only screen and (max-width: 1200px) {
    .navbar li span.fas {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .navbar li span.fas {
        display: inline;
    }
}

.login-form {
    max-width: 330px;
}

.fa-centered {
    display: inline-block !important;
    width: 100% !important;
    text-align: center;
}

.header-icon {
    color: #0099cc;
    font-size: 92px;
    margin-bottom: 24px;
}

/* TABLES */

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f6f6f6;
}

.table-striped tbody tr:hover td,
.table-striped tbody tr:hover th {
    background-color: #e1f6fb;
}



/* COMPETENCES */

.competenceArea > .card-header, .compAreaHeader>a {    /* Competence area header */
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.compAreaHeader>a {     /* For tabbed version */
    font-size: 16px;
    height: 100%;
}

.compAreaHeaderSmall {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.competenceArea > .compArea-sm {
    font-size: 14px !important;
}

.competenceArea .compDescription {     /* Description of the comp. area */

}

.competenceArea .compDescriptionIcon {
    flex: 0 0 20px;
    text-align: center;
    margin-left: 20px;
}

.competenceArea .compDescriptionText {
    font-weight: bold;
}




.competenceArea .competence > .card-header {    /* Competence header */
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

table#students th.compArea, table#classes th.compArea {
    color: #fff;
    text-transform: uppercase;
    font-size: 90%;
}

.backColorDark-1, .backColorLight-1 > a.active { background-color: rgb(20, 166, 209) !important; color: white !important; }
.backColorDark-2, .backColorLight-2 > a.active { background-color: rgb(35, 164, 94) !important; color: white !important; }
.backColorDark-3, .backColorLight-3 > a.active { background-color: rgb(221, 27, 132) !important; color: white !important; }
.backColorDark-4, .backColorLight-4 > a.active { background-color: rgb(217, 37, 37) !important; color: white !important; }
.backColorDark-5, .backColorLight-5 > a.active { background-color: rgb(236, 156, 31) !important; color: white !important; }



.colorDark-1 { color: rgb(20, 166, 209) !important; }
.colorDark-2 { color: rgb(35, 164, 94) !important; }
.colorDark-3 { color: rgb(221, 27, 132) !important; }
.colorDark-4 { color: rgb(217, 37, 37) !important; }
.colorDark-5 { color: rgb(236, 156, 31) !important; }

.backColorLight-1 { background-color: rgb(237, 247, 253); }
.backColorLight-2 { background-color: rgb(240, 252, 241); }
.backColorLight-3 { background-color: rgb(255, 239, 247); }
.backColorLight-4 { background-color: rgb(255, 238, 231); }
.backColorLight-5 { background-color: rgb(255, 245, 229); }

.compArea1-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f002";
    margin-right: 8px;
}
.compArea2-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f086";
    margin-right: 8px;
}
.compArea3-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f5ae";
    margin-right: 8px;
}
.compArea4-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f3ed";
    margin-right: 8px;
}
.compArea5-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f4fe";
    margin-right: 8px;
}

.competenceArea > .card-header:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    font-weight: 900;
    float: right;
}

.card-header.collapsed:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f067";
    font-weight: 900;
}

.progress {
    height: 24px;
    font-weight: bold;
}

table .compArea-1, table .compArea-2, table .compArea-3, table .compArea-4, table .compArea-5 {
    font-weight: bold;
}


.outcome {
    font-weight: bold;
}
.outcome-L1 {
    color: red;
}
.outcome-L2 {
    color: blue;
}
.outcome-L3 {
    color: green;
}

#deleteConfirmationModal .modal-header {
    color: red;
    font-size: 126px;
}

#deleteConfirmationModal .fa {
    margin: 0 auto;
}

input .custom-control-input {
    margin-bottom: 15px;
}

#chart {
    height: 380px;
    padding: 20px 0 20px 0;
}

.gj-picker table td.disabled div {
    color: darkred !important;
    font-weight: bold !important;
}

.showMoreActivities {
    font-size: 14px;
}




@media (max-width: 992px)
{
    .card-group .card {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}




/* 5 column grid layout */
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


