@CHARSET "ISO-8859-1";

body {
	font-family: 'IBM Plex Sans';
	font-weight: 'normal';
	color: #6f6f6f;
	background-color: #fafafa;
}

/* Containers */
.content-container {
	position: fixed;
    top: 45px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow:auto;
}
.content-container .container {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-top: 0;
	padding-top: 40px;
	padding-bottom: 25px;
	padding-left: 50px;
	padding-right: 50px;
}
.content-container .container-fluid {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-top: 0;
	padding: 40px;
	margin-left: 100px;
	margin-right: 100px;
}
@media (max-width: 768px) {
	.content-container .container ,
	.content-container .container-fluid {
		padding: 10px;
		padding-top: 20px;
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media (max-width: 1500px) {
	.content-container .container ,
	.content-container .container-fluid {
		padding: 20px;
		padding-top: 25px;
		margin-left: 20px;
		margin-right: 20px;
	}
}
.schedule-container {
	margin-left: 15px;
}

/* Navbar */
.navbar-default {
	font-size: 19px;
	background-color: #008acc;
	border-color: #ff8700;
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.2);
}
.navbar-default .navbar-brand {
	line-height: 18px;
	color: #ffffff;
	font-size: 25px;
	text-transform: uppercase;
}
.navbar-customername {
	position:relative;
	top:11px;
	color: #ffffff;
	font-size: 20px;
}
.navbar-default .navbar-brand .nedap-astrix {
	font-size: 34px;
}
.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus {
	color: #ffffff;
}
.navbar-default .navbar-text {
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color: #6f6f6f;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #ff8700;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #ffffff;
	background-color: #ff8700;
}
.navbar-default .navbar-toggle {
	border-color: #ff8700;
	background-color: #ff8700;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	border-color: #FF6C37;
	background-color: #FF6C37;
}
.navbar-default .navbar-toggle .icon-bar, 
.navbar-default .navbar-toggle:hover .icon-bar {
	color: #ffffff;
	background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #ffffff;
}
.navbar-default .navbar-link {
	color: #ffffff;
}
.navbar-default .navbar-link:hover {
	color: #ffffff;
}
@media ( max-width : 1200px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #ffffff;
		background-color: #ff8700;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #ffffff;
		background-color: #ff8700;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
		.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #ffffff;
		background-color: #ff8700;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left, .navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
      float: right!important;
      margin-top: 7.5px;
  	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
}

/* Nav Tabs */
.nav-tabs>li>a {
	color: #6f6f6f;
	background-color: #eeeeee;
	border-color: #cccccc;
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 5px;
}
.nav-tabs>li>a:hover {
	background-color: #d3d3d3;
	border-color: #cccccc;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
	color: #6f6f6f;
	border-color: #cccccc;
	border-bottom-color: transparent;
}
.nav-tabs {
	border-bottom: 1px solid #cccccc;
}
.tab-content {
	padding-top: 25px;
}

/* Panels */
.panel-default {
	border-color: #cccccc;
}
.panel>.panel-heading {
	vertical-align: middle;
	border-color: #cccccc;
	background-color: #eeeeee;
	font-weight: 500;
	text-transform: uppercase;
	color: #6f6f6f;
}
.panel>.panel-heading>.panel-title-container {
	position: relative;
	top: 7.5px;
}
.panel>.panel-heading>.panel-title-container>.panel-title {
	vertical-align: top;
}
.panel>.panel-heading>.panel-title-container.with-icon>.panel-title {
	margin-left: 10px;
}
.panel>.panel-heading .glyphicon {
	font-size: 16px;
	color: #ff8700;
	line-height: inherit;
}
.panel>.panel-heading .handle:hover {
	cursor: move;
}
.panel>.panel-heading .info:hover {
	cursor: pointer;
}
.panel>.panel-heading.expandable:hover,
.panel>.panel-heading .expander:hover {
	cursor: pointer;
}

/* Jumbotron */
.jumbotron {
	padding: 0px;
	background-color: #ffffff;
}
.jumbotron h1,
.jumbotron .h1 {
	font-size: 67.5px !important;
}

/* Horizontal Lines */
hr.compact {
	margin-top: 5px;
	margin-bottom: 0;
}

/* Sliders */
.slider {
	width: 100% !important;
}
.slider.slider-horizontal {
	height: 0 !important;
	padding: 0;
	margin: 0;
}
.slider>.tooltip {
	margin-top: -20px;
}
.slider-track {
	border-radius: 0;
}
.slider-handle {
	margin-top: -7px !important;
	height: 20px;
	width: 20px;
}
.slider-handle,
.slider-selection {
	background-color: #008acc;
	border: 1px solid #0079a1;
	box-shadow: 0 0 0 0;
}
.has-error .slider-handle,
.has-error .slider-selection {
	background-color: #f04124;
  	border-color: #ea2f10;
}

/* Popovers */
.popover {
	color: inherit;
	background-color: #fff;
	border-color: #ccc;
	text-transform: none;
	padding: 0;
}
.popover>.popover-title {
	background-color: #eeeeee;
	border-bottom: 1px solid #ccc;
	color: #6f6f6f !important;
	border-radius: 0;
	padding-top: 10px;
}
.popover.left>.arrow {
	border-left-color: #ccc;
}
.popover.left>.arrow:after {
	border-left-color: #ffffff;
}
.popover.bottom>.arrow {
	border-bottom-color: #ccc;
}
.popover.bottom>.arrow:after {
	border-bottom-color: #ffffff;
}
.popover.right>.arrow {
	border-right-color: #ccc;
}
.popover.right>.arrow:after {
	border-right-color: #ffffff;
}
.popover.top>.arrow {
	border-top-color: #ccc;
}
.popover.top>.arrow:after {
	border-top-color: #ffffff;
}

/* Lists */
ol.column-2>li,
ul.column-2>li {
	float: left;
	width: 50%;
}
li>.checkbox {
	margin-top: 0;
	margin-left: 0px;
}
li>.checkbox>label {
	font-size: 12px;
	padding-left: 0;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: static;
}
.combinations>.combination .entrances>li>.checkbox {
	margin-left: 15px;
}

/* Headers */
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	
  	font-family: 'IBM Plex Sans';
  	text-transform: uppercase;
  	color: #008acc !important;
}
h1,.h1 {
	line-height: 60px
}

