@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/glyphicons-halflings-regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/glyphicons-halflings-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/glyphicons-halflings-regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

html, body {
	margin:0;
	padding:0;	
}

body {
	background:#e9eef3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#878786;
	line-height:140%;
}

a {
	color:#878786;	
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1, h2, h3, h4 {
	font-weight:normal;	
	color:#0493b9;
	margin-top:0;
	padding-top:0;
}

#container {
	width:950px;
	min-height:96%;
	background:#fff;
	float:left;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-450px;
	-webkit-box-shadow: -1px -1px 10px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    -1px -1px 10px rgba(50, 50, 50, 0.2);
	box-shadow:         -1px -1px 10px rgba(50, 50, 50, 0.2);
	padding-bottom:2%;
}

#header {
	float:left;
	width:950px;
}

#logo {
	margin:40px 40px;
	float:left;
}

#slogan {
	color:#1d94b9;
	font-size:17px;
	margin:60px 0 0 0;
	float:left;
}

#user_menu {
	float:right;
	margin:20px 50px 0 100px;
}

#user_menu ul {
	list-style:none;
	margin:0;
}

#user_menu li {
	float:left;
	margin-left:20px;	
}

#menu {
	margin:33px 0 0 50px;
	float:left;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu li {
	float:left;
	margin-left:25px;	
}

#main {
	float:left;
	clear:left;
	margin:20px 0 0 0;
}

#left_bar {
	margin:0 0 0 40px;
	float:left;
	width:200px;
}

#main > #left_bar ul li {
	padding-left:5px;
}

#left_bar ul {
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}

#left_bar li {
	margin:0;
	width:180px;
	padding:5px 10px;
	background:#f0f0f0;
	color:#878786;
	border-top:1px solid #fff;
	cursor:pointer;
}

#left_bar li:hover {
	background:	#878786;
}

#left_bar li:hover a {
	color:#fff;
}

#content {
	float:left;
	margin:0 40px;
	width:630px;
}

#banner {
	height:298px;
	margin-bottom:20px;
}

.section {
	background:#f0f0f0;
	padding:10px;
	width:180px;
	margin:20px 0 0 0;
}

.button {
	background:#0493b9;
	color:#fff;
	padding:5px 10px;	
	cursor:pointer;
}

.button a {
	color:#fff;
	text-decoration:none;
}

.button:hover {
	background:#878786;
	color:#fff;
}

#footer {
	width:870px;
	float:left;
	margin:20px 40px 0 40px;
	border-top:1px solid #999999;
	padding-top:20px;
}

#footer #left {
	text-align:center;
}

#footer #right {
	float:right;	
}





input, select {
	color:#08294c;
}

input[type=text], input[type=password], select {
	background:url(/images/input_bg.png);
	font-size:12px;
	height:18px;
}

.ui-datepicker select {
	height:21px;
}

.form {
	margin-left:50px;
}

.form label {
	float:left;
	clear:left;
	font-weight:bold;
	height:18px;
}

.form label.error {
	float:left;
	font-weight:normal;
	font-size:11px;
	color:#D91A00;
	width:230px;
	margin-top:5px;
	height:auto;
}

.form label.error.custom {
	display:none;	
}

.form input[type=text], .form input[type=password], .form select {
	float:left;
	margin-top:10px;
	width:200px;
	padding:5px 10px;
	border:1px solid #d9d9d9;
}

.form input.error {
	background:none repeat scroll 0 0 #FFF7F5 !important;	
	border-color:#D91A00;
}

.form span.required {
	float:left;
	margin:0 5px 0 0;	
}


.form_info {
	margin-bottom:10px;	
	line-height:140%;
}

#login_box {
	float:left;
	width:327px
}

#login_box #lost_password {
	float:left;	
	margin:30px 0 0 -50px;
	font-size:12px;
}

.form_error {
	color:#D91A00;
	background:url(/images/icons/attention.png) 0 2px no-repeat;
	padding-left:40px;
}

#login_button {
	float:right;
	margin:10px 0 0 0;	
}
input.button {
	border:none;
	font-size:12px;	
}

.formulier h2 {
	float:left;
	clear:left;
	font-size:14px;
	margin:15px 0 5px 0;	
}

.form .formulier input[type=text] {
	margin-right:10px;
	margin-top:5px;
	padding:2px 10px;
}

