/* @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700"); /* font by Dav1d */
html {
	min-height: 100%;
	position: relative;
}
.hint { /* by Dav1d */
	color: gray;
	display: inline-block;
	font-size: 12px;
}
.attachments { /* by Dav1d */
	border-top: 1px solid #003770;
	margin-top: 30px;
	padding-top: 10px;
}
/* Hertek nav by Dav1d */
.header {

	background-color: #003770;
	border-bottom: 8px solid #23b9d6;
	margin-bottom: 1.58824em;
	Padding: 0;
	margin: 0;
}

@media (max-width: 690px) {
.header {
	border-bottom: 0;
	border-top: 64px solid #fff;
	margin: 0;
	Padding: 0;
}
}
.menu {

	max-width: 1400px;
	margin: 0 auto;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1
}
.menu ul {

	display: inline;
	list-style: none;
	padding: 0;
	margin: 0
}
.menu li {

	display: inline;
}
.menu a {

	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 1.2em 1.2em 1.6em 1.2em;
	margin-right: -5px /* David */
}

@media (max-width: 1000px) {
.search-tickets a, .search-tickets input[type=text], .search-tickets .search button { /* Dav1d */
	margin-bottom: 14px;
}
.menu a {
	box-sizing: initial;
	padding-left: 1em;
	padding-right: 1em
}
}
.menu .primary a {
	transition: 0.3s box-shadow linear, 0.3s background-color linear;
	box-shadow: 0 0 0 0 rgba(35,161,190,0) inset
}
.menu .primary a:hover {
	box-shadow: 0 -8rem 0 0 rgba(35,161,190,0.7) inset
}
.menu .primary a.active, .menu .primary a:focus {
	background-color: #23b9d6
}
/* menu secondary */
.menu .secondary {
	position: absolute;
	z-index: 20;
	right: 20px;
	top: 20px;
	white-space: nowrap
}
.menu .secondary .gebruiker {
	display: inline;
}
.menu .secondary li {
	display: inline;
	margin-left: 3rem;
	margin-right: 20px;	
}
.menu .secondary a {
	cursor: default;
	padding: 0;
	font-size: 1.2rem;
}
.menu .secondary a:hover {
	cursor: pointer;
	text-decoration: underline;
}
.menu .secondary i {
	transform: translate3d(0, -1px, 0)
}
.menu .secondary .colorWarning {
	color: #d78000
}
.menu .secondary .colorWhite {
	color: #fff
}

@media (max-width: 1000px) {
.menu .secondary li {
	margin-left: 2rem
}
}

@media (max-width: 350px) {
.menu .secondary .secondaryProblem span {
	display: none
}
}
/* End menu secondary */
.menu .trigger, .menu .closer {

	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	padding: 23px 23px 23px 50px;
	font-weight: 700;
	display: none
}
.menu .trigger:before, .menu .trigger:after, .menu .closer:before, .menu .closer:after {
	-webkit-box-sizing: content-box;	/* Dav1d */
	-moz-box-sizing: content-box; 		/* Dav1d */
	box-sizing: content-box; 			/* Dav1d - Behoud Hertek menu responsive lay-out */
	
/*	box-sizing: initial; /* Dav1d - Behoud Hertek menu responsive lay-out */
	content: '';
	position: absolute;
	left: 18px;
	top: 22px;
	width: 16px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	height: 9px;
	opacity: 1;
	transition: 0.3s all
}
.menu .trigger:after, .menu .closer:after {

	border-bottom: none;
	margin-top: 6px
}
.menu .closer {

	box-shadow: 0 0 0 0 rgba(0,55,112,0) inset;
	transition: all .2s;
	opacity: 0
}
.menu .closer:before, .menu .closer:after {

	margin-top: 6px;
	height: 0;
	border-bottom: none;
}
.menu .logo {
	-webkit-box-sizing: content-box; 	/* Dav1d */
	-moz-box-sizing: content-box; 		/* Dav1d */
	box-sizing: content-box; 			/* Dav1d - FIX lay-out HERTEK menu in IE by Dav1d*/ 
	
	position: relative;
	z-index: 21;
	display: inline-block;
	vertical-align: bottom;
	padding-top: 1.6em;
	padding-left: 20px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 118px 59px;
	width: 118px;
	height: 59px;
	overflow: hidden;
	text-indent: -1234em
}
.menu .logo.logo-nl {
	background-image: url("../images/ico_hertek.png");
	margin-right: 0px; 
}

