.btn-primary,
.btn-secondary,
.btn-danger,
.btn-info {
  color: white;
}

.btn-primary:focus, .btn-primary:visited,
.btn-secondary:focus,
.btn-secondary:visited,
.btn-danger:focus,
.btn-danger:visited,
.btn-info:focus,
.btn-info:visited {
  color: white !important;
}

.btn-booked,
.btn-available {
  color: white;
}

.btn-booked:hover,
.btn-available:hover {
  color: white;
}

.btn-booked {
  background-color: #999;
  margin-left: 1rem;
  margin-right: 1rem;
}

.btn-available {
  background-color: green;
}

.btn-pink {
  background-color: #DB4761;
  color: white !important;
  padding: .5rem 1rem;
  font-weight: 600;
  font-size: 16px;
}

.btn-pink:hover {
  opacity: .9;
}

.btn-cancel {
    background-color: #f5ba0b;
    font-size: 15px;
    font-weight: 600;
}

.btn-cancel:hover {
    color: white;
}

/*Alert box*/
.alert-dismissible {
    display: flex;
}

.cal-alert {
    font-size: 18px;
    text-align: center;
}

.dnnFormPopup #iPopUp {
    padding-left: 0;
    padding-right: 0;
}


.locationFilter {
    background-color: #219dc1 !important;
    color: white;
}

    .locationFilter:focus {
        color: white !important;
    }

    .locationFilter option {
        background-color: white;
        color: black;
    }

.scc-calendar-wrap {
    background-color: #FFFFFF;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 9;
}

.selected-location {
    font-weight: 600;
    font-size: 15px;
}
    .selected-location a {
        text-decoration: underline;
    }

    .selected-location .selectedlocation {
        font-size: 17px;
        color: #db4761;
        font-weight: 700;
    }



.loadingcal {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    top: 0;
    padding-top: 3.4rem;
    display: none;
}

.loadingcal .ldtext {
    font-size: 17px;
    font-weight: 500;
}

.spinner-wrap {
    background-color: rgba(255, 255, 255, .9);
    width: 400px;
    height: 270px;
    border-radius: 0.5rem;
    margin: auto;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}

.scc-calendar {
    font-family: "Muli", sans-serif;
    color: #252525;
}

.scc-calendar .fc-header-toolbar h2 {
  font-size: 30px !important;
  font-weight: 300 !important;
  font-family: "Muli", sans-serif;
  color: #252525 !important;
}

.create-event-btn {
  position: relative;
  z-index: 10;
  background-color: #219dc1;
  border: 0;
  padding: 0 1rem;
  height: 2rem;
  font-size: 16px;
  margin-left: .75rem;
  line-height: 2;
}

.create-event-btn:hover {
  background-color: #39afd1;
}

.create-event-btn:focus {
  background-color: #39afd1 !important;
  color: white !important;
}

.scc-calendar-wrap .fc td {
  border-color: #dddddd;
}

.scc-calendar-wrap .fc-head {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.scc-calendar-wrap .fc-widget-header {
  border: 0;
}

.scc-calendar-wrap .fc-basic-view .fc-day-number {
  margin: 6px;
  line-height: 1;
  font-size: 13px;
}

.scc-calendar-wrap td.fc-today {
  background-color: #fcf8e7;
}

.scc-calendar-wrap .fc-day-top.fc-today {
  background-color: transparent;
}

.scc-calendar-wrap .fc-day-top.fc-today .fc-day-number {
  border-radius: 50%;
  background-color: #ccc;
  padding: 6px;
  line-height: 15px;
  width: 15px;
  height: 15px;
  text-align: center;
  color: white;
}

.scc-calendar-wrap .fc-state-default {
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: #eee;
}

.scc-calendar-wrap .fc-state-active, .scc-calendar-wrap .fc-state-down {
  background-color: #66615B;
  color: white;
  box-shadow: none;
}

.scc-calendar-wrap .fc-basic-view .fc-content {
  color: white;
}

.scc-calendar-wrap .fc-event {
  font-size: .7rem;
  border-radius: 0;
}

.scc-calendar-wrap .fc-event:hover {
  background-color: #666 !important;
  border-color: #fff !important;
}

.scc-calendar-wrap .fc-popover {
  box-shadow: 0 10px 30px 0 rgba(153, 153, 153, 0.9);
  border: 5px solid #333;
}

.scc-calendar-wrap .fc-popover .fc-body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

    .scc-calendar-wrap .fc-popover .fc-body .fc-title {
        display: block;
        font-size: 11px;
        opacity: .9;
        width: 100%;
    }

.scc-calendar-wrap .fc-popover .fc-event-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 10px 8px 6px;
}

