@charset "utf-8";
/* CSS Document */

/* ------------- | Reset CSS Start | ------------- */
* {
    margin: 0;
    padding: 0;
    border: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

button:focus {
    outline: none;
}

a:hover, a:focus {
    text-decoration: none;
}
/*-- Placeholder Css --*/
.form-control::-webkit-input-placeholder {
    color: #AAB6C4;
}
/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
    color: #AAB6C4;
}
/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
    color: #AAB6C4;
}
/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
    color: #AAB6C4;
}
/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
    color: #AAB6C4;
}
/* Microsoft Edge */

/*-- Scrollbar Css --*/
::-webkit-scrollbar {
    width: 8px; /* for vertical scrollbars */
    height: 8px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
}

/* ------------- Reset CSS End ------------- */

/* ------------- Common CSS Start ------------- */
body {
    font-family: "Gotham-Medium";
    font-size: 12px;
    background: #f8f8f8;
    color: #000;
    line-height: 1.2rem; /*background: #EEF0F1;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Gotham-Bold";
}

div#loadingfun {
    z-index: 9999999;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.89);
    cursor: none;
}

    div#loadingfun img {
        width: 80px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        margin: auto;
    }

.text-muted-light {
    color: #acacac;
}

.text-muted-light:hover {
    color: #acacac;
}

.dropdown-item {
    padding: 0.25rem 1rem;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.font-10 {
    font-size: 10px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.text-Medium {
    font-family: "Gotham-Medium";
}

.text-Bold {
    font-family: "Gotham-Bold";
}

.text-Book {
    font-family: 'Gotham-Book';
}

.text-orange {
    color: #E16300 !important;
}

.modal-backdrop.show {
    opacity: .85;
}

.p-12 {
    padding: 12px;
}

.no-before:before, .no-after:after {
    display: none;
}

.badgeActive {
    background: #E2F5DF;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 50rem;
    color: #259E12;
}

.badgeInProgress {
    background: #E2F5DF;
    display: inline-block;
    border-radius: 50rem;
    color: #259E12;
    padding: 2px 10px;
}

.badgeInActive {
    background: #FFE1E1;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 50rem;
    color: #FF4545;
}

.badgeCompleted {
    background: #259E12;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 50rem;
    color: #fff;
}

/*Status Start*/
.badgeInqueue1 {
    background: #ffebcc;
    display: inline-block;    
    border-radius: 50rem;
    color: #f19100 !important;
}

.badgeInqueue {
    background: #ffebcc;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 50rem;
    color: #f19100 !important;
}
.badgeSharedWithEstore {
    background: #E2F5DF;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 50rem;
    color: #0d952c !important;
}
.badgeDownloaded {
    background: none;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 50rem;
    color: #000 !important;
}
/*.badgeInProgress {
    background: #c8eaf1;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 50rem;
    color: #0092ab !important;
}*/
.badgeSuccess {
    background: #E2F5DF;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 50rem;
    color: #259E12 !important;
}

.badgeNoDataFound {
    background: #e4dede;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 50rem;
    color: #727070 !important;
}

.badgeErrorOccured {
    background: #ffd1d3;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 50rem;
    color: #f30c38 !important;
}

.badgeDemoCardContentReady {
    background: #cbd0f7;
    color: #5967db !important;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 50rem;
}

.badgeDemoCardApprove {
    /*background: #52A030;*/
    background: #c8eaf1;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 50rem;
    color: #0092ab !important;
    /* color: #fff !important;*/
}

.badgeDemo {
    background: #eee;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 50rem;
    margin-bottom: 5px;
}

.WeeklyDataRefreshStatus {
    background: #f3ebcd;
    color: #b09523;
}

.EnrichFromSourceIPStatus {
    background: #f3ebcd;
    color: #b09523;
}

.DemoCardApprovalIPStatus {
    background: #E2F5DF;
    color: #259E12;
}

.clsDemoCardApprove {
    color: #0092ab !important;
}
/*Status End*/
.bg-themeGreen {
    background: #04A8C1;
}

.close {
    opacity: .85;
    line-height: 0;
}

    .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
        opacity: 1;
    }

[data-toggle="modal"] {
    cursor: pointer;
}

.linkColor_green {
    color: #00A8C1 !important;
}

    .linkColor_green:hover {
        color: #04889c;
        transition: all 0.3s ease-out;
    }

.page_heading {
    font-size: 16px;
}

.form-group.input-material label, label {
    color: #707070;
}

    label.top-20 {
        top: -20px !important;
    }

    label.mandatory:after {
        content: "*";
        color: #FF4545;
        font-size: 14px;
    }

.filterBlueGreen {
    filter: invert(71%) sepia(59%) saturate(6970%) hue-rotate(154deg) brightness(95%) contrast(101%);
}

.no_pointer_events {
    pointer-events: none;
}

a:hover {
    cursor: pointer;
}

.form-control-sm {
    font-size: 12px;
}

.text-underline {
    text-decoration: underline;
}

.btn-outline-info:hover {
    color: #fff !important;
}

    .btn-outline-info:hover img {
        filter: invert(10%) sepia(0%) saturate(1%) brightness(1007%) contrast(100%);
    }

.border-right-dotted {
    border-right: 1px dotted #707070;
}

.bg-beige {
    background: #FFF7EE !important;
}

.bg-beige2 {
    background: #e0ddf5 !important;
}



.line-height-12 {
    line-height: 12px;
}

.line-height-17 {
    line-height: 17px;
}

.line-height-25 {
    line-height: 25px;
}

.shadow {
    box-shadow: 0 .2rem 0.5rem rgba(0,0,0,.1) !important;
}

.txt_lightGray {
    color: #b5b5b5
}
/* ------------- Common CSS End ------------- */

/*------------- Login Page CSS Start -------------*/
body.loginPage {
    display: flex;
    align-items: center;
    padding: 0;
    background: linear-gradient(90deg, rgba(40, 51, 110, 1) 1%, rgba(100, 64, 112, 1) 49%, rgba(126, 70, 113, 1) 69%, rgba(185, 83, 116, 1) 93%);
    height: 100vh;
    justify-content: end;
}
.loginPage marquee {
    position: fixed;
    top: 0;
    padding: 1rem;
    left: 0;
    right: 0;
    max-width: 80%;
    font-size: 24px;
    color: #fff;
}
.loginLogo {
    max-width: 280px;
}

    .loginLogo img {
        width: 100%;
        height: auto;
    }

.loginForm {
    width: 100%;
    max-width: 400px;
    padding: 2rem 3rem;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .1);
    margin-right: 5rem;
}

a.refreshCaptcha {
    max-width: 20px;
    opacity: .7;
}

    a.refreshCaptcha img {
        width: 100%;
    }

.loginIcon, .comIcon {
    opacity: .3;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 8px;
}

.userIcon {
    background: #fff url(../images/username.png) no-repeat right 50%;
    background-size: 20px;
}

.passwordIcon {
    background: #fff url(../images/passwordIcon.png) no-repeat right 50%;
    background-size: 20px;
}

.emailIcon {
    background: #fff url(../images/emailIcon.png) no-repeat right 50%;
    background-size: 17px;
}

