﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 100px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 30px 0;
}

div.dataTables_filter input {
    display: flo
}

a.navbar-brand {
    /*white-space: normal;*/
    white-space: nowrap;
    /*text-align: center;*/
    /*word-break: break-all;*/
}

.dataTables_processing {
    z-index: 1000;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

strong {
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.badge-secondary {
    color: #fff;
    background-color: #545b62 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.common-fieldset {
    border: 1px solid grey;
    border-radius: 8px;
    padding: 8px;
}

.common-legend {
    width: auto;
    padding: 8px;
}

fieldset {
    border: 1px solid grey;
    border-radius: 8px;
    padding: 8px;
}

legend {
    width: auto;
    padding: 8px;
}

.field-label {
    font-weight: 800;
    font-size: smaller;
    margin-bottom: 0;
    color: black !important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


.single-special {
    border: 1px solid #eff2f6;
    padding: 40px;
    border-radius: 40px 40px 40px 0;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    margin-bottom: 30px;
}

.dataTables_filter {
    float: right;
}



.btn-secondary.dropdown-toggle {
    background-color: #6c757d !important;
}

.btn-secondary {
    background-color: #6c757d !important;
}

    .btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        background-color: #6c757d !important;
    }

    .btn-secondary.dropdown-toggle:hover, .btn-secondary.dropdown-toggle:focus {
        background-color: #545b62 !important;
    }

    .btn-secondary:hover {
        background-color: #5a6268;
        border-color: #545b62;
    }

.navbar-brand {
    width: 80%;
    text-align: left;
}

.homepagetitle {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

    .homepagetitle > h1 {
        text-shadow: 2px 2px #fff;
    }

    .homepagetitle > h4 {
        text-shadow: 2px 2px #fff;
    }

.margin-top-10 {
    margin-top: 10px !important;
}

div.ui-datepicker {
    font-size: 15px !important;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.file-upload-wrapper {
    position: relative;
    width: 80%;
    height: 40px;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
}

    .file-upload-wrapper:after {
        content: attr(data-text);
        font-size: 18px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        display: block;
        width: calc(100% - 40px);
        pointer-events: none;
        z-index: 20;
        height: 38px;
        line-height: 38px;
        color: #2f5e8c;
        border-radius: 5px 10px 10px 5px;
        font-weight: 300;
        padding-left: 20px !important;
    }

    .file-upload-wrapper:before {
        content: 'Upload';
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        height: 38px;
        background: #4285f4;
        color: #fff;
        font-weight: 700;
        z-index: 25;
        font-size: 16px;
        line-height: 38px;
        padding: 0 15px;
        text-transform: uppercase;
        pointer-events: none;
        border-radius: 0 5px 5px 0;
    }

    .file-upload-wrapper:hover:before {
        background: #dc3545;
    }

    .file-upload-wrapper input {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        height: 38px;
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

.swal2-popup {
    width: 30em !important;
    padding: 1.25em !important;
    height: 21em !important;
}


.swal2-title {
    font-size: 1.2em !important;
}

.swal2-styled {
    margin: .500em !important;
    padding: .525em 1.5em !important;
    font-weight: 700 !important;
}

    .swal2-styled.swal2-confirm {
        font-size: .85em !important;
    }

    .swal2-styled.swal2-cancel {
        font-size: .85em !important;
    }

.swal2-tall {
    height: 350px !important;
}

.validation-summary-errors {
    background-color: #ff3547 !important;
    color: #fff !important;
    font-weight: bold;
}

.banner {
    background-color: #c1c1c1 !important;
}

.fileTbl .thead-light th {
    color: #495057 !important;
    background-color: #e9ecef !important;
    border-color: #dee2e6 !important;
}

/**Table Start**/
.table > thead > tr > th {
    font-size: 16px !important;
    font-weight: 700 !important;
    border: 0 !important;
}

.table th, .table td {
    padding: 0.75rem !important;
    vertical-align: top !important;
    border-top: 1px solid #dee2e6 !important;
    font-size: 16px !important;
}

table.table th, table.table td {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    /*padding-top: 1.1rem !important;
    padding-bottom: 1rem !important;*/
}
/**Table End**/
/**semi-compact-table Start**/
.semi-compact-table > thead > tr > th {
    font-size: 16px !important;
    font-weight: 700 !important;
    border: 0 !important;
}

.semi-compact-table th, .table td {
    padding: 0.75rem !important;
    vertical-align: top !important;
    border-top: 1px solid #dee2e6 !important;
    font-size: 16px !important;
}

table.semi-compact-table td {
    padding-top: .1rem !important;
    padding-right: 1rem !important;
    padding-left: .5rem !important;
    padding-bottom: .1rem !important;
    border-top: 1px solid !important;
}
/**semi-compact-table End**/

/**Compact-Table Start*/
.compact-table > thead > tr > th {
    font-size: 16px !important;
    font-weight: 700 !important;
    border: 0 !important;
}

.compact-table .table tr td {
    min-width: 10px;
    padding: 5px;
    vertical-align: middle;
}


/** DATATABLES - START **/

table.dataTable thead tr {
    background-color: #5A6F8F !important;
    color: white !important;
}

    table.dataTable thead tr th {
        color: white !important;
    }

/*div.dataTables_wrapper div.dataTables_filter input {
    width: 50% !important;
}*/
/** DATATABLES - END **/
.search-header {
    font-weight: bold;
}

.numberInput input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