/* Nedap astrix for headers and such */
.nedap-astrix {
	color: #ff8700;
	font-family: 'aller';
}
h1 .nedap-astrix,
.h1 .nedap-astrix {
	font-size: 90px;
}
h2 .nedap-astrix,
.h2 .nedap-astrix {
	font-size: 45px;
}

/* Texts */
.capitalize {
	text-transform: capitalize;
}

/* Buttons: */
a {
	color: #008acc;
}
.btn.btn-default {
	color: #6f6f6f;
}
.btn.btn-danger {
	color: #ffffff;
}
.btn.btn-nedap {
	cursor: pointer;
	text-decoration: none;
	font-family: Objectivity;
	font-size: 17px;
	
	padding: 0 16px;
	line-height: 37px;
	height: 35px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	background: #008acc;
	border: 1px solid #0079a1;
	color: #fff;
}
.btn.btn-nedap:hover,
.btn.btn-nedap:focus,
.btn.btn-nedap:active,
.btn.btn-nedap.active {
	background-color: #006d91;
	border-color: #004b63;
}
.btn.btn-nedap.btn-small {
	height: 20px;
	width: 20px;
	line-height: 1px;
	
	font-size: 26px;
	margin: 0;
	padding: 0;
}
.btn.btn-nedap.btn-xs {
	padding: 4px 8px;
    font-size: 75%;
    height: 20px;
    line-height: 1;
}
.btn.btn-nedap.btn-primary {
	background: #ff8700;
	border-color: #FF6C37;
}
.btn.btn-nedap.btn-primary:hover,
.btn.btn-nedap.btn-primary:focus,
.btn.btn-nedap.btn-primary:active,
.btn.btn-nedap.btn-primary.active {
	background: #FF6C37;
}
.btn.btn-nedap.btn-danger {
	background-color: #f04124;
	border-color: #ea2f10;
}
.btn.btn-nedap.btn-danger:hover,
.btn.btn-nedap.btn-danger:focus,
.btn.btn-nedap.btn-danger:active,
.btn.btn-nedap.btn-danger.active {
	background-color: #dc2c0f;
	border-color: #b1240c;
}
.btn.btn-nedap.btn-back {
	background: #eeeeee;
	color: #6f6f6f;
	border-color: #cccccc;
}
.btn.btn-nedap.btn-back:hover,
.btn.btn-nedap.btn-back:focus,
.btn.btn-nedap.btn-back:active,
.btn.btn-nedap.btn-back.active {
	background: #d3d3d3;
}
.btn.btn-nedap.btn-back-dark {
	background: #6f6f6f;
	color: #ffffff;
	border-color: #6f6f6f;
}
.btn.btn-nedap.btn-back-dark:hover,
.btn.btn-nedap.btn-back-dark:focus,
.btn.btn-nedap.btn-back-dark:active,
.btn.btn-nedap.btn-back-dark.active {
	background: #8f8f8f;
}
.input-group-btn > .btn-nedap {
	padding-left: 13px;
	padding-right: 11px;
}
.input-group-btn > .btn-nedap span.glyphicon {
	top: 0;
	font-size: 13px;
  	
}

