@CHARSET "UTF-8";
.asterisk {
  color : Red;
}

.default_table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #D8E6EC;
  border-radius: 3px 3px 0 0;
  border-collapse: separate;
}
.default_table tr.dataTableRow td {
  padding: 3px;
}
table.default_table tr.dataTableHeadingRow td {
  border-bottom: 1px solid #D8E6EC;
}
table.default_table tr.dataTableHeadingRow.nobottomborder td {
  border-bottom: 0;
}
table.default_table tr.dataTableHeadingRow.topborder td, .dataTableRow.topborder td {
  border-top: 1px solid #D8E6EC;
  border-radius: 0;
}
.default_table tr.dataTableRow.tdmiddle td {
  vertical-align: middle;
}
table.default_table.notopborder {
  border-top: 0;
  border-top-left-radius:0;
  border-top-right-radius:0;
}
table.default_table.nobottomborder {
  border-bottom: 0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.default_table_div {
	/*border-left: 1px solid #3399cc;
	border-right: 1px solid #3399cc;*/
}

.dataTableHeadingRow a {
  text-decoration: none;
}
.dataTableHeadingRow td {
  padding: 6px 3px;
  font-weight: bold;
  vertical-align: top;
  background-color: #E6F1F6;
}
.default_table .dataTableHeadingRow td {
  background-color: #E6F1F6;

}
.dataTableHeadingRow td:first-child {
  border-top-left-radius: 3px;
}
.dataTableHeadingRow td:last-child {
  border-top-right-radius: 3px;
}
.dataTableHeadingRow td:only-child {
  border-radius: 3px 3px 0 0;
}
.dataTableRow {
  background-color: #F8F8F8;
  height:20px;
  vertical-align: top;
}
.dataTableHeadingTd{
  font-weight: bold;
}

.dataTableRowOver, .trhover:hover { 
	background-color: #EAEAEA; 
	height:20px;	
	/*cursor: pointer; 
	cursor: hand; */
}
.dataTableHeadingRow td a.popuplink, 
.dataTableHeadingRow td a.popuplink:hover,
.dataTableHeadingRow td a.popuplink:visited,
.dataTableHeadingRow td a.popuplink:active
{
  text-decoration: none;
  color: white;
  font-weight: bold;
}
tr.dataTableRow.tr_highlight td {
  background-color: #F0AD4E;
}

/* default_table_mobile */
.default_table_mobile > div:before,
.default_table_mobile > div:after {
  content: " ";
  display: table;
}

.default_table_mobile > div:after { clear: both; }
.default_table_mobile > div { *zoom: 1; }

.default_table_mobile  {
}
.default_table_mobile > div {
  padding-bottom: 30px;
  height: auto;
}
.default_table_mobile > div > div {
  float: left;
  width: 100%;
}
.default_table_mobile > div > div label {
  float: left;
  width: 50%;
  font-weight: bold;
  padding: 3px;
}
.default_table_mobile > div > div > div {
  float: left;
  width: 50%;
  padding: 3px;
}

.error {
  color: Red;
}
div.errorbox ul,
div.warningbox ul,
div.alert ul{
  padding: 0 20px;
  margin: 5px 0 0 0;
}
.inputerror {
  color: #b94a48;
  border: 1px solid #e9322d !important;
}
div.rating.inputerror {
  border: 0px !important;
}
div.rating.inputerror i.fa.fa-star-o {
  color: #e9322d;
}
.messagered {
  padding: 10px;
  margin: 5px 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
  border-radius: 4px;
  color: #B94A48;
  font-size: 11px;
}
.message {
  padding: 10px;
  margin: 5px 0;
  background-color: #E6F1F6;
  border: 1px solid #BCE8F1;
  border-radius: 4px;
  color: #29235C;
  font-size: 11px;
}

.page-header .page-header-top .page-logo .logo-default {
  height: 65px;
  margin: 5px 0 0;
}

.profile-userpic img {
  width: 100%;
  height: 100%;
  border-radius: 50%!important;
}

/* tabnav dot */
.tabnav_dot {
  background-color: #F36A5A;
  color: white;
  text-align: center;
  padding: 0px 5px 0px 5px;
  border-radius: 10px;
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-family: "Open Sans",sans-serif;
}
#tabnav .here0 div.tabnav_dot, #tabnav a:hover div.tabnav_dot {
  background-color: #F36A5A;
}
#ui-datepicker-div {
  z-index: 1000000 !important;
}
/* oproepen accorderen */
.reject, .confirm {
  margin-bottom: 5px;
}
.rejected {
  color: #fff !important;
  background-color: #d9534f !important;
  border-color: #d9534f !important;
}
.reject:hover {
  color: #fff  !important;
  background-color: #c9302c !important;
  border-color: #c12e2a !important;
}
.confirmed {
  color: #fff !important;
  background-color: #5cb85c  !important;
  border-color: #5cb85c  !important;
}
.confirm:hover {
  color: #fff  !important;
  background-color: #449d44  !important;
  border-color: #419641  !important;
}
.favored {
  color: #fff !important;
  background-color: #f0ad4e !important;
  border-color: #eea236 !important;
}
.favorit:hover {
  color: #fff !important;
  background-color: #ec971f  !important;
  border-color: #eb9316 !important;
}
input:-ms-input-placeholder {
  color: #999;
}
.portlet>.portlet-title>.tools>a {
  color: white;
}