.loginForm .btn, .loginForm .btn:focus, .loginForm .btn:active {
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

.gradientBtn {
    border: 1px solid #8d91f9;
    background: linear-gradient(90deg, rgba(40, 51, 110, 1) 1%, rgba(100, 64, 112, 1) 49%, rgba(126, 70, 113, 1) 69%, rgba(185, 83, 116, 1) 93%);
    transition: all 0.3s ease-out;
}

    .gradientBtn:hover {
        border: 1px solid #34356e;
        background: rgb(186,85,119);
        background: linear-gradient(113deg, rgba(186,85,119,1) 0%, rgba(60,59,103,1) 100%);
    }

span.captchaInputfield input {
    width: 70px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #ddd;
    vertical-align: middle;
    text-align: center;
    background: #eee;
    padding: 5px;
}

.captcha img {
    height: 30px;
}

a.forgotBtn, a.refreshCaptcha, a.backBtn {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
    color: #007bff;
    align-items: center;
}

.versionDetail {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "Gotham-Light";
    font-size: 10px;
}
/*--------- Login Page CSS End -------------*/

/*------------- Navigation CSS Start -------------*/
.userNav .dropdown-toggle::before {
    display: none;
}

.nav-item a {
    position: relative;
}

    .nav-item a:before {
        content: "";
        position: absolute;
        width: 0%;
        height: 3px;
        bottom: 0;
        left: 0;
        right: 0;
        background: #00A8C1;
        margin: auto;
        transition: all 0.3s ease-out;
    }

.nav-item.active .nav-link:before, .nav-item:hover .nav-link:before {
    width: 100%;
}

#mainNav .nav-link {
    height: 54px;
    line-height: 28px;
    padding: 0.7rem 0.8rem;
    margin: 0 7px;
}

.dropdownMenu a {
    padding: 0.5rem 1rem !important;
    border-bottom: 1px dotted #e1e1e1;
    background: #fff !important;
}

.nav-item.dropdownCustom:hover .dropdownMenu {
    opacity: 1;
    transform: scale(1, 1);
    visibility: visible;
}

.nav-item.dropdownCustom:hover .dropdownMenu {
    opacity: 1;
    transform: scale(1, 1);
    visibility: visible;
}

.dropdownMenu {
    position: absolute;
    background: #fff;
    box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
    top: 100%;
    width: 100%;
    max-width: 200px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transform-origin: top;
    transform: scale(1, 0);
    transition: all .3s ease-in-out;
}

.dropdownCustom .dropdownArrow::after {
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: 0.1em;
    content: "";
    border-top: 0.5em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}

.dropdownMenu a:hover {
    color: #00A8C1;
}

.navbar-light .navbar-nav .active > .nav-link, .dropdown-item.active {
    /*color: #00A8C1;*/
}
/*------------- Navigation CSS End -------------*/

/*--------- Upload File CSS Start ---------*/
.upload-btn-wrapper {
    position: relative;
    width: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

    .upload-btn-wrapper span.UploadIcon {
        margin: 0;
        width: 20px;
        height: 20px;
        opacity: .7;
        background: url(../images/upload.svg) no-repeat;
        background-size: 100%;
    }

    .upload-btn-wrapper span.downloadIcon {
        margin: 0;
        width: 20px;
        height: 20px;
        opacity: .7;
        background: url("../images/download.svg") no-repeat;
        background-size: 100%;
    }

.customFileUplod {
    background: #f0f0f0;
    border: 1px dashed #C1C1C1;
    padding: 0.69rem;
    position: relative;
}

    .customFileUplod input.form-control {
        opacity: 0;
        position: absolute;
        left: 0;
        height: 100% !important;
        width: 100%;
        top: 0;
        z-index: 1;
    }
/*body.fileFocus  .is-active  .innerFile { border: 1px dashed #C1C1C1;} */
span.fileIcon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/upload.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

a.selectBtn {
    background: #00a8c1;
    color: #fff;
    padding: 9px 15px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.beforeUpload {
    display: flex;
    align-content: center;
    justify-content: center;
}

.afterUpload {
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customFileUplod svg {
    width: 25px;
    display: block;
}

span.uploadIcon {
    height: 20px;
    width: 20px;
    background: url("../images/UploadIcon.svg") no-repeat;
    display: inline-block;
    background-size: 100%;
    margin-right: 10px;
}

.upload-btn-wrapper input[type=file], .exportBtn input[type=file] {
    font-size: 0;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.exportBtn {
    display: inline-flex;
    vertical-align: middle;
    line-height: normal;
    opacity: 1;
    border-color: #00a8c1;
    color: #00a8c1 !important;
    font-size: 11px;
    padding: 0.4rem 0.8rem;
    position: relative;
    align-items: center;
}

.uploadIconColor {
    background: url(../images/uploadColorICon.svg) no-repeat center;
    background-size: 100%;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
}

.upload-btn-wrapper input[type=file], .exportBtn input[type=file] {
    font-size: 0;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

i.attached {
    background: #00a8c1 url(../images/tickIcon.svg) no-repeat center;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: 50%;
    position: absolute;
    right: -7px;
    top: -7px;
    border-radius: 50px;
}

.btn_UploadPill svg {
    width: 15px;
    display: block;
}
/*--------- Upload File CSS End ---------*/

/*--------- Pagination Li CSS Start ---------*/
.customPagination ul li a:hover, .customPagination ul li .page-link.active {
    background: #17a2b8;
    color: #fff;
}

.customPagination ul li {
    margin: 0 4px 0 0;
}

    .customPagination ul li:last-child {
        margin: 0;
    }

    .customPagination ul li a {
        border: none;
        outline: none;
        box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 15%) !important;
        border-radius: 3px !important;
        font-size: 11px;
        text-transform: uppercase;
        color: #000;
        margin: 0;
        background: #fff;
    }

        .customPagination ul li a.nextLink, .customPagination ul li a.previousLink {
            background-color: #ffffff;
        }

            .customPagination ul li a.nextLink:hover, .customPagination ul li a.previousLink:hover {
                background: #ddd;
                color: #000;
            }

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #f2f4f8;
    border-color: #dee2e6;
}

.previousLink:before, .nextLink:after {
    content: '';
    background: url(../images/backIcon.png) no-repeat;
    display: inline-block;
    background-size: 18px;
    width: 26px;
    height: 12px;
    vertical-align: middle;
}

.nextLink:after {
    transform: rotate(180deg);
}
/*--------- Pagination Li CSS CSS End ---------*/

/*--------- Table themeStyleCSS Start ---------*/
.table.table-themeStyle th, .table.table-themeStyle td {
    color: #4E4E4E;
    padding: 0.35rem 0.5rem;
    vertical-align: middle;
}

.table.table-themeStyle th {
    border-top: 0;
    border-bottom: 2px solid #04A8C1;
    text-transform: uppercase;
    font-family: "Gotham-Bold";
}

.tblProjectListView.table.table-themeStyle th {
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

.tblProjectListView.table.table-themeStyle td {
    white-space: nowrap;
}

.tdprojectname {
    width: 200px;
}

.tblDemoCard.table.table-themeStyle th {
    text-align: left;
    vertical-align: top;
}

.table.table-themeStyle tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.table-themeStyle.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.03);
    transition: all 0.2s ease-out;
}
/*--------- Table themeStyleCSS End ---------*/

/*--------- Master Plan Page CSS Start ---------*/
.right_pro_bg {
    position: relative
}

    .right_pro_bg img {
        position: absolute;
        width: 100%;
        height: auto;
        top: -190px;
        z-index: 0;
    }
/*--------- Master Plan Page CSS End ---------*/

/*--------- Wizard CSS Start ---------*/
.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
    display: flex;
    width: 100%;
}

.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: left;
}

