﻿/*#quote-search-group {
    width: 90%;
    border-width: 2px;
    border-style: outset;
    border-color: #DCDCDC;
    padding: 7px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
}
*/
legend {
    font-size: 18px;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.popover-title {
    font-weight: bold;
}
.button-text {
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    padding-left:2px;
}

.disabled-button-text {
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    padding-left:2px;
    color: #D3D3D3;
}

.order-search-group, .order-result-group, .return-search-group, .return-result-group {
    width:99.9%;
    padding: 0 20px 15px 20px;
}

fieldset.container.order-search-group > div > div > div,
fieldset.container.return-search-group > div > div > div {
    padding: 5px 20px;
}

.quote-ordered-text, .order-shipped-text  {
    color: #1f497d;
    background-color: #F5FFFF;
    font-weight: bold;
}

td > table > tbody > tr > td > div > a > span {
    text-decoration: underline;
}

.quote-unordered-text, .order-unshipped-text {
    color: #000000;
    background-color: #F9F9F9;
}

.quote-expired-text {
    color: #e31836;
}

.quote-order-address-box {
    margin-top:-15px;
    padding:15px 15px;
    font-size:small;
    font-weight:bold;
}

#repricing-guidelines {
    color: #000000;
}

@media (min-width: 992px) {
}

/* For general iPad layouts */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
} 

/* For portrait layouts only */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
}

/* For ipad landscape layouts only */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
}