@media (max-width: 1000px) {
.menu .logo {
	margin-left: 20px;
	padding-left: 0;
	padding-right: 0
}
.menu {
	font-size: 1.4rem
}
}

@media (max-width: 850px) { /* 690px */
.menu {
	-webkit-box-sizing: content-box;	/* Dav1d */
	-moz-box-sizing: content-box; 		/* Dav1d */
	box-sizing: content-box; 			/* Dav1d - Behoud Hertek menu responsive lay-out */
	
/*	box-sizing: initial; /* Dav1d - Behoud Hertek menu responsive lay-out */
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	right: 0;
	height: 60px;
	background-color: #003770;
	border-bottom: 4px solid #23b9d6;
	font-size: 1.4rem;
	text-align: center
}
.menu .logo {

	width: 60px;
	height: 30px;
	background-size: auto 30px;
	padding: 15px;
	margin-left: 0
}
.menu .primary {

	position: relative;
	z-index: 5;
	text-align: left;
	display: block;
	background-color: #23b9d6;
	max-height: 0;
	overflow: hidden;
	transition: max-height .5s
}
.menu .primary a {

	display: block;
	border-top: 1px solid rgba(0,55,112,0.2);
	background-color: rgba(0,55,112,0.3);
	padding: 1.4em
}
.menu .primary a.active {

	background-color: rgba(0,55,112,0)
}
.menu .secondary .gebruiker { /* Dav1d */
	display: none;
}
	.menu .secondary li {
	margin-right: 20;
	}
.menu .trigger, .menu .closer {

	display: block
}
.menu .closer {

	visibility: hidden;
	z-index: 1;
	border-bottom: 100vh solid rgba(0,55,112,0.4);
	border-right: 100vw solid rgba(0,55,112,0.4)
}
/* menu secondary */

.menu .secondary {

	position: relative;
	z-index: 5;
	top: auto;
	right: auto;
	display: block;
	background-color: #23b9d6;
	font-size: 1.6rem
}
.menu .secondary li {

	position: fixed;
	right: 10px;
	top: 22px;
	margin-left: 3rem;
	margin-right: 20px;	
}
.menu .secondary a i {

	float: right;
	margin-left: 10px
}
.menu .secondary li+li {
	position: static;
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: max-height .5s
}
.menu .secondary li+li a {

	display: block;
	border-top: 1px solid rgba(0,55,112,0.2);
	background-color: rgba(0,55,112,0.3);
	padding: 1.4em
}
.menu .secondary li+li a.active {
	background-color: rgba(0,55,112,0)
}
.menu .secondary li+li i {
	float: none
}
/* End menu secondary */

.menu .primary:target {

	max-height: 100vh
}
.menu .primary:target ~ .closer {

	visibility: visible;
	z-index: 3;
	opacity: 1;
	box-shadow: 0 -64px 0 0 #003770 inset
}
.menu .primary:target ~ .closer:before {

	transform: rotate(45deg)
}
.menu .primary:target ~ .closer:after {

	transform: rotate(-45deg)
}
.menu .primary:target ~ .secondary li+li {

	max-height: 100px
}
}
/* End Hertek nav Dav1d */

/* Begin cookie melding footer */
.cookie {
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 1.4rem;
	padding: 10px;
	background-color: #23b9d6;
	text-align: center;
	display: none
}

.cookie, .cookie * {
	color: #fff
}
.cookie a {
	text-decoration: underline
}
.cookie a:hover {
	color: #fff
}
.has-cookie-message .cookie {
	display: block
}
.cookie p {
	margin: 0
}
.cookie .cookieClose {
	display: inline-block;
	text-decoration: none;
	border-bottom: 2px solid #fff
}
.cookie .cookieClose:before {
	content: '✕';
	position: absolute;
	width: 40px;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	top: -40px;
	text-decoration: none;
	text-align: center;
	font-size: 3rem;
	line-height: 42px;
	color: #fff;
	background-color: #23b9d6
}
.cookie .cookieClose:hover:before {
	background-color: #003770
}
/* End cookie melding footer */

