/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
.input-no-border {
    border: 0;
    box-shadow: none;
    background-color: #FFFFFF;
    font-size: 14px;
}
.input-no-border-right {
    border: 0;
    box-shadow: none;
    background-color: #FFFFFF;
    font-size: 14px;
    text-align: right;
    
}
.input-no-border-total {
    border: 0;
    box-shadow: none;
    background-color: #EFF0F2;
    
   
    border-color:#EFF0F2;
    
}
.form-control:disabled, .form-control[readonly]{
    background-color: inherit;
    cursor: not-allowed;
}
.form-control:not(.form-control-sm) {
    padding: 0rem .96rem; 
    height: inherit;
}




