/*=========================================================================
ENERGYLINX custom styles - helpers and tools carried over from BS2
========================================================================= */

/* overall colour styles */

.orange {
    color: #fcaf17 !important;
}
.red {
    color: #FF0000 !important;
}
.black {
    color: #231f20;
}
.orange-background {
    background-color: #fcaf17 !important;
}
.gray-background {
    background-color: #f5f5f5 !important;
}
.greyed-out {
    zoom: 1;
    filter: alpha(opacity=25);
    opacity: 0.25;
}
.orange-background h3 {
    color: #231f20;
    margin: 0px;
    padding: 0px;
}

.gray {
    color: #6d6e71 !important;
}
.light-gray {
    background-color: #F8F8F8;
}

/*=========================================================================
Input Group layouts
========================================================================= */
#contractDateGroup .col-xs-3, #contractEndDateGroup .col-xs-6 {
    padding-left: 0px;
    padding-right: 0px;
}
#ced-day-wrapper {
    padding-left: 15px;
    padding-right: 3px;
}
#ced-year-wrapper {
    padding-right: 15px;
    padding-left: 3px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-xs-3#ced-day-wrapper {
        padding-left: 15px;
        padding-right: 3px;
        width: 108px; /* needs to be +18px - total of 329 */
    }
    .col-xs-3#ced-month-wrapper {
        padding-left: 0px;
        padding-right: 0px;
        width: 90px; /* needs to be exact  - total of 329 */
    }
    .col-xs-6#ced-year-wrapper {
        padding-right: 15px;
        padding-left: 3px;
        width: 161px; /* needs to be +11px - total of 329 */
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-xs-3#ced-day-wrapper {
        padding-left: 15px;
        padding-right: 3px;
        width: 73px; /* needs to be +18px - total of 204 */
    }
    .col-xs-3#ced-month-wrapper {
        padding-left: 0px;
        padding-right: 0px;
        width: 55px; /* needs to be exact  - total of 204 */
    }
    .col-xs-6#ced-year-wrapper {
        padding-right: 15px;
        padding-left: 3px;
        width: 105px; /* needs to be +11px  - total of 204 */
    }
}

@media (min-width: 1200px) {
    .col-xs-3#ced-day-wrapper {
        padding-left: 15px;
        padding-right: 3px;
        width: 83px; /* needs to be +18px - total of 255 */
    }
    .col-xs-3#ced-month-wrapper {
        padding-left: 0px;
        padding-right: 0px;
        width: 65px; /* needs to be exact  - total of 255 */
    }
    .col-xs-6#ced-year-wrapper {
        padding-right: 15px;
        padding-left: 3px;
        width: 136px; /* needs to be +11px  - total of 255 */
    }
}

#cotGroup .col-xs-3, #changeOfTenancyDateGroup .col-xs-6 {
    padding-left: 0px;
    padding-right: 0px;
}
#cotGroup #ctd-day-wrapper {
    padding-left: 15px;
    padding-right: 3px;
}
#cotGroup #ctd-year-wrapper {
    padding-right: 15px;
    padding-left: 3px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #cotGroup .col-xs-3#ctd-day-wrapper {
        padding-left: 15px;
        padding-right: 3px;
        width: 108px; /* needs to be +18px - total of 329 */
    }
    #cotGroup .col-xs-3#ctd-month-wrapper {
        padding-left: 0px;
        padding-right: 0px;
        width: 90px; /* needs to be exact  - total of 329 */
    }
    #cotGroup .col-xs-6#ctd-year-wrapper {
        padding-right: 15px;
        padding-left: 3px;
        width: 161px; /* needs to be +11px - total of 329 */
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #cotGroup .col-xs-3#ctd-day-wrapper {
        padding-left: 15px;
        padding-right: 3px;
        width: 73px; /* needs to be +18px - total of 204 */
    }
    #cotGroup .col-xs-3#ctd-month-wrapper {
        padding-left: 0px;
        padding-right: 0px;
        width: 55px; /* needs to be exact  - total of 204 */
    }
    #cotGroup .col-xs-6#ctd-year-wrapper {
        padding-right: 15px;
        padding-left: 3px;
        width: 105px; /* needs to be +11px  - total of 204 */
    }
}

@media (min-width: 1200px) {
    #cotGroup .col-xs-3#ctd-day-wrapper {
        padding-left: 15px;
        padding-right: 3px;
        width: 83px; /* needs to be +18px - total of 255 */
    }
    #cotGroup .col-xs-3#ctd-month-wrapper {
        padding-left: 0px;
        padding-right: 0px;
        width: 65px; /* needs to be exact  - total of 255 */
    }
    #cotGroup .col-xs-6#ctd-year-wrapper {
        padding-right: 15px;
        padding-left: 3px;
        width: 136px; /* needs to be +11px  - total of 255 */
    }
}