.scc-calendar-wrap .fc-popover .fc-event {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  font-size: 13px;
  padding: 2px 6px;
  margin: 3px;
}

.scc-calendar-wrap .fc-popover .fc-day-grid-event .fc-time {
  font-size: 13px;
  font-weight: 700;
}

.scc-calendar-wrap .fc-day-grid-event {
  margin: 2px 5px 0;
  padding: 1px 2px;
}

.scc-calendar-wrap .fc-day-grid-event .fc-time {
  font-size: .7rem;
  font-weight: 800;
}

@media (min-width: 600px) {
  .scc-calendar-wrap .fc-popover .fc-event-container {
    padding-left: 3px;
    padding-right: 3px;
  }
  .scc-calendar-wrap .fc-popover .fc-event {
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
  }
  .scc-calendar-wrap .fc-more-popover {
    width: 540px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.edit-tool {
  margin-bottom: 1rem;
  border-top: 1px dashed #999;
  padding-top: 1rem;
  margin-top: 1rem;
}

.edit-tool::after {
  display: block;
  content: "";
  clear: both;
}

.edit-tool #user-btn .btn {
  margin-left: .5rem;
}

#event-notes h3 {
  font-size: 18px;
  font-weight: 600;
}

#event-notes #add-note {
  margin-bottom: .5rem;
}

#event-notes .delete-note {
  font-size: 12px;
  line-height: 1;
}

#pDetails {
  font-size: 17px;
}

#pDetails p {
  margin-bottom: 0;
}

.admin-table {
  margin-bottom: 3rem;
  margin-top: .5rem;
  background: #fff;
  padding: 10px 15px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.admin-table .table {
  margin-bottom: 0;
}

.admin-table thead th {
  border-top: 0;
}

.admin-table tfoot td {
  font-weight: 600;
  color: #999;
  text-align: center;
}

.admin-table tfoot td a {
  font-weight: 400;
  color: #666;
  padding: 0 5px;
}

#UserTable td .btn-secondary {
  color: white;
}

.scc-calendar-userlist {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0 15px 10px;
  margin-top: .5rem;
}

.userlist-header {
  padding: 1rem .75rem;
  background-color: #f1f1f1;
  margin-bottom: 1.5rem;
  color: #1C4E69;
  font-size: 16px;
}

.userlist-export {
  padding: 1.5rem 0;
}

.scc-edit-user {
  padding: 3rem;
  margin-bottom: 3rem;
  background: #f7f7f7;
}

.scc-edit-user h2.dnnFormSectionHead {
  display: none;
}

.scc-edit-user .dnnFormItem input[type="text"],
.scc-edit-user .dnnFormItem input[type="email"],
.scc-edit-user .dnnFormItem select {
  max-width: 100%;
  width: 100%;
  font-size: 15px;
}

/* Register Form */
.scc-register-form, .scc-edit-user {
    position: relative;
    padding: 2.5rem 2rem 3rem;
    background: #f7f7f7;
    border-radius: 6px;
}

    .scc-register-form h2,
    .scc-edit-user  h2 {
        color: #333 !important;
        font-size: 2rem !important;
        font-weight: 600 !important;
        text-align: center;
    }

    .scc-register-form .reg-time,
    .scc-edit-user .reg-time {
        text-align: center;
        font-size: 16px;
        color: green;
        font-weight: bold;
        padding-top: .5rem;
    }

        .scc-register-form .reg-time span,
        .scc-edit-user .reg-time span {
            color: #0E7FAD;
        }


