﻿
/*
* This main css file contains the styles for the look and feel for the PSCD Demo Portal. The css rules below are decompiled css from scss partials and mixins. That is the reason for such long * class chains. CSS was delivered as decompiled css due to time constraints of project.
*/

/*--dark: #4B4C50;
--primary: #213559;
/*--primary-light: #4e6779;
--secondary: #ad4c00;
--secondary-light: #ffaa46;
--secondary-dark: #ad4c00;
--warning: #ECBC3C;
--green: #619B8A;
--green-light: #619b8a36;
--white-color: #F7F6FB;*/
/*===========================
		global styles
===========================*/

pre {
    white-space: pre-wrap !important;
}

td {
    word-break: break-all;
    max-width: 420px;
}
.nav-end {
    width: 355px;
    font-size: .9em;
}
.main-wrapper {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s;
    margin-left: 260px;
    position: relative;
}

    .main-wrapper.active {
        margin-left: 0px;
    }

        .main-wrapper.active .body-content {
            padding-left: 18px;
            padding-right: 18px;
        }

    .main-wrapper .body-content {
        padding-left: 15px;
        padding-right: 15px;
    }


div.fadeMe {
    opacity: 0.9;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    position: fixed;
}

#sidebar-wrapper {
    width: 260px;
    height: 100%;
    position: fixed;
    z-index: 4;
    box-shadow: 2px -2px 30px 3px rgb(78 81 84 / 25%);
    transition: all 0.3s;
    background-color: white;
    top: 0;
    display: inline-flex;
    left: 0;
}

    #sidebar-wrapper.active {
        margin-left: 0px;
    }

.sidebar-wrapper:not(.active) {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
}


#sidebar {
    height: 100%;
    z-index: 5;
    top: 0;
    width: inherit;
    left: 0;
    overflow: auto;
}

    #sidebar .sidebar-header {
        margin: 20px 30px 10px 10px;
    }

.toggle-bar {
    z-index: 6;
    position: fixed;
    width: 15px;
    left: 245px;
    background-color: #fff;
    cursor: pointer;
    border: solid 1px #d3d3d3;
    top: 35%;
    height: 30%;
    transition: all 0.3s
}

    .toggle-bar:not(.active) {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        box-shadow: -2px 2px 5px 0px rgb(52 52 52 / 33%);
    }

    .toggle-bar.active {
        left: 260px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 2px 2px 4px 1px rgb(52 52 52 / 33%);
        transition: all 0.3s
    }

.sidebar-toggler {
    position: absolute;
    -ms-transform: rotate(0deg);
    color: black !important;
    top: 46%;
    font-weight: bold;
}

.spinner-small .site-spinner-32 {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
}

.rotated {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    transition: all 0.3s
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px)  {

    .main-wrapper.active {
        margin-left: 0px;
    }


    .main-wrapper {
        padding-bottom: 10px;
        margin-left: 0px;
    }

        .main-wrapper .body-content {
            padding-left: 5px;
            padding-right: 5px;
        }

        .main-wrapper.active .body-content {
            padding-left: 5px;
            padding-right: 5px;
        }

    .toggle-bar {
        position: fixed;
        width: 40px;
        left: 245px;
        top: 45%;
        height: 25%;
    }

    .arrow-left-icon::before {
        font-size: 35px !important;
    }

    .sidebar-toggler {
        position: absolute;
        -ms-transform: rotate(0deg);
        color: black !important;
        top: 34%;
        font-weight: bold;
    }
}


@media only screen and (min-width: 320px) and (max-width: 667px) and (max-width: 736px)  {

    .main-wrapper {
        margin-left: 0px;
        width: 100%;
        padding-bottom: 10px
    }

        .main-wrapper.active {
            margin-left: 0px;
        }

        .main-wrapper .body-content {
            padding-left: 5px;
            padding-right: 5px;
        }

        .main-wrapper.active .body-content {
            padding-left: 5px;
            padding-right: 5px;
        }

    .toggle-bar {
        position: fixed;
        width: 31px;
        left: 245px;
        top: 45%;
        height: 12%;
    }

    .sidebar-toggler {
        position: absolute;
        -ms-transform: rotate(0deg);
        color: black !important;
        top: 34%;
        font-weight: bold;
    }

    .arrow-left-icon::before{
        font-size:25px !important
    }
}

html {
    scroll-behavior: smooth;
}

.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


.sidebar.list-group {
}