.findAddressWrapper {
    position: relative;
}
.findAddressWrapper > div {
    position: absolute;
    top: 8px;
    right: -25px;
}

/* ==========================================================================
   Trustpilot customisation
   ========================================================================== */
#footer-trustpilot-wrapper {
    padding-top: 30px;
    padding-bottom: 25px;
}

/* ==========================================================================
   Footer  customisation
   ========================================================================== */
footer {
    color: #b4b4b4;
}
.footer--top-half {
    padding-top: 16px;
}
.footer--bottom-half {
    padding-top: 16px;
}
#brand-footer {
    display: block;
    padding-top: 15px;
}
#brand-footer img {
    width: 100%;
    max-width: 320px;
    height: auto;
}
#footerlinks {
    float: right;
    padding-top: 15px;
    font-size: 12px;
    text-align: center;
}
@media (max-width: 767px) {
    #footerlinks {
        float: none;
        padding-top: 0px;
        text-align: left;
    }
}
@media (max-width: 640px) {
    #footerlinks {
        padding-left: 0px;
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    #footerlinks a {
        display: list-item;
        float: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
#footerlinks li {
    list-style: none;
}
#footerlinks li:nth-last-child(1) {
    margin-right: 0px;
}
#footerlinks a {
    color: #999999;
}
#footerlinks a:hover {
    text-decoration: none;
    color: #FFFFFF;
}
footer ul.social {
    margin: 10px 0px 10px -5px;
    padding: 0px;
    float: right;
}
@media (max-width: 767px) {
    footer ul.social {
        float: none;
        margin: 32px 0px 0px 0px;
    }
}
footer .list-inline li:last-child {
    padding-right: 0;
}
footer .social a {
    background: #333;
}
footer .social a:hover {
    background: #999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
footer .copyright {
    color: #999;
    font-size: 12px;
}
footer .copyright ul {
    margin: 0px;
    padding: 0px;
}
footer .copyright li {
    color: #999;
    font-size: 12px;
    list-style: none;
}
.copyright {
    clear: both;
    padding: 15px 0 15px 0 ;
}


/* ==========================================================================
   Homepage customisation
   ========================================================================== */
.navbar {
    border-radius: 0px;
}
@media (max-width: 366px) {
    .navbar-brand {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-brand img {
        width: 175px;
    }
}
@media (min-width: 600px) {
    #navbar-login .navbar-nav {
        float: left;
        margin: 0;
    }
    #navbar-login .navbar-nav > li {
        float: left;
    }
    #navbar-login .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #navbar-login .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}
@media (min-width: 600px) {
    .navbar-form {
        padding: 0px;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
#loginform {
    margin-right: 0px;
}
#personal {
    padding-left: 0px;
}
.appended-q-input {
    position: relative;
}
.appended-q {
    position: absolute;
    top: 3px;
    right: 0px;
    margin-right: 3px;
    color: #FFFFFF;
    font-size: 12px;
    background-color: #222222;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
    cursor: pointer;
    border: 1px solid #080808;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
hr {
    margin-top: 26px;
    margin-bottom: 26px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

header {
    background: none repeat scroll 0 0 #FFFFFF;
}
.thumbnails {
    list-style: none;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}
.thumbnails .img-responsive {
    display: inline-block;
}
.thumbnails h2  {
    font-size: 20px;
    color: #231F20;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .thumbnails h2  {
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .thumbnails h2  {
        font-size: 18px;
    }
}
.thumbnails p  {
    font-size: 12px;
    color: #231F20;
}
@media (min-width: 324px) and (max-width: 500px){
    .thumbnails p  {
        min-height: 36px;
    }
}
@media (max-width: 323px) {
    .thumbnails p  {
        min-height: 54px;
    }
}
.thumbnails a  {
    color: #231F20;
}
.thumbnails a:hover  {
    color: #fcaf17;
}
.thumbnails #login-holder {
    border-left: 1px solid #eeeeee;
}
.thumbnails .fake-wrap {
    display: inline;
}
@media (max-width: 404px){
    .thumbnails .fake-wrap {
        display: block;
    }
}
.big-icon {
    width: 128px;
    height: 100px;
    background-color: #fcaf17;
}

p.review {
    margin-top: 5px;
    margin-bottom: 0px;
}
p.reviewer {
    font-size: 10px;
    margin-bottom: 0px;
}
.testimonial-wrapper hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.forgot-password {
    font-size: 10px;
}
/****** supplier slider *****/
@media (max-width: 600px)  {
    #supplier-container {
        display: none;
    }
}
#supplier-container h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.supplier-holder {
    width: 100px;
    height: 100px;
    float: left;
    position: relative;
    text-align: center;
    margin-left: 21px;
    margin-right: 21px;
    font-size: 10px;
    line-height: 10px;
}
@media (min-width: 384px) and (max-width: 479px) {
    .supplier-holder {
        margin-left: 9px;
        margin-right: 9px;
    }
}
@media (min-width: 480px) and (max-width: 567px) {
    .supplier-holder {
        margin-left: 25px;
        margin-right: 25px;
    }
}
@media (min-width: 568px) and (max-width: 599px) {
    .supplier-holder {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .supplier-holder {
        margin-left: 22px;
        margin-right: 22px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .supplier-holder {
        margin-left: 28px;
        margin-right: 28px;
    }
}
.supplier-nudge {
    display: block;
    margin-top: -6px;
}
.labelcontainer {
    border-right: solid 1px #ccc;
}
label small {
    display: block;
    font-weight: normal;
}
.callout {
    background: #fafafa;
}
@media  (max-width: 767px) {

    .callout h1 {
        font-size: 5.9vw;
    }
    .callout h2 {
        font-size: 3.0vh;
    }
    .mobile-tagline {
        display: block;
        font-size: 70%;
    }
}
/* ==========================================================================
   Calculator customisation
   ========================================================================== */
.calc-section-header {
    margin-top: 15px;
    padding-top: 0px;
    border-bottom: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    -webkit-border--left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}
.calc-section {
    background-color: #ffffff;
    border: 1px solid #eee;
    *border: 1px solid #eee;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
h2.h2 {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    margin: 0;
}

/* ==========================================================================
   Forms customisation
   ========================================================================== */

.highlightwrapper {
    background: #fff;
    padding-bottom: 6px;
    padding-top: 6px;
    margin: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
}
.highlightwrapper-alt {
    background: #fff;
    padding-bottom: 6px;
    padding-top: 6px;
    margin: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
}
.noHighlightwrapper {
    background: #fff;
    padding-bottom: 6px;
    padding-top: 6px;
    margin: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
}
.activehighlightwrapper,
.inactivehighlightwrapper {
    padding-bottom: 6px;
    padding-top: 6px;
    background: #fff;
}
.highlightwrapper:hover,
.activehighlightwrapper {
    background: #f8efc0;
}
.activehighlightwrapper {
    background-color: #f8efc0;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
}
.inactivehighlightwrapper {
    background-color: #fff;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
}
.activehighlightwrapper {
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
}
.inactivehighlightwrapper {
    background-color: transparent;
}
.inactivehighlightwrapper:hover {
    background: #f8efc0;
    border: 1px transparent solid;
}
.highlightwrapper.checkboxhighlight {
    margin-left: -20px !important;
}
.form-horizontal .control-label {
    text-align: left;
}
.form-control.auto-width {
    width: auto;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
}
.radio input[type="radio"] {
    margin-left: 15px;
    margin-right: 10px;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 5px;
}
.radio {
    padding-left: 0px;
}
.control-label.housetype {
    margin-left: 13px;
}
.form-group {
    margin-bottom: 0px;
}
.input-group select.form-control {
    border-radius: 4px !important;
}
.per {
    display: block;
    float: left;
    padding-top: 7px;
    font-weight: bold;
    margin-left: -6px;
    margin-right: -6px;
}
.per-tia {
    display: block;
    float: left;
    padding-top: 7px;
    font-weight: bold;
    margin-left: 6px;
    margin-right: 6px;
}



/* ==========================================================================
    MPAN
   ========================================================================== */

.mpan-input {
    display: inline;
}
#mpan-row1,#mpan-row2  {
    margin-bottom: 5px;
    margin-top: -1px;
}
/*row 1 */
#mpanProfile, #mpanLineLoss {
    width: 55px;
}
#mpanMeterTimeSwitch {
    width: 71px;
    text-align: center;
}
/*row 2 */
#mpanDistId, #mpanCheckDigits {
    width:  35px;
}
#mpanRefNo1, #mpanRefNo2 {
    width: 56px;
}

