#header-main-section {
    width: 100%;
    background-color: #5353D1;
    height: 5.859375%;
    position: relative;
    min-height: 3.4em;
}





/**************** ASU  **************/
input.hasDatepicker.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
input.hasDatepicker.form-control:focus {
  border-color: #99bdff !important;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
select.pb-select.form-control:focus {
  border-color: #99bdff;
}
select.pb-select.form-control:hover {
  border-color: #ccc;
}

hr.separator {
  clear: left;
}

/*** Global focus ***/
/** to remove black line around alert text **/
:focus {
  outline:none !important;
}

/**************** end ASU ***************/