
#main-content {
	margin: 0 auto;
}

#main-content .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.5rem;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    box-sizing: border-box;
}

#main-content .col-md {
    width: 100%;
    max-width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-top: 0;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    #main-content .col-md {
      flex: 1 0 0%;
        margin-bottom: 0.75em;
    }
  }

#main-content .sectionwrap p {
  font-size: 1.143rem;
  font-weight: 300;
  line-height: 1.5;
}

#main-content .sectionwrap {
    max-width: 780px;
    margin: 0 auto;
}

#main-content .sectionwrap a {
    color: #007db9;
    font-weight: 600;
    text-decoration: none;
}

.calculator-tool h1 {
    font-weight: normal;
}

.calculator-tool h1 b {
    color: #007db9;
}

.calculator-tool .subhead {
    font-size: 1.714rem;
    font-family: 'jaf-bernina-sans';
    font-weight: 600;
    color: #000;
    margin: 0 0 0.5em;
}

#calculation-content-wrap .subhead {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

#calculation-content-wrap #alt-min {
    display: none;
}

#calculation-tabs-wrap .fcr h5 {
    margin-right: -5px;
}

#calculation-form .tip-icon {
    background: url("/content/dam/georgia-power/custom/power-light-rate-calculator/img_icon_tips.gif") no-repeat 0 10px;
    display: inline-block;
    height: 25px;
    margin-right: 5px;
    width: 12px;
}
#calculation-form .tip-content {
    display: none;
}
#calculation-form input {
    height: 40px;
    border: 1px solid #c0c0c0;
    border-right: none;
    border-radius: 3px 0 0 3px;
    padding: 0.375rem 0.25rem 0.375rem 0.75rem;
    box-sizing: border-box;
    font-size: 1.143rem;
    color: #000;
    width: 80px;
    margin: 0;
    font-family: 'jaf-bernina-sans';
    font-weight: 300;
    line-height: 1.5;
}

#calculation-form span.input-append {
    background-color: #f2f2f2;
    display: inline-block;
    line-height: 38px;
    margin-left: -5px;
    padding: 0 0.75em;
    border-radius: 0 3px 3px 0;
    border: 1px solid #c0c0c0;
}

#calculation-form select {
    font-size: 1.143rem;
    color: #000;
    width: 45%;
    font-family: 'jaf-bernina-sans';
    font-weight: 300;
    display: inline-block;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1.143rem;
    font-weight: 300;
    line-height: 1.5;
    background-color: #fff;
    background-image: url("/content/dam/georgia-power/custom/power-light-rate-calculator/img_down-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 1em;
}

#calculation-form select:nth-child(even) {
    margin-right: 0;
}

#calculation-form #sales-tax {
    width: 85px;
    height: 40px;
}

#calculation-form .selection-group {

}

#calculation-form .input-field {
    font-weight: 300;
    font-size: 1.143rem;
    display: inline-block;
}

#calculation-form .input-field label {
    font-weight: 600;
}

/* #calculation-form .input-field label[for='total-usage'] {
    margin-left: 20px;
} */

#calculation-form .selection-tax {
    display: inline-block;
    font-weight: 600;
    font-size: 1.143rem;
    margin-left: 20px;
}

#calculation-form .form-complete {
    text-align: center;
    margin: 1em 0 2em;
}

#calculation-form .form-complete button {
    color: #fff;
    background-color: #ed1d24;
    border: 1px solid #ed1d24;
    font-size: 17px;
    padding: 16px 3em;
    display: inline-block;
    text-align: center;
    margin-top: 1em;
    text-decoration: none;
    font-weight: 500;
    font-family: 'jaf-bernina-sans';
    transition: background-color .3s,color .3s;
}
#calculation-form .form-complete button:hover {
    border: 1px solid #ed1d24;
    background-color: transparent;
    color: #ed1d24;
}

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none), screen\0 {
    #calculation-form select {
        font-size: 1em;
        border: 2px solid #c0c0c0;
        color: #000;
        width: 360px;
        height: 40px;
        padding-left: 10px;
        background: none;
    }
    #calculation-form #sales-tax {
        width: 80px;
        background: none;
    }
    #calculation-form .selection-tax {
        margin-left: 25px;
}
}

