div, td, body {
    font-size: 16px;
}
a {
    font-size: 16px;
    color: #00455e;
}
footer {
    margin-bottom: 50px;
}
.navbar-brand {
    max-width: 65px;
}
.navbar-brand > img{
    max-width: 30px;
}
.navbar-nav .nav-item {
    padding: 0 10px;
}
.navbar-nav .nav-item a {
    color: #000;
}
.navbar-nav .nav-item:hover {
    background-color: #ffae00;
    border-radius: 6px;
}
.dropdown-item:hover {
    background-color: #ffae00;
}
.dropdown-item:active {
    background-color: #ffae00;
}
.edit-form .card-body > div {
    margin-bottom: 20px;
}
.edit-form .card-body label {
    font-weight: bold;
}
a, .btn-link {
    color: #00455e;
}
.btn {
    border: 0;
}
.btn-edit {
    background-color: rgb(230, 230, 230);
}
.btn-info {
    background-color: #00455e;
    color: #fff;
}
.btn-info:hover {
    background-color: #00698f !important;
    color: #000;
    color: #fff;
}
.btn-info:active {
    background-color: #00698f !important;
    color: #000;
}
.btn-info:active{
    color: #fff;
    background-color: #007aa6;
}
.btn-gold {
    background-color: #ffae00 !important;
    color: #000;
}
.btn-gold:active {
    background-color: #ffae00 !important;
    color: #000;
}
.btn-gold:hover {
    color: #fff;
    background-color: #007aa6;
}
.btn-active {
    background-color: #ffae00;
    color: #000;
}
.btn-delete {
    background-color: rgb(187, 187, 187);
}
.btn-success {
    background-color: rgb(15, 182, 0);
}
.btn.disabled {
    background-color: #ccc;
}
.btn-danger {
    background-color: #7a0000;
}
.label-view label {
    width: 150px;
    margin-bottom: 15px;
}
.active td {
    background-color: #ffba26 !important;
}
.paginate_button {
    margin: 0 5px;
    text-decoration: none;
}
.paginate_button a {
    color: #000;
    text-decoration: none;
}
#table_filter {
    text-align: right;
}
.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;
}
#subscription-review .buttonHolder {
    margin-top: 20px;
}
.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;
}
.actionButtons a,
.actionButtons button {
    margin: 5px;
}

@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;
}
}