/* _content/Windy/Views/Home/Index.cshtml.rz.scp.css */

table > tbody > tr > td[b-7m3v3warjz] {
    vertical-align: middle;
    padding: 4px 8px;
}

.card-body[b-7m3v3warjz] {
    padding: 4px !important;
    overflow-y: scroll !important;
    max-height: 160px !important;
}
/* _content/Windy/Views/Projects/Details.cshtml.rz.scp.css */
.StaffDetail[b-vy96p4rgv6] {
    border: 1px solid #dee2e6;
    border-radius: .375rem;
    width: max-content;
    height: max-content;
    position: absolute;
    display: none;
    right: 60px;
    background-color: #fcfcfc;
    padding: 10px;
    z-index: 9;
    color: black;
    text-align: left;
    font-weight: 600;
    text-align: left;
    top: 43px;
}
/*table, tr td {
    border: 1px solid red
}*/

tbody[b-vy96p4rgv6] {
    display: block;
    height: 114.2px;
    overflow: auto;
}

    thead[b-vy96p4rgv6], tbody tr[b-vy96p4rgv6] {
        display: table;
        width: 100%;
        table-layout: fixed; /* even columns width , fix width of table too*/
    }

thead[b-vy96p4rgv6] {
    width: calc( 100% - 1em ) /* scrollbar is average 1em/16px width, remove it from thead width */
}

.bi-copy[b-vy96p4rgv6] {
    color: blue;
}
.bi-copy:active[b-vy96p4rgv6] {
    color: dodgerblue;
    font-size:12px;
}

.dtd[b-vy96p4rgv6] {
    width: 11%;
    font-weight: 600;
}

@media (max-width: 481px) {
    .dtd[b-vy96p4rgv6] {
        width: 17%;
    }
}
/* _content/Windy/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.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[b-x26aehoqaj] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-x26aehoqaj] {
  color: #000000;
}

.btn-primary[b-x26aehoqaj] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-x26aehoqaj], .nav-pills .show > .nav-link[b-x26aehoqaj] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-x26aehoqaj] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-x26aehoqaj] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-x26aehoqaj] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-x26aehoqaj] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-x26aehoqaj] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.nav-item[b-x26aehoqaj] {
    border: 1px solid #ffffff;
    border-radius: 0.375rem;
}

/*    .nav-item:hover {
        border: 1px solid #cccccc;
        background-color: #f7f7f7;
    }*/

.nav-link[b-x26aehoqaj] {
    color: black;
    border: 1px solid #ffffff;
    border-radius: .375rem;
}

    .nav-link:hover[b-x26aehoqaj], .nav-link:focus[b-x26aehoqaj] {
        color: #000;
        background-color: #e8e8e8;
        border-radius: 0.375rem;
        border: 1px solid #c9c9c9;
    }

.navbar-color[b-x26aehoqaj] {
    background-color: #ededed;
    border-bottom: 1px solid #d7d7d7;
}

.navbar-nav .nav-link.active[b-x26aehoqaj], .navbar-nav .nav-link.show[b-x26aehoqaj] {
    color: #000;
    border: 1px solid #c9c9c9;
    background-color: #e8e8e8;
    border-radius: 0.375rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu[b-x26aehoqaj] {
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    /*background-color: #ededed;*/
}

.dropdown-menu[b-x26aehoqaj] {
    background-color: #ffffff;
    width: max-content;
}

    .dropdown-menu li[b-x26aehoqaj] {
        border: 1px solid #ffffff;
        border-radius: 0.375rem;
        margin: 0 4px;
    }

        .dropdown-menu li:hover[b-x26aehoqaj] {
            position: relative;
            border: 1px solid #c9c9c9;
            border-radius: 0.375rem;
        }

.dropdown-item[b-x26aehoqaj] {
}

    .dropdown-item:hover[b-x26aehoqaj], .dropdown-item:focus[b-x26aehoqaj] {
        color: var(--bs-dropdown-link-hover-color);
        background-color: #e8e8e8;
        border-radius: .375rem;
    }

.dropdown-option[b-x26aehoqaj] {
    /*border: 1px solid #f7f7f7;*/
    margin: 0;
    border-radius: 0.375rem;
}

    .dropdown-option:hover[b-x26aehoqaj] {
        /*border: 1px solid #cccccc;*/
        margin: 0;
        border-radius: 0.375rem;
        background-color: #e8e8e8;
    }

.dropend .dropdown-toggle[b-x26aehoqaj]::after {
    vertical-align: 0;
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000 !important;
    margin-top: 5px;
    margin-right: 0px;
}
/* _content/Windy/Views/TimeSheets/Create.cshtml.rz.scp.css */
.previous-btn[b-y7kc14nkgu] {
    border: 1px solid #dee2e6;
    border-right: 0;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

    .previous-btn:hover[b-y7kc14nkgu] {
        cursor: pointer;
        background: #f4f4f4;
    }

.next-btn[b-y7kc14nkgu] {
    border: 1px solid #dee2e6;
    border-left: 0;
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

    .next-btn:hover[b-y7kc14nkgu] {
        cursor: pointer;
        background: #f4f4f4;
    }
/* _content/Windy/Views/TimeSheets/Index.cshtml.rz.scp.css */


th[b-ho88bmd4tv] {
    padding: 4px;
}

td[b-ho88bmd4tv] {
    padding: 4px;
}

.card-header[b-ho88bmd4tv] {
    padding: 8px;
}

.previous-btn[b-ho88bmd4tv] {
    border: 1px solid #dee2e6;
    border-right: 0;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

    .previous-btn:hover[b-ho88bmd4tv] {
        background-color: #e9ecef;
        cursor: pointer;
    }

.next-btn[b-ho88bmd4tv] {
    border: 1px solid #dee2e6;
    border-left: 0;
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}
    .next-btn:hover[b-ho88bmd4tv] {
        background-color: #e9ecef;
        cursor: pointer;
    }
