/* 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;
}

/*Red Text in Warning fields*/
.div-warning textarea.form-control {
  color: red;
}

.div-warning2 input[type="text"]{
    color: red;
}