/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*------------------- Forms ------------------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/

.buttonHolder {
    margin-top: 20px;
}
body {
    background-color: #ececec;
}
.top-nav {
    border-bottom: 2px solid #ffbb02;
}
div, td, body {
    font-size: 16px;
}
a {
    font-size: 16px;
    color: #00455e;
}
footer {
    margin-bottom: 50px;
}
footer img {
    max-width: 100px;
}
.navbar-brand {
    max-width: 65px;
}
.navbar-brand > img{
    max-width: 40px;
}
.navbar-nav .nav-item {
    padding: 0 10px;
}
.navbar-nav .nav-item a {
    color: #000;
}
.navbar-nav .nav-item:hover {
    background-color: #ffbb02;
    border-radius: 6px;
}
.dropdown-item:hover {
    background-color: #ffbb02;
}
.dropdown-item:active {
    background-color: #ffbb02;
}
.edit-form .card-body > div {
    margin-bottom: 20px;
}
.edit-form .card-body label {
    font-weight: bold;
}
.card {
    border: 2px solid #ffbb02;
}
a, .btn-link {
    color: #00455e;
}
.actionHeading > div {
    margin-bottom: 20px;
}
.actionHeading > div:last-child a,
.actionHeading > div:last-child form {
    display: inline-block;
}
.actionHeading h5 {
    margin-top: 5px;
    margin-bottom: 0;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    display: none;
}
.checkbox label,
.radio label {
    padding-left: 0;
    color: #04be00;
}
.radio label span {
    color: #000;
}
.checkbox label:before,
.radio label:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #b3b3b3;
    box-shadow: inset 0 1px 1px rgba(26, 221, 0, 0.075);
    font-family: "FontAwesome";
}
.checkbox input[type="checkbox"]:checked+label::before,
.radio input[type="radio"]:checked+label::before {
    content: "\f00c";
    background-color: #b7ffb5;
}
.checkbox input[type="checkbox"][disabled]+label::before {
    background-color: #ccc;
}


