﻿/* -- Micro Clearfix -- */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix { /* -- code specific to IE 6 / 7 -- */
    *zoom: 1;
}
/* -- / Micro Clearfix -- */

body > .wrapper {
    overflow: visible;
}

.box-footer .table {
    margin-bottom: 0;
}

.btn-success-outline {
    color: #5cb85c;
    background-color: transparent;
    background-image: none;
    border-color: #5cb85c;
}

    .btn-success-outline:focus,
    .btn-success-outline.focus,
    .btn-success-outline:active,
    .btn-success-outline.active,
    .open > .btn-success-outline.dropdown-toggle {
        color: #fff;
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    .btn-success-outline:hover {
        color: #fff;
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    .btn-success-outline.disabled:focus,
    .btn-success-outline.disabled.focus,
    .btn-success-outline:disabled:focus,
    .btn-success-outline:disabled.focus,
    fieldset[disabled] .btn-success-outline:focus,
    fieldset[disabled] .btn-success-outline.focus {
        border-color: #a3d7a3;
    }

    .btn-success-outline.disabled:hover,
    .btn-success-outline:disabled:hover,
    fieldset[disabled] .btn-success-outline:hover {
        border-color: #a3d7a3;
    }

.btn-more-info {
    position: relative;
    top: -5px;
    line-height: 15px;
    width: 85px;
}

.text-warning {
    color: #f39c12;
}

.text-larger {
    font-size: 1.4em;
}

.text-2 {
    font-size: 2em;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0px;
    position: static;
}

.main-header {
    max-height: none;
}

.head-logo img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.navbar-toggle {
    float: none !important;
}

.main-header .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: auto !important;
    min-height: 80px;
}

.main-header .navbar-nav > .user-menu > .dropdown-menu > .user-body {
    padding: 0px;
}

    .main-header .navbar-nav > .user-menu > .dropdown-menu > .user-body .list-group-item:first-child,
    .main-header .navbar-nav > .user-menu > .dropdown-menu > .user-body .list-group-item:last-child {
        border-radius: 0px !important;
    }

    .main-header .navbar-nav > .user-menu > .dropdown-menu > .user-body .list-group {
        margin: 0 !important;
    }

.main-header .navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    border: 1px solid #ccc;
    border-top: none;
}

.main-header .dropdown-menu > li > a {
    color: #000;
}

.head-social {
    padding-top: 20px;
    float: right;
}

    .head-social a:link {
        display: inline-block;
        width: 36px;
        margin-left: 3px;
    }

.user-list-long {
    max-height: 210px;
    overflow: auto;
}

.clickable-row:hover {
    cursor: pointer;
}

.validation-summary-errors {
    color: red;
}

.no-results {
    font-size: 16px;
}
/* -- Customer -- */
.select-customer a {
    display: block;
    width: 100%;
}

    .select-customer a:hover {
        text-decoration: none;
    }

.select-customer .customerid {
    font-size: 2em;
    margin-top: 2px;
    border-right: 1px solid #eee;
    text-align: center;
}

.select-customer strong {
    font-size: 1.4em;
}

.current-customer {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.5);
    border: 1px solid rgba(0,0,0,0.2) !important;
}
/* -- /Customer -- */
/* -- Overview -- */
.customer-status .fa {
    font-size: .7em;
    margin-right: 5px;
    color: red;
}

.customer-status .active {
    color: #03b237;
}

.message-box {
    color: #333;
}

    .message-box .info-box-text {
        white-space: normal;
    }

.home-makepayment-btn {
    margin-top: 25px;
}
/*-- /Overview -- */
/* -- Statement -- */
.statement {
    clear: both;
    float: left;
    width: 100%;
    line-height: 46px !important;
    border-bottom: 1px solid #eee;
}

    .statement:last-of-type {
        border-bottom: none;
    }

    .statement:hover {
        background-color: #fafafa;
    }
/* -- /Statement -- */

/* -- MakePayment -- */
.paymentOptionWrapper {
    clear: both;
    padding-top: 2px;
}

    .paymentOptionWrapper .radio {
        padding-top: 6px;
        padding-bottom: 6px;
    }

.payment_amount {
    line-height: 36px;
}

