﻿/* 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. */


nav.navbar .dropdown-menu {
    background-color: #000 !important;
    border-color: #000 !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

nav.navbar .dropdown-item {
    color: white !important;
}

nav.navbar .dropdown-item:hover, nav.navbar .dropdown-item:focus {
    color: black !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: white;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: grey;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    padding-left: 10px;
    padding-bottom: 10px;
}

/* Provide sufficient contrast against white background */
a {
    color: #007bff;
}

.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;
}

.nav-link, .nav-item {
    color: white;
}

    .nav-link:hover {
        color: lightgray !important;
    }

.btn-link {
    color: #007bff;
}

    .btn-link:hover {
        color: #007bff !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 {
    background-color: white;
    position: absolute;
    bottom: 0;
    border-top: thin solid;
    width: 100%;
    white-space: nowrap;
    line-height: 40px; /* Vertically center the text there */
    font-size: 12px;
}

nav {
    background-color: #000;
}

a {
    /*color: #305474;*/
    color: #007bff;
}

    a:hover {
        color: #007bff;
    }


h1 {
    color: grey;
    font-size: 24px;
    border-bottom: thin solid;
    border-color: grey;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

h4 {
    color: grey;
    border-bottom: thin solid;
    border-color: grey;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

h4.modal-title {
    color: grey;
    border:none !important;
    border-color: grey;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2.staff-details-h2 {
    color: grey;
    font-size: 20px;
}

.mytableStyles {
}

    .mytableStyles th {
        border-top: none !important;
        color: gray;
    }

    .mytableStyles td svg /*FontAwsome Icon*/ {
        color: gray !important;
    }

.validation-summary-errors {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .validation-summary-errors ul {
        list-style-type: none;
        margin-bottom: 0px;
        padding-left: 0px;
    }

.nav-tabs {
    border-color: gray;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: lightgray;
        border-bottom-color: gray;
    }

    .nav-tabs .nav-link.active {
        border-color: gray;
        border-bottom-color: white;
    }

    .nav-tabs > .nav-item > .active {
        font-weight: bold;
        color: #696969 !important;
    }
    .nav-tabs > .nav-item:hover > .active {
        font-weight: bold;
        color: dimgray !important;
    }

    .nav-tabs > .nav-item > .nav-link {
        font-size: 18px;
        color: dimgray;
    }

    .nav-tabs > .nav-item:hover {
        font-size: 18px;
        color: #696969 !important;
    }

.modal-title {
    color: gray;
}

/*******************************************************
    Tablesorter Styles
********************************************************/
th.tablesorter-headerUnSorted:not(.sorter-false) div:after {
    content: " \f0dc";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 15px;
    padding-left: 10px;
}

th.tablesorter-headerAsc div:after {
    content: "  \f0de";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 16px;
    padding-left: 10px;
}

th.tablesorter-headerDesc div:after {
    content: " \f0dd";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 16px;
    padding-left: 10px;
}

/*******************************************************************/

/*************************************************************
    Sortable lists
**************************************************************/
ul.sortable {
    list-style: none;
    border: 1px solid #dee2e6;
    padding: 0;
    border-radius: 3px;
}

    ul.sortable li {
        border-bottom: 1px solid #dee2e6;
        padding: .5rem;
    }

        ul.sortable li:after {
            content: "\f7a4";
            font-family: "Font Awesome\ 5 Free";
            float: left;
            margin-right: 15px;
            color: gray;
            font-weight: 900;
            font-size: 16px;
        }

        ul.sortable li:last-child {
            border-bottom: none;
        }

        ul.sortable li.ui-sortable-handle {
            cursor: grab;
        }

        ul.sortable li.ui-sortable-helper {
            cursor: grabbing;
            border-bottom: none !important;
        }

            ul.sortable li.ui-sortable-helper:after {
                content: "" !important;
            }

        ul.sortable li.ui-sortable-placeholder + li {
            border-top: 1px solid #dee2e6;
        }
/************************************************************/


.tableStyle td, .tableStyle th {
    padding-bottom: 2px;
    padding-top: 2px;
}

.tableStyle .table-active td {
    background-color: #f5f5f5 !important;
}


@media screen and (min-width: 992px) {
    .modal-xl {
        max-width: 90%;
        width: 90%; /* New width for large modal */
    }
}


.dropdown.bootstrap-select.form-control {
    border: 1px solid;
    border-color: #ced4da !important;
}



.mail-description-box {
    width: 5vw;
    vertical-align: central;
    background-color: #f3f2f2;
    border: thin solid #808080;
    border-radius: 5px;
}

.mail-subject-box {
    width: 5vw;
    vertical-align: central;
}
/************************************************************/
/* Login Form */
/************************************************************/
#cover-caption {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top:5vh;
}

/* Gray box */
#account:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(131,131,131,0.4);
    z-index: -1;
    border-radius: 10px;
}

/************************************************************/
/* END Login Form END*/
/************************************************************/

.selectedTag {
    background-color: lightgray;
    margin-right: 10px;
    margin-top: 10px;
    padding: 2px 10px 2px 10px;
    border-radius: 25px;
}

    .selectedTag i {
        cursor: pointer;
    }

.rowColor > td:not(:first-child),
div.rowColor {
    background-color: antiquewhite;
}

.protocolTextColorGray {
    background-color: #dadada !important;
}

.dragged-element{
    z-index: 9999 !important;
}