/* ColorOverlay by Dav1d */

.colorOverlay:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	bottom: 0;
	width: 70%;
	background: -moz-linear-gradient(left, rgba(0,55,112,0.5) 0%, rgba(0,55,112,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,55,112,0.5) 0%, rgba(0,55,112,0) 100%);
	background: linear-gradient(to right, rgba(0,55,112,0.5) 0%, rgba(0,55,112,0) 100%)
}
/* End ColorOverlay by Dav1d */

.welcome-user {
	padding-top: 10px;
	display: block;
	color: #ffffff !important;
	font-size: 14px;
	font-style: normal;
}
#logo2 img { 			/* Dav1d * ivm logo Hertek */
	margin-top: 1.6em;
	width: 118px;
	height: 59px;
}
#logo img {
	width: 300px;
	margin-top: -5px;
}
.navbar-inverse {
	background-color: #003770; 	/* Dav1d */
	border-color: #003770; 		/* Dav1d */
}
.navbar {
	margin-bottom: 0px;
	border-radius: 0px;
	min-height: 100px; 					/* David */
	border-bottom: 8px solid #23b9d6; 	/* David */
}
.head-menu > li > a {
	padding-top: 10px;
	padding-bottom: 10px; 			/* Dav1d */
	color: #ffffff !important;/*  font-size: 15px 				/* Dav1d */
}
.search input {
	width: 80%;
	float: left;
	border-radius: 0px;
	height: 40px;
}
.search button {
	width: 20%;
	border-radius: 0px;
	border: 0;
	height: 40px;
	background: #23b9d6; /* Dav1d */
	margin: -10px 0 0 0;
	padding: 5px;
}
.triangle-green {
	position: relative;
	bottom: 28px;
}
.triangle-green:before {
	content: '';
	border-right: 120px solid transparent;
	border-top: 120px solid #4CAF50;
	position: absolute;
	left: 0px;
	top: 28px;
}
.triangle-blue {
	position: relative;
	bottom: 28px;
}
.triangle-blue:before {
	content: '';
	border-right: 120px solid transparent;
	border-top: 120px solid #003770;
	position: absolute;
	left: 0px;
	top: 28px;
}
.outer_box_green {
	border: 1px solid #4CAF50;
}
.outer_box_orange {
	border: 1px solid #ec971f;
}
.outer_box_blue {
	border: 1px solid #003770;	 /* Dav1d */
}
.triangle img {
	position: absolute;
	top: 28px;
	left: 3px;
	font-size: 38px;
	color: #ffffff;
}
.box-body {
	text-align: center;
	padding-left: 55px;
}
.box-body h1 {
	/* font-size: 25px; */
	font-size: 4rem; 	/* Dav1d */
}
.box-body p {
	padding: 0px 20px;
}
.orange-triangle:before {
	border-top: 120px solid #ec971f;
	position: absolute;
	left: 0px;
	top: 28px;
	content: '';
	border-right: 120px solid transparent;
}
.orange-triangle {
	position: relative;
	bottom: 28px;
}
.support-image {
	margin-right: -15px; 	/* Dav1d */
	margin-left: -15px; 	/* Dav1d */
	position: relative;
	text-align: center;
}
/* Centered text Dav1d */
.centered {
	z-index: 3;
	position: absolute;
	top: 47%;
	left: 20%;
	transform: translate(-20%, -47%);
}
.support-image .centered h2 {
	z-index: 4;
	font-size: 3rem;	/* Dav1d */
	font-weight: 300;	/* Dav1d */
	color: #fff;		/* Dav1d */
}
.front-boxes {
	margin-top: 25px;
}


