﻿/* 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. */

a.navbar-brand {
    text-align: center;
    white-space: normal;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */

a {
    color: #0366d6;
}

.btn-primary {
    background-color: #1b6ec2;
    border-color: #1861ac;
    color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #1b6ec2;
    border-color: #1861ac;
    color: #fff;
}

/* 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 {
    min-height: 100%;
    position: relative;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    bottom: 0;
    line-height: 60px; /* Vertically center the text there */
    position: absolute;
    white-space: nowrap;
    width: 100%;
}


/* Custom styles
-------------------------------------------------- */

.form-group {
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}


.btn-info:hover {
    color: #fff;
    background-color: #0b6675;
    border-color: #117a8b;
}

/*.nav-item > a:hover {
    text-decoration: none;
}
*/

li.nav-item {
    list-style-type: none;
}

.navbar-nav > li > .dropdown-menu {
    -webkit-background-clip: border-box;
    background-clip: border-box;
    background-color: #3c4350;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    color: #ffffff;
    left: unset;
    margin-left: -110px;
    padding: 0px;
    top: 100%;
}

    .navbar-nav > li > .dropdown-menu span {
        display: block;
        font-weight: bold;
        margin-left: 10px;
        padding: .35rem 0rem;
    }


.navbar-nav > .navuserdropdown > .dropdown-menu {
    left: -35%;
    margin-left: unset;
}


.navbar-nav > li > .dropdown-menu .dropdown-item {
    color: #ffffff;
}

    .navbar-nav > li > .dropdown-menu .dropdown-item:hover {
        background-color: rgba(40, 45, 55, 0.55);
    }


.navbar-nav > li > .dropdown-menu li {
    height: 35px;
}

    .navbar-nav > li > .dropdown-menu li > a {
        color: #ffffff;
        padding-top: 7px;
    }

        .navbar-nav > li > .dropdown-menu li > a:hover {
            background-color: rgba(40, 45, 55, 0.55);
        }

    .navbar-nav > li > .dropdown-menu li > span {
        color: #ffffff;
        line-height: 35px;
        margin-left: 5px;
    }

.navbar-nav > li > .dropdown-menu:after {
    border-bottom: solid 8px #3c4350;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    content: '';
    height: 0;
    left: 30%;
    margin-left: 80px;
    position: absolute;
    top: -8px;
    width: 0;
}

.navbar-nav > li > .dropdown-menu:before {
    border-bottom: solid 9px #3c4350;
    border-left: solid 9px transparent;
    border-right: solid 9px transparent;
    content: '';
    height: 0;
    left: 30%;
    margin-left: 79px;
    position: absolute;
    top: -9px;
    width: 0;
}

a.nav-link.disabled {
    background-color: lightgrey;
    cursor: default;
}

#NavbarUser .userRole {
    display: block;
    font-weight: bold;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58,176,195,.5);
}

.btn-info {
    background-color: #138496;
    color: #fff;
}

    .btn-info.focus, .btn-info:focus {
        box-shadow: 0 0 0 0.2rem rgba(58,176,195,.5);
    }






.dataTables_filter > [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

.dataTables_filter > button, .dataTables_filter > input {
    overflow: visible;
}

.dataTables_filter > button, .dataTables_filter > input, .dataTables_filter > optgroup, .dataTables_filter > select, .dataTables_filter > textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.list-unstyled > a {
    text-decoration: none;
}

.select2-container--default .select2-selection--single {
    font-size: 14px;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    height: 35px;
    padding-top: 3px;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}


.form-group.required .control-label:after, .form-label-required:after {
    color: red;
    content: " *";
    font-weight: 400;
}

div.input-identifier {
    color: red;
    font-size: 10px;
    text-align: center;
}

#applicantSideNav a.required.required-completed:before {
    content: url("../images/tick.svg");
    margin-left: 0px;
    margin-right: 5px;
    vertical-align: text-top;
}

#applicantSideNav a.required:before {
    content: url("../images/bang.svg");
    margin-left: 0px;
    margin-right: 5px;
    vertical-align: text-top;
}

#applicantSideNav a:before {
    content: "";
    margin-left: 25px;
}

.btn-icon {
    cursor: pointer;
    width: 36px;
    height: 36px;
    background-color: transparent !important;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
}

    .btn-icon:hover {
        -ms-opacity: .5;
        opacity: .5;
    }

