﻿@charset "UTF-8";
.rot-neg-90 {
  /* rotate -90 deg, not sure if a negative number is supported so I used 270 */
  -moz-transform: rotate(270deg);
  -moz-transform-origin: 50% 50%;
  -webkit-transform: rotate(270deg);
  -webkit-transform-origin: 50% 50%;
  /* IE support too convoluted for the time I've got on my hands... */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rot-90 {
  -moz-transform: rotate(90deg);
  -moz-transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  /* IE support too convoluted for the time I've got on my hands... */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

ul.checkboxList {
  list-style: none;
}

body label.inlineLabel {
  display: inline;
}

body label.betweenLabel {
  padding-left: 10px;
}

body .icon-btn {
  font-size: 20px;
}

.btn-icon {
  height: 30px;
  padding-top: 0;
}

.btn-icon .fa {
  position: relative;
  top: -1px;
}

#helpurlBox, #helpApp {
  float: right;
}

#helpurlBox a, #helpApp a {
  padding-left: 20px;
  background: url(images/help.png) no-repeat 0 50%;
}

span.rot-neg-90, .rot-90 {
  display: inline-block;
}

#calendarBox .fixScrollBar {
  padding-right: 20px;
}

img {
  border: none;
}

body {
  margin: 0;
  padding: 0;
}

body, #calendar, #calendar .wc-container, #jg_popup_table.jg_popup_default #jg_popup_title {
  font-size: 12px;
  font-family: Verdana,Arial,Sans-Serif;
}

#logoBar {
  margin: 5px 0 10px 0;
}

.userInfoBox {
  float: right;
}

.clearer {
  clear: both;
}

body {
  background: #efefef;
}

#container, #loginContainer {
  margin: 0 auto;
  background: #fff;
  min-height: 600px;
  min-width: 900px;
  max-width: 1200px;
  width: auto;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.template {
  display: none;
}

.tableContainer {
  margin-right: -10px;
  float: left;
}

.underline {
  text-decoration: underline;
}

.loading {
  cursor: wait !important;
}

a:visited {
  color: #505abc;
  cursor: pointer;
}

a:hover {
  color: #697512;
  text-decoration: none;
  cursor: pointer;
}

a:active {
  color: #12eb87;
  cursor: pointer;
}

p, ul {
  margin-bottom: 20px;
  line-height: 1.6em;
}

p {
  line-height: 16px;
}

header, footer, nav, section {
  display: block;
}

/* HEADINGS   ----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1.5em;
  color: #000;
}

h1 {
  font-size: 2em;
  padding-bottom: 0;
  margin-bottom: 0;
}

h2 {
  padding: 0 0 10px 0;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h5, h6 {
  font-size: 1em;
}

/* custom   ----------------------------------------------------------*/
.page {
  padding: 5px 20px;
}

#calendarBox button, button.button, input.button, a.button {
  background: url(images/buttons-sprite.png) no-repeat;
  background-position: 0 -38px;
  width: 152px;
  height: 28px;
  border: none;
  padding: 0;
  color: white;
  cursor: pointer;
  font-size: 12px;
  font-family: Verdana,​Arial,​sans-serif;
}

#calendarBox button:hover, button.button:hover, input.button:hover, a.button:hover {
  background-position: 0 -66px;
}

input.button2 {
  background: url(images/buttons-sprite.png) no-repeat;
  background-position: 0 -138px;
  width: 102px;
  border: none;
  padding: 0;
  color: white;
  cursor: pointer;
  height: 24px;
  width: 102px;
}

input.button2:hover {
  background-position: 0 -162px;
}

a.button.disabled, a.button[disabled], #calendarBox button.disabled, #calendarBox button[disabled], button.button.disabled, button.button[disabled],
input.button[disabled], input.disabledButton {
  background: url(images/buttons-sprite.png) no-repeat;
  background-position: 0 0;
  width: 152px;
  height: 28px;
  cursor: default;
}

.button2[disabled], .button2[disabled]:hover {
  background: url(images/buttons-sprite.png) no-repeat;
  background-position: 0 -104px;
  width: 102px;
  height: 24px;
  color: #EEEEEE;
  cursor: default;
}

button.button {
  width: 152px;
  height: 28px;
}

