

/**
*   CSS RESET - to uniform the style on every browser
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    color: #757479;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#layoutContainerIframe{
    width:800px;
    height:800px;

}
#layoutContentIframe{
    margin:20px;
    width:760px;
    height:760px;
}
body, html { 
    overflow-x: hidden; 
    overflow-y: auto;
    font-family: sans-serif;
}

h3{
    /* font-family: MyriadProBold, Arial, sans-serif; */
    letter-spacing: 0px;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
    margin-bottom: 20px;

    font-weight: bold;
}
.sectionRow{
    margin-top:20px;
    border-top: 1px solid #757479;
    padding-top:20px;
    margin-bottom:20px;
    float:left;
    width:100%;
}

.externTextSuccess{
width: 136px;
    float: left;
    margin-top: 9px;
    font-size: 11px;
    text-transform: uppercase;
    }
/* START FORM */

.defaultForm.longForm .formRowLabel {
    display: none;
}
.defaultForm.longForm input[type="submit"] {
    float: left;
    margin-left: 28px;
    margin-top: 12px;
    min-width: 0;
    width: auto;
}
.defaultForm.longForm .formRow {
    width: auto;
}
form.form_addcar .formRow{
    width:340px;
    margin-bottom: 10px;
}
form.form_addcar .formRow .formRowField[for="save_and_send"]{
    float:right;
    margin-right: 13px;
}
form.form_contact .formRow{
    width:490px;
    float:left;
}
form.form_contact .formRowField[for="send_contact_question"]{
    float:right;
}

form.form_contact textarea{
    width:298px;
    height:150px;
}


.formRow[for="save_update_new_owner"]{
    width:760px;
    float:left;
    margin-top:90px;
}
.formRow[for="save_update_new_owner"] submit{
    text-align: right;
    background-color:#108cc8;
    color:#FFF;

}

form.form_addcar .formRowTitle{
    width:340px;
    float:left;
    margin:10px 0px 20px 0px;
}
.defaultForm.longForm {
    padding-bottom: 35px;
    width: 100%;
    float:left;
}
.defaultForm.longForm .formRowField {
    margin-left: 0px;
}

form input[type=text]{
    width:220px;


    height:27px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    border:1px solid #A9A9A9;
    padding:2px 5px;


}


form.form_searchlicense input[type=submit] {
    margin-left: 127px;
    margin-top: 15px

}
*:focus {
    outline: none;
    outline-style: none;
}
.formRow {
    float: left;
    height:27px;
    overflow: visible;
    padding-bottom: 3px;
    position: relative;
    width: 100%;
}
.formRowField.checkboxRow{
    margin-left:0px;
}
.formRowField{
    /*margin-left:30px;*/
    float:left;
    margin-right: 10px;
}

.formRowField[for="customer_gender"]{
    width:184px;
    margin-top:7px;
}
.formRowField[for="customer_gender"] .formRowFieldOption{
    float:left;
    margin-right:10px;
}

.formRowField[for="customer_newsletter"]{
    margin-top: 10px;
}
.formRowField[for="save_and_send"]{
    margin-left:0px;
}
.defaultForm .formRowLabel {
    width: 136px;
    float: left;
    margin-top: 9px;
    font-size:11px;

    text-transform: uppercase;


}
.sectionRowFull{
    width:760px;
    float:left;
}
.formRow[for="dealer_ID"] label{
    display: none;
}
.sectionRowLeft, .sectionRowRight{
    width:370px;
    float: left;

}
.sectionRowRight{
    margin-left: 20px;
}
.defaultForm input[type="radio"], .defaultForm input[type="checkbox"] {
    float: left;
    margin: 0 3px 0 0;

}

a.arrowLink {
    display: inline-block;
    height: 12px;
    letter-spacing: 0.2px;
    line-height: 16px;
    text-align: left;
    text-decoration: none;
    /*text-transform: lowercase;*/
    width: 100%;
    margin-bottom: 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}
a.arrowLink span {
    float: left;
    font-size: 17px;
}
input[type="button"], input[type="reset"], input[type="submit"], button, a.buttonLink   {
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    /*    font-family: MyriadProBold,Arial,Helvetica,sans-serif;*/
    font-size: 11px;
    font-weight: normal;
    line-height: 22px;
    margin-top: 4px;
    overflow: visible;
    text-decoration: none;
    width: auto;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}



input[type="submit"]:active,input[type="button"]:active, button:active{ 
    position: relative;
    top: 2px;
}

