#regForm {
  background-color: #ffffff;
 /* margin: 100px auto;*/
  font-family: Raleway;
  /*padding: 40px;*/
  width: 100%;
  min-width: 300px;
}

/*h1 {
  text-align: center;  
}*/

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #4CAF50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 0.5;
  background-color: #1f83b6;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}


/* new changes(01-06-2018) */
#overtimeForm .tab p {
	margin-bottom: 15px;
}
#overtimeForm .tab p input{
   margin-top: 15px; 
   margin-bottom: 5px;
}
#overtimeForm #nextBtn, #overtimeForm #prevBtn  {
	background: #ff7d01;
	border-radius: 0;
	border: 1px solid #f37100;
}
#overtimeForm .step.finish {
	background: #136088;
}
#overtimeForm .step.active {
	background: #ff7d01;
}
#overtimeForm #paytype, #overtimeForm #ot_rate {
	margin-bottom: 15px;
	margin-top: 10px;
}

#overtimeForm .tab h6 {
	display: inline-flex;
	width: 100%;
	font-size: 14px;
	align-items: flex-start;
}
#overtimeForm .tab h6 input{
    width: 50px;
}
#overtimeForm .tab h6 p{
    width: 100%;
}

#msgModal .modal-header, #submitModal .modal-header{
	border: none;
	padding: 0;
	z-index: 9;
	position: relative;
}
#msgModal .modal-header .close, #submitModal .modal-header .close{
	margin-top: -13px;
	background: #ff7d01;
	opacity: 1;
	color: #fff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-right: -7px;
}
#msgModal .modal-header .close:hover, #submitModal .modal-header .close:hover{
    border: none;
    background: #ca6f00;
}
#msgModal .w-msg {
	font-size: 25px;
	padding-top: 15px;
	padding-bottom: 10px;
	position: relative;
}
#msgModal .w-msg::before {
	position: absolute;
	content: "";
	left: 0;
	border: 2px solid #5e697c;
	width: 100px;
	bottom: 0;
	right: 0;
	margin: auto;
}
#msgModal .modal-body {
	padding-top: 0;
	text-align: center;
}
#msgModal .modal-footer, #submitModal .modal-footer{
    padding-bottom: 35px;
    text-align: center;
    border: none;
    padding-top:0;
    position: relative;
}
#msgModal .modal-footer button, #submitModal .modal-footer button {
	background: #ff7d01;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	width: 84px;
	margin-top: 10px;
}

#overtimeForm #btnEstimate {
	border-radius: 0;
	border: 1px solid green;
}
#overtimeForm .result a {
	cursor: pointer;
	color: #ff7d01;
}

#submitModal #gform_fields_7 li::before {
	content: "" !important;
}
#submitModal #gform_fields_7 li input {
	width: 100% !important;
}
#gform_submit_button_7 {
	width: 150px !important;
	margin-top: 15px;
}

/*#submitModal .modal-content::before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	right: 0;*/
/*	background: rgba(0,0,0,.5);*/
/*}*/

#submitModal .modal-footer{
    text-align: right;
    display: none;
}


