/* - CONTENT - */

#content {
	display: block;
	position: relative;
	background: #fff;
	background-size: cover;
	min-height:600px;
}

#content > .container {
	text-align: left;
	position: relative;
	padding: 0px 30px;
}

#content .content {
	position: relative;
	padding: 60px 0 30px 0;
	margin: 0;
}

@media (max-width: 991px) {
	#content .content {
		padding: 35px 0 1px 0;
	}
}


/* - FORM STYLES - */

.toggle-div {
	position: relative;
}

.toggle-div.open {
	display: block;
}

.toggle-div.closed {
	display: none;
}

table.form-styles.full-table {
	width: 100%;
}

table.form-styles thead tr td {
	padding-top: 2px;
	padding-bottom: 7px;
}

table.form-styles tbody tr td {
	padding-right: 15px;
	padding-bottom: 3px;
}

table.form-styles tbody tr td:last-child {
	padding-right: 0;
}

table.form-styles.top-table tr td {
	vertical-align: top;
}

table.form-styles .checkbox-set,
table.form-styles .radio-set {
	margin-bottom: 0 !important;
}

table.form-styles .checkbox-set .checkbox label,
table.form-styles .radio-set .radio label {
	margin-top: 8px !important;
}

table.form-styles.top-table .checkbox-set .checkbox label,
table.form-styles.top-table .radio-set .radio label {
	margin-top: 0 !important;
}

table.form-styles input.form-control {
	width: 100px;
}

table.form-styles.full-table input.form-control {
	width: 100%;
}

.alert.visite-alert {
	padding: 5px 10px 0 10px;
}

.alert.visite-alert .checkbox-set,
.alert.visite-alert .radio-set {
	margin: 0 !important;
}


/* - MISC STYLES - */

.patient-list .footable-toggle,
.patient-list .footable-toggle:hover {
	cursor: pointer;
}

.patient-list thead tr td {
	font-weight: 600;
}

.patient-list tr td.pl-options {
	text-align: right;
}

.patient-list tr td.pl-options a,
.patient-list tr td.pl-options a:hover,
.patient-list tr td.pl-options a:focus {
	color: inherit;
}

.patient-list .footable-first-visible {
	padding-left: 0;
	 width: 165px;
}

.patient-list .footable-last-visible {
	padding-right: 0;
}

table.footable-details > tbody > tr > th:nth-child(1) {
    width: 150px;
}

.footable-details  {
	margin: 0 10px;
}


/* - IMAGE TEASER (HOME) - */

#image-teaser {
	display: block;
	position: relative;
	background: #fff url('../images/header/basel.jpg') center no-repeat;
	background-size: cover;
}

@media (max-width: 991px) {
	#image-teaser {
		background: #ED7D44;
		height: auto;
	}
}

@media (max-width: 767px) {
	#image-teaser {
		background: #ED7D44;
		height: auto;
	}
}

#image-teaser > .container {
	text-align: left;
	position: relative;
}

#image-teaser .image-teaser {
	position: relative;
	padding: 15px 0 0 0;
	margin: 0;
}

@media (min-width: 768px) {
	#image-teaser .image-teaser {
		padding: 30px 0;
	}
}

@media (min-width: 992px) {
	#image-teaser .image-teaser {
		padding: 90px 0;
	}
}

#image-teaser .image-teaser .teaser-bubble {
	display: block;
	background: #fff;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

@media (min-width: 768px) {
	#image-teaser .image-teaser .teaser-bubble {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}

@media (max-width: 767px) {
	#image-teaser .image-teaser .teaser-bubble {
		background: #fff;
		margin: 0 0 15px 0;
	}
	#image-teaser .image-teaser .teaser-bubble:after {
		content: '';
		display: block;
		clear: both;
	}
	#image-teaser .image-teaser .teaser-bubble i.fa {
		width: 50px;
		height: 50px;
		display: block;
		font-size: 26px;
		line-height: 48px;
		padding: 0 10px;
		background: #fff;
		border-right: 1px solid #fff;
		text-align: left;
		float: left;
	}
	#image-teaser .image-teaser .teaser-bubble span {
		display: inline-block;
		width: 50px;
		height: 50px;
		line-height: 50px;
		float: left;
		padding: 0;
	}
}