/* Labels */
label {
	font-size: 15px;
 	
}

/* Inputfields */
.input-group input {
	
	font-size: 15px;
}
.input-group .input-group-addon {
	
	font-size: 14px;
	text-transform: uppercase;
	text-align: right;
}

input.has-error {
	border-color: #f04124;
}

/*inputfield-addon tooltip*/
.input-group .input-group-addon i + .tooltip > .tooltip-inner {
	width: 500px;	
   	font-size: 9px;
}

/* Inputfield placeholders */
::-webkit-input-placeholder {
   text-transform: capitalize;
}
:-moz-placeholder { 
   text-transform: capitalize;
}
::-moz-placeholder {  
   text-transform: capitalize;
}
:-ms-input-placeholder { 
   text-transform: capitalize;
}

/* Checkboxes (Switches) */
.checkbox {
	font-size: 15px;
	
	text-transform: inherit;
}
.checkbox.switch {
	padding-left: 0;
	margin: 0px;
}
.checkbox.switch>label {
	padding-left: 10px;
	vertical-align: -3px;
	font-size: 15px;
	
	text-transform: inherit;
}
.bootstrap-switch {
	border-radius: 0px;
	border: 0px;
	max-width: 100px;
	margin-top: 5px;
}
.bootstrap-switch>div>label {
	border-radius: 0px !important;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 0px;
}
.bootstrap-switch.bootstrap-switch-on>div>label {
	border-right: 1px solid #cccccc;
	border-left: 0px;
}
.bootstrap-switch>div>span.bootstrap-switch-primary {
	border-radius: 0px;
	border: 1px solid #0079a1;
	background-color: #008acc;
	color: #ffffff;
}
.bootstrap-switch>div>span.bootstrap-switch-default {
	border-radius: 0px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	color: #6f6f6f;
}
.bootstrap-switch.bootstrap-switch-focused>div>label {
	border-top: 1px solid #66afe9;
	border-bottom: 1px solid #66afe9;
	border-left: 1px solid #66afe9;
}
.bootstrap-switch.bootstrap-switch-on.bootstrap-switch-focused>div>label {
	border-right: 1px solid #66afe9;
}
.bootstrap-switch.bootstrap-switch-focused>div>span.bootstrap-switch-primary {
	border: 1px solid #66afe9;
}
.bootstrap-switch.bootstrap-switch-focused>div>span.bootstrap-switch-default {
	border: 1px solid #66afe9;
}

/* Multiple selects */
ul.chosen-choices > li.search-field > input {
	height: 32px !important;
	width: 100% !important;
	font-family: inherit !important;
}
.chosen-container-single .chosen-search input[type=text] {
	display: block;
	width: 100%;
	height: 35px !important;
	font-size: 15px;
	line-height: 1.42857143;
	background-color: #ffffff !important;
	background-image: none !important;
	border: 1px solid #cccccc !important;
	border-radius: 0 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}
ul.chosen-choices,
a.chosen-single {
	display: block;
	width: 100%;
	height: 35px !important;
	font-size: 15px;
	line-height: 1.42857143;
	color: #6f6f6f;
	background-color: #ffffff !important;
	background-image: none !important;
	border: 1px solid #cccccc !important;
	border-radius: 0 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}