a.button, input.button {
  width: 152px;
  height: 28px;
}

#breadCrumbs, #helpApp {
  font-size: 11px;
}

#breadCrumbs a, #breadCrumbs a:visited, #helpApp a, #helpApp a:visited {
  color: #026BCC;
  text-decoration: none;
}

#breadCrumbs a:hover, #helpApp a:hover {
  text-decoration: underline;
}

#breadCrumbs .inner, #helpApp .inner {
  height: 18px;
}

a.button {
  color: white;
  display: inline-block;
  height: 15px;
  padding: 6px 11px 7px;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: -1px;
  width: 130px;
}

.hidden {
  display: none;
}

.ui-resizable-handle {
  z-index: 4000;
}

#jg_popup_overlay {
  z-index: 5001;
}

#jg_popup_inner {
  z-index: 5002;
}

.modal-backdrop {
  z-index: 5050;
}

.modal {
  z-index: 6000;
}

#actionSettingTemplate {
  display: none;
}

.dateField input, .signatureDateField input, .dateField2 input {
  width: 90px;
}

.dateField img, .signatureDateField img, .dateField2 img {
  vertical-align: -3px;
  margin-left: 2px;
  cursor: pointer;
}

.titleBar, h1 {
  color: #FFFFFF;
  font-size: 16px;
  height: 20px;
  margin: 10px -20px 20px;
  padding: 7px 7px 7px 20px;
  line-height: 21px;
  background-color: #58BAFC;
  /* IE10 */
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#58BAFC', endColorstr='#3592CC');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#58BAFC', endColorstr='#3592CC')";
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#58BAFC), to(#3592CC));
  background: -webkit-linear-gradient(#58BAFC, #3592CC);
  background: -o-linear-gradient(#58BAFC, #3592CC);
}

.hiddenField {
  display: none;
}

#logoBar .appIcon {
  width: 80px;
  height: 70px;
  float: right;
  background-repeat: no-repeat;
}

.app .inner, .appIcon {
  background-image: url(images/Portal/apps/apps-sprite.png);
  display: inline-block;
  background-position: 100px 100px;
}

/*#messageApp .inner,.appIconBerichten{background-image:url(images/Portal/messages.png)}
#approveApp .inner,.appIconAccorderen{background-image:url(images/Portal/aprove.png)}
#requestApp .inner ,.appIconAanvragen{background-image:url(images/Portal/createDoc.png)}
#declareApp .inner ,.appIconDeclareren{background-image:url(images/Portal/declare.png)}
#usersApp .inner ,.appIconMedewerkers{background-image:url(images/Portal/users.png)}
#ternairApp .inner{background-image:url(images/Portal/blocks.png)}
#contractApp .inner,.appIconContracten{background-image:url(images/Portal/clipboard.png)}
#logbookApp .inner,.appIconLogboeken{background-image:url(images/Portal/log.png)}
#justifyApp .inner,.appIconVerantwoorden{background-image:url(images/Portal/justify.png)}

}*/
#approveApp .inner, .appIconAccorderen {
  background-position: 0 -2px;
  width: 72px;
}

#approveApp.disabled .inner {
  background-position: 0 -77px;
  width: 72px;
}

#timeApp .inner {
  background-position: 0 -151px;
  width: 64px;
}

#timeApp.disabled .inner {
  background-position: 0 -226px;
  width: 64px;
}

#contractApp .inner, .appIconContracten {
  background-position: 0 -294px;
  width: 58px;
}

#contractApp.disabled .inner {
  background-position: 0 -376px;
  width: 58px;
}

#requestApp .inner, .appIconAanvragen {
  background-position: 0 -454px;
  width: 55px;
}

#requestApp.disabled .inner {
  background-position: 0 -529px;
  width: 55px;
}

#declareApp .inner, .appIconDeclareren {
  background-position: 0 -604px;
  width: 64px;
}

#declareApp.disabled .inner {
  background-position: 0 -688px;
  width: 64px;
}

#justifyApp .inner, .appIconVerantwoorden {
  background-position: 0 -772px;
  width: 55px;
}

#justifyApp.disabled .inner {
  background-position: 0 -847px;
  width: 55px;
}

#logbookApp .inner, .appIconLogboeken {
  background-position: 0 -922px;
  width: 64px;
}