/* ./ input widths */
#S {
    display: block;
    float: left;
    background: #ffffff;
    width: 40px;
    font-size: 24px;
    line-height: 75px;
    text-align: center;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}
#mpan-wrapper {
    width: 240px;
    height: 76px;
    padding: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: block;
    /*float: left;*/
}
#mpan-row1, #mpan-row2  {
    margin-bottom: 0px;
}
#mpan-row1 {
    margin-left: 40px;
}

/* borders */
#mpan-wrapper input, #mpan-wrapper span {
    height: 39px;
    text-align: center;
    border: 1px solid #666;
    padding: 0px;
    margin: 0px;
    margin-right: -5px;
}

#mpan-wrapper #mpan-row2 input, #mpan-wrapper #mpan-row2 span {
    margin-bottom: 30px;
}
#mpan-wrapper input#mpanLineLoss, #mpan-wrapper span#mpanLineLoss {
    border-right: 1px solid #666;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
}
#mpan-wrapper input#mpanCheckDigits, #mpan-wrapper span#mpanCheckDigits {
    border-right: 1px solid #666;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

#mpan-wrapper span {
    display: inline-block;
    height: 39px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

#mpan-lookup-button-holder {
    float: left;
    margin-top: 40px;
}
@media (max-width: 423px) {
    #mpan-lookup-button-holder {
        float: none;
        margin-top: 0px;
    }
}