.invalid {
    background-color: #fcf2f2;
    border: 1px solid #c00;
    box-shadow: 0 0 2px 0px #c00;
}

.hidden {
    display: none;
}

#hud-ranges p {
    color: #a9a9a9;
    font-size: .8em;
    line-height: 1.25em;
    margin: 0;
    text-align: center;
}

#bill-total {
    display: none;
    font-weight: bold;
    font-size: 1.143em;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 1em;
}

#bill-total b {
    font-size: 2.143rem;
    margin-left: 5px;
    font-weight: 600;
}

.required {
    box-shadow: 0  0 3px rgba(255,0,0,0.5);
}


.rate-calculator .title-image {
    margin-top: 10px;
}

.rate-calculator .calculation-tabs * {
    box-sizing: border-box;
}

#calculation-tabs-wrap {
    display: none;
}

#hud-buckets {
    margin-top: 2em;
}

#hud-buckets .row,
.schedules .row {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
}

@media (min-width: 992px) {
    #hud-buckets .row,
    .schedules .row {
        margin-left: -2rem !important;
        margin-right: -2rem !important;
    }
}

#hud-buckets .container,
.schedules .container {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.schedules .container {
    margin-top: 2.5em;
}

#hud-buckets .bucket-wrap,
#hud-ranges .range {
    display: inline-block;
    box-sizing: border-box;
    width: 165px;
    height: 155px;
}

#hud-ranges .range {
    vertical-align: text-top;
}

#hud-buckets .bucket-wrap {
    position: relative;
    text-align: center;
    width: 24.5%;
}

#hud-buckets .bucket-wrap .fill-line {
    position: absolute;
    width: 165px;
    height: 115px;
    z-index: 1;
    background: url("/content/dam/georgia-power/custom/power-light-rate-calculator/img_bg_fill_line.gif") repeat-x 0 0;
}

#hud-buckets .bucket-wrap .bucket {
    background: transparent url("/content/dam/georgia-power/custom/power-light-rate-calculator/img_bg_bucket_outline.png") no-repeat 0 0;
    width: 165px;
    height: 115px;
    text-align: center;
    position: absolute;
    z-index: 2;
}

#hud-buckets .bucket-wrap .usage {
    bottom: 7px;
    position: absolute;
    width: 155px;
    text-align: center;
    font-family: 'jaf-bernina-sans';
    font-size: 1rem;
}

#hud-buckets .rate-group {
    width: 100%;
    display: inline-block;
    margin-right: 0;
    text-align: center;
    font-size: .95em;
    line-height: 1.5;
    color: #000;
    max-width: 165px;
    margin-bottom: 1.5em;
}

#hud-buckets .rate-group:last-child {
    margin-right: 0;
}

#hud-buckets .rate-group p {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    color: #000;
    line-height: 1.5;
}

#hud-buckets .usage {
    color: inherit;
    font-weight: normal;
    padding: 0;
    font-size: inherit;
}

.ui-widget-content,
.ui-widget-header {
    border: none !important;
    background: none !important;
    border-radius: 0 !important;
}

.ui-tabs #hud-buckets {
    position: relative;
}

.ui-tabs #hud-buckets .cost {
    color: white;
    font-family: 'jaf-bernina-sans';
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
    width: 165px;
    top: 15px;
}

.ui-tabs #hud-buckets .descr {
    color: #e5e5e5;
    font-family: 'jaf-bernina-sans';
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.2em;
    position: absolute;
    bottom: 15px;
    left: 27%;
}

.ui-tabs #hud-buckets .descr b {
    display: block;
    font-size: 1.25em;
    font-weight: 500;
}

.ui-tabs .ui-tabs-panel .content-wrap .charge-type {
    box-sizing: border-box;
    padding-right: 0.5em;
    /* border-right: 1px solid #efefef; */
    margin-right: 15px;
}