.form-wizard .nav li:nth-child(2) span.round-tab {
    left: 10px;
}

span.round-tab {
    width: 22px;
    height: 22px;
    line-height: 20px;
    display: inline-block;
    border-radius: 50%;
    background: #C8C9C7;
    z-index: 2;
    position: absolute;
    left: 40px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
    border: 1px solid #C8C9C7;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    color: #04A8C1;
    border-color: #04A8C1;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

.wizard .tab-pane {
    position: relative;
}

.wizard h3 {
    margin-top: 0;
}

.prev-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.form-wizard {
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}

    .form-wizard .nav li a {
        padding: 12px 15px 13px 70px;
    }


    .form-wizard .nav li:nth-child(2) a {
        padding: 12px 15px 13px 45px;
    }

    .form-wizard .nav li i {
        font-style: normal;
    }

    .form-wizard .nav li {
        box-shadow: 0 5px 3px -3px #ddd;
        position: relative;
    }

        .form-wizard .nav li + li {
            margin-left: 0;
        }

        .form-wizard .nav li:first-child a {
            padding-left: 10px;
        }

        .form-wizard .nav li:last-child a {
            border-right: 1px solid #337ab7;
        }

        .form-wizard .nav li:last-child:after, .form-wizard .nav li:last-child:before {
            border-width: 0;
        }

        .form-wizard .nav li:last-child:hover:after, .form-wizard .nav li:last-child:hover:before {
            border-width: 0;
        }

        .form-wizard .nav li:last-child:hover a {
            border-right: 1px solid #337ab7;
        }

        .form-wizard .nav li a {
            border-radius: 0;
            background: #FFFFFF;
            border: 1px solid #B7B7B7;
            color: #707070;
            border-right: 0;
        }

            .form-wizard .nav li a:hover, .form-wizard .nav li a:active, .form-wizard .nav li a:focus {
                cursor: not-allowed;
            }

        .form-wizard .nav li:after, .form-wizard .nav li:before {
            content: "";
            border-color: transparent transparent transparent #B7B7B7;
            border-style: solid;
            border-width: 20px;
            position: absolute;
            display: block;
            top: -11px;
            right: -119px;
            z-index: 1;
        }

        .form-wizard .nav li:after {
            border-left-color: #fff;
            top: -10px;
            right: -39px;
        }

        .form-wizard .nav li:before {
            border-width: 21px;
            right: -41px;
        }

        .form-wizard .nav li.completed a {
            border-radius: 0;
            padding-left: 30px;
            background: #8bcd8b;
            border: 1px solid #8bcd8b;
            border-right: 0;
            color: white;
            cursor: pointer;
        }

        .form-wizard .nav li.completed:after, .form-wizard .nav li.completed:before {
            content: "";
            border-color: transparent transparent transparent transparent;
            border-style: solid;
            border-width: 20px;
            position: absolute;
            display: block;
            top: -11px;
            right: -40px;
            z-index: 1;
        }

        .form-wizard .nav li.completed:after {
            border-left-color: transparent;
            top: -10px;
            right: -39px;
        }

        .form-wizard .nav li.completed:before {
            border-width: 21px;
            right: -41px;
        }

        .form-wizard .nav li.active a {
            border-radius: 0;
            background: #04A8C1;
            border: 1px solid #04A8C1;
            border-right: 0;
            color: white;
            cursor: pointer;
        }

        .form-wizard .nav li.active:after, .form-wizard .nav li.active:before {
            content: "";
            border-color: transparent transparent transparent #04A8C1;
            border-style: solid;
            border-width: 20px;
            position: absolute;
            display: block;
            top: -11px;
            right: -40px;
            z-index: 1;
        }

        .form-wizard .nav li.active:after {
            border-left-color: #04A8C1;
            top: -11px;
            right: -39px;
        }

        .form-wizard .nav li.active:before {
            border-width: 21px;
            right: -41px;
        }

        .form-wizard .nav li.active:last-child a {
            border-right: 1px solid #337ab7;
        }

        .form-wizard .nav li.active:last-child:after, .form-wizard .nav li.active:last-child:before {
            border-width: 0;
        }

        .form-wizard .nav li.active:last-child:hover:after, .form-wizard .nav li.active:last-child:hover:before {
            border-width: 0;
        }

        .form-wizard .nav li.active:last-child:hover a {
            border-right: 1px solid #337ab7;
        }
/*--------- Wizard CSS End ---------*/

/*--------- Toggle Button CSS Start ---------*/
.btn-toggle {
    margin: 0 4rem 0 5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

    .btn-toggle.toggleYesNo {
        margin: 0 3rem 0 1.7rem;
    }

    .btn-toggle:focus, .btn-toggle.focus, .btn-toggle:focus.active, .btn-toggle.focus.active {
        outline: none;
    }

    .btn-toggle:before, .btn-toggle:after {
        line-height: 1.5rem;
        width: 4rem;
        text-align: center;
        font-size: 12px;
        position: absolute;
        bottom: 0;
        transition: opacity 0.25s;
        font-weight: normal;
    }

    .btn-toggle:before {
        content: 'Inactive';
        left: -5rem;
        white-space: nowrap;
    }

    .btn-toggle:after {
        content: 'Active';
        right: -4.2rem;
        opacity: 0.5;
    }

    .btn-toggle.toggleYesNo:before {
        content: 'No';
        left: -3rem;
        white-space: nowrap;
    }

    .btn-toggle.toggleYesNo:after {
        content: 'Yes';
        right: -3.2rem;
        opacity: 0.5;
    }

    .btn-toggle > .handle {
        position: absolute;
        top: 0.1875rem;
        left: 0.1875rem;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
        background: #fff;
        transition: left 0.25s;
    }

    .btn-toggle.active {
        transition: background-color 0.25s;
    }

        .btn-toggle.active > .handle {
            left: 1.6875rem;
            transition: left 0.25s;
        }

        .btn-toggle.active:before {
            opacity: 0.5;
        }

        .btn-toggle.active:after {
            opacity: 1;
        }

    .btn-toggle:before, .btn-toggle:after {
        color: #000;
    }

    .btn-toggle.active {
        background-color: #04a8c1;
    }

    .btn-toggle.toggleProject {
        margin: 0 2rem 0 3.5rem;
        display: flex;
        background-color: #04a8c1;
    }

        .btn-toggle.toggleProject:before {
            content: 'Main Project';
            left: -3.5rem;
            white-space: normal;
            width: auto;
            position: relative;
            line-height: normal;
            text-align: left;
        }

        .btn-toggle.toggleProject:after {
            content: 'Sub Project';
            right: -18px;
            width: auto;
            position: relative;
            white-space: normal;
            line-height: normal;
            text-align: left;
        }

    .btn-toggle.active.toggleProject:after {
        color: #000 !important;
        opacity: 1;
    }

/*--------- Toggle Button CSS End ---------*/

/** MODAL AS LEFT/RIGHT SIDEBAR - * Add "left" or "right" in modal parent div, after class="modal".*/
.modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    right: 0;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content, .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-dialog-scrollable .modal-content, .modal.right .modal-dialog-scrollable .modal-content {
    min-height: 100vh;
}

.modal.left .modal-body, .modal.right .modal-body {
    padding: 20px;
}
/*--- Left ---*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}
/*--- Right ---*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0 !important;
}
/*--- Size ---*/
.modal.right .modal-dialog.modal-xl {
    width: 90%;
    max-width: 1250px;
}

.modal.right.fade .modal-dialog.modal-xl {
    right: -1250px;
}

.modal.right .modal-dialog.modal-lg {
    width: 90%;
    max-width: 800px;
}

.modal.right.fade .modal-dialog.modal-lg {
    right: -800px;
}


.modal.right .modal-dialog.modal-md {
    width: 30%;
    max-width: 800px;
}

.modal.right.fade .modal-dialog.modal-md {
    right: -800px;
}
/** MODAL AS LEFT/RIGHT SIDEBAR - * Add "left" or "right" in modal parent div, after class="modal".*/

/*---------  Radio & Checkbox Button CSS Start ---------*/
.rdio {
    position: relative;
}

    .rdio input[type=radio] {
        opacity: 0;
    }

    .rdio label {
        padding-left: 10px;
        cursor: pointer;
        margin-bottom: 7px !important;
    }

        .rdio label:before {
            width: 18px;
            height: 18px;
            position: absolute;
            top: 1px;
            left: 0;
            content: "";
            display: inline-block;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            border: 1px solid #17a2b8;
            background: #fff;
        }

    .rdio input[type=radio] {
        margin: 0px;
    }

        .rdio input[type=radio]:disabled + label {
            color: #999;
        }

            .rdio input[type=radio]:disabled + label:before {
                background-color: #17a2b8;
            }

        .rdio input[type=radio]:checked + label::after {
            content: "";
            position: absolute;
            top: 5px;
            left: 4px;
            display: inline-block;
            font-size: 11px;
            width: 10px;
            height: 10px;
            background-color: #17a2b8;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
        }

.rdio-default input[type=radio]:checked + label:before {
    border-color: #17a2b8;
}

.rdio-primary input[type=radio]:checked + label:before {
    border-color: #17a2b8;
}

.rdio-primary input[type=radio]:checked + label::after {
    background-color: #17a2b8;
}

.custom-checkbox > [type=checkbox], .custom-checkbox label { /*margin-bottom:0px !important;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-checkbox > [type=checkbox]:not(:checked), .custom-checkbox > [type=checkbox]:checked {
        position: absolute;
        left: -9999px;
    }

        .custom-checkbox > [type=checkbox]:not(:checked) + label, .custom-checkbox > [type=checkbox]:checked + label {
            position: relative;
            padding-left: 22px;
            cursor: pointer;
        }

            .custom-checkbox > [type=checkbox]:not(:checked) + label:before, .custom-checkbox > [type=checkbox]:checked + label:before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -8px;
                width: 16px;
                height: 16px;
                border: 1.2px solid #17a2b8;
                background: #ffffff;
                border-radius: 2px;
            }

            .custom-checkbox > [type=checkbox]:not(:checked) + label:after, .custom-checkbox > [type=checkbox]:checked + label:after {
                font: normal normal normal 12px/1 "Glyphicons Halflings";
                content: "\2713";
                position: absolute;
                top: 50%;
                margin-top: -6px;
                left: 3px;
                color: #17a2b8;
                font-weight: bold;
            }

            .custom-checkbox > [type=checkbox]:not(:checked) + label:after {
                opacity: 0;
                transform: scale(0);
            }

            .custom-checkbox > [type=checkbox]:checked + label:after {
                opacity: 1;
                transform: scale(1);
            }

    .custom-checkbox > [type=checkbox][data-indeterminate] + label:after {
        content: "−";
        left: 2px;
        opacity: 1;
        transform: scale(1);
    }

    .custom-checkbox > [type=checkbox]:disabled:not(:checked) + label:before {
        box-shadow: none;
        background-color: #eeeeee;
        border-color: #eeeeee;
        cursor: not-allowed;
        opacity: 1;
        color: #dadada;
    }

    .custom-checkbox > [type=checkbox]:disabled:checked + label:before {
        box-shadow: none;
        background-color: #eeeeee;
        border-color: #eeeeee;
        cursor: not-allowed;
        opacity: 1;
        color: #17a2b8;
    }

    .custom-checkbox > [type=checkbox]:disabled:checked + label:after {
        color: #17a2b8;
        cursor: not-allowed;
    }

    .custom-checkbox > [type=checkbox]:disabled + label {
        color: #aaa;
        cursor: not-allowed;
    }

    .custom-checkbox > [type=checkbox]:checked:focus + label:before, .custom-checkbox > [type=checkbox]:not(:checked):focus + label:before {
        border: 1px solid #17a2b8;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .custom-checkbox label:hover:before {
        border: 1px solid #17a2b8 !important;
    }

.custom-checkbox [type=checkbox]:disabled:not(:checked) + label:hover:before, .custom-checkbox [type=checkbox]:disabled:checked + label:hover:before {
    border: 1px solid #17a2b8 !important;
}
/*---------  Radio & Checkbox Button CSS End ---------*/

/*--------- Pie_progress Chart CSS Start ---------*/
.pie_progress {
    text-align: center;
    position: relative;
    transform-style: preserve-3d;
}

    .pie_progress svg {
        margin: 0 auto;
    }

.pie_progress__content, .pie_progress__number, .pie_progress__label, .pie_progress__icon {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.pie_progress__number {
    font-size: 10px;
}

.pie_progress__label {
    margin-top: 32px;
    font-size: 12px;
}
/*--------- Pie_progress Chart CSS End ---------*/

/*--------- Tabs CSS Start ---------*/
.nav-tabs .nav-item a:before {
    background: #E16300;
}

.nav-tabs .nav-link {
    color: #898989;
    border: none;
    padding: 0.5rem;
    margin-right: 10px;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #E16300;
    }

.nav-tabs .nav-item a.active:before, .nav-tabs .nav-item:hover .nav-link:before {
    background: #E16300;
    width: 100%;
}
/*--------- Tabs CSS End ---------*/

/*--------- View Projects Plan CSS Start ---------*/
.div_uploadGanttChart {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.96);
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}
/*--------- View Projects Plan CSS End ---------*/

/*--------- Project List CSS Start ---------*/
.projectStatus .statusActive {
    border-left: 3px solid #459100;
}

.projectStatus .statusOn_Hold {
    border-left: 3px solid #ff9948;
}

.dataView a {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    position: relative;
    margin: 0;
    transition: .2s;
}

    .dataView a span {
        background: url(../images/switchViewIcon.png) no-repeat;
        width: 62px;
        height: 50px;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        opacity: 1;
        position: relative;
        z-index: 1;
        transition: .2s;
        transform: scale(.4);
    }

    .dataView a.boxView span {
        background-position: 0 0;
    }

    .dataView a.listView span {
        background-position: -55px 0px;
    }

    .dataView a.boxView.active span {
        background-position: 0px -48px;
    }

    .dataView a.listView.active span {
        background-position: -55px -50px;
    }

.fa-calendar {
    background: url(../images/calendar_icon.svg) no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    right: 30px;
    top: 6px;
    position: absolute;
}

.card-yellow {
    background: #FFFDF0 !important;
}

.mainproject {
    display: inline-block;
}
/*.marketList {
   min-height: 58px;
}*/
/*.marketList li {
    border-right: 1px solid #C1C1C1;
    margin-right: 4px !important;
    padding-right: 4px;
    margin-bottom: 10px;
}*/
.marketList li {
    border-right: 1px solid #C1C1C1;
    padding: 0 4px;
    margin: 2px 0 !important;
}

    .marketList li:last-child {
        border-right: none;
    }

    .marketList li a {
        color: #C1C1C1;
        font-family: "Gotham-Bold";
    }

.projectCard label {
    display: block;
    color: #4E4E4E;
    font-family: 'Gotham-Book';
    margin-bottom: 0;
}

.projectAttribute {
    margin-bottom: 15px;
}

.tbl_projectCard {
    border-left: 1.5px dashed #dee2e6;
}

    .tbl_projectCard tr:first-child td {
        border-top: none;
    }

    .tbl_projectCard td {
        font-size: 10px;
        vertical-align: middle;
        padding: 6px 0 6px 10px;
        font-family: "Gotham-Bold";
        color: #4E4E4E;
        line-height: 15px;
    }

.projectCard .card-header {
    position: relative;
}

    .projectCard .card-header.badgeInProgress {
        padding: 0.75rem 1.25rem;
    }

        .projectCard .card-header.badgeInProgress:before {
            content: "";
            background: #459100;
            width: 5px;
            height: 55%;
            position: absolute;
            left: 0;
            top: 14px;
        }

    .projectCard .card-header.badgeInqueue:before {
        content: "";
        background: #ff9948;
        width: 5px;
        height: 55%;
        position: absolute;
        left: 0;
        top: 14px;
    }

    .projectCard .card-header.badgeInqueue1:before {
        content: "";
        background: #ff9948;
        width: 5px;
        height: 55%;
        position: absolute;
        left: 0;
        top: 14px;
    }

    .projectCard .card-header.clsDemoCardContentReady:before {
        content: "";
        background: #5967db;
        width: 5px;
        height: 55%;
        position: absolute;
        left: 0;
        top: 14px;
    }

    .projectCard .card-header.clsDemoCardApprove:before {
        content: "";
        /*background: #52A030;*/
        background: #c8eaf1;
        width: 5px;
        height: 55%;
        position: absolute;
        left: 0;
        top: 14px;
    }

a.tblmainproject {
    max-width: 128px;
    display: inline-block;
}

.projectCard .card-footer {
    /*  min-height: 106px;*/
}

.tdMarketList a {
    border-right: 1px solid;
    padding: 0 5px;
}

    .tdMarketList a:last-child {
        border-right: none;
    }

#tbl_ProjectListView .pie_progress {
    width: 35px;
    margin: auto;
}

#tbl_ProjectListView tr {
    position: relative;
}

    #tbl_ProjectListView tr.active td:first-child:before {
        content: "";
        background: #459100;
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0
    }

    #tbl_ProjectListView tr.onHold td:first-child:before {
        content: "";
        background: #ff9948;
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0
    }