/* Class Driven MPAN */

.mpan-row1,.mpan-row2  {
    margin-bottom: 5px;
    margin-top: -1px;
}
/*row 1 */
.mpanProfile, .mpanLineLoss {
    width: 55px;
}
.mpanMeterTimeSwitch {
    width: 71px;
    text-align: center;
}
/*row 2 */
.mpanDistId, .mpanCheckDigits {
    width:  35px;
}
.mpanRefNo1, .mpanRefNo2 {
    width: 56px;
}

/* ./ input widths */
.S {
    display: block;
    float: left;
    background: #ffffff;
    width: 40px;
    font-size: 24px;
    line-height: 75px;
    text-align: center;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}
.mpan-wrapper {
    width: 240px;
    height: 76px;
    padding: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: block;
    /*float: left;*/
}
.mpan-row1, .mpan-row2  {
    margin-bottom: 0px;
}
.mpan-row1 {
    margin-left: 40px;
}

/* borders */
.mpan-wrapper input, .mpan-wrapper span {
    height: 39px;
    text-align: center;
    border: 1px solid #666;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    margin-right: -5px;
}

.mpan-wrapper .mpan-row2 input, .mpan-wrapper .mpan-row2 span {
    margin-bottom: 30px;
}
.mpan-wrapper input.mpanLineLoss, .mpan-wrapper span.mpanLineLoss {
    border-right: 1px solid #666;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
}
.mpan-wrapper input.mpanCheckDigits, .mpan-wrapper span.mpanCheckDigits {
    border-right: 1px solid #666;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

.mpan-wrapper span {
    display: inline-block;
    height: 39px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.mpan-lookup-button-holder {
    float: left;
    margin-top: 40px;
}
@media (max-width: 423px) {
    .mpan-lookup-button-holder {
        float: none;
        margin-top: 0px;
    }
}

input.mpan-error{
//color: #a94442;
    background:#ffeded;
}
input.mpan-success{
    background:white;
    color: #3c763d;
}

/* Input Changes */
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;

}



/* causes havoc with smaller inputs so this overwrites the parent */
.has-feedback .form-control {
    padding-right: 0px;
}

/* allow various inputs in parallel on stacked forms */
.input-group[class*="col-"] {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}


/* ==========================================================================
   Results customisation
   ========================================================================== */

#topbg {
    background: #fff5da;
}
#mainbg {
    background: #f4f4f4;
}
div.table-header {
    background: #585858;
    color: #fff;
}
div.table-results {
    background: #fff;
    margin-top: 10px;
    display: table;
    width: 100%;
}
div.tariff-name-wrapper {
    margin-top: 10px;
}
.well {
    min-height: 20px;
    padding: 0px;
    min-height: 100px;
}
.well.padded, div.padded {
    padding: 15px;
}
.well.padding-top {
    padding-top: 15px;
}
.well-keyfacts {
    padding: 10px;
    height: auto;
    min-height: 10px;
}
.well#results-requested {
    padding-top: 15px;
    padding-bottom: 14px;
}
.filter-label {
    display: block;
    padding-bottom: 5px;
}
#top-summary {
    margin-top: 15px;
    margin-bottom: 15px;
}
.summary-container {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #DFF0D8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.summary-container-blue {
    padding-top: 10px;
    padding-bottom: 10px;
    /* border: 1px solid #DFF0D8; */
    border: 1px solid #D9EDF7;
    background-color: #d9edf7;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#important-info-container {
    border: 1px solid #D9EDF7;
    background-color: #d9edf7;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    min-height: 173px;
}

.important-info-container {
    /*border: 1px solid #D9EDF7;*/
    /*background-color: #d9edf7;*/
    border: 1px solid #fcaf17;
    background-color: #ffa900;
    color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    min-height: 173px;
}

