.redMsg {
    color: red;
    text-align: center;
}

.horizontalCenter {
    text-align: center;
}

.horizontalLeft {
    text-align: left !important;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}


.passwordPanel {
    padding-left: 20px;
    padding-right: 20px;
}

.horizontalCenterChild {
    display: inline-block;
}

.studBtnAlign {
    padding-top: 78px;
    text-align: center;
    height: 171px;
}

.studBtnAlignTeachers {
    text-align: center;
    padding-top: 23px;
}

.studFormPaddingTop {
    padding-top: 20px;
}

.pull-leftBreadcrumbs {
    background-color: transparent;
    margin: -10px 0 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    left: 35px;
    top: 50%;
}

.langSelectSlider {
    position: relative;
    margin-right: 20px;
}

.langSelectSlider span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.settingSlide {
    border: 1px solid gray;
    background-color: #fff;
    height: 25px;
    width: 25px;
    padding-top: 5px;
    margin-top: -6px;
}

.borderPanelRadius {
    padding: 10px;
    border-radius: 5px;
    word-wrap: break-word;
}

.photoArea {
    margin-top: -6px;
}

.photoArea > div {
    margin-top: 20px;
    margin-right: 12px;
    width: 150px;
    height: 100px;
    float: left;
    background-color: white;
    border: 1px solid black
}

.settingPanel {
    padding-top: 4px;
    border: 1px solid gray;
    width: 112px;
    left: -112px;
    top: -24px;
    margin-top: 5px;
    background-color: white;
    position: relative;
    height: 25px;
}

.settingPanel > div {
    margin-left: 5px;
    margin-right: 5px;
    height: 25px;
    width: 25px;
    float: left;
}

.clearFix {
    display: none;
    clear: both;
}

.photo {
    margin-top: 15px;
    background-color: transparent;
    height: 110px;
    width: 165px;
    padding: 0 8px;
    overflow: hidden;
}

.photoBeforeUpload{
    width: 165px;
    height: 110px;
    top: -10px;
    margin-top: 15px;
    padding-left: 7px;
}

.hoverPhotoPanel {
    text-align: left;
    color: #fff;
    top: 0;
    width: 91%;
    margin-top: 15px;
    margin-left: 8px;
    height: 86%;
    position: absolute;
    background-color: rgba(31,31,32,.4);
}

.settingBtnPhoto {
    color: black;
    text-align: center;
    width: 50px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 3px;
}

.settingBtnPhoto span{
    cursor: pointer;
}

.text-blank{
    color: #ff1a00;
}

.text-filled{
    color: #14b146;
    font-weight: 600;
}

.actions-icon span{
    display: inline-block;
    padding: 0px 4px;
    color: #58748B;
    cursor: pointer;
}

#sidebar>div nav>ul {
    list-style: none;
    margin: 0 0 10px 10px;
}

.fileManager{
    width: 100%;
    min-height: 580px;
}