#tbl_ProjectListView .btn-action {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: none;
}

    #tbl_ProjectListView .btn-action img {
        transition: all 0.3s ease-out;
        height: 14px;
        width: auto;
        vertical-align: baseline;
        line-height: 0;
    }

    #tbl_ProjectListView .btn-action:hover img {
        transform: rotate(90deg);
        transition: all 0.3s ease-out;
    }

#tbl_ProjectListView tr th:last-child, #tbl_ProjectListView tr td:last-child {
    text-align: center;
}

.pophoverMarkets li a {
    color: #C1C1C1;
    font-size: 12px;
    font-family: "Gotham-Bold";
    display: block;
    border-bottom: 1px dashed #ddd;
    padding: 6px 10px;
}

    .pophoverMarkets li a:hover {
        background: #f8f8f8;
        transition: all 0.3s ease-out;
    }

.pophoverMarkets li:last-child a {
    border-bottom: none;
}
/*--------- Project List CSS End ---------*/

/*--------- Project Execution CSS End ---------*/
.td-ellipse-text {
    width: 550px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projectAction_list li a {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #c1c1c1;
    display: block;
}

.projectAction_list li:last-child a {
    border-bottom: none;
}

.projectAction_list a:hover {
    text-decoration: underline;
    transition: all 0.3s ease-out;
}

.projExeTopAPI img {
    width: 21px;
    height: auto;
}

.clsdivRefresh {
    position: absolute;
    top: -33px;
    right: -10px;
}

.imgRefreshReq {
    width: 21px;
    height: auto;
    cursor: pointer;
}

.projExeTopAPI span {
    line-height: 16px;
}

.projectGalleryGrid {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(6, 1fr);
}

.imgBlock {
    margin: 0 40px 15px 0;
}

.assetImg {
    border: 1px solid #C1C1C1;
    border-radius: 2px;
    padding: 3px;
    width: 100px;
    height: 100px;
    margin: 3px 0;
}

    .assetImg img {
        width: 95%;
        height: 95%;
    }

.thBorder {
    border-bottom: 2px solid #04A8C1;
    padding: 0.35rem 0.5rem;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-transform: capitalize;
}

.calendar {
    padding: 4px 34px 4px 12px;
}

    .calendar:after {
        content: "";
        background: url(../images/calendar_icon.svg) no-repeat;
        position: absolute;
        width: 16px;
        height: 20px;
        background-size: 16px;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.assetName {
    word-break: break-all;
}

.repositoryProjectGalleryGrid {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(6, 1fr);
}

.statusColor li {
    position: relative;
    padding: 0 5px 0 8px;
}

    .statusColor li:before {
        content: "";
        width: 3px;
        height: 100%;
        background: red;
        position: absolute;
        left: 0;
        top: 0;
    }

    .statusColor li.gray:before {
        background: #96A0A6;
    }

    .statusColor li.blue:before {
        background: #f19100; /*#415AD5;*/
    }

    .statusColor li.pink:before {
        background: #E2F5DF; /*#CA78E1;*/
    }

    .statusColor li.aqua:before {
        background: #0d952c; /*#66EEB3;*/
    }

    .statusColor li.green:before {
        background: #66BB58;
    }
    .statusColor li.black:before {
        background: #000;
    }

tr.status {
    position: relative;
}

    tr.status td:first-child:before {
        content: "";
        width: 3px;
        height: 88%;
        position: absolute;
        top: 6%;
        left: 0;
    }

    tr.status.statusHold td:first-child:before {
        background: #96A0A6;
    }

    tr.status.statusEdited td:first-child:before {
        background: #415AD5;
    }

    tr.status.statusInProgress td:first-child:before {
        background: #E2F5DF; /*#CA78E1;*/
    }

    tr.status.statusNotStarted td:first-child:before {
        background: #66EEB3;
    }

    tr.status.statusCompleted td:first-child:before {
        background: #66BB58;
    }

    tr.status.statusCompleted td:nth-child(2) {
        color: #259E12;
    }

    tr.status.clsDemoCardApprove td:nth-child(2) {
        color: #0092ab;
    }

    tr.status.clsDemoCardContentReady td:nth-child(2) {
        color: #5967db;
    }

    tr.status.statusOnHold td:nth-child(2) {
        color: #f19100;
    }



    tr.status.clsDemoCardContentReady td:first-child:before {
        background: #5967db;
    }

    tr.status.badgeInProgress td:first-child:before {
        background: #459100;
    }

    tr.status.statusOnHold td:first-child:before {
        background: #ff9948;
    }


    tr.status.clsDemoCardApprove td:first-child:before {
        background: #c8eaf1;
        /* #66BB58;*/
    }

.completedSKU {
    border-left: 4px solid #66BB58;
}

.border-botOrange {
    position: relative;
}

    .border-botOrange:after {
        content: "";
        height: 3px;
        width: 100%;
        background: #E16300;
        position: absolute;
        left: 0;
        bottom: 0;
    }

tr.border-bottom-dark td {
    border-bottom: 2px solid #707070 !important;
}

.listBullet {
    list-style: disc;
    list-style-position: inside;
}

.table.table-themeStyle.table-bordered.table_custom th {
    border: 1px solid #dee2e6;
    border-top: none;
}

/*------ Fixed Header and column Table Start ------*/
.dropdown_custom_data {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0px;
    border-radius: 5px;
    box-shadow: 0px 1px 7px 2px rgb(0 0 0 / 20%);
    display: none;
    width: 200px;
      margin-top: -50px;
    
    margin-left:50px;

}

.Search_box {
    border: 1px solid #C1C1C1;
    padding: 3px;
    border-radius: 5px;
    font-weight: 300;
    background: url(../images/search_icon.svg) no-repeat;
    background-size: 16px;
    background-position: 96%;
    width: 100%;
}

.to li.cross_icon {
    background: url(../images/close_icon.svg) no-repeat rgb(4 168 193 / 14%);
    background-position: 86%;
    padding-right: 19px;
}

.search_contaner {
    padding: 5px;
}

.action_box {
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
    border-radius: 5px;
}

    .action_box ul li {
        position: relative;
        cursor: pointer;
    }

span.open_action {
    text-align: center;
}

    span.open_action img {
        width: 25px;
    }

.action_box ul li:first-child {
    border: none;
}

.action_box ul li {
    color: #04A8C1;
    border-top: 1px dashed #ccc;
    padding: 3px;
    font-size: 11px;
}

.action_box ul {
    margin: 0;
}

.from li {
    color: #04A8C1;
    font-size: 11px;
    cursor: pointer;
    padding-left: 5px;
}

.from {
    max-height: calc(20vh - 0px);
    overflow-y: auto;
}

td.dtfc-fixed-right {
    background: #fff;
    text-align: center;
    padding: 7px 0;
}

.to, .from {
    margin: 5px;
}

    .to li {
        background: rgb(4 168 193 / 14%);
        display: inline-block !important;
        margin: 5px;
        padding: 1px 15px 1px 10px;
        color: #04A8C1;
        border-radius: 2px;
        font-size: 11px;
        cursor: pointer;
    }

        .to li span {
            color: #f00;
            position: relative;
            right: -5px;
        }

ul.from {
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}

.table.table-themeStyle td span.open {
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    margin-right: 0px;
    max-width: 150px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    min-height: 15px;
    width: 100%;
}

    .table.table-themeStyle td span.open:after {
        display: inline-block;
        margin-left: 0.5em;
        vertical-align: 0.1em;
        content: "";
        border-top: 0.5em solid;
        border-right: 0.4em solid transparent;
        border-bottom: 0;
        border-left: 0.4em solid transparent;
        color: #00A8C1;
        position: absolute;
        top: 8px;
        right: 0;
    }

    .table.table-themeStyle td span.open.blank:before {
        display: inline-block;
        margin-left: 0.5em;
        vertical-align: 0.1em;
        content: "-- Select --";
        position: absolute;
        top: 0;
        left: 0;
        color: #000;
        font-size: 11px;
    }

.chips_show {
    position: relative;
}

.arrow_showhide {
    position: absolute;
    right: 5px;
    top: 6px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #04A8C1;
    cursor: pointer;
    display: none;
}

.Search_box:focus {
    outline: none;
}

.arrow_showhide.arrow_up {
    border-bottom: 5px solid #04A8C1;
    border-top: 0px solid #04A8C1;
}

.inner_box {
    position: relative;
}

    .inner_box::before {
        position: absolute;
        content: "";
        right: -16px;
        top: -4px;
        border-left: 11px solid #ccc;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }

    .inner_box:after {
        position: absolute;
        content: "";
        right: -15px;
        top: -3px;
        border-left: 10px solid #fff;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

.new_action {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: none;
}

    .new_action img {
        transition: all 0.3s ease-out;
        height: 14px;
        width: auto;
        vertical-align: baseline;
        line-height: 0;
    }

    .new_action:hover img {
        transform: rotate(90deg);
        transition: all 0.3s ease-out;
    }

.table.table-themeStyle th.bg-beige font {
    text-transform: uppercase;
    font-family: "Gotham-Bold";
}

.table.table-themeStyle.table_custom th {
    vertical-align: top;
}

    .table.table-themeStyle.table_custom th.bg-beige {
        vertical-align: bottom;
        text-transform: none;
    }

.popover {
    z-index: 99;
}

.table.table-themeStyle.table_custom .form-group.input-material select {
    border-bottom: none;
    padding: 0;
    margin: 0;
    height: 20px;
}

.pophoverMarkets.updated_popover li a {
    font-family: "Gotham-Medium";
}

.to li span img {
    width: 8px;
    position: relative;
    top: -1px;
    right: -1px;
}

.fixed_header_outer {
    max-height: 350px;
}

.table.table-themeStyle.table_custom th {
    z-index: 9 !important;
    padding: 0;
    border: none;
}

.table.table-themeStyle.table_custom td:last-child {
    z-index: 8 !important;
}
/*------ Fixed Header and column Table End ------*/
/*--------- Project Execution CSS End ---------*/


/*--------- Multiselect CSS Satrt ---------*/
.label {
    color: #aeaeae;
}

.selectArrowIcon .multiselect {
    border-bottom: 1px solid #aeaeae;
    text-align: left;
    padding: 0.375rem 0.75rem 0.375rem 0;
    border-radius: 0;
}

.multiselect-container {
    max-height: 150px;
    overflow-y: auto;
}

.multiselect.dropdown-toggle.btn:focus {
    box-shadow: none !important;
}

.multiselect-native-select {
    position: relative;
}

    .multiselect-native-select select {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px -1px -1px -3px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        left: 50%;
        top: 30px;
    }

.multiselect-selected-text {
    font-size: 12px;
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-width: 100%;
}

    .multiselect-container .input-group {
        margin: 5px;
    }

    .multiselect-container li {
        padding: 0;
    }

        .multiselect-container li .multiselect-all label {
            font-weight: 700;
        }

        .multiselect-container li a {
            padding: 0;
        }

            .multiselect-container li a label {
                margin: 0;
                height: 100%;
                cursor: pointer;
                padding: 3px 10px 3px 6px;
                font-size: 12px;
            }

                .multiselect-container li a label.radio {
                    margin: 0;
                }

                .multiselect-container li a label.checkbox {
                    margin: 0;
                    position: relative;
                    width: 100%;
                }

        .multiselect-container li.multiselect-group label {
            margin: 0;
            padding: 3px 20px 3px 20px;
            height: 100%;
            font-weight: 700;
        }

        .multiselect-container li.multiselect-group-clickable label {
            cursor: pointer;
        }

.btn-group .btn-group .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox {
    padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox] {
    margin-left: -20px;
    margin-right: 0;
}

.form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0;
}

.selectArrowIcon .dropdown-toggle::after {
    content: '';
    background: url(../images/arrow-down.svg) no-repeat;
    position: absolute;
    right: 2px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background-size: 92%;
    top: 6px;
    bottom: 0;
    margin: auto;
    opacity: .45;
    background-color: transparent !important;
    border: none !important;
}

.selectArrowIcon ::-webkit-scrollbar {
    width: 8px; /* for vertical scrollbars */
    height: 8px; /* for horizontal scrollbars */
}

.selectArrowIcon ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.selectArrowIcon ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}

label.checkbox input {
    opacity: 0
}

li.active label.checkbox:after {
    content: '';
    color: #04a8c1;
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.16em 0.16em 0;
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate( 45deg);
    position: absolute;
    left: 7px;
    top: 5px;
}

.multiselect-container li:hover {
    background: #efefef;
}
/*--------- Multiselect CSS End ---------*/

tr.trInvisible {
    opacity: .2;
    pointer-events: none;
}

tr.trVisible {
    opacity: 1;
    pointer-events: auto;
}

.pageloader {
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    background-size: 150px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.66);
    z-index: 9999;
}

.ellipsesText {
    white-space: nowrap;
    max-width: 6vw;
    overflow: hidden;
    text-overflow: ellipsis;
}

.border-bottom-fromControl {
    border-bottom: 1px solid #aeaeae;
}

.hide {
    display: none;
}

.projectAttribute.createdon {
    text-align: right;
    position: absolute;
    right: 20px;
    top: 13px;
    color: #000000;
    font-size: 9px;
    margin-bottom: 0px;
    line-height: 13px;
}

.pl-custom {
    padding-right: 70px;
}

.badgeDemoCardContentReady.updatstyle-CR {
    background: #cbd0f7;
    color: #5967db !important;
}

.clsDemoCardContentReady {
    color: #5967db !important;
}

.technotranstable .tableWrapper {
    height: 76vh;
    overflow: auto;
    margin-bottom: 20px;
}

ul.con_list {
    width: 100%;
    text-align: left;
    background: #fff;
    margin: 0px;
    list-style: none;
    padding: 0px 10px 0px 40px;
}

    ul.con_list li {
        background: #ffffff;
        list-style: disc;
        padding: 3px;
        width: 100%;
    }

.close_btn_outer {
    background: #04A8C1;
    text-align: right;
    padding: 2px 5px;
}

.c_font {
    font-size: 10px;
}

.act_btn {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/*tooltip*/
.tooltip-inner {
    background-color: #04A8C1;
}

.tooltip.bs-tooltip-right .arrow:before, .tooltip.bs-tooltip-right .arrow:after {
    border-bottom-color: #04A8C1 !important;
}

.tooltip.bs-tooltip-left .arrow:before, .tooltip.bs-tooltip-left .arrow:after {
    border-bottom-color: #04A8C1 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before, .tooltip.bs-tooltip-bottom .arrow:after {
    border-bottom-color: #04A8C1 !important;
}

.tooltip.bs-tooltip-top .arrow:before, .tooltip.bs-tooltip-top .arrow:after {
    border-bottom-color: #04A8C1 !important;
}
/*fortooptip*/
.clsoutput.nav-tabs .nav-item.show .nav-link, .clsoutput.nav-tabs .nav-link.active {
    background: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

    input:-webkit-autofill ~ label,
    input:-webkit-autofill:hover ~ label,
    input:-webkit-autofill:focus ~ label,
    input:-webkit-autofill:active ~ label {
        top: -20px !important;
        color: #aeaeae;
        font-weight: 500;
    }

.clsclusterwidth {
    width: 130px;
}

.clsyearwidth {
    width: 110px;
}

.clsTechGrpList tr td, .clstechtable tr td {
    cursor: move;
}

    .clsTechGrpList tr td.index, .clstechtable tr td.techindex {
        background-image: url(../images/SortingIcon.png);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: left center;
        padding-left: 20px;
    }

#tbodyRequestMonitor tr td:last-child {
    width: 220px;
}

#tbodyRequestMonitor .badgeErrorOccured {
    padding: 2px 28px;
}

#tbodyRequestMonitor .badgeInqueue {
    padding: 2px 15px;
}


