@charset "UTF-8";
.form-group.price-input div[id*="mxui_widget_NumberInput"] {
  position: relative; }
  .form-group.price-input div[id*="mxui_widget_NumberInput"]:before {
    content: '$';
    position: relative;
    left: 0; }

.USD .form-group.price-input div[id*="mxui_widget_NumberInput"]:before, .form-group.price-input .USD div[id*="mxui_widget_NumberInput"]:before {
  content: '$'; }

.EUR .form-group.price-input div[id*="mxui_widget_NumberInput"]:before, .form-group.price-input .EUR div[id*="mxui_widget_NumberInput"]:before {
  content: '\20AC'; }

.ILS .form-group.price-input div[id*="mxui_widget_NumberInput"]:before, .form-group.price-input .ILS div[id*="mxui_widget_NumberInput"]:before {
  content: '\20AA'; }

.GBP .form-group.price-input div[id*="mxui_widget_NumberInput"]:before, .form-group.price-input .GBP div[id*="mxui_widget_NumberInput"]:before {
  content: '\00A3'; }

@media (max-width: 767px) {
  .mx-grid,
  .mx-tabcontainer,
  .mx-listview,
  .mx-templategrid,
  .mx-groupbox {
    margin-bottom: 0px; } }
@media (min-width: 768px) {
  .mx-grid,
  .mx-tabcontainer,
  .mx-listview,
  .mx-templategrid,
  .mx-groupbox {
    margin-bottom: 0px; } }
@media (min-width: 992px) {
  .mx-grid,
  .mx-tabcontainer,
  .mx-listview,
  .mx-templategrid,
  .mx-groupbox {
    margin-bottom: 0px; } }

.mx-layoutcontainer .mx-layoutcontainer-wrapper {
  padding: 0px; }

.profile-tablet .mx-layoutcontainer .mx-layoutcontainer-wrapper {
  padding: 0px; }

.profile-phone .mx-layoutcontainer .mx-layoutcontainer-wrapper {
  padding: 0px; }

.mx-layoutcontainer .mx-placeholder {
  padding: 0; }
  .mx-layoutcontainer .mx-placeholder .mx-layoutgrid {
    padding-top: 0;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .mx-layoutcontainer .mx-placeholder .mx-layoutgrid {
        padding: 0px 0px 0px 0px; } }
    @media (min-width: 768px) {
      .mx-layoutcontainer .mx-placeholder .mx-layoutgrid {
        padding: 0px 0px 0px 0px; } }
    @media (min-width: 992px) {
      .mx-layoutcontainer .mx-placeholder .mx-layoutgrid {
        padding: 0px 0px 0px 0px; } }
    @media (max-width: 767px) {
      .mx-layoutcontainer .mx-placeholder .mx-layoutgrid:first-child {
        padding-top: 0px; } }
    @media (min-width: 768px) {
      .mx-layoutcontainer .mx-placeholder .mx-layoutgrid:first-child {
        padding-top: 0px; } }
    @media (min-width: 992px) {
      .mx-layoutcontainer .mx-placeholder .mx-layoutgrid:first-child {
        padding-top: 0px; } }
    @media (max-width: 767px) {
      .mx-layoutcontainer .mx-placeholder .mx-layoutgrid:last-child {
        padding-bottom: 0px; } }
    @media (min-width: 768px) {
      .mx-layoutcontainer .mx-placeholder .mx-layoutgrid:last-child {
        padding-bottom: 0px; } }
    @media (min-width: 992px) {
      .mx-layoutcontainer .mx-placeholder .mx-layoutgrid:last-child {
        padding-bottom: 0px; } }
    .mx-layoutcontainer .mx-placeholder .mx-layoutgrid.container {
      padding-left: 0px;
      padding-right: 0px; }
    .mx-layoutcontainer .mx-placeholder .mx-layoutgrid .mx-layoutgrid {
      padding: 0; }

.profile-phone .mx-layoutcontainer .mx-placeholder {
  padding: 0; }
  .profile-phone .mx-layoutcontainer .mx-placeholder .mx-layoutgrid .mx-layoutgrid {
    padding: 0; }

.profile-tablet .mx-layoutcontainer .mx-placeholder {
  padding: 0; }
  .profile-tablet .mx-layoutcontainer .mx-placeholder .mx-layoutgrid {
    padding: 0px 0px 0px 0px; }
    .profile-tablet .mx-layoutcontainer .mx-placeholder .mx-layoutgrid.container {
      padding-left: 0px;
      padding-right: 0px; }
    .profile-tablet .mx-layoutcontainer .mx-placeholder .mx-layoutgrid .mx-layoutgrid {
      padding: 0; }

.mx-layoutcontainer-wrapper.mx-layoutcontainer-nested {
  padding: 0; }

.pageheader .mx-grid,
.pageheader .mx-tabcontainer,
.pageheader .mx-listview,
.pageheader .mx-templategrid,
.pageheader .mx-groupbox {
  margin-bottom: 0; }

.profile-phone .mx-placeholder > .mx-tabcontainer:only-child,
.profile-phone .mx-placeholder > .mx-grid:only-child,
.profile-tablet .mx-placeholder > .mx-tabcontainer:only-child,
.profile-tablet .mx-placeholder > .mx-grid:only-child {
  margin-bottom: 0; }

/* ==========================================================================
   Base

   Default settings
========================================================================== */
*:focus {
  outline: 0 !important; }

html {
  height: 100%; }

body {
  font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
  color: #3d466c;
  font-size: 15px;
  line-height: 1.428571429;
  background-color: #E6E6E6;
  min-height: 101%; }

