label{
    position: absolute;
    z-index: 2000;
    color: #999;
    font-size: 10px;
    margin-left: -134px;
    margin-top: -44px;
    line-height: 1px;

}       
input:focus+ label,
input:active+ label,input:valid+ label{
    transform: translateY(-2em);
    margin-left: -134px;

}          
textarea+ label{ 
    margin-top: -102px
}
textarea{ 
    padding-top: 15px;
}
.labelHolder{
    line-height: 1px;
    font-size: 11px;
    width: 282px;
    margin: 10px 0 0px 10px
}

input label.radioLabel{
color:#555 !important
}

#selectLabel{
            position: absolute;
            z-index: 2000;
            color: #999;
            font-size: 10px;
            margin-left: -134px;
            margin-top: 8px;
            line-height: 1px;
            
}   
.radioParra {
    width:185px; height:55px; margin:auto
}
    
.whatsThis {
    font-size:10px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a.whatsThis:hover{text-decoration: none}

.tippy-tooltip {
    background-color: #056fc1;
    color: #fff;
    font-size:12px;
    max-width:198px;
    padding: 10px 5px 12px;
    top: -7px;
    box-shadow: rgba(255, 255, 255, 1.0) -3px -3px 17px 1px;
}

 .tippy-arrow{
    border-top: 7px solid #056fc1 !important;
}
.tippy-tooltip a{
    color:#fff;
    text-decoration: underline;
    font-weight:bold
}


 
label.forCheckbox, input[type='checkbox']{
    position: relative;
    font-size: 14px !important;
    display: inline; 
    line-height: initial;
    transform: none;
    margin: 0 !important;
    line-height: 14px;   
    color:#555 !important
}    
input[type='checkbox']{
    margin: 0px -3px 0px 6px !important;
    height: 14px;
    vertical-align: -2px;
}    
input[type='radio']{
    width:16px
}    
#holdChecks{
    text-align: left;
    width: 160px;
    margin: auto;
}
@media (max-width:600px){
    #moreInfo{
        text-align: left
    }
    input[type='checkbox']{
         height: 15px
    }   
    input[type='radio']{
        width:18px; 
    }    
    .radioParra {
    width:190px; 
    }
   
}