@media (min-width: 768px) {
	#image-teaser .image-teaser .teaser-bubble {
		width: 157px;
		height: 157px;
		border-radius: 157px;
		border: 15px solid #fff;
	}
	#image-teaser .image-teaser .teaser-bubble i.fa {
		display: block;
		font-size: 40px;
		line-height: 40px;
		margin: 0 0 10px 0;
		text-align: center;
		color: #ED7D44;
	}
	#image-teaser .image-teaser .teaser-bubble span {
		display: block;
		font: 600 13px/13px 'Open Sans', sans-serif;
	}
}

@media (min-width: 992px) {
	#image-teaser .image-teaser .teaser-bubble {
		width: 220px;
		height: 220px;
		border-radius: 220px;
		border: 10px solid #fff;
		-webkit-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.25);
	}
	#image-teaser .image-teaser .teaser-bubble:hover {
		border-color: #ED7D44;
	}
	#image-teaser .image-teaser .teaser-bubble i.fa {
		display: block;
		font-size: 60px;
		line-height: 60px;
		margin: 0 0 10px 0;
		text-align: center;
		color: #ED7D44;
	}
	#image-teaser .image-teaser .teaser-bubble span {
		display: block;
		font: 600 18px/18px 'Open Sans', sans-serif;
	}
}

@media (min-width: 1200px) {
	#image-teaser .image-teaser .teaser-bubble {
		width: 270px;
		height: 270px;
		border-radius: 270px;
		border: 15px solid #fff;
		-webkit-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.25);
	}
	#image-teaser .image-teaser .teaser-bubble:hover {
		border-color: #ED7D44;
	}
	#image-teaser .image-teaser .teaser-bubble i.fa {
		display: block;
		font-size: 70px;
		line-height: 70px;
		margin: 0 0 10px 0;
		text-align: center;
		color: #ED7D44;
	}
	#image-teaser .image-teaser .teaser-bubble span {
		display: block;
		font: 600 22px/22px 'Open Sans', sans-serif;
	}
}

#image-teaser .image-teaser .teaser-bubble a.bubble-link,
#image-teaser .image-teaser .teaser-bubble a.bubble-link:hover,
#image-teaser .image-teaser .teaser-bubble a.bubble-link:focus {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


/* - LOGIN - */

.login-wrapper {
	display: table;
	width: 100%;
	/*height: calc(100vh);
	height: -webkit-calc(100vh);
	height: -moz-calc(100vh);*/
	
	height: calc(20vh);
	height: -webkit-calc(20vh);
	height: -moz-calc(20vh);
}

@media (max-width: 767px) {
	.login-wrapper {
		display: block;
		height: auto;
	}
}

.login-wrapper > div {
	display: table;
	width: 100%;
}

.login-wrapper > div > div {
	display: table-cell;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.login-wrapper > div > div {
		display: block;
		height: auto;
	}
}

.login-wrapper > .login-head {
	background: #fff;
	height: calc(30vh);
	height: -webkit-calc(30vh);
	height: -moz-calc(30vh);
}

@media (max-width: 767px) {
	.login-wrapper > .login-head {
		display: block;
		width: 100%;
		height: auto;
	}
}

.login-wrapper > .login-head .login-logo {
	display: block;
	margin: 60px auto;
	height: 120px;
}

@media (max-width: 767px) {
	.login-wrapper > .login-head .login-logo {
		margin: 30px auto;
		height: 60px;
	}
}

.login-wrapper > .login-head > .login-head-inlay {
	vertical-align: bottom;
}