a.chosen-single {
	padding: 5px 12px !important;
}
.chosen-container-single .chosen-single span {	
	color: #999 !important;
}
.chosen-container-single .chosen-single-with-deselect span {
	color: #6f6f6f !important;
}
.chosen-container-active .chosen-drop .chosen-search input,
.chosen-container-active .chosen-choices {
	border-color: #66afe9 !important;
	outline: 0 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
li.search-choice {
	background-image: none !important;
	box-shadow: none !important;
	background-color: #eeeeee !important;
  	border: 1px solid #cccccc !important;
  	border-radius: 0 !important;
	color: #6f6f6f !important;
	line-height: inherit !important;
	border-radius: 0 !important;
	text-transform: uppercase !important;
}
.chosen-container .chosen-results li {
	line-height: 25px !important;
}
.chosen-container .chosen-results li.highlighted {
  	background: #008acc;	
	color: #fff;
}
ul.chosen-choices a.search-choice-close {
	top: 7px !important;
	height: 11px !important;
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
	color: #6f6f6f !important;
}
.chosen-container-single .chosen-single div b {
	margin-top: 5px !important;
}
.chosen-container-single .chosen-single abbr {
	top: 11px;
	height: 11px !important;
}
.chosen-container-single .chosen-single abbr:hover {
  	background-position: -42px -10px !important;
  	top: 11px;
}

/* Images */
img.logo {
	position: fixed;
	bottom: 30px;
	right: 30px;
}

/* Tables */
table {
	font-size: 15px;
}
table th {
	font-weight: 500;
	text-transform: uppercase;
}
.exemptions-table {
	margin-top: -35px;
}
div.dataTables_filter input {
	margin-left: 0;
}
div.dataTables_length label {
	font-weight: inherit;
}
.dataTables_filter label.input-group {
	width: 300px;
}
.dataTables_filter label.input-group .input-group-addon {
	width: 46px;
}
.table-responsive {
	overflow-x: inherit;
}
@media (max-width: 1125px) {
	.exemptions-table {
		margin-top: 20px;
	}
	.table-responsive>table.dataTable.table-bordered {
		border: 1px solid #dddddd;
		border-left: 0;
		border-right: 0;
	}
	.table-responsive {
		width: 100%;
		margin-bottom: 15.75px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #dddddd;
		-webkit-overflow-scrolling: touch;
	}
}

table.dataTable {
	margin-top: 16px !important;
}
table.dataTable th,
table.table-hover td {
	cursor: pointer;
}
table.dataTable ol {
	margin-bottom: 0;
	list-style-position: inside;
}
table.dataTable ol li {
	position: relative;
	margin-left: -40px;
}
col.table-col-extrasmall {
	width: 85px;
}
col.table-col-small {
	width: 151px;
}
col.table-col-medium {
	width: 200px;
}
col.table-col-large {
	width: 250px;
}
table.sliders td {
	padding-bottom: 10px;
}

/* Pagination */
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
	border-radius: 0;
	background-color: #008acc;
}
.pagination>li>a, 
.pagination>li:first-child>a, 
.pagination>li:last-child>a, 
.pagination>li>span, 
.pagination>li:first-child>span, 
.pagination>li:last-child>span {
	border-radius: 0;
	color: #6f6f6f;
	border: 1px solid #dddddd;
}
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus {
	color: #6f6f6f;
}
.pagination>.disabled>a, 
.pagination>.disabled>span, 
.pagination>.disabled>a:hover, 
.pagination>.disabled>span:hover, 
.pagination>.disabled>a:focus, 
.pagination>.disabled>span:focus {
	border-color: #fff !important;
}

/* Alerts */
.alert.alert-warning {
	background-color: #ff8700;
	border-color: #FF6C37;
	color: #ffffff;
	font-size: 15px;
}
.alert.alert-warning.top-right-pointer {
	position: relative;
}
.alert.alert-warning.top-right-pointer:before,
.alert.alert-warning.top-right-pointer:after {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-top: 0;
}
.alert.alert-warning.top-right-pointer:before {
	top: -13px;
	right: 6px;
    border-bottom-color: #FF6C37;
    border-width: 13px;
}
.alert.alert-warning.top-right-pointer:after {
	top: -12px;
	right: 7px;
    border-bottom-color: #ff8700;
    border-width: 12px;
}


<<<<<<< HEAD
=======
.alert.alert-warning.top-right-pointer.panel-pointer:before {
	right: 50px;
}

.alert.alert-warning.top-right-pointer.panel-pointer:after {
	right: 51px;
}

.alert.alert-warning.top-right-pointer.checkbox-pointer:before {
	right: 175px;
}

.alert.alert-warning.top-right-pointer.checkbox-pointer:after {
	right: 176px;
}

>>>>>>> origin/develop
.alert.alert-warning.top-left-pointer {
	position: relative;
}
.alert.alert-warning.top-left-pointer:before,
.alert.alert-warning.top-left-pointer:after {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-top: 0;
}
.alert.alert-warning.top-left-pointer:before {
	top: -13px;
	left: 24px;
	left:35px;
    border-bottom-color: #FF6C37;
    border-width: 13px;
}
.alert.alert-warning.top-left-pointer:after {
	top: -12px;
	left: 25px;
	left: 36px;
    border-bottom-color: #ff8700;
    border-width: 12px;
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
	color: #ffffff !important;
}
.alert .btn-back {
	margin-left: 10px;
	margin-right: 10px;
}