.footer {
    bottom: 0;
    position: absolute;
    width: 100%;
}
#footer {
    height: 88px;
	border-top: solid 1px rgba(0,55,112,0.1);
	font-size: 1.3rem;
	color: #003770;
}
#footer a{
	padding-right: 28px;
}
.payoff {
	position: relative;
	z-index: 1;
	height: 75px;
	font-size: 0;
	color: rgba(255,255,255,0);
	flex-basis: 100%;
	background-color: #003770;
	text-indent: -1234em;
/*	margin-bottom: 60px; */
}
.payoff:before {
	content: '';
	display: block;
	max-width: 1400px;
	margin: 0 auto;
	height: 100%;
	background-image: url("../images/txt_nl_payoff-white.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) 50%;
	background-size: auto 28px
}
		

/* Footer Hertek by Dav1d */

.wrapper {
	max-width: 1400px;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto
}

@media (max-width: 690px) {
.wrapper {
	padding: 0 10px
}
}
.center { 				
	margin: auto; 		
	padding-left: 20px;	
}
.footer {
	position: relative;
	z-index: 1
}
.footer>.wrapper {
	max-width: 1400px;
	padding: 0;
	display: flex;
	flex-wrap: wrap
}
.footer ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.footer a {
	display: inline-block;
	padding: 3px 0;
	text-decoration: none
}
.footer a:hover {
	text-decoration: underline
}
.footer a[href^="tel:"] {
	cursor: text
}
.footer a[href^="tel:"]:hover {
	text-decoration: none
}
.footer .payoff {
	position: relative;
	z-index: 1;
	height: 75px;
	font-size: 0;
	color: rgba(255,255,255,0);
	flex-basis: 100%;
	background-color: #003770;
	text-indent: -1234em
}
.footer .payoff:before {
	content: '';
	display: block;
	max-width: 1400px;
	margin: 0 auto;
	height: 100%;
	background-image: url("../images/txt_nl_payoff-white.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) 50%;
	background-size: auto 28px
}
.footer .navigation {
	width: calc(75% - 40px);
	margin: 60px 20px 0
}
.footer .navigation ul ul {
	margin-bottom: 60px;
	font-size: 1.3rem
}
.footer .navigation ul ul a {
	color: #000
}
.footer .navigation>ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px
}
.footer .navigation>ul>li {
	width: calc(33.33% - 40px);
	margin: 0 20px
}

@media (max-width: 690px) {
.footer .navigation {
	order: 3;
	width: auto;
	margin: 20px 0 0 0
}
.footer .navigation>ul {
	margin-left: 0;
	margin-right: 0
}
.footer .navigation ul ul {
	margin-bottom: 40px
}
.footer .navigation>ul>li {
	width: calc(50% - 20px);
	margin: 0 10px
}
}
.footer .contact {
	width: calc(25% - 40px);
	margin: 60px 20px
}
.footer .contact address {
	padding: 3px 0;
	font-size: 1.5rem;
	margin-bottom: 1.58824em
}
.footer .contact strong {
	font-weight: normal
}

@media (max-width: 690px) {
.footer .contact {
	width: calc(100% - 20px);
	margin: 20px 10px 20px 10px
}
}
.footer .channels {
	padding: 6px 0 3px 0
}
.footer .channels li {
	display: inline
}
.footer .channels a {
	padding: 0;
	text-indent: -1234em;
	overflow: hidden;
	transition: 0.3s all;
	background-color: #003770
}
.footer .channels a:hover {
	background-color: #23b9d6
}
.footer .legal {
	width: 100%;
	order: 5;
	font-size: 1.3rem;
	color: #003770;					
	margin: 30px auto -30px auto;	
	padding: 0 20px 0 20px;

}
.footer .legal li a {
	padding: 0px;
}
.footer .legal li {
	display: inline-block;
	margin-right: 2em;
	vertical-align: middle;
}
.footer .legal:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -30px;	
	height: 1px;
	background-color: rgba(0,55,112,0.1);
			max-height: 87px !important;
}

@media (max-width: 690px) {
.footer .legal {
	padding: 0 10px 20px
}
.footer .legal:before {
	margin-top: -20px
}
}

/* End Footer Hertek by Dav1d */