td.head, td.head label {
  font-weight: bold;
}
.clear {
  clear: both;
}


/* =============== TOOLTIP =============== */

.qtip-default div.qtip-titlebar {
  background-color: #f2f2f3;
  border-radius: 5px 5px 0 0;
}

.qtip-default.qtip-userinfo,
.qtip-default.qtip-def {
  background-color: #f2f2f3;
  border-color: #34A7DD;
}

.qtip-userinfo {
  min-width: 400px;
  max-width: 600px;
  font-size: 11px;
  padding: 14px 20px;
}

.qtip-userinfo td {
  font-size: 11px;
  line-height: normal;
  /*color: #ffffff;*/
}

a.qtip_userinfo {
  color: #333333;
  font-weight: normal;
}
a.qtip_userinfo span.tooltip-container {
  display: none;
}

a.tooltip {
  outline: none;
}

a.tooltip strong {
  line-height: 30px;
}

a.tooltip:hover {
  text-decoration: none;
}

a.tooltip span.tooltip-container {
  width: 300px;
  font-size: 11px;
  line-height: normal;

  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: -30px;
  margin-left: 28px;
  width: 400px;
  line-height: 16px;
}

a.tooltip:hover span.tooltip-container {
  display: inline;
  position: absolute;
  color: #111;
  border: 1px solid #DCA;
  background: #fffAF0;
}

.callout {
  z-index: 20;
  position: absolute;
  top: 30px;
  border: 0;
  left: -12px;
}

/*CSS3 extras*/
a.tooltip span.tooltip-container {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 5px 5px 8px #CCC;
  -webkit-box-shadow: 5px 5px 8px #CCC;
  box-shadow: 5px 5px 8px #CCC;
}

/* =============== END TOOLTIP =============== */


/* =============== METRONICS OVERWRITE =============== */
.mt-element-list .list-simple.mt-list-container ul>.mt-list-item>.list-item-content {
  padding: 0 15px 0 30px;
}

/* =============== JONGERE CALENDAR ================== */
.jam-calendar {
  font-size: 16px;
}
.jam-calendar ul {
  margin-bottom: 0;
  padding: 0;
}
.jam-calendar li {
  list-style: none;
  border-bottom: 1px solid;
  border-color: #e7ecf1;
  padding: 15px 0;
}
.jam-calendar li > div {
  display: inline-block;
}
.jam-calendar .cal-head {
  padding: 5px 15px;
}

.jam-calendar .cal-dot {
  width: 22px;
}
.jam-calendar .cal-date {
  padding-right: 15px;
  width: 102px;
}
.jam-calendar .cal-action {
  float: right;
  width: 70px;
  text-align: right;
}
.jam-calendar .cal-name {
  width: calc(100% - 203px);
  vertical-align: top;
  overflow-x: hidden;
}
#add_calendar .md-checkbox {
  min-width: 50px;
}
.jam-calendar .dot-available, .color-available {
  color: #26C281;
}
.jam-calendar .dot-available-opt, .color-available-opt {
  color: #E87E04;
}
.jam-calendar .dot-unavailable, .color-unavailable {
  color: #D91E18;
}
.jam-calendar .dot-shift, .color-shift {
  color: #2C3E50;
}
.bgcolor-available {
  background-color: #26C281;
}
.bgcolor-available-opt {
  background-color: #E87E04;
}
.bgcolor-unavailable {
  background-color: #D91E18;
}
.bgcolor-shift {
  background-color: #2C3E50;
}

#calendar_list,#calendar_week {
  display: none;
}

