﻿/* 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. */

/*LANDING PAGE=================================================================================================================*/
.landing {
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.827),rgba(0, 0, 0, 0.8)), url('../images/shutterstock_323425841.jpg');
    background-repeat: no-repeat;
    margin: 0;
    background-position:center center;
    background-size: cover;
    padding-top: 3rem;
}

.full-screen {
    height: 77vh;
    max-width: 100%;
}

.landing .landing-subheading {
    font-size: 2.25rem;
    font-style: italic;
    letter-spacing: .15em;
}

.landing .landing-heading {
    font-size: 4.5rem;
    margin-bottom: 1rem;
    letter-spacing: .25em;
}

.landing-button {
    background-image: linear-gradient(to right, #105875, #4481eb, #0279a1, #184f6b);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
}

.landing-button:hover {
    background-position: 100% 0;
    transition: all .4s ease-in-out;
}

/*CARD MODIFICATIONS=================================================================================================================*/

.card-icon {
    text-align: center;
    font-size: 7em;
}

.card-deck {
    margin-top: 8em;
}

.card-effect {
    /*transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);*/
}

    .card-effect:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    }


.carousel-item {
    height: 400px;
    background-size: cover;
    background-position: center center;
}

    .carousel-item h1 {
        margin: 0;
        color: white;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}



/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.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;
}

/*--- Body and Layout styles ---*/
body {
      margin: 0;
      background-color: #dae9ff;
      overflow-x:clip;
   /* background-color: #272b30;*/
}

/*h1, h2, h3, h4, h5 {
    color: #bb0033;
}*/

.input-validation-error {
    background-color: #ffda75 !important;
    /*#ffb275*/
}

.validation-message {
    color: #adadad !important;
    font-size: 0.8em;
}

/* 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 */
    background-color: #fff;
}

/*--- EM Styles ---*/

.bg-edmsblue {
    background-color: #184f6b;
}

.bg-edmsgray {
    background-color: #adadad;
}

.text-edmsblue {
    color: #184f6b;
}

.navbar .nav-item > a {
    color: #fff !important;
}

/*--- EM header ---*/
div#divLogoHead {
    border-bottom: 1px solid #333;
}

    div#divLogoHead div {
        height: 100px;
        background-color: #fff;
    }

.test-banner {
    font-weight: bold;
    font-size: 1.1em;
    color: #bb0033;
    padding: 3px 10px;
    /*border-width: 2px;
    border-style: solid;
    border-color: #bb0033;*/
    text-align: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
}

#divMain {
    margin-top: 160px;
}

#divNavAlert > div {
    height: 30px;
    display: flex;
    border-radius: .25rem;
    line-height: 20px;
    padding: 5px 10px;
    overflow: hidden;
}

/*--- Smart Navigation ---*/

div.smart-nav {
    margin: 0 0 5px 0;
    padding: 3px 6px;
    /*background-color: #a7b5bb;*/
    /*border: 1px solid #000;*/
    border-radius: 3px;
}

    div.smart-nav > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        div.smart-nav > ul > li {
            display: inline-block;
            /*font-weight: bold;*/
        }

            div.smart-nav > ul > li > a {
                display: inline-block;
                text-decoration: none;
                color: #184f6b;
                padding: 3px;
            }

                div.smart-nav > ul > li > a:hover {
                    color: #bb0033;
                }

            div.smart-nav > ul > li.smart-nav-active {
                color: #bb0033;
                padding: 3px;
            }

/*--- SearchUser VC ---*/
div .vcsu-search-user {
    position: absolute;
    right: 13px;
    top: 13px;
    z-index: 999;
    font-size: 1rem;
}

    div.vcsu-search-user .vcsu-search-icon {
        /*color: #fff;*/
        height: 20px;
        width: 20px;
        /*border: 1px solid #646464;
        border-radius: 3px;*/
        padding: 2px;
        line-height: 16px;
        text-align: center;
        cursor: pointer;
    }

    div.vcsu-search-user .vcsu-top-bar {
        height: 20px;
        padding: 2px;
        background-color: #1861ac;
        /*border-top-right-radius: 4px;
        border-top-left-radius: 4px;*/
    }

        div.vcsu-search-user .vcsu-top-bar .vcsu-close-icon {
            cursor: pointer;
            display: inline-block;
            float: right;
        }

    div.vcsu-search-user .vcsu-search-form {
        border: 2px solid #1861ac; /*#1861ac*/
        box-shadow: 0 0 10px #1861ac; /*#e14f0e*/
        border-radius: 4px;
        background-color: #fff;
        width: 400px;
    }

        div .vcsu-search-user .vcsu-search-form .search-form-controls {
            color: #333;
            padding: 6px;
        }

/*--- Assign Task VC ---*/
.vcat-bar {
    margin-left: 10px;
}

/*--- Workspace Styles ---*/
.workspace {
    background-color: #a7b5bb;
    height: 100%;
}

div.action-block > a {
    color: #184f6b;
    display: block;
    height: 100%;
}

a.action-block-link:hover {
    text-decoration: none !important;
}

div.action-block:hover {
    color: #bb0033;
    box-shadow: 0 0 7px 5px #b0ec94;
}

.d-flex > div > .card {
    height: 100%;
}

.card-footer.sticky {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/*--- Misc other styles ---*/
.contact-card {
    border: 1px solid #000;
    border-radius: .25rem;
    margin: 0 0 4px 0;
    padding: 5px;
    cursor: pointer;
}

.glossary-term {
    padding: 2px;
    border-radius: .25rem;
    cursor: pointer;
}

    .glossary-term:hover, .contact-card:hover {
        background-color: #eaf3ff;
    }
