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%;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    margin-bottom: 60px;
}

.float-right {
    float: right;
}

.btn-default {
    background: #ede9e8;
}

h2 small {
    font-size: 18px;
}

.card-body {
    padding: 10px;
}

.card-body input {
    padding: 10px;
}

.card-body .form-group {
    margin-bottom: 20px;
}

.btn-danger .delete-button {
    color: white;
}

.send-email {
    margin-top: 20px;
}

.sendemail-btn{
    margin-left : 20px;
}
.dataTables_filter input {
    margin-left: 10px;
}
.dataTables_filter {
    text-align: center;
    padding :10px;
}

.paging_simple_numbers {
    display:none;
}

/*.dataTables_length {
    margin-top: 20px;
    position: fixed;
    bottom: 60%;
    margin-left:500px;
}*/
.container {
    /*margin-top:50px;*/
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}
.container-fluid {
    /*border: 1px solid;*/ 
    margin-top: 50px;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

