 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
 
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 100;
    src: url("../../fonts/OpenSans-ExtraLight.ttf");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 200;
    src: url("../../fonts/OpenSans-ExtraLight.ttf");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: url("../../fonts/NOpenSanss-Light.ttf");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    src: url("../../fonts/OpenSans-SemiBold.ttf");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: url("../../fonts/OpenSans-Bold.ttf");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../../fonts/OpenSans-ExtraBold.ttf");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src: url("../../fonts/OpenSans-ExtraBold.ttf");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/OpenSans-Black.ttf");
}

body {
    background-color: #c6d3ff00;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    font-size: 13px;
}
.navbar-top {
   /* padding-top: 49px */
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.objboxParent{overflow: auto!important;}
::-webkit-scrollbar-track {
    background-color: #e4c4f33d;
    border-radius: 100px
}

::-webkit-scrollbar-thumb {
    background-color: #89288F;
    border-radius: 100px;
}

.BackgroundAnimation {
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.BackgroundAnimation li {
    position: absolute;
    display: block;
    list-style: none;
    background: #d0c8e9;
    bottom: -150px;
    animation: fade-out-down 25s linear infinite
}

@keyframes fade-out-down {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 100%
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 100%
    }
}

.BackgroundAnimation li:nth-child(1) {
    left: 5%;
    width: 60px;
    height: 60px;
    animation-delay: 0s
}

.BackgroundAnimation li:nth-child(2) {
    left: 10%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 12s
}

.BackgroundAnimation li:nth-child(3) {
    left: 90%;
    width: 15px;
    height: 15px;
    animation-delay: 4s
}

.BackgroundAnimation li:nth-child(4) {
    left: 40%;
    width: 50px;
    height: 50px;
    animation-delay: 0s;
    animation-duration: 18s
}

.BackgroundAnimation li:nth-child(5) {
    left: 65%;
    width: 15px;
    height: 15px;
    animation-delay: 0s
}

.BackgroundAnimation li:nth-child(6) {
    left: 75%;
    width: 80px;
    height: 80px;
    animation-delay: 3s
}

.BackgroundAnimation li:nth-child(7) {
    left: 35%;
    width: 100px;
    height: 100px;
    animation-delay: 7s
}

.BackgroundAnimation li:nth-child(8) {
    left: 50%;
    width: 20px;
    height: 20px;
    animation-delay: 15s;
    animation-duration: 45s
}

.BackgroundAnimation li:nth-child(9) {
    left: 20%;
    width: 10px;
    height: 10px;
    animation-delay: 2s;
    animation-duration: 35s
}

.BackgroundAnimation li:nth-child(10) {
    left: 85%;
    width: 100px;
    height: 100px;
    animation-delay: 0s;
    animation-duration: 11s
}

.BackgroundAnimation {
    margin: 0;
    padding: 0
}

.login-page {
    height: 100vh
}

.slider-content p:nth-child(2) {
    font-weight: 600;
    font-size: 20px;
    color: #6c6c6c;
    text-align: center
}

.slider-content p:nth-child(3) {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: rgba(4,84,142,.5)
}

.panel {
    min-height: 42px
}

.form-group {
    display: inline-block;
    width: 100%
}

label {
    text-align: left;
    font-weight: 500
}

.navigation li {
    position: relative;
    display: block
}

.form-group select.form-control,.form-group .btn-group button {
    border: 1px solid #8e8e8e;
    height: 35px !important;
    border-radius: 5px !important;
    color: #4d4d4d !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    background-image: url(../../images/DesignStudio/SelectArrow.png) !important;
    background-repeat: no-repeat;
    background-position: 97% 50%;
    appearance: none;
    background-color: #fff;
    padding: 4px 12px;
    margin: 0 !important;
    box-shadow: none !important
}

.form-group .btn-group button .caret {
    display: none
}

.slider-wrap {
    height: 100%;
    width: 100%
}

.login-container .login_form_first {
    box-shadow: none;
    width: auto;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    background-color: transparent;
    padding: 0 10%;
    display: flex;
    flex-direction: row;
    align-items: center
}

.logo-title .flex {
    display: flex;
    align-content: center;
    align-items: center;
    grid-gap: 10px
}

.logo-title li svg path {
    fill: #263238
}

.logo-title li svg {
    width: 100px;
    height: 100px
}

.logo-title li span {
    font-family: Comfortaa;
    font-weight: 800;
    font-size: 56px;
    font-weight: 800;
    color: #59c878
}

.logo-title li p {
    font-weight: 700;
    font-size: 14px;
    color: #2033569e;
    margin-top: 12px
}

#divLogo {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 100%;
    margin: 0;
    background-image: url(../../images/login-icon.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center;
    margin-bottom: 20px
}

.circles {
    opacity: .75;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #59c878a6;
    animation: animate 25s linear infinite;
    bottom: -150px
}

.circles li:nth-child(1) {
    left: 5%;
    width: 80px;
    height: 80px;
    animation-delay: 0s
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s
}

.circles li:nth-child(3) {
    left: 90%;
    width: 20px;
    height: 20px;
    animation-delay: 4s
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%
    }
}

.CommonTabContent .CustomFlex .MoveSelect_2 .panel .panel-heading .heading-elements button,.CommonTabContent .CustomFlex .MoveSelect_2 .panel .panel-heading .heading-elements button,.login-cover {
    background-size: cover;
    background: linear-gradient(to bottom,#bde1ff,#f3fcff,#fff)
}

.login-container {
    background-position: left bottom,100%;
    background-size: 50%,100%;
    height: 100%;
    background-repeat: no-repeat
}

.login-container .logo-title {
    position: absolute;
    top: 90px;
    left: 82px;
    z-index: 2
}

.login-container .content-wrapper {
    vertical-align: middle;
    display: table-cell;
    padding-bottom: 0;
    width: 100%
}

.login-container .content {
    padding: 20px 0
}

.login-container .login_form_first {
    box-shadow: none;
    width: auto;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    background-color: transparent;
    padding: 0 10%
}

.bg {
    background: url(../../images/Login_Images/front-end.svg);
    height: 408px;
    background-repeat: no-repeat;
    background-position: 40% 100%;
    background-repeat: no-repeat;
    background-position: 40% 100%;
    background-size: 60%;
    padding-top: 31px
}

.login-container .login_form_first .LeftSide {
    background-image: url(../../images/Login_Images/logo3.png),linear-gradient(to top,#ffffff14,#ffffff45,#ffffffab,#ffffff78);
    border-radius: 10px 0 0 10px;
    height: inherit;
    width: 50%;
    border-radius: 12px;
    backdrop-filter: blur(81px);
    box-shadow: rgb(46 68 100/12%) 0 7px 29px 0;
    background-repeat: no-repeat;
    background-size: 122px,100%
}

.login-container .login_form_first .RightSide {
    float: right;
    background: none;
    position: relative;
    border-radius: 0 10px 10px 0;
    padding: 20px 75px;
    width: 50%
}

.login-container .VerticalMiddle {
    display: table;
    float: right;
    width: 450px
}

.login-container .VerticalMiddle .VerticalCenter {
    display: table-cell;
    vertical-align: middle
}

.login_form_first .form-group {
    width: 100%;
    float: left;
    margin-bottom: 15px
}

.login-container .login_form_first .RightSide .form-group .LoginLabel {
    color: #666d6e;
    padding: 7px 0;
    font-size: 14px;
    font-weight: 400
}

.login-container .login_form_first::after {
    content: '';
    background: none
}

.login-container .login_form_first .RightSide .content-group {
    padding: 0
}

.login-container .login_form_first .RightSide .form-group .BtnLogin {
    width: 100%;
    color: #fff;
    background: #407bff;
    padding: 10px 60px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    line-height: 20px
}

.login-container .login_form_first .RightSide .content-group small {
    color: #36393e;
    font-size: 34px
}

.login-container .login_form_first .RightSide p {
    color: #666d6e
}

.login-container .logo-title p {
    color: #2033569e
}

.login-container .login_form_first .RightSide .form-group input[type="text"] {
    background-image: url(../../images/user.svg);
    border-radius: 0;
    background-color: #fff;
    border-radius: 12px;
    border: none;
    height: 40px;
    padding: 5px 18px;
    color: #070b3a;
    letter-spacing: .5px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    font-size: 13px;
    display: block;
    width: 100%;
    border: 1px solid #a8d8ff
}

.login-container .login_form_first .RightSide .form-group input[type="password"] {
    background-image: url(../../images/password.svg);
    border-radius: 0;
    background-color: #fff;
    border-radius: 12px;
    border: none;
    height: 40px;
    padding: 5px 18px;
    color: #070b3a;
    letter-spacing: .5px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    font-size: 13px;
    display: block;
    width: 100%;
    border: 1px solid #a8d8ff
}

@media(min-width: 601px) {
    .navbar-fixed-top {
        position:fixed
    }
}

input:-internal-autofill-selected {
    background-color: #f00 !important;
    border-radius: 8px !important;
    border: none !important
}

.simplebar-scrollbar:before {
    display: none
}

.CustomColClass {
    float: left
}

.CustomConsoleMenu {
    -webkit-perspective: 1700px;
    -moz-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 0 50%;
    -moz-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
    display: inline-block;
    text-align: left;
    position: relative;
    margin-bottom: 22px
}

.CustomConsoleMenu .CustomMenuView {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
    border-radius: 10px
}

.CustomConsoleMenu .CustomMenuView .CustomMiddleTable {
    display: table;
    width: 100%;
    height: 260px
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon {
    overflow: hidden;
    height: 100%;
    background-color: transparent;
    display: table-cell;
    vertical-align: middle
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon .iconAnimate {
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon .iconAnimate i {
    border: none !important;
    font-size: 25px !important
}

.CustomConsoleMenu .CustomMenuView .CustomLoadMenu {
    width: 65%;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform .7s,opacity .1s .3s;
    -moz-transition: -moz-transform .7s,opacity .1s .3s;
    transition: transform .7s,opacity .1s .3s;
    position: absolute;
    top: 0;
    left: 0;
    height: 260px !important
}

.CustomConsoleMenu .CustomMenuView .CustomLoadMenu .CustomScroll {
    width: 100% !important;
    height: 100% !important
}

.CustomConsoleMenu .CustomMenuView .CustomLoadMenu.CustomImgBg {
    background-size: 100%;
    background-position: 50% 100%;
    background-repeat: no-repeat
}

.CustomConsoleMenu .CustomMenuView .CustomLoadMenu .list-group {
    display: block;
    height: 100%
}

.CustomConsoleMenu .CustomMenuView .CustomLoadMenu .HoverTitle {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    margin: 0 auto;
    line-height: 18px;
    background-color: rgba(0,0,0,.11);
    padding: 10px 0;
    border-radius: 10px 0 0 0
}

.CustomConsoleMenu .CustomMenuView .CustomLoadMenu .list-group-item {
    padding: 9px 12px;
    line-height: 18px;
    font-weight: 500;
    font-size: 13px
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon div.iconAnimate {
    display: inline-block;
    font-size: 0;
    margin: 0 auto 15px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    color: #fff;
    border: 1px solid #ddd
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    width: 35%;
    line-height: 20px
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon h4 a {
    color: #3e4f6c !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon p {
    color: #b1afaf;
    font-size: 12px;
    font-weight: 400;
    margin: 0 auto;
    text-overflow: ellipsis;
    width: 200px;
    overflow: hidden
}

.CustomConsoleMenu .CustomMenuView:hover .CustomViewIcon .iconAnimate {
    -webkit-transform: translateX(165%) translateY(0%);
    -moz-transform: translateX(165%) translateY(0%);
    -ms-transform: translateX(165%) translateY(0%);
    transform: translateX(165%) translateY(0%)
}

.CustomConsoleMenu .CustomMenuView:hover .CustomViewIcon h4 {
    display: none
}

.CustomConsoleMenu .CustomMenuView:hover .CustomViewIcon p {
    display: none
}

.CustomConsoleMenu .CustomMenuView:hover .CustomLoadMenu {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform .4s,opacity .1s;
    -moz-transition: -moz-transform .4s,opacity .1s;
    transition: transform .4s,opacity .1s;
    border-radius: 10px 0 0 10px
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-teal-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-teal-400 div.iconAnimate i svg path {
    fill: #26a69a !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-blue-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-blue-400 div.iconAnimate i svg path {
    fill: #29b6f6 !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-green-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-green-400 div.iconAnimate i path {
    fill: #9ccc65 !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-danger-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-danger-400 div.iconAnimate i path {
    fill: #ef5350 !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-warning-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-warning-400 div.iconAnimate i path {
    fill: #ff7043 !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-success-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-success-400 div.iconAnimate i pathe {
    fill: #66bb6a !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-brown-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-brown-400 div.iconAnimate i path {
    fill: #8d6e63 !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-purple-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-purple-400 div.iconAnimate i path {
    fill: #7e57c2 !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-violet-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-violet-400 div.iconAnimate i path {
    fill: #ab47bc !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-pink-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-pink-400 div.iconAnimate i path {
    fill: #ec407a !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-indigo-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-indigo-400 div.iconAnimate i path {
    fill: #5c6bc0 !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-slate-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-slate-400 div.iconAnimate i path {
    fill: #78909c !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-grey-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-grey-400 div.iconAnimate i path {
    fill: #888 !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-primary-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-primary-400 div.iconAnimate i path {
    fill: #42a5f5 !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-info-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-info-400 div.iconAnimate i path {
    fill: #26c6da !important
}

.CustomWorkArea .CustomConsoleMenu .CustomMenuView:hover .CustomViewIcon .iconAnimate {
    transform: translateX(0%) translateY(0%)
}

.CustomWorkArea .CustomConsoleMenu .CustomMenuView:hover .CustomViewIcon h4 {
    display: block
}

.CustomWorkArea .CustomConsoleMenu .CustomMenuView .CustomMiddleTable::after {
    background-image: url(../../images/WorkareaBG.png),url(../../images/WorkareaIconBG.png) !important;
    background-position: -35px -35px,120% 133%;
    background-repeat: no-repeat;
    content: '';
    background-size: auto,auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1
}

.Knowledge .CustomInboxDesignO_G .page-header .page-title,.Ticket .CustomInboxDesignO_G .page-header .page-title,.Case .CustomInboxDesignO_G .page-header .page-title,.Similar .CustomInboxDesignO_G .page-header .page-title {
    padding: 11px 18px 11px 0 !important
}

.Knowledge .page-header .heading-elements,.Ticket .page-header .heading-elements,.Case .page-header .heading-elements,.Similar .page-header .heading-elements {
    top: 102px !important
}

.Knowledge .content,.Ticket .content,.Case .content,.Similar .content {
    padding-top: 65px !important
}

@media only screen and (min-width: 320px) {
    .CustomColClass .col-md-3 {
        width:100%
    }

    .CustomConsoleMenu .CustomMenuView:hover .CustomViewIcon .iconAnimate {
        -webkit-transform: translateX(190%) translateY(0%);
        -moz-transform: translateX(190%) translateY(0%);
        -ms-transform: translateX(190%) translateY(0%);
        transform: translateX(190%) translateY(0%)
    }

    .CustomConsoleMenu .CustomMenuView .CustomViewIcon div.iconAnimate {
        width: 65px;
        height: 65px;
        padding: 20px
    }
}

@media only screen and (min-width: 600px) {
    .CustomColClass .col-md-3 {
        width:50%
    }

    .CustomConsoleMenu .CustomMenuView:hover .CustomViewIcon .iconAnimate {
        -webkit-transform: translateX(170%) translateY(0%);
        -moz-transform: translateX(170%) translateY(0%);
        -ms-transform: translateX(170%) translateY(0%);
        transform: translateX(170%) translateY(0%)
    }

    .CustomConsoleMenu .CustomMenuView .CustomViewIcon div.iconAnimate {
        width: 60px;
        height: 60px;
        padding: 18px
    }
}

@media only screen and (min-width: 800px) {
    .CustomColClass .col-md-3 {
        width:33.33333%
    }

    .CustomColClass2 .col-md-3 {
        width: 50%
    }

    .CustomConsoleMenu .CustomMenuView:hover .CustomViewIcon .iconAnimate {
        -webkit-transform: translateX(170%) translateY(0%);
        -moz-transform: translateX(170%) translateY(0%);
        -ms-transform: translateX(170%) translateY(0%);
        transform: translateX(170%) translateY(0%)
    }

    .CustomConsoleMenu .CustomMenuView .CustomViewIcon div.iconAnimate {
        width: 60px;
        height: 60px;
        padding: 18px
    }
}

@media only screen and (min-width: 1000px) {
    .CustomColClass .col-md-3 {
        width:25%
    }

    .CustomColClass2 .col-md-3 {
        width: 50%
    }

    .CustomConsoleMenu .CustomMenuView:hover .CustomViewIcon .iconAnimate {
        -webkit-transform: translateX(170%) translateY(0%);
        -moz-transform: translateX(170%) translateY(0%);
        -ms-transform: translateX(170%) translateY(0%);
        transform: translateX(170%) translateY(0%)
    }

    .CustomConsoleMenu .CustomMenuView .CustomViewIcon div.iconAnimate {
        width: 60px;
        height: 60px;
        padding: 18px
    }
}

@media only screen and (min-width: 1250px) {
    .CustomColClass .col-md-3 {
        width:20%
    }

    .CustomColClass2 .col-md-3 {
        width: 33.33333333%
    }

    .CustomConsoleMenu .CustomMenuView:hover .CustomViewIcon .iconAnimate {
        -webkit-transform: translateX(135%) translateY(0%);
        -moz-transform: translateX(135%) translateY(0%);
        -ms-transform: translateX(135%) translateY(0%);
        transform: translateX(135%) translateY(0%)
    }

    .CustomConsoleMenu .CustomMenuView .CustomViewIcon div.iconAnimate {
        width: 55px;
        height: 55px;
        padding: 13px
    }

    .CustomConsoleMenu .CustomMenuView .CustomViewIcon h4 {
        width: 65%
    }
}

@media only screen and (min-width: 1300px) {
    .CustomConsoleMenu .CustomMenuView:hover .CustomViewIcon .iconAnimate {
        -webkit-transform:translateX(142%) translateY(0%);
        -moz-transform: translateX(142%) translateY(0%);
        -ms-transform: translateX(142%) translateY(0%);
        transform: translateX(142%) translateY(0%)
    }
}

@media(min-width: 1250px) and (max-width:1370px) {
    .CustomConsoleMenu .CustomMenuView .CustomLoadMenu {
        width:70%
    }
}

@media only screen and (min-width: 1370px) {
    .CustomColClass .col-md-3 {
        width:25%
    }

    .CustomColClass2 .col-md-3 {
        width: 33.33333333%
    }

    .CustomConsoleMenu .CustomMenuView:hover .CustomViewIcon .iconAnimate {
        -webkit-transform: translateX(120%) translateY(0%);
        -moz-transform: translateX(120%) translateY(0%);
        -ms-transform: translateX(120%) translateY(0%);
        transform: translateX(120%) translateY(0%)
    }

    .CustomConsoleMenu .CustomMenuView .CustomViewIcon div.iconAnimate {
        width: 65px;
        height: 65px;
        padding: 20px
    }
}

@media only screen and (min-width: 1420px) {
    .CustomConsoleMenu .CustomMenuView:hover .CustomViewIcon .iconAnimate {
        -webkit-transform:translateX(130%) translateY(0%);
        -moz-transform: translateX(130%) translateY(0%);
        -ms-transform: translateX(130%) translateY(0%);
        transform: translateX(130%) translateY(0%)
    }
}

@media only screen and (min-width: 1600px) {
    .CustomColClass .col-md-3 {
        width:20%
    }

    .CustomColClass2 .col-md-3 {
        width: 25%
    }

    .CustomConsoleMenu .CustomMenuView:hover .CustomViewIcon .iconAnimate {
        -webkit-transform: translateX(150%) translateY(0%);
        -moz-transform: translateX(150%) translateY(0%);
        -ms-transform: translateX(150%) translateY(0%);
        transform: translateX(150%) translateY(0%)
    }
}

@media only screen and (min-width: 1700px) {
    .CustomConsoleMenu .CustomMenuView:hover .CustomViewIcon .iconAnimate {
        -webkit-transform:translateX(145%) translateY(0%);
        -moz-transform: translateX(145%) translateY(0%);
        -ms-transform: translateX(145%) translateY(0%);
        transform: translateX(145%) translateY(0%)
    }
}

@media only screen and (min-width: 1921px) {
    .CustomColClass .col-md-3 {
        width:16.66666666%
    }
}

.CustomNavbarStrip {
    height: 47px;
    border: none;
    background-color: #fff;
    border-bottom: none;
    box-shadow: none;
    padding: 0 8px
}

.CustomNavbarStrip .navbar-brand {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 50px;
    padding: 0
}

.CustomNavbarStrip .navbar-brand .DoubleLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    grid-gap: 10px
}

.CustomNavbarStrip .navbar-brand .DoubleLogo span {
    font-size: 15px;
    font-weight: 400;
    color: #fff
}

.CustomNavbarStrip .navbar-header {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
  /*  width: 180px;
    min-width: 180px */
}

.CustomNavbarStrip .navbar-collapse {
    height: 50px
}

.CustomNavbarStrip .navbar-collapse>ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    height: 49px
}

.CustomNavbarStrip .navbar-collapse ul:first-child li.CustomToggleButton a {
    margin: 6px 15px 6px 0;
    color: #ffb400;
    font-weight: 500;
    display: inline-block;
    padding: 0 0
}

.CustomNavbarStrip ul .CustomToggleButton a span {
    float: left;
    display: block;
    position: relative;
    margin: 9px 0;
    width: 15px;
    height: 2px;
    background: #fff;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.CustomNavbarStrip ul .CustomToggleButton a span::before {
    position: absolute;
    background: #fff;
    height: 2px;
    content: " ";
    left: 0;
    top: 6px;
    width: 20px;
    -moz-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}

.CustomNavbarStrip ul .CustomToggleButton a span::before {
    position: absolute;
    background: #fff;
    height: 2px;
    content: " ";
    left: 0;
    top: 6px;
    width: 20px;
    -moz-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}

.CustomNavbarStrip .navbar-collapse ul:first-child li.WorkSpace {
    width: 160px
}

.CustomNavbarStrip .navbar-collapse ul:first-child li.WorkSpace>a {
    border: none;
    width: 100%;
    background-color: transparent;
    border-radius: 50px
}

.CustomNavbarStrip .navbar-collapse ul:first-child li a {
    color: #ffb400;
    font-weight: 500;
    display: inline-block;
    padding: 0 0
}

.CustomNavbarStrip .navbar-collapse ul:first-child li.WorkSpace a i.simple-icon-arrow-down {
    position: absolute;
    top: 50%;
    font-size: 0;
    right: 12px;
    transform: translateY(-50%);
    background-image: url(../.../images/DesignStudio/SelectArrowWhite.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 8px
}

.CustomNavbarStrip .navbar-collapse>ul .WorkSpace span {
    font-weight: 400;
    float: left;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 15px;
    padding: 14px 10px;
    color: #fff;
    letter-spacing: .3px;
    width: 100%;
    height: 40px;
    position: relative;
    text-align: left
}

.CustomNavbarStrip .navbar-collapse>ul .WorkSpace ul {
    float: left;
    margin-top: 0;
    z-index: 9;
    left: 0;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dce4ff;
    box-shadow: 0 1px 12px rgb(0 0 0/6%);
    min-width: 175px;
    padding: 7px 0
}

.CustomNavbarStrip .navbar-collapse ul:first-child li ul.dropdown-menu li:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.CustomNavbarStrip .navbar-collapse ul:first-child li ul.dropdown-menu li a {
    color: #4f5e77;
    display: inline-block;
    padding: 7px 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    position: relative
}

.CustomNavbarStrip .navbar-collapse ul:first-child li a {
    color: #ffb400;
    font-weight: 500;
    display: inline-block;
    padding: 0 0
}

.CustomNavbarStrip .navbar-collapse ul:first-child li ul.dropdown-menu li a {
    color: #4f5e77;
    display: inline-block;
    padding: 7px 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px
}

.CustomNavbarStrip .navbar-collapse ul:first-child li ul.dropdown-menu li {
    border-bottom: 1px solid rgb(79 94 119/15%)
}

.CustomNavbarStrip .navbar-collapse ul:first-child li ul.dropdown-menu li:last-child {
    border-bottom: none
}

.CustomNavbarStrip .navbar-collapse ul:first-child li.CustomToggleButton a {
    margin: 6px 15px 6px 0
}

.CustomNavbarStrip .navbar-collapse ul:first-child li.CustomToggleButton a:hover {
    background-color: transparent
}

.CustomNavbarStrip .navbar-collapse ul:first-child li.language-switch>a {
    padding: 4px 10px;
    background-color: transparent;
    color: #fff;
    line-height: 15px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .8px;
    margin: 2.5px 10px;
    border: 2px solid #fff
}

.CustomNavbarStrip a.navbar-brand img {
    margin-top: 0;
    width: 125px
}

.CustomNavbarStrip .navbar-collapse>ul:nth-child(3) {
    margin: 0
}

.CustomNavbarStrip .navbar-collapse>ul:nth-child(3) li:last-child::after {
    border-right: none
}

.CustomNavbarStrip .navbar-collapse>ul:nth-child(3) li a {
    padding: 5px 10px 5px;
    line-height: 8px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.CustomNavbarStrip .navbar-collapse>ul:nth-child(3) li a:focus {
    background-color: transparent
}

.CustomNavbarStrip .navbar-collapse>ul:nth-child(3) li a.dropdown-toggle .langText {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    margin-right: 8px
}

.CustomNavbarStrip .navbar-collapse>ul:nth-child(3) li a.dropdown-toggle .caret {
    background-image: url(../../images/BlueArrow.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 8px
}

.CustomNavbarStrip .navbar-collapse>ul:nth-child(3) li a.dropdown-toggle .caret::after {
    font-size: 0
}

.CustomNavbarStrip .navbar-collapse>ul:nth-child(3) li a i {
    color: #fff;
    font-size: 18px
}

.CustomNavbarStrip .navbar-collapse>ul:nth-child(3) li a:hover,.CustomNavbarStrip .navbar-collapse>ul:nth-child(2) li a:focus,.CustomNavbarStrip .navbar-collapse>ul:nth-child(2) li a:active {
    background-color: transparent
}

.CustomNavbarStrip .navbar-collapse>ul:nth-child(3) li:last-child a {
    padding: 10px
}

.CustomNavbarStrip .navbar-collapse>ul:nth-child(3) li:last-child a i img {
    width: 20px;
    height: 20px
}

.CustomNavbarStrip .navbar-collapse>ul:nth-child(3) li a span {
    padding: 0
}

.CustomNavbarStrip .navbar-collapse>ul:nth-child(3) li a span.badge {
    padding: 1px 5px 0 3px;
    top: -10px;
    margin-right: 7px;
    width: 20px;
    height: 20px;
    background-color: #f05c53;
    border-color: #f05c53;
    right: -3px
}

.CustomNavbarStrip .navbar-collapse>ul.nav:nth-child(2) {
    position: relative;
    margin: 0 0 0 5px
}

.CustomNavbarStrip .navbar-collapse>ul.nav:nth-child(2)>li>a {
    color: #fff;
    font-weight: 400;
    display: flex;
    padding: 0 10px;
    font-size: 13px;
    flex-direction: row;
    align-items: center;
    grid-gap: 8px
}

.CustomNavbarStrip .navbar-collapse>ul.nav:nth-child(2)>li>a,.CustomNavbarStrip .navbar-collapse>ul.nav:nth-child(2)>li>a:hover {
    background-color: transparent
}

.CustomNavbarStrip .navbar-collapse>ul.nav:nth-child(2)>li>a .UserImage img {
    width: 35px;
    height: 35px;
    max-height: 35px
}

.CustomNavbarStrip .navbar-collapse>ul.nav:nth-child(2)>li>a .caret {
    background-image: url(../../images/BlueArrow.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 8px
}

.CustomNavbarStrip .navbar-collapse>ul.nav:nth-child(2)>li>a .caret::after {
    font-size: 0
}

#ThemeOption {
    top: 50px
}

.CustomNavbarStrip .navbar-collapse>ul .WorkSpace span {
    font-weight: 400;
    float: left;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 15px;
    padding: 14px 10px;
    color: #fff;
    letter-spacing: .3px;
    width: 100%;
    height: 40px;
    position: relative;
    text-align: left
}

.CustomNavbarStrip .navbar-collapse>ul .WorkSpace ul {
    float: left;
    margin-top: 0;
    z-index: 9;
    left: 0;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dce4ff;
    box-shadow: 0 1px 12px rgb(0 0 0/6%);
    min-width: 175px;
    padding: 7px 0;
    /* display: none !important; */
}

.CustomNavbarStrip .navbar-collapse ul:first-child li.WorkSpace>a .CustomNavbarStrip .navbar-collapse>ul .WorkSpace ul li a {
    margin: 0;
    color: #303030;
    line-height: 12px
}

.CustomNavbarStrip .navbar-collapse>ul .WorkSpace ul li a i {
    font-size: 11px;
    font-weight: bold;
    color: #ffb400
}

.CustomNavbarStrip ul .CustomToggleButton a span {
    float: left;
    display: block;
    position: relative;
    margin: 9px 0;
    width: 15px;
    height: 2px;
    background: #fff;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.CustomNavbarStrip ul .CustomToggleButton a span::before {
    position: absolute;
    background: #fff;
    height: 2px;
    content: " ";
    left: 0;
    top: 6px;
    width: 20px;
    -moz-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}

.CustomNavbarStrip ul .CustomToggleButton a span::after {
    position: absolute;
    background: #fff;
    height: 2px;
    content: " ";
    left: 0;
    top: -6px;
    width: 10px;
    transition: width .2s ease-in-out
}

.CustomNavbarStrip ul .CustomToggleButton a:hover span::after,.CustomNavbarStrip ul .CustomToggleButton a:hover span {
    width: 20px
}

.CustomNavbarStrip ul.dropdown-menu {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dce4ff;
    box-shadow: 0 1px 12px rgb(0 0 0/6%);
    min-width: 200px;
    padding: 7px 0;
    margin-top: 16px
}

.CustomNavbarStrip .dropdown-menu li a {
    padding: 10px 12px;
    width: 100%;
    position: relative;
    font-weight: 500;
    color: #4f5e77;
    font-size: 14px;
    line-height: 20px
}

.CustomNavbarStrip .dropdown-menu li a:hover {
    background-color: rgba(112,143,254,.15)
}

.CustomNavbarStrip .dropdown-menu li.divider {
    margin: 0
}

.CustomNavbarStrip .dropdown-menu>li {
    margin-bottom: 0
}

.CustomSidebarStrip::after {
    border-right: none;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0
}

.CustomFixed.page-header .page-header-content .heading-elements ul li a span {
    font-size: 13px;
    font-weight: 500;
    color: #6a727d;
    line-height: 12px;
    text-align: center
}

.CustomSidebarStrip {
    background-color: #fff;
    box-shadow: 0 0 10px rgb(150 169 225/30%);
    border-right: 0 solid rgb(79 94 119/20%)
}

.CustomSidebarStrip::after {
    border-right: none;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0
}

.CustomSidebarStrip .navigation li {
    color: #303030;
    margin: 0;
    position: relative
}

.CustomSidebarStrip .sidebar-content ul.navigation li.SearchForDesktop {
    padding: 2px 0
}

.CustomSidebarStrip .sidebar-content ul.navigation li.SearchForDesktop .has-feedback {
    margin: 0 5px 0 5px;
    position: relative
}

.SearchForDesktop {
    display: block
}

.CustomSidebarStrip .sidebar-content ul.navigation li.SearchForDesktop .has-feedback {
    margin: 0 5px 0 5px;
    position: relative
}

.CustomSidebarStrip .sidebar-content ul.navigation li.SearchForDesktop .has-feedback .form-control-feedback {
    right: auto;
    left: 0;
    height: 32px;
    width: 25px
}

.CustomSidebarStrip .sidebar-content ul.navigation li.SearchForDesktop .has-feedback .form-control-feedback i {
    line-height: 30px;
    font-size: 14px;
    color: #ff9800;
    font-weight: 600
}

.CustomSidebarStrip .sidebar-content ul.navigation li.SearchForDesktop .has-feedback input[type="search"].SearchEmpty {
    border-radius: 4px;
    border: none;
    background-color: #9cb9ff3b;
    padding: 6px 5px 6px 7px;
    height: 32px;
    box-shadow: none;
    border-bottom: 1px solid rgba(255,255,255,.7);
    width: 100%;
    transition: all .5s;
    color: #000
}

.changecolor-search {
    width: 100%
}

.CustomSidebarStrip .navigation .navigation-header {
    padding: 0
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li.navigation-header a {
    min-height: 40px
}

.sidebar-xs .CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li a {
    color: #fff;
    padding: 0;
    min-height: 42px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.CustomSidebarStrip .navigation .navigation-header a {
    min-height: 34px;
    line-height: 15px;
    position: relative;
    padding: 9px 15px
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li a span {
    color: #3a4b69;
    font-size: 14px;
    font-weight: 500;
    display: flex;
}

.CustomSidebarStrip .navigation .navigation-header a span {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .2px;
    color: #182336;
    text-transform: capitalize
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li a::after {
    color: #195acb;
    font-size: 16px;
    font-weight: 500
}

.CustomSidebarStrip .navigation .navigation-header a::after {
    position: absolute;
    content: '';
    background-color: rgb(79 94 119/40%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i {
    width: 44px;
    margin: 0;
    color: #596781;
    text-align: center;
    padding: 15px 0;
    font-size: 0;
    position: relative;
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i::before {
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: 40px !important;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}

.navigation li>.has-ul:after {
    color: transparent !important;
    width: 10px;
    background-repeat: no-repeat
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li a::after {
    color: #195acb;
    font-size: 16px;
    font-weight: 500
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-stack-exchange::before {
    background-image: url(../../images/AdminConsoleMenu/Variables.png)
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-user::before {
    background-image: url('../../images/AdminConsoleMenu/User_Management_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-sitemap::before {
    background-image: url('../../images/AdminConsoleMenu/Group_Management.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-sitemap::before {
    background-image: url('../../images/AdminConsoleMenu/Group_Management_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-home::before {
    background-image: url('../../images/AdminConsoleMenu/Infrastructure.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-home::before {
    background-image: url('../../images/AdminConsoleMenu/Infrastructure_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-fire::before {
    background-image: url('../../images/AdminConsoleMenu/Event_Factory.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-fire::before {
    background-image: url('../../images/AdminConsoleMenu/Event_Factory_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-suitcase::before {
    background-image: url('../../images/AdminConsoleMenu/Process_Engine.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-suitcase::before {
    background-image: url('../../images/AdminConsoleMenu/Process_Engine_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-envelope::before {
    background-image: url('../../images/AdminConsoleMenu/Inbox_Console.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-envelope::before {
    background-image: url('../../images/AdminConsoleMenu/Inbox_Console_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-gear::before {
    background-image: url('../../images/AdminConsoleMenu/Settings.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-gear::before {
    background-image: url('../../images/AdminConsoleMenu/Settings_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-file::before {
    background-image: url('../../images/AdminConsoleMenu/Document_Management.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-file::before {
    background-image: url('../../images/AdminConsoleMenu/Document_Management_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-user::before {
    background-image: url('../../images/AdminConsoleMenu/Administration.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-user::before {
    background-image: url('../../images/AdminConsoleMenu/Administration-h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-stack-exchange::before {
    background-image: url('../../images/AdminConsoleMenu/Domain_DataMaps.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-stack-exchange::before {
    background-image: url('../../images/AdminConsoleMenu/Domain_DataMaps-h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-stack-exchange::before {
    background-image: url('../../images/AdminConsoleMenu/Variables.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-stack-exchange::before {
    background-image: url('../../images/AdminConsoleMenu/Variables_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-area-chart::before {
    background-image: url('../../images/AdminConsoleMenu/Reports.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-area-chart::before {
    background-image: url('../../images/AdminConsoleMenu/Reports_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-user-plus::before {
    background-image: url('../../images/AdminConsoleMenu/Others.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-user-plus::before {
    background-image: url('../../images/AdminConsoleMenu/Others_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-briefcase::before {
    background-image: url('../../images/AdminConsoleMenu/Project_Management.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-briefcase::before {
    background-image: url('../../images/AdminConsoleMenu/Project_Management_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation>li>a:hover::before,.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation>li>a:focus::before,.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation>li.active>a::before {
    opacity: 1;
    width: 96%
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li.active>a::before {
    background-color: #3b61eb;
    color: #fff;
    content: '';
    position: absolute;
    width: 96%;
    height: 42px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 4px;
    border: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    box-shadow: none
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li.active a::after {
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

.navigation li.active>.has-ul:after {
    background-image: url(../../images/SideArrow.png);
}

.navigation li>.has-ul:after {
    color: transparent !important;
    width: 10px;
    background-repeat: no-repeat;
    right: 18px;
    opacity: .5
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li a:hover,.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li a:focus,.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li.active>a {
    background-color: transparent
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li.active>a span {
    color: #3a4b69;
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li ul {
    background-color: rgba(244,245,248,1);
    color: #2f2c2c
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li ul li {
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding: 0 !important
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li ul li a {
    padding: 9px 20px 9px 35px;
    border-bottom: 1px solid #e6ebff;
    min-height: 55px;
    display: flex;
    align-items: center;
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li.active ul li a i {
    color: #3b61eb
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li a i {
    width: 18px;
    margin: 2px 0 0
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li a:hover {
    background-color: #dfe6ff
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li.active a:hover {
    background-color: transparent
}

.navigation li>.has-ul:after {
    content: '/' !important;
    background-image: url(../../images/SideArrow.png)
}

.navigation li.active>.has-ul:after {
    background-image: url(../../images/SideArrow.png);
}

.CustomFixed.page-header .page-header-content .heading-elements .input-group .input-group-btn a {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    height: auto;
    border: none
}

.page-container {
    height: 100% !important
}

.content-wrapper {
    padding-bottom: 0
}

.page-title {
    padding: 11px 18px 11px 0 !important;
    display: block;
    position: relative
}

.zIndex {
    z-index: 3
}

.input-group .form-control:first-child {
    height: inherit
}

ropdown-menu {
    border-bottom: 1px solid var(--main-bgInfo-color);
    border-left: 1px solid var(--main-bgInfo-color);
    border-right: 1px solid var(--main-bgInfo-color)
}

.CustomFixed {
    width: 100%;
    position: fixed;
    z-index: 5
}

.CustomFixed .page-header-content {
    border: none !important;
    background-color: #fff;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.CustomFixed .page-header-content .mainHeading {
    padding: 0 !important
}

.CustomFixed .page-header-content .mainHeading h4 {
    font-size: 17px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 22px
}

.CustomFixed .page-header-content .mainHeading h5 label {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 16px
}

.CustomFixed .page-header-content .mainHeading h5 span {
    font-size: 13px;
    font-weight: 400;
    line-height: 12px;
    background-color: #3b61eb;
    color: #fff;
    margin: 0 0 0 5px;
    padding: 3px 8px;
    border-radius: 4px
}

#smartUIPageContainer .CustomFixed .heading-elements {
    background-color: transparent;
    position: fixed;
    top: 97px;
    margin-top: 0;
    right: 6px
}

#dvDesignStudioIfmContainer .CustomFixed .heading-elements {
    background-color: transparent;
    position: fixed;
    top: 97px;
    right: 10px;
    margin-top: 0
}

.CustomFixed.page-header .page-header-content .heading-elements {
    margin: 0 !important;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 20px;
    height: auto;
    background-color: transparent;
    top: 50% !important;
    transform: translateY(-50%);
    position: absolute;
    right: 10px
}

.CustomFixed.page-header .page-header-content .heading-elements .form-group {
    margin: 0 !important
}

.CustomFixed.page-header .page-header-content .heading-elements .input-group {
    width: 250px;
    margin: 0;
    height: auto !important
}

.CustomFixed.page-header .page-header-content .heading-elements .input-group input[type="search"] {
    height: 32px !important;
    border: 1px solid #8994a987 !important;
    border-radius: 5px !important;
    background-color: transparent !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #404040 !important;
    padding: 0 10px !important
}

.CustomFixed.page-header .page-header-content .heading-elements .input-group .input-group-btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: auto
}

.CustomFixed.page-header .page-header-content .heading-elements .input-group .input-group-btn i svg path {
    width: 17px;
    height: 17px
}

.CustomFixed.page-header .page-header-content .heading-elements .input-group .input-group-btn i svg path,.CustomFixed.page-header .page-header-content .heading-elements .input-group .input-group-btn i svg circle {
    fill: #4f5d77
}

.CustomFixed.page-header .page-header-content .heading-elements .form-group .btn-group {
    width: 100%
}

.CustomFixed.page-header .page-header-content .heading-elements .form-group .btn-group {
    width: 100%
}

.CustomFixed.page-header .page-header-content .heading-elements .form-group .btn-group button {
    text-align: left;
    border-radius: 5px !important;
    height: 32px !important;
    border: 1px solid #8994a987 !important;
    background-color: transparent;
    padding: 0 12px !important;
    background-position: 90% 50%;
    background-color: #fff
}

.CustomFixed.page-header .page-header-content .heading-elements .form-group .btn-group ul {
    display: none
}

.CustomFixed.page-header .page-header-content .heading-elements .form-group .btn-group.open ul {
    display: block
}

.CustomFixed.page-header .page-header-content .heading-elements ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 5px
}

.CustomFixed.page-header .page-header-content .heading-elements .form-group .btn-group ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #ddd
}

.CustomFixed.page-header .page-header-content .heading-elements .form-group .btn-group ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #4f5d77;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 8px 0
}

.CustomFixed.page-header .page-header-content .heading-elements ul li {
    display: inline-block;
    padding: 0
}

.heading-elements ul>li>a i svg {
    width: 16px
}

.CustomFixed.page-header .page-header-content .heading-elements ul {
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-shrink: 0;
    grid-gap: 25px
}

.CustomFixed.page-header .page-header-content .heading-elements ul li a i svg {
    width: 19px;
    height: 18px
}

.mainCustomTable .panel {
    border: 1px solid #ddd !important;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none !important;
    position: relative
}

.mainCustomTable .panel-heading {
    border: none;
    background-color: #fff;
    border-radius: 0;
    padding: 7px 20px !important;
    float: left;
    width: 100%;
    margin: 0;
    z-index: 1
}

.mainCustomTable .panel-heading.filters {
    float: left
}

.mainCustomTable .panel-heading .Group-GridActionBtn {
    display: flex;
    grid-gap: 10px
}

.mainCustomTable .panel-heading .Group-GridActionBtn a.GridActionBtn {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: block;
    line-height: 24px !important;
    color: #3b61eb !important;
    background-color: transparent !important;
    padding: 7px 10px !important;
    border-radius: 5px;
    border: 3px solid #ebeffd !important
}

.mainCustomTable .panel-heading .Group-GridActionBtn a.GridActionBtn.active {
    background-color: #ebeffd !important
}

.mainCustomTable .panel-heading h5 {
    margin: 0;
    padding: 0;
    line-height: 18px;
    font-size: 17px;
    font-weight: 500;
    color: #1a1a1a;
    display: inline-block;
    padding: 11px 0
}

.mainCustomTable .panel-heading h5 #lblRole,.mainCustomTable .panel-heading h5 #lblRole {
    font-size: 14px
}

.mainCustomTable .panel-heading .heading-elements {
    background-color: inherit;
    position: absolute;
    top: 50%;
    right: 25px;
    height: 32px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.mainCustomTable .panel-heading .heading-elements>ul {
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    height: 32px;
    grid-gap: 10px
}

.mainCustomTable .panel-heading .heading-elements>ul>li {
    float: left
}

.mainCustomTable .panel-heading .heading-elements>ul>li[title="Search"] {
    height: 32px !important
}

.mainCustomTable .panel-heading .heading-elements>ul>li>a {
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    padding: 5px 10px;
    display: flex !important;
    height: 32px;
    box-shadow: none;
    align-items: center
}

.mainCustomTable .panel-heading .heading-elements>ul>li>a:hover {
    background-color: #e6f1ff;
    border-radius: 10px
}

.mainCustomTable .panel-heading .heading-elements>ul>li>a i svg {
    width: 17px;
    height: 17px
}

.mainCustomTable .panel-heading .heading-elements>ul>li>a i img {
    width: 14px
}

.objboxParent {
    height: auto !important
}

.mainCustomTable .panel-heading .heading-elements>ul>li.Filter>a {
    width: 40px;
    height: 32px;
    background-color: #f5f6f8;
    border-radius: 10px;
    padding: 0 !important
}

.mainCustomTable .panel-heading .heading-elements>ul>li.Filter>a i {
    width: 40px;
    height: 32px;
    display: flex;
    padding: 0;
    justify-content: space-around;
    align-items: center
}

.mainCustomTable .panel-heading .heading-elements>ul>li.Filter>a i img {
    width: 18px
}

.mainCustomTable .panel-heading .heading-elements>ul>li.Filter ul.dropdown-menu {
    width: 290px;
    background-color: #fff;
    border-radius: 10px;
    right: 0;
    left: auto;
    padding: 6px 25px 15px;
    margin: 2px 0;
    border: 1px solid #dfdfdf;
    box-shadow: 0 1px 12px rgb(0 0 0/6%)
}

.mainCustomTable .panel-heading .heading-elements>ul>li.Setting>a {
    width: 40px;
    height: 32px;
    background-color: #f5f6f8;
    border-radius: 10px;
    padding: 0 !important
}

.mainCustomTable .panel-heading .heading-elements>ul>li.Setting>a i {
    width: 40px;
    height: 32px;
    display: flex;
    padding: 0;
    justify-content: space-around;
    align-items: center
}

.mainCustomTable .panel-heading .heading-elements>ul>li.Setting>a i img {
    width: 18px
}

.mainCustomTable .panel-heading .heading-elements>ul>li.Setting ul.dropdown-menu {
    width: 220px;
    background-color: #fff;
    border-radius: 10px;
    right: 0;
    left: auto;
    padding: 8px 12px 8px;
    margin: 2px 0;
    border: 1px solid #dce4ff;
    box-shadow: 0 1px 12px rgb(0 0 0/6%)
}

.mainCustomTable .panel-heading .heading-elements>ul>li.Setting ul.dropdown-menu li {
    margin: 0
}

.mainCustomTable .panel-heading .heading-elements>ul>li.Setting ul.dropdown-menu li i img {
    width: 16px
}

.mainCustomTable .panel-heading .heading-elements>ul>li.Setting ul.dropdown-menu li a {
    font-size: 15px;
    font-weight: 400;
    color: #1a1a1a;
    padding: 8px 5px;
    display: flex;
    grid-gap: 10px;
    align-items: center
}

.mainCustomTable .panel-heading .heading-elements>ul>li.Setting ul.dropdown-menu li a:hover {
    background-color: #f0f3fd;
    border-radius: 8px
}

.mainCustomTable .panel-heading .heading-elements>ul>li .Btn_Group {
    display: flex
}

.mainCustomTable .panel-heading .heading-elements>ul>li .Btn_Group a.btn {
    display: flex;
    grid-gap: 5px;
    align-items: center;
    justify-content: space-between;
    height: 32px;
    padding: 5px 10px
}

.mainCustomTable .panel-heading .heading-elements>ul>li .Btn_Group a.btn:hover {
    background-color: #e6f1ff;
    border-radius: 10px;
    box-shadow: none !important
}

.mainCustomTable .panel-heading .heading-elements>ul>li .Btn_Group a.btn i img {
    width: 17px
}

.mainCustomTable .panel-heading .heading-elements>ul>li .Btn_Group a.btn span {
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 17px;
    display: inline-block
}

.mainCustomTable .panel-heading .heading-elements>ul>li .input-group {
    margin: 0;
    height: 32px !important
}

.mainCustomTable .panel-heading .heading-elements>ul>li .input-group .mainCustomTable .panel-heading .heading-elements>ul>li .input-group .form-control[type="search"] {
    height: 32px !important;
    border-radius: 4px 0 0 4px !important;
    border-right: none !important
}

.mainCustomTable .panel-heading .heading-elements>ul>li .input-group .form-control[type="search"]~.input-group-btn {
    border: 1px solid #e5e5e5 !important;
    border-radius: 0 3px 3px 0
}

.mainCustomTable .panel-heading .heading-elements>ul>li .input-group .form-control[type="search"]~.input-group-btn a.btn {
    height: 30px !important
}

.mainCustomTable .panel-heading .heading-elements>ul>li .input-group .form-control {
    height: 32px;
    color: #1a1a1a;
    border-radius: 3px 0 0 3px;
    border: 1px solid #e5e5e5;
    border-right: none
}

.mainCustomTable .panel-heading .heading-elements>ul.Org_Structure>li .ActionBtn {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    justify-content: space-between
}

.mainCustomTable .panel-heading .heading-elements>ul.Org_Structure>li .ActionBtn a {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    border: 1px solid #3b61eb;
    line-height: 14px;
    border-radius: 4px;
    padding: 7px 15px;
    height: 28px
}

.mainCustomTable .panel-heading .heading-elements>ul.Org_Structure>li .ActionBtn a:hover {
    background-color: #3b61eb;
    color: #fff;
    font-weight: 400
}

.mainCustomTable .panel-heading .heading-elements>ul.Org_Structure>li .heading-form .form-group .input-group {
    background-color: transparent
}

.mainCustomTable .panel-heading .heading-elements>ul.Org_Structure>li .heading-form .form-group .input-group input {
    height: 32px !important;
    border-radius: 3px 0 0 3px !important;
    border-right: none !important
}

.mainCustomTable .panel-heading .heading-elements>ul.Org_Structure>li .heading-form .form-group .input-group .input-group-btn {
    border: 1px solid #8e8e8e85 !important;
    border-radius: 0 3px 3px 0;
    background-color: #fff
}

.mainCustomTable .panel-heading .heading-elements>ul.Org_Structure>li .heading-form .form-group .input-group .input-group-btn a {
    height: 30px !important
}

.mainCustomTable .panel-heading .heading-elements>ul.Org_Structure>li .heading-form .form-group .input-group .dhxcombo_dhx_skyblue {
    height: 32px !important;
    background-color: #fff !important;
    border: 1px solid #8e8e8e !important;
    box-shadow: none !important
}

.mainCustomTable .panel-heading .heading-elements>ul.Org_Structure>li .heading-form .form-group .input-group .dhxcombo_dhx_skyblue .dhxcombo_input {
    border: none !important
}

.mainCustomTable .panel-heading .heading-elements ul li .input-group-btn[title="Search"] .mainCustomTable .panel-heading .heading-elements ul li .input-group-btn {
    height: 32px;
    border-radius: 0 3px 3px 0;
    border: 1px solid #e5e5e5;
    border-left: none
}

.mainCustomTable .panel-heading .heading-elements ul li .input-group-btn a {
    display: inline-block;
    padding: 5px;
    color: #6a727d
}

.mainCustomTable .panel-heading .filters span {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    grid-gap: 15px;
    justify-content: space-between
}

.mainCustomTable .panel-heading .filters span a {
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
    color: #9a9a9a;
    font-size: 17px;
    font-weight: 600;
    align-items: center;
    display: flex;
    justify-content: center
}

.mainCustomTable .panel-heading .filters .FilterTitle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px
}

.mainCustomTable .panel-heading .filters .FilterTitle label {
    color: #3d3b3b;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    margin: 0
}

.mainCustomTable .panel-heading .filters .FilterTitle a {
    font-size: 15px;
    font-weight: 500;
    color: #3d3b3b;
    line-height: 15px;
    background-color: #f0f3fd;
    padding: 4px 18px;
    border-radius: 8px
}

.mainCustomTable .panel-heading .filters span.RemoveFilter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    grid-gap: 15px;
    justify-content: space-between;
    padding-top: 10px
}

.mainCustomTable .panel-heading .filters span.RemoveFilter a {
    border: none;
    width: 100%;
    height: auto;
    font-size: 17px;
    font-weight: 400;
    color: #3d3b3b;
    grid-gap: 10px;
    padding: 4px 10px;
    background-color: #fdeeed;
    height: 35px
}

.mainCustomTable .panel-heading .filters span.RemoveFilter a label {
    margin: 0;
    font-weight: 400
}

.mainCustomTable .panel-heading .filters span.RemoveFilter a i img {
    width: 18px
}

.mainCustomTable .panel-body {
    padding: 5px 10px !important;
    height: calc(100vh - 210px);
}

.mainCustomTable div.gridbox .objbox {
    border-top: none !important;
    position: inherit
}

.mainCustomTable div.gridbox_dhx_skyblue.isModern table.hdr tr td {
    background-color: transparent !important;
    position: inherit
}

.mainCustomTable div.gridbox_dhx_skyblue.isModern table.hdr tr td div {
    padding-left: 0;
    color: #fff
}

.mainCustomTable div.gridbox_dhx_skyblue.isModern table.hdr tr td div.hdrcell {
    font-weight: 500;
    font-size: 14px;
    color: #1a1a1a;
    text-align: left;
    padding: 0 16px
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox .ftr,.mainCustomTable div.gridbox_dhx_skyblue.gridbox .xhdr {
    background-color: #f5f6f8;
    background-image: none;
    position: inherit !important
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox {
    width: 100% !important;
    height: auto !important
}

body:nth-of-type(1) .mainCustomTable div.gridbox_dhx_skyblue table.hdr tr {
    background-image: none !important
}

.mainCustomTable div.gridbox_dhx_skyblue.isModern table.hdr tr td label {
    margin-bottom: 0 !important;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    color: #1a1a1a;
    padding: 0 12px
}

.mainCustomTable div.gridbox table.hdr td {
    padding: 0 !important;
    border: none !important;
    vertical-align: inherit;
    height: 45px !important
}

.mainCustomTable .xhdr {
    height: 45px !important;
    border-radius: 0 !important
}

.mainCustomTable .xhdr .hdr {
    height: 45px !important
}

.mainCustomTable div.gridbox_dhx_skyblue.isModern table.obj tr td {
    border: none !important;
    font-weight: 500;
    border-left: 1px solid #f0f0f1 !important
}

.mainCustomTable div.gridbox_dhx_skyblue.isModern table.obj tr td:first-child {
    border-left: none !important
}

.mainCustomTable div.gridbox_dhx_skyblue.isModern table.obj tr td:last-child {
    border-right: none !important
}

.mainCustomTable .ev_dhx_skyblue td {
    border: none !important
}

.mainCustomTable .ev_dhx_skyblue {
    background-color: #fff !important
}

.mainCustomTable .odd_dhx_skyblue {
    background: linear-gradient(to left,rgba(1,192,200,.08) 0%,rgba(61,151,204,.08) 100%) !important
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj {
    border: none !important
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr {
    border: none !important;
    border-top: none !important;
    border-bottom: 1px solid #f0f0f1 !important
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr:first-child {
    border-bottom: none !important
}

.mainCustomTable div.purpleBG.gridbox_dhx_skyblue.gridbox table.obj tr {
    border: none !important;
    border-bottom: 1px solid #f0f0f1 !important;
    border-top: none !important
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr:nth-child(2) td {
    height: 45px
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td {
    height: 40px;
    position: inherit;
    font-size: 13px !important;
    font-weight: 400;
    color: #303030;
    padding: 0;
    background-color: #fff !important;
    padding: 0 16px !important
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td a {
    color: #3b61eb !important;
    font-weight: 500
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td ul.icons-list {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td a i.fa-pencil-square path {
    fill: #3b61eb
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td a i.fa-trash path {
    fill: #f44336
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td a i.fa-plus path {
    fill: #2b8c15
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .ajax-delete-record svg path {
    fill: #f44336
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .edit-milestone-modal svg path {
    fill: #3b61eb
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td ul.icons-list li {
    position: inherit
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td a i::before {
    display: none
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected td {
    background-color: #fafafb !important
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .treegrid_cell a {
    font-size: 14px;
    color: #3b61eb !important;
    font-weight: 400
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .ajax-view-record {
    border-radius: 4px;
    padding: 10px 50px 10px 12px;
    line-height: 10px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #3b61eb;
    font-size: 13px;
    color: #202020
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .ajax-view-record b {
    top: 0;
    border-radius: 0 !important;
    padding: 5px 7px;
    background-color: #3b61eb;
    border-radius: 0 4px 4px 0
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .ajax-view-record b span {
    font-size: 12px;
    border-radius: 100px;
    height: 18px;
    width: 18px;
    top: 0;
    line-height: 16px;
    font-weight: 600;
    padding: 0 3px 0 3px;
    border: none;
    color: #26282e
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td img {
    margin: 0 auto;
    padding-right: 8px
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .ajax-delete-record:hover,.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .ajax-delete-record:hover {
    box-shadow: none
}

.mainCustomTable .panel-footer {
    border-radius: 0;
    float: left;
    width: 100%;
    position: relative;
    padding: 13px 8px;
    box-shadow: none;
    border: none;
    background-color: #e5e5e5 !important;
    border: 1px solid #ddd
}

.mainCustomTable .panel-footer div.pull-left {
    padding-top: 0 !important
}

.mainCustomTable .panel-footer div select {
    border-color: transparent;
    background-color: transparent;
    border-radius: 25px 0 0 25px;
    line-height: 18px !important;
    height: 24px !important;
    padding: 1px 15px 4px 12px !important;
    font-weight: 500;
    font-size: 15px;
    color: #757575;
    background-image: url(../../images/DesignStudio/Pagination_SelectArrow.png) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right center
}

.mainCustomTable .panel-footer div select option {
    line-height: 16px !important;
    height: 23px !important;
    font-weight: 500
}

.panel-footer ul {
    margin-left: 5px;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 13px
}

.mainCustomTable .panel-footer ul li {
    border-radius: 0 25px 25px 0;
    padding: 5px 10px;
    line-height: 16px;
    margin: 0;
    position: relative;
    font-size: 10px;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
    background-color: transparent;
    height: 24px !important;
    border-left: 1px solid #dfdfdf;
    margin-left: 15px
}

.mainCustomTable .panel-footer ul li span {
    font-size: 14px;
    color: #757575;
    font-weight: 500
}

.mainCustomTable .panel-footer ul li span[data-i18n="of"] {
    padding: 0 5px
}

.mainCustomTable .panel-footer ul li span label {
    margin-bottom: 0
}

.mainCustomTable .panel-footer ul.pull-right li {
    margin: 0 !important;
    border: none !important
}

.mainCustomTable .panel-footer ul.pull-right>li[disabled],.mainCustomTable .panel-footer ul.pull-right>li[disabled] a {
    cursor: not-allowed
}

.mainCustomTable .panel-footer ul.pull-right>li {
    background-color: transparent;
    padding: 0 !important;
    border-radius: 0;
    background: none;
    float: left
}

.mainCustomTable .panel-footer ul.pull-right>li a {
    padding: 0 4px;
    line-height: 12px;
    opacity: 1;
    border: 1px solid #f1f1f3 !important;
    min-width: 0;
    background-color: #fff;
    float: left;
    margin: 0 3px;
    border-radius: 6px;
    height: 28px;
    width: 28px
}

.mainCustomTable .panel-footer ul li a:hover,.mainCustomTable .panel-footer ul li a:focus {
    box-shadow: none !important
}

.mainCustomTable .panel-footer ul li a i {
    color: #959595;
    padding: 5px 0;
    font-size: 15px !important
}

.mainCustomTable .odd_dhx_skyblue td {
    border: none!important
}

.mainCustomTable div.gridbox_dhx_skyblue.isIE table.hdr tr,.mainCustomTable div.gridbox_dhx_skyblue.isIE table.hdr tr {
    background-color: #76d6d4 !important
}

.mainCustomTable.Col_Style_One div.gridbox_dhx_skyblue.gridbox table.obj tr:nth-child(2) td:first-child {
    font-weight: 400
}

.mainCustomTable.Col_Style_One div.gridbox_dhx_skyblue.gridbox table.obj tr td:first-child {
    font-weight: 500
}

.mainCustomTable.Col_Style_One div.gridbox_dhx_skyblue.gridbox table.obj tr:nth-child(2) td:nth-child(2) {
    color: #303030
}

.mainCustomTable.Col_Style_One div.gridbox_dhx_skyblue.gridbox table.obj tr td:nth-child(2) {
    color: #4caf50
}

.mainCustomTable.Col_Style_One div.gridbox_dhx_skyblue.gridbox table.obj tr:nth-child(2) td:nth-child(3) {
    background-color: #f7fbff !important;
    border: none !important;
    color: #1a1a1a !important
}

.mainCustomTable.Col_Style_One div.gridbox_dhx_skyblue.gridbox table.obj tr td:nth-child(3) {
    background-color: #f7fbff !important;
    border: none !important;
    color: #3b61eb !important
}

.treegrid_cell {
    height: auto !important
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .treegrid_cell a {
    font-size: 14px;
    color: #3b61eb !important;
    font-weight: 400
}

.Lock svg path {
    fill: red
}

.CustomFixed.page-header .page-header-content .heading-elements ul li a i svg {
    width: 19px;
    height: 18px
}

.mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td img {
    margin: 0 auto;
    padding-right: 8px
}

.Lock svg {
    margin: 0;
    display: inherit;
    width: 15px;
    vertical-align: middle
}

.CommonMenuRight {
    width: calc(100% - 350px);
    float: left;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    background-color: #fff
}

#validationSummaryFrame .CustomFixed {
    position: static;
    margin: 0;
    border-bottom: none
}

.CustomFixed.page-header .page-header-content .heading-elements {
    height: auto;
    top: 50% !important;
    transform: translateY(-50%);
    position: absolute
}

.CustomFixed.page-header .page-header-content .heading-elements {
    margin: 0 !important;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 20px
}

.CustomFixed.page-header .page-header-content .heading-elements ul {
    padding: 0;
    margin: 0;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-shrink: 0;
    grid-gap: 15px;
    top: 20px;
    position: relative;
}

.CustomFixed.page-header .page-header-content .heading-elements .form-group .btn-group {
    width: 100%
}

.CustomFixed.page-header .page-header-content .heading-elements .form-group .btn-group button {
    text-align: left;
    border-radius: 5px !important;
    height: 32px !important;
    border: 1px solid #8994a987 !important;
    background-color: transparent;
    padding: 0 12px !important;
    background-position: 90% 50%
}

.CustomFixed.page-header .page-header-content .heading-elements .form-group .btn-group ul {
    display: none
}

.CustomFixed.page-header .page-header-content .heading-elements .form-group .btn-group.open ul {
    display: block
}

.CustomFixed.page-header .page-header-content .heading-elements .form-group .btn-group ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    padding: 0 14px
}

.CustomFixed.page-header .page-header-content .heading-elements .form-group .btn-group ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #4f5d77;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 8px 0
}

.CustomFixed.page-header .page-header-content .heading-elements ul li {
    display: inline-block;
    padding: 0
}

.CustomFixed.page-header .page-header-content .heading-elements ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 5px;
    min-width: 120px;
    min-height: 35px;
    font-weight: 600 !i;
}

.CustomFixed.page-header .page-header-content .heading-elements ul li a:hover span {
    color: #33aaef
}

.CustomFixed.page-header .page-header-content .heading-elements ul li a i svg {
    width: 19px;
    height: 18px
}

.CustomFixed.page-header .page-header-content .heading-elements ul li a i svg path {
    fill: #4f5d77
}

.CustomFixed.page-header .page-header-content .heading-elements ul li a span {
    font-size: 13px;
    font-weight: 500;
    color: #6a727d;
    line-height: 12px;
    text-align: center
}

.CustomFixed.page-header .page-header-content .heading-elements ul li.CusDdown a {
    flex-direction: row !important
}

.CustomFixed.page-header .page-header-content .heading-elements .Custom-drop ul {
    display: block !important
}

.CustomFixed.page-header .page-header-content .heading-elements .Custom-drop ul li {
    width: 100% !important
}

.CustomFixed.page-header .page-header-content .heading-elements .Custom-drop ul li a {
    display: block !important
}

.Custom-drop .dropdown-menu>.active>a,.Custom-drop .dropdown-menu>.active>a:hover,.Custom-drop .dropdown-menu>.active>a:focus {
    color: #2b2c30 !important;
    background-color: #dee2e5 !important
}

.CustomFixed.page-header .page-header-content .heading-elements .form-group {
    margin-top: 0 !important
}

.CustomFixed.page-header .page-header-content .heading-elements .input-group {
    width: 250px;
    margin: 0;
    height: auto !important
}

.CustomFixed.page-header .page-header-content .heading-elements .input-group input[type="search"] {
    height: 32px !important;
    border: 1px solid #8994a987 !important;
    border-radius: 5px !important;
    background-color: transparent !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #404040 !important;
    padding: 0 10px !important;
    font-family: 'Fira Sans',sans-serif !important
}

.CustomFixed.page-header .page-header-content .heading-elements .input-group .input-group-btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: auto
}

.CustomFixed.page-header .page-header-content .heading-elements .input-group .input-group-btn a {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    height: auto;
    border: none
}

.CustomFixed.page-header .page-header-content .heading-elements .input-group .input-group-btn i svg path {
    width: 17px;
    height: 17px
}

.CustomFixed.page-header .page-header-content .heading-elements .input-group .input-group-btn i svg path,.CustomFixed.page-header .page-header-content .heading-elements .input-group .input-group-btn i svg circle {
    fill: #4f5d77
}

.CustomFixed.page-header .page-header-content .heading-elements .input-group input {
    height: 36px !important
}

.CustomFixed.page-header .page-header-content .heading-elements .form-group div.dhxcombo_dhx_skyblue,.CustomFixed.page-header .page-header-content .heading-elements .form-group div.dhxcombo_dhx_skyblue .dhxcombo_input {
    height: 36px !important
}

.CustomFixed.page-header .page-header-content .heading-elements .heading-form .bootstrap-select btn.dropdown-toggle {
    height: 36px;
    border: none;
    border-radius: 50px;
    background-color: #ebedf3;
    font-size: 14px;
    font-weight: 400;
    color: #404040;
    padding: 0 20px
}

.DesignStudioToggle {
    width: 85px;
    height: 40px;
    display: flex;
    align-items: center;
    border-right: 1px solid #c2cef9;
    padding-left: 5px
}

.DesignStudioToggle div a.Non-Selected {
    display: block
}

.DesignStudioToggle div a {
    padding: 0 5px;
    display: inline-block
}

.DesignStudioToggle div a.Selected {
    display: none
}

.navbar-component.dstopmenu {
    border: none !important;
    background-color: #fff;
    min-height: 26px
}

.navbar-component {
    border-radius: 0;
    margin-bottom: 0
}

@media(min-width: 1275px) {
    .ForDefault {
        display:block
    }
}

.DesignStudioCustomTable .panel {
    border: 1px solid #e5e5e5 !important;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0
}

.DesignStudioCustomTable .panel-heading {
    border: none;
    background-color: #fff;
    border-radius: 0;
    padding: 10px 25px !important;
    float: left;
    width: 100%;
    margin: 0
}

.DesignStudioCustomTable .mini-panel {
    display: flex !important;
    align-items: center;
    grid-gap: 6px
}

.filters {
    float: left
}

.DesignStudioCustomTable .sub-heading {
    float: left;
    width: 100%
}

.DesignStudioCustomTable .sub-heading .sub-heading-inner {
    display: flex;
    grid-gap: 10px;
    background-color: #edf0ff;
    width: calc(100% - 50px);
    margin: auto;
    padding: 0 10px
}

.DesignStudioCustomTable .sub-heading .sub-heading-inner ul {
    padding: 0;
    display: flex;
    grid-gap: 10px;
    margin: 0
}

.DesignStudioCustomTable .sub-heading .sub-heading-inner ul li {
    padding: 10px 0
}

.DesignStudioCustomTable .sub-heading .sub-heading-inner ul li .dhxcombo_dhx_skyblue,.DesignStudioCustomTable .sub-heading .sub-heading-inner ul li .dhtmlxMenu_dhx_skyblue_TopLevel_Item_Normal,.DesignStudioCustomTable .sub-heading .sub-heading-inner ul li .dhtmlxMenu_dhx_skyblue_TopLevel_Item_Selected {
    height: 32px !important;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    margin: 0
}

.DesignStudioCustomTable .sub-heading .sub-heading-inner ul li .dhtmlxMenu_dhx_skyblue_TopLevel_Item_Normal .top_level_text,.DesignStudioCustomTable .sub-heading .sub-heading-inner ul li .dhtmlxMenu_dhx_skyblue_TopLevel_Item_Selected .top_level_text {
    height: 32px !important;
    width: 150px;
    font-size: 12px;
    font-weight: 500;
    color: #4c4c4c;
    line-height: 32px
}

.DesignStudioCustomTable .sub-heading .sub-heading-inner ul li .dhxcombo_dhx_skyblue .dhxcombo_input {
    height: 32px;
    background-color: transparent
}

.DesignStudioCustomTable .sub-heading .sub-heading-inner ul li .CustomComboSelect {
    height: 32px;
    background-color: #ddd;
    border-radius: 4px;
    border: none;
    margin: 0
}

.DesignStudioCustomTable .panel-heading h5 {
    margin: 0;
    padding: 0;
    line-height: 18px;
    font-size: 17px;
    font-weight: 500;
    color: #1a1a1a;
    display: inline-block;
    padding: 11px 0
}

.DesignStudioCustomTable .panel-heading .heading-elements {
    background-color: inherit;
    position: absolute;
    top: 50%;
    right: 25px;
    height: 32px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.DesignStudioCustomTable .objboxParent {
    height: auto !important
}

.DesignStudioCustomTable .panel-heading .heading-elements ul li .CustomSwitch {
    position: relative;
    display: flex;
    align-items: center
}

.DesignStudioCustomTable .panel-heading .heading-elements ul li .CustomSwitch .switch {
    display: inline-block;
    position: relative;
    left: 0;
    width: 100%
}

.DesignStudioCustomTable .panel-heading .heading-elements ul li .CustomSwitch .switch label {
    cursor: pointer;
    width: 100%;
    font-size: 11px;
    font-weight: 600;
    color: #4c4c4c;
    text-align: center;
    padding: 0 6px;
    margin: 0;
    display: flex
}

.DesignStudioCustomTable .panel-heading .heading-elements ul li .CustomSwitch .switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
    display: none
}

.DesignStudioCustomTable .panel-heading .heading-elements ul li .CustomSwitch .switch label input[type=checkbox]:checked+.lever {
    background-color: rgba(139,195,74,.5)
}

.DesignStudioCustomTable .panel-heading .heading-elements ul li .CustomSwitch .switch label .lever {
    margin: 0;
    content: "";
    display: inline-block;
    position: relative;
    width: 35px;
    height: 11px;
    background-color: #818181;
    border-radius: 15px;
    transition: background .3s ease;
    vertical-align: middle
}

.DesignStudioCustomTable .panel-heading .heading-elements ul li .CustomSwitch .switch label b {
    width: 100%;
    float: left;
    padding: 0;
    line-height: 12px;
    font-size: 14px;
    font-weight: 400;
    position: relative
}

.DesignStudioCustomTable .panel-heading .heading-elements ul li .CustomSwitch .switch label input[type=checkbox]:checked+.lever:after {
    background-color: #8bc34a;
    left: 14px
}

.DesignStudioCustomTable .panel-heading .heading-elements ul li .CustomSwitch .switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.3);
    left: -5px;
    top: -3px;
    transition: left .3s ease,background .3s ease,box-shadow .1s ease
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li>a {
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    padding: 5px 10px;
    height: 32px;
    display: flex !important;
    flex-direction: row;
    grid-gap: 10px;
    align-items: center
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li>a:hover {
    background-color: #e6f1ff;
    border-radius: 10px
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li>a i img {
    width: 14px
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.Filter>a {
    width: 40px;
    height: 32px;
    background-color: #f5f6f8;
    border-radius: 6px;
    padding: 0 !important;
    justify-content: center
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.Filter ul.dropdown-menu {
    width: 290px;
    background-color: #fff;
    border-radius: 10px;
    right: 0;
    left: auto;
    padding: 6px 25px 15px;
    margin: 2px 0;
    border: 1px solid #dfdfdf;
    box-shadow: 0 1px 12px rgb(0 0 0/6%)
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.TopIcon>a {
    width: 40px;
    height: 32px;
    background-color: #f5f6f8;
    border-radius: 6px;
    padding: 0 !important;
    justify-content: center;
    align-items: center
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li ul li.TopIcon a {
    width: 40px;
    height: 32px;
    background-color: #f5f6f8;
    border-radius: 6px;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    display: flex
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.TopIcon .btn-group button {
    background-color: #f5f6f8;
    background-image: url(../../images/DesignStudio/SelectArrowSmall.png);
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: right center;
    height: 32px;
    padding: 0 25px 0 10px
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.TopIcon .btn-group button:hover,.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.TopIcon .btn-group button:focus {
    background-color: #f5f6f8;
    box-shadow: none
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.TopIcon .btn-group button .caret {
    display: none
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.TopIcon .btn-group .dropdown-menu {
    border: 1px solid #ddd;
    margin: 0;
    padding: 2px 0;
    min-width: 125px;
    display: none
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.TopIcon.btnWorkFlow .btn-group .dropdown-menu a:hover {
    border-radius: 0 !important
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.TopIcon.btnWorkFlow .btn-group .dropdown-menu a {
    width: 100%
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.TopIcon .btn-group.open .dropdown-menu {
    display: block !important;
    width: 100% !important;
    height: auto !important
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.TopIcon .btn-group .dropdown-menu li {
    border-bottom: 1px solid #ddd;
    width: 100%
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.TopIcon .btn-group .dropdown-menu li a {
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    border-radius: 0
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.TopIcon .btn-group .dropdown-menu li:last-child {
    border-bottom: none
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.Delete>a {
    width: 40px;
    height: 32px;
    background-color: #ffeded;
    border-radius: 6px;
    padding: 0 !important;
    justify-content: center
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.Delete>a i svg path {
    fill: #ff2323
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.Save>a {
    background-color: #3b61ea;
    border-radius: 4px;
    padding: 4px 18px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    height: 30px
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.Setting>a {
    width: 40px;
    height: 32px;
    background-color: #f5f6f8;
    border-radius: 6px;
    padding: 0 !important;
    justify-content: center
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.Setting ul.dropdown-menu {
    width: 220px;
    background-color: #fff;
    border-radius: 10px;
    right: 0;
    left: auto;
    padding: 8px 12px 8px;
    margin: 2px 0;
    border: 1px solid #dce4ff;
    box-shadow: 0 1px 12px rgb(0 0 0/6%)
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.Setting ul.dropdown-menu li {
    margin: 0
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.Setting ul.dropdown-menu li i img {
    width: 16px
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.Setting ul.dropdown-menu li a {
    font-size: 15px;
    font-weight: 400;
    color: #1a1a1a;
    padding: 8px 5px;
    display: flex;
    align-items: center;
    grid-gap: 9px
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li.Setting ul.dropdown-menu li a:hover {
    background-color: #f0f3fd;
    border-radius: 8px
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li .input-group {
    margin: 0;
    width: 180px
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li .input-group .form-control {
    height: 32px;
    color: #1a1a1a;
    border-radius: 6px 0 0 6px;
    border: 1px solid #e3e3e3;
    border-right: none
}

.DesignStudioCustomTable .panel-heading .heading-elements ul li .input-group-btn {
    height: 32px;
    border-radius: 0 6px 6px 0;
    border: 1px solid #e5e5e5;
    border-left: none
}

.DesignStudioCustomTable .panel-heading .heading-elements ul li .input-group-btn a {
    display: inline-block;
    padding: 5px;
    color: #6a727d
}

.DesignStudioCustomTable .panel-heading .filters span {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    grid-gap: 15px;
    justify-content: space-between
}

.DesignStudioCustomTable .panel-heading .filters span a {
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
    color: #9a9a9a;
    font-size: 17px;
    font-weight: 600;
    align-items: center;
    display: flex;
    justify-content: center
}

.DesignStudioCustomTable .panel-heading .filters .FilterTitle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px
}

.DesignStudioCustomTable .panel-heading .filters .FilterTitle label {
    color: #3d3b3b;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    margin: 0
}

.DesignStudioCustomTable .panel-heading .filters .FilterTitle a {
    font-size: 15px;
    font-weight: 500;
    color: #3d3b3b;
    line-height: 15px;
    background-color: #f0f3fd;
    padding: 4px 18px;
    border-radius: 8px
}

.DesignStudioCustomTable .panel-heading .filters span.RemoveFilter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    grid-gap: 15px;
    justify-content: space-between;
    padding-top: 10px
}

.DesignStudioCustomTable .panel-heading .filters span.RemoveFilter a {
    border: none;
    width: 100%;
    height: auto;
    font-size: 17px;
    font-weight: 400;
    color: #3d3b3b;
    grid-gap: 10px;
    padding: 4px 10px;
    background-color: #fdeeed;
    height: 35px
}

.DesignStudioCustomTable .panel-heading .filters span.RemoveFilter a label {
    margin: 0;
    font-weight: 400
}

.DesignStudioCustomTable .panel-heading .filters span.RemoveFilter a i img {
    width: 18px
}

.DesignStudioCustomTable .panel-body {
    padding: 0 20px !important;
    float: left;
    width: 100%;
    position: inherit;
    height: calc(100vh - 157px);
    overflow: auto
}

.modal-dialog .DesignStudioCustomTable .panel-body {
    height: calc(100vh - 379px) !important
}

.DesignStudioCustomTable div.gridbox .objbox {
    border-top: none !important;
    position: inherit
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.isModern table.hdr tr td {
    background-color: transparent !important;
    position: inherit
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.isModern table.hdr tr td div {
    padding-left: 0;
    color: #fff
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.isModern table.hdr tr td div.hdrcell {
    font-weight: 500;
    font-size: 14px;
    color: #1a1a1a;
    text-align: left;
    padding: 0 16px
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox .ftr,.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox .xhdr {
    background-color: #f5f6f8;
    background-image: none;
    position: inherit !important
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox {
    width: 100% !important;
    height: auto !important
}

body:nth-of-type(1) .DesignStudioCustomTable div.gridbox_dhx_skyblue table.hdr tr {
    background-image: none !important
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.isModern table.hdr tr td label {
    margin-bottom: 0 !important;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    color: #1a1a1a;
    padding: 0
}

.DesignStudioCustomTable div.gridbox table.row20px tr td a.edit-milestone-modal {
    background-color: #f8f8f9;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    padding: 12px 10px
}

.DesignStudioCustomTable div.gridbox table.row20px tr td a i {
    color: #3b61eb !important;
    font-size: 18px
}

.DesignStudioCustomTable div.gridbox table.row20px tr td a i svg {
    width: 17px;
    height: 17px
}

.DesignStudioCustomTable div.gridbox table.row20px tr td a i::before {
    display: none
}

.DesignStudioCustomTable div.gridbox table.hdr td {
    padding: 0 !important;
    border: none !important;
    vertical-align: inherit;
    height: 45px !important
}

.DesignStudioCustomTable .xhdr {
    height: 45px !important;
    border-radius: 0 !important
}

.DesignStudioCustomTable .xhdr .hdr {
    height: 45px !important
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.isModern table.obj tr td {
    border: none !important;
    font-weight: 500;
    border-left: 1px solid #f0f0f1 !important
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.isModern table.obj tr td:first-child {
    border-left: none !important
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.isModern table.obj tr td:last-child {
    border-right: none !important
}

.DesignStudioCustomTable .ev_dhx_skyblue td {
    border: none !important
}

.DesignStudioCustomTable .ev_dhx_skyblue {
    background-color: #fff !important
}

.DesignStudioCustomTable .odd_dhx_skyblue {
    background: linear-gradient(to left,rgba(1,192,200,.08) 0%,rgba(61,151,204,.08) 100%) !important
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj {
    border: none !important
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr {
    border: none !important;
    border-top: none !important;
    border-bottom: 1px solid #f0f0f1 !important
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr:first-child {
    border-bottom: none !important
}

.DesignStudioCustomTable div.purpleBG.gridbox_dhx_skyblue.gridbox table.obj tr {
    border: none !important;
    border-bottom: 1px solid #f0f0f1 !important;
    border-top: none !important
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr:nth-child(2) td {
    height: 45px
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td {
    height: 45px;
    position: inherit;
    font-size: 13px !important;
    font-weight: 500;
    color: #303030;
    padding: 0;
    background-color: #fff !important;
    padding: 0 16px !important
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected td {
    background-color: #fafafb !important
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .treegrid_cell a {
    font-size: 14px;
    color: #3b61eb !important;
    font-weight: 400
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .ajax-view-record {
    border-radius: 4px;
    padding: 10px 50px 10px 12px;
    line-height: 10px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #3b61eb;
    font-size: 13px;
    color: #202020
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .ajax-view-record b {
    top: 0;
    border-radius: 0 !important;
    padding: 5px 7px;
    background-color: #3b61eb;
    border-radius: 0 4px 4px 0
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .ajax-view-record b span {
    font-size: 12px;
    border-radius: 100px;
    height: 18px;
    width: 18px;
    top: 0;
    line-height: 16px;
    font-weight: 600;
    padding: 0 3px 0 3px;
    border: none;
    color: #26282e
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td img {
    margin: 0 auto;
    padding-right: 8px
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .ajax-delete-record,.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .edit-milestone-modal {
    width: 42px;
    height: 42px;
    background-color: transparent;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: none
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .ajax-delete-record:hover,.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .ajax-delete-record:hover {
    box-shadow: none
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .ajax-delete-record i {
    font-size: 0 !important;
    width: 18px;
    height: 22px
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .edit-milestone-modal i {
    font-size: 0 !important;
    width: 18px;
    height: 18px
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .fa-trash svg path {
    fill: #f44336
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .fa-plus svg path {
    fill: #2b8c15
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .fa-code svg path {
    fill: #cd8e12;
    stroke: #cd8e12
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td .fa-area-chart svg path {
    fill: #3b61eb
}

.DesignStudioCustomTable .panel-footer {
    border-radius: 0;
    float: left;
    width: 100%;
    position: relative;
    padding: 10px 8px;
    box-shadow: none
}

.DesignStudioCustomTable .panel-footer::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #8d93a9;
    left: 0;
    bottom: 0
}

.DesignStudioCustomTable .panel-footer div.pull-left {
    padding-top: 0 !important
}

.DesignStudioCustomTable .panel-footer div select {
    border-color: #3b61eb;
    border-radius: 25px 0 0 25px;
    line-height: 9px !important;
    height: 23px !important;
    padding: 1px 20px 4px 12px !important;
    font-weight: 500
}

.DesignStudioCustomTable .panel-footer div select option {
    line-height: 16px !important;
    height: 23px !important;
    font-weight: 500
}

.panel-footer ul {
    margin-left: 5px;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 13px
}

.DesignStudioCustomTable .panel-footer ul li {
    border-radius: 0 25px 25px 0;
    padding: 5px 10px;
    line-height: 12px;
    margin: 0;
    position: relative;
    font-size: 10px;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
    background-color: #3b61eb
}

.DesignStudioCustomTable .panel-footer ul li span {
    font-size: 11.5px;
    color: #fff;
    font-weight: 500
}

.DesignStudioCustomTable .panel-footer ul li span label {
    margin-bottom: 0
}

.DesignStudioCustomTable .panel-footer ul.pull-right>li[disabled],.DesignStudioCustomTable .panel-footer ul.pull-right>li[disabled] a {
    cursor: not-allowed
}

.DesignStudioCustomTable .panel-footer ul.pull-right>li {
    background-color: transparent;
    padding: 0 !important;
    border-radius: 0;
    background: none;
    float: left
}

.DesignStudioCustomTable .panel-footer ul.pull-right>li a {
    padding: 0 4px;
    line-height: 12px;
    opacity: 1;
    border: none !important;
    min-width: 0;
    background-color: #3b61eb;
    float: left;
    margin: 0 2px;
    border-radius: 0;
    height: 23px
}

.DesignStudioCustomTable .panel-footer ul li a:hover,.DesignStudioCustomTable .panel-footer ul li a:focus {
    box-shadow: none !important
}

.DesignStudioCustomTable .panel-footer ul li a i {
    width: 20px;
    height: 23px;
    color: #fff;
    font-weight: 500;
    border-radius: 2px;
    line-height: 20px
}

.DesignStudioCustomTable .odd_dhx_skyblue td {
    border: none!important
}

.DesignStudioCustomTable div.gridbox_dhx_skyblue.isIE table.hdr tr,.DesignStudioCustomTable div.gridbox_dhx_skyblue.isIE table.hdr tr {
    background-color: #76d6d4 !important
}

.DesignStudioCustomTable.Col_Style_One div.gridbox_dhx_skyblue.gridbox table.obj tr:nth-child(2) td:first-child {
    font-weight: 400
}

.DesignStudioCustomTable.Col_Style_One div.gridbox_dhx_skyblue.gridbox table.obj tr td:first-child {
    font-weight: 500
}

.DesignStudioCustomTable.Col_Style_One div.gridbox_dhx_skyblue.gridbox table.obj tr:nth-child(2) td:nth-child(2) {
    color: #303030
}

.DesignStudioCustomTable.Col_Style_One div.gridbox_dhx_skyblue.gridbox table.obj tr td:nth-child(2) {
    color: #4caf50
}

.DesignStudioCustomTable.Col_Style_One div.gridbox_dhx_skyblue.gridbox table.obj tr:nth-child(2) td:nth-child(3) {
    background-color: #f7fbff !important;
    border: none !important;
    color: #1a1a1a !important
}

.DesignStudioCustomTable.Col_Style_One div.gridbox_dhx_skyblue.gridbox table.obj tr td:nth-child(3) {
    background-color: #f7fbff !important;
    border: none !important;
    color: #3b61eb !important
}

.DesignStudioCustomTable_Inner div.gridbox_dhx_skyblue.gridbox {
    border: 1px solid #d8e0fd;
    background-color: #fff
}

.DesignStudioCustomTable_Inner div.gridbox_dhx_skyblue.gridbox .xhdr {
    background-color: #e5ebff
}

.DesignStudioCustomTable .panel-footer {
    border-radius: 0;
    float: left;
    width: 100%;
    position: relative;
    padding: 13px 8px;
    box-shadow: none;
    border: none;
    background-color: #e5e5e5 !important;
    border: 1px solid #ddd
}

.DesignStudioCustomTable .panel-footer div.pull-left {
    padding-top: 0 !important
}

.DesignStudioCustomTable .panel-footer div select {
    border-color: transparent;
    background-color: transparent;
    border-radius: 25px 0 0 25px;
    line-height: 18px !important;
    height: 24px !important;
    padding: 1px 15px 4px 12px !important;
    font-weight: 500;
    font-size: 15px;
    color: #757575;
    background-image: url(../../images/DesignStudio/Pagination_SelectArrow.png) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right center
}

.DesignStudioCustomTable .panel-footer div select option {
    line-height: 16px !important;
    height: 23px !important;
    font-weight: 500
}

.panel-footer ul {
    margin-left: 5px;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 13px
}

.DesignStudioCustomTable .panel-footer ul li {
    border-radius: 0 25px 25px 0;
    padding: 5px 10px;
    line-height: 16px;
    margin: 0;
    position: relative;
    font-size: 10px;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
    background-color: transparent;
    height: 24px !important;
    border-left: 1px solid #dfdfdf;
    margin-left: 15px
}

.DesignStudioCustomTable .panel-footer ul li span {
    font-size: 14px;
    color: #757575;
    font-weight: 500
}

.DesignStudioCustomTable .panel-footer ul li span[data-i18n="of"] {
    padding: 0 5px
}

.DesignStudioCustomTable .panel-footer ul li span label {
    margin-bottom: 0
}

.DesignStudioCustomTable .panel-footer ul.pull-right li {
    margin: 0 !important;
    border: none !important
}

.DesignStudioCustomTable .panel-footer ul.pull-right>li[disabled],.DesignStudioCustomTable .panel-footer ul.pull-right>li[disabled] a {
    cursor: not-allowed
}

.DesignStudioCustomTable .panel-footer ul.pull-right>li {
    background-color: transparent;
    padding: 0 !important;
    border-radius: 0;
    background: none;
    float: left
}

.DesignStudioCustomTable .panel-footer ul.pull-right>li a {
    padding: 0 4px;
    line-height: 12px;
    opacity: 1;
    border: 1px solid #f1f1f3 !important;
    min-width: 0;
    background-color: #fff;
    float: left;
    margin: 0 3px;
    border-radius: 6px;
    height: 28px;
    width: 28px
}

.DesignStudioCustomTable .panel-footer ul li a:hover,.DesignStudioCustomTable .panel-footer ul li a:focus {
    box-shadow: none !important
}

.DesignStudioCustomTable .panel-footer ul li a i {
    color: #959595;
    padding: 5px 0;
    font-size: 15px !important
}

.heading-elements>ul {
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    height: 32px;
    grid-gap: 8px
}

.GobalDFSToolBar {
    padding: 0;
    background-color: #f9f9f9;
    width: 100%;
    float: left;
    border-right: 1px solid #c2cef9;
    height: calc(100vh - 40px);
    margin-top: 40px
}

.GobalDFSToolBar ul.ToolBar {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%
}

.GobalDFSToolBar ul.ToolBar>li {
    float: left;
    list-style: none;
    width: 100%
}

.GobalDFSToolBar ul.ToolBar li .page-header-content {
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #c2cef9;
    background-color: #fff;
    width: 100%;
    padding-left: 10px !important
}

.GobalDFSToolBar ul.ToolBar li .page-header-content .PageName {
    font-size: 17px;
    font-weight: 500;
    color: #4d4d4d;
    padding-right: 10px;
    display: flex;
    align-items: center
}

.GobalDFSToolBar ul.ToolBar>li>.MainDesignStudioMenu {
    background-color: #fff
}

.GobalDFSToolBar ul.ToolBar>li>.MainDesignStudioMenu .DesignStuidoTabList a {
    font-size: 14px;
    font-weight: 500;
    color: #4d4d4d;
    position: relative;
    letter-spacing: .5px;
    display: flex;
    width: 100%;
    line-height: 15px;
    padding: 10px 12px;
    align-content: center;
    grid-gap: 10px
}

.GobalDFSToolBar ul.ToolBar>li>.MainDesignStudioMenu .DesignStuidoTabList.active a i,.GobalDFSToolBar ul.ToolBar>li>.MainDesignStudioMenu .DesignStuidoTabList:hover a ii {
    width: 25px;
    height: 25px;
    background-color: #e8edff;
    border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #103ee5
}

.GobalDFSToolBar ul.ToolBar>li>.MainDesignStudioMenu .DesignStuidoTabList a {
    font-size: 14px;
    font-weight: 500;
    color: #4d4d4d;
    position: relative;
    letter-spacing: .5px;
    display: flex;
    width: 100%;
    line-height: 15px;
    padding: 10px 12px;
    align-content: center;
    grid-gap: 10px
}

.GobalDFSToolBar ul.ToolBar>li>.MainDesignStudioMenu .DesignStuidoTabList a i:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #e8edff
}

.GobalDFSToolBar ul.ToolBar>li>.MainDesignStudioMenu .DesignStuidoTabList.No_Border a i:after {
    display: none
}

.GobalDFSToolBar ul.ToolBar>li>.MainDesignStudioMenu .DesignStuidoTabList a span {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.GobalDFSToolBar ul.ToolBar>li>.MainDesignStudioMenu .DesignStuidoTabList.active a span,.GobalDFSToolBar ul.ToolBar>li>.MainDesignStudioMenu .DesignStuidoTabList:hover a span {
    color: var(--main-Primary-color)
}

.GobalDFSToolBar ul.ToolBar>li>.MainDesignStudioMenu .DesignStuidoTabList a i {
    width: 25px;
    height: 25px;
    background-color: #dfe0e1;
    border-radius: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #6a6d78
}

.GobalDFSToolBar ul.ToolBar>li>.MainDesignStudioMenu .DesignStuidoTabList:hover a {
    background-color: #f0f3ff
}

.GobalDFSToolBar ul.ToolBar li .heading-form .form-group #ctnsearchdiv {
    border: 1px solid #ddd;
    border-radius: 6px
}

.GobalDFSToolBar ul.ToolBar li .heading-form .form-group .input-group input[placeholder="Search"] {
    height: 28px;
    border-radius: 3px 0 0 3px !important;
    border-right: none !important;
    font-size: 12px;
    font-weight: 500;
    background-color: #f9fbfc;
    border: 1px solid #d7dbdf;
    color: #9e9d9d;
    border: none
}

.GobalDFSToolBar ul.ToolBar li .heading-form .form-group .input-group .input-group-btn a {
    border-left: none !important;
    height: 40px;
    border-radius: 0 3px 3px 0;
    padding: 12px 9px;
    border: 1px solid #d7dbdf;
    background-color: #f9fbfc;
    border: none !important
}

.GobalDFSToolBar ul.ToolBar li .heading-form .form-group .input-group .input-group-btn a i {
    color: #96afc9
}

.CustomTabStudio .nav-tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff
}

.CustomTabStudio .nav-tabs li {
    width: 50%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.CustomTabStudio .nav-tabs li:first-child a {
    border-left: none !important
}

.CustomTabStudio .nav-tabs li a {
    height: 50px;
    text-align: center;
    padding: 14px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px
}

.CustomTabStudio .nav-tabs li a span {
    font-size: 14px;
    font-weight: 500;
    color: #4d4d4d !important;
    line-height: 14px !important;
    margin: 0
}

.CustomTabStudio .nav-tabs li a i svg path {
    fill: #4f5d77 !important
}

.CustomTabStudio .nav-tabs li.active a {
    background-color: #f9f9f9;
    position: relative;
    border: 1px solid #c2cef9;
    border-bottom-color: transparent
}

.CustomTabStudio .nav-tabs li.active a span {
    color: #3b61eb !important
}

.CustomTabStudio .nav-tabs li.active a i svg path {
    fill: #3b61eb !important
}

.CustomTabStudio .nav-tabs li.active a::before {
    position: absolute;
    top: -2px;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #3b61eb;
    left: 0
}

.CustomTabStudio .tab-content .tab-pane {
    padding: 0 12px
}

.CustomTabStudio .tab-content .tab-pane .ActionDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-gap: 12.5px
}

.CustomTabStudio .tab-content .tab-pane .ActionDiv .Action_Btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.CustomTabStudio .tab-content .tab-pane .ActionDiv .Action_Btn a {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    border-radius: 5px;
    width: 150px;
    display: inline-block;
    text-align: center
}

.CustomTabStudio .tab-content .tab-pane .ActionDiv .Action_Btn .Action_Primary a {
    background-color: #3b61eb;
    color: #fff;
    padding: 12px 12px
}

.CustomTabStudio .tab-content .tab-pane .ActionDiv .Action_Btn .Action_Secondary a {
    background-color: #fff;
    border: 1px solid #ff2020;
    color: #616f87;
    padding: 11px 12px
}

.CustomTabStudio .tab-content .tab-pane .ActionDiv a.CustomStudioBtn {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #3b61eb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    padding: 0 5px;
    box-shadow: 2px 2px 5px rgb(204 202 204/20%);
    flex-direction: column
}

.CustomTabStudio .tab-content .tab-pane .ActionDiv a.CustomStudioBtn i svg path {
    fill: #4f5d77 !important
}

.CustomTabStudio .tab-content .tab-pane .ActionDiv a.CustomStudioBtn span {
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    text-align: center;
    padding-top: 12px;
    line-height: 16px
}

.CustomTabStudio .tab-content .tab-pane .ActionDiv a.CustomStudioBtn:hover {
    background-color: #f5f9ff
}

.CustomTabStudio .tab-content .tab-pane .ActionDiv a.CustomStudioBtn:hover span {
    color: #3b61eb;
    font-weight: 500
}

.CustomTabStudio .tab-content .tab-pane .ActionDiv a.CustomStudioBtn:hover i svg path {
    fill: #3b61eb !important
}

.Primary-tab .nav-fill {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: none !important
}

.Primary-tab .nav-fill li {
    flex: 1 1 auto;
    text-align: center
}

.nav-fill>li.active>a,.nav-fill>li.active>a:hover,.nav-fill>li.active>a:focus {
    border: none;
    line-height: unset !important;
    border-bottom: 1px solid #ddd
}

.Primary-tab .nav-fill li i {
    display: flex;
    justify-content: center;
    padding: .4rem 0;
    border-radius: 3px;
    border: 1px solid transparent
}

.Primary-tab .nav-fill li.active i {
    background: rgba(13,110,253,.05);
    border: 1px solid rgba(13,110,253,.2);
    color: #0d6efd
}

.Primary-tab .nav-fill li i svg path {
    fill: #4f5d77
}

.Primary-tab .nav-fill li.active i svg path {
    fill: #0d6efd
}

.CustomComboSelect .dhxcombo_dhx_skyblue {
    width: 100% !important;
    margin: 0 auto;
    height: 34px !important;
    background-color: #fff;
    border-radius: 0;
    min-width: auto;
    border: 1px solid #e8e8e8;
    box-shadow: 2px 2px 5px rgb(204 202 204/30%)
}

.CustomComboSelect .dhxcombo_dhx_skyblue .dhxcombo_input {
    height: 33px;
    left: 0;
    margin: 0;
    padding-left: 8px;
    background-color: #fff;
    font-size: 12px !important;
    font-weight: 600;
    color: #4c4c4c;
    font-weight: 500;
    width: 100% !important
}

.CustomComboSelect .dhxcombo_dhx_skyblue .dhxcombo_select_button {
    right: 0;
    height: 33px;
    width: 16px;
    top: 0;
    border: none !important;
    background: none
}

.CustomComboSelect .dhxcombo_dhx_skyblue .dhxcombo_select_button .dhxcombo_select_img {
    background-image: url(../../images/DesignStudio/SelectArrowSmall.png)
}

.p-0 {
    padding: 0 !important
}

.pb-20 {
    padding-bottom: 20px
}

.HV_10 {
    height: 10px !important
}

.HV_20 {
    height: 20px !important
}

.HV_30 {
    height: 30px !important
}

.HV_40 {
    height: 40px !important
}

.HV_50 {
    height: 50px !important
}

.HV_60 {
    height: 60px !important
}

.HV_70 {
    height: 70px !important
}

.HV_80 {
    height: 80px !important
}

.HV_90 {
    height: 90px !important
}

.HV_100 {
    height: 100px !important
}

.CommonLeft {
    width: 350px;
    float: left;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease
}

.CommonLeft.active {
    transform: translateX(-375px);
    -ms-transform: translateX(-375px);
    -o-transform: translateX(-375px);
    -webkit-transform: translateX(-375px);
    display: none
}

.CommonRight {
    float: right;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    background-color: #f9f9f9;
    height: calc(100vh - 40px);
    margin-top: 40px;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    display: none
}

.CommonRight.active {
    width: 320px;
    border-left: 1px solid #c2cef9;
    display: block
}

.CommonCenter {
    width: calc(100% - 350px);
    float: left;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease
}

.CommonCenter.LeftActive {
    width: calc(100% - 0px) !important;
    float: left
}

.CommonCenter.RightActive {
    width: calc(100% - 670px);
    float: left
}

.CommonCenter.RightActive.LeftActive {
    width: calc(100% - 320px);
    float: left
}

.CommonMenuLeft {
    width: 350px;
    float: left;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease
}

.CommonMenuRight {
    width: calc(100% - 350px);
    float: left;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    background-color: #fff
}

.DesignStuidoLeft .page-header {
    margin: 0 !important;
    border-bottom: none !important
}

.DesignStuidoLeft .page-header-content {
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c2cef9 !important;
    border-right: 1px solid #c2cef9 !important;
    background-color: #fafafa
}

.DesignStuidoLeft .page-header-content .page-title {
    padding: 0 !important;
    width: 250px;
    height: 40px
}

.DesignStuidoLeft .page-header-content .page-title h4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40px;
    align-items: flex-start
}

.DesignStuidoLeft .page-header-content .page-title h4 .MainPage {
    font-size: 17px;
    font-weight: 500;
    color: #4d4d4d;
    line-height: 22px
}

.DesignStuidoLeft .page-header-content .page-title h4 .ProcessName {
    font-size: 14px;
    font-weight: 400;
    color: #797575;
    line-height: 21px
}

.DesignStuidoLeft .page-header-content .PageName {
    font-size: 17px;
    font-weight: 500;
    color: #4d4d4d;
    padding-left: 10px
}

.DesignStuidoRight .navbar {
    border: none !important;
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #c2cef9 !important
}

.DesignStuidoRight .navbar .navbar-nav {
    margin: 0 !important;
    display: flex
}

.DesignStuidoRight .navbar .navbar-nav li {
    flex-grow: 1
}

.DesignStuidoRight .navbar .navbar-nav li:first-child a {
    padding: 9.5px 30px 9.5px 40px!important
}

.DesignStuidoRight .navbar .navbar-nav li:first-child a::before {
    left: 8px
}

.DesignStuidoRight .navbar .navbar-nav li a {
    padding: 9.5px 30px 9.5px 70px!important;
    color: #303030;
    font-size: 14px;
    font-weight: 600;
    border: none !important;
    position: relative;
    background-color: #f9fbff
}

.DesignStuidoRight .navbar .navbar-nav li a::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    color: #103ee5;
    background-color: #dee5ff;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
    text-align: center;
    padding: 3px 0;
    font-weight: 600
}

.DesignStuidoRight .navbar .navbar-nav li a::after {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 6px;
    left: 100%;
    transform: rotate(45deg);
    content: "";
    z-index: 2;
    background-color: #f9fbff;
    border-right: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
    margin-left: -13px
}

.GobalDFSToolBar ul.ToolBar>#hideandshow {
    width: auto !important;
    padding-right: 12px
}

.DesignStuidoRight .navbar .navbar-nav li:first-child a::before {
    content: '1'
}

.DesignStuidoRight .navbar .navbar-nav li:nth-child(2) a::before {
    content: '2'
}

.DesignStuidoRight .navbar .navbar-nav li:nth-child(3) a::before {
    content: '3'
}

.DesignStuidoRight .navbar .navbar-nav li:nth-child(4) a::before {
    content: '4'
}

.DesignStuidoRight .navbar .navbar-nav li:nth-child(5) a::before {
    content: '5'
}

.DesignStuidoRight .navbar .navbar-nav li:nth-child(6) a::before {
    content: '6'
}

.DesignStuidoRight .navbar .navbar-nav li.open {
    position: relative
}

.DesignStuidoRight .navbar .navbar-nav li a.active::before {
    background-color: #fff
}

.DesignStuidoRight .navbar .navbar-nav li a.active::after {
    background-color: #c2cef9;
    border: none !important
}

.DesignStuidoRight .navbar .navbar-nav li a.active {
    background-color: #c2cef9;
    color: #101010
}

.modal-dialog {
    position: fixed;
    width: 100%;
    margin: 45px auto;
    left: 0;
    right: 0;
    top: -10px !important;
}

.content-group-lg.CustomAccord {
    box-shadow: rgb(178 178 189/20%) 0 7px 29px 0;
    border-radius: 8px;
    padding: 10px
}

.CustomAccord .panel {
    background-color: #f8f9fa;
    box-shadow: none;
    border: none !important;
    border-radius: 5px;
    margin: 0
}

.CustomAccord .panel .panel-heading {
    background-color: #fff;
    height: 48px;
    border-radius: 5px;
    padding: 10px 18px !important;
    border-radius: 0
}

.CustomAccord .panel .panel-heading a {
    color: #3a4b69;
    font-size: 17.5px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 10px
}

.CustomAccord .panel .panel-heading path {
    fill: #3b61eb
}

.CustomAccord .panel .panel-heading a span {
    font-size: 15px;
    font-weight: 500
}

.CustomAccord .panel-collapse {
    border-radius: 12px
}

.CustomAccord .panel .panel-body {
    display: flex;
    flex-direction: row;
    padding: 10px 18px !important;
    flex-wrap: wrap;
    border: none !important
}

.CustomAccord .panel .panel-body h6 {
    color: #3a4b69;
    font-size: 14px;
    font-weight: 500;
    padding: 0 22px 0 18px;
    position: relative
}

.CustomAccord .panel .panel-body h6::before {
    position: absolute;
    content: '';
    background-image: url(../../images/DesignStudio/ArrowLeft.png);
    width: 9px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.CustomTextarea {
    border: 1px solid #c9c9c9;
    background-color: #fcfcfd;
    display: inline-block
}

.CustomForm {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 15px
}

.CustomForm .form-group {
    margin-bottom: 5px
}

.CustomForm label {
    font-size: 14px;
    color: #4d4d4d;
    font-weight: 500
}

.d-flex {
    display: flex !important
}

.flex-column {
    flex-direction: column !important
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2,.CustomModelDesignStudio .CustomFlex .MoveSelect_2 {
    flex-basis: 50%
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered {
    overflow: hidden;
    border: 1px solid #ddd
}

.CustomModelDesignStudio .CustomFlex .MoveSelect_2 .panel {
    margin: 0 !important
}

.CustomModelDesignStudio .CustomFlex .MoveSelect_2 .panel .panel-heading,.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered ul.nav {
    display: flex;
    flex-direction: row;
    background-color: #f3f6f9;
    height: 55px;
    align-items: center;
    border-bottom: 2px solid #e5e5e5;
    grid-gap: 20px
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered ul.nav li a {
    padding: 15px 0;
    position: relative
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered ul.nav li.active a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #3b61eb;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered ul.nav li a span,.CustomModelDesignStudio .CustomFlex .MoveSelect_2 .panel .panel-heading h6 {
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered ul.nav li:hover a span {
    color: #3b61eb
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content {
    margin: 0
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .panel {
    border: none;
    margin: 0 !important;
    box-shadow: none;
    border-radius: 0
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .panel .panel-heading {
    display: flex;
    flex-direction: row;
    height: 55px;
    align-items: center;
    border-bottom: 1px solid #dde2f1;
    margin-bottom: 10px
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .panel .panel-heading h6 {
    font-size: 14px;
    font-weight: 500;
    color: #4d4d4d
}

.CustomModelDesignStudio .CustomFlex .MoveSelect_2 .tab-content-bordered .tab-content .panel .panel-heading .heading-elements,.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .panel .panel-heading .heading-elements {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    height: auto;
    right: 10px
}

.CustomModelDesignStudio .CustomFlex .MoveSelect_2 .panel .panel-heading .heading-elements button,.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .panel .panel-heading .heading-elements button {
    background-color: transparent;
    box-shadow: none;
    font-size: 15px;
    color: #4d4d4d;
    padding: 5px 10px;
    margin: 0;
    border: none;
    border-right: 4px solid #b1c0f7;
    line-height: 12px;
    border-radius: 0
}

.CustomModelDesignStudio .CustomFlex .MoveSelect_2 .panel .panel-heading .heading-elements button:last-child,.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .panel .panel-heading .heading-elements button:last-child {
    border: none
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .panel .panel-body .containerTableStyle table tr td span {
    font-size: 15px !important;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    padding: 5px 0
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .panel .panel-body .containerTableStyle table tr {
    display: flex;
    flex-direction: row;
    border: none
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .DesignStudioCustomTable .panel {
    padding: 0 !important;
    border: 1px solid #dde0ed !important
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .DesignStudioCustomTable .panel .panel-heading .navbar-nav {
    height: auto;
    border: none;
    background-color: transparent
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .DesignStudioCustomTable .panel .panel-heading .navbar-nav li .heading-form .form-group {
    margin: 0
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .DesignStudioCustomTable .panel .panel-heading .navbar-nav li .heading-form .form-group .input-group,.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .DesignStudioCustomTable .panel .panel-heading .navbar-nav li .heading-form .form-group .input-group .input-group-btn {
    display: flex;
    flex-direction: row;
    height: 40px;
    width: auto;
    align-items: center;
    justify-content: center
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .DesignStudioCustomTable .panel .panel-heading .navbar-nav li .heading-form .form-group .input-group input {
    color: #1a1a1a !important;
    border-radius: 3px 0 0 3px !important;
    border-right: none;
    border: 1px solid #8e8e8e
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .DesignStudioCustomTable .panel .panel-heading .navbar-nav li .heading-form .form-group .input-group .input-group-btn a {
    padding: 12px 10px;
    border: 1px solid #8e8e8e
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .DesignStudioCustomTable .panel .panel-heading {
    margin: 0 !important
}

.CustomModelDesignStudio .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .DesignStudioCustomTable .panel .panel-heading h6 {
    padding: 0 10px
}

.CustomModelDesignStudio .CustomFlex .MoveSelect_2 .panel .panel-body .ui-widget .ui-igtree-collection li {
    padding-bottom: 0;
    line-height: 18px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.CustomModelDesignStudio .CustomFlex .MoveSelect_2 .panel .panel-body .ui-widget .ui-igtree-collection li span.ui-igtree-expander {
    border: none !important
}

.CustomModelDesignStudio .CustomFlex .MoveSelect_2 .panel .panel-body .ui-widget .ui-igtree-collection li span {
    vertical-align: middle;
    border: 1px solid #7691f3 !important
}

.CustomModelDesignStudio .CustomFlex .MoveSelect_2 .panel .panel-body .ui-widget .ui-igtree-collection li a {
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    padding: 0 5px !important;
    display: inline-block;
    line-height: 18px
}

.CustomModelDesignStudio .CustomFlex .MoveSelect_2 .panel .panel-body .ui-widget .ui-igtree-collection li a:hover {
    text-shadow: none;
    background-color: transparent;
    border: none;
    padding: 0 5px !important
}

.CustomModelDesignStudio .CustomFlex .MoveSelect_2 .panel .panel-body .ui-widget .ui-igtree-collection li a.ui-state-active {
    background-color: transparent;
    text-shadow: none;
    border: none !important
}

.CommonTabContent .CustomFlex .CopySelect_2,.CommonTabContent .CustomFlex .MoveSelect_2 {
    flex-basis: 50%
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered {
    overflow: hidden;
    border: 1px solid #ddd
}

.CommonTabContent .CustomFlex .MoveSelect_2 .panel {
    margin: 0 !important
}

.CommonTabContent .CustomFlex .MoveSelect_2 .panel .panel-heading,.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered ul.nav {
    display: flex;
    flex-direction: row;
    background-color: #f3f6f9;
    height: 55px;
    align-items: center;
    border-bottom: 2px solid #e5e5e5;
    grid-gap: 20px
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered ul.nav li a {
    padding: 15px 0;
    position: relative
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered ul.nav li.active a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #3b61eb;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered ul.nav li a span,.CommonTabContent .CustomFlex .MoveSelect_2 .panel .panel-heading h6 {
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered ul.nav li:hover a span {
    color: #3b61eb
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content {
    margin: 0
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .tab-pane {
    padding: 0
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .panel {
    border: none;
    margin: 0 !important;
    box-shadow: none;
    border-radius: 0
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .panel .panel-heading {
    display: flex;
    flex-direction: row;
    height: 55px;
    align-items: center;
    border-bottom: 1px solid #dde2f1;
    margin-bottom: 10px
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .panel .panel-heading h6 {
    font-size: 14px;
    font-weight: 500;
    color: #4d4d4d
}

.CommonTabContent .CustomFlex .MoveSelect_2 .tab-content-bordered .tab-content .panel .panel-heading .heading-elements,.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .panel .panel-heading .heading-elements {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    height: auto;
    right: 10px
}

.CommonTabContent .CustomFlex .MoveSelect_2 .panel .panel-heading .heading-elements button,.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .panel .panel-heading .heading-elements button {
    background-color: transparent;
    box-shadow: none;
    font-size: 15px;
    color: #4d4d4d;
    padding: 5px 10px;
    margin: 0;
    border: none;
    border-right: 4px solid #b1c0f7;
    line-height: 12px;
    border-radius: 0
}

.CommonTabContent .CustomFlex .MoveSelect_2 .panel .panel-heading .heading-elements button:last-child,.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .panel .panel-heading .heading-elements button:last-child {
    border: none
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .panel .panel-body .containerTableStyle table tr td span {
    font-size: 15px !important;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    padding: 5px 0
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .panel .panel-body .containerTableStyle table tr {
    display: flex;
    flex-direction: row;
    border: none
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .DesignStudioCustomTable .panel {
    padding: 0 !important;
    border: 1px solid #dde0ed !important
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .DesignStudioCustomTable .panel .panel-heading .navbar-nav {
    height: auto;
    border: none;
    background-color: transparent
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .DesignStudioCustomTable .panel .panel-heading .navbar-nav li .heading-form .form-group {
    margin: 0
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .DesignStudioCustomTable .panel .panel-heading .navbar-nav li .heading-form .form-group .input-group,.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .DesignStudioCustomTable .panel .panel-heading .navbar-nav li .heading-form .form-group .input-group .input-group-btn {
    display: flex;
    flex-direction: row;
    height: 40px;
    width: auto;
    align-items: center;
    justify-content: center
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .DesignStudioCustomTable .panel .panel-heading .navbar-nav li .heading-form .form-group .input-group input {
    color: #1a1a1a !important;
    border-radius: 3px 0 0 3px !important;
    border-right: none;
    border: 1px solid #8e8e8e
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .DesignStudioCustomTable .panel .panel-heading .navbar-nav li .heading-form .form-group .input-group .input-group-btn a {
    padding: 10px;
    border: 1px solid #8e8e8e
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .DesignStudioCustomTable .panel .panel-heading {
    margin: 0 !important
}

.CommonTabContent .CustomFlex .CopySelect_2 .tab-content-bordered .tab-content .DesignStudioCustomTable .panel .panel-heading h6 {
    padding: 0 10px
}

.CommonTabContent .CustomFlex .MoveSelect_2 .panel .panel-body .ui-widget .ui-igtree-collection li {
    padding-bottom: 0;
    line-height: 18px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.CommonTabContent .CustomFlex .MoveSelect_2 .panel .panel-body .ui-widget .ui-igtree-collection li span {
    vertical-align: middle
}

.CommonTabContent .CustomFlex .MoveSelect_2 .panel .panel-body .ui-widget .ui-igtree-collection li a {
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    padding: 0 5px !important;
    display: inline-block;
    line-height: 18px
}

.CommonTabContent .CustomFlex .MoveSelect_2 .panel .panel-body .ui-widget .ui-igtree-collection li a:hover {
    text-shadow: none;
    background-color: transparent;
    border: none;
    padding: 0 5px !important
}

.CommonTabContent .CustomFlex .MoveSelect_2 .panel .panel-body .ui-widget .ui-igtree-collection li a.ui-state-active {
    background-color: transparent;
    text-shadow: none;
    border: none !important
}

.CommonTabContent .CustomFlex .tab-content>.has-padding .panel .panel-body {
    padding: 0
}

.CommonTabContent .CustomFlex .tab-content .tab-pane {
    overflow: hidden
}

@media(max-width: 1366px) and (min-width:769px) {
    .GobalDFSToolBar ul.ToolBar>li>.MainDesignStudioMenu>div>a {
        font-size:13px !important
    }

    .CustomTabStudio .nav-tabs li a {
        font-size: 13px !important
    }

    .CustomTabStudio .tab-content .tab-pane .ActionDiv a.CustomStudioBtn span {
        font-size: 13px !important
    }

    .DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td {
        height: 37px !important
    }

    .DesignStudioCustomTable div.gridbox_dhx_skyblue.isModern table.hdr tr td div.hdrcell {
        font-size: 13px !important;
        padding: 0 10px !important
    }

    .DesignStuidoRight .navbar {
        height: 33px
    }

    .DesignStuidoRight .navbar .navbar-nav li a {
        font-size: 12px !important;
        white-space: nowrap !important;
        padding: 9.5px 19px 9.5px 44px!important;
        line-height: 13px
    }

    .DesignStuidoRight .navbar .navbar-nav li a::before {
        width: 22px;
        height: 23px
    }

    .DesignStuidoRight .navbar .navbar-nav li a::after {
        width: 24px;
        height: 24px;
        top: 4px
    }

    .DesignStudioCustomTable .panel-heading .heading-elements>ul>li .input-group {
        width: 150px
    }

    .DesignStudioCustomTable .panel-heading .heading-elements>ul>li.Setting>a {
        width: 34px;
        height: 31px
    }

    .DesignStudioCustomTable .panel-heading .heading-elements>ul>li>a svg {
        width: 16px;
        height: 16px
    }

    .DesignStudioCustomTable .panel-heading .heading-elements>ul>li.TopIcon>a svg {
        width: 16px;
        height: 14px
    }

    .DesignStudioCustomTable .panel-heading .heading-elements>ul>li>a {
        font-size: 13px !important;
        height: 27px !important
    }

    .heading-elements>ul {
        height: 31px;
        grid-gap: 2px
    }

    .DesignStudioCustomTable .panel-heading .heading-elements ul li .CustomSwitch .switch label b {
        font-size: 12px !important
    }

    .DesignStudioCustomTable .panel-heading .heading-elements>ul>li.Save>a {
        width: 60px !important
    }

    .DesignStudioCustomTable .panel-heading h5 {
        font-size: 15px
    }

    .DesignStudioCustomTable .panel-heading .heading-elements>ul>li.TopIcon .btn-group button {
        padding: 0 18px 0 11px;
        font-size: 11px !important
    }

    #myDiagramDiv>div {
        overflow: visible !important
    }

    .ui-helper-reset {
        overflow: visible !important
    }

    .CommonLeft {
        width: 269px !important
    }

    .CommonCenter {
        width: calc(100% - 269px) !important
    }

    .CommonMenuLeft {
        width: 269px !important
    }

    .CommonMenuRight {
        width: calc(100% - 269px) !important
    }

    .CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li a {
        min-height: 45px
    }

    .DesignStuidoRight .navbar .navbar-nav {
        display: flex
    }

    .CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li a span {
        font-size: 12px
    }

    .CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li a {
        min-height: 36px
    }

    .DesignStuidoLeft .page-header-content .page-title {
        width: 183px
    }

    .CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li.navigation-header a {
        min-height: 35px
    }

    .sidebar {
        width: 234px
    }

    .DesignStuidoLeft .page-header-content .page-title h4 .MainPage {
        padding-left: 5px !important
    }

    .form-group div.dhxcombo_dhx_skyblue {
        min-width: 105px !important
    }

    .GobalDFSToolBar {
        height: calc(100vh - 40px);
        margin-top: 33px
    }

    .form-group div.dhxcombo_dhx_skyblue input.dhxcombo_input {
        font-size: 12px
    }

    .CustomTabStudio .nav-tabs li a {
        height: 35px
    }

    .GobalDFSToolBar ul.ToolBar>li>.MainDesignStudioMenu .DesignStuidoTabList a {
        padding: 6px 10px
    }

    .GobalDFSToolBar ul.ToolBar li .page-header-content .PageName {
        font-size: 14px
    }

    .CustomTabStudio .nav-tabs li a span {
        font-size: 13px
    }

    .Business-sidebar .CustomSidebar .panel-group .panel .panel-body ul li a {
        font-size: 10px !important
    }

    .login-container .login_form_first .LeftSide {
        height: 400px !important
    }
}

#myDiagramDiv>div {
    overflow: visible !important
}

.DesignStuidoLeft .page-header-content .page-title h4 .ProcessName {
    background: none !important;
    border-radius: 4px;
    padding: 0;
    color: #194bff !important;
    font-size: 12px;
    font-weight: 600
}

.CustomTabStudio .nav-tabs li a i.Normal>svg {
    width: 17px !important;
    height: 24px !important
}

.CustomTabStudio .nav-tabs li a i.Normal>svg path {
    fill: #4f5d77 !important
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li>a i svg path {
    fill: #4f5d77
}

.heading-elements ul>li>a i svg {
    width: 16px
}

.designstudiocustomtable .panel-heading .heading-elements>ul>.filter a i svg path {
    fill: #ff6810 !important
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>.Setting a i svg path {
    fill: #3b61eb !important
}

.DesignStudioCustomTable .panel-heading .heading-elements>ul>li>a i svg path:hover {
    fill: #3b61eb !important
}

#myDiagramDiv {
    z-index: 0 !important;
    border: none
}

.sidebar-content {
    height: calc(100vh - 0px) !important;
}

.content {
    padding: 20px 20px 50px !important;
}

.data-map {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center
}

.data-map .form-group label {
    font-size: 12px
}

.data-map li button {
    width: 120px;
    background: #3b61ea;
    border-radius: 8px;
    height: 40px
}

.CustomSuiteHeight {
    height: calc(100vh - 175px)
}

.validation {
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Normal,div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Disabled,div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Selected {
    width: 100%;
    background: transparent;
    border: none !important;
    height: auto
}

.MultiCombo {
    padding: 0
}

.dhtmlxMenu_dhx_skyblue_Middle.dir_left div.align_left {
    float: none;
    display: flex
}

.form-group textarea.form-control .dhtmlxMenu_dhx_skyblue_Middle {
    border-radius: 4px;
    background: #3b61ea
}

.MultiComboMax {
    width: 100%
}

.panel-primary.panel-bordered {
    border: none !important
}

.panel-primary>.panel-heading {
    background-color: #ebeced;
    border-color: none;
    border: none;
    padding: 6px 21px !important
}

.panel-primary>.panel-heading .panel-title {
    color: #323030 !important
}

.CustomSidebar .panel-group .panel .panel-heading {
    background-color: #3b61eb !important
}

#sideBar {
    height: calc(100vh - 160px)
}

.CustomTable .ui-widget-content {
    height: calc(100vh - 201px);
    border: none;
    padding: 0 !important
}

.myPaletteDiv div {
    height: auto !important
}

.exe .heading-elements>ul>li.Save>a,.exe .heading-elements>ul>li.Save>a:hover,.exe .heading-elements>ul>li.Save>a:focus {
    background-color: #3b61ea !important;
    color: #fff !important
}

.exe .icon-checkmark-circle {
    left: 60%;
    color: #3b61eb
}

.exe .icon-calendar {
    left: 88%;
    color: #3b61eb
}

.CustomComboSelect select {
    margin: 0 auto;
    background-color: #fff !important;
    border-radius: 5px !important;
    min-width: auto;
    border: 0 solid #fff !important;
    line-height: 22px;
    padding: 0 0 0 4.2px;
    font-weight: 500;
    font-size: 12px;
    box-shadow: rgb(0 0 0/22%) 0 0 3px !important;
    outline: none;
    width: 154px;
    outline: #fff solid 0
}

#btnAddChannelRequest,#btnAddBinding {
    background: #e1e1e1;
    box-shadow: none;
    color: #464646;
    border-radius: 4px
}

.CusBtn {
    padding: 8px 12px;
    font-size: 15px;
    color: #616f87;
    font-weight: 500;
    line-height: 18px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #8e8e8e;
    width: 150px
}

.CusSave {
    background-color: #3b61eb;
    color: #fff;
    border: 1px solid transparent;
    font-weight: 400
}

.MultiTable .panel {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 8px
}

.MultiTable .panel-body {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important
}

.MultiTable .objboxParent {
    height: auto !important
}

.MultiTable #grdDeadlineMissed {
    height: auto !important
}

.MultiTable .panel-body h5 {
    color: #0d0f28;
    font-weight: 500
}

.MultiTable .panel-body div.gridbox_dhx_skyblue.gridbox table.obj tr td {
    padding: 7px 5px 7px 8px !important;
    font-size: 12px !important;
    color: #505050 !important;
    overflow: inherit;
    min-width: 150px;
    text-align: center
}

.MultiTable .panel-body div.gridbox_dhx_skyblue.gridbox table.obj tr td:first-child,.RoleInbox.MultiTable .panel-body div.gridbox table.hdr td:first-child {
    border-radius: 12px 0 0 12px;
    min-width: 80px
}

.MultiTable .panel-body div.gridbox_dhx_skyblue.gridbox table.obj tr td:nth-child(2),.RoleInbox.MultiTable .panel-body div.gridbox table.hdr td:nth-child(2) {
    min-width: 80px
}

.MultiTable .panel-body div.gridbox_dhx_skyblue.gridbox table.obj tr td:last-child {
    border-radius: 0 12px 12px 0
}

.CustomInboxDesign .panel-body div.gridbox_dhx_skyblue.gridbox table.hdr td div.hdrcell {
    color: #484d566e !important;
    font-size: 13px !important
}

.MultiTable div.gridbox .objbox {
    background-color: transparent !important
}

.CustomInboxDesign .panel-body #grdDeadlineMissed .objboxParent table,.CustomInboxDesign .panel-body div.gridbox_dhx_skyblue.gridbox table.obj {
    border-collapse: separate !important;
    border-spacing: 0 7px !important;
    background-color: transparent !important
}

.MultiTable .panel-body #grdDeadlineMissed table tbody tr {
    background: #fff !important
}

.CustomInboxDesign .panel-body #grdDeadlineMissed .xhdr table tbody tr {
    height: auto!important;
    background: transparent !important
}

.MultiTable .panel-footer ul li>div {
    background: transparent !important;
    color: #000 !important
}

.MultiTable .panel-footer select#ddlPageSize {
    width: 55px;
    margin: 0;
    height: 45px !important;
    border-radius: 8px !important;
    border: none !important;
    background-color: #fff !important
}

.MultiTable .panel-footer .pull-right li {
    padding: 12px 20px !important;
    margin: 0 20px !important;
    background: #e5e7ed !important;
    border-radius: 8px !important
}

.MultiTable .gridbox_dhx_skyblue {
    height: auto !important
}

.MultiTable .panel-body table tbody .ev_dhx_skyblue,.MultiTable .panel-body table tbody .odd_dhx_skyblue {
    background: #fff !important
}

div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected {
    background: #000 !important
}

.MultiTable .dhxgrid_sort_desc,.MultiTable .dhxgrid_sort_asc {
    left: 995px !important;
    top: 14px !important
}

.MultiTable .panel-footer {
    background: #ced1d3
}

.box-panel {
    background: #fff;
    padding: 17px;
    margin-bottom: 20px;
    border: 1px solid #befcbe;
    box-shadow: 0 4px 14px #d0ecd8 !important;
    border-radius: 12px
}

.box-panel .box-image {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
    position: relative
}

.box-panel .box-image img {
    width: inherit;
    height: 250px;
    border-radius: 8px 8px 0 0
}

.box-panel .box-content h6 {
    font-size: 18px;
    font-weight: 500
}

.box-panel .box-content p {
    color: #9da4a7;
    padding: 13px 0;
    margin: 0;
    border-radius: 0
}

.box-panel .box-content .flex {
    display: flex;
    flex-direction: row;
    grid-gap: 10px;
    justify-content: center
}

.box-panel .box-content .flex button {
    width: 50%;
    background: #fff;
    border-radius: 8px;
    padding: 10px
}

.box-panel .box-content .flex button:nth-child(1) {
    border: 1.5px solid #9cd7a3;
    color: #008000
}

.box-panel .box-content .flex button:nth-child(2) {
    border: 1.5px solid #ff9494;
    color: #f00
}

.box-panel .InstanceSearchBoxHeader {
    text-align: center;
    background: #ffa93a;
    color: #fff;
    padding: 2px 4px;
    border-radius: 0 0 5px 5px
}

.box-panel .InstanceSearchBoxHeader h5 {
    font-size: 24px;
    margin: 0
}

.box-panel .InstanceSearchLeft {
    padding: 10px 0;
    padding-bottom: 0
}

.box-panel .InstanceSearchLeft .UserData {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center
}

.box-panel .InstanceSearchLeft .UserData p {
    margin: 0;
    padding: 0
}

.box-panel .InstanceSearchLeft .UserData a {
    font-size: 18px;
    font-weight: 500;
    color: #595e72
}

.box-panel .InstanceSearchRight .InstanceRight {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #ededed;
    padding: 10px;
    border-radius: 8px
}

.box-panel .InstanceSearchRight .InstanceRight p {
    padding: 10px 20px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    width: 45%
}

.box-panel .InstanceSearchRight .InstanceRight span {
    font-size: 18px;
    font-weight: 500;
    color: #595e72
}

.box-panel .InstanceProfile {
    text-align: center
}

.box-panel .InstanceSearchRight .hPrcBy {
    margin: 0;
    color: #726d6d;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 10px
}

.box-panel .InstanceRight p:nth-child(1) span {
    color: #43cd43
}

.box-panel .InstanceRight p:nth-child(2) span {
    color: #f9b63b
}

.gradient {
    width: 100%;
    height: 250px;
    background: linear-gradient(360deg,#ffa93a -4%,#ffffff45 15%,#fff0 0%);
    position: absolute;
    z-index: 1
}

#divCanvas .form-group,.CustomFormDesign .form-group .form-control,.CustomFormDesign .form-group .multiselect,.CustomFormDesign .form-group .dhxcombo_input,.CustomFormDesign .form-group .dhxcombo_select_button,.CustomFormDesign .form-group .bootstrap-select button,#divCanvas .form-control {
    text-align: left
}

.modal {
    z-index: 10010;
    overflow: hidden !important
}

.CustomModel {
    border: none;
    border-radius: 0;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 15px
}

.CustomModel .CustomHeader.modal-header {
    padding: 0 10px !important;
    height: 50px;
  /*  display: flex;
    flex-direction: row;
    align-items: center */
}

.CustomModel .CustomHeader.modal-header::before {
     position: absolute;
     width: 46px;
     height: 42px;
     border-radius: 4px;
     background-image: url(../../images/DesignStudio/ModalCommonIcon.png);
     background-repeat: no-repeat;
     background-position: 50%;
     background-size: 19px;
     background-color: transparent !important;
}

.CustomModel .CustomHeader.modal-header h4 {
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 600;
    line-height: 17px;
    margin: 0;
    position: relative;
    padding-top: 15px;
    width: 80%;}

.CustomModel .CustomHeader.modal-header .close {
    position: absolute;
    right: 1px;
    top: 0;
    margin-top: 0
}

.close i {
    font-size: 16px;
    float: left;
    left: 3px;
    top: 0
}

.CustomModel .modal-body {
    padding: 0
}

.CustomModel .modal-body .content {
    padding: 10px 10px !important
}

.CustomModel .modal-footer {
    padding: 0 !important;
    background-color: #fff;
    display: flex;
    justify-content: flex-end;
    grid-gap: 10px
}

.CustomModel .modal-footer button {
    padding: 8px 12px;
    font-size: 15px;
    color: #616f87;
    font-weight: 500;
    line-height: 18px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #8e8e8e;
    width: 150px;
    margin: 0px 10px !important;
}

.CustomModel .modal-footer button.CustomSucess {
    background-color: #3b61eb;
    color: #fff;
    border: 1px solid transparent;
    font-weight: 400
}

.CustomModel .modal-footer .CustomDelete {
    background-color: var(--main-bgDanger-color);
    border-color: var(--main-bgDanger-color)
}

.CustomModel .modal-footer .Customvalidation {
    background-color: #5c6bc0;
    border-color: #5c6bc0
}

.CustomModel .modal-footer .CustomImport {
    background-color: #3b61eb;
    color: #fff
}

.CustomModel .modal-footer button i {
    font-size: 0 !important
}

.CustomModel .form-group {
    margin-bottom: 21px;
    display: inline-block;
    width: 100%
}

.CustomModel .control-label {
    font-size: 14px;
    margin-bottom: 6px !important;
    color: #555
}

.CustomModel .tab-content>.has-padding .panel-body {
    padding: 0
}

.CustomModel .content-wrapper {
    z-index: 5;
    position: relative;
    background-color: #fff;
    padding-bottom: 0
}

.CustomModel .sidebar-secondary {
    z-index: 1
}

.CustomModel .model-body input[type="checkbox"] {
    margin: 4px 7px 5px 0 !important;
    float: left !important
}

.CustomFormDesign .CustomModel .BgGrid label {
    color: #fff;
    font-size: 10px;
    margin-bottom: 6px
}

.modal-content {
    border-radius: 16px
}

#mdlkeyelementpopup .e-list-parent {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important
}

.e-list-parent .e-list-item {
    position: relative;
    width: initial
}

.e-treeview .e-text-content,.e-treeview .e-fullrow {
    width: -webkit-fill-available
}

#grdCommonDataElements {
    position: sticky;
    overflow-x: auto !important
}

#grdCommonDataElements .xhdr,#grdCommonDataElements .objboxParent {
    position: static !important;
    width: fit-content !important
}

#grdCommonDataElements .xhdr table,#grdCommonDataElements .objboxParent table {
    position: sticky;
    overflow: inherit
}

 

.e-checkbox-wrapper .e-frame.e-check,.e-css.e-checkbox-wrapper .e-frame.e-check {
    background-color: #3b61eb !important
}

.DesignStudioCustomTable .SFix .form-group {
    margin: 0 !important
}

.DesignStudioCustomTable .SFix .input-group-btn {
    height: 11px;
    border: none
}

.DesignStudioCustomTable .SFix .btnSearchRights {
    height: 35px !important;
    border: none;
    background: #3b61eb
}

.DesignStudioCustomTable .SFix .input-sm {
    height: 40px !important;
    background: transparent
}

.CustomModelDesignStudio .modal-body .content.DesignStudioCustomTable .panel-heading .SFix .heading-elements a {
    background-color: transparent !important
}

#InfoEditor {
    background: #f3f6ff;
    color: #080808;
    font-size: 14px;
    font-weight: 700
}

#flex-container {
    height: auto !important;
    min-height: auto !important
}

.GobalDFSToolBar ul.ToolBar>li>ul.CSS>li.SpriteTen>a::before {
    background: url(../../images/SpritesImages/SmartLayout.png) -282px -247px;
    left: 0;
    right: 0;
    margin: auto;
    top: 8px;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center
}

.GobalDFSToolBar ul.ToolBar>li>ul.CSS>li.SpriteTen11>a::before {
    background: url(../../images/SpritesImages/css-file.png) -282px -247px;
    left: 0;
    right: 0;
    margin: auto;
    top: 8px;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center
}

.SpriteTen11 svg {
    width: 44px;
    height: 43px;
    padding-top: 10px;
    top: 1px;
    position: absolute
}

.ace_gutter-layer {
    background: #e4e7f1 !important
}

#grdConnectionSettings table {
    table-layout: auto !important
}

.mainCustomTable .panel-heading .heading-elements>ul>li>a {
    gap: 10px
}

.modal-open .modal {
    /* top: 10px; */
}

#mdlRoleAssign .CustomFlex {
    justify-content: space-between
}

.CustomModelDesignStudio #mdlRoleAssign .CustomFlex .CopySelect_2,.CustomModelDesignStudio #mdlRoleAssign .CustomFlex .MoveSelect_2 {
    flex-basis: 50%;
    width: 50%;
    height: calc(100vh - 320px)
}

#mdlRoleAssign .e-list-parent {
    grid-template-columns: 1fr 1fr !important;
    display: inline-block !important
}

.C_Sa {
    padding: 5px 10px;
    border-radius: 3px;
    float: left;
    margin-top: 20px;
    margin-left: 22px
}

.modal-content {
    box-shadow: 0 2px 13px rgb(0 0 0/28%)
}

.modal-backdrop {
    background-color: #fff !important
}

#grdManageElements {
    height: auto !important
}

#grdManageElements #grdManageElements_gridcontrol {
    width: fit-content !important
}

#grdManageElements .e-content {
    height: auto !important
}

.selectable {
    gap: 9px;
    width: 100%
}

.selectable .rolediagram {
    width: auto;
    min-width: 200px;
    padding: 13px 32px;
    max-width: 100%
}

.RoleInbox .panel-footer .pull-right li {
    margin: 0 6px !important;
    padding: 3px 5px !important
}

.MultiTable .panel-footer select#ddlPageSize {
    height: 32px !important
}

.MultiTable .panel-footer {
    border-radius: 8px
}

.selectable {
    gap: 9px;
    width: 100%
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-teal-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-teal-400 div.iconAnimate i svg path {
    fill: #26a69a !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-blue-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-blue-400 div.iconAnimate i svg path {
    fill: #29b6f6 !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-green-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-green-400 div.iconAnimate i path {
    fill: #9ccc65 !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-danger-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-danger-400 div.iconAnimate i path {
    fill: #ef5350 !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-warning-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-warning-400 div.iconAnimate i path {
    fill: #ff7043 !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-success-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-success-400 div.iconAnimate i pathe {
    fill: #66bb6a !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-brown-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-brown-400 div.iconAnimate i path {
    fill: #8d6e63 !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-purple-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-purple-400 div.iconAnimate i path {
    fill: #7e57c2 !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-violet-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-violet-400 div.iconAnimate i path {
    fill: #ab47bc !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-pink-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-pink-400 div.iconAnimate i path {
    fill: #ec407a !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-indigo-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-indigo-400 div.iconAnimate i path {
    fill: #5c6bc0 !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-slate-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-slate-400 div.iconAnimate i path {
    fill: #78909c !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-grey-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-grey-400 div.iconAnimate i path {
    fill: #888 !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-primary-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-primary-400 div.iconAnimate i path {
    fill: #42a5f5 !important
}

.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-info-400 div.iconAnimate,.CustomConsoleMenu .CustomMenuView .CustomViewIcon.bg-info-400 div.iconAnimate i path {
    fill: #26c6da !important
}

.CustomWorkArea .CustomConsoleMenu .CustomMenuView:hover .CustomViewIcon .iconAnimate {
    transform: translateX(0%) translateY(0%)
}

.CustomWorkArea .CustomConsoleMenu .CustomMenuView:hover .CustomViewIcon h4 {
    display: block
}

.CustomWorkArea .CustomConsoleMenu .CustomMenuView .CustomMiddleTable::after {
    background-image: url(../../images/WorkareaBG.png),url(../../images/WorkareaIconBG.png) !important;
    background-position: -35px -35px,120% 133%;
    background-repeat: no-repeat;
    content: '';
    background-size: auto,auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1
}

.ForMobile {
    display: none
}

#testCaseTree .containerTableStyle table tr td table tr {
    height: 35px
}

#testCaseTree .containerTableStyle table tr td table tr td .selectedTreeRow {
    padding: 5px 10px !important;
    border: none;
    border-radius: 2px;
    background-color: #607d8b !important
}

#testCaseTree .standartTreeImage:before {
    content: '';
    position: absolute
}

#levelTreeContainer .panel,#dvIPComplexElements .panel {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.25) !important
}

.CustomToggleLeft .panel,.CustomToggleRight .panel {
    margin-bottom: 0;
    background-color: #fff
}

.CustomToggleLeft .panel .panel-heading {
    border-bottom: 1px solid #d7dced;
    height: 50px;
    text-transform: capitalize;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 0;
    line-height: 20px;
    padding: 16px 20px !important
}

.CustomToggleRight .panel .panel-heading {
    border-bottom: 1px solid #d7dced;
    height: 50px;
    padding: 16px 20px !important
}

.CustomToggleRight .panel .panel-heading h5 {
    text-transform: capitalize;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 0;
    line-height: 20px;
    margin: 0
}

.CustomToggleLeft .panel .panel-heading .heading-elements .CustomToggleRight .panel .panel-heading .heading-elements {
    margin: 0 !important;
    height: auto;
    transform: translateY(-50%);
    right: 15px;
    background-color: inherit;
    position: absolute;
    top: 50%
}

.CustomToggleRight .panel .panel-heading.note-toolbar {
    padding: 7.5px !important;
    height: auto !important
}

.CustomToggleRight .form-group .panel-heading.note-toolbar>.btn-group {
    margin-top: 0 !important;
    margin-right: 8px !important
}

.CustomToggleRight .form-group .panel-heading.note-toolbar .btn-group button {
    height: 34px !important;
    padding: 5px 25px 5px 5px;
    background-image: url(../../images/DesignStudio/SelectArrowSmall.png) !important;
    background-repeat: no-repeat;
    background-position: 97% 50%
}

.CustomToggleRight .form-group .panel-heading.note-toolbar .btn-group.note-font button,.CustomToggleRight .form-group .panel-heading.note-toolbar .btn-group.note-color button,.CustomToggleRight .form-group .panel-heading.note-toolbar .btn-group.note-para button,.CustomToggleRight .form-group .panel-heading.note-toolbar .btn-group.note-insert button,.CustomToggleRight .form-group .panel-heading.note-toolbar .btn-group.note-view button {
    margin-right: 6px !important
}

.CustomToggleRight .CommonBTN {
    padding: 12px 12px;
    font-size: 15px;
    color: #616f87;
    font-weight: 500;
    line-height: 18px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #8e8e8e;
    width: 150px;
    box-shadow: none
}

.CustomToggleRight .CommonBTN.CustomSucess {
    background-color: #3b61eb;
    color: #fff;
    border: 1px solid transparent;
    font-weight: 400
}

.CustomToggleRight .panel .panel-body .tab-pane legend {
    font-size: 15px;
    font-weight: 500
}

.CustomToggleRight .panel .panel-heading .heading-elements .CustomTopBtn {
    background-color: #e6f1ff;
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 18px;
    border-radius: 10px;
    padding: 7px 18px 7px 7px;
    box-shadow: none;
    display: flex;
    grid-gap: 10px;
    justify-content: center;
    align-items: center;
    align-content: center
}

.CustomToggleRight .panel .panel-heading .heading-elements .CustomTopBtn i img {
    width: 18px;
    height: 18px
}

.CustomToggleRight .tabbable #tabEscalation {
    justify-content: flex-start
}

#levelTreeContainer .panel {
    box-shadow: 0 0 5px rgb(59 97 235/15%) !important
}

#levelTreeContainer .panel .panel-heading {
    font-size: 15px !important;
    font-weight: 500 !important;
    height: 42px;
    padding: 10px 20px !important;
    background-color: rgb(59 97 235/15%)
}

#levelTreeContainer .panel .panel-heading .heading-elements {
    background-color: transparent
}

#levelTreeContainer .panel .panel-heading .heading-elements a i {
    color: #4f5e77 !important
}

#levelTreeContainer .panel .panel-body {
    padding: 8px !important
}

.AnimateSuite .CustomSuiteHeight {
    height: calc(100vh - 145px) !important
}

#dvSourceElemnts.AnimateSuite .panel,#dvDestinationElements.AnimateSuite .panel {
    padding: 0 !important;
    margin: 0 !important
}

#dvSourceElemnts.AnimateSuite .panel,#dvDestinationElements.AnimateSuite .panel {
    border: 1px solid #e5e5e5 !important;
    margin: 0 !important;
    box-shadow: 0 0 8px rgb(59 97 235/5%) !important;
    border-radius: 0
}

#dvSourceElemnts.AnimateSuite .panel .panel-heading,#dvDestinationElements.AnimateSuite .panel .panel-heading {
    display: flex;
    flex-direction: row;
    height: 55px;
    align-items: center;
    border-bottom: 1px solid #f3f6f9;
    margin-bottom: 10px;
    background-color: #f3f6f9;
    font-weight: 500
}

#dvSourceElemnts.AnimateSuite .panel .panel-heading h5,#dvDestinationElements.AnimateSuite .panel .panel-heading h5 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0
}

#dvSourceElemnts.AnimateSuite .panel .panel-body,#dvDestinationElements.AnimateSuite .panel .panel-body {
    padding: 0
}

#dvSourceElemnts.AnimateSuite .CustomSuiteHeight {
    height: calc(100vh - 440px) !important
}

#dvDestinationElements.AnimateSuite .CustomSuiteHeight {
    height: calc(100vh - 440px) !important
}

.AdditionalCol {
    display: flex;
    flex-direction: row;
    grid-gap: 12px;
    padding: 18px 0 12px;
    justify-content: flex-start
}

.AdditionalCol .CustomCheckbox {
    border: 3px solid #ebeffd;
    padding: 7px;
    border-radius: 3px;
    width: 100px
}

.AdditionalCol .CustomCheckbox label {
    padding-bottom: 0 !important
}

.AdditionalCol .CustomCheckbox label::before {
    border: 2px solid #3b61eb !important
}

.AdditionalCol .CustomCheckbox label::after {
    color: rgb(59 97 235/60%) !important
}

.sidebar_width {
    width: 350px !important;
    background-color: transparent;
    border-right: 1px solid #ddd
}

.DocumentAlignmentLeft .sidebar-main,.DocumentAlignmentRight .sidebar-main {
    background-color: #fff
}

.DocumentAlignmentLeft .CustomFixed,.DocumentAlignmentRight .CustomFixed {
    position: initial
}

.DocumentAlignmentLeft .Docexpl,.DocumentAlignmentRight .Docexpl {
    padding-top: 0 !important
}

.DocumentAlignmentLeft .Docexpl .content-detached .col-md-6,.DocumentAlignmentRight .Docexpl .content-detached .col-md-6 {
    width: 100%
}

.DocumentAlignmentLeft .Docexpl .content-detached .tabbable .nav-tabs li a,.DocumentAlignmentRight .Docexpl .content-detached .tabbable .nav-tabs li a {
    background-color: transparent;
    border-bottom-color: transparent
}

.DocumentAlignmentLeft .CustomFixed .border-top .breadcrumbCustom,.DocumentAlignmentRight .CustomFixed .border-top .breadcrumbCustom {
    text-align: center
}

#jsPanelDocExp .CustomFixed {
    position: initial
}

.DocumentAlignmentLeft,.DocumentAlignmentRight {
    width: 55%;
    float: left;
    position: relative;
    margin-top: 97px;
    background-color: #fff
}

.DocumentLeft {
    width: 45%;
    float: left
}

.DocumentRight {
    width: 45%;
    float: left
}

.DocumentAlignmentLeft .DocForIspace,.DocumentAlignmentRight .DocForIspace,.jsPanel-content .DocForIspace {
    top: 0
}

.DocumentLeft .col-md-1,.DocumentLeft .col-md-2,.DocumentLeft .col-md-3,.DocumentLeft .col-md-4,.DocumentLeft .col-md-5,.DocumentLeft .col-md-6,.DocumentLeft .col-md-7,.DocumentLeft .col-md-8,.DocumentLeft .col-md-9,.DocumentLeft .col-md-10,.DocumentLeft .col-md-11,.DocumentLeft .col-md-12,.DocumentRight .col-md-1,.DocumentRight .col-md-2,.DocumentRight .col-md-3,.DocumentRight .col-md-4,.DocumentRight .col-md-5,.DocumentRight .col-md-6,.DocumentRight .col-md-7,.DocumentRight .col-md-8,.DocumentRight .col-md-9,.DocumentRight .col-md-10,.DocumentRight .col-md-11,.DocumentRight .col-md-12 {
    width: 100% !important
}

.gantt_cal_light {
    border-radius: 0;
    border: none;
    height: auto !important
}

.gantt_cal_light .gantt_cal_ltitle {
    cursor: pointer;
    padding: 15px 10px;
    border-radius: 0;
    background-color: var(--main-modalBg-color);
    border-color: var(--main-modalBg-color);
    color: #fff;
    font-size: 18px
}

.gantt_cal_light .gantt_cal_ltitle .gantt_time {
    font-weight: 400 !important
}

.gantt_cal_light .gantt_cal_larea {
    border: none;
    height: auto !important;
    border-bottom: 1px solid #c5c5c5
}

.gantt_cal_light .gantt_btn_set {
    margin: 12px 5px;
    float: right;
    padding: 5px 15px;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    height: 32px;
    font-weight: 300
}

.gantt_cal_light .gantt_btn_set.gantt_save_btn_set {
    background-color: #4caf50;
    border-color: #4caf50;
    text-shadow: none;
    margin-right: 15px
}

.gantt_cal_light .gantt_btn_set.gantt_cancel_btn_set {
    background-color: #ff7200;
    border-color: #ff7200;
    text-shadow: none
}

.gantt_cal_light .gantt_btn_set.gantt_delete_btn_set {
    background-color: #f44336;
    border-color: #f44336;
    text-shadow: none
}

.gantt_add,.gantt_grid_head_add,.gantt_grid_head_cell.gantt_grid_head_add {
    opacity: 1
}

.noInstance {
    font-size: 30px;
    width: 55%;
    text-align: center;
    line-height: 40px;
    color: #909090;
    margin: 30px auto
}

.selectInstance {
    text-align: center;
    margin: 50px 0
}

.selectInstance i {
    font-size: 120px !important;
    color: #9a9a9a
}

.selectInstance p {
    font-size: 30px;
    width: 55%;
    text-align: center;
    line-height: 40px;
    color: #909090;
    margin: 5px auto 30px
}

.CustomSidebarDFS {
    background-color: transparent;
    border-right: 1px solid #ddd;
    transition: all .6s;
    border-bottom: 1px solid #ddd
}

.CustomSidebarDFS.sidebar {
    width: 300px;
    float: left
}

.CustomFusionDFS {
    width: 100%;
    float: left;
    background-color: #fff
}

.CustomFusionDFS.active {
    width: 100%
}

.Business-sidebar .panel-heading {
    padding: 10px 25px!important
}

.Business-sidebar .panel-body {
    padding: 0 15px !important
}

.Business-sidebar .CustomSidebar {
    padding: 0
}

.Business-sidebar .CustomSidebar .panel-group .panel {
    border-radius: 4px !important
}

.Business-sidebar .CustomSidebar .panel-group .panel .panel-heading {
    background-color: #e7eaf5 !important;
    border-radius: 4px
}

.Business-sidebar .CustomSidebar .panel-group .panel .panel-body {
    height: auto !important;
    padding: 0 !important;
    border: none
}

.Business-sidebar .CustomSidebar .panel-group .panel .panel-body ul li {
    padding: 9px 0;
    background: #fff;
    border-bottom: 1px solid #ddd
}

.Business-sidebar .CustomSidebar .panel-group .panel .panel-body ul li a {
    font-size: 13px !important;
    display: flex;
    grid-gap: 25px
}

.Business-sidebar .CustomSidebar .panel-group .panel .panel-body ul li a svg {
    width: 18px;
    height: 18px;
    margin-left: 9px
}

.Business-sidebar .CustomSidebar .panel-group .panel .panel-body ul li a svg path {
    fill: #4660af
}

.Business-sidebar .CustomSidebar .panel-group .panel h6.panel-title,.h6.panel-title {
    color: #2c3142
}

.Business-sidebar .TopIcon span {
    background: #66ab1624;
    padding: 8px 21px;
    border-radius: 4px;
    font-weight: 500;
    color: #5e5656
}

.Business-content .panel-body {
    height: auto
}

.CustomSidebar {
    padding: 0 10px
}

.CustomExpressionBar .sidebar-content h6 {
    color: #151515
}

.Business-content .tab-content>.active {
    border: none !important;
    display: flex;
    flex-direction: column;
    grid-gap: 14px
}

.CustomToggleBtnDFS {
    width: 18px;
    height: 38px;
    line-height: 50px;
    display: block;
    font-size: 27px;
    border: 1px solid #5c6bc0;
    border-right: 0;
    border-radius: 0 3px 3px 0;
    text-align: center;
    position: absolute;
    left: 0;
    z-index: 4;
    padding: 0;
    background-color: #5c6bc0;
    top: 94px;
    color: #fff
}

.CustomToggleBtnDFS:focus,.CustomToggleBtnDFS:hover {
    color: #fff
}

.CustomToggleBtnDFS i {
    top: 10px;
    width: 16px
}

.CustomExpressionContent ul li.active a.btn-primary {
    background-color: var(--main-bgPrimary800-color);
    border-color: var(--main-bgPrimary800-color)
}

.CustomExpressionContent ul li.active a.btn-info {
    background-color: var(--main-bgInfo800-color);
    border-color: var(--main-bgInfo800-color)
}

.CustomSidebar .panel-group {
    margin: 0
}

.CustomSidebar .panel-group .panel {
    border: 1px solid #ddd
}

.CustomSidebar .panel-group .panel .panel-heading {
    cursor: pointer
}

.CustomSidebar .panel-group .panel .panel-body {
    padding: 10px
}

.CustomSidebar .panel-group .panel .panel-body ul {
    padding: 0;
    margin-bottom: 0
}

.CustomSidebar .panel-group .panel .panel-body ul li {
    padding: 8px 0
}

.CustomSidebar .panel-group .panel .panel-body ul li a {
    color: #353535;
    font-weight: 500
}

.CustomSidebar .panel-group .panel .panel-body ul li a i {
    width: 20px
}

.CustomSidebarDFS.active {
    margin-left: -300px
}

.CustomExpressionContent.active {
    width: 100% !important
}

#OutLookViewToggle {
    top: 0;
    left: -8px;
    z-index: 9;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease
}

#OutLookViewToggle.active {
    transform: translateX(-675px);
    -ms-transform: translateX(-675px);
    -o-transform: translateX(-675px);
    -webkit-transform: translateX(-675px)
}

#OutLookViewToggle .theme_switcher_outlook {
    width: 22px;
    height: 44px;
    line-height: 50px;
    display: block;
    font-size: 27px;
    border-right: 0;
    border-radius: 0 6px 6px 0;
    text-align: center;
    position: absolute;
    right: -13px;
    top: 0;
    z-index: 999;
    padding: 0;
    background-color: #00b2e1;
    color: #fff !important
}

#OutLookViewToggle .theme_switcher_outlook i {
    font-size: 16px !important;
    display: inline-block;
    position: relative;
    top: 15px
}

#OutLookViewToggle #OutLookCollapse {
    position: relative;
    z-index: 60;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    text-align: left;
    display: inline-block
}

.templateDefault,.templateCustom,.templateSave {
    display: inline-block;
    width: 100%
}

#dvProjectDetails table {
    border-collapse: separate;
    border-spacing: 0 10px
}

tr.DetailTable {
    background-color: #f1fcfe;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.23);
    margin-bottom: 10px
}

.DetailTable td:first-child {
    border-left: none
}

.DetailTable td {
    padding: 15px 8px;
    font-size: 14px;
    border-left: 1px solid #ddd
}

.DetailTable .DetailTitle {
    font-weight: 500
}

.CustomPanelStyle {
    border: 1px solid #66b7db !important
}

.CustomPanelStyle>.panel-heading {
    border-bottom: 1px solid #66b7db !important;
    background-color: #e6f9ff !important;
    border-radius: 3px 3px 0 0 !important;
    background: url('../../images/Blue_bg5.jpg') 50% !important
}

.CustomPanelStyle>.panel-heading h6 {
    color: #03a9f4;
    font-size: 16px
}

.CustomPanelStyle>.panel-heading .heading-elements .icons-list a.collapse2 {
    color: #03a9f4
}

.CustomPanelStyle_2 {
    border: 1px solid #dadada !important;
    border-radius: 2px !important
}

.CustomPanelStyle_2>.panel-heading {
    border-bottom: none;
    background-color: #e6f9ff !important;
    border-radius: 0 0 0 0 !important;
    background: url(../../images/Voilet_bg.png) !important;
    background-position: 30% 60% !important;
    background-repeat: no-repeat !important;
    color: #fff !important
}

.CustomPanelStyle_2>.panel-heading h5 {
    font-size: 16px
}

.CustomPanelStyle_2>.panel-heading .heading-elements .icons-list a.collapse2 {
    color: #03a9f4
}

#frmAttribute .dhxform_base,#frmMSAttribute .dhxform_base {
    width: 100%
}

#frmAttribute .dhxform_base .dhxform_item_label_left,#frmMSAttribute .dhxform_base .dhxform_item_label_left {
    width: 33%;
    float: left;
    clear: none;
    padding: 0 10px;
    margin-bottom: 15px
}

#frmAttribute .dhxform_base .dhxform_item_label_left .dhxform_label,#frmMSAttribute .dhxform_base .dhxform_item_label_left .dhxform_label {
    width: 100% !important;
    margin: 0;
    padding: 0
}

#frmAttribute .dhxform_base .dhxform_item_label_left .dhxform_label label,#frmMSAttribute .dhxform_base .dhxform_item_label_left .dhxform_label label {
    margin-bottom: 8px !important;
    font-size: 14px;
    color: #909090
}

#frmAttribute .dhxform_base .dhxform_item_label_left .dhxform_control,#frmMSAttribute .dhxform_base .dhxform_item_label_left .dhxform_control {
    width: 100%;
    margin: 0;
    padding: 0
}

#frmAttribute .dhxform_base .dhxform_item_label_left .dhxform_control input,#frmMSAttribute .dhxform_base .dhxform_item_label_left .dhxform_control input {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 32px;
    border-radius: 3px;
    border: 1px solid #ddd
}

.ExecutionSummary {
    padding: 15px
}

.ExecutionSummary .panel {
    border: none;
    box-shadow: none
}

.ExecutionSummary .panel.CustomPanelStyle_2 .panel-heading {
    padding: 10px 20px !important
}

.ExecutionSummary .panel .panel-heading {
    padding: 6px 2px !important
}

.ExecutionSummary .panel .panel-heading h5 {
    font-size: 16px
}

.ExecutionSummary .panel .panel-heading .heading-elements {
    height: 20px;
    top: 75%;
    right: 0
}

.ExecutionSummary .panel .panel-heading .heading-elements .CustomCheckbox {
    margin-right: 10px
}

.ExecutionSummary .panel .panel-body {
    padding: 0
}

.ExecutionSummary .panel .panel-body .table-responsive table {
    border-collapse: separate;
    border-spacing: 0 4px
}

.ExecutionSummary .panel .panel-body .table-responsive thead tr,.ExecutionSummary .panel .panel-body .table-responsive tbody tr {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.15)
}

.ExecutionSummary .panel .panel-body .table-responsive thead tr th {
    padding: 15px 15px;
    background-color: rgba(2,136,209,.13);
    border: none;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2f3538;
    position: relative
}

.ExecutionSummary .panel .panel-body .table-responsive thead tr th::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    background: linear-gradient(90deg,#0288d1,#039be5,#29b6f6,#4fc3f7);
    background-size: 400% 400%;
    -webkit-animation: Animatesuite 3s ease infinite;
    -moz-animation: Animatesuite 3s ease infinite;
    animation: Animatesuite 3s ease infinite;
    right: 0;
    top: 20%;
    bottom: 0
}

.ExecutionSummary .panel .panel-body .table-responsive thead tr th:last-child::after {
    display: none
}

.ExecutionSummary .panel .panel-body .table-responsive thead tr th:first-child,.ExecutionSummary .panel .panel-body .table-responsive tbody tr td:first-child {
    border-radius: 3px 0 0 3px
}

.ExecutionSummary .panel .panel-body .table-responsive thead tr th:last-child,.ExecutionSummary .panel .panel-body .table-responsive tbody tr td:last-child {
    border-radius: 0 3px 3px 0
}

.ExecutionSummary .panel .panel-body .table-responsive tbody tr td {
    padding: 7px 15px;
    background-color: rgba(2,136,209,.13);
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #2b2a2a;
    position: relative
}

.ExecutionSummary .panel .panel-body .table-responsive tbody tr td::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    background: linear-gradient(90deg,#0288d1,#039be5,#29b6f6,#4fc3f7);
    background-size: 400% 400%;
    -webkit-animation: Animatesuite 3s ease infinite;
    -moz-animation: Animatesuite 3s ease infinite;
    animation: Animatesuite 3s ease infinite;
    right: 0;
    top: 9px;
    bottom: 0
}

.ExecutionSummary .panel .panel-body .table-responsive tbody tr td:last-child::after {
    display: none
}

.ExecutionSummary .panel .panel-body .table-responsive tbody tr td .text-success,.ExecutionSummary .panel .panel-body .table-responsive tbody tr td .text-danger {
    font-weight: 500
}

.CaseSummary .panel .panel-body .table-responsive table {
    border-collapse: separate;
    border-spacing: 0 10px
}

.CaseSummary .panel .panel-body .table-responsive thead tr,.CaseSummary .panel .panel-body .table-responsive tbody tr {
    box-shadow: none;
    position: relative
}

.CaseSummary .panel .panel-heading {
    padding: 10px 20px !important
}

.CaseSummary .panel .panel-heading .heading-elements {
    top: 67%;
    height: 25px
}

.CaseSummary .panel .panel-heading .heading-elements h5 {
    margin: 0
}

.CaseSummary .panel .panel-body .table-responsive thead tr th {
    background-color: rgba(0,188,212,.72);
    padding: 14px 8px;
    color: #fff !important
}

.CaseSummary .panel .panel-body .table-responsive tbody tr td {
    background-color: #f2f6fa;
    padding: 12px 8px;
    font-weight: 500;
    color: #40556b;
    font-size: 13px;
    letter-spacing: .5px
}

.CaseSummary .panel .panel-body .table-responsive tbody tr td label {
    font-weight: 500;
    color: #40556b;
    font-size: 13px;
    letter-spacing: .5px;
    margin-bottom: 2px;
    width: 95px
}

.CaseSummary .panel .panel-body .table-responsive thead tr th::after,.CaseSummary .panel .panel-body .table-responsive tbody tr td::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    background: linear-gradient(90deg,#f44336,#ff6358,#ff7f76,#ff9e98);
    background-size: 400% 400%;
    -webkit-animation: Animatesuite 3s ease infinite;
    -moz-animation: Animatesuite 3s ease infinite;
    animation: Animatesuite 3s ease infinite;
    right: 0;
    top: 10%;
    bottom: 0
}

.CaseSummary .panel .panel-body .table-responsive thead tr th::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    background-color: #fff !important;
    right: 0;
    top: 20%;
    bottom: 0;
    background: none
}

.CaseSummary .panel .panel-body .table-responsive tbody tr td:first-child::before {
    content: '';
    position: absolute;
    width: 2.5px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(244,67,54,.65);
    z-index: 9;
    border-radius: 3px 0 0 3px
}

#tblExecutionStatus .CustomPanelStyle .panel-heading {
    padding: 10px 20px !important
}

.CaseSummary .panel .panel-body .table-responsive tbody tr td a {
    color: #38b1eb!important;
    font-weight: 400;
    font-size: 14px
}

.CaseSummary .ElementColorAttr {
    height: 12px;
    width: 12px;
    margin-left: 5px;
    border: 1px solid #999;
    margin-right: 5px;
    margin-top: 3px;
    display: inline-block
}

.Result {
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .3px;
    text-transform: uppercase
}

.bg-danger-gradient {
    background: linear-gradient(231deg,#c62828,#e57373) !important;
    background-size: 400% 400% !important;
    -webkit-animation: wizard 2s ease infinite !important;
    -moz-animation: wizard 2s ease infinite !important;
    animation: wizard 2s ease infinite !important;
    color: #fff
}

.bg-success-gradient {
    background: linear-gradient(231deg,#2e7d32,#81c784) !important;
    background-size: 400% 400% !important;
    -webkit-animation: wizard 2s ease infinite !important;
    -moz-animation: wizard 2s ease infinite !important;
    animation: wizard 2s ease infinite !important;
    color: #fff
}

.CaseSummary h6.CaseTitle {
    position: relative;
    display: inline-block;
    margin: 0
}

.CaseSummary h6.CaseTitle i {
    top: 6px;
    left: 11px;
    color: #fff;
    z-index: 11;
    font-size: 15px
}

.CaseSummary h6.CaseTitle span {
    margin: 0;
    margin-left: 50px;
    top: 7px;
    position: relative;
    background-color: #2068a7;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 3px;
    z-index: 12;
    color: #fff
}

.CaseSummary h6.CaseTitle::before {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    z-index: 10;
    background: linear-gradient(231deg,#1d5a96,#50a0d2) !important;
    background-size: 400% 400% !important;
    -webkit-animation: wizard 2s ease infinite !important;
    -moz-animation: wizard 2s ease infinite !important;
    animation: wizard 2s ease infinite !important
}

.CaseSummary h6.CaseTitle::after {
    content: '';
    position: absolute;
    background-color: #715ae0;
    width: 100%;
    height: 1px;
    left: 0;
    top: 17px
}

.SuiteChartResult {
    background-color: #f0f3f4;
    position: relative;
    color: #5b5b60;
    border: 1px solid rgba(214,226,230,.3);
    margin: 15px 0;
    border-radius: 2px
}

.SuiteChartResult h4 {
    font-size: 20px;
    font-weight: 300;
    color: #5b5b60;
    padding: 12px 15px 0
}

.SuiteChartResult h4 span {
    font-size: 17px;
    font-weight: 500;
    color: #5b5b60
}

.SuiteChartResult .content-group {
    margin-bottom: 0 !important;
    border-radius: 5px;
    color: #555;
    margin-bottom: 5px !important;
    background-color: #fff;
    padding: 10px 8px;
    border-bottom: 1px solid #d2d2d2
}

.SuiteChartResult .content-group h6 {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin: 0
}

.SuiteChartResult .content-group h6 span {
    color: #555
}

.c3-legend-item text {
    color: #ddd !important
}

.c3-legend-item .c3-legend-item-tile {
    border-radius: 3px
}

.CaseSummary .panel .panel-body .table-responsive tbody tr.elementRow td {
    background-color: transparent
}

.CaseSummary .panel .panel-body .table-responsive tbody tr.elementRow td::before {
    display: none
}

.elementRow>tr.MainRow td:first-child {
    background-color: transparent !important
}

.elementRow>tr.MainRow td:first-child::before {
    content: '';
    position: absolute;
    width: 16px !important;
    height: 16px !important;
    border-radius: 20px !important;
    z-index: 10;
    background-color: #357fb9 !important;
    z-index: 99 !important;
    top: 8px !important
}

.elementRow>tr.MainRow td:first-child span {
    margin-left: 20px;
    line-height: 12px;
    padding: 3px 8px;
    color: #5c79e9;
    border-radius: 2px;
    position: relative;
    z-index: 95;
    top: -2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.12);
    border: 1px solid #eaeaea;
    font-weight: 500
}

.elementRow>tr.MainRow td:first-child span::before {
    content: '';
    position: absolute;
    width: 160%;
    height: 1px;
    left: -21px;
    top: 10px;
    z-index: -1;
    background: linear-gradient(231deg,#ff9800,#ff5722) !important;
    background-size: 400% 400% !important;
    -webkit-animation: wizard 2s ease infinite !important;
    -moz-animation: wizard 2s ease infinite !important;
    animation: wizard 2s ease infinite !important
}

.elementRow>tr.MainRow td:first-child span::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 265%;
    left: -22px;
    top: -15px;
    z-index: -2;
    background: linear-gradient(231deg,#ff9800,#ff5722) !important;
    background-size: 400% 400% !important;
    -webkit-animation: wizard 2s ease infinite !important;
    -moz-animation: wizard 2s ease infinite !important;
    animation: wizard 2s ease infinite !important
}

@-webkit-keyframes wizard {
    0% {
        background-position: 0% 86%
    }

    50% {
        background-position: 100% 15%
    }

    100% {
        background-position: 0% 86%
    }
}

@-moz-keyframes wizard {
    0% {
        background-position: 0% 86%
    }

    50% {
        background-position: 100% 15%
    }

    100% {
        background-position: 0% 86%
    }
}

@keyframes wizard {
    0% {
        background-position: 0% 86%
    }

    50% {
        background-position: 100% 15%
    }

    100% {
        background-position: 0% 86%
    }
}

.CustomToggleBtn {
    width: 18px;
    height: 38px;
    line-height: 50px;
    display: block;
    font-size: 27px;
    border: 1px solid #fff;
    border-right: 0;
    border-radius: 0 3px 3px 0;
    text-align: center;
    position: absolute;
    left: 10px;
    z-index: 4;
    padding: 0;
    background-color: #fff;
    top: 4px
}

.CustomToggleBtn i {
    top: 12px;
    width: 18px
}

.CustomToggleLeft {
    width: 20%
}

.CustomToggleRight {
    width: calc(100% - 20%)
}

.CustomProcessActivityBtn {
    width: 18px;
    height: 38px;
    line-height: 50px;
    display: block;
    font-size: 27px;
    border: 1px solid #2196f3;
    border-right: 0;
    border-radius: 0 3px 3px 0;
    text-align: center;
    position: absolute;
    left: 10px;
    z-index: 4;
    padding: 0;
    background-color: #2196f3;
    top: 3px;
    color: #fff
}

.CustomProcessActivityBtn:hover,.CustomProcessActivityBtn:focus {
    color: #fff
}

.CustomProcessActivityBtn i {
    top: 10px;
    width: 16px
}

.CustomPropertyToggle.active {
    margin-left: -260%;
    float: left
}

.jsPanel.active {
    margin-left: -260%
}

.CustomSmartUiToggle.active {
    width: 100%
}

.IspaceMobile1 .breadcrumb-elements>li>a {
    padding: 5px 10px
}

.page-title small:before {
    display: none
}

.MainElements ul li {
    display: inline-block
}

#dvUsrGroup .page-container {
    height: auto !important;
    min-height: inherit !important
}

#dvUsrGroup .page-container .CutomMargin {
    position: inherit;
    margin-top: 0;
    margin-bottom: 0
}

#dvUsrGroup .page-container .CutomMargin .heading-elements {
    position: absolute;
    top: 7px !important
}

#dvUsrGroup #grdRoleManagement {
    height: 300px !important
}

.CustomSmartUiToggle.active .CustomMegaMenu .dropdown-menu {
    width: calc(100% - 15px)
}

.CustomMegaMenu {
    margin: 0;
    padding: 0
}

.CustomMegaMenu>li {
    display: inline-block
}

.CustomMegaMenu .mega-dropdown {
    position: static !important
}

.CustomMegaMenu .mega-dropdown.open>a {
    position: relative !important
}

.CustomMegaMenu .mega-dropdown.open>a::after {
    background-color: #dfebfe;
    content: '';
    position: absolute;
    width: 109%;
    height: 119%;
    top: 0;
    left: -3px;
    z-index: -1
}

.CustomMegaMenu .mega-dropdown-menu {
    padding: 20px;
    width: calc(100% - 254px);
    top: 45px;
    border: none;
    border-radius: 5px !important;
    box-shadow: 0 5px 3px 0 rgba(0,0,0,.3);
    left: 8px;
    background: linear-gradient(#fff,#fff)
}

.CustomMegaMenu .mega-dropdown-menu::before {
    background-image: url(../../images/SmartUiBg/Left_Top.png),url(../../images/SmartUiBg/right_Bottom.png),url(../../images/SmartUiBg/left_right_Top.png),url(../../images/SmartUiBg/Dots.png) !important;
    background-position: 0 0,100% 100%,0 0,100% 30%;
    background-repeat: no-repeat;
    content: '';
    background-size: auto,auto,contain,auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 5px !important;
    z-index: -1
}

.CustomMegaMenu .mega-dropdown-menu>li.Sprites {
    width: 20%;
    float: left;
    padding: 0 10px
}

.CustomMegaMenu .mega-dropdown-menu>li.Sprites:hover {
    background: linear-gradient(to top,#e7f0fe 60%,#99b2dc3d 100%);
    border-radius: 15px 15px 0 0
}

.CustomMegaMenu .mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0
}

.CustomMegaMenu .mega-dropdown-menu>li>ul>li {
    list-style: none
}

.CustomMegaMenu .mega-dropdown-menu>li>ul>li>span {
    position: relative;
    padding: 6px 0
}

.CustomMegaMenu .mega-dropdown-menu>li.Sprites:hover ul>li.dropdown-header:after {
    background: linear-gradient(to left,#d2dff6 0%,#edf3fd 50%,#d2dff6 100%)
}

.CustomMegaMenu .mega-dropdown-menu>li>ul>li.dropdown-header:after {
    content: '';
    position: absolute;
    background: linear-gradient(to left,#dfeafc 0%,#bfc9da 50%,#dfeafc 100%);
    width: 80%;
    height: 2px;
    left: 0;
    bottom: 2px;
    right: 0;
    margin: 0 auto
}

.CustomMegaMenu .mega-dropdown-menu>li>ul>li>a {
    display: block;
    color: #475263;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(91,106,130,.3);
    font-weight: 500;
    position: relative;
    line-height: 21px
}

.CustomMegaMenu .mega-dropdown-menu>li>ul>li>a:hover::before,.CustomMegaMenu .mega-dropdown-menu>li>ul>li>a:focus::before {
    -webkit-transform: scale(1) translateX(0) translateY(0) rotate(0deg);
    -moz-transform: scale(1) translateX(0) translateY(0) rotate(0deg);
    transform: scale(1) translateX(0) translateY(0) rotate(0deg);
    opacity: 1
}

.CustomMegaMenu .mega-dropdown-menu>li>ul>li>a:hover,.UIElements.CustomMegaMenu .mega-dropdown-menu>li>ul>li>a:focus {
    text-decoration: none
}

.CustomMegaMenu .dropdown .dropdown-menu .IspaceMobile2 li a {
    width: 100%
}

.UIElements.CustomMegaMenu .mega-dropdown-menu .dropdown-header {
    font-size: 15px;
    color: #465163;
    padding: 5px 0 15px;
    line-height: 18px;
    margin-top: 0;
    font-weight: 600;
    text-align: center;
    position: relative
}

.DataElements.CustomMegaMenu .mega-dropdown-menu li h3,.Diagram.CustomMegaMenu .mega-dropdown-menu li h3 {
    margin: 0 0 10px 10px;
    line-height: 18px;
    font-size: 21px
}

.IspaceMobile2 li {
    width: 100%
}

.Diagram.CustomMegaMenu .mega-dropdown-menu>li.Sprites {
    width: 100%
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.Sprites>ul>li a:after,.DataElements.CustomMegaMenu .mega-dropdown-menu>li.Sprites>ul>li a:after,.Diagram.CustomMegaMenu .mega-dropdown-menu>li.Sprites>ul>li a:after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    right: -5px;
    top: 2px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="Panel"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) 0 -1px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="PanelHeader"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) 0 -36px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="PanelFooter"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) 0 -72px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="PageHeader"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) 0 -106px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="PanelBody"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) 0 -141px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="PanelSet"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) 0 -176px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="PanelwithHeader"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) 0 -211px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="PanelwithFooter"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) 0 -246px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="LeftPane"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) 0 -281px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="RightPane"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) 0 -316px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="PanelwithBody"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) 0 -351px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteTwo>ul>li a[data-hover="Column"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) 0 -351px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteTwo>ul>li a[data-hover="Row"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) 0 -386px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteTwo>ul>li a[data-hover="FormGroup"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) 0 -421px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteTwo>ul>li a[data-hover="ButtonGroup"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) 0 -456px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteTwo>ul>li a[data-hover="Div"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) 0 -491px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteTwo>ul>li a[data-hover="Span"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) 0 -526px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteTwo>ul>li a[data-hover="Horizontalrule"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) 0 -561px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteThree>ul>li a[data-hover="Tab"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -35px -1px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteThree>ul>li a[data-hover="TabPane"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -35px -36px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteThree>ul>li a[data-hover="Accordion"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -35px -72px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteThree>ul>li a[data-hover="AccordionPane"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -35px -106px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteThree>ul>li a[data-hover="Modal"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -35px -141px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteThree>ul>li a[data-hover="Stepswizard"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -35px -176px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteThree>ul>li a[data-hover="Formwizard"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -35px -211px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteThree>ul>li a[data-hover="Step"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -35px -246px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteThree>ul>li a[data-hover="UIButton"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -35px -281px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteFour>ul>li a[data-hover="ImageBox"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -35px -316px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteFour>ul>li a[data-hover="Icon"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -35px -351px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteFour>ul>li a[data-hover="Header"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -35px -386px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteFour>ul>li a[data-hover="Label"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -35px -421px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteFour>ul>li a[data-hover="Message"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -35px -456px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteFour>ul>li a[data-hover="Cancel"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -35px -491px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteFour>ul>li a[data-hover="Submit"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -35px -526px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteFive>ul>li a[data-hover="DataChart"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -35px -561px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteFive>ul>li a[data-hover="PieChart"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -70px -1px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteFive>ul>li a[data-hover="DoughnutChart"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -70px -36px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteFive>ul>li a[data-hover="FunnelChart"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -70px -72px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteFive>ul>li a[data-hover="RadialGauge"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -70px -106px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteFive>ul>li a[data-hover="Spakline"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -70px -141px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteFive>ul>li a[data-hover="LinearGauge"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -70px -176px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteFive>ul>li a[data-hover="InfoDialog"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -70px -211px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteFive>ul>li a[data-hover="ConfirmDialog"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -70px -246px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteFive>ul>li a[data-hover="GenericDialog"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -70px -281px
}

.DataElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="Html"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -70px -561px
}

.DataElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="TextBox"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -105px -1px
}

.DataElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="NumericTextBox"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -105px -36px
}

.DataElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="CheckBox"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -105px -72px
}

.DataElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="RadioButton"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -105px -107px
}

.DataElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteTwo>ul>li a[data-hover="ListBox"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -105px -316px
}

.DataElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteTwo>ul>li a[data-hover="DateTimePicker"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -105px -351px
}

.DataElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteTwo>ul>li a[data-hover="DocumentType"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -105px -386px
}

.DataElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteTwo>ul>li a[data-hover="ActionButton"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -105px -421px
}

.DataElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteTwo>ul>li a[data-hover="MaskEdit"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -105px -456px
}

.DataElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteThree>ul>li a[data-hover="ComboBox"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -105px -141px
}

.DataElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteThree>ul>li a[data-hover="Grid"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -105px -175px
}

.DataElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteThree>ul>li a[data-hover="Form"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -105px -211px
}

.DataElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteThree>ul>li a[data-hover="RichTextBox"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -105px -245px
}

.DataElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteThree>ul>li a[data-hover="PlaceHolder"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -105px -281px
}

.Diagram.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="TreeView"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -70px -315px
}

.Diagram.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="FlowChart"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -70px -387px
}

.Diagram.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="EntityRelationship"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -70px -456px
}

.Diagram.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="SwimLane"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -70px -421px
}

.Diagram.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="FishBone"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -70px -351px
}

.CustomOtherMenu {
    width: auto !important;
    padding: 10px !important
}

.CustomOtherMenu.mega-dropdown-menu>li.Sprites {
    width: auto
}

.CustomOtherMenu.mega-dropdown-menu>li>ul>li>a {
    color: #fff;
    padding: 5px 10px;
    border-bottom: none !important
}

.CustomOtherMenu.mega-dropdown-menu>li>ul>li span:after,.CustomOtherMenu.mega-dropdown-menu>li.Sprites>ul>li a:after {
    display: none
}

.CustomOtherMenu.mega-dropdown-menu>li>ul>li span {
    width: 30px;
    float: left
}

.CustomOtherMenu.mega-dropdown-menu>li>ul>li input {
    border: 1px solid #c2cef9;
    padding: 5px 4px;
    border-radius: 3px;
    width: calc(100% - 30px)
}

.DFSModal .modal-dialog div.dhx_modal_cover {
    opacity: .6
}

.dhtmlx-confirm-warning {
    border: none;
    box-shadow: 0 0 16px rgba(0,0,0,.12),0 16px 16px rgba(0,0,0,.24);
    width: 325px
}

.dhtmlx-confirm-warning .dhtmlx_popup_title {
    background-color: #fff;
    background: none;
    border: none;
    color: #485e6e;
    text-shadow: none;
    position: relative;
    padding: 50px 10px 0 !important;
    box-shadow: none;
    height: auto;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    cursor: default
}

.dhtmlx-confirm-warning .dhtmlx_popup_title:before {
    content: '';
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    background: url(../../images/danger.png);
    width: 32px;
    height: 32px;
    top: 12px
}

.dhtmlx-confirm-warning .dhtmlx_popup_text {
    padding: 3px 60px 20px !important;
    margin: 0;
    border: none;
    border-radius: 0;
    margin: auto;
    max-height: 200px;
    overflow: auto
}

.dhtmlx-confirm-warning .dhtmlx_popup_text span {
    font-size: 17px;
    font-weight: 300;
    color: #656565
}

.dhtmlx-confirm-warning .dhtmlx_popup_controls {
    padding: 0 !important;
    border: none;
    border-radius: 0
}

.dhtmlx_popup_button {
    background: none;
    border: none;
    margin: 0;
    width: 50%;
    background-color: #f7f7f7;
    padding: 10px;
    height: auto;
    border-right: 1px solid #d0d0d0;
    border-radius: 0;
    transition: .4s
}

.dhtmlx_popup_button:hover,.dhtmlx_popup_button:focus {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    background-color: #f65656
}

.dhtmlx_popup_button:hover div,.dhtmlx_popup_button:focus div {
    color: #fff
}

.dhtmlx_popup_button div {
    font-weight: 400;
    font-size: 16px;
    color: #717171;
    text-shadow: none
}

.dhtmlx_popup_button:last-child {
    border-right: none
}

.DesignStudioCustomTable .panel-heading .filters span a .bootstrap-switch-small .bootstrap-switch-handle-on,.bootstrap-switch-small .bootstrap-switch-handle-off,.bootstrap-switch-small .bootstrap-switch-label {
    height: 32px;
    padding: 6px 6px
}

.bootstrap-switch {
    margin-right: 0
}

.FlowDiagram {
    background-color: #fff;
    float: left;
    width: 100%;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.22)
}

#dvDFSFrame .page-header {
    display: none
}

#dvDFSFrame .CustomSidebarDFS .sidebar-content {
    position: relative;
    top: 100px;
    border: 1px solid #ddd
}

#dvDFSFrame .CustomExpressionContent {
    width: calc(100% - 330px)
}

#dvDFSFrame .GobalDFSToolBar {
    width: calc(100% - 1.3%)
}

#dgmForkedElementsDiv canvas {
    border: 1px solid #c5c5c5
}

#dvDFSFrame .content-wrapper .content {
    padding-top: 0 !important;
    margin-top: 100px
}

#dvDFSFrame .CustomSidebarDFS {
    border: none
}

.Lock svg {
    margin: 0;
    display: inherit;
    width: 15px;
    vertical-align: middle
}

.Lock svg path {
    fill: red
}

.heading-elements>ul>li.Save>a {
    background-color: #3b61ea;
    border-radius: 4px;
    padding: 4px 18px !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    height: 30px
}

.heading-elements>ul>li.Save:hover>a {
    color: #000 !important
}

#dvTitlesview .panel-body {
    overflow: auto;
    background: #f3f3f3
}

.LOD .exploPanel {
    padding: 15px;
    border: 1px solid #ddd;
    margin: 0 10px;
    border-radius: 4px;
    margin: 0 10px;
    border-radius: 4px;
    background: #fff
}

.LOD {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-block:2em;grid-auto-rows: initial;
    width: 100%;
    gap: 2em
}

.LOD .exploPanel .media-list {
    display: flex;
    flex-direction: row;
    margin: 0 !important
}

.LOD .exploPanel .formatIcon {
    padding: 20px;
    background: #f8f4ff;
    border-radius: 100%;
    border: 1px solid #9575cd
}

.LOD .exploPanel .list-inline {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center
}

.LOD .exploPanel .list-inline>li:last-child {
    position: absolute;
    top: -10px;
    right: -6px;
    background: #f0f8ff;
    padding: 10px;
    border-radius: 100%
}

.LOD .exploPanel .list-inline-separate>li:before {
    content: '/';
    color: transparent
}

.LOD .exploPanel .list-inline-separate>li {
    padding: 0
}

#grpPixelType .form-group .display-block {
    left: 30% !important
}

.gobalTab.ForIspace {
    position: relative;
    overflow: hidden
}

.gobalTab.ForIspace .tab-content::before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 3000px;
    top: 46px;
    left: 0;
    height: 100%;
    z-index: 0
}

.gobalTab.ForIspace .nav-tabs li a::before {
    z-index: 0
}

.gobalTab.ForIspace .nav-tabs li.active a span {
    position: relative
}

.gobalTab.ForIspace .tab-content>.has-padding {
    position: relative
}

.modal {
    z-index: 10010;
    overflow: hidden !important
}

.CustomModel {
    border: none;
    border-radius: 0;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 15px
}

 

.close i {
    font-size: 16px;
    float: left;
    left: 3px;
    top: 0
}

.CustomModel .modal-body {
    padding: 0
}

.CustomModel .modal-body .content {
    padding: 10px 10px !important
}

.CustomModel .modal-footer {
    padding: 0 !important;
    background-color: #fff;
    display: flex;
    justify-content: flex-end;
    grid-gap: 10px
}

.CustomModel .modal-footer button {
    padding: 8px 12px;
    font-size: 15px;
    color: #616f87;
    font-weight: 500;
    line-height: 18px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #8e8e8e;
    width: 150px
}

.CustomModel .modal-footer button.CustomSucess {
    background-color: #3b61eb;
    color: #fff;
    border: 1px solid transparent;
    font-weight: 400
}

.CustomModel .modal-footer .CustomDelete {
    background-color: var(--main-bgDanger-color);
    border-color: var(--main-bgDanger-color)
}

.CustomModel .modal-footer .Customvalidation {
    background-color: #5c6bc0;
    border-color: #5c6bc0
}

.CustomModel .modal-footer .CustomImport {
    background-color: #3b61eb;
    color: #fff
}

.CustomModel .modal-footer button i {
    font-size: 0 !important
}

.CustomModel .form-group {
    margin-bottom: 21px;
    display: inline-block;
    width: 100%
}

.CustomModel .control-label {
    font-size: 14px;
    margin-bottom: 6px !important;
    color: #555
}

.CustomModel .tab-content>.has-padding .panel-body {
    padding: 0
}

.CustomModel .content-wrapper {
    z-index: 5;
    position: relative;
    background-color: #fff;
    padding-bottom: 0
}

.CustomModel .sidebar-secondary {
    z-index: 1
}

.CustomModel .model-body input[type="checkbox"] {
    margin: 4px 7px 5px 0 !important;
    float: left !important
}

.CustomFormDesign .CustomModel .BgGrid label {
    color: #fff;
    font-size: 10px;
    margin-bottom: 6px
}

.modal {
    z-index: 10010;
    overflow: hidden !important
}

.CustomModelDesignStudio .modal-content {
    border: none;
    border-radius: 0;
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 15px
}

.CustomModelDesignStudio .modal-header {
    padding: 0 10px !important;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.CustomModelDesignStudio .modal-header::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background-color: #3b61eb;
    background-image: url(../../images/DesignStudio/ModalCommonIcon.png);
    background-repeat: no-repeat;
    background-position: 50%
}

.CustomModelDesignStudio .modal-header h4 {
    font-size: 17px;
    color: #4d4d4d;
    font-weight: 500;
    line-height: 17px;
    margin: 0;
    position: relative;
    padding-left: 70px
}

.CustomModelDesignStudio .modal-header .close {
    color: #fff;
    margin: 0 !important;
    opacity: 1;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url(../../images/DesignStudio/Model_Close.png)
}

.CustomModelDesignStudio .modal-header .close i {
    font-size: 16px;
    float: left;
    left: 3px;
    top: 0;
    display: none
}

.CustomModelDesignStudio .modal-body {
    padding: 0
}

.CustomModelDesignStudio .modal-body .content {
    padding: 20px 10px !important
}

.CustomModelDesignStudio .modal-body .content.DesignStudioCustomTable .panel-heading .heading-elements a {
    background-color: #e6f1ff;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    border-radius: 10px;
    padding: 10px 10px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none
}

.CustomModelDesignStudio .modal-body .content.DesignStudioCustomTable .panel-heading .heading-elements a img {
    width: 21px
}

.CustomModelDesignStudio .modal-footer {
    padding: 0 !important;
    background-color: #fff;
    display: flex;
    justify-content: flex-end;
    grid-gap: 10px
}

.CustomModelDesignStudio .modal-footer button {
    padding: 12px 12px;
    font-size: 15px;
    color: #616f87;
    font-weight: 500;
    line-height: 18px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #8e8e8e;
    width: 150px
}

.CustomModelDesignStudio .modal-footer button.CustomSucess {
    background-color: #3b61eb;
    color: #fff;
    border: 1px solid transparent;
    font-weight: 400
}

.gobalTab .nav-tabs {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    border: none
}

.gobalTab .nav-tabs li {
    margin-right: 8px !important;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex: none;
    flex: none
}

.gobalTab .nav-tabs li a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: block;
    line-height: 24px !important;
    color: #3b61eb !important;
    background-color: transparent !important;
    padding: 7px 10px !important;
    border-radius: 5px;
    border: 3px solid #ebeffd !important;
    width: 200px
}

.gobalTab .nav-tabs li.active a {
    background-color: #ebeffd !important
}

.gobalTab .nav-tabs li a:hover,.gobalTab .nav-tabs li a:focus {
    border: 1px solid transparent;
    transition: all .4s ease-in-out;
    background-color: #11b3b9;
    color: #fff
}

.gobalTab .nav-tabs li.active a,.processTab .nav-tabs li.active a:hover,.processTab .nav-tabs li.active a:focus {
    color: #fff;
    background-color: #ebeffd;
    padding: 5px 20px
}

.gobalTab .tab-content {
    border: 1px solid rgba(17,179,185,.25) !important;
    border-radius: 3px !important;
    background-color: transparent !important;
    margin-top: 10px;
    position: relative;
    overflow: scroll;
    float: left;
    width: 100%
}

.gobalTab .tab-content .tab-pane {
    overflow: scroll;
    padding: 0 !important
}

.gobalTabTwo .tabbable {
    background-color: #fff;
    width: 100%;
    float: left
}

.gobalTabTwo .tabbable .nav-tabs {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    border: none
}

.gobalTabTwo .tabbable .nav-tabs li {
    position: relative;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.gobalTabTwo .tabbable .nav-tabs li.active a::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.gobalTabTwo .tabbable .nav-tabs li a {
    padding: 16px 35px;
    border: none;
    border-left: 1px solid #e7ecea;
    transition: color .2s
}

.gobalTabTwo .tabbable .nav-tabs li a i {
    font-size: 17px !important;
    line-height: 16px;
    margin-right: 10px;
    color: #74777b
}

.gobalTabTwo .tabbable .nav-tabs li a span {
    font-size: 14.5px;
    font-weight: 500;
    color: #74777b
}

.gobalTabTwo .tabbable .nav-tabs li:last-child a {
    border-right: 1px solid #e7ecea
}

.gobalTabTwo .tabbable .nav-tabs li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--main-Tabs2-color);
    content: '';
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0)
}

.gobalTabTwo .tabbable .tab-content {
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid #e7ecea;
    border-top: 1px solid #e7ecea !important;
    border: none
}

.gobalTabThree.tabbable .nav-tabs {
    text-align: center;
    position: relative;
    border: none !important;
    background-color: #f8f8f8
}

.gobalTabThree.tabbable .nav-tabs li {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 120px
}

.gobalTabThree.tabbable .nav-tabs li.active a {
    background-color: transparent;
    border: none;
    color: var(--main-Tabs2-color);
    -webkit-transform: translate3d(0,2px,0);
    transform: translate3d(0,2px,0)
}

.gobalTabThree.tabbable .nav-tabs li a {
    -webkit-transition: color .3s,-webkit-transform .3s;
    transition: color .3s,transform .3s;
    padding: 14px 12px;
    font-size: 14px;
    font-weight: 500
}

.gobalTabThree.tabbable .nav-tabs li:last-child::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #2cc185;
    content: '';
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.gobalTabThree.tabbable .nav-tabs li:first-child.active~li:last-child::before {
    -webkit-transform: translate3d(-195%,0,0);
    transform: translate3d(-195%,0,0)
}

.gobalTabThree.tabbable .nav-tabs li:nth-child(2).active~li:last-child::before {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.gobalTabFour.tabbable {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
    padding: 0
}

.gobalTabFour.tabbable .nav li>a:hover,.gobalTabFour.tabbable .nav li>a:focus {
    background-color: transparent
}

.gobalTabFour.tabbable .nav-tabs2 {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.gobalTabFour.tabbable .nav-tabs2 li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 .2em;
    -webkit-flex: none;
    flex: none
}

.gobalTabFour.tabbable .nav-tabs2 li a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 22px;
    padding: 6px 10px;
    color: #74777b;
    font-weight: 700;
    -webkit-transition: color .3s;
    transition: color .3s
}

.gobalTabFour.tabbable .nav-tabs2 li.active a {
    color: #fff
}

.gobalTabFour.tabbable .nav-tabs2 li a span {
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    font-family: 'Montserrat Sans',sans-serif !important;
    color: #4d4d4d
}

.gobalTabFour.tabbable .nav-tabs2 li a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #afb7d1;
    content: '';
    -webkit-transition: background-color .3s,-webkit-transform .3s;
    transition: background-color .3s,transform .3s;
    -webkit-transition-timing-function: ease,cubic-bezier(.7,0,.3,1);
    transition-timing-function: ease,cubic-bezier(.7,0,.3,1);
    -webkit-transform: translate3d(0,100%,0) translate3d(0,-1px,0);
    transform: translate3d(0,100%,0) translate3d(0,-1px,0);
    border-radius: 3px 3px 0 0
}

.gobalTabFour.tabbable .nav-tabs2 li.active a::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    background-color: #e5ebff
}

.gobalTabFour.tabbable .tab-content {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ddd !important;
    border: none
}

.gobalTabFive.tabbable ul.nav {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    border: none;
    padding: 0;
    top: 0
}

.gobalTabFive.tabbable ul.nav li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.gobalTabFive.tabbable ul.nav li a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
    color: #fff;
    -webkit-transition: color .2s;
    transition: color .2s;
    padding: 3px 35px 2px 5px;
    background-color: transparent;
    border: none;
    margin: 0;
    border-radius: 0
}

.gobalTabFive.tabbable ul.nav li a span {
    font-size: 14px
}

.gobalTabFive.tabbable ul.nav li a i {
    font-size: 14px !important
}

.gobalTabFive.tabbable ul.nav li.active a,.gobalTabFive.tabbable ul.nav li.active a:hover {
    color: #2cc185
}

.gobalTabFive.tabbable ul.nav li.active a:after {
    background: #fff;
    box-shadow: none;
    border: 1px solid #2cc185;
    border-bottom: none
}

.gobalTabFive.tabbable ul.nav li a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    outline: none;
    border-radius: 10px 10px 0 0;
    background: #2cc185;
    box-shadow: inset 0 -3px 3px rgba(0,0,0,.05);
    content: '';
    -webkit-transform: perspective(5px) rotateX(1.2deg) translateZ(-1px);
    transform: perspective(5px) rotateX(1.2deg) translateZ(-1px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.gobalTabFive .tab-content {
    border: 1px solid #d6dde0 !important;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2)
}

.GobalTabSix>ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    padding: 8px 0 !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid rgba(65,74,84,.3)
}

.GobalTabSix>ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 15px 0 0;
    text-align: center
}

.GobalTabSix>ul li.active::before {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.GobalTabSix>ul li a {
    display: inline-block;
    overflow: visible;
    padding: 7px 10px 7px 35px;
    color: #74777b;
    -webkit-transition: color .3s cubic-bezier(.7,0,.3,1);
    transition: color .3s cubic-bezier(.7,0,.3,1);
    border: none !important;
    border-radius: 4px;
    line-height: 21px !important;
    background-color: transparent
}

.GobalTabSix>ul li a::before {
    content: '';
    display: block;
    margin: 0 0 .35em;
    -webkit-transition: -webkit-transform .6s,opacity .6s;
    transition: transform .6s,opacity .6s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
    height: 35px;
    width: 35px;
    margin: auto;
    left: 0;
    position: absolute;
    top: 0
}

.GobalTabSix>ul li a::after {
    content: '';
    display: block;
    margin: 0 0 .35em;
    -webkit-transition: -webkit-transform .6s,opacity .6s;
    transition: transform .6s,opacity .6s;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
    pointer-events: none;
    height: 35px;
    width: 35px;
    margin: auto;
    left: 0;
    position: absolute;
    top: 0
}

.GobalTabSix>ul li.active a {
    background-color: #838e9c !important
}

.GobalTabSix>ul li.active a::after {
    transform: translate3d(0,0,0);
    background-image: url(../../images/SpritesImages/SpritesImg.png)
}

.GobalTabSix>ul li.active a::before {
    transform: translate3d(0,-100px,0);
    background-image: url(../../images/SpritesImages/SpritesImg.png)
}

.GobalTabSix>ul li a.StepOne::before {
    background-image: url(../../images/SpritesImages/SpritesImg.png);
    background-position: -142px 0
}

.GobalTabSix>ul li a.StepTow::before {
    background-image: url(../../images/SpritesImages/SpritesImg.png);
    background-position: -142px -35px
}

.GobalTabSix>ul li a.StepThree::before {
    background-image: url(../../images/SpritesImages/SpritesImg.png);
    background-position: -142px -70px
}

.GobalTabSix>ul li a.StepFour::before {
    background-image: url(../../images/SpritesImages/SpritesImg.png);
    background-position: -142px -105px
}

.GobalTabSix>ul li a.StepFive::before {
    background-image: url(../../images/SpritesImages/SpritesImg.png);
    background-position: -142px -140px
}

.GobalTabSix>ul li a.StepSix::before {
    background-image: url(../../images/SpritesImages/SpritesImg.png);
    background-position: -142px -175px
}

.GobalTabSix>ul li a.StepSeven::before {
    background-image: url(../../images/SpritesImages/SpritesImg.png);
    background-position: -142px -210px
}

.GobalTabSix>ul li a.StepEight::before {
    background-image: url(../../images/SpritesImages/SpritesImg.png);
    background-position: -142px -245px
}

.GobalTabSix>ul li a.StepNine::before {
    background-image: url(../../images/SpritesImages/SpritesImg.png);
    background-position: -142px -281px
}

.GobalTabSix>ul li.active a.StepOne::after {
    background-position: -142px -315px
}

.GobalTabSix>ul li.active a.StepTow::after {
    background-position: -142px -350px
}

.GobalTabSix>ul li.active a.StepThree::after {
    background-position: -142px -385px
}

.GobalTabSix>ul li.active a.StepFour::after {
    background-position: -142px -420px
}

.GobalTabSix>ul li.active a.StepFive::after {
    background-position: -142px -455px
}

.GobalTabSix>ul li.active a.StepSix::after {
    background-position: -142px -490px
}

.GobalTabSix>ul li.active a.StepSeven::after {
    background-position: -142px 525px
}

.GobalTabSix>ul li.active a.StepEight::after {
    background-position: -142px 560px
}

.GobalTabSix>ul li.active a.StepNine::after {
    background-position: -175px -600px
}

.GobalTabSix>ul li.active a span {
    font-size: 13.5px;
    font-weight: 500;
    color: #fff;
    letter-spacing: .3px
}

.GobalTabSix>ul li a span {
    font-size: 13.5px;
    font-weight: 500;
    color: #313c48;
    letter-spacing: .3px
}

.GobalTabSix .tab-content {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.18)
}

#dvBasicInfo .panel-heading {
    background-color: #e3e3e378;
    border: none;
    color: #fff;
    border-radius: 0 !important
}

#dvBasicInfo .panel-heading h6 {
    color: #333;
    font-weight: 500
}

.dfsexp_btn a {
    margin-bottom: 10px;
    padding: 3px 28px !important;
    min-width: 25px;
    border-radius: 25px;
    border: 1px solid #ddd;
    background-color: transparent;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    margin: 6px 1px;
    display: inline-block
}

.CustomBgImg {
    background: url(../../images/widget_bg.png) !important;
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    background-size: 100% !important
}

.CustomBtnGra {
    background-color: transparent;
    background-size: 400% 400%;
    -webkit-animation: AnimateBtn 30s ease infinite;
    -moz-animation: AnimateBtn 30s ease infinite;
    animation: AnimateBtn 30s ease infinite;
    color: #302163;
    border: 1px solid #253161 !important;
    border-radius: 25px !important
}

.CustomBtnGra:hover {
    background: linear-gradient(228deg,#5869a9,#463287);
    background-size: 400% 400%;
    -webkit-animation: AnimateBtnhover 30s ease infinite;
    -moz-animation: AnimateBtnhover 30s ease infinite;
    animation: AnimateBtnhover 30s ease infinite;
    color: #fff;
    border: 1px solid transparent !important;
    border-radius: 25px !important
}

.tab-content-bordered .tab-content:not([class*="bg-"]) {
    border-color: #ddd;
    border: none !important;
    background-color: transparent
}

.jsPanel .fa:before {
    padding: 6px 7px;
    background: #fff;
    border-radius: 5px;
    color: #222222a6;
    border-radius: 100%;
    font-size: 13px;
    box-shadow: rgb(175 175 165/72%) 0 4px 11px 0
}

.jsPanel .jsPanel-hdr .jsPanel-hdr-toolbar {
    margin-top: 3px
}

.jsPanel>.panel-heading {
    background-color: #ebeced;
    padding: 11px 9px !important;
    border: none
}

.jsPanel>.panel-heading .panel-title {
    color: #ffffff !important;
}

.jsPanel .panel-body {
    padding: 0 !important;
}

.jsPanel-content #layoutTree {
    min-height: 297px !important;
    margin: 0;
    border: none
}

.jsPanel-content {
    padding: 0
}

.jsPanel-content #propertyGrid {
    overflow: auto !important;
    min-height: 300px !important;
    margin: 0;
    border: none
}

jsPanel .jsPanel-hdr h3 {
    font-weight: 500;
    padding: 0;
    line-height: 18px
}

#propertyGrid {
    table-layout: fixed;
    width: 100% !important
}

.jsPanel>.panel-heading .panel-title {
    font-weight: 500;
    padding: 0;
    line-height: 18px;
    font-size: 15px !important
}

#jsPanel-2 div.gridbox table.row20px tr td {
    height: 33px;
    white-space: nowrap;
    padding: 9px;
    border: 1px solid #e7edff;
    white-space: nowrap
}

.dhxtree_dhx_skyblue .containerTableStyle {
    padding-top: 10px
}

.containerTableStyle {
    height: auto !important
}

table {
    margin: 0 !important
}

.dhxtree_dhx_skyblue .containerTableStyle>table>tbody>tr:nth-child(even) {
    background-color: #fff
}

.dhxtree_dhx_skyblue .containerTableStyle table tr {
    border-bottom: none
}

.containerTableStyle table tr {
    border-bottom: 1px solid #efefef
}

.dhxtree_dhx_skyblue .containerTableStyle table tr td table tr {
    height: 32px
}

.alert.alert-styled-left {
    border-top: none;
    border-bottom: none;
    border-right: 2px solid;
    box-shadow: none;
    background-color: #0d0e0e12 !important;
    color: #424242 !important;
    border-color: #fff;
    border-radius: 8px
}

.alert[class*=alert-styled-].alert-warning:after,.ui-pnotify[class*=alert-styled-]>.alert.alert-warning:after,.alert[class*=alert-styled-][class*=bg-warning]:after,.ui-pnotify[class*=alert-styled-]>.alert[class*=bg-warning]:after {
    content: '';
    width: 45px;
    height: 25px;
    background-image: url(../../images/alt.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px
}

.preLoad .login-form {
    position: relative
}

.preLoad .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 150px;
    height: 150px;
    animation: spin 2s linear infinite;
    margin: 15px auto
}

.preLoad .login-form p {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    position: absolute;
    top: 140px;
    right: 0;
    left: 0
}

.page-header {
    margin: 9px
}

.CustomProcessList .page-header {
    margin: 9px !important
}

.CustomCheckbox {
    float: left
}

.CustomCheckbox label,.CustomCheckbox input[type="radio"] {
    outline: none
}

.CustomCheckbox label,.CustomCheckbox input[type="radio"],.CustomCheckbox input[type="checkbox"] {
    line-height: 2.1ex
}

.CustomCheckbox input[type="radio"],.CustomCheckbox input[type="checkbox"] {
    position: absolute;
    left: -999em;
    display: none
}

.CustomCheckbox input[type="radio"]+label,.CustomCheckbox input[type="checkbox"]+label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 0
}

.CustomCheckbox input[type="radio"]+label[disabled],.CustomCheckbox input[type="checkbox"]+label[disabled] {
    opacity: .7;
    cursor: not-allowed
}

.CustomCheckbox input[type="radio"]+label::before,.CustomCheckbox input[type="checkbox"]+label::before {
    content: "";
    display: inline-block;
    vertical-align: -35%;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 2px solid #3b61eb;
    margin-right: .5em
}

.CustomCheckbox input[type="radio"]+label::before {
    border-radius: 50%
}

.CustomCheckbox input[type="checkbox"]:checked+label::after {
    content: "?";
    font-family: 'icomoon';
    position: absolute;
    left: 4px;
    font-size: 11px;
    top: 1px;
    color: rgb(59 97 235/60%);
    font-weight: bolder;
    line-height: 17px
}

.CustomCheckbox input[type="radio"]:checked+label::before {
    background: radial-gradient(circle at center,#3b61eb 4px,#fff 5px)
}

.CustomCheckboxDisabled {
    opacity: .5;
    cursor: not-allowed !important
}

.CustomCheckboxDisabled label {
    cursor: not-allowed !important
}

.ui-igcheckbox-normal {
    border: 2px solid var(--main-primary-color) !important;
    border-radius: 0 !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    margin: 0 5px 0 0 !important
}

.CustomCheckbox_2 {
    width: 100%
}

.CustomCheckbox_2 label,.CustomCheckbox_2 input[type="radio"],.CustomCheckbox_2 input[type="checkbox"] {
    line-height: 2.1ex
}

.CustomCheckbox_2 input[type="radio"],.CustomCheckbox_2 input[type="checkbox"] {
    position: absolute;
    left: -999em;
    display: none
}

.CustomCheckbox_2 input[type="radio"]+label,.CustomCheckbox_2 input[type="checkbox"]+label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 0
}

.CustomCheckbox_2 input[type="radio"]+label::before,.CustomCheckbox_2 input[type="checkbox"]+label::before {
    content: "";
    display: inline-block;
    vertical-align: -35%;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #8e8e8e;
    border-radius: 4px
}

.CustomCheckbox_2 input[type="radio"]:checked+label::before {
    background: radial-gradient(circle at center,#1062a4 3px,#fff 5px)
}

.CustomCheckbox_2 input[type="radio"]+label::before {
    border-radius: 50%
}

.CustomCheckbox_2 input[type="checkbox"]:checked+label::after {
    content: "?";
    font-family: 'icomoon';
    position: absolute;
    left: 5px;
    font-size: 11px;
    top: 4px;
    color: #294a5a;
    font-weight: bolder;
    line-height: 13px
}

.CustomCheckbox_2 input[disabled="disabled"]+label {
    cursor: not-allowed;
    opacity: .6
}

.CustomCheckbox_3 {
    width: 100%
}

.CustomCheckbox_3 label,.CustomCheckbox_3 input[type="radio"],.CustomCheckbox_3 input[type="checkbox"] {
    line-height: 2.1ex
}

.CustomCheckbox_3 input[type="radio"],.CustomCheckbox_3 input[type="checkbox"] {
    position: absolute;
    left: -999em;
    display: none
}

.CustomCheckbox_3 input[type="radio"]+label,.CustomCheckbox_3 input[type="checkbox"]+label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 0
}

.CustomCheckbox_3 input[type="radio"]+label::before,.CustomCheckbox_3 input[type="checkbox"]+label::before {
    content: "";
    display: inline-block;
    vertical-align: -35%;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 2px solid #03a9f3;
    margin-right: .5em
}

.CustomCheckbox_3 input[type="radio"]:checked+label::before {
    background: radial-gradient(circle at center,#03a9f3 3px,#fff 5px)
}

.CustomCheckbox_3 input[type="radio"]+label::before {
    border-radius: 50%
}

.CustomCheckbox_3 input[type="checkbox"]:checked+label::after {
    content: "?";
    font-family: 'icomoon';
    position: absolute;
    right: 10px;
    font-size: 9.5px;
    top: 2px;
    color: #03a9f3;
    font-weight: bolder
}

.CustomDialog {
    background-color: #00000040 !important;
    border-radius: 3px !important;
    border: none;
    padding: 0;
}

.CustomDialog .ui-dialog-titlebar {
    border: none;
    color: #fff;
    font-size: 16px !important;
    font-weight: 400 !important;
    background-color: #ff6b6b;
    border-radius: 0 0 0 0 !important;
    padding: 15px 12px
}

.CustomDialog .ui-dialog-titlebar .ui-dialog-title {
    margin: 0;
    line-height: 15px
}

.CustomDialog .content {
    padding: 10px 14px 6px 14px
}

.CustomDialog .ui-dialog-content {
    padding: 0 !important;
    height: auto !important
}

.CustomDialog .ui-dialog-content .CustomDialogBtn {
    padding: 7px 16px;
    background-color: #ff6b6b;
    display: inline-block;
    line-height: 13px;
    margin: 0;
    border: 1px solid #ff6b6b;
    color: #fff;
    border-radius: 25px;
    float: right;
    margin-right: 10px
}

.CustomDialog .ui-dialog-content .CustomCheckbox input[type="radio"]:checked+label::before {
    background: radial-gradient(circle at center,#a7a7a7 3px,#fff 5px)
}

.CustomDialog .ui-dialog-content .CustomCheckbox input[type="radio"]+label::before {
    border: 2px solid #a7a7a7
}

.CustomDialog .ui-dialog-content .CustomCheckbox {
    color: #a7a7a7
}

.ui-dialog {
    background-color: #fff;
    border-radius: 3px !important;
    border: none;
    padding: 0
}

.ui-dialog .ui-dialog-titlebar {
    border: none;
    color: #fff;
    font-size: 16px !important;
    font-weight: 400 !important;
    background-color: #ff6b6b;
    border-radius: 0 0 0 0 !important;
    padding: 15px 12px
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    margin: 0;
    line-height: 15px
}

.ui-dialog .ui-dialog-content {
    padding: 10px 14px;
    height: auto !important
}

.ui-dialog .ui-dialog-content p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 20px 0
}

.ui-dialog .ui-dialog-content .btn {
    padding: 7px 16px;
    background-color: #ff6b6b;
    display: inline-block;
    line-height: 13px;
    margin: 0;
    border: 1px solid #ff6b6b;
    color: #fff;
    border-radius: 25px;
    float: right;
    margin-right: 10px
}

.ui-dialog .ui-dialog-content .CustomCheckbox input[type="radio"]:checked+label::before {
    background: radial-gradient(circle at center,#a7a7a7 3px,#fff 5px)
}

.ui-dialog .ui-dialog-content .CustomCheckbox input[type="radio"]+label::before {
    border: 2px solid #a7a7a7
}

.ui-dialog .ui-dialog-content .CustomCheckbox {
    color: #a7a7a7
}

.dvCompare .heading-elements.visible {
    right: 0 !important;
    padding: 3px 0 5px;
    top: 47px !important
}

.bootstrap-datatimepicker-widget {
    display: block !important
}

.click2editNarrative {
    background-color: #fff
}

.click2editNarrative h5 {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    margin: 5px 0 0 0
}

.CustomSlantedTab.nav {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    margin-left: 20px;
    border-bottom: 0
}

.CustomSlantedTab.nav li {
    display: inline-block
}

.CustomSlantedTab.nav li a {
    position: relative;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    margin: 0 -6px;
    padding: 1em 4em 1em 2em;
    background-color: transparent;
    border: none !important
}

.CustomSlantedTab.nav li a span {
    position: relative;
    top: 8px;
    left: 45px;
    color: #fff
}

.CustomSlantedTab.nav li.active a span {
    color: #fff
}

.CustomSlantedTab.nav li.active a:hover {
    background-color: transparent
}

.CustomSlantedTab.nav li a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    opacity: .8;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 3px 10px 0 0;
    background: #1c75b9;
    transform: perspective(3.5px) rotateX(1.6deg);
    transform-origin: bottom right;
    border: 2px solid #1c75b9;
    border-bottom: transparent
}

.CustomSlantedTab.nav li.active a::before {
    opacity: 1
}

.CustomSlantedTab.nav li.active a {
    z-index: 2
}

.CustomSlantedTab.nav li.active a:focus,.CustomSlantedTab.tabbable ul li.active a:hover,.CustomSlantedTab.tabbable ul li.active a:visited {
    background-color: transparent
}

.CustomSlantedTab .tabbable ul.nav li.active a::before {
    border-top-width: 1px;
    background: #91b4de
}

.CustomSlantedTab .tab-content {
    border: 1px solid #91b4de !important;
    border-top: 4px solid #91b4de !important;
    border-radius: 3px;
    background-color: #dfecf5 !important
}

.CustomSlantedTab.bg-default {
    background-color: transparent;
    border: none;
    color: #303030
}

.CustomSlantedTab.bg-default ul.nav li.active a::before {
    background: #d3dbdf
}

.CustomSlantedTab.bg-default tab-content {
    border: 1px solid #d3dbdf !important;
    border-top: 4px solid #d3dbdf !important
}

.CustomSlantedTab.bg-info {
    background-color: transparent;
    border: none;
    color: #303030
}

.CustomSlantedTab.bg-info ul.nav li.active a::before {
    background: #00bcd4
}

.CustomSlantedTab.bg-info tab-content {
    border: 1px solid #00bcd4 !important;
    border-top: 4px solid #00bcd4 !important
}

.CustomSlantedTab.bg-primary {
    background-color: transparent;
    border: none;
    color: #303030
}

.CustomSlantedTab.bg-primary ul.nav li.active a::before {
    background: #2196f3
}

.CustomSlantedTab.bg-primary tab-content {
    border: 1px solid #2196f3 !important;
    border-top: 4px solid #2196f3 !important
}

.CustomSlantedTab.bg-success {
    background-color: transparent;
    border: none;
    color: #303030
}

.CustomSlantedTab.bg-success ul.nav li.active a::before {
    background: #4caf50
}

.CustomSlantedTab.bg-success tab-content {
    border: 1px solid #4caf50 !important;
    border-top: 4px solid #4caf50 !important
}

.CustomSlantedTab.bg-danger {
    background-color: transparent;
    border: none;
    color: #303030
}

.CustomSlantedTab.bg-danger ul.nav li.active a::before {
    background: #f44336
}

.CustomSlantedTab.bg-danger tab-content {
    border: 1px solid #f44336 !important;
    border-top: 4px solid #f44336 !important
}

.CustomSlantedTab.bg-warning {
    background-color: transparent;
    border: none;
    color: #303030
}

.CustomSlantedTab.bg-warning ul.nav li.active a::before {
    background: #ff5722
}

.CustomSlantedTab.bg-warning tab-content {
    border: 1px solid #ff5722 !important;
    border-top: 4px solid #ff5722 !important
}

.CustomSAPGrid .ui-widget table thead tr {
    background-color: #ced7de
}

.CustomSAPGrid .search_part {
    display: none !important
}

.CustomSAPGrid .ui-iggrid-scrolldiv table {
    padding: 0 !important
}

#divCanvas .form-group {
    margin-bottom: 10px
}

#divCanvas .form-group .controls {
    position: relative
}

#frmSmartUIResultPreview {
    width: 100% !important
}

#frmSmartUIResultPreview .fixed-margin {
    padding-top: 0
}

.CustomPassword select,.CustomPassword .input-group {
    width: 175px
}

.CustomPassword input {
    width: 170px
}

.CustomPassword .form-group {
    margin-bottom: 5px
}

.CustomPassword label {
    padding: 9px 10px;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    color: #777
}

.CustomPassword .CustomCheckbox label {
    padding: 0
}

.CustomPassword .CustomCheckbox {
    padding-left: 10px
}

.CustomPassword legend {
    font-size: 15px;
    font-weight: 500;
    margin: 8px 10px 12px;
    padding: 5px 0 8px;
    line-height: 18px;
    color: #424242;
    border-bottom: 1px solid #c1c1c1;
    text-transform: capitalize
}

.CustomPassword .bootstrap-touchspin-down,.CustomPassword .bootstrap-touchspin-up {
    border: 1px solid var(--main-BtnPrimary-color) !important;
    color: #fff
}

.CustomPassword .bootstrap-touchspin-down {
    border-left: 1px solid var(--main-primarytext-color) !important
}

.jconfirm .jconfirm-box {
    padding: 0
}

.jconfirm .jconfirm-bg {
    opacity: .8 !important;
    background-color: #000 !important
}

.jconfirm .jconfirm-holder .jconfirm-box-container .jconfirm-box {
    border-radius: 10px 10px 0 0;
    background-color: transparent;
    box-shadow: none
}

.jconfirm .jconfirm-holder .jconfirm-box-container .jconfirm-box .jconfirm-title-c {
    text-align: center;
    padding: 0;
    background-color: #fff;
    position: relative
}

.jconfirm .jconfirm-holder .jconfirm-box-container .jconfirm-box .jconfirm-title-c:before {
    content: "?";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: 'icomoon';
    top: 10px;
    font-size: 18px;
    width: 42px;
    height: 42px;
    border: 1px solid #6f6f6f;
    border-radius: 30px;
    padding-top: 11px;
    color: #6f6f6f
}

.jconfirm .jconfirm-holder .jconfirm-box-container .jconfirm-box .jconfirm-title-c .jconfirm-title {
    font-size: 26px;
    font-weight: 100;
    padding: 65px 0 15px;
    letter-spacing: .3px;
    line-height: 30px;
    color: #5a5a5a
}

.jconfirm .jconfirm-holder .jconfirm-box-container .jconfirm-box .jconfirm-content-pane {
    margin: 0;
    background-color: #fff
}

.jconfirm .jconfirm-holder .jconfirm-box-container .jconfirm-box .jconfirm-content-pane .jconfirm-content {
    text-align: center;
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
    color: #404040;
    font-weight: 300;
    line-height: 20px;
    padding: 10px 0;
    padding: 5px 0 40px
}

.jconfirm .jconfirm-holder .jconfirm-box-container .jconfirm-box .jconfirm-buttons {
    float: none;
    text-align: center;
    border-radius: 0 0 10px 10px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.jconfirm .jconfirm-holder .jconfirm-box-container .jconfirm-box .jconfirm-buttons:before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #865fdf;
    height: 60px;
    width: 95px;
    border-radius: 0 0 0 10px;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    transform-origin: top right
}

.jconfirm .jconfirm-holder .jconfirm-box-container .jconfirm-box .jconfirm-buttons:after {
    content: '';
    position: absolute;
    right: 0;
    background-color: #865fdf;
    height: 60px;
    width: 95px;
    border-radius: 0 0 10px 0;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.jconfirm .jconfirm-holder .jconfirm-box-container .jconfirm-box .jconfirm-buttons .btn-default {
    border-radius: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: #8f69e8;
    color: #fff;
    font-size: 19px;
    line-height: 20px;
    font-weight: 500;
    z-index: 1;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    transform-origin: top center;
    height: 60px;
    left: 95px;
    -webkit-animation: swing 1.5s .3s ease;
    -moz-animation: swing 1.5s .3s ease;
    animation: swing 1.5s .3s ease;
    padding: 3px !important;
    width: 100px;
    cursor: pointer
}

.jconfirm .jconfirm-holder .jconfirm-box-container .jconfirm-box .jconfirm-buttons .btn-default:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6a41c7;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-o ut;
    transition-timing-function: ease-out
}

.jconfirm .jconfirm-holder .jconfirm-box-container .jconfirm-box .jconfirm-buttons .btn-default:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.CustomTimeLog.panel {
    background-color: transparent;
    border: none !important;
    box-shadow: none
}

.CustomTimeLog .panel-heading {
    background-color: transparent
}

.CustomTimeLog .panel-heading h5 {
    font-size: 20px;
    font-weight: 300;
    color: #5b5b60;
    margin: 0
}

.CustomTimeLog .panel-heading h5 span {
    font-size: 17px;
    font-weight: 500
}

.CustomTimeLog .panel-heading .heading-elements .btn-primary {
    color: #fff;
    font-weight: 500;
    padding: 6px 18px !important;
    border: 0 solid #fff;
    border-radius: 25px !important;
    background-color: #79b7ee;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.15)
}

.CustomTimeLog .panel-heading .heading-elements .input-group input {
    border-radius: 20px 0 0 20px;
    border-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2)
}

.CustomTimeLog .panel-heading .heading-elements .input-group-btn {
    background-color: #79b7ee;
    background-size: 400% 400%;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2)
}

.CustomTimeLog .panel-heading .heading-elements .input-group-btn button {
    background-color: transparent;
    border: none
}

.CustomTimeLog .panel-heading .heading-elements .btn-primary:hover {
    background-color: #69a7de
}

.CustomTimeLog div.gridbox_dhx_skyblue.gridbox .xhdr {
    background-color: #d3e8f6 !important;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.15)
}

.CustomTimeLog div.gridbox_dhx_skyblue.isModern table.hdr tr td .hdrcell {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    text-align: left
}

.CustomTimeLog div.gridbox .objbox {
    padding: 5px
}

.CustomTimeLog div.gridbox .objbox .ev_dhx_skyblue .popover,.CustomTimeLog div.gridbox .objbox .odd_dhx_skyblue .popover {
    z-index: 2
}

.CustomTimeLog div.gridbox .objbox .ev_dhx_skyblue .popover .popover-title,.CustomTimeLog div.gridbox .objbox .odd_dhx_skyblue .popover .popover-title {
    padding: 10px 10px 0 10px
}

.CustomTimeLog div.gridbox .objbox .ev_dhx_skyblue .popover .popover-content,.CustomTimeLog div.gridbox .objbox .odd_dhx_skyblue .popover .popover-content {
    overflow: auto;
    padding: 10px
}

.CustomTimeLog div.gridbox .objbox tr:nth-child(2) .popover {
    top: -5px !important
}

.CustomTimeLog .ev_dhx_skyblue,.CustomTimeLog .odd_dhx_skyblue {
    background-color: transparent !important
}

.CustomTimeLog div.gridbox_dhx_skyblue.gridbox table.obj tr {
    border: none !important
}

.CustomTimeLog div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected td {
    background-color: transparent !important
}

.CustomTimeLog div.gridbox_dhx_skyblue.gridbox table.obj tr:hover td {
    background-color: transparent !important
}

.CustomTimeLog div.gridbox_dhx_skyblue.gridbox table.obj tr td .threadModal {
    background-color: #51ddd3;
    border-radius: 4px;
    padding: 5px 12px;
    color: #fff !important;
    font-weight: 500;
    font-size: 14px !important;
    position: relative;
    z-index: 1;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
    line-height: 14px
}

.CustomTimeLog div.gridbox_dhx_skyblue.gridbox table.obj tr td .TimeLineCount {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 25px;
    padding: 12px 0 0 0;
    color: #fff !important;
    font-weight: 500;
    font-size: 14px !important;
    position: relative;
    z-index: 1;
    display: inline-block;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.15)
}

.CustomTimeLog div.gridbox_dhx_skyblue.gridbox table.obj tr.ev_dhx_skyblue td .TimeLineCount {
    border: 2px solid #f93b69!important
}

.CustomTimeLog div.gridbox_dhx_skyblue.gridbox table.obj tr.odd_dhx_skyblue td .TimeLineCount {
    border: 2px solid #b0e8e2!important
}

.CustomTimeLog div.gridbox_dhx_skyblue.gridbox table.obj tr td {
    position: relative;
    height: 60px !important;
    padding: 5px 12px !important;
    font-size: 13px !important;
    color: #848484;
    line-height: 14px;
    border: none !important;
    overflow: inherit
}

.CustomTimeLog div.gridbox_dhx_skyblue.gridbox table.obj tr td:first-child::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #c1c1c1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0
}

.CustomTimeLog div.gridbox_dhx_skyblue.gridbox table.obj tr:nth-child(2) td:first-child::after {
    height: 50%;
    top: 35px
}

.CustomTimeLog div.gridbox_dhx_skyblue.gridbox table.obj tr:last-child td:first-child::after {
    height: 50%;
    top: 0
}

.CustomTimeLog div.gridbox_dhx_skyblue.gridbox table.obj tr td:first-child::before {
    width: 0;
    display: none
}

.CustomTimeLog div.gridbox_dhx_skyblue.gridbox table.obj tr td::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 40%;
    left: 0;
    background-color: #c2cef9;
    top: 18px
}

.CustomTimeLog div.gridbox_dhx_skyblue.gridbox table.obj tr td .icon-checkmark-circle {
    font-size: 14px;
    margin-left: 7px;
    color: #51ddd3;
    margin-top: 1px;
    opacity: .8
}

.CustomTimeLog div.gridbox_dhx_skyblue.gridbox table.obj tr td .icon-calendar {
    font-size: 13px;
    margin-right: 7px;
    color: #f93b69;
    margin-top: 1px;
    opacity: .8
}

.CustomTimeLog .panel-footer {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
    border: none !important
}

.CustomTimeLog .panel-footer .border-green {
    border-color: #79b7ee
}

.CustomTimeLog .panel-footer ul li a i {
    width: 23px;
    height: 23px;
    color: #fff;
    font-weight: 500;
    border-radius: 2px;
    line-height: 20px
}

.SmartUiToolBar {
    padding: 9px;
    background-color: #ebeced;
    width: 100%;
    float: left;
    margin-top: 47px;
    position: fixed;
    border: none;
    z-index: 4
}

.SmartUiToolBar ul.ToolBar {
    float: left;
    margin: 0;
    padding: 0 0 0 0
}

.SmartUiToolBar ul.ToolBar>li>ul.Static {
    padding: 0 5px;
    display: inline-block;
    width: 100%
}

.SmartUiToolBar ul.ToolBar>li>ul.Static>li {
    line-height: 14px
}

.SmartUiToolBar ul.ToolBar>li>ul>li {
    list-style: none
}

.SmartUiToolBar ul.ToolBar>li>ul.Static>li.BtnCustomToolBar>a {
    padding: 5px;
    font-size: 10px;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    justify-content: flex-start
}

.SmartUiToolBar ul.ToolBar>li>ul.Static>li>a {
    padding: 6px 0 6px 28px
}

.SmartUiToolBar ul.ToolBar>li>ul.Static>li.BtnCustomToolBar>a i {
    font-size: 15px !important
}

.SmartUiToolBar ul.ToolBar>li>ul.Static>li.BtnCustomToolBar>a i svg {
    width: 16px;
    height: 16px
}

.SmartUiToolBar ul.ToolBar>li>.CustomToolBar {
    position: relative
}

.SmartUiToolBar ul.ToolBar>li>.CustomToolBar a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.SmartUiToolBar ul.ToolBar>li>.CustomToolBar h5 {
    font-size: 11px;
    font-weight: 600;
    color: #4c4c4c;
    position: relative;
    letter-spacing: .5px;
    display: inline-block;
    width: 100%;
    line-height: 12px;
    padding: 0;
    text-align: center;
    margin: 0 0 5px
}

.SmartUiToolBar ul.ToolBar>li>.CustomToolBar a.CutomToolBarButton::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(../../images/SpritesImages/SpritesImg.png) -278px -489px;
    left: 0;
    right: 0;
    top: 5px;
    margin: auto
}

.btn.btn-xs {
    height: 25px;
    line-height: 17px;
    border-radius: 25px;
    padding: 4px 16px;
    border: none;
    box-shadow: 0 2px 4px 0 rgb(0 0 0/15%);
    transition: .3s;
    position: relative;
    overflow: hidden;
    font-weight: 500 !important;
    margin: 0 !important
}

.btn.btn-xs i {
    position: relative;
    top: 0;
    font-size: 13.5px !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: .3s;
    left: 0
}

.SmartUiToolBar ul.ToolBar>li>ul.UIElements,.SmartUiToolBar ul.ToolBar>li>ul.DataElements,.SmartUiToolBar ul.ToolBar>li>ul.Diagram,.SmartUiToolBar ul.ToolBar>li>ul.Property,.SmartUiToolBar ul.ToolBar>li>ul.LayoutCustomSmartUiToggleBtn {
    text-align: center;
    display: inline-block;
    width: 100%
}

martUiToolBar ul.ToolBar>li>ul.UIElements>li>a,.SmartUiToolBar ul.ToolBar>li>ul.DataElements>li>a,.SmartUiToolBar ul.ToolBar>li>ul.Diagram>li>a,.SmartUiToolBar ul.ToolBar>li>ul.Property>li>a,.SmartUiToolBar ul.ToolBar>li>ul.Layout>li>a {
    padding-top: 0
}

ustomMegaMenu .mega-dropdown.open>a::after {
    background-color: #dfebfe;
    content: '';
    position: absolute;
    width: 109%;
    height: 119%;
    top: 0;
    left: -3px;
    z-index: -1
}

.SmartUiToolBar ul.ToolBar>li>ul.UIElements.CustomMegaMenu .mega-dropdown-menu,.SmartUiToolBar ul.ToolBar>li>ul.DataElements.CustomMegaMenu .mega-dropdown-menu,.SmartUiToolBar ul.ToolBar>li>ul.Diagram.CustomMegaMenu .mega-dropdown-menu {
    top: 80px;
    width: calc(100% - 258px)
}

.CustomMegaMenu .mega-dropdown-menu::before {
    background-image: url(../../images/SmartUiBg/Left_Top.png),url(../../images/SmartUiBg/right_Bottom.png),url(../../images/SmartUiBg/left_right_Top.png),url(../../images/SmartUiBg/Dots.png) !important;
    background-position: 0 0,100% 100%,0 0,100% 30%;
    background-repeat: no-repeat;
    content: '';
    background-size: auto,auto,contain,auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 5px !important;
    z-index: -1
}

.CustomMegaMenu .mega-dropdown-menu>li.Sprites {
    width: 20%;
    float: left;
    padding: 0 10px
}

.CustomMegaMenu .mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0
}

.CustomMegaMenu .mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0
}

.CustomMegaMenu .mega-dropdown-menu>li>ul>li>span {
    position: relative;
    padding: 6px 0
}

.CustomMegaMenu .mega-dropdown-menu>li>ul>li.dropdown-header:after {
    content: '';
    position: absolute;
    background: linear-gradient(to left,#dfeafc 0%,#bfc9da 50%,#dfeafc 100%);
    width: 80%;
    height: 2px;
    left: 0;
    bottom: 2px;
    right: 0;
    margin: 0 auto
}

.CustomMegaMenu .mega-dropdown-menu>li>ul>li {
    list-style: none
}

.CustomMegaMenu .mega-dropdown-menu>li>ul>li>a {
    display: block;
    color: #475263;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(91,106,130,.3);
    font-weight: 500;
    position: relative;
    line-height: 21px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteOne>ul>li a[data-hover="Panel"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) 0 -1px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.Sprites>ul>li a:after,.DataElements.CustomMegaMenu .mega-dropdown-menu>li.Sprites>ul>li a:after,.Diagram.CustomMegaMenu .mega-dropdown-menu>li.Sprites>ul>li a:after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    right: -5px;
    top: 2px
}

.UIElements.CustomMegaMenu .mega-dropdown-menu>li.SpriteFive>ul>li a[data-hover="GenericDialog"]:after {
    background: url(../../images/SpritesImages/SpritesImg.png) -70px -281px
}

.SmartUiToolBar ul.ToolBar>li>ul.UIElements,.SmartUiToolBar ul.ToolBar>li>ul.DataElements,.SmartUiToolBar ul.ToolBar>li>ul.Diagram,.SmartUiToolBar ul.ToolBar>li>ul.Property,.SmartUiToolBar ul.ToolBar>li>ul.LayoutCustomSmartUiToggleBtn {
    text-align: center;
    display: inline-block;
    width: 100%
}

.SmartUiToolBar ul.ToolBar>li>ul.UIElements>li,.SmartUiToolBar ul.ToolBar>li>ul.DataElements>li,.SmartUiToolBar ul.ToolBar>li>ul.Diagram>li,.SmartUiToolBar ul.ToolBar>li>ul.Property>li,.SmartUiToolBar ul.ToolBar>li>ul.Layout>li {
    line-height: 14px
}

.CustomMegaMenu .mega-dropdown {
    position: static !important
}

.CustomMegaMenu>li {
    display: inline-block
}

#menuObj {
    height: auto
}

SmartUiToolBar ul.ToolBar>li>ul.DataElements>li.ScoreSpriteTwo>.DataElements::before {
    background: url(../../images/SpritesImages/SpritesImg.png) -317px -2px;
    left: 0;
    right: 0;
    margin: auto;
    top: 6px;
    content: '';
    position: absolute;
    width: 32px;
    height: 32px
}

#menuObj .align_left {
    float: left
}

#menuObj .dhtmlxMenu_dhx_skyblue_TopLevel_Item_Normal,#menuObj .dhtmlxMenu_dhx_skyblue_TopLevel_Item_Disabled {
    line-height: 20px;
    padding: 0;
    height: auto
}

.SmartUiToolBar ul.ToolBar>li>ul.DataElements>li.ScoreSpriteTwo>.DataElements .top_level_text {
    margin-top: 38px;
    font-size: 10px;
    font-weight: 600;
    color: #4c4c4c !important;
    position: relative;
    letter-spacing: .5px;
    display: inline-block;
    width: 100%;
    line-height: 12px
}

.SmartUiToolBar ul.ToolBar>li>ul.UIElements,.SmartUiToolBar ul.ToolBar>li>ul.DataElements,.SmartUiToolBar ul.ToolBar>li>ul.Diagram,.SmartUiToolBar ul.ToolBar>li>ul.Property,.SmartUiToolBar ul.ToolBar>li>ul.LayoutCustomSmartUiToggleBtn {
    text-align: center;
    display: inline-block;
    width: 100%
}

martUiToolBar ul.ToolBar>li>ul>li {
    list-style: none
}

martUiToolBar ul.ToolBar>li>ul>li>a {
    font-size: 10px;
    font-weight: 600;
    color: #4c4c4c;
    position: relative;
    letter-spacing: .5px;
    display: inline-block;
    width: 100%;
    line-height: 12px;
    padding: 3px 5px 3px
}

.SmartUiToolBar ul.ToolBar>li>ul.Property>li.ScoreSpriteFour>a::before {
    background: url(../../images/SpritesImages/SpritesImg.png) -317px -176px;
    left: 0;
    right: 0;
    margin: auto;
    top: 8px
}

.SmartUiToolBar ul.ToolBar>li>ul.ComboSelect {
    padding-top: 1px;
    float: left
}

.SmartUiToolBar ul.ToolBar>li:hover {
    cursor: pointer
}

.SmartUiToolBar ul.ToolBar>li path {
    fill: #a8abb5
}

.SmartUiToolBar ul.ToolBar>li:hover .Delete a,.SmartUiToolBar ul.ToolBar>li:hover .Save a,.SmartUiToolBar ul.ToolBar>li:hover .CSS a,.SmartUiToolBar ul.ToolBar>li:hover .layout a {
    padding: 3px 7px 3px
}

.SmartUiToolBar ul.ToolBar>li:hover .Delete a path,.SmartUiToolBar ul.ToolBar>li:visited .Delete a path {
    fill: red
}

.SmartUiToolBar ul.ToolBar>li:hover .Delete a span,.SmartUiToolBar ul.ToolBar>li:visited .Delete a span {
    color: #f00
}

.SmartUiToolBar ul.ToolBar>li:hover .Save a path,.SmartUiToolBar ul.ToolBar>li:visited .Save a path {
    fill: green
}

.SmartUiToolBar ul.ToolBar>li:hover .Save a span,.SmartUiToolBar ul.ToolBar>li:visited .Save a span {
    color: #008000
}

.SmartUiToolBar ul.ToolBar>li:hover .CSS a path,.SmartUiToolBar ul.ToolBar>li:visited .CSS a path {
    fill: blue
}

.SmartUiToolBar ul.ToolBar>li:hover .CSS a span,.SmartUiToolBar ul.ToolBar>li:visited .CSS a span {
    color: #00f
}

.SmartUiToolBar ul.ToolBar>li:hover .layout a path,.SmartUiToolBar ul.ToolBar>li:visited .CSS a path {
    fill: orange
}

.SmartUiToolBar ul.ToolBar>li:hover .layout a span,.SmartUiToolBar ul.ToolBar>li:visited .CSS a span {
    color: #ffa500
}

.SmartUiToolBar ul.ToolBar>li:hover .import a path,.SmartUiToolBar ul.ToolBar>li:visited .CSS a path {
    stroke: purple
}

.SmartUiToolBar ul.ToolBar>li:hover .import a span,.SmartUiToolBar ul.ToolBar>li:visited .CSS a span {
    color: #800080
}

.SmartUiToolBar ul.ToolBar>li .import a path {
    fill: none !important;
    stroke: #a8abb5
}

.CustomComboSelect .dhxcombo_dhx_skyblue {
    width: 100% !important;
    margin: 0 auto 8px;
    height: 22px !important;
    background-color: #f7f7f7;
    border-radius: 0;
    min-width: auto;
    border: 1px solid #e8e8e8
}

div.dhxcombo_dhx_skyblue {
    background-color: #fff;
    border: 1px solid #cacaca;
    font-size: 1px;
    height: 32px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    border-radius: 3px;
    line-height: 1.53846;
    min-width: 155px;
    width: 100% !important
}

element.style {
    width: 126px
}

.CustomComboSelect .dhxcombo_dhx_skyblue .dhxcombo_input {
    height: 21px;
    left: 0;
    margin: 0;
    padding-left: 8px;
    background-color: #f7f7f7;
    font-size: 11px !important;
    font-weight: 600;
    color: #4c4c4c
}

div.dhxcombo_dhx_skyblue input.dhxcombo_input {
    font-size: 13px !important;
    width: 100% !important;
    background-color: #fff;
    border: 0 solid #fff;
    color: #000;
    height: 26px;
    left: 1px;
    line-height: 21px;
    margin: 0 0 0 2px;
    outline: 0 solid #fff;
    padding: 0;
    position: relative;
    top: 0;
    vertical-align: middle;
    padding-left: 10px
}

.CustomComboSelect .dhxcombo_dhx_skyblue .dhxcombo_select_button {
    right: 0;
    height: 21px;
    width: 16px
}

.CustomComboSelect .dhxcombo_dhx_skyblue .dhxcombo_select_button .dhxcombo_select_img {
    background-color: #f7f7f7 !important
}

.CustomSwitch {
    position: relative;
    width: 100%;
    float: left
}

.CustomSwitch .switch {
    display: inline-block;
    position: relative;
    left: 0;
    width: 100%
}

.CustomSwitch .switch label {
    cursor: pointer;
    width: 100%;
    margin: 0 !important;
    font-size: 11px;
    font-weight: 600;
    color: #4c4c4c;
    text-align: center;
    padding: 0 6px
}

.CustomSwitch .switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
    display: none
}

.CustomSwitch .switch label .lever {
    margin: 0;
    content: "";
    display: inline-block;
    position: relative;
    width: 27px;
    height: 11px;
    background-color: #818181;
    border-radius: 15px;
    transition: background .3s ease;
    vertical-align: middle;
    margin-left: 10px
}

.CustomSwitch .switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #f1f1f1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgb(0 0 0/30%);
    left: -5px;
    top: -3px;
    transition: left .3s ease,background .3s ease,box-shadow .1s ease
}

.SmartUiToolBar ul li.Preview div {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px
}

.SmartUiToolBar ul li.Preview div span {
    width: 20%;
    font-size: 11px;
    font-weight: 600
}

.SmartUiToolBar ul li.Preview div input {
    border: 1px solid #cfd5db;
    width: 60%;
    margin: 0 auto;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 2px 2px 7px;
    color: #4c4c4c
}

.SmartUiToolBar ul li.Preview div {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px
}

.SmartUiToolBar ul li.Preview div span {
    width: 20%;
    font-size: 11px;
    font-weight: 600
}

.SmartUiToolBar ul.ToolBar>li>ul.Delete {
    text-align: center;
    display: inline-block;
    width: 100%
}

.SmartUiToolBar ul.ToolBar>li>ul.Delete li {
    line-height: 14px
}

.SmartUiToolBar ul.ToolBar>li>ul>li>a {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    color: #4c4c4c;
    position: relative;
    letter-spacing: .5px;
    display: inline-block;
    width: 100%;
    line-height: 12px;
    padding: 8px 5px 3px
}

.SmartUiToolBar ul.ToolBar>li>ul.Delete>li>a:before {
    content: '';
    width: 29px;
    height: 35px;
    position: absolute
}

.SmartUiToolBar ul.ToolBar>li>ul.Save {
    text-align: center;
    display: inline-block;
    width: 100%
}

.SmartUiToolBar ul.ToolBar>li>ul.Save>li {
    line-height: 14px
}

.SmartUiToolBar ul.ToolBar>li>ul.CSS {
    text-align: center;
    display: inline-block;
    width: 100%
}

.SmartUiToolBar ul.ToolBar>li>ul {
    padding: 0;
    margin: 0
}

.SmartUiToolBar ul.ToolBar>li>ul.CSS>li {
    line-height: 14px
}

.SmartUiToolBar ul.ToolBar>li>ul.CSS>li.SpriteNine>a::before {
    background: url(../../images/SpritesImages/css-file.png) -282px -247px;
    left: 0;
    right: 0;
    margin: auto;
    top: 8px;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center
}

.SmartUiToolBar ul.ToolBar>li>ul.CSS>li.SpriteNine>a::before {
    background: url(../../images/SpritesImages/css-file.png) -282px -247px;
    left: 0;
    right: 0;
    margin: auto;
    top: 8px;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center
}

.SmartUiToolBar ul.ToolBar>li>ul.CSS>li>a:before {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute
}

.SmartUiToolBar ul.ToolBar>li>ul.CSS {
    text-align: center;
    display: inline-block;
    width: 100%
}

.SmartUiToolBar ul.ToolBar>li>ul {
    padding: 0;
    margin: 0
}

.SmartUiToolBar ul.ToolBar>li>ul.CSS>li {
    line-height: 14px
}

ul.ToolBar>li>ul.CSS>li.SpriteTen>a::before {
    background: url(../../images/SpritesImages/SmartLayout.png) -282px -247px;
    left: 0;
    right: 0;
    margin: auto;
    top: 8px;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center
}

.SmartUiToolBar ul.ToolBar>li {
    float: left;
    height: 72px;
    border-right: 1px solid rgba(17,44,74,.2);
    list-style: none;
    border: none;
    background: #fff;
    margin-right: 7px;
    border-radius: 6px;
    box-shadow: rgb(100 100 111/14%) 0 7px 20px 0
}

.SmartUiToolBar ul.ToolBar>li>ul.CSS {
    text-align: center;
    display: inline-block;
    width: 100%
}

.SmartUiToolBar ul.ToolBar>li>ul {
    padding: 0;
    margin: 0
}

.SmartUiToolBar ul.ToolBar>li>ul.CSS>li {
    line-height: 14px
}

.SmartUiToolBar ul.ToolBar>li>ul.CSS>li>a:before {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute
}

.SpriteTen11 svg {
    width: 44px;
    height: 40px;
    padding-top: 10px;
    top: 3px;
    position: absolute
}

.SmartUiToolBar ul.ToolBar>li>ul {
    padding: 0;
    margin: 0
}

.SmartUiToolBar ul.ToolBar>li>ul.merge>li {
    text-align: center
}

.SmartUiToolBar ul.ToolBar>li>ul.merge>li>a {
    padding-top: 50px
}

.SmartUiToolBar ul.ToolBar>li>ul.CSS>li a::before {
    display: none
}

.SmartUiToolBar ul.ToolBar>li>.CustomToolBar,.SmartUiToolBar ul.ToolBar>li>ul.UIElements,.SmartUiToolBar ul.ToolBar>li>ul.DataElements,.SmartUiToolBar ul.ToolBar>li>ul.Property,.SmartUiToolBar ul.ToolBar>li>ul.Delete,.SmartUiToolBar ul.ToolBar>li>ul.Save,.SmartUiToolBar ul.ToolBar>li>ul.CSS,.SmartUiToolBar ul.ToolBar>li>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit
}

.SmartUiToolBar ul.ToolBar>li.Combocount {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    justify-content: center;
    padding: 5px
}

#elementsMenu.dhtmlxMenu_dhx_skyblue_Middle {
    height: 40px
}

#elementsMenu.dhtmlxMenu_dhx_skyblue_Middle .dhtmlxMenu_dhx_skyblue_TopLevel_Item_Normal,#elementsMenu.dhtmlxMenu_dhx_skyblue_Middle .dhtmlxMenu_dhx_skyblue_TopLevel_Item_selected {
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #8e8e8e;
    border-radius: 5px;
    background-color: #fff;
    color: #4d4d4d !important;
    height: 40px;
    background: transperent
}

.ui-resizable-handle.ui-icon {
    border-color: transparent
}

.CustomIsapceMenu {
    margin-top: 137px;
    background-color: #ffffff8c !important;
    width: calc(100% - 241px);
    position: fixed !important;
    border-bottom: 1px solid #ddd;
    z-index: 3
}

.breadcrumbCustom {
    padding: 12px 18px 12px 0 !important
}

.breadcrumbCustom i {
    font-size: 16px;
    color: #404040
}

.breadcrumbCustom h4 {
    font-size: 14px;
    color: #606060;
    line-height: 16px;
    display: flex;
    align-items: center;
    gap: 10px
}

.breadcrumbCustom h4 span {
    color: #44494c !important
}

#designStudioMenu .breadcrumbCustom {
    padding: 5px 18px 5px 0 !important
}

#designStudioMenu .breadcrumbCustom h4 {
    font-size: 13px;
    color: #484444;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: .2px
}

#designStudioMenu .breadcrumbCustom h4 i {
    font-size: 12px !important
}

.tool-container {
    height: auto !important;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 12px 0 #c4c0c4;
    border: 1px solid #84caed !important;
    z-index: 10011 !important
}

.tool-container .tool-items {
    background-color: rgba(62,161,211,.1);
    display: inline-block;
    width: 100%;
    padding: 15px 10px 10px;
    position: relative
}

.tool-container .tool-items:before {
    content: '';
    background-image: url(../../images/bg_trans_8.png);
    background-size: auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 57%;
    left: 0;
    width: 100%;
    height: 100%
}

.tool-container .tool-items .tool-item {
    width: auto;
    box-sizing: inherit
}

.CustomIsapceMenu .heading-elements ul li a {
    color: #262323;
    background-color: #fff;
    border-color: #c5c5c5;
    font-weight: 600;
    box-shadow: rgb(100 100 111/20%) 0 7px 29px 0 !important;
    border-radius: 8px !important
}

.CustomIsapceMenu .heading-elements>ul {
    grid-gap: 0
}

.MainElements ul li {
    width: 100%
}

.box {
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-reflect: below 0 linear-gradient(transparent,transparent,#0005)
}

.box .loader {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    animation: animateLoading 2s linear infinite
}

.box .loader:nth-child(2),.box .loader:nth-child(4) {
    animation-delay: -1s;
    filter: hue-rotate(290deg)
}

@keyframes animateLoading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.box .loader:nth-child(1)::before,.box .loader:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to top,transparent,rgba(0,255,249,.5));
    background-size: 100px 180px;
    background-repeat: no-repeat;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px
}

.container .loader i {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #00fff9;
    border-radius: 50%;
    box-shadow: 0 0 10px #00fff9,0 0 20px #00fff9,0 0 30px #00fff9,0 0 40px #00fff9,0 0 50px #00fff9,0 0 60px #00fff9,0 0 70px #00fff9,0 0 80px #00fff9,0 0 90px #00fff9,0 0 100px #00fff9;
    z-index: 10
}

.box .loader span {
    position: absolute;
    inset: 20px;
    background: #000;
    border-radius: 50%;
    z-index: 1
}

.inner {
    margin: 0 auto
}

.CustomFixed {
    width: 100%;
    position: fixed;
    z-index: 5
}

.CustomFixed .page-header-content {
    border-bottom: 1px solid #349bf4;
    background-color: #98accd12 !important
}

#smartUIPageContainer .CustomFixed .heading-elements {
    background-color: transparent;
    position: fixed;
    top: 97px;
    margin-top: 0;
    right: 6px
}

#dvDesignStudioIfmContainer .CustomFixed .heading-elements {
    background-color: transparent;
    position: fixed;
    top: 97px;
    right: 10px;
    margin-top: 0
}

.External .CustomFixed .heading-elements {
    top: 5px !important;
    background-color: transparent;
    position: fixed;
    right: 10px;
    margin-top: 0;
    height: 30px
}

.External .CustomFixed #dvIspaceMenu.heading-elements {
    top: 53px
}

#dvIspaceMenu ul.nav li .heading-btn {
    margin-left: 0 !important
}

.CustomFixed .breadcrumb-elements {
    float: left;
    margin-right: 0
}

.CustomFixed .breadcrumb-line {
    padding: 8px 8px;
    height: 48px
}

.CustomFixed .heading-elements .form-group {
    margin-top: 2px
}

.CustomFixed .heading-elements .form-group .input-group {
    margin-top: 0 !important;
    width: 208px
}

#dvDataFusionStudio .content {
    padding: 0 !important
}

.zIndex {
    z-index: 3
}

.btn.btn-xs {
    height: 25px;
    line-height: 17px;
    border-radius: 25px;
    padding: 4px 16px;
    border: none;
    margin-left: 4px !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    transition: .3s;
    position: relative;
    overflow: hidden;
    font-weight: 500 !important;
    margin-bottom: 5px;
    margin-right: 0 !important
}

.btn.btn-xs i {
    position: relative;
    top: 0;
    font-size: 13.5px !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: .3s;
    left: 0
}

#comboSearchTypes div.dhxcombo_dhx_skyblue {
    background: #4cb8c4;
    background: -webkit-linear-gradient(to right,#4cb8c4,#3cd3ad);
    background: linear-gradient(to right,#4cb8c4,#3cd3ad);
    border: none;
    font-size: 1px;
    height: 28px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    line-height: 1.53846;
    min-width: 150px;
    width: 100% !important;
    border-radius: 25px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15)
}

#comboSearchTypes div.dhxcombo_dhx_skyblue input.dhxcombo_input {
    font-size: 13px !important;
    width: 100% !important;
    background-color: transparent;
    border: none;
    color: #fff;
    height: 28px;
    left: 1px;
    line-height: 21px;
    margin: 0 0 0 2px;
    outline: none;
    padding: 0;
    position: relative;
    top: 0;
    vertical-align: middle;
    padding-left: 10px;
    font-weight: 500
}

#comboSearchTypes div.dhxcombo_dhx_skyblue div.dhxcombo_select_button div.dhxcombo_select_img {
    background-color: transparent !important;
    background-image: url(../../images/DesignStudio/SelectArrowWhite.png)
}

#comboSearchTypes div.dhxcombo_dhx_skyblue div.dhxcombo_select_button {
    -moz-user-select: none;
    background-color: transparent !important;
    border: 0 solid #a4bed4;
    border-radius: 2px;
    cursor: pointer;
    font-size: 1px;
    height: 28px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    background: none
}

#comboSearchTypes div.dhxcombo_dhx_skyblue div.dhxcombo_top_image {
    height: 28px
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #4d4d4d;
    margin: 0;
    padding-bottom: 10px
}

.form-group textarea.form-control {
    height: auto !important
}

.form-group div.dhxcombo_dhx_skyblue {
    background-color: #fff;
    border: none;
    font-size: 1px;
    height: 36px !important;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    border-radius: 0;
    line-height: 1.53846;
    min-width: 155px;
    width: 100% !important;
    margin: 0
}

.form-group div.dhxcombo_dhx_skyblue input.dhxcombo_input {
    border: 1px solid #8e8e8e;
    height: 36px !important;
    border-radius: 5px !important;
    color: #4d4d4d !important;
    font-weight: 500;
    font-size: 12px !important;
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    left: 0;
    padding: 0 15px
}

.form-group .dhxcombo_dhx_skyblue .dhxcombo_select_button {
    background: transparent !important;
    border: 0 solid #a4bed4;
    border-radius: 2px;
    cursor: pointer;
    font-size: 1px;
    height: 36px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.form-group .dhxcombo_dhx_skyblue .dhxcombo_select_button .dhxcombo_select_img {
    background-image: url(../../images/DesignStudio/SelectArrow.png)
}

.RepositoryMapping .col-md-2 {
    width: 20%
}

.RepositoryMapping .col-md-10 {
    width: 80%
}

.RepositoryMapping .sidebarcustom {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    border-radius: 2px;
    border: none
}

.RepositoryMapping .sideBarContent {
    padding: 0;
    background-color: #fff
}

.RepositoryMapping .sideBarContent #treeRepositoryMapping {
    padding: 10px
}

.RepositoryMapping .sideBarContent .category-title {
    padding: 15px 14px;
    border-bottom: 1px solid rgb(59 97 235/25%) !important
}

.RepositoryMapping .sideBarContent .category-title span {
    line-height: 26px;
    text-transform: capitalize;
    font-size: 17px !important;
    margin: 0 !important
}

.RepositoryMapping .panel {
    background-color: #fff;
    padding-top: 0;
    margin-bottom: 0;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1) !important
}

.RepositoryMapping .panel .panel-body {
    padding: 0
}

.CustomTable #treeboxbox_tree0 {
    width: 100% !important
}

.blue_brdr1 {
    border-bottom: none !important
}

.Doctype .sidebarcustom {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    border-radius: 2px;
    border: none
}

.Doctype .sideBarContent {
    padding: 0;
    background-color: #fff
}

.Doctype .sideBarContent .category-title {
    padding: 12px 14px;
    border-bottom: none !important
}

.Doctype .sideBarContent .category-title>span {
    font-size: 15px !important;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    line-height: 15px;
    margin-top: 0
}

.Doctype .sideBarContent .category-title>.icons-list {
    top: 50% !important;
    right: 15px;
    color: #fff
}

.Doctype .panel {
    padding-top: 0;
    background-color: #fff;
    margin-bottom: 0;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1) !important
}

.Doctype #treeboxbox_tree0 {
    width: 100% !important;
    height: 404px
}

.Doctype #treeboxbox_tree0 .xhdr {
    display: none
}

.Doctype .blue_brdr1 {
    padding: 10px;
    float: left;
    width: 100%;
    background-color: #03a9f3
}

.Doctype .blue_brdr1 a {
    width: 20px;
    height: 20px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    margin: 0 3px;
    border: none;
    padding: 3px
}

.Doctype .blue_brdr1 a i {
    font-size: 13px;
    top: 1px;
    margin: 0
}

.Doctype div.gridbox_dhx_skyblue.gridbox {
    width: 100% !important
}

.Doctype div.gridbox_dhx_skyblue.gridbox table.obj tr.odd_dhx_skyblue {
    border: none !important;
    border-bottom: 1px solid rgba(3,169,243,.3) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important
}

.Doctype div.gridbox_dhx_skyblue.gridbox table.obj tr.ev_dhx_skyblue {
    border: none !important;
    border-bottom: 1px solid rgba(3,169,243,.3) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important
}

.Doctype div.gridbox_dhx_skyblue.gridbox table.obj tr:first-child {
    border-bottom: none !important
}

.Doctype div.gridbox_dhx_skyblue.gridbox table.obj tr td {
    height: 36px;
    border-left: none !important;
    border-right: none !important;
    background-color: transparent !important;
    border-top: none !important;
    border-bottom: none !important
}

.Doctype div.gridbox_dhx_skyblue.gridbox table.obj {
    border-left: none !important;
    border-right: none !important
}

.sidebar-detached>.sidebar {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    border-radius: 2px;
    border: none !important
}

.Doctype div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected {
    background-color: rgba(181,222,255,.4) !important
}

.Docexpl .sideBarContent {
    background-color: #fff
}

.Docexpl .sidebarcustom {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    border-radius: 2px;
    border: none
}

.Docexpl .category-content {
    padding: 0 0 !important
}

.Docexpl .sideBarContent .category-title {
    padding: 6px 14px;
    border-bottom: none !important;
    color: #fff
}

.Docexpl #documentTypeTree {
    width: 100% !important
}

.Docexpl div.gridbox_dhx_skyblue.gridbox table.obj tr {
    border-bottom: 1px solid #c3c3c3 !important
}

.Docexpl div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected {
    background-color: #f8fbd3 !important
}

.Docexpl div.gridbox_dhx_skyblue.gridbox table.obj tr td {
    height: 36px;
    border-left: none !important;
    border-right: none !important;
    background-color: transparent !important;
    border-top: none !important;
    border-bottom: none !important
}

.Docexpl div.gridbox_dhx_skyblue.gridbox table.obj tr.odd_dhx_skyblue {
    border-left: none !important;
    border-right: none !important
}

.Docexpl .panel {
    box-shadow: 6px 11px 41px -28px #a99de7;
    -webkit-box-shadow: 6px 11px 41px -28px #a99de7;
    border-radius: 0;
    border: none !important
}

.Docexpl .panel .panel-heading {
    padding: 0 20px !important;
    border-radius: 5px 5px 0 0;
    margin: 0 !important;
    border: none;
    color: #fff
}

.Docexpl .panel .panel-heading h6,.Docexpl .panel .panel-heading h5 {
    line-height: 20px;
    margin: 0;
    font-weight: 500;
    font-size: 15px
}

.Docexpl .panel .panel-heading h6 a,.Docexpl .panel .panel-heading h5 a {
    color: #fff
}

.Docexpl .panel .panel-heading h6 a label,.Docexpl .panel .panel-heading h6 label,.Docexpl .panel .panel-heading h5 a label,.Docexpl .panel .panel-heading h5 label {
    margin-bottom: 0
}

.Docexpl .panel .panel-heading h6 .dropdown-menu li a,.Docexpl .panel .panel-heading h5 .dropdown-menu li a {
    color: #252525
}

.Docexpl .panel .panel-heading h6 .dropdown-menu,.Docexpl .panel .panel-heading h5 .dropdown-menu {
    border-bottom: 1px solid #cacaca !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-top: 1px solid #ddd;
    padding: 0 !important;
    margin: 3px 0
}

.Docexpl .panel .panel-heading h5 span.clsFileName {
    white-space: nowrap;
    width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    position: relative;
    top: 5px
}

.Docexpl .panel .panel-body {
    border: 1px solid rgba(169,157,231,.25);
    border-top: none !important
}

.Docexpl ul.media-list {
    padding: 10px;
    border-radius: 3px;
    color: #fff;
    background-color: #fff;
    border: 1px solid rgba(222,222,222,.9);
    box-shadow: 0 3px 8px rgba(0,0,0,.08);
    position: relative
}

.Docexpl ul.media-list.ListCustom::before {
    content: '';
    position: absolute;
    background-image: url(../../images/CruveDoc.png);
    background-size: cover;
    width: 100%;
    height: 79px;
    overflow: hidden;
    left: 0;
    bottom: 0
}

.Docexpl ul.image .media-body p {
    color: #208895;
    font-weight: 500;
    font-size: 13px
}

.Docexpl ul.pdf .media-body p {
    color: #df574b;
    font-weight: 500;
    font-size: 13px
}

.Docexpl ul.excel .media-body p {
    color: #207245;
    font-weight: 500;
    font-size: 13px
}

.Docexpl ul.word .media-body p {
    color: #2a5696;
    font-weight: 500;
    font-size: 13px
}

.Docexpl ul.text .media-body p {
    color: #333;
    font-weight: 500;
    font-size: 13px
}

.Docexpl ul.empty .media-body p {
    color: #fea700;
    font-weight: 500;
    font-size: 13px
}

.Docexpl #dvComments ul.media-list {
    background-color: transparent;
    border: none;
    box-shadow: none
}

.Docexpl #dvComments ul.media-list .media {
    margin-right: 0
}

.Docexpl #dvComments ul.media-list .media .media-content {
    width: 100%;
    background: #72d98b;
    background: -webkit-linear-gradient(to right,#72d98b,#72d9ce);
    background: linear-gradient(to right,#72d98b,#72d9ce);
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 14px 30px;
    line-height: 18px;
    min-height: 60px;
    border-radius: 55px;
    box-shadow: 0 4px 15px rgba(0,0,0,.1);
    max-height: 100px
}

.Docexpl #dvComments ul.media-list .media .media-content::before {
    display: none
}

.Docexpl #dvComments ul.media-list .media .media-left {
    position: relative;
    top: 10px
}

.Docexpl #dvComments ul.media-list .media .media-body span {
    color: #707070;
    font-weight: 500;
    float: none;
    padding: 5px 17px;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: .3px;
    text-align: center
}

.Docexpl #dvComments ul.media-list .media .media-body span i {
    color: #52b5aa;
    font-size: 12px
}

.Docexpl #dvComments #dvCommentsEnter textarea {
    font-weight: 500
}

.Docexpl .media-left div {
    width: 45px;
    height: 50px;
    border-radius: 6px;
    color: #fff;
    text-align: center
}

.Docexpl ul.image .formatIcon {
    background-color: #208895
}

.Docexpl ul.pdf .formatIcon {
    background-color: #df574b
}

.Docexpl ul.excel .formatIcon {
    background-color: #207245
}

.Docexpl ul.word .formatIcon {
    background-color: #2a5696
}

.Docexpl ul.text .formatIcon {
    background-color: #333
}

.Docexpl ul.empty .formatIcon {
    background-color: #fea700
}

.Docexpl .media-left .formatIcon a i.fa-3x {
    font-size: 24px !important;
    color: #fff !important;
    top: 13px;
    position: relative
}

.Docexpl .media-left {
    padding: 0 !important;
    float: left
}

.Docexpl .media-body {
    padding-left: 15px !important
}

.Docexpl .media-body ul.list-inline li {
    font-weight: 500;
    color: #828282
}

.Docexpl .media-body ul.list-inline li .checkbox label {
    font-weight: 500;
    color: #828282
}

.Docexpl ul.image .media-body ul.list-inline li .checkbox label span small {
    background-color: #208895;
    box-shadow: none
}

.Docexpl ul.pdf .media-body ul.list-inline li .checkbox label span small {
    background-color: #df574b;
    box-shadow: none
}

.Docexpl ul.excel .media-body ul.list-inline li .checkbox label span small {
    background-color: #207245;
    box-shadow: none
}

.Docexpl ul.word .media-body ul.list-inline li .checkbox label span small {
    background-color: #2a5696;
    box-shadow: none
}

.Docexpl ul.text .media-body ul.list-inline li .checkbox label span small {
    background-color: #333;
    box-shadow: none
}

.Docexpl ul.empty .media-body ul.list-inline li .checkbox label span small {
    background-color: #fea700;
    box-shadow: none
}

.Docexpl .media-heading a {
    font-size: 16px;
    color: #455a64;
    text-transform: capitalize;
    font-weight: 500
}

.Docexpl h6.media-heading.docExpRO {
    color: #455a64;
    opacity: .6
}

.Docexpl .media-heading .list-inline>li {
    font-weight: 500
}

.Docexpl .list-inline-separate>li:before {
    color: #333
}

.Docexpl .content-group {
    padding-bottom: 10px !important;
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 18px !important
}

.Docexpl #dvListOfDocuments .panel-body {
    padding: 0 20px 20px
}

.Docexpl #dvListOfDocuments .form-horizontal {
    padding: 10px 0 10px;
    border-bottom: 1px solid rgba(3,169,243,.2);
    margin-bottom: 20px
}

.Docexpl .panel-footer {
    padding: 0 10px;
    border-radius: 0;
    border-top: none !important;
    border: 1px solid rgba(195,195,195,.4)
}

.Docexpl .panel-footer ul.record li {
    padding: 13px 10px
}

.Docexpl .panel-footer ul.pagination li {
    padding: 8px 0;
    float: left
}

.Docexpl .panel-footer ul li span {
    font-size: 14px;
    color: #303030
}

.Docexpl .pagination li a,.pagination li span {
    padding: 0 4px;
    line-height: 12px;
    border: none !important;
    min-width: 0
}

.Docexpl .pagination li a i {
    width: 23px;
    height: 23px;
    background-color: #03a9f3;
    color: #fff;
    font-weight: 500;
    border-radius: 2px;
    line-height: 20px;
    border: 1px solid #03a9f3
}

.Docexpl #ddlPageSize {
    border: 1px solid #03a9f3;
    padding: 5px 12px;
    height: 31px
}

.Docexpl div.gridbox_dhx_skyblue.gridbox {
    width: 100% !important
}

.Docexpl .tabbable .nav-tabs {
    text-align: center;
    position: relative;
    border: none !important;
    background-color: #f8f8f8
}

.Docexpl .tabbable .nav-tabs li {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 120px
}

.Docexpl .tabbable .nav-tabs li.active a {
    background-color: transparent;
    border: none;
    color: #2cc185;
    -webkit-transform: translate3d(0,2px,0);
    transform: translate3d(0,2px,0)
}

.Docexpl .tabbable .nav-tabs li a {
    -webkit-transition: color .3s,-webkit-transform .3s;
    transition: color .3s,transform .3s;
    padding: 14px 12px;
    font-size: 14px;
    font-weight: 500
}

.Docexpl .tabbable .nav-tabs li:last-child::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #2cc185;
    content: '';
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.Docexpl .tabbable .nav-tabs li:first-child.active~li:last-child::before {
    -webkit-transform: translate3d(-205%,0,0);
    transform: translate3d(-205%,0,0)
}

.Docexpl .tabbable .nav-tabs li:nth-child(2).active~li:last-child::before {
    -webkit-transform: translate3d(-102%,0,0);
    transform: translate3d(-102%,0,0)
}

.DocForIspace {
    position: relative;
    top: 65px
}

.DocForIspace .tabbable .nav-tabs {
    background-color: #9675ce !important
}

.DocForIspace .tabbable .nav-tabs li.active a {
    color: #ffeb3b !important
}

.DocForIspace .tabbable .nav-tabs li a {
    color: #fff !important
}

#docFrame .Docexpl .panel .panel-heading {
    padding: 0 20px !important;
    border-radius: 5px 5px 0 0;
    margin: 0 !important;
    border: none;
    color: #fff
}

.modal-open .dhxcombolist_dhx_skyblue {
    z-index: 9999999 !important
}

div.dhxcombolist_dhx_skyblue {
    -moz-user-select: none;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    overflow-y: auto;
    position: absolute;
    transition: height .15s ease 0s;
    min-width: 250px;
    z-index: 9999 !important;
    box-shadow: 0 1px 4px 4px rgb(0 0 0/5%);
    border: 1px solid #ddd
}

div.dhxcombolist_dhx_skyblue div.dhxcombo_option {
    border-bottom: 1px solid #e5edf4 !important;
    border: none;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    line-height: 21px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    height: 34px !important
}

div.dhxcombolist_dhx_skyblue div.dhxcombo_option div.dhxcombo_option_text {
    font-size: 14px !important;
    padding: 6.5px 10px !important;
    font-weight: 400
}

div.dhxcombolist_dhx_skyblue div.dhxcombo_option.dhxcombo_option_selected {
    background-color: #3b61eb !important;
    color: #fff;
    border: none !important
}

.dhx_combo_select {
    z-index: 10010 !important;
    max-height: 250px;
    overflow: auto;
    box-shadow: 0 1px 4px 4px rgb(0 0 0/5%);
    border: 1px solid #ddd
}

.MultiTable .panel {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 8px;
    border: none !important;
    box-shadow: none;
    background-color: transparent
}

.MultiTable .panel-body {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important
}

.MultiTable .objboxParent {
    height: auto !important
}

.MultiTable #grdDeadlineMissed {
    height: auto !important
}

.MultiTable .panel-body h5 {
    color: #0d0f28;
    font-weight: 500
}

.MultiTable .panel-body div.gridbox_dhx_skyblue.gridbox table.obj tr td {
    padding: 7px 5px 7px 8px !important;
    font-size: 14px !important;
    color: #505050 !important
}

.MultiTable .panel-body div.gridbox_dhx_skyblue.gridbox table.obj tr td:first-child {
    border-radius: 12px 0 0 12px
}

.MultiTable .panel-body div.gridbox_dhx_skyblue.gridbox table.obj tr td:last-child {
    border-radius: 0 12px 12px 0
}

.RoleInbox .panel-heading {
    display: flex;
    align-items: center;
    padding-bottom: 18px !important;
    padding-left: 0 !important;
    padding: 13px 20px !important;
    border-radius: 0;
    margin: 0 !important;
    border: none
}

.RoleInbox .panel-heading .heading-elements .btn.btn-xs#btnNewComment,.RoleInbox .panel-heading .heading-elements .btn.btn-xs#btnNewInstance,.RoleInbox .panel-heading .heading-elements .btn.btn-xs#btnsaveExcel,.RoleInbox .panel-heading .heading-elements .btn.btn-xs#btnWorkAlloc {
    background: #fff !important;
    box-shadow: none;
    border-radius: 0!important;
    color: #56647c !important
}

.RoleInbox .panel-heading .heading-elements .btn-group .dropdown-toggle {
    height: 36px !important;
    background-color: #f3f4f5;
    border-radius: 8px !important;
    border: 1px solid #ddd;
    box-shadow: none
}

.RoleInbox .panel-heading .heading-elements .input-group input {
    height: 35px !important;
    border: none !important;
    background: transparent
}

.RoleInbox .panel-heading .heading-elements .input-group {
    border: none;
    background: #f3f4f5;
    border-radius: 8px
}

.RoleInbox .heading-elements ul li .input-group-btn {
    border: none;
    background: transparent
}

.RoleInbox .panel-heading .heading-elements .input-group a.btnSearch {
    height: 35px;
    border: none;
    background-color: transparent !important;
    padding-top: 9px
}

.RoleInbox .panel-heading .heading-elements .btn.btn-xs.dropdown-toggle {
    height: 36px;
    background-color: #f3f4f5;
    border-radius: 8px !important;
    border: 1px solid #ddd
}

.RoleInbox .panel-heading .heading-elements .btn-group .dropdown-toggle {
    color: #585858
}

.RoleInbox .panel-heading .heading-elements .btn.btn-xs#btnDeleteInstance,.RoleInbox .panel-heading .heading-elements .btn.btn-xs#btnRefresh {
    color: transparent !important;
    background-color: #f3f4f5;
    box-shadow: none;
    width: 39px;
    border-radius: 8px !important;
    background-image: url(../../images/AdminConsoleMenu/R_Refresh.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    transition: none !important;
    animation: none
}

.RoleInbox .panel-heading .heading-elements .btn.btn-xs#btnDeleteInstance {
    background-image: url(../../images/AdminConsoleMenu/R_Delete.png) !important
}

.RoleInbox .panel-heading .heading-elements .btn.btn-xs#OthersCol .fa-refresh {
    display: none
}

.RoleInbox .panel-heading .heading-elements .btn.btn-xs#OthersCol .fa-trash-o {
    display: none
}

.RoleInbox .panel-heading .heading-elements .btn.btn-xs#OthersCol {
    height: 36px !important;
    background-color: #f3f4f5;
    border-radius: 8px !important;
    border: 1px solid #ddd;
    box-shadow: none
}

.RoleInbox #inboxGrid {
    overflow: hidden;
    width: fit-content !important
}

.CustomInboxDesign .panel-body div.gridbox_dhx_skyblue.gridbox table.hdr td div.hdrcell {
    color: #484d566e !important;
    font-size: 13px !important
}

.MultiTable div.gridbox .objbox {
    background-color: transparent !important
}

.CustomInboxDesign .panel-body #grdDeadlineMissed .objboxParent table,.CustomInboxDesign .panel-body div.gridbox_dhx_skyblue.gridbox table.obj {
    border-collapse: separate !important;
    border-spacing: 0 7px !important;
    background-color: transparent !important
}

.MultiTable .panel-body #grdDeadlineMissed table tbody tr {
    background: #fff !important
}

.CustomInboxDesign .panel-body #grdDeadlineMissed .xhdr table tbody tr {
    height: auto!important;
    background: transparent !important
}

.MultiTable .panel-footer .pull-left,.MultiTable .panel-footer .pull-right {
    display: flex !important;
    align-items: center !important
}

.MultiTable .panel-footer ul li>div {
    background: transparent !important;
    color: #000 !important
}

.MultiTable .panel-footer select#ddlPageSize {
    width: 55px;
    margin: 0;
    height: 45px !important;
    border-radius: 8px !important;
    border: none !important;
    background-color: #e5e7ed !important
}

.MultiTable .panel-footer .pull-right li {
    padding: 12px 20px !important;
    margin: 0 20px !important;
    background: #e5e7ed !important;
    border-radius: 8px !important
}

.MultiTable .gridbox_dhx_skyblue {
    height: auto !important
}

.MultiTable .panel-body table tbody .ev_dhx_skyblue,.MultiTable .panel-body table tbody .odd_dhx_skyblue {
    background: #fff !important
}

div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected {
    background: #000 !important
}

.MultiTable .dhxgrid_sort_desc,.MultiTable .dhxgrid_sort_asc {
    left: 995px !important;
    top: 14px !important
}

.RoleInbox.MultiTable .panel-body table tbody .ev_dhx_skyblue,.MultiTable .panel-body table tbody .odd_dhx_skyblue {
    background: #f5f6f7!important
}

.RoleInbox.MultiTable .panel-body div.gridbox_dhx_skyblue.gridbox table.obj tr td .fa-lock {
    background: #fff !important
}

.RoleInbox.MultiTable .panel-footer ul.pagination li a {
    background-color: transparent !important
}

.RoleInbox.MultiTable .panel-footer ul.pagination li a {
    background: transparent !important
}

.MultiTable .panel-footer .pull-left {
    justify-content: start !important
}

.MultiTable .panel-footer .pull-right {
    justify-content: end !important
}

.RoleInbox.MultiTable .fa-angle-left:before,.RoleInbox.MultiTable .fa-angle-right:before,.RoleInbox.MultiTable .fa-angle-double-left:before,.RoleInbox.MultiTable .fa-angle-double-right:before {
    color: #000;
    font-size: 22px
}

.RoleInbox.MultiTable .panel-body div.gridbox table.hdr td {
    border: none !important;
    min-width: 150px;
    text-align: center;
    padding: 7px 5px 7px 8px !important
}

.selectable .diagram:hover,.selectable .diagram.active {
    border-bottom: 3px solid #268ffa
}

.RoleInbox .Inbox_panel {
    background: transparent
}

.RoleInbox .Section_value_inner {
    background: #fff !important;
    padding: 2px 20px
}

.RoleInbox .panel-footer .pagination li a i {
    top: 0 !important
}

.selectable {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #abb8c4;
    padding: 0 !important
}

.selectable .rolediagram {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    width: 10%;
    height: 51px;
    padding: 5px 32px;
    gap: 4px;
    font-size: 15px;
    font-weight: 500
}

.selectable .rolediagram {
    background-image: url(../../images/AdminConsoleMenu/R_User.png);
    background-repeat: no-repeat;
    background-position: 4% 50%;
    background-size: 15px
}

.selectable .rolediagram span {
    background: #797979;
    background-position: 4% 50% !important;
    background-size: 15px;
    padding: 0 13px;
    border-radius: 8px;
    color: #fff;
    font-size: 13px
}

.selectable li:nth-child(1) {
    background-image: url(../../images/AdminConsoleMenu/All_Normal.png)
}

.selectable li {
    cursor: pointer
}

.selectable li.active:nth-child(1),.selectable li.active:nth-child(1):hover {
    background-image: url(../../images/AdminConsoleMenu/All_Active.png) !important;
    background-repeat: no-repeat !important;
    background-position: 4% 50% !important;
    color: #268ffa
}

.selectable li.active:nth-child(2),.selectable li.active:nth-child(2):hover {
    background-image: url(../../images/AdminConsoleMenu/R_User_Active.png) !important;
    background-repeat: no-repeat !important;
    background-position: 4% 50% !important;
    color: #268ffa
}

.selectable li.active:hover,.selectable li.active {
    background-image: url(../../images/AdminConsoleMenu/R_User_Active.png);
    background-repeat: no-repeat;
    background-position: 4% 50%;
    color: #268ffa
}

.selectable li.active span {
    background: #44a722
}

.indicator ul {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 0
}

.indicator ul li {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    align-content: center
}

.indicator ul li .circle {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #1fcd12
}

.indicator ul li:nth-child(2) .circle {
    background: #ffa516
}

.indicator ul li:nth-child(3) .circle {
    background: #ff4734
}

.RoleInbox .panel-footer .pull-right li {
    padding: 9px 10px !important
}

.R_SubName {
    position: absolute;
    font-size: 11px;
    bottom: 3px;
    color: #545151dd
}

.RoleInbox .panel-footer ul.pagination,.RoleInbox.panel-footer ul.pagination li a {
    height: auto !important
}

.MultiTable .panel-footer select#ddlPageSize {
    background-color: #fff !important
}

.MultiTable .panel-footer .pull-right li {
    background: #fff !important
}

.InboxDefiner .panel {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 8px;
    border: none !important;
    box-shadow: none
}

.DFS_Help_Panel {
    border-radius: 4px;
    border: 1px solid #ddd
}

.DFS_Help_Panel .Help_body {
    padding: 5px
}

@media(max-width: 1366px) and (min-width:769px) {
    .GobalDFSToolBar ul.ToolBar>li>.MainDesignStudioMenu>div>a {
        font-size:13px !important
    }

    .CustomTabStudio .nav-tabs li a {
        font-size: 13px !important
    }

    .CustomTabStudio .tab-content .tab-pane .ActionDiv a.CustomStudioBtn span {
        font-size: 13px !important
    }

    .DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td {
        height: 37px !important
    }

    .DesignStudioCustomTable div.gridbox_dhx_skyblue.isModern table.hdr tr td div.hdrcell {
        font-size: 12px !important;
        padding: 0 10px !important;
        font-weight: 600
    }

    .DesignStuidoRight .navbar .navbar-nav li:first-child a {
        padding: 9.5px 19px 9.5px 26px!important
    }

    .DesignStuidoRight .navbar .navbar-nav li a {
        font-size: 12px !important;
        white-space: nowrap !important
    }

    .DesignStudioCustomTable .panel-heading .heading-elements>ul>li .input-group {
        width: 150px
    }

    .DesignStudioCustomTable .panel-heading .heading-elements>ul>li.Setting>a {
        width: 34px;
        height: 31px
    }

    .DesignStudioCustomTable .panel-heading .heading-elements>ul>li>a svg {
        width: 16px;
        height: 16px
    }

    .DesignStudioCustomTable .panel-heading .heading-elements>ul>li.TopIcon>a svg {
        width: 16px;
        height: 14px
    }

    .DesignStudioCustomTable .panel-heading .heading-elements>ul>li>a {
        font-size: 13px !important;
        height: 27px !important
    }

    .heading-elements>ul {
        height: 31px;
        grid-gap: 2px
    }

    .DesignStudioCustomTable .panel-heading .heading-elements ul li .CustomSwitch .switch label b {
        font-size: 12px !important
    }

    .DesignStudioCustomTable .panel-heading .heading-elements>ul>li.Save>a {
        width: 60px !important
    }

    .DesignStudioCustomTable .panel-heading h5 {
        font-size: 15px
    }

    .DesignStudioCustomTable .panel-heading .heading-elements>ul>li.TopIcon .btn-group button {
        padding: 0 18px 0 11px;
        font-size: 11px !important
    }

    #myDiagramDiv>div {
        overflow: visible !important
    }

    .ui-helper-reset {
        overflow: visible !important
    }

    .CommonLeft {
        width: 269px !important
    }

    .CommonCenter {
        width: calc(100% - 269px) !important
    }

    .CommonMenuLeft {
        width: 269px !important
    }

    .CommonMenuRight {
        width: calc(100% - 269px) !important
    }

    .CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li a {
        min-height: 40px
    }

    .DesignStuidoRight .navbar .navbar-nav {
        display: flex
    }

    .CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li a {
        min-height: 36px
    }

    .DesignStuidoLeft .page-header-content .page-title {
        width: 183px
    }

    .CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li.navigation-header a {
        min-height: 35px
    }

    .sidebar {
        width: 234px !important
    }

    .form-group div.dhxcombo_dhx_skyblue {
        min-width: 105px !important
    }

    .GobalDFSToolBar {
        height: calc(100vh - 40px)
    }

    .form-group div.dhxcombo_dhx_skyblue input.dhxcombo_input {
        font-size: 12px
    }

    .CustomTabStudio .nav-tabs li a {
        height: 35px
    }

    .GobalDFSToolBar ul.ToolBar>li>.MainDesignStudioMenu .DesignStuidoTabList a {
        padding: 6px 10px
    }

    .GobalDFSToolBar ul.ToolBar li .page-header-content .PageName {
        font-size: 14px
    }

    .CustomTabStudio .nav-tabs li a span {
        font-size: 13px
    }

    .Business-sidebar .CustomSidebar .panel-group .panel .panel-body ul li a {
        font-size: 10px !important
    }
}

#myDiagramDiv>div {
    overflow: visible !important
}

.DesignStuidoLeft .page-header-content .page-title h4 .ProcessName {
    background: none !important;
    border-radius: 4px;
    padding: 0;
    color: #194bff !important;
    font-size: 12px;
    font-weight: 600
}

.sidebar-xs #dvMainNavigation .category-content .SearchForDesktop .has-feedback input {
    display: none !important
}

body.sidebar-xs .CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li a::after {
    display: none
}

.CustomSidebarStrip .navigation .navigation-header a {
    min-height: 34px;
    line-height: 15px !important;
    position: relative;
    padding: 9px 15px !important
}

.CustomSidebarStrip .navigation .navigation-header a::after {
    position: absolute;
    content: '';
    background-color: rgb(79 94 119/40%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.CustomSidebarStrip .navigation .navigation-header a span {
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: .2px !important;
    color: #182336 !important;
    text-transform: capitalize
}

.CustomComboSelect .dhxcombo_dhx_skyblue {
    width: 100% !important;
    margin: 0 auto;
    height: 34px !important;
    background-color: #fff;
    border-radius: 0;
    min-width: auto;
    border: 1px solid #e8e8e8;
    box-shadow: 2px 2px 5px rgb(204 202 204/30%)
}

.CustomComboSelect .dhxcombo_dhx_skyblue .dhxcombo_input {
    height: 33px;
    left: 0;
    margin: 0;
    padding-left: 8px;
    background-color: #fff;
    font-size: 12px !important;
    font-weight: 600;
    color: #4c4c4c;
    font-weight: 500;
    width: 100% !important
}

.CustomComboSelect .dhxcombo_dhx_skyblue .dhxcombo_select_button {
    right: 0;
    height: 33px;
    width: 16px;
    top: 0;
    border: none !important;
    background: none
}

.CustomComboSelect .dhxcombo_dhx_skyblue .dhxcombo_select_button .dhxcombo_select_img {
    background-image: url(../../images/DesignStudio/SelectArrowSmall.png)
}

.CustomComboSelect select {
    width: 100% !important;
    margin: 0 auto 0;
    height: 40px !important;
    background-color: #fff;
    border-radius: 5px;
    min-width: auto;
    border: 1px solid #8e8e8e;
    line-height: 22px;
    padding: 0;
    padding-left: 4.2px;
    font-weight: 500;
    font-size: 12px;
    box-shadow: 2px 2px 5px rgb(204 202 204/30%);
    outline: none
}

.DesignStudioCustomTable .sub-heading .sub-heading-inner ul li .dhxcombo_dhx_skyblue,.DesignStudioCustomTable .sub-heading .sub-heading-inner ul li .dhtmlxMenu_dhx_skyblue_TopLevel_Item_Normal,.DesignStudioCustomTable .sub-heading .sub-heading-inner ul li .dhtmlxMenu_dhx_skyblue_TopLevel_Item_Selected {
    height: 32px !important;
    background-color: #fff;
    border: none !important;
    margin: 0
}

.DesignStudioCustomTable .sub-heading .sub-heading-inner ul li .dhtmlxMenu_dhx_skyblue_TopLevel_Item_Normal .top_level_text,.DesignStudioCustomTable .sub-heading .sub-heading-inner ul li .dhtmlxMenu_dhx_skyblue_TopLevel_Item_Selected .top_level_text {
    height: 32px !important;
    color: #4c4c4c !important
}

.jsPanel.panel-default,.jsPanel.panel-primary,.jsPanel.panel-info,.jsPanel.panel-success,.jsPanel.panel-warning,.jsPanel.panel-danger {
    width: auto !important
}

.CustomNavbarStrip .navbar-collapse>ul.nav:nth-child(2)>li>a {
    color: #354b56;
    font-weight: 600
}

.custom-fixed-header {
    background-color: #ffffff7a !important;
    border: none !important
}

.CustomNavbarStrip .navbar-collapse ul:first-child li.WorkSpace>a {
    border-radius: 8px;
    background-color: #892890;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center
}

.CustomNavbarStrip .navbar-collapse ul:first-child li.WorkSpace>a i {
    padding: 0 5px;
    /* display: none; */
}

.CustomNavbarStrip .navbar-collapse ul:first-child li.WorkSpace>a i {
    border-left: 1px solid #fff;
    padding: 0 5px
}

.CustomNavbarStrip .navbar-collapse ul:first-child li.WorkSpace>a i svg path {
    fill: #fff
}

.CustomNavbarStrip .navbar-collapse>ul {
    justify-content: flex-start
}

.CustomNavbarStrip .navbar-collapse>ul .WorkSpace span {
    font-size: 13px;
    height: 36px;
text-align: center;
    font-weight: 600;    padding: 11px
}

.CustomNavbarStrip .navbar-collapse ul:first-child li.WorkSpace {
    width: 168px
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li.active>a::before {
    background: #0d223800;
}

.sidebar-user+.sidebar-category .navigation {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

#dvMainNavigation .navigation-accordion li.navigation-header a,#dvMainNavigation .navigation-accordion li.navigation-header a:hover {
    background: #FAA519  !important;
    border-radius: -1px;
    display: flex;
    align-items: center;
  justify-content: center;

}

.sidebar-xs .CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li.navigation-header a i.fa-ellipsis-h::before {
    color: #fff !important
}

.sidebar-xs .SearchForDesktop .has-feedback {
    justify-content: center !important
}

#dvMainNavigation .category-content .SearchForDesktop .has-feedback .form-control-feedback {
    position: relative;
    top: 3px
}

#dvMainNavigation .category-content .SearchForDesktop .has-feedback {
    height: 40px;
    display: flex;
    align-items: center
}

.fa-ellipsis-h:before {
    content: "?"
}

.sidebar-xs .CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li.navigation-header a i.fa-ellipsis-h::before {
    color: #fff !important
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li.navigation-header a i {
    display: none
}

.sidebar-xs .CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li.navigation-header a i {
    display: block
}

body.sidebar-xs .CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li a i {
    width: 100%
}

.CustomSidebarStrip .navigation .navigation-header a span {
    color: #fff
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li a:hover {
    background: rgb(250 165 25 / 14%) !important;
    border-radius: 0
}

@media(min-width: 769px) {
    .sidebar-xs .sidebar-main {
        width:66px
    }

    .sidebar-xs .sidebar-fixed.sidebar-main .sidebar-content {
        position: initial;
        margin: 0 auto;
        overflow: hidden
    }

    .CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li.active>a::before {
        border-radius: 12px
    }

    .sidebar-user+.sidebar-category .navigation {
        gap: 0px;
    }
}

.CustomTable .datatable-header {
    border: none !important;
    padding: 0
}

.CustomTable div.gridbox {
    width: 100% !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.18) !important
}

.CustomTable div.gridbox .objboxParent {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
    border-bottom: 1px solid var(--main-Gridbg-color);
    background-color: #fff;
    border: none;
    border-top: none
}

.CustomTable div.gridbox_dhx_skyblue.isModern table.hdr tr td {
    background-color: transparent !important
}

.CustomTable div.gridbox_dhx_skyblue.isModern table.hdr tr td div {
    color: #fff
}

.CustomTable div.gridbox_dhx_skyblue.gridbox .ftr,.CustomTable div.gridbox_dhx_skyblue.gridbox .xhdr {
    background: linear-gradient(to right,#01c0c8 0%,#429ed4 100%)
}

body:nth-of-type(1) .CustomTable div.gridbox_dhx_skyblue table.hdr tr {
    background-image: none !important
}

.CustomTable div.gridbox_dhx_skyblue.isModern table.hdr tr td label {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 500
}

.CustomTable div.gridbox table.hdr td {
    padding: 5px 0;
    border: none !important;
    vertical-align: middle
}

.CustomTable .xhdr {
    height: 35px !important;
    border-radius: 4px 4px 0 0 !important
}

.CustomTable div.gridbox_dhx_skyblue.gridbox table.hdr td div.hdrcell {
    padding-left: 10px !important
}

.CustomTable div.gridbox_dhx_skyblue.isModern table.obj tr td {
    border: none !important;
    border-left: 1px solid rgba(2,191,200,.25) !important
}

.CustomTable div.gridbox_dhx_skyblue.isModern table.obj tr td:first-child {
    border-left: none !important
}

.CustomTable .ev_dhx_skyblue td {
    border: none !important
}

.CustomTable .ev_dhx_skyblue {
    background-color: #fff !important
}

.CustomTable .odd_dhx_skyblue {
    background: linear-gradient(to left,rgba(1,192,200,.04) 0%,rgba(61,151,204,.04) 100%) !important
}

.CustomTable div.gridbox_dhx_skyblue.gridbox table.obj {
    border: none !important
}

.CustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr {
    border: none !important;
    border-bottom: 1px solid hsla(202,63%,54%,.25) !important;
    border-top: none !important
}

.CustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td {
    height: 35px
}

.CustomTable div.gridbox table.obj tr td:hover {
    /* background-color:transparent !important; */
    background-color: #b5deff;
}

.CustomTable .odd_dhx_skyblue td {
    border: none!important
}

.CustomTable .ui-iggrid-table {
    border: 1px solid #ddd;
    width: 100% !important
}

.CustomTable .ui-widget-header.ui-helper-reset {
    border: none !important;
    background: linear-gradient(to right,#01c0c8 0%,#429ed4 100%);
    height: 34px !important
}

.CustomTable .ui-widget-header table tr th {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    padding: 7px 4px;
    background: transparent
}

.CustomTable .ui-widget-header table tr th span {
    color: #fff
}

.CustomTable .ui-iggrid-scrolldiv {
    background-color: transparent
}

.CustomTable .ui-iggrid .ui-iggrid-scrolldiv {
    border: none !important;
    box-shadow: none !important;
    overflow: initial !important
}

.CustomTable .ui-iggrid table tbody td {
    padding: 5px 0;
    font-weight: 500;
    font-size: 12.5px !important
}

.CustomTable .ui-widget-content {
    overflow: auto;
    height: 300px;
    width: 100%
}

.CustomTable .ui-widget-content td {
    border: none !important
}

.CustomTable .ui-widget-content tr:nth-child(odd) {
    background-color: #fff !important
}

.CustomTable .ui-widget-content tr:nth-child(even) {
    background-color: rgba(118,214,212,.07) !important
}

.CustomTable .ui-widget-content tr:nth-child(even) td {
    border: none !important;
    border-bottom: 1px solid rgba(118,214,212,.14) !important;
    border-top: 1px solid rgba(118,214,212,.14) !important
}

.CustomTable .panel-heading .filters {
    color: #fff;
    font-weight: 500
}

.CustomTable .gantt_container {
    border: 1px solid #e0e0e0
}

.CustomTable .gantt_layout_cell_border_right {
    border-right: 1px solid #e6e6e6;
    border: none;
    background-color: transparent
}

.CustomTable .timeline_cell.gantt_layout_outer_scroll {
    border-left: 1px solid #3b61eb
}

.CustomTable .gantt_task {
    border: none;
    border-top: none;
    border-left: none;
    background-color: transparent
}

.CustomTable .gantt_grid {
    box-shadow: none !important;
    border: none !important;
    border-top: none !important
}

.CustomTable .gantt_grid_scale {
    background-color: #f5f6f8;
    background-image: none;
    position: inherit !important;
    border: none;
    height: 45px !important;
    padding: 10px 0;
    width: 100% !important;
    border-bottom: none !important
}

.CustomTable .gantt_grid_scale .gantt_grid_head_cell {
    background-color: transparent !important;
    font-weight: 500;
    font-size: 15px;
    color: #1a1a1a;
    text-align: left;
    padding: 0 16px;
    border-top: none!important;
    border-right: none!important
}

.CustomTable .gantt_grid_data {
    width: 100% !important;
    background-color: transparent;
    position: relative;
    margin-top: 5px;
    z-index: 99
}

.CustomTable .gantt_grid_data .gantt_row {
    border-bottom: 1px solid #f0f0f1;
    background-color: transparent;
    height: 35px !important;
    line-height: 35px !important
}

.CustomTable .gantt_grid_data .gantt_row .gantt_cell:first-child {
    border-left: none
}

.CustomTable .gantt_grid_data .gantt_row .gantt_cell {
    border-right: 1px solid #eaeaea;
    height: 35px !important;
    padding: 0
}

.CustomTable .gantt_grid_data .gantt_row .gantt_cell:last-child {
    border-right: none
}

.CustomTable .gantt_grid_data .gantt_row .gantt_cell .gantt_tree_content {
    font-size: 15px;
    font-weight: 400;
    color: #303030;
    letter-spacing: .4px;
    padding: 0 6px;
    width: 100%
}

.CustomTable .gantt_grid_data .gantt_row .gantt_cell .gantt_tree_content i {
    width: 25px;
    height: 18px;
    float: left;
    margin-top: 7px;
    text-align: center
}

.CustomTable .gantt_grid_data .gantt_row .gantt_cell .gantt_tree_content i:first-child {
    color: #607d8b
}

.CustomTable .gantt_grid_data .gantt_row .gantt_cell .gantt_tree_content i:nth-child(2) {
    color: #4caf50
}

.CustomTable .gantt_grid_data .gantt_row .gantt_cell .gantt_tree_content i:nth-child(3) {
    color: #f44336
}

.CustomTable .gantt_grid_column_resize_wrap .gantt_grid_column_resize {
    background-color: transparent;
    height: 0;
    width: 0
}

.CustomTable .gantt_task .gantt_task_scale {
    height: 45px !important;
    border-bottom: none;
    border-left: none;
    background-color: #f5f6f8 !important
}

.CustomTable .gantt_task .gantt_task_scale .gantt_scale_line {
    height: 19px !important;
    padding: 3px 0
}

.CustomTable .gantt_task .gantt_task_scale .gantt_scale_line:last-child {
    border-top: 1px solid rgba(67,84,182,.05)
}

.CustomTable .gantt_task .gantt_task_scale .gantt_scale_line .gantt_scale_cell {
    line-height: 12px;
    font-size: 11px;
    font-weight: 600;
    color: #28614f !important;
    height: 19px !important;
    padding: 0 0
}

.CustomTable .gantt_task .gantt_data_area {
    background-color: transparent;
    position: relative;
    margin-top: 5px
}

.CustomTable .gantt_grid_data .gantt_row.gantt_selected,.CustomTable .gantt_grid_data .gantt_row.odd.gantt_selected,.CustomTable .gantt_task_row.gantt_selected {
    background-color: #e7e7e7
}

.CustomTable .gantt_grid_data .gantt_row.gantt_selected .gantt_cell,.CustomTable .gantt_grid_data .gantt_row.odd.gantt_selected .gantt_cell,.CustomTable .gantt_task_row.gantt_selected .gantt_cell {
    border-right-color: #366c5b
}

.CustomTable .gantt_grid_data .gantt_row.odd:hover,.CustomTable .gantt_grid_data .gantt_row:hover {
    background-color: #f5f5f5 !important
}

.CustomTable .gantt_grid_data .gantt_row.odd:hover .gantt_cell,.CustomTable .gantt_grid_data .gantt_row:hover .gantt_cell {
    border-right-color: #b5b5b5
}

.CustomTable .gantt_task_row.gantt_selected .gantt_task_cell {
    border-right-color: #6384fd
}

.CustomTable .gantt_grid_scale .gantt_grid_head_add {
    position: relative;
    background-image: none
}

.CustomTable .gantt_grid_scale .gantt_grid_head_add:before {
    content: '';
    background-image: url(../../images/SpritesImages/SpritesImg.png);
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-position: -256px -115px
}

.CustomTable .gantt_grid_data .gantt_row .gantt_cell .gantt_add {
    position: relative;
    background-image: none
}

.CustomTable .gantt_grid_data .gantt_row .gantt_cell .gantt_add::before {
    content: '';
    background-image: url(../../images/SpritesImages/SpritesImg.png);
    width: 16px;
    height: 16px;
    top: 9px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-position: -256px -115px
}

.CustomTable .gantt_task_line {
    color: #fff;
    font-weight: 500;
    letter-spacing: .5px;
    height: 20px !important;
    line-height: 20px !important;
    margin-top: 5px;
    box-shadow: none;
    border: none;
    padding: 0 5px;
    border-radius: 0
}

.CustomTable .gantt_task_line .gantt_task_content {
    font-weight: 600;
    letter-spacing: .3px;
    font-size: 11px;
    color: #353535;
    transform: none
}

.CustomTable .gantt_row,.CustomTable .gantt_task_row {
    background-color: transparent;
    border-bottom: 1px solid #f0f0f1
}

.CustomTable .gantt_row.odd,.CustomTable .gantt_task_row.odd {
    background-color: transparent
}

.CustomTable .gantt_task_cell {
    border-right: 1px solid #dadada
}

.CustomTable .gantt_task_cell:nth-of-type(even) {
    background-color: #fff
}

.CustomTable .gantt_task_cell.week_end {
    background-color: #f1f1f1
}

.CustomTable .gantt_project.gantt_selected {
    box-shadow: none
}

.CustomTable .gantt_bar_task {
    background-color: #8da4fb
}

.CustomTable .gantt_bar_project {
    background-color: #87bceb
}

.CustomTable .gantt_bar_milestone {
    background-color: #ff9b7c
}

.CustomTable .gantt_critical_task {
    background-color: #e6645a
}

.CustomTable .gantt_grid_editor_placeholder input {
    border: 1px solid #ddd;
    outline: none
}

.CustomTable.CustomGantt {
    border: 1px solid #96c7b8 !important;
    border-radius: 3px
}

.CustomTable.CustomGantt .panel-heading {
    background-color: transparent;
    padding: 14px 10px !important;
    border-bottom: 1px solid #96c7b8 !important
}

.CustomTable.CustomGantt .filters strong {
    float: left;
    line-height: 14px;
    font-weight: 600;
    font-size: 14px;
    color: #202020;
    margin-right: 10px
}

.CustomTable.CustomGantt .filters .CustomCheckbox label {
    line-height: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #202020
}

.CustomTable.CustomGantt .filters .CustomCheckbox {
    margin-bottom: 0;
    margin-right: 10px
}

.CustomTable.CustomGantt .filters .CustomCheckbox input[type="radio"]+label::before {
    height: 14px;
    width: 14px;
    border: 2px solid #366c5b
}

.CustomTable.CustomGantt .filters .CustomCheckbox input[type="radio"]:checked+label::before {
    background: #366c5b
}

.CustomTable.CustomGantt .dropdown a.dropdown-toggle {
    border-radius: 4px;
    border: 1px solid #cecece;
    height: 26px;
    line-height: 14px;
    padding: 4px 8px;
    color: #9e9d9d;
    background-color: #fff;
    width: 80px;
    text-align: left;
    margin: 0 !important;
    box-shadow: none;
    display: inline-block;
    font-weight: 500
}

.CustomTable.CustomGantt .dropdown a.dropdown-toggle .caret {
    margin-top: 0
}

.CustomTable.CustomGantt .dropdown .dropdown-menu {
    border: 1px solid #81d0b7
}

.CustomTable.CustomGantt .dropdown .GroupBtn {
    padding: 0 8px
}

.CustomTable.CustomGantt .dropdown .GroupBtn a.btn {
    border-radius: 4px;
    height: 28px;
    line-height: 14px;
    padding: 7px 10px;
    color: #fff;
    float: left;
    margin: 4px 0;
    width: 100%
}

.CustomTable.CustomGantt .dropdown .GroupBtn a.btn:last-child {
    margin: 4px 0 0
}

.CustomTable.CustomGantt .CommonBTN a.btn {
    border-radius: 4px;
    height: 26px;
    line-height: 16px;
    padding: 4px 8px;
    color: #fff;
    float: left;
    margin-left: 4px
}

.CustomTable.CustomGantt .CommonBTN a.btn[title~=MoveUp],.CustomTable.CustomGantt a.btn[title~=MoveDown] {
    background-color: #499fe1;
    border: 1px solid #499fe1
}

.CustomTable.CustomGantt .CommonBTN a.btn[title~=Insert] {
    background-color: #4caf50;
    border: 1px solid #4caf50
}

.CustomTable.CustomGantt .CommonBTN a.btn[title~=back] {
    background-color: #91a1b4;
    border: 1px solid #91a1b4
}

.CustomTable.CustomGantt .CommonBTN a.btn[title~=Delete],.CustomTable.CustomGantt a.btn[title~=Initiate],.CustomTable.CustomGantt .CommonBTN a.btn[title~=Back],.CustomTable.CustomGantt .CommonBTN a.btn[title~=Save] {
    height: 26px;
    padding: 5px 12px;
    line-height: 10px;
    display: inline-block;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    float: left;
    margin-left: 5px
}

.CustomTable.CustomGantt .CommonBTN a.btn[title~=Delete],.CustomTable.CustomGantt .CommonBTN a.btn[title~=Initiate] {
    border: 1px solid #ff5454
}

.CustomTable.CustomGantt .CommonBTN a.btn[title~=Back] {
    border: 1px solid #3aa59a
}

.CustomTable.CustomGantt .CommonBTN a.btn[title~=Save] {
    border: 1px solid #4caf50
}

.CustomTable.CustomGantt .CommonBTN a.btn[title~=Delete]::after,.CustomTable.CustomGantt a.btn[title~=Initiate]::after,.CustomTable.CustomGantt .CommonBTN a.btn[title~=Back]::after,.CustomTable.CustomGantt .CommonBTN a.btn[title~=Save]::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    right: 0;
    background-image: url(../../images/SpritesImages/SpritesImg.png);
    background-repeat: no-repeat;
    top: -1px;
    left: 0;
    margin: auto
}

.CustomTable.CustomGantt .CommonBTN a.btn[title~=Delete]::after {
    background-position: -216px -355px
}

.CustomTable.CustomGantt .CommonBTN a.btn[title~=Initiate]::after {
    background-position: -216px -390px
}

.CustomTable.CustomGantt .CommonBTN a.btn[title~=Save]::after {
    background-position: -216px -320px
}

.CustomTable.CustomGantt .CommonBTN a.btn[title~=Back]::after {
    background-position: -216px -425px
}

.CustomTable.CustomGantt .GroupBtn a.btn[title~=Requirement],.CustomTable.CustomGantt .GroupBtn a.btn[title~=Task],.CustomTable.CustomGantt .GroupBtn a.btn[title~=Import],.CustomTable.CustomGantt .GroupBtn a.btn[title~=Template],.CustomTable .CustomGantt .GroupBtn a.btn[title~=Column],.CustomTable .CustomGantt .GroupBtn a.btn[title~=Import] {
    background-color: #3aa59a
}

.CustomTable.CustomGantt .GroupBtn a.btn[title~=Show],.CustomTable.CustomGantt .GroupBtn a.btn[title~=Column] {
    background-color: #41c7d8
}

.content.CustomTable .tabbable .tab-content {
    background-color: transparent;
    border: none !important;
    box-shadow: none
}

.heading-elements>ul {
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    height: 32px;
    grid-gap: 8px
}

.heading-elements>ul>li {
    float: left
}

.heading-elements>ul>li select {
    height: 32px !important;
    background-color: #f5f6f8;
    border-radius: 4px !important;
    border: none;
    box-shadow: none
}

.heading-elements>ul>li>a {
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    padding: 5px 10px;
    height: 32px;
    display: flex !important;
    flex-direction: row;
    grid-gap: 10px;
    align-items: center
}

.heading-elements>ul>li>a:hover {
    background-color: #e6f1ff;
    border-radius: 10px
}

.heading-elements>ul>li>a i img {
    width: 14px
}

.heading-elements>ul>li.Filter>a {
    width: 40px;
    height: 32px;
    background-color: #f5f6f8;
    border-radius: 6px;
    padding: 0 !important;
    justify-content: center
}

.heading-elements>ul>li.Filter ul.dropdown-menu {
    width: 290px;
    background-color: #fff;
    border-radius: 10px;
    right: 0;
    left: auto;
    padding: 6px 25px 15px;
    margin: 2px 0;
    border: 1px solid #dfdfdf;
    box-shadow: 0 1px 12px rgb(0 0 0/6%)
}

.heading-elements>ul>li.TopIcon>a {
    width: 40px;
    height: 32px;
    background-color: #f5f6f8;
    border-radius: 6px;
    padding: 0 !important;
    justify-content: center;
    align-items: center
}

.heading-elements>ul>li ul li.TopIcon a {
    width: 40px;
    height: 32px;
    background-color: #f5f6f8;
    border-radius: 6px;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    display: flex
}

.heading-elements>ul>li.TopIcon .btn-group button {
    background-color: #f5f6f8;
    background-image: url(../../images/DesignStudio/SelectArrowSmall.png);
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: right center;
    height: 32px;
    padding: 0 25px 0 10px
}

.heading-elements>ul>li.TopIcon .btn-group button:hover,.heading-elements>ul>li.TopIcon .btn-group button:focus {
    background-color: #f5f6f8;
    box-shadow: none
}

.heading-elements>ul>li.TopIcon .btn-group button .caret {
    display: none
}

.heading-elements>ul>li.TopIcon .btn-group .dropdown-menu {
    border: 1px solid #ddd;
    margin: 0;
    padding: 2px 0;
    min-width: 125px
}

.heading-elements>ul>li.TopIcon .btn-group .dropdown-menu li {
    border-bottom: 1px solid #ddd
}

.heading-elements>ul>li.TopIcon .btn-group .dropdown-menu li a {
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500
}

.heading-elements>ul>li.TopIcon .btn-group .dropdown-menu li:last-child {
    border-bottom: none
}

.heading-elements>ul>li.Delete>a {
    width: 40px;
    height: 32px;
    background-color: #ffeded;
    border-radius: 6px;
    padding: 0 !important;
    justify-content: center
}

.heading-elements>ul>li.Delete>a i svg path {
    fill: #ff2323
}

.heading-elements>ul>li.Save>a {
    background-color: #3b61ea;
    border-radius: 4px;
    padding: 4px 18px !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    height: 30px
}

.heading-elements>ul>li.Setting>a {
    width: 40px;
    height: 32px;
    background-color: #f5f6f8;
    border-radius: 6px;
    padding: 0 !important;
    justify-content: center
}

.heading-elements>ul>li.Setting ul.dropdown-menu {
    width: 220px;
    background-color: #fff;
    border-radius: 10px;
    right: 0;
    left: auto;
    padding: 8px 12px 8px;
    margin: 2px 0;
    border: 1px solid #dce4ff;
    box-shadow: 0 1px 12px rgb(0 0 0/6%)
}

.heading-elements>ul>li.Setting ul.dropdown-menu li {
    margin: 0
}

.heading-elements>ul>li.Setting ul.dropdown-menu li i img {
    width: 16px
}

.heading-elements>ul>li.Setting ul.dropdown-menu li a {
    font-size: 15px;
    font-weight: 400;
    color: #1a1a1a;
    padding: 8px 5px;
    display: flex;
    align-items: center;
    grid-gap: 9px
}

.heading-elements>ul>li.Setting ul.dropdown-menu li a:hover {
    background-color: #f0f3fd;
    border-radius: 8px
}

.heading-elements>ul>li .input-group {
    margin: 0;
    width: 180px
}

.heading-elements>ul>li .input-group .form-control {
    height: 32px;
    color: #1a1a1a;
    border-radius: 6px 0 0 6px;
    border: 1px solid #e3e3e3;
    border-right: none
}

.heading-elements ul li .input-group-btn {
    height: 32px;
    border-radius: 0 6px 6px 0;
    border: 1px solid #e5e5e5;
    border-left: none
}

.heading-elements ul li .input-group-btn a {
    display: inline-block;
    padding: 5px;
    color: #6a727d
}

.CustomTable .panel {
    border: 1px solid #e5e5e5 !important;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 0 25px;
    border-radius: 0;
    background-color: #fff
}

.CustomTable .panel-heading {
    border: none;
    background-color: #fff;
    border-radius: 0;
    padding: 8px 0 !important;
    float: left;
    width: 100%;
    margin: 0
}

.CustomTable .panel-heading h5 {
    margin: 0;
    padding: 0;
    line-height: 18px;
    font-size: 17px;
    font-weight: 500;
    color: #1a1a1a;
    display: inline-block;
    padding: 11px 0
}

.CustomTable .panel-heading .heading-elements {
    background-color: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    height: 32px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%)
}

.CustomTable .panel-heading .heading-elements>ul {
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    height: 32px;
    grid-gap: 10px
}

.CustomTable .panel-heading .heading-elements>ul>li {
    float: left
}

.CustomTable .panel-heading .heading-elements>ul>li>a {
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    padding: 5px 10px;
    display: inline-block;
    height: 32px
}

.CustomTable .panel-heading .heading-elements>ul>li>a:hover {
    background-color: #e6f1ff;
    border-radius: 10px
}

.CustomTable .panel-heading .heading-elements {
    background-color: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    height: 32px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99
}

.CustomTable .panel-heading .heading-elements>ul li ul {
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    height: 32px;
    grid-gap: 10px
}

.CustomTable .panel-heading .heading-elements>ul li ul li {
    float: left
}

.CustomTable .panel-heading .heading-elements>ul li ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    padding: 5px 10px;
    display: inline-block;
    height: 32px
}

.CustomTable .panel-heading .heading-elements>ul li ul li a:hover {
    background-color: #e6f1ff;
    border-radius: 10px
}

.CustomTable .panel-body {
    padding: 0 !important;
    float: left;
    width: 100%;
    position: inherit
}

.CustomIspaceDesign {
   /* box-shadow: #ccdbe8 3px 3px 6px 0 inset,rgb(255 255 255/50%) -3px -3px 6px 1px inset; */
    border-radius: 0px 0 0 0
}

@media(max-width: 1366px) and (min-width:769px) {
    .sidebar-xs .sidebar-main {
        width:66px !important
    }

    .page-title {
        padding: 8px 0 8px 0 !important
    }

    .CustomColClass {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .CustomColClass::before {
        display: none
    }

    .CustomColClass .col-md-3 {
        width: 100%
    }

    .CustomNavbarStrip .navbar-collapse ul:first-child li.CustomToggleButton a svg {
        width: 17px;
        height: 17px
    }

    .CustomNavbarStrip .navbar-collapse>ul .WorkSpace span {
        height: 30px;
        font-size: 12px !important
    }

    .CustomNavbarStrip {
        height: 44px
    }

    .navbar-top {
     /*   padding-top: 44px; */
    }

    #dvMainNavigation .category-content .SearchForDesktop .has-feedback {
        height: 24px
    }

    .page-title h4 {
        font-size: 14px
    }

    .CustomConsoleMenu .CustomMenuView .CustomMiddleTable {
        height: 216px !important
    }

    .CustomConsoleMenu .CustomMenuView .CustomLoadMenu {
        height: 216px !important
    }

    .CustomConsoleMenu .CustomMenuView .CustomLoadMenu .list-group-item span {
        font-size: 12px !important
    }

    .CustomConsoleMenu .CustomMenuView .CustomViewIcon h4 a {
        font-size: 13px !important
    }

    .CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li a span {
        font-size: 12px !important
    }

    .CustomFixed.page-header .page-header-content .heading-elements .input-group input[type="search"] {
        height: 27px !important;
        font-size: 12px !important
    }

    .CustomFixed.page-header .page-header-content .heading-elements ul li a i svg {
        width: 16px !important;
        height: 16px !important
    }

    .CustomFixed.page-header .page-header-content .heading-elements .form-group .btn-group button {
        width: 96px !important;
        height: 29px !important;
        font-size: 11px !important
    }

    .mainCustomTable .panel-heading .heading-elements>ul>li>a {
        font-size: 11px !important;
        padding: 5px 7px !important;
        width: auto
    }

    .mainCustomTable .panel-heading .heading-elements>ul>li>a i svg {
        width: 16px !important;
        height: 16px !important
    }

    .mainCustomTable .panel-heading .heading-elements>ul>li.Filter>a {
        width: 33px;
        height: 31px;
        border-radius: 8px
    }

    .mainCustomTable .panel-heading .heading-elements>ul>li.Setting>a {
        width: 33px;
        height: 31px;
        border-radius: 8px
    }

    .mainCustomTable div.gridbox_dhx_skyblue.isModern table.hdr tr td div.hdrcell {
        font-size: 12px !important;
        padding: 0 7px !important
    }

    .mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td {
        font-size: 11px !important
    }

    .mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr:nth-child(2) td {
        height: 37px !important
    }

    .mainCustomTable div.gridbox table.hdr td {
        height: 37px !important
    }

    .mainCustomTable .xhdr {
        height: 37px !important
    }

    .CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li a {
        min-height: 36px !important
    }

    div.gridbox table.obj tr td a {
        font-size: 12px !important
    }

    .mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td a svg {
        width: 15px !important;
        height: 15px !important
    }

    .CustomFixed.page-header .page-header-content .heading-elements ul li a span {
        font-size: 11px;
        line-height: 11px
    }

    .CustomNavbarStrip .navbar-brand .DoubleLogo {
        height: 43px !important
    }

    .CustomNavbarStrip .navbar-brand .DoubleLogo img {
        width: 27px
    }

    .CustomSiteSearch .input-group input {
        font-size: 11px !important
    }

    .CustomNavbarStrip .navbar-collapse>ul:nth-child(3) li a.dropdown-toggle .langText {
        font-size: 12px !important
    }

    .CustomNavbarStrip .navbar-collapse>ul.nav:nth-child(2)>li>a .UserImage img {
        width: 24px !important;
        height: 24px !important;
        max-height: 24px !important
    }

    .DesignStuidoRight .navbar .navbar-nav li:first-child a::before {
        left: 2px !important
    }

    .form-group label {
        font-size: 12px !important
    }

    .mainHeading h4 {
        font-size: 14px !important
    }

    .mainCustomTable div.gridbox_dhx_skyblue.isModern table.hdr tr td label {
        font-size: 12px;
        padding: 0 !important
    }

    .mainCustomTable .panel-heading {
        padding: 2px 4px !important
    }

    .mainCustomTable .xhdr .hdr {
        height: auto !important
    }

    .mainCustomTable .panel-footer ul li span {
        font-size: 12px !important
    }

    .login-container .login_form_first {
        height: 450px !important;
        width: auto !important
    }

    .VerticalMiddle {
        height: 410px
    }

    .login-container .login_form_first .RightSide {
        padding: 20px
    }

    .bg {
        height: 348px
    }

    .LeftSide .VerticalCenter img {
        width: 390px
    }

    .RightSide .VerticalCenter img {
        width: 86px
    }

    .login-container .login_form_first::after {
        bottom: -38px
    }

    .login-container .login_form_first .RightSide .form-group .ForgotPassword {
        font-size: 13px
    }

    .login-container .login_form_first .RightSide .form-group .BtnLogin {
        font-size: 14px;
        padding: 8px 50px
    }

    .login-container .login_form_first .RightSide .content-group small {
        font-size: 16px !important
    }

    .login-container .login_form_first .RightSide .form-group label {
        color: #ffffff94
    }

    .login-container .login_form_first .RightSide .form-group input {
        background-size: 15px
    }

    .mainCustomTable .panel-body {
        height: calc(100vh - 171px)
    }

    .CustomPackageMasterUX .RightPackageUX .panel .panel-body ul li .PackageUX .PackageTitle a {
        font-size: 17px
    }

    .CustomPackageMasterUX .RightPackageUX .panel .panel-body ul li .PackageUX .PackageFooter .Username b,.CustomPackageMasterUX .RightPackageUX .panel .panel-body ul li .PackageUX .PackageFooter .Calendar b {
        font-size: 13px !important
    }

    .CustomPackageMasterUX .RightPackageUX .panel .panel-body ul li .PackageUX .PackageRule .LeftRule {
        font-size: 13px
    }

    .CustomPackageMasterUX .RightPackageUX .panel .panel-body ul li {
        flex-basis: 46.33vh
    }

    .CustomPackageMasterUX .RightPackageUX .panel .panel-body ul li .PackageUX p {
        font-size: 13px
    }

    .CustomPackageMasterUX .page-header .page-header-content {
        height: 45px
    }

    .logo-title li svg {
        width: 87px
    }

    .logo-title li p {
        margin-top: 0;
        font-weight: 400;
        font-size: 12px
    }

    .logo-title li span {
        font-size: 39px
    }

    .login-container .login_form_first .LeftSide {
        background-size: auto
    }

    .login_form_first .form-group {
        margin-bottom: 8px !important
    }

    .login-container .login_form_first .RightSide .form-group input {
        height: 36px
    }

    .login-container .login_form_first .RightSide .form-group .BtnLogin {
        line-height: 17px
    }

    .page-header-content {
        border: none !important
    }

    .login-container {
        background-position: 16% bottom,100%;
        background-size: 41%,100%
    }

    .navbar-nav>.dropdown-user>a>span {
        font-size: 11px
    }

    .CustomNavbarStrip .navbar-collapse>ul .WorkSpace span {
        font-size: 13px;
        line-height: 11px
    }

    .CustomNavbarStrip .navbar-collapse>ul {
        height: 44px
    }

    #spnSlotCount {
        display: none !important
    }

    .CustomSiteSearch #txtSearchSite {
        height: 28px !important
    }

    .CustomNavbarStrip .navbar-brand {
        height: 43px
    }

    .sidebar {
        width: 215px
    }

    .sidebar-fixed .sidebar-content {
        width: 215px;
        width: inherit;
        overflow: hidden
    }

    .navigation li>.has-ul:after {
        right: 11px
    }

    .CustomFixed .page-header-content {
        height: 33px !important;
        background: transparent
    }

    .DesignStuidoLeft .page-header-content .page-title h4 {
        justify-content: flex-start;
        height: 33px;
        gap: 4px
    }

    .DesignStuidoLeft .page-header-content .page-title h4 .MainPage {
        padding: 0
    }

    .DesignStuidoLeft .page-header-content .page-title {
        height: 33px !important
    }

    .DFSModal .CustomFixed.zIndex {
        border: none
    }

    .mainCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr td {
        height: 32px
    }

    .CustomCheckbox_2 input[type="radio"]+label::before,.CustomCheckbox_2 input[type="checkbox"]+label::before {
        content: "";
        width: 16px;
        height: 16px
    }

    .mainCustomTable .panel-heading .heading-elements>ul>li>a {
        grid-gap: 6px
    }

    .mainCustomTable .panel-footer {
        padding: 10px 8px !important
    }

    .mainCustomTable .panel-heading .heading-elements>ul>li.Filter ul.dropdown-menu {
        padding: 6px 14px 15px;
        width: 260px
    }

    .mainCustomTable .panel-heading .filters span {
        grid-gap: 8px;
        justify-content: flex-start
    }

    .mainCustomTable .panel-heading .filters span a {
        width: 30px;
        height: 30px;
        border-radius: 8px;
        font-size: 13px
    }

    .mainCustomTable .panel-heading .filters .FilterTitle label {
        font-size: 13px
    }

    .mainCustomTable .panel-heading .filters .FilterTi.page-headertle a {
        font-size: 13px
    }

    .CustomFixed.page-header .page-header-content .heading-elements .input-group .input-group-btn {
        right: 4px !important
    }

    .CustomFixed.page-header .page-header-content .heading-elements .input-group .input-group-btn a i img {
        width: 13px !important
    }

    .CustomModelDesignStudio .modal-footer button {
        padding: 8px !important;
        width: 109px
    }

    .CustomModelDesignStudio .modal-content {
        padding: 16px 14px !important
    }

    .CustomModelDesignStudio .modal-header {
        height: 37px
    }

    .CustomModelDesignStudio .modal-header::before {
        content: '';
        width: 40px !important;
        height: 40px !important;
        background-size: 19px !important
    }

    .CustomModelDesignStudio .modal-header h4 {
        padding-left: 48px !important
    }

    .sidebar-xs .sidebar-main .navigation-main>li>a>span {
        display: none
    }

    .DesignStuidoLeft .page-header-content .page-title h4 .MainPage {
        font-size: 15px
    }

    .GobalDFSToolBar ul.ToolBar li .page-header-content .PageName {
        font-size: 13px !important
    }

    .DesignStuidoLeft .page-header-content .page-title h4 .ProcessName {
        font-size: 10px
    }

    .GobalDFSToolBar ul.ToolBar li .page-header-content {
        height: 35px !important
    }

    .GobalDFSToolBar ul.ToolBar>li>.MainDesignStudioMenu .DesignStuidoTabList a {
        padding: 6px 10px
    }

    .DesignStudioCustomTable div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected td {
        font-size: 12px !important
    }

    .DesignStuidoLeft .page-header-content .page-title h4 .ProcessName {
        position: absolute;
        bottom: -3px;
        left: 7px
    }

    .CustomFixed.page-header .page-header-content .heading-elements .input-group .input-group-btn a svg {
        width: 15px;
        height: 15px
    }

    .CustomFixed.page-header .page-header-content .heading-elements ul li a i svg {
        width: 15px;
        height: 15px
    }

    .heading-elements>ul {
        height: 31px;
        grid-gap: 2px
    }

    .sidebar {
        width: 215px
    }

    .DesignStuidoRight .navbar .navbar-nav li a::before {
        left: 19px
    }

    .CustomModelDesignStudio .modal-body .content {
        padding: 13px 10px !important
    }

    CustomModelDesignStudio .modal-body .content .DesignStudioCustomTable .panel-heading {
        padding: 4px 10px !important
    }
}

#Parks {
    overflow: auto;
    display: contents
}

.SmartUIMedium,.SmartUILarge {
    width: 100%;
    float: left
}

#smartUIPageContent .sidebar {
    width: 243px
}

#jsPanel-1 {
    position: fixed !important
}

#jsPanel-2 {
    position: fixed !important
}

.jsPanel {
    min-height: inherit !important
}

.CustomAccord .panel {
    background-color: #f8f9fa;
    box-shadow: none;
    border: none !important;
    border-radius: 5px;
    margin: 0
}

.CustomAccord .panel .panel-heading {
    background-color: #fff;
    height: 48px;
    border-radius: 5px;
    padding: 10px 18px !important;
    border-radius: 0
}

.CustomAccord .panel .panel-heading a {
    color: #3a4b69;
    font-size: 17.5px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 10px
}

.CustomAccord .panel .panel-heading path {
    fill: #3b61eb
}

.CustomAccord .panel .panel-heading a span {
    font-size: 15px;
    font-weight: 500
}

.CustomAccord .panel-collapse {
    border-radius: 12px
}

.CustomAccord .panel .panel-body {
    display: flex;
    flex-direction: row;
    padding: 10px 18px !important;
    flex-wrap: wrap;
    border: none !important;
    height: auto
}

.CustomAccord .panel .panel-body h6 {
    color: #3a4b69;
    font-size: 14px;
    font-weight: 500;
    padding: 0 22px 0 18px;
    position: relative
}

.CustomAccord .panel .panel-body h6::before {
    position: absolute;
    content: '';
    background-image: url(../../images/ArrowLeft.png);
    width: 9px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.CustomAccord .panel {
    background-color: #f8f9fa;
    box-shadow: none;
    border: none !important;
    border-radius: 5px
}

.CustomFlex {
    display: flex;
    flex-direction: row;
    grid-gap: 25px
}

.d-flex {
    display: flex !important
}

.flex-column {
    flex-direction: column !important
}

.CustomCheckbox {
    float: left
}

.CustomForm .form-group {
    margin-bottom: 5px
}

.CustomFlex {
    display: flex;
    flex-direction: row;
    grid-gap: 25px
}

.CustomFlex .CopySelect .panel-heading,.CustomFlex .MoveSelect .panel-heading {
    padding: 10px 20px 0 !important;
    border-bottom: 1px solid #e5e5e5
}

.CustomFlex .CopySelect .panel-heading h6,.CustomFlex .MoveSelect .panel-heading h6 {
    font-size: 14px;
    font-weight: 500;
    color: #4d4d4d;
    margin: 0;
    padding-bottom: 10px
}

.CustomFlex .CopySelect a.btn,.CustomFlex .MoveSelect a.btn {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 125px;
    background-color: #ebeffd;
    height: 75px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    box-shadow: none
}

.CustomFlex .CopySelect a.btn {
    float: right
}

.CustomFlex .MoveSelect a.btn {
    float: left
}

.CustomFlex .CopySelect .panel-heading,.CustomFlex .MoveSelect .panel-heading {
    position: relative
}

.CustomFlex .CopySelect .panel-heading .Section,.CustomFlex .MoveSelect .panel-heading .Section {
    width: 75px;
    height: 75px;
    border-radius: 100px;
    border: 1px dashed #8e8e8e;
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff
}

.CustomFlex .CopySelect .panel-heading .Section span,.CustomFlex .MoveSelect .panel-heading .Section span {
    width: 59px;
    height: 59px;
    background-color: #ebeffd;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #3b61eb;
    font-weight: 500;
    border-radius: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%)
}

.CustomFlex .CopySelect a.btn span,.CustomFlex .MoveSelect a.btn span {
    font-size: 16px;
    color: #3b61eb;
    font-weight: 500;
    line-height: 16px;
    padding: 7px 0
}

#dvMMView .ViewType {
    width: 100%;
    padding: 10px
}

.LeftForkedContent {
    width: 300px;
    float: left
}

.LeftForkedContent .SidebarForked {
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 8px rgb(193 193 193/20%)
}

.LeftForkedContent .SidebarForked .category-title,.RightForkedContent .panel .panel-heading {
    padding: 0 !important;
    border-bottom: 1px solid #d7dced;
    height: 50px
}

.LeftForkedContent .SidebarForked .category-title h6,.RightForkedContent .panel .panel-heading h6 {
    text-transform: capitalize;
    font-size: 16px !important;
    font-weight: 500;
    margin: 0;
    line-height: 19px;
    padding: 16px 20px
}

.LeftForkedContent .SidebarForked .category-title .heading-elements {
    margin: 0 !important;
    height: auto;
    transform: translateY(-50%);
    right: 15px
}

.LeftForkedContent .SidebarForked .category-title .heading-elements ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    grid-gap: 8px
}

.LeftForkedContent .SidebarForked .category-title .heading-elements ul li a img {
    width: 16px
}

.LeftForkedContent .SidebarForked .category-content {
    text-transform: capitalize;
    font-size: 16px !important;
    font-weight: 500;
    margin: 0;
    line-height: 16px;
    padding: 0
}

.LeftForkedContent .SidebarForked .category-content .gridbox {
    box-shadow: none !important
}

.LeftForkedContent .SidebarForked .category-content .gridbox .objboxParent .objbox table tbody tr {
    border: none !important
}

.LeftForkedContent .SidebarForked .category-content .gridbox .objboxParent .objbox table tbody tr.odd_dhx_skyblue,.LeftForkedContent .SidebarForked .category-content .gridbox .objboxParent .objbox table tbody tr.ev_dhx_skyblue {
    background: #fff !important;
    border: none !important;
    height: 44px;
    border-bottom: 1px solid #ebeced !important
}

.LeftForkedContent .SidebarForked .category-content .gridbox .objboxParent .objbox table tbody tr td {
    padding: 0 20px !important;
    font-size: 15px !important;
    color: #4d4d4d !important
}

.LeftForkedContent .SidebarForked .category-content .gridbox .objboxParent .objbox table tbody tr.odd_dhx_skyblue td.cellselected,.LeftForkedContent .SidebarForked .category-content .gridbox .objboxParent .objbox table tbody tr.ev_dhx_skyblue td.cellselected {
    background-color: #f6f8ff !important;
    color: #3b61eb !important
}

.RightForkedContent {
    width: calc(100% - 320px);
    float: left;
    margin-left: 20px
}

.RightForkedContent .panel {
    background-color: #fff;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 0 8px rgb(193 193 193/20%)
}

.RightForkedContent .panel .panel-body canvas {
    border: none !important
}

.RightForkedContent .panel .panel-body .DesignStudioCustomTable .gridbox {
    box-shadow: none !important;
    border: 1px solid #edf1ff !important
}

.RepositoryMapping .col-md-2 {
    width: 20%
}

.RepositoryMapping .col-md-10 {
    width: 80%
}

.RepositoryMapping .sidebarcustom {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    border-radius: 2px;
    border: none
}

.RepositoryMapping .sideBarContent {
    padding: 0;
    background-color: #fff
}

.RepositoryMapping .sideBarContent #treeRepositoryMapping {
    padding: 10px
}

.RepositoryMapping .sideBarContent .category-title {
    padding: 15px 14px;
    border-bottom: 1px solid rgb(59 97 235/25%) !important
}

.RepositoryMapping .sideBarContent .category-title span {
    line-height: 26px;
    text-transform: capitalize;
    font-size: 17px !important;
    margin: 0 !important
}

.RepositoryMapping .panel {
    background-color: #fff;
    padding-top: 0;
    margin-bottom: 0;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1) !important
}

.RepositoryMapping .panel .panel-body {
    padding: 0
}

.api_tab.tabbable {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em
}

.api_tab.tabbable .nav li>a:hover,.api_tab.tabbable .nav li>a:focus {
    background-color: transparent
}

.api_tab.tabbable .nav-tabs2 {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.api_tab.tabbable .nav-tabs2 li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 .2em;
    -webkit-flex: none;
    flex: none
}

.api_tab.tabbable .nav-tabs2 li a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 22px;
    padding: 4px 10px;
    color: #74777b;
    font-weight: 700;
    -webkit-transition: color .3s;
    transition: color .3s;
    background-color: #f5f5f5;
    border-radius: 5px
}

.api_tab.tabbable .nav-tabs2 li.active a {
    color: #fff;
    border-radius: 4px;
    background: #3b61ea;
    border: 0 !important
}

.api_tab.tabbable .nav-tabs2 li a span {
    vertical-align: middle;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .5px;
    font-family: 'Open Sans',sans-serif !important
}

.api_tab.tabbable .tab-content {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ddd !important;
    border: none;
    margin-top: 5px
}

.jsPanel>.panel-heading {
    background-color: #d7e3ff
}

.SmartMenu {
    background: transparent !important;
    box-shadow: none !important
}

.SmartMenu .SmartFlex {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 6px !important
}

.SmartMenu .CustomToolBar {
    border-radius: 8px
}

.SmartMenu .SmartFlex a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    background: #f0f8ff;
    margin: 0;
    background: transparent;
    color: #575c60;
    font-size: 13px;
    padding: 1px 6px;
    width: 100%
}

.SmartMenu .SmartFlex a h5 {
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 500
}

.SmartMenu .SmartFlex h5 {
    padding: 0;
    margin: 0
}

.SmartMenu .SmartFlex li {
    background: #fff;
    border-radius: 8px
}

.SmartMenu .SmartFlex .SF {
    height: 30px
}

.CustomMegaMenu .mega-dropdown-menu>li>ul>li>a {
    color: #071a38;
    background: #ecf2ff63;
    margin: 5px 0;
    padding: 7px 15px;
    border-radius: 5px;
    border: none
}

.CustomMegaMenu .mega-dropdown-menu>li.Sprites:hover {
    background: none
}

.CustomMegaMenu .mega-dropdown-menu>li>ul>li:hover>a {
    background: linear-gradient(to top,#e7f0fe 60%,#99b2dc3d 100%) !important;
    border: .5px solid #386be8
}

.SmartMenu .CustomToolBar,.SmartMenu .UIElements,.SmartMenu .DataElements,.SmartMenu .Property {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0
}

.SmartMenu svg {
    width: 15px;
    height: 15px
}

.SmartMenu svg path {
    stroke: #78e78e
}

.SmartMenu .Property svg path {
    fill: #78e78e !important;
    stroke: none
}

.SmartMenu div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Normal,.SmartMenu div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Disabled,.SmartMenu div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Selected {
    width: 100%;
    line-height: inherit !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    cursor: default;
    white-space: nowrap;
    position: relative;
    float: left;
    font-size: 13px;
    overflow: hidden;
    background-color: transparent
}

.SmartMenu div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Normal div.top_level_text,.SmartMenu div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Disabled div.top_level_text,.SmartMenu div.dhtmlxMenu_dhx_skyblue_TopLevel_Item_Selected div.top_level_text {
    color: #1e2424
}

#loader {
    position: relative
}

.lds-css {
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    background-color: rgba(73,100,140,.09);
    z-index: 99
}

.text-giga {
    line-height: 1;
    font-size: 24px;
    font-weight: 300
}

.pad-top {
    padding-top: 1em
}

.space-out {
    margin: 100px
}

.main-site {
    display: table;
    height: 100%;
    width: 100%
}

.wrapper-Load {
    display: table-cell;
    vertical-align: middle
}

.loader {
    vertical-align: middle !important
}

.loader-6:before {
    background-color: rgb(105 127 255/70%) !important
}

.loader-6:after {
    background-color: rgb(16 211 108/63%) !important
}

.text-giga {
    line-height: 1;
    font-size: 24px;
    font-weight: 300
}

.pad-top {
    padding-top: 1em
}

.space-out {
    margin: 100px
}

.loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 3em;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.loader,.loader:before,.loader:after {
    animation: 1s infinite ease-in-out
}

.loader:before,.loader:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.loader-6 {
    animation: loader6-1 1.5s infinite linear
}

.loader-6:before,.loader-6:after {
    content: '';
    margin: -25px 0 0 -25px;
    top: 50%;
    left: 50%;
    background-color: rgba(30,30,30,.7);
    animation-name: loader6-2
}

.loader-6:after {
    animation-direction: reverse
}

@keyframes loader6-1 {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes loader6-2 {
    0% {
        transform: scale(.2);
        left: 0%
    }

    50% {
        transform: scale(1);
        left: 50%
    }

    100% {
        transform: scale(.2);
        left: 100%
    }
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-user::before {
    background-image: url('../../images/AdminConsoleMenu/User_Management_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-sitemap::before {
    background-image: url('../../images/AdminConsoleMenu/Group_Management.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-sitemap::before {
    background-image: url('../../images/AdminConsoleMenu/Group_Management_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-home::before {
    background-image: url('../../images/AdminConsoleMenu/Infrastructure.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-home::before {
    background-image: url('../../images/AdminConsoleMenu/Infrastructure_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-fire::before {
    background-image: url('../../images/AdminConsoleMenu/Event_Factory.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-fire::before {
    background-image: url('../../images/AdminConsoleMenu/Event_Factory_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-suitcase::before {
    background-image: url('../../images/AdminConsoleMenu/Process_Engine.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-suitcase::before {
    background-image: url('../../images/AdminConsoleMenu/Process_Engine_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-envelope::before {
    background-image: url('../../images/AdminConsoleMenu/Inbox_Console.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-envelope::before {
    background-image: url('../../images/AdminConsoleMenu/Inbox_Console_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-gear::before {
    background-image: url('../../images/AdminConsoleMenu/Settings.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-gear::before {
    background-image: url('../../images/AdminConsoleMenu/Settings_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-file::before {
    background-image: url('../../images/AdminConsoleMenu/Document_Management.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-file::before {
    background-image: url('../../images/AdminConsoleMenu/Document_Management_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-user::before {
    background-image: url('../../images/AdminConsoleMenu/Administration.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-user::before {
    background-image: url('../../images/AdminConsoleMenu/Administration-h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-stack-exchange::before {
    background-image: url('../../images/AdminConsoleMenu/Domain_DataMaps.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-stack-exchange::before {
    background-image: url('../../images/AdminConsoleMenu/Domain_DataMaps-h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-stack-exchange::before {
    background-image: url('../../images/AdminConsoleMenu/Variables.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-stack-exchange::before {
    background-image: url('../../images/AdminConsoleMenu/Variables_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-area-chart::before {
    background-image: url('../../images/AdminConsoleMenu/Reports.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-area-chart::before {
    background-image: url('../../images/AdminConsoleMenu/Reports_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-user-plus::before {
    background-image: url('../../images/AdminConsoleMenu/Others.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-user-plus::before {
    background-image: url('../../images/AdminConsoleMenu/Others_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation a.has-ul i.fa.fa-briefcase::before {
    background-image: url('../../images/AdminConsoleMenu/Project_Management.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul.navigation li.LeftHoverAnimation.active a.has-ul i.fa.fa-briefcase::before {
    background-image: url('../../images/AdminConsoleMenu/Project_Management_h.png')
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li.active ul li a i {
    color: #3b61eb
}

.CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li.active a i {
    color: #fff
}

body.sidebar-xs .CustomSidebarStrip .sidebar-content .sidebar-category .category-content ul li a i {
    width: auto
}

.CustomSidebarStrip .navigation .navigation-header {
    padding: 0
}

.CustomSidebarStrip .navigation li {
    color: #303030;
    margin: 0;
    position: relative
}

.CustomSidebarStrip .navigation .navigation-header a {
    min-height: 34px;
    line-height: 15px !important;
    position: relative;
    padding: 9px 15px !important
}

.CustomSidebarStrip .navigation .navigation-header a::after {
    position: absolute;
    content: '';
    background-color: rgb(79 94 119/40%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.CustomSidebarStrip .navigation .navigation-header a span {
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: .2px !important;
    color: #182336 !important;
    text-transform: capitalize
}

#scorePageContent .page-header-content {
    border-bottom: 1px solid #e0e0e0
}

.SearchForMobile {
    display: none !important
}

.SearchForDesktop {
    display: block !important
}

.gantt_row_task {
    width: 100% !important
}

.MultiRightDoc .slick-list .slick-track .slick-slide {
    height: auto;
    float: left;
    position: relative;
    outline: none;
    margin: 12px 5px;
    background: #fff;
    padding: 7px;
    text-align: center;
    border-radius: 8px;
    box-shadow: rgb(100 100 111/10%) -1px 2px 9px 2px
}

.MultiRightDoc .slick-list .slick-track .slick-slide::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.65);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    opacity: 0;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    transform: scale(.7)
}

.MultiRightDoc .slick-list .slick-track .slick-slide:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}

.MultiRightDoc .slick-list .slick-track .slick-slide .MultiSlideBtn {
    position: absolute;
    color: #e0e1e0;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
    left: 0;
    right: 0;
    padding: 8px;
    z-index: 10;
    opacity: 0;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.MultiRightDoc .slick-list .slick-track .slick-slide:hover .MultiSlideBtn {
    opacity: 1;
    left: 0;
    right: 0;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s
}

.MultiRightDoc .slick-list .slick-track .slick-slide button {
    padding: 5px;
    display: inline-block;
    border: none;
    line-height: 10px;
    margin-left: 5px
}

.MultiRightDoc .slick-list .slick-track .slick-slide img {
    width: 100%;
    height: 136px;
    border: none
}

.MultiRightDoc .slick-initialized .slick-prev,.MultiRightDoc .slick-initialized .slick-next,.MultiRightDoc .slick-initialized .slick-dots {
    display: none !important
}

.MultiRightDoc .slick-list .slick-track .slick-slide a {
    word-break: break-all;
    color: #000
}

.MultiRightDoc .InlineMultiSelect {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.MultiRightDoc .draggable {
    width: 100%;
    overflow: scroll
}

.MultiRightDoc .slick-track {
    display: flex;
    flex-direction: row
}

.DesignPreviewMenu {
    background: transparent;
    border: none;
    position: absolute;
    bottom: 15px;
    margin: 0px !important;
}

.CustomORGLeft {
    width: 100%;
    float: left
}

.CustomORGLeft.active {
    width: calc(100% - 520px);
    margin-right: 20px
}

.CustomORGRight {
    display: none;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    background-color: #f9f9f9;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    float: left;
    overflow: hidden
}

.CustomORGRight.active {
    display: block;
    width: 500px
}

.mainCustomTable .panel .heading-elements svg path {
    fill: #4f5d77 !important
}

.Custom-head .panel-heading {
    background-color: #f7f7f7 !important;
    border-bottom: 1px solid #ddd !important
}

.Custom#comboSearchTypes div.dhxcombo_dhx_skyblue input.dhxcombo_input {
    border-radius: 8px !important;
    background-color: #3b61eb !important
}

.Custom#comboSearchTypes div.dhxcombo_dhx_skyblue {
    border-radius: 8px !important
}

.mainCustomTable .panel-heading.Mo-wid .heading-elements>ul>li>a {
    width: auto
}

.CustomInboxDesign .panel {
    border: none !important;
    box-shadow: none;
    margin-bottom: 0;
    background-color: transparent
}

.CustomInboxDesign .panel-heading {
    padding: 13px 20px !important;
    border-radius: 0;
    margin: 0 !important;
    border: none
}

.CustomInboxDesign .panel-heading .panel-title {
    display: inline-block;
    line-height: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #505050
}

.CustomInboxDesign .panel-heading .heading-elements {
    right: 0;
    top: 27px;
    display: flex;
    flex-direction: row;
    grid-gap: 10px
}

.CustomInboxDesign .panel-heading .heading-elements .btn.btn-xs {
    color: #fff !important;
    border: 0 solid #fff !important;
    border-radius: 35px !important;
    padding: 11px 18px 8px 15px;
    font-size: 13px;
    text-transform: capitalize !important;
    height: 35px;
    line-height: 13px;
    letter-spacing: .3px;
    margin-top: 0;
    transition: none !important
}

.CustomInboxDesign .panel-heading .heading-elements .btn.btn-xs.dropdown-toggle {
    background: #fff;
    border-radius: 4px !important;
    color: #4f5e77 !important;
    box-shadow: none;
    border: 1px solid #ddd !important
}

.CustomInboxDesign .panel-heading .heading-elements .btn.btn-xs.dropdown-toggle {
    background-image: url(../../images/DesignStudio/SelectArrow.png) !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
    background-position: 96% 50% !important
}

.CustomInboxDesign .panel-heading .heading-elements .btn.btn-xs.dropdown-toggle .caret {
    display: none
}

.CustomInboxDesign .panel-heading .heading-elements .btn#btnRefresh {
    background: #fff;
    border-radius: 4px !important;
    color: #4f5e77 !important;
    padding: 10px;
    border: 1px solid #ddd !important;
    height: 35px;
    line-height: 13px;
    letter-spacing: .3px;
    margin: 0 !important
}

.CustomInboxDesign .panel-heading .heading-elements .btn.btn-xs#btnNewComment {
    background: #fff;
    border-radius: 4px !important;
    color: #4f5e77 !important
}

.CustomInboxDesign .panel-heading .heading-elements .btn.btn-xs#btnNewInstance {
    background: #fff;
    border-radius: 4px !important;
    color: #4f5e77 !important
}

.CustomInboxDesign .panel-heading .heading-elements .btn#btnDeleteInstance {
    background: #fff;
    border-radius: 4px !important;
    color: #4f5e77 !important;
    padding: 10px;
    border: 1px solid #ddd !important;
    height: 35px;
    line-height: 13px;
    letter-spacing: .3px;
    margin: 0 !important
}

.CustomInboxDesign .panel-heading .heading-elements .btn.btn-xs#btnExternalUrl {
    background: #fff;
    border-radius: 4px !important;
    color: #4f5e77 !important
}

.CustomInboxDesign .panel-heading .heading-elements .btn.btn-xs#btnsaveExcel {
    background: #fff;
    border-radius: 4px !important;
    color: #4f5e77 !important
}

.CustomInboxDesign .panel-heading .heading-elements .btn.btn-xs#OthersCol {
    background: #fff;
    border-radius: 4px !important;
    color: #4f5e77 !important
}

.CustomInboxDesign .panel-heading .heading-elements .CustomInboxToggle {
    padding: 9px;
    border: none;
    box-shadow: 0 2px 5px 2px rgba(0,0,0,.2);
    border-radius: 2px !important
}

.CustomInboxDesign .panel-heading .heading-elements .btn-group {
    width: 150px;
    margin-left: 10px
}

.CustomInboxDesign .panel-heading .heading-elements .btn-group .dropdown-toggle {
    background-color: #fff;
    border-radius: 25px;
    height: 35px;
    font-size: 12px;
    color: #4f5e77;
    font-weight: 600;
    line-height: 12px;
    border: 1px solid #ddd;
    box-shadow: none;
    letter-spacing: .3px;
    border-radius: 4px !important;
    background-image: url(../../images/DesignStudio/SelectArrow.png) !important;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 96% 50%
}

.CustomInboxDesign .panel-heading .heading-elements .btn-group .dropdown-toggle .caret {
    display: none
}

.CustomInboxDesign .panel-heading .heading-elements .input-group {
    margin-top: 0;
    width: 175px
}

.CustomInboxDesign .panel-heading .heading-elements .input-group input {
    height: 35px;
    border-radius: 5px 0 0 5px;
    width: 140px;
    font-weight: 500;
    box-shadow: none;
    border: 1px solid #ddd
}

.CustomInboxDesign .panel-heading .heading-elements .input-group a.btnSearch {
    background-color: #fff !important;
    box-shadow: none;
    color: #808283;
    padding: 10px 12px 4px 10px;
    height: 35px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #ddd;
    border-left: none
}

.CustomInboxDesign .panel-body {
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 25px 0 rgba(0,0,0,.12);
    border-radius: 6px;
    margin-top: 15px
}

.CustomInboxDesign .panel-body div.gridbox_dhx_skyblue.gridbox {
    width: 100% !important;
    border-radius: 6px
}

.CustomInboxDesign .panel-body div.gridbox_dhx_skyblue.gridbox table.obj {
    border-left: none !important
}

.CustomInboxDesign .panel-body div.gridbox_dhx_skyblue.gridbox table.obj tr td {
    border-left: none;
    border-right: none;
    padding: 12px 5px 11px 8px;
    border-bottom: 1px solid #efefef;
    border-top: 0;
    color: #707070;
    font-weight: 500;
    font-size: 13px !important
}

.CustomInboxDesign .panel-body div.gridbox_dhx_skyblue.gridbox table.obj tr td a {
    color: #546e7a !important;
    font-weight: 600
}

.CustomInboxDesign .panel-body div.gridbox_dhx_skyblue.gridbox table.obj tr td:nth-child(8) {
    background-color: #fff;
    color: #5960dc;
    font-weight: 500
}

.CustomInboxDesign .panel-body div.gridbox_dhx_skyblue.gridbox table.obj tr td:nth-child(11) {
    background-color: #fff;
    color: #0596c7;
    font-weight: 500
}

.CustomInboxDesign .panel-body div.gridbox table.obj tr.rowselected td:nth-child(8) {
    color: #5960dc !important
}

.CustomInboxDesign .panel-body div.gridbox table.obj tr.rowselected td:nth-child(11) {
    color: #0596c7 !important
}

.CustomInboxDesign .panel-body div.gridbox_dhx_skyblue.gridbox table.obj tr td span.status-mark {
    border: none;
    width: 10px !important;
    height: 10px;
    margin-left: 3px
}

.CustomInboxDesign .panel-body div.gridbox_dhx_skyblue table.hdr tr {
    background-image: none !important
}

.CustomInboxDesign .panel-body div.gridbox table.hdr td {
    padding: 10px 0 !important;
    height: 40px !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    background-color: transparent !important
}

.CustomInboxDesign .panel-body div.gridbox_dhx_skyblue.gridbox .xhdr {
    background-color: var(--main-grayscale-color) !important;
    background-image: url(../../images/InboxDesign.png);
    background-position: 50% 45%;
    background-repeat: no-repeat;
    background-size: cover
}

.CustomInboxDesign .panel-body div.gridbox_dhx_skyblue.gridbox table.hdr td div.hdrcell {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #484d56;
    text-align: center;
    padding-left: 0
}

.CustomInboxDesign .panel-body div.gridbox_dhx_skyblue.gridbox table.obj tr td .fa-lock:before {
    color: #3b61eb;
    position: absolute;
    left: 34%;
    top: 27%
}

.CustomInboxDesign .panel-body div.gridbox_dhx_skyblue.gridbox table.obj tr td .fa-lock {
    width: 42px !important;
    height: 42px;
    border-radius: 75%;
    background: #f0f8ff;
    left: 0;
    position: relative
}

.CustomInboxDesign .panel-footer {
    border: none !important;
    padding: 10px 10px;
    background-color: transparent
}

.CustomInboxDesign .panel-footer ul li {
    padding: 0
}

.CustomInboxDesign .panel-footer ul li>div {
    background-color: #2fa4e7;
    height: 24px;
    line-height: 23px;
    font-size: 13px;
    font-weight: 500;
    padding: 0 18px 0 18px;
    border-radius: 30px 0 0 30px;
    color: #fff;
    letter-spacing: .4px
}

.CustomInboxDesign .panel-footer ul.pagination,.CustomInboxDesign .panel-footer ul.pagination li a {
    height: 24px !important
}

.CustomInboxDesign .panel-footer select#ddlPageSize {
    background-color: transparent;
    height: 24px;
    line-height: 23px;
    font-size: 13px;
    font-weight: 600;
    padding: 0 18px 0 10px;
    border-radius: 0 30px 30px 0;
    color: #272727;
    letter-spacing: .4px;
    border: 1px solid #2fa4e7
}

.CustomInboxDesign .panel-footer ul li a {
    padding: 0;
    line-height: 20px
}

.CustomInboxDesign .panel-footer ul.pagination li a {
    padding: 0 4px;
    line-height: 12px;
    border: none !important;
    min-width: 0;
    background-color: #21afce;
    float: left;
    margin: 0 2px;
    border-radius: 0;
    height: 21px;
    width: 24px;
    color: #fff
}

.CustomInboxDesign .panel-footer .pagination li:first-child a {
    background-color: #2fa4e7;
    border-radius: 20px 0 0 20px
}

.CustomInboxDesign .panel-footer .pagination li:last-child a {
    background-color: #38bae7;
    border-radius: 0 20px 20px 0
}

.CustomInboxDesign .panel-footer .pagination li a i {
    margin: 0;
    position: relative;
    top: 4px
}

.CustomInboxDesign .CustomViewBtn {
    margin-left: 6px;
    font-weight: 600;
    color: #777;
    letter-spacing: .2px;
    font-size: 14px;
    border: 2px solid #787878;
    border-radius: 4px
}

.CustomInboxDesign .datatable-scroll .objbox td,.dvGridInbox .datatable-scroll .objbox td {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

div.property_space {
    display: none
}

.CutomListMenu {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1)
}

.CutomListMenu h6 {
    padding: 12px 15px;
    margin: 0;
    color: #1a1a1a;
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    border-bottom: 1px solid #ddd
}

.CutomListMenu .tree {
    height: 457px;
    overflow: auto;
    min-height: 20px;
    padding: 8px 2px 8px 8px;
    margin-bottom: 0
}

.CutomListMenu .tree ul.ConnectList {
    padding: 0;
    margin: 0;
    padding-right: 15px
}

.CutomListMenu .tree ul.ConnectList li.parent_li {
    list-style-type: none;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #d0d0d0
}

.CutomListMenu .tree ul.ConnectList li.parent_li a {
    padding: 9px 10px 9px 18px;
    border-bottom: none;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #3d3b3b;
    font-weight: 400;
    position: relative
}

.CutomListMenu .tree ul.ConnectList li.parent_li ul {
    padding-left: 18px
}

.CutomListMenu .tree ul.ConnectList li.parent_li ul li:last-child {
    margin-bottom: 10px
}

.CutomListMenu .tree ul.ConnectList li.parent_li ul li {
    outline: none
}

.CutomListMenu .tree ul.ConnectList li.parent_li ul li a {
    padding: 4px 10px 4px 10px;
    margin: 0;
    transition: .5s;
    box-shadow: none
}

.CutomListMenu .tree ul.ConnectList li.parent_li ul li a span {
    font-size: 15px;
    font-weight: 400;
    color: #3d3b3b;
    padding: 5px 12px;
    border-radius: 4px;
    line-height: 20px;
    display: inline-block;
    font-weight: 400
}

.CutomListMenu .tree ul.ConnectList li.parent_li ul li a:hover span,.CutomListMenu .tree ul.ConnectList li.parent_li ul li.active a span {
    background-color: #33aaef;
    color: #fff
}

.CutomListMenu .tree ul.ConnectList li.parent_li>a:before {
    position: absolute;
    font-family: 'icomoon';
    left: 0;
    top: 8px;
    font-size: 14px
}

.CutomListMenu .tree ul.ConnectList li.parent_li>a[title~=Expand]:before {
    content: "?"
}

.CutomListMenu .tree ul.ConnectList li.parent_li>a[title~=Collapse]:before {
    content: "?"
}

.CutomListMenu .tree ul.ConnectList li.parent_li a i {
    display: inline-block;
    padding: 0 6px 0 0;
    text-decoration: none;
    color: #263238;
    font-size: 14px
}

.panel-info>.panel-heading {
    background-color: #386be8;
    border-color: #386be8
}

.btn-primary {
    background-color: #386be8
}

.fa-ellipsis-h:before {
    content: "\f141" !important;
    padding-right: 5px;
}

.CustomFixed.page-header .page-header-content .heading-elements ul li a.btnCancel {
    background: #f54141;
    font-weight: 600 !important;
}

.mainCustomTable .panel-heading {
    margin-top: 40px;
}

.mainCustomTable .panel-heading,.DesignStudioCustomTable .panel-heading,.DesignStudioCustomTable .panel-heading ,.DesignStudioCustomTable .panel-heading {
    margin-top: 40px;
}

#form2 .CenterToggle .mainCustomTable {
    margin-top: 50px;
}



@media  (min-width:320px) and (max-width:768px)

{

 

 

.navbar-top
{
padding-top:0px !important;
}

.collapse
{
display:block !important;
}


.CustomNavbarStrip .navbar-collapse>ul
{
display:inherit !important;
padding-top:5px;
}

#dvMainContent.content {
    padding: 61px 10px 50px !important;
}

#ifmPortalInfrastturcture
{
    height: calc(100% - 0px) !important;
}

.CustomNavbarStrip .navbar-collapse>ul.nav:nth-child(2) {
    position: absolute;
    margin: 0 0 0 5px;
    top: 5px;
    right: 49px;
}

.navbar-nav .open .dropdown-menu {
    position: absolute;
    float: none;
    width: auto;
    margin-top: 0;
    
    border: 0;
    box-shadow: none;
    top: 33px;
}


.navbar-nav .open .dropdown-menu li
{
 
background-color:white;
 
}

.navbar-right li:nth-child(4)


{display:none !important;}


.sidebar-mobile-main-toggle i
{
display:none !important;
}
.sidebar-mobile-main-toggle 
{
background-image: url(../../images/Process_images/menu-burger.svg);
background-size:24px;
background-repeat:no-repeat;
height:50px;
width:50px;
background-position:center;
}
 

.category-content
{
    height: 100%;
    overflow: auto;
}

#spnUserName
{
color:white;
}

.CustomNavbarStrip .navbar-header
{
background-color:#26263e;
}


}



@media  (min-width:320px) and (max-width:767px)

{

.page-container {
    padding-top: 0;
}
}

@media  (min-width:767px) and (max-width:768px)

{

.page-container {
    padding-top:24px !important;
}
}

@media  (min-width:320px) and (max-width:425px)
{
#spnUserName 
{
display:none;
}
}





#jsPanel-2 .objboxParent{height: 300px !important;overflow-y: scroll !important;overflow-x: hidden !important;}
#jsPanel-2 .nicescroll-cursors{opacity: 0;}