#paymentAmount {
    font-size: 1.8em;
}

#paymentMethod {
    font-weight: bold;
}

.error {
    color: red;
}
/* -- /MakePayment -- */



/* -- /Manage/ChangeNumbers -- */
table.changeNumbersView {
    width: 100%;
    margin: 0 auto 16px
}

    table.changeNumbersView strong {
        font-weight: 600;
    }

    table.changeNumbersView td {
        padding: 16px;
    }

    table.changeNumbersView thead tr {
        border-bottom: 2px solid #3C8DBC;
        font-weight: 600
    }

    table.changeNumbersView tbody tr {
        border-bottom: 1px solid #ecf0F5
    }

    table.changeNumbersView tr td.phoneNumber,
    table.changeNumbersView tr td.phoneType {
        width: 150px;
    }

    table.changeNumbersView tr td:last-of-type {
        text-align: right;
    }

    table.changeNumbersView tr td a {
        margin-left: 8px;
    }

    table.changeNumbersView .iconOptions {
        display: none;
    }

.changeNumbersMoreOptions {
    text-align: right;
}

table.changeNumbersView td.phoneType span {
    display: none;
}



/* -- /Manage/Index PhoneNumbers -- */
table.customerPhoneNumbers {
    min-width: 200px;
}

    table.customerPhoneNumbers tr {
        border-bottom: 1px solid #eee;
    }

        table.customerPhoneNumbers tr:last-of-type {
            border: none;
        }

    table.customerPhoneNumbers td {
        padding: 4px 6px;
    }

        table.customerPhoneNumbers td:last-of-type {
            text-align: right;
        }

@media (max-width:991px) {
    .navbar-collapse.pull-left + .navbar-custom-menu {
        right: 0px !important;
    }
}

