/* STYLE */

body { background-color: #f4f4f4!important; color: #101010!important;} 
li:hover { background-color: #f4f4f4;  }
.navbar { background-color: #fff; }

.ts-btn { background-color: #74A5E0!important; color: #fff!important; }
.ts-btn:hover { background-color: #8DB3E2!important; }
.ts-btn i { color: #fff!important; }

.tab-content { background-color: #fff!important; }

.ts-outline-btn { border: 2px solid #74A5E0; color: #74A5E0; }
.ts-outline-btn:hover { border: 2px solid #8DB3E2; color: #8DB3E2; }

table { background-color: #fff!important; }

hr { border-top: 1px solid rgba(0,0,0,.1); }

.ts-nav-tabs { background-color: #74A5E0!important;  }
.nav-link { color: #fff!important; }
.nav-link:hover { background-color: #8DB3E2!important; }
.nav-link:active { background-color: #8DB3E2!important; }
.nav-link:focus { background-color: #8DB3E2!important; }

.nav-link.active { background-color: #8DB3E2!important; }