h1.tab-title {
  padding-bottom: 20px !important;
  border-bottom: 1px solid #546222 !important;
}

.crmEntityFormView .section-title{
  /*margin-bottom: 20px;*/
}

@media only screen and (max-width: 767px){
  h1.tab-title {
    margin: 0 10px 0 10px;
  }

  legend.section-title h3{
  margin: 0 10px 10px 10px;
  }
  
  .crmEntityFormView .cell {
  padding-left: 0px !important;
  }

  div#mainContent {
  padding-top: 0px !important;
  }
  [aria-label="Breakdown of claim amount"] legend.section-title{
    display:none !important;
  }


}

  div#mainContent {
  padding-top: 0px !important;
}

/*fieldset[aria-label="Document Upload"]{
    margin-top: 20px !important;
}*/


/*Bug 19199 - Unnecessary vertical white space in different modal styles when uploading a document */
.modal-form .modal-body iframe[src*="af17d381-a5b4-ed11-b597-000d3a6a9a93"],iframe[src*="eb400b9a-a6b1-ed11-83ff-000d3a6b1bd3"] {
  height: 390px !important;
} 

.rtcheckbox input[type=checkbox] 
{
  transform: scale(1.7) !important;
  margin-top: 15px; 
}

textarea#rtvcms_assistancerequiredother {
    height: 120px;
    resize: vertical;
}

.rtradiobutton  input[type=radio] 
{
  transform: scale(1.7) !important;
}

.error.itemLevel {
    color: red;
}

