/*Dollar Sign Display */
.dollarsign::before {
  content: "$" !important;
  position: absolute;
  top: 9px; }

griddollarsign.mx-datagrid-data-wrapper::before {
  content: "$ "; }

/*changes color of autocomplete widget to black over riding the default color of white */
.select2-dropdown.select2-dropdown--below {
  color: #111 !important; }

.row-yellow {
  background-color: yellow !important;
  color: black !important; }

.row-red {
  background-color: lightpink !important;
  color: black !important; }

.row-green {
  background-color: lightgreen !important;
  color: black !important; }

/* Player List Manager Feature Set Row Colors */
.row-f44336 {
  background-color: #f44336 !important;
  color: white !important; }

.row-e91e63 {
  background-color: #e91e63 !important;
  color: white !important; }

.row-9c27b0 {
  background-color: #9c27b0 !important;
  color: white !important; }

.row-673ab7 {
  background-color: #673ab7 !important;
  color: white !important; }

.row-3f51b5 {
  background-color: #3f51b5 !important;
  color: white !important; }

.row-2196f3 {
  background-color: #2196f3 !important;
  color: white !important; }

.row-03a9f4 {
  background-color: #03a9f4 !important;
  color: white !important; }

.row-00bcd4 {
  background-color: #00bcd4 !important;
  color: white !important; }

.row-009688 {
  background-color: #009688 !important;
  color: white !important; }

.row-4caf50 {
  background-color: #4caf50 !important;
  color: white !important; }

.row-8bc34a {
  background-color: #8bc34a !important;
  color: white !important; }

.row-cddc39 {
  background-color: #cddc39 !important;
  color: white !important; }

.row-ffeb3b {
  background-color: #ffeb3b !important;
  color: black !important; }

.row-ffc107 {
  background-color: #ffc107 !important;
  color: black !important; }

.row-ff5722 {
  background-color: #ff5722 !important;
  color: white !important; }

.row-795548 {
  background-color: #795548 !important;
  color: white !important; }

.row-607d8b {
  background-color: #607d8b !important;
  color: white !important; }

.row-ff9800 {
  background-color: #ff9800 !important;
  color: white !important; }

/* For Entrance Kiosk Only */
.bg {
  position: fixed;
  top: 0;
  left: 0;
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%; }

body {
  background-image: url(../../../img/ocean.jpg);
  background-size: 100% 100%;
  background-attachment: fixed; }

.background-colorf44336 {
  background-color: #f44336 !important;
  color: black !important; }

.pic {
  width: 400px;
  height: 120px; }

/* resize images */
.pic img {
  width: 100%;
  height: auto; }

.mobilegrid {
  background-color: #ffffff !important;
  color: black !important; }

/* ==========================================================================
   Navbar Brand - From CasinoSoft custom-classes.SCSS

   Used to style your app brand and logo height: Field: image 40px; height: 80px; 40 for GP, 80 for CS, 40 for PP
========================================================================== */
.navbar-brand {
  display: block;
  min-height: 80px;
  float: left;
  padding: 0;
  line-height: 80px; }

.navbar-brand img {
  height: 40px;
  width: auto;
  display: inline-block;
  vertical-align: middle; }

.navbar-brand a {
  font-size: 36px;
  color: #FFF; }

.navbar-brand a:hover,
.navbar-brand a:focus {
  text-decoration: none; }

/* ==========================================================================
   Buttons - From SCSS From CasinoSoft custom-classes.SCSS

   Default Bootstrap and Mendix Buttons
========================================================================== */
.btn,
.mx-button {
  /* Styles here */ }

.btn:hover,
.btn:focus,
.btn:active,
.mx-button:hover,
.mx-button:focus,
.mx-button:active {
  /* Styles here */ }

.mx-link {
  /* Styles here */ }

/* CC Removed these styles */
/* ==========================================================================
   Modals - From SCSS From CasinoSoft custom-classes.SCSS

   Default Mendix Modals. Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults
========================================================================== */
.modal-dialog .modal-content {
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
  .modal-dialog .modal-content .modal-header {
    border-radius: 0;
    padding: 15px 20px; }
    .modal-dialog .modal-content .modal-header .close {
      opacity: 1;
      filter: alpha(opacity=100);
      /* For IE8 and earlier */
      text-shadow: none;
      margin-top: -3px; }
  .modal-dialog .modal-content .modal-body {
    padding: 20px;
    color: darkslategray; }
  .modal-dialog .modal-content .modal-footer {
    padding: 20px;
    margin-top: 0;
    border-style: none;
    text-align: left; }

.modal-dialog .modal-content {
  background-color: white; }

.modal-dialog .modal-content .modal-header h4 {
  color: darkslategray !important; }

.modal-dialog .modal-content .modal-header .close {
  color: darkslategray !important; }

/* Styles here */
/* ==========================================================================
   Groupbox - CasinoSoft Last Minute Changes

   Default Mendix Groupboxes
========================================================================== */
.mx-groupbox {
  color: darkslategray; }
  .mx-groupbox > .mx-groupbox-header {
    border: none; }
    .mx-groupbox > .mx-groupbox-header .mx-groupbox-collapse-icon {
      /* Styles here */ }
  .mx-groupbox > .mx-groupbox-body {
    background-color: white;
    border: none; }
  .mx-groupbox .mx-groupbox-header + .mx-groupbox-body {
    /* Styles here */ }
  .mx-groupbox.collapsed > .mx-groupbox-header {
    /* Styles here */ }
  .mx-groupbox.groupbox-white > .mx-groupbox-header {
    color: lightgrey; }

/* ==========================================================================
   Dataview - CasinoSoft Last Minute Changes

   Default Mendix Dataview Widget. The data view is used for showing the contents of exactly one object
========================================================================== */
.mx-dataview {
  color: darkslategray; }
  .mx-dataview .mx-dataview-controls {
    /* Control bar */ }
    .mx-dataview .mx-dataview-controls .mx-button {
      /* Buttons */ }
  .mx-dataview .mx-dataview-message {
    /* Dataview empty message */
    background: #222224; }

/* ==========================================================================
   Listview - CasinoSoft Last Minute Changes

   Default Mendix Listview Widget. The list view shows a list of objects arranged vertically. Each object is shown using a template
========================================================================== */
.mx-listview {
  background: white; }
  .mx-listview .mx-button.mx-listview-clear-button {
    /* Clear search button (overrides load more button stying) */ }
  .mx-listview > .mx-button {
    /* Load more button */ }
  .mx-listview .mx-listview-list {
    /* Styles here */ }
  .mx-listview .mx-listview-item {
    border-left: none;
    border-right: none;
    border-radius: 0 !important;
    background-color: white;
    border-top: 1px solid grey;
    color: darkslategray; }
    .mx-listview .mx-listview-item:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .mx-listview .mx-listview-item.selected {
      color: slateblue; }
      .mx-listview .mx-listview-item.selected:hover {
        color: slateblue; }
    .mx-listview .mx-listview-item:nth-child(2n+1) {
      background-color: white; }

/* ==========================================================================
   Inputs - CasinoSoft Last Minute Changes
========================================================================== */
.form-control {
  color: darkslategray;
  background-color: white;
  border: 1px solid darkslategrey;
  border-radius: 0; }
  .form-control[readonly] {
    color: darkslategray;
    background-color: lightgray;
    border: 1px solid darkslategrey;
    border-radius: 0; }
  .form-control option {
    color: darkslategray;
    background-color: white; }

textarea.form-control {
  /* Styles here */
  color: darkslategray;
  background-color: white; }

.form-control:focus {
  color: darkslategray;
  background-color: lightgrey;
  border: 1px solid darkslategrey;
  border-radius: 0; }

.mx-textarea label {
  /* Styles here */ }

/* ==========================================================================
   Grid - CasinoSoft Last Minute Changes

   Default Mendix Grid
========================================================================== */
.mx-grid {
  /* Styles here */ }
  .mx-grid .mx-grid-controlbar {
    /* Styles here */ }
    .mx-grid .mx-grid-controlbar .mx-grid-pagingbar {
      /* Paging */ }
      .mx-grid .mx-grid-controlbar .mx-grid-pagingbar .mx-button {
        color: darkslategrey; }
        .mx-grid .mx-grid-controlbar .mx-grid-pagingbar .mx-button:hover {
          color: grey; }
      .mx-grid .mx-grid-controlbar .mx-grid-pagingbar .mx-grid-paging-status {
        /* Text Paging .. to .. to .. */ }
    .mx-grid .mx-grid-controlbar .mx-grid-searchbar {
      /* Styles here */ }
      .mx-grid .mx-grid-controlbar .mx-grid-searchbar .mx-grid-search-item {
        /* Styles here */ }
        .mx-grid .mx-grid-controlbar .mx-grid-searchbar .mx-grid-search-item .mx-grid-search-label {
          /* Styles here */ }
      .mx-grid .mx-grid-controlbar .mx-grid-searchbar .mx-grid-search-input {
        /* Styles here */ }
        .mx-grid .mx-grid-controlbar .mx-grid-searchbar .mx-grid-search-input .form-control {
          /* Styles here */
          color: #000;
          background-color: slateblue; }
        .mx-grid .mx-grid-controlbar .mx-grid-searchbar .mx-grid-search-input .mx-button {
          /* Styles here */ }

/* ==========================================================================
   Form - CasinoSoft Last Minute Changes

   To extend the default form
========================================================================== */
.form {
  /* Styles here */ }

.form-group .control-label {
  color: darkslategray; }

.form-control-static {
  /* Styles here */ }

.form-footer {
  border-color: rgba(255, 255, 255, 0.15); }

.helper-button {
  width: 42px;
  border-radius: 4px;
  background-color: lightgrey;
  border: none;
  color: black; }

.six-pack__pair {
  display: flex;
  align-items: center;
  flex: 1 50%;
  margin-bottom: 0.6em; }
  .six-pack__pair p {
    margin: 0; }

.six-pack__pair > div:last-child {
  margin-right: 1em;
  text-align: right;
  flex: 1; }

.dijitCalendarContainer .dijitCalendarMonthLabel {
  color: black; }

.checkbox__tight.form-group > div {
  padding: 0;
  margin: 0; }

.checkbox__tight > div > label {
  text-align: left !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.table__tight td {
  padding: 0 !important; }

.label__CenterOnCheckBox {
  padding-top: 3 !important; }

.mx-title {
  margin: 0;
  color: white;
  font-size: 36px;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis; }

.region-sidebar,
.region-sidebar-fixed {
  border-right: 1px solid darkslategrey; }
  .region-sidebar > .mx-layoutcontainer-wrapper,
  .region-sidebar-fixed > .mx-layoutcontainer-wrapper {
    /* Styles here */ }
  .region-sidebar .mx-navigationtree .navbar-inner ul li a,
  .region-sidebar-fixed .mx-navigationtree .navbar-inner ul li a {
    background: transparent; }
  .region-sidebar.mx-scrollcontainer-toggleable,
  .region-sidebar-fixed.mx-scrollcontainer-toggleable {
    background-color: transparent; }

.card-link {
  /* Styles here */ }

/*# sourceMappingURL=custom.css.map */
