@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700,300);

/*------------------------------------*\
    #GENERAL
\*------------------------------------*/

.yii-debug-toolbar-bottom {
	display: none;	
}

html,
body {
    height: 100%;
    background-color: #efefef;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    background-color: #fafafa;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.modal {
	overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Fira Sans", Helvetica, Arial, sans-serif;
	font-weight: 500;
}

h1, h2 {
	margin: 10px 0 20px;
	color: #18acd7;
}

h1 {
	font-size: 150%;
}

h2 {
	color: #81c13f;
	font-size: 140%;
	margin: 32px 0 10px;
}

h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }

.redactor-box {
	margin-bottom: 12px !important;
}

.site__to-top {
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	text-align: center;
	background: #18acd7;
	border: 2px solid #fff;
	color: #fff;
	font-family: "Fira Sans", Helvetica, Arial, sans-serif;
	font-weight: 500;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
}

.text-extra-muted,
.text-extra-muted a {
	color: #ccc;
}

.navbar-brand {
	color: #fff !important;
	font-weight: bold;
}

.site__to-top.site__to-top--visible {
	visibility: visible;
	opacity: 1;
}

.site__to-top.site__to-top--fade-out {
	opacity: 0.5;
}

.well__title {
	margin: 0 0 20px 0;
}

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

.sortable {
	max-height: 300px;
	min-height: 60px;
	overflow: scroll;
	background: #fafafa;
}

.sortable:empty:before {
	content: 'Sleep je zoektermen hierheen';
	text-align: center;
	padding: 10px;
	color: #aaa;
	display: block;
}

	.sortable li {
		background: #fff;
	}

[class*="chosen"] .sortable li {
	background: #81c13f;
	color: #fff;
}

/*------------------------------------*\
    #ALERTS
\*------------------------------------*/

.alert--margin {
	margin: 30px;
}

/*------------------------------------*\
    #BOX SHADOWS
\*------------------------------------*/

