@charset "UTF-8";
/* CSS Document */

.mainpage {
	padding-top: 0px !important;	
   
}

h1 {
	margin-top: 0px;	
}

body {
	height: 100%;	
}

.footer {
	background: #CCCCCC;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 100%;
	z-index: 10;
}

.footer div {
	padding: 15px 0px;	
}

.colleft {
	min-height: 300px;
	background: #F0EEEC;	
	bottom: 0;
    display: block;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    top: 52px;
    z-index: 1050;
	width: 290px;

}

.colleft-inner {
    padding-top: 30px;
}

.navbar {
	margin-bottom: 0px;
	border: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10;
}

.subnavi {
	background: #50647D;
	padding: 20px;
	position: relative;
	z-index: 1;
}

.mainarea {
	position: relative;
	padding-bottom: 400px;
	padding-left: 290px;
	overflow: auto;
    padding-top: 50px;
}

.main {
	padding: 40px;
	padding-bottom: 0px;	
}

fieldset {
	margin-top: 40px;

}

.starrequired {
	font-weight: bold;
	color: #FF9900;	
}

.modal {
	top: 50px;
}

.calarea {
    overflow:  scroll;
}

.calarea h1 {
	margin-top: 0px;
	padding-top: 0px;
}

.calendar {
  margin: 0 auto;
}

.fc-axis  {
    font-size: 10px !important;
}

.grid15 .fc-body .fc-slats td {
    height: 30px;
}

.grid20 .fc-body .fc-slats td {
    height: 38px;
}

.grid30 .fc-body .fc-slats td {
    height: 62px;
}

.grid40 .fc-body .fc-slats td {
    height: 74px;
}

.grid60 .fc-body .fc-slats td {
    height: 115px;
}

#calendar.cal_therapeut .fc-toolbar .fc-center h2 {
  visibility: hidden;
    line-height: normal;
    font-size: 1em !important;

}

.calendar .fc-toolbar {
    display: none;
}
#calendar.calendar-week .fc-toolbar {
    display: block;
  text-align: right;
}

.fc-highlight {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;

  border: 1px solid #3a87ad;
  background: #3a87ad;

  margin: 0 3px;

  opacity: 0.4;
}

.minicalendar .datepicker .currentDay {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	padding: 0 8px;

	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e5799 0%,#7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

	color: #fff;
}

.negativ {
    color: #bb1111;
}

.minicalendar .datepicker .currentDay:hover {
	background: #1e5799;
}


.calenders {
	width: 9999px;
	overflow: auto;
}


.calButtons {
	margin-bottom: 10px;
}

.calendar .fc-header h2 {
	visibility: hidden;
	margin-bottom: 46px;
}

.calDay {
	width: 100%;
	font-size: 20px;	
	color: #50647D;
}

.calbox {
  float: left;
  margin-right: 3px;
  /* max-width: 200px; */
  font-size: 13px !important;
}

option.colorpicker {
	display: block;
	width: 100%;
	height: 25px;
	border-radius: 5px;	
	margin-bottom: 5px;
}

.chosen-container::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.colleft-inner hr {
	border-color: #666;	
}

#bodychart_comments {
	clear: both;	
}

#bodychart_comments div {
	width: 100%;
	height: 40px;
}

.bodychartcolor {
	float: left;
	margin-right: 20px;
	width: 20% !important;	
}

.bodychartcomment {
	float: left;
	margin-right: 10px;	
	width: 70%;
}

#addCom {
	clear: both;
}

#remCom {
	float: right;	
}

#bodychart {
	float: left;
	margin-right: 20px;	
}


.bodychartbg {
	background: url(../../media/bodycharts/bodychart.jpg) no-repeat;	
	width: 900px;
	height: 422px;
}

.ueditoruploadbox .uploadbox {
	padding: 20px;
	border: 1px solid #004C68;
	border-radius: 10px;
	margin: 10px;
	overflow: hidden;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #50647D !important;
    color: #FFFFFF;
}

