html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    overflow: auto;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.auth-logo {
    width: 250px;
    height: auto;
}

.marg{/*padding for the login boxes*/
    padding-left:50px;
}


.side-menu a:link, .side-menu a:visited, .side-menu a:active {
    color: black;
    text-decoration: none;
}

.iconPad{
    padding-left:40px;
}

.table .th  {
    border: 2px solid black;
    border-collapse:collapse;
}

.usrButton:link, .usrButton:visited, .usrButton:active{
    float:right;
    background-color:steelblue;
    color:white;
    text-decoration:none;
    border-style: solid;
    border-color:black;
}

.filterBox{
    height:50px;
}

.searchBox{
    height:50px;
}

.subButton{
    background-color:steelblue;
    color:white;
}

.canButton{
    background-color:palevioletred;
    color:white;
}
.searchText{
    float:right;
}
.editIcon{
    color: blue;
    text-decoration:none
}
.deleteIcon{
    color:red;
    text-decoration:none;
}


