.myAlert-top{
    position: fixed;
    top: 5px;
    left:2%;
    width: 96%;
    z-index: 10000;
    position: fixed !important;
}

.myAlert-bottom{
    position: fixed;
    bottom: 5px;
    left:2%;
    width: 96%;
}

div.fullscreen {
    position: absolute;
    width:100%;
    height:960px;
    top: 0;
    left: 0;
    background-color: lightblue;
}

.alert-message{
    display: none;
}

.content-wrapper, .sidebar, .footer, .main-bg {
    background-color: #FBFDFA!important;
}

.dashboard {
    background-image: url("../images/teacher-dashboard.jpg");
    background-position: right bottom; /*Positioning*/
    background-size: 65vh auto;
    background-repeat: no-repeat; /*Prevent showing multiple background images*/
}

.img-profile {
    width: 40px;
}

select.form-control {
    color: #000!important;
}