﻿/* 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 {
    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;
}

/* 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%;
}

/*Custom*/

.project-card .info-item span {
    display: inline-block;
    width: 70px;
}

.info-item {
    margin-bottom: 15px;
}

.project-card .info-item input {
    border-width: thin;
}

.project-card {
    min-width: 21rem;
    max-width: 21rem;
    margin-bottom: 2rem !important;
}

.info-label, dt {
    font-size: small;
    font-weight: 500;
}

.card-deck .card > form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
}

.multi-select option:checked {
    font-weight: 500;
}

/*********************HOT***********************/
.team-container .handsontable td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: black;
}

.team-container .handsontable .htCore tr:hover td {
    text-shadow: 1px 1px 1px #ccc;
    font-weight: 600;
    font-size: 15px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede));
    box-shadow: 0 2px 2px rgb(0 0 0 / 25%);
}

    .team-container .handsontable .htCore tr:hover td.bg-warning {
        background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ffc107));
    }

.accordion > .card:only-child {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.accordion.employee-info .card-header {
    cursor: pointer;
}

    .accordion.employee-info .card-header > h5:before {
        content: "–";
        font-weight: 900;
        font-size: 20px;
        display: inline-block;
        width: 20px;
    }

    .accordion.employee-info .card-header.collapsed > h5:before {
        content: "+";
    }

.drawer-menu {
    padding: 20px 0;
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100vh;
    transition: all .5s;
}

    .drawer-menu.closed {
        left: -300px;
        transition: all .5s;
    }

.drawer-toggle {
    position: absolute;
    left: 300px;
    font-size: 21px;
    padding-top: 9px;
    cursor: pointer;
    width: 30px;
    height: 50px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    top: 50%;
    margin-top: -30px;
}

.drawer-menu.closed .drawer-toggle .open-icon {
    display: none;
}

.drawer-menu:not([class*="closed"]) .drawer-toggle .closed-icon {
    display: none;
}

#grid-search {
    width: 200px;
    display: inline-block;
    float: right;
}

.status-bar {
    background-color: rgb(240, 240, 240);
    font-size: small;
    font-weight: 500;
    padding: 3px;
    text-align: right;
}

.sum-type {
    margin-left: 10px;
}

.selection-sum .badge {
    font-size: small;
}

#loading-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #99999933;
    z-index: 999;
}
