html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

.form-group-inline {
    display: flex;
    align-items: center;
}

body {
    margin-bottom: 60px;
}

.mainContent{
    margin-top:-10px;
}
@media (min-width: 768px) {
    html {
    font-size: 14px;
  }
}

.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;
}

.welcome-img-fill {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 0px !important;
    margin-right: 0px !important;
    position: relative;
}

.welcome-img-fill img {
    width: 100%; /* or any custom size */
    height: 100%;
    object-fit: contain;
    filter: brightness(120%);
}

.welcome-overlay {
    text-align: left;
    width: 90%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
}

.btn-crud{
    width:10rem;
    margin-right:.5rem;
    border-radius:10px;
}

.btn-group {
    height: 35px;
    padding-right: 5px;
    padding-left: 5px;
}



.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 0 !important;
}

/*.page-item.active .page-link {
    color: #fff !important;
    background: green;
    background-color: #000 !important;
}

.page-link {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
}

.page-link:hover {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}*/

/*table.dataTable {
border-collapse:collapse !important;
}
*/
#myGrid {
    padding: 10px;
}

#myGrid a {
    text-decoration-line:none;
}

input[readonly] {
    background-color: #e9ecef;
}

#divLoading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
}

.loadinggif {
    background: url('../images/loadingSmall.gif') no-repeat right center
}