/*
@import 'blue';
@import 'red';
@import 'green';
@import 'yellow';
*/
/* Algemeen */
input[type='text'],
input[type='number'] {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
  line-height: 26px !important;
  min-height: 26px !important;
  font-family: Arial,Helvetica,sans-serif; }

select {
  padding: 3px !important;
  font-family: Arial,Helvetica,sans-serif; }

body {
  overflow-x: hidden;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #b0b1b2;
  background: #fff; }

p {
  font-size: 17px;
  color: #58585a;
  margin-bottom: 30px;
  line-height: 20px; }

p.small {
  font-size: 16px; }

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ca1745;
  font-size: 26px;
  margin: 0 0 15px 0;
  font-weight: 400;
  line-height: 30px; }

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
  color: #fff; }

h2 {
  margin: 30px 0; 
  font-size: 20px; }

h3 {
	color: #b0b1b2;
	font-size: 16px;
}

.img-centered {
  margin: 0 auto; }

section {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0 !important;
  padding-right: 0 !important; }

input {
  font-style: italic; }

a, button {
  color: #ca1745;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border: none; }

a:hover, button:hover,
a:active, button:hover {
  color: #880023; }

.template {
  display: none; }

.maincontent {
  padding-top: 65px;
  padding-bottom: 20px; }

.checkboxGroup .checkbox:first-child, .radioGroup .radio:first-child {
  margin-top: 0; }

input[type="checkbox"]:checked + .check, input[type="radio"]:checked + .check {
  display: block; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.absolute {
  position: absolute !important; }

.relative {
  position: relative !important; }

.fixed {
  position: fixed !important; }

.nopadding {
  padding: 0; }

.nopaddingleft {
  padding-left: 0 !important; }

.nopaddingright {
  padding-right: 0 !important; }

.nopaddingbottom {
  padding-bottom: 0 !important; }

.nowrap {
  white-space: nowrap; }

.bottommargin {
  margin-bottom: 30px; }

.topmargin {
  margin-top: 30px; }

.leftmargin {
  margin-left: 30px; }

.rightmargin {
  margin-right: 30px; }

.nomargin {
  margin: 0; }

.border {
  border: 1px solid #b0b1b2; }

.inside {
  padding-top: 15px;
  padding-bottom: 15px; }

.insidesmall {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px; }

.smalltopmargin {
  margin-top: 15px; }

.smallbottommargin {
  margin-bottom: 15px; }

@media (max-width: 767px) {
  .smallnopaddingleft {
    padding-left: 0; }

  .smallnopaddingright {
    padding-right: 0; }

  .smallpadding {
    padding-left: 15px;
    padding-right: 15px; }

  .smallmarginbottom {
    margin-bottom: 15px; }

  .smallnopadding {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .smallbottommarginonly {
    margin-bottom: 15px; }

  .xs-text-center {
    text-align: center; } }
@media (min-width: 768px) and (max-width: 990px) {
  .middlepadding {
    padding-left: 15px;
    padding-right: 15px; }

  .middlenopadding {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 1199px) {
  .marginbottomnotlarge {
    margin-bottom: 15px; }

  .nopaddingrightnotlarge {
    padding-right: 0; }

  .nopaddingleftnotlarge {
    padding-left: 0; } }
.noTransition {
  -webkit-transition: all 0s ease !important;
  -moz-transition: all 0s ease !important;
  -o-transition: all 0s ease !important;
  transition: all 0s ease !important; }

/*Sidebar*/
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }

.menu-open #wrapper {
  padding-left: 220px; }

.menu-closed #wrapper {
  padding-left: 0; }

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 220px;
  width: 0;
  height: 100%;
  margin-left: -220px;
  overflow-y: auto;
  background: #ebebeb;
  background: -moz-linear-gradient(left, #ebebeb 0%, #ebebeb 95%, #b8b8b8 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ebebeb), color-stop(95%, #ebebeb), color-stop(100%, #b8b8b8));
  background: -webkit-linear-gradient(left, #ebebeb 0%, #ebebeb 95%, #b8b8b8 100%);
  background: -o-linear-gradient(left, #ebebeb 0%, #ebebeb 95%, #b8b8b8 100%);
  background: -ms-linear-gradient(left, #ebebeb 0%, #ebebeb 95%, #b8b8b8 100%);
  background: linear-gradient(to right, #ebebeb 0%, #ebebeb 95%, #b8b8b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#b8b8b8', GradientType=1 );
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.menu-open #sidebar-wrapper {
  left: 220px;
  width: 220px; }

#wrapper.toggled #sidebar-wrapper {
  width: 220px; }

.menu-closed #wrapper #sidebar-wrapper {
  width: 0; }

#page-content-wrapper {
  width: 100%;
  position: absolute; }

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -220px; }

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 220px;
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar-nav > li {
  text-indent: 20px;
  line-height: 50px; }

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #b0b1b2; }

.sidebar-nav li > a {
  border-top: 1px solid #78787a; }

.sidebar-nav li:last-of-type > a {
  border-bottom: 1px solid #78787a; }

.sidebar-nav li.sidebar-brand > a {
  border: none; }

.sidebar-nav > li:active,
.sidebar-nav > li:hover,
.sidebar-nav > li.active {
  background: #ebebeb;
  background: -moz-linear-gradient(left, #ebebeb 0%, white 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ebebeb), color-stop(100%, white));
  background: -webkit-linear-gradient(left, #ebebeb 0%, white 100%);
  background: -o-linear-gradient(left, #ebebeb 0%, white 100%);
  background: -ms-linear-gradient(left, #ebebeb 0%, white 100%);
  background: linear-gradient(to right, #ebebeb 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff', GradientType=1 ); }

.sidebar-nav > li:active > a,
.sidebar-nav > li:hover > a,
.sidebar-nav > li.active > a {
  color: #ca1745; }

.sidebar-nav li ul {
  background: #b0b0b0;
  /* Old browsers */
  background: -moz-linear-gradient(left, #b0b0b0 0%, #b0b0b0 95%, #8b8b8b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b0b0b0), color-stop(95%, #b0b0b0), color-stop(100%, #8b8b8b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #b0b0b0 0%, #b0b0b0 95%, #8b8b8b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #b0b0b0 0%, #b0b0b0 95%, #8b8b8b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #b0b0b0 0%, #b0b0b0 95%, #8b8b8b 100%);
  /* IE10+ */
  background: linear-gradient(to right, #b0b0b0 0%, #b0b0b0 95%, #8b8b8b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b0b0', endColorstr='#8b8b8b',GradientType=1 );
  /* IE6-9 */
  -webkit-box-shadow: inset 0px 9px 5px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 9px 5px -8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 9px 5px -8px rgba(0, 0, 0, 0.75);
  list-style: none;
  border-bottom: 1px solid #b0b1b2;
  padding: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease; }

.sidebar-nav li.active ul {
  padding: 5px 0;
  max-height: 1000px; }

.sidebar-nav li ul li {
  line-height: 25px; }

.sidebar-nav li ul li a {
  color: #666;
  border: none !important; }

.sidebar-nav li ul li:hover a,
.sidebar-nav li ul li:active a,
.sidebar-nav li ul li.active a {
  color: #ca1745; }

.sidebar-nav li ul li .indicator,
.sidebar-nav li ul li .indicator,
.sidebar-nav li ul li .indicator {
  display: none;
  background: #ca1745; }

.sidebar-nav > li.active ul li:hover .indicator,
.sidebar-nav > li.active ul li:active .indicator,
.sidebar-nav > li.active ul li.active .indicator {
  display: block;
  height: 20px;
  width: 5px;
  position: absolute; }

.sidebar-nav > .sidebar-brand {
  height: 106px;
  border-bottom: 1px solid #b0b1b2; }

.sidebar-nav > .sidebar-brand:hover {
  background: none !important; }

@media (min-width: 768px) {
  #page-content-wrapper {
    position: relative; }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0; } }
/*header*/
header {
  height: 50px;
  border-bottom: 1px solid #ca1745;
  background: #ca1745;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ca1745 0%, #9f3852 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ca1745), color-stop(100%, #9f3852));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ca1745 0%, #9f3852 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ca1745 0%, #9f3852 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ca1745 0%, #9f3852 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ca1745 0%, #9f3852 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca1745', endColorstr='#9f3852',GradientType=0 );
  /* IE6-9 */
  z-index: 150;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  /*right: 0;*/
  /*top: 0;*/ }

header.success {
  background: #6dd64d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6dd64d 0%, #2db901 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6dd64d), color-stop(100%, #2db901));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6dd64d 0%, #2db901 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6dd64d 0%, #2db901 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6dd64d 0%, #2db901 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6dd64d 0%, #2db901 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dd64d', endColorstr='#2db901',GradientType=0 );
  /* IE6-9 */
  border-bottom: 1px solid #5FD23D; }

header.success .messageBox:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 26px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 2px;
  margin-right: 5px; }

header.error {
  background: #fd6f6f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fd6f6f 0%, #cc0000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd6f6f), color-stop(100%, #cc0000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fd6f6f 0%, #cc0000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fd6f6f 0%, #cc0000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fd6f6f 0%, #cc0000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fd6f6f 0%, #cc0000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6f6f', endColorstr='#cc0000',GradientType=0 );
  /* IE6-9 */
  border-bottom: 1px solid #F7555A; }

header.error .messageBox:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 26px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  position: relative;
  top: 3px;
  margin-right: 5px; }

header .right-content {
  top: 0;
  position: absolute;
  right: 20px; }

body.menu-open header .right-content, body.menu-open footer .right-content {
  right: 235px; }

@media (max-width: 768px) {
  body.menu-open header .right-content {
    right: 20px; } }
header .center-content {
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  color: #fff;
  line-height: 50px; }

/* footer */
footer {
  position: absolute;
  height: 20px;
  bottom: 0px;
  border-top: 1px solid #716A6C;
  background: #ddd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4C4B4B 0%, #716A6C 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4C4B4B), color-stop(100%, #716A6C));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4C4B4B 0%, #716A6C 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4C4B4B 0%, #716A6C 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4C4B4B 0%, #716A6C 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4C4B4B 0%, #716A6C 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C4B4B', endColorstr='#716A6C',GradientType=0 );
  /* IE6-9 */
  z-index: 150;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  /*right: 0;*/
  /*top: 0;*/ }

footer .right-content {
  right: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  color: #fff;
  line-height: 20px;
  font-size: 8pt; }

.top-icon:before {
  font-size: 40px;
  float: left; }

#menu-toggle,
.top-icon {
  line-height: 50px !important;
  color: #fff !important;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

#menu-toggle {
  top: 0;
  z-index: 200; }

#menu-toggle:before {
  font-size: 40px; }

.top-icon {
  margin-left: 15px; }

#menu-toggle:hover,
#menu-toggle:active,
.top-icon:hover,
.top-icon:active,
.top-icon.open {
  opacity: 0.5; }

.breadcrumbs {
  border-top: 1px dotted #b0b1b2;
  border-bottom: 1px dotted #b0b1b2;
  line-height: 39px; }

.breadcrumbs a,
.breadcrumbs span {
  margin-right: 15px; }

body input,
body select,
body textarea {
  border: 1px solid #b0b1b2;
  padding: 3px !important;
  background: #fff;
  line-height: 26px;
  height: 26px;
  color: #666;
  font-style: italic;
  font-size: 12px;
  font-weight: normal !important; }

body textarea {
  height: 150px;
  resize: none; }

body input.error,
body select.error,
body textarea.error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/*body input:after,*/
/*body select.error:after,*/
/*body textarea.error:after {*/
/*display: inline-block;*/
/*font: normal normal normal 14px/1 FontAwesome;*/
/*font-size: 26px;*/
/*text-rendering: auto;*/
/*-webkit-font-smoothing: antialiased;*/
/*-moz-osx-font-smoothing: grayscale;*/
/*content: "\f00d";*/
/*position: relative;*/
/*top: 3px;*/
/*margin-right: 5px;*/
/*}*/
/*content*/
.button-holder {
  padding: 0 0 2px 2px; }

.button-holder:first-of-type {
  padding-left: 0; }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 12.5%; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .button-holder:nth-child(4n+1) {
    padding-left: 0; } }
@media (min-width: 768px) and (max-width: 990px) {
  .button-holder:nth-child(2n+1) {
    padding-left: 0; } }
@media (max-width: 767px) {
  .button-holder {
    padding-left: 0; } }
/*table*/
.table {
  border: none;
  margin: 0; }

.table tr {
  background: #cfcfcf;
  border-bottom: 2px solid #fff;
  color: #575454; }

.table tbody tr:nth-child(odd) {
  background: #eee; }

.table thead tr, .table tr.table {
  background: #707073 !important;
  font-size: 16px;
  color: #fff; }

.table > thead > tr > th,
.table > tbody > tr > td {
  border: none; }

.table thead tr th,
.table tbody tr td {
  padding: 5px 2px;
  position: relative; }

.table th.tools, .table td.tools {
  background: #fff;
  border: none; }

.table thead tr th .filter {
  line-height: 26px;
  font-size: 18px;
  margin-right: 5px; }

.table thead tr th .filterdropdown {
  display: none;
  position: absolute;
  right: 10px;
  top: 30px;
  background: #fff;
  padding: 5px;
  border: 1px solid #b0b1b2;
  z-index: 50; }

.table .holder {
  padding: 0 5px;
  border-left: 1px dotted #fff;
  line-height: 26px;
  height: 26px;
  /*overflow: hidden;*/
  font-weight: normal; }

.table td:first-of-type .holder,
.table th:first-of-type .holder {
  border: none; }

.table .holder .checkbox,
.table .holder .radio {
  margin-top: 0;
  margin-bottom: 0; }

.table .input-holder {
  width: 28px; }

.table tfoot {
  display: none; }

.tableAction {
  margin-left: 10px;
  font-size: 16px;
  color: #8d8d8f; }

.checkbox-holder,
.radio-holder {
  width: 18px;
  height: 18px;
  margin: 3px 5px;
  border: 1px solid #b0b1b2;
  background: #fff;
  float: left;
  cursor: pointer; }

.radio-holder {
  border-radius: 50%; }

.checkbox-holder input,
.radio-holder input {
  display: none; }

.checkbox-holder .fa:before {
  float: left;
  font-size: 24px;
  line-height: 24px;
  margin-top: -6px;
  color: #ca1745; }

.radio-holder .fa:before {
  color: #ca1745;
  float: left;
  font-size: 14px;
  line-height: 14px;
  margin-left: 2px;
  margin-top: 1px; }

.checkbox-holder .fa,
.radio-holder .fa {
  display: none; }

.table tr.voltooid {
  background: #a370c8;
  background: -moz-linear-gradient(top, #a370c8 0%, #7d30b4 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #a370c8), color-stop(100%, #7d30b4));
  background: -webkit-linear-gradient(top, #a370c8 0%, #7d30b4 100%);
  background: -o-linear-gradient(top, #a370c8 0%, #7d30b4 100%);
  background: -ms-linear-gradient(top, #a370c8 0%, #7d30b4 100%);
  background: linear-gradient(to bottom, #a370c8 0%, #7d30b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a370c8', endColorstr='#7d30b4', GradientType=0 ); }

.table tr.concept {
  background: #f9a45e;
  background: -moz-linear-gradient(top, #f9a45e 0%, #ff7301 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f9a45e), color-stop(100%, #ff7301));
  background: -webkit-linear-gradient(top, #f9a45e 0%, #ff7301 100%);
  background: -o-linear-gradient(top, #f9a45e 0%, #ff7301 100%);
  background: -ms-linear-gradient(top, #f9a45e 0%, #ff7301 100%);
  background: linear-gradient(to bottom, #f9a45e 0%, #ff7301 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a45e', endColorstr='#ff7301', GradientType=0 ); }

.table tr.geannuleerd {
  background: #fd6f6f;
  background: -moz-linear-gradient(top, #fd6f6f 0%, #cc0000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fd6f6f), color-stop(100%, #cc0000));
  background: -webkit-linear-gradient(top, #fd6f6f 0%, #cc0000 100%);
  background: -o-linear-gradient(top, #fd6f6f 0%, #cc0000 100%);
  background: -ms-linear-gradient(top, #fd6f6f 0%, #cc0000 100%);
  background: linear-gradient(to bottom, #fd6f6f 0%, #cc0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6f6f', endColorstr='#cc0000', GradientType=0 ); }

.table tr.bevestigd {
  background: #6dd64d;
  background: -moz-linear-gradient(top, #6dd64d 0%, #2db902 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #6dd64d), color-stop(100%, #2db902));
  background: -webkit-linear-gradient(top, #6dd64d 0%, #2db902 100%);
  background: -o-linear-gradient(top, #6dd64d 0%, #2db902 100%);
  background: -ms-linear-gradient(top, #6dd64d 0%, #2db902 100%);
  background: linear-gradient(to bottom, #6dd64d 0%, #2db902 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dd64d', endColorstr='#2db902', GradientType=0 ); }

.table tr.voortgezet {
  background: #58c9fd;
  background: -moz-linear-gradient(top, #58c9fd 0%, #20aaea 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #58c9fd), color-stop(100%, #20aaea));
  background: -webkit-linear-gradient(top, #58c9fd 0%, #20aaea 100%);
  background: -o-linear-gradient(top, #58c9fd 0%, #20aaea 100%);
  background: -ms-linear-gradient(top, #58c9fd 0%, #20aaea 100%);
  background: linear-gradient(to bottom, #58c9fd 0%, #20aaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58c9fd', endColorstr='#20aaea', GradientType=0 ); }

.table tr.afgehandeld {
  background: #c3c2c3;
  background: -moz-linear-gradient(top, #c3c2c3 0%, #757575 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #c3c2c3), color-stop(100%, #757575));
  background: -webkit-linear-gradient(top, #c3c2c3 0%, #757575 100%);
  background: -o-linear-gradient(top, #c3c2c3 0%, #757575 100%);
  background: -ms-linear-gradient(top, #c3c2c3 0%, #757575 100%);
  background: linear-gradient(to bottom, #c3c2c3 0%, #757575 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c2c3', endColorstr='#757575', GradientType=0 ); }

@media (max-width: 990px) {
  .table thead tr th,
  .table tbody tr td {
    font-size: 12px; } }
    
/*login*/
.login-holder {
    padding: 15px;
    width: 400px;
    left: 50%;
    top: 50%;
    z-index: 200;
    -ms-transform: translate(-50%, -190px); /* IE 9 */
    -webkit-transform: translate(-50%, -190px); /* Chrome, Safari, Opera */
    transform: translate(-50%, -190px);
}
.login {
    background: rgba(255,255,255,0.75);
    border: 2px solid #ca1745;
    padding: 20px;
}
    
/*forms*/
.form-holder {
  background: #ebebeb; }

@media (max-width: 767px) {
  .more-inputs input,
  .more-inputs select {
    margin-bottom: 5px; } }
@media (min-width: 768px) {
  .form-holder {
    max-width: 750px; } }
@media (min-width: 992px) {
  .form-holder {
    max-width: 970px; } }
@media (min-width: 1200px) {
  .form-holder {
    max-width: 1170px; } }
.form-holder label {
  color: #666;
  line-height: 28px;
  font-weight: normal; }

label .labelValue {
  padding-left: 20px; }
  
div .formBlock .error {		
	color: #a84341;		
}		

.sidebar {
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 65px;
  width: 250px;
  height: 100%;
  top: 0px;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff; }

.sidebar label,
.sidebar input,
.sidebar select,
.sidebar textarea,
.sidebar form {
  width: 100%; }

.sidebar label {
  color: #fff; }

.sidebar form {
  margin-left: 0 !important; }

.sidebar .checkbox label,
.sidebar .radio label {
  width: auto; }

.sidebar .form-holder {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: none; }

.sidebar-right {
  border-left: 1px solid #ca1745;
  right: -251px; }

.sidebar-right.open {
  right: 0; }

/*cta*/
.cta {
  line-height: 35px;
  border-radius: 3px;
  background: #880023;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.cta.second {
  background: #efefef;
  color: #000; }

.cta:hover,
.cta:active,
.cta.active {
  background: #ca1745;
  color: #fff; }

.cta.light {
  background: #ca1745;
  color: #fff; }

.cta.light:hover,
.cta.light:active,
.cta.light.active {
  background: #880023;
  color: #fff; }

/* Login */
.cycle-slideshow {
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.slide {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.formForgotPassword, .formRegister {
  display: none; }

.formForgotPassword .button.cancel,
.formRegister .button.cancel {
  float: left; }

.modal-body {
  overflow: auto; }

.modalLevel:empty {
  display: none; }

.modal.level1 .modalBack {
  display: none; }

.modal .modalLevel {
  display: none; }

.modal .modalLevel:last-of-type {
  display: block; }

.xdebug-error {
  color: #ca1745; }

.tooltip {
  position: relative;
  z-index: inherit;
  filter: alpha(opacity=1);
  opacity: 1; }

.tooltipster-base img {
  max-width: 400px;
  max-height: 400px; }

.sidebar-brand a {
  height: 100%; }

.sidebar-brand a img {
  max-height: 100%; }

.contentBlock {
  border-bottom: 1px solid; }

.contentBlock:last-of-type {
  border-bottom: none; }

.deleteMultiFormBlock {
  cursor: pointer; }

.uploadWrapper img {
  max-width: 100%; }

.disabled {
  background: #a6a6a6 !important; }

.conditionShow {
  display: none; }

.tableBlock > td {
  padding: 15px !important;
  background: #b0b0b0;
  /* Old browsers */
  background: -moz-linear-gradient(left, #b0b0b0 0%, #b0b0b0 95%, #8b8b8b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b0b0b0), color-stop(95%, #b0b0b0), color-stop(100%, #8b8b8b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #b0b0b0 0%, #b0b0b0 95%, #8b8b8b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #b0b0b0 0%, #b0b0b0 95%, #8b8b8b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #b0b0b0 0%, #b0b0b0 95%, #8b8b8b 100%);
  /* IE10+ */
  background: linear-gradient(to right, #b0b0b0 0%, #b0b0b0 95%, #8b8b8b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b0b0', endColorstr='#8b8b8b',GradientType=1 );
  /* IE6-9 */
  -webkit-box-shadow: inset 0px 9px 5px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 9px 5px -8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 9px 5px -8px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset 0px 9px 5px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 9px 5px -8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 9px 5px -8px rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid #b0b1b2; }

.modal-header {
  overflow: auto; }

.modal .form-holder {
  background: none; }

.scrollFixActive {
  position: fixed;
  top: 55px;
  z-index: 900; }

.form-holder hr {
  border-top: 1px solid #ca1745; }

.settingsRequestPermissions label {
  width: auto; }

/*# sourceMappingURL=default.css.map */

.table .fa:before {
	font-size: 20px;
}
.table .fa-green {
	color: #2dad00;
}
.table .fa-red {
	color: #cc0000;
}

.callButton {
	font-size: 25px;
}

.fa-green {
	background: #2dad00 !important;
	color: #fff !important;
}
.fa-red {
	background: #cc0000 !important;
	color: #fff !important;
}