#calendar_week table {
  width: 100%;
}
#calendar_week td {
  border: 1px solid #eaeaea;
}
#calendar_week td {
  padding: 2px 5px;
}
.calendar_week_td {
  width: 12%;
}
#calendar_week_title {
  display: inline-block;
  padding-left: 3px;
}
#calendar_week td.calendar_week_hour_td {
  padding: 0px 5px 4px 5px;
  font-size: 11px;
}
#calendar_week td.calendar_week_day_td {
  padding: 0;
  position: relative;
}
a.calendar_week_day {
  display: block;
  color: white;
  height: 10px;
  width: 10px;
  position: absolute;
  border: 1px solid grey;
  top: 0;
  font-size: 12px;
  padding: 2px 4px;
  overflow: hidden;
  z-index: 1000;
}
#jongeren_legenda {
  padding: 10px 10px 0 10px;
}
#jongeren_legenda div {
  display: inline-block;
  padding: 5px;
}
#calendar_week .add_calendar {
  font-size: 18px;
  padding: 2px 3px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


/* =============== EINDE JONGERE CALENDAR ================== */

.page-prefooter a, .page-prefooter h2 {
  color: white;
}

/* =============== MEDIA ================== */

@media (max-width: 767px) {
  .calendar_week_day_title, .gratis_geld_img {
    display: none;
  }
}

@media (max-width: 480px) {
  .page-header .page-header-top .top-menu {
    margin-top: 13px;
    clear: none;
  }
}
.gratis_geld_img {
  position: absolute;
  right: 0;
  bottom: 0;
}


/******************* Talentenbank **************/

.candidate-box {
  display: block;
  background-color: white;
  margin-bottom: 30px;
  text-decoration: none;
  color: #1d2127;
  border: 1px solid #eb292e;
  border-radius: 5px;
}

.candidate-box .candidate-title h2 {
  font-size: 22px;
  color: black;
  font-weight: 500;
  padding-right:15px;
  line-height: 30px;
  margin-bottom: 6px;
}

.candidate-box .custom-ribbon {
  background: #eb292e;
  color: white;
}

.candidate-box .meta-with-icons {
  display: flex;
  flex-wrap: wrap;
}

.meta-with-icons .icon-with-text {
  margin-right: 12px;
  margin-bottom: 8px;
  margin-top: 4px;
}
.meta-with-icons .icon-with-text i.fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
  background: #eb292e;
  color: white;
  width: 26px;
  height: 26px;
  border-radius: 999px;
}

.candidate-box .content {
  padding: 15px;
}
a.candidate-box:hover {
  text-decoration: none;
  color: #1d2127;
  border: 2px solid #eb292e;
}

@media (max-width: 991px) {
  .page-content {
    padding-top: 15px;
  }
}



/* =============== CV GENERATOR ================== */

.table-label {
  display: inline-block;
  float: left;
  width: 150px;
  font-weight: bold;
  clear: left;
}
.table-content {
  display: inline-block;
  float: left;
  width: 300px;
  clear: right;
}

.cv-firstname {
  font-weight: bold;
  text-transform: uppercase;
  color: #e73d4a;
}
.cv-lastname {
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #8ea3b6;
}

.portlet.light.cv-generator-sidebar {
  padding: 12px 0;
}

.portlet.light.cv-generator-sidebar > .portlet-title {
  padding: 0 20px;
}

.form-group.cv-generator-input-block,
.cv-generator-input-block {
  padding: 0;
  margin: 0;
}

.cv-profile-item {
  position: relative;
  width: 500px;
}
.cv-profile-item:hover .cv-profile-item-actions {
  display: block;
}
.cv-profile-item-actions {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
}
.cv-profile-item-main-title {
  font-size: 17px;
}
.cv-profile-item-sub-title {
  font-size: 15px;
  font-weight: bold;
}
.cv-profile-item-sub-title-meta {
  font-size: 12px;
}
.cv-profile-item-dates {
  font-size: 15px;
}

/* =============== VUE ================== */
[v-cloak] {
  display: none
}

.button-block {
  position: relative;
  display:         flex;
  justify-content: flex-start;
  align-items:     center;
  padding-top:     5px;
  padding-bottom:  5px;
  width:           100%;
  min-height:      100px;
}

.button-block.disabled {
  background: #e1e5ec;
  cursor: not-allowed;
}

a.button-block:hover {
  background-color: #3598DC;
  color:            white;
  text-decoration:  none;
}
.button-block p {
  margin: 5px 0 0 0;
  color:  #8c8c8c;
}
a.button-block:hover p {
  color: #fff;
}

.page-header .page-header-menu .hor-menu .navbar-nav>li>a {
  padding: 16px 16px 15px;
}

.form-wizard .steps>li.active>a.step .number {
  background-color: #3598DC;
}
.form-wizard .steps>li.done>a.step .number {
  background-color: #3598DC;
}

.favorit.favored .fa.fa-star {
  color: #fff;
}

h1 {
  font-weight: bold;
  font-size: 25px;
  color: #e73d4a;
  margin-top: 5px;
  margin-bottom: 20px;
}

