@import url("https://fonts.googleapis.com/css?family=Roboto");
body {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #000;
  margin: 0;
  font-weight: 300;
}

a.edit_specification_link .fa-circle,
a.edit_hour_type_link .fa-circle {
  color: #767676;
}

a.edit_specification_link.has_custom .fa-circle,
a.edit_hour_type_link.has_custom .fa-circle {
  color: orange;
}

input.table-editor.amount {
  cursor: cell !important;
}

/* Preloader */
#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}

#preloader .center {
  position: absolute;
  width: 400px;
  /* Legacy */
  top: 50%;
  left: 50%;
  /* Real */
  top: calc(50% - 250px);
  left: calc(50% - 200px);
  text-align: center;
}

#preloader .bigTxt {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  line-height: 32px;
}

#preloader .smallTxt {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}

/* Personeelsuren correctie scherm */
.employee-hours-i-icon {
  display: inline-block;
}

.entryrow td {
  padding-top: 5px !important;
  padding-bottom: 2px !important;
  font-size: 13px;
}
.nobordertop td {
  border-top-color: transparent !important;
  padding-top: 0px !important;
  font-size: 13px;
}

.above8 {
  color: red !important;
  font-weight: bold;
}

.justChanged {
  color: green !important;
  font-weight: bold;
}

/* Personeellid overzicht */
.bottomline td {
  border-bottom: 1px #000 solid !important;
}

.autofilled {
  color: orange !important;
  font-weight: bold;
}

.combineHoursAlles .editor {
  display: none;
}

a {
  color: #b98800;
}

h1,
h2,
h3,
h4 {
  color: #e9ac03;
}

h1 {
  font-size: 32px;
}

fieldset {
  border: 1px #cacaca solid;
  padding: 10px;
}

legend {
  font-size: 22px;
  border-bottom: none !important;
  background: #e5e5e5;
  color: #000;
  padding: 10px;
  margin-bottom: 0px;
}

legend small {
  float: right;
  font-size: 16px;
}

label.nobold {
  font-weight: 300 !important;
}

fieldset fieldset legend {
  background: transparent !important;
  font-size: 16px !important;
  color: #000 !important;
}

fieldset fieldset legend small {
  font-size: 13px !important;
}

fieldset .placeholder {
  font-size: 12px !important;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

input.error,
textarea.error {
  border: 1px red solid !important;
}

input.formula,
textarea.formula {
  border: 1px orange solid !important;
}

.nowrap {
  white-space: nowrap;
}

.autoberekenlabel {
  margin-top: -20px;
  position: relative;
  display: block;
}

.well h2,
.well h3 {
  margin-top: 0px;
}

.alert h1,
.alert h2,
.alert h3,
.alert h4 {
  margin-top: 0px !important;
}

.alert.alert-danger h1,
.alert.alert-danger h2,
.alert.alert-danger h3,
.alert.alert-danger h4 {
  color: red;
}

.period .table table {
  width: 90%;
}

.period .table tr th,
.period .table tr td {
  padding: 3px;
}

.period .table table tr td:nth-child(1) {
  padding-right: 10px;
}

.period .table table tr td:nth-child(2) {
  text-align: right;
}

.period .bordertoplight {
  border-top: 1px silver solid;
}

.period .bordertop {
  border-top: 1px #000 solid;
}

.period .bold * {
  font-weight: bold;
}

table.hourtable {
  font-size: 14px;
}

table.hourtable tr td:nth-child(even) {
  background: #f5f5f5;
}

table.hourtable .fa-pencil {
  color: #000;
}

table.hourtable .fa-minus-circle {
  color: red;
}

table.hourtable .fa-plus-circle {
  color: green;
}

table.checklisttable tr td {
  font-size: 14px;
}

table.checklisttable tr td input {
  font-size: 13px;
}

table.checklisttable tr td .heightfix {
  display: block;
  min-height: 35px !important;
}

.hourtable ul {
  margin: 0;
  padding: 0;
}

.hourtable ul li {
  list-style: none;
}

.appenderlink.active {
  display: block;
  border-top: 1px silver solid;
  width: 100%;
  margin-top: 5px;
}

.padding10 {
  padding: 10px;
}

.homebg {
  min-height: 500px;
  background-image: url("img/background.jpg");
  background-size: cover;
  height: 100%;
}

#loginfrm {
  padding: 15px !important;
  border: 1px #e9ac03 solid;
}

.well:not(#loginfrm) {
  background: #f9f9f9;
  box-shadow: none;
  border-radius: 0;
  padding: 15px;
}

#loginfrm h1 {
  margin: -15px -15px 10px -15px;
  display: block;
  padding: 12px 15px;
  background: #e9ac03;
  color: #ffffff;
  position: relative;
  font-size: 28px;
  border-radius: 5px 5px 0px 0px;
}

.editorblok {
  margin-bottom: 50px;
}

.opdrachtregelblok .appendertable tr:nth-child(2n + 1) td {
  border-top: 0px;
  padding-bottom: 10px;
}

