/* general/css/general.css */

#chemAppCont input{
  border-top:none;
  border-left:none;
  border-right:none;
  font-weight:800
}

#chemAppCont label{

  font-size:12px
}

#chemAppCont h5{

  font-size:14px
}

.paddockBtn{
  min-height:40px;
  line-height:20px;
  text-align: center;
  border:2px solid #ccc;
  font-size:15px
}

.addData{
    display:inline-block;
    color:#109547;
    width:16px;
    margin-left:5px;
    margin-right:5px
}

.numberPad {

  border:1px solid #f1f1f1;
  margin:5px 10px;
}
.dataDraw{
  text-decoration: inherit;
  color: inherit;
  cursor: auto;
  display:block;
  padding-top:10px;
  padding-bottom:10px
}

.paddockBtn{
  margin-bottom:10px
}

.header{
  background-color:#dee2e6;
  padding-bottom:10px;
  padding-top:10px;
  font-weight:800;
  margin-bottom:0px;
}
.subheader{
padding-top:10px;
padding-bottom:10px;
background-color:#f1f1f1;
font-weight:800;
font-size:14px
}

.subheader i{
  font-size:1.5em!important
}

.mandatoryLabel:before{
	content:' *';
	color:red;
	font-size:20px;
	font-family: OpenSans-Regular, sans-serif;
}

#incidentAppCont input,#incidentAppCont label{
  font-size:14px;
  font-size:14px;
}

#vetMedicineForm input,#vetMedicineForm label{
  font-size:14px;
  font-size:14px;
}

input,select{
  border-top:none !Important;
  border-left:none!important;
  border-right:none!important;
  border-radius:0px;
  font-weight:normal;
  background-color:#fbfbfb;

}

.form-control:focus {
  /* color:#fff; */
  border-color:#fff
}