h2 {
  font-weight: bold;
  font-size: 25px;
  color: #76808c;
  margin-top: 5px;
  margin-bottom: 20px;
}

h3 {

}

h4 {
  text-transform: uppercase;
  color: #76808c;
  font-weight: bold;
  font-size: 14px;
}

.big-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.big-button:hover {
  background-color: #3598DC;
  text-decoration: none;
  color: white;
}
.big-button:hover * {
  color: white;
}
.big-button h2 {
  color: #e73d4a;
  margin: 0;
}
.big-button .icon {
  width: 60px;
  margin: 0 auto 8px auto;
}
.svg-icon {
  background-color: #ed232f;
  width: 60px;
  margin: 0 auto 8px auto;
  border-radius: 100%;
}
.svg-icon.container {
  padding: 10px;
}
.svg-icon.container img {
  width: 40px;
}

.bg-light-grey {
  background-color: #eff3f8;
}
.bg-dark-grey {
  background-color: #939EB0;
  color:            white;
  font-weight:      bold;
}

.label-success {
  background-color: #5cb85c;
}

.overlay-disabled {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(68, 77, 88, 0.6);
  top: 0;
  left: 0;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

#persoonlijkheidstest_success_msg .messageswal-image {
  width: 150px;
  margin-bottom: 10px;
}

.popout-menu-trigger {
  position: relative;
  overflow: visible;
}
.popout-menu {
  position: absolute;
  visibility: hidden;
  left: 0;
  background: #333;
  color: white;
  padding: 7px 15px;
  margin-top: 10px;
  z-index: 999;
}
.popout-menu-trigger:hover > .popout-menu,
.popout-menu-trigger:focus > .popout-menu,
.popout-menu-trigger:focus-within > .popout-menu {
  visibility: visible;
}

.custom-ribbon {
  background-color: #c2cad8;
  color:            #fff;
  box-shadow:       -2px 2px 7px rgba(0, 0, 0, .4);
  padding:          .5em 1em;
  display:          inline-block;
  margin:           10px -2px 7px 0;
  float:            right;
  font-weight:      bold;
}

.user-card {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
  border-radius: 5px;
  margin-bottom: 25px;
}
.user-card .header-background {
  display: block;
  position: absolute;
  height: 90px;
  width: 100%;
  top: 0;
  left: 0;
  background: #c2cad8;
  border-radius: 5px;
  z-index: 1;
}
.user-card .card-header {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 10px;
  z-index: 10;
}
.card-header .user-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-top: 25px;
  border: 1px solid #606060;
  z-index: 50;
}
.user-card .user-header-info {
  margin-left: 20px;
  margin-top: 28px;
  flex-grow: 1;
  z-index: 50;
}
.user-card .user-header-info .user-name {
  font-size: 24px;
  color: black;
  margin: 0 0 15px 0;
}
.user-card .user-header-info .user-location {
  font-size: 18px;
  color: black;
}
.user-card .jam-logo {
  width: 65px;
  flex-shrink: 0;
  margin-left: 25px;
  align-self: flex-start;
  z-index: 50;
}
.user-info-table {
  padding: 10px 15px;
}
.user-info-table table td {
  padding: 3px 0;
}
.user-info-table .head {
  min-width: 140px;
}

.table-open-shifts {
  max-height: 250px;
  overflow-y: scroll;
}

input.check-btn {
  display: none;
}
input.check-btn + label {
  background-color: #666666;
  color: #fff;
  display: inline-block;
  border-radius: 9999px;
  text-align: center;
  width: 40px;
  height: 40px;
  padding-top: 12px;
  cursor: pointer;
}
input.check-btn:not(:checked) + label:hover {
  box-shadow: 0px 1px 3px;
}
input.check-btn.available + label:active,
input.check-btn.available:checked + label {
  background: green;
}
input.check-btn:not(:checked) + label:hover {
  box-shadow: 0px 1px 3px;
}
input.check-btn.not-available + label:active,
input.check-btn.not-available:checked + label {
  background: red;
}

.icon-color-red .gsd-svg-icon svg {
  color: #f44336;
}

.icon-color-orange .gsd-svg-icon svg {
  color: #ff7811;
}

.icon-color-green .gsd-svg-icon svg {
  color: #A8BA2A;
}

.icon-color-off .gsd-svg-icon svg {
  color: #bbbbbb;
}

/*not-available*/

@media (min-width: 1200px) {
  /** fix for blogging pages */
  .container .container {
     width: auto;
  }
}

@media (max-width: 678px) {
  /** fix for blogging pages */
  #worksheet-form .form-group {
    margin-bottom: 10px;
  }
}