.formRow[for="save_update_new_owner"]{
    width:250px;
    float:left;
}
.formRowField[for="save_update_new_owner"] input[type="submit"]{
    text-align: center;
    background-color:#20326a;
    color:#FFF;
    padding:5px 20px;

}
.formRow[for="captcha"]{
    float:left;
    width:500px;
    margin-top: 15px;
}
.formRowImage[for="captcha"] {
    margin-left:136px;
    float:left;
    width:100%;
}
.formRow[for="save_update_new_owner"] .formRowLabel{
    display:none;
}
.formRowField[for="save_update_new_owner"]{
    float:right;
    width:100%;
}

.defaultForm {
    float: left;
    /*width: 290px*/
}


.formErrors {
    float: left;
    font-size: 11px;
    line-height: 16px;
    padding-bottom: 20px;
    padding-top: 0;
    text-align: left;
    width: 100%;
}

.loginLayout .formErrors  {
    text-align: center;
}

.formSucces{

    float: left;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 20px;
    padding: 6px 0 10px;
    text-align: left;
    width: 100%;
}

.formSucces p{
    margin: 0;
    padding: 0 10px;
    width: auto;
}
.loginLayout .formSucces  {
    text-align: center;
}

.form_selectDealer .sectionRowFull .formRow:nth-child(2) label{
    width: auto;
    margin-right: 112px;
}
.form_selectDealer .sectionRowFull .formRow:nth-child(2) .formRowField input{
    width: 80px;
}



input#car_license, .defaultForm input[name="car_license"] {
    background-image: url("../img/nummerbord.jpg");
    background-repeat: no-repeat;
    border: 0 none;
    /* font-family: MyriadProBold; */
    font-size: 27px;
    height: 36px !important;
    letter-spacing: 4px;
    line-height: 36px;
    padding-left: 17px;
    text-align: center;
    width:170px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.formRow[rel_invalid="1"] {
    color: red;
}
.formRow[for="dealer_ID"] select{
    height:27px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    border:1px solid #A9A9A9;
    padding:2px 5px;
    width:356px;
}
.formRow[for="dealer_ID"][rel_invalid="1"] select,.formRow[rel_invalid="1"] input[type="text"]{
    border: 1px solid red;
}

.formRow[for="customer_terms"] {
    margin-top: 10px;
}

@media (max-width: 780px){
    body{
        width:100%!important;
        overflow: hidden;
        padding-bottom: 20px; 
    }
    #layoutContainerIframe{
        width: 90%!important;
        margin: 20px 5%;
    }
    #layoutContentIframe {
        width: 100%;
        margin: 0 auto;
        max-width: 365px;
    }  
    .sectionRowRight{
        margin-left: 0!important;
    }
    .sectionRow{
        width:365px;
    }
    .sectionRowFull{
        width:100%;
        float:left;
    }
    .formRow[for="save_update_new_owner"]{
        width:100%;
    }
    .formRowField[for="save_update_new_owner"] input[type="submit"] {
        width: 80%;
        margin: 20px 10%;
        font-size: 1.2em;
    }
    .form_personalCarlicense div label{
        width: 150px!important;
    }
    .form_selectDealer .sectionRowFull .formRow:nth-child(2) .formRowField input{
        width: 80px;
    }
    .form_selectDealer .sectionRowFull .formRow:nth-child(2) .formRowField{
        margin-right: 0;        
    }
    .formRow[for="customer_terms"] {
        margin-top: 30px;
    }
}

@media (max-width: 390px){
    form input[type=text] {
        width: 185px;
    }
    .formRow[for="dealer_ID"] select {
        width: 315px;
    }
    .sectionRow {
        width: 335px;
    }
    .form_selectDealer .sectionRowFull .formRow:nth-child(2) label{
        margin-right: 70px;
    }
}

@media (max-width: 350px){
    form input[type=text] {
        width: 155px;
    }
    .formRow[for="dealer_ID"] select {
        width: 285px;
    }
        .sectionRowFull{
        width:85%;
        float:left;
    }
    .form_personalCarlicense div label{
        width: 80px!important;
    }
    .sectionRow {
        width: 285px;
    }
    .formRowField[for="save_update_new_owner"] input[type="submit"] {
        margin: 20px 0 0 23%;
    }
    .form_selectDealer .sectionRowFull .formRow:nth-child(2) .formRowField{
        margin-right: 0;
        margin-top: 2px;    
    }
}

/* END FORM */

