/*----- Global -----*/
.text-purple {color:#1c2e5e;}
.text-teal {color:#c62729;}

h1.page-title {color:#1c2e5e; font-size: 2rem; margin-top: 0; margin-bottom: 0.5rem; font-family: inherit; font-weight: 500; line-height: 1.2;}

a.dash-link {color:#878787;}
a.dash-link:hover {color:#c62729; text-decoration:none;}

.nav.nav-pills a.nav-link {color:#878787;}
.nav.nav-pills a.nav-link.active {color:#fff; background-color:#1c2e5e;}

table thead tr th { color: #b72026; font-size: 16px; }
table tbody tr td:first-child h6 { color: #202e61; }

/*----- Toggle Switch -----*/
/* The switch - the box around the slider */
.switch { position: relative; display: inline-block; width: 60px; height: 34px;}

/* Hide default HTML checkbox */
.switch input { opacity: 0; width: 0; height: 0;}

/* The slider */
.slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s;}
.slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s;}
input:checked + .slider { background-color: #2196F3;}
input:focus + .slider { box-shadow: 0 0 1px #2196F3;}
input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px);}

/* Rounded sliders */
.slider.round { border-radius: 34px;}
.slider.round:before { border-radius: 50%;}


/*----- Navbar -----*/
.navbar-light .navbar-nav .nav-link.active {color:#c62729;} 

a.user-button {display:block; width:45px; height:45px; border-radius:50%; line-height:45px; font-size:26px; color:#fff; background:#aaa; position:fixed; bottom:15px; right:15px; text-align:center;}