

/*
	Table of CSS
	1.  Allgemein
	2.  Login
	3.  Header
	4.  Fahrerliste Online
	5.  Rechnung
	6.  Buchung Bearbeiten
	7.  Clock
	8.  Print
	9.  Responsive
	10. Tabs Einstellungen


*/

/* 1. Allgemein */

.nowrap {
	white-space:nowrap;
}

.fe.success {
	color: #28a745!important;
}

.fe.warning {
	color: #ffc107!important;
}

.fe.danger {
	color:#dc3545!important;
}

.button-row {
	margin-bottom: 40px;
}

.button-row button {
	margin-right: 20px;
}

.gruen {
	background-color: #28a745 !important;
	border: 1px solid #28a745;
	color: #fff !important;
	padding: 5px;
	border-radius: 5px;
}
.bg-gruen {
	background-color: #28a745 !important;
	color: #fff !important;
}
.rot {
	background-color: #e84646 !important;
	border: 1px solid #e84646;
	color: #fff !important;
	padding: 5px;
	border-radius: 5px;
}

.grau {
	background-color: #6c757d !important;
	border: 1px solid #6c757d;
	color: #fff !important;
	padding: 5px;
	border-radius: 5px;
	margin-left: 10px;
}

.site-overlay {
	display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation: fade 500ms;
    -moz-animation: fade 500ms;
    -o-animation: fade 500ms;
}

.text-center {
	text-align: center;
}

.bg-gray {
	background-color: #D3D3D3;
}

.site-overlay i {
    position: absolute;
    top: 40%;
    right: 48%;
    color: #fff;
}

.padding-medium {
	padding: 15px;
}

.sort tr td:first-child:hover {
	cursor: move;
}

.img-responsive {
	width: 100%;
	max-width: 100%;
}

.margin-medium {
	margin: 20px 0;
}

.content-center {
	text-align: center;
}

#retrievingfilename {
	margin-top: 15px;
}


.sidebar-menu li.active a:hover {
	cursor: pointer;
}

.js_edit_file:hover {
	cursor: pointer;
}

.form-group .hinweis-text {
	color: #e63c3c !important;
}

.login-right h3 {
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.btn-icon i {
	margin-right: 5px;
}

.sp-colorize-container.sp-add-on {
	display: none;
}

.mt-18 {
	margin-top: 18px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-10 {
	margin-left: 10px;
}

.pb-40 {
	padding-bottom: 40px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.hidden {
	display: none;
}

.checkbox span {
	margin-left: 8px;
}

.profile-header .user-Location i {
	margin-right: 10px;
}

span.required {
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
	color: #A7232B !important;
}


.text-white {
	color: #fff;
}

.btn-icon i {
	margin-left: 8px;
}

.print_show {
	display: none;
}

.preis-wrapper {
	color: #28a745;
	font-size: 26px !important;
	font-weight: bold;
}

.preis-wrapper a {
	color: #28a745;
}

.bold {
	font-weight: bold;
}

.big-font{
	font-size: 20px;

}

.btn-warning {
	color: #fff !important;
}

#accordion .card-title:hover {
	cursor: pointer;
}

#accordion .card {
	margin-bottom: 1rem;
}

.a_link {
	text-decoration: underline;
	cursor: pointer;
}

.a_link:hover {
	text-decoration: none;
	cursor: pointer;
}

.text-durchgestrichen {
	text-decoration: line-through;
}

/* 2. Login */

.login-wrapper .loginbox .login-right .logo {
	display: none;
	text-align: center;
	margin-bottom: 20px;
}

.login-bg {
	background-image: url(../img/login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}


.login-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #313131, #313131);
    opacity: 0.7;
}

.login-bg .main-wrapper {
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 767.98px) {
	.login-wrapper .loginbox .login-right .logo {
    	display: block;
	}
}

/* 3. Header */

.header .version {
	margin: 10px 0 0 20px;
	background: #7bb13c;
	color: #fff;
	padding: 5px;
	font-size: 13px;
	border-radius: 3px;
}


.header .header-left .logo img {
	max-height: 40px;
	max-width: 100%;
}

.header .btn-toolbar {
	margin: 15px 0 0 0;
	padding: 0 0 0 20px;
}

.header .btn-toolbar a {
	margin-left: 10px;
}

.header .btn-toolbar a:hover {
	text-decoration: underline;
	cursor: pointer;
}

@media only screen and (max-width: 991.98px) {
	.header .btn-toolbar {
		display: none;
	}
}

/* 4. Fahrerliste Online */

.fahrerliste_wrapper .card {
	width: 100%;
}

.fahrerliste_wrapper tr td {
	font-size: 16px;
	text-align: center;
	padding: 1rem 0.5rem;
}

.fahrerliste_wrapper .card-table .table td, .card-table .table th {
	padding: 0.75rem 0.5rem;
}

#modal_fl_buchung_bearbeiten .table {
	margin-bottom: 30px!important;
}