@media (max-width: 991px) {
    .summary-container {
        margin-bottom: 10px;
    }
    .important-info-container {
        margin-top: 15px;
    }
}
.summary-label {
    min-width: 120px;
    float: left;
    line-height: 35px;
}
@media (max-width: 600px) {
    .summary-label {
        min-width: 155px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .summary-label {
        display: block;
        min-width: 120px;
        width: 100%;
        float: none;
        line-height: 15px;
        padding-top: 10px;
    }
}

.summary-data {
    line-height: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .summary-data {
        padding-bottom: 4px
    }
}
.summary-label2 {
    min-width: 150px;
    line-height: 35px;
    display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .summary-label2 {
        min-width: 150px;
        line-height: 15px;
        display: block;
        padding-top: 10px;
        padding-bottom: 5px;
    }
}
#numbers-holder {
    padding-left: 5px;
    width: 50%;
    float: left;
}
@media (max-width: 600px) {
    #summary-border-wrapper {
        width: 100%;
        float: none;
        margin-right: 0px;
        border-right: none;
        padding-right: 0px;
    }
}
@media (max-width: 600px) {
    #numbers-holder {
        float: none;
        display: block;
        width: 100%;
        clear: left;
        padding-left: 0px;
        padding-top: 15px;
    }
    .fake-h3 {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #numbers-holder {
        padding-left: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #numbers-holder {
        padding-left: 10px;
    }
}
#numbers-holder .label-info {
    min-width: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    #numbers-holder .label-info {
        display: block;
        margin-bottom: 5px;
    }
}
#summary-clearfix {
    padding-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    #summary-clearfix {
        padding-bottom: 0px;
    }
}
.summary-select-holder {
    padding-top: 1px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .summary-select-holder {
        padding-top: 30px;
        padding-bottom: 38px;
    }
}
.quarter {
    width:  25%;
    float:  left;
}
.half {
    width:  50%;
    float:  left;
}
.half-padded {
    width:  50%;
    padding-right: 15px;
    float:  left;
}
#results-requested {
    width: 45%;
    float: left;
    margin-right: 15px;
}
@media (max-width: 600px) {
    #results-requested {
        width: 100%;
        float: none;
        margin-right: 0px;
    }
}

#summary-border-wrapper {
    border-right: solid 1px #fff;
    padding-right: 10px;
}
@media (max-width: 600px) {
    #summary-border-wrapper {
        width: 100%;
        float: none;
        margin-right: 0px;
        border-right: none;
        padding-right: 0px;
    }
}
.info {
    background: #dae8ff;
    color: #333333;
}
.highlight-blue {
    background: #f5f5f5;
}
.table-header, .table.table-results {
    margin-bottom: 0px;
}
.table.table-header th {
    vertical-align: middle;
    text-align: center;
}
.table-results {
    padding-bottom: 5px;
    border-bottom: 1px solid #dddddd;

}
@media (max-width: 650px) {
    .table-results {
        padding-bottom: 5px;
        margin-bottom: 15px;
        border-bottom: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
    }
}
.table.table-results td {
    text-align: center;
}
.table-results .buttons-holder {
    width: 195px;
    display: block;
    float: right;
    padding-right: 15px;
}

.table tbody > tr > td {
    border-top: 1px solid #dddddd;
}
.table tbody > tr > td.subtotal {
    border-top: 2px solid #dddddd;
}

.table.table-results td.supplier {
    text-align: left;
    padding-left: 15px;
}
.collapse .table > tbody > tr > td {
    vertical-align: middle;
}
.keyfacts {
    border: 1px solid #cccccc;
    background: #fff;
    width: 100%;
}
@media (max-width: 650px) {
    .keyfacts {
        margin-bottom: 15px;
    }
}
.left-block {
    width: 50%;
    border-right: 1px solid #ccc;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 20px;
}
.right-block {
    width: 50%;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 20px;
}
.discount-label {
    display: block;
    width: 60%;
    float: left;
}
.nav-pills > li > a {
    border-radius: 5px 5px 0px 0px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #585858;
    margin-top: 1px;
}
.tabInactive {
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    background-color: #d9d9d9;
    color: #333;
}
.nav-pills > li.default > a,
.nav-pills > li.default > a:focus {
    color: #ffffff;
    background-color: #898989;
}
.nav-pills > li.default > a:hover {
    background-color: #a6a6a6;
}
.tariff-name {
    display:  block;
    margin-bottom:  5px;
    margin-top: 5px;
    text-align: left;
    margin-left: 10px;
}
@media (max-width: 650px) {
    .tariff-name {
        display:  block;
        margin-bottom:  5px;
        margin-top: 5px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
.new-cost {
    font-size: 26px;
    font-weight:  bold;
    display:  block;
}
.savings-cost {
    font-size: 14px;
    font-weight:  bold;
    display:  block;
}
.installment {
    display:  block;
    font-size: 26px;
    font-weight:bold;
}
.paytype {
    display:  block;
    font-size: 10px;
    font-weight:bold;
    min-height: 25px;
}
.popover-link-block {
    display: block;
    font-size: 10px;
}
.savings-annum {
    display:  block;
    font-size: 10px;
}
.extra {
    display:  block;
    font-size: 10px;
    color: #cc0000;
}
.extra-installment {
    display:  block;
    font-size: 10px;
    color: #cc0000;
}
.advisernumber {
    font-size: 20px;
    font-weight: bold;
}
.tcr-wrapper {
    display: block;
    width: 150px;
    min-height: 25px;
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;
    background: #eee;
}
@media (max-width: 650px) {
    .tcr-wrapper {
        display: block;
        width: 180px;
        font-size: 12px;
        padding: 6px;
    }
}
.tcr-wrapper .ppk {
    font-size: 8px;
}
.tcr-wrapper .tcr, .tcr-wrapper .ppk, .tcr-wrapper .tcr-elec, .tcr-wrapper .tcr-gas, .tcr-wrapper .tcr strong  {
    display: block;
}
.special {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #dae8ff;
}
.negative {
    color: #cc0000;
}
.table.table-header th.tpi-th {
    text-align: center;
}
.popover-trigger {
    cursor: pointer;
}

/* ==========================================================================
Signup customisation
========================================================================== */

.calc-section p {
    margin-left: 15px;
    margin-right: 15px;
}
#directDebit {
    margin-left: 15px;
    margin-right: 15px;
}
#directDebit p {
    margin-left: 0px;
    margin-right: 0px;
}
.ddlogo {
    margin-top: -3px;
}
.big .ddlogo {
    margin-top: 3px;
}

