body {
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  font-size: 0.9rem;
}
body.text-center {
  padding: 0;
}
h1 {
  font-size: 1.6rem;
  margin-bottom: 25px;
}

/***********************
****** NEW INLINE ******
***********************/
.inline-con {
  font-size: 0;
}
.inline-con.vcenter .inline {
  vertical-align: middle;
}
.inline-con.hcenter,
.inline-con.icenter .inline {
  text-align: center;
}
.inline-con.lright .inline:last-child {
  text-align: right;
}
.inline-con .inline:last-child {
  margin-right: 0;
}
.inline {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: left;
}
.i1 {
  width: calc(1 * (100% - 165px) / 12);
}
.i2 {
  width: calc(2 * (100% - 165px) / 12 + 1 * (15px));
}
.i3 {
  width: calc(3 * (100% - 165px) / 12 + 2 * (15px));
}
.i4 {
  width: calc(4 * (100% - 165px) / 12 + 3 * (15px));
}
.i5 {
  width: calc(5 * (100% - 165px) / 12 + 4 * (15px));
}
.i6 {
  width: calc(6 * (100% - 165px) / 12 + 5 * (15px));
}
.i7 {
  width: calc(7 * (100% - 165px) / 12 + 6 * (15px));
}
.i8 {
  width: calc(8 * (100% - 165px) / 12 + 7 * (15px));
}
.i9 {
  width: calc(9 * (100% - 165px) / 12 + 8 * (15px));
}
.i10 {
  width: calc(10 * (100% - 165px) / 12 + 9 * (15px));
}
.i11 {
  width: calc(11 * (100% - 165px) / 12 + 10 * (15px));
}
.nopad .inline {
  margin: 0;
}
.nopad .i1 {
  width: calc(1 * (100%) / 12);
}
.nopad .i2 {
  width: calc(2 * (100%) / 12);
}
.nopad .i3 {
  width: calc(3 * (100%) / 12);
}
.nopad .i4 {
  width: calc(4 * (100%) / 12);
}
.nopad .i5 {
  width: calc(5 * (100%) / 12);
}
.nopad .i6 {
  width: calc(6 * (100%) / 12);
}
.nopad .i7 {
  width: calc(7 * (100%) / 12);
}
.nopad .i8 {
  width: calc(8 * (100%) / 12);
}
.nopad .i9 {
  width: calc(9 * (100%) / 12);
}
.nopad .i10 {
  width: calc(10 * (100%) / 12);
}
.nopad .i11 {
  width: calc(11 * (100%) / 12);
}
.rpad10 {
  padding-right: 10px;
}
.rpad20 {
  padding-right: 20px;
}
.rpad40 {
  padding-right: 40px;
}
.lpad10 {
  padding-left: 10px;
}
.lpad20 {
  padding-left: 20px;
}
.lpad40 {
  padding-left: 40px;
}

#breadcrumbs {
  margin-bottom: 20px;
}
#breadcrumbs span {
  color: #ccc;
}
#breadcrumbs a {
  font-size: 12px;
  color: #ccc;
}
#breadcrumbs span:last-child a span {
  color: #000;
}
.container {
  margin: 0 auto;
  max-width: none;
  padding: 10px 40px;
}



.card {
  padding: 10px;
  margin-bottom: 15px;
  background: #eee;
}
.card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.card label {
  display: block;
  margin-bottom: 5px;
}
.card input + label,
.card select + label,
.card textarea + label {
  margin-top: 10px;
}
.card input[type="submit"] {
  margin-top: 10px;
}
.card input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}
.card input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.card.large {
  transform: scale(3);
  margin: 20px;
}
.card.medium {
  transform: scale(2);
  margin: 10px;
  display: inherit;
}
.card .highlight {
  background-color: yellow;
  padding: 2px;
  margin-bottom: 15px;
}


.btn-rga {
  background-color: #ff57229e;
}

.rgacard{
  padding: 10px;
  margin-bottom: 15px;
  background: #ffe8e8;
}
.rgacardh3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.rgacardlabel {
  display: block;
  margin-bottom: 5px;
}
.rgacardinput + label,
.rgacardselect + label,
.rgacardtextarea + label {
  margin-top: 15px;
}
.rgacardinput[type="submit"] {
  margin-top: 15px;
}
.rgacardinput[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}
.rgacardinput[type="checkbox"] + label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.card.large {
  transform: scale(3);
  margin: 20px;
}
.card.medium {
  transform: scale(2);
  margin: 10px;
  display: inherit;
}
.rgacard.highlight {
  background-color: yellow;
  padding: 2px;
  margin-bottom: 15px;
}


