html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.content-list {
    background-color: #bfbfbf;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.nav-link.active {
    color: #2b4288 !important;
    text-decoration: underline;
    font-weight:700;
}

html {
    position: relative;
    min-height: 100%;
}

body {
  margin-bottom: 60px;
  margin: 0 auto;
  text-align: center
}

.loginContent {
    margin-top: 120px;
    display: inline-block;
    text-align: left;
}

.errorContent {
    margin-top: 10px;
    display: inline-block;
    text-align: center;
}

form {

}

input {
    width: 280px;
    height: 40px;
    border-radius: 6px;
    padding-left: 10px;
}

.button {
    text-align: center;
    margin-top: 20px;
}

button {
    margin-top: 10px;
    width: 280px;
    height: 40px;
    border-radius: 6px;
    background-color: #2b4288;
    color: white;
}

#logo {
    width: 280px;
}

/* ----- MODAL STYLING ----- */

.form-check {
    margin-top: 10px;
}

.modal-content {
    border-radius: 0.7rem;
}

.modal-body {
    text-align: left;
}

.modal-footer {
    justify-content: center;
}

/* ----- TABLE STYLES ----- */

table {
    width: 100%;
    border-radius: 3px;
    border-collapse: collapse;
    overflow: hidden;
}

tr:hover {
    color: white;
    background-color: #646464 !important;
}

tr:nth-child(even) {
    background-color: #b6b6b6;
}

tr:nth-child(odd) {
    background-color: #dcdcdc; 
}

th {
    border: 1px solid black;
    padding: 3px;
    font-size:16px;
    background-color: #2b4288;
    color: white;
}

td {
    border: 1px solid black;
    padding: 3px;
    font-size:14px;
}

/* ----- TEXT STYLES ----- */

label {
    margin-top: 15px;
    font-size: 17px;
}

h2.page-header {
    float: left;
    margin-top: 25px;
    margin-bottom: 30px;
}

.customMenuText {
    font-weight: 700;
}

.menuTextRight {
    text-align: right;
}

.container-fluid {
    margin: 0;
    margin-left: 2%;
    margin-right: 2%;
    padding: 0px;
}

.navbar-bonus {
    margin: 0px;
    padding: 0px;
}

.custom-page-header {
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* ----- PAGENATION ----- */

.pagination {
    margin-top: 20px;
    display: flex; 
    justify-content: center;
    align-items: center; 
}

.pagination a {
    padding: 3px 12px; 
    margin: 0 5px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #000; 
    border-radius: 5px; 
}

.pagination a:hover {
    background-color: #f2f2f2;
}

.pagination a.active {
    background-color: #007bff; 
    color: #fff; 
}

.btn-small {
    
}

.btn-green {
    background-color:green;
    border-color:green;
}

.btn-red {
    background-color: red;
    border-color: red;
}

.btn-green:hover {
    background-color:darkgreen;
}

.btn-red:hover {
    background-color: darkred;
}

.imagearea {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.imagemargin {
    margin-bottom: 20px;
}

.imagemarginmail {
    margin:20px 20px 20px 20px;
    width:190px;
}

.errorButton {
    width: 200px;
    height: 85px;
    font-size: 45px;
}

.pagination {
    font-size: 20px;
}

.next:hover {
    cursor:pointer;
}

.prev:hover {
    cursor: pointer;
}

.mo:hover {
    cursor:pointer;
}

.containerSmall {
    height: 40px;
    line-height: 40px;
}

.functions {
    margin-left: 10px;
    margin-right: 10px;
    display: inline;
}

.functions:hover {
    cursor: pointer;
    text-decoration: underline;
}

.alink {
    color: black;
    text-decoration: none;
    font-weight: 600;
    vertical-align: bottom;
    line-height:2px;
}

.alink:hover {
    cursor:pointer;
}

.logsdate {
    width: 48%;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

#userCurrentNav:hover {
    cursor: pointer;
}

.icon-btn {
    background:none;
    border:none;
    height:20px;
    margin: 0px;
    color:black;
    width:30px;
}

.img-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 5px;
}

.img-check {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 16px;
    height: 16px;
}

.imagemarginmail {
    display: block;
    width:180px;
    transition: opacity 0.2s;
}

/* The important part */
.img-container input:not(:checked) + img {
    opacity: 0.4;
}