@media (max-width: 767px) {
    .btn-xs-block {
        display: block;
        width: 100%;
    }

    .head-logo {
        text-align: center;
    }

    .head-social {
        float: left;
        width: 100%;
        text-align: center;
        padding-top: 0px;
        padding-bottom: 15px;
    }

        .head-social a:link {
            display: inline-block;
            width: 36px;
            margin-left: 3px;
        }

    .select-customer .customerid {
        margin-top: 0px;
        border-right: none;
        text-align: left;
    }


    /* -- /Manage/ChangeNumbers -- */
    table.changeNumbersView .iconOptions {
        display: block;
    }

    table.changeNumbersView .wordOptions {
        display: none;
    }

    table.changeNumbersView td {
        padding: 16px 8px;
    }

    table.changeNumbersView tr td.phoneNumber {
        width: 110px;
    }

    table.changeNumbersView tr td.phoneType {
        width: 90px;
    }

    table.changeNumbersView td.phoneType span {
        display: inline-block;
    }

    table.changeNumbersView td.phoneType strong {
        display: none;
    }
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.field-validation-error {
    color: red;
}

    .field-validation-error.icon {
        background-image: url('images/icon_warning.png');
        background-repeat: no-repeat;
        color: Transparent;
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
        display: inline-block;
    }

#AgreeToTerms {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
/* Tanks */
.tank-row {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    background: #f7f7f7;
}

    .tank-row [class*="col-"] {
        background: #f7f7f7;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .tank-row .progress {
        background-color: #fff;
        border: 1px solid #ddd;
        margin-bottom: 0;
    }

    .tank-row .progress-bar {
        max-width: 100%;
    }

    .tank-row.selected {
        background-color: #ddd !important;
    }

        .tank-row.selected [class*="col-"] {
            background-color: #ddd !important;
        }

@media only screen and (min-width : 992px) {
    .tank-row {
        display: table;
        width: 100%;
    }

        .tank-row [class*="col-"] {
            float: none;
            display: table-cell;
            vertical-align: top;
            border: 1px solid #fff;
        }
}

.voffset2 {
    margin-top: 10px;
}

.voffset4 {
    margin-top: 20px;
}

.historyDetails {
    padding: 16px 0;
}

    .historyDetails ul {
        padding: 0 0 8px;
    }

        .historyDetails ul li {
            display: table;
            width: 100%;
            max-width: 300px;
            border-bottom: 1px solid #ddd;
            padding: 8px 4px;
            font-size: 14px;
        }

            .historyDetails ul li > * {
                display: table-cell;
                vertical-align: top;
            }

            .historyDetails ul li > span {
                text-align: right;
            }

    .historyDetails p {
        font-size: 14px;
    }

    .historyDetails td, .historyDetails th {
        font-size: 14px;
        padding: 6px 12px
    }

    .historyDetails th {
        border-bottom: 0 !important;
    }

    .historyDetails thead {
        background: #333;
        color: #fff;
    }

    .historyDetails table {
        margin-top: 16px;
        width: 100%;
    }

    .historyDetails tbody tr:nth-of-type(even) {
        background: #f9f9f9;
    }

footer.new-footer {
    margin: 0;
    padding: 0;
    background: #424545;
    border-top: 2px solid #fff;
}

    footer.new-footer > div {
        padding: 15px 0 5px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 13px;
        background: #333;
    }

        footer.new-footer > div a {
            color: rgba(255, 255, 255, 0.5);
        }

        footer.new-footer > div.fat-footer {
            padding: 30px 0 15px;
            color: #fff;
            font-size: 14px;
            line-height: 1.6875;
            background: #424545;
        }

            footer.new-footer > div.fat-footer a {
                color: #fff;
                text-decoration: none !important;
            }

            footer.new-footer > div.fat-footer .fat-footer-right {
                text-align: right;
            }

    footer.new-footer a {
        color: #fff;
        text-decoration: underline;
    }

        footer.new-footer a:hover {
            text-decoration: none;
        }

    footer.new-footer .stay-connected-links a {
        display: inline-block;
        padding: 10px 0;
        font-size: 16px;
        text-align: center;
        line-height: 1;
        width: 36px;
    }
    footer.new-footer .stay-connected-links a.stay-connected-x {
        background: #000000;
    }

        footer.new-footer .stay-connected-links a.stay-connected-x:hover {
            background: rgb(42,45,48)
        }
        footer.new-footer .stay-connected-links a.stay-connected-twitter {
            background: #00aced;
        }

            footer.new-footer .stay-connected-links a.stay-connected-twitter:hover {
                background: #0093d4;
            }

        footer.new-footer .stay-connected-links a.stay-connected-linkedin {
            background: #007bb6;
        }

            footer.new-footer .stay-connected-links a.stay-connected-linkedin:hover {
                background: #00629d;
            }

        footer.new-footer .stay-connected-links a.stay-connected-facebook {
            background: #3b5998;
        }

            footer.new-footer .stay-connected-links a.stay-connected-facebook:hover {
                background: #22407f;
            }

        footer.new-footer .stay-connected-links a.stay-connected-youtube {
            background: #bb0000;
        }

            footer.new-footer .stay-connected-links a.stay-connected-youtube:hover {
                background: #a20000;
            }

    footer.new-footer .dl-contact-us dt {
        font-weight: normal;
        text-align: left;
    }

@media only screen and (max-width : 767px) {
    footer.new-footer > div.fat-footer .fat-footer-right {
        text-align: left;
    }
}

.notify-error {
    margin-bottom: 10px;
    padding: 15px;
    background: #fff;
    border-left: 5px solid #fc5c5c;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.2);
}

.notify-success {
    margin-bottom: 10px;
    padding: 15px;
    color: #212529;
    background: #fff;
    border-left: 5px solid #58B957;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.2);
}

.notify-warning {
    margin-bottom: 10px;
    padding: 15px;
    background: #fff;
    border-left: 5px solid #f0ad4e;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px
}

.notify{
    margin-top:10px
}
#terms, #payment-terms {
	margin-bottom: 10px;
}

#terms .checkbox label, #payment-terms .checkbox label {
        padding-left: 0;
    }

#terms .checkbox label input[type=checkbox], #payment-terms .checkbox label input[type=checkbox] {
        margin-right: 10px;
        position: relative;
        top: 1px;
    }

.info-box-icon{
    position:absolute;
    min-height:100%!important;
    justify-content:center;
    align-items:center
}

.info-box-icon i {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translateY(-50%) translateX(-50%);
}

@media print {
    body {
        visibility: hidden;
    }

    .printable {
        visibility: visible;
    }
}