.login-wrapper > .login-image {
	/*height: calc(10vh);
	height: -webkit-calc(10vh);
	height: -moz-calc(10vh);*/
	height: auto;
	/*background: #fff url('../images/header/basel.jpg') center no-repeat;*/
	background: #fff;
	background-size: cover;
}

@media (max-width: 767px) {
	.login-wrapper > .login-image {
		display: block;
		width: 100%;
		height: auto;
		background: #fff;
	}
}

.login-wrapper > .login-image > .login-image-inlay {
	vertical-align: middle;
	padding: 30px 0;
}

@media (max-width: 767px) {
	.login-wrapper > .login-image > .login-image-inlay {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 0;
	}
}

.login-wrapper > .login-image > .login-image-inlay > .login-form {
	/*display: inline-block;*/
	display:flex;
	text-align: left;
	background: #fff;
	padding: 30px 15px;
	text-align: center;
	position: relative;
}

@media (min-width: 768px) {
	.login-wrapper > .login-image > .login-image-inlay > .login-form {
		/*-webkit-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.57);
		-moz-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.57);
		box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.57);*/
		padding: 30px;
		text-align: left;
	}
}

.login-wrapper > .login-image > .login-image-inlay > .login-form .login-title {
	font: 600 16px/22px 'Open Sans', sans-serif;
	margin: 0 0 28px 0;
}

@media (max-width: 767px) {
	.login-wrapper > .login-image > .login-image-inlay > .login-form .login-title {
		margin: 0 0 15px 0;
	}
}

.login-wrapper > .login-image > .login-image-inlay > .login-form .login-info {
	font-size: 13px;
	line-height: 19px;
	margin: 0;
}

.login-wrapper > .login-image > .login-image-inlay > .login-form .login-form-set {
	margin: 0 0 25px 0;
}

@media (max-width: 767px) {
	.login-wrapper > .login-image > .login-image-inlay > .login-form .login-form-set {
		margin: 0 0 15px 0;
	}
}

.login-wrapper > .login-image > .login-image-inlay > .login-form .table-content {
	width: 100%;
}

@media (max-width: 767px) {
	.login-wrapper > .login-image > .login-image-inlay > .login-form .table-content {
		display: block;
	}
}

.login-wrapper > .login-image > .login-image-inlay > .login-form .table-content > .table-content-cell {
	padding-right: 10px;
}

@media (max-width: 767px) {
	.login-wrapper > .login-image > .login-image-inlay > .login-form .table-content > .table-content-cell {
		display: block;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.login-wrapper > .login-image > .login-image-inlay > .login-form .form-control {
		margin: 0 0 5px 0 !important;
		text-align: center;
	}
	.login-wrapper > .login-image > .login-image-inlay > .login-form .btn {
		width: 100%;
		text-align: center;
	}
}

.login-wrapper > .login-image > .login-image-inlay > .login-form .login-error {
	display: block;
}

@media (min-width: 768px) {
	.login-wrapper > .login-image > .login-image-inlay > .login-form .login-error {
		margin: -15px 0 17px 0;
	}
}

.login-wrapper > .login-image > .login-image-inlay > .login-form .login-error > .alert {
	display: block;
	margin: 0 !important;
	text-align: left;
	padding: 7px 15px;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (max-width: 767px) {
	.login-wrapper > .login-image > .login-image-inlay > .login-form .login-error > .alert {
		margin: 0 0 15px 0 !important;
	}
}

.login-wrapper > .login-footer {
	background: #fff;
	height: calc(30vh);
	height: -webkit-calc(30vh);
	height: -moz-calc(30vh);
}

@media (max-width: 767px) {
	.login-wrapper > .login-footer {
		display: block;
		width: 100%;
		height: auto;
		background: #fff;
	}
}

.login-wrapper > .login-footer > .login-footer-inlay {
	vertical-align: top;
	padding: 60px 0 60px 0;
}

@media (max-width: 767px) {
	.login-wrapper > .login-footer > .login-footer-inlay {
		padding: 30px 15px;
	}
}