html,
body,
.intro {
    height: 100%;
}
hr{
    color: black;
    margin: 1rem;
    opacity: 0.25;
}
input{
    text-align: center;
}
select{
    text-align: center;
}
submit{
    width: 150px;
}
.navbar .navbar-header .navbar-brand{
    text-align: center !important;
    /*display: inline-block;*/
    display: flex;
    float: none;
    margin: 1px;
    padding: 0px;
    justify-content: center;
    vertical-align: bottom;
}
.vertical-line{
    display: inline-block;
    border-left: 1px solid #ccc;
    margin: 0 10px;
    height: 0.5rem;
}
.nav-link:hover{
    color: #fff;
    font-weight: bold;
    text-decoration: underline
}
.nav-link{
    color: #fff;
}
.nav-pills > li{
    width: 250px;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #4E66C2;
}
.nav-pills > .selected a{
    border-radius: 10px;
    background-color: black;
    color: #FFC110;
    font-weight: bold;
}
.img-thumbnail{
    width: 128px;
}
.img-rounded{
    width: 24px;
}

table td,
table th {
    border: 2px solid black;
    text-align: center;
    font-size: 1.25rem;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

thead th {
    color: #fff;
}

.card {
    border-radius: .5rem;
}

.table-scroll {
    border-radius: .5rem;
}

.table-scroll table thead th {
    font-size: 1.25rem;
}
thead {
    top: 0;
    position: sticky;
}
.btn{
    width: 150px;
    color: #fff;
    /*background-color: #000;*/
    font-size: 14px;
    font-weight: 600;
    padding: 7px 15px;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}
.btn:hover{ 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.modal-fullscreen{
    width: 95%;
    height: 95%;
}