.hideoption {
	display:none; 
	visibility:hidden; 
	height:0; 
	font-size:0; 
}
.form-control{
    border-radius: 3px;
}
.inputZipCode{
    width: 50px;
}
.submitButton{
	float: right;
	border-radius: 6px; 
	box-shadow: 1px 1px 1px #888888;
	height: 40px;
	width: 150px;
	margin-top: -45px;
	/* z-index: 9999; */
}
.dkklogoimg{
	
	width:130px;
	height:130px; 
	margin: -50px;
}
.container {
    position:relative;    
    width:100%;
    height:100%;
} 
.content {
    position:absolute;
    /*top:50%;*/
    left:50%;
    display: inline-block;
    width:570px;
    height:280px;
    margin-left:-285px;
    margin-top: 169px;
	border-radius: 25px;
	/* box-shadow: 7px 7px 5px #7BA1A8; */
	background: #8ebac2;
}
.confirmcontent{
    width:400px;
    height:100px;    
    display: inline-block;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-200px;
    margin-top:-50px;
	text-align: center;
}
.formcontent{
    width:500px;
    height:200px;
    display: inline-block;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-250px;
    margin-top:-50px;
	text-align: center;
}
.sr-only{
	float: right;
	font-weight: bold;
}
.h2style{
	text-align: center;
	margin-top: -10px;
}
.h3style{
	margin-top: -25px;
	font-weight: normal;
	text-align: center;
}

label, h2, h3{
	font-family: Calibri, Arial ;
}
body{
	background: #E6E9EB;
}
.subtext{
    position:absolute;
    /*top:50%;*/
    left:50%;
    display: inline-block;
    width:570px;
    height:280px;
    margin-left:-265px;
    /*margin-top:-360px;*/
    font-family: Calibri, Arial ;
    font-size: 13;
}
.subtext2{
    position:absolute;
    /*top:50%;*/
    left:50%;
    display: inline-block;
    width:570px;
    height:280px;
    margin-left:-275px;
    margin-top: 466px;
    font-family: Calibri, Arial ;
    font-size: 13;
}
#btLogOut{
    float: right;
    height: 40px;
}
.optionDivTag{ 
    position: fixed;
    background: black;
    height: 50px; 
    margin-top: -20px;
    margin-left: -95px;
    width: 100%;
    padding-right: 300px;
    padding-top: 4px;
    z-index: 999;
}
.btSubmit{
    height: 40px;
    width: 150px;
    float: right;
}
.selectDateDropDown{
    margin-right: 5px;
    float: right;
    border-radius: 6px;
    height: 40px;
    font-size: 20;
    font-weight: bold;
}
.datoLable{
    margin-right: 5px;
    float: right;
    border-radius: 6px;
    height: 40px;
    margin-top: 5px;
    color: white;
    font-size: 20;
}
.searchInput{
    border-radius: 6px;
    height: 30px;
    margin-top: 40px;
    float: left; 
    width: 300px;
    margin-bottom: 10px;
}
td {
    padding: 6px 0px 0px 2px !important; 
    white-space: nowrap;
}
.messageBoxSave{
    position: fixed;
    height: 50px;
    width: 100px;
    background: blue;
    color: whitesmoke;
    margin-left: -100px;
    top: 100px;
    border-radius: 6px;
    font-weight: bold;
    padding: 5px 5px 5px 12px;
    z-index: 9000;
}
.btlogout{
    position: fixed;
    height: 40px;
    width: 100px;
    right: 5px;
    margin-top: -15px;
    z-index: 99999;
}
.pageTitle{
    position: fixed;
    z-index: 1000;
    color: whitesmoke;
    font-weight: bold;
    font-size: 20;
    margin-left: 100px;
}
th:hover {
    background-color: rgb(204, 204, 204);
    color: #000000;
    cursor: pointer;
}
table#datatable tr:hover{
    background-color: rgb(204, 204, 204);
}
.tableDiv{
    padding-top: 50px;
}
.input-sm {
    padding: 5px 10px;
   /* width: 100px !important; */
}
input[name='Tlfnr.'] {    
width: 80px !important;
}
input[name='Postnr']{
width: 80px !important;
}
input[name='Fornavn']{
width: 110px !important;
}
input[name='Efternavn']{
width: 110px !important;
}
input[name='Vej']{
width: 200px !important;
}
input[name='By']{
width: 100px !important;
}
input[type='search']{
width: 300px !important;
}