/*
 * ***********************************************************************
 * ADOBE CONFIDENTIAL
 * __________________
 *
 * Copyright 2016 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 * ***********************************************************************
 */

@font-face {
  font-family: "VodafoneLight";
  src: url("../resources/fonts/VodafoneLt.eot") format("eot");
  src: url("../resources/fonts/VodafoneLt.woff") format("woff"), url("../resources/fonts/VodafoneLight.ttf") format("ttf"), url("../resources/fonts/VodafoneLt.svg") format("svg");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "VodafoneRegular";
  src: url("../resources/fonts/VodafoneRg.eot") format("eot");
  src: url("../resources/fonts/VodafoneRg.woff") format("woff"), url("../resources/fonts/VodafoneRegular.ttf") format("ttf"), url("../resources/fonts/VodafoneRg.svg") format("svg");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "VodafoneRegularBold";
  src: url("../resources/fonts/VodafoneRgBd.eot") format("eot");
  src: url("../resources/fonts/vodafoneRgBd.woff") format("woff"), url("../resources/fonts/VodafoneRegularBold.ttf") format("ttf"), url("../resources/fonts/VodafoneRgBd.svg") format("svg");
  font-style: normal;
  font-weight: 400; }

body{

}

/** Form General styles **/


.vfie-form{
    padding: 10px 20px 40px 20px;
    color: #333;
    font-size: 18px;
    line-height: 1.333;
    font-family: VodafoneRegular;
    -webkit-font-smoothing: antialiased;
}

.vfie-form .guideTextDraw{
    padding: 0;
}

.vfie-form :focus{
    outline: none;
}

.vfie-form input:focus,
.vfie-form input[type='submit']:not,
.vfie-form input[type='radio']:not,
.vfie-form input[type='checkbox']:not,
.vfie-form textarea:focus{
    outline: #00B0CA solid 2px;
}

.vfie-form .guideGridFluidLayout{
     color: #333;
}

.vfie-form.wild-sand{
    background-color: #F4F4F4;
}

.vfie-form .guideFieldNode:not(.guideButton):not(.guideTextDraw):not(.guideChart){
    border-left: 0;
    padding: 0;
    /*margin-top: 20px;*/
}

.vfie-form .heading--3 {
     font-size: 25px;
     margin: 40px 0 10px;
     font-family: "VodafoneLight";
     }

.vfie-form .heading--2{
    font-size: 40px;
    line-height: 48px;
    font-family: "VodafoneLight";
}



.vfie-form  .col-md-4,
.vfie-form  .col-md-6,
.vfie-form  .col-md-12{
    padding-right: 30px;
}


.vfie-form .margin--bottom--20.guideFieldNode:not(.guideButton):not(.guideTextDraw):not(.guideChart){
    margin-bottom: 20px;
}

.vfie-form .margin--bottom--40.guideFieldNode:not(.guideButton):not(.guideTextDraw):not(.guideChart){
    margin-bottom: 40px;
}

.vfie-form .hide--all{
    display: none;
}

.aem-AuthorLayer-Edit .vfie-form .hide--all{
    display: block;
}