#modal_fl_buchung_bearbeiten .table tr th,
#modal_fl_buchung_bearbeiten .table tr td {
	text-align: center;
	font-weight: bold;
	font-size: 19px;
}

.fahrerliste_wrapper .eintrag_bearbeiten {
	cursor: pointer;
}

.fahrerliste_wrapper .opacity7 { 
	opacity: 0.5;
}


/* 5. Rechnung */

.widget-profile {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.widget-profile .card-body {
    padding: 1rem;
}
.widget-profile .profile-info-widget {
	display: block;
	text-align: center;
}
.widget-profile .profile-info-widget .booking-doc-img {
    display: inline-block;
    margin: 0 0 15px;
    width: auto;
    padding: 8px;
}
.widget-profile .profile-info-widget .booking-doc-img img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}
.appointment-list .profile-info-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    margin-right: auto;
    text-align: left;
}
.appointment-list .profile-info-widget .booking-doc-img img {
    border-radius: 4px;
    height: 120px;
    object-fit: cover;
    width: 120px;
}
.appointments .appointment-list {
	background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 20px;
    padding: 20px;
}

.patient-info {
	margin-top: 15px;
}
.patient-info ul {
    padding: 0;
    list-style: none;
	font-size: .875rem;
	margin: 0;
}
.patient-info ul li {
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
}
.patient-info ul li + li {
	margin-top: 15px;
}
.patient-info ul li i {
	width: 18px;
}
.patient-info ul li span {
    color: #757575;
    float: right;
    font-weight: 400;
}

.profile-info-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    text-align: left;
}
.profile-info-widget .booking-doc-img {
    margin-right: 15px;
}
.profile-info-widget .booking-doc-img img {
    border-radius: 4px;
    height: 90px;
    width: 90px;
    object-fit: cover;
}
.profile-det-info {
	overflow: hidden;
}
.profile-det-info h3 {
	font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.patient-details h5 {
    color: #757575;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.patient-details h5 i {
	width: 18px;
}

/* 6. Buchung bearbeiten */

.js_buchung_bearbeiten_wrapper .preis-wrapper:hover {
	color: #28a745;
	cursor: pointer;
}

/* 7. Clock */

@font-face {
  font-family: 'DIGITAL';
  src: url('../fonts/DS-DIGII.TTF');
}

.digital-clock {
	float: right;
	width: 200px;
	height: 60px;
	color: #ffffff;
	border: 2px solid #333;
	border-radius: 4px;
	text-align: center;
	font: 50px/60px 'DIGITAL', Helvetica;
	background: linear-gradient(90deg, #333, #333);
}

/* 8. Print */

@media print {
     body {
    	background-color: #fff;
    }

	.print_show {
		display: block;
	}

    .page-wrapper {
        margin: 0 !important;
        padding: 0 !important;
		margin-left: 0px !important;
    }

	.print_hidden,
	.header,
	.page-header,
	.edit_ls_anschrift,
	.sidebar {
		display: none;
	}

	.invoice-container {
		padding: 0 !important;
		margin: 0 !important;
		border: none !important;
	}

	.rows-print-as-pages > .row:nth-child(4) {
		page-break-before: always;
	}
}

/* 9. Responsive */
@media (max-width: 960px) {
	.js_buchung_bearbeiten_wrapper .button-row a,
	.js_buchung_bearbeiten_wrapper .button-row button {
		margin-bottom: 8px;
	}
}


/* 10. Tabs Einstellungen */


.tab h3 {
	font-size: 18px;
	margin: 5px 0;
} 
  
/* Change background color of buttons on hover */
.tab button:hover {
	color: #ec671a;
}
  
/* Create an active/current "tab button" class */
.tab button.active {
	color: #ec671a;
	font-weight: bold;
}

li:has(button.active) {
	border-left: 2px solid #ec671a;
}

.tab button {
	display: block;
	background-color: inherit;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
}

ul.tab {
	float: left;
	width: 20%;
	min-height: 400px;
	padding: 10px 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

ul.tab li { 
	padding: 8px 10px;
}

.tab button {
	color: #333333;
}
.tabs_header {
	background-color: rgba(0, 0, 0, .03);
}

ul.tab {
	border: 1px solid #F9FAFB;
	background-color: #fff;
}

ul.tab li { 
	border-top: 1px solid #ddd;
}