﻿.color-inherit {
    color: inherit;
}

a:hover {
    color: inherit;
}

.text-right {
    text-align: right;
}

/*classes for pick up order*/
.comment-box {
    /*margin-left: 5px;*/
    /*width: 89%;*/
    width: 100%;
}

/*end*/

/*classes for product balance*/
.bottomButtons {
    border-top: 1px solid #DDDDDD;
    margin-top: 20px;
    padding-top: 2%;
    text-align: center;
}

.button:disabled {
    background-color: #CACACA;
    color: #686868;
}

/*end*/

/*classes for Club panel*/

.club-fieldset {
    min-height: 71px;
}

.ship-label-div {
    width: 130px;
    float: left;
}

.loyalty-title-label-div {
    width: 145px;
    float: left;
}

.frequentbuyer-title-label-div {
    width: 120px;
    float: left;
}

.membership-option-box {
    width: 267px;
}

.deliveryPreference-ddl {
    margin: 5px 0;
    width: 100%;
}

.shipAddEditBtn-div {
    margin-left: 89%;
    min-height: 100px;
    padding-top: 10px;
}

.shipAddress-div {
    float: left;
    width: 87%;
}

.ship-text-box {
    width: 78%;
}

.startDate-box {
    margin-left: 38px;
}

.max-label {
    width: 170px;
    display: inline-block;
}

/*end*/

.ddl-list {
    min-height: 180px;
    max-height: 201px;
    width: 100%;
    border: 1px solid #DDDDDD;
    padding: 16px;
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    opacity: 0.8;
    color: #686868;
    margin: 10px 0;
}

.margin-bottom {
    margin-bottom: 10px;
}

.padding-left {
    padding-left: 30px;
}

.margin-div {
    margin: 10px 0 5px 20px;
}

.text-div {
    color: #686868;
    font-family: Calibri;
    font-size: 15px;
    text-align: left;
}

.view-grid-div {
    margin: 0 10px 10px;
    max-height: 400px;
}

.personalInfo-div {
    margin-bottom: 20px;
}

.panel-top-table {
    width: 100%;
}

.group-div {
    min-height: 150px;
}

.arrow-up {
    background-image: url(/Content/Images/round_arrow_up.png);
}

.arrow-down {
    background-image: url(/Content/Images/round_arrow_down.png);
}

.img-div {
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    min-height: 20px;
    min-width: 23px;
}

.right-border {
    border-right: 1px solid #DDDDDD;
}

.left-border {
    border-left: 1px solid #DDDDDD;
    height: 100%;
}

.sections {
    /*margin-bottom: 10px;*/
    margin-bottom: 16px !important;
}

.left-side-sections {
    /*margin-top: 5px;*/
    width: 50%;
    float: left;
}

.bLoyal-column {
    float: left;
    width: 33.33%;
    padding: 10px;
}

.bLoyal-row {
    width: 100%;
    content: "";
    display: table;
    clear: both;
}

.label-div {
    width: 100px;
    float: left;
}

.column-label-div {
    width: 95px;
    float: left;
}


.value-div {
    min-height: 20px;
}

.float-right {
    float: right !important;
    margin-right: 10px;
}


.floatRight {
    float: right;
}

.margin-less {
    margin: 0;
}


.padding-less {
    padding: 0;
}


.left-margin-div {
    margin-left: 50%;
}

.margin-value-div {
    margin-left: 50%;
    padding-right: 2px;
}

.right-margin-value-div {
    margin-left: 75%;
}

.personal-info-div {
    min-height: 120px;
}

/*For small screen and phone*/
@media all and (min-width: 220px) and (max-width:620px) {

    .left-side-sections {
        width: 100%;
    }

    .right-border {
        border-right: none;
    }

    .left-margin-div {
        margin-left: 0;
    }
}

/* Over write master css class*/
.label {
    font-weight: normal;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.label_ {
    font-weight: normal;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: Calibri;
    color: #686868;
}


.bold-Text {
    font-weight: bold;
    font-size: 16px;
}

/* Over write bootstrap css class*/

.panel-default > .panel-heading {
    background: #939393;
    padding: 4px 15px;
    color: #FFFFFF;
    cursor: pointer;
}

.panel-title {
    font-size: 15px;
    font-weight: bold;
}

/* unselectable grid text data */
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-margin-top {
    margin-top: 15px;
}

.padding-label {
    padding: 0.2em 0.6em 0.3em;
}

.left-side-sections-creditinfo {
    margin-top: 5px;
    width: 100%;
    float: left;
}

.sorttablehead{
    cursor:pointer;
    vertical-align:central;
    overflow: hidden;
    position:static;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color:#686868;
}