.btn {
    border: 0;
}
.btn-edit {
    background-color: rgb(230, 230, 230);
}
.btn-info {
    background-color: #006699;
    color: #fff;
}
.btn-info:hover {
    background-color: #0c77ad !important;
    color: #000;
    color: #fff;
}
.btn-info:active {
    background-color: #00698f !important;
    color: #000;
}
.btn-gold {
    background-color: #ffbb02;
    color: #000;
}
.btn-gold:active {
    background-color: #ffbe32;
    color: #000;
}
.btn-gold:hover {
    background-color: #ffbe32;
    color: #fff;
}
.btn-active {
    background-color: #ffae00;
    color: #000;
}
.btn-delete {
    background-color: rgb(187, 187, 187);
}
.btn-success {
    background-color: #0faa01;
}
.btn.disabled,
.btn:disabled {
    background-color: #ccc;
}
.btn-danger {
    background-color: #ffb6b6;
    color: #000;
}
.btn-completed {
    animation-name: buttonSuccess;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
}
.label-view label {
    width: 150px;
    margin-bottom: 15px;
}
.form-edit .form-check {
    height: 60px;
}
.form-check-input {
    border: 1px solid #9b9b9b;
}
.form-group input,
.form-group textarea,
.form-group select {
    background-color: #eeeeee;
    border: 1px solid #ffbb02;
}
.form-check-input:checked {
    background-color: #ffbb02;
    border-color: #ffbb02;
}
textarea.form-control {
    height: 200px;
}
td {
    vertical-align: middle;;
}
.inactive td {
    background-color: #e7e7e7 !important;
}
.paginate_button {
    margin: 0 5px;
    text-decoration: none;
}
.paginate_button a {
    color: #000;
    text-decoration: none;
}
#table_filter {
    text-align: right;
}
.table .td {
    border-bottom: 1px solid #ffbb02;
}
.quoteInput {
    width: 100px;
}
#serviceTable td,
#quoteTable td {
    vertical-align: middle;;
}
#serviceConfigureTable tr td:first-child {
    padding-left: 20px;
}
.datepicker {
    width: 100px;
    text-align: center;
}
.tableFilters {
    background-color: rgb(233, 233, 233);
    border: 1px solid #ccc;
    padding: 10px 5px;
    border-radius: 6px;
    margin: 0 10px 40px 10px;
}
.tableFilters > div {
    display: inline-block;
}
.ui-datepicker-month,
.ui-datepicker-year,
.ui-datepicker th {
    font-weight: normal;
}
.rowCount {
    margin-left: 8px;
    border-bottom: 1px solid rgb(224, 224, 224);
    font-size: 16px;
    margin-bottom: 10px;
}
.pageNote {
    margin-bottom: 40px;
}
#account-view label,
#quote-sent label {
    width: 150px;
    margin-bottom: 15px;
}
#account-view .editLink {
    margin-bottom: 40px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group .question {
    font-size: 18px;
}
.form-group .note {
    font-size: 14px;
    font-style: italic;
}
#account-edit h5 {
    margin-bottom: 40px;
}
.error-validation {
    color: red;
}
#selectSubscription .service {
    margin-bottom: 40px;
}
#selectSubscription .intervals > div {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
#selectSubscription .intervals .discount {
    display: block;
    text-align: center;
}
.showUpdated {
    display: none;
}
.showUpdated > div {
    display: inline-block;
    background-color:rgb(15, 182, 0);
    color: #fff;
    padding: 7px 12px;
    border-radius: 6px;
}
.important {
    border: 1px solid #000;
}
#contact-index label {
    margin-bottom: 10px;
}
#contact-index .form-group {
    margin-bottom: 20px;
}
#contact-index #comment {
    min-height: 200px;
}
#faq-index .question {
    margin-bottom: 20px;
    font-size: 18px;
    cursor: pointer;
}
#faq-index .answer {
    display: none;
    border: 1px solid rgb(73, 73, 73);
    background-color: rgb(243, 243, 243); 
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 40px;
}
#faq-index span {
    color: #007aa6;
    font-weight: bold;
}
#quote-view .customerQuote {
    border: 1px dashed  #ccc;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 40px;
    background-color: rgb(241, 241, 241);
}
#quote-view .customerQuote .customerName {
    margin-bottom: 10px;
}
#quote-view .house-links {
    margin-bottom: 20px;
}
#quote-view .house-links > a {
    margin: 0 10px;
    text-decoration: none;
}
#quote-view .quoteResponse {
    border-radius: 8px;
    padding: 20px;
    background-color: rgb(243, 243, 243);
    border: 1px dashed #ccc;
}
.blur {
    font-size: 16px;
    color: transparent;
    text-shadow: 0 0 8px #000;
}
#preferences .prefQuestion {
    margin-bottom: 20px;
}
#preferences .preference { 
    margin-bottom: 40px;
    border-radius: 12px;
    padding: 10px;
    border: 1px dashed #ccc;
    background-color: rgb(250, 250, 250);
}



.jconfirm-title {
    font-size: 16px !important;
}
.jconfirm-content-pane {
    display: none !important;
}
.jconfirm-buttons .btn {
    font-size: 16px !important;
    text-transform: capitalize !important;
    color: #fff !important;
    font-weight: normal !important;
}
.jconfirm-buttons {
    text-align: center;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    float: none;
}
#card-errors {
    color: red;
    margin-bottom: 20px;
}