.drop-shadow {
  position:relative;
	z-index: 1000;
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before, .drop-shadow:after{
  content:"";
  position:absolute;
  z-index:-1;
}

.curved:before{
  top:10px;
  bottom:10px;
  left:0;
  right:50%;
  -webkit-box-shadow:0 0 15px rgba(0,0,0,0.2);
  -moz-box-shadow:0 0 15px rgba(0,0,0,0.2);
  box-shadow:0 0 15px rgba(0,0,0,0.2);
  -moz-border-radius:10px / 100px;
  border-radius:10px / 100px;
}

.curved--bottom:before{
  top:50%;
  bottom:0;
  left:10px;
  right:10px;
  -moz-border-radius:100px / 10px;
  border-radius:100px / 10px;
}

.curved--top:before{
  top:0;
  bottom:0;
  left:10px;
  right:10px;
  -moz-border-radius:100px / 10px;
  border-radius:100px / 10px;
}


/*------------------------------------*\
    #HEADER
\*------------------------------------*/

.header {
	background: #18acd7;
	padding: 0;
}

.header__title-xs {
	margin: 12px 0 6px;
	text-align: center;
	color: #fff;
	font-size: 160%;
}
	.header__top {
		margin: 6px 0;
		line-height: 34px;
	}
	
	.header__top,
	.header__top > a {
		color: #fff;
	}
	
	.header__main {
		background: #fff;
		margin: 12px 0 0 0;
		padding: 0;
		z-index: 10;
	}

	.header__image {
		display: none;
	}

	.header__link {
		color: #fff;
		line-height: 36px;
		margin: 0 0 0 20px;
	}

		.header__link a {
			color: inherit;
		}

/*------------------------------------*\
    #FORM
\*------------------------------------*/

.form__submit-group {
	padding: 12px;
	background: #fafafa;
	border-top: 1px solid #ddd;
}

.form__submit-extra {
	margin: 0 0 0 12px;
}

.update-profile__image {
	width: auto;
	height: auto;
	max-height: 160px;
	max-width: 160px;
	margin: -40px 0 0 0;
}

.form__maxlength {
	font-size: 90%;
    float: right;
    margin: 6px 0 0 0;
}

.subradio {
	margin-left: 24px;
}

.subradio-group {
	margin: 0 0 24px 0;
}

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/

.footer {
	background: #18acd7;
	margin: 20px 0 0 0;
	padding:20px 0;
	color: #FFFFFF;	
}

.footer h4 {
	text-transform: uppercase;
	padding-bottom:5px;
	border-bottom: 2px dotted #FFFFFF;	
}

.footer h5 {
	text-transform: uppercase;
}

.footer a {
	color: #FFFFFF;
}

.footer ul {
	list-style-type: square;
	padding: 0 0 0 15px;
}


/*------------------------------------*\
    #TABS
\*------------------------------------*/

.nav-tabs {
	font-size: 85%;
}

.nav-tabs > li > a {
	font-family: "Fira Sans", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 110%;
}

/*------------------------------------*\
    #NAV
\*------------------------------------*/

.navbar-default {
	background-color: #81c13f;
	border-radius: 0;
	border: 0;
}

	.navbar-default .navbar-nav > li > a {
		color: #fff;
		font-family: "Fira Sans", Helvetica, Arial, sans-serif;
		font-weight: 500;
		font-size: 120%;
		padding-left: 10px;
		padding-right: 10px;
	}

.navbar-nav > li > .dropdown-menu {
	width: 320px;
}

.dropdown-menu {
	padding: 10px 0 6px;
}
.dropdown-submenu > a {
	background-color: #d9edf7;
	cursor: default;
}
.dropdown-submenu > a:hover {
	background: inherit;
}
.dropdown-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.dropdown-menu > li > a {
	color: #337ab7;
}
.dropdown-menu > li.dropdown-submenu > a {
	color: #404040;
}

.dropdown-submenu {
	padding-bottom: 10px;
}
.dropdown-menu ul li a {
	padding: 2px 20px;
	display: block;
}
/*
	.dropdown-submenu {
	    position:relative;
	}
	.dropdown-submenu>.dropdown-menu {
	    top:0;
	    left:100%;
	    margin-top:-6px;
	    margin-left:-1px;
	    -webkit-border-radius:0 6px 6px 6px;
	    -moz-border-radius:0 6px 6px 6px;
	    border-radius:0 6px 6px 6px;
	}
	.dropdown-submenu:hover>.dropdown-menu {
	    display:block;
	}
	.dropdown-submenu>a:after {
	    display:block;
	    content:" ";
	    float:right;
	    width:0;
	    height:0;
	    border-color:transparent;
	    border-style:solid;
	    border-width:5px 0 5px 5px;
	    border-left-color:#cccccc;
	    margin-top:5px;
	    margin-right:-10px;
	}
	.dropdown-submenu:hover>a:after {
	    border-left-color:#ffffff;
	}
	.dropdown-submenu.pull-left {
	    float:none;
	}
	.dropdown-submenu.pull-left>.dropdown-menu {
	    left:-100%;
	    margin-left:10px;
	    -webkit-border-radius:6px 0 6px 6px;
	    -moz-border-radius:6px 0 6px 6px;
	    border-radius:6px 0 6px 6px;
	}
*/
/*------------------------------------*\
    #LIST-GROUP
\*------------------------------------*/


.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-left: 6px solid #18acd7 !important;
	font-weight: bold;
}

.list-group-item.active {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	border-left: 6px solid #18acd7;
}

/*------------------------------------*\
    #SEARCH-CONTAINER
\*------------------------------------*/

.search__container {
	margin: 0 0 0 0;
}
	
	.search__result-count {
		text-align: center;
		font-size: 140%;
	}
		
		.search__result-count-text {
			color: #aaa;
			font-size: 80%;
			font-weight: 300;
			display: block;
			margin: 6px 0 0;
		}

	.search__extend-container {
		margin-top: 12px;
		line-height: 46px;
	}

	.search__extend span {
		display: none;
	}

	.search__extend span.active { display: inline; }