.nav-pills > li > a:hover {
	background: #f8f7f7;	
}

.box {
	display: none;	
}

.chosen-container {
		
}

.chosen-container {
  display: block;
  width: 100% !important;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.chosen-container:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.chosen-container::-moz-placeholder {
  color: #f0eeec;
  opacity: 1;
}
.chosen-container:-ms-input-placeholder {
  color: #f0eeec;
}
.chosen-container::-webkit-input-placeholder {
  color: #f0eeec;
}
.chosen-container[disabled],
.chosen-container[readonly],
fieldset[disabled] .chosen-container {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

.chosen-container-single .chosen-single {
    background: none;
    border: 0px solid #AAAAAA;
    border-radius: 0px;
    box-shadow: none !important;
    color: #444444;
    display: ;
    overflow: hidden;
    padding: 0 0 0 0px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}


#dvLoading {
   background:none;
   opacity: 0.6;
   width: 100%;
   height: 100%;
   padding: 80px;
   position: fixed;
   z-index: 1000;
   color: #333;
   font-weight: bold;
   border-radius: 10px;
   font-size: 18px;
}

.dvLoadingInner {
	top: 40%;
	left: 47%;
	position: absolute;	
}

.calenders .serientermin {
	background-image: url(../images/serie.png)!important;
    background-repeat: no-repeat;
    background-position:  top right;
}

.calenders .gruppentermin, .calendar-week .gruppentermin {
	background-image: url(../images/gruppentermin.png)!important;
    background-repeat: no-repeat;
    background-position:  top right;
}

.patientenbox {
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	padding: 10px;	
	background: #F0EEEC;
}

.patientenbox .btn {
	margin: 5px;	
}

.loginarea {
	margin-top: 150px;	
}

.account_logo_box {
	border: 1px solid #CCC; 
	border-radius: 15px;
	padding: 25px;	
	margin-top: 20px;
	text-align: center;
}

.account_logo_box img {
	max-height: 400px;
	max-width: 400px;
}

.picker {
	margin:0;
	padding:0;
	width:100%;
	height:30px;
	line-height:20px;
}

.refilter {
	display: none;
	padding: 25px;
	background: #F5F5F5 !important;	
}

.vonbis {
	display: none;	
}

.fastpat {
	display:none;
}

.calbox .cal_therapeut_intervall_15 .fc-slats td  {
	height: 20px !important;	
}

.calbox .cal_therapeut_intervall_20 .fc-slats td  {
	height: 26px !important;	
}

.calbox .cal_therapeut_intervall_30 .fc-slats td  {
	height: 40px !important;	
}

.calbox .cal_therapeut_intervall_40 .fc-slats td  {
	height: 52px !important;	
}

.calbox .cal_therapeut_intervall_60 .fc-slats td  {
	height: 80px !important;	
}

.calenderxs .calbox .cal_therapeut_intervall_15 .fc-slats td  {
    height: 1em !important;
}

.calenderxs .calbox .cal_therapeut_intervall_20 .fc-slats td  {
    height: 1em !important;
}

.calenderxs .calbox .cal_therapeut_intervall_30 .fc-slats td  {
    height: 1em !important;
}

.calenderxs .calbox .cal_therapeut_intervall_40 .fc-slats td  {
    height: 1em !important;
}

.calenderxs .calbox .cal_therapeut_intervall_60 .fc-slats td  {
    height: 1em !important;
}

.weekcalarea .fc-event-inner {
	font-size: 10px !important;	
}

.weekcalarea .fc-event {
	border: 2px solid #fff !important;	
}


.tooltipevent {
	background: #F0EEEC;
	border: 1px solid #50647d;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 5px 5px 10px #ccc;	
}


table.rechnung_edit td {
	padding: 5px;
}


.fc-event-inner  .fc-event-time {
	display: none;	
}

.relist .label {
	width: 100%;
	display: block;
	padding: 10px;
	font-size: 13px;
}	

.relist .label-default {
	background: #999999; 
}

.quickbuttons a {
	border: 1px solid #CCCCCC;
}

.quickbuttons, .quickpat {
	background: #CCCCCC;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 40px;
}

/* Therapeuten Kalender, Markierung für nicht verfügbare Zeiten */
.fc-slats tbody .closed td {
    background: #c7c5c5;
}
.fc-slats tbody .closed td.fc-widget-content {
    color: #999;
}

.fc-slats tbody .overtime td {
    color: #fff;
    background: #e87676;
}

.notizfeld {
    border: 1px solid #ccc; 
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.notizfeld h3 {
   width: 100%;
    padding: 5px;
    color: #fff;
    text-shadow: 1px 1px 0px #333;
    text-align: center;
    font-weight: bold;
    margin: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.notizfeld>ul {
    background: url(../images/linedpaper.png);
    padding-top: 13px;
    padding-bottom: 25px;
}

.notizfeld ul li {
    margin-bottom: 5px;   
}

.fc-title span:not(.glyphicon) {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/bemerkung.png) no-repeat;
}

.weekViewDisabledSlot {
    background: #f3f3f3;
    position: absolute;
}

.weekViewOvertimeSlot {
    background: #e87676;
    position: absolute;
}

.tab-content {
    border-bottom: 1px solid #dddddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px;
}

.befundTabs {
    background: none repeat scroll 0 0 #e5eaea !important;
    overflow: hidden;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    
    color: #555555;
}

#befundTabs li.active a {
    background: none repeat scroll 0 0 #e5eaea;
}

.collefthidden {
    display: none;   
}

.dashboardarea {
    padding-left: 15px;   
}

.fc-title, .calbox h4 {
    color: #fff !important;
    text-shadow: 1px 1px 0px #333;   
}

.fc-widget-content {
    background: #FCF8E3;   
}

.fc-agenda-axis {
    max-width: 35px !important;
    font-size: 10px !important;
}

.alert {
    position:  fixed;
    top: 10px;
    right: 10px;
    width: 400px;
    z-index:  999999;
}

.alert-warning {
   position:  fixed;
    top: 25%;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    z-index:  999999;    
    padding: 30px;
    background: #F54545;
    border: 3px solid #000;
    border-radius: 10px;
    color: #fff;
    box-shadow: 5px 5px 5px #333;
    font-size: 15px;
}

.alert-warning strong {
    font-size: 35px;
    text-transform: uppercase;
}

.calbox_1 {
    width: 80%;
    min-width: 200px;
    max-width: 600px;
}

.calbox_2 {
    width: 50%;
    min-width: 200px;
    max-width: 450px;
}

.calbox_1 {
    width: 30%;
    min-width: 200px;
    max-width: 400px;
}

.calbox_4 {
    width: 25%;
    min-width: 200px;
    max-width: 350px;
}

.navbar-collapse {
    z-index: 99999 !important;
    position:  relative;
}

.navbar {
    z-index: 99999;
}

.closeleft {
    position:  absolute;
    right: 0;
    top: 0;
    padding: 15px 20px 15px 5px;
    background: #50647d;
    color: #fff;
    border-bottom-left-radius: 5px;
}

.openleft {
    position:  absolute;
    left: 0;
    top: 50px;
    padding: 15px 5px 15px 20px;
    background: #50647d;
    color: #fff;
    cursor: pointer;
    z-index: 99999;
    border-bottom-right-radius: 5px;
}

.mainarea_close {
    padding-left: 10px;   
}

.hilfe {
}

.fc-day-header {
    color: #fff;
    font-size: 0px;
}

.calendar-week .fc-day-header {
    font-size: 1em;
    color: #000;
}

.datepicker-dropdown {
    z-index: 999999 !important;   
}

@media (max-width: 992px) {
  .navbar-brand {
     display: none;  
  }
}

@media (min-width: 992px) {
    .navbar-nav {
        min-width: 800px !important;
    }
}



.fc-time-grid-event .fc-content .fc-time {
    display: none;
}

.fc-time-grid-event.fc-short .fc-title {
    white-space: break-spaces;
}