/**
 * Agilent AES Calculator
 *
 * Individual application theme
 */

#aes-calculator {
    border: 1px solid #e5e5e5;
    padding: 20px;
}

#aes-calculator h2 {
    margin: -20px -20px 10px;
    padding: 5px 17px 3px;
    color: white;
    font-weight: normal !important; /* Overwrite Agilent LSCACUstomStyles.css */
    font-size: 17px !important; /* Overwrite Agilent LSCACUstomStyles.css */

    background-color: #cacaca;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#a0a3a7)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #cacaca, #a0a3a7); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #cacaca, #a0a3a7); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #cacaca, #a0a3a7); /* Opera 11.10-12.00 */
    background-image:         linear-gradient(to bottom, #cacaca, #a0a3a7); /* Firefox 16+, IE10, Opera 12.50+ */
}

#aes-calculator .box {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 12px;
    }

    #aes-calculator .box h3 {
        color: #fff;
        background-color: #9abf59;
        font-stretch: condensed;
        margin: 0 -12px 1.5em;
        padding: 4px 12px 1px;
        font-size: 13px !important; /* Overwrite Agilent LSCACUstomStyles.css */
    }

#aes-calculator a.button {
    color: #fff;
    padding: 5px 15px 5px 15px;
    margin: 5px 0 5px 10px;
    text-transform: uppercase;
    font-weight: bold;

    background-color: #589cd4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#589cd4), to(#1474d0)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #589cd4, #1474d0); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #589cd4, #1474d0); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #589cd4, #1474d0); /* Opera 11.10-12.00 */
    background-image:         linear-gradient(to bottom, #589cd4, #1474d0); /* Firefox 16+, IE10, Opera 12.50+ */
}

#aes-calculator a.button:hover {
    background-color: #4377a1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4377a1), to(#1474d0)); /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, #4377a1, #1474d0); /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #4377a1, #1474d0); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #4377a1, #1474d0); /* Opera 11.10-12.00 */
    background-image:         linear-gradient(to bottom, #4377a1, #1474d0); /* Firefox 16+, IE10, Opera 12.50+ */
}


#aes-calculator .result-container {
    background-color: #e5eed3;
}

#aes-calculator .disclaimer-headline {
    padding: 10px 0 15px;
    color: #0085D5;
    cursor: pointer;
}