.rga-highlight{
  background: #1792961f !important; 
  font-weight: bold;
}


.form-in select.form-control {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 120px);
}
.map {
  display: block;
  margin: 15px 0px;
  font-size: 0;
  border: 1px solid #ddd;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 3px;
  color: #656565;
  background: #fff;
  position: relative;
}
.map:hover {
  color: #000;
  border-color: #000;
}
.map span.address {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
  font-size: 14px;
}
.map i.fa-check-circle {
  position: absolute;
  top: -5px;
  left: -5px;
  font-size: 16px;
  color: #28a745;
}
.map i.fa-map-marker {
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  width: 30px;
}
.map.s-complete {
  background: #c0fcd9;
}
.map.s-pending {
  background: #f5ffe1;
}
table {
  -webkit-overflow-scrolling: touch;
}
table.table th {
  border-top: 0;
}
table.table th,
table.table td {
  vertical-align: middle;
}
table.table.small td {
  font-size: 10px;
}
table.table-hover thead {
  background-color: #4688b3;
  color: #fff;
  cursor: pointer;
}
table.table-hover.rga thead {
  background-color: #009688;
  color: #fff;
  cursor: pointer;
}
table.table-hover {
  background-color: #fff;
  border: 1px solid #ddd;
}
table.table td.right {
  text-align: right;
}
table th a {
  color: #fff;
}
table span.add_tracking {
  position: absolute;
  top: 2px;
  right: 21px;
  font-size: xx-large;
  color: #6f6f6f;
  cursor: pointer;
}
table td.mob {
  white-space: normal;
}
.btn + .btn {
  margin: 5px;
}
.iframe {
  position: relative;
  padding-bottom: 55%;
  padding-top: 25px;
  height: 0;
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#uploadFile {
  display: none;
}
.upload {
  display: block;
  width: 100%;
  border: 1px dashed #ccc;
  background: #f7f7f7;
  padding: 80px 25px;
  box-sizing: border-box;
  text-align: center;
}
.upload span {
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  background: #1b578e;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 3px;
  cursor: pointer;
}
.upload span:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #103454;
}

/* topnav */
nav.navbar .navbar-toggler {
  border-color: #000;
}
nav.navbar {
  background: #daedef;
  color: #24305e;
  border-bottom: 1px solid #444;
}
nav.navbar a.nav-link {
  color: #24305e;
}
.btn-success {
  background: #24305e;
  border-color: #24305e;
  color: #fff;
}
.btn-outline-success {
  color: #24305e;
  border-color: #24305e;
}
.btn-outline-success:hover {
  background: #24305e;
  border-color: #24305e;
  color: #fff;
}
.fa-cog {
  color: #24305e;
}
.navbar + .container,
.navbar + table {
  margin: 40px auto;
}
.navbar form {
  color: rgba(255, 255, 255, 0.5);
}
.navbar form a {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
  color: rgba(255, 255, 255, 0.5);
}
.navbar form a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}
.navbar form i {
  font-size: 32px;
  margin-left: 10px;
}

/* TOP NAV */
#hdr {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background: #e8e8e8;
  border-bottom: 1px solid #444;
  margin-bottom: 15px;
}
#hdr #left {
  width: calc(100% - 475px);
  display: flex;
  align-items: center;
}
#hdr #right {
  justify-content: flex-end;
  width: 475px;
  display: flex;
  align-items: center;
}
#hdr #left ul {
  padding: 0;
  margin: 0 15px;
}
#hdr #left li {
  display: inline-block;
  margin: 0px 10px;
}
#hdr #left li a {
  color: #666;
}
#hdr #left li a:hover {
  text-decoration: none;
  color: #000;
}
#hdr .btn {
  margin-left: 5px;
}
#hdr i {
  margin-left: 15px;
}
#hdr i.fa {
  font-size: 20px;
  margin: 0px 10px;
}
#hdr i.fa-bars {
  display: inline-block;
}
#hdr i.fa-cog {
  margin-left: 30px;
}
.btn-primary {
  background-color: #4587b3;
  border: 1px solid #4587b3;
}
.btn-primary:hover {
  background-color: #72b9e8;
  border: 1px solid #72b9e8;
}
.form-control {
  padding: 4px;
  font-size: 15px;
}


