body {

}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #b5b5b5;
}

.table-bordered {
    border: 1px solid #b5b5b5;
}

.margin-top {
	margin-top: 15px;
}

.margin-bottom {
	margin-bottom: 15px;
}

.btn-group .btn-default {
	text-shadow: none;
}

@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}


@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}


@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

.timepicker .form-control {
	width: 42px;
	display: inline-block;
}

body.login {
	padding-top: 70px;
}

.navbar-brand img {
	margin-top: -5px;
}

.action-bar {
	padding: 7px;
	margin-bottom: 10px;
	background: #f9f9f9;
}

.navbar-header .logout-timer {
	padding-right: 20px;
}

.table td.id, .table th.id {
	width: 85px;
}

.table tbody th {
	text-align: right;
}

@media (min-width: 992px) {
	.table tbody th {
		width: 30%;
	}
}

table tr.filter {
  background: #f6eefb !important;
}

/**
 * CALENDAR
 */
.calendar .table th.nothing {
	border: none;
	border-top: 1px solid white;
}
.calendar .table tbody th, .calendar .table tbody td {
	height: 60px;
}
	.calendar .table tbody th {

	}
.calendar .table th , .calendar .table td {
	width: 12.5%;
}
.calendar .table th {
	text-align: center;
}
.calendar .table tr.headers th {
	border-width: 1px;
	padding-bottom: 4px;
}
.calendar .table tr.subheaders th {
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: normal;
	font-size: 12px;
}

.calendar .table .today {
	background: #f6eefb;
}
	.table-striped > tbody > tr:nth-of-type(odd) .today {
		background: #ece1f3;
	}

.form-inline.form-inline-all .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

@media (max-width: 768px) {
	.week-chooser-row {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: -7px;
		margin-top: 8px;
		text-align: center;
		background: #e4e4e4;
	}
	.week-chooser-row .pull-right {
		float: none !important;
	}
}

.calendar tbody td {
	position: relative;
	padding: 0 !important;
}

.calendar .item {
	position: absolute;
	z-index: 100;
	background: rgba(255,0,0,0.4);
	padding: 4px;
	color: black;
	overflow: hidden;
	font-size: 11px;
	display: none;
}
	.calendar .item.schedule{
		opacity: 0.8;
	}
		.calendar .item.schedule:hover, .calendar .item.schedule.active{
			opacity: 1;
		}
	.calendar .item.reserved {
		background: red;
		color: white;
		text-align: center;
		font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
	}
		.calendar .item.reserved span {
			text-transform: uppercase;
			letter-spacing: 2px;
			font-size: 13px;
			font-weight: bold;
		}
    .calendar.timetable .item.reserved {
      border-bottom: 1px solid rgba(0,0,0,0.2);
      border-left: 1px solid rgba(0,0,0,0.2);
      line-height: 0.8em;
    }
	.calendar .item:hover , .calendar .item:focus, .calendar .item:active {
		text-decoration: none;
	}
	.calendar.timetable .item {
		font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
		text-transform: uppercase;
		text-align: center;
	}

	.calendar .item .info {
		position: absolute;
	    top: 0;
	    right: 2px;
	    font-size: 12px;
	}

.calendar .rotate {
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

input[type="checkbox"].day_active_checkbox {
	margin-bottom: 10px;
}

.checkbox-therapist {
	margin-bottom: 5px
}
	.checkbox-therapist input[type="checkbox"] {
		margin-top: 6px;
	}
	.checkbox-therapist span {
		color: black;
		display: inline-block;
		padding: 1px 3px;
		/* Safari 3-4, iOS 1-3.2, Android 1.6- */
		-webkit-border-radius: 5px;
		/* Firefox 1-3.6 */
		-moz-border-radius: 5px;
		/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
		border-radius: 5px;
	}

/**
 * DAILY SUMMARY
 */
.day-chooser-row .form-control {
	width: 215px !important;
}
.calendar.daily_summary .item{
	width: 100%;
	border-top: 2px solid
}
	.calendar.daily_summary .item.short-appointment{
		padding-top: 0px;
		font-size: 10px;
	}

.calendar .popover {
	width: 200px;
}

	.calendar .popover table{
		font-size: 11px;
	}

	.calendar .popover table tbody td, .calendar .popover table tbody th {
		padding: 4px 3px !important;
		height: auto;
	}
	.calendar .popover table tbody th {
		text-align: right;
		width: 40%;
	}
	.calendar .popover table tbody td {
		width: 60%;
	}

td.actions .btn {
	margin-bottom: 5px;
}

#appointment-history-wrapper {
	display: none;
}

/* appointment
*/