.nav > li {
    position: relative;
    display: block
  }
  .nav > li > a { /* Dav1d */
    position: relative;
    display: block;
    color: white;
    background-color: #23b9d6;
    padding: 4px 15px;
	margin-top: 5px;
	height: 37px; /* Dav1d */
  }
  .nav > li > a:focus, .nav > li > a:hover { /* Dav1d */
  background-color: #003770 !important;
    color: white;
  }
  .nav-pills > li {
    float: left;
		margin-right: 10px;
  }
  .nav-pills > li > a {
    border-radius: 5px /* Dav1d */
  }
  .nav-pills > li + li {
    margin-left: 2px
  }
  .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #003770 !important;
    height: 37px; /* Dav1d */
    float: left;
  }

/* icon Hertek by Dav1d */
[class*="iconSocial"] {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	vertical-align: middle;
	background-size: 100% auto;
	background-repeat: no-repeat
}
.iconSocialFacebook {
	background-image: url("../../../images/ico_social-facebook.png")
}
.iconSocialLinkedin {
	background-image: url("../../../images/ico_social-linkedin.png")
}
.iconSocialTwitter {
	background-image: url("../../../images/ico_social-twitter.png")
}
.iconSocialYoutube {
	background-image: url("../../../images/ico_social-youtube.png")
}
.iconSocialXing {
	background-image: url("../../../images/ico_social-xing.png")
}
.iconSocialRSS {
	background-image: url("../../../images/ico_social-rss.png")
}
/* End icon Hertek by Davqd */

.copy-right {
	font-size: 14px;
	margin-top: 28px; 				/* 			Dav1d */
}
h1 {
	font-size: 4rem;				/* Dav1d */
	font-weight: 100;				/* Dav1d */
	line-height: 1.25;				/* Dav1d */
	margin: .4em 0;					/* Dav1d */
	/* background-color: #f5f5f5;	/* Dav1d */
    /* padding: 5px 0px 5px 10px; */
	color: #003770; 				/* Dav1d */
}
.login-page {
	margin-top: 20px;
}
.login-page .form-control {
	height: 37px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.input-group-addon {
	background: #23b9d6;  /* #003770; */  	/* Dav1d *//* border-bottom: 4px solid #003770;		/* Dav1d */
}
.input-group-addon {
	color: #ffffff;
}
.login-page .btn-lg {
/*	padding: 8px 16px; */  /* Dav1d */
}
.login-only #clientLogin {
	margin-bottom: -28px;
}
hr {
	margin-top: 10px;
}
.registration h3 {
	font-size: 22px;
}
.select2-container .select2-selection--single {
	height: 35px;
	border: 1px solid #23b9d6; /* Dav1d */
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 73px; /* 32px; Dav1d */
}
.action-button {
	height: 35px;
}
.btn {
	color: #fff !important;
}
#kb .fa-folder-open {
	font-size: 84px;
	color: #003770;		 /* Dav1d */
	padding-left: 12px;
}
/*   FaQ list */

/* list */
.rectangle-list ol {
	counter-reset: li; /* Initiate a counter */
	margin-left: 0; /* Remove the default left margin */
	padding-left: 0; /* Remove the default left padding */
}
/* item  */
.rectangle-list ol > li {
	position: relative;
	list-style: none; /* Disable the normal item numbering */
}
/* item hover */
.rectangle-list a {
	display: block;
	padding: .4em .4em .4em .8em;
*padding: .4em;
	margin: .5em 0 .5em 2.5em;
	background: #ddd;
	color: #444;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	text-align: left;
}
/* item hover */
.rectangle-list a:hover {
	background: #C8C8C8;
}
/* number  */
.rectangle-list a:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -1.0em;
	top: 50%;
	margin-top: -1em;
	background: #ddd;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}
