﻿/* FORMS STYLES */
.FormContainer {
    margin-top: 10px;
    overflow: hidden;
    max-width: 708px;
    }

.FormContainer legend {
    display: none;
    visibility: hidden;
    }

.FormContainer div.FormFieldWrapper {
    display: block;
    float: left;
    margin-bottom: 10px;
    position: relative;
    }

.FormContainer div.FormFieldWrapper input {
    width: 400px;
    }
    
.FormContainer div.FormFieldWrapper input[type="checkbox"] {
    height: 10px;
    width: 20px;
    }

/* FORM */
div.FormContainer {
    }

.FormContainer {
    background-image: none;
    border: 0 none;
    clear: both;
    padding: 0;
    background-color: transparent;
    width: 100%;
    }
     
.FormFieldWrapper {
         float: none;
         width: 100%;
         margin: 0;
         padding: 0;
         display: table;
         margin: 0 0 10px 0;
         }
.LabelWrapper, .FieldWrapper, .ValidatorWrapper { float: left; }
.FieldWrapper { width: 50%;}    
.LabelWrapper { width: 40%;}        
            .LabelWrapper label {
                font-size: 12px;
                max-width: 250px;
                min-width: 185px;
                width: 250px;
                display: block;
                padding: 6px 7px 0 0;
                }
        
            .FieldWrapper input {
                max-width: 400px;
                width: 100%;
                background-color: #ecebe8;
                border: 0 none;
                height: 30px;
                text-indent: 4px;
                position: relative;
                }
            .CheckBox {
                padding-left: 188px;
                width: auto;
                }
            
               .CheckBox input {
                    width: 20px;
                    height: auto;
                    }
                    
                .CheckBox label{
                    color: #676767;
                    font-size: 12px;
                    }
                    
        .ValidatorWrapper span {
            width: 0px;
            position: relative;
            margin-left: 188px;
            }
            
        .ValidatorWrapper .validationSuccess {
            display: block;
            position: absolute;
            height: 22px;
            width: 0px;
            background: url('/fileshare/filarkivroot/kampanje/samtykke/validationSuccess.jpg') no-repeat;
            }

.FormSubmitButton {
    float: right;
    margin-right: 3px;
    background: rgb(255,144,2); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,144,2,1) 0%, rgba(254,130,0,1) 47%, rgba(245,97,0,1) 52%, rgba(255,110,3,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,144,2,1)), color-stop(47%,rgba(254,130,0,1)), color-stop(52%,rgba(245,97,0,1)), color-stop(100%,rgba(255,110,3,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,144,2,1) 0%,rgba(254,130,0,1) 47%,rgba(245,97,0,1) 52%,rgba(255,110,3,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,144,2,1) 0%,rgba(254,130,0,1) 47%,rgba(245,97,0,1) 52%,rgba(255,110,3,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,144,2,1) 0%,rgba(254,130,0,1) 47%,rgba(245,97,0,1) 52%,rgba(255,110,3,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,144,2,1) 0%,rgba(254,130,0,1) 47%,rgba(245,97,0,1) 52%,rgba(255,110,3,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9002', endColorstr='#ff6e03',GradientType=0 ); /* IE6-9 */
    -o-box-shadow: 2px 2px 2px #CCC;
    -moz-box-shadow: 2px 2px 2px #CCC;
    -webkit-box-shadow: 2px 2px 2px #CCC;
    -o-box-shadow: 2px 2px 2px #CCC;
    -webkit-box-shadow: 2px 2px 2px #CCC;
    -moz-box-shadow: 2px 2px 2px #CCC;
    box-shadow: 2px 2px 2px #CCC;
    border-radius: 3px;
    padding: 7px 35px;
    color: #fff;
    display: inline-block;
    clear: both;
    width: auto;
    text-align: center;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}
.FormSubmitButton:visited,.FormSubmitButton:hover,.FormSubmitButton:active {
    color: #fff;
    text-decoration: underline;
}
            
/* /LESS THAN FULLWIDTH */

/* TABLET/NETBOOK */
@media only screen and (max-width: 768px) { 
    #CampaignContent h1 { margin-top: 10px; }
    
    .FormContainer { margin: 0; }
    
    .ValidatorWrapper { clear: left; }
    
    .ValidatorWrapper span {
        width: 0px;
        position: relative;
        margin-left: 5px;
        }
    
    .CheckBox {
        margin-left: 5px;
        padding: 0;
        }

    .FormSubmitButton { float: left; }
     
    #SecurityInfo { margin: 10px 0; }
     
    #FooterText { margin: 10px 0 0 00px; }
    
    #Ipad { display: none; }
        
    .LabelWrapper label{ text-align: left; }
    
    .FieldWrapper { clear: left; }
    
    .FieldWrapper input { max-width: 100%; }
    
    	
}/* /TABLET/NETBOOK */

/* MOBILE LANDSCAPE */
@media only screen and (max-width: 480px) {    
    
    { margin-left: 0; }
    
    #CampaignContent { width: 100% }
	
}
@media only screen and (max-width: 750px) {
    .FieldWrapper {
width: 100%;
}
}
    
    /* /MOBILE LANDSCAPE */