/*.scc-register-form input {
  width: 100% !important;
}*/
/*.scc-register-form .dnnFormItem input[type="text"],
.scc-register-form .dnnFormItem input[type="email"],
.scc-register-form .dnnFormItem select {
  max-width: 100%;
  box-shadow: none;
  font-size: 15px;
}*/
.scc-register-form .form-check .form-check-input {
    width: auto;
}

.scc-register-form .btn-back a {
  display: inline-block;
  font-weight: 400;
  color: white;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #6c757d;
  border: 1px solid #6c757d;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.scc-register-form .btn-back a:hover {
  text-decoration: none;
}

.scc-register-form .btn-back a:focus, .scc-register-form .btn-back a:visited {
  color: white !important;
}

.ui-dialog .ui-dialog-titlebar-close {
  width: 16px !important;
  height: 16px !important;
  border: 0 !important;
  text-indent: -999rem;
  background-image: url(https://code.jquery.com/ui/1.12.0-rc.1/themes/smoothness/images/ui-icons_888888_256x240.png);
  background-position: -96px -128px;
}

/* DateTime Picker Custom CSS */
.scc-edit-form {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
}

.scc-edit-form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.scc-edit-form .dnnSecondaryAction {
  background-color: #f7f7f7;
  background-image: none;
  box-shadow: none;
  font-size: 15px;
  text-shadow: none;
}

.scc-edit-form .dnnSecondaryAction:hover {
  text-decoration: none;
  background-color: #eee;
}

.scc-edit-form .dnnPrimaryAction {
  background-image: none;
  background-color: #2170cd;
  box-shadow: none;
  font-size: 15px;
  text-shadow: none;
  color: white;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.scc-edit-form .dnnPrimaryAction:hover {
  background-color: #666;
}

.scc-edit-form .bootstrap-datetimepicker-widget {
  font-size: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  border: 1px solid #ccc;
  padding: 10px 5px;
  border-radius: 6px;
}

.scc-edit-form .bootstrap-datetimepicker-widget table {
  border-spacing: 0;
}

.scc-edit-form .bootstrap-datetimepicker-widget table td.weekend {
  background-color: transparent;
}

.scc-edit-form .bootstrap-datetimepicker-widget table td.weekend.today {
  background-color: #0275d8;
  color: #fff;
}

.scc-edit-form .bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.scc-edit-form .bootstrap-datetimepicker-widget table td.day:hover {
  color: #333;
}

.scc-edit-form .bootstrap-datetimepicker-widget .datepicker,
.scc-edit-form .bootstrap-datetimepicker-widget .timepicker,
.scc-edit-form .bootstrap-datetimepicker-widget .picker-switch {
  background-color: #fff;
}

.scc-edit-form .bootstrap-datetimepicker-widget .datepicker-days table thead tr th {
  padding: 5px !important;
}

.scc-edit-form .bootstrap-datetimepicker-widget .picker-switch td span {
  font-size: 22px;
  line-height: 22px;
  height: 32px;
  width: 100%;
  padding: 5px 0;
}

.scc-edit-form .bootstrap-datetimepicker-widget .timepicker-picker .btn-primary {
  color: #fff;
  background-color: #337ab7;
  background-image: none;
  border-color: #2e6da4;
  font-size: 14px;
  padding: 6px;
  min-width: auto;
  box-shadow: none;
}

.scc-edit-form {
    padding-left: 1rem;
    padding-right: 1rem;
}



/* form validation */
.input-validation-error ~ .invalid-feedback {
    display: block;
}

.form-control.input-validation-error {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

ul.dnnAdminTabNav li.ui-tabs-active a {
    color: black !important;
}