.GLblue{
    font-family : Quicksand;
    color : #5EB3C7;
    color : rgb(94, 179, 199);
    text-align: left;
    float: left;
    font-size : 16px;
    line-height : 25px;
    width: 150px;
}

.GLgray{
    font-family : Quicksand;
    color : #C6C6C6;
    color : rgb(198, 198, 198);
    text-align: left;
    float: left;
    font-size : 16px;
    line-height : 25px;
    width: 190px;
    overflow-x: hidden;
}

.GLgray2{
    font-family : Quicksand;
    color : #5EB3C7;
    color : rgb(94, 179, 199);
    text-align: left;
    float: left;
    font-size : 16px;
    line-height : 25px;
    width: 30px;
    margin-right: 4px;
    overflow-x: hidden;
}

.profrow{
    margin-left: 43px;
    height: 25px;
    overflow: auto;
    margin-bottom: 2px;
}

.titleprofesores{
    font-family: Asap;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #5EB3C7;
    color: rgb(94, 179, 199);
    text-align: center;
    margin-top: 28px;
}

.profesoresContainer{
    margin-top: 17px;
    margin-left: -47px;
    width: 450px;
    height: 330px;
    overflow-y: auto;
}

.addnewprof{
    background: #ffd600;
    color: white;
    font-weight: bold;
    cursor: pointer;

    font-family : Quicksand;
    text-align: left;
    float: left;
    font-size : 16px;
    line-height : 25px;
    width: 140px;

    padding-left: 5px;
    margin-top: 10px;
}

.deleteProf{
    float: left;
    padding: 1px 6px;
    background: #FF5722;
    border: 1px solid black;
    margin: 0 2px;
    cursor: pointer;
}

.changePass{
    float: left;
    padding: 1px 5px;
    background: #03A9F4;
    border: 1px solid black;
    margin: 0 2px;
    cursor: pointer;
}

.GLgray2 i.fa-money-bill{
    color: #4bd44b;
}

.GLgray2 i.fa-slash{
    color: #777777;
}

.edit{
    float: left;
    padding: 1px 3px;
    background: #FFEB3B;
    border: 1px solid black;
    margin: 0 2px;
    cursor: pointer;
}