body{
	font-family: "Open Sans";
	color:#000815;
}

h1,h2,h3,h4 {	
	color:#000815;	
	//font-weight: 400;
	font-weight:bold;
	font-family: "Open Sans";
}

body h1{ font-size:30px !important; text-transform:uppercase; font-stretch: condensed; font-family: 'Raleway', sans-serif !important; margin-top: -10px !important; margin-bottom: 0.47em !important;}
body h2{ font-size:20px;	}
body h3{	font-size:17px; }
body h2, body h3, body h4, body strong{ color: #9d0512; text-decoration-color: #9d0512; }

strong {
    font-weight:bold;
}

p{
	font-size: 18.2px;
	line-height: 2.0em;	
}
.ultra_light_grey{
	background-color:#fbfafa !important;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
::selection {
    background: #3d4f58;
    color: #fff;
    text-shadow: none;
}
.grecaptcha-badge{
	right:-300px !important;
}
.hidden{
	display:none;
}
.relative{
	position:relative;
}
.fixed{
	position:fixed;
}

p.small{
	font-size:17.2px;
}

.red			{background-color:#9d0512;}
.redText   		{color:#9d0512; text-decoration-color: #9d0512;}

.light_grey 	{background-color:#f2efef;}
.light_greyText {color:#f2efef; text-decoration-color: #f2efef;}

.but_grey 		{background-color:#cac7c7;}
.but_greyText 	{color:#cac7c7; text-decoration-color: #cac7c7;}

.grey 			{background-color:#666;}
.greyText 		{color:#666; text-decoration-color: #666;}

.dark_grey	 	{background-color:#000815;}
.dark_greyText  {color:#000815; text-decoration-color: #000815;}

.green	 		{background-color:#6ec300;}
.greenText  	{color:#6ec300; text-decoration-color: #6ec300;}

.yellow	 		{background-color:#ffc000;}
.yellowText  	{color:#ffc000; text-decoration-color: #ffc000;}


.white		{background-color:#fff;}

.jumbotron{
	margin-bottom:0px;
}

.nopadding{
	padding:0px !important;
}
.nopadding_l{
	padding-left:0px;
}
.nopadding_r{
	padding-right:0px;	
}
.nomargin{
	margin:0 !important;
}
.nobackground{
	background-color:transparent !important;
}

.transparent{
	background-color:rgba(0,0,0,0.0);
}

.white_text{
	color:#fff !important;
}
.blue_text{
	color:#74d3f5 !important;	
}
.yellow_text{
	color:#ffe16c !important;	
}
.small_container{
	max-width: 1300px !important;
}

.left_align{
	text-align:left;
}
.right_align{
	text-align:right;
}

.fontred{
	color:#ff6060;
}
.fontgreen{
	color:#72b965;
}

.right{
	float:right;	
}
.left{
	float:left;
}
.centerDiv{
	margin-left:auto;
	margin-right:auto;
}
.width-10{width: 20% !important;} .width-15{width: 25% !important;}
.width-20{width: 20% !important;} .width-25{width: 25% !important;}
.width-30{width: 30% !important;} .width-35{width: 35% !important;}
.width-40{width: 40% !important;} .width-45{width: 45% !important;}
.width-50{width: 50% !important;} .width-55{width: 55% !important;}
.width-60{width: 60% !important;} .width-65{width: 65% !important;}
.width-70{width: 70% !important;} .width-75{width: 75% !important;}
.width-80{width: 80% !important;} .width-85{width: 85% !important;}
.width-90{width: 90% !important;} .width-95{width: 95% !important;}
.width-100{width: 100% !important;}

.mobile_only{
	display:none;
}

.textOverflow{
  display:block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;	
}
.textBreak{
    text-overflow: initial;
    white-space: normal;
    overflow: hidden;	
}}

.jumbotron:last-of-type:not(:first-of-type) {
    margin-bottom: 60px;
}

.jumbotron p{
	font-size: 19px;
    font-weight: 200;
	line-height:1.5em;
	//color:#1c1a19;
	color:#616161;
}

.jumbotron.topcenter{
	top: 5%;
    //transform: translateY(-50%);
}

a.button,
button.button{
    display: inline-block;
    padding: 4px 40px 1px;
    line-height: 45px;
    font-size: 15px;    
    font-weight: 800;
    color: #FFF;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    border-radius: 25px;
    -moz-transition: background-color .2s ease-in, border-color .2s ease-in;
    -webkit-transition: background-color .2s ease-in, border-color .2s ease-in;
    -o-transition: background-color .2s ease-in, border-color .2s ease-in;
    transition: background-color .2s ease-in, border-color .2s ease-in;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
}

a.button i{
	line-height: 50px;
}

a.button.small i{
	line-height: 38px;
}

a.button.mini:not(.small){
	padding: 7px 5px 6px 6px;
    width: 44px;
    height: 44px;
}
a.button.mini.small{
	padding: 0;
    width: 40px;
    height: 40px;
}
a.button.mini.small:not(.removeCat) i.fa{
    line-height: 42px;	
}
a.button.big {
    height: 60px;	
    line-height: 54px;
}
a.button.superbig {
    height: 80px;
    line-height: 80px;
	padding: 4px 50px 1px;
}

a.button.red:hover,
button.button.red:hover{
	background-color:#880510;
	border-color:#880510;
}

a.button.dark_grey:hover,
button.button.dark_grey:hover{
	background-color:rgba(0, 8, 21, 0.87);
}
a.button.but_grey:hover,
button.button.but_grey:hover{
	background-color:#b2b2b2;
}

a.button.small, button.button.small {
	font-size: 14px;
    padding: 2px 21px 0;
    line-height: 38px;
}

div.jumbotron.spacer{
	height:160px;
}

body input::placeholder,
body textarea::placeholder,
body select::placeholder {
	color: #919191;
}	
body select{
	-webkit-appearance: none;
}
body input,
body textarea,
body select{
	line-height: 24px;
    padding: 8px 15px;
    font-size: 14px;
    box-shadow: 0px 0 0px 1px #e2e2e2;
    border-radius: 6px;
    border-width: 0px;    
    color: #000815;
    box-sizing: border-box;
}
body input[type='checkbox']{
	box-shadow:inherit !important;
}

div.container select.validating,
div.container textarea.validating,
div.container input.validating {
	border-bottom: 1px solid #c7c7c7;
    transition: border-color .5s ease-in, background .5s ease-in;
}
div.container select.wrong, div.container textarea.wrong, div.container input.wrong {
    border-bottom-color: rgb(167, 6, 6);
}
div.container select.validated, div.container textarea.validated, div.container input.validated {
    border-bottom-color: rgb(6, 167, 6);
}

/* -- workspace -- */
div.maincontent{
	max-width:inherit !important;
	position:relative;
	width:100%;
}
div.left_menu_spacer{
	min-height:100%;
}
div.left_menu{	
	position:fixed;
	top: 0;
	min-height:100%;
	max-height: 100%;
	padding:30px 0;
	z-index:1;
	background:	linear-gradient(to bottom right, #9d0512, #4d0a02);
}

div.workspace{
	min-height:100%;
}

div.infoBox{
	width:100%;
}

div.container{
	padding:30px;
}
div.container h1{
	margin-top:0;
}

div.workspace.full{
	width:100%;
}

span.status{
    padding: 5px 13px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    color: white;
    width: 125px;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 14px;
}

span.status.wrong{
	background-color:#9d0512;
}
span.status.medium{
	background-color:#ef7c00;	
}
span.status.good{
	background-color:#7dbc0e;		
}
span.status.concept{
	background-color:#0084d2;		
}
.lightbox{
	top: 30% !important;
}
@media (min-width: 1100px) and (max-width: 1400px){
	div.left_menu,
	div.left_menu_spacer{
		width:20%;
	}
	div.workspace:not(.full){
		width:80%;
	}
}
@media (min-width: 1400px){
	div.left_menu,
	div.left_menu_spacer{
		width:16%;
	}
	div.workspace:not(.full){
		width:84%;
	}
	div.workspace div.container{
		max-width:3000px;
	}
}
 
div.editFieldHolder{
	width:100%;
	min-height:100%;
	position:fixed;
	top:0;
	left:0;	
    z-index: 5; 
	padding: 2% 0;
	background-color:rgba(0,0,0,0.2);
	display:none;
}

div.editField{
	position: relative;
    min-height: 230px;
    top: 10%;
    width: 60%;
	max-width:800px;
    background-color: rgba(255, 255, 255, 0.9686274509803922);
	padding: 60px;
    margin: auto;
	z-index: 2;
}
div.editField div.close{
	position:absolute;
	top:20px;
	right:20px;
	width:30px;
	font-size:30px;
	text-align:center;
	cursor:pointer;
	z-index: 4;
}
div.editField div#editFieldContent{
	position: relative;
    width: 100%;
    min-height: 200px;
    z-index: 3;
    max-height: calc(100vh - 300px);
    overflow-x: hidden;
    overflow-y: auto;
}
div.editField div#editFieldContent h3{
	padding: 5px 0;
    margin-bottom: 6px;
}
div.editField textarea{
	resize:vertical;
}

div.editField div.bottom{
	margin-top:25px;
	height:50px;
}
div.editField table.gegevensEdit tr > td:last-of-type{
	padding-right:0;
}

table.gegevens a{
	text-decoration:none;
}

table.gegevensEdit{
	width:99%;
}
table.gegevensEdit tr{
	
}
table.gegevensEdit tr td{
	padding:5px;
}
table.gegevensEdit tr td input,
table.gegevensEdit tr td select,
table.gegevensEdit tr td textarea{
	width:100%;	
}
table.gegevensEdit tr td input:read-only,
/*table.gegevensEdit tr td select:read-only,*/
table.gegevensEdit tr td textarea:read-only{
	background-color:#f0f0f1;
}

table#product td:first-of-type{
	width:100px;
}
table#product td:last-of-type{
	max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

thead.tableHide{
	height: 0 !important;
}
.tableHide,
.tableHide *{
	padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: 0 solid transparent !important;
    margin: 0;
    max-height: 0px;
    min-height: 0;
	height: 0 !important;
    line-height: 0.001px !important;
    height: 0;
    overflow: hidden;
    opacity: 0.0;
}

.loadinggif {
    background:url('http://www.hsi.com.hk/HSI-Net/pages/images/en/share/ajax-loader.gif') no-repeat right center;
}

div.left_menu div.top{
	width:100%;
	padding:0 20px 0 20px;
	min-height:100px;
	text-align:center;
}
div.left_menu div.top img{
	width:20%;
	max-width:50px;
	margin-bottom:20px;
}
div.left_menu div.top input{
	width:100%;
}
div.left_menu div.contentHolder{
	padding: 230px 0 0;
	margin-top:-220px;
	width:100%;
	height:100%;
}
div.left_menu ul.menuContent{
	padding:0;
	//min-height:100%;
	padding-right:20px;
	width:100%;
	overflow-y:auto;
}
div.left_menu ul.menuContent li{
    line-height: 30px;
	font-weight: 600;
    padding: 12px 10px 12px 32px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    margin-top: 5px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
	transition: background .1s ease-in-out;	
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

div.left_menu ul.menuContent li i.fa{
	margin-right:15px;
}

div.left_menu ul.menuContent li.selected,
div.left_menu ul.menuContent li:hover{
	background-color:#000815;
}
div.left_menu ul.menuContent li.categorie{
	background-color:#450902;
	//color:#000815;
	line-height: 26px;
}
	
div.left_menu div.bottom{
	float:left;
	position:absolute;
	padding-right:20px;
	bottom:0;
	left:0;
	z-index:99;
}

table.gegevens{
	width:100%;	
}
table.gegevens thead tr{
	background-color:transparent !important;	
	border-width:0 !important;
}
table.gegevens tr{
	border-bottom:2px solid #f2efef;
}
table.gegevens tr:nth-of-type(odd){
	//background-color:#f6f4f4;
}

table.gegevens td{
	line-height:20px;
	padding:10px 5px;
}

div.workspace div.content{
	//padding: 30px 10px 30px 20px;
	padding: 20px 0px;
    float: left;
    min-width: 100%;	
	transition: margin-left .5s ease-in-out;
}

table.workspace{
    position: relative;
    width: 100%;
    margin: 0 0;
	padding:0;
    border-collapse: collapse;
    overflow: hidden;
}

table.workspace tr td,
table.workspace tr th{
	padding: 7px 5px;
	color: #4E4E4E;
	height:32px;
	font-size: 14px;
	font-weight: normal;
	text-align:left;
	cursor:pointer;
}

table.workspace tr td:first-child,
table.workspace tr td:first-child{
    border-left:7px solid transparent;
    padding: 0px 6px 0 10px;	
}

table.workspace tr{
	background-color:#FBFBFB;
}
table.workspace tr:nth-child(even){
	background-color:#F7F6FF;
}
table.workspace tr:nth-child(odd){
	background-color:#F0EEFF;
}
table.workspace tr.selected,
table.workspace tr:hover{
	background-color:#E0DCFB;
}
table.workspace tr.selected td:first-child,
table.workspace tr:hover td:first-child{
    border-left:7px solid #3F3C51;	
}

th.blue,
td.blue{
	color:#1F89BE !important;
}
th.bold,
td.bold{
	font-weight:Bold !important;
}
th.centered,
td.centered{
	text-align:Center !important;
}
th.padding,
td.padding{
	padding-left:20px !important;
}

table.workspace td img.order{
	width:17px;
}
table.workspace td img.clientImage{
	height: 40px;
    width: 40px;
	border-radius:50%;
}

div.messageBox {
	padding: 5px 0 5px;
}
div.content div.message,
div.messageBox div.message{
	position: relative; 
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
	min-height: 20px;    
    background-color: #fff;
	border-left: 5px solid #05ba3b;	
    padding: 9px 10px;
    margin: 0 0 5px 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    opacity:0.0;
	transition: opacity .4s ease-in-out;
}

div.messageBox div.message .fa{
	width:30px;
	text-align:center;
}

div.message.shown{
	opacity:1.0 !important;
	transition: opacity .4s ease-out;
}
div.message.warning{
	border-left-color: #ffe26c !important;
	animation: anim_warn 3s 3;
}
div.message.wrong,
div.message.error{
	border-left-color: #ff6060 !important;	
	animation: anim_error 3s 3;
}

div.content div.message{
	width: 100%;
    background-color: #FFF;
    margin: 0 0 10px;
    border-radius: 2px;
    min-height: 0;
    opacity: 1.0;
}
div.content div.message:not(.shown){
	padding:0;	
	margin:0;
	overflow:hidden;
	max-height:0;
}

div.loader{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:9999;
	background-color: rgba(255,255,255,0.8);
	opacity: 0.0;
	transition: opacity .1s ease-in-out;
}
div.loader img{
    position: absolute;
    width: 29px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);	
}
div.loader.show{
	opacity:1.0;
}

div.bottom{
	bottom:0;
	right:0;
	min-height:50px;
	width:100%;
	padding:20px 30px;	
}

ul.status {
    list-style: none;
    padding-left: 0;
    width: 100%;
    max-height: 200px;
}
ul.status li{
    line-height: 16px;
    font-size: 14px;
    padding-left: 9px;
    border-left: 2px solid #9c0511;
    margin-bottom: 9px;
}
/* -- overall css, gegevens aanpas popup -- */
table.gegevensView.files tr > td:last-of-type{
	min-width: 110px;
}
table.gegevensView:not(.files) tr > td:first-of-type{
	width:45%;
}
 
table.gegevens thead th,
table.gegevens thead td{
	cursor:pointer;
}
table.gegevens thead th.highLow strong,
table.gegevens thead td.highLow strong,
table.gegevens thead th.lowHigh strong,
table.gegevens thead td.lowHigh strong{	
	border-bottom: 1px solid #9d0512;
}

table.gegevens thead th.highLow::after,
table.gegevens thead td.highLow::after,
table.gegevens thead th.lowHigh::after,
table.gegevens thead td.lowHigh::after{
	position: relative;
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/icons/sort_up.png);
    background-size: 100%;
    margin-left: 4px;
    margin-right: -11px;
    text-align: center;
    transition: transform .2s ease-in-out;
}
table.gegevens thead th.lowHigh::after,
table.gegevens thead td.lowHigh::after{
	transform:rotateZ(180deg);	
}

table.gegevens th.sorting::after,
table.gegevens td.sorting::after{
	position: relative;
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    margin-left: 4px;
}


label.vestiging {
    width: 50%;
	max-width:150px;
    display: inline-block;
    padding: 0;
    float: left;
}
label.vestiging input{
	width:15px !important;
    transform: translateY(2px);
}

/* .fancyScroll::-webkit-scrollbar { */
*::-webkit-scrollbar {
    width: 6px;
	height:6px;
    background-color: rgb(242, 239, 239);
}
/* .fancyScroll::-webkit-scrollbar-thumb{ */
*::-webkit-scrollbar-thumb{
    width: 6px;
	height:6px;
    background-color: rgb(157, 5, 18);
}

table.gegevensEdit label.note{
	color: #9d0512;
    font-size: 13px;
    line-height: 16px;
}
table.gegevensEdit label.note input{
	margin-top:4px;
}

table ul.code95{
	list-style: square;
	margin: 0;
	padding: 1px 0;
}
table ul.code95:empty{
	display:none;
}
table ul.code95 li{
	padding: 5px;
    background-color: #f9f9f9;
}
table ul.code95 li:nth-of-type(even){
    background-color: #f5f2f2;	
}

@media (max-width: 1400px) and (min-width: 1200px){
	table{
		font-size: 15px;
	}
	a.button, button.button {
		padding: 3px 30px 3px; 
	}
	
	table.gegevensEdit tr td{
		font-size: 15px;
	}
	table.transparent td {
		font-size: 14px;
	}
	span.status{		
		font-size: 15px;
	}
}

@media (max-width: 1700px){
	div.left_menu div.bottom .button.dark_grey{
		margin-right: 0px;
		padding: 4px 20px 1px;
	}
}

@keyframes anim_warn {
  0%, 100% {
    background-color: #fff;
  }
  50% {
    background-color: #f9f3d9;
  }
}

@keyframes anim_error {
  0%, 100% {
    background-color: #fff;
  }
  50% {
    background-color: #f79898;
  }
}
@media (max-width: 767px){
	body .mobile_only{
		display: initial;
	}
}	
@media (max-width: 400px){

}
	


	
	