.opdrachtregelblok .appendertable tr:nth-child(4n) td,
.opdrachtregelblok .appendertable tr:nth-child(5n) td {
  background: #f9f9f9;
}

table.appendertable tr:last-child,
table.appendertable tr:last-child:hover,
table.appendertable tr:last-child td,
table.appendertable tr:last-child:hover td {
  background: #a08814 !important;
  color: #ffffff !important;
  font-size: 14px;
  padding: 5px;
}

table.appendertable tr:last-child a {
  color: #ffffff;
}

.appendertable input:not([type="checkbox"]),
.appendertable select,
.appendertable textarea,
.appendertable .bootstrap-select > button {
  border: 1px #b3b3b3 solid;
  border-radius: 0px;
  margin-bottom: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.appendertable input:not(:focus):not(:hover),
.appendertable textarea:not(:focus):not(:hover) {
  border: 1px transparent solid;
  border-bottom: 1px silver dashed;
  box-shadow: none !important;
  background: transparent;
  border-radius: 0px !important;
}

.appendertable select:not(:focus):not(:hover),
.appendertable .bootstrap-select > button:not(:focus):not(:hover) {
  border: 1px transparent !important;
  box-shadow: none !important;
}

.editorblok.ui-sortable-helper {
  border: 1px silver dashed;
  padding: 5px;
  background: #ffffff;
}

.editorblok.ui-sortable-helper * {
  opacity: 0.7;
}

.editorblok h3 {
  background: #7f743d;
  color: #ffffff;
  padding: 7px;
  margin-bottom: 0px !important;
  font-size: 17px;
}

.editorblok .movenote {
  color: silver;
  font-size: 14.5px;
  padding-right: 15px;
}

.editorblok table tr th {
  font-size: 14px;
  padding: 5px 10px;
}

.nowrap {
  white-space: nowrap !important;
}

.periodwell h3 {
  margin-top: 0px;
  font-size: 22px;
}

.hoverhand:hover {
  cursor: pointer;
}

table tr:hover td {
  background: #ffffff;
}

#loginfrm h1 svg {
  margin-right: 15px;
}

#loginfrm hr {
  border-color: #c3c3c3;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover {
  background: #e9ac03;
  color: #ffffff;
  border-color: #e9ac03;
}

.tab-content {
  background: whitesmoke;
  padding: 15px;
  min-height: 50%;
}

.tab-content h2 {
  margin-top: 0px;
}

.semitrans {
  background: rgba(255, 255, 255, 0.88);
}

.logo {
  margin-top: 25px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: -15px;
  height: 50px !important;
}

.topbar {
  background: #f4c700;
}

.navbar {
  margin-bottom: 0px;
  margin-top: 0px;
  background: transparent;
  border: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 768px) {
  .navbar-nav > li {
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }

  .navbar-nav > li > a,
  .navbar-nav > li > ul {
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
}

/* #wrap{ margin-bottom: 75px; position: relative; z-index: 1; background: #fff;min-height: 100% !important;}
#footer{ position: fixed; width: 100%; bottom: 0;} */

.navbar-default .navbar-nav > .open {
  z-index: 999;
}

.navbar-default .navbar-nav > .open > a {
  background: transparent !important;
}

.navbar-nav > li > a.active,
.navbar-nav > li:hover > a {
  background: transparent !important;
}

.navbar-nav > li.active,
.navbar-nav > li:hover {
  background: #e9ac03 !important;
}
.navbar-nav > li.active > a,
.navbar-nav > li:hover > a {
  color: #ffffff !important;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background: transparent;
  border: 0;
}

.navbar-toggle {
  background-color: #ffffff;
  font-size: 12px;
  background: #e9ac03;
  margin: 15px 0 15px 0;
  width: 60px;
  color: #fff;
  padding: 0;
}

.tabletop th.padding {
  padding-top: 14px;
}

.navbar-collapse {
  max-height: none !important;
}

.mobielmenu {
    background: #9a7100;
    color: #fff;
    top: 85px;
    position: relative;
}

.mobielmenu a {
  color: #fff;
}

.nacalculatiesub,
.nacalculatiesub:hover td {
  background: #fffdf2;
  background-color: #fffdf2;
}

.nacalculatiesub .subitem {
  clear: both;
  border-bottom: 1px silver solid;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 13px !important;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: auto;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 1200px;
  height: auto !important;
}

/* Set the fixed height of the footer here */
#footer {
  padding-top: 10px;
  min-height: 75px;
  background: #505050;
  padding-bottom: 10px;
  color: #fff;
}

#footer a {
  color: #fff;
}

.spacer {
  height: 30px;
}

.spacer2 {
  height: 15px;
}

.red {
  color: red;
}

.warning.light,
.warning.light td,
.warning.light th {
  background-color: #fffef4 !important;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Carousel aanpassingen
///////////////////////////////////////
*/

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: auto;
}

.carousel-indicators {
  bottom: -10%;
}

.carousel:hover .carousel-indicators {
  bottom: 2%;
}

