
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
.backPurpleP{
    background: #ad5389;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #3c1053, #ad5389);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #3c1053, #ad5389); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
}

.backBlueP{
    background: #7474BF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #348AC7, #7474BF);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #348AC7, #7474BF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 5px;
}

.input-group.borderBlueP .input-group-prepend{
 border-top: #0D304C solid 1px;
 border-bottom: #0D304C solid 1px;
 border-left: #0D304C solid 1px;
 height: calc(2.25rem + 8px) !important;
}
.input-group.borderBlueP .input-group-prepend i{
    color:#0D304C !important;
   }
.input-group.borderBlueP .form-control{
 border-top: #0D304C solid 1px;
 border-right: #0D304C solid 1px;
 border-bottom: #0D304C solid 1px;
 border-left: #0D304C solid 1px;
}
.input-group.borderBlueP .form-control:not(textarea){
    height: calc(2.25rem + 8px) !important;
   }

   .requiredP{
       font-size: 10px;
       color:rgba(75,75,75,.4);
       margin-left: 10px;
   }
.showDataP{
    width: 100%;
}

.showDataP ul {
    list-style-type: none;
   }

.note-btn.btn.btn-light.btn-sm.btn-fullscreen{
       display: none ;
}