
/* #### General ### */
.content-separator {
	
	width: 100%;
  	border-top: 1px solid #c5c5c5;
}

.featurette_textBox_rightAlign {
	text-align: right;
}

@media only screen and (max-width : 991px) {
	.featurette_textBox,
	.featurette_textBox_rightAlign{
		text-align: left;
		padding: 15px 15px !important;
	} 
	
	.featurette_image {
		padding: 0px 15px !important;
	}
}
@media only screen and (max-width : 480px) {
	.featurette_textBox,
	.featurette_textBox_rightAlign{
		text-align: center;
	}		
}

.table-borderless th, .table-borderless td, .table-borderless tr, .table-borderless {
	border: none !important;
}	
.tooltip > .tooltip-inner {
	background-color: white; 
	color: black; 
	border: 1px solid;
	opacity: 1.0;
}
.tooltip > .tooltip-arrow {
	display: none;
}
.tooltip.in {	
	opacity: 1.0;
}

.dateTransform {
	color: transparent;
}

body
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #363f25;
	position: relative;
}

.modal {   
	position: absolute;
	top: 0;
}


h4 {
	font-weight: 300;
	font-size: 18px;
}

h1 {
	font-weight: 300;
}

h2 {
	font-weight: 300;
	font-size: 2.0em;
}

h3 {
	font-weight: 300;
	font-size: 2.0em;
}

th {
	font-weight: 400;
}

td,tr {
	font-weight: 300;
}

input {
	font-weight: 300;
}

p {
	font-size: 1.2em;
}

.input-group-addon, .form-control {
	border-radius: 0 !important;
	-webkit-appearance: none !important; 
}

b {
	font-weight: 400;
}



.btn-default {
	font-family: 'Open Sans', sans-serif;
    background-color: transparent; 
	border-radius: 0; 
	color: #5b644a; 
	font-size: 1.2em;
	font-weight: 300;
}

.btn-primary {
	font-family: 'Open Sans', sans-serif;
	border-radius: 0; 
	font-size: 1.2em;
	font-weight: 300;
}

.btn-gly {
	font-family: 'Glyphicons Halflings' !important;
}

.transparent-btn:hover,
.transparent-btn:active,
.transparent-btn:focus {
	background-color: rgba(91, 100, 74, 0.7);
	border: 0px;
    color: white;
}



.pageRefreshNotification{
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 5px;
	color: green;
	transition: all .2s ease-in-out;
}		
.pageRefreshNotification.notify {
	color: red;
	transform: scale(1.1);
}		



.negative-margin-left {
	margin-left: -20px !important; 
	margin-right: 20px !important;
}



/* #### Appointments ### */
.panel-appointmentCreated {
	margin-top: 100px;
	padding: 30px;
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}





/* #### Usermanagement #### */
#usermanagementFilterActions.nav-tabs > li {
	float:none;
	display:inline-block;
	cursor: pointer;
}
#usermanagementFilterActions.nav-tabs > li.active a {
	background-color: #42a62a;
	color: white;
}

#usermanagementFilterActions.nav-tabs {
	/*text-align:center;*/
}

#usermanagementTable .dropdown-menu a{
	cursor: pointer;
}

#usermanagementTable .dropdown a {
	margin-left: 15px;
}

#usermanagementTable .dropdown a:hover, 
					 .dropdown a:focus, 
					 .dropdown a:active{
	text-decoration: none;
}

/* #### Appointment-Log #### */
#newAppointmentLogFilterActions.nav-tabs > li {
	float:none;
	display:inline-block;
	cursor: pointer;
}

#newAppointmentLogFilterActions.nav-tabs > li.active a {
	/*background-color: #42a62a;
	color: white;*/
}

#newAppointmentLogTable .dropdown-menu a{
	cursor: pointer;
}

#newAppointmentLogTable th{
	background-color: white;
}

#newAppointmentLogTable {
	background-color: white;
}

#newAppointmentLogTable .tableLine_unread {
	background-color: #f0f0f0;
	/*background-color: #f3f9ff;*/
}

#newAppointmentLogTable .dropdown a {
	margin-left: 15px;
}

#newAppointmentLogTable .dropdown a:hover, 
					 .dropdown a:focus, 
					 .dropdown a:active{
	text-decoration: none;
}




/* #### Login / Registration #### */
#loginHeader {
	position: absolute; 
	top: 50px; 
	left: 0px; 
	width: 100%;
	text-align: center;
}
#loginHeaderLogo .img-responsive {
	margin: 0 auto;
}
#loginHeaderTitle {
	margin-right: 150px;
}
#loginAndRegistrationContainer {
	margin-top: 100px;
}
#btn_showPrivacyPolicy {
	cursor: pointer;
}


/* #### Login and Registration #### */

