.calendarToday {
    font-weight: bold;
}


.rs_tabs {
    margin-top: 10px;
    display: inline-block;
}

.rs_tabs_title {
    text-align: center;
}

.rs_tabs_content {
    border: solid 1px #999;
    border-width: 0 1px 1px 1px;
    padding: 15px;
    background-color: #eee;
    display: inline-block;
}

#middle_wrapper .rs_tabs .nav-tabs {
    border-bottom: solid 1px #999;
}

#middle_wrapper .rs_tabs .nav-tabs li.active a, #middle_wrapper .rs_tabs .nav-tabs li.active a:hover {
    border: solid 1px #999;
    border-bottom-color: transparent;
    background-color: #eee;
}

.rs_tabs .datagridOuterWrapper {
    padding-top: 0;
}

#middle_wrapper .rs_tabs .nav-tabs li a {
    padding: 5px 7px;
    font-size: 0.9em;
}

@media (max-width: 768px) {
    .rs_tabs, .rs_tabs_content {
        width: 100%;
    }

    #middle_wrapper .rs_tabs .nav-tabs li.active a, #middle_wrapper .rs_tabs .nav-tabs li.active a:hover {
        border-bottom-color: #999;
        background-color: #ccc;
    }

    .rs_tabs .nav {
        padding-bottom: 10px;
    }
}

.inProgrssSave .mainFieldLabel {

}

.manageAllText {
	min-width: 100px;
	display: flex;
}

.manageAllText img {
	width: 24px;
	height: 24px;
	margin-left: 3px;
	margin-top:3px;
}

.lesson_content img {
    max-width: 100%;
}

.geolocationInitButton {
    margin-bottom: 10px;
    text-align: center;
}

.formGroupLine .formGroupCell{
    margin-right: 0;
}

@media (max-width: 768px) {
    .geolocationInitButton {
        margin-bottom: 0px;
    }

    .formGroupLine .formGroupCell{
        margin-right: -15px;
    }
}

.geolocationLine {
    position: relative;
}

.geolocationLine .geolocationOpacity {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

@media (max-width: 768px) {
    .geolocationLine .geolocationOpacity {
        background-color: #fff;
        opacity: 0.55;
    }
}

.formNonEditableTextarea {
    min-height: 70px;
}

.datagridOuterWrapper video {
    max-width: 200px;
}

.fileGalleryRow {
    z-index: 0;
}