.s-QuickSearchInput {
  margin-top: 0 !important;
}
.s-Form input:not([type="checkbox"]),
.s-Form select,
.s-Form textarea {
  margin-top: 0 !important;
}

.k-input {
  background-color: white !important;
  border: none !important;
}

.k-input-inner {
  padding: 0 !important;
}

.k-input-solid {
  padding: 0 !important;
}

.k-input-inner {
  padding-left: 6px !important;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

form label.caption {
  padding-top: 4px;
  padding-right: 7px;
  line-height: initial;
  color: #112383;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  font-weight: normal;
}

form label.caption.width160 {
  width: 160px;
}

/*dany: think is a mistake*/
/*.s-RadioButtonEditor label {
  margin-right: 0px !important;
}*/

#cke_subjectEditor,
#cke_bodyEditor {
  border: 1px solid black;
}

.emailAdditional:disabled {
  border-color: lightgray;
}

.emailAdditional:enabled {
  border-color: black;
}

.disabledLabel {
  color: #999 !important;
}

.enabledLabel {
  color: black;
}

.disabledHtmlEditor {
  color: green !important;
  background-color: red !important;
}

.col-claimant {
  min-width: 120px;
}

.col-doctor {
  min-width: 120px;
}

.col-status {
  min-width: 100px;
}

.col-adjuster {
  min-width: 150px;
}

.col-attorney {
  min-width: 180px;
}

.col-assignedattorney {
  min-width: 180px;
}

.col-casemanager {
  min-width: 150px;
}

.col-doctor-email {
  min-width: 110px;
}