﻿div.smContentExt {
    font-family: Verdana; /*font-size:2.5em;*/
    font-size: 16px !important;
}

.smExt {
    font-family: Verdana;
    font-size: 1.2em;
}

.smStaticTable {
    width: 100%;
    font-size: 16px !important;
}

.smTable {
    width: 100%; /*font-size: 1.2em;*/
    font-size: 16px !important;
}

    .smTable td {
        width: 25%;
        padding-bottom: 10px;
    }

.smTextBox {
    /*  font-size:1.1em;*/
    font-size: 16px !important;
    width: calc(100% - 10px);
}


.smTextboxProd {
    font-size: 30px !important;
}

.smDropdown {
    font-size: 1.1em;
    width: 100%;
}

.smWarning {
    color: Red;
}

.sm .linecomment {
    font-size: 12px !important;
}

ul.attributes {
    list-style-type: none; /*background: url(../images/catalog/filter_tile.gif) repeat-y;*/
    margin: 0;
    padding: 1px 0 1px 30px; /* changed 5px > 1px for spacing */
}

    ul.attributes li {
        margin-top: 8px;
        margin-bottom: 4px;
    }

    ul.attributes ul {
        padding-left: 20px;
    }

ul.history {
    list-style-image: url(../images/catalog/Mobilearrow_attr.png);
}

ul.add {
    list-style-image: url(../images/catalog/btn_add_attr.png);
}

ul.remove {
    list-style-image: url(../images/catalog/btn_remove_attrmobile.png);
}

.wordwrap {
    /* Wraps the word. Description and Part in grid. DO NOT DELETE THIS */
    word-wrap: break-word;
}

.mobiletextlink {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

/*srs. 1/16/2014. Click to Call button*/
.callBtn {
    display: block;
    background: #819e10;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #ADCF17), color-stop(1, #829E10) );
    background-image: -o-linear-gradient(bottom, #ADCF17 0%, #829E10 100%);
    background-image: -moz-linear-gradient(bottom, #ADCF17 0%, #829E10 100%);
    background-image: -webkit-linear-gradient(bottom, #ADCF17 0%, #829E10 100%);
    background-image: -ms-linear-gradient(bottom, #ADCF17 0%, #829E10 100%);
    background-image: linear-gradient(to bottom, #ADCF17 0%, #829E10 100%);
    border: 1px solid #ADCF17;
    padding: .35em 1em;
    color: white;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    margin-bottom: 8px;
}

.mobile-form table {
    font-size: 16px !important;
    padding: 10px 10px 16px !important;
    display: block !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
}

    .mobile-form table tbody {
        display: block !important;
    }

    .mobile-form table tr {
        display: block !important;
    }

    .mobile-form table td {
        display: block !important;
        padding-left: 0 !important;
    }

    .mobile-form table tr > td:nth-child(even) {
        margin-bottom: 12px;
    }

    .mobile-form table tr > td label,
    .mobile-form table tr > td.desc {
        font-size: 16px !important;
    }

.mobile-form input[type=submit], .mobile-form input[type=button] {
    background: #6384BC;
    color: #fff;
    font-size: 16px !important;
    width: 100%;
    padding: 0.5em;
    border-radius: 6px;
    display: block;
    margin-top: 20px;
    border: 2px solid #6384BC;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.treeview, #categorytreecontrol, #brandtreecontrol, #prodAttributetreecontrol {
    /*Set the background color*/
    background: none;
    padding: 8px 0;
}

/* Override grid */
.grid-item {
    float: none;
    padding-left: 10px;
    width: 100%;
}

.grid-label {
    float: none;
    text-align: left;
    width: 100%;
}

/* srs. 11/29/2018. All mobile buttons.*/
.buttonmobile {
    background: #6384BC;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 2px;
    margin-bottom: 8px;
    padding: 10px;
    width: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

/* srs. 5/9/2019. All mobile +/- buttons.*/
.buttonqty {
    font-weight: bold;
    height: 40px;
    text-align: center;
    width: 40px;
}
