
/* csslint ignore:start */
html {
  font-size: 0.875rem;
}
/*BCG Print Page Styling*/
/* @media print { */
/*     .container-bcg-print h2 { */
/*     } */
/* */
/*     .container-bcg-print h3 { */
/*     } */
/* */
/*     .img-bcg-logo { */
/*         /*display: none;!1! */
/*     } */
/* */
/*     .img-bcg-barcode { */
/*     } */
/* */
/*     .container-bcg-print table { */
/*         /*display: none;!1! */
/*     } */
/* */
/*     .text-bcg-bottom { */
/*         /*font-size: 60%;!1! */
/*     } */
/* } */
/* Enable wide mode */
#ewa-app > .body-content { 
    width: 98%;
} 
 #ewa-app > .navbar > .container { 
    width: 98%; 
} 
#ewa-app > .container-large {
     width: 98%; 
}
/* Enable tall viewer */
/* #ewa-ria-detail-viewer .embed-responsive-16by9 { */
/*     padding-bottom: 100%;  */
/* } */
/*Other Page Styling*/
/* csslint ignore:end */
/* Disable warnings for unsupported browsers */
/*
.browser-warning {
    display: none;
}
*/
/*For inline field*/
.inline-label-margin{
    margin-bottom: 10px;
}
/*For database lookup field refresh buttons*/
.inline-label-margin button{
    margin: 5px;
}
/*For database lookup field - hide search button to make it read-only*/
.lookup-lens-hide .input-group-append{ 
    display: none;
}


#ewa-ria-detail-fields .ewa-field-section label {
    margin-bottom: 0;
}
#ewa-ria-detail-fields .ewa-field-section .form-group {
    margin-bottom: 0.1rem;
}
#ewa-ria-detail-fields .ewa-field-section input {
    height: 2rem;
    padding: 0 .75rem;
}
#ewa-ria-detail-fields .ewa-field-section button.search {
    height: 2rem;
    padding: 0 0.75rem;    
}

#ewa-ria-detail-fields .ria-actions-container {
    padding-top: 0.7rem;
}

#ewa-ria-detail-fields div.modal input {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
}





.gridRow td {white-space: nowrap;}


#ewa-ria-detail-fields .modal-lg {
    max-width: 1200px
}

#ewa-ria-detail-fields .modal-lg span[title="OrderStatus"] {
    white-space: nowrap;
}

#ewa-ria-detail-fields .search-field button.btn-info {
    height: 2em;
    padding: 0 0.375rem;    
}

#ewa-ria-detail-fields .search-field .clearValueButtonSearchRightAlignment {
    right: 80px
}


#ewa-ria-detail-fields .ewa-field-section {
    padding-bottom: 10px;
} 

#ewa-ria-detail-fields [data-ewa-lookup-fieldname="location_code"] .modal-lg {
    max-width: 800px
}


/* hide the checkbox and label for copy metadata option on split modal */
input#defaultCheck1 {
    display:none;
}
label[for="defaultCheck1"] {
  display:none;
}