/* 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. */
#pageloader {
    background: rgba( 255, 255, 255, 0.8 );
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

    #pageloader img {
        left: 50%;
        margin-left: -32px;
        margin-top: -32px;
        position: absolute;
        top: 50%;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.selected {
    box-shadow: 0px 12px 22px 1px #333;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.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;*/
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Lato', sans-serif;*/
    font-size: 16px;
    /*font-family: 'Roboto Mono', monospace;*/
    background: #fafafa;
    height: 100%;
    min-height: 100vh;
}

.dtRow1 {
    /*font-size: large;*/
    font-weight: bold;
    background-color: #b6e5e6 !important;
}

.dtRow2 {
    /*font-size: large;*/
    /*font-weight: bold;*/
    background-color: #c9daed !important;
}

.dtRow3 {
    /*font-size: large;*/
    font-weight: bold;
    color: red !important;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

input[type=number] {
    text-align: right;
}

.tabs:not(:last-child) {
    margin-bottom: 0.5rem;
}

.tabs {
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}

    .tabs ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /*        border-bottom: 1px solid #dbdbdb;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: table;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0px !important;
        width: 100%;
        table-layout: fixed;
    }

    .tabs li {
        display: table-cell;
        padding: 0px 12px;
        border-right: 2px solid #1e2121cf;
        background-color: #1e2121cf;
        width: auto;
        text-align: center;
    }

        .tabs li.is-active {
            background-color: #d8cfcf;
        }

        .tabs li:not(.is-active) {
            border-bottom: 4px solid #1e2121cf;
        }

        .tabs li.is-active a {
            color: #666;
        }

        .tabs li:hover:not(.is-active) a {
            color: #FFF;
        }

        .tabs li:hover:not(.is-active) {
            background-color: #000000b8;
            border-bottom: 4px solid #000000b8;
        }


    .tabs a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /*        border-bottom: 1px solid #dbdbdb;*/
        color: #FFFFFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: -1px;
        padding: 5px 5px;
        vertical-align: top;
        font-size: 16px;
    }

    /*.tabs li:last-child {
        border-right: none;
    }*/

    .tabs li:first-child {
        border-left: 2px solid #dececf;
    }


.tabs-details {
    margin: -17px 0px;
}

    .tabs-details a:hover {
        color: #315F8E;
        text-decoration: underline;
    }

.custom-select:focus, .form-control-file:focus, .form-control:focus {
    border-color: #009688 !important;
    box-shadow: inset 0 -2px 0 -1px #009688 !important;
}

.navbar-nav .nav-link {
    font-size: 14px !important;
}

.flex-grow-1 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.selected {
    box-shadow: 0px 12px 22px 1px #333;
}