.schedules .container {
    padding: 0;
}

.schedules h3 {
    margin-bottom: 1.5em;
}

/* .ui-tabs .ui-tabs-panel .content-wrap .charge-type:last-child {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
} */

.ui-tabs .ui-tabs-panel .content-wrap .charge-type h4 {
    display: block;
    margin: 0;
}

.ui-tabs .ui-tabs-panel .content-wrap .charge-type h5 {
    font-size: 1rem;
    margin: 0;
}

.ui-tabs .ui-tabs-panel .content-wrap .charge-type p:nth-child(even) {
    font-size: 1.75em;
    font-weight: 600 !important;
    color: #000;
    margin: 5px 0;
}

.ui-tabs .ui-tabs-panel .content-wrap .charge-type p:nth-child(odd) {
    margin: 0;
    font-size: 1rem !important;
    color: #000;
    font-weight: 500 !important;
}

.ui-tabs .ui-tabs-panel .content-wrap .charge-type #fcr-rate p:nth-child(odd) {
    line-height: 1.1em;
}

.ui-tabs .ui-tabs-panel .content-wrap .mff-rates {
    margin-bottom: 1.25em;
}

.ui-tabs .ui-tabs-panel .content-wrap .mff-rates div {
    display: inline-block;
    width: 48%;
    text-align: center;
}

.charge-details {
    margin-bottom: 1.75em;
}

.ui-tabs .ui-tabs-panel .content-wrap .mff-rates p {
    color: #000;
    font-size: .95em;
    font-weight: 600 !important;
}

.ui-tabs {
    position: relative;
    width: 100%;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 0 2px 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    background: #f2f2f2;
    box-sizing: border-box;
    width: 24.5%;
    border: none;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
    min-height: 140px;
    z-index: 5;
    background: white;
    border: 1px solid #c0c0c0;
    border-bottom: none;
}

#tab-wrap-sales .tab-label .amt {
    color: #007db9;
    font-weight: bold;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .tab-label {
    position: relative;
    z-index: 3;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    padding: 0;
    background: #efefef;
    position: relative;
}

.ui-tabs .ui-tabs-nav {
    overflow: auto;
}

.ui-tabs .ui-tabs-nav li:not(.ui-state-active) {

}

.ui-tabs .ui-tabs-nav li:not(.ui-state-active) .tab-label {
    height: 137px;
}

.ui-tabs .ui-tabs-nav .tab-label {
    padding: 1.5em;
    text-align: center;
    margin: 5px 5px 0;
    font-family: 'jaf-bernina-sans';
    font-size: 0.95rem;
}

.ui-tabs .ui-tabs-panel .content-wrap {
    padding: 2em;
    background: white;
    border: 1px solid #c0c0c0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-top: -3px;
}

.ui-tabs .ui-tabs-panel .content-wrap h3 {
    font-size: 1.714rem;
    margin: 0 0 1em;
    color: #000;
    font-family: jaf-bernina-sans;
    font-weight: 500;
}

.ui-tabs .ui-tabs-panel .content-wrap h4 {
    font-size: 1.1rem;
    margin: 10px 0 15px;
    font-family: 'jaf-bernina-sans';
    color: #000;
}

.ui-tabs .ui-tabs-panel .content-wrap h4 b {
    font-size: 1.714rem;
    margin-right: 5px;
}

.ui-tabs .ui-state-active {
    height: 115px;
    background: yellow;
}

.ui-tabs .ui-tabs-nav .tab-label .title {
    color: #000;
    font-weight: 600;
    font-size: 0.95rem;
}
.ui-tabs .ui-state-active .tab-label {
    background: white;
}

.ui-tabs .ui-state-active .tab-label .title {
    color: #000;
}

.ui-tabs .ui-tabs-nav .tab-label span {
    display: block;
    font-size: .9em;
}

.ui-tabs .ui-tabs-nav .tab-label .amt {
    font-size: 1.714rem;
    padding: 0.25em 0;
    color: #007db9;
}

