﻿body {
    padding-top: 50px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(#000, #000 60%, #000);
    background-image: -o-linear-gradient(#000, #000 60%, #000);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(60%, #000), to(#000));
    background-image: linear-gradient(#000, #000 60%, #000);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border-bottom: 1px solid #000;
}

.money {
    font-family: 'Times New Roman', Times, serif;
}

.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
}

.padding-left {
    padding-left: 16px;
}

.float-up {
    margin-top: -16px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.full-width {
    width: 100% !important;
}

a.full-width {
    width: 100% !important;
    display: inline-block;
    text-align: center;
}

.half-width {
    width: calc(50% - 2px) !important;
}

a.half-width {
    width: calc(50% - 2px) !important;
    display: inline-block;
    text-align: center;
}

.label {
    white-space: normal !important;
}

.disabled {
    color: gray !important;
}

.centered {
    text-align: center;
}

.weight-normal {
    font-size: 14px !important;
    font-weight: normal !important;
}

.weight-bold {
    font-weight: bold !important;
}

.italic {
    font-style: italic !important;
}

table.centered th {
    text-align: center;
    font-size: 15px;
}

.table th a {
    text-decoration: none;
}

ul li a {
    text-decoration: none;
    color: #c0392b;
}

    ul li a:hover {
        text-decoration: none;
    }

.navbar-header a {
    float: left;
    padding: 0;
    font-weight: 600;
    font-size: 28px;
    color: white;
    text-decoration: none;
}

.nav.navbar-nav .menu-item {
    font-weight: bold;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 17px;
        padding-bottom: 17px;
    }
}

#InnerTitle {
    margin: 8px 0 15px 0;
}

.wide-toggle {
    font-size: 20px !important;
    padding: 4px 12px !important;
}

.orderArrow {
    color: #a0a0a0;
    display: none;
}

.arrow-down-darkgrey {
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #191919;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
}

.paragraph-text {
    color: #545454;
    font-weight: bold;
    padding-bottom: 24px;
}


.text-danger .validation-summary-errors, .field-validation-error {
    color: red;
}


/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}


.cunvalid {
    background-color: #f00 !important;
}

.cvalid {
    background: url('Images/tick.png') 99% center no-repeat;
    background-color: #afa !important;
}

.csvalid {
    background-color: #afa !important;
}

.credit-card-box label {
    display: block;
}

.credit-card-list {
    margin: 0;
    text-align: right;
}

    .credit-card-list img {
        width: 50px;
        margin-left: 0;
        opacity: 0.3;
    }

        .credit-card-list img.selected {
            opacity: 1;
        }

@media screen and (max-width: 767px) {
    .credit-card-list img {
        width: 18.1%;
    }
}

#registerVerificationForm .form-group {
    margin-left: -13px;
    margin-right: -13px;
}

#registerVerificationForm .col-md-3 .form-group input {
    text-align: center;
}

.stripes {
    width: 100%;
    height: 4px;
    display: block;
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAT0lEQVQYV2Pc/7Xz/807VxnQgbqKNooQ44yLcf8JKQLJYyhENwmkCGQjikJcilBMxKcIrpCQIrBCkK/RPYMtFDAU4goqFIX4whOukFCgAwDNzDkViUAFWQAAAABJRU5ErkJggg==);
    border: 1px solid #95d156;
    padding: 0;
    box-sizing: border-box;
}

    .stripes.top {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .stripes.bottom {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
    }


/* Just looks nicer */
.customwidth {
    max-width: 556px;
}


/** jQuery Smart Wizard  **/
.form_wizard .stepContainer {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow-x: hidden;
}

.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 !important;
}

    .wizard_horizontal ul.wizard_steps li {
        display: table-cell;
        text-align: center;
    }

        .wizard_horizontal ul.wizard_steps li a, .wizard_horizontal ul.wizard_steps li:hover {
            display: block;
            position: relative;
            -moz-opacity: 1;
            filter: alpha(opacity=100);
            opacity: 1;
            color: #666;
            text-decoration: none;
        }

            .wizard_horizontal ul.wizard_steps li a:before {
                content: "";
                position: absolute;
                height: 4px;
                background: #ccc;
                top: 20px;
                width: 100%;
                z-index: 4;
                left: 0;
                text-decoration: none;
            }

            .wizard_horizontal ul.wizard_steps li a.disabled .step_no {
                background: #ccc;
            }

            .wizard_horizontal ul.wizard_steps li a .step_no {
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 100px;
                display: block;
                margin: 0 auto 5px;
                font-size: 16px;
                text-align: center;
                position: relative;
                z-index: 5;
            }

            .wizard_horizontal ul.wizard_steps li a.selected:before, .step_no {
                background: #00bfff;
                color: #fff;
                text-decoration: none;
            }

            .wizard_horizontal ul.wizard_steps li a.done:before, .wizard_horizontal ul.wizard_steps li a.done .step_no {
                background: #3a87ad;
                color: #fff;
                text-decoration: none;
            }

        .wizard_horizontal ul.wizard_steps li:first-child a:before {
            left: 50%;
        }

        .wizard_horizontal ul.wizard_steps li:last-child a:before {
            right: 50%;
            width: 50%;
            left: auto;
        }

