/* Import styles for calendar used in date/datetime custom fields */
@import "https://unidis.helpspot.com/static/js/datetimepicker/css/mobiscroll.jquery.min.css";
@import "https://unidis.helpspot.com/static/js/popup/css/mobiscroll.jquery.min.css";



/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,500,300italic,500italic);


body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000000;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
	font: 14px/24px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h1 {
	margin: 0 0 15px 0;
	color: #fa8c01;
	font: 24px 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #22368d;
	font: 21px 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h3 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #22368d;
	font: 18px 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h4 {
	margin: 0;
	padding: 0;
	color: #22368d;
	font: 16px 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h5 {
	margin: 0;
	padding: 0;
	color: #575556;
	font: 14px 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

img { border: 0; }


/* Global classes */

.fluid {
	width: 100%;
	float: left;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.subheading{
	margin-bottom: 5px;
	line-height: 120%;
}

.votehelpful { color: #13cc00; }
.votenothelpful { color: #fa2a01; }


/* DIV's */

#header {
	height: 90px;
    color: #fff;
	border-top: 38px solid #fa8c01;
	border-bottom: 1px solid #e5e5e5;
}

#logo {
	float: left;
	margin: 19px 0 0 32px;
}

#search {
	float: right;
	margin-top: 45px;
}

#search input, #search select {
	float: left;
	height: 42px;
	margin: 0;
	padding: 0 10px;
	color: #828282;
	font: normal 13px/24px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 42px;
	border: 1px solid #e5e5e5;
}

#search input[type=text] {
	height: 40px;
	line-height: 40px;
	border-right: none;
}

#search input[type=submit] {
	width: 42px;
	background: #e5e5e5 url(https://unidis.helpspot.com/portal/images_unidis/search.png) center no-repeat;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: none;
	border-radius: 0;
}
#search input[type=submit]:hover {
	background-color: #fa8c01;
	border: 1px solid #fa8c01;
}

#content {
	padding: 30px 0 45px;
}

#side {
	float: left;
	width: 280px;
}

#main {
	float: right;
	width: 620px;
	margin-top: 2px;
	font: 14px/24px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

#breadcrumbs {
	margin: 7px 0 61px;
	font-size: 13px;
}

#downloads {
	float: left;
	width: 100%;
	margin: 15px 0;
}

#downloads-top {
	height: 40px;
	margin-bottom: 1px;
	background: #22368d;
	color: #fff;
	font: 500 16px/40px 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
}

#downloads-top span {
	display: inline-block;
	height: 40px;
	padding-left: 27px;
	background: url(https://unidis.helpspot.com/portal/images_unidis/icon-download.png) left center no-repeat;
	line-height: 40px;
}

#downloads-bottom {
	padding: 15px 20px;
	border: 1px solid #e5e5e5;
}

#pagination {
    display: block;
    margin: 30px 0 0;
    overflow: auto;
    padding: 0;
}

#pagination span.left {
	float: left;
	text-align: left;
	width: 49%;
}

#pagination span.right {
	float: right;
	text-align: right;
	width: 49%;
}

#footer {
   	padding: 45px 0;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}


/* Other */

.hilite2col 
	{
	background: #fffecc;
	border: 1px solid #cecece;
	width: 100%;
	/*
	display: block;
	float: left;
	clear: left;
	*/
	margin: 0 0 10px 0;
	}

.hilite2col p
{
	margin: 3px 14px 3px 14px;
	}

.fieldset{
	padding: 10px;
	border:	1px solid #ccc; 
}

legend{
    color: #434951;
    font-size: 14px;
    font-weight: bold;
	
} 


/* Navbars */

.navBarTop {
	padding-bottom: 21px;
	border-bottom: 1px solid #e5e5e5;
}

