body,
html {
    overflow-x: hidden;
    height: 100%;
}

hr {
    border-color: rgba(0, 0, 0, 0.05);
    margin-top: 10px;
}

#column-grid, #account-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}

#header-custom {
    height: 80px;
}

#header-custom #header-title {
    float: left;
    width: auto;
    display: inline-block;
    padding: 10px;
}

#header-custom .tab {
    float: right;
    padding: 8px 8px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-left: 10px;
    height: 46px;
    width: 46px;
    opacity: 0.5;
}

#header-custom .tab.active {
    opacity: 1;
}

#header-custom .select2-container {
    float: right;
    width: 250px!important;
    height: 46px;
}

#header-custom .select2-container--default .select2-selection--multiple {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-left: 10px;
    height: 46px;
    padding: 10px;
    cursor: pointer;
}

#content-statistieken .news-block h2 {
    background: #f6f6f4;
    padding-left: 0px;
}

#content .grid-item {
    height: 470px;
}

#topLeaveRequesters {
    margin: 10px;
}

#topLeaveRequesters td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 3px;
}

#page-wrap.wrapper-verlof {
    /*min-height: 100%;*/
}

#sidebar select {
    color: #000;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    height: 46px;
    padding: 10px;
    cursor: pointer;
}

.code {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.code img {
    display: inline-block;
    padding-right: 5px;
}

.code:last-child {
    border-bottom: none;
}

.code b {
    font-weight: 400;
    font-size: 15px;
}

.code span {
    font-weight: 700;
    display: inline-block;
    font-size: 24px;
}

.total .display {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 3px;
}

.display.display-concept {
    background: rgba(0, 0, 0, 0.1);
}

.display.display-denied {
    background: red;
}

.display.display-approved {
    background: #24bb76;
}

.display.display-onder-voorbehoud {
    background: #FFB74D;
}

#agenda .current {
    text-align: center;
    padding: 20px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

#agenda .prev,
#agenda .next,
#agenda .date {
    display: inline-block;
    cursor: pointer;
}

#agenda .prev {
    float: left;
}

#agenda .next {
    float: right;
}

#agenda .selector .heading {
    grid-template-columns: repeat(7, 1fr);
    display: grid;
    margin: 0px 20px;
}

#agenda .selector .heading span {
    text-align: center;
    font-weight: 700;
}

#content *:not(.fa) {
    font-family: 'Roboto', sans-serif;
}

#content .column-day {
    padding: 10px 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

#content .column-day:first-child {
    border-left: none;
}

#content .column-day .number {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 5px;
}

#content .column-day .name {
    text-align: center;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.3);
}

#sidebar * {
    font-family: 'Roboto', sans-serif;
}

#sidebar .days .day-row {
    grid-template-columns: repeat(7, 1fr);
    display: grid;
    text-align: center;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.4);
    margin: 0px 20px;
}

#sidebar .days .day-row .day-number {
    /*padding: 10px;*/
}

#sidebar .days .day-row .day-number.active {
    background: #fff;
    cursor: pointer;
    color: #000;
}

#sidebar .days .day-row .day-number.selected {
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    color: #000;
}

#sidebar .heading-title {
    font-weight: 700;
    margin-bottom: 10px;
}

#sidebar .block {
    padding: 20px;
}

#sidebar .block .leave-type {
    opacity: 0.3;
    padding: 3px 0px;
    cursor: pointer;
}

#sidebar .block .leave-type.active {
    opacity: 1;
}

#sidebar .block .leave-type .short {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 7px;
    font-weight: 700;
    margin-right: 10px;
}

#sidebar .block .leave-type .name {
    color: #000;
    display: inline-block;
    font-weight: 500;
}

#account-grid .column-account {
    background: #fff;
    padding: 3px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.leave-type-1 {
    background: #24bb76;
    color: #fff;
}

.leave-type-3 {
    background: #FFB74D;
    color: #fff;
}

.leave-type-2 {
    background: red;
    color: #fff;
}

.leave-type-0 {
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.leave-column {
    text-align: center;
    padding: 5px;
    cursor: pointer;
}

.leave-column .reden_shortcut {
    font-weight: 700;
    display: inline-block;
    float: left;
}

.leave-column .from {
    float: left;
    display: inline-block;
    padding-left: 5px;
}

.leave-column .till {
    float: right;
    display: inline-block;
}

.leave-column .center {
    margin: 0 auto;
    display: inline-block;
}

#account-grid .account-name {
    padding: 7px;
    font-weight: 600;
}