.ui-tabs .ui-state-active .tab-label .amt {
    color: #007db9;
}
.ui-tabs .content-wrap h3 b,
.ui-tabs .content-wrap h4 b {
    font-weight: 600;
}
.ui-tabs .ui-state-active .tab-label .amt,
.ui-tabs .content-wrap h3 b,
.ui-tabs .content-wrap h4 b,
.ui-tabs .content-wrap .usage {
    color: #007db9;
}

.ui-tabs .ui-state-active .tab-label.base .amt,
.ui-tabs .content-wrap.base h3 b,
.ui-tabs .content-wrap.base h4 b,
.ui-tabs .content-wrap.base .usage {
    color: #007db9;
}

.ui-tabs .content-wrap.base .usage {
    font-weight: bold;
    padding: 5px;
    font-size: 1.15em;
}

.ui-tabs .ui-state-active .tab-label.franchise .amt,
.ui-tabs .content-wrap.franchise h3 b,
.ui-tabs .content-wrap.franchise h4 b,
.ui-tabs .content-wrap.franchise .franchise {
    color: #007db9;
}

.ui-tabs .ui-tabs-nav .tab-label .info {
    display: inline-block;
    color: #007db9;
    position: relative;
    font-size: 0.95rem;
}

.ui-tabs .ui-tabs-nav .tab-label .info i {
    /* display: block;
    width: 20px;
    height: 20px;
    float: right;
    margin-left: .5em; */
}

.ui-tabs .ui-state-active .tab-label .info i {
    /* background-position: 0 -20px; */
}

.ui-tabs .initial-state-empty {
    display: none !important;
}

.ui-state-default:not(.ui-state-active) .amt {
    color: #aea9a5;
}

.ui-state-default a {
    color: #555555;
    text-decoration: none;
}

.modal-title {
    font-weight: 600;
}
.modal-body, .modal-body p {
    font-size: 1.143rem;
    font-family: jaf-bernina-sans;
    line-height: 1.5;
    font-weight: 300;
}
.modal-backdrop.fade.show {
    opacity: 0;
}
.modal.show .modal-dialog {
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%), 0 0 20px #c0c0c0;
    margin-top: 3em;
}
.modal.show .modal-content {
    border: none;
}
.fa.fa-info-circle { 
    color: #007db9;
    cursor: pointer;
    position: relative;
    top: -7px;
    margin-right: 7px;
}
.fa.fa-info-circle::before {
    font-size: 1.243rem;
}
.fa.fa-angle-right,
.fa.fa-angle-down { 
    color: #007db9;
    cursor: pointer;
    position: relative;
    top: 1px;
    margin-left: 2px;
}
.fa.fa-angle-right::before,
.fa.fa-angle-down::before {
    font-size: 1.243rem;
}
@media (max-width:425px) {
    .input-row {
        margin-right: 0;
    }
}
@media (min-width: 320px) and (max-width:748px) {
    #hud-buckets .rate-group {
        max-width: inherit;
        text-align: left;
    }
    #calculation-form select {
        width: 89%;
    }
    .input-row {
        overflow: auto;
        margin-right: 5em;
    }
    .input-row .input-field {
        margin-bottom: 1em;
    }
    .input-row .input-field,
    .input-row .selection-tax {
        float: right;
    }
    .input-row .input-field:not(:nth-of-type(1)),
    .input-row .selection-tax {
        margin-right: 1.5em;
    }
    #bill-sample {
        width: 100%;
        height: auto;
    }
    .ui-tabs .ui-tabs-nav li {
        width: 100%;
    }
    .ui-tabs .ui-tabs-nav li:not(.ui-state-active) .tab-label {
        height: auto;
    }
    .ui-tabs .ui-tabs-nav .tab-label {
        padding: 0.5em;
    }
}
@media (min-width: 320px) and (max-width:375px) {
    .input-row {
        margin-right: 0;
    }
}
@media (min-width: 376px) and (max-width:425px) {
    .input-row {
        margin-right: 1em;
    }
}