.navBarTop a {
	display: block;
	height: 40px;
	margin-bottom: 6px;
	padding-left: 50px;
	background: #000000;
	color: #fff;
	font: 500 15px/40px 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.navBarTop a.request {
	background: #22368d url(https://unidis.helpspot.com/portal/images_unidis/icon-plane.png) 13px center no-repeat;
}
.navBarTop a.check {
	background: #22368d url(https://unidis.helpspot.com/portal/images_unidis/icon-eye.png) 13px center no-repeat;
}
.navBarTop a.support {
	background: #fa8c01 url(https://unidis.helpspot.com/portal/images_unidis/icon-users.png) 13px center no-repeat;
}
.navBarTop a.tips {
	background: #22368d url(https://unidis.helpspot.com/portal/images_unidis/tips.png) 13px center no-repeat;
}

.navBarPhone {
	font: 14px/30px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.navBarPhone span {
	display: inline-block;
	height: 24px;
	padding-left: 30px;
	background: url(https://unidis.helpspot.com/portal/images_unidis/icon-tel.png) left center no-repeat;
	color: #000000;
	font-size: 18px;
	line-height: 24px;
}


.navBar {
	margin: 18px 0 16px 0;
	padding: 0 0 21px;
	font: 14px/24px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	border-bottom: 1px solid #e5e5e5;
}

.navBar li {
	display: block;
	margin: 0;
	padding: 0;
	color: #22368d;
	list-style-type: none;
}

.navBar a:link, .navBar a:visited {
	padding: 0 0 6px 0;
	text-decoration: none;
	color: #22368d;
}

.navBar a:link.navOn, .navBar a:visited.navOn, .navBar a:hover.navOn {
	font-weight: bold;
	padding: 0 0 6px 0;
	text-decoration: none;
	color: #112475;
}

.navBar a:hover {
	padding: 0 0 6px 0;
	text-decoration: underline;
	color: #112475;
}

.navBar a:visited { color: #112475; }


/*Subnav*/
.subnavBar {
	margin: 0 0 0 1px;
	padding: 0;
	font: 14px/24px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.subnavBar li {
	display: block;
	margin: 0;
	padding: 0;
	color: #22368d;
	background: none;
	list-style-type: none;
}

.subnavBar a:link, .subnavBar a:visited {
	padding: 0 0 6px 15px;
	text-decoration: none;
	color: #22368d;
}

.subnavBar a:link.navOff, .subnavBar a:visited.navOff {
	font-weight: normal;
	padding: 0 0 6px 15px; 
	text-decoration: none;
	color: #112475;
	background: url(https://unidis.helpspot.com/portal/images_blue/bullet.jpg) no-repeat left 7px;
}

.subnavBar a:hover.navOff {
	font-weight: normal;
	padding: 0 0 6px 15px; 
	text-decoration: underline;
	color: #112475;
	background: url(https://unidis.helpspot.com/portal/images_blue/bullet.jpg) no-repeat left 7px;
}

.subnavBar a:link.navOn, .subnavBar a:visited.navOn, .subnavBar a:hover.navOn {
	font-weight: bold;
	padding: 0 0 6px 15px; 
	text-decoration: none;
	color: #112475;
	background: url(https://unidis.helpspot.com/portal/images_blue/bullet.jpg) no-repeat left 7px;

}

.subnavBar a:hover {
	padding: 0 0 6px 5px;
	text-decoration: underline;
	color: #112475;
}

.subnavBar a:visited { color: #112475; }


/* Phone Nav */
.phonenavBar
{
    border-top: 1px dotted #D7DBDE;
    margin: 0 0 10px 15px;
    padding: 10px 0 0;
}

.phonenavBar li
{
    color: #31363C;
    display: block;
    font-size: 13px;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.phoneNum
{
	color: #ff0000;
	font-weight: normal;
}

.phonenavBar .subnavBar { 
	margin: 0;
}

/* Row Data */
.page-home h2{
	margin: 0px;
}

.rowOn
{
	background-color: #eff2f6;
	padding: 3px;
}

.rowOff
{
	background-color: #fff;
	padding: 3px;
}
  
/* KB */
.kbtoc{
	font-size:			14px;
	line-height:		120%;
	list-style-type: 	none;
	padding-left:		0px;
	margin-left:		0px;
}

.kbtoc li { 
	padding: 2px;
}

.kbtocpage{
	font-size:			14px;
	line-height:		140%;
	list-style-type: 	none;
}

.kbhighlight{
	background-color:	#ffff99;
}

.kbextralist{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 160%;
}

.page-kb .rowOn
{
	background-color: #eff2f6;
	padding: 10px;
	border-top: solid 1px #ebeff5;
	border-bottom: solid 1px #ebeff5;
}

.page-kb .rowOff
{
	background-color: #fff;
	padding: 10px;
}

/* */
div.datarow
{
    display: block;
    margin: 10px 0;
    overflow: auto;
    padding: 0;
}

div.datarow span.left 
{
  float: left;
  text-align: left;
  width: 49%;
 }

div.datarow span.right 
{
  float: right;
  text-align: right;
  width: 49%;
 }
 
.helpful {
    padding: 15px;
    text-align: right;
}

.sticky
{
	font-size: 10px;
	color: red;
}

.formbuttondiv{
    clear: both;
    margin-top: 20px;
    padding: 0;
}

.formbox{
	padding-top: 		20px;
}

.forumlabel {
	color:				#060;
	font-weight:		bold;
}

.forumtable{
	font-size: 			13px; 
	margin-bottom: 20px;
}

.forumtable td { 
	padding: 0px;
}

.forumpost{
	padding:			3px;
	padding-left: 		14px; 
}

.datalabel {
	color: 				#31363C;
	font-size:			13px;
	line-height: 		120%;
	font-weight:		bold;
}

.captcha_label{
	color:				#000;
	font-size:			14px;
	border: 			1px solid #A51B12;
	padding:			3px 10px 3px 10px;
}

.forumoption{
	color: #434951;
	font: bold 14px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	margin-bottom: 2px;	
	border-bottom: 1px dotted #D7DBDE;
	width: 100%;
	padding: 10px 0 5px;
}

.forumform{
	padding-top: 20px;
	clear: both;
	width: 75%;
}

.requestwrap{
	width: 75%;
}

.requestpad{
	padding: 20px;
}

.error {
	color: #A51B12;
}

.required {
	color: #22368d;
}

.bold{
	font-weight: bold;
}

.namedate{
	color: #39399c;
	font-weight: bold;
}

.score {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

pre{
	font: 				100% courier,monospace;
	border: 			1px solid #e9eef5;
	overflow: 			auto;
	overflow-x: 		auto;
	width: 				90%;
	padding: 			1em 1em 1em 1em;
	background: 		#EFF2F6;
	color: 				#000
}

.initsubject{
	color: 				#7F7F7F;
}

.request_summary{
	display:			block;
	overflow:			hidden;
	height:				14px;
}

.page-request-history td {
	padding: 8px;
}

.feedback_box_error{
    background: none repeat scroll 0 0 #F5E2E1;
    border: 1px solid #DBB4B2;
    color: #A51B12;
    font-weight: bold;
    padding: 10px;
}

.feedback_box_positive{
    background: none repeat scroll 0 0 #EBF5E1;
    border: 1px solid #B7D29C;
    color: #61872F;
    font-weight: bold;
    padding: 10px;
}

.sending_note{
	color:				red;
}

.calendar_input{
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	text-align:	bottom;
	cursor: pointer;
	padding-left: 34px;
	border: 1px solid #BBBBBB;
	background-color: #fff;
}

.calendar_btn{
	position: absolute;
	top: 1px;
	left: 2px;
	height: 24px;
	width: 24px;
	background: transparent url(https://unidis.helpspot.com/portal/images/calendar.png) no-repeat left top;
}

hr { 
	border: none;
	border-bottom: 1px dotted #D7DBDE;
	height: 1px;
	width: 100%;
}


.button, input[type="submit"], input[type="button"]  {
	background: #fa8c01;
	padding: 10px 16px 11px;
	color: #fff;
	font: bold 14px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-decoration: none;
	text-shadow: 1px 1px 0 #e58102;
	vertical-align: middle;
	border: none;
	border-top: 1px solid #fea029;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}
.button:hover, .button:active, input[type="submit"]:hover, input[type="button"]:hover {
	border-top-color: #364cab;
	background: #22368d;
	text-shadow: 1px 1px 0 #122579;
}

#main input[type="text"], textarea, input[type="password"] {
	margin: 5px 5px 5px 0;
   	padding: 10px;
    background: #fff;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
    border: 1px solid #e5e5e5;
}


.tag-cloud-homepage .tag-cloud-td{
	padding: 0px;
}

.tag-block-home{
	background-color: #EFF2F6;
	padding: 8px;
}

.tag-block-page{
	margin: 0px;
	padding-left: 42px;
}

.tag-block a{
	display: inline-block;
	height: 26px;
	line-height: 26px;
}

.tag-sep{
	font-size: 11px;
	color: #ccc;
}

.tag-table{
    font-size: 13px;
    width: 100%;
    margin: 15px 0 20px 0;
 	border-bottom: 1px solid #DADADA;
}

.tag-table td { 
	padding: 8px; /* not for grey design */	
}

.tag-header{
	margin-bottom: 30px;
}





/* CUSTOM - Bonsai */

/* --- Medewerkers */

#workeroverview {
	float: left;
	margin-top: 15px;
}

#workeroverview .worker {
	position: relative;
	float: left;
	width: 140px;
	/*
	min-height: 244px;
	height: auto!important;
	height: 244px;
	*/
	min-height: 224px;
	height: auto!important;
	height: 224px;
	margin: 0 20px 20px 0;
}
#workeroverview .worker:nth-child(4n+4) {
	margin-right: 0;
}

#workeroverview .worker .image {
	position: relative;
	width: 138px;
	height: 138px;
	margin-bottom: 8px;
	border: 1px solid #dedede;
}

#workeroverview .worker .image img {
	width: 138px;
	height: 138px;
}

#workeroverview .worker span.naam {
	color: #f57c20;
	font-weight: bold;
}

#workeroverview .worker span.functie {
	color: #939193;
	font-style: italic;
}


#workeroverview .worker .short-quote {
	display: none;
}

#workeroverview .worker .long-quote {
	display: none;
}


/*
#workeroverview .worker .short-quote {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 88px;
	height: 98px;
	padding: 20px 25px;
	background-image: url(../images/website/medewerker-hover.png);
	background-position: center;
	background-repeat: repeat;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	vertical-align: middle;
}

#workeroverview .worker .short-quote span {
	display: inline-block;
	padding: 10px 0;
	background-image: url(../images/website/quotes-left.png), url(../images/website/quotes-right.png);
	background-position: top left, bottom right;
	background-repeat: no-repeat, no-repeat;
}

#workeroverview .worker .long-quote {
	display: none;
	position: absolute;
	width: 420px;
	height: auto;
	padding: 20px 25px;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	z-index: 2;
}

#workeroverview .worker .long-quote strong {
	color: #2c2d8c;
}

#workeroverview .worker .long-quote {
	top: 0;
	left: 150px;
	background: url(../images/website/medewerker-hover-bg-right.png) top left no-repeat;
}

#workeroverview .worker:nth-child(4n+4) .long-quote, #workeroverview .worker:nth-child(4n+5) .long-quote, #workeroverview .worker:nth-child(4n+6) .long-quote {
	top: 0;
	left: -480px;
	background: url(../images/website/medewerker-hover-bg-left.png) top right no-repeat;
}
*/

.file-extension {
    display: inline-block;
    margin: 5px 0;
}
.file-name {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 5px;
}