.wizard_verticle .stepContainer {
    width: 80%;
    float: left;
    padding: 0 10px;
}

.actionBar {
    width: 100%;
    padding: 0px 5px;
    text-align: right;
}

    .actionBar .buttonDisabled {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        box-shadow: none;
    }

    .actionBar a {
        margin: 0 3px;
    }

.wizard_verticle .wizard_content {
    width: 80%;
    float: left;
    padding-left: 20px;
}

.wizard_verticle ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 20%;
    float: left;
    margin: 0 0 20px;
}

    .wizard_verticle ul.wizard_steps li {
        display: list-item;
        text-align: center;
    }

        .wizard_verticle ul.wizard_steps li a {
            height: 80px;
            text-decoration: none;
        }

            .wizard_verticle ul.wizard_steps li a:first-child {
                margin-top: 20px;
                text-decoration: none;
            }

        .wizard_verticle ul.wizard_steps li a, .wizard_verticle ul.wizard_steps li:hover {
            display: block;
            position: relative;
            -moz-opacity: 1;
            filter: alpha(opacity=100);
            opacity: 1;
            color: #666;
            text-decoration: none;
        }

            .wizard_verticle ul.wizard_steps li a:before {
                content: "";
                position: absolute;
                height: 100%;
                background: #ccc;
                top: 20px;
                width: 4px;
                z-index: 4;
                left: 49%;
                text-decoration: none;
            }

            .wizard_verticle ul.wizard_steps li a.disabled .step_no {
                background: #ccc;
            }

            .wizard_verticle ul.wizard_steps li a .step_no {
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 100px;
                display: block;
                margin: 0 auto 5px;
                font-size: 16px;
                text-align: center;
                position: relative;
                z-index: 5;
            }

            .wizard_verticle ul.wizard_steps li a.selected:before, .step_no {
                background: #00bfff;
                color: #fff;
                text-decoration: none;
            }

            .wizard_verticle ul.wizard_steps li a.done:before, .wizard_verticle ul.wizard_steps li a.done .step_no {
                background: #1ABB9C;
                color: #fff;
                text-decoration: none;
            }

        .wizard_verticle ul.wizard_steps li:first-child a:before {
            left: 49%;
        }

        .wizard_verticle ul.wizard_steps li:last-child a:before {
            left: 49%;
            left: auto;
            width: 0;
        }

.form_wizard .loader {
    display: none;
}

.form_wizard .msgBox {
    display: none;
}

/** jQuery Smart Wizard  **/



/** RFQ **/
.btn-sort {
    min-width: 150px;
    font-size: 20px !important;
}

#drp-sort.dropdown-menu {
    width: 180px;
}

.thumbnail .caption b {
    color: maroon;
}

.note-form .note-container {
    position: relative;
    width: 100%;
    height: 70px;
    border: 1px solid #ddd;
}

    .note-form .note-container textarea {
        position: relative;
        border: none;
        width: calc(100% - 29px);
        height: 68px;
        resize: none;
        font-weight: bold;
        font-size: 14px;
        overflow: hidden;
    }

.note-form button {
    position: absolute;
    right: -5px;
    top: -1px;
    z-index: 100;
    height: 70px;
    border-radius: 0;
}
/** RFQ **/


/** Dashboard Account **/
#ChangePlanForm .btn {
    margin: 4px 0 8px 0 !important;
}

.modal-title {
    color: red;
}
/** Dashboard Account **/
