﻿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 {
    margin-bottom: 60px;
}

.btn {
    text-transform: none !important;
}

ul.validation-summary {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
}

/*
    Small alert box classes
*/

.alert-sm {
    padding: 10px !important;
    font-size: 12px;
}

    .alert-sm button {
        padding: 12px 15px !important;
        font-size: 12px;
    }

.modal-content {
    margin-top: 15%;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: none !important;
}

.form-check-input:focus {
    /*border-color: transparent;*/
    outline: 0;
    box-shadow: none !important;
}

.form-check-input {
    border: 2px solid #93b7db !important;
}


.table.dataTable thead th {
    background-color:#2196f3 !important;
    color: #ffffff !important;
}

/* --- Datatables Pagination Styles --- */
.dataTables_wrapper .dataTables_paginate {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 10px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* Highlight all dropdowns on focus */
.highlight-admin-dropdown {
    box-shadow: 0 0 0 .25rem #e51c2324 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover > a,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover > .page-link {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1976d2), color-stop(100%, #1976d2)) !important;
    color: white !important;
    border: none !important;
}