.hidden {
    display: none;
}

#popper {
    background: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 550px;
}

#popper .popper-heading {
    background: rgba(0, 0, 0, .05);
    padding: 5px;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
}

#popper .popper-heading:first-child {
    margin-top: 0px;
}

#popper .popper-heading:after {
    content: "\e93a";
    font-family: 'Linearicons';
    right: 5px;
    top: 3px;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
}

#popper .popper-heading.active:after {
    content: "\e93b";
    font-family: 'Linearicons';
    right: 5px;
    top: 3px;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
}

#popper .bootstrap-wrapper * {
    text-align: left;
}

#popper span {
    color: rgba(0, 0, 0, 1);
}

#popper p {
    padding: 20px 0px;
    word-break: break-all;
}

#popper .popper-buttons {
    margin: 0px 0px;
    text-align: right;
}

#popper .popper-buttons a {
    display: inline-block;
    cursor: pointer;
}

#popper .btn-leave {
    padding: 5px;
    padding-right: 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    border: 1px solid transparent;
}

#popper .form-group {
    margin-bottom: 5px;
}

#popper label {
    font-weight: 700;
}

#popper .input {
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    padding: 5px;
    width: 100%;
}

#popper .input.small {
    width: 60px;
    display: inline-block;
}

#popper span {
    display: inline-block;
}

#popper .date:before {
    content: '';
    position: absolute;
    opacity: 0.4;
    top: 1px;
    right: 20px;
    height: 31px;
    width: 25px;
    background: url(../images/select-date.png?v=2) no-repeat center center;
    cursor:pointer;
}

#popper .time:before {
    content: '';
    position: absolute;
    opacity: 0.4;
    top: 1px;
    right: 20px;
    height: 31px;
    width: 25px;
    background: url(../images/select-time.png) no-repeat center center;
    cursor:pointer;
}

#popper .date:hover:before,
#popper .time:hover:before {
    opacity: 1;
}

#popper .btn-leave img {
    display: inline-block;
    float: left;
    height: 22px;
    padding: 5px;
}

#popper .btn-leave.btn-status-1 {
    background: #4dbd74;
}

#popper .btn-leave.btn-status-2 {
    background: #ff2219
}

#popper .btn-leave.btn-status-3 {
    background: #ffb74d;
}

#popper .btn-leave.btn-status-9 {
    background: #fff;
    color: #000;
    border-color: rgba(0, 0, 0, 0.05);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    font-weight: 700;
}

#popper .timepicker .cell-4 {
    text-align: center;
}

#holder-overview {
    padding: 0px 20px;
}

#table-overview {
    width: 100%;
    border-spacing: 0px;
}

#table-overview thead tr th {
    text-align: left;
    padding: 20px 0px;
    font-size: 18px;
    cursor: pointer;
}

#table-overview thead tr th:not(.active):hover {
    color: rgba(0, 0, 0, 0.5);
}

#table-overview thead tr th.active:after {
    content: "\f063";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 10px;
}

#table-overview thead tr th.active.desc:after {
    content: "\f062";
}

#table-overview tbody tr td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 5px 0px;
    cursor: pointer;
    font-weight: 600;
}

#table-overview tbody tr:hover td {
    background: rgba(0, 0, 0, 0.05);
}

#table-overview tbody tr:hover td .fa {
    color: #000;
}

#table-overview tbody tr td .fa {
    color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#table-overview tbody tr td .short {
    background: #fff;
    padding: 3px;
    width: auto;
    display: inline;
    font-weight: 700;
}

/* Customize the label (the container) */
.checkmark-container {
    display: block;
    position: relative;
    padding-left: 47px;
    padding-top: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkmark-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    border-radius: 3px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .checkmark-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkmark-container input:checked ~ .checkmark {
    background-color: #2196F3;
  }

  .checkmark-container input:checked ~ .checkmark-type-0 {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .checkmark-container input:checked ~ .checkmark-type-1 {
    background-color: #24bb76;
  }

  .checkmark-container input:checked ~ .checkmark-type-2 {
    background-color: red;
  }

  .checkmark-container input:checked ~ .checkmark-type-3 {
      background-color: #FFB74D;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkmark-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkmark-container .checkmark:after {
    left: 13px;
    top: 6px;
    width: 5px;
    height: 18px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }