html {
    position: relative;
    min-height: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 15;
}

nav.cadc {
    background-color: rgb(29, 29, 29);
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
nav.cadc-main {background-color: #002147;}

/* nav.cadc-private {background-color: #e3f2fd;} */
nav.cadc-private {background-color: #DAA520;}  /* Opinions - Goldenrod */
/* nav.cadc-private {background-color: #eed6d3;} */ /* Recordings- Dusty Rose */
/* nav.cadc-private {background-color: #BCECE0;} */ /* Judgments - Tiffany Blue */
/* nav.cadc-private {background-color: #B9B7BD;} */ /* Orders of Interest- Pewter */
/* nav.cadc-private {background-color: #F8EA8C;} */ /* Misconduct- Yellow */


nav .navbar-brand { padding-left: 50px; }

nav .nav-item { margin-left: 30px; }

.cadc-indent-left {margin-left: 2em; }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 576px) {
  .cadcmonthnav {
    width: 22rem;
    margin-bottom:  20px;
    background-color:  whitesmoke;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 576px) {
  .cadcmonthnav {
    width: 24rem;
    margin-bottom:  20px;
    background-color:  whitesmoke;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .cadcmonthnav {
    width: 12rem;
    margin-bottom:  105px;
    background-color:  whitesmoke;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .cadcmonthnav {
    width: 12rem;
    background-color:  whitesmoke;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .cadcmonthnav {
    width: 12rem;
    background-color:  whitesmoke;
  }
}


footer {
    margin-top:  14px;
    height: 45px;
    line-height: 45px;
    /* background-color: rgb(29, 29, 29);  */
    background-color: #002147;
    text-align: center;
    font-size: 11px;
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.overview { 

}

/*Email Subscription */
.emailSubscriptionXXX { font: 0.75/1.0 Verdana, Geneva, sans-serif; font-weight: normal; }
.emailSubscription { font-size: 0.80em; font-weight: normal; }
.emailSubscription h2 { margin:0;padding: 0; font-size: 1.0em; font-weight: bold; text-transform: none; color: #20558a; background: transparent; }
.emailSubscription {background: url(../img/bg_email_update.png) no-repeat scroll 0 0 transparent; width: 228px; height: 180px;margin-bottom: 20px;}
.emailSubscription .emailMessage {padding: 30px 10px 0 10px; color: #5E6568; line-height: 1.3em;}
.emailSubscription .emailSubscriptionSubmit{background: none repeat scroll 0 0 #F0F0F0; border: 1px solid #DEDEDE; font-size: 1.0em;font-weight: normal;}
.emailSubscription input{ font-size: 1.0em; font-weight: normal; }