/* number hover */
.rectangle-list a:after {
	position: absolute;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	content: '';
	border: .5em solid transparent;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.rectangle-list a:hover:after {
	left: 1em;
	border-left-color: #23b9d6; /* Dav1d #ddd */
}
/*   FaQ list */

#faq {
	margin-top: 20px !important;
}
.faded {
	color: #A8A8A8;
}
#kb .list-group-item {
	margin-top: 20px;
}
#kb {
	margin-top: -18px;
	margin-bottom: 52px;
}
.error {
	color: red;
}
/* ticket search */
.search-tickets input[type=text] {
  width: 212px !important;	
  border-radius: 5px;
  padding: 2px 5px;
  color: #0097ce; 
  font-size: 11px;
  height: 37px;
  outline: none;
}
.search-tickets .search-container button {
  padding: 6px 10px;
  color: white;
  background-color: #23b9d6; 
  height: 37px; /* Dav1d */
  /* font-size: 17px; Dav1d */
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
.search-tickets .search-container button:hover {
  background-color:  #003770;
  color: white;
}
.refersh-icon {
  margin-right: 10px;
  margin-top: 15px; /* Dav1d */
  color: #0097ce; /* Dav1d */
  font-size: 4rem;
}
.refersh-icon:hover {
  color: #003770; /* Dav1d */
}
.search-tickets input[type=text] {
	padding: 6px;
	margin: 0;	/* Dav1d */
	font-size: 17px;
	border: 1px solid #23b9d6; /* Dav1d none; */
	width: 75%;
}
.search-tickets .search button {
	padding: 6px 10px;
	margin-right: 16px;
	margin-left: 0;
	background: #23b9d6; /* Dav1d #ddd; */
	font-size: 17px;
	border: none;
	cursor: pointer;
}
.search-tickets .search button:hover {
	background: #003770 /* Dav1d #ccc; */
}

@media screen and (max-width: 600px) {
.search-tickets .search {
	float: none;
}
.search-tickets a, .search-tickets input[type=text], .search-tickets .search button {
	float: left;
	display: block;
	text-align: left;
	max-width: 212px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 14px;
}
.search-tickets input[type=text] {
	border: 1px solid #23b9d6; /* Dav1d */
}
}
.search-tickets .well {
	min-height: 20px;
	padding: 10px 19px;

}
.search-tickets .topics {
	height: 37px;
	margin-top: 5px;
    border: 1px solid #5bc0de;
		/*		width: 200px; */
}
/* ticket search */
.refersh-icon {
	margin-right: 10px;
	/* margin-top: 3px; */
	color: #5bc0de;/* Dav1d #003770;  */
	font-size: 24px;
}
.refersh-icon:hover {
	margin-right: 10px;
	/* margin-top: 3px; */
	color: #003770; /* Dav1d #5bc0de; */
	font-size: 24px;
}
.table-inbox {
	border: 1px solid #d3d3d3;
	margin-bottom: 0;
}
.table-inbox tr td {
	padding: 12px !important;
}
.table-inbox tr td:hover {
	cursor: pointer;
}
.table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
	color: #f78a09;
}
.table-inbox tr td .fa-star {
	color: #d5d5d5;
}
.table-inbox tr.unread td {
	background: none repeat scroll 0 0 #f7f7f7;
	font-weight: 600;
}
.ticket-view-top {
	margin-right: 5px;
	margin-top: 10px;
}
.ticket-view-top i {
	font-size: 18px;
}
.ticket-number {
	font-size: 14px !important;
	font-weight: bold;
}
.ticket-view .panel-title {
	font-weight: bold;
}
.ticket-view table {
	margin-bottom: 1px;
}
/* ticket comments */

