@CHARSET "UTF-8";
:root {
  --gsd-primary-color: #313f89;
}

body, input, textarea, button, td {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
a {
  color: #313f89;
}
#topmenu {
  font-size: 13px;
}

*, ::after, ::before {
  box-sizing: border-box;
}
.header {
  background: url(../images/logocampus.png) no-repeat;
  height: 107px;
}
.head, .dataTableHeadingRow td {
  font-size: 13px;
}
#homelink {
  height: 107px;
}

#headmenu {
  border-bottom-color: #313f89;
  height: 44px;
}
ul#navmenu-h a {
  padding: 10px 20px 9px 20px;
}

/* ------------------------ LOGIN SCREEN - START ----------------------- */
.body_login {
  background: #f9f9f9 url(../images/background.jpg) center no-repeat;
  background-size: cover;
}
#loginscrn {
  width: 400px;
  max-width: 100%;
  font-size: 12px;
}

#loginscrn > div {
  padding: 30px 50px;
  background: white;
}

#loginscrn > h2 {
  background-color: #F8F8F8;
  display: block;
  margin: 0;
  padding: 20px;
}

#loginscrn input[type=submit], #loginscrn input[type=button] {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #2E7ABA;
  background-color: #2E7ABA;
  color: white;
  box-shadow: 0 0 2px 0 #4a4a4a;
  text-transform: uppercase;
}
#loginscrn input[type=submit]:hover, #loginscrn input[type=button]:hover {
  background-color: #202c58;
  border-color: #202c58;
  box-shadow: 0 3px 6px rgba(0,0,0,.2), 0 3px 6px rgba(0,0,0,.26);
  transition: 0.3s ease-out;
}
#loginscrn input[type=text], #loginscrn input[type=password] {
  box-sizing:border-box;
  padding: 6px 12px;
  font-size: 14px;
  margin-top: 10px;
  background-color: #f8f8f8;
}

#login_header {
  width: 400px;
  max-width: 100%;
  height: 125px;
  margin: 0 auto;
  background: white url(../images/logocampus.png) no-repeat center 9px;
}

/* ------------------------ LOGIN SCREEN - END ----------------------- */

#navmenu-h-container {

}
ul#navmenu-h a  {
  text-transform: uppercase;
}
#topmenu .name {
  color: #282828;
  font-weight: normal;
}
#topmenu .header_companyname {
  color: #313f89;
  font-weight: bold;
}

.alert {
  font-size: 13px;
}
.gsd-btn.gsd-btn-primary, a.gsd-btn.gsd-gsd-btn-primary, a.gsd-btn.gsd-btn-primary:visited {
  color: #fff !important;
  background-image: linear-gradient(to right, #eb5d2b, #eb5d2b, #dd1717) !important;
  border-color: #eb5d2b !important;
  font-weight: 600;
}

.gsd-btn-secondary, a.gsd-btn.gsd-btn-secondary, a.gsd-btn.gsd-btn-secondary:visited {
  color: #fff !important;
  background-color: #313f89 !important;
  border-color: #313f89 !important;
}

.gsd-btn-secondary:hover {
  background-color: #092550 !important;
}

.gsd-btn-tertiary, a.gsd-btn.gsd-btn-tertiary, a.gsd-btn.gsd-btn-tertiary:visited, #prev.gsd-btn {
  background-color: #e6f1f6 !important;
  border-color: #e6f1f6 !important;
}
.gsd-btn-tertiary:hover, #prev.gsd-btn:hover {
  background-color: #d7eefc !important;
}

.qtip-def .qtip-titlebar {
  background-color: #313f89;
}

::placeholder {
  color: #ccc !important;
  opacity: 1;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #313f89;
}
.custom-checkbox .custom-control-input:checked~#overhead_label.custom-control-label::before {
  background-color: grey;
}
input.datepicker {
  width: 120px;
}
input.price,input.number {
  width: 120px;
  text-align:right;
}
.wizard_table select.form-control.experience {
  width: 150px;
}
.wizard_table_scroll {
  overflow-x: scroll;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 0 0;
  padding: 5px 15px;
}
.wizard_table_head {
  font-weight: bold;
  border-bottom: 1px solid #E9E9E9;
}

input, select, textarea {
  font-size: 13px;
}
.bold {
  font-weight: bold;
}
.maincontent {
  padding: 15px;
}
.maincontent a:not(.gsd-btn), .maincontent a:visited:not(.gsd-btn) {
  color: #313f89;
}
.maincontent a:hover:not(.gsd-btn) {
  color: black;
}
.maincontent .uit-dienst a:not(.gsd-btn), .uit-dienst * {
  color: red;
}
.qtip-experience {
  max-width: 100%;
}

input.address_street, input.address_city {
  width: 227px;
}
input.address_nr, input.address_zip {
  width: 70px;
}