.login-container {
	background: url(../images/background.jpg);
	background-size: cover;
}
.panel-registrationSucces, .panel-forgotPassword {


}
.panel-login {

}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: 400;
	font-size: 15px;
}
.panel-login>.panel-heading a.active{
	color: #42a82b;
	font-size: 16px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login #login-form input[type="text"],.panel-login #login-form input[type="email"],.panel-login #login-form input[type="password"],.panel-forgotPassword input[type="text"] {
	height: 45px;
	font-size: 16px;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
}
.btn-login {
	background-color: #5cb85c;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: 300;
	padding: 14px 0;
	text-transform: uppercase;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #4aa84a;
	border-color: #42a82b;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: 300;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}














/* #### Round toggle switch -> used in showBusinessHours */
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 18px;
	margin-top: 1px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: -2px;
	bottom: -2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	  
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.21);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.21);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.21);
}

input:checked + .slider {
	background-color: #90bedb;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	background-color: #4982a6;
	-webkit-transform: translateX(22px);
	-ms-transform: translateX(22px);
	transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}






.input_regularBusinessHours_date,
.input_regularBusinessHours_timespan,
.input_regularBusinessHours_time,
.input_specialBusinessHours_date,
.input_specialBusinessHours_timespan,
.input_specialBusinessHours_time {
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 1px solid #dddddd;
}

.input_regularBusinessHours_date, 
.input_specialBusinessHours_date {
	width: 213px;
	vertical-align: top;
}

.input_regularBusinessHours_timespan,
.input_specialBusinessHours_timespan {
	width: 100px;
	vertical-align: top;
}

.input_regularBusinessHours_time, 
.input_specialBusinessHours_time {	
	width: 90px;
	vertical-align: top;
}
.hyphen_span{
  color: #dddddd;
}

#regularBusinessHours_table_validForUnevenWeeks,
#regularBusinessHours_table_validForEvenOrAllWeeks, 
#specialBusinessHours_table {
	margin-left: -17px;
}

.regularBusinessHours_tableHeader_validForUnevenWeeks,
.regularBusinessHours_tableHeader_validForAllWeeks,
.regularBusinessHours_tableHeader_validForEvenWeeks
{
	padding: 10px 10px !important;
	vertical-align: top !important;
	width: 180px !important;
}

#regularBusinessHours_table_validForUnevenWeeks td,
#regularBusinessHours_table_validForEvenOrAllWeeks td, 
#specialBusinessHours_table td {
	padding: 5px 10px;
	vertical-align: top;
}


#modal_special_error_notification,
#modal_regular_error_notification{
	margin-top: 12px;
	margin-right: 15px;
	float: right;
	color: red;
}


.specialBusinessHours_td_switchDescription {
	min-width: 100px;
}

.regularBusinessHours_btn_remove,
.regularBusinessHours_btn_removeSecondTime, 
.specialBusinessHours_btn_remove,
.specialBusinessHours_btn_removeSecondTime {
	color: #cccccc;
	font-size: 23px;
	margin-left: 5px;
}


.regularBusinessHours_btn_remove:hover,
.regularBusinessHours_btn_removeSecondTime:hover,
.specialBusinessHours_btn_remove:hover,
.specialBusinessHours_btn_removeSecondTime:hover {	
	cursor: pointer;
	cursor: hand;
}

.regularBusinessHours_btn_addTime,
.regularBusinessHours_btn_addDate,
.regularBusinessHours_btn_addTimespan,
.specialBusinessHours_btn_addTime,
.specialBusinessHours_btn_addDate,
.specialBusinessHours_btn_addTimespan {
	line-height: 40px;
	font-size: 16px;
	font-weight: 400;
}

.regularBusinessHours_btn_addTime:focus, 
.regularBusinessHours_btn_addDate:focus, 
.regularBusinessHours_btn_addTimespan:focus, 
.regularBusinessHours_btn_addTime:hover, 
.regularBusinessHours_btn_addDate:hover,
.regularBusinessHours_btn_addTimespan:hover,
.specialBusinessHours_btn_addTime:focus, 
.specialBusinessHours_btn_addDate:focus, 
.specialBusinessHours_btn_addTimespan:focus, 
.specialBusinessHours_btn_addTime:hover, 
.specialBusinessHours_btn_addDate:hover,
.specialBusinessHours_btn_addTimespan:hover {
	text-decoration: none;
	color: #337ab7;
}

.btn.btn-radio {
	border: 1px solid rgb(180, 180, 180) !important;
	border-radius: 0px !important;
	padding: 1em !important;
	overflow: hidden;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
  }

  .btn.btn-radio:active,
  .btn.btn-radio:focus,
  .btn.btn-radio:hover {
	border: 1px solid rgb(83, 195, 255) !important;
	border-radius: 0px !important;
	padding: 1em !important;
	overflow: hidden;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
  }
  
  .portrait-img-lenz {
	margin-top: 5px;
	min-width: 100px;
	height: 100px;
	margin-right: 20px;
	background: url(../images/portrait_dr_steffen_lenz.jpg);
	background-size: cover;
	background-position: 25% 25%;
  }

  .portrait-img-benz {
	margin-top: 5px;
	min-width: 100px;
	height: 100px;
	margin-right: 20px;
	background: url(../images/KFO_Portrait_Felicia_Benz.jpg);
	background-size: cover;
  }
  
  .right-input {
	text-align: left;
	height: 100%;
  }
  