#logbookApp.disabled .inner {
  background-position: 0 -996px;
  width: 64px;
}

#usersApp .inner, .appIconMedewerkers {
  background-position: 0 -1072px;
  width: 64px;
}

#usersApp.disabled .inner {
  background-position: 0 -1149px;
  width: 64px;
}

#declareApp .inner, #contractApp .inner {
  height: 66px;
}

.appIconHelp {
  background-position: 0 -1215px;
  width: 64px;
}

.app2 .inner {
  background-image: url(images/Portal/apps/apps-sprite.png);
}

#reportApp.app2 .inner {
  background-position: 0 -902px;
  width: 64px;
  margin-left: 19px;
}

#contractApp.app2 .inner {
  width: 64px;
  margin-left: 24px;
  height: 73px;
}

#usersApp.app2 .inner {
  width: 64px;
  margin-left: 21px;
  height: 73px;
}

#declareAddApp .inner {
  background: url("images/portal/apps/declare - add.png") no-repeat center center;
}

#declareOverviewApp .inner {
  background: url("images/portal/apps/declare - overview.png") no-repeat center center;
}

.blockNew {
  padding-top: 20px;
}

.icon16 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: no-repeat;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.iconok {
  background-image: url(images/contracten/save.png);
}

a img {
  margin-right: 5px;
}

.ball_green, .ball_orange, .ball_red, .ball_blue, .ball_purple {
  background: no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.label-green {
  background-color: #B6D351;
}

.label-orange {
  background-color: #DE9861;
}

.label-red {
  background-color: #CF460B;
}

.label-blue {
  background-color: #8AC3EA;
}

.label-purple {
  background-color: #7F00D5;
}

.label-black {
  background-color: black;
}

.label-gray2 {
  background-color: #9CA9B7;
}

.ball_green {
  background-image: url(images/ball_green.png);
}

.ball_orange {
  background-image: url(images/ball_orange.png);
}

.ball_red {
  background-image: url(images/ball_red.png);
}

.ball_blue {
  background-image: url(images/ball_blue.png);
}

.ball_purple {
  background-image: url(images/ball_purple.png);
}

#popup table.tablesorter td.radioCell,
#popup table.tablesorter td.checkCell {
  text-align: center;
}

#popup table.tablesorter td {
  padding: 2px 5px;
  vertical-align: middle;
}

#popup table.tablesorter td.hourCell {
  text-align: right;
}

#popup table.tablesorter tr.checkallRow {
  background: #eee;
}

#popup table.tablesorter td.checkAll {
  text-align: center;
  color: blue;
  cursor: pointer;
}

body .ui-widget-header, body .ui-widget-content, body .ui-state-default .ui-icon, body body ul.cm_default li {
  background-image: none;
}

