﻿.rate-quote-section input[type="text"], input[type="button"] {
    max-width: 140px;
}

.rate-quote-section input[type="number"] {
    max-width: 140px;
}

.rate-quote-section select {
    max-width: 140px;
}

.rate-quote-section span.message {
    color: #337ab7;
    font-weight: 600;
}

.rate-quote-result .zip {
    font-weight: 600;
    font-size: 22px;
}

.rate-quote-result .top1 {
    font-weight: 600;
    font-size: 22px;
    color: #949494
}

.rate-quote-result .state-icon {
    font-size: 28px;
}

.rate-quote-result .info {
    font-weight: 600;
    color: #949494;
    font-size: 22px;
}

.rate-quote-result .value {
    font-weight: 600;
    font-size: 22px;
}

.rate-quote table > thead > tr > th {
    font-weight: 600;
}

.rate-quote table > tbody > tr > td {
    color: #949494;
}

.state-icon:hover {
    color: red;
}

.pointer {
    font-size: 17px;
    cursor: pointer;
}

.popover {
    max-width: 32%; /* Max Width of the popover (depending on the container!) */
}

.calculator .small input[type="number"] {
    max-width: 60px;
    /*background-color:#ffeb41;*/
}

.calculator .weight input[type="number"] {
    max-width: 80px;
    /*background-color:#ffeb41;*/
}

.calculator-result label {
    font-weight: 400;
    color: #337ab7;
}

.fSize {
    font-size: 14px;
}

.fSize-select {
    font-size: 11px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .fSize {
        font-size: 12px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .fSize {
        font-size: 16px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .fSize {
        font-size: inherit;
    }

    .fSize-select {
        font-size: 13px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .fSize {
        font-size: inherit;
    }

    .fSize-select {
        font-size: 13px;
    }
}

@media only screen and (min-width : 1200px) {
    .fSize {
        font-size: inherit;
    }

    .fSize-select {
        font-size: 13px !important;
    }
}