.cbLabel {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cbLabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.cbLabel .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.cbLabel:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cbLabel input:checked ~ .checkmark {
    background-color: #00455e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cbLabel .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cbLabel input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cbLabel .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#quote-index .dateRange {
    margin-bottom: 5px;
}

.actionButtons {
    text-align: right;
    margin-bottom: 10px;
}
.actionButtons a,
.actionButtons button {
    padding: 4px 8px;
}
.galleryActionButtons > div {
    display: inline-block;
}
.actionButtons form {
    display: inline-block;
}
.unit-tile {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 15px 25px 5px 25px;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
}
.unit-tile .unitTitle {
    font-weight: bold;
}
.unit-tile:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.unit-tile:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.unit-tile:hover {
    background-color: #e2e2e2;
    color: #000;
}
.unit-tile-active {
    background-color: #ffc400;
    animation-name: isActive;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.unit-tile-completed {
    background-color: #3cd33e !important;
    color: #000;
}
.unit-tile-completed:hover {
    background-color: #1fe422 !important;
    color: #000;
}
.unit-tile-completed:hover .unitNo {
    background-color: #dfdbdb !important;
    color: #000;
}
.unit-tile:hover i {
    color: #fff;
}
.unitDisabled,
.unitDisabled:hover {
    background-color: #d8d8d8 !important;
    pointer-events: none;
}
.unitDisabled,
.unitDisabled span,
.unitDisabled div {
    color: #b4b4b4;
}
/*
.unit-tile-completed:hover {
    background-color: #23d100 !important;
    color: #fff;
}
.unit-tile-completed:hover .unitNo {
    background-color: #23d100 !important;
    color: #fff;
}
*/
.unit-tile-active:hover {
    background-color: #ffd447 !important;
}
.unit-tile-active:hover .unitNo {
    background-color: #ffd447 !important;
}
.unit-tile i {
    margin-right: 5px;
}
.unitNo {
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    text-align: center;
    display: inline-block;
}
.unitNoCompleted {
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
    width: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
}
.unitNo i {
    position: absolute;
    width: 45px;
    margin-top: -5px;
}
.unitNo > div {
    width: 45px;
    font-size: 20px;
    display: inline-block;
}
.unit-tile .unitNo,
.unit-tile .unitNoCompleted {
    margin-right: 25px;
}
.header-note {
    margin-bottom: 20px;
    font-size: 16px;
}
.user-steps input {
    margin-right: 10px;
}
.user-steps .content {
    margin-bottom: 20px;
    cursor: pointer;
    min-height: 50px;
}
.user-steps .content-min {
    max-height: 100px;
    overflow-y: hidden;
    position: relative;

  --mask: linear-gradient(to bottom, 
      rgba(0,0,0, 1) 0,   rgba(0,0,0, 1) 30%, 
      rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0
  ) 100% 50% / 100% 100% repeat-x;  
  -webkit-mask: var(--mask); 
  mask: var(--mask);
}
.headingSubtext {
    margin-bottom: 20px;
}
#unit-view .question {
    display: inline-block;
    margin-right: 20px;
}
.step-completed { 
    color: #c0c0c0;
    background-color: #e4f8df;
    border-radius: 6px;
    animation-name: hasBeenChecked;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
}
.step-error { 
    background-color: #f8dfdf;
    border-radius: 6px;
    animation-name: hasStepError;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
}
input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 6px;
    margin-right: 10px;
}
.custom-file-upload:hover {
    background-color: #ccc;
}
.media-selected {
    background-color: #2cbc00 !important;
    color: #fff;
}
.gallery {
    padding: 20px;
    display: block;
}
.gallery img {
    width: 100%;
    border-radius: 6px;
}
.gallery > div {
    display: inline-block;
    width: 150px;
    cursor: pointer;
}
.galleryActionButtons {
    text-align: center;
}
.galleryActionButtons > div,
.galleryActionButtons > a {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 6px;
}
.galleryActionButtons .view:hover,
.galleryActionButtons .copy:hover {
    background-color: #ffecad;
}
.galleryActionButtons .remove:hover {
    background-color: #ffadad;
}
.content .galleryImage {
    max-width: 600px;
    margin-bottom: 10px;
}
.content .galleryImage > img {
    width: 100%;
    border-radius: 8px;
}
.gallery .remove {
    text-align: center; 
    margin-top: 5px;
}
.gallery .remove > a {
    font-size: 14px;
    text-decoration: none;
    color: #212529;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #006699;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background-color: #006699;
}

/* The Modal (background) */
.modalx {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modalx-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    border-radius: 10px;
    text-align: center;
  }
  .tutorial-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    border-radius: 10px;
    text-align: center;
  }
.modalx #mediaInsertion img {
    max-width: 1200px;
}
.modalx #mediaInsertion video {
    max-width: 1200px;
}
.tutorial-content {
    border: 2px solid #ffbb02;
}
.tutorial-content h2 {
    margin-bottom: 20px; 
}
.tutorial-content .modalContent {
    text-align: left;
}
.tutorial-content p {
    font-size: 18px;
}
.tutorial-content .close {
}

/* The Close Button */
.closex {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -15px;
}

