/*Landing Page Css*/
@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
}

@font-face {
  font-family: "GothamRounded-Medium";
  src: url("../fonts/GothamRounded-Medium.eot") format("embedded-opentype"), url("../fonts/GothamRounded-Medium.otf") format("opentype"), url("../fonts/GothamRounded-Medium.woff") format("woff"),
    url("../fonts/GothamRounded-Medium.ttf") format("truetype"), url("../fonts/GothamRounded-Medium.svg#GothamRounded-Medium") format("svg");
}

@font-face {
  font-family: "GothamRounded-Book";
  src: url("../fonts/GothamRounded-Book.eot") format("embedded-opentype"), url("../fonts/GothamRounded-Book.otf") format("opentype"), url("../fonts/GothamRounded-Book.woff") format("woff"),
    url("../fonts/GothamRounded-Book.ttf") format("truetype"), url("../fonts/GothamRounded-Book.svg#GothamRounded-Book") format("svg");
}

/*Overide Bootstrap*/
.form-control {
  border-radius: 0;
}
.btn {
  border-radius: 10px;
}
.btn-primary {
  background-color: #00528c;
  border-color: #00528c;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
body {
  font-family: "GothamRounded-Book" !important;
  font-size: 16px;
}

a {
  color: #00528c;
}

label {
  font-weight: bold;
}
select.form-control {
  background: url(../images/select-arrow.png) 94% 66% no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
}
button {
  font-family: "GothamRounded-Medium";
}
button i {
  margin-left: 20px;
}
.pull-right {
  float: right;
}
.pull-right img {
  margin-right: 0 !important;
}
.full-width {
  width: 100%;
}

#logo_area {
  position: absolute;
  top: 25px;
  z-index: 2;
  left: 25px;
}

.welcome-message {
  width: 80%;
  z-index: 2;
  position: relative;
  top: 18px;
  left: 10%;
}
.welcome-message h1 {
  color: #f0f0f0; /* light white */ /* color: #00528c; original*/ /* color: #ffffff; white */
  font-size: 41pt;
  margin-bottom: 0;
}

.loginbox {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  border-top: 6px solid #00508b;
  z-index: 2;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 350px;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 65px !important;
}

/*Swiper Slider*/

#startslider,
.area_startslider {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: table;
  width: 100%;
}

#startslider .ce_gallery,
.area_startslider .ce_gallery {
  position: absolute;
  left: 0;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
}

#startslider .swiper-slide,
.area_startslider .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  top: -100%;
}

#startslider .swiper-slide:nth-child(2) {
  top: auto;
}
#startslider .swiper-slide {
  top: auto;
}

/*Admin site*/

/*
=========================================
=========================================

Bootstrapious Dashboard Template 1.1

=========================================
========================================= */
/*
* ==========================================================
*     GENERAL
* ==========================================================
*/
.text-bold {
  font-weight: 700;
}

.text-small {
  font-size: 0.9rem;
}

ul {
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
}

i {
  display: inline-block;
}

span {
  display: inline-block;
}

span {
  font-size: 0.9em; /*   font-size: 0.9em; */
}

