﻿/* Norton Finance custom styles */
/* #000E78 */

/* header */
header .footer {
    background-color: #000E78;
    color: #fff;
}

.accordion .accordion-title .arrow {
    color: #000E78;
}

/* Quote Elements */

/* Quote inputs/buttons */

/* pikaday */

.is-selected .pika-button {
    background: #000E78;
}

/* dropdowns (autocomplete) */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #000E78;
}

.quote-radio input[type="radio"]:checked + label {
    background-color: #000E78;
    color: #fff;
}

.form-control:focus {
    border-color: #000E78;
}

.has-completed .form-control, .has-completed .input-group-addon, .has-completed label._cb_select select {
    background: #000E78 !important;
    color: #fff !important;
}

.table-custom thead tr th {
    background-color: #000E78;
    color:#fff;
    border:none;
}

.btn-custom {
  background-color: #000E78;
  border-color: #000E78;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #000b5f;
  border-color: #000845;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #000E78;
  border-color: #000E78;
}



.lock.active {
    background-color: #000E78;
    color: #fff;
}

    .lock.active:hover {
        background-color: #000E78;
    }

.pg-loading-screen {
    background:#000E78;
}