.form .formulier label {
	width:130px;
	margin-top:5px;
}

.form .formulier td label {
	width:200px;
}

.form .formulier input[type=checkbox] {
	float:left;
	clear:left;
	margin-top:6px;	
}

.form .kroon_brugwerk label {
	width:190px;
	padding-right:15px;
	clear:none;
	margin:15px 0 0 5px;
	line-height:90%;
}

.form .kroon_brugwerk select {
	width:46px;
	padding:2px;
	height:23px;
	margin-top:8px;
}

.form #prothesewerk label {
	width:180px;	
}

.form input[type=submit] {
	float:right;
	clear:left;
	margin-top:20px;
}

.form input[type=button] {
	float:right;
	clear:left;
	margin-top:20px;
	margin-right:20px;
	background:#878786;
}

.tand {
	float:right;
	margin:0 70px 0 0;
	width:110px;	
}

.tand h2 {
	margin:0 0 20px 0;
}

.tand .part {
	 float:left;
	 margin:0;
	 padding:0;
	 cursor:pointer;
	 position:relative;
}

.tand .colorText {
	position:absolute;
	top:0;
	left:2px;
	width:70px;
	text-align:center;
}

.tand .part1 .colorText {
	top:16px;
}

.tand .part2 .colorText {
	top:6px;
}

.tand .part3 .colorText {
	top:4px;
}

.tand .part.hover {
	background:#E9E9E9;	
}
.tand .part img {
	display:block;	
}

#color-picker {
	display:none;
	padding-bottom:20px;
}

#color-picker .column {
	float:left;
	margin-left:40px;
}

#color-picker .column:first-child {
	margin-left:0;
}

#color-picker .title {
	height:30px;
}

#color-picker .tand-color{
	width:80px;
	height:20px;
	background:#E9E9E9;
	margin-bottom:3px;
	cursor:pointer;
	text-align:center;
}

#color-picker .tand-color:hover{
	background:#999;
}

#meeleveren label {
	width:190px;
}

.nlOrInt {
	position:relative;
}

.nlOrInt label.error {
	position:absolute;
	top:33px;
	left:23px;
}

.naw label.error {
	margin-left:130px;
	clear:left;	
}

.overview th {
	text-align:left;
}

#main {
	position:relative;	
}

#menuitems {
	margin-left:-30px;	
}

#menuitems div{
	width:260px;
	height:110px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.2);
	float:left;
	margin:0 0 30px 30px;
	font-size:12px;
	padding:20px;
	background-position:right center;
	background-repeat:no-repeat;
	text-transform:uppercase;
	position:relative;
}

#menuitems div:hover {
	-webkit-box-shadow: 0px 0px 4px 1px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 0px 5px 4px rgba(50, 50, 50, 0.2);
	cursor:pointer;
}

#menuitems div a {
	position:absolute;
	bottom:20px;
	left:20px;
	width:130px;
}

#footer #partners {
	padding:0 0 20px 0;
}

#footer #partners img {
	margin-left:60px;
}

#footer #partners img:first {
	margin-left:50px;
}

/* START JSON DYNAMIC TABLES */
table.table-json thead tr th[data-json-sort]:before{
  font-family:"Glyphicons Halflings";
  line-height:1;
  margin:0 5px 0 0;
  display:inline-block;
  font-size:10px;
}

table.table-json thead tr th[data-json-sort=asc]:before{
  content:"\e113";
}

table.table-json thead tr th[data-json-sort=desc]:before{
  content:"\e114";
}

table.table-json thead tr th[data-json-column] {
	cursor:pointer;
}
.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
	cursor:pointer;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #428bca;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eee;
    border-color: #ddd;
    color: #2a6496;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #fff;
    border-color: #ddd;
    color: #999;
    cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 18px;
    padding: 10px 16px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 12px;
    padding: 5px 10px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
/* END JSON DYNAMIC TABLES */

.pontic {
	float:left;
	margin:10px 0 0 30px;
	border:1px solid #d9d9d9;
	padding:10px;
}

.pontic > div.first {
	margin-left:0;
	clear:left;
}

.pontic > div {
	float:left;
	margin-left:30px;
	text-align:center;
}

.pontic > div > div {
	height:70px;
}

#pontic.pontic input[type="checkbox"] {
	float:none;
}