.closex:hover,
.closex:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.term {
    cursor: pointer;
    text-decoration: underline;
}
#termtip {
    position: absolute;
    background-color: #fff;
    border: 2px solid #ffbb02;
    border-radius: 6px;
    padding: 10px 15px;
    max-width: 400px;
    display: none;
}
#termtip h5 {
    font-weight: bold;
    font-size: 18px;
}
#termtip hr {
    margin-top: 3px;
    margin-bottom: 3px;
    width: 100%;
    background-color: #ffbb02;
    height: 2px;
    border: none;
}
.createUserNote {
    margin-top: 20px;
    font-style: italic;
}
#completionButtonWrapper {
    display: none;
    margin-top: 20px;
}
#completeUnit {
    color: #fff;
    background-color: rgb(15, 182, 0);
}
#completeUnit:hover {
    background-color: rgb(29, 218, 12);
}
#user-view > div {
    margin-bottom: 10px;
}
#user-view label {
    width: 100px;
}
#user-view .editButton {
    margin: 20px 0;
}
#user-view h5 {
    margin-bottom: 20px;
}
#user-view .unitName {
    width: 250px;
}
#user-view .unit-status {
    padding: 3px;
    padding-left: 10px;
    border-radius: 4px;
}
#user-view .unit-completed td {
    background-color: #b9fdb4;
}
#user-view .unit-incomplete td {
    background-color: #dadada;
}
#user-view hr {
    margin-bottom: 40px;
}
.search-listing,
.search-display {
    display: inline-block;
    margin-right: 5px;
    max-width: 150px;
}
.pagination .page-link {
    color: #000;
}
.pagination .active .page-link {
    background-color: #ffdf61;
    color: #000;
    border: 1px solid #ffd736;
}
.pagination .page-link:hover {
    background-color: #ffcd03;
}
.event-label {
    font-weight: bold;
    width: 150px;
    display: inline-block;
}
.alert-success {
    background-color: #b9fdb4;
}
.galleryHeading {
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}
.contentGallery {
    margin: 0 20px 20px 20px;
}
.contentGallery .media {
    margin: 10px;
    display: inline-block;
    vertical-align: top;
}
.contentGallery .media img {
    max-width: 150px;
    border-radius: 6px;
}
.labelButton {
    border-radius: 6px;
    background-color: #ccc;
    padding: 5px 10px;
    cursor: pointer;
}
#currentImage {
    margin-bottom: 20px;
    max-width: 250px;
    border-radius: 6px;
    margin-right: 10px;
    padding: 10px;
    border: 2px solid #0faa01;
}
#previewImage {
    margin-bottom: 20px;
    max-width: 200px;
    border-radius: 6px;
    border: 2px solid #ccc;
}

.datepicker{
    width:200px;
} 
.datepicker > span:hover{
    cursor: pointer;
} 
.detail {
    margin-bottom: 10px;
}
.detail label {
    width: 175px;
}
.detailActionButton {
    margin-top: 40px;
}
.detailImage {
    margin-bottom: 20px;
}
.detailImage img {
    width: 300px;
}
.backToView {
    margin-top: 20px;
}
.backToView a {
    text-decoration: none;
}
.doubleCheckbox {
    width: 100px;
    display: inline-block; 
}
.error {
    background-color: #fdadad !important;
}
.error-note {
    display: none;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 5px;
}
.qrCode {
    margin-top: 20px;
}
.paid > td {
    background-color: #dbffdd;
}
.notPaid > td {
    background-color: #ffe5e5;
}
.removed > td {
    background-color: #ccc;
}
.toggle-section {
    cursor: pointer;
}
.detailHeading {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.inline-select {
    display: inline-block;
    height: 35px;
    border-radius: 6px;
    min-width: 200px;
    padding-left: 10px;
    vertical-align: middle;
}
.pool {
    margin-bottom: 20px;
}
.pool-name {
    font-weight: bold;
}
.pool-team {

}

@keyframes hasBeenChecked {
    0% { background-color: #fff; }
    50% { background-color: #ffe157; }
    100% { background-color: #e4f8df; }
}
@keyframes isActive {
    0% { background-color: #ffc400; }
    50% { background-color: #ffe157; }
    100% { background-color: #ffc400; }
}
@keyframes hasStepError {
    0% { background-color: #fff; }
    50% { background-color: #ff9595; }
    100% { background-color: #fff; }
}
@keyframes buttonSuccess {
    0% { background-color: #ffc400; }
    50% { background-color: #0fd900; }
    100% { background-color: #ffc400; }
}
.step-completed span { 
    color: #c0c0c0 !important;
}
@media (max-width: 1050px) { 
    
} 
@media (max-width: 750) { 
    
}
@media (max-width: 500px) { 
    .navbar-nav .nav-item:hover {
        background-color: rgb(243, 243, 243);
    }
    .dropdown-item:hover {
        background-color: #fff;
    }
    .dropdown-item:active {
        background-color: #fff;
    }
}