/*
 * GUNI 5.0.x (http://guni-jango-doc)
 * Copyright 2013-2017, Cipal Schaubroeck NV
 * Deze stylesheet overschrijft de standaard Bootstrap v3.3.7 om de GUNI-Bootstrap stijl te verkrijgen.
 * Author bl
 */


/* -----------------------------------------------------------------
 *
 * Anchors
 *
 * ---------------------------------------------------------------- */
 
a {
	color: #173a8c;
	text-decoration: underline;
}

a, 
a:hover, 
a:focus {
   outline: 0;
}

/* -----------------------------------------------------------------
 *
 * Headings
 *
 * ---------------------------------------------------------------- */
 
h1 {	
	color: #173a8c;
	font-weight: 300;
	font-size: 2.19973809524rem;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.60053174603rem;
}

/* -----------------------------------------------------------------
 *
 * Forms
 *
 * ---------------------------------------------------------------- */
 
label {
	cursor: auto;
} 
  
 legend + .form-group {
    margin-top: 8px;
}

.form-horizontal .form-group {
    margin-bottom: 8px;
}
 
.form-control {
	border-radius: 0;
	font-size: 13px;
	height: 24px;
	padding: 2px 8px;
}

select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	border-radius: 0;	
}

select.form-control {	
	line-height: 28px;
	padding: 2px 5px;
}

select[multiple].form-control {
	height: auto;
}

