.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;
    }
}


.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: 100;
}

@media (max-width: 768px) {
    .geolocationLine .geolocationOpacity {
        background-color: #fff;
        opacity: 0.55;
    }
}

.multipleInputRow .geolocationLine:first-of-type {
    display: none;
}

.formNonEditableTextarea {
    min-height: 70px;
}

.datagridOuterWrapper video {
    max-width: 200px;
}

.fileGalleryRow {
    z-index: 0;
}

.formOuterWrapper.reportForm_label_photo {
    min-width: unset;
}

.currencyFormat {
    text-align: right;
}

.formRowSubmit {
    transition: unset;
}

.google-maps-wrapper {
    padding: 10px;
}


.datagridOuterWrapper .datagrid-modal-iframe-relative {
	width: 0;
	height: 0;
	position: relative;
}

.datagridOuterWrapper .datagrid-modal-iframe {
	position: absolute;
	z-index: 100;
	top: 3px;
	left:0;
	display: inline-block;
}

.datagrid-modal-iframe {
	box-shadow: 0px 0px 7px 3px rgba(138,138,138,1);
	min-width: 200px;
}

.datagrid-modal-iframe-body .formOuterWrapper, .datagrid-modal-iframe-body #outer_wrapper {
	margin:0 auto;
}

.datagrid-modal-iframe-body .formOuterWrapper.panel, .datagrid-modal-iframe-body .formOuterWrapper.panel .panel-heading {
	border-width: 0;
	border-radius: 0;
}

.datagrid-modal-iframe-body #inner_wrapper {
	padding:0;
 }

#datagrid-modal-iframe-full_size {
	position: fixed;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	background: rgba(100,100,100,0.5);
    z-index: 100;
}

.datagrid-modal-iframe-wrapper {
	padding: 2% 10%;
	width: 100%;
	height: 100%;
}

#datagrid-modal-iframe-full_size iframe {
	width: 100%;
	height: 100%;
}

/* Scrollbar: Farben/Colors */
::-webkit-scrollbar {
    width: 20px;
}

/* Pfad/Track */
::-webkit-scrollbar-track {
    background: #eeeeee;
    border-radius: 4px;
}

/* Griff/Handle */
::-webkit-scrollbar-thumb {
    background: lightgrey;
    border-radius: 4px;
}

.currencyFormat {
    text-align: right;
}