.app2 {
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fefefe;
  background-color: #E1E8EF;
  /* IE10 */
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#E1E8EF', endColorstr='#F9FBFC');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1E8EF', endColorstr='#F9FBFC')";
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E1E8EF), to(#F9FBFC));
  background: -webkit-linear-gradient(#E1E8EF, #F9FBFC);
  background: -o-linear-gradient(#E1E8EF, #F9FBFC);
  float: left;
  margin-right: 20px;
  width: 110px;
  height: 110px;
  padding: 10px;
}

.app2:hover {
  border-color: #aaa;
  background-color: #EAF5F9;
  /* IE10 */
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#EAF5F9', endColorstr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAF5F9', endColorstr='#ffffff')";
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EAF5F9), to(#ffffff));
  background: -webkit-linear-gradient(#EAF5F9, #ffffff);
  background: -o-linear-gradient(#EAF5F9, #ffffff);
  box-shadow: 1px 1px 1px #ccc;
}

.app2 .title2 {
  color: #333;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  display: block;
}

.app2 .inner {
  height: 95px;
}

/*#region bootstrap override*/
.btn-primary {
  background-color: #22A3F9;
  background-image: -webkit-linear-gradient(top, #30AAFC, #037ECF);
  background-image: linear-gradient(to bottom, #30AAFC, #037ECF);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #22A3F9;
  background-color: #037ECF;
  color: #FFFFFF;
}

.btn-inline {
  padding-bottom: 1px;
  padding-top: 1px;
  position: relative;
  top: -2px;
}

.hidden2 {
  display: none;
}

.btn {
  font-family: verdana, arial;
  font-size: 12px;
  text-decoration: none;
}

.btn-normal {
  min-width: 150px;
}

a.btn-normal,
a.btn-normal:hover,
a.btn-normal:active,
a.btn-normal:visited {
  width: 126px;
  padding: 4px 12px;
  text-decoration: none;
}

a.btn-primary {
  color: white;
}

a.btn-default {
  color: #333;
}

.modal-body {
  max-height: 450px;
}

.popover {
  max-width: 500px;
}

/*#endregion*/
.bootstrap-popover {
  color: #034AF3;
  cursor: help;
}

.well-empty {
  padding: 0 10px;
}

a.tab {
  text-decoration: none;
}

.tab {
  border-radius: 5px 5px 0 0;
  display: inline-block;
  padding: 5px;
  margin-left: -3px;
  border: 1px solid #ACACAC;
  position: relative;
  top: 1px;
}

.tab:hover {
  background-color: #F8FBFD;
  /* IE10 */
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#F8FBFD', endColorstr='#DADBE8');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8FBFD', endColorstr='#DADBE8')";
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F8FBFD), to(#DADBE8));
  background: -webkit-linear-gradient(#F8FBFD, #DADBE8);
  background: -o-linear-gradient(#F8FBFD, #DADBE8);
  color: #fff;
}

.tab.active {
  border-bottom: 1px solid #C7DAF1;
  color: #fff;
  font-weight: bold;
  background: url(images/tab-background.png) repeat-x;
}

.tab.first {
  margin-left: 0;
}

.message-tab a {
  text-decoration: none;
}

td .warningSymbol {
  color: orange;
  font-size: 17px;
}

a#printButtonPdf {
  background-image: url(images/pdf_22.png);
  height: 22px;
  width: 22px;
  display: inline-block;
  position: relative;
  top: -4px;
}

a#printButtonPdf:hover {
  text-decoration: none;
}

ul.nav.nav-tabs {
  padding-left: 0;
}

/*.nav-tabs{border-color:#ACACAC;}
.nav.nav-tabs{margin-bottom:0;}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	border-color: #ACACAC #ACACAC rgba(0, 0, 0, 0);
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	border-color: #ACACAC;
}


.nav-tabs a:active {color:#034AF3;}

#request-tabContainer.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	@include gradient(#F1F1F1, #C7DAF1, true);
	border-bottom-color: #C7DAF1;
}*/
.select2-container.error {
  border: 2px solid red;
}

.busyLoader {
  background: url("images/ajax-loader.gif") no-repeat scroll 0 0 transparent;
  display: inline-block;
  float: left;
  height: 16px;
  margin-left: -6px;
  overflow: hidden;
  padding-right: 3px;
  position: relative;
  width: 16px;
}

table .editButtons {
  margin-top: 3px;
}

table .editButtons .btn {
  font-size: 16px;
}

.pdfDontBreak {
  page-break-inside: avoid;
}

.placeholder {
  color: #a0a0a0;
}

.helpIcon {
  cursor: help;
  color: #3996d1;
  position: relative;
  top: 2px;
}

.btn {
  font-family: verdana,arial;
  font-size: 12px;
}

body #calendarBox .btn2-mini, .btn2-mini {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #cccccc #cccccc #b3b3b3;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 4px 12px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  border-radius: 3px;
  font-size: 9px;
  width: auto;
  height: auto;
  padding: 0 6px;
}

body #calendarBox .btn2-mini:active, .btn2-mini:active {
  background-image: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: 0 none;
}

body #calendarBox .btn2-mini:hover, .btn2-mini:hover {
  background-color: #e6e6e6;
  color: #333333;
}

.badge.badge-info {
  display: inline-block;
  width: 16px;
  text-align: center;
}

td .pdf-icon {
  padding-right: 3px;
  background-repeat: no-repeat;
}

table .pdfCol {
  white-space: nowrap;
}

body table.dataTable td {
  padding: 3px 6px;
}

body table.dataTable thead th {
  padding: 3px 16px 3px 8px;
}

.max-label {
  border-radius: 4px;
  padding: 1px 5px 2px;
  font-size: 10px;
  color: #fff;
  z-index: 91099 !important;
}

.max-label.label-success {
  background-color: gray;
}

.max-label.label-important {
  background-color: red;
}

.centeredUnderlined {
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.alert-warning,
.alert-warning h4 {
  color: #8d6520;
}

.truncate-cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
}

.bsnColumn {
  width: 72px;
}

.customerColumn {
  width: 120px;
}

.cityColumn {
  width: 80px;
}

.startColumn {
  width: 80px;
}

.editColumn {
  width: 80px;
}

.coachColumn {
  width: 140px;
}

.companyColumn {
  width: 100px;
}

.soortColumn {
  width: 36px;
}

.requestColumn {
  width: 98px;
}

.submitColumn {
  width: 20px;
}

.pdfColumn {
  width: 100px;
}

.btn-group.front-page-dropdown {
  margin-left: 0;
}

.pdfCol .pdf-icon {
  padding-right: 5px;
  position: relative;
  top: 2px;
}

#aanvraagConcept {
  display: inline-block;
  text-align: right;
  position: relative;
  float: right;
}

table td.fields, table td.label {
  border-bottom: 1px solid #868686;
  vertical-align: bottom;
}

table td.label {
  width: 215px;
}

.label {
  border-radius: 3px;
}

#toTodayButton .ui-button-text {
  margin-left: 10px;
}

td.label {
  display: table-cell;
  padding-bottom: 4px;
  padding-left: 1px;
  padding-right: 0;
  padding-top: 4px;
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  color: #000;
  vertical-align: bottom;
  white-space: normal;
  text-shadow: none;
  text-shadow: none;
  background-color: #fff;
}

.aanvragen td.label:empty, .verantwoorden td.label:empty {
  display: table-cell;
}

#calendarBoxContainer .label {
  display: inline-block;
  padding-bottom: 4px;
  padding-left: 1px;
  padding-right: 0;
  padding-top: 4px;
  border-radius: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  color: #000;
  vertical-align: inherit;
  white-space: normal;
  text-shadow: none;
  background-color: #fff;
}

