body {
	padding-top: 60px;
	padding-bottom: 40px;
}

a {
    color: #428BCA;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}

footer {
	text-align: center;
    font-size: 13px;
}

footer a {

    color: #333333;

}

.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #0d6efd;
    color: #FFF;
}

.table-striped > thead > tr > th {
    background-color: #0d6efd;
    color: #FFFFFF;
    vertical-align: middle;
    white-space: nowrap;
}

.table-bordered > tbody > tr > th {
    background-color: #f5f5f5;
}

th {
    text-align: center;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #0d6efd;
    color: #FFFFFF;
}

.container-fluid > a,
.container-fluid > a:hover,
.container-fluid > a:focus,
.btn:hover,
.btn:focus,
.page-link:hover,
.page-link:focus,
.navbar-nav > li > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.nav-item > a:hover,
.nav-item > a:focus {
    text-decoration: none;
}

.nav-tabs .nav-link {
    color: #428BCA;
}

.nav-tabs .nav-link:hover {
    background-color: #dee2e6;
}

.nav-tabs .nav-link.active {
    background-color: #ffffff;
}

.login_title {
    display: block;
    margin: auto;
    position: relative;
    width: 300px;
}

.login_title_L {
    float: left;
    margin-left: 12px;
}

.login_title_R h1 {
    margin-top: 0;
    font-size: 1.8rem;
}