/* Skin for App */
/* ===== Background Color ===== */
body.color {
	background-color:#9FC3E0;
}
/* ===== Default Link Color ===== */
/*a:link {
color:#00678C;	
}*/
a:link {
    color: black;
   
}
ul {
    padding-inline-start: 0px;
}

/* FAQ Pages: == */
@media (max-width: 769px) {
    /*On mobile, these styles hide table headers and restyle "questions" to stand out*/
    th.btnTab {
        display: none !important;
    }

    .sorting_1 {
        font-weight: bold;
        font-size: 18px;
        line-height: 24px !important;
        margin-top: 16px;
    }
    .table td, .table th {
        border: none;
        border-width: 0 0 1px;
        padding: 0.5em 0.75em;
        vertical-align: top;
    }
}
/* ===== Header ===== */
#appTitle {
    color: #fff; /* if background light, use #616161 */
}
/* ===== Page title ===== */
h1 {
color:#fff;		
}
/* ===== Nav Pills ===== */

.nav-pills > li.active > a
 {
  color: #fff;
  background-color: #3D93AF;
}

.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
  background-color: #467C8C;
}

.nav-pills  li {
	 background-color: #D1E1E5;
}