.vfie-form .account-type{
    position: relative;
}
.vfie-form .account-type .left{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.vfie-form .account-type .right label{
    padding-left: 23px;
    z-index: 10;
    position: relative;
    margin-left: -3px;
}


/** Form Input Fields **/

.vfie-form input[type='text'],
.vfie-form input[type='number'],
.vfie-form input[type='password'],
.vfie-form input[type='date'],
.vfie-form .guideFieldWidget.dateTimeEdit input,
.vfie-form textarea{
     background-color: #fff;
     border: 1px solid #999;
     font-family: VodafoneRegular;
     font-size: 20px;
      color: #666;
      display: block;
      padding: 15px;
      position: relative;
      width: 100%;
      -webkit-box-shadow: inset 1px 3px 4px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 1px 3px 4px 0 rgba(0, 0, 0, 0.1);
      -ms-box-shadow: inset 1px 3px 4px 0 rgba(0, 0, 0, 0.1);
      -o-box-shadow: inset 1px 3px 4px 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 1px 3px 4px 0 rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      height: 45px;
}

.vfie-form label{
        display: block;
        margin: 0 0 8px 0;
        color: #333;
        font-size: 18px;
        line-height: 1.333;
}

.vfie-form .guideWidgetLabel.right label,
.vfie-form .guideWidgetLabel.left label{
    font-size: 18px;
    line-height: normal;
    }


.vfie-form .guideRadioButtonItem .guideWidgetLabel label,
.vfie-form .guideCheckBoxItem .guideWidgetLabel label{
        margin-bottom: 0;
        color: #333;
    }


/** Form Buttons **/

.vfie-form button,
.vfie-form button.moveNext:not(.af-icon-button),
.vfie-form input[type='submit']{
        cursor: default;
        background-color: #CCC;
        border-color: #CCC;
        color: #FFF;
        border: 1px solid transparent;
        font-size: 20px;
        padding: 11px 37px;
        text-align: center;
        display: inline-block;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
}


.vfie-form button.submit:not(.af-icon-button) {
    font-family: "VodafoneRegular";
    color: #FFF;
    background-color: #E60000;
    border: 1px solid transparent;
    font-size: 20px;
    margin-top: 28px;
    padding: 11px 37px;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}


.vfie-form button.submit:not(.af-icon-button):hover{
    background-color: #900;
    border-color: transparent;
}

/** Form Radio and Checkbox inputs **/

.vfie-form input[type='checkbox'],
.vfie-form input[type='radio']{
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle;
        width: auto;
        height: auto;
        box-sizing: border-box;
        padding: 0;
}

.form__label--checkable {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    vertical-align: middle;
    }


/** Form Select fields **/

.vfie-form .dropDownList{
    background-color: transparent;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    color: #666;
    display: block;
    position: relative;
    width: 100%;
    border: 1px solid #999;
    border-radius: 0;
    height: 45px;
}

.vfie-form .dropDownList select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: VodafoneRegular;
    font-size: 20px;
    background: #FFF url(chevron-down.svg) no-repeat;
    background-size: 40px 28px;
    background-position: center right;
    border-radius: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding-right: 45px;
    width: 100%;
    border: none;
    padding: 12px 20px 11px;
    text-transform: none;
    height: 100%;
    line-height: 1.2em;
}

.vfie-form .dropDownList select:hover{
    background: #FFF url(chevron-down.svg) no-repeat;
    }

/* Date icon */

.vfie-form .datepicker-calendar-icon {
    position: absolute;
    top: 0;
    right: 5px;
    width: 30px;
    z-index: 10;
    height: 100%;
    background: url(calendar.svg) no-repeat center center;
    background-size: contain;
}


/* Form validation */


.vfie-form .afCaptionErrorOnTop .guideFieldLabel.top label::after {
     content: " *";
     color: #E60000;
 }

.vfie-form .guideFieldNode.validation-failure:not(.guideButton):not(.guideTextDraw),
.vfie-form .guideFieldNode.validation-success:not(.guideButton):not(.guideTextDraw){
    border: none;
    background-color: transparent;
}

.vfie-form .guideFieldError{
    padding: 0;
}


.vfie-form .validation-failure .guideFieldError{
    color: #333;
    margin-bottom: 12px;
    border: 1px solid #FECB00;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    font-size: 18px;
    line-height: 1.333;
    padding: 12px 20px 12px 75px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    overflow: hidden;
}

.vfie-form .validation-failure .guideFieldError:before{
    display: block;
    width: 55px;
    height: 100%;
    background: #FECB00 url(block.svg) no-repeat;
    background-size: 28px;
    background-position: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.guide-mobile-navigator .navigator-toggle{
   visibility: hidden;
}

.comb-form-group-year.numericInput {
    width: 85px;
}

.wizard-navigators,
.guide-header-bar-wrapper{
    display: none;
}