/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}

.close-btn{
    position: relative;
    right: 0;
}
.disabled {
 pointer-events: none;
}

.dateDrpDwn input{
	padding:5px;
}
.percen_class_success{
	background-color:#00a651 !important;
	color:#ffffff !important;
}
.percen_class_danger{
	background-color:#f50606 !important;
	color:#ffffff !important;
}

.required {
  color:red;
}