#sidebar .list-group .nav-item {
    position: relative;
    display: block;
    padding: 0.5rem 0.5rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    margin-bottom: 5px;
}

    #sidebar .list-group .nav-item:hover {
        color: #212529;
        text-decoration: none;
        background-color: #fff;
    }


    #sidebar .list-group .nav-item.nav-item-has-children ul {
        padding: 0px 0px;
    }

        #sidebar .list-group .nav-item.nav-item-has-children ul #tableMaintenance {
            padding: 0px 0px;
            overflow: auto;
            height: 300px !important;
            width: 200px; /* Added for Redmine #16335. */
        }
    /* Commented-out the following CSS rule because in Redmine #16335 PM said they need the vertical scrollbar to be visible.
            #sidebar .list-group .nav-item.nav-item-has-children ul #tableMaintenance::-webkit-scrollbar {
                background-color: transparent;
                width: 1px;
            }
    */
    #sidebar .list-group .nav-item.nav-item-has-children #tableMaintenance li {
        list-style: none;
        margin-bottom: 4px;
        /* overflow: hidden; Commented-out for Redmine #16335. */
        width: 220px;
        /* text-overflow: ellipsis; Commented-out for Redmine #16335. */
        white-space: nowrap;
        margin-left: 20px;
        font-size: smaller;
    }

        #sidebar .list-group .nav-item.nav-item-has-children #tableMaintenance li:hover {
            /* overflow: visible; Commented-out for Redmine #16335. */
            z-index: 5 !important;
        }
/* ========== header styles ========== */
            .header {
    margin: 0 0 20px 0;
}

    .header .header-right .dropdown-menu li {
        padding: 3px 0px;
        -webkit-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        border-bottom: 1px solid #efefef;
        position: relative;
        z-index: 2;
    }

        .header .header-right .dropdown-menu li:hover a {
            color: #2f80ed;
            background: rgba(47, 128, 237, 0.05);
        }

        .header .header-right .dropdown-menu li:last-child {
            border-bottom: none;
        }

        .header .header-right .dropdown-menu li a {
            padding: 8px 12px;
            display: flex;
            color: rgba(0, 0, 0, 0.7);
            border-radius: 6px;
        }

            .header .header-right .dropdown-menu li a .image {
                max-width: 35px;
                width: 100%;
                height: 35px;
                border-radius: 50%;
                overflow: hidden;
                margin-right: 12px;
            }

                .header .header-right .dropdown-menu li a .image img,
                .header .header-right .dropdown-menu li a .content {
                    width: 100%;
                }

                    .header .header-right .dropdown-menu li a .content h6 {
                        font-size: 14px;
                        margin-bottom: 5px;
                        font-weight: 600;
                        line-height: 1;
                    }

                    .header .header-right .dropdown-menu li a .content p {
                        font-size: 14px;
                        color: rgba(0, 0, 0, 0.7);
                        margin-bottom: 0px;
                        line-height: 1.4;
                    }

                    .header .header-right .dropdown-menu li a .content span {
                        font-size: 12px;
                        color: rgba(0, 0, 0, 0.5);
                    }

    .header .header-right .dropdown-box,
    .header .header-right .notification-box,
    .header .header-right .header-message-box {
        position: relative;
    }

        .header .header-right .notification-box .dropdown-menu.dropdown-menu-end,
        .header .header-right .header-message-box .dropdown-menu.dropdown-menu-end {
            transform: translate3d(0px, 60px, 0px);
        }

    .header .header-right .profile-box {
        display: flex;
        position: relative;
        margin-top: 15px;
    }

        .header .header-right .profile-box button {
            width: auto;
        }

        .header .header-right .profile-box .dropdown-menu {
            width: 230px;
        }

            .header .header-right .profile-box .dropdown-menu.dropdown-menu-end {
                transform: translate3d(0px, 60px, 0px);
            }

            .header .header-right .profile-box .dropdown-menu li {
                border-bottom: none;
            }

                .header .header-right .profile-box .dropdown-menu li a {
                    font-size: 14px;
                    display: flex;
                    align-items: center;
                }

                    .header .header-right .profile-box .dropdown-menu li a i {
                        margin-right: 15px;
                        font-weight: 700;
                    }

        .header .header-right .profile-box .profile-info {
            margin: 0 5px;
        }

            .header .header-right .profile-box .profile-info .info {
                display: flex;
                align-items: center;
            }

                .header .header-right .profile-box .profile-info .info .image {
                    border: 2px solid #f9f9f9;
                    -webkit-box-shadow: 0px 21px 25px rgba(218, 223, 227, 0.4);
                    box-shadow: 0px 21px 25px rgba(218, 223, 227, 0.4);
                    width: 46px;
                    height: 46px;
                    border-radius: 50%;
                    margin-left: 16px;
                    position: relative;
                    background-color: white;
                }

                    .header .header-right .profile-box .profile-info .info .image .status {
                        width: 16px;
                        height: 16px;
                        border-radius: 50%;
                        border: 2px solid #e5e5e5;
                        background: #219653;
                        position: absolute;
                        bottom: 0;
                        right: 0;
                        top: auto;
                    }

                    .header .header-right .profile-box .profile-info .info .image img {
                        width: 100%;
                        border-radius: 50%;
                    }

