/* eloqua form styles
    Important Classes:
        .options - for radio buttons, select buttons to be inline (before label)
        .form-content - container for the full form, for analytics tracking
        .form-content.integrated - for 'on page' integrated forms

DO NOT CHANGE THIS FILE... Form specific / unique styles should go directly on the form, not here.
This is for universal styles only, changing this will change all forms that use this CSS
    
*/

/*RESET*/
body { margin: 0; -webkit-font-smoothing: antialiased; overflow-x: hidden; background-color: #f0f0f0; padding: 25px 25px 10px 25px;}
label { display: inline-block; padding: 12px 0 0; width: 100%; margin: 0 15px 0 0; word-wrap: break-word; text-align: left; font: normal 16px/22px "Prelo-SemiBold", arial; color: #4d4e53; }
.clear {clear:both;}
#call-number { font: 300 20px/24px "Prelo-Bold", arial; color: #4d4e53; float: left; }
#privacy { margin: 0; font: 300 12px/24px "Prelo-Bold", arial; color: #4d4e53; }
a:link { color: #0070bc; text-decoration: none;}
a:hover {text-decoration: underline;}
span { color: #4d4e53; display: inline; float: none; font-weight: bold; margin: 0; padding: 0; }
.required {
    font-family: "Prelo-Book", arial;
    font-weight: normal;
}
input[type="text"] {
    border: 1px solid #a8a8aa;
    outline: none !important;
    height: 30px;
    padding: 1px 10px;
    width: 95%; 
    float: left;
    font-size: 16px;
    font-family: "Prelo-Medium", arial;
}
input[type="text"]:focus {
    border: 1px solid #4d4d4f;
    outline: none !important;
}
input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    float: left; 
    padding: 8px 40px;
    border: none;
    margin: 2em 0;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-family: 'Prelo-Book', arial;
    white-space: nowrap;
    display: inline-block;
    background-color: #cc0000;
}
input[type="image"] {
    float:left;
    margin-top: 15px;
}
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: red;
}
select {
    width: 100%;
    border: 1px solid #a8a8aa;
    height: 30px;
    font-size: 16px;
    font-family: "Prelo-Medium", arial;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 10px;
}
select option {
    color: #4d4d4f;
}
select option:first-child{
    color: #a8a8aa;
}
select::-ms-expand {
    display: none;
}
.drop-down {
    position: relative;
}
.drop-down .ico-down-arrow {
    position: absolute;
    right: 10px;
    top: 40px;
    pointer-events:none;
}
select:focus {
    border: 1px solid #4d4d4f;
}
h1 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 11px;
    text-align: left;
    color: #616265;
    font-family: "Prelo-Medium", arial;
    font-weight: normal;
}
textarea { 
    float: left;
    width: 95%; 
    height: 100px; 
    padding: 1px 10px;
    border: 1px solid #a8a8aa;
    font-family: "Prelo-Medium", arial;
    font-size: 16px;
}
p {
    font-family: "Prelo-Medium", arial;
}
textarea:focus {
    border: 1px solid #4d4d4f;
}
.options label {
    float: left;
    width: auto;
    padding-top: 0;
    margin-top: 5px;
}
.options label .inner {
    margin-left: 5px;
    font-family: Prelo-Medium;
    font-weight: normal;
}
input[type="radio"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
input[type="radio"] + span.option-circle {
	background: url("//img.cdw.com/assets/icons/checkboxes.png") no-repeat 0 -36px;
    height: 18px;
    width: 18px;
	cursor: pointer;
	float: left;
    margin-top: 2px;
}
input[type="radio"]:hover + span.option-circle {
	background-position: 0 -18px;
}
input[type="radio"]:checked + span.option-circle {
	background-position: 0 0;
}
input[type="checkbox"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
input[type="checkbox"] + span.option-square {
	background: url("//img.cdw.com/assets/icons/checkboxes-square.png") no-repeat 0 -36px;
    height: 18px;
    width: 18px;
	cursor: pointer;
	float: left;
    margin-top: 2px;
}
input[type="checkbox"]:hover + span.option-square {
	background-position: 0 -18px;
}
input[type="checkbox"]:checked + span.option-square {
	background-position: 0 0;
}
.cdw-news {
    margin-left: 15px;
}
/*live validation legacy*/ 
.LV_validation_message{
    font-weight:bold;
    margin: 0 0 0 5px;
}
.LV_valid{
    color:#00CC00;
    display:none;
}
.LV_invalid{
    color:#CC0000;
    font-size:10px;
}
input.LV_valid_field, .LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
    outline: none !important;
}
input.LV_invalid_field, .LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
    outline: none !important;
}
.LV_validation_message.LV_invalid {
    font-family: cdw-icons-global;
    font-size: 16px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 8px 0 0 -25px;
    padding: 0;
    position: absolute;
    /*top: 10px;
    left: -25px;*/
    float:right;
 }
 .LV_validation_message.LV_invalid:before {
    content: "\e6df";
    color: #CC0000 !important;
}
 .error-area {
    position: absolute;
}
 .error-area .ico-x {
    color:#CC0000 !important;
    font-size: 16px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
    top: 10px;
    left: -25px;
}
.error-area.text-line .ico-x {
    float: none;
    position: static;
}

/*form Modal Forms*/
.modal-form label {
    float: left;
    text-align: right;
    position: relative;
    top: -10px;
    width: 40%;
    max-width: 215px;
}
/*.modal-form label.label-position.left {
    text-align:left;
    position:static;
    top: 0;
    width: 
}*/
.modal-form {
    min-width: 510px;
}
.modal-form input[type="text"] {
    width: 55%;
    float: left;
}
.modal-form textarea {
    float: left;
    width: 55%;
}
.modal-form select {
    width: 50%;
}
.modal-form .field-wrapper {
    clear: both;
}
.modal-form .drop-down .ico-down-arrow {
    position: relative;
    right: 25px;
    top: 0;
}
.modal-form input[type="submit"], 
.modal-form input[type="button"] {
    margin-left: 190px;
    margin-top: 0;
}
.modal-form .drop-down {
    position: static;
}
.modal-form .drop-down .LV_validation_message.LV_invalid {
    margin: 8px 0 0 5px;
}
.news-checkbox .cdw-news {
    width: 250px;
}
.news-checkbox .checkbox-label {
    width: 20px;
    clear: left;
    float: left;
}
@media (max-width: 736px) {
    /*MAX Mobile width (736px)*/
    input[type="text"] {
        width: 95%;
    }
}
@media (max-width: 490px) {
    /* Mobile for iFramed forms is at approx Width: 490 */
    .modal-form input[type="text"],
    .modal-form label,
    .modal-form textarea {
        float: none;
        width: 90%;
        text-align: left;
    }
    .modal-form {
        min-width: 0;
    }
    .modal-form input[type="submit"] {
        margin-left: 0;
    }
}
@media (min-width : 737px) and (max-width : 1024px) {
    /* Tablets */
    input[type="text"] {
        width: 90%;
    }
}

/*IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    input[type='text'] {
        width: 96.5%;
    }
    .LV_invalid.LV_validation_message {
        margin: 43px 0 0 -45px;
    }
}
.thank-you-message-area {
    width: 100%;
    text-align: center;
}