a {
  color: #3aa3e3;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden; }

a:hover {
  text-decoration: underline;
  color: #3aa3e3; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

input:focus,
button:focus,
.mx-link:focus {
  outline: 0; }

div[tabindex] {
  outline: 0; }

.inline-block {
  display: inline-block !important; }

.block {
  display: block !important; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.row, .mx-grid .mx-grid-searchbar .mx-grid-search-inputs {
  margin-right: -15px;
  margin-left: -15px; }

.lg-padding .row, .lg-padding .mx-grid .mx-grid-searchbar .mx-grid-search-inputs, .mx-grid .mx-grid-searchbar .lg-padding .mx-grid-search-inputs {
  padding-bottom: 30px; }

.col, .filter-buttons, .filter-inputs, .mx-grid .mx-grid-searchbar .mx-grid-search-inputs .mx-grid-search-item {
  display: inline-block;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .col, .filter-buttons, .filter-inputs, .mx-grid .mx-grid-searchbar .mx-grid-search-inputs .mx-grid-search-item {
      padding-right: 0;
      padding-left: 0; } }

@media (min-width: 1200px) {
  .tablet-hidden {
    display: block; }

  .tablet-visible {
    display: none; } }
@media (max-width: 1200px) and (min-width: 992px) {
  .tablet-hidden {
    display: none; }

  .tablet-visible {
    display: block; } }
@media (max-width: 992px) {
  .mobile-hidden {
    display: none; }

  .mobile-visible {
    display: block; } }
.btn-toolbar .mx-link {
  display: inline-block;
  margin-left: 50px; }

/* ==========================================================================
   Typography
========================================================================== */
p {
  line-height: 1.428571429; }

label {
  padding-top: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility; }
  h1.small, h2.small, h3.small, h4.small, h5.small, h6.small,
  .h1.small, .h2.small, .h3.small, .h4.small, .h5.small, .h6.small {
    font-weight: normal;
    line-height: 1; }

.mx-title {
  color: #3d466c;
  font-size: 38.5px;
  font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: auto;
  margin: 30px 0 20px 0;
  text-transform: lowercase; }

h1, .h1, .h1 > * {
  font-size: 38.5px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600; }

h2, .h2, .h2 > * {
  font-size: 31.5px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600; }

h3, .h3, .h3 > * {
  font-size: 24.5px;
  font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
  font-weight: 600; }

h4, .h4, .h4 > * {
  font-size: 17.5px;
  font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
  font-weight: 400; }

h5, .h5, .h5 > * {
  font-size: 14px;
  font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
  font-weight: 400; }

h6, .h6, .h6 > * {
  font-size: 11.9px;
  font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
  font-weight: 400; }

h1, h2, h3, .h1, .h2, .h3 {
  line-height: 40px; }

.folder-desc {
  display: block;
  font-size: 17.5px;
  font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  margin: 5px 0;
  margin-left: 5px; }

.info-text {
  color: #3d466c;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 22px; }
  .info-text:before {
    font: normal normal normal 14px/1 "FontAwesome";
    color: #9BCD41;
    font-size: 30px;
    vertical-align: middle !important;
    margin-right: 10px;
    position: relative;
    top: -2px; }

.section-header {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #3d466c;
  border-style: solid;
  border: 0;
  text-transform: lowercase;
  font-weight: normal;
  display: block;
  margin-bottom: 15px; }

.list-header {
  text-transform: uppercase;
  font-size: 12px;
  color: #3d466c;
  font-family: "RobotoBold", Helvetica, Arial, sans-serif;
  margin: 0 0 8px; }

.list-data {
  font-size: 15px;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }

.list-link {
  display: block; }

/* ==========================================================================
   Text Utility Classes
========================================================================== */
.text-spacing {
  margin-top: 1em;
  margin-bottom: 1em; }

.text-lined {
  padding-bottom: 10px;
  border-bottom: 1px solid #DDD; }

/* Text Break */
.text-break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.subHeader {
  padding: 8px 0;
  border-bottom: 1px solid #abafbf;
  display: block;
  margin-bottom: 15px;
  font-size: 18px; }

/* ==========================================================================
   Typography

   Text Colors
========================================================================== */
.text-gray-darker {
  color: #888888; }

.text-gray-dark {
  color: #acacac; }

.text-gray {
  color: #666; }

.text-gray-light {
  color: #999; }

.text-gray-primary {
  color: #DDD; }

.text-gray-lighter {
  color: #eee; }

.text-default, .text-default:hover {
  color: #000; }

.text-primary, .text-primary:hover {
  color: #2980b9; }

.text-info, .text-info:hover {
  color: #3498db; }

.text-success, .text-success:hover {
  color: #31AF64; }

.text-warning, .text-warning:hover {
  color: #f39c12; }

.text-danger, .text-danger:hover {
  color: #b50303; }

.text-black {
  color: #000; }

.text-black-secondary {
  color: #666666; }

.text-black-disabled {
  color: rgba(0, 0, 0, 0.26); }

.text-black-hint {
  color: rgba(0, 0, 0, 0.26); }

.text-white {
  color: #FFF; }

.text-white-secondary {
  color: rgba(255, 255, 255, 0.7); }

.text-white-disabled {
  color: rgba(255, 255, 255, 0.3); }

.text-white-hint {
  color: rgba(255, 255, 255, 0.3); }

.center {
  display: table;
  width: 100%;
  height: 52px; }
  .center p {
    display: table-cell;
    vertical-align: middle; }

.center-img {
  margin: 0 auto; }

/* ==========================================================================
   Typography

   Text Colors
========================================================================== */
.inline {
  display: inline; }

.underline {
  text-decoration: underline; }

/* ==========================================================================
   Buttons

   Default Bootstrap and Mendix Buttons
========================================================================== */
.btn,
.mx-button {
  border: 0;
  text-shadow: none;
  padding: 14px;
  font-size: 15px;
  /* MXID / Bootstrap values for when used in non-mendix apps */
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: white;
  color: #acacac;
  line-height: 1.428571429; }
  .btn:hover, .btn:focus, .btn:active,
  .mx-button:hover,
  .mx-button:focus,
  .mx-button:active {
    box-shadow: none;
    outline: none; }

.mx-link {
  padding: 0;
  color: #3d466c; }
  .mx-link:hover, .mx-link:focus {
    color: #030f40; }
  .mx-link a {
    color: inherit; }
  .mx-link.cancel-link {
    margin-top: 14px; }
    .mx-link.cancel-link a {
      text-decoration: underline; }
      .mx-link.cancel-link a:hover, .mx-link.cancel-link a:focus {
        text-decoration: underline; }
  .mx-link.list-link {
    color: #454545; }
    .mx-link.list-link a {
      text-decoration: underline; }
    .mx-link.list-link:hover, .mx-link.list-link:focus {
      color: #21215B; }
  .mx-link.fake-link {
    content: "";
    text-decoration: underline; }

.btn img,
.mx-button img,
.mx-link img {
  height: 20px; }

.dj_ie8 .mx-link {
  margin-right: 0;
  white-space: normal; }

.btn-default {
  background-color: #d8dae2;
  color: #3d466c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    border-color: 0;
    background-color: #abafbf;
    color: #3d466c; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #d8dae2; }
  .btn-default.btn-bordered {
    background-color: transparent;
    color: #3d466c; }
    .btn-default.btn-bordered:hover, .btn-default.btn-bordered:focus, .btn-default.btn-bordered:active, .btn-default.btn-bordered.active, .open > .btn-default.btn-bordered.dropdown-toggle {
      background-color: #d8dae2;
      color: #3d466c; }

.btn-primary, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn.mx-grid-search-button, .mx-grid.datagrid-fullsearch .mx-grid-search-button, .mx-grid.multilevel-grid .mx-grid-search-button, .login-form .btn.submit {
  background-color: #3d466c;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .btn-primary:hover, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn.mx-grid-search-button:hover, .mx-grid.datagrid-fullsearch .mx-grid-search-button:hover, .mx-grid.multilevel-grid .mx-grid-search-button:hover, .login-form .btn.submit:hover, .btn-primary:focus, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn.mx-grid-search-button:focus, .mx-grid.datagrid-fullsearch .mx-grid-search-button:focus, .mx-grid.multilevel-grid .mx-grid-search-button:focus, .login-form .btn.submit:focus, .btn-primary:active, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn.mx-grid-search-button:active, .mx-grid.datagrid-fullsearch .mx-grid-search-button:active, .mx-grid.multilevel-grid .mx-grid-search-button:active, .login-form .btn.submit:active, .btn-primary.active, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .active.btn.mx-grid-search-button, .mx-grid.datagrid-fullsearch .active.mx-grid-search-button, .mx-grid.multilevel-grid .active.mx-grid-search-button, .login-form .active.btn.submit, .open > .btn-primary.dropdown-toggle, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .open > .dropdown-toggle.btn.mx-grid-search-button, .mx-grid.datagrid-fullsearch .open > .dropdown-toggle.mx-grid-search-button, .mx-grid.multilevel-grid .open > .dropdown-toggle.mx-grid-search-button, .login-form .open > .dropdown-toggle.btn.submit {
    border-color: 0;
    background-color: #030f40;
    color: #ffffff; }
  .btn-primary:active, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn.mx-grid-search-button:active, .mx-grid.datagrid-fullsearch .mx-grid-search-button:active, .mx-grid.multilevel-grid .mx-grid-search-button:active, .login-form .btn.submit:active, .btn-primary.active, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .active.btn.mx-grid-search-button, .mx-grid.datagrid-fullsearch .active.mx-grid-search-button, .mx-grid.multilevel-grid .active.mx-grid-search-button, .login-form .active.btn.submit, .open > .btn-primary.dropdown-toggle, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .open > .dropdown-toggle.btn.mx-grid-search-button, .mx-grid.datagrid-fullsearch .open > .dropdown-toggle.mx-grid-search-button, .mx-grid.multilevel-grid .open > .dropdown-toggle.mx-grid-search-button, .login-form .open > .dropdown-toggle.btn.submit {
    background-image: none; }
  .btn-primary.disabled, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .disabled.btn.mx-grid-search-button, .mx-grid.datagrid-fullsearch .disabled.mx-grid-search-button, .mx-grid.multilevel-grid .disabled.mx-grid-search-button, .login-form .disabled.btn.submit, .btn-primary.disabled:hover, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .disabled.btn.mx-grid-search-button:hover, .mx-grid.datagrid-fullsearch .disabled.mx-grid-search-button:hover, .mx-grid.multilevel-grid .disabled.mx-grid-search-button:hover, .login-form .disabled.btn.submit:hover, .btn-primary.disabled:focus, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .disabled.btn.mx-grid-search-button:focus, .mx-grid.datagrid-fullsearch .disabled.mx-grid-search-button:focus, .mx-grid.multilevel-grid .disabled.mx-grid-search-button:focus, .login-form .disabled.btn.submit:focus, .btn-primary.disabled:active, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .disabled.btn.mx-grid-search-button:active, .mx-grid.datagrid-fullsearch .disabled.mx-grid-search-button:active, .mx-grid.multilevel-grid .disabled.mx-grid-search-button:active, .login-form .disabled.btn.submit:active, .btn-primary.disabled.active, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .disabled.active.btn.mx-grid-search-button, .mx-grid.datagrid-fullsearch .disabled.active.mx-grid-search-button, .mx-grid.multilevel-grid .disabled.active.mx-grid-search-button, .login-form .disabled.active.btn.submit, .btn-primary[disabled], .mx-grid .mx-grid-searchbar .mx-grid-search-controls [disabled].btn.mx-grid-search-button, .mx-grid.datagrid-fullsearch [disabled].mx-grid-search-button, .mx-grid.multilevel-grid [disabled].mx-grid-search-button, .login-form [disabled].btn.submit, .btn-primary[disabled]:hover, .mx-grid .mx-grid-searchbar .mx-grid-search-controls [disabled].btn.mx-grid-search-button:hover, .mx-grid.datagrid-fullsearch [disabled].mx-grid-search-button:hover, .mx-grid.multilevel-grid [disabled].mx-grid-search-button:hover, .login-form [disabled].btn.submit:hover, .btn-primary[disabled]:focus, .mx-grid .mx-grid-searchbar .mx-grid-search-controls [disabled].btn.mx-grid-search-button:focus, .mx-grid.datagrid-fullsearch [disabled].mx-grid-search-button:focus, .mx-grid.multilevel-grid [disabled].mx-grid-search-button:focus, .login-form [disabled].btn.submit:focus, .btn-primary[disabled]:active, .mx-grid .mx-grid-searchbar .mx-grid-search-controls [disabled].btn.mx-grid-search-button:active, .mx-grid.datagrid-fullsearch [disabled].mx-grid-search-button:active, .mx-grid.multilevel-grid [disabled].mx-grid-search-button:active, .login-form [disabled].btn.submit:active, .btn-primary[disabled].active, .mx-grid .mx-grid-searchbar .mx-grid-search-controls [disabled].active.btn.mx-grid-search-button, .mx-grid.datagrid-fullsearch [disabled].active.mx-grid-search-button, .mx-grid.multilevel-grid [disabled].active.mx-grid-search-button, .login-form [disabled].active.btn.submit, fieldset[disabled] .btn-primary, fieldset[disabled] .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn.mx-grid-search-button, .mx-grid .mx-grid-searchbar .mx-grid-search-controls fieldset[disabled] .btn.mx-grid-search-button, fieldset[disabled] .mx-grid.datagrid-fullsearch .mx-grid-search-button, .mx-grid.datagrid-fullsearch fieldset[disabled] .mx-grid-search-button, fieldset[disabled] .mx-grid.multilevel-grid .mx-grid-search-button, .mx-grid.multilevel-grid fieldset[disabled] .mx-grid-search-button, fieldset[disabled] .login-form .btn.submit, .login-form fieldset[disabled] .btn.submit, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn.mx-grid-search-button:hover, .mx-grid .mx-grid-searchbar .mx-grid-search-controls fieldset[disabled] .btn.mx-grid-search-button:hover, fieldset[disabled] .mx-grid.datagrid-fullsearch .mx-grid-search-button:hover, .mx-grid.datagrid-fullsearch fieldset[disabled] .mx-grid-search-button:hover, fieldset[disabled] .mx-grid.multilevel-grid .mx-grid-search-button:hover, .mx-grid.multilevel-grid fieldset[disabled] .mx-grid-search-button:hover, fieldset[disabled] .login-form .btn.submit:hover, .login-form fieldset[disabled] .btn.submit:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn.mx-grid-search-button:focus, .mx-grid .mx-grid-searchbar .mx-grid-search-controls fieldset[disabled] .btn.mx-grid-search-button:focus, fieldset[disabled] .mx-grid.datagrid-fullsearch .mx-grid-search-button:focus, .mx-grid.datagrid-fullsearch fieldset[disabled] .mx-grid-search-button:focus, fieldset[disabled] .mx-grid.multilevel-grid .mx-grid-search-button:focus, .mx-grid.multilevel-grid fieldset[disabled] .mx-grid-search-button:focus, fieldset[disabled] .login-form .btn.submit:focus, .login-form fieldset[disabled] .btn.submit:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn.mx-grid-search-button:active, .mx-grid .mx-grid-searchbar .mx-grid-search-controls fieldset[disabled] .btn.mx-grid-search-button:active, fieldset[disabled] .mx-grid.datagrid-fullsearch .mx-grid-search-button:active, .mx-grid.datagrid-fullsearch fieldset[disabled] .mx-grid-search-button:active, fieldset[disabled] .mx-grid.multilevel-grid .mx-grid-search-button:active, .mx-grid.multilevel-grid fieldset[disabled] .mx-grid-search-button:active, fieldset[disabled] .login-form .btn.submit:active, .login-form fieldset[disabled] .btn.submit:active, fieldset[disabled] .btn-primary.active, fieldset[disabled] .mx-grid .mx-grid-searchbar .mx-grid-search-controls .active.btn.mx-grid-search-button, .mx-grid .mx-grid-searchbar .mx-grid-search-controls fieldset[disabled] .active.btn.mx-grid-search-button, fieldset[disabled] .mx-grid.datagrid-fullsearch .active.mx-grid-search-button, .mx-grid.datagrid-fullsearch fieldset[disabled] .active.mx-grid-search-button, fieldset[disabled] .mx-grid.multilevel-grid .active.mx-grid-search-button, .mx-grid.multilevel-grid fieldset[disabled] .active.mx-grid-search-button, fieldset[disabled] .login-form .active.btn.submit, .login-form fieldset[disabled] .active.btn.submit {
    background-color: #3d466c; }
  .btn-primary.btn-bordered, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn-bordered.btn.mx-grid-search-button, .mx-grid.datagrid-fullsearch .btn-bordered.mx-grid-search-button, .mx-grid.multilevel-grid .btn-bordered.mx-grid-search-button, .login-form .btn-bordered.btn.submit {
    background-color: transparent;
    color: #ffffff; }
    .btn-primary.btn-bordered:hover, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn-bordered.btn.mx-grid-search-button:hover, .mx-grid.datagrid-fullsearch .btn-bordered.mx-grid-search-button:hover, .mx-grid.multilevel-grid .btn-bordered.mx-grid-search-button:hover, .login-form .btn-bordered.btn.submit:hover, .btn-primary.btn-bordered:focus, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn-bordered.btn.mx-grid-search-button:focus, .mx-grid.datagrid-fullsearch .btn-bordered.mx-grid-search-button:focus, .mx-grid.multilevel-grid .btn-bordered.mx-grid-search-button:focus, .login-form .btn-bordered.btn.submit:focus, .btn-primary.btn-bordered:active, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn-bordered.btn.mx-grid-search-button:active, .mx-grid.datagrid-fullsearch .btn-bordered.mx-grid-search-button:active, .mx-grid.multilevel-grid .btn-bordered.mx-grid-search-button:active, .login-form .btn-bordered.btn.submit:active, .btn-primary.btn-bordered.active, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn-bordered.active.btn.mx-grid-search-button, .mx-grid.datagrid-fullsearch .btn-bordered.active.mx-grid-search-button, .mx-grid.multilevel-grid .btn-bordered.active.mx-grid-search-button, .login-form .btn-bordered.active.btn.submit, .open > .btn-primary.btn-bordered.dropdown-toggle, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .open > .btn-bordered.dropdown-toggle.btn.mx-grid-search-button, .mx-grid.datagrid-fullsearch .open > .btn-bordered.dropdown-toggle.mx-grid-search-button, .mx-grid.multilevel-grid .open > .btn-bordered.dropdown-toggle.mx-grid-search-button, .login-form .open > .btn-bordered.dropdown-toggle.btn.submit {
      background-color: #3d466c;
      color: #ffffff; }

.btn-inverse, .mx-fileinput-upload-button, .mx-fileinput .mx-wrapped-form .mx-fileinput-upload-button, .tile:hover .btn, .tile:focus .btn {
  background-color: #3d466c;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .btn-inverse:hover, .mx-fileinput-upload-button:hover, .mx-fileinput .mx-wrapped-form .mx-fileinput-upload-button:hover, .tile:hover .btn:hover, .tile:focus .btn:hover, .btn-inverse:focus, .mx-fileinput-upload-button:focus, .mx-fileinput .mx-wrapped-form .mx-fileinput-upload-button:focus, .tile:hover .btn:focus, .tile:focus .btn:focus, .btn-inverse:active, .mx-fileinput-upload-button:active, .mx-fileinput .mx-wrapped-form .mx-fileinput-upload-button:active, .tile:hover .btn:active, .tile:focus .btn:active, .btn-inverse.active, .active.mx-fileinput-upload-button, .mx-fileinput .mx-wrapped-form .active.mx-fileinput-upload-button, .tile:hover .active.btn, .tile:focus .active.btn, .open > .btn-inverse.dropdown-toggle, .open > .dropdown-toggle.mx-fileinput-upload-button, .mx-fileinput .mx-wrapped-form .open > .dropdown-toggle.mx-fileinput-upload-button, .tile:hover .open > .dropdown-toggle.btn, .tile:focus .open > .dropdown-toggle.btn {
    border-color: 0;
    background-color: #030f40;
    color: #ffffff; }
  .btn-inverse:active, .mx-fileinput-upload-button:active, .mx-fileinput .mx-wrapped-form .mx-fileinput-upload-button:active, .tile:hover .btn:active, .tile:focus .btn:active, .btn-inverse.active, .active.mx-fileinput-upload-button, .mx-fileinput .mx-wrapped-form .active.mx-fileinput-upload-button, .tile:hover .active.btn, .tile:focus .active.btn, .open > .btn-inverse.dropdown-toggle, .open > .dropdown-toggle.mx-fileinput-upload-button, .mx-fileinput .mx-wrapped-form .open > .dropdown-toggle.mx-fileinput-upload-button, .tile:hover .open > .dropdown-toggle.btn, .tile:focus .open > .dropdown-toggle.btn {
    background-image: none; }
  .btn-inverse.disabled, .disabled.mx-fileinput-upload-button, .mx-fileinput .mx-wrapped-form .disabled.mx-fileinput-upload-button, .tile:hover .disabled.btn, .tile:focus .disabled.btn, .btn-inverse.disabled:hover, .disabled.mx-fileinput-upload-button:hover, .tile:hover .disabled.btn:hover, .tile:focus .disabled.btn:hover, .btn-inverse.disabled:focus, .disabled.mx-fileinput-upload-button:focus, .tile:hover .disabled.btn:focus, .tile:focus .disabled.btn:focus, .btn-inverse.disabled:active, .disabled.mx-fileinput-upload-button:active, .tile:hover .disabled.btn:active, .tile:focus .disabled.btn:active, .btn-inverse.disabled.active, .disabled.active.mx-fileinput-upload-button, .tile:hover .disabled.active.btn, .tile:focus .disabled.active.btn, .btn-inverse[disabled], [disabled].mx-fileinput-upload-button, .mx-fileinput .mx-wrapped-form [disabled].mx-fileinput-upload-button, .tile:hover [disabled].btn, .tile:focus [disabled].btn, .btn-inverse[disabled]:hover, [disabled].mx-fileinput-upload-button:hover, .tile:hover [disabled].btn:hover, .tile:focus [disabled].btn:hover, .btn-inverse[disabled]:focus, [disabled].mx-fileinput-upload-button:focus, .tile:hover [disabled].btn:focus, .tile:focus [disabled].btn:focus, .btn-inverse[disabled]:active, [disabled].mx-fileinput-upload-button:active, .tile:hover [disabled].btn:active, .tile:focus [disabled].btn:active, .btn-inverse[disabled].active, [disabled].active.mx-fileinput-upload-button, .tile:hover [disabled].active.btn, .tile:focus [disabled].active.btn, fieldset[disabled] .btn-inverse, fieldset[disabled] .mx-fileinput-upload-button, fieldset[disabled] .mx-fileinput .mx-wrapped-form .mx-fileinput-upload-button, .mx-fileinput .mx-wrapped-form fieldset[disabled] .mx-fileinput-upload-button, fieldset[disabled] .tile:hover .btn, .tile:hover fieldset[disabled] .btn, fieldset[disabled] .tile:focus .btn, .tile:focus fieldset[disabled] .btn, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .mx-fileinput-upload-button:hover, fieldset[disabled] .tile:hover .btn:hover, .tile:hover fieldset[disabled] .btn:hover, fieldset[disabled] .tile:focus .btn:hover, .tile:focus fieldset[disabled] .btn:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .mx-fileinput-upload-button:focus, fieldset[disabled] .tile:hover .btn:focus, .tile:hover fieldset[disabled] .btn:focus, fieldset[disabled] .tile:focus .btn:focus, .tile:focus fieldset[disabled] .btn:focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .mx-fileinput-upload-button:active, fieldset[disabled] .tile:hover .btn:active, .tile:hover fieldset[disabled] .btn:active, fieldset[disabled] .tile:focus .btn:active, .tile:focus fieldset[disabled] .btn:active, fieldset[disabled] .btn-inverse.active, fieldset[disabled] .active.mx-fileinput-upload-button, fieldset[disabled] .tile:hover .active.btn, .tile:hover fieldset[disabled] .active.btn, fieldset[disabled] .tile:focus .active.btn, .tile:focus fieldset[disabled] .active.btn {
    background-color: #3d466c; }
  .btn-inverse.btn-bordered, .btn-bordered.mx-fileinput-upload-button, .mx-fileinput .mx-wrapped-form .btn-bordered.mx-fileinput-upload-button, .tile:hover .btn-bordered.btn, .tile:focus .btn-bordered.btn {
    background-color: transparent;
    color: #ffffff; }
    .btn-inverse.btn-bordered:hover, .btn-bordered.mx-fileinput-upload-button:hover, .tile:hover .btn-bordered.btn:hover, .tile:focus .btn-bordered.btn:hover, .btn-inverse.btn-bordered:focus, .btn-bordered.mx-fileinput-upload-button:focus, .tile:hover .btn-bordered.btn:focus, .tile:focus .btn-bordered.btn:focus, .btn-inverse.btn-bordered:active, .btn-bordered.mx-fileinput-upload-button:active, .tile:hover .btn-bordered.btn:active, .tile:focus .btn-bordered.btn:active, .btn-inverse.btn-bordered.active, .btn-bordered.active.mx-fileinput-upload-button, .tile:hover .btn-bordered.active.btn, .tile:focus .btn-bordered.active.btn, .open > .btn-inverse.btn-bordered.dropdown-toggle, .open > .btn-bordered.dropdown-toggle.mx-fileinput-upload-button, .mx-fileinput .mx-wrapped-form .open > .btn-bordered.dropdown-toggle.mx-fileinput-upload-button, .tile:hover .open > .btn-bordered.dropdown-toggle.btn, .tile:focus .open > .btn-bordered.dropdown-toggle.btn {
      background-color: #3d466c;
      color: #ffffff; }

.btn-success {
  background-color: #9BCD41;
  color: #3d466c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    border-color: 0;
    background-color: #8Cba41;
    color: #3d466c; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #9BCD41; }
  .btn-success.btn-bordered {
    background-color: transparent;
    color: #3d466c; }
    .btn-success.btn-bordered:hover, .btn-success.btn-bordered:focus, .btn-success.btn-bordered:active, .btn-success.btn-bordered.active, .open > .btn-success.btn-bordered.dropdown-toggle {
      background-color: #9BCD41;
      color: #3d466c; }

.btn-info {
  background-color: #3498db;
  color: #FFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    border-color: 0;
    background-color: #3498db;
    color: #FFF; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #3498db; }
  .btn-info.btn-bordered {
    background-color: transparent;
    color: #FFF; }
    .btn-info.btn-bordered:hover, .btn-info.btn-bordered:focus, .btn-info.btn-bordered:active, .btn-info.btn-bordered.active, .open > .btn-info.btn-bordered.dropdown-toggle {
      background-color: #3498db;
      color: #FFF; }

.btn-warning {
  background-color: #f39c12;
  color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    border-color: 0;
    background-color: #f39c12;
    color: #000; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f39c12; }
  .btn-warning.btn-bordered {
    background-color: transparent;
    color: #000; }
    .btn-warning.btn-bordered:hover, .btn-warning.btn-bordered:focus, .btn-warning.btn-bordered:active, .btn-warning.btn-bordered.active, .open > .btn-warning.btn-bordered.dropdown-toggle {
      background-color: #f39c12;
      color: #000; }

.btn-danger {
  background-color: #f1331e;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    border-color: 0;
    background-color: #e7240e;
    color: #ffffff; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #f1331e; }
  .btn-danger.btn-bordered {
    background-color: transparent;
    color: #ffffff; }
    .btn-danger.btn-bordered:hover, .btn-danger.btn-bordered:focus, .btn-danger.btn-bordered:active, .btn-danger.btn-bordered.active, .open > .btn-danger.btn-bordered.dropdown-toggle {
      background-color: #f1331e;
      color: #ffffff; }

.btn-link {
  border: 0;
  background-color: transparent;
  color: #3498db; }
  .btn-link:hover {
    background-color: transparent;
    color: #154f76; }

/* Buttons appear disabled */
.btn-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  /* For IE8 and earlier */
  cursor: not-allowed;
  pointer-events: none; }

.btn-transparent,
.btn-transparent:hover,
.btn-transparent:focus {
  border-style: none;
  background-color: transparent; }

.btn-lg, .login-form .btn.submit {
  font-size: 18px;
  padding: 11px 18px; }
  .btn-lg img, .login-form .btn.submit img {
    height: 20px; }

.btn-sm {
  font-size: 10px;
  padding: 6px 10px; }
  .btn-sm img {
    height: 14px; }

.btn-white {
  background-color: #ffffff;
  color: #030F40;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
    border-color: 0;
    background-color: #030f40;
    color: #ffffff; }
  .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
    background-image: none; }
  .btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
    background-color: #ffffff; }
  .btn-white.btn-bordered {
    background-color: transparent;
    color: #030F40; }
    .btn-white.btn-bordered:hover, .btn-white.btn-bordered:focus, .btn-white.btn-bordered:active, .btn-white.btn-bordered.active, .open > .btn-white.btn-bordered.dropdown-toggle {
      background-color: #ffffff;
      color: #030F40; }

.btn-gray, .mx-fileinput-download-button, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn.mx-grid-reset-button, .mx-listview .mx-button.mx-listview-clear-button, .modal-dialog .modal-footer .btn {
  background-color: #d8dae2;
  color: #3d466c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .btn-gray:hover, .mx-fileinput-download-button:hover, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn.mx-grid-reset-button:hover, .mx-listview .mx-button.mx-listview-clear-button:hover, .modal-dialog .modal-footer .btn:hover, .btn-gray:focus, .mx-fileinput-download-button:focus, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn.mx-grid-reset-button:focus, .mx-listview .mx-button.mx-listview-clear-button:focus, .modal-dialog .modal-footer .btn:focus, .btn-gray:active, .mx-fileinput-download-button:active, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn.mx-grid-reset-button:active, .mx-listview .mx-button.mx-listview-clear-button:active, .modal-dialog .modal-footer .btn:active, .btn-gray.active, .active.mx-fileinput-download-button, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .active.btn.mx-grid-reset-button, .mx-listview .active.mx-button.mx-listview-clear-button, .modal-dialog .modal-footer .active.btn, .open > .btn-gray.dropdown-toggle, .open > .dropdown-toggle.mx-fileinput-download-button, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .open > .dropdown-toggle.btn.mx-grid-reset-button, .mx-listview .open > .dropdown-toggle.mx-button.mx-listview-clear-button, .modal-dialog .modal-footer .open > .dropdown-toggle.btn {
    border-color: 0;
    background-color: #abafbf;
    color: #3d466c; }
  .btn-gray:active, .mx-fileinput-download-button:active, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn.mx-grid-reset-button:active, .mx-listview .mx-button.mx-listview-clear-button:active, .modal-dialog .modal-footer .btn:active, .btn-gray.active, .active.mx-fileinput-download-button, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .active.btn.mx-grid-reset-button, .mx-listview .active.mx-button.mx-listview-clear-button, .modal-dialog .modal-footer .active.btn, .open > .btn-gray.dropdown-toggle, .open > .dropdown-toggle.mx-fileinput-download-button, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .open > .dropdown-toggle.btn.mx-grid-reset-button, .mx-listview .open > .dropdown-toggle.mx-button.mx-listview-clear-button, .modal-dialog .modal-footer .open > .dropdown-toggle.btn {
    background-image: none; }
  .btn-gray.disabled, .disabled.mx-fileinput-download-button, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .disabled.btn.mx-grid-reset-button, .mx-listview .disabled.mx-button.mx-listview-clear-button, .modal-dialog .modal-footer .disabled.btn, .btn-gray.disabled:hover, .disabled.mx-fileinput-download-button:hover, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .disabled.btn.mx-grid-reset-button:hover, .mx-listview .disabled.mx-button.mx-listview-clear-button:hover, .modal-dialog .modal-footer .disabled.btn:hover, .btn-gray.disabled:focus, .disabled.mx-fileinput-download-button:focus, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .disabled.btn.mx-grid-reset-button:focus, .mx-listview .disabled.mx-button.mx-listview-clear-button:focus, .modal-dialog .modal-footer .disabled.btn:focus, .btn-gray.disabled:active, .disabled.mx-fileinput-download-button:active, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .disabled.btn.mx-grid-reset-button:active, .mx-listview .disabled.mx-button.mx-listview-clear-button:active, .modal-dialog .modal-footer .disabled.btn:active, .btn-gray.disabled.active, .disabled.active.mx-fileinput-download-button, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .disabled.active.btn.mx-grid-reset-button, .mx-listview .disabled.active.mx-button.mx-listview-clear-button, .modal-dialog .modal-footer .disabled.active.btn, .btn-gray[disabled], [disabled].mx-fileinput-download-button, .mx-grid .mx-grid-searchbar .mx-grid-search-controls [disabled].btn.mx-grid-reset-button, .mx-listview [disabled].mx-button.mx-listview-clear-button, .modal-dialog .modal-footer [disabled].btn, .btn-gray[disabled]:hover, [disabled].mx-fileinput-download-button:hover, .mx-grid .mx-grid-searchbar .mx-grid-search-controls [disabled].btn.mx-grid-reset-button:hover, .mx-listview [disabled].mx-button.mx-listview-clear-button:hover, .modal-dialog .modal-footer [disabled].btn:hover, .btn-gray[disabled]:focus, [disabled].mx-fileinput-download-button:focus, .mx-grid .mx-grid-searchbar .mx-grid-search-controls [disabled].btn.mx-grid-reset-button:focus, .mx-listview [disabled].mx-button.mx-listview-clear-button:focus, .modal-dialog .modal-footer [disabled].btn:focus, .btn-gray[disabled]:active, [disabled].mx-fileinput-download-button:active, .mx-grid .mx-grid-searchbar .mx-grid-search-controls [disabled].btn.mx-grid-reset-button:active, .mx-listview [disabled].mx-button.mx-listview-clear-button:active, .modal-dialog .modal-footer [disabled].btn:active, .btn-gray[disabled].active, [disabled].active.mx-fileinput-download-button, .mx-grid .mx-grid-searchbar .mx-grid-search-controls [disabled].active.btn.mx-grid-reset-button, .mx-listview [disabled].active.mx-button.mx-listview-clear-button, .modal-dialog .modal-footer [disabled].active.btn, fieldset[disabled] .btn-gray, fieldset[disabled] .mx-fileinput-download-button, fieldset[disabled] .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn.mx-grid-reset-button, .mx-grid .mx-grid-searchbar .mx-grid-search-controls fieldset[disabled] .btn.mx-grid-reset-button, fieldset[disabled] .mx-listview .mx-button.mx-listview-clear-button, .mx-listview fieldset[disabled] .mx-button.mx-listview-clear-button, fieldset[disabled] .modal-dialog .modal-footer .btn, .modal-dialog .modal-footer fieldset[disabled] .btn, fieldset[disabled] .btn-gray:hover, fieldset[disabled] .mx-fileinput-download-button:hover, fieldset[disabled] .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn.mx-grid-reset-button:hover, .mx-grid .mx-grid-searchbar .mx-grid-search-controls fieldset[disabled] .btn.mx-grid-reset-button:hover, fieldset[disabled] .mx-listview .mx-button.mx-listview-clear-button:hover, .mx-listview fieldset[disabled] .mx-button.mx-listview-clear-button:hover, fieldset[disabled] .modal-dialog .modal-footer .btn:hover, .modal-dialog .modal-footer fieldset[disabled] .btn:hover, fieldset[disabled] .btn-gray:focus, fieldset[disabled] .mx-fileinput-download-button:focus, fieldset[disabled] .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn.mx-grid-reset-button:focus, .mx-grid .mx-grid-searchbar .mx-grid-search-controls fieldset[disabled] .btn.mx-grid-reset-button:focus, fieldset[disabled] .mx-listview .mx-button.mx-listview-clear-button:focus, .mx-listview fieldset[disabled] .mx-button.mx-listview-clear-button:focus, fieldset[disabled] .modal-dialog .modal-footer .btn:focus, .modal-dialog .modal-footer fieldset[disabled] .btn:focus, fieldset[disabled] .btn-gray:active, fieldset[disabled] .mx-fileinput-download-button:active, fieldset[disabled] .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn.mx-grid-reset-button:active, .mx-grid .mx-grid-searchbar .mx-grid-search-controls fieldset[disabled] .btn.mx-grid-reset-button:active, fieldset[disabled] .mx-listview .mx-button.mx-listview-clear-button:active, .mx-listview fieldset[disabled] .mx-button.mx-listview-clear-button:active, fieldset[disabled] .modal-dialog .modal-footer .btn:active, .modal-dialog .modal-footer fieldset[disabled] .btn:active, fieldset[disabled] .btn-gray.active, fieldset[disabled] .active.mx-fileinput-download-button, fieldset[disabled] .mx-grid .mx-grid-searchbar .mx-grid-search-controls .active.btn.mx-grid-reset-button, .mx-grid .mx-grid-searchbar .mx-grid-search-controls fieldset[disabled] .active.btn.mx-grid-reset-button, fieldset[disabled] .mx-listview .active.mx-button.mx-listview-clear-button, .mx-listview fieldset[disabled] .active.mx-button.mx-listview-clear-button, fieldset[disabled] .modal-dialog .modal-footer .active.btn, .modal-dialog .modal-footer fieldset[disabled] .active.btn {
    background-color: #d8dae2; }
  .btn-gray.btn-bordered, .btn-bordered.mx-fileinput-download-button, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn-bordered.btn.mx-grid-reset-button, .mx-listview .btn-bordered.mx-button.mx-listview-clear-button, .modal-dialog .modal-footer .btn-bordered.btn {
    background-color: transparent;
    color: #3d466c; }
    .btn-gray.btn-bordered:hover, .btn-bordered.mx-fileinput-download-button:hover, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn-bordered.btn.mx-grid-reset-button:hover, .mx-listview .btn-bordered.mx-button.mx-listview-clear-button:hover, .modal-dialog .modal-footer .btn-bordered.btn:hover, .btn-gray.btn-bordered:focus, .btn-bordered.mx-fileinput-download-button:focus, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn-bordered.btn.mx-grid-reset-button:focus, .mx-listview .btn-bordered.mx-button.mx-listview-clear-button:focus, .modal-dialog .modal-footer .btn-bordered.btn:focus, .btn-gray.btn-bordered:active, .btn-bordered.mx-fileinput-download-button:active, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn-bordered.btn.mx-grid-reset-button:active, .mx-listview .btn-bordered.mx-button.mx-listview-clear-button:active, .modal-dialog .modal-footer .btn-bordered.btn:active, .btn-gray.btn-bordered.active, .btn-bordered.active.mx-fileinput-download-button, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn-bordered.active.btn.mx-grid-reset-button, .mx-listview .btn-bordered.active.mx-button.mx-listview-clear-button, .modal-dialog .modal-footer .btn-bordered.active.btn, .open > .btn-gray.btn-bordered.dropdown-toggle, .open > .btn-bordered.dropdown-toggle.mx-fileinput-download-button, .mx-grid .mx-grid-searchbar .mx-grid-search-controls .open > .btn-bordered.dropdown-toggle.btn.mx-grid-reset-button, .mx-listview .open > .btn-bordered.dropdown-toggle.mx-button.mx-listview-clear-button, .modal-dialog .modal-footer .open > .btn-bordered.dropdown-toggle.btn {
      background-color: #d8dae2;
      color: #3d466c; }

/* Buttons Image */
.btn-image {
  padding: 0;
  border-style: none;
  background-color: transparent;
  vertical-align: middle; }
  .btn-image img {
    height: auto;
    display: block; }
  .btn-image:hover, .btn-image:focus {
    background-color: transparent; }

.btn-updatePref {
  margin: 0;
  float: left;
  margin-right: 20px; }
  @media (max-width: 767px) {
    .btn-updatePref {
      float: none;
      margin-top: 20px;
      margin-right: 0;
      display: block;
      width: 100%; } }

/* Buttons Position */
.btn-right {
  float: right; }

.btn-left {
  float: left; }

/* Buttons Attached */
.btn-attached-right {
  margin-left: 5px; }

.btn-attached-left {
  margin-right: 5px; }

.btn-attached-bottom {
  margin-top: 5px; }

.btn-attached-top {
  margin-bottom: 5px; }

.btn-inline {
  margin-top: 26px; }
  @media only screen and (max-width: 767px) {
    .btn-inline {
      margin-top: 0; } }

.inline-link {
  display: inline;
  color: #3aa3e3; }
  .inline-link:after {
    content: "|";
    color: #3d466c; }
  .inline-link:last-child:after {
    content: ""; }

.transparent-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0; }

.button-group {
  margin-top: 15px;
  margin-bottom: 5px; }

.filter-buttons .btn {
  margin: 0;
  margin-top: 25px; }
  @media (min-width: 480px) {
    .filter-buttons .btn {
      width: calc(50% - 2.5px); }
      .filter-buttons .btn + .btn {
        margin-left: 5px; } }
  @media (max-width: 767px) {
    .filter-buttons .btn {
      width: 100%; }
      .filter-buttons .btn + .btn {
        margin-left: 0px !important; } }
  .filter-buttons .btn + .btn {
    margin-left: 5px; }

.btn-search {
  margin-top: 10px; }

.btn-reset {
  margin-top: 10px; }

button[class*="btnGridSearch"] {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  margin-top: -20px;
  margin-right: 10px;
  color: #3aa3e3; }
  button[class*="btnGridSearch"]:hover, button[class*="btnGridSearch"]:focus {
    text-decoration: underline;
    color: #3aa3e3;
    background: transparent; }

.link-sm {
  font-size: 12px; }

.link-inline {
  margin-left: 5px;
  display: inline-block; }
  .link-inline + .link-inline:before {
    content: "|";
    margin-right: 5px;
    color: #3d466c; }

.link-delete {
  border-color: #fcaca5;
  color: #b50303; }
  .link-delete:hover, .link-delete:focus, .link-delete:active {
    color: #830202; }

.toggle-bt {
  background-color: white;
  margin-top: 10px;
  color: #3f4171; }
  .toggle-bt:hover {
    background-color: white;
    color: #3f4171; }

.green-link {
  text-decoration: underline;
  color: #8Cba41;
  margin: 15px 0px; }

.search-btn-hide-and-show {
  float: right;
  font-size: 18px; }

.view-map-selected-areas {
  margin-top: 30px;
  display: block;
  width: 100%; }
  .view-map-selected-areas .dropdown-button {
    display: block;
    width: 100%; }
  .view-map-selected-areas .dropdown-menu {
    min-width: 600px;
    margin-top: 50px; }

.space-btn-btn a {
  margin: 0px 15px; }

.award-btn {
  font-family: "RobotoBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 7px 28px;
  border-radius: 4px;
  margin-top: 7px !important; }

/* ==========================================================================
   Inputs
========================================================================== */
.form-control, .form-control-static-select, .autoCompleteMainContainer .select2-container .selection .select2-selection, .select2-container .select2-dropdown .select2-search .select2-search__field, .sectorSelect .form-control-static, .sectorSelect .form-group div[class*='textBox'] > label, .form-group .sectorSelect div[class*='textBox'] > label,
.sectorSelect .form-group div[class*='textArea'] > label,
.form-group .sectorSelect div[class*='textArea'] > label,
.sectorSelect .form-group div[class*='datePicker'] > label,
.form-group .sectorSelect div[class*='datePicker'] > label, .readonly-input .form-control-static, .readonly-input .form-group div[class*='textBox'] > label, .form-group .readonly-input div[class*='textBox'] > label,
.readonly-input .form-group div[class*='textArea'] > label,
.form-group .readonly-input div[class*='textArea'] > label,
.readonly-input .form-group div[class*='datePicker'] > label,
.form-group .readonly-input div[class*='datePicker'] > label, .form-disabled p {
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  display: block;
  width: 100%;
  background-color: #ffffff;
  background-image: none;
  color: #555;
  font-size: 14px;
  height: 38px;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 15px;
  outline: 0;
  border: 1px solid #abafbf;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px; }

.form-control:focus, .form-control-static-select:focus, .autoCompleteMainContainer .select2-container .selection .select2-selection:focus, .select2-container .select2-dropdown .select2-search .select2-search__field:focus, .sectorSelect .form-control-static:focus, .sectorSelect .form-group div[class*='textBox'] > label:focus, .form-group .sectorSelect div[class*='textBox'] > label:focus,
.sectorSelect .form-group div[class*='textArea'] > label:focus,
.form-group .sectorSelect div[class*='textArea'] > label:focus,
.sectorSelect .form-group div[class*='datePicker'] > label:focus,
.form-group .sectorSelect div[class*='datePicker'] > label:focus, .readonly-input .form-control-static:focus, .readonly-input .form-group div[class*='textBox'] > label:focus, .form-group .readonly-input div[class*='textBox'] > label:focus,
.readonly-input .form-group div[class*='textArea'] > label:focus,
.form-group .readonly-input div[class*='textArea'] > label:focus,
.readonly-input .form-group div[class*='datePicker'] > label:focus,
.form-group .readonly-input div[class*='datePicker'] > label:focus, .form-disabled p:focus {
  border: 1px solid #3d466c;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none; }

.form-control[disabled], [disabled].form-control-static-select, .autoCompleteMainContainer .select2-container .selection [disabled].select2-selection, .select2-container .select2-dropdown .select2-search [disabled].select2-search__field, .sectorSelect [disabled].form-control-static, .sectorSelect .form-group div[class*='textBox'] > label[disabled], .form-group .sectorSelect div[class*='textBox'] > label[disabled],
.sectorSelect .form-group div[class*='textArea'] > label[disabled],
.form-group .sectorSelect div[class*='textArea'] > label[disabled],
.sectorSelect .form-group div[class*='datePicker'] > label[disabled],
.form-group .sectorSelect div[class*='datePicker'] > label[disabled], .readonly-input [disabled].form-control-static, .readonly-input .form-group div[class*='textBox'] > label[disabled], .form-group .readonly-input div[class*='textBox'] > label[disabled],
.readonly-input .form-group div[class*='textArea'] > label[disabled],
.form-group .readonly-input div[class*='textArea'] > label[disabled],
.readonly-input .form-group div[class*='datePicker'] > label[disabled],
.form-group .readonly-input div[class*='datePicker'] > label[disabled], .form-disabled p[disabled] {
  pointer-events: none;
  background: #ccc;
  cursor: not-allowed;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form-control[disabled]:before, [disabled].form-control-static-select:before, .autoCompleteMainContainer .select2-container .selection [disabled].select2-selection:before, .select2-container .select2-dropdown .select2-search [disabled].select2-search__field:before, .sectorSelect [disabled].form-control-static:before, .sectorSelect .form-group div[class*='textBox'] > label[disabled]:before, .form-group .sectorSelect div[class*='textBox'] > label[disabled]:before,
  .sectorSelect .form-group div[class*='textArea'] > label[disabled]:before,
  .form-group .sectorSelect div[class*='textArea'] > label[disabled]:before,
  .sectorSelect .form-group div[class*='datePicker'] > label[disabled]:before,
  .form-group .sectorSelect div[class*='datePicker'] > label[disabled]:before, .readonly-input [disabled].form-control-static:before, .readonly-input .form-group div[class*='textBox'] > label[disabled]:before, .form-group .readonly-input div[class*='textBox'] > label[disabled]:before,
  .readonly-input .form-group div[class*='textArea'] > label[disabled]:before,
  .form-group .readonly-input div[class*='textArea'] > label[disabled]:before,
  .readonly-input .form-group div[class*='datePicker'] > label[disabled]:before,
  .form-group .readonly-input div[class*='datePicker'] > label[disabled]:before, .form-disabled p[disabled]:before {
    content: '\00A3';
    position: absolute;
    left: 1px;
    color: #ffffff;
    background: #3d466c;
    padding: 0 20px;
    line-height: 40px;
    height: 38px;
    display: block;
    font-size: 15px;
    top: 0; }

textarea.form-control, textarea.form-control-static-select, .autoCompleteMainContainer .select2-container .selection textarea.select2-selection, .select2-container .select2-dropdown .select2-search textarea.select2-search__field, .sectorSelect textarea.form-control-static, .readonly-input textarea.form-control-static {
  padding-top: 10px; }

.form-control-static, .form-group div[class*='textBox'] > label,
.form-group div[class*='textArea'] > label,
.form-group div[class*='datePicker'] > label {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-control-static-select {
  color: #3d466c;
  background: #E6E6E6;
  line-height: 45px;
  height: 48px; }

.form-control-read {
  padding-left: 10px; }

/* Not editable textarea, textarea will be rendered as a label */
.mx-textarea label {
  height: auto; }

/* ==========================================================================
   Group with label and input
========================================================================== */
/* Input and textarea get properly aligned */
.RadioButtonList.form-group:after {
  content: "";
  display: block;
  clear: both; }

.checkbox-group {
  height: 75px; }
  .checkbox-group:after {
    content: "";
    display: block;
    clear: both; }
  .checkbox-group .control-label {
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0; }

.form-group {
  margin-bottom: 10px; }
  .form-group:after {
    content: "";
    display: block;
    clear: both; }
  .form-group [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px; }

.form-group .control-label {
  color: #3d466c;
  font-family: "RobotoBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 7px;
  text-transform: uppercase; }

.required .control-label {
  position: relative; }
  .required .control-label:after {
    content: "*";
    position: relative;
    color: #b50303;
    top: -3px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    line-height: 1.428571429;
    padding-top: 8px;
    padding-bottom: 8px; } }

.inline-group .row, .inline-group .mx-grid .mx-grid-searchbar .mx-grid-search-inputs, .mx-grid .mx-grid-searchbar .inline-group .mx-grid-search-inputs {
  margin: 0; }
.inline-group div[class*="col-"] {
  padding: 0; }
  .inline-group div[class*="col-"]:last-child {
    padding-left: 5px; }
    @media (max-width: 767px) {
      .inline-group div[class*="col-"]:last-child {
        padding-left: 0; } }

.profilefieldStatic {
  font-family: "RobotoBold", Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
  display: block;
  text-transform: uppercase; }

.valueFields {
  color: #3aa3e3;
  cursor: pointer;
  width: 80%;
  margin-bottom: 10px; }
  .valueFields a {
    text-decoration: none; }
    .valueFields a:hover, .valueFields a:focus {
      text-decoration: none; }
  .valueFields.updateprefrm-field:after {
    content: "\f040";
    font: normal normal normal 14px/1 "FontAwesome";
    list-style-type: none;
    font-size: 16px;
    font-color: #3aa3e3;
    padding-left: 5px;
    display: inline-block; }
  .valueFields.changePassword {
    margin-left: 5px; }
    .valueFields.changePassword a {
      text-decoration: none; }
      .valueFields.changePassword a:hover, .valueFields.changePassword a:focus {
        text-decoration: underline; }

.mx-referencesetselector .mx-referenceselector-input-wrapper,
.mx-referenceselector .mx-referenceselector-input-wrapper {
  overflow: inherit; }
.mx-referencesetselector .mx-referencesetselector-select-button,
.mx-referenceselector .mx-referencesetselector-select-button {
  border: 1px solid #3d466c;
  background-color: #3d466c;
  border-left-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  position: relative;
  color: #ffffff;
  margin-left: 0;
  padding: 0 15px;
  height: 38px; }

select::-ms-expand {
  display: none; }

select:focus::-ms-value {
  background: none !important;
  color: #555 !important; }

.dropdown-arrow, select.form-control, select.form-control-static-select, .select2-container .select2-dropdown .select2-search select.select2-search__field, .sectorSelect select.form-control-static, .readonly-input select.form-control-static, .autoCompleteMainContainer .select2-container .selection .select2-selection {
  background: url("../images/dropdown.svg") no-repeat #fff;
  background-size: 18px 18px;
  background-position: calc(100% - 10px) center; }

select.form-control, select.form-control-static-select, .autoCompleteMainContainer .select2-container .selection select.select2-selection, .select2-container .select2-dropdown .select2-search select.select2-search__field, .sectorSelect select.form-control-static, .readonly-input select.form-control-static {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }
  select.form-control::-ms-expand, select.form-control-static-select::-ms-expand, .autoCompleteMainContainer .select2-container .selection select.select2-selection::-ms-expand, .select2-container .select2-dropdown .select2-search select.select2-search__field::-ms-expand, .sectorSelect select.form-control-static::-ms-expand, .readonly-input select.form-control-static::-ms-expand {
    display: none; }
  select.form-control:focus, select.form-control-static-select:focus, .autoCompleteMainContainer .select2-container .selection select.select2-selection:focus, .select2-container .select2-dropdown .select2-search select.select2-search__field:focus, .sectorSelect select.form-control-static:focus, .readonly-input select.form-control-static:focus, select.form-control:hover, select.form-control-static-select:hover, .autoCompleteMainContainer .select2-container .selection select.select2-selection:hover, .select2-container .select2-dropdown .select2-search select.select2-search__field:hover, .sectorSelect select.form-control-static:hover, .readonly-input select.form-control-static:hover {
    border: 1px solid #3d466c;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

/* ==========================================================================
   Radio buttons
========================================================================== */
.RadioButtonList .form-group {
  display: block; }
  .RadioButtonList .form-group:after {
    content: "";
    display: block;
    clear: both; }

.checkbox,
.radio {
  margin: 0; }
  .checkbox:after,
  .radio:after {
    content: "";
    display: block;
    clear: both; }

.radio-inline {
  color: #3d466c;
  display: block;
  float: left;
  clear: none;
  position: relative;
  padding: 8px 10px 9px 50px;
  margin-bottom: 10px;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
  .radio-inline[disabled] {
    cursor: not-allowed; }
    .radio-inline[disabled]:before {
      color: #3d466c;
      background: #E6E6E6;
      border-color: #abafbf; }
    .radio-inline[disabled].checked:before {
      background: #ffffff; }
  @media (min-width: 768px) {
    .radio-inline {
      margin-bottom: 0;
      margin-right: 0; } }
  @media (min-width: 768px) {
    .radio-inline {
      float: left;
      padding-top: 7px;
      padding-bottom: -7px; } }
  .radio-inline:before {
    content: "";
    border: 2px solid;
    background: transparent;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-color: #abafbf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: #9BCD41; }
  .radio-inline input[type="radio"] {
    position: absolute;
    cursor: pointer;
    left: 5px;
    top: 5px;
    width: 28px;
    height: 28px;
    margin: 0;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0; }
  .radio-inline:after {
    content: "";
    border: 10px solid;
    width: 0;
    height: 0;
    position: absolute;
    top: 9px;
    left: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: #9BCD41; }
  .radio-inline.checked:before {
    border-color: #9BCD41; }
  .radio-inline.checked:after {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1; }
  .radio-inline span {
    margin: 0; }
  .radio-inline + .radio-inline {
    margin-left: 10px; }

.radio label {
  @inlcude block;
  float: none;
  clear: left;
  position: relative;
  padding: 8px 10px 9px 50px;
  margin-bottom: 10px;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
  .radio label[disabled] {
    cursor: not-allowed; }
    .radio label[disabled]:before {
      color: #3d466c;
      background: #E6E6E6;
      border-color: #abafbf; }
    .radio label[disabled].checked:before {
      border-color: #9BCD41;
      background: #ffffff; }
  @media (min-width: 768px) {
    .radio label {
      float: left;
      padding-top: 7px;
      padding-bottom: 7px; } }
  .radio label:before {
    content: "";
    color: #9BCD41;
    border: 2px solid;
    background: transparent;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .radio label input[type="radio"] {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    margin: 0;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .radio label:after {
    content: "";
    color: #9BCD41;
    border: 15px solid;
    width: 0;
    height: 0;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .radio label.checked:before {
    border-color: #9BCD41; }
  .radio label.checked:after {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1; }
  .radio label span {
    margin: 0; }

.routeCoverage-radioList .radio-inline {
  margin-top: 10px;
  margin-right: 15px; }
  .routeCoverage-radioList .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 0;
    margin-right: 15px; }

.align-fix .RadioButtonList .form-group {
  display: block; }
  .align-fix .RadioButtonList .form-group:after {
    content: "";
    display: block;
    clear: both; }
.align-fix .checkbox,
.align-fix .radio {
  margin: 0; }
  .align-fix .checkbox:after,
  .align-fix .radio:after {
    content: "";
    display: block;
    clear: both; }
.align-fix .radio-inline {
  color: #3d466c;
  display: block;
  float: left;
  clear: none;
  min-width: 106px;
  position: relative;
  padding: 8px 10px 9px 50px;
  margin-bottom: 10px;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
  .align-fix .radio-inline[disabled] {
    cursor: not-allowed; }
    .align-fix .radio-inline[disabled]:before {
      color: #3d466c;
      background: #E6E6E6;
      border-color: #abafbf; }
    .align-fix .radio-inline[disabled].checked:before {
      background: #ffffff; }
  @media (min-width: 768px) {
    .align-fix .radio-inline {
      margin-bottom: 0;
      margin-right: 0; } }
  @media (min-width: 768px) {
    .align-fix .radio-inline {
      float: left;
      padding-top: 7px;
      padding-bottom: -7px; } }
  .align-fix .radio-inline:before {
    content: "";
    border: 2px solid;
    background: transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
    border-color: #abafbf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: #9BCD41; }
  .align-fix .radio-inline input[type="radio"] {
    position: absolute;
    cursor: pointer;
    left: 5px;
    top: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0; }
  .align-fix .radio-inline:after {
    content: "";
    border: 8px solid;
    width: 0;
    height: 0;
    position: absolute;
    top: 9px;
    left: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: #9BCD41; }
  .align-fix .radio-inline.checked:before {
    border-color: #9BCD41; }
  .align-fix .radio-inline.checked:after {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1; }
  .align-fix .radio-inline span {
    margin: 0; }
  .align-fix .radio-inline + .radio-inline {
    margin-left: 30px; }
.align-fix .radio label {
  @inlcude block;
  float: none;
  clear: left;
  position: relative;
  padding: 8px 10px 9px 50px;
  margin-bottom: 10px;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
  .align-fix .radio label[disabled] {
    cursor: not-allowed; }
    .align-fix .radio label[disabled]:before {
      color: #3d466c;
      background: #E6E6E6;
      border-color: #abafbf; }
    .align-fix .radio label[disabled].checked:before {
      border-color: #9BCD41;
      background: #ffffff; }
  @media (min-width: 768px) {
    .align-fix .radio label {
      float: left;
      padding-top: 7px;
      padding-bottom: 7px; } }
  .align-fix .radio label:before {
    content: "";
    color: #9BCD41;
    border: 2px solid;
    background: transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .align-fix .radio label input[type="radio"] {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .align-fix .radio label:after {
    content: "";
    color: #9BCD41;
    border: 15px solid;
    width: 0;
    height: 0;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .align-fix .radio label.checked:before {
    border-color: #9BCD41; }
  .align-fix .radio label.checked:after {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1; }
  .align-fix .radio label span {
    margin: 0; }
.align-fix .routeCoverage-radioList .radio-inline {
  margin-top: 10px;
  margin-right: 15px; }
  .align-fix .routeCoverage-radioList .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 0;
    margin-right: 15px; }

/* ==========================================================================
   Checkbox
========================================================================== */
.checkbox.required label {
  color: #b50303;
  cursor: default; }

.checkbox {
  margin: 0; }
  .checkbox label {
    display: block;
    float: none;
    clear: left;
    position: relative;
    padding: 8px 10px 9px 50px;
    margin-bottom: 20px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation; }
    .checkbox label[disabled] input[type="checkbox"] {
      cursor: not-allowed; }
    .checkbox label[disabled]:before {
      background: #E6E6E6; }
    @media (min-width: 641px) {
      .checkbox label {
        float: left;
        padding-top: 7px;
        padding-bottom: 7px; } }
    .checkbox label:before {
      content: "";
      border: 1px solid #abafbf;
      background: transparent;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 5px;
      left: 5px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-box-sizing: initial;
      -moz-box-sizing: initial;
      box-sizing: initial; }
    .checkbox label:after {
      content: "";
      border: solid;
      border-width: 0 0 3px 3px;
      background: transparent;
      color: #9BCD41;
      width: 14px;
      height: 6px;
      position: absolute;
      top: 11px;
      left: 10px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      zoom: 1;
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-box-sizing: initial;
      -moz-box-sizing: initial;
      box-sizing: initial; }
    .checkbox label input[type="checkbox"] {
      position: absolute;
      left: 5px;
      top: 5px;
      width: 28px;
      height: 28px;
      cursor: pointer;
      zoom: 1;
      filter: alpha(opacity=0);
      opacity: 0;
      margin: 0;
      z-index: 1; }
  .checkbox.checked label:before {
    background: #ffffff;
    border-color: #9BCD41; }
  .checkbox.checked label:after {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1; }
  .checkbox.focused label:before {
    border: 1px solid #9BCD41; }
  .checkbox + .checkbox {
    margin: 0; }

.checkbox-2 {
  margin: 0; }
  .checkbox-2 label {
    float: none;
    clear: left;
    position: relative;
    padding: 2px;
    margin-bottom: 10px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation; }
    .checkbox-2 label[disabled] input[type="checkbox"] {
      cursor: not-allowed; }
    .checkbox-2 label[disabled]:before {
      background: #E6E6E6; }
    @media (min-width: 641px) {
      .checkbox-2 label {
        float: left;
        padding-top: 7px;
        padding-bottom: 7px; } }
    .checkbox-2 label:before {
      content: "";
      border: 1px solid #abafbf;
      background: transparent;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-box-sizing: initial;
      -moz-box-sizing: initial;
      box-sizing: initial; }
    .checkbox-2 label:after {
      content: "";
      border: solid;
      border-width: 0 0 4px 4px;
      background: transparent;
      color: #9BCD41;
      width: 15px;
      height: 7px;
      position: absolute;
      top: 10px;
      left: 9px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      zoom: 1;
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-box-sizing: initial;
      -moz-box-sizing: initial;
      box-sizing: initial; }
    .checkbox-2 label input[type="checkbox"] {
      position: absolute;
      left: 0;
      top: 0;
      width: 28px;
      height: 28px;
      cursor: pointer;
      zoom: 1;
      filter: alpha(opacity=0);
      opacity: 0;
      margin: 0;
      z-index: 1; }
  .checkbox-2.checked label:before {
    background: #ffffff;
    border-color: #9BCD41; }
  .checkbox-2.checked label:after {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1; }
  .checkbox-2.focused label:before {
    border: 1px solid #9BCD41; }
  .checkbox-2 + .checkbox {
    margin: 0; }

.checkbox-small {
  margin: 0; }
  .checkbox-small label {
    display: block;
    float: none;
    clear: left;
    position: relative;
    padding: 8px 10px 9px 38px;
    margin-bottom: 10px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation; }
    .checkbox-small label[disabled] input[type="checkbox"] {
      cursor: not-allowed; }
    .checkbox-small label[disabled]:before {
      background: #E6E6E6; }
    @media (min-width: 641px) {
      .checkbox-small label {
        float: left;
        padding-top: 2px;
        padding-bottom: 7px; } }
    .checkbox-small label:before {
      content: "";
      border: 1px solid #abafbf;
      background: transparent;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-box-sizing: initial;
      -moz-box-sizing: initial;
      box-sizing: initial; }
    .checkbox-small label:after {
      content: "";
      border: solid;
      border-width: 0 0 3px 3px;
      background: transparent;
      color: #9BCD41;
      width: 9px;
      height: 3px;
      position: absolute;
      top: 9px;
      left: 8px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      zoom: 1;
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-box-sizing: initial;
      -moz-box-sizing: initial;
      box-sizing: initial; }
    .checkbox-small label input[type="checkbox"] {
      position: absolute;
      left: 0;
      top: 0;
      width: 38px;
      height: 38px;
      cursor: pointer;
      zoom: 1;
      filter: alpha(opacity=0);
      opacity: 0;
      margin: 0;
      z-index: 1; }
  .checkbox-small.checked label:before {
    background: #ffffff;
    border-color: #9BCD41; }
  .checkbox-small.checked label:after {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1; }
  .checkbox-small.focused label:before {
    border: 1px solid #9BCD41; }
  .checkbox-small + .checkbox {
    margin: 0; }

@supports (-ms-ime-align: auto) {
  /* Microsoft EdgeV13&14 CSS styles go here */ }
@supports (-ms-accelerator: true) {
  /* Microsoft EdgeV13 CSS styles go here */ }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10 & IE11 CSS styles go here */
  .checkbox-small label:after {
    height: 5px; }

  /* .form-control.mx-name-textBox1.name-desc-item {
      margin-left: 85px;
  }
  .quote-container.listview-stylingless.mx-listview { 
      scrollbar-face-color: #9bcd41;
      scrollbar-track-color: transparent;
  } */ }
/* ==========================================================================
   Auto complete
========================================================================== */
.autoCompleteMainContainer.has-error .alert {
  margin-top: 10px; }
.autoCompleteMainContainer .select2-container {
  margin-top: 0; }
  .autoCompleteMainContainer .select2-container .selection .select2-selection {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin-bottom: 0; }
    .autoCompleteMainContainer .select2-container .selection .select2-selection .select2-selection__arrow {
      display: none; }
    .autoCompleteMainContainer .select2-container .selection .select2-selection .select2-selection__rendered {
      height: 46px;
      padding: 0;
      line-height: 39px;
      max-width: 80%; }
      .autoCompleteMainContainer .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__clear {
        position: absolute;
        right: 40px;
        font-size: 24px; }
  .autoCompleteMainContainer .select2-container.select2-container--disabled .select2-selection {
    background: #ccc; }
  .autoCompleteMainContainer .select2-container.select2-container--below {
    margin-top: 0; }
  .autoCompleteMainContainer .select2-container.select2-container--open .select2-selection {
    border: 1px solid #3d466c;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .autoCompleteMainContainer .select2-container.select2-container--open .select2-selection:focus {
      border-bottom: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }

.select2-container {
  margin-top: 0px; }
  .select2-container .select2-dropdown {
    border: 1px solid #3d466c;
    border-top: 0;
    background-color: #F1F1F1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .select2-container .select2-dropdown .select2-search {
      padding: 0 15px; }
      .select2-container .select2-dropdown .select2-search .select2-search__field {
        margin-top: 10px; }
    .select2-container .select2-dropdown .select2-results ul.select2-results__options {
      margin-bottom: 10px;
      padding-left: 15px;
      padding-right: 15px; }
      .select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option {
        padding: 8px;
        border-bottom: 1px solid #abafbf; }
        .select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option:first-child {
          border-top: 1px solid #abafbf; }
        .select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted {
          background: #3d466c;
          color: #ffffff; }
          .select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted[aria-selected="true"] {
            background: #3d466c;
            color: #ffffff; }
        .select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option[aria-selected="true"] {
          background: inherit;
          color: #3d466c; }

/* ==========================================================================
   Inputs File Upload
========================================================================== */
.mx-fileinput {
  /* File input widget hover fix */ }
  .mx-fileinput .mx-wrapped-label {
    display: inline-block;
    width: calc(100% - 102px); }
  .mx-fileinput .mx-wrapped-form {
    top: -1px;
    margin-left: 15px; }
    .mx-fileinput .mx-wrapped-form .mx-wrapped-input {
      cursor: pointer; }
    .mx-fileinput .mx-wrapped-form .mx-fileinput-upload-button:hover {
      background-color: #030f40; }

.mx-dateinput .mx-dateinput-select-button {
  border: 1px solid #3d466c;
  background-color: #3d466c;
  border-left-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  position: relative;
  color: #ffffff;
  margin-left: 0;
  padding: 0 15px;
  height: 38px; }
.mx-dateinput .mx-dateinput-input-wrapper .mx-dateinput-input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 0;
  margin: 0; }

.filter-inputs {
  width: calc((10/12)*100%);
  padding-top: 0; }
  @media (max-width: 767px) {
    .filter-inputs {
      width: 100%; } }
  @media (max-width: 767px) {
    .filter-inputs {
      margin-right: 0;
      margin-left: 0; } }

.sectorSelect .form-control, .sectorSelect .form-control-static-select, .sectorSelect .autoCompleteMainContainer .select2-container .selection .select2-selection, .autoCompleteMainContainer .select2-container .selection .sectorSelect .select2-selection, .sectorSelect .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .sectorSelect .select2-search__field, .sectorSelect .form-control-static, .sectorSelect .form-group div[class*='textBox'] > label, .form-group .sectorSelect div[class*='textBox'] > label,
.sectorSelect .form-group div[class*='textArea'] > label,
.form-group .sectorSelect div[class*='textArea'] > label,
.sectorSelect .form-group div[class*='datePicker'] > label,
.form-group .sectorSelect div[class*='datePicker'] > label, .sectorSelect .form-group .readonly-input div[class*='textBox'] > label,
.sectorSelect .form-group .readonly-input div[class*='textArea'] > label,
.sectorSelect .form-group .readonly-input div[class*='datePicker'] > label, .sectorSelect .form-disabled p, .form-disabled .sectorSelect p,
.sectorSelect .form-control-static,
.sectorSelect .form-group div[class*='textBox'] > label,
.form-group .sectorSelect div[class*='textBox'] > label,
.sectorSelect .form-group div[class*='textArea'] > label,
.form-group .sectorSelect div[class*='textArea'] > label,
.sectorSelect .form-group div[class*='datePicker'] > label,
.form-group .sectorSelect div[class*='datePicker'] > label {
  background: rgba(170, 220, 20, 0.5);
  border: 2px solid rgba(170, 220, 20, 0.8);
  color: #555;
  margin: 0; }
.sectorSelect .form-control-static, .sectorSelect .form-group div[class*='textBox'] > label, .form-group .sectorSelect div[class*='textBox'] > label,
.sectorSelect .form-group div[class*='textArea'] > label,
.form-group .sectorSelect div[class*='textArea'] > label,
.sectorSelect .form-group div[class*='datePicker'] > label,
.form-group .sectorSelect div[class*='datePicker'] > label {
  line-height: 45px;
  height: 48px; }
.sectorSelect .btn {
  display: none; }

.readonly-input .form-control-static, .readonly-input .form-group div[class*='textBox'] > label, .form-group .readonly-input div[class*='textBox'] > label,
.readonly-input .form-group div[class*='textArea'] > label,
.form-group .readonly-input div[class*='textArea'] > label,
.readonly-input .form-group div[class*='datePicker'] > label,
.form-group .readonly-input div[class*='datePicker'] > label {
  background: #ccc; }

.read-only .form-control, .read-only .form-control-static-select, .read-only .autoCompleteMainContainer .select2-container .selection .select2-selection, .autoCompleteMainContainer .select2-container .selection .read-only .select2-selection, .read-only .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .read-only .select2-search__field, .read-only .sectorSelect .form-control-static, .sectorSelect .read-only .form-control-static, .read-only .sectorSelect .form-group div[class*='textBox'] > label, .sectorSelect .form-group .read-only div[class*='textBox'] > label, .read-only .form-group .sectorSelect div[class*='textBox'] > label, .form-group .sectorSelect .read-only div[class*='textBox'] > label,
.read-only .sectorSelect .form-group div[class*='textArea'] > label,
.sectorSelect .form-group .read-only div[class*='textArea'] > label,
.read-only .form-group .sectorSelect div[class*='textArea'] > label,
.form-group .sectorSelect .read-only div[class*='textArea'] > label,
.read-only .sectorSelect .form-group div[class*='datePicker'] > label,
.sectorSelect .form-group .read-only div[class*='datePicker'] > label,
.read-only .form-group .sectorSelect div[class*='datePicker'] > label,
.form-group .sectorSelect .read-only div[class*='datePicker'] > label, .read-only .readonly-input .form-control-static, .readonly-input .read-only .form-control-static, .read-only .readonly-input .form-group div[class*='textBox'] > label, .readonly-input .form-group .read-only div[class*='textBox'] > label, .read-only .form-group .readonly-input div[class*='textBox'] > label, .form-group .readonly-input .read-only div[class*='textBox'] > label,
.read-only .readonly-input .form-group div[class*='textArea'] > label,
.readonly-input .form-group .read-only div[class*='textArea'] > label,
.read-only .form-group .readonly-input div[class*='textArea'] > label,
.form-group .readonly-input .read-only div[class*='textArea'] > label,
.read-only .readonly-input .form-group div[class*='datePicker'] > label,
.readonly-input .form-group .read-only div[class*='datePicker'] > label,
.read-only .form-group .readonly-input div[class*='datePicker'] > label,
.form-group .readonly-input .read-only div[class*='datePicker'] > label, .read-only .form-disabled p, .form-disabled .read-only p {
  background: #fff; }

.form-group.price-input div[id*="mxui_widget_NumberInput"] {
  position: relative; }
  .form-group.price-input div[id*="mxui_widget_NumberInput"]:before {
    content: '\00A3';
    position: absolute;
    left: 1px;
    color: #ffffff;
    background: #3d466c;
    padding: 0 20px;
    line-height: 40px;
    height: 38px;
    display: block;
    font-size: 15px;
    top: 0; }

.form-group.percentage div[id*="mxui_widget_NumberInput"] {
  position: relative; }
  .form-group.percentage div[id*="mxui_widget_NumberInput"]:after {
    content: '%';
    position: absolute;
    right: 0;
    color: #ffffff;
    background: #3d466c;
    padding: 0 20px;
    line-height: 40px;
    height: 38px;
    display: block;
    font-size: 15px;
    top: 0; }

.form-group.KG div[id*="mxui_widget_NumberInput"] {
  position: relative; }
  .form-group.KG div[id*="mxui_widget_NumberInput"]:after {
    content: 'KG';
    position: absolute;
    right: 0;
    color: #ffffff;
    background: #3d466c;
    padding: 0 20px;
    line-height: 40px;
    height: 38px;
    display: block;
    font-size: 15px;
    top: 0; }

.USD div[id*="mxui_widget_NumberInput"]:before {
  content: '$'; }

.EUR div[id*="mxui_widget_NumberInput"]:before {
  content: '\20AC'; }

.ILS div[id*="mxui_widget_NumberInput"]:before {
  content: '\20AA'; }

.GBP div[id*="mxui_widget_NumberInput"]:before {
  content: '\00A3'; }

.form-group.price-input div[id*="mxui_widget_NumberInput"] {
  padding-left: 48px; }
.form-group.price-input .form-control-static, .form-group.price-input div[class*='textBox'] > label,
.form-group.price-input div[class*='textArea'] > label,
.form-group.price-input div[class*='datePicker'] > label {
  padding-left: 10px; }

.form-group.percentage div[id*="mxui_widget_NumberInput"] {
  padding-right: 48px; }

.form-group.KG div[id*="mxui_widget_NumberInput"] {
  padding-right: 48px; }

.has-error .select2-selection {
  border-color: #b50303 !important;
  border-width: 2px !important; }

.form-group.noControlLabel label.control-label {
  display: none; }

.split-group {
  margin-bottom: 10px;
  display: block; }
  .split-group:after {
    content: "";
    display: block;
    clear: both; }
  .split-group > div {
    display: inline-block;
    float: left; }
    .split-group > div:first-child:nth-last-child(1) {
      width: 100%; }
    .split-group > div:first-child:nth-last-child(2) {
      width: calc(100% - 95px); }
    .split-group > div:first-child:nth-last-child(2) ~ div {
      width: 95px;
      padding-left: 5px; }
    .split-group > div > .btn {
      margin-top: 27px;
      height: 48px; }
  .split-group.split-group-lg > div:first-child:nth-last-child(1) {
    width: 100%; }
  .split-group.split-group-lg > div:first-child:nth-last-child(2) {
    width: calc(100% - 150px); }
  .split-group.split-group-lg > div:first-child:nth-last-child(2) ~ div {
    width: 150px;
    padding-left: 5px; }
  .split-group.no-label > div > .btn {
    margin-top: 0; }

.triple-split-group {
  margin-bottom: 10px;
  display: block; }
  .triple-split-group:after {
    content: "";
    display: block;
    clear: both; }
  .triple-split-group > div {
    width: calc((100% - 150px) / 2);
    display: inline-block; }
    @media (max-width: 992px) {
      .triple-split-group > div {
        width: 50%;
        margin-bottom: 10px; } }
    .triple-split-group > div + div {
      padding-left: 5px; }
    .triple-split-group > div:last-child {
      width: 150px;
      padding-right: 0; }
      @media (max-width: 992px) {
        .triple-split-group > div:last-child {
          padding-left: 0;
          width: 100%;
          margin-bottom: 0; } }
    .triple-split-group > div > .btn {
      margin-top: 27px;
      height: 48px; }
  .triple-split-group.no-label > div > .btn {
    margin-top: 0; }

.rsdContainer {
  width: 100%;
  display: block; }
  .rsdContainer:after {
    content: "";
    display: block;
    clear: both; }

ul.rsdListContainer {
  text-align: left;
  margin: 0 -2px; }
  ul.rsdListContainer:after {
    content: "";
    display: block;
    clear: both; }
  ul.rsdListContainer:before {
    display: table;
    content: " ";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  ul.rsdListContainer li {
    padding: 3px;
    position: relative;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;
    float: left; }
    ul.rsdListContainer li:after {
      content: "";
      display: block;
      clear: both; }
    ul.rsdListContainer li a:hover, ul.rsdListContainer li a:focus {
      text-decoration: none; }
    ul.rsdListContainer li a .rsdItemContent {
      padding-right: 20px;
      font-size: 12px; }
      ul.rsdListContainer li a .rsdItemContent:after {
        content: "x";
        position: absolute;
        right: .6em;
        top: .6em;
        cursor: pointer;
        font-weight: bold; }
        ul.rsdListContainer li a .rsdItemContent:after:hover, ul.rsdListContainer li a .rsdItemContent:after:focus {
          text-decoration: underline; }
      ul.rsdListContainer li a .rsdItemContent:hover, ul.rsdListContainer li a .rsdItemContent:focus {
        background-color: #d4f373;
        color: #2f5e04; }
  ul.rsdListContainer:empty {
    padding: 3px 0;
    font-size: 12px; }
    ul.rsdListContainer:empty:after {
      margin: 0 1px;
      content: "None selected";
      padding: .2em .8em .3em;
      display: inline;
      color: black;
      border: 1px solid;
      background-color: rgba(0, 0, 0, 0.2);
      border-color: rgba(0, 0, 0, 0.8); }

.rssContainer {
  width: 100%;
  display: block; }
  .rssContainer:after {
    content: "";
    display: block;
    clear: both; }

ul.rssListContainer {
  text-align: left;
  margin: 0 -2px; }
  ul.rssListContainer:after {
    content: "";
    display: block;
    clear: both; }
  ul.rssListContainer:before {
    display: table;
    content: " ";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  ul.rssListContainer li {
    padding: 3px;
    position: relative;
    min-height: 1px;
    padding-right: 1px;
    padding-left: 1px;
    float: left; }
    ul.rssListContainer li:after {
      content: "";
      display: block;
      clear: both; }
    ul.rssListContainer li a {
      cursor: pointer; }
      ul.rssListContainer li a:hover, ul.rssListContainer li a:focus {
        text-decoration: none; }
      ul.rssListContainer li a .rssItemContent {
        padding-right: 20px;
        font-size: 12px; }
        ul.rssListContainer li a .rssItemContent:hover, ul.rssListContainer li a .rssItemContent:focus {
          background-color: #d4f373;
          color: #2f5e04; }
    ul.rssListContainer li.preferredItem a .rssItemContent:hover, ul.rssListContainer li.preferredItem a .rssItemContent:focus {
      background-color: #172d02;
      color: #e3f7a2; }
  ul.rssListContainer:empty {
    padding: 3px 0;
    font-size: 12px; }
    ul.rssListContainer:empty:after {
      margin: 0 1px;
      content: "None selected";
      padding: .2em .8em .3em;
      display: inline;
      color: black;
      border: 1px solid;
      background-color: rgba(0, 0, 0, 0.2);
      border-color: rgba(0, 0, 0, 0.8); }

.tablet-radio-bt .radio-inline {
  padding-bottom: 10px; }

.company-name .form-control, .company-name .form-control-static-select, .company-name .autoCompleteMainContainer .select2-container .selection .select2-selection, .autoCompleteMainContainer .select2-container .selection .company-name .select2-selection, .company-name .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .company-name .select2-search__field, .company-name .sectorSelect .form-control-static, .sectorSelect .company-name .form-control-static, .company-name .sectorSelect .form-group div[class*='textBox'] > label, .sectorSelect .form-group .company-name div[class*='textBox'] > label, .company-name .form-group .sectorSelect div[class*='textBox'] > label, .form-group .sectorSelect .company-name div[class*='textBox'] > label,
.company-name .sectorSelect .form-group div[class*='textArea'] > label,
.sectorSelect .form-group .company-name div[class*='textArea'] > label,
.company-name .form-group .sectorSelect div[class*='textArea'] > label,
.form-group .sectorSelect .company-name div[class*='textArea'] > label,
.company-name .sectorSelect .form-group div[class*='datePicker'] > label,
.sectorSelect .form-group .company-name div[class*='datePicker'] > label,
.company-name .form-group .sectorSelect div[class*='datePicker'] > label,
.form-group .sectorSelect .company-name div[class*='datePicker'] > label, .company-name .readonly-input .form-control-static, .readonly-input .company-name .form-control-static, .company-name .readonly-input .form-group div[class*='textBox'] > label, .readonly-input .form-group .company-name div[class*='textBox'] > label, .company-name .form-group .readonly-input div[class*='textBox'] > label, .form-group .readonly-input .company-name div[class*='textBox'] > label,
.company-name .readonly-input .form-group div[class*='textArea'] > label,
.readonly-input .form-group .company-name div[class*='textArea'] > label,
.company-name .form-group .readonly-input div[class*='textArea'] > label,
.form-group .readonly-input .company-name div[class*='textArea'] > label,
.company-name .readonly-input .form-group div[class*='datePicker'] > label,
.readonly-input .form-group .company-name div[class*='datePicker'] > label,
.company-name .form-group .readonly-input div[class*='datePicker'] > label,
.form-group .readonly-input .company-name div[class*='datePicker'] > label, .company-name .form-disabled p, .form-disabled .company-name p {
  pointer-events: none;
  background: transparent;
  border: 1px solid transparent;
  font-size: 28px;
  margin-left: -18px;
  font-weight: bold;
  color: #3d466c;
  margin-top: -10px; }

.address .form-control, .address .form-control-static-select, .address .autoCompleteMainContainer .select2-container .selection .select2-selection, .autoCompleteMainContainer .select2-container .selection .address .select2-selection, .address .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .address .select2-search__field, .address .sectorSelect .form-control-static, .sectorSelect .address .form-control-static, .address .sectorSelect .form-group div[class*='textBox'] > label, .sectorSelect .form-group .address div[class*='textBox'] > label, .address .form-group .sectorSelect div[class*='textBox'] > label, .form-group .sectorSelect .address div[class*='textBox'] > label,
.address .sectorSelect .form-group div[class*='textArea'] > label,
.sectorSelect .form-group .address div[class*='textArea'] > label,
.address .form-group .sectorSelect div[class*='textArea'] > label,
.form-group .sectorSelect .address div[class*='textArea'] > label,
.address .sectorSelect .form-group div[class*='datePicker'] > label,
.sectorSelect .form-group .address div[class*='datePicker'] > label,
.address .form-group .sectorSelect div[class*='datePicker'] > label,
.form-group .sectorSelect .address div[class*='datePicker'] > label, .address .readonly-input .form-control-static, .readonly-input .address .form-control-static, .address .readonly-input .form-group div[class*='textBox'] > label, .readonly-input .form-group .address div[class*='textBox'] > label, .address .form-group .readonly-input div[class*='textBox'] > label, .form-group .readonly-input .address div[class*='textBox'] > label,
.address .readonly-input .form-group div[class*='textArea'] > label,
.readonly-input .form-group .address div[class*='textArea'] > label,
.address .form-group .readonly-input div[class*='textArea'] > label,
.form-group .readonly-input .address div[class*='textArea'] > label,
.address .readonly-input .form-group div[class*='datePicker'] > label,
.readonly-input .form-group .address div[class*='datePicker'] > label,
.address .form-group .readonly-input div[class*='datePicker'] > label,
.form-group .readonly-input .address div[class*='datePicker'] > label, .address .form-disabled p, .form-disabled .address p {
  pointer-events: none;
  background: transparent;
  border: 1px solid transparent;
  margin-left: -18px;
  font-size: 18px;
  margin-bottom: 1px !important;
  height: 20px;
  color: #3d466c; }

.address.form-control[disabled], .address[disabled].form-control-static-select, .autoCompleteMainContainer .select2-container .selection .address[disabled].select2-selection, .select2-container .select2-dropdown .select2-search .address[disabled].select2-search__field, .sectorSelect .address[disabled].form-control-static, .sectorSelect .form-group div[class*='textBox'] > label.address[disabled], .form-group .sectorSelect div[class*='textBox'] > label.address[disabled],
.sectorSelect .form-group div[class*='textArea'] > label.address[disabled],
.form-group .sectorSelect div[class*='textArea'] > label.address[disabled],
.sectorSelect .form-group div[class*='datePicker'] > label.address[disabled],
.form-group .sectorSelect div[class*='datePicker'] > label.address[disabled], .readonly-input .address[disabled].form-control-static, .readonly-input .form-group div[class*='textBox'] > label.address[disabled], .form-group .readonly-input div[class*='textBox'] > label.address[disabled],
.readonly-input .form-group div[class*='textArea'] > label.address[disabled],
.form-group .readonly-input div[class*='textArea'] > label.address[disabled],
.readonly-input .form-group div[class*='datePicker'] > label.address[disabled],
.form-group .readonly-input div[class*='datePicker'] > label.address[disabled], .form-disabled p.address[disabled] {
  pointer-events: none;
  background: transparent;
  border: 1px solid transparent;
  font-size: 18px;
  margin-left: -18px;
  height: 20px;
  color: #3d466c; }

.width2 .mx-fileinput .mx-wrapped-label {
  display: inline-block;
  width: calc(88% - 102px); }

.subcontractor-name-search-width {
  width: 75%; }

.subcontractor-name-search-btn {
  position: absolute;
  top: 27px;
  right: 15px; }
  .subcontractor-name-search-btn .btn {
    display: block;
    width: 150px; }

.align-left .control-label {
  text-align: left;
  padding-left: 40px;
  margin-bottom: 0px; }

.label-vertically {
  width: 100%; }
  .label-vertically .form-control, .label-vertically .form-control-static-select, .label-vertically .autoCompleteMainContainer .select2-container .selection .select2-selection, .autoCompleteMainContainer .select2-container .selection .label-vertically .select2-selection, .label-vertically .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .label-vertically .select2-search__field, .label-vertically .sectorSelect .form-control-static, .sectorSelect .label-vertically .form-control-static, .label-vertically .sectorSelect .form-group div[class*='textBox'] > label, .sectorSelect .form-group .label-vertically div[class*='textBox'] > label, .label-vertically .form-group .sectorSelect div[class*='textBox'] > label, .form-group .sectorSelect .label-vertically div[class*='textBox'] > label,
  .label-vertically .sectorSelect .form-group div[class*='textArea'] > label,
  .sectorSelect .form-group .label-vertically div[class*='textArea'] > label,
  .label-vertically .form-group .sectorSelect div[class*='textArea'] > label,
  .form-group .sectorSelect .label-vertically div[class*='textArea'] > label,
  .label-vertically .sectorSelect .form-group div[class*='datePicker'] > label,
  .sectorSelect .form-group .label-vertically div[class*='datePicker'] > label,
  .label-vertically .form-group .sectorSelect div[class*='datePicker'] > label,
  .form-group .sectorSelect .label-vertically div[class*='datePicker'] > label, .label-vertically .readonly-input .form-control-static, .readonly-input .label-vertically .form-control-static, .label-vertically .readonly-input .form-group div[class*='textBox'] > label, .readonly-input .form-group .label-vertically div[class*='textBox'] > label, .label-vertically .form-group .readonly-input div[class*='textBox'] > label, .form-group .readonly-input .label-vertically div[class*='textBox'] > label,
  .label-vertically .readonly-input .form-group div[class*='textArea'] > label,
  .readonly-input .form-group .label-vertically div[class*='textArea'] > label,
  .label-vertically .form-group .readonly-input div[class*='textArea'] > label,
  .form-group .readonly-input .label-vertically div[class*='textArea'] > label,
  .label-vertically .readonly-input .form-group div[class*='datePicker'] > label,
  .readonly-input .form-group .label-vertically div[class*='datePicker'] > label,
  .label-vertically .form-group .readonly-input div[class*='datePicker'] > label,
  .form-group .readonly-input .label-vertically div[class*='datePicker'] > label, .label-vertically .form-disabled p, .form-disabled .label-vertically p {
    display: inline-block;
    width: 100%;
    margin: auto 15px;
    overflow: hidden; }
  .label-vertically .control-label {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: auto 15px; }
  .label-vertically .col-sm-9 {
    width: 100%; }

.background-blue {
  background-color: #dddfe3;
  padding: 10px;
  margin-bottom: 30px;
  padding: 20px 40px; }
  .background-blue h3 {
    margin-top: 0px; }

.label-read-only {
  margin-bottom: 0px; }

.left-align .control-label {
  padding-left: 15px;
  text-align: left;
  padding-bottom: 0px; }

.col2-top .span5 {
  margin-right: 50px; }
.col2-top .form-group p {
  border: 1px solid #3d466c; }

.full-width-col .span5 {
  width: 100% !important; }

.read-only-grey-background .form-control-static, .read-only-grey-background .form-group div[class*='textBox'] > label, .form-group .read-only-grey-background div[class*='textBox'] > label,
.read-only-grey-background .form-group div[class*='textArea'] > label,
.form-group .read-only-grey-background div[class*='textArea'] > label,
.read-only-grey-background .form-group div[class*='datePicker'] > label,
.form-group .read-only-grey-background div[class*='datePicker'] > label {
  background-color: #ccc;
  border: 1px solid #abafba !important; }

.additional-info-width label {
  width: 25%; }
.additional-info-width .mx-textarea {
  width: 75%;
  word-wrap: break-word; }

/* ==========================================================================
   Alerts

   Default Bootstrap Alert boxes. Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages
========================================================================== */
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 0;
  padding: 20px;
  border: 1px solid;
  margin-bottom: 30px; }
  .alert .mx-link {
    text-decoration: underline;
    margin-left: 5px; }

.alert-bordered {
  border: 1px solid; }

.alert-success {
  border-color: #31AF64;
  background-color: white;
  color: #31AF64; }

.alert-info {
  border-color: #3498db;
  background-color: white;
  color: #3498db; }

.alert-warning {
  color: #bf7900;
  background-color: #fffbdc;
  border-color: #f1d875; }

.alert-danger {
  background-color: transparent;
  color: #b50303;
  padding: 0;
  border: 0;
  clear: both; }

.has-error .alert {
  margin-top: 0;
  margin-bottom: 0; }
.has-error .form-control, .has-error .form-control-static-select, .has-error .autoCompleteMainContainer .select2-container .selection .select2-selection, .autoCompleteMainContainer .select2-container .selection .has-error .select2-selection, .has-error .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .has-error .select2-search__field, .has-error .sectorSelect .form-control-static, .sectorSelect .has-error .form-control-static, .has-error .sectorSelect .form-group div[class*='textBox'] > label, .sectorSelect .form-group .has-error div[class*='textBox'] > label, .has-error .form-group .sectorSelect div[class*='textBox'] > label, .form-group .sectorSelect .has-error div[class*='textBox'] > label,
.has-error .sectorSelect .form-group div[class*='textArea'] > label,
.sectorSelect .form-group .has-error div[class*='textArea'] > label,
.has-error .form-group .sectorSelect div[class*='textArea'] > label,
.form-group .sectorSelect .has-error div[class*='textArea'] > label,
.has-error .sectorSelect .form-group div[class*='datePicker'] > label,
.sectorSelect .form-group .has-error div[class*='datePicker'] > label,
.has-error .form-group .sectorSelect div[class*='datePicker'] > label,
.form-group .sectorSelect .has-error div[class*='datePicker'] > label, .has-error .readonly-input .form-control-static, .readonly-input .has-error .form-control-static, .has-error .readonly-input .form-group div[class*='textBox'] > label, .readonly-input .form-group .has-error div[class*='textBox'] > label, .has-error .form-group .readonly-input div[class*='textBox'] > label, .form-group .readonly-input .has-error div[class*='textBox'] > label,
.has-error .readonly-input .form-group div[class*='textArea'] > label,
.readonly-input .form-group .has-error div[class*='textArea'] > label,
.has-error .form-group .readonly-input div[class*='textArea'] > label,
.form-group .readonly-input .has-error div[class*='textArea'] > label,
.has-error .readonly-input .form-group div[class*='datePicker'] > label,
.readonly-input .form-group .has-error div[class*='datePicker'] > label,
.has-error .form-group .readonly-input div[class*='datePicker'] > label,
.form-group .readonly-input .has-error div[class*='datePicker'] > label, .has-error .form-disabled p, .form-disabled .has-error p {
  border-width: 2px; }

/* ==========================================================================
   Backgrounds

   Different background components, all managed by variables
========================================================================== */
.background-layout {
  background-color: white !important; }

.background-layout-secondary {
  background-color: #DDD !important; }

.background-default {
  background-color: #eee !important; }

.background-default-darker {
  background-color: #888888 !important; }

.background-default-dark {
  background-color: #acacac !important; }

.background-default-light {
  background-color: white !important; }

.background-default-lighter {
  background-color: white !important; }

.background-inverse {
  background-color: #2c3e50 !important; }

.background-inverse-darker {
  background-color: black !important; }

.background-inverse-dark {
  background-color: black !important; }

.background-inverse-light {
  background-color: #8aa4be !important; }

.background-inverse-lighter {
  background-color: white !important; }

.background-primary {
  background-color: #2980b9 !important; }

.background-primary-darker {
  background-color: #040c12 !important; }

.background-primary-dark {
  background-color: #11354c !important; }

.background-primary-light {
  background-color: #bedcf0 !important; }

.background-primary-lighter {
  background-color: white !important; }

.background-info {
  background-color: #3498db !important; }

.background-info-darker {
  background-color: #0a2639 !important; }

.background-info-dark {
  background-color: #154f76 !important; }

.background-info-light {
  background-color: #e1f0fa !important; }

.background-info-lighter {
  background-color: white !important; }

.background-success {
  background-color: #31AF64 !important; }

.background-success-darker {
  background-color: #041009 !important; }

.background-success-dark {
  background-color: #144729 !important; }

.background-success-light {
  background-color: #bfedd2 !important; }

.background-success-lighter {
  background-color: white !important; }

.background-warning {
  background-color: #f39c12 !important; }

.background-warning-darker {
  background-color: #362203 !important; }

.background-warning-dark {
  background-color: #7a4d06 !important; }

.background-warning-light {
  background-color: #fdedd4 !important; }

.background-warning-lighter {
  background-color: white !important; }

.background-danger {
  background-brand: #b50303 !important; }

.background-danger-darker {
  background-color: black !important; }

.background-danger-dark {
  background-color: #330101 !important; }

.background-danger-light {
  background-color: #fd8787 !important; }

.background-danger-lighter {
  background-color: white !important; }

.light-grey-bg {
  background-color: #dddfe3;
  min-height: 100px; }

/* ==========================================================================
   Grid

   Default Mendix Grid (used for Mendix Datagrid)
========================================================================== */
.mx-grid {
  border-radius: 0;
  padding: 0px;
  border: 0; }
  .mx-grid .mx-grid-pagingbar {
    display: block;
    width: 100%;
    text-align: right;
    margin: 10px 0;
    /* Buttons */
    /* Text Paging .. to .. to .. */ }
    .mx-grid .mx-grid-pagingbar .mx-button {
      padding: 7px 15px;
      font-size: 15px;
      margin: 0;
      border: 1px solid #d8dae2;
      color: #3aa3e3; }
      .mx-grid .mx-grid-pagingbar .mx-button .glyphicon {
        display: none; }
      .mx-grid .mx-grid-pagingbar .mx-button.mx-name-paging-first, .mx-grid .mx-grid-pagingbar .mx-button.mx-name-paging-last {
        display: none !important; }
      .mx-grid .mx-grid-pagingbar .mx-button.mx-name-paging-previous {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
        .mx-grid .mx-grid-pagingbar .mx-button.mx-name-paging-previous:before {
          content: "Previous"; }
      .mx-grid .mx-grid-pagingbar .mx-button.mx-name-paging-next {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
        .mx-grid .mx-grid-pagingbar .mx-button.mx-name-paging-next:before {
          content: "Next"; }
      .mx-grid .mx-grid-pagingbar .mx-button.disabled, .mx-grid .mx-grid-pagingbar .mx-button[disabled] {
        color: #999;
        background-color: transparent;
        cursor: default;
        opacity: 1; }
    .mx-grid .mx-grid-pagingbar .mx-grid-paging-status {
      padding: 7px 15px;
      font-size: 15px;
      color: #999;
      cursor: default;
      border: 1px solid #d8dae2;
      background-color: whitesmoke;
      margin: 0 -4px; }
  .mx-grid .mx-grid-controlbar {
    margin: 10px 0; }
  .mx-grid .mx-grid-searchbar {
    position: relative; }
    @media (max-width: 767px) {
      .mx-grid .mx-grid-searchbar {
        padding-bottom: 130px; } }
    .mx-grid .mx-grid-searchbar .mx-grid-search-controls {
      width: calc((2/12)*100%);
      margin: 0;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .mx-grid .mx-grid-searchbar .mx-grid-search-controls {
          width: 100%;
          position: absolute;
          bottom: 0; } }
      .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn {
        margin: 0;
        margin-top: 25px; }
        @media (min-width: 480px) {
          .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn {
            width: calc(50% - 2.5px); }
            .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn + .btn {
              margin-left: 5px; } }
        @media (max-width: 767px) {
          .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn {
            width: 100%; }
            .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn + .btn {
              margin-left: 0px !important;
              margin-top: 10px; } }
        .mx-grid .mx-grid-searchbar .mx-grid-search-controls .btn + .btn {
          margin-left: 5px; }
    .mx-grid .mx-grid-searchbar .mx-grid-search-inputs {
      width: calc((10/12)*100%);
      padding-top: 2px; }
      @media (max-width: 767px) {
        .mx-grid .mx-grid-searchbar .mx-grid-search-inputs {
          width: 100%;
          margin-bottom: 148px; } }
      @media (max-width: 767px) {
        .mx-grid .mx-grid-searchbar .mx-grid-search-inputs {
          margin-right: 0;
          margin-left: 0; } }
      .mx-grid .mx-grid-searchbar .mx-grid-search-inputs .mx-grid-search-item {
        width: calc((3/12)*100%); }
        .mx-grid .mx-grid-searchbar .mx-grid-search-inputs .mx-grid-search-item:first-child:nth-last-child(1) {
          width: 100%; }
        .mx-grid .mx-grid-searchbar .mx-grid-search-inputs .mx-grid-search-item:first-child:nth-last-child(2), .mx-grid .mx-grid-searchbar .mx-grid-search-inputs .mx-grid-search-item:first-child:nth-last-child(2) ~ .mx-grid-search-item {
          width: calc((6/12)*100%); }
        .mx-grid .mx-grid-searchbar .mx-grid-search-inputs .mx-grid-search-item:first-child:nth-last-child(3), .mx-grid .mx-grid-searchbar .mx-grid-search-inputs .mx-grid-search-item:first-child:nth-last-child(3) ~ .mx-grid-search-item {
          width: calc((4/12)*100%); }
        @media (max-width: 991px) and (min-width: 480px) {
          .mx-grid .mx-grid-searchbar .mx-grid-search-inputs .mx-grid-search-item {
            width: calc((6/12)*100%); } }
        @media (max-width: 767px) {
          .mx-grid .mx-grid-searchbar .mx-grid-search-inputs .mx-grid-search-item {
            width: 100%; } }
        .mx-grid .mx-grid-searchbar .mx-grid-search-inputs .mx-grid-search-item .mx-grid-search-label {
          display: block;
          text-align: left;
          font-size: 12px;
          font-family: "RobotoBold", Helvetica, Arial, sans-serif;
          text-transform: uppercase;
          margin-bottom: 7px;
          width: 100%;
          padding: 0; }
        .mx-grid .mx-grid-searchbar .mx-grid-search-inputs .mx-grid-search-item .mx-grid-search-input {
          display: block;
          width: 100%;
          padding: 0; }

.mx-grid.left-align-paging .mx-grid-pagingbar {
  text-align: left; }

.mx-grid-searchbar ~ .mx-grid-controlbar button[class*="btnGridSearch"]:before {
  content: "Hide "; }

.mx-grid-searchbar[style*="display: none"] ~ .mx-grid-controlbar button[class*="btnGridSearch"]:before {
  content: "Show "; }

/* Remove default border from grid inside a Mendix Dataview */
.mx-dataview .mx-grid {
  border: 0; }

.fix-dropdown-width .mx-grid-searchbar .mx-grid-search-inputs .mx-grid-search-item:first-child:nth-last-child(1) {
  width: 86%; }
.fix-dropdown-width .mx-grid-searchbar .mx-grid-search-controls {
  width: 30%; }

.custom-paging .mx-grid-pagingbar {
  position: absolute;
  text-align: left;
  margin: 5px 0px 0px 120px; }

.scroll-able-grid {
  overflow-x: scroll; }
  .scroll-able-grid .mx-grid,
  .scroll-able-grid mx-datagrid {
    width: 421%; }
    .scroll-able-grid .mx-grid .mx-grid-searchbar,
    .scroll-able-grid mx-datagrid .mx-grid-searchbar {
      width: 24%; }
    .scroll-able-grid .mx-grid .mx-grid-pagingbar,
    .scroll-able-grid mx-datagrid .mx-grid-pagingbar {
      position: absolute;
      text-align: left;
      margin: 5px 0px 0px 250px; }

/* ==========================================================================
   Datagrid Default

   Default Mendix Datagrid Widget. The datagrid shows a list of objects in a grid
========================================================================== */
.mx-datagrid .mx-datagrid-head-table {
  border-width: 0;
  background-color: transparent;
  /* Table header */ }
  .mx-datagrid .mx-datagrid-head-table th {
    color: #3d466c;
    font-family: "RobotoBold", Helvetica, Arial, sans-serif;
    border: 0;
    background-color: #fff;
    padding: 8px;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px; }
  .mx-datagrid .mx-datagrid-head-table .mx-datagrid-head-wrapper {
    padding: 0;
    vertical-align: middle; }
    .mx-datagrid .mx-datagrid-head-table .mx-datagrid-head-wrapper .mx-datagrid-head-caption {
      white-space: normal; }
.mx-datagrid .mx-datagrid-body-table {
  border-width: 0;
  /* Table Body */
  /* Table Footer */ }
  .mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    border: 0;
    border-top: 1px solid #d8dae2;
    vertical-align: middle;
    background-color: #fff;
    font-size: 15px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    /* Text without spaces */ }
    .mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr td:focus {
      outline: none; }
    .mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr td .mx-datagrid-data-wrapper {
      text-overflow: ellipsis; }
  .mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr:last-child {
    border-bottom: 1px solid #d8dae2; }
  .mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr:hover, .mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr:nth-child(odd) {
    background: transparent; }
  .mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr:hover td, .mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr:nth-child(odd):hover td {
    background: transparent; }
  .mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr.selected td {
    background-color: #d8dae2 !important; }
  .mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr.selected:hover td {
    background-color: #d8dae2 !important; }
  .mx-datagrid .mx-datagrid-body-table .mx-datagrid-foot > tr > th {
    padding: 8px;
    background-color: white;
    border-width: 0;
    display: none; }
  .mx-datagrid .mx-datagrid-body-table .mx-datagrid-foot > tr > td {
    background-color: #d8dae2;
    border: 2px solid #030f40;
    border-width: 0;
    font-weight: 600;
    padding: 8px; }
  .mx-datagrid .mx-datagrid-body-table *:focus {
    outline: 0; }

.noSelection .mx-datagrid-body-table {
  border-width: 0;
  /* Table Body */ }
  .noSelection .mx-datagrid-body-table .mx-datagrid-body tr td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    border: 0;
    border-top: 1px solid #d8dae2;
    vertical-align: middle;
    background-color: #fff;
    font-size: 15px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    /* Text without spaces */ }
    .noSelection .mx-datagrid-body-table .mx-datagrid-body tr td:focus {
      outline: none; }
    .noSelection .mx-datagrid-body-table .mx-datagrid-body tr td .mx-datagrid-data-wrapper {
      text-overflow: ellipsis; }
  .noSelection .mx-datagrid-body-table .mx-datagrid-body tr:last-child {
    border-bottom: 1px solid #d8dae2; }
  .noSelection .mx-datagrid-body-table .mx-datagrid-body tr.selected td, .noSelection .mx-datagrid-body-table .mx-datagrid-body tr:hover td, .noSelection .mx-datagrid-body-table .mx-datagrid-body tr.selected:hover td {
    background-color: #ffffff;
    color: #3d466c; }

.empty_grid {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

/* ==========================================================================
   Datagrid Striped

   Default Mendix Datagrid Widget with striped rows
========================================================================== */
.datagrid-striped.mx-datagrid .mx-datagrid-head-table th {
  border-width: 0; }
.datagrid-striped.mx-datagrid .mx-datagrid-body-table {
  /* Body */ }
  .datagrid-striped.mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr td {
    border-top-width: 0; }
  .datagrid-striped.mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr:nth-child(odd) td {
    background-color: white; }

/* ==========================================================================
   Datagrid Bordered

   Default Mendix Datagrid Widget with borders
========================================================================== */
.datagrid-bordered.mx-datagrid .mx-datagrid-head-table th {
  border: 1px solid #DDD;
  border-bottom-width: 1px; }
.datagrid-bordered.mx-datagrid .mx-datagrid-body-table {
  border: 1px solid; }
  .datagrid-bordered.mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr td {
    border: 1px solid #DDD; }
.datagrid-bordered.mx-datagrid .mx-datagrid-foot > tr > th {
  background-color: white;
  border-width: 0; }
.datagrid-bordered.mx-datagrid .mx-datagrid-foot > tr > td {
  border-width: 1px; }

/* ==========================================================================
   Datagrid Hover

   Default Mendix Datagrid Widget with hover
========================================================================== */
.datagrid-hover.mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr:hover td, .mx-datagrid.multilevel-grid .mx-datagrid-body-table .mx-datagrid-body tr:hover td {
  background-color: #F1F1F1 !important; }
.datagrid-hover.mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr.selected td, .mx-datagrid.multilevel-grid .mx-datagrid-body-table .mx-datagrid-body tr.selected td {
  background-color: #3d466c !important;
  color: #ffffff; }
.datagrid-hover.mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr.selected:hover td, .mx-datagrid.multilevel-grid .mx-datagrid-body-table .mx-datagrid-body tr.selected:hover td {
  background-color: #030f40 !important; }

/* ==========================================================================
   Datagrid Large

   Default Mendix Datagrid Widget with large rows
========================================================================== */
.datagrid-large.mx-datagrid .mx-datagrid-head-table .mx-datagrid-head-wrapper {
  padding: 15px 10px; }
.datagrid-large.mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr td {
  padding: 15px 10px; }

/* ==========================================================================
   Datagrid Transparent

   Default Mendix Datagrid Widget with transparent background for row and cells
========================================================================== */
.datagrid-transparent.mx-datagrid .mx-datagrid-head-table, .mx-datagrid.multilevel-grid .mx-datagrid-head-table {
  background-color: transparent; }
  .datagrid-transparent.mx-datagrid .mx-datagrid-head-table th, .mx-datagrid.multilevel-grid .mx-datagrid-head-table th {
    background-color: transparent; }
.datagrid-transparent.mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr:nth-of-type(odd), .mx-datagrid.multilevel-grid .mx-datagrid-body-table .mx-datagrid-body tr:nth-of-type(odd) {
  background-color: transparent; }
.datagrid-transparent.mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr td, .mx-datagrid.multilevel-grid .mx-datagrid-body-table .mx-datagrid-body tr td {
  background-color: transparent; }

/* ==========================================================================
   Datagrid Full Search

   Default Mendix Datagrid Widget with adjusted search field. Only 1 search field is allowed
========================================================================== */
.mx-grid.datagrid-fullsearch .mx-grid-reset-button, .mx-grid.multilevel-grid .mx-grid-reset-button {
  display: none; }
.mx-grid.datagrid-fullsearch .mx-grid-search-item, .mx-grid.multilevel-grid .mx-grid-search-item {
  display: block; }
.mx-grid.datagrid-fullsearch .mx-grid-search-label, .mx-grid.multilevel-grid .mx-grid-search-label {
  display: none; }
.mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-controls, .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-controls {
  position: absolute;
  right: 0; }
.mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input, .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input {
  width: 80%;
  padding-left: 0; }
  .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .form-control, .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .form-control, .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .form-control-static-select, .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .form-control-static-select, .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .autoCompleteMainContainer .select2-container .selection .select2-selection, .autoCompleteMainContainer .select2-container .selection .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .select2-selection, .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .autoCompleteMainContainer .select2-container .selection .select2-selection, .autoCompleteMainContainer .select2-container .selection .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .select2-selection, .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .select2-search__field, .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .select2-search__field, .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .sectorSelect .form-control-static, .sectorSelect .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .form-control-static, .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .sectorSelect .form-control-static, .sectorSelect .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .form-control-static, .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .sectorSelect .form-group div[class*='textBox'] > label, .sectorSelect .form-group .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input div[class*='textBox'] > label, .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .sectorSelect .form-group div[class*='textBox'] > label, .sectorSelect .form-group .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input div[class*='textBox'] > label, .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .form-group .sectorSelect div[class*='textBox'] > label, .form-group .sectorSelect .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input div[class*='textBox'] > label, .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .form-group .sectorSelect div[class*='textBox'] > label, .form-group .sectorSelect .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input div[class*='textBox'] > label,
  .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .sectorSelect .form-group div[class*='textArea'] > label,
  .sectorSelect .form-group .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input div[class*='textArea'] > label,
  .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .sectorSelect .form-group div[class*='textArea'] > label,
  .sectorSelect .form-group .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input div[class*='textArea'] > label,
  .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .form-group .sectorSelect div[class*='textArea'] > label,
  .form-group .sectorSelect .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input div[class*='textArea'] > label,
  .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .form-group .sectorSelect div[class*='textArea'] > label,
  .form-group .sectorSelect .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input div[class*='textArea'] > label,
  .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .sectorSelect .form-group div[class*='datePicker'] > label,
  .sectorSelect .form-group .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input div[class*='datePicker'] > label,
  .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .sectorSelect .form-group div[class*='datePicker'] > label,
  .sectorSelect .form-group .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input div[class*='datePicker'] > label,
  .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .form-group .sectorSelect div[class*='datePicker'] > label,
  .form-group .sectorSelect .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input div[class*='datePicker'] > label,
  .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .form-group .sectorSelect div[class*='datePicker'] > label,
  .form-group .sectorSelect .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input div[class*='datePicker'] > label, .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .readonly-input .form-control-static, .readonly-input .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .form-control-static, .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .readonly-input .form-control-static, .readonly-input .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .form-control-static, .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .readonly-input .form-group div[class*='textBox'] > label, .readonly-input .form-group .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input div[class*='textBox'] > label, .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .readonly-input .form-group div[class*='textBox'] > label, .readonly-input .form-group .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input div[class*='textBox'] > label, .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .form-group .readonly-input div[class*='textBox'] > label, .form-group .readonly-input .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input div[class*='textBox'] > label, .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .form-group .readonly-input div[class*='textBox'] > label, .form-group .readonly-input .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input div[class*='textBox'] > label,
  .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .readonly-input .form-group div[class*='textArea'] > label,
  .readonly-input .form-group .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input div[class*='textArea'] > label,
  .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .readonly-input .form-group div[class*='textArea'] > label,
  .readonly-input .form-group .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input div[class*='textArea'] > label,
  .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .form-group .readonly-input div[class*='textArea'] > label,
  .form-group .readonly-input .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input div[class*='textArea'] > label,
  .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .form-group .readonly-input div[class*='textArea'] > label,
  .form-group .readonly-input .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input div[class*='textArea'] > label,
  .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .readonly-input .form-group div[class*='datePicker'] > label,
  .readonly-input .form-group .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input div[class*='datePicker'] > label,
  .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .readonly-input .form-group div[class*='datePicker'] > label,
  .readonly-input .form-group .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input div[class*='datePicker'] > label,
  .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .form-group .readonly-input div[class*='datePicker'] > label,
  .form-group .readonly-input .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input div[class*='datePicker'] > label,
  .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .form-group .readonly-input div[class*='datePicker'] > label,
  .form-group .readonly-input .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input div[class*='datePicker'] > label, .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input .form-disabled p, .form-disabled .mx-grid.datagrid-fullsearch .mx-grid-searchbar .mx-grid-search-input p, .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input .form-disabled p, .form-disabled .mx-grid.multilevel-grid .mx-grid-searchbar .mx-grid-search-input p {
    height: 35px;
    font-size: 12px; }

td.percentage .mx-datagrid-data-wrapper:after {
  content: "%"; }

th.highlight, td.highlight {
  border-color: #688f24 !important; }
  th.highlight.light, td.highlight.light {
    background-color: #e0eecb !important; }
  th.highlight.medium, td.highlight.medium {
    background-color: #c5e09a !important; }
  th.highlight.dark, td.highlight.dark {
    background-color: #8Cba41 !important; }

.outer {
  position: relative;
  width: calc(1140px - 40px);
  overflow: scroll;
  background: #ffffff; }
  @media (max-width: 1140px) {
    .outer {
      width: calc(100vw - 70px;); } }

.inner {
  overflow-x: scroll;
  overflow-y: visible;
  width: 150%; }

.remove-top-margin .mx-grid-controlbar {
  margin: 0; }

.mx-datagrid.differentBg .mx-datagrid-body-table .mx-datagrid-body tr td[title='Highlight'],
.mx-datagrid.differentBg .mx-datagrid-body-table .mx-datagrid-body tr td[title='Highlight'] ~ td {
  background: #d0ff8e; }
.mx-datagrid.differentBg .mx-datagrid-body-table .mx-datagrid-body tr td[title='Highlight'] .mx-datagrid-data-wrapper {
  opacity: 0; }
.mx-datagrid.differentBg .mx-datagrid-body-table .mx-datagrid-body tr.selected td {
  background-color: #d8dae2; }
.mx-datagrid.differentBg .mx-datagrid-body-table .mx-datagrid-body tr.selected:hover td {
  background-color: #d8dae2; }
.mx-datagrid.differentBg .mx-datagrid-body-table .mx-datagrid-body tr.selected:active td {
  background-color: #d8dae2; }

/* ==========================================================================
   Dataview

   Default Mendix Dataview Widget. The data view is used for showing the contents of exactly one object
========================================================================== */
.mx-dataview {
  /* Control bar */
  /* Dataview-content gives problems for nexted layout grid containers */
  /* Dataview empty message */ }
  .mx-dataview .mx-dataview-controls {
    border-radius: 0;
    clear: both;
    padding: 0;
    padding-top: 20px;
    border-top: 0;
    background-color: transparent;
    /* Buttons */ }
    .mx-dataview .mx-dataview-controls .mx-button {
      margin-bottom: 0; }
  .mx-dataview > .mx-dataview-content > .mx-container-nested > .row, .mx-grid .mx-grid-searchbar .mx-dataview > .mx-dataview-content > .mx-container-nested > .mx-grid-search-inputs {
    margin-right: 0;
    margin-left: 0; }
  .mx-dataview .mx-dataview-message {
    background: #fff;
    color: #999; }

.ig-container {
  margin: 20px; }
  .ig-container img {
    margin-top: 25px; }

.container-title {
  color: #3d466c;
  font-family: "RobotoBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 7px;
  text-transform: uppercase; }

.mx-dataview.configure-container {
  display: inline-block;
  padding-right: 140px;
  text-transform: uppercase; }
  .mx-dataview.configure-container span {
    margin-left: 17px; }

.border-right-services {
  border-right: solid 4px #E6E6E6;
  height: auto; }

.rythm-20 {
  margin-bottom: 25px; }

.basket-subheader {
  margin-bottom: -10px; }

.ic-basket {
  position: absolute; }

.basket-title {
  position: absolute;
  margin-top: -1px;
  margin-left: -20px; }

.quote-number {
  float: right;
  margin-right: -20px;
  padding-top: 10px;
  background-color: #ABAFBF;
  padding-left: 20px;
  padding-right: 20px; }
  .quote-number p {
    text-align: center;
    font-size: 24px;
    margin-top: -20px; }

.label-title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 7px;
  text-transform: uppercase; }

.label-header p {
  font-size: 24px;
  margin-top: -20px;
  padding-left: 0px; }

.header-basket {
  margin-top: -20px;
  margin-bottom: 30px; }

.basket-item-description {
  display: flex;
  margin-bottom: -10px; }
  .basket-item-description p {
    margin-top: -7px; }

.basket-item-name {
  font-size: 24px; }

.basket-item-price {
  float: left;
  display: flex;
  margin-bottom: -10px; }
  .basket-item-price p {
    margin-top: -7px;
    font-weight: 600; }
    .basket-item-price p::after {
      content: " /pm"; }
    .basket-item-price p::before {
      content: "£ "; }

.basket-item-lift {
  padding: 5px; }
  .basket-item-lift label {
    font-weight: 600; }
    .basket-item-lift label::before {
      content: "£ "; }

.voucher-nr {
  max-width: 100px; }
  .voucher-nr input {
    font-size: 8px;
    text-align: center;
    height: 30px; }

.voucher-btn {
  height: 30px;
  padding: 6px;
  width: 45px; }

.drop-bbtn .btn.dropdown-toggle.dropdown-button.btn-default {
  max-width: 40px; }
.drop-bbtn .caret {
  display: none; }
.drop-bbtn .dropdown-menu {
  margin-left: -117px; }

.drop-btn button {
  display: block;
  background-color: white; }

.border-addon {
  border-bottom: 1px solid #ABAFBF !important;
  margin-bottom: 50px; }

.addon-list .mx-listview-item {
  line-height: 8px !important;
  border: none !important;
  padding: 3px !important; }
  .addon-list .mx-listview-item li {
    padding: 2px; }

.addon-name {
  font-size: 11px;
  text-transform: uppercase; }

.addon-price-type {
  font-size: 9px;
  margin-left: 8px;
  margin-top: 2px; }

.addon-price {
  font-size: 11px;
  text-align: right;
  margin-right: 20px; }
  .addon-price label {
    font-weight: bold; }
    .addon-price label::before {
      content: "£ "; }

.show-details-btn {
  padding-top: 10px;
  padding-bottom: 5px;
  color: #9BCD41; }
  .show-details-btn:hover {
    color: #9BCD41; }

.float-rateprices .mx-dataview-content {
  column-count: 2; }

/*
* Mendix Documentation
* Special styles for presenting components
*/
/*
* Dijit Widgets
*
* Default Dojo Dijit Widgets
*/
/*
 * Dijit Calendar Widget
 *
 * Used in dataviews
 */
.dijitCalendarContainer {
  /* (must be higher than popup z-index) */
  z-index: 10010 !important;
  background-color: #ffffff;
  min-width: 230px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .dijitCalendarContainer .dijitCalendarMonthContainer {
    padding: 8px 15px;
    background: #3d466c;
    color: #ffffff; }
    .dijitCalendarContainer .dijitCalendarMonthContainer .dijitCalendarArrow {
      cursor: pointer;
      font-size: 24px !important; }
      .dijitCalendarContainer .dijitCalendarMonthContainer .dijitCalendarArrow img {
        display: none; }
      .dijitCalendarContainer .dijitCalendarMonthContainer .dijitCalendarArrow span {
        display: none; }
      .dijitCalendarContainer .dijitCalendarMonthContainer .dijitCalendarArrow.dijitCalendarDecrementArrow {
        font-size: 16px; }
    .dijitCalendarContainer .dijitCalendarMonthContainer .dijitDropDownButton {
      margin: 0;
      text-align: center;
      cursor: pointer;
      padding: 0 15px; }
      .dijitCalendarContainer .dijitCalendarMonthContainer .dijitDropDownButton .dijitButtonText {
        position: relative; }
        .dijitCalendarContainer .dijitCalendarMonthContainer .dijitDropDownButton .dijitButtonText:after {
          content: " \25BC";
          position: absolute;
          right: -12px;
          top: 5px;
          font-size: 10px; }
      .dijitCalendarContainer .dijitCalendarMonthContainer .dijitDropDownButton .dijitArrowButtonInner, .dijitCalendarContainer .dijitCalendarMonthContainer .dijitDropDownButton .dijitArrowButtonChar {
        display: none; }
      .dijitCalendarContainer .dijitCalendarMonthContainer .dijitDropDownButton.dijitDropDownButtonOpened {
        background: #030f40; }
  .dijitCalendarContainer table {
    width: 100%;
    border: 1px solid #abafbf; }
  .dijitCalendarContainer tr th {
    background: #dddfe3;
    color: #3d466c;
    text-align: center;
    font-weight: bold; }
  .dijitCalendarContainer tr th,
  .dijitCalendarContainer tr td {
    padding: 6px;
    text-align: center; }
  .dijitCalendarContainer tr td .dijitCalendarDateLabel {
    color: #3d466c; }
  .dijitCalendarContainer tr tfoot h3 {
    margin: 0;
    padding: 0;
    font-size: inherit; }
  .dijitCalendarContainer .dijitCalendarMonthLabel {
    font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
    font-weight: 600; }
  .dijitCalendarContainer .dijitButtonNode {
    border: 0; }
  .dijitCalendarContainer .dijitCalendarArrow {
    cursor: pointer; }
  .dijitCalendarContainer .dijitCalendarSelectedDate,
  .dijitCalendarContainer .dijitCalendarSelectedDate:hover {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #9BCD41; }
    .dijitCalendarContainer .dijitCalendarSelectedDate .dijitCalendarDateLabel,
    .dijitCalendarContainer .dijitCalendarSelectedDate:hover .dijitCalendarDateLabel {
      color: #3d466c; }
  .dijitCalendarContainer .dijitCalendarHoveredDate,
  .dijitCalendarContainer .dijitCalendarPreviousYearHover,
  .dijitCalendarContainer .dijitCalendarNextYearHover,
  .dijitCalendarContainer .dijitCalendarMonthLabelHover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: underline; }
  .dijitCalendarContainer .dijitCalendarYearContainer td {
    text-align: center;
    color: #000; }
    .dijitCalendarContainer .dijitCalendarYearContainer td .dijitCalendarSelectedYear {
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-weight: 600;
      text-decoration: underline; }
  .dijitCalendarContainer .dijitCalendarPreviousMonth, .dijitCalendarContainer .dijitCalendarNextMonth {
    cursor: default;
    text-decoration: none; }
    .dijitCalendarContainer .dijitCalendarPreviousMonth span.dijitCalendarDateLabel, .dijitCalendarContainer .dijitCalendarNextMonth span.dijitCalendarDateLabel {
      color: transparent;
      text-decoration: none; }
    .dijitCalendarContainer .dijitCalendarPreviousMonth.dijitCalendarSelectedDate, .dijitCalendarContainer .dijitCalendarPreviousMonth.dijitCalendarSelectedDate:hover, .dijitCalendarContainer .dijitCalendarPreviousMonth.dijitCalendarHoveredDate, .dijitCalendarContainer .dijitCalendarNextMonth.dijitCalendarSelectedDate, .dijitCalendarContainer .dijitCalendarNextMonth.dijitCalendarSelectedDate:hover, .dijitCalendarContainer .dijitCalendarNextMonth.dijitCalendarHoveredDate {
      background: transparent; }
  .dijitCalendarContainer .dijitCalendarMonthContainer th:first-child {
    border-top-left-radius: 3px; }
  .dijitCalendarContainer .dijitCalendarMonthContainer th:last-child {
    border-top-right-radius: 3px; }
  .dijitCalendarContainer .dijitCalendarYearContainer {
    padding: 8px 10px;
    text-align: center;
    border: 1px solid #abafbf;
    border-top: 0; }
    .dijitCalendarContainer .dijitCalendarYearContainer .dijitCalendarSelectedYear {
      background: #dddfe3;
      color: #3d466c;
      font-weight: bold;
      padding: 5px; }

.dijitCalendarMonthMenuPopup {
  /* (must be higher than popup z-index) */
  z-index: 10020 !important;
  padding: 0 5px;
  background: #abafbf; }
  .dijitCalendarMonthMenuPopup .dijitCalendarMonthMenu {
    border-style: none;
    background: none; }
    .dijitCalendarMonthMenuPopup .dijitCalendarMonthMenu .dijitCalendarMonthLabel {
      padding: 2px 0;
      margin-left: -5px;
      margin-right: -5px;
      display: block;
      color: #3d466c; }
      .dijitCalendarMonthMenuPopup .dijitCalendarMonthMenu .dijitCalendarMonthLabel:hover, .dijitCalendarMonthMenuPopup .dijitCalendarMonthMenu .dijitCalendarMonthLabel:focus {
        background: #3d466c;
        color: #abafbf; }

.dj_rtl .dijitCalendarContainer .dijitCalendarMonthContainer th:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 3px; }
.dj_rtl .dijitCalendarContainer .dijitCalendarMonthContainer th:last-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 0px; }

/*
 * Dijit Tooltip Widget
 *
 * Default tooltip used for Mendix widgets
 */
.mx-tooltip .dijitTooltipContainer {
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-width: 1px;
  border-color: white;
  background: #FFF; }
  .mx-tooltip .dijitTooltipContainer .mx-tooltip-content {
    padding: 10px; }
  .mx-tooltip .dijitTooltipContainer .form-group {
    margin-bottom: 5px; }
.mx-tooltip .dijitTooltipConnector {
  margin-left: -10px;
  width: 0;
  height: 0;
  border-width: 10px 10px 10px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: white; }

/*
 * Dijit Border Container
 *
 * Used in Mendix as split pane containers
 */
.dijitBorderContainer {
  padding: 5px;
  background-color: #fcfcfc; }
  .dijitBorderContainer .dijitSplitterV,
  .dijitBorderContainer .dijitGutterV {
    width: 5px;
    border: 0;
    background: #fcfcfc; }
  .dijitBorderContainer .dijitSplitterH,
  .dijitBorderContainer .dijitGutterH {
    height: 5px;
    border: 0;
    background: #fcfcfc; }
  .dijitBorderContainer .dijitSplitterH .dijitSplitterThumb {
    top: 2px;
    width: 19px;
    height: 1px;
    background: #B0B0B0; }
  .dijitBorderContainer .dijitSplitterV .dijitSplitterThumb {
    left: 2px;
    width: 1px;
    height: 19px;
    background: #B0B0B0; }
  .dijitBorderContainer .dijitSplitContainer-child,
  .dijitBorderContainer .dijitBorderContainer-child {
    border: 1px solid #ccc; }
  .dijitBorderContainer .dijitBorderContainer-dijitTabContainerTop,
  .dijitBorderContainer .dijitBorderContainer-dijitTabContainerBottom,
  .dijitBorderContainer .dijitBorderContainer-dijitTabContainerLeft,
  .dijitBorderContainer .dijitBorderContainer-dijitTabContainerRight {
    border: none; }
  .dijitBorderContainer .dijitBorderContainer-dijitBorderContainer {
    padding: 0;
    border: none; }
  .dijitBorderContainer .dijitSplitterActive {
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* For IE8 and earlier */
    margin: 0;
    background-color: #aaa;
    background-image: none;
    font-size: 1px; }
  .dijitBorderContainer .dijitSplitContainer-dijitContentPane,
  .dijitBorderContainer .dijitBorderContainer-dijitContentPane {
    padding: 5px;
    background-color: #fff; }

/*
 * Dijit Menu Popup
 *
 * Used in datepickers and calendar widgets
 */
.dijitMenuPopup {
  margin-top: 10px; }
  .dijitMenuPopup .dijitMenu {
    border-radius: 3px;
    display: block;
    margin-top: 0;
    padding: 12px 10px;
    background: #2c3e50;
    width: 200px !important; }
    .dijitMenuPopup .dijitMenu:after {
      position: absolute;
      bottom: 100%;
      left: 20px;
      margin-left: -10px;
      width: 0px;
      height: 0px;
      border: medium solid transparent;
      border-width: 10px;
      border-bottom-color: #2c3e50;
      content: " ";
      pointer-events: none; }
    .dijitMenuPopup .dijitMenu .dijitMenuItem {
      background: transparent; }
      .dijitMenuPopup .dijitMenu .dijitMenuItem .dijitMenuItemLabel {
        border-radius: 3px;
        padding: 10px;
        color: #FFF;
        width: 180px !important;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis; }
      .dijitMenuPopup .dijitMenu .dijitMenuItem.dijitMenuItemHover {
        background: none; }
        .dijitMenuPopup .dijitMenu .dijitMenuItem.dijitMenuItemHover .dijitMenuItemLabel {
          background: #2980b9; }
    .dijitMenuPopup .dijitMenu .tg_newlabelmenuitem .dijitMenuItemLabel {
      font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
      font-weight: 600; }
    .dijitMenuPopup .dijitMenu .dijitMenuSeparator td {
      padding: 0;
      border-bottom-width: 3px; }
    .dijitMenuPopup .dijitMenu .dijitMenuSeparator .dijitMenuSeparatorIconCell > div {
      margin: 0; }

/* ==========================================================================
   Glyphicons

   Glyphicons alternaed to use with Mendix
========================================================================== */
.mx-glyphicon:before {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.4555555em;
  margin-top: -0.2em;
  line-height: inherit;
  -moz-osx-font-smoothing: grayscale; }

.user-icon:before {
  font-size: 20px !important;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px; }

.dropdown-icon:after {
  content: "\f078";
  font-size: 15px !important;
  color: #3d466c;
  margin-left: 10px; }

.fa, .dijitCalendarContainer .dijitCalendarMonthContainer .dijitCalendarArrow.dijitCalendarDecrementArrow, .dijitCalendarContainer .dijitCalendarMonthContainer .dijitCalendarArrow.dijitCalendarIncrementArrow, .user-icon:before, .dropdown-icon:after, .mx-groupbox > .mx-groupbox-header .mx-groupbox-collapse-icon.glyphicon-minus, .mx-groupbox > .mx-groupbox-header .mx-groupbox-collapse-icon.glyphicon-plus {
  display: inline-block;
  font: normal normal normal 14px/1 'FontAwesome';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .dijitCalendarContainer .dijitCalendarMonthContainer .fa-pull-left.dijitCalendarArrow.dijitCalendarDecrementArrow, .dijitCalendarContainer .dijitCalendarMonthContainer .fa-pull-left.dijitCalendarArrow.dijitCalendarIncrementArrow, .fa-pull-left.user-icon:before, .fa-pull-left.dropdown-icon:after, .mx-groupbox > .mx-groupbox-header .fa-pull-left.mx-groupbox-collapse-icon.glyphicon-minus, .mx-groupbox > .mx-groupbox-header .fa-pull-left.mx-groupbox-collapse-icon.glyphicon-plus {
  margin-right: 0.3em; }

.fa.fa-pull-right, .dijitCalendarContainer .dijitCalendarMonthContainer .fa-pull-right.dijitCalendarArrow.dijitCalendarDecrementArrow, .dijitCalendarContainer .dijitCalendarMonthContainer .fa-pull-right.dijitCalendarArrow.dijitCalendarIncrementArrow, .fa-pull-right.user-icon:before, .fa-pull-right.dropdown-icon:after, .mx-groupbox > .mx-groupbox-header .fa-pull-right.mx-groupbox-collapse-icon.glyphicon-minus, .mx-groupbox > .mx-groupbox-header .fa-pull-right.mx-groupbox-collapse-icon.glyphicon-plus {
  margin-left: 0.3em; }

.fa.pull-left, .dijitCalendarContainer .dijitCalendarMonthContainer .pull-left.dijitCalendarArrow.dijitCalendarDecrementArrow, .dijitCalendarContainer .dijitCalendarMonthContainer .pull-left.dijitCalendarArrow.dijitCalendarIncrementArrow, .pull-left.user-icon:before, .pull-left.dropdown-icon:after, .mx-groupbox > .mx-groupbox-header .pull-left.mx-groupbox-collapse-icon.glyphicon-minus, .mx-groupbox > .mx-groupbox-header .pull-left.mx-groupbox-collapse-icon.glyphicon-plus {
  margin-right: 0.3em; }

.fa.pull-right, .dijitCalendarContainer .dijitCalendarMonthContainer .pull-right.dijitCalendarArrow.dijitCalendarDecrementArrow, .dijitCalendarContainer .dijitCalendarMonthContainer .pull-right.dijitCalendarArrow.dijitCalendarIncrementArrow, .pull-right.user-icon:before, .pull-right.dropdown-icon:after, .mx-groupbox > .mx-groupbox-header .pull-right.mx-groupbox-collapse-icon.glyphicon-minus, .mx-groupbox > .mx-groupbox-header .pull-right.mx-groupbox-collapse-icon.glyphicon-plus {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before, .user-icon:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before, .info-text:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before, .dijitCalendarContainer .dijitCalendarMonthContainer .dijitCalendarArrow.dijitCalendarDecrementArrow:before {
  content: ""; }

.fa-angle-right:before, .dijitCalendarContainer .dijitCalendarMonthContainer .dijitCalendarArrow.dijitCalendarIncrementArrow:before {
  content: ""; }

.fa-angle-up:before, .mx-groupbox > .mx-groupbox-header .mx-groupbox-collapse-icon.glyphicon-minus:before {
  content: ""; }

.fa-angle-down:before, .mx-groupbox > .mx-groupbox-header .mx-groupbox-collapse-icon.glyphicon-plus:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

/* ==========================================================================
   Groupbox

   Default Mendix Groupboxes
========================================================================== */
.mx-groupbox {
  background: #ffffff;
  margin-bottom: 30px;
  position: relative; }
  .mx-groupbox > .mx-groupbox-header {
    padding: 20px;
    border-bottom: 1px solid #d8dae2;
    overflow: hidden;
    background: #ffffff;
    color: #3d466c;
    line-height: inherit;
    margin: 0;
    font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .mx-groupbox > .mx-groupbox-body {
    padding: 20px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .mx-groupbox > .mx-groupbox-body:after {
      content: "";
      display: block;
      clear: both; }
  .mx-groupbox .mx-groupbox-header + .mx-groupbox-body {
    border-radius: 0;
    border-top: none; }
  .mx-groupbox.collapsed > .mx-groupbox-header {
    border-radius: 0; }

div.grey-groupbox.mx-groupbox > .mx-groupbox-body {
  background: #E6E6E6;
  padding: 15px; }
  div.grey-groupbox.mx-groupbox > .mx-groupbox-body .component {
    margin-bottom: 0; }

.table-groupbox.mx-groupbox {
  border-bottom: 1px solid #d8dae2;
  margin: 0; }
  .table-groupbox.mx-groupbox > .mx-groupbox-header {
    border-radius: 0;
    margin: 0;
    background-color: #3d466c;
    color: #ffffff;
    border: 0;
    line-height: 20px;
    text-align: left;
    font-size: 15px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    padding: 0;
    font-weight: normal; }
    .table-groupbox.mx-groupbox > .mx-groupbox-header .fake-link {
      color: #ffffff; }
      .table-groupbox.mx-groupbox > .mx-groupbox-header .fake-link:before {
        content: "Close"; }
    .table-groupbox.mx-groupbox > .mx-groupbox-header .mx-groupbox-collapse-icon {
      display: none; }
  .table-groupbox.mx-groupbox > .mx-groupbox-body {
    border-radius: 0;
    padding: 0;
    border: 0; }
  .table-groupbox.mx-groupbox .mx-groupbox-header + .mx-groupbox-body {
    border-radius: 0;
    border-top: none; }
  .table-groupbox.mx-groupbox.collapsed > .mx-groupbox-header {
    border-radius: 0;
    background: transparent;
    color: #3d466c; }
    .table-groupbox.mx-groupbox.collapsed > .mx-groupbox-header .fake-link {
      color: #3d466c; }
      .table-groupbox.mx-groupbox.collapsed > .mx-groupbox-header .fake-link:before {
        content: "View"; }
  .table-groupbox.mx-groupbox.collapsed:hover, .table-groupbox.mx-groupbox.collapsed:focus {
    background: #F1F1F1; }

/* ==========================================================================
   Groupbox Callouts

   Default Mendix Groupboxes rendered as (Bootstrap) callouts
========================================================================== */
.mx-groupbox.groupbox-stylingless > .mx-groupbox-header {
  border-radius: 0;
  padding: 0;
  border-style: none;
  background-color: transparent; }
.mx-groupbox.groupbox-stylingless > .mx-groupbox-body {
  border-radius: 0;
  padding: 0;
  border-style: none;
  background-color: transparent; }
.mx-groupbox.groupbox-border-radius > .mx-groupbox-header {
  border-radius: 3px 3px 0 0 !important; }
.mx-groupbox.groupbox-border-radius > .mx-groupbox-body {
  border-radius: 3px !important; }
.mx-groupbox.groupbox-border-radius .mx-groupbox-header + .mx-groupbox-body {
  border-radius: 0 0 3px 3px !important; }
.mx-groupbox.groupbox-borderless > .mx-groupbox-body {
  border: 0 !important; }
.mx-groupbox.groupbox-border-top > .mx-groupbox-header {
  border-style: none;
  border-top-style: solid !important; }
.mx-groupbox.groupbox-border-top > .mx-groupbox-body {
  border-style: none;
  border-top-style: solid !important; }
.mx-groupbox.groupbox-border-top .mx-groupbox-header + .mx-groupbox-body {
  border-top-style: none !important; }
.mx-groupbox.groupbox-border-right > .mx-groupbox-header {
  border-style: none;
  border-right-style: solid !important; }
.mx-groupbox.groupbox-border-right > .mx-groupbox-body {
  border-style: none;
  border-right-style: solid !important; }
.mx-groupbox.groupbox-border-bottom > .mx-groupbox-header {
  border-style: none; }
.mx-groupbox.groupbox-border-bottom > .mx-groupbox-body {
  border-style: none;
  border-bottom-style: solid !important; }
.mx-groupbox.groupbox-border-left > .mx-groupbox-header {
  border-style: none;
  border-left-style: solid !important; }
.mx-groupbox.groupbox-border-left > .mx-groupbox-body {
  border-style: none;
  border-left-style: solid !important; }

/* ==========================================================================
   Groupbox Colors
========================================================================== */
.mx-groupbox.groupbox-default > .mx-groupbox-header {
  background: #eee;
  color: #000;
  border-color: #eee; }
.mx-groupbox.groupbox-default > .mx-groupbox-body {
  border-color: #eee; }
.mx-groupbox.groupbox-primary > .mx-groupbox-header {
  background: #2980b9;
  color: #000;
  border-color: #2980b9; }
.mx-groupbox.groupbox-primary > .mx-groupbox-body {
  border-color: #2980b9; }
.mx-groupbox.groupbox-inverse > .mx-groupbox-header {
  background: #2c3e50;
  color: #FFF;
  border-color: #2c3e50; }
.mx-groupbox.groupbox-inverse > .mx-groupbox-body {
  border-color: #2c3e50; }
.mx-groupbox.groupbox-success > .mx-groupbox-header {
  background: #31AF64;
  color: #FFF;
  border-color: #31AF64; }
.mx-groupbox.groupbox-success > .mx-groupbox-body {
  border-color: #31AF64; }
.mx-groupbox.groupbox-info > .mx-groupbox-header {
  background: #3498db;
  color: #FFF;
  border-color: #3498db; }
.mx-groupbox.groupbox-info > .mx-groupbox-body {
  border-color: #3498db; }
.mx-groupbox.groupbox-warning > .mx-groupbox-header {
  background: #f39c12;
  color: #000;
  border-color: #f39c12; }
.mx-groupbox.groupbox-warning > .mx-groupbox-body {
  border-color: #f39c12; }
.mx-groupbox.groupbox-danger > .mx-groupbox-header {
  background: #b50303;
  color: #000;
  border-color: #b50303; }
.mx-groupbox.groupbox-danger > .mx-groupbox-body {
  border-color: #b50303; }
.mx-groupbox.groupbox-white > .mx-groupbox-header {
  background: #fff;
  color: #000;
  border-color: #fff; }
.mx-groupbox.groupbox-white > .mx-groupbox-body {
  border-color: #fff; }
.mx-groupbox.groupbox-transparent {
  background-color: transparent; }
  .mx-groupbox.groupbox-transparent > .mx-groupbox-header {
    border-style: none;
    background-color: transparent; }
  .mx-groupbox.groupbox-transparent > .mx-groupbox-body {
    border-style: none;
    background-color: transparent; }

/* ==========================================================================
   Groupbox Spacing
========================================================================== */
.mx-groupbox.groupbox-sideless > .mx-groupbox-header {
  padding-right: 0;
  padding-left: 0; }
.mx-groupbox.groupbox-sideless > .mx-groupbox-body {
  padding-right: 0;
  padding-left: 0; }
.mx-groupbox.groupbox-bodyless > .mx-groupbox-body {
  padding: 0; }

/* ==========================================================================
   Groupbox Headers
========================================================================== */
.mx-groupbox.groupbox-h1 > .mx-groupbox-header {
  font-size: 38.5px; }
.mx-groupbox.groupbox-h2 > .mx-groupbox-header {
  font-size: 31.5px; }
.mx-groupbox.groupbox-h3 > .mx-groupbox-header {
  font-size: 24.5px; }
.mx-groupbox.groupbox-h4 > .mx-groupbox-header {
  font-size: 17.5px; }
.mx-groupbox.groupbox-h5 > .mx-groupbox-header {
  font-size: 14px; }
.mx-groupbox.groupbox-h6 > .mx-groupbox-header {
  font-size: 11.9px; }

/* ==========================================================================
   Groupbox Callouts
========================================================================== */
.mx-groupbox.groupbox-callout > .mx-groupbox-header,
.mx-groupbox.groupbox-callout > .mx-groupbox-body {
  border: 0; }
.mx-groupbox.groupbox-callout .mx-groupbox-header + .mx-groupbox-body {
  padding-top: 0; }
.mx-groupbox.groupbox-callout-info > .mx-groupbox-header,
.mx-groupbox.groupbox-callout-info > .mx-groupbox-body {
  background-color: #e1f0fa; }
.mx-groupbox.groupbox-callout-info > .mx-groupbox-header {
  color: #3498db; }
.mx-groupbox.groupbox-callout-success > .mx-groupbox-header,
.mx-groupbox.groupbox-callout-success > .mx-groupbox-body {
  background-color: #bfedd2; }
.mx-groupbox.groupbox-callout-success > .mx-groupbox-header {
  color: #31AF64; }
.mx-groupbox.groupbox-callout-warning > .mx-groupbox-header,
.mx-groupbox.groupbox-callout-warning > .mx-groupbox-body {
  background-color: #fdedd4; }
.mx-groupbox.groupbox-callout-warning > .mx-groupbox-header {
  color: #f39c12; }
.mx-groupbox.groupbox-callout-danger > .mx-groupbox-header,
.mx-groupbox.groupbox-callout-danger > .mx-groupbox-body {
  background-color: #fd8787; }
.mx-groupbox.groupbox-callout-danger > .mx-groupbox-header {
  color: #b50303; }

.header-pdf h2 span {
  font-size: 18px; }

.auctioned-services.mx-groupbox {
  margin: 0px;
  margin-right: -20px;
  margin-top: -10px;
  background: transparent; }
  .auctioned-services.mx-groupbox .mx-groupbox-header {
    max-width: 200px;
    float: right;
    background: #3d466c;
    color: #fff;
    font-family: "RobotoBold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 15px; }
    .auctioned-services.mx-groupbox .mx-groupbox-header .glyphicon {
      font-size: 20px;
      font-weight: bold;
      padding-right: 10px;
      padding-left: 10px; }
  .auctioned-services.mx-groupbox > .mx-groupbox-body {
    background: #d8dae2; }

.mx-groupbox.ac-groupbox-blue {
  background: transparent;
  margin-bottom: 10px; }
  .mx-groupbox.ac-groupbox-blue > .mx-groupbox-header {
    background: transparent; }
  .mx-groupbox.ac-groupbox-blue > .mx-groupbox-body {
    background: transparent; }

.mx-groupbox.ac-show-dtls-reponse {
  margin-bottom: 0px; }
  .mx-groupbox.ac-show-dtls-reponse > .mx-groupbox-header {
    float: right;
    margin-top: -38px;
    margin-right: 30px;
    background: #3d466c;
    color: #fff;
    font-family: "RobotoBold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px; }
    .mx-groupbox.ac-show-dtls-reponse > .mx-groupbox-header .glyphicon {
      font-size: 20px;
      font-weight: bold;
      padding-left: 10px;
      display: none; }
  .mx-groupbox.ac-show-dtls-reponse > .mx-groupbox-body .header-grid, .mx-groupbox.ac-show-dtls-reponse > .mx-groupbox-body .templateGrid-as-grid .header-label, .templateGrid-as-grid .mx-groupbox.ac-show-dtls-reponse > .mx-groupbox-body .header-label {
    color: #3d466c;
    font-family: "RobotoBold", Helvetica, Arial, sans-serif;
    border: 0;
    background-color: #fff;
    padding: 8px;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    height: 100%; }

/* ==========================================================================
   Helpers

   Default Mendix Helpers
========================================================================== */
.show {
  display: block !important; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.invisible {
  visibility: hidden; }

.display-ie8-only:not([attr*='']) {
  display: none;
  padding: 0; }

.list-nostyle ul {
  padding: 0;
  margin: 0; }
  .list-nostyle ul li {
    list-style-type: none !important; }

.display-flex {
  display: flex; }

.nowrap,
.nowrap * {
  white-space: nowrap; }

.form-disabled p {
  background-color: white !important; }

.padding-bottom-none {
  padding-bottom: 0; }

/* Vertical Align Elements in a bootstrap row, add class on row */
.v-center {
  display: table;
  width: 100%; }
  .v-center div[class*='col-'] {
    display: table-cell;
    vertical-align: middle;
    float: none; }

/* Remove padding for Bootstrap columns, add class on row */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

/* Render DIV as Table Cells */
.table {
  display: table; }

.table-cell {
  display: table-cell; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.description {
  margin: 10px auto;
  color: #B0B0B0;
  padding-bottom: 5px; }

.address {
  background-color: red; }
  .address label {
    background-color: red; }

.auction-status {
  position: absolute;
  right: 0;
  top: -15px;
  font-size: 20px;
  font-weight: lighter;
  background-color: #E6E6E6;
  min-width: 260px;
  text-align: center;
  padding: 5px 15px; }

.labels-for-headers {
  color: #3d466c;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

/* ==========================================================================
   Images

   Default Mendix Image Widgets
========================================================================== */
img.img-rounded,
.img-rounded img {
  border-radius: 6px; }

img.img-thumbnail,
.img-thumbnail img {
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 4px;
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #eee; }

img.img-circle,
.img-circle img {
  border-radius: 50%; }

img.img-auto,
.img-auto img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important; }

img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */ }

/* ==========================================================================
   Labels

   Default labels combined with Bootstrap labels
========================================================================== */
.label, tr.Pending td:last-child .mx-datagrid-data-wrapper, tr.Pending td.status .mx-datagrid-data-wrapper, tr.Expired td:last-child .mx-datagrid-data-wrapper, tr.Expired td.status .mx-datagrid-data-wrapper, tr.Draft td:last-child .mx-datagrid-data-wrapper, tr.Draft td.status .mx-datagrid-data-wrapper, tr.Rejected td:last-child .mx-datagrid-data-wrapper, tr.Rejected td.status .mx-datagrid-data-wrapper, tr.Submitted td:last-child .mx-datagrid-data-wrapper, tr.Submitted td.status .mx-datagrid-data-wrapper, tr.Active td:last-child .mx-datagrid-data-wrapper, tr.Active td.status .mx-datagrid-data-wrapper, tr.Approved td:last-child .mx-datagrid-data-wrapper, tr.Approved td.status .mx-datagrid-data-wrapper, tr.Open td.status .mx-datagrid-data-wrapper, tr.Closed td.status .mx-datagrid-data-wrapper, .rsdItem .rsdItemContent, .rssItem .rssItemContent {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline;
  padding: .2em .5em .3em;
  color: #fff;
  vertical-align: baseline;
  text-align: center;
  white-space: nowrap;
  font-size: 100%;
  line-height: 1;
  border: 1px solid; }

.label-default, tr.Pending td:last-child .mx-datagrid-data-wrapper, tr.Pending td.status .mx-datagrid-data-wrapper {
  background-color: #ffffff;
  border-color: #3d466c;
  color: #030F40; }

.label-primary {
  background-color: #bedcf0;
  color: #2980b9; }

.label-success, tr.Active td:last-child .mx-datagrid-data-wrapper, tr.Active td.status .mx-datagrid-data-wrapper, tr.Approved td:last-child .mx-datagrid-data-wrapper, tr.Approved td.status .mx-datagrid-data-wrapper, tr.Closed td.status .mx-datagrid-data-wrapper, .rsdItem .rsdItemContent, .rssItem .rssItemContent {
  background-color: #f1fbd1;
  border-color: #bce830;
  color: #488f06; }

.label-preferred, .rsdItem.preferredItem .rsdItemContent, .rssItem.preferredItem .rssItemContent {
  background-color: #488f06;
  border-color: #bce830;
  color: #f1fbd1; }

.label-info {
  background-color: #cef1fc;
  border-color: #9ee3f9;
  color: #12718f; }

.label-warning {
  background-color: #fffbdc;
  border-color: #f1d875;
  color: #bf7900; }

.label-danger, tr.Expired td:last-child .mx-datagrid-data-wrapper, tr.Expired td.status .mx-datagrid-data-wrapper, tr.Draft td:last-child .mx-datagrid-data-wrapper, tr.Draft td.status .mx-datagrid-data-wrapper, tr.Rejected td:last-child .mx-datagrid-data-wrapper, tr.Rejected td.status .mx-datagrid-data-wrapper, tr.Submitted td:last-child .mx-datagrid-data-wrapper, tr.Submitted td.status .mx-datagrid-data-wrapper, tr.Open td.status .mx-datagrid-data-wrapper {
  background-color: #fee5e2;
  border-color: #fcaca5;
  color: #b50303; }

.label-grey {
  background-color: #E6E6E6;
  border-color: #E6E6E6;
  color: #454545; }

/* Removed some padding for labels on checkboxes */
.checkbox label {
  padding-left: 35px;
  padding-top: 1px;
  padding-bottom: 10px; }

.white-background .checkbox label {
  padding-top: 17px;
  padding-left: 40px; }

/* Change text being used as a label */
.bold-label {
  font-weight: bold; }

.white-background {
  background-color: white;
  padding: 10px; }

.white-background .checkbox label::after {
  top: 20px; }

.white-background .checkbox label::before {
  top: 15px; }

.white-background .checkbox label input[type="checkbox"] {
  top: 13px; }

/* ==========================================================================
   Layout Grid

   Default Bootstrap containers
========================================================================== */
.mx-container,
.mx-container-fluid {
  padding-left: 0;
  padding-right: 0; }

/* ==========================================================================
   Add Bottom Padding
========================================================================== */
.lg-padding .row, .lg-padding .mx-grid .mx-grid-searchbar .mx-grid-search-inputs, .mx-grid .mx-grid-searchbar .lg-padding .mx-grid-search-inputs {
  bottom-padding: 30px; }

/* ==========================================================================
   Listview

   Default Mendix Listview Widget. The list view shows a list of objects arranged vertically. Each object is shown using a template
========================================================================== */
.mx-listview {
  /* Remove widget padding */
  padding: 0;
  /* Clear search button (overrides load more button stying) */
  /* Load more button */ }
  .mx-listview .mx-listview-search-input:before {
    content: "Search";
    color: #3d466c;
    font-family: "RobotoBold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 7px;
    text-transform: uppercase;
    display: block; }
  .mx-listview .mx-button.mx-listview-clear-button {
    margin-top: 24px;
    padding: 8px;
    width: 16.66666667%; }
    @media (max-width: 767px) {
      .mx-listview .mx-button.mx-listview-clear-button {
        width: 100%;
        margin-top: 0; } }
    .mx-listview .mx-button.mx-listview-clear-button:before {
      content: "Clear"; }
    .mx-listview .mx-button.mx-listview-clear-button .glyphicon {
      display: none; }
  .mx-listview > .mx-button {
    width: 100%;
    margin: 10px auto; }
  .mx-listview .mx-listview-list {
    margin: 0; }
  .mx-listview .mx-listview-item {
    background-color: #fff;
    border: 0;
    padding: 0;
    border-radius: 0 !important;
    padding: 8px;
    line-height: 20px;
    text-align: left;
    border: 0;
    border-top: 1px solid #d8dae2;
    vertical-align: middle;
    background-color: #fff;
    font-size: 15px;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }
    .mx-listview .mx-listview-item:hover {
      background-color: #F1F1F1; }
    .mx-listview .mx-listview-item.selected {
      background-color: #154f76 !important; }
      .mx-listview .mx-listview-item.selected:hover {
        background-color: #154f76 !important; }
    .mx-listview .mx-listview-item:nth-child(2n+1) {
      background-color: #fff; }
      .mx-listview .mx-listview-item:nth-child(2n+1):hover {
        background-color: #F1F1F1; }
  .mx-listview .mx-layoutgrid {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

.item-selected {
  border: 2px solid #8Cba41 !important; }

/* ==========================================================================
   Listview Hover

   Default Mendix Listview Widget with hover
========================================================================== */
.listview-hover.mx-listview .mx-listview-item:hover, .mx-listview.multilevel-list .mx-listview-item:hover, .listview-hover.mx-listview .mx-listview-item:active, .mx-listview.multilevel-list .mx-listview-item:active {
  background-color: #e1f0fa !important; }

/* ==========================================================================
   Listview Lined

   Default Mendix Listview Widget with only border bottom in listview item
========================================================================== */
.listview-lined.mx-listview .mx-listview-item, .mx-listview.multilevel-list .mx-listview-item {
  border-top: 1px solid #DDD;
  border-right: none;
  border-left: none; }
  .listview-lined.mx-listview .mx-listview-item:first-child, .mx-listview.multilevel-list .mx-listview-item:first-child {
    border-radius: 0; }
  .listview-lined.mx-listview .mx-listview-item:last-child, .mx-listview.multilevel-list .mx-listview-item:last-child {
    border-radius: 0;
    border-bottom: 1px solid #DDD; }

/* ==========================================================================
   Listview Striped

   Default Mendix Listview Widget with striped listview items
========================================================================== */
.listview-striped.mx-listview .mx-listview-item:nth-child(2n+1) {
  background-color: white; }

/* ==========================================================================
   Listview Seperated

   Default Mendix Listview Widget with listview items seperated
========================================================================== */
.listview-seperated.mx-listview .mx-listview-item {
  border-radius: 4px;
  margin-bottom: 10px;
  border-style: solid; }

/* ==========================================================================
   Listview Stylingless

   Default Mendix Listview Widget with listview items seperated
========================================================================== */
.listview-stylingless.mx-listview .mx-listview-item {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: default; }
  .listview-stylingless.mx-listview .mx-listview-item:hover {
    background-color: transparent; }
  .listview-stylingless.mx-listview .mx-listview-item.selected {
    background-color: transparent !important; }
    .listview-stylingless.mx-listview .mx-listview-item.selected:hover {
      background-color: transparent !important; }

div[class*="listview-indent"] {
  margin-left: 15px; }

div[class*="listview-indent"] {
  margin-left: 15px; }
  div[class*="listview-indent"] .mx-listview-empty {
    display: none; }

.list-with-header {
  position: relative; }
  .list-with-header .header {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0; }
  .list-with-header .mx-listview-serach-bar {
    top: 0;
    position: absolute; }
  .list-with-header .mx-list {
    margin-top: 36px; }

.mx-listview.list {
  margin-left: -20px;
  margin-right: -20px; }
  .mx-listview.list ul.mx-list li.mx-listview-item {
    border-bottom: 1px solid #d8dae2;
    padding-top: 20px;
    padding-bottom: 5px; }
    .mx-listview.list ul.mx-list li.mx-listview-item:last-child {
      border: 0; }
  .mx-listview.list ul.mx-list .mx-listview-empty {
    background: transparent;
    border: 0;
    text-align: left;
    padding: 0 20px;
    color: #3d466c; }
    .mx-listview.list ul.mx-list .mx-listview-empty label {
      display: none; }
    .mx-listview.list ul.mx-list .mx-listview-empty:before {
      content: "There are no contracts avaliable at this time"; }
    .hide-if-empty {
      display: none; }

.homepage-tiles {
  margin-left: -15px;
  margin-right: -15px; }
  .homepage-tiles ul.mx-list {
    width: 100%;
    border: 0; }
    @media (max-width: 767px) {
      .homepage-tiles ul.mx-list {
        margin-left: 0;
        margin-right: 0; } }
    .homepage-tiles ul.mx-list::before {
      display: table;
      content: " ";
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .homepage-tiles ul.mx-list::after {
      clear: both;
      display: table;
      content: " "; }
    .homepage-tiles ul.mx-list li.mx-listview-item {
      border: 0;
      padding: 0;
      padding-left: 15px;
      padding-right: 15px;
      display: inline-block;
      background: transparent; }
      .homepage-tiles ul.mx-list li.mx-listview-item:nth-child(2n+1) {
        background: transparent; }
      @media (max-width: 767px) {
        .homepage-tiles ul.mx-list li.mx-listview-item {
          width: 100%; } }
  .homepage-tiles.column-3 li.mx-listview-item {
    width: calc((4/12)*100%); }
  .homepage-tiles.column-4 li.mx-listview-item {
    width: calc((3/12)*100%);
    height: 340px; }
    @media (min-width: 480px) and (max-width: 991px) {
      .homepage-tiles.column-4 li.mx-listview-item {
        width: calc((6/12)*100%); } }

.listview-table ul.mx-list li.mx-listview-empty {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #ffffff;
  border: 0;
  text-align: left;
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 0;
  border-bottom: 1px solid #d8dae2;
  color: #3d466c; }
  .listview-table ul.mx-list li.mx-listview-empty label {
    display: none; }
  .listview-table ul.mx-list li.mx-listview-empty:before {
    content: "Your search criteria has returned no results"; }

.listview-documents {
  margin-bottom: 30px; }
  .listview-documents ul.mx-list li.mx-listview-empty {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #ffffff;
    border: 0;
    padding: 10px;
    margin-bottom: 5px;
    line-height: 20px;
    margin-bottom: 5px;
    line-height: 20px;
    vertical-align: top;
    border-top: 0;
    color: #3d466c; }
    .listview-documents ul.mx-list li.mx-listview-empty label {
      display: none; }
    .listview-documents ul.mx-list li.mx-listview-empty:before {
      content: "There are no folders available at this time"; }

.listview-sectors.mx-listview ul.mx-list li.mx-listview-empty {
  display: none; }

.listview-sectors.mx-listview li.mx-listview-item {
  margin-bottom: 5px;
  padding-bottom: 10px;
  cursor: pointer; }
  .listview-sectors.mx-listview li.mx-listview-item .form-group {
    margin: 0; }
  .listview-sectors.mx-listview li.mx-listview-item:last-child {
    margin-bottom: 10px; }
  .listview-sectors.mx-listview li.mx-listview-item.selected, .listview-sectors.mx-listview li.mx-listview-item.selected:hover, .listview-sectors.mx-listview li.mx-listview-item.selected:focus {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    margin-top: -4px;
    background: #eee; }

.sector-header {
  margin-bottom: 5px; }
  .sector-header span.control-label {
    font-size: 16px;
    font-weight: normal; }
    .sector-header span.control-label:hover, .sector-header span.control-label:focus {
      text-decoration: underline; }

.search-opportunity .mx-listview-searchbar {
  margin-bottom: 50px;
  margin-top: -140px; }
@media (max-width: 767px) {
  .search-opportunity .mx-listview-clear-button {
    max-width: 30% !important;
    margin-top: 24px !important;
    margin-left: 0px; }
  .search-opportunity .mx-listview.mx-list > li:first-child {
    border: none !important; } }
.search-opportunity .mx-listview-clear-button {
  margin-left: 0px; }
.search-opportunity .mx-listview.mx-list > li:first-child {
  border-bottom: none !important; }

.title-space {
  margin-top: 100px; }

.item-material .mx-list > li {
  min-width: 25%;
  display: inline-flex; }
.item-material .mx-listview-item {
  background-color: white !important;
  border-top: none; }
  .item-material .mx-listview-item.selected, .item-material .mx-listview-item:active {
    border: 2px solid #8Cba41; }

.item-container {
  display: inline-block;
  width: 100%;
  padding: 8px; }
  .item-container .mx-list > li {
    min-width: 20%;
    min-height: 150px;
    display: inline-flex;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }
  .item-container .mx-listview-item {
    background-color: white !important;
    border-top: none;
    padding: 8px;
    line-height: 20px; }
    .item-container .mx-listview-item img {
      margin-top: 20px;
      margin-left: 65px;
      margin-right: 50%; }
    .item-container .mx-listview-item.selected, .item-container .mx-listview-item:active {
      border: 2px solid #8Cba41; }

.info-pop {
  background-color: #c5e25a;
  padding: 2px;
  border-radius: 100%;
  min-width: 24px;
  max-height: 24px;
  text-align: center; }

.form-control.mx-name-textBox1.name-desc-item, .mx-name-textBox1.name-desc-item.form-control-static-select, .autoCompleteMainContainer .select2-container .selection .mx-name-textBox1.name-desc-item.select2-selection, .select2-container .select2-dropdown .select2-search .mx-name-textBox1.name-desc-item.select2-search__field, .sectorSelect .mx-name-textBox1.name-desc-item.form-control-static, .sectorSelect .form-group div[class*='textBox'] > label.mx-name-textBox1.name-desc-item, .form-group .sectorSelect div[class*='textBox'] > label.mx-name-textBox1.name-desc-item,
.sectorSelect .form-group div[class*='textArea'] > label.mx-name-textBox1.name-desc-item,
.form-group .sectorSelect div[class*='textArea'] > label.mx-name-textBox1.name-desc-item,
.sectorSelect .form-group div[class*='datePicker'] > label.mx-name-textBox1.name-desc-item,
.form-group .sectorSelect div[class*='datePicker'] > label.mx-name-textBox1.name-desc-item, .readonly-input .mx-name-textBox1.name-desc-item.form-control-static, .readonly-input .form-group div[class*='textBox'] > label.mx-name-textBox1.name-desc-item, .form-group .readonly-input div[class*='textBox'] > label.mx-name-textBox1.name-desc-item,
.readonly-input .form-group div[class*='textArea'] > label.mx-name-textBox1.name-desc-item,
.form-group .readonly-input div[class*='textArea'] > label.mx-name-textBox1.name-desc-item,
.readonly-input .form-group div[class*='datePicker'] > label.mx-name-textBox1.name-desc-item,
.form-group .readonly-input div[class*='datePicker'] > label.mx-name-textBox1.name-desc-item, .form-disabled p.mx-name-textBox1.name-desc-item {
  background-color: white;
  border: none;
  font-weight: bold;
  bottom: 0;
  text-align: center;
  margin-left: 25px;
  padding: 0px; }

.name-desc-item label {
  background-color: white;
  border: none;
  font-weight: bold;
  margin-left: 80px;
  margin-right: 50%;
  margin-bottom: 5px;
  min-width: 55px;
  position: absolute;
  bottom: 20px; }

.addon-desc-item label {
  position: inherit;
  text-align: center;
  background-color: white;
  border: none;
  font-weight: bold;
  margin-left: 80px;
  margin-right: 50%;
  margin-bottom: 5px;
  min-width: 55px; }

.material-pic {
  margin-left: 50%;
  margin-right: 50%; }

.sizes-row {
  display: inline-block;
  position: relative;
  width: 100% !important; }
  .sizes-row li {
    display: inline-block; }

.size-name {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px; }

.container-list {
  overflow: auto;
  white-space: nowrap; }
  .container-list .mx-list > li {
    display: inline-block;
    text-decoration: none;
    margin: 10px; }

.container-items {
  margin: 0 8px;
  text-align: center; }

.scroll-extras.mx-listview .mx-listview-list {
  max-height: 480px;
  overflow: scroll;
  overflow: hidden; }

.scroll-extras .mx-listview-item:first-child {
  border-top: none; }

.extra-checkox label {
  overflow: visible !important; }

.form-control.extra-name, .extra-name.form-control-static-select, .autoCompleteMainContainer .select2-container .selection .extra-name.select2-selection, .select2-container .select2-dropdown .select2-search .extra-name.select2-search__field, .sectorSelect .extra-name.form-control-static, .sectorSelect .form-group div[class*='textBox'] > label.extra-name, .form-group .sectorSelect div[class*='textBox'] > label.extra-name,
.sectorSelect .form-group div[class*='textArea'] > label.extra-name,
.form-group .sectorSelect div[class*='textArea'] > label.extra-name,
.sectorSelect .form-group div[class*='datePicker'] > label.extra-name,
.form-group .sectorSelect div[class*='datePicker'] > label.extra-name, .readonly-input .extra-name.form-control-static, .readonly-input .form-group div[class*='textBox'] > label.extra-name, .form-group .readonly-input div[class*='textBox'] > label.extra-name,
.readonly-input .form-group div[class*='textArea'] > label.extra-name,
.form-group .readonly-input div[class*='textArea'] > label.extra-name,
.readonly-input .form-group div[class*='datePicker'] > label.extra-name,
.form-group .readonly-input div[class*='datePicker'] > label.extra-name, .form-disabled p.extra-name {
  font-size: 14px;
  background-color: transparent;
  border: none;
  margin-left: -20px;
  margin-top: -5px;
  color: #3d466c;
  font-weight: 600; }

.form-control.extra-price, .extra-price.form-control-static-select, .autoCompleteMainContainer .select2-container .selection .extra-price.select2-selection, .select2-container .select2-dropdown .select2-search .extra-price.select2-search__field, .sectorSelect .extra-price.form-control-static, .sectorSelect .form-group div[class*='textBox'] > label.extra-price, .form-group .sectorSelect div[class*='textBox'] > label.extra-price,
.sectorSelect .form-group div[class*='textArea'] > label.extra-price,
.form-group .sectorSelect div[class*='textArea'] > label.extra-price,
.sectorSelect .form-group div[class*='datePicker'] > label.extra-price,
.form-group .sectorSelect div[class*='datePicker'] > label.extra-price, .readonly-input .extra-price.form-control-static, .readonly-input .form-group div[class*='textBox'] > label.extra-price, .form-group .readonly-input div[class*='textBox'] > label.extra-price,
.readonly-input .form-group div[class*='textArea'] > label.extra-price,
.form-group .readonly-input div[class*='textArea'] > label.extra-price,
.readonly-input .form-group div[class*='datePicker'] > label.extra-price,
.form-group .readonly-input div[class*='datePicker'] > label.extra-price, .form-disabled p.extra-price {
  background-color: transparent;
  border: none;
  margin-top: -5px;
  font-weight: 600;
  float: right;
  color: #3d466c; }

.extra-description {
  color: #616161;
  margin-left: -3px;
  position: absolute;
  margin-top: -20px;
  font-size: 12px; }

.red li {
  width: 100%;
  display: inline-block;
  margin-top: 4px !important;
  border-bottom: 1px solid #ABAFBF !important; }

.hide-no-results .mx-listview-empty {
  display: none; }

.white-rows {
  margin-top: -50px; }
  .white-rows .mx-button.mx-listview-clear-button {
    width: 100px; }
  .white-rows .mx-listview-search-input {
    width: 300px;
    float: right; }
  .white-rows .mx-listview-item {
    background-color: white !important;
    padding: 0px 10px !important;
    margin-bottom: 30px !important;
    padding-bottom: 10px !important; }
  .white-rows .data-grid-style .mx-listview-item {
    border-top: 1px solid #d8dae2;
    line-height: 36px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important; }
    .white-rows .data-grid-style .mx-listview-item img {
      margin-top: 12px; }
    .white-rows .data-grid-style .mx-listview-item .virus-scan-img {
      margin-left: 20px; }
    .white-rows .data-grid-style .mx-listview-item .is-active-img {
      margin-left: 10px; }
  .white-rows .data-grid-style .mx-list > li:last-child {
    border-bottom: 1px solid #d8dae2; }
  .white-rows .header-grid, .white-rows .templateGrid-as-grid .header-label, .templateGrid-as-grid .white-rows .header-label {
    color: #3d466c;
    font-family: "RobotoBold", Helvetica, Arial, sans-serif;
    border: 0;
    padding: 8px;
    line-height: 0px;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 50px; }

li .mx-listview-empty {
  display: none; }

.single-bullet::before {
  content: "• "; }

.bullet-point ::before {
  content: "• "; }

.line-height-fix {
  margin-top: -18px;
  margin-right: 10px; }
  .line-height-fix .mx-listview-item {
    background-color: transparent !important;
    display: inline-block; }

.listview-sectors.mx-listview li.mx-listview-item.selected {
  background-color: #fff; }

.listview-sectors.mx-listview li.mx-listview-item {
  padding-bottom: 0px;
  margin-top: -10px; }

.fixed-header-sectors {
  position: absolute;
  z-index: 100;
  margin-top: 10px;
  width: 95%; }

.sectors-ixed-btns {
  float: right; }

.collapse-box-sectors .mx-groupbox-header {
  padding: 10px 0px; }

.bottom-line .mx-listview-item {
  border-bottom: 1px solid #d8dae2 !important;
  padding: 8px 0px !important; }
  .bottom-line .mx-listview-item:last-child {
    border: none !important; }

.light-grey-bg {
  background-color: #dddfe3;
  min-height: 80px;
  padding: 10px; }

.listview-as-grid.mx-listview .mx-listview-item {
  border-bottom: 1px solid #d8dae2; }
.listview-as-grid.mx-listview .list-view-inside-grid-one .mx-listview-item {
  border: none;
  margin: 0px;
  padding: 0px; }
.listview-as-grid.mx-listview .list-view-inside-grid-one .list-view-inside-grid-two .mx-listview-item {
  height: 57px;
  border-bottom: 1px solid #d8dae2; }
.listview-as-grid.mx-listview .list-view-inside-grid-one .list-view-inside-grid-two .list-view-inside-grid-three-half .mx-listview-item {
  border: none;
  margin-top: -9px; }
  .listview-as-grid.mx-listview .list-view-inside-grid-one .list-view-inside-grid-two .list-view-inside-grid-three-half .mx-listview-item .green-link {
    margin: 0px; }

.listview-stylingless.listview-alert-message .mx-listview-item {
  background-color: transparent;
  border-top: 1px solid #f1d875;
  padding: 5px 10px; }
.listview-stylingless.listview-alert-message .btn, .listview-stylingless.listview-alert-message .mx-button {
  background-color: #bf7900;
  color: #fff; }

.listview-stylingless.add-lines-to-row .mx-listview-item {
  border-top: 1px solid #d8dae2;
  border-bottom: 1px solid #d8dae2; }
.listview-stylingless.add-lines-to-row .autoCompleteMainContainer .select2-container .selection .select2-selection .select2-selection__rendered {
  line-height: 31px; }
.listview-stylingless.add-lines-to-row .form-control, .listview-stylingless.add-lines-to-row .form-control-static-select, .listview-stylingless.add-lines-to-row .autoCompleteMainContainer .select2-container .selection .select2-selection, .autoCompleteMainContainer .select2-container .selection .listview-stylingless.add-lines-to-row .select2-selection, .listview-stylingless.add-lines-to-row .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .listview-stylingless.add-lines-to-row .select2-search__field, .listview-stylingless.add-lines-to-row .sectorSelect .form-control-static, .sectorSelect .listview-stylingless.add-lines-to-row .form-control-static, .listview-stylingless.add-lines-to-row .sectorSelect .form-group div[class*='textBox'] > label, .sectorSelect .form-group .listview-stylingless.add-lines-to-row div[class*='textBox'] > label, .listview-stylingless.add-lines-to-row .form-group .sectorSelect div[class*='textBox'] > label, .form-group .sectorSelect .listview-stylingless.add-lines-to-row div[class*='textBox'] > label,
.listview-stylingless.add-lines-to-row .sectorSelect .form-group div[class*='textArea'] > label,
.sectorSelect .form-group .listview-stylingless.add-lines-to-row div[class*='textArea'] > label,
.listview-stylingless.add-lines-to-row .form-group .sectorSelect div[class*='textArea'] > label,
.form-group .sectorSelect .listview-stylingless.add-lines-to-row div[class*='textArea'] > label,
.listview-stylingless.add-lines-to-row .sectorSelect .form-group div[class*='datePicker'] > label,
.sectorSelect .form-group .listview-stylingless.add-lines-to-row div[class*='datePicker'] > label,
.listview-stylingless.add-lines-to-row .form-group .sectorSelect div[class*='datePicker'] > label,
.form-group .sectorSelect .listview-stylingless.add-lines-to-row div[class*='datePicker'] > label, .listview-stylingless.add-lines-to-row .readonly-input .form-control-static, .readonly-input .listview-stylingless.add-lines-to-row .form-control-static, .listview-stylingless.add-lines-to-row .readonly-input .form-group div[class*='textBox'] > label, .readonly-input .form-group .listview-stylingless.add-lines-to-row div[class*='textBox'] > label, .listview-stylingless.add-lines-to-row .form-group .readonly-input div[class*='textBox'] > label, .form-group .readonly-input .listview-stylingless.add-lines-to-row div[class*='textBox'] > label,
.listview-stylingless.add-lines-to-row .readonly-input .form-group div[class*='textArea'] > label,
.readonly-input .form-group .listview-stylingless.add-lines-to-row div[class*='textArea'] > label,
.listview-stylingless.add-lines-to-row .form-group .readonly-input div[class*='textArea'] > label,
.form-group .readonly-input .listview-stylingless.add-lines-to-row div[class*='textArea'] > label,
.listview-stylingless.add-lines-to-row .readonly-input .form-group div[class*='datePicker'] > label,
.readonly-input .form-group .listview-stylingless.add-lines-to-row div[class*='datePicker'] > label,
.listview-stylingless.add-lines-to-row .form-group .readonly-input div[class*='datePicker'] > label,
.form-group .readonly-input .listview-stylingless.add-lines-to-row div[class*='datePicker'] > label, .listview-stylingless.add-lines-to-row .form-disabled p, .form-disabled .listview-stylingless.add-lines-to-row p {
  height: 32px; }
.listview-stylingless.add-lines-to-row .checkbox-2 label:before {
  width: 29px;
  height: 29px; }
.listview-stylingless.add-lines-to-row .checkbox-2 label:after {
  left: 7px; }
.listview-stylingless.add-lines-to-row .btn-sm.btn-danger {
  padding: 9px; }
.listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .form-control, .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .form-control-static-select, .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .autoCompleteMainContainer .select2-container .selection .select2-selection, .autoCompleteMainContainer .select2-container .selection .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .select2-selection, .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .select2-search__field, .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .sectorSelect .form-control-static, .sectorSelect .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .form-control-static, .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .sectorSelect .form-group div[class*='textBox'] > label, .sectorSelect .form-group .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input div[class*='textBox'] > label, .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .form-group .sectorSelect div[class*='textBox'] > label, .form-group .sectorSelect .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input div[class*='textBox'] > label,
.listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .sectorSelect .form-group div[class*='textArea'] > label,
.sectorSelect .form-group .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input div[class*='textArea'] > label,
.listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .form-group .sectorSelect div[class*='textArea'] > label,
.form-group .sectorSelect .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input div[class*='textArea'] > label,
.listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .sectorSelect .form-group div[class*='datePicker'] > label,
.sectorSelect .form-group .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input div[class*='datePicker'] > label,
.listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .form-group .sectorSelect div[class*='datePicker'] > label,
.form-group .sectorSelect .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input div[class*='datePicker'] > label, .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .readonly-input .form-control-static, .readonly-input .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .form-control-static, .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .readonly-input .form-group div[class*='textBox'] > label, .readonly-input .form-group .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input div[class*='textBox'] > label, .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .form-group .readonly-input div[class*='textBox'] > label, .form-group .readonly-input .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input div[class*='textBox'] > label,
.listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .readonly-input .form-group div[class*='textArea'] > label,
.readonly-input .form-group .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input div[class*='textArea'] > label,
.listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .form-group .readonly-input div[class*='textArea'] > label,
.form-group .readonly-input .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input div[class*='textArea'] > label,
.listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .readonly-input .form-group div[class*='datePicker'] > label,
.readonly-input .form-group .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input div[class*='datePicker'] > label,
.listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .form-group .readonly-input div[class*='datePicker'] > label,
.form-group .readonly-input .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input div[class*='datePicker'] > label, .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input .form-disabled p, .form-disabled .listview-stylingless.add-lines-to-row .mx-listview .mx-listview-searchbar .mx-listview-search-input p {
  height: 48px; }

.listview-no-border {
  border: none; }

.mx-groupbox-header .mx-groupbox-collapse-icon {
  right: 15px;
  z-index: 100; }

.sector-header {
  margin-left: 15px; }

.remove-extra-parent .remove-extra {
  display: none; }

.remove-extra-parent .remove-extra:first-child {
  display: block; }

.small-columns {
  display: block; }

.small-columns li {
  width: 16.6%;
  display: inline-block;
  border: 1px solid #d8dae2 !important;
  padding: 0 !important;
  margin: 0; }

.small-columns li .label-padding {
  text-align: center;
  border: 1px solid #d8dae2 !important;
  padding: 15px; }

.table-top {
  padding: 15px;
  display: inline-block;
  border: 1px solid #d8dae2 !important;
  width: 100%;
  border-top: 2px solid #d8dae2 !important;
  height: 53px; }

.table-bottom {
  padding: 15px;
  display: inline-block;
  border: 1px solid #d8dae2 !important;
  width: 100%;
  border-bottom: 2px solid #d8dae2 !important;
  height: 53px; }

/* ==========================================================================
   Navigation

   Default Mendix Navigation Bar
========================================================================== */
.mx-navbar {
  border-radius: 0;
  margin: 0;
  border-style: none;
  background: none;
  position: relative;
  left: 0;
  display: block;
  float: left;
  min-height: auto;
  margin: 20px 10px 0 0;
  margin-bottom: 22.7px;
  /* remove focus */ }
  .mx-navbar ul.nav {
    margin: 0;
    /* Navigation item */
    /* When hovering or the dropdown is open */ }
    .mx-navbar ul.nav > li.mx-navbar-item {
      height: 26px;
      margin-left: 42px;
      font-size: 20px; }
      .mx-navbar ul.nav > li.mx-navbar-item.active a {
        padding-bottom: 20px;
        border-bottom: 5px solid #9ac947;
        color: #3d466c; }
      .mx-navbar ul.nav > li.mx-navbar-item > a {
        font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
        font-weight: 400;
        border-radius: 0;
        color: #767c97;
        font-size: 20px;
        margin-top: 6px;
        padding: 0;
        transition: none;
        text-transform: lowercase;
        /* Dropdown arrow */
        /* Dropdown */ }
        .mx-navbar ul.nav > li.mx-navbar-item > a .caret {
          display: none; }
        .mx-navbar ul.nav > li.mx-navbar-item > a:hover, .mx-navbar ul.nav > li.mx-navbar-item > a:focus, .mx-navbar ul.nav > li.mx-navbar-item > a.active {
          padding-bottom: 20px;
          border-bottom: 5px solid #9ac947;
          color: #3d466c; }
        .mx-navbar ul.nav > li.mx-navbar-item > a.active {
          padding-bottom: 20px;
          border-bottom: 5px solid #9ac947;
          color: #3d466c; }
        .mx-navbar ul.nav > li.mx-navbar-item > a .mx-navbar-submenu:before {
          position: absolute;
          top: -9px;
          left: 15px;
          width: 0;
          height: 0;
          border-width: 0 9px 9px 9px;
          border-style: solid;
          border-color: transparent transparent #acacac transparent;
          content: "";
          transform: rotate(360deg);
          -webkit-transform: rotate(360deg); }
        .mx-navbar ul.nav > li.mx-navbar-item > a img {
          width: 20px;
          height: auto; }
        .mx-navbar ul.nav > li.mx-navbar-item > a .glyphicon {
          display: none; }
    .mx-navbar ul.nav > .mx-navbar-item > a:hover,
    .mx-navbar ul.nav > .mx-navbar-item > a:focus,
    .mx-navbar ul.nav > .mx-navbar-item.active a,
    .mx-navbar ul.nav > .mx-navbar-item.open > a,
    .mx-navbar ul.nav > .mx-navbar-item.open > a:hover,
    .mx-navbar ul.nav > .mx-navbar-item.open > a:focus {
      background-color: white;
      color: #000;
      text-decoration: none; }
      .mx-navbar ul.nav > .mx-navbar-item > a:hover .caret,
      .mx-navbar ul.nav > .mx-navbar-item > a:focus .caret,
      .mx-navbar ul.nav > .mx-navbar-item.active a .caret,
      .mx-navbar ul.nav > .mx-navbar-item.open > a .caret,
      .mx-navbar ul.nav > .mx-navbar-item.open > a:hover .caret,
      .mx-navbar ul.nav > .mx-navbar-item.open > a:focus .caret {
        border-top-color: #000;
        border-bottom-color: #000; }
    .mx-navbar ul.nav > .mx-navbar-item.open .dropdown-menu > li.mx-navbar-subitem.active a {
      background-color: #acacac;
      color: #FFF; }
      .mx-navbar ul.nav > .mx-navbar-item.open .dropdown-menu > li.mx-navbar-subitem.active a .caret {
        border-top-color: #FFF;
        border-bottom-color: #FFF; }
  @media (max-width: 768px) {
    .mx-navbar ul.nav > li.mx-navbar-item > a {
      padding: 10px 20px; }
    .mx-navbar .mx-navbar-item.open .dropdown-menu {
      background-color: white;
      border-radius: 0;
      padding: 0; }
      .mx-navbar .mx-navbar-item.open .dropdown-menu > li.mx-navbar-subitem > a {
        font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
        font-weight: 400;
        padding: 10px 20px;
        border-radius: 0;
        color: #000;
        font-size: 14px; }
        .mx-navbar .mx-navbar-item.open .dropdown-menu > li.mx-navbar-subitem > a:hover, .mx-navbar .mx-navbar-item.open .dropdown-menu > li.mx-navbar-subitem > a:focus {
          color: #FFF;
          background-color: #acacac; }
        .mx-navbar .mx-navbar-item.open .dropdown-menu > li.mx-navbar-subitem > a.active {
          color: #FFF;
          background-color: #acacac; } }
  .mx-navbar:focus {
    outline: 0; }

/* ==========================================================================
   Navigation

   Default Mendix Navigation Tree
========================================================================== */
.mx-navigationtree {
  background-color: #ffffff;
  margin-bottom: 50px;
  /* Every navigation item */
  /* Sub navigation item specific */
  /* remove focus */ }
  .mx-navigationtree .navbar-inner ul {
    margin: 0;
    padding-left: 0;
    border-top: 1px solid #d8dae2; }
    .mx-navigationtree .navbar-inner ul li {
      padding: 0;
      border-style: none;
      margin: 0; }
      .mx-navigationtree .navbar-inner ul li a {
        font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
        font-weight: 400;
        display: block;
        padding: 20px;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #767c97;
        text-shadow: none;
        font-size: 20px;
        vertical-align: middle;
        text-decoration: none;
        text-transform: lowercase;
        border-bottom: 1px solid #d8dae2; }
        .mx-navigationtree .navbar-inner ul li a .caret {
          display: none; }
        .mx-navigationtree .navbar-inner ul li a img {
          display: none; }
        .mx-navigationtree .navbar-inner ul li a .glyphicon {
          display: none; }
        .mx-navigationtree .navbar-inner ul li a.active {
          background-color: #F1F1F1;
          border-bottom: 3px solid #9BCD41;
          color: #3d466c; }
        .mx-navigationtree .navbar-inner ul li a:hover, .mx-navigationtree .navbar-inner ul li a:focus {
          background-color: #F1F1F1;
          border-bottom: 3px solid #9BCD41;
          color: #3d466c; }
  .mx-navigationtree li.mx-navigationtree-has-items > ul {
    margin: 0;
    padding-left: 0;
    background-color: #eee; }
    .mx-navigationtree li.mx-navigationtree-has-items > ul li {
      margin: 0;
      padding: 0; }
      .mx-navigationtree li.mx-navigationtree-has-items > ul li a {
        font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #999;
        font-size: calc($font-average - 2px);
        background-color: #eee;
        padding: 12px 20px 12px 25px;
        border: 0; }
        .mx-navigationtree li.mx-navigationtree-has-items > ul li a:hover, .mx-navigationtree li.mx-navigationtree-has-items > ul li a:focus, .mx-navigationtree li.mx-navigationtree-has-items > ul li a.active {
          color: #000;
          background-color: #acacac; }
        .mx-navigationtree li.mx-navigationtree-has-items > ul li a.active {
          border: 0;
          color: #000;
          background-color: #acacac; }
  .mx-navigationtree:focus {
    outline: 0; }

/* Content Centerd text and icons */
.mx-navigationtree.nav-content-center-text-icons .navbar-inner ul a {
  text-align: center; }
  .mx-navigationtree.nav-content-center-text-icons .navbar-inner ul a .glyphicon {
    display: block;
    margin-bottom: 5px; }

/* Content Centerd icons only */
.mx-navigationtree.nav-content-center .navbar-inner ul a {
  text-align: center; }

/* ==========================================================================
   Navigation

   Default Mendix Simple Menu Bar
========================================================================== */
.mx-menubar {
  padding: 0;
  background-color: #acacac;
  /* Two menu items */
  /* Three menu items */
  /* Four menu items */
  /* Five menu items */
  /* remove focus */ }
  .mx-menubar ul.mx-menubar-list {
    width: 100%;
    min-height: 50px;
    table-layout: fixed; }
    .mx-menubar ul.mx-menubar-list li.mx-menubar-item {
      margin: 0;
      width: 100%;
      display: inline-block; }
      .mx-menubar ul.mx-menubar-list li.mx-menubar-item a {
        font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
        font-weight: 400;
        border-radius: 0;
        color: #FFF;
        font-size: 14px;
        padding: 0 8px;
        text-align: center;
        line-height: 50px;
        overflow: hidden;
        display: block;
        vertical-align: middle; }
        .mx-menubar ul.mx-menubar-list li.mx-menubar-item a .glyphicon {
          vertical-align: middle;
          font-size: 14px;
          top: -1px; }
      .mx-menubar ul.mx-menubar-list li.mx-menubar-item a:hover,
      .mx-menubar ul.mx-menubar-list li.mx-menubar-item a:focus, .mx-menubar ul.mx-menubar-list li.mx-menubar-item:hover a, .mx-menubar ul.mx-menubar-list li.mx-menubar-item:focus a, .mx-menubar ul.mx-menubar-list li.mx-menubar-item.active a {
        background-color: white;
        color: #000;
        text-decoration: none; }
      .mx-menubar ul.mx-menubar-list li.mx-menubar-item.active a {
        color: #000;
        background-color: white; }
  .mx-menubar.menubar-col-6 ul.mx-menubar-list li.mx-menubar-item {
    width: 50%; }
  .mx-menubar.menubar-col-4 ul.mx-menubar-list li.mx-menubar-item {
    width: 33.33333333%; }
  .mx-menubar.menubar-col-3 ul.mx-menubar-list li.mx-menubar-item {
    width: 25%; }
  .mx-menubar.menubar-col-2 ul.mx-menubar-list li.mx-menubar-item {
    width: 20%; }
  .mx-menubar:focus {
    outline: 0; }

/* text and icons centerd */
.mx-menubar.bottom-nav-text-icons ul.mx-menubar-list li.mx-menubar-item a {
  line-height: normal;
  padding: 8px 8px 6px 8px; }
  .mx-menubar.bottom-nav-text-icons ul.mx-menubar-list li.mx-menubar-item a .glyphicon {
    display: block;
    font-size: 18px;
    margin-bottom: 4px; }

/* Vertical variation specifics */
.mx-menubar-vertical {
  background-color: #acacac; }
  .mx-menubar-vertical ul.mx-menubar-list li.mx-menubar-item a {
    color: #FFF;
    font-size: 14px;
    border-bottom: 1px solid #eee; }
    .mx-menubar-vertical ul.mx-menubar-list li.mx-menubar-item a .glyphicon {
      vertical-align: middle;
      font-size: 14px;
      top: -1px; }
    .mx-menubar-vertical ul.mx-menubar-list li.mx-menubar-item a:hover, .mx-menubar-vertical ul.mx-menubar-list li.mx-menubar-item a:focus, .mx-menubar-vertical ul.mx-menubar-list li.mx-menubar-item a.active {
      background-color: white;
      color: #000;
      text-decoration: none; }
    .mx-menubar-vertical ul.mx-menubar-list li.mx-menubar-item a.active {
      color: #000;
      background-color: white; }

/* Horizontal variation specifics */
.mx-menubar-horizontal ul.mx-menubar-list li.mx-menubar-item {
  width: auto; }

.btn-navbar {
  float: right;
  margin-top: 25px;
  margin-right: 0; }
  @media (max-width: 991px) {
    .btn-navbar {
      display: none; } }
  .btn-navbar .modal-menu {
    color: #3d466c;
    height: 22px;
    margin-right: 38px;
    cursor: pointer; }
    .btn-navbar .modal-menu.end {
      margin-right: 0; }
    .btn-navbar .modal-menu .glyphicon {
      top: 2px;
      margin-right: 5px; }
    .btn-navbar .modal-menu > a:hover, .btn-navbar .modal-menu > a:focus, .btn-navbar .modal-menu > a:active {
      text-decoration: none !important; }

.btn-navbar-toggle {
  float: right;
  display: block; }
  @media (min-width: 992px) {
    .btn-navbar-toggle {
      display: none; } }
  .btn-navbar-toggle .toggle-btn {
    font-size: 30px;
    color: #3d466c;
    border: 0;
    padding: 0;
    margin-top: 18px; }

.subNav {
  background: #dddfe3;
  float: none; }
  .subNav.active-1 li.mx-navbar-item:nth-child(1) a, .subNav.active-one li.mx-navbar-item:nth-child(1) a {
    padding-bottom: 10px;
    text-decoration: none !important;
    border-bottom: 5px solid #9BCD41;
    color: #3d466c;
    background: transparent; }
  .subNav.active-2 li.mx-navbar-item:nth-child(2) a, .subNav.active-two li.mx-navbar-item:nth-child(2) a {
    padding-bottom: 10px;
    text-decoration: none !important;
    border-bottom: 5px solid #9BCD41;
    color: #3d466c;
    background: transparent; }
  .subNav.active-3 li.mx-navbar-item:nth-child(3) a, .subNav.active-three li.mx-navbar-item:nth-child(3) a {
    padding-bottom: 10px;
    text-decoration: none !important;
    border-bottom: 5px solid #9BCD41;
    color: #3d466c;
    background: transparent; }
  .subNav.active-4 li.mx-navbar-item:nth-child(4) a, .subNav.active-four li.mx-navbar-item:nth-child(4) a {
    padding-bottom: 10px;
    text-decoration: none !important;
    border-bottom: 5px solid #9BCD41;
    color: #3d466c;
    background: transparent; }
  .subNav.active-5 li.mx-navbar-item:nth-child(5) a, .subNav.active-five li.mx-navbar-item:nth-child(5) a {
    padding-bottom: 10px;
    text-decoration: none !important;
    border-bottom: 5px solid #9BCD41;
    color: #3d466c;
    background: transparent; }
  .subNav.active-6 li.mx-navbar-item:nth-child(6) a, .subNav.active-six li.mx-navbar-item:nth-child(6) a {
    padding-bottom: 10px;
    text-decoration: none !important;
    border-bottom: 5px solid #9BCD41;
    color: #3d466c;
    background: transparent; }
  .subNav.active-7 li.mx-navbar-item:nth-child(7) a, .subNav.active-seven li.mx-navbar-item:nth-child(7) a {
    padding-bottom: 10px;
    text-decoration: none !important;
    border-bottom: 5px solid #9BCD41;
    color: #3d466c;
    background: transparent; }
  .subNav.active-8 li.mx-navbar-item:nth-child(8) a, .subNav.active-eight li.mx-navbar-item:nth-child(8) a {
    padding-bottom: 10px;
    text-decoration: none !important;
    border-bottom: 5px solid #9BCD41;
    color: #3d466c;
    background: transparent; }
  .subNav.active-9 li.mx-navbar-item:nth-child(9) a, .subNav.active-nine li.mx-navbar-item:nth-child(9) a {
    padding-bottom: 10px;
    text-decoration: none !important;
    border-bottom: 5px solid #9BCD41;
    color: #3d466c;
    background: transparent; }
  .subNav.active-10 li.mx-navbar-item:nth-child(10) a, .subNav.active-ten li.mx-navbar-item:nth-child(10) a {
    padding-bottom: 10px;
    text-decoration: none !important;
    border-bottom: 5px solid #9BCD41;
    color: #3d466c;
    background: transparent; }
  .subNav ul.navbar-nav {
    margin: 0;
    list-style: none; }
    .subNav ul.navbar-nav li.mx-navbar-item {
      display: inline-block;
      height: 23px;
      margin-right: 47px;
      margin-bottom: 11px;
      margin-left: 0;
      margin-top: 16px; }
      .subNav ul.navbar-nav li.mx-navbar-item.active a {
        padding-bottom: 10px;
        text-decoration: none !important;
        border-bottom: 5px solid #9BCD41;
        color: #3d466c;
        background: transparent; }
      .subNav ul.navbar-nav li.mx-navbar-item a {
        font-size: 18px;
        margin: 0;
        color: #767c97; }
        .subNav ul.navbar-nav li.mx-navbar-item a:hover, .subNav ul.navbar-nav li.mx-navbar-item a:active, .subNav ul.navbar-nav li.mx-navbar-item a:focus {
          padding-bottom: 10px;
          text-decoration: none !important;
          border-bottom: 5px solid #9BCD41;
          color: #3d466c;
          background: transparent; }
        @media (max-width: 768px) {
          .subNav ul.navbar-nav li.mx-navbar-item a {
            padding: 0; } }

.mainNav.active-1 li.mx-navbar-item:nth-child(1) a, .mainNav.active-one li.mx-navbar-item:nth-child(1) a {
  padding-bottom: 20px;
  text-decoration: none !important;
  border-bottom: 5px solid #9BCD41;
  color: #3d466c;
  background: transparent; }
.mainNav.active-2 li.mx-navbar-item:nth-child(2) a, .mainNav.active-two li.mx-navbar-item:nth-child(2) a {
  padding-bottom: 20px;
  text-decoration: none !important;
  border-bottom: 5px solid #9BCD41;
  color: #3d466c;
  background: transparent; }
.mainNav.active-3 li.mx-navbar-item:nth-child(3) a, .mainNav.active-three li.mx-navbar-item:nth-child(3) a {
  padding-bottom: 20px;
  text-decoration: none !important;
  border-bottom: 5px solid #9BCD41;
  color: #3d466c;
  background: transparent; }
.mainNav.active-4 li.mx-navbar-item:nth-child(4) a, .mainNav.active-four li.mx-navbar-item:nth-child(4) a {
  padding-bottom: 20px;
  text-decoration: none !important;
  border-bottom: 5px solid #9BCD41;
  color: #3d466c;
  background: transparent; }
.mainNav.active-5 li.mx-navbar-item:nth-child(5) a, .mainNav.active-five li.mx-navbar-item:nth-child(5) a {
  padding-bottom: 20px;
  text-decoration: none !important;
  border-bottom: 5px solid #9BCD41;
  color: #3d466c;
  background: transparent; }
.mainNav.active-6 li.mx-navbar-item:nth-child(6) a, .mainNav.active-six li.mx-navbar-item:nth-child(6) a {
  padding-bottom: 20px;
  text-decoration: none !important;
  border-bottom: 5px solid #9BCD41;
  color: #3d466c;
  background: transparent; }
.mainNav.active-7 li.mx-navbar-item:nth-child(7) a, .mainNav.active-seven li.mx-navbar-item:nth-child(7) a {
  padding-bottom: 20px;
  text-decoration: none !important;
  border-bottom: 5px solid #9BCD41;
  color: #3d466c;
  background: transparent; }
.mainNav.active-8 li.mx-navbar-item:nth-child(8) a, .mainNav.active-eight li.mx-navbar-item:nth-child(8) a {
  padding-bottom: 20px;
  text-decoration: none !important;
  border-bottom: 5px solid #9BCD41;
  color: #3d466c;
  background: transparent; }
.mainNav.active-9 li.mx-navbar-item:nth-child(9) a, .mainNav.active-nine li.mx-navbar-item:nth-child(9) a {
  padding-bottom: 20px;
  text-decoration: none !important;
  border-bottom: 5px solid #9BCD41;
  color: #3d466c;
  background: transparent; }
.mainNav.active-10 li.mx-navbar-item:nth-child(10) a, .mainNav.active-ten li.mx-navbar-item:nth-child(10) a {
  padding-bottom: 20px;
  text-decoration: none !important;
  border-bottom: 5px solid #9BCD41;
  color: #3d466c;
  background: transparent; }

.slidingTopBar .mx-layoutcontainer-wrapper.mx-scrollcontainer-wrapper {
  left: -100vw !important;
  width: 100vw !important;
  height: auto !important; }

.mx-scrollcontainer-slide .slidingTopBar .mx-layoutcontainer-wrapper {
  top: -100vh;
  transition: top 1s ease-out; }
.mx-scrollcontainer-slide.mx-scrollcontainer-open .slidingTopBar .mx-layoutcontainer-wrapper {
  top: 0;
  transition: top 1s ease-out; }

/* ==========================================================================
   Navigation List

   Default Mendix Navigation List Widget. A navigation list can be used to attach an action to an entire row. Such a row is called a navigation list item
========================================================================== */
.mx-navigationlist {
  padding: 0;
  margin: 0; }
  .mx-navigationlist .mx-navigationlist-item {
    padding: 15px 20px 15px 16px;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #eee;
    border-top: none;
    border-radius: 0;
    background-color: #333; }
    .mx-navigationlist .mx-navigationlist-item label {
      font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
      font-weight: 400;
      color: #FFF;
      font-size: 14px; }
    .mx-navigationlist .mx-navigationlist-item:hover, .mx-navigationlist .mx-navigationlist-item:focus, .mx-navigationlist .mx-navigationlist-item.active {
      background-color: #eee; }
      .mx-navigationlist .mx-navigationlist-item:hover label, .mx-navigationlist .mx-navigationlist-item:focus label, .mx-navigationlist .mx-navigationlist-item.active label {
        color: #000; }
    .mx-navigationlist .mx-navigationlist-item.active {
      border-left-color: white;
      color: #000;
      background-color: #eee; }

/* ==========================================================================
   Tab Container

   Default Mendix Tab Container Widget. Tab containers are used to show information categorized into multiple tab pages.
   This can be very useful if the amount of information that has to be displayed is larger than the amount of space on the screen
========================================================================== */
.mx-tabcontainer {
  margin-top: 0;
  margin-bottom: 0; }
  .mx-tabcontainer .mx-tabcontainer-tabs {
    margin-bottom: 0;
    border-bottom: 0; }
    .mx-tabcontainer .mx-tabcontainer-tabs > li > a {
      font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
      font-weight: 400;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin-right: 0;
      color: #3d466c;
      border: 0;
      cursor: pointer;
      background-color: #ffffff; }
      .mx-tabcontainer .mx-tabcontainer-tabs > li > a:hover, .mx-tabcontainer .mx-tabcontainer-tabs > li > a:focus {
        border: 0;
        background-color: #ffffff; }
    .mx-tabcontainer .mx-tabcontainer-tabs li {
      text-align: center;
      margin-bottom: 0;
      cursor: pointer; }
      .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-child(1) {
        width: 100%; }
      .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(2), .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(2) ~ li {
        width: calc(100% / 2); }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(2), .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(2) ~ li {
            width: 50%; } }
      .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(3), .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(3) ~ li {
        width: calc(100% / 3); }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(3), .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(3) ~ li {
            width: 33.33%; } }
      .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(4), .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(4) ~ li {
        width: calc(100% / 4); }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(4), .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(4) ~ li {
            width: 25%; } }
      .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(5), .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(5) ~ li {
        width: calc(100% / 5); }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(5), .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(5) ~ li {
            width: 20%; } }
      .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(6), .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(6) ~ li {
        width: calc(100% / 6); }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(6), .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(6) ~ li {
            width: 16.66%; } }
      .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(7), .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(7) ~ li {
        width: calc(100% / 7); }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(7), .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(7) ~ li {
            width: 14.28%; } }
      .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(8), .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(8) ~ li {
        width: calc(100% / 8); }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(8), .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(8) ~ li {
            width: 12.5%; } }
      .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(9), .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(9) ~ li {
        width: calc(100% / 9); }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(9), .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(9) ~ li {
            width: 11.11%; } }
      .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(10), .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(10) ~ li {
        width: calc(100% / 10); }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(10), .mx-tabcontainer .mx-tabcontainer-tabs li:first-child:nth-last-child(10) ~ li {
            width: 10%; } }
      .mx-tabcontainer .mx-tabcontainer-tabs li a {
        padding: 14px 0px; }
    .mx-tabcontainer .mx-tabcontainer-tabs > li.active > a,
    .mx-tabcontainer .mx-tabcontainer-tabs > li.active > a:hover,
    .mx-tabcontainer .mx-tabcontainer-tabs > li.active > a:focus {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: 0;
      background-color: #F1F1F1;
      border-bottom: 3px solid #9BCD41;
      color: #3d466c; }
  .mx-tabcontainer .mx-tabcontainer-content {
    background-color: #F1F1F1; }
    .mx-tabcontainer .mx-tabcontainer-content .tab-pane {
      padding: 20px; }
      .mx-tabcontainer .mx-tabcontainer-content .tab-pane:after {
        content: "";
        display: block;
        clear: both; }

/* ==========================================================================
   Tab Container Pills

   Default Mendix Tab Container Widget rendered as Pills
========================================================================== */
.tab-pills.mx-tabcontainer .mx-tabcontainer-tabs {
  border: 0; }
  .tab-pills.mx-tabcontainer .mx-tabcontainer-tabs > li > a {
    border-radius: 4px;
    margin-right: 2px;
    border: 1px solid #666;
    color: white; }
    .tab-pills.mx-tabcontainer .mx-tabcontainer-tabs > li > a:hover, .tab-pills.mx-tabcontainer .mx-tabcontainer-tabs > li > a:focus {
      background-color: #fff;
      color: #666; }
  .tab-pills.mx-tabcontainer .mx-tabcontainer-tabs > li.active > a,
  .tab-pills.mx-tabcontainer .mx-tabcontainer-tabs > li.active > a:hover,
  .tab-pills.mx-tabcontainer .mx-tabcontainer-tabs > li.active > a:focus {
    background-color: #fff;
    color: #acacac;
    border-color: #acacac; }

/* ==========================================================================
   Tab Container Lined

   Default Mendix Tab Container Widget rendered with tabs rendered without background
========================================================================== */
.tab-lined.mx-tabcontainer .mx-tabcontainer-tabs {
  border-width: 3px; }
  .tab-lined.mx-tabcontainer .mx-tabcontainer-tabs li {
    margin-bottom: -3px;
    margin-right: 30px; }
    .tab-lined.mx-tabcontainer .mx-tabcontainer-tabs li > a {
      padding: 10px 0;
      border: 0;
      border-style: solid;
      border-color: transparent;
      border-bottom-width: 3px;
      border-radius: 0;
      color: #666; }
      .tab-lined.mx-tabcontainer .mx-tabcontainer-tabs li > a:hover, .tab-lined.mx-tabcontainer .mx-tabcontainer-tabs li > a:focus {
        border: 0;
        border-color: transparent;
        background: transparent;
        color: #acacac; }
    .tab-lined.mx-tabcontainer .mx-tabcontainer-tabs li.active > a, .tab-lined.mx-tabcontainer .mx-tabcontainer-tabs li.active > a:hover, .tab-lined.mx-tabcontainer .mx-tabcontainer-tabs li.active > a:focus {
      border: 0;
      border-bottom: 3px solid #acacac;
      background-color: transparent;
      color: #acacac; }

/* ==========================================================================
   Tab Container Justified

   Default Mendix Tab Container Widget rendered as justified
========================================================================== */
.tab-justified.mx-tabcontainer .mx-tabcontainer-tabs {
  width: 100%;
  border-bottom: 0; }
  .tab-justified.mx-tabcontainer .mx-tabcontainer-tabs > li {
    display: table-cell;
    float: none;
    margin: 0;
    width: 1%; }
    @media (max-width: 768px) {
      .tab-justified.mx-tabcontainer .mx-tabcontainer-tabs > li {
        display: block;
        width: 100%; } }
    .tab-justified.mx-tabcontainer .mx-tabcontainer-tabs > li > a {
      border-bottom: 1px solid #acacac;
      text-align: center; }
  .tab-justified.mx-tabcontainer .mx-tabcontainer-tabs > li.active > a {
    border-radius: 4px;
    border-bottom-color: transparent; }
    @media (max-width: 768px) {
      .tab-justified.mx-tabcontainer .mx-tabcontainer-tabs > li.active > a {
        border-bottom-color: #acacac; } }

/* ==========================================================================
   Tab Container Bordered

   Default Mendix Tab Container Widget rendered with borders
========================================================================== */
.tab-bordered.mx-tabcontainer .mx-tabcontainer-tabs {
  margin: 0; }
.tab-bordered.mx-tabcontainer .mx-tabcontainer-content {
  padding: 10px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #acacac;
  background-color: #FFF; }

.tabs-as-submenu {
  padding: 1px !important; }
  .tabs-as-submenu li > a {
    background-color: #F1F1F1 !important; }
  .tabs-as-submenu li.active > a {
    border-bottom: 3px solid #3d466c !important;
    background-color: #F1F1F1 !important; }

/* ==========================================================================
   Tables

   Default Mendix Table Widget. Tables can be used to lend structure to a page. They contain a number of rows (tr) and columns, the intersection of which is called a cell (td). Each cell can contain widgets
========================================================================== */
th {
  font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
  font-weight: 600; }

table.mx-table > tbody {
  /* Table row */ }
  table.mx-table > tbody > tr {
    /* Table header */
    /* Table cells */ }
    table.mx-table > tbody > tr > th {
      padding: 8px; }
      table.mx-table > tbody > tr > th * {
        font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
        font-weight: 600;
        color: #999; }
      table.mx-table > tbody > tr > th > label {
        padding-top: 7px;
        padding-bottom: 6px; }
    table.mx-table > tbody > tr > td {
      padding: 8px; }
      table.mx-table > tbody > tr > td > div > label,
      table.mx-table > tbody > tr > td .mx-referenceselector-input-wrapper label {
        padding-top: 7px;
        padding-bottom: 6px; }

/* Default Mendix Table Widget inside TemplateGrid */
.mx-templategrid table.mx-table > tbody > tr > th,
.mx-templategrid table.mx-table > tbody > tr > td {
  padding: 8px; }

/* Default Mendix Table Widget inside Listview */
.mx-list table.mx-table > tbody > tr > th,
.mx-list table.mx-table > tbody > tr > td {
  padding: 8px; }

/* ==========================================================================
   Tables Lined

   Default Mendix Table Widget with borders top and bottom
========================================================================== */
table.table-lined.mx-table > tbody > tr > th,
table.table-lined.mx-table > tbody > tr > td {
  border-width: 1px 0;
  border-style: solid;
  border-color: #eee; }

/* ==========================================================================
   Tables Bordered

   Default Mendix Table Widget with borders
========================================================================== */
table.table-bordered.mx-table > tbody > tr > th,
table.table-bordered.mx-table > tbody > tr > td {
  border-width: 1px;
  border-style: solid;
  border-color: #eee; }

/* ==========================================================================
   Tables Compact

   Default Mendix Table Widget with less spacing in table cells
========================================================================== */
table.table-compact.mx-table > tbody > tr > th,
table.table-compact.mx-table > tbody > tr > td {
  padding-top: 2px;
  padding-bottom: 2px; }

/* ==========================================================================
   Tables Sideless

   Default Mendix Table Widget inside TemplateGrid
========================================================================== */
table.table-sideless.mx-table > tbody > tr > td,
table.table-sideless.mx-table > tbody > tr > th {
  padding-right: 0; }
table.table-sideless.mx-table > tbody > tr > th:first-child,
table.table-sideless.mx-table > tbody > tr > td:first-child {
  padding-left: 0; }

/* ==========================================================================
   Tables Spaceless

   Default Mendix Table Widget without padding
========================================================================== */
table.table-spaceless.mx-table > tbody > tr > th,
table.table-spaceless.mx-table > tbody > tr > td {
  padding: 0; }

/* ==========================================================================
   Tables Vertical

   Default Mendix Table Widget vertical aligned
========================================================================== */
table.table-vertical.mx-table > tbody > tr > th {
  padding-bottom: 0; }
  table.table-vertical.mx-table > tbody > tr > th > label {
    padding: 0; }
  table.table-vertical.mx-table > tbody > tr > th > div > label {
    padding: 0; }

/* ==========================================================================
   Tables Vertical Middle

   Default Mendix Table Widget vertical aligned middle
========================================================================== */
table.table-align-vertical-middle.mx-table > tbody > tr > th,
table.table-align-vertical-middle.mx-table > tbody > tr > td {
  vertical-align: middle; }

/* ==========================================================================
   Tables Compact

   Default Mendix Table Widget without padding and margin
========================================================================== */
table.table-label-compact.mx-table > tbody > tr > th > label,
table.table-label-compact.mx-table > tbody > tr > td > label {
  padding: 0;
  margin: 0; }
table.table-label-compact.mx-table > tbody > tr > th > div > label,
table.table-label-compact.mx-table > tbody > tr > th .mx-referenceselector-input-wrapper label,
table.table-label-compact.mx-table > tbody > tr > td > div > label,
table.table-label-compact.mx-table > tbody > tr > td .mx-referenceselector-input-wrapper label {
  padding: 0;
  margin: 0; }

html body .mx-page table.mx-table th.nopadding,
html body .mx-page table.mx-table td.nopadding {
  padding: 0; }

/* ==========================================================================
   Tables Row Sizes
========================================================================== */
/*  Small rows
	========================================================================== */
table.table-row-s.mx-table > tbody > tr > th,
table.table-row-s.mx-table > tbody > tr > td {
  height: 55px; }

/*  Medium rows
	========================================================================== */
table.table-row-m.mx-table > tbody > tr > th,
table.table-row-m.mx-table > tbody > tr > td {
  height: 70px; }

/*  Large rows
	========================================================================== */
table.table-row-l.mx-table > tbody > tr > th,
table.table-row-l.mx-table > tbody > tr > td {
  height: 120px; }

/*	Table Fixed
   ========================================================================== */
table.table-fixed {
  table-layout: fixed; }

.header {
  color: #3d466c;
  font-family: "RobotoBold", Helvetica, Arial, sans-serif;
  border: 0;
  background-color: #fff;
  padding: 8px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px; }

.grid-click td {
  height: 50px;
  vertical-align: middle; }

    /* ==========================================================================
   Templategrid

   Default Mendix Templategrid Widget. The template grid shows a list of objects in a tile view. For example, a template grid can show a list of products. The template grid has a lot in common with the data grid. The main difference is that the objects are shown in templates (a sort of small data view) instead of rows
========================================================================== */
.mx-templategrid .mx-templategrid-content-wrapper {
  table-layout: fixed; }
.mx-templategrid .mx-templategrid-item {
  background-color: #fff;
  padding: 8px;
  cursor: default; }
  .mx-templategrid .mx-templategrid-item:hover {
    background-color: transparent; }
  .mx-templategrid .mx-templategrid-item.selected {
    background-color: #eee !important; }
.mx-templategrid .mx-layoutgrid {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

    /* ==========================================================================
   Templategrid Hover

   Default Mendix Templategrid Widget Hover
========================================================================== */
.templategrid-hover.mx-templategrid .mx-templategrid-item:hover {
  background-color: white !important; }
.templategrid-hover.mx-templategrid .mx-templategrid-item.selected {
  background-color: white !important; }
  .templategrid-hover.mx-templategrid .mx-templategrid-item.selected:hover {
    background-color: #eee !important; }

    /* ==========================================================================
   Templategrid Selectable

   Default Mendix Templategrid Widget with selection enabled
========================================================================== */
.templategrid-selectable.mx-templategrid .mx-templategrid-item {
  cursor: pointer; }

    /* ==========================================================================
   Templategrid Lined

   Default Mendix Templategrid Widget with borders between items
========================================================================== */
.templategrid-lined.mx-templategrid .mx-grid-content {
  border-top-style: solid;
  border-top-color: #eee;
  border-top-width: 2px; }
.templategrid-lined.mx-templategrid .mx-templategrid-item {
  border-left: none;
  border-right: none;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

    /* ==========================================================================
   Templategrid Striped

  Default Mendix Templategrid Widget with background between items
========================================================================== */
.templategrid-striped.mx-templategrid .mx-templategrid-row:nth-child(odd) .mx-templategrid-item {
  background-color: #f9f9f9; }

    /* ==========================================================================
   Templategrid Stylingless

  Default Mendix Templategrid Widget without styling
========================================================================== */
.templategrid-stylingless.mx-templategrid .mx-templategrid-item {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: default; }
  .templategrid-stylingless.mx-templategrid .mx-templategrid-item:hover {
    background-color: transparent; }
  .templategrid-stylingless.mx-templategrid .mx-templategrid-item.selected {
    background-color: transparent !important; }
    .templategrid-stylingless.mx-templategrid .mx-templategrid-item.selected:hover {
      background-color: transparent !important; }

    /* ==========================================================================
   Templategrid Transparent

  Default Mendix Templategrid Widget without background and padding in items
========================================================================== */
.templategrid-transparent.mx-templategrid .mx-templategrid-item {
  background-color: transparent;
  border: 0; }

.add-subcontractor-list {
  margin-bottom: 30px; }
  .add-subcontractor-list .mx-templategrid-item {
    min-width: 280px; }

.add-subcontractor-list-company-name {
  font-size: 18px; }

.plus-btn {
  padding: 7px 10px;
  background-color: #3d466c;
  color: white;
  margin-left: -10px; }
  .plus-btn:hover {
    color: #fff; }

.remove-btn {
  position: absolute;
  padding: 7px 10px;
  background-color: #D9534F;
  color: white;
  margin-top: -5px;
  margin-left: -2px; }
  .remove-btn:hover {
    color: #fff; }

.remove-pagination {
  margin-top: 20px; }
  .remove-pagination .mx-grid-controlbar {
    display: none; }

    /* ==========================================================================
   Templategrid as grid
========================================================================== */
.templateGrid-as-grid .templateGrid-title {
  padding: 10px 8px; }
  .templateGrid-as-grid .templateGrid-title .title {
    color: #3d466c;
    font-family: "RobotoBold", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-size: 15px; }
.templateGrid-as-grid .header {
  border-bottom: 1px solid #d8dae2;
  padding-bottom: 5px; }
.templateGrid-as-grid .mx-templategrid .mx-grid-controlbar {
  display: none; }
.templateGrid-as-grid .mx-templategrid .mx-grid-content {
  border: none; }
  .templateGrid-as-grid .mx-templategrid .mx-grid-content .mx-templategrid-item {
    background-color: #fff;
    border-bottom: 1px solid #d8dae2;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 8px; }

/*
* Mendix Documentation
* Special styles for presenting components
*/
.mx-appswitcher-button-placeholder,
.mx-profilemenu-button-placeholder {
  display: inline-block; }
  .mx-appswitcher-button-placeholder iframe,
  .mx-profilemenu-button-placeholder iframe {
    width: 48px;
    height: 48px; }

/*
* Mendix App Switcher Button
*
* 
*/
/*
* Mendix Profile Menu Button
*
* 
*/
.modal-dialog .modal-content {
  border-radius: 4px;
  box-shadow: none;
  border: none;
  overflow: hidden;
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  max-height: 100%;
  overflow-y: hidden; }
  .modal-dialog .modal-content .modal-header {
    border-radius: 0;
    height: 59px;
    display: block;
    border-bottom: 2px solid #d8dae2;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    background-color: inherit; }
    .modal-dialog .modal-content .modal-header h4 {
      font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
      color: #3d466c;
      font-size: 24px;
      margin: 10px 0;
      line-height: 40px;
      text-transform: lowercase; }
    .modal-dialog .modal-content .modal-header .close {
      font-weight: bold;
      color: #3d466c;
      opacity: 1;
      position: relative;
      font-size: 32px;
      top: 5px;
      right: 10px; }
  .modal-dialog .modal-content .modal-body {
    padding: 20px; }
    .modal-dialog .modal-content .modal-body .mx-dataview-controls {
      border: 0; }

.mx-window {
  width: 800px; }
  .mx-window.mx-window-view .mx-window-body {
    padding: 0; }
    .mx-window.mx-window-view .mx-window-body > .mx-dataview > .mx-dataview-content,
    .mx-window.mx-window-view .mx-window-body > .mx-placeholder > .mx-dataview > .mx-dataview-content {
      padding: 20px; }
    .mx-window.mx-window-view .mx-window-body > .mx-dataview > .mx-dataview-controls,
    .mx-window.mx-window-view .mx-window-body > .mx-placeholder > .mx-dataview > .mx-dataview-controls {
      padding: 0 20px;
      border-style: none;
      text-align: left;
      margin: 0; }
  .mx-window .mx-dataview-controls {
    padding: 15px 0;
    padding-bottom: 0; }
  .mx-window .mx-layoutgrid {
    padding-left: 0;
    padding-right: 0; }

.mx-login .modal-body {
  padding: 0 15px; }
.mx-login .modal-content input {
  box-shadow: none;
  padding: 12px 12px;
  height: 56px;
  border: 1px solid #EEE;
  background: #eee;
  font-size: 16px; }
  .mx-login .modal-content input:focus {
    border-color: #66afe9; }
.mx-login .modal-header,
.mx-login .modal-footer {
  border: 0; }
.mx-login button {
  font-size: 16px; }
.mx-login h4 {
  color: #aaa;
  font-weight: 600;
  font-size: 20px; }

.full-modal {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important; }
  .full-modal .modal-content {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    max-width: 100%; }
    .full-modal .modal-content .modal-header {
      display: none; }
    .full-modal .modal-content .modal-body {
      padding: 0; }
      .full-modal .modal-content .modal-body .full-modal-header-container {
        width: 100%;
        border-bottom: 1px solid #ffffff; }
        .full-modal .modal-content .modal-body .full-modal-header-container .full-modal-main-header {
          max-width: 1140px;
          border: 0;
          min-height: 61px; }
          .full-modal .modal-content .modal-body .full-modal-header-container .full-modal-main-header .sco-logo {
            margin-left: 15px;
            display: inline; }
          .full-modal .modal-content .modal-body .full-modal-header-container .full-modal-main-header .mx-placeholder {
            display: inline-block;
            float: right; }
            .full-modal .modal-content .modal-body .full-modal-header-container .full-modal-main-header .mx-placeholder .closeBtn {
              color: #ffffff;
              font-size: 12px;
              margin-right: 30px !important;
              margin-top: 2px; }
              .full-modal .modal-content .modal-body .full-modal-header-container .full-modal-main-header .mx-placeholder .closeBtn:after {
                content: "x";
                font-weight: bold; }
              .full-modal .modal-content .modal-body .full-modal-header-container .full-modal-main-header .mx-placeholder .closeBtn > a {
                vertical-align: top; }
                .full-modal .modal-content .modal-body .full-modal-header-container .full-modal-main-header .mx-placeholder .closeBtn > a:hover, .full-modal .modal-content .modal-body .full-modal-header-container .full-modal-main-header .mx-placeholder .closeBtn > a:focus, .full-modal .modal-content .modal-body .full-modal-header-container .full-modal-main-header .mx-placeholder .closeBtn > a:active {
                  text-decoration: none; }
      .full-modal .modal-content .modal-body .full-modal-body {
        max-width: 360px;
        margin: 0 auto;
        min-height: 200px;
        color: white;
        padding: 20px;
        overflow: visible;
        position: inherit; }
        @media only screen and (min-width: 800px) {
          .full-modal .modal-content .modal-body .full-modal-body {
            padding-left: 0; } }
        @media only screen and (max-width: 767px) {
          .full-modal .modal-content .modal-body .full-modal-body {
            padding-right: 47px;
            padding-left: 30px; } }
        .full-modal .modal-content .modal-body .full-modal-body .right-nav-body {
          margin-bottom: 30px; }
          .full-modal .modal-content .modal-body .full-modal-body .right-nav-body .mx-link {
            display: block;
            color: #ffffff;
            margin: 0 0 10px;
            margin-top: 20px; }

@media only screen and (width: 1920px) {
  .full-modal-header-container {
    margin-top: -1.1%; } }
@media only screen and (width: 1366px) {
  .full-modal-header-container {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-top: 1.8%; } }
@media only screen and (width: 1280px) {
  .full-modal-header-container {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-top: 1.7%; }

  .full-modal-main-header {
    margin-top: 1.7%; } }
@media only screen and (min-height: 600px) and (width: 1280px) {
  .full-modal-header-container {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-top: 1%; }

  .full-modal-main-header {
    margin-top: 2.3%; } }
@media only screen and (max-width: 1024px) {
  .full-modal-main-header {
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 2.5%;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border: 0; } }
@media only screen and (min-width: 768px) and (max-width: 799px) {
  .full-modal-main-header {
    max-width: 1140px;
    margin: 0 auto;
    margin-top: -2px;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 10px;
    border: 0; } }
@media only screen and (min-width: 800px) {
  .full-modal-main-header {
    max-width: 1140px;
    margin: 0 auto;
    margin-top: -2px;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 40px;
    border: 0; }

  .full-modal-body {
    padding-left: 0; } }
@media only screen and (min-width: 980px) {
  .full-modal-main-header {
    max-width: 1140px;
    margin: 0 auto;
    margin-top: .8%;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border: 0; } }
.modal-dialog:before {
  content: "";
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: rgba(8, 17, 56, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; }
.modal-dialog .modal-header {
  border: 0; }
.modal-dialog .modal-body p {
  font-size: 15px;
  min-height: 38px;
  margin-left: -1px; }
.modal-dialog .modal-footer {
  border: 0;
  text-align: right;
  padding: 20px; }
  .modal-dialog .modal-footer .btn {
    padding: 10px 20px; }
.modal-dialog.mx-dialog-info .modal-header .mx-dialog-caption {
  color: #3d466c; }

.pop-tablet.mx-window.mx-window-view .mx-window-body {
  margin-bottom: 10px; }
  .pop-tablet.mx-window.mx-window-view .mx-window-body label {
    text-transform: lowercase; }
  .pop-tablet.mx-window.mx-window-view .mx-window-body .form-control[disabled], .pop-tablet.mx-window.mx-window-view .mx-window-body [disabled].form-control-static-select, .pop-tablet.mx-window.mx-window-view .mx-window-body .autoCompleteMainContainer .select2-container .selection [disabled].select2-selection, .autoCompleteMainContainer .select2-container .selection .pop-tablet.mx-window.mx-window-view .mx-window-body [disabled].select2-selection, .pop-tablet.mx-window.mx-window-view .mx-window-body .select2-container .select2-dropdown .select2-search [disabled].select2-search__field, .select2-container .select2-dropdown .select2-search .pop-tablet.mx-window.mx-window-view .mx-window-body [disabled].select2-search__field, .pop-tablet.mx-window.mx-window-view .mx-window-body .sectorSelect [disabled].form-control-static, .sectorSelect .pop-tablet.mx-window.mx-window-view .mx-window-body [disabled].form-control-static, .pop-tablet.mx-window.mx-window-view .mx-window-body .sectorSelect .form-group div[class*='textBox'] > label[disabled], .sectorSelect .form-group .pop-tablet.mx-window.mx-window-view .mx-window-body div[class*='textBox'] > label[disabled], .pop-tablet.mx-window.mx-window-view .mx-window-body .form-group .sectorSelect div[class*='textBox'] > label[disabled], .form-group .sectorSelect .pop-tablet.mx-window.mx-window-view .mx-window-body div[class*='textBox'] > label[disabled],
  .pop-tablet.mx-window.mx-window-view .mx-window-body .sectorSelect .form-group div[class*='textArea'] > label[disabled],
  .sectorSelect .form-group .pop-tablet.mx-window.mx-window-view .mx-window-body div[class*='textArea'] > label[disabled],
  .pop-tablet.mx-window.mx-window-view .mx-window-body .form-group .sectorSelect div[class*='textArea'] > label[disabled],
  .form-group .sectorSelect .pop-tablet.mx-window.mx-window-view .mx-window-body div[class*='textArea'] > label[disabled],
  .pop-tablet.mx-window.mx-window-view .mx-window-body .sectorSelect .form-group div[class*='datePicker'] > label[disabled],
  .sectorSelect .form-group .pop-tablet.mx-window.mx-window-view .mx-window-body div[class*='datePicker'] > label[disabled],
  .pop-tablet.mx-window.mx-window-view .mx-window-body .form-group .sectorSelect div[class*='datePicker'] > label[disabled],
  .form-group .sectorSelect .pop-tablet.mx-window.mx-window-view .mx-window-body div[class*='datePicker'] > label[disabled], .pop-tablet.mx-window.mx-window-view .mx-window-body .readonly-input [disabled].form-control-static, .readonly-input .pop-tablet.mx-window.mx-window-view .mx-window-body [disabled].form-control-static, .pop-tablet.mx-window.mx-window-view .mx-window-body .readonly-input .form-group div[class*='textBox'] > label[disabled], .readonly-input .form-group .pop-tablet.mx-window.mx-window-view .mx-window-body div[class*='textBox'] > label[disabled], .pop-tablet.mx-window.mx-window-view .mx-window-body .form-group .readonly-input div[class*='textBox'] > label[disabled], .form-group .readonly-input .pop-tablet.mx-window.mx-window-view .mx-window-body div[class*='textBox'] > label[disabled],
  .pop-tablet.mx-window.mx-window-view .mx-window-body .readonly-input .form-group div[class*='textArea'] > label[disabled],
  .readonly-input .form-group .pop-tablet.mx-window.mx-window-view .mx-window-body div[class*='textArea'] > label[disabled],
  .pop-tablet.mx-window.mx-window-view .mx-window-body .form-group .readonly-input div[class*='textArea'] > label[disabled],
  .form-group .readonly-input .pop-tablet.mx-window.mx-window-view .mx-window-body div[class*='textArea'] > label[disabled],
  .pop-tablet.mx-window.mx-window-view .mx-window-body .readonly-input .form-group div[class*='datePicker'] > label[disabled],
  .readonly-input .form-group .pop-tablet.mx-window.mx-window-view .mx-window-body div[class*='datePicker'] > label[disabled],
  .pop-tablet.mx-window.mx-window-view .mx-window-body .form-group .readonly-input div[class*='datePicker'] > label[disabled],
  .form-group .readonly-input .pop-tablet.mx-window.mx-window-view .mx-window-body div[class*='datePicker'] > label[disabled], .pop-tablet.mx-window.mx-window-view .mx-window-body .form-disabled p[disabled], .form-disabled .pop-tablet.mx-window.mx-window-view .mx-window-body p[disabled] {
    font-size: 24.5px;
    font-family: RobotoCondensed, Helvetica, Arial, sans-serif;
    font-weight: 600;
    background-color: white;
    border: none;
    color: #3d466c; }

.pop-tablet.modal-dialog .modal-content .modal-header {
  display: none;
  border-top: none; }

.tablet-center-btn {
  border-top: 1px solid #c5e25a;
  margin-top: 20px; }
  .tablet-center-btn button {
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    background-color: #fff !important;
    color: #3d466c; }
    .tablet-center-btn button:hover {
      text-transform: uppercase;
      background-color: #fff;
      color: #3d466c; }

@font-face {
  font-family: 'RobotoCondensed';
  src: url("../fonts/RobotoCondensed-Regular-webfont.eot");
  src: url("../fonts/RobotoCondensed-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed-Regular-webfont.woff") format("woff"), url("../fonts/RobotoCondensed-Regular-webfont.ttf") format("truetype"), url("../fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'RobotoBold';
  src: url("../fonts/Roboto-Bold-webfont.eot");
  src: url("../fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/Roboto-Bold-webfont.svg#robotobold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular-webfont.eot");
  src: url("../fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.content-wrap-white, .content-wrap, .content-wrap-body, .footer-wrap, .subNav {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 1140px) {
    .content-wrap-white, .content-wrap, .content-wrap-body, .footer-wrap, .subNav {
      padding: 0 20px; } }

.content-wrap-body {
  margin-bottom: 30px;
  margin-top: 25px; }
  @media (max-width: 1140px) {
    .content-wrap-body {
      padding: 0; } }

.container-fluid {
  height: 70px; }

div[cssselectorhelper=true].folder {
  background: #d8dae2; }
  div[cssselectorhelper=true].folder *, div[cssselectorhelper=true].folder *:after, div[cssselectorhelper=true].folder *:before {
    color: #3d466c; }

div[cssselectorhelper=false].folder:hover, div[cssselectorhelper=false].folder:focus {
  background: transparent; }

.InfoWrapper {
  display: inline;
  position: relative;
  top: 10px; }
  @media (max-width: 767px) {
    .InfoWrapper {
      margin-left: 0;
      display: inline;
      top: 0; } }

.wrapper-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url("../images/loginBg.jpg");
  animation: fadein 10s;
  -webkit-animation: fadein 10s;
  -moz-animation: fadein 10s;
  -o-animation: fadein 10s;
  -ms-animation: fadein 10s; }

.component {
  background: #ffffff;
  display: block;
  margin-bottom: 30px;
  position: relative; }
  .component.in-tab {
    margin-bottom: 0; }
  .component .component-header {
    padding: 20px;
    border-bottom: 1px solid #d8dae2;
    overflow: hidden; }
    .component .component-header .component-title {
      display: block;
      float: left;
      line-height: inherit;
      margin: 0;
      font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
      margin: 0;
      font-size: 24px;
      font-weight: 400; }
  .component .component-content {
    padding: 20px; }
    .component .component-content:after {
      content: "";
      display: block;
      clear: both; }
  .component .component-footer {
    display: block;
    padding: 20px;
    border-top: 1px solid #d8dae2; }

.component-secondary {
  border-bottom: 1px solid #d8dae2;
  padding: 0px 20px 20px;
  margin: 0 -20px; }
  .component-secondary .component-subtitle {
    display: block;
    line-height: inherit;
    font-family: "RobotoBold", Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 400; }
  .component-secondary .component-info {
    margin-top: 5px; }

.folder {
  padding: 2px 8px; }
  .folder .folder-actions {
    display: inline;
    text-align: right;
    margin-top: 4px;
    width: auto;
    float: right; }
  .folder .folder-details {
    display: inline;
    width: auto; }

div[class*="span"] {
  display: inline-block;
  float: left; }
  @media (max-width: 768px) {
    div[class*="span"] {
      width: 100%; } }

.section-grey {
  margin-top: -10px;
  background: #efefef;
  padding: 10px;
  min-height: 400px;
  margin-bottom: 10px; }

.span1 {
  width: calc((1/12)*100%); }

.span2 {
  width: calc((2/12)*100%); }

.span3 {
  width: calc((3/12)*100%); }

.span4 {
  width: calc((4/12)*100%); }

.span5 {
  width: calc((5/12)*100%); }

.span6 {
  width: calc((6/12)*100%); }

.span7 {
  width: calc((7/12)*100%); }

.span8 {
  width: calc((8/12)*100%); }

.span9 {
  width: calc((9/12)*100%); }

.span10 {
  width: calc((10/12)*100%); }

.span11 {
  width: calc((11/12)*100%); }

.span12 {
  width: 100%; }

.sector-header {
  display: block; }

.cta-panel {
  min-height: 100px;
  padding-left: 19px;
  padding-right: 19px; }
  .cta-panel.cta-panel-gray {
    background-color: #d8dae2; }
    .cta-panel.cta-panel-gray h2 {
      color: #3d466c; }
  .cta-panel.cta-panel-white {
    margin-top: -20px;
    background-color: #ffffff; }
    .cta-panel.cta-panel-white h2 {
      color: #3d466c; }
  .cta-panel.cta-panel-green {
    background-color: #c5e09a; }
    .cta-panel.cta-panel-green h2 {
      color: #3d466c; }
  .cta-panel h2 {
    display: block;
    font-size: 19px;
    margin: 0;
    margin-top: 20px;
    line-height: 25px;
    font-family: "RobotoBold", Helvetica, Arial, sans-serif; }
  .cta-panel .btn {
    margin-top: 26px;
    margin-bottom: 26px; }
  .cta-panel .cancel-link {
    margin-top: 40px; }
  .cta-panel p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }

.tab-panel {
  margin-bottom: 10px;
  margin-top: 10px; }

.tile-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .tile-icon.services {
    background-image: url("../images/collection-vehicle.jpg"); }
  .tile-icon.reports {
    background-image: url("../images/reports.jpg"); }
  .tile-icon.contact {
    background-image: url("../images/contact.jpg"); }
  .tile-icon.admin {
    background-image: url("../images/admin.jpg"); }

@keyframes fadein {
  0% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
.key .key-section {
  display: inline;
  margin-right: 15px;
  background: transparent; }
  .key .key-section .description {
    line-height: 20px;
    display: inline-block;
    color: #3d466c; }
    .key .key-section .description:before {
      width: 17px;
      height: 17px;
      margin-bottom: -3px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      margin-right: 5px;
      content: ""; }
  .key .key-section.selected .description:before {
    background: rgba(170, 220, 20, 0.5);
    border: 2px solid rgba(170, 220, 20, 0.8); }
  .key .key-section.not-selected .description:before {
    background-color: rgba(0, 0, 0, 0.35);
    border: 2px solid rgba(0, 0, 0, 0.8); }
  .key .key-section.preferred .description:before {
    background: rgba(72, 143, 6, 0.8);
    border: 2px solid rgba(170, 220, 20, 0.8); }
  .key .key-section.not-preferred .description:before {
    background: rgba(241, 251, 209, 0.8);
    border: 2px solid rgba(188, 232, 48, 0.8); }

/* Styling for Ion Range Slider widget */
.irs-bar {
  border-top: 1px solid #9BCD41 !important;
  border-bottom: 1px solid #9BCD41 !important;
  background: #9BCD41 !important;
  background: linear-gradient(to top, rgba(170, 220, 20, 0.5) 0%, rgba(170, 220, 20, 0.8) 100%) !important; }

.irs-from,
.irs-to,
.irs-single {
  color: #030F40 !important;
  background: #9BCD41 !important;
  background: linear-gradient(to top, rgba(170, 220, 20, 0.5) 0%, rgba(170, 220, 20, 0.8) 100%) !important; }

.irs-min,
.irs-max {
  background: rgba(170, 220, 20, 0.5) !important;
  color: #030F40 !important; }

.cb-slideshow,
.cb-slideshow:after {
  width: 100%;
  top: 0px;
  left: 0px;
  list-style: none;
  padding: 0px;
  overflow: hidden;
  margin: 0px;
  height: 100vh;
  background-color: #000;
  display: block;
  position: absolute;
  z-index: -1;
  border-bottom: 0; }

.cb-slideshow:after {
  content: '';
  background: transparent url(../images/bg-home.png) repeat top left;
  z-index: 1; }

.cb-slideshow li {
  width: 100vw;
  height: 100vh; }

.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  animation: imageAnimation 24s linear infinite 0s;
  -webkit-animation: imageAnimation 24s linear infinite 0s;
  -moz-animation: imageAnimation 24s linear infinite 0s;
  -o-animation: imageAnimation 24s linear infinite 0s;
  -ms-animation: imageAnimation 24s linear infinite 0s; }

.cb-slideshow li:nth-child(1) span {
  background-image: url(../images/home-carrousel-01.jpg); }

.cb-slideshow li:nth-child(2) span {
  background-image: url(../images/home-carrousel-02.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s; }

.cb-slideshow li:nth-child(3) span {
  background-image: url(../images/home-carrousel-03.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s; }

.cb-slideshow li:nth-child(4) span {
  background-image: url(../images/home-carrousel-04.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s; }

/* Animation for the slideshow images */
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    animation-timing-function: ease-out; }
  25% {
    opacity: 1; }
  40% {
    opacity: 0; }
  100% {
    opacity: 0; } }
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
  opacity: 1; }

.login-form {
  background: #ffffff;
  opacity: 1;
  margin: 0 auto;
  max-width: 420px;
  padding: 20px;
  margin-top: calc((100vh - 430px)/2);
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  @media (max-width: 767px) {
    .login-form {
      width: 100%; } }
  .login-form .login-logo {
    text-align: center;
    margin: 0 auto;
    padding: 0 0 20px 0;
    margin-bottom: 5px; }
  .login-form .btn.submit {
    margin-top: 20px;
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  .login-form .login-help {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0; }
    .login-form .login-help a {
      text-decoration: underline;
      font-family: "RobotoBold", Helvetica, Arial, sans-serif; }

/* ==========================================================================
   Actions

   Styling for the number of actions display. e.g. Total number of actions for an OperationalSubcontractor User in the Services Tile
========================================================================== */
.actions {
  position: absolute;
  right: 0px;
  top: 0px;
  font-weight: bold;
  background: #3d466c;
  color: white;
  border-radius: 50%;
  width: 20px; }

.custom-tr td {
  padding: 0px !important; }

.custom-checkbox label input {
  margin: 5px; }

/* ==========================================================================
   Special styles for presenting Page Template Dashboard
========================================================================== */
.page-dashboard {
  background-color: white; }
  .page-dashboard .chartjs-node {
    margin-top: 30px; }

.page-dashboard-default .card {
  min-height: 345px; }

.page-dashboard-mytasks .card {
  min-height: 320px; }

/* ==========================================================================
   Special styles for presenting Page Template Form
========================================================================== */
.page-form {
  /* Styles here */ }

.page-form-default {
  /* Styles here */ }

.page-form-imagemap {
  /* Styles here */ }

.page-form-tabs {
  /* Styles here */ }

/* ==========================================================================
   Special styles for presenting Page Template Login
========================================================================== */
.page-login-users .profilecard:hover, .page-login-users .profilecard:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }
.page-login-users .mx-navigationlist .mx-navigationlist-item {
  padding: 0;
  border-style: none;
  background-color: transparent; }

/* ==========================================================================
   Special styles for presenting Page Template Master Detail
========================================================================== */
.page-masterdetail {
  /* Styles here */ }

.page-masterdetail-basic {
  /* Styles here */ }

.page-masterdetail-big {
  /* Styles here */ }

.page-masterdetail-imagemap {
  /* Styles here */ }

.page-masterdetail-multilevel {
  /* Styles here */ }

/* ==========================================================================
   Special styles for presenting Page Template Tabs
========================================================================== */
.page-tabs {
  /* Styles here */ }
  .page-tabs .tabsfullwidth {
    background-color: white; }

.page-tabs-default {
  /* Styles here */ }

.page-tabs-fullwidth {
  /* Styles here */ }
  .page-tabs-fullwidth .pageheader.pageheader-fullwidth {
    border-style: none; }

/* ==========================================================================
   Special styles for presenting Page Template Website
========================================================================== */
.page-website {
  /* Styles here */ }

.page-website-actions {
  /* Styles here */ }

.page-website-items {
  /* Styles here */ }

.page-website-items-detail {
  /* Styles here */ }

.page-website-presentation {
  /* Styles here */ }

/* ==========================================================================
   Special styles for presenting Page Template Wizard
========================================================================== */
.page-wizard {
  /* Styles here */ }

.page-wizard-default {
  /* Styles here */ }

.page-wizard-titlecentered {
  /* Styles here */ }

/* ==========================================================================
   Special styles for presenting Page Template Phone
========================================================================== */
.phone-page-dashboard {
  background-color: white; }

.phone-page-dashboard-default {
  /* Styles here */ }

/* ==========================================================================
   Special styles for presenting Page Template Phone Form
========================================================================== */
.phone-page-form {
  /* Styles here */ }

.phone-page-form-default {
  /* Styles here */ }

.phone-page-form-edit {
  /* Styles here */ }

/* ==========================================================================
   Special styles for presenting Page Template Phone Listview
========================================================================== */
.phone-page-listview {
  /* Styles here */ }

.phone-page-listview-default {
  /* Styles here */ }

/* ==========================================================================
   Special styles for presenting Page Template Phone Wizard
========================================================================== */
.phone-page-wizard {
  /* Styles here */ }

.phone-page-wizard-default {
  /* Styles here */ }

/* ==========================================================================
   Special styles for presenting Page Template Tablet Dashboard
========================================================================== */
.tablet-page-dashboard {
  background-color: white; }

.tablet-page-dashboard-default {
  /* Styles here */ }

.tablet-page-dashboard-big {
  /* Styles here */ }

.tablet-page-dashboard-mytasks {
  /* Styles here */ }

/* ==========================================================================
   Special styles for presenting Page Template Tablet Form
========================================================================== */
.tablet-page-form {
  /* Styles here */ }

.tablet-page-form-default {
  /* Styles here */ }

.tablet-page-form-edit {
  /* Styles here */ }

/* ==========================================================================
   Special styles for presenting Page Template Tablet Master Detail
========================================================================== */
.tablet-page-masterdetail {
  /* Styles here */ }

.tablet-page-masterdetail-default {
  /* Styles here */ }

.tablet-page-masterdetail-leftright {
  /* Styles here */ }

/* ==========================================================================
   Special styles for presenting Page Template Tablet Wizard
========================================================================== */
.tablet-page-wizard {
  /* Styles here */ }

.tablet-page-wizard-default {
  /* Styles here */ }

/* ==========================================================================
   Action Block
========================================================================== */
.actionblock {
  font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 20px 0;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap; }
  .actionblock span {
    display: block;
    margin: auto auto 20px auto;
    font-size: 72px; }
  .actionblock img {
    height: 72px;
    display: block;
    margin: auto auto 20px auto; }

/* ==========================================================================
   Card
========================================================================== */
.card {
  padding: 20px;
  margin: 0 0 30px 0;
  border: 1px solid #acacac;
  background-color: #FFF;
  border-radius: 3px; }
  @media only screen and (max-width: 1024px) {
    .card {
      padding: 10px; } }

.card-maps {
  padding: 0; }

/* Title + button + border below title and button */
.card-header-action {
  overflow: hidden;
  margin-bottom: 20px; }
  .card-header-action .card-title {
    float: left; }
  .card-header-action .btn {
    float: right; }

.card-details {
  padding: 10px; }

.card-title {
  margin-top: 0; }
  @media only screen and (max-width: 1024px) {
    .card-title {
      font-size: 18px; } }

.card-subtitle {
  font-size: 14px;
  color: #acacac;
  margin-bottom: 10px; }

.card-annotation {
  text-transform: uppercase;
  letter-spacing: 8px;
  padding-bottom: 10px; }

.card-icon {
  border-radius: 50%;
  margin: 30px auto;
  width: 125px;
  height: 125px; }
  @media (max-width: 992px) {
    .card-icon {
      width: 75px;
      height: 75px; } }
  .card-icon .glyphicon {
    font-size: 60px;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 992px) {
      .card-icon .glyphicon {
        font-size: 28px; } }

.card-image {
  margin: 30px auto; }

.card-user-image {
  border: 4px solid #FFF; }

.card-link {
  font-size: 10px; }

.card-company-details {
  padding: 0px 20px 10px 20px;
  margin: 0 0 30px 0;
  border: 1px solid #acacac;
  background-color: #FFF;
  border-radius: 3px; }
  @media only screen and (max-width: 1024px) {
    .card-company-details {
      padding: 10px; } }

.blue-card {
  background-color: #d8dae2;
  display: flex;
  text-align: center !important;
  padding-left: 3%;
  padding-top: 3px;
  margin-right: -20px;
  float: right;
  font-size: 13px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  overflow: hidden; }
  .blue-card span {
    margin-right: 10px; }
  .blue-card .blue-card-items {
    display: flex;
    margin-right: 10px; }

.address-title {
  font-weight: bold;
  margin-bottom: 0px; }

.address-indented {
  margin-left: 5px;
  display: inline-table; }

.comma-after::after {
  content: ", "; }

.dashboard {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  margin-left: -5px;
  margin-right: -5px; }

.dashboard > * {
  display: block;
  float: left;
  margin: 5px; }

/* ==========================================================================
   Form

   To extend the default Bootstrap form
========================================================================== */
.form-footer {
  border-top: 1px solid white;
  padding: 10px 0;
  margin-top: 20px; }

.message-log {
  padding: 20px; }

/* ==========================================================================
   Form Block

   Used in default forms
========================================================================== */
.formblock {
  margin-bottom: 20px;
  margin-top: 20px; }

.formblock-header {
  color: #2980b9;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 15px; }

/* ==========================================================================
   Master Detail Listview
========================================================================== */
.masterdetail-listview {
  background-color: white; }
  .masterdetail-listview .mx-listview {
    height: 100%;
    margin: 0; }
    .masterdetail-listview .mx-listview .mx-listview-item {
      background-color: transparent; }
      .masterdetail-listview .mx-listview .mx-listview-item.selected {
        color: #FFF; }
        .masterdetail-listview .mx-listview .mx-listview-item.selected .mx-link {
          color: #FFF; }
        .masterdetail-listview .mx-listview .mx-listview-item.selected:hover, .masterdetail-listview .mx-listview .mx-listview-item.selected:active {
          background-color: #bedcf0 !important; }

/* ==========================================================================
   Multilevel
========================================================================== */
.multilevel-tabs .mx-tabcontainer-tabs {
  margin-bottom: 10px; }

.multilevel-list .mx-listview-list {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee; }
  .multilevel-list .mx-listview-list .mx-listview-item {
    padding: 10px;
    border-color: #eee;
    border-left: 4px solid #eee;
    border-right: none;
    border-radius: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .multilevel-list .mx-listview-list .mx-listview-item:first-child {
      border-radius: 0; }
    .multilevel-list .mx-listview-list .mx-listview-item:last-child {
      border-radius: 0; }
    .multilevel-list .mx-listview-list .mx-listview-item.selected {
      border-left: 4px solid #2980b9;
      background-color: #eee !important; }

.multilevel-title label {
  font-weight: bold; }

.multilevel-subtitle {
  color: #666; }

.multilevel-message-header {
  color: #666;
  margin-bottom: 10px;
  border-bottom: 1px solid #DDD; }

.multilevel-message-header-title {
  font-size: 31.5px; }

.multilevel-message-header-subtitle {
  font-size: 17.5px;
  margin-bottom: 10px; }

.multilevel-message-text {
  margin: 10px 0; }

.multilevel-grid .mx-datagrid-head-table th {
  border-style: none; }
.multilevel-grid .mx-datagrid-body-table {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  .multilevel-grid .mx-datagrid-body-table .mx-datagrid-body tr td {
    border-color: #eee;
    border-left: 4px solid #eee;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
  .multilevel-grid .mx-datagrid-body-table .mx-datagrid-body tr.selected td, .multilevel-grid .mx-datagrid-body-table .mx-datagrid-body tr.selected:hover td {
    border-left: 4px solid #2980b9;
    background-color: #eee !important; }

/* ==========================================================================
   Page Header
========================================================================== */
.pageheader {
  border-bottom: 2px solid #eee; }
  @media (max-width: 767px) {
    .pageheader {
      margin-bottom: 0px; } }
  @media (min-width: 768px) {
    .pageheader {
      margin-bottom: 0px; } }
  @media (min-width: 992px) {
    .pageheader {
      margin-bottom: 0px; } }

.pageheader.pageheader-fullwidth {
  background-color: white;
  border-bottom: 1px solid #eee;
  margin-bottom: 0; }

.pageheader-title {
  margin-bottom: 0;
  margin-top: 0; }

.pageheader-subtitle {
  color: #2980b9; }

/* ==========================================================================
   Section Header
========================================================================== */
.sectionheader {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px; }

.sectionheader-title {
  margin-top: 0;
  margin-bottom: 10px; }

.sectionheader-subtitle {
  color: #2980b9;
  margin-bottom: 10px; }

.sectionheader-avatar {
  padding: 4px;
  border: 2px solid #eee;
  background-color: #FFF; }

/* ==========================================================================
   Profile Card
========================================================================== */
.profilecard {
  display: table;
  width: 100%;
  margin-bottom: 20px; }
  .profilecard .profilecard-contentwrapper {
    width: auto; }
  .profilecard .profilecard-imgwrapper {
    width: 150px; }
  .profilecard .profilecard-actionwrapper {
    width: auto;
    text-align: right; }
  .profilecard .profilecard-contentwrapper,
  .profilecard .profilecard-imgwrapper,
  .profilecard .profilecard-actionwrapper {
    display: table-cell;
    vertical-align: middle; }

.profilecard-btn {
  display: inline-block;
  width: 150px;
  margin-left: 5px;
  margin-bottom: 5px; }

.profilecard-img {
  border-radius: 50%;
  margin-right: 40px;
  padding: 4px;
  border: 2px solid #eee;
  background-color: #FFF; }

.profilecard-title {
  font-size: 24.5px;
  margin-bottom: 0;
  margin-top: 0; }

.profilecard-subtitle {
  color: #11354c; }

.pageheader .profilecard {
  margin-bottom: 0; }

/* ==========================================================================
   Profile Header
========================================================================== */
.profileheader {
  margin: 20px 0; }
  .profileheader .profileheader-content {
    padding: 0 10px; }
  .profileheader .profileheader-image {
    display: block;
    margin: auto auto 10px auto; }

/* ==========================================================================
   Products

   Used in Website page templates
========================================================================== */
.product-header {
  padding: 25px 0;
  border-bottom: 1px solid #eee; }

.product-title {
  margin-bottom: 0;
  margin-top: 0; }

.product-subtitle {
  color: #11354c; }

.product-btn {
  margin-top: 10px; }

/* ==========================================================================
   Sidebar Header
========================================================================== */
.sidebarheader {
  padding: 10px 20px; }

.sidebarheader-img {
  margin-bottom: 10px; }

.sidebarheader-title {
  color: #FFF; }

.sidebarheader-subtitle {
  color: #11354c; }

/* ==========================================================================
   Tabs full width
========================================================================== */
.tabsfullwidth {
  background-color: white; }
  .tabsfullwidth > .mx-tabcontainer-tabs {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .tabsfullwidth > .mx-tabcontainer-tabs {
        padding: 0 40px; } }
  .tabsfullwidth > .mx-tabcontainer-content {
    background-color: #FFF; }

.tile {
  color: #3d466c;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  border: 0;
  padding: 20px;
  text-align: center;
  min-height: 308px;
  position: relative;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
  -webkit-transition: .3s;
  transition: .3s; }
  .tile:hover, .tile:focus {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: scale(1.05); }
  .tile:active, .tile.active {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    .tile:active:focus, .tile.active:focus {
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .tile .content-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s; }
    .tile .content-wrapper .tile-content {
      display: block;
      position: relative;
      overflow: hidden;
      height: 100%; }
      .tile .content-wrapper .tile-content .tile-img {
        position: relative;
        display: block;
        height: 140px;
        width: auto;
        margin: 50px auto 30px; }
      .tile .content-wrapper .tile-content .tile-holder {
        display: block;
        margin: 0;
        padding: 0 25px;
        text-align: center; }
        .tile .content-wrapper .tile-content .tile-holder .title {
          font-size: 20px;
          margin: 0 0 15px;
          display: block;
          font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
          font-weight: 700; }
      .tile .content-wrapper .tile-content .tile-footer {
        padding: 20px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }

.tile.quick-links {
  text-align: left; }
  .tile.quick-links .form-group .control-label {
    text-align: left; }
  .tile.quick-links:hover, .tile.quick-links:focus {
    transform: none;
    box-shadow: none;
    cursor: default; }
    .tile.quick-links:hover .search, .tile.quick-links:focus .search {
      background-color: #9BCD41;
      color: #3d466c; }

/* ==========================================================================
   Products

   Used in Website page templates
========================================================================== */
.product-header {
  padding: 25px 0;
  border-bottom: 1px solid #eee; }

.product-title {
  margin-bottom: 0;
  margin-top: 0; }

.product-subtitle {
  color: #11354c; }

.product-btn {
  margin-top: 10px; }

/* ========= Wizard for setting up a new auction ===============*/
.wizard-block {
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  background: #E6E6E6;
  margin: 1% 50%;
  display: inline-block;
  color: #3d466c;
  position: relative;
  z-index: 100; }

.wizard-active {
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  background: #3d466c;
  margin: 1% 50%;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 100; }

.wizard-completed {
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  background: #9BCD41;
  margin: 1% 50%;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 100; }

.line-before::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 33px;
  width: 870%;
  height: 2px;
  background: #E6E6E6; }

.line-before-active::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 33px;
  width: 870%;
  height: 2px;
  background: #9BCD41; }

.line-after::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 33px;
  width: 870%;
  height: 2px;
  background: #E6E6E6; }

.line-after-active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 33px;
  width: 750%;
  height: 2px;
  background: #9BCD41; }

.wizard-number {
  text-align: center;
  padding: 6px 0px; }

.glyphicon-ok {
  margin-left: 7px;
  margin-top: 1px; }

.wizard-description {
  text-align: center;
  margin-left: 50px; }

.styled-input .mx-fileinput .form-control, .styled-input .mx-fileinput .form-control-static-select, .styled-input .mx-fileinput .autoCompleteMainContainer .select2-container .selection .select2-selection, .autoCompleteMainContainer .select2-container .selection .styled-input .mx-fileinput .select2-selection, .styled-input .mx-fileinput .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .styled-input .mx-fileinput .select2-search__field, .styled-input .mx-fileinput .sectorSelect .form-control-static, .sectorSelect .styled-input .mx-fileinput .form-control-static, .styled-input .mx-fileinput .sectorSelect .form-group div[class*='textBox'] > label, .sectorSelect .form-group .styled-input .mx-fileinput div[class*='textBox'] > label, .styled-input .mx-fileinput .form-group .sectorSelect div[class*='textBox'] > label, .form-group .sectorSelect .styled-input .mx-fileinput div[class*='textBox'] > label,
.styled-input .mx-fileinput .sectorSelect .form-group div[class*='textArea'] > label,
.sectorSelect .form-group .styled-input .mx-fileinput div[class*='textArea'] > label,
.styled-input .mx-fileinput .form-group .sectorSelect div[class*='textArea'] > label,
.form-group .sectorSelect .styled-input .mx-fileinput div[class*='textArea'] > label,
.styled-input .mx-fileinput .sectorSelect .form-group div[class*='datePicker'] > label,
.sectorSelect .form-group .styled-input .mx-fileinput div[class*='datePicker'] > label,
.styled-input .mx-fileinput .form-group .sectorSelect div[class*='datePicker'] > label,
.form-group .sectorSelect .styled-input .mx-fileinput div[class*='datePicker'] > label, .styled-input .mx-fileinput .readonly-input .form-control-static, .readonly-input .styled-input .mx-fileinput .form-control-static, .styled-input .mx-fileinput .readonly-input .form-group div[class*='textBox'] > label, .readonly-input .form-group .styled-input .mx-fileinput div[class*='textBox'] > label, .styled-input .mx-fileinput .form-group .readonly-input div[class*='textBox'] > label, .form-group .readonly-input .styled-input .mx-fileinput div[class*='textBox'] > label,
.styled-input .mx-fileinput .readonly-input .form-group div[class*='textArea'] > label,
.readonly-input .form-group .styled-input .mx-fileinput div[class*='textArea'] > label,
.styled-input .mx-fileinput .form-group .readonly-input div[class*='textArea'] > label,
.form-group .readonly-input .styled-input .mx-fileinput div[class*='textArea'] > label,
.styled-input .mx-fileinput .readonly-input .form-group div[class*='datePicker'] > label,
.readonly-input .form-group .styled-input .mx-fileinput div[class*='datePicker'] > label,
.styled-input .mx-fileinput .form-group .readonly-input div[class*='datePicker'] > label,
.form-group .readonly-input .styled-input .mx-fileinput div[class*='datePicker'] > label, .styled-input .mx-fileinput .form-disabled p, .form-disabled .styled-input .mx-fileinput p {
  width: 80%; }
.styled-input .mx-fileinput .mx-wrapped-form {
  width: 19.2%; }
  .styled-input .mx-fileinput .mx-wrapped-form .mx-fileinput-upload-button {
    width: 100%; }

.wide-button {
  width: 100%; }

.red-highlight {
  background-color: #fee5e2;
  border-color: #fcaca5;
  color: #b50303; }
  .red-highlight .form-control, .red-highlight .form-control-static-select, .red-highlight .autoCompleteMainContainer .select2-container .selection .select2-selection, .autoCompleteMainContainer .select2-container .selection .red-highlight .select2-selection, .red-highlight .select2-container .select2-dropdown .select2-search .select2-search__field, .select2-container .select2-dropdown .select2-search .red-highlight .select2-search__field, .red-highlight .sectorSelect .form-control-static, .sectorSelect .red-highlight .form-control-static, .red-highlight .sectorSelect .form-group div[class*='textBox'] > label, .sectorSelect .form-group .red-highlight div[class*='textBox'] > label, .red-highlight .form-group .sectorSelect div[class*='textBox'] > label, .form-group .sectorSelect .red-highlight div[class*='textBox'] > label,
  .red-highlight .sectorSelect .form-group div[class*='textArea'] > label,
  .sectorSelect .form-group .red-highlight div[class*='textArea'] > label,
  .red-highlight .form-group .sectorSelect div[class*='textArea'] > label,
  .form-group .sectorSelect .red-highlight div[class*='textArea'] > label,
  .red-highlight .sectorSelect .form-group div[class*='datePicker'] > label,
  .sectorSelect .form-group .red-highlight div[class*='datePicker'] > label,
  .red-highlight .form-group .sectorSelect div[class*='datePicker'] > label,
  .form-group .sectorSelect .red-highlight div[class*='datePicker'] > label, .red-highlight .readonly-input .form-control-static, .readonly-input .red-highlight .form-control-static, .red-highlight .readonly-input .form-group div[class*='textBox'] > label, .readonly-input .form-group .red-highlight div[class*='textBox'] > label, .red-highlight .form-group .readonly-input div[class*='textBox'] > label, .form-group .readonly-input .red-highlight div[class*='textBox'] > label,
  .red-highlight .readonly-input .form-group div[class*='textArea'] > label,
  .readonly-input .form-group .red-highlight div[class*='textArea'] > label,
  .red-highlight .form-group .readonly-input div[class*='textArea'] > label,
  .form-group .readonly-input .red-highlight div[class*='textArea'] > label,
  .red-highlight .readonly-input .form-group div[class*='datePicker'] > label,
  .readonly-input .form-group .red-highlight div[class*='datePicker'] > label,
  .red-highlight .form-group .readonly-input div[class*='datePicker'] > label,
  .form-group .readonly-input .red-highlight div[class*='datePicker'] > label, .red-highlight .form-disabled p, .form-disabled .red-highlight p {
    background-color: #fee5e2;
    border-color: #fcaca5;
    color: #b50303; }

.yellow-highlight {
  background-color: #fef4e2;
  border-color: #fcaca5;
  color: #b50303; }

.green-highlight {
  background-color: #e7fee2;
  border-color: #fcaca5;
  color: #03b511; }

tr.Error td:last-child .mx-datagrid-data-wrapper, tr.Error td.status .mx-datagrid-data-wrapper {
  background-color: #fee5e2;
  border: 1px solid #fcaca5;
  color: #b50303;
  display: inline;
  padding: 4px; }

.exceptions-list-view .mx-listview .mx-listview-item {
  padding: 0; }
.exceptions-list-view .mx-list table.mx-table > tbody > tr > td {
  padding: 0; }
.exceptions-list-view table.mx-table.left-table > tbody > tr > td {
  padding: 0;
  border-right: 1px solid black;
  text-align: center; }
.exceptions-list-view table.mx-table.right-table > tbody > tr > td {
  padding: 0;
  border-left: 1px solid black;
  text-align: center; }
.exceptions-list-view .right-border {
  border-right: 1px solid black; }
.exceptions-list-view .thick-border-left {
  border-right: 2px solid black !important;
  text-align: center; }
.exceptions-list-view .thick-border-right {
  border-left: 2px solid black !important;
  text-align: center; }
.exceptions-list-view .no-border {
  border-right: 1px solid white !important; }
.exceptions-list-view .text-left {
  text-align: left !important; }
.exceptions-list-view .fill-cell {
  padding: 0;
  height: 100%;
  width: 100%; }
.exceptions-list-view .sticky {
  position: sticky;
  top: 0;
  background: white;
  z-index: 101; }
.exceptions-list-view table.mx-table.add-border-bottom > tbody > tr {
  border-bottom: 1px solid #d7d7d7; }
.exceptions-list-view h4 {
  font-size: 24px;
  font-weight: 600; }
.exceptions-list-view h5 {
  font-weight: 600; }
.exceptions-list-view .mx-groupbox {
  margin: 15px 0; }
  .exceptions-list-view .mx-groupbox .mx-groupbox-header {
    border: 1px solid black; }
  .exceptions-list-view .mx-groupbox .mx-groupbox-body {
    border: 1px solid black;
    border-top: none; }

.exceptions-groupbox .mx-groupbox-body {
  padding: 0 !important; }
  .exceptions-groupbox .mx-groupbox-body .left-table,
  .exceptions-groupbox .mx-groupbox-body .right-table {
    text-align: center; }
.exceptions-groupbox h2.mx-groupbox-header {
  font-size: 20px;
  font-weight: 600; }

.exceptions-header h2.mx-groupbox-header {
  font-size: 20px;
  font-weight: 600; }

.mx-groupbox.red-groupbox > .mx-groupbox-header {
  border-color: #fcaca5;
  background: #fcaca5; }

.mx-groupbox.green-groupbox > .mx-groupbox-header {
  border-color: #aff5b1;
  background: #aff5b1; }

.action-exception-btn {
  position: absolute;
  top: 6px;
  right: 60px; }

/* ==========================================================================
   Templategrid Profile Card

   Profile card styled for templategrid
========================================================================== */
.templategrid-profilecard {
  padding: 20px;
  border: 1px solid #eee;
  background-color: #FFF;
  border-radius: 3px; }
  .templategrid-profilecard .templategrid-profilecard-contentwrapper {
    width: auto; }
  .templategrid-profilecard .templategrid-profilecard-imgwrapper {
    width: 150px; }
  .templategrid-profilecard .templategrid-profilecard-contentwrapper,
  .templategrid-profilecard .templategrid-profilecard-imgwrapper {
    display: table-cell;
    vertical-align: middle; }
  .templategrid-profilecard .templategrid-profilecard-btn {
    display: block;
    margin-top: 10px; }
  .templategrid-profilecard .templategrid-profilecard-img {
    border-radius: 50%;
    margin-right: 40px;
    padding: 4px;
    border: 2px solid #eee;
    background-color: #FFF; }
  .templategrid-profilecard .templategrid-profilecard-title {
    font-size: 24.5px;
    margin-bottom: 0;
    margin-top: 0; }
  .templategrid-profilecard .templategrid-profilecard-subtitle {
    color: #11354c; }

.fix-header {
  position: absolute;
  width: 100%;
  margin-top: 80px; }

.acomodate-header .mx-templategrid-content-wrapper {
  margin-top: 50px; }

/* ==========================================================================
   Layout

   Default Mendix Layout
========================================================================== */
.profile-phone .region-topbar {
  min-height: 44px;
  background-color: #FFF;
  border: 0; }

/*
* Mendix Documentation
* Special styles for presenting mobile components
*/
/*
* Listview
*
* Default Mendix Listview
*/
.profile-phone,
.profile-tablet {
  /* Listview Load More button */ }
  .profile-phone .mx-listview .mx-listview-searchbar,
  .profile-tablet .mx-listview .mx-listview-searchbar {
    padding: 10px;
    position: relative;
    /* Reset Search Button */
    /* Search Field */ }
    .profile-phone .mx-listview .mx-listview-searchbar button,
    .profile-tablet .mx-listview .mx-listview-searchbar button {
      margin-left: 0px;
      position: absolute;
      right: 10px; }
  .profile-phone .mx-listview .mx-list .mx-listview-item:first-child,
  .profile-tablet .mx-listview .mx-list .mx-listview-item:first-child {
    border-radius: 0; }
  .profile-phone .mx-listview .mx-list .mx-listview-item:last-child,
  .profile-tablet .mx-listview .mx-list .mx-listview-item:last-child {
    border-radius: 0; }
  .profile-phone label,
  .profile-tablet label {
    overflow: hidden;
    text-overflow: ellipsis; }
  .profile-phone .mx-listview-loadMore,
  .profile-tablet .mx-listview-loadMore {
    margin: 20px auto;
    width: 95%;
    display: block; }

/*
* Mendix Documentation
* Special styles for presenting mobile components
*/
/*
* Loader
*
* Default Mendix Loader
*/
.profile-phone .mx-progress {
  width: 100%;
  height: 100%;
  max-width: 100%;
  top: 0; }
  .profile-phone .mx-progress .modal-content {
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    border-style: none;
    background: none; }
  .profile-phone .mx-progress .modal-header {
    display: none; }
  .profile-phone .mx-progress .mx-dialog-body {
    height: 100% !important;
    width: 100%; }
  .profile-phone .mx-progress .mx-progress-list {
    height: 100%;
    width: 100%;
    margin: 0; }
  .profile-phone .mx-progress .mx-progress-item {
    border-radius: 12px;
    position: relative;
    padding: 0;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    -webkit-animation: loader10m 1.5s ease-in-out infinite;
    animation: loader10m 1.5s ease-in-out infinite;
    text-indent: -9999px;
    background: none; }
    .profile-phone .mx-progress .mx-progress-item:before {
      border-radius: 12px;
      content: "";
      position: absolute;
      top: 0px;
      left: -25px;
      height: 12px;
      width: 12px;
      -webkit-animation: loader10g 1.5s ease-in-out infinite;
      animation: loader10g 1.5s ease-in-out infinite; }
    .profile-phone .mx-progress .mx-progress-item:after {
      border-radius: 12px;
      content: "";
      position: absolute;
      top: 0px;
      left: 25px;
      height: 12px;
      width: 12px;
      -webkit-animation: loader10d 1.5s ease-in-out infinite;
      animation: loader10d 1.5s ease-in-out infinite; }

@-webkit-keyframes loader10g {
  0% {
    background-color: rgba(255, 255, 255, 0.2); }
  25% {
    background-color: white; }
  50% {
    background-color: rgba(255, 255, 255, 0.2); }
  75% {
    background-color: rgba(255, 255, 255, 0.2); }
  100% {
    background-color: rgba(255, 255, 255, 0.2); } }
@keyframes loader10g {
  0% {
    background-color: rgba(255, 255, 255, 0.2); }
  25% {
    background-color: white; }
  50% {
    background-color: rgba(255, 255, 255, 0.2); }
  75% {
    background-color: rgba(255, 255, 255, 0.2); }
  100% {
    background-color: rgba(255, 255, 255, 0.2); } }
@-webkit-keyframes loader10m {
  0% {
    background-color: rgba(255, 255, 255, 0.2); }
  25% {
    background-color: rgba(255, 255, 255, 0.2); }
  50% {
    background-color: white; }
  75% {
    background-color: rgba(255, 255, 255, 0.2); }
  100% {
    background-color: rgba(255, 255, 255, 0.2); } }
@keyframes loader10m {
  0% {
    background-color: rgba(255, 255, 255, 0.2); }
  25% {
    background-color: rgba(255, 255, 255, 0.2); }
  50% {
    background-color: white; }
  75% {
    background-color: rgba(255, 255, 255, 0.2); }
  100% {
    background-color: rgba(255, 255, 255, 0.2); } }
@-webkit-keyframes loader10d {
  0% {
    background-color: rgba(255, 255, 255, 0.2); }
  25% {
    background-color: rgba(255, 255, 255, 0.2); }
  50% {
    background-color: rgba(255, 255, 255, 0.2); }
  75% {
    background-color: white; }
  100% {
    background-color: rgba(255, 255, 255, 0.2); } }
@keyframes loader10d {
  0% {
    background-color: rgba(255, 255, 255, 0.2); }
  25% {
    background-color: rgba(255, 255, 255, 0.2); }
  50% {
    background-color: rgba(255, 255, 255, 0.2); }
  75% {
    background-color: white; }
  100% {
    background-color: rgba(255, 255, 255, 0.2); } }
/* ==========================================================================
   Sidebar Header
========================================================================== */
.sidebarheader {
  padding: 10px 20px; }

.sidebarheader-img {
  margin-bottom: 10px; }

.sidebarheader-title {
  color: #FFF; }

.sidebarheader-subtitle {
  color: #11354c; }

/*
* Mendix Documentation
* Special styles for presenting mobile components
*/
/*
* Tabcontainer
*
* Default Mendix Tabcontainer for Mobile 
*/
.profile-phone .mx-tabcontainer-tabs,
.profile-tablet .mx-tabcontainer-tabs {
  margin: 0;
  padding: 0;
  border-color: transparent;
  background-color: #FFF;
  text-align: center; }
  .profile-phone .mx-tabcontainer-tabs li,
  .profile-tablet .mx-tabcontainer-tabs li {
    display: table-cell;
    float: none;
    margin: 0;
    width: 1%; }
    .profile-phone .mx-tabcontainer-tabs li a,
    .profile-tablet .mx-tabcontainer-tabs li a {
      border-radius: 0;
      box-shadow: none;
      margin: 0;
      padding: 15px 0;
      border-style: none;
      color: white;
      font-weight: normal;
      font-size: 11px;
      text-transform: uppercase; }
      .profile-phone .mx-tabcontainer-tabs li a:hover, .profile-phone .mx-tabcontainer-tabs li a:focus, .profile-phone .mx-tabcontainer-tabs li a.active,
      .profile-tablet .mx-tabcontainer-tabs li a:hover,
      .profile-tablet .mx-tabcontainer-tabs li a:focus,
      .profile-tablet .mx-tabcontainer-tabs li a.active {
        color: #000 !important;
        border-style: none;
        background-color: transparent; }
    .profile-phone .mx-tabcontainer-tabs li.active a,
    .profile-tablet .mx-tabcontainer-tabs li.active a {
      color: #acacac;
      border-style: none !important;
      background-color: transparent !important;
      position: relative; }
      .profile-phone .mx-tabcontainer-tabs li.active a:after, .profile-phone .mx-tabcontainer-tabs li.active a:before,
      .profile-tablet .mx-tabcontainer-tabs li.active a:after,
      .profile-tablet .mx-tabcontainer-tabs li.active a:before {
        position: absolute;
        width: 0;
        height: 0;
        border: solid transparent;
        border-color: transparent;
        content: " ";
        pointer-events: none; }
      .profile-phone .mx-tabcontainer-tabs li.active a:after, .profile-phone .mx-tabcontainer-tabs li.active a:before,
      .profile-tablet .mx-tabcontainer-tabs li.active a:after,
      .profile-tablet .mx-tabcontainer-tabs li.active a:before {
        top: 100%; }
      .profile-phone .mx-tabcontainer-tabs li.active a:after,
      .profile-tablet .mx-tabcontainer-tabs li.active a:after {
        left: 50%;
        margin-left: -5px;
        border-width: 5px 5px;
        border-top-color: #FFF; }
      .profile-phone .mx-tabcontainer-tabs li.active a:before,
      .profile-tablet .mx-tabcontainer-tabs li.active a:before {
        left: 50%;
        margin-left: -5px;
        border-width: 6px 5px;
        border-top-color: #FFF; }
      .profile-phone .mx-tabcontainer-tabs li.active a:after, .profile-phone .mx-tabcontainer-tabs li.active a:before,
      .profile-tablet .mx-tabcontainer-tabs li.active a:after,
      .profile-tablet .mx-tabcontainer-tabs li.active a:before {
        -webkit-transform: rotate(180deg); }
      .profile-phone .mx-tabcontainer-tabs li.active a:after,
      .profile-tablet .mx-tabcontainer-tabs li.active a:after {
        top: 80%; }
      .profile-phone .mx-tabcontainer-tabs li.active a:before,
      .profile-tablet .mx-tabcontainer-tabs li.active a:before {
        top: 75%; }

/* ==========================================================================
   Regions

   Used for navigation layouts
========================================================================== */
.region-topbar {
  min-height: 70px;
  background-color: #ffffff; }
  .region-topbar .navbar-header {
    width: 100%; }
  .region-topbar .navbar-right {
    min-height: 60px;
    max-width: 100%; }
    .region-topbar .navbar-right .mx-appswitcher-button-placeholder,
    .region-topbar .navbar-right .mx-profilemenu-button-placeholder {
      display: inline-block;
      border-left: 1px solid #eee;
      width: 60px;
      height: 60px;
      position: relative;
      float: left;
      max-width: 50%; }
      .region-topbar .navbar-right .mx-appswitcher-button-placeholder iframe,
      .region-topbar .navbar-right .mx-profilemenu-button-placeholder iframe {
        width: 48px;
        height: 48px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto auto; }
    @media (max-width: 768px) {
      .region-topbar .navbar-right {
        display: none; } }

.region-sidebar, .layout-sidebar-responsive .region-sidebar-fixed,
.region-sidebar-fixed {
  background-color: #2980b9; }
  .region-sidebar > .mx-layoutcontainer-wrapper, .layout-sidebar-responsive .region-sidebar-fixed > .mx-layoutcontainer-wrapper,
  .region-sidebar-fixed > .mx-layoutcontainer-wrapper {
    padding: 0; }

.region-content,
.mx-scrollcontainer-middle {
  padding: 0;
  background: #E6E6E6; }
  .region-content > .mx-layoutcontainer-wrapper,
  .mx-scrollcontainer-middle > .mx-layoutcontainer-wrapper {
    padding: 0; }
  .region-content > .mx-placeholder .mx-layoutgrid-fixed,
  .region-content > .mx-layoutcontainer-wrapper .mx-placeholder .mx-layoutgrid-fixed,
  .mx-scrollcontainer-middle > .mx-placeholder .mx-layoutgrid-fixed,
  .mx-scrollcontainer-middle > .mx-layoutcontainer-wrapper .mx-placeholder .mx-layoutgrid-fixed {
    max-width: 1170px;
    margin: auto; }

.region-footer > .mx-layoutcontainer-wrapper {
  padding: 0; }

.layout-sidebar-responsive .region-sidebar-fixed {
  display: none; }
  @media (min-width: 768px) {
    .layout-sidebar-responsive .region-sidebar-fixed {
      position: fixed;
      z-index: 10;
      display: block;
      overflow-x: hidden;
      overflow-y: auto;
      height: 100%;
      padding: 0; } }
@media (min-width: 768px) {
  .layout-sidebar-responsive .mx-scrollcontainer-open {
    left: -200px !important; } }

@media (min-width: 768px) {
  body[dir="rtl"] .layout-sidebar-responsive .region-sidebar-fixed {
    right: 0; } }

@media (min-width: 768px) {
  body[dir="ltr"] .layout-sidebar-responsive .region-sidebar-fixed {
    left: 0; } }

.subNavigationContainer {
  background: #dddfe3;
  margin-top: 18px;
  margin-bottom: 30px;
  min-height: 50px; }

/* .footer{
	  border-top: 5px solid $principal-green;
    height: 244px;
    background-color: $secondary-dk1-blue;
		position: relative;
		@include clear;
		.footer-wrap{
			 margin-top: 95px;
			 @media (max-width: $screen-sm-min){
 				margin-top: 0;
 			}
		}
    .logo-footer{
			float: right;
    	//height: 42px;
    	line-height: 40px;
    	margin: 50px 20px 50px 0;
			@media (max-width: $screen-sm-min){
				float: left;
				margin: 0;
			}
		}
		p{
			font-family: $font-bold;
	    float: right;
	    height: 29px;
	    line-height: 42px;
	    margin: 50px 20px 50px 0;
    	font-size: 16px;
    	color: $principal-white;
			@media (max-width: $screen-sm-min){
				float: left;
				margin: 0;
			}
		}
		.footer-links{
	    float: left;
	    margin: 38px 20px 62px 0;
			@media (max-width: $screen-sm-min){
				text-align: left;
				width: 100%;
				margin-bottom: 38px;
			}
			span{
				font-family: $font-bold;
				font-size: 16px;
	    	color: $principal-white;
				&:first-child{
					&:after{
						content: "I";
						margin-left: 5px;
						margin-right: 5px;
					}
				}
			}
		}
}*/
.footer {
  border-top: 5px solid #77b7fc;
  background-color: #000d42;
  padding-bottom: 40px; }
  .footer:after {
    content: "";
    display: block;
    clear: both; }
  .footer .footer-wrap {
    margin-top: 95px; }
    @media (max-width: 768px) {
      .footer .footer-wrap {
        margin-top: 0;
        padding-bottom: 40px; } }
  .footer .copy-rights {
    color: #3d466c;
    font-size: 12px;
    font-weight: lighter;
    text-align: center; }
  .footer .quick-links {
    color: #77b7fc;
    display: inline-block;
    margin-right: 30px; }
  .footer .logo-footer {
    float: right;
    line-height: 40px;
    margin: 25px 20px 25px 0; }
    @media (max-width: 768px) {
      .footer .logo-footer {
        float: left;
        margin: 0;
        margin-left: 30%;
        margin-top: 30px;
        margin-bottom: 30px; } }
  .footer p {
    font-family: "RobotoBold", Helvetica, Arial, sans-serif;
    float: right;
    height: 29px;
    line-height: 42px;
    margin: 50px 20px 50px 0;
    font-size: 16px;
    color: #ffffff; }
    @media (max-width: 768px) {
      .footer p {
        float: left;
        margin: 0; } }
  .footer .footer-links {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin: 38px 20px 62px 0; }
    @media (max-width: 768px) {
      .footer .footer-links {
        text-align: center;
        width: 100%;
        margin-bottom: 20px; } }
    .footer .footer-links span {
      font-family: "RobotoBold", Helvetica, Arial, sans-serif;
      font-size: 16px;
      color: #ffffff; }
      .footer .footer-links span:first-child:after {
        content: "I";
        margin-left: 5px;
        margin-right: 5px; }
  .footer .social-container {
    margin-top: -20px; }
    @media (max-width: 768px) {
      .footer .social-container {
        text-align: center; } }
    .footer .social-container .social-icon {
      float: right;
      margin-right: 8px; }
      @media (max-width: 768px) {
        .footer .social-container .social-icon {
          float: none; } }
      .footer .social-container .social-icon img {
        max-width: 100%;
        height: auto; }

.mx-underlay {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: transparent; }

/* ==========================================================================
   Navbar Brand

   For your company, product, or project name
========================================================================== */
.navbar-brand {
  display: block;
  padding: 0; }
  .navbar-brand > img {
    height: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    padding-top: 21px;
    padding-bottom: 19px; }
    .navbar-brand > img:hover, .navbar-brand > img:focus {
      border-bottom: 5px solid #9BCD41;
      padding-bottom: 14px; }
  .navbar-brand a {
    font-size: 20px;
    color: #FFF; }
    .navbar-brand a:hover, .navbar-brand a:focus {
      text-decoration: none; }

/* ==========================================================================
   Region Content

   Specific content styling
========================================================================== */
/* ==========================================================================
   Region Sidebar

   Specific sidebar styling
========================================================================== */
.region-sidebar, .layout-sidebar-responsive .region-sidebar-fixed {
  background-color: #acacac; }
  .region-sidebar > .mx-layoutcontainer-wrapper, .layout-sidebar-responsive .region-sidebar-fixed > .mx-layoutcontainer-wrapper {
    padding: 0; }

/*# sourceMappingURL=lib.css.map */