i[class*="icon-"] {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

table {
  font-size: 0.8em; /* font-size: 0.9em; */
  color: #666;
  width: 100%;
}

.btn-xs {
  font-size: 0.7em !important;
  padding: 2px 5px !important;
  border-radius: 2px !important;
}

.badge {
  font-weight: 400;
  border-radius: 0;
}

.badge.badge-primary {
  background: #33b35a;
}

.mCSB_scrollTools {
  width: 4px;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #018000;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background-color: #018000;
}

.page {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  width: calc(100% - 245px);
  background-color: #f5f5f5;
  min-height: 100vh;
  padding-bottom: 50px;
}

.page.active {
  width: calc(100% - 70px);
}

.login-page,
.register-page {
  width: 100%;
}

h2 {
  color: #555;
  font-weight: 400;
}

.gmpc {
  padding: 0 !important;
  width: 100% !important;
  height: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #33b35a !important;
  border-right: 1px solid #eee;
}

@media (max-width: 575px) {
  .gmpc {
    border-right: none;
    border-bottom: 1px solid #eee;
  }
}

.breadcrumb-holder {
  background: #eceeef;
}

.breadcrumb-holder .breadcrumb {
  padding: 15px 0;
  font-size: 0.85em;
  font-weight: 300;
  color: #999;
  margin-bottom: 0;
}

.breadcrumb-holder .breadcrumb a:hover,
.breadcrumb-holder .breadcrumb:focus {
  text-decoration: none;
}

.breadcrumb-holder .breadcrumb .container {
  padding: 0;
}

.card {
  height: 100%;
  border: none;
  -webkit-box-shadow: 0px 0px 50px -20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 50px -20px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

.card-header {
  height: 50px;
  background-color: #fff;
  border-bottom-color: #f3f3f3;
  border-top: none;
}

.card-header h2,
.card-header h3 {
  margin-bottom: 0;
}

.display {
  font-weight: 400 !important;
}

input.form-control-custom {
  display: none;
}

input.form-control-custom:checked + label::before {
  background: #59b357 !important;
}

input.form-control-custom:checked + label::after {
  opacity: 1 !important;
}

input.form-control-custom.radio-custom + label::before {
  border-radius: 50%;
}

input.form-control-custom.radio-custom + label::after {
  content: "";
  width: 6px;
  height: 6px;
  line-height: 6px;
  background: #fff;
  border-radius: 50%;
  top: 7px;
  left: 5px;
}

input.form-control-custom[disabled] + label {
  cursor: not-allowed;
}

input.form-control-custom[disabled] + label::before,
input.form-control-custom[disabled] + label::after {
  border: 2px solid #aaa;
  cursor: not-allowed;
}

input.form-control-custom[checked] + label::before,
input.form-control-custom[checked] + label::after {
  border: none;
}

input.form-control-custom + label {
  font-size: 0.75em;
  margin-bottom: 0;
  margin-left: 0;
  color: #999;
  padding-left: 25px;
  padding-top: 1px;
  position: relative;
}

input.form-control-custom + label span {
  margin-left: 20px;
}

input.form-control-custom + label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #ddd;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  cursor: pointer;
}

input.form-control-custom + label::after {
  content: "\f00c";
  display: block;
  font-family: "FontAwesome";
  font-size: 8px;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 0;
  cursor: pointer;
}

button {
  cursor: pointer;
}

.section-padding {
  padding: 30px 0; /* padding: 50px 0; */
}

.section-no-padding-bottom {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .container-fluid {
    padding: 0 50px;
  }
}

/*
* ==========================================================
*     Main NAVBAR
* ==========================================================
*/

.header-logo {
  padding: 25px 15px;
  background-color: #fff;
}

nav.navbar {
  background: #fff;
  padding: 0.8rem 0;
  /* Navbar Brand --------- */
  /*  Dropdowns ------------ */
  /* Toggle Button ---------- */
}

nav.navbar .side-navbar-wrapper {
  width: 100%;
  height: 100%;
}

nav.navbar .container-fluid {
  width: 100%;
}

nav.navbar .navbar-holder {
  width: 100%;
}

nav.navbar .badge {
  position: absolute;
  top: 0;
  right: 0;
}

nav.navbar a.logout i {
  margin-left: 5px;
}

nav.navbar small {
  font-size: 0.75em;
  color: #999;
}

nav.navbar a.navbar-brand {
  margin-left: 10px;
}

nav.navbar .brand-text {
  text-transform: uppercase;
}

nav.navbar .brand-text strong {
  font-size: 1.5em;
}

nav.navbar .dropdown-menu {
  width: 320px;
  right: 0;
  left: auto;
  float: left;
  margin-top: 16px;
  padding: 20px;
  font-size: 1.1em;
}

nav.navbar .dropdown-menu a {
  font-size: 0.75em;
  color: #666;
  padding: 10px;
}

nav.navbar .dropdown-menu a:active {
  color: #fff;
}

nav.navbar .dropdown-menu a:active span {
  color: #fff;
}

nav.navbar .dropdown-menu a span {
  color: #777;
}

nav.navbar .dropdown-menu a i {
  margin-right: 5px;
}

nav.navbar .msg-body span,
nav.navbar .msg-body strong {
  display: block;
}

nav.navbar .msg-body span {
  font-size: 0.85em;
}

nav.navbar .msg-profile {
  margin-right: 10px;
  width: 50px;
}

nav.navbar .notification-content {
  font-size: 0.8em;
}

nav.navbar a.menu-btn {
  color: #00528c;
  text-align: center;
  padding: 0 !important;
  display: block;
  font-size: 35px;
}

nav.navbar a.menu-btn i[class*="icon-"] {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

/*  NAVBAR MEDIAQUERIES ---------------------------------- */
@media (max-width: 575px) {
  nav.navbar .dropdown-menu {
    width: auto;
    right: -40px;
  }
  nav.navbar .notification {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  nav.navbar .dropdown-menu strong {
    font-weight: 400;
  }
  nav.navbar .dropdown-menu a {
    font-size: 0.9em;
  }
}

/*
* ==========================================================
*     SIDE NAVBAR
* ==========================================================
*/
nav.side-navbar {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  height: 100%;
  width: 245px;
  text-align: left;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 999;
  overflow-y: auto;
  /* arrow rotation -------------- */
  /*  Side navbar small ------------------------ */
  box-shadow: -30px 0px 60px #000;
}
nav .m-box-sahdow {
  box-shadow: inset 5px 10px 30px -20px rgba(0, 0, 0, 0.5);
}
nav.side-navbar .scrolled-wrapper {
  width: 100%;
  height: 100%;
}

nav.side-navbar.hide {
  left: -70px;
}

nav.side-navbar a.brand-small {
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
}

nav.side-navbar a.brand-small:hover,
nav.side-navbar a.brand-small:focus {
  background: none;
}

nav.side-navbar a.brand-small strong {
  font-size: 1.5em;
}

nav.side-navbar li {
  position: relative;
}
nav.side-navbar li.active:after,
nav.side-navbar li:hover:after {
  position: absolute;
  width: 5px;
  height: 100%;
  content: "";
  background-color: #00528c;
  top: 0;
}

nav.side-navbar li.active a {
  color: #00528c;
}

nav.side-navbar li ul.collapse a {
  padding-left: 20px;
  border-left: 2px solid #33b35a;
}

nav.side-navbar li ul.collapse a:hover {
  background: #121212;
}

nav.side-navbar .sidenav-header {
  padding: 22px 15px;
}

nav.side-navbar .sidenav-header img {
  width: 90px;
  height: 90px;
}

nav.side-navbar .sidenav-header span,
.user-profile-mobile span {
  font-size: 0.8em;
  color: #aec3c2;
  text-transform: none;
}

nav.side-navbar .sidenav-header h2,
.user-profile-mobile h2 {
  margin: 15px 0 5px;
  color: #505050;
  font-family: "GothamRounded-Medium";
}

.user-profile-mobile {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  margin-bottom: 30px;
}

.user-profile-mobile h2 {
  margin: 0;
  font-size: 1.1em;
}

.user-profile-mobile .profile-image {
  width: 100px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.user-profile-mobile .profile-data {
  display: inline-block;
  vertical-align: middle;
}

nav.side-navbar .sidenav-header .sidenav-header-inner a {
  color: green;
  font-family: "GothamRounded-Medium";
  font-size: 14px;
  padding-top: 5px;
  border-bottom: 1px solid #e3e3e3;
  text-decoration: underline;
}

nav.side-navbar a {
  font-size: 0.95em;
  font-weight: 300;
  text-decoration: none;
  width: 100%;
  padding: 12px 20px;
  color: #00528c; /* color: #aec3c2; 6d7d7c */
  display: block;
}

nav.side-navbar a:focus,
nav.side-navbar a:hover,
nav.side-navbar a[aria-expanded="true"],
nav.side-navbar a:hover .arrow i,
nav.side-navbar li.active a .arrow i {
  color: #003585;
}

nav.side-navbar li ul {
  background: #292929;
  position: relative;
  min-width: 100%;
  left: 0;
  padding-left: 0;
}

nav.side-navbar li ul a {
  padding-left: 20px;
  font-size: 0.85em;
}

nav.side-navbar span {
  display: inline-block;
  font-family: "GothamRounded-Medium";
  font-size: 13px;
  text-transform: uppercase;
}

nav.side-navbar .main-menu ul li a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
}

nav.side-navbar .main-menu ul li a > img {
  width: 22px;
}

nav.side-navbar .badge {
  display: inline-block;
  font-size: 0.6em;
}

nav.side-navbar .arrow {
  display: block;
  font-size: 1em;
  -webkit-transform: none;
  transform: none;
}

nav.side-navbar .arrow i {
  margin: 0;
  color: #616161;
}

nav.side-navbar a[aria-expanded="false"] .arrow {
  -webkit-transform: none;
  transform: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

nav.side-navbar .brand-small {
  display: none;
}

nav.side-navbar.shrink {
  width: 70px;
  text-align: center;
}

nav.side-navbar.shrink .brand-small {
  display: block;
}

nav.side-navbar.shrink .sidenav-header-inner {
  display: none;
}

nav.side-navbar.shrink i {
  margin-right: 0;
  font-size: 1.2em;
}

nav.side-navbar.shrink .arrow {
  float: none;
  -webkit-transform: none !important;
  transform: none !important;
}

nav.side-navbar.shrink .badge {
  display: none;
}

nav.side-navbar.shrink span {
  font-size: 0.6em;
  display: block;
}

/* SIDE NAVBAR MEDIAQUERIES 1199
------------------------------ */
@media (max-width: 991px) {
  .header-logo {
    padding: 0;
    float: left;
  }
  .page {
    width: 100%;
  }
  .page.active {
    width: 100%;
  }
  .page.active-sm {
    width: calc(100% - 70px);
  }
  nav.side-navbar {
    left: -70px;
    width: 70px;
    text-align: center;
  }
  nav.side-navbar.show-sm {
    left: 0 !important;
  }
  nav.side-navbar a {
    font-size: 1.1em;
    padding: 10px;
  }
  nav.side-navbar .brand-small {
    display: block;
  }
  nav.side-navbar .sidenav-header-inner {
    display: none;
  }
  nav.side-navbar .main-menu ul li a img {
    margin-right: 0;
  }
  nav.side-navbar .arrow {
    float: none;
    -webkit-transform: none !important;
    transform: none !important;
    display: none;
  }
  nav.side-navbar .badge {
    display: none;
  }
  nav.side-navbar span {
    font-size: 0.45em;
    display: block;
  }
  nav.side-navbar li ul a {
    font-size: 0.6em;
  }
  nav.side-navbar li.active:after,
  nav.side-navbar li:hover:after {
    display: none;
  }
  nav.navbar a.menu-btn {
    text-align: right;
  }
  nav.navbar .navbar-holder {
    display: inline-block !important;
  }
}

@media (min-width: 768px) {
  nav.side-navbar a {
    font-size: 1.1em;
    padding: 5px 10px; /* padding:10px; */
  }

  nav.side-navbar li.active:after,
  nav.side-navbar li:hover:after {
    display: none;
  }
}

/*
* ==========================================================
*      DASHBOARD COUNTS
* ==========================================================
*/
section.dashboard-counts {
  color: #333;
}

section.dashboard-counts .count-title span {
  font-size: 0.8em;
  color: #aaa;
  display: block;
}

section.dashboard-counts .count-title i {
  font-size: 1.5em;
  color: #33b35a;
}

section.dashboard-counts .icon {
  margin-right: 10px;
}

section.dashboard-counts strong {
  font-size: 0.9em;
  font-weight: 500;
  color: #555;
  display: block;
}

section.dashboard-counts .count-number {
  font-size: 2.2em;
  font-weight: 300;
}

/* DASHBOARD COUNTS MEDIAQUERIES ------------------------- */
@media (max-width: 991px) {
  section.dashboard-counts div[class*="col-"] {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  section.dashboard-counts strong {
    font-size: 1em;
  }
  section.dashboard-counts span {
    font-size: 0.9em;
  }
  section.dashboard-counts .count-number {
    font-size: 3em;
  }
}

/*
* ==========================================================
*     DASHBOARD HEADER
* ==========================================================
*/
section.dashboard-header {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

section.dashboard-header .check-lists {
  margin-top: 20px;
}

section.dashboard-header .check-lists label {
  font-size: 0.75em;
}

section.dashboard-header #pieChart {
  max-width: 300px !important;
  max-height: 300px !important;
  margin: 0 auto;
}

section.dashboard-header p {
  font-size: 0.75em;
  font-weight: 400;
  color: #888;
}

section.dashboard-header li {
  margin-bottom: 10px;
}

/* DASHBOARD HEADER MEDIAQUERIES ------------------------- */
@media (max-width: 991px) {
  section.dashboard-header {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 40px;
  }
  section.dashboard-header div[class*="col-"] {
    margin-bottom: 40px;
  }
  section.dashboard-header div[class*="col-"] .wrapper {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    height: 100%;
  }
}

@media (min-width: 768px) {
  section.dashboard-header p {
    font-size: 0.9em;
  }
  section.dashboard-header h2 {
    font-size: 1.3rem;
  }
  section.dashboard-header .check-lists label {
    font-size: 0.85em;
  }
}

/*
* ==========================================================
*      STATISTICS
* ==========================================================
*/
section.statistics {
  /* User Activity ------------- */
}

section.statistics div[class*="col-"] .wrapper {
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  height: 100%;
}

section.statistics h2 {
  margin-bottom: 20px;
}

section.statistics p {
  font-size: 0.8em;
  color: #999;
  margin-bottom: 5px;
}

section.statistics .income .icon {
  font-size: 3.5em;
}

section.statistics .income .number {
  font-size: 2.5em;
  color: #555;
}

section.statistics .income strong {
  font-size: 1.5em;
}

section.statistics .data-usage canvas {
  width: 100%;
  max-width: 200px;
  border: none;
}

section.statistics .data-usage strong {
  font-size: 1.5em;
  display: block;
}

section.statistics .data-usage small {
  font-size: 0.85em;
  font-weight: 300;
  color: #aaa;
}

section.statistics .data-usage span {
  font-size: 0.95em;
  color: #aaa;
  display: block;
}

section.statistics .data-usage p {
  margin-top: 10px;
  margin-bottom: 0;
}

section.statistics .user-activity .number {
  font-size: 2.5em;
  font-weight: 300;
  color: #555;
}

section.statistics .user-activity .progress {
  border-radius: 0;
  background: #f5f5f5;
}

section.statistics .user-activity .progress .progress-bar.bg-primary {
  background: #33b35a !important;
}

section.statistics .user-activity .page-statistics {
  margin-top: 20px;
}

section.statistics .user-activity .page-statistics strong {
  display: block;
  text-transform: uppercase;
  color: #33b35a;
  font-size: 2em;
}

/* STATISTICS  MEDIAQUERIES ------------------------- */
@media (max-width: 991px) {
  section.statistics {
    padding-top: 0;
  }
  section.statistics div[class*="col-"] .wrapper {
    margin-bottom: 40px;
  }
  section.statistics div[class*="col-"]:last-of-type .wrapper {
    margin-bottom: 0;
  }
  section.statistics .data-usage {
    text-align: center;
  }
}

@media (max-width: 991px) {
  section.statistics div[class*="col-"] .wrapper {
    height: auto;
    margin-bottom: 40px;
  }
  section.statistics div[class*="col-"]:last-of-type .wrapper {
    margin-bottom: 0;
  }
  section.statistics .data-usage div[class*="col-"]:first-of-type {
    padding-bottom: 20px;
  }
  section.statistics .data-usage .gmpc {
    padding-bottom: 20px !important;
  }
  p {
    font-size: 0.85em;
  }
}

@media (min-width: 768px) {
  section.statistics h2 {
    font-size: 1.3rem;
  }
}

/*
* ==========================================================
*      UPDATES SECTION
* ==========================================================
*/
section.updates div[class*="col-"] > div {
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

section.updates .left-col {
  padding-right: 20px;
}

section.updates .card-header {
  height: 50px;
  border-top: none;
  border-bottom-color: #f3f3f3;
}

section.updates .card-header h2 {
  color: #555;
}

section.updates .icon {
  margin-right: 10px;
}

section.updates li {
  border-bottom: 1px solid #f3f3f3;
  padding: 0.75rem 1.25rem;
}

section.updates .update-date {
  font-size: 1.3em;
  font-weight: 700;
  color: #bbb;
  display: block;
}

section.updates span {
  font-size: 0.7em;
  font-weight: 300;
  color: #aaa;
  line-height: 0.5em;
  display: block;
}

section.updates strong {
  font-weight: 400;
  color: #555;
  font-size: 0.9em;
}

section.updates small {
  font-size: 0.75em;
}

section.updates a {
  color: #555;
}

section.updates a:hover,
section.updates a:focus {
  color: #555;
  text-decoration: none;
}

section.updates h2 {
  margin-bottom: 0;
}

section.updates p {
  font-size: 0.9em;
  color: #999;
  margin-bottom: 5px;
}

/* UPDATES MEDIAQUERIES ------------------------- */
@media (max-width: 991px) {
  section.updates h2 {
    font-size: 1.05rem;
  }
  section.updates strong {
    font-size: 1em;
    font-weight: 400;
  }
  section.updates small {
    font-size: 0.85em;
  }
  section.updates .full-date {
    font-size: 0.85em;
  }
}

/*
* ==========================================================
*      FEEDS SECTION
* ==========================================================
*/
section.updates {
  /*  Daily Feeds ------------------- */
  /* Activities  ------------------- */
}

section.updates .daily-feeds a.feed-profile {
  margin-right: 10px;
  width: 45px;
  height: 45px;
}

section.updates .daily-feeds a.feed-profile img {
  width: 100%;
  height: 100%;
}

section.updates .daily-feeds .badge {
  margin-right: 10px;
}

section.updates .daily-feeds strong {
  display: inline-block;
  margin-right: 5px;
}

section.updates .daily-feeds small {
  color: #999;
  display: block;
  margin-bottom: 5px;
}

section.updates .daily-feeds .card {
  padding: 10px;
  background: #fafafa;
  margin-left: 55px;
  margin-top: 10px;
}

section.updates .daily-feeds .full-date {
  line-height: 0.7em;
  margin-bottom: 10px;
}

section.updates .daily-feeds .CTAs a {
  margin-right: 5px;
}

section.updates .daily-feeds .CTAs a i {
  margin-right: 5px;
}

section.updates .daily-feeds .CTAs a:last-of-type {
  margin-right: 0;
}

section.updates .daily-feeds a.btn {
  color: #fff;
}

section.updates .activities li {
  padding: 0;
}

section.updates .activities .date-holder {
  padding-right: 0;
}

section.updates .activities .date-holder .date {
  -webkit-box-shadow: none;
  box-shadow: none;
}

section.updates .activities .date-holder .date span {
  font-size: 0.8em;
}

section.updates .activities .date-holder .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #f5f5f5;
  text-align: center;
  margin: 0;
  display: inline-block;
}

section.updates .activities .date-holder span {
  display: block;
  margin: 10px;
}

section.updates .activities .content {
  border-left: 1px solid #eee;
  border-bottom: 20px;
  padding: 10px 20px;
}

section.updates .activities .content strong {
  display: block;
  margin-right: 5px;
}

/* FEEDS MEDIAQUERIES ------------------------- */
@media (max-width: 1091px) {
  section.updates div[class*="col-"] .wrapper {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  section.updates strong {
    font-size: 1em;
  }
  section.updates small {
    font-size: 0.8em;
  }
}

/*
* ==========================================================
*       MAIN FOOTER
* ==========================================================
*/
footer.main-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #222;
  padding: 10px 0;
}

footer.main-footer p {
  font-size: 0.7em;
  color: #777;
  margin: 0;
}

/* MAIN FOOTER MEDIAQUERIES ------------------------- */
@media (max-width: 575px) {
  footer.main-footer div[class*="col-"] {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  footer.main-footer p {
    font-size: 0.9em;
  }
}

section.charts div[class*="col-"] {
  margin-bottom: 30px;
}

section.charts header {
  padding: 30px 0;
}

/*
* ==========================================================
*     LINE CHART
* ==========================================================
*/
.line-chart-example .card-block {
  padding: 20px;
}

/*
* ==========================================================
*     POLAR CHART
* ==========================================================
*/
.bar-chart-example .card-block {
  padding: 20px;
}

/*
* ==========================================================
*     POLAR CHART
* ==========================================================
*/
.polar-chart-example canvas {
  max-width: 350px;
  max-height: 350px;
  margin: 20px auto;
}

/*
* ==========================================================
*     PIE CHART
* ==========================================================
*/
.pie-chart-example canvas {
  max-width: 350px;
  max-height: 350px;
  margin: 20px auto;
}

/*
* ==========================================================
*     RADAR CHART
* ==========================================================
*/
.radar-chart-example .card-block canvas {
  max-width: 350px;
  max-height: 350px;
  margin: 20px auto;
}

/* FORMS MEDIAQUERIES -------------------------- */
@media (min-width: 768px) {
  section.charts h2 {
    font-size: 1rem;
  }
}

section.forms div[class*="col-"] {
  margin-bottom: 15px; /* golf booking 3 0f 3 page row inbetween height */
}

section.forms header {
  padding-bottom: 20px;
}

section.forms .form {
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  height: 100%;
}

section.forms .form .form-header {
  padding: 10px 20px;
  background: #fafafa;
}

section.forms .form .form-body {
  padding: 20px;
}

section.forms .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #eee;
  margin: 20px 0 30px;
}

/*
* ==========================================================
*     FORMS GENERAL
* ==========================================================
*/

section.forms input.form-control {
  border-radius: 0;
}

section.forms .select {
  margin-bottom: 20px;
}

section.forms .select:last-of-type {
  margin-bottom: 0;
  text-decoration: underline; /* added new */
}

section.forms .form-group {
  margin-bottom: 10px;
}

section.forms .form-group div[class*="col-"] {
  margin-bottom: 10px;
}

section.forms .input-group-addon {
  border-radius: 0;
  background: #f5f5f5;
}

section.forms span.input-group-addon {
  font-size: 0.8em;
  font-weight: 300;
  background: none;
}

section.forms .input-group-btn {
  font-size: 1em;
}

section.forms .input-group-btn button.dropdown-toggle {
  background: #eee;
  font-size: 0.8em;
  color: #777;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

section.forms .input-group-btn .dropdown-menu {
  padding: 10px;
  font-size: 0.8em;
  color: #777;
}

section.forms .input-group-btn .dropdown-menu a {
  text-decoration: none;
  color: inherit;
  padding: 4px 0;
}

/*
* ==========================================================
*     LOGIN PAGE
* ==========================================================
*/
.login-page,
.register-page {
  background: #f5f5f5;
  min-height: auto;
  padding-bottom: 0;
}

.login-page .form-outer,
.register-page .form-outer {
  min-height: 100vh;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}

.login-page .copyrights,
.register-page .copyrights {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.login-page .copyrights p,
.register-page .copyrights p {
  font-size: 0.6em;
  font-weight: 300;
  margin-bottom: 10px;
}

.login-page .form-inner,
.register-page .form-inner {
  padding: 40px 30px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.login-page .logo,
.register-page .logo {
  font-size: 2em;
  font-weight: 500;
}

.login-page .logo span,
.register-page .logo span {
  color: #ccc;
}

.login-page p,
.register-page p {
  font-size: 0.8em;
  font-weight: 300;
  color: #aaa;
  margin-bottom: 0;
}

.login-page form,
.register-page form {
  margin: 0 auto 10px;
  max-width: 300px;
}

.login-page form .form-group,
.register-page form .form-group {
  position: relative;
}

.login-page form input,
.register-page form input {
  outline: none;
  border-radius: 0;
  width: 100%;
  margin-right: 10px;
  padding: 6px 10px;
  color: #333;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #ddd;
  text-align: center;
  margin-top: 20px;
  font-size: 0.9em;
}

.login-page form input[type="text"],
.login-page form input[type="password"],
.login-page form input[type="email"],
.register-page form input[type="text"],
.register-page form input[type="password"],
.register-page form input[type="email"] {
  background: none;
}

.login-page form input[type="submit"],
.register-page form input[type="submit"] {
  width: 200px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 300;
  cursor: pointer;
  font-size: 0.8em;
  margin-bottom: 0;
  color: #fff;
}

.login-page form label.error,
.register-page form label.error {
  font-size: 0.7em;
  color: #dc3545;
  margin-bottom: 0;
}

.login-page form label.label-custom,
.register-page form label.label-custom {
  font-size: 0.8em;
  font-weight: 300;
  color: #aaa;
  position: absolute;
  top: 30px;
  right: 0;
  width: 100%;
  cursor: text;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.login-page form label.label-custom.active,
.register-page form label.label-custom.active {
  top: 5px;
  color: #33b35a;
}

.login-page a.forgot-pass,
.login-page a.signup,
.register-page a.forgot-pass,
.register-page a.signup {
  font-size: 0.65em;
  color: #66b0ff;
}

.login-page a.forgot-pass:hover,
.login-page a.forgot-pass:focus,
.login-page a.signup:hover,
.login-page a.signup:focus,
.register-page a.forgot-pass:hover,
.register-page a.forgot-pass:focus,
.register-page a.signup:hover,
.register-page a.signup:focus {
  color: #66b0ff;
  text-decoration: none;
}

.login-page a.forgot-pass,
.register-page a.forgot-pass {
  display: block;
}

.login-page a.create-account,
.register-page a.create-account {
  border-radius: 50px;
  font-size: 0.75em;
  margin-top: 10px;
  color: #999;
  text-transform: uppercase;
}

.login-page .terms-conditions,
.register-page .terms-conditions {
  margin-top: 20px;
}

.login-page small,
.register-page small {
  font-size: 0.65em;
  color: #aaa;
  line-height: 0.9em;
}

/* LOGIN MEDIAQUERIES -------------------------- */
@media (min-width: 768px) {
  .login-page p,
  .register-page p {
    font-size: 0.9em;
  }
  .login-page form label.label-custom,
  .register-page form label.label-custom {
    font-size: 0.9em;
  }
  .login-page form small,
  .register-page form small {
    font-size: 0.8em;
  }
  .login-page .terms-conditions label,
  .register-page .terms-conditions label {
    font-size: 0.9em;
  }
  .login-page a.forgot-pass,
  .login-page a.signup,
  .register-page a.forgot-pass,
  .register-page a.signup {
    font-size: 0.8em;
  }
  .login-page small,
  .register-page small {
    font-size: 0.8em;
  }
  .login-page .copyrights p,
  .register-page .copyrights p {
    font-size: 0.85em;
    font-weight: 400;
  }
}

/*

=====================
STYLE SWITCHER FOR DEMO
=====================

*/
#style-switch-button {
  position: fixed;
  top: 120px;
  right: 0px;
  border-radius: 0;
  z-index: 2;
}

#style-switch {
  width: 300px;
  padding: 20px;
  position: fixed;
  top: 160px;
  right: 0px;
  background: #fff;
  border: solid 1px #ced4da;
  z-index: 2000;
}

#style-switch h4 {
  color: #495057;
}

/* ========================================= 
   THEMING OF BOOTSTRAP COMPONENTS           
   ========================================= */
/*
 * 1. NAVBAR
 */
.navbar {
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
  color: white;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/*
 * 3. TYPE  
 */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1 {
  font-size: 1.5rem;
}

h2,
.h2 {
  font-size: 1.3rem;
}

h3,
.h3 {
  font-size: 1.2rem;
}

h4,
.h4 {
  font-size: 1.1rem;
}

h5,
.h5 {
  font-size: 0.9rem;
}

h6,
.h6 {
  font-size: 0.8rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 5px solid #33b35a;
}

.blockquote-footer {
  color: #868e96;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.text-primary {
  color: #33b35a !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #288b46 !important;
}

/*
 * 4. PAGINATION
 */
.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #33b35a;
  border-color: #33b35a;
}

.page-item.disabled .page-link {
  color: #868e96;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #33b35a;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
  color: #22773c;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*
* 5. DROPDOWNS
*/
.dropdown-menu {
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropdown-item {
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  background-color: #33b35a;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #868e96;
}

.dropdown-header {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  color: #868e96;
}

/*
* 6. UTILITIES
*/
.bg-primary {
  background-color: #33b35a !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #288b46 !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover {
  background-color: #1d2124 !important;
}

.border-primary {
  border-color: #33b35a !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.text-primary {
  color: #33b35a !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #288b46 !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}

/*Customize Dashboard Css*/

.header-logo img {
  width: 90px;
}
.logined .admin-title {
  font-size: 28px;
  font-family: "GothamRounded-Medium";
  font-weight: bolder;
}
.logined p {
  font-family: "Gotham-Light";
}
.booking-form label span {
  font-family: "GothamRounded-Medium";
  font-size: 20px;
}
.booking-form label img {
  margin-bottom: 5px;
  margin-right: 4px;
}
.booking-form input,
.booking-form select {
  color: #00528c;
  font-size: 15px;
  font-family: "GothamRounded-Medium";
  box-shadow: 0px 0px 40px -18px #353535;
  height: 47px !important;
  margin-bottom: 20px;
}
.booking-form button,
.booking-sheet-form button {
  height: 47px;
  font-size: 14px;
}
.form-signin-heading {
  font-family: "GothamRounded-Medium";
  font-size: 25px;
}
.form-signin input,
.form-signin button {
  height: 47px;
}
.booking-form-result,
.label-list {
  list-style: none;
}
.label-list {
  background-color: #fff;
  box-shadow: 0px 0px 40px -12px #333;
}
.label-list:first-child {
  box-shadow: 0px 0px 40px -20px #333;
}
.booking-form-result li {
  float: left;
  margin-right: 3%;
}
.booking-form-result li img {
  margin-right: 8px;
}
.booking-form-result li span {
  color: #00528c;
  font-size: 1.1em;
}
.booking-form-result li span b {
  color: initial;
}
.label-list li {
  text-align: center;
  padding: 18px 30px;
  height: 60px;
}
.label-list li:first-child {
  background-color: #007e35 !important;
}
.label-list > li:nth-child(odd) {
  background-color: #eef8ff;
}
.sheet-title {
  margin-bottom: 0;
  color: #fff;
  font-size: 19px;
  font-family: "GothamRounded-Medium";
  text-transform: uppercase;
  display: inline-block;
}
.sheet-title sup {
  font-size: 12px;
}
.label-list li img {
  margin-right: 8px;
  margin-top: -8px;
}
.label-list li span {
  font-family: "GothamRounded-Medium";
}
#available label {
  color: #007e35;
  font-family: "GothamRounded-Medium";
  font-size: 15px;
}
#available label:before {
  background: none;
  border: 1px solid #00528c;
  top: 4px;
}
#available label:after {
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  background-color: #00528c;
}
#not-available label {
  font-family: "GothamRounded-Medium";
  font-size: 15px;
}
#not-available label:before {
  top: 4px;
}
#not-available label:after {
  top: 4px;
  width: 16px;
  height: 16px;
  background: #c8102e;
  left: 0;
}
.process-booking-wrap {
  padding: 30px 0 0;
  width: 100%;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}
.card-title {
  font-size: 20px;
  font-family: "GothamRounded-Medium";
}
.card-title span {
  color: #00528c;
}
.checkstyle2 {
  position: relative;
  display: inline-block;
  height: 40px;
}
.checkstyle2 input[type="checkbox"] {
  opacity: 0;
  z-index: -1;
  display: block;
  height: 10px;
}
.checkstyle2 input[type="checkbox"] + label:after,
.checkstyle2 input[type="checkbox"] + label:before {
  display: none;
}
.checkstyle2 input[type="checkbox"] + label {
  width: 18px;
  height: 18px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #00528c;
  cursor: pointer;
  z-index: 1;
  padding: 0;
}
table tr th {
  color: #000;
}
.table-padding tr td,
.table-padding tr th {
  padding: 5px;
}

.table-padding tr td:first-child,
.table-padding tr th:first-child {
  padding-left: 0;
}
.table-padding tr td:last-child,
.table-padding tr th:last-child {
  padding-right: 0;
}
.checkstyle2 img {
  position: absolute;
  top: 4px;
  opacity: 0;
  left: -5px;
}
.checkstyle2 input[type="checkbox"]:checked + label + img {
  opacity: 1;
}
.detail {
  font-family: "GothamRounded-Medium";
  font-size: 15px;
  margin: 15px 0;
  padding-left: 15px;
  padding-right: 15px;
}
.detail > div {
  margin-bottom: 8px;
}
.detail span {
  color: #00528c;
}

.border-of-table {
  border-top: 1px solid #d7d7d7;
  padding: 15px 0 0;
}
.border-tr {
  border-bottom: 1px solid #d7d7d7;
  height: 20px;
}
.border-tr + tr > td {
  padding-top: 20px;
}
.blue-span span {
  font-family: "GothamRounded-Medium";
}
.detail .greencoloble {
  color: #007e35;
}

/* Responsive CSS */

@media (max-width: 1684px) {
  .narrow-width {
    width: 60px;
  }
  .middle-width {
    width: 112px;
  }
}

@media only screen and (max-width: 1014px) and (min-width: 767px) {
  .small-label label {
    font-size: 12px;
  }
}

@media (max-width: 1440px) {
  .welcome-message {
    left: 13%;
    top: 26px;
  }
  .welcome-message h1 {
    font-size: 38pt;
  }
}

@media (max-width: 1100px) {
  .welcome-message {
    left: 16%;
    top: 48px;
  }
  .welcome-message h1 {
    font-size: 30px;
  }
  .booking-form label span,
  .sheet-title {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .process-booking-wrap span {
    display: none;
  }
  section.forms .booking-form div[class*="col-"] {
    margin-bottom: 5px;
  }
  nav.navbar {
    padding: 1.5rem 0;
  }
  #logo_area,
  #loginbox,
  .welcome-message {
    position: relative;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 3;
  }
  .welcome-message {
    margin-top: 5%;
    top: 5px;
  }
  .welcome-message h1 {
    font-size: 38px;
  }

  nav.side-navbar .sidenav-header {
    padding: 5px 15px;
  }
}
.visible-xs {
  display: none;
}
@media (max-width: 991px) {
  .visible-xs {
    display: block;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 30px 0;
  }

  .mb-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  select.form-control {
    background-position: 98% 66%;
  }
  /* section.forms .blue-label-sm .form-group {
    display: flex;
  }*/
  .blue-label-sm label {
    color: #00528c;
    /*border: 1px solid #ced4db;*/
    border-right: 0;
    margin-bottom: 0;
    /*padding:7px;*/
    /*background-color: #fff;*/
  }
  /* .blue-label-sm label:after{
    content: ":";
    margin-left: 2px;
  }*/
  .blue-label-sm label + input,
  .blue-label-sm label + select {
    /*width: auto;
    border-left: 0;
    flex-grow: 2;*/
    box-shadow: 0px 0px 40px -18px #353535;
  }
  .blue-label-sm label + input:focus,
  .blue-label-sm label + select:focus {
    box-shadow: none;
    border-color: #ced4db;
  }
  .narrow-width,
  .middle-width {
    width: 100%;
  }
  #not-available label,
  #available label {
    font-size: 11px;
  }
  input.form-control-custom + label::before,
  #available label:after,
  #not-available label:after {
    width: 12px;
    height: 12px;
  }
  .table-padding tr td,
  .table-padding tr th {
    display: block;
    /*padding-left: 0px;
    padding-right: 0px;*/
    float: left;
    width: 50%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .checkstyle2 {
    height: 30px;
  }
  .blue-label-sm .checklabel {
    padding-left: 0;
    border: none;
  }
  /* section.forms .form-group.m-inline-flex{
    display: inline-flex;
  }
*/
  .detail {
    margin-top: 0;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 13px;
  }

  /* -- added on 16 Aug 2018 -- */
  .total-price,
  .detail-price {
    font-size: 17px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .detail-price {
    font-size: 1rem;
  }
  .total-price b,
  .detail-price b {
    width: 50%;
    display: inline-block;
  }
  /* -- added on 16 Aug 2018 -- */
  .booking-form input,
  .booking-form select {
    margin-bottom: 14px;
  }

  .upper-label-sm label {
    text-transform: uppercase;
    font-weight: bold;
  }
  .no-padding-column-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .column-padding-sm {
    padding-left: 30px;
    padding-right: 30px;
  }
  .column-dpadding-sm {
    padding-left: 45px;
    padding-right: 45px;
  }
  .form-group {
    margin-bottom: 1.7rem;
  }
  .m-bottom-0-sm {
    margin-bottom: 0 !important;
  }
  .trans-bg-sm {
    background-color: transparent;
    box-shadow: none;
  }
  .booking-form button {
    margin-top: 30px;
  }
  .label-list li {
    padding: 12px;
    height: 45px;
    border-bottom: 0.5px solid #e3e3e3;
  }
  input.form-control-custom + label {
    padding-left: 16px;
  }
  .label-list > li:nth-child(odd) {
    background-color: transparent;
  }

  .btn-form {
    width: 45%;
    margin: 0 auto;
  }

  .right-space {
    margin-right: 10%;
  }

  #myselect {
    text-align: center;
  }

  .btn-partners {
    width: 50%;
    padding-left: 15px;
    margin: 0 auto;
  }

  .btn-guest {
    width: 40%;
    padding-left: 15px;
    margin: 0 auto;
  }

  .btn-margin {
    margin-right: 10%;
  }

  #partners,
  #guest {
    padding: 0 30px !important;
  }
}
@media (max-width: 575px) {
  .label-list li span {
    color: #00528c;
    font-size: 12px;
  }
}
@media (max-width: 525px) {
  .welcome-message {
    margin-top: 10%;
  }
  .welcome-message h1 {
    font-size: 34px;
  }
  .loginbox {
    top: 35px;
  }
}
@media (max-width: 414px) {
  .welcome-message h1 {
    font-size: 26px;
  }
  .loginbox {
    width: 300px;
  }
  .label-list li img {
    width: 16px;
  }
  .booking-form label span,
  .sheet-title {
    font-size: 12px;
  }
}

.number-width {
  width: 50px;
}
.btn-select {
  background-color: #00528c;
  border: 2px solid #00528c !important;
  color: #fff;
  font-size: 13px;
  overflow: hidden;
  padding: 15px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 20px;
}
.active,
.btn-select:focus {
  color: #00528c;
  background-color: #fff;
  border: 2px solid #00528c !important;
  margin-left: 8px; /* margin-left: 8px added new */
}
.select-font {
  vertical-align: middle;
  line-height: 16px;
  height: 25px;
}
.btn-back {
  background-color: #00528c;
  border-color: #00528c;
  color: #fff;
  font-size: 13px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.btn-back:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-back i {
  margin-right: 20px;
}
#guest {
  padding: 15px;
}
.btn-search {
  cursor: pointer;
  text-align: center;
  width: 100%;
  height: 38px;
  border-radius: 5px;
  background-color: #00528c;
  padding: 5px;
  overflow: hidden;
}
.padding-top-btn {
  padding-top: 60px;
}
.btn-form {
  background-color: #00528c;
  border: 2px solid #00528c !important;
  color: #fff;
  font-size: 13px;
  overflow: hidden;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 20px;
}
.active,
.btn-form:hover {
  color: #00528c;
  background-color: #fff;
  border: 2px solid #00528c !important;
}
.div-time {
  margin-bottom: 50px;
}
.div-time .font-space {
  float: left;
  padding: 5px 15px;
}
.div-time .middle-width {
  width: 76px;
}
.btn_back {
  font-weight: bold;
}
.btn_back .fa-long-arrow-left {
  margin-right: 20px;
}
.detail div span:first-child {
  color: #212529;
  width: 120px;
}
/* new */
.partner-search {
  display: block;
  width: 100% !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0 !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding-left: 35px !important;
}
.partner-search-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}
.sub-title {
  font-weight: bold;
  margin: 40px 0 20px;
}
.my-partner .input-group {
  margin-top: 10px;
}
.blue-title {
  color: #00528c;
  font-weight: bold;
}
.my-partner label {
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 0.8em; /* added new */
  margin-left: 12px; /* added new */
}
.easy-autocomplete input {
  box-shadow: none !important;
}
.easy-autocomplete input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
.input-group {
  position: relative;
}
.easy-autocomplete {
  width: 100% !important;
}
.easy-autocomplete-container {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
  display: none;
}
.easy-autocomplete-container ul,
.easy-autocomplete-container ul li {
  border: none !important;
}
.easy-autocomplete-container ul li {
  padding: 8px 12px !important;
}
.remove-partner {
  cursor: pointer;
  color: #dc2e2e;
  font-weight: bold;
  margin-left: 10px; /* margin-left: 5px; */
  display: none;
}
.remove-partner-input {
  cursor: pointer;
  color: #dc2e2e;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  right: 25px;
  z-index: 5;
  display: none;
}
.guest-left label,
.guest-right label {
  padding-top: 10px;
  font-size: 14px;
}
.guest-left .form-control,
.guest-right .form-control {
  border-radius: 5px !important;
  border: 1px solid #00528c;
}
section.forms #guest div[class*="col-"] {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .btn-select {
    padding: 15px 10px;
    margin-right: 10px;
  }
  .div-time {
    padding: 0 30px;
  }
  section.forms #guest div[class*="col-"] {
    margin-bottom: 0;
  }
  #guest label {
    margin-top: 10px;
  }
  .btn-form {
    margin-right: 10px;
  }
  .process-booking {
    margin-bottom: 15px;
  }
  .detail-price i {
    width: 50%;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .guest-left {
    margin-left: -30px;
  }
  .guest-right {
    margin-right: -30px;
  }
}

.card-body {
  padding: 0.25rem 1.25rem;
} /* reduce golf booking 3 of 3 page row height */

.statement-enquiry-item {
  padding: 8px 15px 6px;
  border: 2px dashed #ccc;
  text-align: center;
}

.statement-enquiry-item img {
  margin-top: -4px;
  margin-right: 5px;
}

.statement-enquiry-item a,
.statement-enquiry-item a:hover {
  text-decoration: none;
}

.statement-enquiry-container {
  margin-bottom: 20px;
}
.statement-enquiry-container:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
}

@media (max-width: 375px) {
  .booking-form-result li span {
    font-size: 1em;
  }
}

@media (max-width: 340px) {
  .booking-form-result li span {
    font-size: 0.9em;
  }
}

@media (max-width:480px){.user-profile-mobile {display: none;}}
