html,body { height: 100%; margin: 0px; padding: 0px;
  /* overflow:hidden; */
  }
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #0E0E0E !important; /* #F8F8F8 #222222 #151515 */
  font-weight: 200 !important;
  font-size:14px;
  color:#fff;
}
aside {
  color:#0E0E0E !important;
}

/* ::-webkit-scrollbar {
  opacity:0;
  border-radius: 4px;
  width: 8px;
  height:4px;
}

::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  opacity:1;
  border-radius: 6px;
  cursor: pointer;
} */

.full-height {
  height:100%;

}
.full-height.scroll-y {
  overflow-x: hidden;
  overflow-y: scroll
}
.absolute-bottom {
  position:absolute;
  bottom:0px;
  width:100%;
}
.fixed-bottom {
  position:fixed;
  bottom:0px;
  width:100%;
}
.fixed-right {
    position: fixed;
    right: 0;
    text-align: center;

}




.table td, .table th {
    padding: .75rem;
    vertical-align: top;
     border-top: 1px solid #444444 !important;
}

.font-bold {
  font-weight:bold;
  letter-spacing:1px
}
.overflow-hidden {
  overflow:hidden !important;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.active { color:#6A934D !important; }
.text-primary { color:#6A934D !important; }
.disabled { cursor:not-allowed; color:#ddd; }
.navbar.bg-inverse {
  background-color: #000 !important;
  color:#fff !important;
}
.nav i { font-size:20px; }/* !important*/
a, .cursor-pointer, button {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor:not-allowed;
}
a {
  text-decoration: underline !important;
}
a:hover {
  text-decoration: none !important;
}
.truncate-200 {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-header {
  background-color: #fff;
}
.card-inverse {
  color:#fff !important;
}
.btn {
  border-radius:25px !important;
  text-decoration: none !important;
  font-size:14px;
  padding: .7rem 1rem !important;
}
.btn-sm {
  border-radius:20px !important;
  font-size:12px;
  padding: .4rem 1rem !important;
}
.btn-lg {
  border-radius:27px !important;
  font-size:16px !important;
}
.btn.inverse {
  background-color: #fff !important;
  color:#6A934D !important;
}
.btn.btn-default {
  background-color: #DFDFDF !important;
  color:#333 !important;
}
.btn.btn-secondary {
  background-color: transparent !important;
  border-color: #444444 !important;
  color:#fff;
  border-radius:17px;
}
.btn.btn-primary {
  background-color: #6A934D !important;
  border-color: #6A934D !important;
  color:#fff !important;
  border-radius:17px;
}
/* green */
.success {
  background-color: #72B817 !important;
}
/* orange */
.primary {
  background-color: #6A934D !important;
}
.primary-darker {
  background-color: #e58e00;
}
/* orange */
.orange {
  background-color: #6A934D;
}
.orange-darker {
  background-color: #E8760D;
}
/* blue */
.blue {
  background-color: #2E8CCA;
}
.blue-darker {
  background-color: #2E8CCA;
}
/* red */
.red {
  background-color: #e74c3c;
}
.red-darker {
  background-color: #c0392b;
}
/* purple */
.purple {
  background-color: #9b59b6;
}
.purple-darker {
  background-color: #8e44ad;
}




























/* Extra small devices (portrait phones, less than 576px)
   No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }










.panel {
    background: transparent !important;
  }
.container-fluid {
  padding:0px !important;

}

.fixed-sidebar-left .side-nav > li > a.active, {
   background: #444444 !important;
 }


 a.toggle-left-nav-btn,
 a#toggle_mobile_nav,
 a#toggle_mobile_search {
   color: #ffffff;
   position: relative;
   line-height: 66px;
 }
 a.toggle-left-nav-btn i,
 a#toggle_mobile_nav i,
 a#toggle_mobile_search i {
   font-size: 21px;
   vertical-align: middle;
 }

 a#toggle_mobile_nav {
   display: inline-block;
 }
 .shared-notifications {
   position: absolute;
   right: 20px;
   top: 0;
 }
 @media (max-width: 1024px) {
   .shared-notifications {
     position: absolute;
     right: 0px;
     top: 0;
   }

}



/* top bar */
 .wrapper.theme-4-active .navbar.navbar-inverse, .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
     background: #000000;
 }
 .navbar.navbar-inverse.navbar-fixed-top {
    border-bottom: 1px solid #444444;
    margin-bottom: 0;
    min-height: 66px;
    padding: 0 0 0 0;
}
/* left sidebar */
 .wrapper.theme-4-active .fixed-sidebar-left .side-nav {
    background: #151515;
    overflow-x: none;
}
.navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
  font-size:18px !important;
  line-height:18px;
}
.navbar.navbar-inverse.navbar-fixed-top .nav-header {
  padding-left: 10px;
}
.navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-img {
    margin-right: 0px;
}
.navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap {
    padding-top: 18px;
}
.fixed-sidebar-left .side-nav {
    overflow-x: hidden;
  }
.fixed-sidebar-left .side-nav > li > a.active {
    background: #444444 !important;
    color: #fff;
}

.contact-list .panel {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
     border-left: 0px;
}
ul.inbox-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.inbox-nav li {
  display: inline-block;
  width: 100%;
}
ul.inbox-nav li a {
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
ul.inbox-nav li a i {
  font-size: 16px;
  padding-right: 10px;
  color: #878787;
}

ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
  background: rgba(33, 33, 33, 0.05);
}
ul.inbox-nav li.active {
    background-color: #6A934D;
}
ul.inbox-nav li.active a {
    color:#ffffff !important;
}



.table > thead > tr > th {
  border-bottom:none !important;
  color:black !important;
}
.table td {
  /*border-top-color: #DFDFDF !important;*/
}
.breadcrumb {
  margin:0px !important;
  background-color: transparent !important;
  padding:0px !important;
}
.breadcrumb .breadcrumb-item a {
  color: #333 !important;
  opacity:1 !important;

}




































.input-custom {
  border:solid 1px #fff;
  border-radius:30px;
  padding:5px 10px 5px 10px;
  color:#fff;
}
.input-custom div {
  padding:3px 10px 3px 10px;
}
.input-custom .active {
  background-color: #fff;
  border-radius:17px;
  color:#6A934D;
  display: inline-block;
}
label, .custom-control-description { font-size:14px !important; }
.form-control {
  -webkit-background-clip: none !important;
  border: 1px solid #444444 !important;
  border-left: none !important;
  background-color: transparent !important;
  border-radius:20px;
  padding:10px;
  color:#fff !important;
  border-left:none !important;
  font-size:14px !important;
}
.input-group-addon {
  background-color: transparent !important;
  border: 1px solid #444444;
  border-right: none;
  border-radius:20px;
  color:#444444;
}
.form-group {
  margin-bottom:10px !important;
}
select option {
    margin: 40px;
    background: transparent;
    color: #444444 !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
/*select {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
    display: none;
}
select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #666666 !important;
  /*border-radius:17px;*/
  font-size:14px !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #666666 !important;
  /*border-radius:17px;*/
  opacity:  1 !important;
  font-size:14px !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #666666 !important;
  /*border-radius:17px;*/
  opacity:  1 !important;
  font-size:14px !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666666 !important;
  font-size:14px !important;
  /*border-radius:17px;*/
}

.form-control.text-dar



.admin-container th {
  border:none !important;
  color:#333 !important;
}
.admin-container td {
  color:#333 !important;
}
.admin-container .form-control {
  color:#333 !important;
  /*border-radius:0 !important;*/
}
.admin-container .form-group .form-control {
  border-radius:0 !important;
  border: 1px solid #DFDFDF !important;
  border-left:auto !important;
  font-weight: bold !important;
}
.admin-container .form-group label {
  font-weight: bold !important;
}
.admin-container label.col-form-label {
  font-weight: normal !important;
}


.modal-backdrop {

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}




/* left side bar - menu */
.menu-left a {
  background-color: #0E0E0E;
  border-bottom:solid 1px #444444;
  padding:11px;
  color:#fff !important;
  display:block;
  clear:both;
  font-size:14px;
}
.menu-left a.active {
  background-color: #444444;
}
.menu-left a:hover {
  background-color: #222222;
}





.black {
  background-color: #000;
}





/* Booking & Calendar */

  .booking-calendar-page {
    /**/
  }
  .border-right-orange {
    border-right:solid 1px #6A934D;
  }



  .option-location:hover, .option-location-active {
    background-color: #151515 !important;
  }

  .seven-columns .col-date  {
    width: 14.285714285714285714285714285714% !important;
    padding:5px !important;
    float:left !important;
    display:inline-block;
    /*border:solid red 1px !important;*/
  }
  .calendar-full .seven-columns .col-date:nth-child(7n+1) {
    clear:left !important;
  }
  .badge-round {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
  }

  .display-table {
    display:table;
    width:100%;
    height: 90%;
  }
  .display-table-cell-center {
    display: table-cell;
    vertical-align: middle;
  }

/* Home Page */

  .home-page {

  }
  .home-page-slider {
    display:table;
    width:100%;
    height:60% !important;
  }
  .home-page-slider-content {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom:30px;
  }
  .nav.row {
    background-color: #0E0E0E;
    border-bottom: 1px solid #444444;
  }

  .hr-lighter-grey {
      display: block;
      height: 0px;
      border: 0;
      border-top: 1px solid #444444;
      margin: 0;
      padding: 0;
  }
  .menu-bottom {

  }
  .menu-bottom a {
    font-size:11px;
    background-color: #151515 !important;
    max-width:300px !important;
  }
  .menu-bottom a:hover, .menu-bottom a.active {
    background-color: #222222 !important;
  }
  .menu-bottom a i {
    font-size:20px;
  }
  .position-relative {
    position: relative !important;
  }
  .border-light-grey {
    border:solid 1px #444444 !important;
  }
  .border-light-grey-right {
    border-right:solid 1px #444444 !important;
  }
  .border-light-grey-left {
    border-left:solid 1px #444444 !important;
  }
  .border-light-grey-top {
    border-top:solid 1px #444444 !important;
  }
  .border-light-grey-bottom {
    border-bottom:solid 1px #444444 !important;
  }
  .border-light-grey {
    border:solid 1px #444444 !important;
  }
  .border-lighter-grey {
    border:solid 1px #DFDFDF !important;
  }
  .border-lighter-grey-right {
    border-right:solid 1px #DFDFDF !important;
  }
  .border-lighter-grey-left {
    border-left:solid 1px #DFDFDF !important;
  }
  .border-lighter-grey-top {
    border-top:solid 1px #DFDFDF !important;
  }
  .border-lighter-grey-bottom {
    border-bottom:solid 1px #DFDFDF !important;
  }
  .border-top-none {
    border-top: none !important;
  }
  .border-bottom-none {
    border-bottom: none !important;
  }
  .border-left-none {
    border-left: none !important;
  }
  .border-right-none {
    border-right: none !important;
  }

  .no-border {
    border: 0 !important;
  }



  .nav-tabs {
     border-bottom: none !important;
  }
  .nav-tabs .nav-link {
    border:none !important;
    border-color: transparent !important;
    margin: 0 10px 0 10px !important
  }
  .nav-tabs > li > a {
     background: transparent !important;
     color: #333 !important;
     text-decoration: none !important;
  }
  .nav-tabs > li > a.active {
       font-weight:bold;
       border-bottom:2px #6A934D solid !important;
  }
  @media (max-width: 992px) {
      .nav-tabs > li.nav-item {
          float:none !important;
      }
  }





  .white {
    background-color: #ffffff !important;
  }
  .darker-grey {
    background-color: #0E0E0E;
  }
  .dark-grey {
    background-color: #151515;
  }
  .light-grey {
    background-color: #222222;
  }
  .lighter-grey {
    background-color: #444444 !important;
  }
  .lightest-grey {
    background-color: #F8F8F8 !important;
  }



/* Loading Screen */

  .loading-screen {
    display:table;
    width:100%;

  }
  .loading-screen-content {
    display: table-cell;
    vertical-align: middle;
  }

  .page-break {
      display: block;
      height: 1px;
      border: 0;
      border-top: 1px solid #fff;
      margin: 1em 0;
      padding: 0;
  }




  .underline {
    text-decoration: underline !important;
  }
  .no-underline {
    text-decoration: none !important;
  }
  .no-underline:hover {
    text-decoration: underline !important;
  }
  .text-underline {
    text-decoration: underline !important;
  }
  .text-underline:hover {
    text-decoration: none !important;
  }
  .no-margin {
    margin:0px 0px 0px 0px !important;
  }
  .no-padding {
    padding:0 !important;
  }

  .no-radius {
    border-radius: 0 !important;
  }
  .padding-5 {
    padding:5px !important;
  }
  .padding-10 {
    padding:9px;
  }
  .padding-30 {
    padding:30px !important;
  }
  .padding-15-30 {
    padding:15px 30px !important;
  }
  .padding-6-15 {
    padding:6px 15px !important;
  }
  .padding-15 {
    padding:15px !important;
  }
  .padding-20 {
    padding:20px !important;
  }
  .padding-60 {
    padding:60px !important;
  }
  .padding-left-15 {
    padding-left:15px !important;
  }
  .padding-top-0 {
    padding-top:0px !important;
  }
  .padding-right-0 {
    padding-right:0px !important;
  }
  .padding-top-10 {
    padding-top:10px !important;
  }
  .padding-top-15 {
    padding-top:15px !important;
  }
  .padding-bottom-50 {
    padding-bottom:50px !important;
  }
  .padding-bottom-20 {
    padding-bottom:20px !important;
  }
  .padding-bottom-15 {
    padding-bottom:15px !important;
  }
  .padding-bottom-none, .padding-bottom-0 {
    padding-bottom:0px !important;
  }
  .margin-15 {
    margin:15px !important;
  }
  .margin-left-15 {
    margin-left:15px;
  }
  .margin-right-15 {
    margin-right:15px;
  }
  .margin-top-10 {
    margin-top:10px;
  }
  .margin-top-15 {
    margin-top:15px;
  }
  .margin-top-30 {
    margin-top:30px;
  }
  .margin-bottom-0 {
    margin-bottom:0px;
  }
  .margin-bottom-5 {
    margin-bottom:5px !important;
  }
  .margin-bottom-10 {
    margin-bottom:10px;
  }
  .margin-bottom-15 {
    margin-bottom:15px;
  }
  .margin-bottom-20 {
    margin-bottom:20px;
  }
  .margin-bottom-30 {
    margin-bottom:30px;
  }

  .text-white {
    color:#fff !important;
  }
  .text-grey {
    color:#444444 !important;
  }
  .text-orange {
    color: #6A934D !important;
  }
  .text-blue {
    color: #2E8CCA !important;
  }
  .text-red {
    color: #cc2027 !important;
  }
  .text-purple {
    color: #9b59b6 !important;
  }
  .text-dark-grey {
    color:#2a2a2a !important;
  }

  .text-sm {
    font-size:11px !important;
  }
  .text-md {
    font-size:14px !important;
  }
  .text-lg {
    font-size:18px !important;
  }
  .text-xlg {
    font-size:34px !important;
    line-height:34px !important;
  }

  .border-0 {
    border:0 !important;
  }

  .text-normal {
    font-weight: normal !important;
  }