.tablefooter .dataTables_paginate .paginate_button.current {
  background-color: #ddd;
}

body.logintime-model-showing .modal {
  display: none !important;
}

body.logintime-model-showing #inactiveWarningPopup {
  display: block !important;
}

[contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: block;
  /* For Firefox */
}

/* */
div[contenteditable=true] {
  padding: 5px;
}

pre {
  background: #EEE;
  padding: 5px;
}

.bold {
  font-weight: bold;
}

.activiteit-commentaar {
  width: 434px;
}

.dataTables_processing {
  z-index: 1;
}

#showProef {
  float: right;
}

th.warningColumn {
  width: 25px;
}

td .warningColumn {
  display: block;
  text-align: center;
}

#declarationMenu.tableHeaderMenu {
  min-height: 30px;
}

.isProefContainer {
  display: block;
  text-align: Center;
}

.accoordeerderColumn {
  width: 60px;
}

.createdColumn {
  width: 85px;
}

.orderColumn {
  width: 90px;
}

.activeIcon {
  color: #98b831;
  font-size: 17px;
}

.actueel-item #unArchiveButton {
  display: none;
}

.archief-item #archiveButton {
  display: none;
}

.alle-item #archiveButton {
  display: none;
}

.alle-item #unArchiveButton {
  display: none;
}

.submit-cell {
  width: 100%;
  height: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: text-top;
}

.submit-cell.inline {
  width: auto;
}

.electric-cell {
  background: url("images/eaanvraag.png") no-repeat;
  background-size: 16px;
  height: 16px;
  width: 16px;
  display: inline-block;
}

.electric-cell.small {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  margin-bottom: -1px;
}

.electric-cell.white {
  background: url("images/eaanvraag_white.png") no-repeat;
}

.pdf-icon {
  background-image: url(images/pdf.png);
  height: 16px;
  width: 16px;
  display: inline-block;
}

.pdf-icon.small {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  margin-bottom: -1px;
}

#footer {
  position: absolute;
  bottom: 10px;
}

#SelectedJobcoachingStatusId.disabled {
  background-color: #ececec;
}
/*# sourceMappingURL=Site.css.map */