section.loginbg
{
	padding-top: 100px;
	padding-bottom: 100px;
	background-image:url('../../../templates/img/bestelbg.jpg');
	background-size:cover;
	min-height: 750px;
}

section.loginbg .well
{
	border-radius:0px;
	border:none;
	background-color:#FFFFFF;
}

section.loginbg .well a:not(.btn)
{
	color:red;
}

.admintable tr:first-child
{
	background-color:#31708f;
	color:#FFFFFF;
}

.admintable tr:not(:first-child)
{
	cursor:pointer;
}

.admintable tr:not(:first-child):nth-child(even)
{
	background-color:#f0f7fb;
}


.admintable tr:not(:first-child):hover
{
	background-color:#d9edf7;
}


.submenu_container
{
	background-color: rgba(77, 88, 98, 0.0784313725490196);
	padding:15px;
	color:#FFFFFF;
}

.submenu_container h1, .submenu_container h2, .submenu_container h3
{
	font-size:28px;
	display:block;
	text-align:center;
}

.submenu_container ul li a 
{
	color:#124f8b;
	font-size:17px;
	font-weight:400;
	display:block;
	padding:10px;
}

.submenu_container ul li a.active
{
	font-weight:600;
}

.submenu_container ul, .submenu_container li 
{
	list-style:none;
	margin:0;
	padding:0;
}

.statusbalk
{
	position:relative;
	width:100%;
	height:70px;
	margin-top:5px;
	margin-bottom:25px;
}

.statusbalk::before
{
	content: " ";
	position:absolute;
	width:100%;
	height:5px;
	background-color:rgb(241 242 243);
	left:0px;
	top:50%;
	top:calc(50% - 2.5px);
}

.statusbalk .active_bar
{
	position: absolute;
    width: 40%;
    width:calc(50% - 40px);
    height:5px;
    background-color:#124f8b;
    top: 50%;
    top: calc(50% - 2.5px);
   	z-index: 1;
}

.statusbalk .bolletje
{
	position:absolute;
	width:40px;
	height:40px;
	left:0px;
	top:15px; 
	border-radius:90px;
	background-color:rgb(241 242 243);
	z-index:2;
}

.statusbalk .bolletje.active
{
	background-color:#124f8b;
}

.statusbalk .bolletje.stap1
{
	left:0px;
}

.statusbalk .bolletje.stap2
{
	left:50%;
	left: calc(50% - 30px);
}

.statusbalk .bolletje.stap3
{
	left:auto;
	right:0px;
}

.statusbalk .active_bar.stap1
{
	left: 40px;
}
.statusbalk .active_bar.stap2
{
	right: 40px;
}

.form-group.boxed
{
	border:3px rgb(241 242 243) solid;
	padding:10px;
}

.form-group.boxed.readonly, .form-group.boxed.readonly input, .form-group.boxed.readonly select
{
	background-color:#eee !important;
}

table#load_appender
{
	width:100%;
}

table#load_appender tr td
{
	padding:5px;
}

table .loaditem .form-group.boxed
{
	margin:0px !important;
}

table .loaditems a.btn
{
	border-radius:0px;
	display: flex;
    justify-content: center;
    align-items: center;
    padding:5px;
    font-size:12px;
}

textarea.square
{
	border-radius:0px !important;
}

.form-group.boxed label, .graylabels label
{
	color:gray;
}

.form-group.boxed input, .form-group.boxed select
{
	border-radius:none;
	border:none;
	box-shadow: none;
}