/* Dropdowns */
.dropdown-toggle {
	border: 1px solid #0079a1;
	font-size: 15px;
	
	line-height: normal;
	text-align: right !important;
}
.dropdown-toggle .caret {
	margin-left: 11px;
}
.dropdown-menu>li>a.btn {
	text-align: left;
}

/* Dividers */
.divider-left {
	border-left: 1px solid #ccc;
}

/* Bootstrap datetimepicker */
.bootstrap-datetimepicker-widget,
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th,
.bootstrap-datetimepicker-widget td span {
	border-radius: 0px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover,
.bootstrap-datetimepicker-widget td span.active {
	background-color: #008acc;
}
.bootstrap-datetimepicker-widget span.glyphicon {
	font-size: 25px;
	color: #008acc;
}
.bootstrap-datetimepicker-widget .picker-switch span.glyphicon {
  	color: #ff8700;
}

/* Callouts */
/*
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 5px solid #eee;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
*/

iframe{
	border: 0px;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
text-right {
	text-align: right;
}
table.categories > tbody > tr > th {
	white-space: nowrap;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: none;
}
table.categories > thead > tr > th {
	width: 15%;
}
.configuration-table > ul{
	list-style:none;
    padding-left:0;
}
.configuration-table > ul > li{
	cursor:pointer;
/* 	border-bottom: 1px solid lightgray; */
}
.configuration-table > ul > li > span{
	margin: 20px;
}
.configuration-table > ul > li > button{
	overflow: hidden;
}
ul.with-hight > li {
	margin-bottom: 10px;
}
#config-users-tab > div#users {
	padding-left: 0px;
}
#user-modal .search-choice-close {
	display: none;
}
.modal-content .row .row {
	margin-left: 0px;
	margin-right: 0px;
}

.modal-content .row  .customfield {
	padding-left: 0px;
	padding-right: 0px;
}

.alert {
	font-size: 15px;
}
.modal-open {
  overflow-y: auto;
}
#divExemptionsLoadingSpinner{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}
.syncinfosmall {
	font-size: 11px;
}
.homeSmall {
	font-size: 18px !important;
	font-weight: 'normal' !important;
  	color: #6f6f6f !important;  	
}

.exportToExcelButton{
	margin-bottom: 2px;
	width:30px;
	height:30px;		
}
.examption-alert{
	
}
.form-group2{
	margin-top: 15px;
}
.form-group3{
	margin: 15px;
}

/*
#customfieldcategory-modal{
	.modal-header {
		width: 1200px;
	}    	
}
*/

.modal-dialog {
	/* width: 925px; */
}

#exportExemptionsToCsv:hover {
	cursor: pointer;
}

#exportEventsToCsv:hover {
	cursor: pointer;
}

.break-txt{
	white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;
    
td.no-border {
	border: 0px !important;
	padding-left: 8px !important;
	padding-top: 4px !important;
	padding-right: 8px !important;
	padding-bottom: 4px !important;
}

td.only-top-border {
	border-top: 1px !important;
	padding-left: 8px !important;
	padding-top: 4px !important;
	padding-right: 8px !important;
	padding-bottom: 4px !important;
}

td.only-bot-border {
	border-top: 0px !important;
	border-bottom: 1px solid gray !important;
	padding-left: 8px !important;
	padding-top: 4px !important;
	padding-right: 8px !important;
	padding-bottom: 13px !important;
}

td.only-top-border {
	border-top: 1px solid gray !important;
	border-bottom: 0px !important;
	padding-left: 8px !important;
	padding-top: 13px !important;
	padding-right: 8px !important;
	padding-bottom: 4px !important;
}

.only-right-border {
	border-right: 1px solid gray !important;
	
}

.bold {
	font-weight: bold;
}

table.border-collapse {
	border-collapse: separate;
}

.divider {
	background-color: black;
	width: 1px;
	height: 100%;
}

.btn.btn-nedap.btn-bluemary {
	background: #008acc;
	border-color: #008acc;
}

/*YES&NO checkbox edit countzone modal*/

span.checkbox.active {
	cursor: default;
	background-color: #eeeeee;
	color: #6f6f6f;
}

span.checkbox {
	cursor: pointer;
	background-color: #ffffff;
	color: #ffffff;
}

input.hideTime {
	border: none;
	color: #ffffff;
	cursor: default !important;
	background-color: #ffffff !important;
}

span.checkbox.yes.active {
	color: #ffffff;
	background-color: #008acc;
}

.has-error span.checkbox.yes.active {
	background-color: #f04124;
}

.overflowCheckbox {
	visibility:visible !important;
}
