/*
Theme Name:         Wasatch Photonics Theme
Author:             Grafx Design
Description:        The 2014 theme for Wasatch Photonics.
Version:            1.0
Author URI:         http://grafxtampa.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

#oem-calculator .oem-small {
    max-width: 120px;
    float: left;
    margin-top: 0px;
}
#oem-calculator .medium {
    max-width: 400px;
    padding-left: 10px;
	margin-top: 0px;
}
#oem-calculator .oem-large {
    max-width: 370px;
    float: left;
    margin-top: 0px;
}
#oem-calculator h5.form-calculation-title {
    border-top: 1px dotted #28282E;
    padding-top: 12px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}
#oem-calculator .follow-up-label {
    float: left;
    margin-top: 0px;
    padding-left: 10px;
	line-height:37px!important; 
}
#oem-calculator .oem-row {
    clear: both;
    margin-bottom: 30px;
    min-height: 50px;
	line-height:1.3em!important;
}
#oem-calculator .oem-row p { margin-bottom:0px!important; 
}
#oem-calculator .category-highlight {
    max-width: 500px;
    margin-top: 0px;
	margin-bottom: 0px;
    padding-left: 16px;
    padding-bottom: 16px;
}
#oem-calculator .category-highlight input {
    margin-top: 0px;
    background: transparent;
    color: #fff;
}
#oem-calculator .category-highlight #AOI {
    color: #000;
    background-color: #fff;
}
#oem-calculator .right-side {
    float: left;
}
#oem-calculator .left-side {
    float: left;
    margin-right: 30px;
}
#oem-calculator .Select-Clear-Aperture {
    margin-right: 10px;
}
#oem-calculator #Substrat--other-value {
    margin-top: -19px;
    padding-left: 20px;
}
#oem-calculator .rd-btn-holder {
    float: left;
    margin-right: 20px;
}
.validation-error {
    color: red;
    line-height: 25px;
}
@media only screen and (max-device-width: 480px) {
    #oem-calculator .left-side {
        display: block;
    }
    #oem-calculator .left-side {
        display: block;
        margin-right: 0px;
    }
}
@media print {
    .print-break {
        height: 200px;
    }
}
/* --- Grating Calculator -- */

#oem-calculator.gform_wrapper {
    margin: 0;
}
