﻿form, td, th, .grid-detail {
	font-size: 18px;
}

	td.right, th.right {
		text-align: right;
	}

.control-label {
	margin-top: 4px;
}

.administration-search {
	width: 100%;
}

.wrapper-content {
	background-color: #fff;
}

.nrs-rowlink {
	cursor: pointer;
}

/*
	Appearance zorgt er voor dat een element zo gestyled wordt als bedoeld in het OS van de client.
	Deze wordt vanuit bootstrap erop gezet, en halen we er hier af omdat we de styling zelf willen bepalen.
*/
[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.field-validation-error {
	color: #a94442;
	display: block;
	margin: 15px 0px;
}

	.field-validation-error:before {
		font-family: 'Fontawesome';
		content: "\f071 \20";
	}

.form-section-header {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 15px;
}

ul.tab-submenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: 15px;
}

table.dataTable.no-footer {
	border-bottom: none !important;
}

table {
	table-layout: fixed;
}

	table.normaleregelhoogte > tbody > tr > td {
		line-height: 20px;
	}

.grid > .div-table-content {
	min-height: 100px;
	max-height: 350px;
	overflow-y: auto;
	border: 1px #ccc solid;
}

table.table > tbody > tr > td {
	/*line-height: 20px;*/
}

.grid > .table:first-child {
	margin-bottom: 0;
}

.grid-detail {
	margin-top: 15px;
}

	/*
.grid tr {
      cursor: pointer;
}


.grid-detail .header h2 {
    margin: 10px;
}

.grid-detail .form-section-header {
    margin-top: 15px
}
*/

	.grid-detail .header {
		background-color: #00A19A;
		color: #fff;
		padding: 5px;
		margin-bottom: 15px
	}

	.grid-detail .simple-header {
		margin-left: 20px;
	}

	.grid-detail .key-pair div {
		padding: 8px
	}

	.grid-detail .key-pair {
		margin-bottom: 2px;
	}

	.grid-detail .detail-value {
		background-color: #efefef;
		margin-left: 20px;
	}

.administration-data > tbody td {
	font-size: 18px;
	line-height: 25px !important;
	padding: 6px !important;
}

.administration-data a.btn {
	padding: 5px;
}

.first-cell {
	width: 50px;
}

	.first-cell .btn-primary {
		border-radius: 8px;
		width: 10px;
		text-align: center;
		padding: 1px;
		padding-left: 12px;
		padding-right: 20px;
	}

.table > tbody > .sub-polis-row td {
	background-color: #fff;
	color: #999;
	border-top: 1px solid #E2E2E2 !important;
}

.table > tbody > .sub-polis-row {
	border-bottom: 1px solid #999 !important;
}

.spinner {
	margin: 100px auto 0;
	width: 70px;
	text-align: center;
	padding: 0;
}

	.spinner div {
		width: 12px;
		height: 12px;
		background-color: #676A6C;
		border-radius: 100%;
		display: inline-block;
		padding: 0;
		-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
		animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	}

	.spinner .bounce1 {
		-webkit-animation-delay: -0.32s;
		animation-delay: -0.32s;
	}

	.spinner .bounce2 {
		-webkit-animation-delay: -0.16s;
		animation-delay: -0.16s;
	}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

.detail-loader .spinner {
	margin: 30px auto 0;
	margin-bottom: 50px;
}

.header-loader .spinner {
	margin: auto;
}

	.header-loader .spinner div {
		background-color: #fff;
	}

.no-results.well {
	margin-bottom: 0
}

.key-pair .btn {
	bottom: 5px;
	position: relative;
}


.div-table-content table {
	margin-bottom: 0
}

.header .spinner {
	float: right;
}

/*plUpload*/
#multi_upload_container div, #multi_upload_container {
	padding: 0;
}

#multi_upload_container {
	width: 100%;
	margin-left: 4px;
}

.plupload_filelist_header, .plupload_filelist_footer {
	padding: 6px !important;
	color: #fff !important;
	background-color: #00A19A;
}

.plupload_content .btn, .plupload_content span {
	color: #fff;
}

.plupload_file_name span {
	color: #676A6C
}

.plupload_upload_status {
	color: #fff !important;
}

.plupload_buttons .btn {
	position: relative;
	top: 1px;
	font-size: 11px !important;
	line-height: 1.5;
	font-weight: 400 !important;
}

#multi_upload_container_algemeen {
	margin-left: 20px;
}
/*pluopload end*/


/* RIT */

input.ritnavbtn {
	min-width: 220px;
}

button.ritaddbtn {
	width: 100px;
}

#general .detail-value {
	padding: 8px;
	background-color: #efefef;
	width: 100%;
	margin-top: 15px;
	display: block;
	min-height: 35px;
	line-height: 25px;
}

.input-group-lg .well {
	margin-bottom: 0;
}

a.underline {
	text-decoration: underline !important;
}

.form-control-btn {
	margin-top: 15px !important;
	border-radius: 3px;
	padding: 5px;
	border: none;
	border: 1px solid #999;
}

.grid-detail .form-control-ext {
	width: 100%;
}

.form-group {
	margin-bottom: 5px !important;
}

.surebusiness.col-lg-offset-3.form-section-header {
	margin-top: 35px;
	margin-bottom: 10px;
}

