/*Code Snippets for Customizations on State of the System



/* Tabs */

.active-content {
  background-color: #eee;
  display: inline-block !important;
}

.nav-item {
  background-color: #eee;
  display: inline-block !important;
  font-weight: bold;
  /*border-left: 2px solid white;*/
  border-right: 2px solid white;
}

.nav-link {
  background-color: #eee;
  display: inline-block !important;
  font-weight: bold;
}

.activetab {
  background-color: #097881;
  color: white;
  display: inline-block !important;
  font-weight: bold;
  padding: 10 px !important;
}

a.whitelink,
a.whitelink:visited,
a.whitelink:hover {
  color: white;
}

a.blacklink,
a.blacklink:visited,
a.blacklink:hover {
  color: black;
}

/*end tabs */

/*tables*/
.nobordertable {
  border: none !important;
}
/*end tables*/

/* to make a custom alert, use this code
<div class="alert alert-warning alert-custom" aria-live="alert" role="alert">
   <span class="material-icons md-18 or-icon-ring-animation" aria-hidden="true">notifications</span>&#160;test test this is a test!<br/>
</div> 
you can change the settings in the .alert-custom class to customize the alert*/

/*to make a page under consturction, copy this code
 <div class="alert alert-warning alert-custom" aria-live="alert" role="alert" style="text-align: center; border-color: #ff7900; border-width: 5px; background-color: #f5f5f5; color: #1c355e; font-size: 14pt;"> 
      <span class="material-icons md-18 or-icon-ring-animation" aria-hidden="true">notifications</span>&#160;This page is under construction. Check back in the future for content!<br/> </div>*/

.alert-custom {
  text-align: left;
  font-size: 1.25em;
  padding: 10px;
  color: white;
  background-color: #097881;
  border-radius: 5px;
}

.btn-plan {
  background-color: #1c355e;
  line-height: 1.5;
  color: #ffffff !important;
}

.img {
  margin: 5px;
  max-width: 100%;
  height: auto;
}