.carousel-control,
.carousel-indicators {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.carousel-control.left {
  left: -10%;
  opacity: 0;
}

.carousel:hover .carousel-control.left {
  left: 0%;
  opacity: 0.5;
}

.carousel-control.right {
  right: -10%;
  opacity: 0;
}

.carousel:hover .carousel-control.right {
  right: 0%;
  opacity: 0.5;
}

.carousel {
  overflow: hidden;
}

.carousel-caption {
  left: 10%;
  right: 10%;
  bottom: 20%;
  text-align: left;
}
@media (min-width: 768px) {
  .carousel-caption h2 {
    font-size: 250%;
    display: inline-block;
    color: #fff;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    clear: both;
    float: left;
  }

  .carousel-caption p {
    font-size: 200%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    clear: both;
    float: left;
  }
  .carousel-caption .btn {
    text-shadow: none;
    float: left;
    clear: both;
  }
}

/*
	  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
	  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
	  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
	  Inspired from:  http://codepen.io/Rowno/pen/Afykb
	*/

.carousel.fade {
  opacity: 1;
}

.fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.fade .carousel-inner .active {
  opacity: 1;
}

.fade .carousel-inner .active.left,
.fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.fade .carousel-inner .next.left,
.fade .carousel-inner .prev.right {
  opacity: 1;
}

.fade .carousel-control {
  z-index: 2;
}

/*
	  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
	  Need to override the 3.3 new styles for modern browsers & apply opacity
	*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .fade .carousel-inner > .item.next,
  .fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .fade .carousel-inner > .item.prev,
  .fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .fade .carousel-inner > .item.next.left,
  .fade .carousel-inner > .item.prev.right,
  .fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes entrance {
  from {
    opacity: 0;
    margin-left: -10px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}

/* Standard syntax */
@keyframes entrance {
  from {
    opacity: 0;
    margin-left: -10px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .carousel.vertical .carousel-inner {
    height: 100%;
    width: auto;
  }
  .carousel.vertical .carousel-inner > .item {
    width: auto;
    padding-right: 0px;
    -webkit-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
  }
  @media all and (transform-3d), (-webkit-transform-3d) {
    .carousel.vertical .carousel-inner > .item {
      -webkit-transition: 0.6s ease-in-out;
      transition: 0.6s ease-in-out;
    }
    .carousel.vertical .carousel-inner > .item.next,
    .carousel.vertical .carousel-inner > .item.active.right {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      top: 0;
    }
    .carousel.vertical .carousel-inner > .item.prev,
    .carousel.vertical .carousel-inner > .item.active.left {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      top: 0;
    }
    .carousel.vertical .carousel-inner > .item.next.left,
    .carousel.vertical .carousel-inner > .item.prev.right,
    .carousel.vertical .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      top: 0;
    }
  }
  .carousel.vertical .carousel-inner > .active,
  .carousel.vertical .carousel-inner > .next,
  .carousel.vertical .carousel-inner > .prev {
    display: block;
  }
  .carousel.vertical .carousel-inner > .active {
    top: 0;
  }
  .carousel.vertical .carousel-inner > .next,
  .carousel.vertical .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .carousel.vertical .carousel-inner > .next {
    top: 100%;
  }
  .carousel.vertical .carousel-inner > .prev {
    top: -100%;
  }
  .carousel.vertical .carousel-inner > .next.left,
  .carousel.vertical .carousel-inner > .prev.right {
    top: 0;
  }
  .carousel.vertical .carousel-inner > .active.left {
    top: -100%;
  }
  .carousel.vertical .carousel-inner > .active.right {
    top: 100%;
  }

  .carousel.vertical .carousel-control {
    left: auto;
    width: 50px;
  }
  .carousel.vertical .carousel-control.up {
    top: 0;
    right: 0;
    bottom: 50%;
  }
  .carousel.vertical .carousel-control.down {
    top: 50%;
    right: 0;
    bottom: 0;
  }
  .carousel.vertical .carousel-control .icon-prev,
  .carousel.vertical .carousel-control .icon-next,
  .carousel.vertical .carousel-control .glyphicon-chevron-up,
  .carousel.vertical .carousel-control .glyphicon-chevron-down {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
  }
  .carousel.vertical .carousel-control .icon-prev,
  .carousel.vertical .carousel-control .glyphicon-chevron-up {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
  }
  .carousel.vertical .carousel-control .icon-next,
  .carousel.vertical .carousel-control .glyphicon-chevron-down {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
  }
  .carousel.vertical .carousel-control .icon-up,
  .carousel.vertical .carousel-control .icon-down {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
  }
  .carousel.vertical .carousel-control .icon-prev:before {
    content: "\2039";
  }
  .carousel.vertical .carousel-control .icon-next:before {
    content: "\203a";
  }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes entrance {
  from {
    opacity: 0;
    margin-left: -10px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}

/* Standard syntax */
@keyframes entrance {
  from {
    opacity: 0;
    margin-left: -10px;
  }
  to {
    opacity: 1;
    margin-left: 0px;
  }
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
EINDE carousel aanpassingen
///////////////////////////////////////
*/

.select2 {
  width: 100% !important;
}

.topbar .navbar .navbar-collapse {
  display: flex !important;
  justify-content: end;
}