﻿body {
    background-image: linear-gradient(135deg, #4ca1af 0%, #c4e0e5 100%);
    font-size: 12px !important;
    font-weight: 500 !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 5px;
    padding-top : 60px;
}


/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 95% !important;
}*/
/*
span#inputGroup-sizing-sm {
    font-variant-caps: petite-caps;
}*/

/*textarea {
    font-family: inherit;
    width: 100%;
    height: 20px;
}*/

.pagination {
    display: compact;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline-grid;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 0;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #eee;
            border: 1px solid #dddddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #000;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #eee;
        border-color: #dddddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 0;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 0;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.navbar {
    transition: all 0.4s;
}

    .navbar .nav-link {
        color: #fff;
    }

        .navbar .nav-link:hover,
        .navbar .nav-link:focus {
            color: #fff;
            text-decoration: none;
        }

    .navbar .navbar-brand {
        color: #fff;
    }


    /* Change navbar styling on scroll */
    .navbar.active {
        background: #fff;
        box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    }

        .navbar.active .nav-link {
            color: #879bc9;
        }

            .navbar.active .nav-link:hover,
            .navbar.active .nav-link:focus {
                color: #879bc9;
                text-decoration: none;
            }

        .navbar.active .navbar-brand {
            color: #879bc9;
        }


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #85c2ce;
    }

        .navbar .navbar-brand, .navbar .nav-link {
            color: #ffffff;
        }
}



/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/
/*.text-small {
    font-size: 1rem !important;
}
*/


.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color:lightblue;
}

.table .thead-dark th {
    background-color: #212529 !important;
    color: antiquewhite !important;
}

.table .thead-dark th a {
    background-color: #212529 !important;
    color: antiquewhite !important;
}

/*div.row {
    margin: 0 0 0 0 !important;
    padding: 5 0 0 0 !important;
    width: 100%;
}*/



.dropbtn {
    background-color: transparent;
    color: white;
    padding: 10px;
    font-size: 10px;
    border: none;
    font-size: 12px;
    font-weight: 500 !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    
}


.tabulator-row {
    font-size: 0.800rem !important;
    font-weight: 400;
}

.tabulator-headers {
    font-size: 0.875rem !important;
    font-weight: 500;   
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
    font-size: 0.875rem !important;
    font-weight: 400 !important;
}


.tabulator .tabulator-header .tabulator-col .tabulator-header-filter > input[type="search" i] {
    border-radius: 5px !important;
    border-width: thin;
}

