html {
  position: relative;
  min-height: 100%;
}

html body {
  padding-top: 40px;
}

[ng-drag], [ng-drag-clone] {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.drag-object, [ng-drag-clone], [ng-drop], [ng-drag] {
  width: 180px;
  min-height: 50px;
  text-align: center;
  padding-top: 5px;
  display: inline-block;
  margin: 0;
  cursor: move;
  position: relative;
  overflow: hidden;
}

.sticky-wrap .drag-object, .sticky-wrap [ng-drag-clone], .sticky-wrap [ng-drop], .sticky-wrap [ng-drag] {
  width: 125px;
}

.drag-object [ng-drag] {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

[ng-drag-clone] {
  margin: 0;
}

[ng-drag].drag-over {
  border: dotted 1px red;
}

[ng-drag].dragging {
  opacity: 0.5;
}

[ng-drop] {
  text-align: left;
  display: block;
  position: relative;
  min-height: 40px;
  min-width: 40px;
}

[ng-drop].center {
  text-align: center;
}

[ng-drop].drag-enter {
  border: dotted 1px red;
}

[ng-drop] div {
  position: relative;
  z-index: 2;
}

.table-responsive .dashboard {
  margin-top: 10px;
  height: 470px;
}

.table-responsive .dashboard.fullheight {
  height: auto;
}

.table-responsive .dashboard .table {
  position: relative;
}

.table-responsive .dashboard .table thead tr th {
  border: none;
  font-weight: normal;
}

table.employees tr td div {
  display: none;
  position: absolute;
  margin: 5px 0 0 10px;
  padding: 40px;
  border: 1px solid #808080;
  background-color: #FFF;
}

table.employees tr td:hover div {
  display: block;
  z-index: 100;
}

.form-login {
  max-width: 330px;
  padding: 0px 15px 5px 15px;
  margin: 0 auto;
}

.form-login .form-login-heading {
  margin-bottom: 10px;
}

.form-login .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-login .form-control:focus {
  z-index: 2;
}

.form-login input[type=password] {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (min-width: 768px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 100%;
    *width: 100%;
  }
}
@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.2857142857%;
    *width: 14.2857142857%;
  }
}
/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.2857142857%;
    *width: 14.2857142857%;
  }
}
.projectrow:hover {
  cursor: pointer;
}

#projectContainer {
  max-height: 475px;
  overflow: hidden;
  overflow-y: scroll;
}

.full-height {
  height: 100%;
}

@media (max-width: 768px) {
  .hides {
    display: none;
  }
}
.monthcontainer {
  width: 125px;
  position: static;
  display: table-cell;
  vertical-align: top;
}

.full .monthcontainer {
  width: auto;
}

.monthitem, .weekitem {
  width: 125px;
}

.monthitem, .weekitem, .dayitem {
  padding: 0px;
  margin: 0px;
  word-wrap: break-word;
  font-size: 10px;
  /*code voor verbergen remarks:*/
  /*.planning-content.remarks{
      display:none;
  }

  &:hover .planning-content.remarks{
      display:block;
  }*/
}

.monthitem:hover, .weekitem:hover, .dayitem:hover {
  cursor: pointer;
}

.monthitem p, .weekitem p, .dayitem p {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .monthitem .remove-item, .weekitem .remove-item, .dayitem .remove-item {
    display: none;
  }
}
tr.full .monthitem, tr.full .weekitem, tr.full .dayitem {
  padding: 0;
  margin: 0;
  width: auto;
  white-space: nowrap;
}

/* Component styles */
table {
  border-collapse: collapse;
  margin-bottom: 3em;
  width: 100%;
  background: #fff;
}

td, th {
  /*padding: 5px;*/
  text-align: left;
}

.full td, .full th {
  padding: 0 !important;
}

td.err {
  background-color: #e992b9;
  color: #fff;
  font-size: 0.75em;
  text-align: center;
  line-height: 1;
}

th {
  background-color: #00581b;
  color: #fff;
  white-space: nowrap;
  font-weight: normal !important;
}

tbody th {
  background-color: #007a3d;
}

@media (max-height: 640px) {
  tbody th {
    max-width: 125px;
    width: 125px;
    word-wrap: break-word;
    white-space: pre-line;
  }
}
tbody tr:nth-child(2n-1) {
  background-color: #f5f5f5;
  transition: all 0.125s ease-in-out;
}

