
.cq-wcm-edit #pptAuth_Form, #successSection {
    display: inline-block;
    width: 100%;
}

#pptAuth_Form, #pptAuth_Form .form-row {
    width: 100%;
}

#pptAuth_Form .inputfield{
    width: 90%;
}
#pptAuth_Form .inputfield4{
    width: 94%;
}
  
#pptAuth_Form .box, #pptAuth_Form .statusCheck, #pptAuth_Form #issue_description,  #pptAuth_Form #issue_otherdescription, #pptAuth_Form .trackgroup {
      display: none;
 }
 
 #pptAuth_Form .statusCheck.showit, #pptAuth_Form #issue_description.showit, #pptAuth_Form #issue_otherdescription.showit, #pptAuth_Form .trackgroup.showit {
      display: block;
 }
 
#pptAuth_Form .space {   
    visibility: hidden;
    width:100%;
 }
 
 #pptAuth_Form #mailAddress {
      width: 70%;
   }
 
 #pptAuth_Form #amountDocs {
      width: 10em;
   }
    
 #pptAuth_Form .calendar {   
    height: 95px !important;
    font-size:12px;
 }
 
  #pptAuth_Form .namehelp {
    font-size:12px;
    margin-top: -17px;
    margin-bottom: 8px !important;
 }
 
 #pptAuth_Form .hiddenspace {
    /*margin-top: -17px !important; */
    margin-bottom: 8px !important;
    height:86px;    
 }
 
 #pptAuth_Form .formgroup.col-sm-6.textsm {   
    font-size:12px !important;
    padding: 5px;
 }
 
 #pptAuth_Form .textsm {   
    font-size:12px !important;
    padding: 5px;
    width: 90%;
 }
 
#pptAuth_Form .ui-datepicker-trigger {
    margin-left: 0px;
    margin-bottom: 0;
    margin-top: -5px;
    margin-left:5px;
    padding:0px 0 9px 0;
} 

#pptAuth_Form .date-picker {
    padding:3px;
    width:85%;
    height:32px;
    border-radius: 4px;
    border: 1px solid #757272;
}  

#pptAuth_Form input[type="text"] {
    float: none;
}

#pptAuth_Form .contactus_Email_Successful,
#pptAuth_Form .contactus_Email_System_Error,
#pptAuth_Form .contact_us_intro_par,
#pptAuth_Form .wrapper {
    margin-bottom: 30px;
}

#pptAuth_Form span.required,
#pptAuth_Form span.required {
    color: #c00000;
}

#pptAuth_Form label, #pptAuth_Form .formlabel {
    color: #5E5E5E;
    font-family: 'robotocondensed-regular-webfont';
}

#pptAuth_Form .short-text > input {
    width: 25%
}
#pptAuth_Form .long-text > input {
    width: 100%
}

#pptAuth_Form #search_description textarea,
#pptAuth_Form #issue_description textarea {
    width: 100%;
}

#pptAuth_Form .long-text > input,
#pptAuth_Form .short-text > input,
#pptAuth_Form #issue_description textarea {
    color: #5E5E5E;
    font-family: 'robotocondensed-regular-webfont';
}
#pptAuth_Form .long-text > label,
#pptAuth_Form #issue_description > textarea,
#pptAuth_Form .desc-wrapper > label,
#pptAuth_Form .short-text > label {
    display: block;
    margin-bottom: 5px;
}

#pptAuth_Form #issue_btns {
    text-align: center;
    overflow: hidden;
    background: none;
    padding: 15px;
}

#pptAuth_Form #btnSubmit {
    font-family: 'robotocondensed-bold-webfont';
    font-size: 18px;
    font-weight: 100;
    padding: 8px 20px;
    border: 1px solid black;
    background: #003875;
    border-image: none;
    text-align: center;
    color: rgb(255, 255, 255);

}

#pptAuth_Form #btnReset {
    font-family: 'robotocondensed-bold-webfont';
    font-size: 18px;
    color:black;
    font-weight: 100;
    padding: 8px 20px;
    background: #DDDDDD;
    border: 1px solid black;
    border-image: none;
    text-align: center;
}

#pptAuth_Form #contactus_form_error_msg {
    position: relative;
    display: none;
}
#pptAuth_Form #contactus_form_error_msg.showErrorBanner {
    display: block;
    padding-top: 60px;
    height: auto;
}
#pptAuth_Form #contactus_form_error_msg.showErrorBanner #error_container p {
    margin-bottom: 0;
}