/* order_details.php */
.tr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tr div {
  margin-left: 20px;
}
.tr .btn {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.order-return h3 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0px;
}
.order-return .nowrap {
  white-space: nowrap;
}
.order-return table td {
  vertical-align: middle;
}

/****
FORMS 
****/
form.form {
  margin: 0;
}
form.form .fCon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
form.form .fRow+.fRow {
  margin-top: 20px;
}
form.form .fRow .f8 {
  padding-left: 40px;
  box-sizing: border-box;
}
form.form .fRow .f4 input[type='submit'] {
  background: #FECA54;
}
form.form .half {
  width: calc(50% - 40px);
}
form.form label {
  display: block;
  width: 100%;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
form.form label p {
  margin: 0;
  font-weight: normal;
  text-transform: none;
}
form.form input[type='text'],
form.form input[type='date'],
form.form input[type='month'],
form.form input[type='password'],
form.form textarea {
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  line-height: 18px;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: 'Lato';
}
form.form input[type='radio'],
form.form input[type='checkbox'] {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0px;
}
form.form input[type='radio']+label,
form.form input[type='checkbox']+label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  margin: 5px 15px 5px 0px;
  width: auto;
}
form.form select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
form.form input[type="submit"] {
  background: #75C46B;
  color: #000;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11px 30px;
  border: 0;
  cursor: pointer;
}
form.form span+input[type="radio"] {
  margin-left: 25px;
}
form.form .fRow.fFiles {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
form.form .fRow.fFiles label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
  background: #f1f1f1;
  padding: 35px 0px;
  justify-content: center;
  border: 1px dashed #ccc;
  border-radius: 5px;
}
form.form .fRow.fFiles label span.btn {
    background: #FECA54;
    margin-bottom: 12px;
    color: #000;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 11px 30px;
    border: 0;
    cursor: pointer;
}
form.form .fRow.fFiles input[type='file'] {
  display: flex;
  height: 150px;
  box-sizing: border-box;
  width: 100%;
  opacity: 0;
  position: relative;
  z-index: 9;
}
form.form .display-upload span {
  display: block;
  background: #f1f1f1;
  border-radius: 4px;
  padding: 10px;
  margin-top: 15px;
}
form.form input[type="submit"]:hover {
  opacity: 0.75;
}
form.form hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin-top: 5px;
  padding-top: 5px;
}
form.form textarea[name="claim_notes"] {
  height: 180px;
}


/******
POP BOX
******/
#dim {
  display: none;
  position: fixed;
  z-index: 9998;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.pop {
  display: none;
  position: fixed;
  width: 400px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  z-index: 9999;
}
.pop[id^=return] {
  width: 800px;
  padding: 30px;
}


@media (max-width: 920px) {
  #hdr #left ul {
    display: none;
  }
  #hdr #left {
    width: 100px;
  }
  #hdr #right {
    width: calc(100% - 100px);
  }
  #hdr i.fa-bars {
    display: inline-block;
  }
}
@media (max-width: 650px) {
  #hdr #left,
  #hdr #right {
    width: auto;
  }
  #hdr #right form {
    display: none;
  }
}

/* PANEL */
.panel {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  padding: 60px 0 0 0;
  transition: 0.5s;
}
.panel a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
  white-space: nowrap;
}
.panel a:hover {
  color: #ccc;
}
.panel a.closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 36px;
  padding: 10px;
}
.panel p {
  font-size: 13px;
  padding: 10px 20px;
  margin: 10px 0 0 0;
  color: #fff;
  white-space: nowrap;
}

.panel form {
  display: block;
  padding: 15px;
  color: #fff;
  white-space: nowrap;
}
.panel form input[type="text"] {
  width: calc(100% - 80px);
}
#main {
  transition: margin-right 0.5s;
}
#cover {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}
/* PANEL MOBILE */
@media screen and (max-height: 450px) {

.table-con {
    width: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}


  .panel {
    padding-top: 15px;
  }
  .panel a {
    font-size: 18px;
  }
}

