/*
MCD custom style
*/



/* Update listview border */
.crmEntityFormView{
  border: 0px;
}

/* Update listview border */
.actions{
  border-top: 0px !important;
  padding: 5px 0 0 20px !important;
}

.crmEntityFormView .cell{
  padding: 0 28px 14px;
}

/* Submit button background colour */
.btn-primary{
    background-color: #302ce1;
    border-color: #302ce1;
}

.btn-primary:hover{
  background-color: #636569;
  border-color:  #636569;
}

.navbar-header{
  height: 80px !important;
}

.crmEntityFormView .section-title{
  font-weight: bold;
  font-size: 15px;
  padding: 0 0px 10px 28px;
}

.indent-table{
  margin-left: 200px;
}

.crmEntityFormView .cell div.control{
  padding-top: 10px;
}