.ddheader {
    padding: 10px;
    border: 1px solid #CCCCCC;
}
#ddinstructions {
    width: 860px;
}
.ddinstructionsdata {
    display: block;
    color: #999;
}
#ddinstructions td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    padding-bottom: 5px;
}
#ddinstructions td.last {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
#printinstruction {
    display: inline-block;
    float: right;
}
#printinstruction {
    display: inline-block;
    float: right;
}
.floatright {
    float: right;
}

.savingswrapper {
    background: #c3e2ba;
}
.infowrapper  {
    background: #feefbb;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #ffffff;
}

.plansummary .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}
.savings-summary {
    font-size: 24px;
    line-height: 20px;
}

.signup-tc-triggers button, .signup-tc-triggers a {
    width:  90%;
    text-align: left;
}

.modal.modal-wide .modal-dialog {
    width: 90%;
}
.modal-wide .modal-body {
    overflow-y: auto;
}
#tandcModal .modal-body p {
    margin-bottom: 900px
}
.input-replace {
    display: inline-block;
    font-weight: bold;
    height: 34px;
    padding: 6px 12px 6px 0px;
    font-size: 14px;
    line-height: 1.428571429;
}
#summary-table-holder .table-responsive {
    border: none;
}
#summary-logo-holder, #summary-monthly-holder, #summary-annually-holder {
    display:  block;
}
#summary-logo-holder {
    float:  right;
    padding: 15px;
    background: #fff;
}
#summary-monthly-holder {
    color: #fff;
    font-size: 24px;
    padding: 10px;
}
#summary-annually-holder {
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
}
#summary-payment-based, #summary-quote-based {
    display: block;
    font-size: 10px;
    padding-left: 10px;
}
.summary-charge-holder {
    width: 180px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .summary-charge-holder {
        width: 220px;
    }
}


/* ==========================================================================
   Meet the team customisation
   ========================================================================== */
.thumbnail a > img.linkedin-icon {
    margin-left: 0px;
}

/* ==========================================================================
   Affilioate Signup customisation
   ========================================================================== */