@media screen and (max-width: 1031px) and (min-width: 80px) {
  #pptAuth_Form .hiddenspace {
    height:0px !important;    
 }
  #pptAuth_Form .col-sm-12 {
    width: 99%;
  }

  #pptAuth_Form .col-sm-6 {
   width: 99%;
  }

  #pptAuth_Form .col-sm-4 {
  width: 99%;
  }
   #pptAuth_Form .col-sm-2 {
    width: 99%;
  }
    #pptAuth_Form label, #pptAuth_Form .formlabel {
        font-size: .89em;
    }  
    
    #pptAuth_Form .long-text > input, 
    #pptAuth_Form .short-text > input, 
    #pptAuth_Form #issue_description textarea {
        font-size: .85em;
    }    
    #pptAuth_Form #issue_description p {
        font-size: .95em;
    }
    #pptAuth_Form span.textsm {
        font-size: 11px;
    }
    #pptAuth_Form .textsm {   
    font-size:12px !important;
    padding: 5px;
    width: 90%;
 }
    
    #pptAuth_Form #recaptcha_area
    {
         width: 150px !important;
         height: 140px !important;
         transform:scale(0.77);
         -webkit-transform:scale(0.77);
         transform-origin:0 0;
         -webkit-transform-origin:0 0;
    }
    
    #pptAuth_Form .short-text > input {
        width: 100%;
    }
}
#pptAuth_Form .form-group {
    margin-bottom: 15px;
}

#pptAuth_Form label, #pptAuth_Form .formlabel {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

#pptAuth_Form p.formlabel {
    display: block;
    margin-top: 0;
}

#pptAuth_Form label.radiobutton {
    font-weight: 500;
    margin-top: 5px;
    margin-right: 1em;
}

#pptAuth_Form .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
#pptAuth_Form .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
#pptAuth_Form .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#pptAuth_Form .form-control {
    display: block;
    font-family: 'robotocondensed-regular-webfont';
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #757272;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

#pptAuth_Form .form-control.normal {
    height: auto;
}

#pptAuth_Form textarea.form-control {
   width: 95%;
   min-height: 100px;
}

#pptAuth_Form .container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
#pptAuth_Form .row {
  margin-right: 5px;
  margin-left:  5px;
}
#pptAuth_Form .col-sm-1,
#pptAuth_Form .col-sm-2,
#pptAuth_Form .col-sm-3,
#pptAuth_Form .col-sm-4,
#pptAuth_Form .col-sm-5,
#pptAuth_Form .col-sm-6,
#pptAuth_Form .col-sm-7,
#pptAuth_Form .col-sm-8,
#pptAuth_Form .col-sm-9,
#pptAuth_Form .col-sm-10,
#pptAuth_Form .col-sm-11,
#pptAuth_Form .col-sm-12
{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
}




@media (min-width: 1158px) {
   #pptAuth_Form .col-sm-1,
   #pptAuth_Form .col-sm-2,
   #pptAuth_Form .col-sm-3,
   #pptAuth_Form .col-sm-4,
   #pptAuth_Form .col-sm-5,
   #pptAuth_Form .col-sm-6,
   #pptAuth_Form .col-sm-7,
   #pptAuth_Form col-sm-8,
   #pptAuth_Form .col-sm-9,
   #pptAuth_Form .col-sm-10,
   #pptAuth_Form .col-sm-11,
   #pptAuth_Form .col-sm-12 {
    float: left;
  }
   #pptAuth_Form .col-sm-12 {
    width: 98.5%;
  }
   #pptAuth_Form .col-sm-11 {
    width: 91.66666667%;
  }
   #pptAuth_Form .col-sm-10 {
    width: 83.33333333%;
  }
   #pptAuth_Form .col-sm-9 {
    width: 75%;
  }
   #pptAuth_Form .col-sm-8 {
    width: 66.66666667%;
  }
   #pptAuth_Form .col-sm-7 {
    width: 58.33333333%;
  }
  #pptAuth_Form .col-sm-6 {
    width: 48.3%;
  }
   #pptAuth_Form .col-sm-5 {
    width: 40%;
  }
  #pptAuth_Form .col-sm-4 {
    width: 30%;
  }
  #pptAuth_Form .col-sm-3 {
    width: 25%;
  }
   #pptAuth_Form .col-sm-2 {
    width: 16.7%;
  }
   #pptAuth_Form .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (max-width: 1152px) {
    #pptAuth_Form .col-sm-5 {
    width: 99%;
  }
  #pptAuth_Form .col-sm-4 {
    width: 99%;
  }   
    #pptAuth_Form .col-sm-12 {
     width: 99%;
  } 
#pptAuth_Form .row {
    margin-right: 5px;
    margin-left: 5px; 
}  
}

@media screen and (max-width: 1452px) and (min-width: 1153px)  {
  
    #pptAuth_Form .col-sm-12 {
     width: 95.9%;
  } 
     #pptAuth_Form .col-sm-2 {
    width: 15.7%;
  }
  
  #pptAuth_Form .col-sm-6 {
    width: 47.3%;
  } 
}

@media screen and (max-width: 768px)  {
  
    #pptAuth_Form input[type="text"],  #pptAuth_Form textarea.form-control, #pptAuth_Form #issue_description textarea, #pptAuth_Form #mailAddress {
        width: 90%;
    } 
    
    #pptAuth_Form label.radiobutton.toolong {        
        margin-top: -1.5em;
        margin-left: 2em;
    }    
}

@media screen and (min-width: 500px)  and (max-width: 600px)  {
    
    #pptAuth_Form label.radiobutton.toolong:not(.extralong) {        
        margin: inherit;        
        margin-left: 0.5em;
    }    
}