.timeline {
	position: relative;
	padding: 21px 0px 10px;
	margin-top: 4px;
	margin-bottom: 30px;
}
.timeline .line {
	position: absolute;
	width: 4px;
	display: block;
	background: #F5F5F5;
	top: 0px;
	bottom: 0px;
	margin-left: 30px;
}
.timeline .separator {
	border-top: 1px solid #F5F5F5;
	padding: 5px;
	padding-left: 40px;
	font-style: italic;
	font-size: .9em;
	margin-left: 30px;
}
.timeline .line::before {
	top: -4px;
}
.timeline .line::after {
	bottom: -4px;
}
.timeline .line::before, .timeline .line::after {
	content: '';
	position: absolute;
	left: -4px;
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 50%;
	background: #F5F5F5;
}
.timeline .panel {
	position: relative;
	margin: 10px 0px 21px 92px;
	clear: both;
}
.timeline .panel::before {
	position: absolute;
	display: block;
	top: 18px;
	left: -24px;
	content: '';
	width: 0px;
	height: 0px;
	border: inherit;
	border-width: 12px;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.timeline .panel .panel-heading.icon * {
	font-size: 20px;
	vertical-align: middle;
	line-height: 40px;
}
.timeline .panel .panel-heading.icon {
	position: absolute;
	left: -90px;
	display: block;
	width: 60px;
	height: 60px;
	padding: 0px;
	border-radius: 50%;
	text-align: center;
	float: left;
}
.timeline .panel-outline {
	border-color: transparent;
	background: transparent;
	box-shadow: none;
}
.timeline .panel-outline .panel-body {
	padding: 10px 0px;
}
.timeline .panel-outline .panel-heading:not(.icon), .timeline .panel-outline .panel-footer {
	display: none;
}
.image-user { /* Dav1d */ /* color overlay tbv avatar */
	border-radius: 30px;
    overflow: hidden;
}
.image-user img { /* Dav1d */ /* color overlay tbv avatar medewerker */
   object-fit: cover;
   max-width: 60px;
}
.message>.image-user img { /* Dav1d */ /* color overlay tbv avatar klant*/
   object-fit: cover;
   max-width: 60px;
   opacity: 0.3;
}
.response>.image-user img { /* Dav1d */ /* color overlay tbv avatar klant*/
	border-color: #fff;
	background-color: #fff;
}
.panel-footer img {
	border-radius: 10px;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-left: 2px;
}
/* ticket comments */
.ticket-view h3 {
	margin-top: 0px;
}
.front-boxes h1 {
	background: transparent;
}
#ticketTable thead tr td {
	background-color: #003770; /* Dav1d */
}
#ticketTable thead tr td a {
	color: #ffffff;
}

@media (max-width: 767px) {
.support-image p {
	display: none;
}
#zoekkennisbank {
	margin-top: 20px;
}
.search {
	padding-bottom: 12px;
}
.support-image h4 {
	font-size: 13px;
}
.outer_box_green {
	margin-bottom: 17px;
}
.outer_box_blue {
	margin-bottom: 48px;
}
.welcome-user {
	padding-top: 15px;
	padding-left: 13px;
}
.search button {
	padding-left: 5px;
}
.front-boxes {
	margin-top: 18px;
}
h1 {
	margin-top: 10px;
}
.front-boxes h1 {
	margin-top: 35px;
}
.login-page {
	margin-bottom: 73px; /* 32px; Dav1d */
}
#kb .fa-folder-open {
	font-size: 61px;
	padding-left: 0px;
}
.sidebar {
	margin-bottom: 27px;
}
#ticketSearchForm .search input {
	width: 75%;
	float: left;
	height: 45px;
	border: 1px solid #23b9d6; /* Dav1d */
}
#ticketSearchForm .search button {
	width: 50px;
	height: 45px;
}
#ticketSearchForm .search {
	margin-bottom: 16px;
}
#ticketSearchForm .states {
	margin-top: 16px;
}
.search-tickets .pagination {
	margin-bottom: 40px;
}
.ticket-view-top {
	margin-top: 8px;
}
.ticket-view {
	margin-top: 43px;
}
.flag {
	margin-left: 7px;
}
.form-control, textarea, select, option {
	margin-top: 0px;
	}

}
.captchaRow label {
	padding-top: 5px;
}
.flag {
	display: inline-block !important;
	padding: 0px !important;
	margin-right: 7px;
	margin-top: 7px;
}
.filedrop .file {
    height: 35px !important;
}
.filedrop .file .cancel {
    display: block !important;
}
.filedrop .file .cancel:before {
    font-family: FontAwesome;
    content: "\f014";
}

.rtl #logo img {
    float: left;
}
.rtl .form-group .control-label {
   float: right;
   text-align: left; 
}

