﻿.nav-tabs .nav-item {
    /*margin-bottom: -1px;*/
}

.flyout-right-wrap {
    z-index: 1001;
    width: 50%;
}

.flyout-right-wrap-props {
    z-index: 1002;
    width: 25%;
}

.nav-tabs {
    /*border-bottom: none !important;*/
}

.nav-link-dark:hover {
    background-color: #434242;
    text-decoration: none !important;
    color: #fff !important;
    border-color: #666 !important;
    border-bottom: 0px !important;
    margin-bottom: -1px !important;
}

.no-hover:hover {
    background-color: transparent !important;
    border: solid 1px transparent !important;
}

.no-hover:active {
    background-color: transparent !important;
    border: solid 1px transparent !important;
}

.no-hover:focus {
    background-color: transparent !important;
    border: solid 1px transparent !important;
}

.nav-link-dark {
    color: #ccc !important;
    text-decoration: none;
    border-bottom: 0px !important;
}

.nav-item-dark a.active {
    color: #333 !important;
    background-color: #999;
    border-bottom: 0px !important;
}

#Primary_Container.wait {
    cursor: wait;
}

    #Primary_Container.wait li a {
        display: none;
    }



.nav-link-light:hover {
    background-color: #f7f7f7;
    text-decoration: none !important;
    color: #333 !important;
    border-color: #dbdbdb !important;
    border-bottom: 1px !important;
    border-bottom-color: #ccc !important;
    margin-bottom: -1px !important;
}

.nav-link-light {
    color: #666 !important;
    text-decoration: none;
    border-bottom: 0px !important;
    border-color: #e7e7e7 !important;
}

.nav-item-light a.active {
    color: #333 !important;
    background-color: #fff;
    border-bottom: 0px !important;
    border-color: #ccc !important;
}

.datatables {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    min-height: 244px;
    height: 244px;
    z-index: 1000;
    width: 100%;
}

.bookmarklink i {
    color: #3163a1 !important;
}

.bookmarklink-selected i {
    color: #28a745 !important;
}

.lotnotificationlink i {
    color: #3163a1 !important;
}

.lotnotificationlink-selected i {
    color: #28a745 !important;
}








nav {
}

    nav ul {
        margin-top: 10px;
        width: 370px;
    }

.box-container {
    height: 100%;
    overflow-y: auto;
    background-color: #333;
    width: 370px;
    border-top: solid 1px #fff;
}

nav li {
    list-style: none;
    padding: 1px;
    color: #fff;
}

.box-out {
    z-index: 1004;
    background-color: transparent;
    /*border-right:solid 2px #333;*/
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 400px;
    position: fixed;
    top: 97px;
    left: 0px;
    margin: 0;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    -ms-transition: .5s ease-out;
    transition: .5s ease-out;
}

.box-in {
    margin: 0 0 0 -370px;
}

.menu-btn {
    position: absolute;
    top: 190px;
    left: 370px;
    width: 30px;
    height: 30px;
    background: url(/images/chevron-btn-left.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

    .menu-btn:hover {
        -moz-opacity: 0.8;
        opacity: 0.8;
    }

.menu-btn-left {
    background: url(/images/chevron-btn-right.png) no-repeat;
}

div.los-container {
    min-width: 100%;
    max-height: 100%;
    overflow: scroll;
    position: relative;
    border: solid 2px #333;
}

.los-container table {
    position: relative;
    border-collapse: collapse;
    border: none !important;
}

.los-container td,
.los-container th {
    padding: 0.25em;
    min-width: 150px;
}

    .los-container th.desc {
        background-color: inherit !important;
        padding: 0px !important;
        margin: 0px !important;
    }

        .los-container th.desc div {
            border-right: solid 4px #333 !important;
            min-height: 100%;
            padding: 0.25rem 1rem !important;
            margin: 0px !important;
        }


.los-container thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    background-color: #333;
    color: #fff;
}

    .los-container thead th:first-child {
        left: 0;
        z-index: 1;
        min-width: 300px;
        border-left: none;
    }

.los-container tbody th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
    border: solid 1px #cccccc !important;
    border-left: none;
    font-weight: normal;
}

.los-container .brdsep {
    border-top: solid 2px #333 !important;
}

.los-container .negative {
    color: red;
}

.table-striped-solid tbody tr:nth-of-type(odd) {
    background-color: #eaeaea !important;
}

.table-striped-solid tbody tr:nth-of-type(even) {
    background-color: #f7f7f7 !important;
}