.w50 {
    width: 50px;
}

.w100 {
    width: 100px;
}

.mw250 {
    max-width: 250px;
}

.h25 {
    height: 25px;
}

.pointer {
    cursor: pointer;
}

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fas {
    vertical-align: middle;
    font-size: 35px;
}

.btn-delete {
    background-image: url("../images/trash.svg");
}

.btn-edit {
    background-image: url("../images/edit.svg");
}


#AddEditModal label {
    display: block;
}

input.input-required,
select.input-required,
textarea.input-required {
    background-color: #ffaeae;
}

    input.input-required.valid,
    select.input-required.valid,
    textarea.input-required.valid {
        background-color: #FFF;
    }

.navi a {
    text-decoration: none;
    text-transform: uppercase;
    color: grey;
    padding: 10px;
}

    .navi a:hover {
        background-color: #1761ba;
        color: #ffffff;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

.active-link a {
    background-color: #cc0000;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #ffffff;
}

.highlight:hover {
    background-color: lightgray;
}

.highlight a:hover {
    text-decoration: none;
}

.highlight.inactive-row {
    background-color: lightgray;
}

.round-c {
    border-radius: 10px;
}

.border-snav {
    border: 2px solid black;
    border-radius: 10px;
}

.border-tab {
    border: 1px solid black;
}

.active-tab {
    background-color: grey !important;
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    border: none;
    /* border-top-left-radius: var(--bs-nav-tabs-border-radius); */
    /* border-top-right-radius: var(--bs-nav-tabs-border-radius); */
}

.pointer, .pointer label {
    cursor: pointer;
}

h4 {
    background-color: Highlight;
    color: white;
    border-radius: 5px;
    padding: 5px;
}

body {
    background-image: url('../images/VME_BG.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    background-color: #ffffff;
}

.btn {
    cursor: pointer;
}
/*
.row {
    background-color: #ffffff;
    border-radius: 10px;
}*/

.active-profile {
    font-weight: bold;
}

.dbox {
    min-height: 195px;
    position: relative;
    background: rgb(255, 86, 65);
    background: -moz-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 4px;
    text-align: center;
    margin: 60px 0 50px;
}

.dbox__icon {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}

    .dbox__icon:before {
        width: 75px;
        height: 75px;
        position: absolute;
        background: #fda299;
        background: rgba(253, 162, 153, 0.34);
        content: '';
        border-radius: 50%;
        left: -17px;
        top: -17px;
        z-index: -2;
    }

    .dbox__icon:after {
        width: 60px;
        height: 60px;
        position: absolute;
        background: #f79489;
        background: rgba(247, 148, 137, 0.91);
        content: '';
        border-radius: 50%;
        left: -10px;
        top: -10px;
        z-index: -1;
    }

    .dbox__icon > i {
        background: #ff5444;
        border-radius: 50%;
        line-height: 40px;
        color: #FFF;
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

.dbox__body {
    padding: 22px 7px 50px 7px;
}

.dbox__count {
    display: block;
    font-size: 30px;
    color: #FFF;
    font-weight: 300;
    margin-bottom: 25px;
}

.dbox__title {
    font-size: 13px;
    color: #FFF;
    color: rgba(255, 255, 255, 0.81);
}

.dbox__action {
    top: 100%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
}

.dbox__action__btn {
    border: none;
    background: #FFF;
    border-radius: 19px;
    padding: 7px 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .5px;
    color: #003e85;
    box-shadow: 0 3px 5px #d4d4d4;
}

.dbox--color-green {
    background: rgb(102, 255, 51);
    background: -moz-linear-gradient(top, rgba(102, 255, 51, 1) 1%, rgba(0, 153, 51, 1) 99%);
    background: -webkit-linear-gradient(top, rgba(102, 255, 51, 1) 1%, rgba(0, 153, 51, 1) 99%);
    background: linear-gradient(to bottom, rgba(102, 255, 51, 1) 1%, rgba(0, 153, 51, 1) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#66ff33', endColorstr='#009900', GradientType=0);
}

.dbox--color-orange {
    background: rgb(252, 150, 50);
    background: -moz-linear-gradient(top, rgba(252, 150, 50, 1) 1%, rgba(248, 100, 50, 1) 99%);
    background: -webkit-linear-gradient(top, rgba(252, 150, 50, 1) 1%, rgba(248, 100, 50, 1) 99%);
    background: linear-gradient(to bottom, rgba(252, 150, 50, 1) 1%, rgba(248, 100, 50, 1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9632', endColorstr='#fc6432', GradientType=0);
}

.dbox--color-purple {
    background: rgb(183,71,247);
    background: -moz-linear-gradient(top, rgba(183,71,247,1) 0%, rgba(108,83,220,1) 100%);
    background: -webkit-linear-gradient(top, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
    background: linear-gradient(to bottom, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b747f7', endColorstr='#6c53dc',GradientType=0 );
}

.dbox--color-blue {
    background: rgb(0,255,255);
    background: -moz-linear-gradient(top, rgba(0,255,255,1) 0%, rgba(51,153,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,255,255,1) 0%,rgba(51,153,255,1) 100%);
    background: linear-gradient(to bottom, rgba(0,255,255,1) 0%,rgba(51,153,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffff', endColorstr='#3399ff',GradientType=0 );
}

.dbox--color-darkblue {
    background: rgb(51,153,255);
    background: -moz-linear-gradient(top, rgba(51,153,255,1) 0%, rgba(25,100,150,1) 100%);
    background: -webkit-linear-gradient(top, rgba(51,153,255,1) 0%,rgba(25,100,150,1) 100%);
    background: linear-gradient(to bottom, rgba(51,153,255,1) 0%,rgba(25,100,150,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399ff', endColorstr='#196496',GradientType=0 );
}

.dbox--color-red {
    background: rgb(200,50,50);
    background: -moz-linear-gradient(top, rgba(200,50,50,1) 0%, rgba(150,5,5,1) 100%);
    background: -webkit-linear-gradient(top, rgba(200,50,50,1) 0%,rgba(150,5,5,1) 100%);
    background: linear-gradient(to bottom, rgba(200,50,50,1) 0%,rgba(150,5,5,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c86464', endColorstr='#960505',GradientType=0 );
}

.dbox--color-pink {
    background: rgb(255,102,204);
    background: -moz-linear-gradient(top, rgba(255,102,204,1) 0%, rgba(204,0,153,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,102,204,1) 0%,rgba(204,0,153,1) 100%);
    background: linear-gradient(to bottom, rgba(255,102,204,1) 0%,rgba(204,0,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff66cc', endColorstr='#cc0099',GradientType=0 );
}

.dbox--color-yellow {
    background: rgb(255,200,0);
    background: -moz-linear-gradient(top, rgba(255,200,0,1) 0%, rgba(255,150,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,200,0,1) 0%,rgba(255,150,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,200,0,1) 0%,rgba(255,150,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffC800', endColorstr='#ff9600',GradientType=0 );
}

.dbox--color-darkgreen {
    background: rgb(153,204,0);
    background: -moz-linear-gradient(top, rgba(153,204,0,1) 0%, rgba(100,125,75,1) 100%);
    background: -webkit-linear-gradient(top, rgba(153,204,0,1) 0%,rgba(100,125,75,1) 100%);
    background: linear-gradient(to bottom, rgba(153,204,0,1) 0%,rgba(100,125,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc00', endColorstr='#647D4B',GradientType=0 );
}

.dbox-title-secondary {
    border: none;
    background: #FFF;
    border-radius: 9px;
    padding: 5px 10px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    color: #003e85;
    box-shadow: 0 2px 2px #d4d4d4;
    width: 100%;
}

.dbox__count-secondary {
    font-size: 38px;
    display: block;
    color: #fff;
    font-weight: 400;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 8px;
}

.btn.btn-export-excel {
    padding-left: 35px;
    border: 1px solid #4c4c4c;
    background-image: url(/images/excel.svg);
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: white;
    background-position-y: center;
}

.btn.btn-export-excel:hover {
    background-color: #eeeeee;
}


#NavUserList {
    display: block;
}

#NavUserList .nav-item {
    display: inline-block;
}

#NavUserList .navcogitem {
    position: relative;
    top: -0.35rem;
}

#navUserList > li {
    height: 15px;
    left: -45px;
}

#NavUserList {
    display: block;
}

#NavUserList .nav-item {
    display: inline-block;
}

#NavUserList .navcogitem {
    position: relative;
    top: -0.35rem;
}

.ui-autocomplete {
    z-index:99999999;
}