/*------------------------------------*\
    #SEARCH-RESULTS
\*------------------------------------*/

div#map-search-results {
	margin-bottom: 30px;
}

.search-results__container {
	margin: 0 0 0 -30px;	
}

.search-results__container .page__title {
	margin: 0 -30px 30px 0;
	height: auto;
}

.searchresults__pre-header,
.searchresults__post-header {
	text-align: right;
	color: #aaa;
	margin: 0 30px;
}

.search-results__pagination {
	margin: 20px 30px;
}

.siteProfile__row,
.course__row {
	display: block;
	margin: 0;
	padding: 12px 10px;
	color: inherit;
	border-right: 6px solid transparent;
}

.onlineCourse__row {
	background: rgba(129,193,63, 0.07);
	border: 1px solid #80bf3f;
	border-left: none;
	display: block;
	margin: 0 0 10px 30px;
	border-radius: 6px;
	overflow: hidden;
}

.onlineCourse__row::last-of-type {
	margin-bottom: 30px;
}

.siteProfile__online {
	float: right;
	background: #fff;
	border: 1px solid rgba(23,106,0, 0.4);
    color: #176a00;
	font-weight: bold;
    padding: 6px;
	margin: 0 -20px 0 0;
	text-align: center;
}

/*
.siteProfile__online:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 7px 0 0;
	border-color: rgba(23,106,0, 0.6) transparent transparent transparent;
	position: absolute;
	bottom: 25px;
}
*/

.siteProfile__row:hover,
.course__row:hover {
	color: inherit;
	background-color: #fafafa;
	border-right: 6px solid #176a00;
}

	.siteProfile__row:nth-child(even),
	.course__row:nth-child(even) {
		background-color: rgba(129,193,63, 0.07);
	}

	.siteProfile__title,
	.course__title {
		font-size: 120%;
		margin: 10px 0 0;
		font-weight: bold;
		color: #404040;
	}

.siteProfile__municipality {
	font-style: italic;	
	font-size: 14px;
}

.siteProfile__item-list {
	list-style-type: none;
	width: 100%;
	padding-left: 0;
}
	.siteProfile__item-list li {
		float: left;
		margin-right: 4px;
	}
	
	.siteProfile__item-list li:after {
	    content: ",";
	}
	.siteProfile__item-list li:last-child:after {
	    content: "";
	}


.searchresults__online-container {
	border-top: 3px solid #81c13f;
	border-bottom: 3px solid #81c13f;
	margin: 16px 0;
}

