/**** Common *****/
input.loadingdata {
	background: url('../img/loading.gif') no-repeat 99% center;
}

.text-alert, .text-error {
	color: #f04124;
}

.text-success {
	color: #43AC6A;
}

.pointer {
	cursor: pointer;
}

.accordion .accordion-item.disabled .accordion-title {
	color: #bbb;
}

/* Form (validation) */
.form-error.list-error {
	margin-top: -20px;
}

label .inputicon {
	margin-left: -25px;
	margin-top: 13px;
}

label input.withicon {
	padding-right: 40px;
}

label.originalvalue {
	font-weight: normal;
	margin-top: -15px;
}

/********* sub menu *************/
.leftColumn ul.subnav li a.calltoaction {
	background-color: #f39900;
	color: #fff;
}
.leftColumn ul.subnav li a.alert {
	background-color: #c60f13;
	color: #fff;
}

/**** Stap 1 *****/
section.subscribe .selector ul li {
	background: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

section.subscribe .selector ul li a {
	background: #cccccc none repeat scroll 0 0;
	display: inline-block;
	font-size: 1.1em;
	margin: 5px 0 0;
	padding: 5px 10px;
}

section.subscribe .selector ul li:hover {
	background: none;
	margin: 0;
	padding: 0;
}

section.subscribe .selector ul li:hover a, section.subscribe .selector ul li a.selected {
	background: #348F94 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-size: 1.1em;
	margin: 5px 0 0;
	padding: 5px 10px;
	text-decoration: none;
}

section.subscribe .result {
	margin-bottom: 0;
}

section.subscribe .searchforlocationwrapper {
	margin-bottom: 20px;
}

section.subscribe .searchforlocationwrapper .noresultsfound {
	margin-top: -10px;
}

/********* stap 2 ***********/
section.subscribe .listRadiobuttons label.disabled {
	cursor: not-allowed;
}

section.subscribe .inout {
	cursor: pointer;
}

section.subscribe .inout.selected {
	color: #ffffff;
	text-decoration: none;
	background: #348F94;
	border: solid 2px #348F94;
}

section.subscribe .inout.disabled {
	cursor: not-allowed;
}

section.subscribe .inout.disabled:hover {
	background-color: #f5f5f5;
	border-color: #b0b0b0;
	color: #b0b0b0;
}

section.subscribe .inout.selected.disabled {
	background-color: #999;
	border-color: #999;
}

section.subscribe .inout.selected.disabled:hover {
	color: #fff;
}

/********* stap 3 *************/
section.subscribe .categories ul li a.active {
	background: #f0f0f0;
	text-decoration: none;
}

/********* stap 4 *********/
section.subscribe .uploadimages .uploadedimage .delete, section.subscribe .uploadimages .uploadedimage .mainpicture  {
	text-shadow: 0px 0px 2px #666;
	color: #fff;
}
section.subscribe .uploadimages .uploadedimage .mainpicture i.active {
	color: #348F94;
}
section.subscribe .uploadimages .uploadedimage .delete:hover, section.subscribe .uploadimages .uploadedimage .mainpicture:hover {
	text-shadow: 0px 0px 2px #000;
}

section.subscribe .uploadimages .uploadedimage .delete.deleteError a {
	color: #e93636;
}

section.subscribe .uploadimages .uploadedimage .delete.nohover:hover, section.subscribe .uploadimages .uploadedimage .mainpicture.nohover:hover {
	text-shadow: 0px 0px 2px #666;
}

section.subscribe .uploadimages .uploadedimage .uploadimg {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-position: center;
}

section.subscribe .uploadimages .uploadedimage .uploadimg.loading {
	background: url('../img/loading.gif') center 55px no-repeat #ffffff;
	text-align: center;
	font-size: 0.9em;
	padding-top: 115px;
	margin-bottom: 20px;
}

section.subscribe .uploadDocuments .document>a {
	padding-right: 40px;
}

section.subscribe .uploadDocuments .document .deletebutton {
	margin-left: -30px;
	padding-top: 10px;
	display: inline-block;
}

/************** stap 7 *************/
section.subscribe .eventsummary .summaryimagecontainer:last-child {
	float: left;
}

section.subscribe .eventsummary .summaryimagecontainer .summaryimage {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-position: center;
	min-height: 100px;
}

section.subscribe .eventsummary .summaryvideo {
	display: block;
}

section.subscribe .eventsummary .catSmall ul {
	margin-left: -3px;
	margin-right: -3px;
}

section.subscribe .eventsummary .catSmall ul li {
	margin-left: 3px;
	margin-right: 3px;
}

section.subscribe .eventsummary .docSmall ul li {
	display: block;
}

/************ Lijst van activities (mijn ingevoerde evenementen en contenpen) *********************/
section.subscribe table.activitieslist tbody tr {
	background-color: #fff;
}

section.subscribe table.activitieslist tbody tr.even {
	background-color: #f1f1f1;
}

section.subscribe table.activitieslist tbody tr.activity.hasevents td {
	/*padding-bottom: 0;*/
	
}

section.subscribe table.activitieslist tbody tr.events td {
	padding-top: 0;
}

section.subscribe table.activitieslist tbody tr.events .togglebutton {
	cursor: pointer;
	white-space: nowrap;
}

/************ Datepicker flatpickr ****************/
.ng-flat-datepicker {
	margin-top: -10px;
}

.ng-flat-datepicker table {
	padding: 0;
}

.ng-flat-datepicker table tbody {
	width: 265px;
}

.ng-flat-datepicker table tbody tr {
	width: 262px;
}

.ng-flat-datepicker table tbody tr:nth-child(2n) {
	background: none;
}

.ng-flat-datepicker tr.days {
	border-bottom: 0;
}

.ng-flat-datepicker .ng-flat-datepicker-table-header-bckgrnd, .ng-flat-datepicker table tbody tr.days .day-item:hover, .ng-flat-datepicker table tbody tr td.day-item.isSelected, .ng-flat-datepicker table tbody tr td.disabled.isSelected
	{
	background-color: #348F94;
}

.ng-flat-datepicker .ng-flat-datepicker-custom-select-title {
	border-color: #348F94;
}

/************ timepicker ********************/
.dropdown-menu.timepicker {
	box-shadow: 1px 1px 7px 0 rgba(37, 53, 50, 0.37);
	border: 1px solid #ccc;
	margin-top: 5px;
}

.dropdown-menu.timepicker table {
	margin: 0;
}

.dropdown-menu.timepicker table thead button, .dropdown-menu.timepicker table tfoot button {
	cursor: pointer;
	padding: 10px;
}

.dropdown-menu.timepicker table thead button:hover, .dropdown-menu.timepicker table tfoot button:hover {
	background-color: #348F94;
	color: #fff;
}

.dropdown-menu.timepicker thead, .dropdown-menu.timepicker tbody {
	border-bottom: 1px solid #ccc;
}

.dropdown-menu.timepicker table tbody button {
	padding: 10px;
	cursor: default;
}

.dropdown-menu.timepicker table thead th, .dropdown-menu.timepicker table thead td, .dropdown-menu.timepicker table tfoot th, .dropdown-menu.timepicker table tfoot td {
	text-align: center;
	padding: 2px;
}