/* avatar styles */
.avatar {
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* margin: 15px auto;*/
}

    .avatar.img-thumbnail {
        /*        padding: 0.35rem;
        border: 1px solid #bbb;*/
    }

    .avatar.avatar-small {
        width: 50px;
        height: auto;
    }

    .avatar.avatar-medium {
        width: 80px;
        height: 80px;
    }

    .avatar.avatar-large {
        width: 150px;
        height: auto;
    }




/* =========== Icons styles =========== */
.icons-wrapper .icons,
.icons-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

    .icons-wrapper .icons > div,
    .icons-wrapper .icons li,
    .icons-wrapper ul > div,
    .icons-wrapper ul li {
        display: flex;
        align-items: center;
        margin: 10px;
        flex-basis: 215px;
    }

@media (max-width: 400px) {
    .icons-wrapper .icons > div,
    .icons-wrapper .icons li,
    .icons-wrapper ul > div,
    .icons-wrapper ul li {
        flex-basis: 100%;
    }
}

.icons-wrapper .icons > div i,
.icons-wrapper .icons li i,
.icons-wrapper ul > div i,
.icons-wrapper ul li i {
    max-width: 45px;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #efefef;
    border-radius: 4px;
    background: transparent;
    color: #262d3f;
    font-size: 20px;
    margin-right: 10px;
}

.icons-wrapper .icons > div span,
.icons-wrapper .icons li span,
.icons-wrapper ul > div span,
.icons-wrapper ul li span {
    color: #262d3f;
    user-select: all;
}

/* =========== sidebar styles =========== */
/* note: please excuse long class chains - these rules are decompiled css from scss partials and mixins*/


.sidebar-nav-wrapper {
    background: #fff;
    padding: 20px 0px;
    width: 260px;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(200, 208, 216, 0.4);
}

    .sidebar-nav-wrapper.active {
        -webkit-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        -webkit-transform: translatex(0px);
        -ms-transform: translatex(0px);
        transform: translatex(0px);
    }

    .sidebar-nav-wrapper:not(.active) {
        -webkit-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        -webkit-transform: translatex(-260px);
        -ms-transform: translatex(-260px);
        transform: translatex(-260px);
    }

.sidebartoggle-btn {
    background: white;
    padding: 5px 8px 5px 8px;
    border-radius: 0px 8px 8px 0px;
    position: absolute;
    margin-bottom: 74px;
    z-index: 1001;
}

@media only screen (max-width: 767px) {

    .sidebartoggle-btn {
        margin-left: 260px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .sidebar-nav-wrapper {
        -webkit-transform: translatex(-260px);
        -ms-transform: translatex(-260px);
        transform: translatex(-260px);
    }
}



@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .sidebar-nav-wrapper.active {
        -webkit-transform: translatex(0px);
        -ms-transform: translatex(0px);
        transform: translatex(0px);
    }
}

.sidebar-nav-wrapper .navbar-logo {
    text-align: center;
    padding: 0 25px;
    margin-bottom: 30px;
}

.sidebar-nav-wrapper .sidebar-nav .divider {
    padding: 5px 25px;
    width: 100%;
}

    .sidebar-nav-wrapper .sidebar-nav .divider hr {
        height: 1px;
        background: #e2e2e2;
    }