.online-courses__more {
	display: inline-block;
	padding: 8px;
	margin: 8px;
	float: right;
	background: #81c13f;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

	.online-courses__more:hover {
		text-decoration: none;
		background: #176a00;
		color: #fff;
	}	
	
/*------------------------------------*\
    #SEARCH-ITEM
\*------------------------------------*/	

.siteProfile__image {
	max-height: 220px;
	margin: 0 auto 20px;
	display: block;
}


.siteProfile__detail-block, .course__detail-block {
	margin-bottom: 20px;
	padding-bottom: 6px;	
}

	.siteProfile__detail-block:last-of-type,
	.course__detail-block:last-of-type {
		border-bottom: 0;
	}

	.siteProfile__detail-heading,
	.course__detail-heading {
		font-size: 110%;
	}

.siteProfile__detail-links {
	background: #fafafa;
	margin: 0 -30px;
	padding: 20px 30px;
	text-align: center;
}

.siteProfile__details-button-container {
	margin-top: 30px;	
}

.siteProfile__form, .course__detail-block .row{
	margin-bottom: 10px;
}	

.course__detail-block .row:last-child {
	margin-bottom: 0px;
}

.btn-siteProfile__treatment-of {
	margin-bottom: 10px;
}

.siteProfile__detail-subheading {
	font-size: 120%;
}

.siteProfile__list {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

	.siteProfile__list li {
		float: left;
	}

	.siteProfile__list li:after {
		content: ', ';
		margin: 0 4px 0 -4px;
	}

	.siteProfile__list li:last-of-type:after {
		content: '';
		margin: 0;
	}

.siteProfile__info-link {
	text-align: left;
	border-bottom: 1px dotted #18acd7 !important;
	padding: 5px 0 !important;
}

.siteProfile__info-link--stripeless {
	padding: 0 0 5px 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0;
	border: 0 !important;
}

.siteProfile__detail-line {
	margin-bottom: 2px;
}

.course__showsubdata {
	display: none;
}

.course__direction-link {
	padding-top: 20px;	
}

/*------------------------------------*\
    #PAYMENTS & CREDITS
\*------------------------------------*/

.profile-payments tr.removed td {
	text-decoration:line-through;
}

.profile-payments tr td i.fa {
	margin-right:5px;
}

.payment__heading {
	font-size: 140%;
	margin: 0;
	line-height: 60px;
}

	.payment__heading--with-extra {
		line-height: 36px;
	}

.payment__substring {
	margin-left: 16px;
	font-weight: 300;
}

.payment__extra {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	font-weight: 400 !important;
	color: #555;
	line-height: 20px;
	margin: -4px 0 0 0;
    padding: 0 0 0 105px;
}

.payment__button {
	margin-top: 0 !important;
}

.payment__select {
	margin: 20px 16px 0 0 !important;
	height: 20px;
}

.payment__logo {
	width: 60px;
	height: 60px;
	background: #fafafa;	
	float: left;
	margin: 0 16px 0 0;
	overflow: hidden;
}

.payment-choices {
	margin: 0 0 24px;
}

	.payment-choices__heading {
		background-color: #81c13f;
		color: #fff;
		padding: 8px 16px;
		margin: 0 0 16px;
		text-align: center;
		border-radius: 4px;
	}

.payment-choice {
	text-align: center;
	border: 1px solid #ddd;
	padding: 0 0 16px 0;
	border-radius: 4px;
	overflow: hidden;
}

	.payment-choice--recommended {
		border: 2px solid #176a00;
		margin: -4px 0 0 0;
	}	

	.payment-choice:nth-child(even) {
		background-color: #fff;
	}

	.payment-choice__sub-heading {
		font-size: 70%;
		display: block;
		height: 16px;
		margin: -22px 0 6px -12px;
		text-align: left;
	}

	.payment-choice__heading {
		margin: 0 0 16px 0;
		padding: 24px 16px 8px 16px;
		border-bottom: 1px solid rgb(129, 193, 63);
		text-transform: uppercase;
		font-weight: bold;
		font-size: 110%;
		background-color: rgba(129, 193, 63, 0.2);
	}

			.payment-choice--recommended .payment-choice__heading {
				background-color: #176a00;
				color: #fff;	
				padding-top: 28px;
			}

	.payment-choice__amount {
		font-size: 240%;
		font-weight: bold;
		margin: 0 0 8px;
	}

	.payment-choice__amount--original {
		text-decoration: line-through;
		font-size: 100%;
		font-weight: 300;
		height: 20px;
		margin: 0;
	}

	.payment-choice__vat-description {
		font-size: 80%;
		color: #999;
		margin: 0 0 24px 0;
	}

.payment-summary {
	background-color: #efefef;
	padding: 16px;
}

.payment-button__extra {
	margin: 12px 0 16px 0;
	font-weight: bold;
}

/*------------------------------------*\
    #PAGE
\*------------------------------------*/

.page__content {
	padding: 30px;
	background: #fff;
	border: 1px solid #ddd;
}

.page__title {
	background: #176a00;
	color: #fff;
	padding: 16px 30px 12px;
	margin: -30px -30px 20px -30px;
	font-size: 130%;
}

.page__description {
	padding: 0 30px 0;
}

.page__heading {
	margin: 32px 0 20px;
	color: #18acd7;
}

.page__map {
	margin: 0 -30px 30px 0;
	height: 400px;	
    max-width: 100%;
}

.search-results__container .page__map {
    margin: 0 -15px 30px 15px;
}

.page__distance-divider {
	padding: 6px 30px;
}

.page__sidebar {
	margin: -30px -30px -30px -30px;
	padding: 22px;
	background: #fafafa;
}

/*------------------------------------*\
    #STATUSSES
\*------------------------------------*/

.not-set {
    color: #c55;
    font-style: italic;
}


/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/

.btn {
	border-bottom-width: 4px;	
	margin-top: 6px;
}

.btn > .fa {
    margin: -6px 9px -6px -12px;
    padding: 9px 12px;
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255,255,255,0.1);
}

.btn-lg > .fa {
    margin: -12px 9px -10px -16px;
    padding: 13px 16px;
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255,255,255,0.1);
}


