/* body {
    background-color: #ffff;
    margin-top: 2%;
    font-size: 1em;
} */
td {
    font-size: 0.8em;
}
th {
    font-size: 0.8em;
    text-align: center;
}
a {
    /* color: #ffff; */
    text-decoration: none;
    /* background-color: #838386; */
    -webkit-text-decoration-skip: objects;
}
.searchlogo {
    float: right; 
    margin-right: 5px;
    margin-top: 10px; 
    position: relative; 
    z-index: 6; 
    color: #357bb7;
}
h1{
    text-align: center;
}
tbody{
   align-content: center;
   text-align: center;
   
}
input{
    text-transform: uppercase;
}

thead tr th { 
    height: 30px;
    line-height: 30px;
    /*text-align: left;*/
}

tbody td, thead th {
    width: 20%; /* Optional */
   
}
nomelogin {
    text-transform: capitalize;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: white;
    background-color: darkgrey;
    border-color: white;
    border-radius: 1px;
    width: 40px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 1px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    border-radius: 0%;
    width: 45px;
}
.rc-anchor-light.rc-anchor-normal {
    border: 1px solid whitesmoke;
}
@media (min-width: 400px) {
    .card-columns {
        column-count: 1;
    }
}

/* @media (min-width: 768px) {
    .card-columns {
        column-count: 4;
    }
}  */
/* 
@media (min-width: 992px) {
    .card-columns {
        column-count: 4;
    }
}  */

@media (min-width: 1200px) {
    .card-columns {
        column-count: 2;
    }
}
