[tooltip]:before {
    /* needed - do not touch */
    content: attr(tooltip);
    position: absolute;
    opacity: 0;
    /* customizable */
    transition: all 0.75s ease;
    padding: 10px;
    color: #333;
    border-radius: 10px;
    box-shadow: 2px 2px 1px silver;
}

[tooltip]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    /* customizable */
    background-color: lightblue;
    margin-top: -35px;
    margin-left: 5px;
    width: auto;
}

[tooltip]:not([tooltip-persistent]):before {
    pointer-events: none;
}   


.greenColor {
    color: #66CC00; /*green*/
    font-size: 12px;
}

.actionColor {
    color: #990000; /*action color*/
    font-size: 12px;
}

.redColor {
    color: #FF0000;
    font-size: 12px;
}


.red {
    background-color: red;
}

.redforecolor {
    color: red;
}

.checkboxHide {
    display: none;
    font-weight: bold;
    border: 1px solid #D1D1D1;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.fontfamily {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.style2 {
    color: #66CC00; /*green*/
    font-size: 12px;
}

.style3 {
    color: #0000FF; /*blue*/
    font-size: 12px;
}

.style4 {
    color: #FF0000
}

.selectt {
    color: #fff;
    /*padding: 30px;*/
    display: none;
    margin-top: 10px;
    /*width: 70%;           */
}

.collapsible {
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    margin-left:5px;
}

    .active, .collapsible:hover {
    }




.paddingrequest {
    padding: 10px 0 10px 0;
}

.marginLeft
{
    margin-left:280px;
}



.auto-style2 {
    width: 839px;
}

.auto-style3 {
    width: 479px;
    height: 373px;
}

.auto-style4 {
    width: 512px;
}

.auto-style5 {
    width: 687px;
}

.auto-style6 {
    width: 201px;
}

.auto-style7 {
    width: 482px;
}

.auto-style8 {
    text-align: center;
}

.auto-style9 {
    height: 17px;
}

.auto-style10 {
    text-align: left;
}


.otpError {
    color: red;
    text-align: center;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;  
    margin:15px 0px 10px 0px;
}

.auto-style2 {
    width: 839px;
}

.auto-style8 {
    width: 182px;
}

.style2 {
    width: 143px;
}

.style4 {
    width: 221px;
}

.auto-style9 {
    width: 262px;
}

.auto-style10 {
    width: 68px;
}

#peradd {
    width: 275px;
}

#temadd {
    margin-left: 0px;
}

.style9 {
    width: 146px;
}

.style11 {
    width: 155px;
}

.style12 {
    width: 153px;
}

.style13 {
    width: 152px;
}

#temzip {
    width: 73px;
}

#temstd {
    width: 53px;
}

#stdpermanent2 {
    width: 51px;
}

#temphno {
    width: 114px;
}

#email1 {
    width: 339px;
}

.style14 {
    width: 87px;
}

.style15 {
    width: 98px;
}

#temstate {
    width: 115px;
}

.colornew {
    color:#1366BB;
}

.marginheader{
    margin-top:10px;
}

#datepicker {
    position: center;
    z-index: 1000;
    
}

.Formfieldbxbold {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    background-color: #FFFFFF;
    border: 1px solid #D1D1D1;
    font-weight:bold;
}


.Formfieldbxbold:hover {
background-color: #ECF0F0;
cursor: pointer;
}



.discliamer {
    background-color: white;
    margin: 10px 0px 10px 20px;  
}

.headingcolor {
    color: #004A8F;
    font-weight: bold;

}