/* 
    This Css allows customizations, to override the styles in eum_main.css

    It is suggested that you add customizations to this file, and not touch eum_main.css
    during an upgrade, you should  use the latest version of eum_main.css, and your customized version of this file

*/
/*  To view the Bootstrap grid uncomment these css3 styles during development
      rows are outlined in grey dots
      form-groups are blue dashed and show a label/field/validator combination
      form-horizontal red dashed collections of form-groups
      any bootstrap columns are a light purple, that gets darker as items are nested

  div[class="row"] {
    border: 1px dotted rgba(0, 0, 0, 0.50);
}

   div[class^="form-group"] {
    border: 1px dashed rgba(0, 0, 255, 0.3);
}

   div[class^="form-horizontal"] {
    border: 1px dashed rgba(255, 0, 0, 0.2);
}

div[class^="col-"] {
    background-color: rgba(128, 0, 255, 0.1);
}

*/

/* EUM Branding Colors */
.navbar-eum,
.navbar-eum .dropdown-menu > li > a:focus,
.navbar-eum .dropdown-menu > li > a:hover,
.app,
.btn-primary {
    background-color: #014e77;
	border-bottom: 3px solid #fbad23;
}

.btn-primary:focus,
.btn-primary:hover,
.app:hover {
    color: #014e77;
    border-color: #fbad23;
}

.btn-primary {
    border-color: #014e77;
}

.navbar-eum,
.navbar-eum .dropdown-menu > li > a:focus,
.navbar-eum .dropdown-menu > li > a:hover,
.navbar-eum a {
    color: #fff;
}
.navbar-eum {
	box-shadow: 0px 6px 6px lightgrey;
}