/** WIZARD **/
.wizard_table td {
  font-size: 1rem;
}
.wizard_table td {
  padding: 5px 10px 5px 0;
}
.wizard_table td.head {
  padding-top:10px;
}
.wizard_table select.form-control {
  width: 300px;
}
.maincontent .form-control {
  border: 1px solid #ced4da;
  padding: .375rem .75rem;
}
#wizardnav {
  font-size: 20px;
  border-bottom: 1px solid #E9E9E9;
}
#wizardnav a, #wizardnav span {
  text-decoration: none;
  padding: 10px;
  display: inline-block;
}
#menu_next {
  float: right;
  margin-top: 5px;
}
.employee_name_div {
  color: #313f89;
  background-color: #E6F1F6;
  padding: 7px 10px;
  font-weight: bold;
  display: block;
  font-size: 1rem;
  border: 1px solid #D8E6EC;
  margin-top: 5px;
  cursor: pointer;
}
.employee_name_div a:hover {
  text-decoration: none;
}
.employee_name_div a.gsd-delete {
  font-size: 1.2rem;
}
.employee_name_div a.fa.fa-remove {
  font-size: 20px;
}
.employee_content {
  border: 1px solid #D8E6EC;
  border-top: 0;
  display: none;
}
.employee_table td {
  padding: 5px 10px;
}
#step4 .form-control {
  display: inline-block;
}
/** WIZARD END **/
/** RAPPORT START **/
.rapport {
  font-size: 0.85rem;
}
.rapport_part {
  background: white;
  margin: 10px 0;
}
.rapport h1.frontpage {
  font-size: 1.2rem;
  color: #313f89;
  margin-bottom: .8rem;
}
.rapport h1 {
  font-size: 1rem;
  color: #313f89;
  margin-bottom: .7rem;
  font-weight: bold;
}
.rapport h2 {
  font-size: 0.9rem;
  color: #313f89;
  font-weight: bold;
  margin-bottom: 0.9rem;
}
.rapport_logo {
  width: 120px;
  margin-bottom: 40px;
}
.chartdiv {
  width: 1100px;
  height: 500px;
  margin: 15px 0 30px 0;
}
.rapport_table td {
  font-size: 0.85rem;
}
.rapport_table_head_tr td {
  font-weight: bold;
  border-bottom: 1px solid #4E4E4E;
}
.rapport_table_bottom_tr td {
  font-weight: bold;
  border-top: 1px solid #4E4E4E;
}
.rapport_table_bordered {
  border: 1px solid #4E4E4E;
  padding: 5px 5px 5px 15px;
  margin: 15px 0;
}
.btn-help {
  float: right;
}
.wizard_help_container {
  padding: 15px 0;
}
.wizard_help_container h2 {
  font-weight: bold;
}
.wizard_help_content h4 {
  font-size: 1.2em;
}
.wizard_help_content {
  text-align: left;
}
.gsd-btn.gsd-btn-primary.btn-help {
  border-radius: 20px;
  width: 30px;
  height: 30px;
  line-height: 20px;
  padding: 4px 12px;
}
/*.body_wizard .swal2-popup .swal2-header {*/
/*  align-items: start;*/
/*}*/
/*.body_wizard .swal2-popup .swal2-content {*/
/*  color: black;*/
/*}*/
.gsd-btn-primary.btn-help.focus, .gsd-btn-primary:focus {
  box-shadow: none;
}

.repayment_detail {
  padding: 15px 15px 0 15px;
}

/** RAPPORT END **/

@media print {
  #head, #headmenu, #breadcrumbs, .footermenu, .fa_help {
    display: none;
  }
  .rapport_part {
    padding: 15px 0;
  }
  .pagebreak_after, .rapport_part {
    page-break-after: always;
  }
  .pagebreak_before {
    page-break-before: always;
  }
  #maincontainer, div.div_content {
    width: 100%;
  }
  /*.chartdiv {*/
  /*  width: 100%;*/
  /*  max-width: 100%;*/
  /*}*/
  .rapport_table {
    border-spacing: 0; padding: 0;
  }
  .rapport_table td {
    font-size: 0.6rem;
    padding: 2px 10px 2px 0
  }
}


.container_rapportage {
  display: flex;
}
.container_rapportage > div {
  margin-right: 30px;
  border: 1px solid #e5e9ee;
  border-bottom-width: 3px;
  text-align: center;
  width: 45%;
}
.download_head {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  background-color: #313f89;
  color: white;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid;
  margin: auto;
  border-top-color: #313f89;
}
.download_extended .download_head {
  background-color: #A0C518;
}
.download_extended .arrow-down {
  border-top-color: #A0C518;
}
.download_price {
  padding: 15px 15px 0 15px;
  font-size: 25px;
}
.download_content {
  padding: 15px 15px 30px 15px;
}

#tooltip {
  max-width: 500px;
}

.gsd-modal-content {
  min-height: fit-content;
}


/*.nh1816kleuren {*/
/*  color: #eb5e40;*/
/*  color: #eb907b;*/
/*  color: #f5ae9c;*/
/*  color: #f5cdc5;*/
/*  color: #f7eaea;*/
/*  color: #fcf2f0;*/
/*}*/
/*.klaverbladkleuren {*/
/*  color: #318c2d;*/
/*  color: #58a253;*/
/*  color: #a3cca0;*/
/*  color: #c1dec0;*/
/*  color: #eff6ee;*/
/*  color: #f5f8f4;*/

/*  color: #318c2d;*/
/*  color: #8c162c;*/
/*  color: #c1dec0;*/
/*}*/