div#loadingfun.Refreshpgloader {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
}

.repositoryProjectGalleryGrid .imgBlock {
    margin: 0px 0px 10px 0px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.projectGalleryGrid .imgBlock {
    margin: 0px 0px 10px 0px;
    border: 1px solid #ccc;
}

.repositoryProjectGalleryGrid .custom-checkbox, .projectGalleryGrid .clsparentvidtype, .projectGalleryGrid .clsparentimgtype {
    background: #f7f7f7;
    padding: 7px;
    position: relative;
    min-height: 25px;
    padding-top: 0px;
    padding-bottom: 0px;   
}

.repositoryProjectGalleryGrid .assetImg, .projectGalleryGrid .assetImg {
    border: 0px solid #C1C1C1;
    border-radius: 2px;
    padding: 3px;
    width: auto;
    height: 100px;
    margin: 5px 0;
    max-width: 100%;
    text-align: center;
    overflow: hidden;
}

    .repositoryProjectGalleryGrid .assetImg img, .projectGalleryGrid .assetImg img {
        width: auto;
        height: 100%;
        max-width: 150px;
    }

.projectGalleryGrid .clsimgtype, .projectGalleryGrid .clsvidtype {
    padding-right: 20px;
}

.deleteProjectGridBox {
/*    position: absolute;
    right: 8px;
    top: 5px;*/
position:relative;
}

.repositoryProjectGalleryGrid .checkbox-custom-label, .projectGalleryGrid .clsimgtype, .projectGalleryGrid .clsvidtype {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.clsrepoimgdesc, .clsrepovideodesc {
    max-width: 13vw;
    /*font-size: 10px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 11px;
    margin-top: 2px;
    padding: 0px 7px 7px 7px;*/
}

.repositoryProjectGalleryGrid .clsRepoImgFilename, .repositoryProjectGalleryGrid .clsRepoVideoFilename, .projectGalleryGrid .clsRepoVideoFilename, .projectGalleryGrid .clsRepoImgFilename {
  /*  display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 125px;
    white-space: nowrap;
    display: block;
}

#projectGalleryGridLogos a .clsRepoImgFilename {
    max-width: 90px!important;
}


.repositoryProjectGalleryGrid .assetName, .projectGalleryGrid .assetName {
    padding: 0px 7px;
}

    .repositoryProjectGalleryGrid .assetName a, .projectGalleryGrid .assetName a {
        display: inline-flex;
    }

    .repositoryProjectGalleryGrid .assetName span:nth-child(2), .projectGalleryGrid .assetName span:nth-child(2) {
        display: -webkit-inline-box;
    }

#modal_ZoomImg.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    margin: 0px;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    min-height: 100vh;
}

    #modal_ZoomImg.modal.show .modal-dialog .modal-content {
        min-height: 100vh;
    }

.modal.right .clsModalAddAssets .modal-body {
    padding: 10px 20px 10px 20px;
}

#modal_ZoomImg .img-fluid {
    max-width: 100%;
    height: 100%;
    max-height: 86vh;
    width: auto;
}

.tooltip, .tooltip.show {
    font-size: 12px !important;
    opacity: 1 !important;
    font-family: "Gotham-Medium";
}

.tooltip-inner {
    max-width: 250px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #191918;
    border-radius: .25rem;
    opacity: 1;
    border: 1px solid;
    font-size: 10px;
    line-height: 16px;
    font-weight: 100;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-top-color: #191918;
}

.tooltip.bs-tooltip-top .arrow:before, .tooltip.bs-tooltip-top .arrow:after {
    border-bottom-color: #191918 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before, .tooltip.bs-tooltip-bottom .arrow:after {
    border-bottom-color: #191918 !important;
}

.tooltip.bs-tooltip-left .arrow:before, .tooltip.bs-tooltip-left .arrow:after {
    border-bottom-color: #191918 !important;
    border-left: 5px solid #191918;
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent !important;
}

.tooltip.bs-tooltip-right .arrow:before, .tooltip.bs-tooltip-right .arrow:after {
    border-bottom-color: #191918 !important;
    border-right: 5px solid #191918;
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent !important;
}

.disable-click {
    pointer-events: none;
    opacity: 0.5;
}

.ellipse-text {
    max-width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

ul#lilogout .dropdownCustom .dropdownMenu {
    right: 32px;
    border-top: 3px solid #00A8C1;
}

ul#lilogout .dropdownCustom a:before {
    display: none;
}

ul#lilogout li a.nav-link {
    height: auto;
    line-height: normal;
    padding: 0 0.8rem;
} 


@media screen and (min-height: 650px) {
    #tbl_ProjectListView_wrapper .dataTables_scrollBody {
        min-height: 445px;
        border-bottom: none !important;
    }
}

table#tblRequestMonitor thead tr th {
    text-transform: capitalize;
}

/*phase2 css changes */

.graphBody {
    position: absolute;
    z-index: 1;
    bottom: 26px;
    min-width: 70px;
    margin-left: -25px;
    visibility: hidden;
    opacity: 0;
    display: block;
    transform-origin: bottom;
    border-radius: 5px;
    /*    transform: scale(1, 0);*/
    transition: .2s;
    border: 1px solid #00A8C1;
}



.displayGraph:hover .graphBody {
    transform: scale(1, 1);
    visibility: visible;
    opacity: 1;
}

.displayGraph:hover a.data:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #00A8C1;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
}

.displayGraph:hover .graphIcon {
    background-position: -23px 0;
}

.langaugeList a {
    font-family: "Gotham-Medium" !important;
    color: #706969 !important;
    font-size: 11px;
    border: 1px solid;
    padding: 2px 5px;
    margin: 3px;
    border-radius: 3px;
}

.btn-toggle.toggleProject {
    margin: 0 2rem 0 3.5rem;
    display: flex;
    background-color: #04a8c1;
}

    .btn-toggle.toggleProject:before {
        content: 'Main Project';
        left: -3.5rem;
        white-space: normal;
        width: auto;
        position: relative;
        line-height: normal;
        text-align: left;
    }

    .btn-toggle.toggleProject:after {
        content: 'Sub Project';
        right: -18px;
        width: auto;
        position: relative;
        white-space: normal;
        line-height: normal;
        text-align: left;
    }

.btn-toggle.active.toggleProject:after {
    color: #000 !important;
    opacity: 1;
}

.defaultBtn {
    font-size: 12px;
    text-decoration: none !important;
    padding: 0.5rem 0.8rem;
    color: #4e4e4e !important;
    border: 1px solid #4e4e4e;
    border-radius: 2px;
    opacity: .8;
    transition: .2s;
}

.multiselectSearch .bootstrap-select > .dropdown-toggle {
    background-color: #fff !important;
    font-size: 12px;
    border: none;
    font-family: "Gotham-Medium";
    padding-left: 0;
}

.multiselectSearch .bootstrap-select .no-results, .bs-searchbox .form-control {
    white-space: normal;
    font-size: 11px;
    font-weight: normal;
    text-transform: capitalize;
    font-family: "Gotham-Medium";
}

.multiselectSearch .bootstrap-select .dropdown-menu li {
    position: relative;
    font-size: 12px;
    text-transform: capitalize;
}
/* Market Dropdwon height changes 09-06-22*/
.dropdown_custom_data .search_contaner {
    padding: 0;
    border: 0;
    margin-right: 30px;
}
.dropdown_custom_data .close_btn_outer {    
    padding: 5px;
    position: absolute;
    right: 0;
}
.dropdown_custom_data .search_contaner .Search_box {
    border-radius: 0;
    margin: 0px;
    padding: 5px 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.search_contaner .clear-text {
    top:4px!important;
}

#modal_AddAssets .form-group.input-material .form-control {
    height: auto;
}


.autoComplete {
    position: relative;
}

    .autoComplete ul {
        list-style: none;
        margin: 0;
        position: absolute;
        background: #fff;
        left: 0;
        right: 0;
        box-shadow: 0 12px 17px 0 rgba(0,0,0,0.15);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid #ddd;
        border-top: none;
        /*
    overflow: hidden;
    margin-top: -200%;
    z-index: -2;
    opacity: 0;
*/
        transform: scale(1, 0);
        transform-origin: top;
        z-index: 1;
        max-height: calc(230px - 0px);
        overflow-y: auto;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .autoComplete.slideDown ul {
        transform: scale(1, 1);
    }

    .autoComplete ul li {
        padding: 8px 15px;
        border-bottom: 1px solid #f1f1f1;
        cursor: pointer;
        display: block;
        text-align: left;
    }

/*...............css added on 30nov 2022................**/
main.container-fluid {
    padding-bottom: 60px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 5px #ddd, 0px -3px 6px #ddd;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    color: rgba(0,0,0,.5);
    z-index:9;
}

.prjAssets_repositoryProjectGalleryGrid {
    max-height: calc(100vh - 262px);
    overflow: auto;
    padding-right: 10px;
}

.projectGalleryGrid.GalleryRepository.prjAssets_repositoryProjectGalleryGrid {
    max-height: calc(100vh - 275px);
}

.clsInqueue {

    display: inline-block;
    padding: 2px 10px;
    border-radius: 50rem;
   
}
.ui-sortable .imgBlock{
    cursor:move;
}