/* index */
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* user_dashboard */
i.fa-plus-circle {
  font-size: 45px;
}
i.fa-undo {
  font-size: 25px;
  text-align: center;
}
i.fa span {
  text-align: center;
  display: block;
  margin-top: 4px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 11px;
}
.user-dash h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 29px;
  margin: 15px 15px 10px 0;
}
.user-dash input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
}
.user-dash input[type="checkbox"] + span {
  display: inline-block;
  vertical-align: middle;
}
.user-dash .card {
  margin: 25px 0px;
  padding: 15px;
}
.user-dash .fa-chevron-right,
.user-dash .fa-chevron-left {
  font-size: 18px;
}
.user-dash .i2 .btn {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 10px 3px 10px;
  margin: 0;
}
.user-dash .i8 {
  text-align: center;
}
.user-dash .i8 h1 {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
}
.user-dash .add {
  display: inline-block;
  position: fixed;
  bottom: 25px;
  right: 25px;
  text-align: center;
  z-index: 9999;
}

.user-dash .add_sick {
  display: inline-block;
  position: fixed;
  bottom: 25px;
  right: 100px;
  text-align: center;
  z-index: 9999;
}

br.mob {
  display: none;
}

.int-page h1 {
  margin: 20px 0px;
}

/* dashboard */
.dashboard .row {
  margin: 15px 0px;
}
.dashboard .row:first-child:nth-child(odd) .col-2 {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.dashboard .row .col-2 {
  border: 1px solid rgba(86, 61, 124, 0.2);
  padding: 10px;
  background: #fff;
}
.dashboard .row .col-2:first-child {
  border: 0;
  background-color: transparent;
  padding: 15px;
}
.dashboard .col-2 {
  position: relative;
}
.dashboard .fa-stack {
  position: absolute;
  top: -12px;
  left: -12px;
  font-size: 14px;
}
.dashboard .fa-stack .fa-circle {
  font-size: 30px;
}
.dashboard .fa-stack .fa-clipboard {
  font-size: 14px;
  color: #fff;
  left: 1px;
}

.dashboard i.fa-check-circle {
  font-size: 20px;
  color: #28a745;
}
.dashboard i.fa-exclamation-circle {
  position: absolute;
  top: -7px;
  left: -7px;
  font-size: 20px;
  color: #ffc107;
}
.dashboard i.fa-times-circle {
  position: absolute;
  top: -7px;
  left: -7px;
  font-size: 20px;
  color: #dc3545;
}
.fCon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.fCon .fItem {
  width: calc(100% / 5 - 12px);
  margin: 6px;
  position: relative;
  background: #fff;
  color: #797979;
  border: 1px solid #797979;
  border-radius: 2px;
  padding: 12px;
  font-size: 13px;
}
.fCon .fItem:hover {
  color: #000;
  border-color: #000;
  text-decoration: none;
}
.fCon .fItem.s-complete {
  background: #c0fcd9;
}
.fCon .fItem.s-pending {
  background: #f5ffe1;
}

/* tickets */
.tickets select {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

/* reports */
.reports select {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.reports h3 {
  font-size: 16px;
  margin: 15px 0px;
}
.reports .logs {
  border: 1px dashed #ccc;
  padding: 0px 20px;
  margin-bottom: 15px;
}
.reports .fa-download {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  color: #000;
  margin-right: 5px;
  text-align: center;
}
.reports .fa-download b {
  display: block;
  font-size: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.tableScroll {
  max-width: 100%;
  margin: 0 auto;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.tableScroll th,
td {
/*  white-space: nowrap; */
}

/* users.php */
.users h3 {
  font-size: 19px;
  font-weight: bold;
  margin: 40px 0 17px 0;
}

/* user_details.php */
.user-details img {
  width: 150px;
  margin: 20px 0px;
  border-radius: 50%;
}

/* lookup.php */
.lookup .center {
  text-align: center;
}

/* calendar.php */
@import "compass/css3";

#calendar {
  padding: 0;
  margin: 0;
  list-style: none;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  /*
  justify-content: space-around;
*/
  text-align: left;
}

#calendar .nav {
  background: #24305e;
  color: #fff;
  width: calc(100% / 7 - 6px);
  margin: 3px;
  color: white;
  text-align: left;
  padding: 5px;
  font-weight: bold;
  border: 1px solid #ddd;
}
#calendar .box {
  background: #fff;
  width: calc(100% / 7 - 6px);
  margin: 3px;
  min-height: 150px;
  text-align: left;
  border: 1px solid #ddd;
}

#calendar {
  margin-top: 15px;
}
#calendar strong {
  display: block;
  padding: 5px;
  background: #24305e;
  color: #fff;
}
#calendar .off strong {
  background: #eee;
  color: #000;
}
#calendar .off div {
  display: none;
}
#calendar a {
  display: block;
  background: #d6eaff;
  color: #000;
  margin: 4px;
  padding: 4px;
  font-size: 11px;
}
#calendar a:hover {
  text-decoration: none;
  background: #c0dcfa;
}