.advanced-search-form .form-control-ext, .field-full-width .form-control-ext {
	width: 100%;
}

.advanced-search-form .form-group {
	margin-bottom: 10px;
}

.advanced-search-form .form-section-header {
	padding: 0;
}

.skin-1 .nav.nav-tabs > li.nav-item > a.active[href] {
	color: #00A19A;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-bottom: 1px solid #fff;
}

.grid-item.active td, .grid-item:hover, .grid-item.sub-polis-row:hover {
	background-color: #A1DCDA !important;
	color: #00A19A;
	cursor: pointer;
}

.well .spinner, #activeRequestData .spinner, #polis-documents #documents .spinner {
	margin-bottom: 0;
	margin-top: 0;
}

.postadres .btn-sm, .bezoekadres .btn-sm {
	margin-bottom: 1px;
}

@media screen and (max-width:768px) {
	.postadres .btn-sm, .bezoekadres .btn-sm {
		margin-top: 5px;
	}
}

.select2-chosen {
	text-align: left;
}


.claim .detail-value {
	display: block;
	height: 36px;
}

#documents .spinner, #claim-documents .spinner {
	margin-top: 10px;
}

#save-melding-algemeen, #save-melding-partner, #save-melding-gezin {
	padding-top: 5px;
	text-align: left;
}

	#save-melding-algemeen .spinner, #save-melding-partner .spinner, #save-melding-gezin .spinner {
		padding: 0;
		height: 30px;
		width: 100px;
		margin: 0px;
		margin-top: 5px;
	}

#payment-algemeen .payment-container a.download-link {
	margin-left: 12px;
}

.sb_warning_backdrop {
	height: 1000px;
	width: 1000px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(42, 42, 42, 0.80);
	z-index: 10000;
}

.sb_warning-modal-title {
	background-color: #00A19A;
	height: 32px;
	display: block;
	width: 320px;
	position: relative;
	top: 0px;
	color: #fff;
	padding: 8px;
	line-height: 18px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.sb_warning-modal-body {
	padding: 20px;
}

	.sb_warning-modal-body .btn-danger {
		margin-left: 5px;
	}

.sb_warning-modal-body-text {
	font-size: 14px;
	margin-bottom: 22px;
}

.sb_warning-modal {
	width: 320px;
	height: 180px;
	background-color: #fff;
	position: relative;
	margin: auto;
	top: 35%;
	border-radius: 5px;
}

	.sb_warning-modal .spinner {
		color: #fff !important;
		margin: 0px;
		padding: 0px;
		margin: auto;
		position: relative;
		top: -156px;
		right: -70px;
	}

		.sb_warning-modal .spinner div {
			color: #fff !important;
		}

	.sb_warning-modal .btn-xs {
		float: right;
		bottom: 3px;
		position: relative;
	}

.section {
	display: inline-block;
	width: 33%;
	border-left: 1px solid #999;
	height: 100%;
	padding: 3px;
	padding-left: 20px;
	text-align: center;
	cursor: pointer;
}

.radioset {
	margin-top: 12px;
}

.visible-tab {
	display: block;
}

.hidden, .hidden-tab {
	display: none;
}

/**-------**/


#personal-span {
	display: none;
}

.sbi-group {
	cursor: default;
	font-weight: bold;
}

.badge-label {
	border-radius: 1em;
	background-color: #00A19A;
	color: #fff;
	position: relative;
	top: -3px;
}

form.risk-inventarisation-list-editor ul {
	margin: 0px;
	list-style-type: none;
}

form.risk-inventarisation-list-editor .btn {
	padding-left: 4px;
	padding-right: 8px;
}

form.risk-inventarisation-list-editor .inner-row {
	border-bottom: 1px solid #A1DCDA;
	padding-bottom: 5px;
	padding-top: 5px;
}

	form.risk-inventarisation-list-editor .inner-row:last-child {
		border-bottom: 0 none;
	}

form.risk-inventarisation-list-editor .highlight {
	background-color: #efefef;
}

.container.no-padding.max-width {
	width: 100%;
	margin: 0;
	padding: 0
}

.category-selection-items {
	padding-left: 10px;
}

.category-selection-item {
	margin: 0px;
	padding: 0;
	list-style: none;
}

	.category-selection-item input {
		position: relative;
		top: 2px;
		margin-right: 5px;
	}

.addressLookupOutput {
	display: none;
}

.addressLookupInput .btn, #newOptionlist-option-input-container .btn {
	margin-top: 14px;
}

#optionlist-options-container, #newOptionlist-option-input-container {
	display: none;
}

.question-container {
	padding: 10px;
}

#inventarisation-form .category-title {
	cursor: pointer !important;
}

#inventarisation-form {
	font-size: 20px;
}


.sbtooltip {
	border-bottom: 1px dotted #000;
	text-decoration: none;
	z-index: 2;
}

/* for table with editable rows */
#tblSummary td a {
	color: Red;
	font-weight: bold;
	cursor: pointer;
}

.beta {
	width: 100px;
	float: right;
	z-index: 2;
}

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}

	blockquote:before {
		color: #ccc;
		content: open-quote;
		font-size: 4em;
		line-height: 0.1em;
		margin-right: 0.25em;
		vertical-align: -0.4em;
	}

	blockquote p {
		display: inline;
	}
