.custom_info .custom_info_heading{
    font-size: 18px;
    font-weight: 700;
    color: #444;
    margin-top: 16px;
    margin-bottom: 4px;
}

.custom_info_block {
  margin-bottom: 16px;
}

.custom_info .non_docs{
    width: 264px;
    height: 38px;
    border: 1px solid #ccc;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    background: #fafafa;
    padding: 8px;
}
.custom_info .custom_select_docs{
    width: auto;
    border: 1px solid #ccc;
    box-shadow: none;
    background: #fafafa;
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
}

.customSummary {
  margin-top: 10px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 16px;
}

.customSummary :not(:last-child) {
  margin-bottom: 16px;
}

.add_item_container select{
    border: 1px solid #ccc!important;
    /*background: #fafafa*/
    /*font-weight: 700;*/
    font-size: 12px;
}

.customDetailRow {
  margin-top: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.customAddGlyph{
  color: #065492;
}

.customAddGlyph span{
  padding: 8px 8px;
  border: 2px solid #065492;
  border-radius: 50%;
}