/*
_______________________________
Desktop version layout - place your custom code here */

body {font:normal 13px Arial; line-height:18px; color:#262626; background-color:#ffffff;}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
    font: 10px Arial;
    position: absolute;
    padding-left:5px;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;    
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}


/*IPAD */
@media handheld, only screen and (max-width: 767px) {


}



/*MOBILE VERSION*/

@media handheld, only screen and (max-width: 361px) {

}



/*HIGH RESOULUTION DEVICES @2x*/

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 



}