.tab-content-intro {
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    padding: 15px;
}
.intro-only {
    border-bottom: solid 1px #ddd;
}
.nav-tabs-affiliate-signup {
    margin-bottom: 0px;
}
.nav-tabs-affiliate-signup > li > a {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    border-top: 4px solid #999;
    margin-right: 5px;
    margin-left: 5px;
    font-weight: bold;
    font-size: 18px;
}
.nav-tabs-affiliate-signup > li > a:focus {
    outline: none;
}
.nav-tabs-affiliate-signup > li.active > a,
.nav-tabs-affiliate-signup > li.active > a:hover,
.nav-tabs-affiliate-signup > li.active > a:focus {
    color: #555555;
    border: 1px solid #dddddd;
    border-top: 4px solid #fcaf17;
    border-bottom-color: transparent;
    margin-top: 0px;
    padding: 20px 15px 10px 15px;
}
.nav-tabs-affiliate-signup > li > a {
    color: #555555;
    border-radius: 0;
    margin-top: 10px;
}
.nav-tabs-affiliate-signup > li > a:hover {
    color: #fcaf17;
    border-top: 4px solid #fcaf17;
}
.nav-tabs-affiliate-signup .col-md-4, .nav-tabs-affiliate-signup .col-sm-4, .nav-tabs-affiliate-signup .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
}
@media (max-width: 767px) {
    .nav-tabs-affiliate-signup > li > a {
        font-weight: bold;
        font-size: 12px;
    }
    .title-holder {
        cursor: pointer;
        margin-bottom: 5px;
    }
}
.price-table-affiliates, .price-table-brokers {
    border-left: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
@media (max-width: 767px) {
    .price-table-affiliate, .price-table-brokerss {
        border-left: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        border-right: solid 1px #ddd;
    }

}
.price-table-affiliates hr, .price-table-brokers hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #ddd;
}
.price-table-affiliates dl, .price-table-brokers dl {
    margin-top: 0px;
    margin-bottom: 15px;
}
.price-table-affiliates:last-child, .price-table-brokers:last-child {
    border-right: solid 1px #ddd;
}
@media (max-width: 767px) {
    .price-table-affiliates, .price-table-brokers {
        padding-top: 5px;
    }
}
.title-holder {
    text-align: center;
    color: #fff;
}
.title-holder-left {
    background: #fcaf17;
    padding: 1px;
}
.title-holder-middle {
    background: #07b25e;
    padding: 1px;
}
.title-holder-right {
    background: #1777ff;
    padding: 1px;
}
.affiliate-signup-content dt {
    font-weight: normal;
    line-height: 1.6;
}
.commission-holder {
    min-height: 80px;
}
@media (min-width: 768px) and (max-width: 991px){
    .commission-holder {
        min-height: 105px;
    }
}
.commission-holder.commission-holder-brokers {
    min-height: auto;
}

.commission-holder.commission-holder-suppliers {
    min-height: 60px;
}
.commission-holder h4 {
    text-align: center;
}
.commission-holder h2 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}
.commission-holder h2 .small {
    font-size: 50%;
}
.commission-holder dt {
    text-align: center;
    font-size: 12px;
}
.features-holder .small {
    line-height: 12px;
    margin-top: 0px;
}
.features-holder {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .features-holder-third {
        width: 220px;
    }
}
.features-holder dt {
    font-size: 12px;
}
.features-holder .small {
    margin-top: 0px;
    display: block;
    margin-top: -3px;
    margin-bottom: 5px;
}
.morelink {
    color: #333;
    font-weight: bold;
}
.morelink:hover {
    color: #fcaf17;
}
.moreinfo {
    margin-top: -20px !important;
}
.well.well-affiliate-signup {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow:  none;
}
.well.well-affiliate-signup h5 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}
.well-empty {
    visibility: hidden;
}
.modal h4 .small {
    color: #333;
}
#spacer-sales-agent {
    height: 148px;
}
#spacer-broker {
    height: 146px;
}
#spacer-broker-pro {
    height: 88px;
}
@media (min-width: 768px) and (max-width: 991px) {
    #spacer-broker {
        height: 167px;
    }
    #spacer-broker-pro {
        height: 90px;
    }
    #spacer-broker-pro-plus {
        height: 2px;
    }
    #spacer-sales-agent {
        height: 149px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #spacer-sales-agent {
        height: 148px;
    }
}
.price-table-brokers {
    min-height: 805px;
}
@media (max-width: 767px) {
    .price-table-brokers {
        min-height: auto;
    }
}


/* ==========================================================================
   Price updates customisation
   ========================================================================== */

#pricestable td {
    padding: 10px;
    border: 1px solid #cccccc;
}
#pricestable > tbody > tr:nth-child(odd) > td,
#pricestable > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

/* ==========================================================================
   Reviews customisation
   ========================================================================== */

.reviewcontent p {
    font-size: 12px;
}

/* ==========================================================================
   Popover and accordion customisation
   ========================================================================== */

.popover.right {
    margin-left: -450px;
}
.panel {
    margin-bottom: 0px;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ==========================================================================
   Form validation
   ========================================================================== */
input.error,
select.error,
textarea.error {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
span.error {
    color: #b94a48;
}


/* ==========================================================================
   Responsive customisation
   ========================================================================== */
@media (max-width: 767px) {
    .highlightwrapper.checkboxhighlight {
        margin-left: -15px !important;
    }
}


/* ==========================================================================
   CC customisation
   ========================================================================== */

#cc-header-container {
    padding: 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
#cc-header-container span {
    display: block;
}
#cc-date-time {
    padding-top: 20px;
    text-align: center;
}
#cc-logout {
    text-align: right;
}
#agent-representing strong, #agent-name strong {
    display: inline-block;
    width: 120px;
}
@media  (max-width: 767px) {
    #cc-date-time {
        padding-top: 20px;
        text-align: left;
    }
    #cc-logout {
        padding-top: 20px;
        text-align: left;
    }
}

