﻿a:hover .fa-eye::before {
    content: "\f070";
}

a:hover .fa-eye-slash::before {
    content: "\f06e";
}

a:hover .fa-lock::before {
    content: "\f09c";
}

a:hover .fa-unlock::before {
    content: "\f023";
}

.active {
    box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.75);
    border: none;
}

.bg-secondary-light {
    background-color: #6c757d33;
}

.bg-secondary-medium {
    background-color: #6c757d66;
}

.bg-soft {
    background-color: #f7f7f7;
}

.text-secondary-light {
    color: #6c757d33;
}

.text-secondary-medium {
    color: #6c757d66;
}

.border-medium {
    border-color: #ced4da !important;
}

.form-control::placeholder {
    opacity: 0.5;
}

.form-control::-moz-placeholder {
    opacity: 0.5;
}

.smaller {
    font-size: 60%;
}

.middle {
    border-radius: 0;
    border-left: none;
    border-right: none;
}

td, th {
    text-align: center;
    white-space: nowrap;
}