tbody tr:hover {
  background-color: rgba(129, 208, 177, 0.3);
}

.light-yellow {
  background-color: #FFFFE0;
}

/* For appearance */
.sticky-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  margin: 0;
  width: 100%;
}

.sticky-wrap td {
  padding: 0px;
}

.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.125s ease-in-out;
  z-index: 50;
  width: auto; /* Prevent table from stretching to full size */
}

.sticky-col {
  width: 150px !important;
}

.sticky-wrap .sticky-thead {
  box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, 0.125);
  z-index: 100;
  width: 100%; /* Force stretch */
}

.sticky-wrap .sticky-intersect {
  opacity: 1;
  z-index: 150;
}

.sticky-wrap .sticky-intersect th {
  height: 40px;
}

.sticky-wrap td,
.sticky-wrap th {
  box-sizing: border-box;
}

.sticky-wrap.overflow-y {
  overflow-y: auto;
  max-height: 88vh;
}

.sticky-col tbody tr th {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.modal-body.Blue1 [contenteditable=true] {
  background-color: #728FCE;
}

.modal-body.Blue2 [contenteditable=true] {
  background-color: #38ACEC;
}

.modal-body.Blue3 [contenteditable=true] {
  background-color: #B4CFEC;
}

.modal-body.Green1 [contenteditable=true] {
  background-color: #7BCCB5;
}

.modal-body.Green2 [contenteditable=true] {
  background-color: #4E8975;
}

.modal-body.Green3 [contenteditable=true] {
  background-color: #667C26;
}

.modal-body.Green4 [contenteditable=true] {
  background-color: #6AA121;
}

.modal-body.Green5 [contenteditable=true] {
  background-color: #99C68E;
}

.modal-body.Orange1 [contenteditable=true] {
  background-color: #C88141;
}

.modal-body.Orange2 [contenteditable=true] {
  background-color: #C47451;
}

.modal-body.Orange3 [contenteditable=true] {
  background-color: #E56717;
}

.modal-body.Orange4 [contenteditable=true] {
  background-color: #FF8040;
}

.modal-body.Red1 [contenteditable=true] {
  background-color: #954535;
}

.modal-body.Red2 [contenteditable=true] {
  background-color: #C24641;
}

.modal-body.Red3 [contenteditable=true] {
  background-color: #B87333;
}

.modal-body.Red4 [contenteditable=true] {
  background-color: #C19A6B;
}

.modal-body.Red5 [contenteditable=true] {
  background-color: #FF6A6A;
}

.modal-body.Purple1 [contenteditable=true] {
  background-color: #7E354D;
}

.modal-body.Purple2 [contenteditable=true] {
  background-color: #C48189;
}

.modal-body.Purple3 [contenteditable=true] {
  background-color: #7E587E;
}

.simditor-body h1 {
  font-size: 19px;
}

.simditor-body h2 {
  font-size: 18px;
}

.simditor-body h3 {
  font-size: 17px;
}

.planning-content h1 {
  font-size: 13px;
}

.planning-content h2 {
  font-size: 12px;
}

.planning-content h3 {
  font-size: 11px;
}

.striped {
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 10px, rgba(0, 0, 0, 0.3) 10px, rgba(0, 0, 0, 0.3) 20px);
}

.bold {
  font-weight: 900;
}

.red {
  color: red;
}

.blue {
  color: #0000A0;
}

.yellow {
  color: yellow;
}

.blue {
  color: blue;
}

.white {
  color: white;
}

.black {
  color: black;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.current {
  font-weight: bold;
}

.text-muted {
  margin: 20px 0;
}

.darkgreen {
  background: #00581b;
  border: none;
}

.dark-green {
  background: #00581b;
}

.green {
  background: #007a3d;
}

.green-text {
  color: #007a3d;
}

.logo {
  width: 100px;
  position: absolute;
  top: 60px;
}

@media (max-width: 1399px) {
  .logo {
    display: none;
  }
}
a.active {
  color: white !important;
}

a {
  color: #00581b;
}

a:hover, a:focus {
  color: #00581b;
}

.form-control-inline {
  min-width: 0;
  width: auto;
  display: inline;
}

.form-items {
  display: table-cell;
  vertical-align: middle;
}



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