.form-control:focus {
	border-color: rgba(23,58,140, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(23,58,140,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(23,58,140,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(23,58,140,.6);
}

.form-horizontal .control-label, 
.form-horizontal .radio, 
.form-horizontal .checkbox, 
.form-horizontal .radio-inline, 
.form-horizontal .checkbox-inline {  
    padding-top: 5px;
}

.input-group-addon {
	color: #173a8c;
	font-size: 12px;
	padding: 3px 12px;
}

.input-group-addon,
.input-group-addon .btn,
.input-group-addon .btn-group > .dropdown-toggle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.input-group-addon:first-child,
.input-group-addon.btn:first-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.input-group-addon input,
.input-group-addon select,
.input-group-addon .uneditable-input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.input-group-addon input + .input-group-addon.btn:last-child,
.input-group-addon select + .input-group-addon .btn:last-child,
.input-group-addon .uneditable-input + .btn-group .btn:last-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.input-group-addon .btn, 
.input-group-addon .btn:hover {
	color: #173a8c;
}

.input-group-btn .btn {
	margin-left: 4px;
	padding: 2px 5px;
}

.input-group-btn:last-child > .btn, 
.input-group-btn:last-child > .btn-group {
    margin-left: 4px;
}

.btn {
	padding: 2px 5px;
	line-height: 18px;
	color: #173a8c;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #e6e6e6;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	background-position: 0 -15px;
	color: #173a8c;
}


.btn-primary{
   color: #ffffff;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   background-color: #173a8c;
   background-image: -moz-linear-gradient(top, #4561a3, #173a8c);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4561a3), to(#173a8c));
   background-image: -webkit-linear-gradient(top, #4561a3, #173a8c);
   background-image: -o-linear-gradient(top, #4561a3, #173a8c);
   background-image: linear-gradient(to bottom, #4561a3, #173a8c);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4561a3', endColorstr='#173a8c', GradientType=0);
   border-color: #0044cc #0044cc #002a80;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   *background-color: #0044cc;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 	
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #173a8c;
   *background-color: #173a8c;
    color: #ffffff; 	
}

.btn-primary:active,
.btn-primary.active {
	background-color: #173a8c \9;
}

.input-group .btn, .input-group .btn-primary {
   color: #173A8C;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   background-color: #EEEEEE;
   background-image: -moz-linear-gradient(top, #dddddd, #eeeeee);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#eeeeee));
   background-image: -webkit-linear-gradient(top, #dddddd, #eeeeee);
   background-image: -o-linear-gradient(top, #dddddd, #eeeeee);
   background-image: linear-gradient(to bottom, #dddddd, #eeeeee);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#eeeeee', GradientType=0);
   border-color: #0044cc #0044cc #002a80;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   *background-color: #0044cc;
   /* Darken IE7 buttons by default so they stand out more given they won't have borders */
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 
}

.input-group .btn:hover,
.input-group .btn:focus,
.input-group .btn:active,
.input-group .btn.active,
.input-group .btn.disabled,
.input-group .btn[disabled],
.input-group .btn-primary:hover,
.input-group .btn-primary:focus,
.input-group .btn-primary:active,
.input-group .btn-primary.active,
.input-group .btn-primary.disabled,
.input-group .btn-primary[disabled] {
	background-color: #EEEEEE;	
	*background-color: #EEEEEE;
	color: #173A8C;
}

.btn-group > .btn:last-child, 
.btn-group > .dropdown-toggle {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}

.btn-group > .btn:first-child {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
}

a.btn {
    text-decoration: none;
}

.form-horizontal .form-control-static {
	padding-bottom: 5px;
	padding-top: 5px;
}

/* -----------------------------------------------------------------
 *
 * Modals
 *
 * ---------------------------------------------------------------- */

.modal-header {
	background-color: #47445b;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 12px;
}

.modal-header .close {
	font-size: 18px;
	margin-top: -1px;
	color: #FFFFFF;
	opacity: 1.0;
}

.modal-body {
	font-size: 12px;
}

.modal-body a {
	color: #173a8c;
	text-decoration: none;
}

.modal-body h2 {
	font-size: 24px;
	margin: 0;
}

.modal-footer {
	background-color: #F5F5F5;
	font-size: 0.9em;
	padding: 12px 15px 12px 15px;
}

.modal.fade , 
.modal.in .modal-dialog {    
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.modal-content {
	border-radius: 0;
}


/* -----------------------------------------------------------------
 *
 * Tables
 *
 * ---------------------------------------------------------------- */ 
 
.table-bordered, 
.table-bordered thead:first-child tr:first-child > th:first-child, 
.table-bordered tbody:first-child tr:first-child > td:first-child, 
.table-bordered tbody:first-child tr:first-child > th:first-child, 
.table-bordered thead:last-child tr:last-child > th:first-child, 
.table-bordered tbody:last-child tr:last-child > td:first-child, 
.table-bordered tbody:last-child tr:last-child > th:first-child, 
.table-bordered tfoot:last-child tr:last-child > td:first-child, 
.table-bordered tfoot:last-child tr:last-child > th:first-child, 
.table-bordered thead:first-child tr:first-child > th:last-child, 
.table-bordered tbody:first-child tr:first-child > td:last-child, 
.table-bordered tbody:first-child tr:first-child > th:last-child  {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.table thead th {
    background-color: #47445B;
	background-image: -moz-linear-gradient(top, #524f6a, #47445B);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#524f6a), to(#47445B));
	background-image: -webkit-linear-gradient(top, #524f6a, #47445B);
	background-image: -o-linear-gradient(top, #524f6a, #47445B);
	background-image: linear-gradient(to bottom, #524f6a, #47445B);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#524f6a', endColorstr='#47445B', GradientType=0);
	color: #FFFFFF;
}

td.text-right {
	text-align: right;
}

/* -----------------------------------------------------------------
 *
 * Tabs
 *
 * ---------------------------------------------------------------- */

.nav-tabs > li {
	cursor: pointer;
}

.nav-tabs > li > a {
	background-color: #e3e7f1;
	border-bottom: 1px solid #DDDDDD;
	margin-right: 4px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	background-color: #ebe9f8;
}

.nav-tabs > li {
	cursor: pointer;
}

.nav-tabs > li.disabled > a:focus, .nav-tabs > li.disabled > a:hover{
	background-color: #E6E4F7;
}

/* -----------------------------------------------------------------
 *
 * Dropdown menus
 *
 * ---------------------------------------------------------------- */ 
 
.dropdown-menu {
	border-radius: 0;
}

.dropdown-menu > li > a {
    clear: both;
	color: #173a8c;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px 3px 10px;
	text-decoration: none;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #173a8c;
	background-image: -moz-linear-gradient(top, #4561a3, #173a8c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4561a3), to(#173a8c));
	background-image: -webkit-linear-gradient(top, #4561a3, #173a8c);
	background-image: -o-linear-gradient(top, #4561a3, #173a8c);
	background-image: linear-gradient(to bottom, #4561a3, #173a8c);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03386a', endColorstr='#173a8c', GradientType=0);
	color: #FFFFFF;
}

/* -----------------------------------------------------------------
 *
 * Navigatie
 *
 * ---------------------------------------------------------------- */

ul.nav > li > a {
	border-radius: 0;
	text-decoration: none;
}

.container, 
.navbar-static-top .container, 
.navbar-fixed-top .container, 
.navbar-fixed-bottom .container {
    width: auto;    
}

.navbar-fixed-top, 
.navbar-fixed-bottom, 
.navbar-static-top {
	margin-left: 0;
	margin-right: 0;
}

.navbar-brand {
	height: auto;
	padding: 10px 20px;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar {
	min-height: 0px;
}

/* ----------------------------------------------------------------- 
 *
 * Panels
 *
 * ---------------------------------------------------------------- */

.panel {
	border-radius: 0;
	margin-bottom: 15px;	
}
 
.panel-heading  {
	border-radius: 0;
	font-weight: bold;
	padding: 8px 15px;
}

.panel-primary, 
.panel-primary > .panel-heading {
	border-color: #47445B;
}

.panel-primary > .panel-heading {
	background-color: #47445B;
	background-image: -moz-linear-gradient(top, #524f6a, #47445B);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#524f6a), to(#47445B));
	background-image: -webkit-linear-gradient(top, #524f6a, #47445B);
	background-image: -o-linear-gradient(top, #524f6a, #47445B);
	background-image: linear-gradient(to bottom, #524f6a, #47445B);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#524f6a', endColorstr='#47445B', GradientType=0);
}

.panel-group .panel {
	border-radius: 0;
	border: 1px solid #DBDBDB;
}

.panel-default > .panel-heading {
	background-color: #EEEEEE;	
	background-image: none;
}

.panel-group .panel-heading {
	background-image: none;
	background-color: #EEEEEE;	
	border-radius: 0;
	display: block;
	font-size: 1.1em;
	padding: 0;
}

.panel-group .panel-heading a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
}

.panel-group .panel-heading:hover {
	background-color: #47445B;
	background-image: -moz-linear-gradient(top, #524f6a, #47445B);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#524f6a), to(#47445B));
	background-image: -webkit-linear-gradient(top, #524f6a, #47445B);
	background-image: -o-linear-gradient(top, #524f6a, #47445B);
	background-image: linear-gradient(to bottom, #524f6a, #47445B);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#524f6a', endColorstr='#47445B', GradientType=0);
	cursor: pointer;		
	font-size: 1.1em;
}

.panel-group .panel-heading:hover a {
	color: #FFFFFF;
	font-weight: normal;
}

.panel-group .panel-title > a {
	color: #173a8c;
	font-size: 14px;
}

.panel .panel-body {
	padding: 15px 15px 8px 15px;
}

.panel-open div.panel-heading a{	
	background-color: #47445B;
	background-image: -moz-linear-gradient(top, #524f6a, #47445B);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#524f6a), to(#47445B));
	background-image: -webkit-linear-gradient(top, #524f6a, #47445B);
	background-image: -o-linear-gradient(top, #524f6a, #47445B);
	background-image: linear-gradient(to bottom, #524f6a, #47445B);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#524f6a', endColorstr='#47445B', GradientType=0);
	color: #FFFFFF;
}

.panel-group .panel-body .panel-heading{
	background-color: #47445b;
	background-image: linear-gradient(to bottom, #524f6a, #47445b);
	background-repeat: repeat-x;
	font-weight: bold;
	padding: 8px 15px;
	cursor: default;
	font-size: 1em;
}

/* -----------------------------------------------------------------  
 *
 * Nav pills
 *
 * ---------------------------------------------------------------- */
 
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	background-color: #173a8c;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge, .list-group-item.active > .badge, .nav-pills > li > a > .badge{
	background-color: #D8006B;
	color: #FFFFFF;
	margin-left: 8px;
	text-align: center;
	border: none;
}

/* -----------------------------------------------------------------  
 *
 * Tooltips 
 *
 * ---------------------------------------------------------------- */
 
.tooltip {
 	z-index: 5000;	
}
 
.tooltip.in {
	opacity: 1.0;
}
 
.tooltip-inner {
	background-color: #009fe3;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	max-width: 500px;
    text-align: left;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #009fe3;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #009fe3;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #009fe3;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #009fe3;
}

.tooltip a{
	color: #FFFFFF;
}

/* -----------------------------------------------------------------  
 *
 * Badges
 *
 * ---------------------------------------------------------------- */
 
.btn-primary .badge, 
.btn .badge, 
.badge {
    background-color: #D8006B;	
	color: #FFFFFF;	
	font-weight: bold;
	margin-left: 5px;	
}

/* ----------------------------------------------------------------- 
 * 
 * Page headers 
 *
 * ---------------------------------------------------------------- */

.page-header {
	margin: 14px 0 14px 0;
	padding-bottom: 0;
}

.page-header h1 {
	margin-top: 5px;
}

/* ----------------------------------------------------------------- 
 * 
 * Print styles 
 *
 * ---------------------------------------------------------------- */

@media print {
  a[href]:after {
    content: none !important;
  }
}