/* ticket_details.php */
.card .dashed {
  border: 1px dashed #ccc;
  padding: 10px;
  background: #eaeaea;
}
.card .dashed select {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 5px;
  font-size: 10px;
}

/* user_dashboard.php */
.user-map {
  display: flex;
  justify-content: space-between;
  margin: 15px 0px;
  border: 1px solid #ddd;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 3px;
  color: #ddd;
}
.user-map a {
  color: #656565;
}
.user-map a:hover {
  color: #000;
  text-decoration: none;
}
.user-map i {
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  width: 30px;
}
.file-upload {
  display: block;
  width: 100%;
  border: 1px dashed #ccc;
  background: #fafafa;
  padding: 25px;
}

/* pool_details.php */
.poolDetails .nav {
  font-size: 0;
  display: block;
}
.poolDetails .nav a {
  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  background: #e9e9e9;
  color: #000;
}
.poolDetails .nav a + a {
  margin-left: 4px;
}
.poolDetails .nav a:hover {
  text-decoration: none;
  background: #ccc;
}
.poolDetails .nav a.on {
  background: #ccc;
  font-weight: bold;
}
.poolDetails .nav b {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

/* view_notes.php */
form.viewNotes select.form-control {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.navbar form.logout i {
  color: #24305e;
  padding: 10px;
  font-size: 14px;
}

.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #4688b3; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/* effect-5 styles */

.effect {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  background-color: #4688b3;
  /*  font-family: 'Roboto', sans-serif;*/
  /* put your font-family */
  font-size: 18px;
  padding: 30px 0px;
  width: 300px;
  border-radius: 6px;
  overflow: hidden;
}

.effect.effect-5 {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.effect.effect-5:before {
  content: "\f054";
  font-family: FontAwesome;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0 50% 50% 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.effect.effect-5:hover {
  text-indent: 30px;
  text-decoration: none; 
  color: #fff;
}
.effect.effect-5:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  text-indent: 0;
}

@media (max-width: 1200px) {
  .navbar form {
    display: inline-block;
    margin: 20px 0px;
  }
}
@media (max-width: 1400px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 1.5rem;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: none;
  }

  .btn,
  .panel form input[type="text"] {
    font-size: 13px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .panel .form-control {
    display: inline-block;
    vertical-align: middle;
  }
  select,
  select.form-control {
    font-size: 13px;
    margin-bottom: 5px;
  }
  #calendar .box {
    width: calc(100% / 2 - 6px);
    margin: 3px;
  }
  #calendar .nav,
  #calendar .box.off {
    display: none;
  }

  /* topnav */
  .navbar form input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px);
    margin-right: 4px;
  }

  /* dashboard */
  .fCon .fItem {
    width: calc(100% / 2 - 20px);
    margin: 10px;
  }
  .user-dash h1 {
    display: block;
    font-size: 20px;
  }
  br.mob {
    display: block;
  }
  .card .inline-con.lright .i6.inline:last-child {
    text-align: left;
  }

  /* customers */
  .container {
    padding: 20px;
  }
  .scroll-h {
    width: 100%;
    overflow-x: scroll;
  }
  .scroll-h .col-10 {
    white-space: nowrap;
  }
  .scroll-h button {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
  }
  .filter-orders a {
    display: inline-block;
    margin: 10px 5px;
  }
  table.table th,
  table.table td {

  }
  table.table th.mob,
  table.table td.mob {
    display: table-cell;
  }
  .tableScroll table th,
  .tableScroll table td {
    display: table-cell;
  }
}