.sidebar-nav-wrapper .sidebar-nav ul .nav-item {
    list-style: none;
    position: relative;
    margin: 5px 0px;
}

    .sidebar-nav-wrapper .sidebar-nav ul .nav-item.left-nav-link {
        text-decoration: none !important;
        color: #4b4c50 !important;
        text-decoration: none !important;
        width: 100% !important;
    }

        .sidebar-nav-wrapper .sidebar-nav ul .nav-item.left-nav-link:hover {
            color: #619B8A !important;
            text-decoration: none !important;
        }


        .sidebar-nav-wrapper .sidebar-nav ul .nav-item.left-nav-link :is(.active) {
            color: #FE7E2D !important;
            text-decoration: none !important;
        }

        .sidebar-nav-wrapper .sidebar-nav ul .nav-item.left-nav-link a:hover {
            color: #213559;
            border-color: #619B8A;
            border-radius: 5px;
            background: #619b8a36;
        }


    .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a {
        color: #262d3f;
    }

        .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a::before {
            opacity: 1;
            visibility: visible;
        }

        .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a::after {
            display: inline-flex;
            content: '';
            background-image: url('https://cdn.jsdelivr.net/npm/bootstrap-icons/icons/chevron-right.svg');
            background-size: 16px 16px;
            height: 16px;
            width: 16px;
            position: absolute;
            right: 10px;
            top: 16px;
            -webkit-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }



        .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a.collapsed {
            color: #5d657b;
        }

            .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a.collapsed::before {
                opacity: 0;
                visibility: hidden;
            }

            .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children > a.collapsed::after {
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            }



    .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li:last-child {
        margin-bottom: 0px;
    }

    .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a {
        font-size: 14px;
        font-weight: 400;
        border-radius: 6px;
        display: flex;
        align-items: center;
        border: 1px solid transparent;
    }

        .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a.active,
        .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a:hover {
            color: #213559;
            border-color: transparent;
            background: #619b8a36;
        }

        .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a i {
            font-size: 16px;
            margin-right: 15px;
        }

        .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a span.text {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

        .sidebar-nav-wrapper .sidebar-nav ul .nav-item.nav-item-has-children ul li a span.pro-badge {
            background: #2f80ed;
            color: #fff;
            padding: 1px 6px;
            border-radius: 4px;
            font-size: 10px;
            margin-left: 10px;
        }

    .sidebar-nav-wrapper .sidebar-nav ul .nav-item a {
        display: flex;
        align-items: center;
        color: #5d657b;
        font-size: 16px;
        font-weight: 500;
        width: 100%;
        position: relative;
        z-index: 1;
        padding: 10px 20px;
    }

        .sidebar-nav-wrapper .sidebar-nav ul .nav-item a::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 4px;
            background: #619B8A;
            border-radius: 0 3px 3px 0px;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

        .sidebar-nav-wrapper .sidebar-nav ul .nav-item a span.text {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

        .sidebar-nav-wrapper .sidebar-nav ul .nav-item a span.pro-badge {
            background: #2f80ed;
            color: #fff;
            padding: 1px 6px;
            border-radius: 4px;
            font-size: 10px;
            margin-left: 10px;
        }

        .sidebar-nav-wrapper .sidebar-nav ul .nav-item a .icon {
            margin-right: 12px;
            font-size: 18px;
        }

            .sidebar-nav-wrapper .sidebar-nav ul .nav-item a .icon svg {
                fill: currentColor;
            }

    .sidebar-nav-wrapper .sidebar-nav ul .nav-item.active > a,
    .sidebar-nav-wrapper .sidebar-nav ul .nav-item.active > a.collapsed,
    .sidebar-nav-wrapper .sidebar-nav ul .nav-item:hover > a,
    .sidebar-nav-wrapper .sidebar-nav ul .nav-item:hover > a.collapsed {
        color: #262d3f;
    }

        .sidebar-nav-wrapper .sidebar-nav ul .nav-item.active > a::before,
        .sidebar-nav-wrapper .sidebar-nav ul .nav-item.active > a.collapsed::before,
        .sidebar-nav-wrapper .sidebar-nav ul .nav-item:hover > a::before,
        .sidebar-nav-wrapper .sidebar-nav ul .nav-item:hover > a.collapsed::before {
            opacity: 1;
            visibility: visible;
        }





/* =========== aside scrollbar styles =========== */
aside.sidebar-nav-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

aside.sidebar-nav-wrapper::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    z-index: 1;
}

aside.sidebar-nav-wrapper::-webkit-scrollbar-thumb {
    background: #c4c4c4;
    border-radius: 1px;
}
/*
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 11;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 1400px), only screen and (min-width: 1200px) and (max-width: 1399px) {
    .overlay {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .overlay.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

*/
/* =========== main-wrapper styles =========== */



/* =========== logo styles =========== */
.logo-image {
    display: inline;
    max-height: 104px;
}

.logo-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.navbar-logo .logo-container {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}

.navbar-logo .avatar,
#menu-toggle .avatar {
    margin: 0;
}


@media only screen and (max-width: 850px), (min-device-width: 768px) and (max-device-width: 850px) {
    table .mobile-responsiveViewCard {
        word-wrap: break-word;
        max-height: auto;
    }

        table.mobile-responsiveViewCard thead {
            position: absolute;
            left: -999em;
            top: -999em;
        }

        table.mobile-responsiveViewCard td {
            display: flex;
            width: 100%;
            clear: both;
            background: #f5f5f5;
            padding: 10px 5px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            justify-content: space-between;
        }

        table.mobile-responsiveViewCard tbody, table.mobile-responsiveViewCard tr {
            display: block
        }

    .mobile-responsiveViewCard td:before {
        content: attr(data-th);
        display: inline-block;
        font-weight: bold;
        color: #000;
        padding-right: 7px;
    }

    .mobile-responsiveViewCard tbody tr {
        width: 100%;
        padding-bottom: 3%;
    }

    .mobile-responsiveViewScroll {
        display: block !important;
        overflow-x: auto;
        white-space: nowrap;
    }
}