/* ==========================================================================
   T&C Modals
   ========================================================================== */

.termscontainer h4 {
    clear:both;
}
.termslist, .termslist ol {
    list-style-type: none;
}
.termslist li ol {
    margin-top: 15px;
    margin-bottom: -15px;
}
.termsli {
    margin-top: -20px;
    margin-left: 35px;
    margin-bottom: 15px;
    display: block;
    width: 90%;
}


/* ==========================================================================
   video embedding
   ========================================================================== */

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

/* ==========================================================================
   Sample viewport sizes
   ========================================================================== */

@media (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

/* ==========================================================================
   Water Plus page
   ========================================================================== */
.button-wrapper {
    text-align: center;
    padding: 30px 0 30px 0;
}


/* ==========================================================================
   Utilities
   ========================================================================== */

.orange.elorange {
    color: #fcaf17 !important;
}

.glyphicon {
    top: 0px;
}

/* ==========================================================================
   Error styles
   ========================================================================== */

.errordiv {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 0px;
    background-color: #faf2cc;
    border: 1px solid #d43f3a;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.errordiv span, .errordiv p {
    color: #d43f3a;
    margin-bottom: 0px;
}

.errordiv blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.tooltip-inner {
    text-align:left !important;
}

/* ==========================================================================
    Utilities & Bootstrap fixes
   ========================================================================== */

.align-center {
    text-align: center !important;
}

.noMargins {margin:0 !important;}

.padding-top {
    padding-top: 15px;
}
.btn-bottom {
    margin-bottom: 30px;
}
.authority-contact-page {
    padding-left: 30px;
}
.inline {
    display: inline;
}
.inline-block {
    display: inline-block;
}
.tablecell {
    vertical-align: middle;
    display: table-cell;
    height: 110px;
}
.nowrap {
    white-space: nowrap;
}

.padding-left {
    padding-left: 30px;
}
.padding-left-15 {
    padding-left: 15px;
}
.padding-left-10 {
    padding-left: 10px;
}
.padding-right {
    padding-right: 30px;
}
.padding-right-15 {
    padding-right: 15px;
}
.padding-top {
    padding-top: 15px !important;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-bottom {
    padding-bottom: 45px;
}
.padding-bottom-5 {
    padding-bottom: 5px;
}
.padding-bottom-8 {
    padding-bottom: 8px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-top-29 {
    padding-top: 29px;
}
.padding-top-30 {
    padding-top: 30px;
}
.margin-top-0 {
    margin-top: 0px;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-top-5 {
    margin-top: 5px !important;
}
.margin-top-90 {
    margin-top: 90px ;
}
.margin-left {
    margin-left: 15px;
}
.margin-right {
    margin-right: 100px;
}
.margin-right-30 {
    margin-right: 30px;
}
.margin-bottom {
    margin-bottom: 30px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.no-border {
    border: none !important;
}

html {
    height: 100%;
}

.modal
{
    overflow-y: hidden;
    overflow-y: auto;
}

.modal-open
{
    overflow:auto;
    overflow-x:hidden;
}

#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -138px;
}

#terms-holder {
    text-align: right;
}

@media (max-width: 767px)  {
    #terms-holder {
        text-align: left;
        padding-top: 15px;
    }

    #wrap {
        margin: 0 auto -214px;
    }

    footer {
        height: 214px;
        background-color: #f5f5f5;
    }
}

.checkbox a
{
    color:#fcaf17;
}


/* NEW 2019 Navbar */


nav.efb.navbar.navbar-custom {
    background-color: #fff;
    border: none;
    /* max-height: 40px; */
    padding: 0px;
}

.collapse.navbar-collapse {
    padding-top: 6px;
    /* margin-top: 5px; */
}

.navbar-custom .navbar-nav > li > a {
    color: #444;
    padding: 10px;
}

.navbar-custom .navbar-nav > li > a:hover {
    color: #444;
}
@media (min-width: 992px) {
    .navbar-header {
        margin-right: 100px;
    }
}

.navbar-brand img {
    height: 100%;
}

.navbar-brand {
    float: left;
    padding: 6px;
    font-size: 18px;
    line-height: 20px;
    height: 55px;
    margin: 6px 0 0 9px;
}

.navbar-button-group.navbar-right {
    position: absolute;
    right: 13px;
    top: 11px;
}

a.btn.btn--cta-big.btn--gradient.btn--jumbotron.btn--block {
    border: 1px solid #fcaf17;
    background-color: #fcaf17;
    border-radius: 12px;
    color: #444;
    padding: 9px;
}