* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cpointer{
	cursor: pointer;
}

.disableClick{
    pointer-events: none;
}
#pageform-pro .radio-inline label{
  width:auto !important;
  float:none !important;
}
#pageform-pro .checkbox label{
  width:auto !important;
  float:none !important;
}
@media(max-width: 767px){
	.oc2 .input-group.datetime{
		width: 100% !important;
	}
}

@media(max-width: 767px){
	.modal-open {
		position: fixed;
	}
}