﻿.tagline {
    color: #fff !important;
    margin-top: 2px;
    margin-left: 7px;
    font-size: 0.50rem;
    letter-spacing: 0.03rem;
    line-height: 0.65rem;
}

.operationCard {
    height: 300px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    background-color: lightblue;
}

@media only screen and (max-width: 991px) and (max-height: 1200px) {
    .operationCard {
        height: 200px;
    }
}

@media only screen and (max-width: 991px) and (max-height: 800px) {
    .operationCard {
        height: 100px;
    }
}

.operationCard a {
    text-decoration: none;
}

.operationIcons {
    font-size: 3rem;
}

.mainContentPaddingTop {
    padding-top: 65px !important;
}

.mainPadding {
    padding-top: 25px;
    padding-bottom: 25px;
}

tr.selectedRow td {
    background-color: greenyellow;
}

div.dataTables_filter {
    text-align: left !important;
}

div.dataTables_filter label {
    width: 100%;
}

div.dataTables_filter label input {
    width: 80% !important;
}

div.dataTables_length {
    text-align: right !important;
}
