@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 991px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 991px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 991px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 991px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 992px) {
  .container {
    width: 728px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 948px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1148px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 4px;
  padding-right: 4px;
}
.row {
  margin-left: -4px;
  margin-right: -4px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18 {
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18 {
  float: left;
}
.col-xs-18 {
  width: 100%;
}
.col-xs-17 {
  width: 94.44444444%;
}
.col-xs-16 {
  width: 88.88888889%;
}
.col-xs-15 {
  width: 83.33333333%;
}
.col-xs-14 {
  width: 77.77777778%;
}
.col-xs-13 {
  width: 72.22222222%;
}
.col-xs-12 {
  width: 66.66666667%;
}
.col-xs-11 {
  width: 61.11111111%;
}
.col-xs-10 {
  width: 55.55555556%;
}
.col-xs-9 {
  width: 50%;
}
.col-xs-8 {
  width: 44.44444444%;
}
.col-xs-7 {
  width: 38.88888889%;
}
.col-xs-6 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 27.77777778%;
}
.col-xs-4 {
  width: 22.22222222%;
}
.col-xs-3 {
  width: 16.66666667%;
}
.col-xs-2 {
  width: 11.11111111%;
}
.col-xs-1 {
  width: 5.55555556%;
}
.col-xs-pull-18 {
  right: 100%;
}
.col-xs-pull-17 {
  right: 94.44444444%;
}
.col-xs-pull-16 {
  right: 88.88888889%;
}
.col-xs-pull-15 {
  right: 83.33333333%;
}
.col-xs-pull-14 {
  right: 77.77777778%;
}
.col-xs-pull-13 {
  right: 72.22222222%;
}
.col-xs-pull-12 {
  right: 66.66666667%;
}
.col-xs-pull-11 {
  right: 61.11111111%;
}
.col-xs-pull-10 {
  right: 55.55555556%;
}
.col-xs-pull-9 {
  right: 50%;
}
.col-xs-pull-8 {
  right: 44.44444444%;
}
.col-xs-pull-7 {
  right: 38.88888889%;
}
.col-xs-pull-6 {
  right: 33.33333333%;
}
.col-xs-pull-5 {
  right: 27.77777778%;
}
.col-xs-pull-4 {
  right: 22.22222222%;
}
.col-xs-pull-3 {
  right: 16.66666667%;
}
.col-xs-pull-2 {
  right: 11.11111111%;
}
.col-xs-pull-1 {
  right: 5.55555556%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-18 {
  left: 100%;
}
.col-xs-push-17 {
  left: 94.44444444%;
}
.col-xs-push-16 {
  left: 88.88888889%;
}
.col-xs-push-15 {
  left: 83.33333333%;
}
.col-xs-push-14 {
  left: 77.77777778%;
}
.col-xs-push-13 {
  left: 72.22222222%;
}
.col-xs-push-12 {
  left: 66.66666667%;
}
.col-xs-push-11 {
  left: 61.11111111%;
}
.col-xs-push-10 {
  left: 55.55555556%;
}
.col-xs-push-9 {
  left: 50%;
}
.col-xs-push-8 {
  left: 44.44444444%;
}
.col-xs-push-7 {
  left: 38.88888889%;
}
.col-xs-push-6 {
  left: 33.33333333%;
}
.col-xs-push-5 {
  left: 27.77777778%;
}
.col-xs-push-4 {
  left: 22.22222222%;
}
.col-xs-push-3 {
  left: 16.66666667%;
}
.col-xs-push-2 {
  left: 11.11111111%;
}
.col-xs-push-1 {
  left: 5.55555556%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-18 {
  margin-left: 100%;
}
.col-xs-offset-17 {
  margin-left: 94.44444444%;
}
.col-xs-offset-16 {
  margin-left: 88.88888889%;
}
.col-xs-offset-15 {
  margin-left: 83.33333333%;
}
.col-xs-offset-14 {
  margin-left: 77.77777778%;
}
.col-xs-offset-13 {
  margin-left: 72.22222222%;
}
.col-xs-offset-12 {
  margin-left: 66.66666667%;
}
.col-xs-offset-11 {
  margin-left: 61.11111111%;
}
.col-xs-offset-10 {
  margin-left: 55.55555556%;
}
.col-xs-offset-9 {
  margin-left: 50%;
}
.col-xs-offset-8 {
  margin-left: 44.44444444%;
}
.col-xs-offset-7 {
  margin-left: 38.88888889%;
}
.col-xs-offset-6 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 27.77777778%;
}
.col-xs-offset-4 {
  margin-left: 22.22222222%;
}
.col-xs-offset-3 {
  margin-left: 16.66666667%;
}
.col-xs-offset-2 {
  margin-left: 11.11111111%;
}
.col-xs-offset-1 {
  margin-left: 5.55555556%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 992px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18 {
    float: left;
  }
  .col-sm-18 {
    width: 100%;
  }
  .col-sm-17 {
    width: 94.44444444%;
  }
  .col-sm-16 {
    width: 88.88888889%;
  }
  .col-sm-15 {
    width: 83.33333333%;
  }
  .col-sm-14 {
    width: 77.77777778%;
  }
  .col-sm-13 {
    width: 72.22222222%;
  }
  .col-sm-12 {
    width: 66.66666667%;
  }
  .col-sm-11 {
    width: 61.11111111%;
  }
  .col-sm-10 {
    width: 55.55555556%;
  }
  .col-sm-9 {
    width: 50%;
  }
  .col-sm-8 {
    width: 44.44444444%;
  }
  .col-sm-7 {
    width: 38.88888889%;
  }
  .col-sm-6 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 27.77777778%;
  }
  .col-sm-4 {
    width: 22.22222222%;
  }
  .col-sm-3 {
    width: 16.66666667%;
  }
  .col-sm-2 {
    width: 11.11111111%;
  }
  .col-sm-1 {
    width: 5.55555556%;
  }
  .col-sm-pull-18 {
    right: 100%;
  }
  .col-sm-pull-17 {
    right: 94.44444444%;
  }
  .col-sm-pull-16 {
    right: 88.88888889%;
  }
  .col-sm-pull-15 {
    right: 83.33333333%;
  }
  .col-sm-pull-14 {
    right: 77.77777778%;
  }
  .col-sm-pull-13 {
    right: 72.22222222%;
  }
  .col-sm-pull-12 {
    right: 66.66666667%;
  }
  .col-sm-pull-11 {
    right: 61.11111111%;
  }
  .col-sm-pull-10 {
    right: 55.55555556%;
  }
  .col-sm-pull-9 {
    right: 50%;
  }
  .col-sm-pull-8 {
    right: 44.44444444%;
  }
  .col-sm-pull-7 {
    right: 38.88888889%;
  }
  .col-sm-pull-6 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 27.77777778%;
  }
  .col-sm-pull-4 {
    right: 22.22222222%;
  }
  .col-sm-pull-3 {
    right: 16.66666667%;
  }
  .col-sm-pull-2 {
    right: 11.11111111%;
  }
  .col-sm-pull-1 {
    right: 5.55555556%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-18 {
    left: 100%;
  }
  .col-sm-push-17 {
    left: 94.44444444%;
  }
  .col-sm-push-16 {
    left: 88.88888889%;
  }
  .col-sm-push-15 {
    left: 83.33333333%;
  }
  .col-sm-push-14 {
    left: 77.77777778%;
  }
  .col-sm-push-13 {
    left: 72.22222222%;
  }
  .col-sm-push-12 {
    left: 66.66666667%;
  }
  .col-sm-push-11 {
    left: 61.11111111%;
  }
  .col-sm-push-10 {
    left: 55.55555556%;
  }
  .col-sm-push-9 {
    left: 50%;
  }
  .col-sm-push-8 {
    left: 44.44444444%;
  }
  .col-sm-push-7 {
    left: 38.88888889%;
  }
  .col-sm-push-6 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 27.77777778%;
  }
  .col-sm-push-4 {
    left: 22.22222222%;
  }
  .col-sm-push-3 {
    left: 16.66666667%;
  }
  .col-sm-push-2 {
    left: 11.11111111%;
  }
  .col-sm-push-1 {
    left: 5.55555556%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-18 {
    margin-left: 100%;
  }
  .col-sm-offset-17 {
    margin-left: 94.44444444%;
  }
  .col-sm-offset-16 {
    margin-left: 88.88888889%;
  }
  .col-sm-offset-15 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-14 {
    margin-left: 77.77777778%;
  }
  .col-sm-offset-13 {
    margin-left: 72.22222222%;
  }
  .col-sm-offset-12 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-11 {
    margin-left: 61.11111111%;
  }
  .col-sm-offset-10 {
    margin-left: 55.55555556%;
  }
  .col-sm-offset-9 {
    margin-left: 50%;
  }
  .col-sm-offset-8 {
    margin-left: 44.44444444%;
  }
  .col-sm-offset-7 {
    margin-left: 38.88888889%;
  }
  .col-sm-offset-6 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 27.77777778%;
  }
  .col-sm-offset-4 {
    margin-left: 22.22222222%;
  }
  .col-sm-offset-3 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-2 {
    margin-left: 11.11111111%;
  }
  .col-sm-offset-1 {
    margin-left: 5.55555556%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18 {
    float: left;
  }
  .col-md-18 {
    width: 100%;
  }
  .col-md-17 {
    width: 94.44444444%;
  }
  .col-md-16 {
    width: 88.88888889%;
  }
  .col-md-15 {
    width: 83.33333333%;
  }
  .col-md-14 {
    width: 77.77777778%;
  }
  .col-md-13 {
    width: 72.22222222%;
  }
  .col-md-12 {
    width: 66.66666667%;
  }
  .col-md-11 {
    width: 61.11111111%;
  }
  .col-md-10 {
    width: 55.55555556%;
  }
  .col-md-9 {
    width: 50%;
  }
  .col-md-8 {
    width: 44.44444444%;
  }
  .col-md-7 {
    width: 38.88888889%;
  }
  .col-md-6 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 27.77777778%;
  }
  .col-md-4 {
    width: 22.22222222%;
  }
  .col-md-3 {
    width: 16.66666667%;
  }
  .col-md-2 {
    width: 11.11111111%;
  }
  .col-md-1 {
    width: 5.55555556%;
  }
  .col-md-pull-18 {
    right: 100%;
  }
  .col-md-pull-17 {
    right: 94.44444444%;
  }
  .col-md-pull-16 {
    right: 88.88888889%;
  }
  .col-md-pull-15 {
    right: 83.33333333%;
  }
  .col-md-pull-14 {
    right: 77.77777778%;
  }
  .col-md-pull-13 {
    right: 72.22222222%;
  }
  .col-md-pull-12 {
    right: 66.66666667%;
  }
  .col-md-pull-11 {
    right: 61.11111111%;
  }
  .col-md-pull-10 {
    right: 55.55555556%;
  }
  .col-md-pull-9 {
    right: 50%;
  }
  .col-md-pull-8 {
    right: 44.44444444%;
  }
  .col-md-pull-7 {
    right: 38.88888889%;
  }
  .col-md-pull-6 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 27.77777778%;
  }
  .col-md-pull-4 {
    right: 22.22222222%;
  }
  .col-md-pull-3 {
    right: 16.66666667%;
  }
  .col-md-pull-2 {
    right: 11.11111111%;
  }
  .col-md-pull-1 {
    right: 5.55555556%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-18 {
    left: 100%;
  }
  .col-md-push-17 {
    left: 94.44444444%;
  }
  .col-md-push-16 {
    left: 88.88888889%;
  }
  .col-md-push-15 {
    left: 83.33333333%;
  }
  .col-md-push-14 {
    left: 77.77777778%;
  }
  .col-md-push-13 {
    left: 72.22222222%;
  }
  .col-md-push-12 {
    left: 66.66666667%;
  }
  .col-md-push-11 {
    left: 61.11111111%;
  }
  .col-md-push-10 {
    left: 55.55555556%;
  }
  .col-md-push-9 {
    left: 50%;
  }
  .col-md-push-8 {
    left: 44.44444444%;
  }
  .col-md-push-7 {
    left: 38.88888889%;
  }
  .col-md-push-6 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 27.77777778%;
  }
  .col-md-push-4 {
    left: 22.22222222%;
  }
  .col-md-push-3 {
    left: 16.66666667%;
  }
  .col-md-push-2 {
    left: 11.11111111%;
  }
  .col-md-push-1 {
    left: 5.55555556%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-18 {
    margin-left: 100%;
  }
  .col-md-offset-17 {
    margin-left: 94.44444444%;
  }
  .col-md-offset-16 {
    margin-left: 88.88888889%;
  }
  .col-md-offset-15 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-14 {
    margin-left: 77.77777778%;
  }
  .col-md-offset-13 {
    margin-left: 72.22222222%;
  }
  .col-md-offset-12 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-11 {
    margin-left: 61.11111111%;
  }
  .col-md-offset-10 {
    margin-left: 55.55555556%;
  }
  .col-md-offset-9 {
    margin-left: 50%;
  }
  .col-md-offset-8 {
    margin-left: 44.44444444%;
  }
  .col-md-offset-7 {
    margin-left: 38.88888889%;
  }
  .col-md-offset-6 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 27.77777778%;
  }
  .col-md-offset-4 {
    margin-left: 22.22222222%;
  }
  .col-md-offset-3 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-2 {
    margin-left: 11.11111111%;
  }
  .col-md-offset-1 {
    margin-left: 5.55555556%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1600px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18 {
    float: left;
  }
  .col-lg-18 {
    width: 100%;
  }
  .col-lg-17 {
    width: 94.44444444%;
  }
  .col-lg-16 {
    width: 88.88888889%;
  }
  .col-lg-15 {
    width: 83.33333333%;
  }
  .col-lg-14 {
    width: 77.77777778%;
  }
  .col-lg-13 {
    width: 72.22222222%;
  }
  .col-lg-12 {
    width: 66.66666667%;
  }
  .col-lg-11 {
    width: 61.11111111%;
  }
  .col-lg-10 {
    width: 55.55555556%;
  }
  .col-lg-9 {
    width: 50%;
  }
  .col-lg-8 {
    width: 44.44444444%;
  }
  .col-lg-7 {
    width: 38.88888889%;
  }
  .col-lg-6 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 27.77777778%;
  }
  .col-lg-4 {
    width: 22.22222222%;
  }
  .col-lg-3 {
    width: 16.66666667%;
  }
  .col-lg-2 {
    width: 11.11111111%;
  }
  .col-lg-1 {
    width: 5.55555556%;
  }
  .col-lg-pull-18 {
    right: 100%;
  }
  .col-lg-pull-17 {
    right: 94.44444444%;
  }
  .col-lg-pull-16 {
    right: 88.88888889%;
  }
  .col-lg-pull-15 {
    right: 83.33333333%;
  }
  .col-lg-pull-14 {
    right: 77.77777778%;
  }
  .col-lg-pull-13 {
    right: 72.22222222%;
  }
  .col-lg-pull-12 {
    right: 66.66666667%;
  }
  .col-lg-pull-11 {
    right: 61.11111111%;
  }
  .col-lg-pull-10 {
    right: 55.55555556%;
  }
  .col-lg-pull-9 {
    right: 50%;
  }
  .col-lg-pull-8 {
    right: 44.44444444%;
  }
  .col-lg-pull-7 {
    right: 38.88888889%;
  }
  .col-lg-pull-6 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 27.77777778%;
  }
  .col-lg-pull-4 {
    right: 22.22222222%;
  }
  .col-lg-pull-3 {
    right: 16.66666667%;
  }
  .col-lg-pull-2 {
    right: 11.11111111%;
  }
  .col-lg-pull-1 {
    right: 5.55555556%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-18 {
    left: 100%;
  }
  .col-lg-push-17 {
    left: 94.44444444%;
  }
  .col-lg-push-16 {
    left: 88.88888889%;
  }
  .col-lg-push-15 {
    left: 83.33333333%;
  }
  .col-lg-push-14 {
    left: 77.77777778%;
  }
  .col-lg-push-13 {
    left: 72.22222222%;
  }
  .col-lg-push-12 {
    left: 66.66666667%;
  }
  .col-lg-push-11 {
    left: 61.11111111%;
  }
  .col-lg-push-10 {
    left: 55.55555556%;
  }
  .col-lg-push-9 {
    left: 50%;
  }
  .col-lg-push-8 {
    left: 44.44444444%;
  }
  .col-lg-push-7 {
    left: 38.88888889%;
  }
  .col-lg-push-6 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 27.77777778%;
  }
  .col-lg-push-4 {
    left: 22.22222222%;
  }
  .col-lg-push-3 {
    left: 16.66666667%;
  }
  .col-lg-push-2 {
    left: 11.11111111%;
  }
  .col-lg-push-1 {
    left: 5.55555556%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-18 {
    margin-left: 100%;
  }
  .col-lg-offset-17 {
    margin-left: 94.44444444%;
  }
  .col-lg-offset-16 {
    margin-left: 88.88888889%;
  }
  .col-lg-offset-15 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-14 {
    margin-left: 77.77777778%;
  }
  .col-lg-offset-13 {
    margin-left: 72.22222222%;
  }
  .col-lg-offset-12 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-11 {
    margin-left: 61.11111111%;
  }
  .col-lg-offset-10 {
    margin-left: 55.55555556%;
  }
  .col-lg-offset-9 {
    margin-left: 50%;
  }
  .col-lg-offset-8 {
    margin-left: 44.44444444%;
  }
  .col-lg-offset-7 {
    margin-left: 38.88888889%;
  }
  .col-lg-offset-6 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 27.77777778%;
  }
  .col-lg-offset-4 {
    margin-left: 22.22222222%;
  }
  .col-lg-offset-3 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-2 {
    margin-left: 11.11111111%;
  }
  .col-lg-offset-1 {
    margin-left: 5.55555556%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.debitor {
  color: #4d93db !important;
  font-weight: bold !important;
  text-decoration: underline !important;
}
.reddebitor {
  color: #cb5b59 !important;
  font-weight: bold !important;
  text-decoration: underline !important;
}
.booked {
  min-height: 20px;
  color: white;
}
.focus {
  background-color: #cb5b59;
  min-height: 20px;
  color: white;
}
.paid {
  background-color: grey;
  min-height: 20px;
  color: white;
}
.clearfix {
  clear: both;
}
.blue-header {
  background: #4d93db;
  color: #fff;
}
.grey-header {
  background: #f1f1f1;
  color: #626262;
}
.medium {
  font-family: 'Fira Sans', sans-serif;
}
.hidden {
  display: none;
}
.transition {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-backface-visibility: hidden;
}
.fixed {
  position: fixed;
  width: 100%;
  z-index: 1;
  background: #fff;
  padding-right: 60px;
}
.button {
  border-radius: 4px;
  border: 0px solid #fff;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 15px;
  cursor: hand;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transition: left 200ms ease-in;
  -moz-transition: left 200ms ease-in;
  -ms-transition: left 200ms ease-in;
  transition: left 200ms ease-in;
}
.button.red {
  background: #cb5b59;
}
.button.red:hover {
  background: #b83c39;
}
.button.blue {
  background: #4d93db;
}
.button.blue:hover {
  background: #2979cc;
}
.button.green {
  background: #00a05e;
}
.button.green:hover {
  background: #006d40;
}
.button.purple {
  background: #7c3c94;
}
.button.purple:hover {
  background: #5e2d70;
}
.button.kircacs {
  background: #0097a0;
}
.button.kircacs:hover {
  background: #00676d;
}
.transition {
  -webkit-transition: left 200ms ease-in;
  -moz-transition: left 200ms ease-in;
  -ms-transition: left 200ms ease-in;
  transition: left 200ms ease-in;
}
.horizontal-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
}
.horizontal-scroll > table.big > tbody > tr > td {
  min-width: 375px;
}
.horizontal-scroll > table {
  table-layout: fixed;
}
.horizontal-scroll > table > tbody > tr > td {
  border-collapse: collapse;
  min-width: 255px;
}
.label-wrapper label[id^="typeLabel"] {
  font-weight: bold;
  display: block;
}
.label-wrapper label[id^="senderOrganisationNameHeadingLabel"] {
  clear: both;
}
.label-wrapper label.fieldheader {
  display: inline-block;
  padding-top: 10px;
}
.label-wrapper label.fieldheader-horizontal {
  display: inline-block;
  padding-top: 12px;
}
.separator {
  margin: 10px 0;
  padding-left: 8px;
}
.text-center label {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
a {
  color: #626262;
  text-decoration: none;
}
h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
p {
  margin: 4px 0;
}
input {
  max-width: 96%;
}
input[type='text'],
input[type='password'],
input[type='number'],
input[type='email'] {
  width: 96%;
  border: 1px solid #dddddd;
  line-height: 30px;
  padding-right: 10px;
  padding-left: 10px;
  cursor: hand;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}
input[type='text'] label,
input[type='password'] label,
input[type='number'] label,
input[type='email'] label {
  cursor: inherit;
  display: block;
  word-wrap: break-word;
}
input[type='text'] .gender,
input[type='password'] .gender,
input[type='number'] .gender,
input[type='email'] .gender {
  position: absolute;
  top: 0;
  right: 5px;
}
input[type='text'] .flag,
input[type='password'] .flag,
input[type='number'] .flag,
input[type='email'] .flag {
  position: absolute;
  top: 3px;
  right: 20px;
}
input[type='text'].small-input,
input[type='password'].small-input,
input[type='number'].small-input,
input[type='email'].small-input {
  width: 90%;
}
input.search {
  color: #fff;
  line-height: 32px;
  padding-left: 26px;
  border: 0px solid #01c675;
  background: #00a05e url('../images/magnify.png') no-repeat left 5px center;
  width: 90%;
}
input.search.white {
  color: #333;
  background: #f1f1f1 url('../images/magnify-grey.png') no-repeat left 5px center;
}
select[multiple='multiple'] {
  width: 96%;
  border: 1px solid #dddddd;
  line-height: 30px;
  padding-right: 10px;
  padding-left: 10px;
  cursor: hand;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}
select[multiple='multiple'] label {
  cursor: inherit;
  display: block;
  word-wrap: break-word;
}
select[multiple='multiple'] .gender {
  position: absolute;
  top: 0;
  right: 5px;
}
select[multiple='multiple'] .flag {
  position: absolute;
  top: 3px;
  right: 20px;
}
.w_content_container strong {
  margin-top: 15px;
}
.w_content_container strong.blue {
  color: #4d93db;
  text-decoration: underline;
}
.w_content_container strong.green {
  color: #01c675;
}
td,
th {
  text-align: left;
}
td.aligntop,
th.aligntop {
  vertical-align: top;
}
table.grey {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
table.grey th {
  background: #dddddd;
  color: #626262;
  font-weight: bold;
  line-height: 34px;
  padding-left: 5px;
  border: 1px solid #dddddd;
}
table.grey td {
  border-bottom: 1px solid #dddddd;
  padding-left: 5px;
}
table.grey td input {
  margin-top: 5px;
}
table.grey tr.lightgrey td {
  background: #f1f1f1;
}
table.grey a {
  color: #4d93db;
  font-weight: bold;
  text-decoration: underline;
}
table.week-suggestions {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
table.five td:nth-child(3n+4) {
  border-right: 3px solid #666;
  box-shadow: none;
}
table.five td:last-child {
  border-right: 0px solid #666;
}
table.day-calendar {
  border-spacing: 0;
  border-collapse: collapse;
}
table.day-calendar tr {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
table.day-calendar th {
  padding-bottom: 5px;
}
table.day-calendar td {
  background: #dddddd;
  width: 25px;
  height: 25px;
  text-align: center;
  box-shadow: inset -8px 0px 0px -6px #ffffff;
}
table.day-calendar td .small {
  width: 12px;
}
table.day-calendar td.blue {
  background: #4d93db;
  box-shadow: inset -8px 0px 0px -6px #4d93db;
}
table.day-calendar td.blue.dark {
  background: #2160a1;
  box-shadow: inset -8px 0px 0px -6px #2160a1;
}
table.day-calendar td.blue.light {
  background: #a2c6ec;
  box-shadow: inset -8px 0px 0px -6px #a2c6ec;
}
table.day-calendar td.green {
  background: #00a05e;
  box-shadow: inset -8px 0px 0px -6px #00a05e;
}
table.day-calendar td.green.dark {
  background: #005431;
  box-shadow: inset -8px 0px 0px -6px #005431;
}
table.day-calendar td.green.light {
  background: #07ff99;
  box-shadow: inset -8px 0px 0px -6px #07ff99;
}
table.day-calendar td.yellow {
  background: #fcbc11;
  box-shadow: inset -8px 0px 0px -6px #fcbc11;
}
table.day-calendar td.yellow.dark {
  background: #be8b02;
  box-shadow: inset -8px 0px 0px -6px #be8b02;
}
table.day-calendar td.yellow.light {
  background: #fdd876;
  box-shadow: inset -8px 0px 0px -6px #fdd876;
}
table.day-calendar td.red {
  background: #cb5b59;
  box-shadow: inset -8px 0px 0px -6px #cb5b59;
}
table.day-calendar td.red.dark {
  background: #a43533;
  box-shadow: inset -8px 0px 0px -6px #a43533;
}
table.day-calendar td.red.light {
  background: #e3a8a7;
  box-shadow: inset -8px 0px 0px -6px #e3a8a7;
}
table.day-calendar td.purple {
  background: #7c3c94;
  box-shadow: inset -8px 0px 0px -6px #7c3c94;
}
table.day-calendar td.purple.dark {
  background: #5e2d70;
  box-shadow: inset -8px 0px 0px -6px #5e2d70;
}
table.day-calendar td.purple.light {
  background: #ae71c5;
  box-shadow: inset -8px 0px 0px -6px #ae71c5;
}
table.day-calendar td:first-child {
  background: transparent;
  padding: 0 5px;
}
table.day-calendar td.end {
  box-shadow: inset -8px 0px 0px -6px #ffffff;
}
table.striped {
  border-spacing: 0;
  border-collapse: collapse;
}
table.striped tr {
  margin: 0;
}
table.striped tr td {
  vertical-align: top;
  padding: 0;
}
table.striped tr td:nth-child(even) {
  background: #f1f7fc;
}
table.striped tr td .navigatorPanelLeft,
table.striped tr td .navigatorPanelRight {
  display: inline-block;
  color: #4d93db;
  font-weight: bold;
  font-size: 15px;
  padding-top: 23px;
}
table.striped tr td .navigatorPanelLeft {
  float: left;
}
table.striped tr td .navigatorPanelRight {
  float: right;
}
table.striped tr td .navigatorNoteItemDate {
  background: #4d93db;
  color: #fff;
  text-align: center;
  height: 35px;
  width: 35px;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  display: inline-block;
  margin: 15px 5px 0;
  padding-top: 2px;
  border-radius: 2px;
  cursor: hand;
  cursor: pointer;
}
table.striped tr td .navigatorNoteItemDate.navigatorPanelFreeze {
  background: #fcbc11;
}
table.striped tr td .navigatorNoteItemDate.navigatorPanelSelected {
  background: #00a05e;
  cursor: default;
}
table.striped tr td .navigatorNoteItemDate.navigatorPanelFutureAgreement {
  background: #00a05e;
  cursor: default;
}
table.striped tr td .navigatorNoteItemDate.navigatorPanelProposedAgreement {
  background: #40ff00;
  cursor: default;
}
table.striped tr td .navigatorNoteItemDate.navigatorPanelProcessAgreement {
  background: #7c3c94;
  cursor: default;
}

table.striped tr td .navigatorNoteItemDate.navigatorPanelNotMe {
  background: #dddddd;
  cursor: default;
}
table.striped tr td .pictureReportSymbolItem {
  padding-left: 18px;
}
table.striped tr td .navigatorConsultationItem,
table.striped tr td .navigatorNoConsultationStartItem {
  font-size: 24px;
  line-height: 54px;
}
table.striped tr td .navigatorNoConsultationStartItem,
table.striped tr td .yearStart {
  text-align: right;
}
table.striped tr td .letter-icon {
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  margin-left: 33%;
  text-align: center;
  width: 15px;
  color: #fff;
}
table.striped tr td .letter-icon.blue {
  background: #4d93db;
}
table.striped tr td .letter-icon.green {
  background: #00a05e;
}
table.striped tr td .letter-icon.yellow {
  background: #fcbc11;
}
table.striped tr td .letter-icon.red {
  background: #cb5b59;
}
table.striped tr td .letter-icon.purple {
  background: #7c3c94;
}
table.striped tr:last-child td {
  padding-bottom: 15px;
}
table.striped-horizontal {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
table.striped-horizontal tr {
  margin: 0;
}
table.striped-horizontal tr th {
  background: #4d93db;
  color: #fff;
  padding: 3px;
  font-size: 13px;
}
table.striped-horizontal tr td {
  vertical-align: top;
  padding: 1px 3px;
}
table.striped-horizontal tr td a {
  color: #4d93db;
  font-weight: bold;
  text-decoration: underline;
}
table.striped-horizontal tr td table tr:nth-child(even) {
  background: transparent;
}
table.striped-horizontal tr:nth-child(even) {
  background: #f1f7fc;
}
table.striped-horizontal-tbody {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
table.striped-horizontal-tbody tbody tr {
  margin: 0;
}
table.striped-horizontal-tbody tbody tr th {
  background: #4d93db;
  color: #fff;
  padding: 3px;
  font-size: 13px;
}
table.striped-horizontal-tbody tbody tr td {
  vertical-align: top;
  padding: 1px 3px;
}
table.striped-horizontal-tbody tbody tr td a {
  color: #4d93db;
  font-weight: bold;
  text-decoration: underline;
}
table.striped-horizontal-tbody tbody tr td table tr:nth-child(even) {
  background: transparent;
}
table.striped-horizontal-tbody tbody:nth-child(even) {
  background: #f1f7fc;
}
textarea {
  border: 1px solid #dddddd;
}
.diagnosis-notes {
  margin-top: 50px;
}
.diagnosis-notes .diagnosis-note {
  min-height: 56px;
  margin-bottom: 4px;
}
.box-padding {
  padding: 5px;
  padding-left: 20px;
  padding-bottom: 0px;
}
.fieldheader {
  font-weight: bold;
  font-family: 'Arial Bold', arial;
  margin-bottom: 5px;
}
.fieldheader-horizontal {
  font-weight: bold;
  font-family: 'Arial Bold', arial;
  margin-bottom: 5px;
  display: inline-block;
  min-width: 100px;
}
.fake-input {
  border: 1px solid #dddddd;
  line-height: 30px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 5px;
  cursor: hand;
  cursor: pointer;
  position: relative;
}
.fake-input label {
  cursor: inherit;
  display: block;
  word-wrap: break-word;
}
.fake-input .gender {
  position: absolute;
  top: 0;
  right: 5px;
}
.fake-input .flag {
  position: absolute;
  top: 3px;
  right: 20px;
}
.heading-blue {
  padding-left: 15px;
  color: #fff;
  background: #4d93db none repeat scroll 0% 0%;
  font-weight: bold;
  line-height: 34px;
}
.heading-grey {
  padding-left: 15px;
  color: #626262;
  background: #dddddd none repeat scroll 0% 0%;
  font-weight: bold;
  line-height: 34px;
}
.blue-bg {
  background: #4d93db;
  color: #fff;
}
.yellow-bg {
  background: #fcbc11;
  color: #fff;
}
.tab-content {
  overflow: hidden;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.initialStart {
  font-weight: bold;
  line-height: 25px;
  padding-bottom: 2px;
  margin-bottom: 10px;
  margin-left: 7.5px;
}
.initials {
  margin-left: 5px;
  font-weight: bold;
}
.subPanel .subPanel {
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding: 5px 5px 5px 5px;
}
.subPanel .subPanel .subPanelTitle {
  margin-bottom: 10px;
}
.subPanel .subPanel .subPanelTitle label {
  color: #4d93db;
  font-weight: bold;
  line-height: 25px;
  padding-bottom: 2px;
  border-bottom: 1px solid #4d93db;
  margin-bottom: 10px;
}
.subPanel .subPanel.no-padding {
  padding: 15px 0 0;
}
.subPanel .subPanel.no-padding .subPanelTitle {
  padding-left: 15px;
}
.subPanel .subPanel.no-padding.min-height {
  min-height: 200px;
}
.subPanel .subPanel select.selectClass {
  margin: 0;
}
.subPanel .diagnose-background {
  border-bottom: 1px solid #dddddd;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  background: transparent;
}
.subPanel .diagnose-background:nth-child(odd) {
  background: #dddddd;
}
.subPanelTableItem textarea {
  width: 100%;
}
.subPanelTableItem .aPanelContentContainer .col-sm-4 {
  padding-right: 7px;
  padding-left: 7px;
}
.subPanelTableItem .aPanelContentContainer .col-sm-4 input {
  text-align: center;
}
.subPanelTableItem .aPanelContentContainer:first-of-type .col-sm-10 {
  padding-right: 3px;
}
.subPanelTableItem .aPanelContentContainer:last-of-type .col-sm-4 {
  padding-right: 7px;
}
body {
  color: #626262;
  font-family: "Arial Regular", sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  margin: 0;
}
.top > div > .row > div,
.top > .row > div {
  padding: 0;
}
.top .scroll {
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}
.big-header {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
}
.big-header .separator {
  margin: 3px 0;
}
.big-header .timer {
  color: #FFF;
  font-size: 15px;
  background: #626262;
  line-height: 34px;
  padding-left: 26px;
  border: 0px solid #01C675;
}
.big-header .button {
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.big-header .pull-right {
  padding-right: 15px;
}
.big-header .pull-right.xtra-padding {
  padding-right: 75px;
}
.big-header.green {
  background: #01c675;
  box-shadow: inset -1px 0px 0px 0px #00a05e;
}
.big-header.green label {
  font-size: 18px;
  color: #fff;
}
.big-header select {
  background: #00a05e;
  border: 0px solid #01c675;
  color: #fff;
  outline: 0px;
}
.big-header select option {
  color: #fff;
  padding: 5px;
}
.big-header select option:hover,
.big-header select option:checked {
  box-shadow: 0 0 10px 100px #01c675 inset;
}
.big-header select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}
.login-box {
  margin-top: 30px;
}
.login-box .logo {
  text-align: center;
}
.login-box .logo img {
  margin-bottom: 20px;
}
.login-box .button {
  margin-top: 10px;
  width: 100%;
}
.login-box i {
  color: #dddddd;
  display: block;
  text-align: center;
  padding-top: 5px;
}
.login-box .feedbackPanel {
  padding-left: 17px;
  color: #cb5b59;
}
select.selectClass {
  width: 90%;
  margin: 0 7px 5px;
  line-height: 34px;
  height: 34px;
  border: 1px solid #dddddd;
}
select.selectClass.small-input {
  width: 80%;
  margin-left: 0;
}
.small-header {
  height: 30px;
  line-height: 30px;
}
.small-header > div {
  padding-left: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transition: left 200ms ease-in;
  -moz-transition: left 200ms ease-in;
  -ms-transition: left 200ms ease-in;
  transition: left 200ms ease-in;
}
.small-header > div.notePanelHeaderNormal {
  background: #4d93db;
  color: #fff;
}
.small-header > div.notePanelHeaderFreeze {
  background: #fcbc11;
  color: #fff;
}
.small-header > div .text-center input {
  margin-bottom: -4px;
}
.small-header > div .text-center img {
  margin-bottom: -5px;
}
.small-header > div .text-center label {
  width: auto;
}
.small-header > div .text-center.inline {
  display: inline-block;
  width: 100%;
}
.small-header.blue {
  background: #4d93db;
}
.patientPanel img {
  max-width: 100%;
  max-height: 125px;
}
.flow .background {
  border-bottom: 1px solid #000;
  min-height: 50px;
}
.flow .background img {
  max-height: 100%;
  max-width: 100%;
  display: block;
}
.flow .background .bold {
  font-weight: bold;
}
.flow .background .flow-icon {
  margin: 4px auto 0;
  display: inline;
}
.flow .background .number {
  border: 1px solid #4d93db;
  border-radius: 2px;
  background: #fff;
  width: 23px;
  height: 23px;
  right: 0;
  top: 15px;
  text-align: center;
  position: absolute;
}
.flow .background:nth-child(even) {
  background: #f1f1f1;
}
.flow .background:last-child {
  border-bottom: 0px solid #000;
}
.flow-icon1 {
  display: inline !important;
  max-width: 11px !important;
  min-width: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}
.flow-icon2 {
  display: inline !important;
  max-width: 20px !important;
  min-width: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}
.background .inner-wrapper {
  padding: 15px;
  color: #626262;
}
.background .inner-wrapper .header {
  color: #fff;
  background: #626262;
  font-size: 15px;
  line-height: 30px;
  padding-left: 10px;
  overflow: hidden;
}
.background .inner-wrapper .background {
  border-top: 1px solid #626262;
  background: #f1f1f1;
}
.background .inner-wrapper .background a {
  font-weight: bold;
}
.background .inner-wrapper .background img {
  display: block;
  max-width: 100%;
  max-height: 50px;
}
.background .inner-wrapper .background:nth-child(even) {
  background: #fff;
}
.background.darkgreen {
  background: #00a05e;
  color: #fff;
}
.tabs-height {
  display: flex;
  flex-wrap: wrap;
}
.tabs-height .equal-height {
  height: 100%;
}
.tabs-height .equal-height .subPanel {
  height: 100%;
}
.tabs-height > div[class*="col-"] {
  margin-bottom: 5px;
}
.wrench .subPanelMoreLessButton {
  position: absolute;
  top: 10px;
  right: 10px;
}
.mainTableItem table {
  width: 95%;
}
.mainClinicalMasterDataPanel .big-header {
  padding-left: 23px;
}
div.wicket-modal div.w_content_3 {
  border: 0px solid #fff;
}
.w_top_1,
.w_bottom_1 {
  display: none;
}
div.wicket-modal div.w_blue div.w_left,
div.wicket-modal div.w_blue div.w_right {
  background: none;
}
div.wicket-modal div.w_content_1 {
  margin-right: 0;
}
div.wicket-modal .w_right .w_caption {
  border-radius: 3px 3px 0 0;
  line-height: 44px;
  height: 44px;
  background: #626262;
  color: #fff;
}
div.wicket-modal .w_right .w_caption h3 {
  padding-left: 15px;
  font-weight: bold;
}
div.wicket-modal .w_right .w_content_2 {
  padding: 15px;
  border-radius: 0 0 3px 3px;
}
div.wicket-modal .w_right .w_content_2 textarea {
  width: 100%;
}
.ui-droppable .background {
  margin: 0 7.5px;
}
.context-menu:not(.soa) {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}
.left-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 10000;
  background: #626262;
  width: 60px;
  box-shadow: -2px 0px 6px 0px rgba(0, 0, 0, 0.75);
}
.left-menu ul {
  padding-left: 0;
}
.left-menu ul li {
  height: 44px;
  border-bottom: 1px solid #01c675;
  text-align: center;
  padding-top: 6px;
  list-style: none;
  position: relative;
}
.left-menu ul li ul {
  position: absolute;
  top: 0;
  left: -250px;
  min-width: 200px;
  z-index: -1;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transition: left 200ms ease-in;
  -moz-transition: left 200ms ease-in;
  -ms-transition: left 200ms ease-in;
  transition: left 200ms ease-in;
}
.left-menu ul li ul li {
  background: #454545;
  text-align: left;
  z-index: -1;
  color: #fff;
  line-height: 44px;
  padding-top: 0;
}
.left-menu ul li ul li a {
  color: #fff;
  display: block;
  padding-left: 10px;
}
.left-menu ul li ul li a:hover {
  text-decoration: underline;
}
.left-menu ul li.active {
  background: #01c675;
  box-shadow: inset 5px 0px 0px 0px rgba(0, 0, 0, 0.15);
}
.left-menu ul li.activedebitor {
  background: #7c3c94;
  box-shadow: inset 5px 0px 0px 0px rgba(0, 0, 0, 0.15);
}
.left-menu ul li.inactive {
  background: #cb5b59;
  box-shadow: inset 5px 0px 0px 0px rgba(0, 0, 0, 0.15);
}
.left-menu ul li:hover {
  background: #454545;
}
.left-menu ul li:hover > ul {
  z-index: -1;
  display: block;
  left: 60px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transition: left 200ms ease-in;
  -moz-transition: left 200ms ease-in;
  -ms-transition: left 200ms ease-in;
  transition: left 200ms ease-in;
}
.content-wrapper {
  padding-left: 60px;
}
.wicket-modal .green-headline {
  line-height: 35px;
  font-size: 18px;
  padding-left: 15px;
  color: #fff;
  background: #01c675;
  display: block;
}
.wicket-modal .green-headline.fixed-modal {
  position: fixed;
  z-index: 1;
  margin-top: -18px;
  padding-right: 15px;
}
.wicket-modal .blue-headline {
  color: #4d93db;
  line-height: 24px;
  font-size: 16px;
  padding-left: 15px;
}
.wicket-modal .aPanelContentContainerSubTitle {
  color: #4d93db;
  text-decoration: underline;
}
label.text-padding {
  padding-left: 15px;
}
.margin-bottom {
  margin-bottom: 30px;
}
.input-fix .col-sm-6 input {
  width: 88%;
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding: 0;
    overflow-x: hidden;
  }
}
@media (min-width: 1900px) {
  .big-header .button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
