header.gso-header {
  margin-bottom: 7px;
}

#list-report {
  margin-top: 18px;
}

.form-area {
  min-height: 300px;
}

label {
  padding-top: 6px;
}

.btn-nav {
  width: 140px;
}

.clear {
  clear: both;
}

#logo-print {
  display: none;
}

.show-name, .show-contract {
  height: 20px;
  width: 18px;
  background: url('images/show.png') 2px -1px;
}

div.verticalCenter {
   vertical-align: middle;
  margin-top: 25%;
}

#tableWorkTime .form-group {
  margin-bottom: 2px;
}

.popover {
  max-width: 325px;
  min-width: 150px;
  width: auto;
}

.separateFromBottom {
  margin-top: 10px;
  margin-bottom: 5px;
}

#titelDescription {
  vertical-align: middle;
}

.contracts-selection th, #contracts-selection th, #contracts-bradford-selection th,
#bradfordTable th, table.table.report th {
  background-color: #fee287;
  color: #0065bf;
}

.side-nav > .active > a, .menu-content > .active > a {
  background-color: #0065bf;
  position: relative;
  z-index: 2;
  padding: 4px 8px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
}

.side-nav > li.title {
  padding: 4px 0 0 6px;
  height: 30px;
}

/* Chevrons */
.side-nav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}

#filter {
  margin: 3px 0 5px 4px;
  padding: 4px 0 6px 10px;
}

table#report-details {
  clear: both;
	border-collapse: collapse;
	margin-top: 1em;
}

table#report-details th, table#report-details td {
	border: 1px solid black;
}

.contracts-table-scroll, #contracts-selection, #contracts-bradford-selection {
  max-height: 35em;
  overflow: auto;
  margin-bottom: 1.5em;
}

.mark-as-loading:after {
  content: url("images/loading-mini.gif");
}

.valueCell {
  text-align: left;  
}

.menu-content.active {
  display: block
}

.menu-content {
  display:none;
}

table.categoryTable thead {
  background-color: #fee287;
  color: #0065bf;
}

table.categoryTable .titleCategory {
  width: 70%;
}

table.categoryTable .titleTotal {
  width: 85%;
}

table.categoryTable .codeCategory, table.categoryTable .codeTotal {
  width: 10%;
}

table.categoryTable .labelCategory {
  width: 60%;
}

table.categoryTable .valueCategory {
  width: 10%;
  text-align: center;
}

table.categoryTable .valueTotal {
  text-align: center;
}

table.categoryTable thead .titleCategory,
table.categoryTable thead .titleTotal,
table.categoryTable thead .valueCategory,
table.categoryTable thead .valueTotal {
  font-weight: bold;
}

#netPayReport div {
  float: left;
  width: 45%;
}

#netPayReport td.span {
  vertical-align: middle;
}

#netPayReport td span {
  display: block;
  width: 60%;
  margin: 0 auto;
  text-align: right;
}

#netPayReport hr {
  visibility: hidden;
  clear: both;
  margin: 0;
}

.greyText {
  color : lightgrey;
}

.help {
  cursor: pointer;
}

.dropdown li {
	margin-right: 1em;
}

.dropdown li input {
	width: inherit;
	margin: 0em 0.5em;
}

#prestationCodesModal .modal-content {
  width: 800px;
  margin-left: -100px; /* Left Margin = (600px – [New Width]) / 2 */
}

/* handle worker situation open-closed filtering */
.only-basic-filters .non-basic-filter { display: none; }
.only-basic-filters .to-basic-filters-button, .all-filters .to-all-filters-button { display: none; }
.only-basic-filters .to-all-filters-button, .all-filters .to-basic-filters-button { display: inline; }

.contract-inactive {
	background-color: #fdeaea;
}

.contract-selection > input {
	margin-right: 0.5em;
}

.contract-selection > input + input {
	margin-left: 4em;
}

.bootstrap-switch-container{
  display:inline-flex !important;
}


html{
  font-size: 100% !important;
}