.btn + .btn {
	margin-left: 8px;
	margin-right: 8px;
}


/*------------------------------------*\
    #WHAT IS
\*------------------------------------*/

.whatis__container .nav > li > a {
	padding: 10px 8px;
}

.whatis__header {
	margin: 20px 0 6px 0;
}

.whatis__item:first-of-type .whatis__header {
	margin-top: 0;
}

.whatis__more {
	margin-top: 20px;
}

/*------------------------------------*\
    #FIELDS
\*------------------------------------*/

input,
select {
	border-bottom-width: 4px !important;
}

.checkbox-lg {
	margin: 12px 0 0 0;
}
.checkbox-lg label {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 -12px 0;
}

.checkbox-lg input[type="checkbox"] {
	margin-right: 8px;
}


/*------------------------------------*\
    #THROBBER
\*------------------------------------*/

.throbber {
	text-align: center;
	padding: 20px 0;
	display: none;
}
	
	.throbber .fa {
		margin-bottom: 10px;
	}

/*------------------------------------*\
    #GRIDVIEW
\*------------------------------------*/

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #666;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

legend span,
.modal-title span {
	float: right;
	color: #aaa;
	font-weight: bold;
	font-size: 80%;
}

.form-group.required > label::after {
    content: " *";
}

/*------------------------------------*\
    #LIST CALENDAR
\*------------------------------------*/


ul.list__calendar li:first-child {
	margin-top: 0;
}

ul.list__calendar li,ul.list__accountmenu li {
	margin-top: 15px;
	padding: 0 0 15px 15px;
	border-bottom: 1px dotted #CECECE;
}

/*------------------------------------*\
    TESTIMONIALS
\*------------------------------------*/

.testimonials-body .item {
	height: 450px;
	overflow: hidden;
}

.carousel-testimonials-inner {
	padding: 0 25px;	
}

.carousel-control {
	background-image: none !important;
}

/*------------------------------------*\
    CREDITS
\*------------------------------------*/

.profile-credits h1 span {
	font-size: 14px;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.header__image {
		max-width: 100%;
		display: block
	}

	.page__sidebar {
		margin: -30px -30px -30px 0;
	}
	
	.navbar-default {
		margin-top: 0;
	}
	
	.site__to-top {
		right: 50px;
		bottom: 100px;
	}

	.page__title {
		margin: -30px -30px 30px -30px;
	}
	
	.page__map {
		margin: 0 0 16px 0;
		height: 400px;	
	}

	.site-profile-search .nav-tabs li a {
		font-size: 120%;
	}
	
	.search-results__container .page__title {
		margin: 0 0 20px 0;
	}
	
	.nav-tabs {
		font-size: 100%;
	}
	
	.footer {
		height: 300px;	
	}
	
	.tab-pane {
		background: #fff;
		padding: 20px;
		margin: 0 0 20px;
		border: 1px solid #ddd;
		border-top: 0;
	}
	
	.yii-debug-toolbar-bottom {
		display: block;	
	}
		
	.navbar-brand {
		display: none;
	}
}

.leaflet-popup-content {
    font-size: 1.3rem;
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
