﻿@font-face {
    font-family: 'Poppins-Regular';
    src: url('Font/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url('Font/Raleway-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica';
    src: url('Font/Helvetica.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('Font/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('Font/Montserrat-Black.ttf') format('truetype');
}
/*@font-face {
    font-family: 'Segoe UI';
    src: url('../segoe-ui-4-cufonfonts-webfont/Segoe UI.woff') format('woff');
}*/
/*@font-face {
    font-family: 'Segoe UI';
    src: url('segoe-ui-4-cufonfonts-webfont/Segoe UI.woff') format('woff');
}*/
/*@font-face {
    font-family: 'Segoe UI';
    src: url('Font/Segoe UI.woff') format('woff');
}*/
@font-face {
    font-family: 'Segoe UI';
    src: url('Font/Segoe UI.woff') format('woff');
}

body {
    font-family: var(--FontFamily) !important; /*Arial !important;*/
    cursor: inherit !important
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.card-content ul li {
    line-height: 21px !important;
}

.card-content ul {
    padding: 2% 0% !important;
    margin-top: -9px !important;
    border: 1px solid #ddd;
    padding-left: 5px !important;
    margin-bottom: 4px !important;
}

.iocltxt {
    text-align: center;
    width: auto;
    margin-top: 0%;
    font-size: 21px;
    margin-left: 1% !important;
    width: 100%;
    text-align: center;
    /*background: linear-gradient(95deg, #d8ebef, #ffffff,#e1e3e3);*/
    /* transition: box-shadow 3s; */
    /* box-shadow: 8px 7px 6px 0px #e8e8e9db, 3px 3px 7px 0px #b7b7b7fa, 14px 8px 7px 0px #e6e3e391; */
}

/*body {
    font-family: Arial !important;
}*/
/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 10px;
    height: 10px; /*7px;*/
    background: #d8d7d670;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 4px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #525965;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #525965;
    }

::-webkit-scrollbar-track {
    background: rgba(57, 55, 55, 0.12);
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}
/*end scrollbar*/
label {
    color: rgb(0,36,92); /*#000;*/
}

.row {
    color: #000;
}

/*dropdown nav*/
.dropdown-submenunav {
    position: relative;
}

    .dropdown-submenunav > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenunav:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenunav > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenunav:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenunav.pull-left {
        float: none;
    }

        .dropdown-submenunav.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

    .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
        right: auto;
        top: auto
    }

    .dropdown-menu.show {
        display: block
    }

.dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.dropdown-menu {
    position: static;
    float: none
}

.dropdown-menu {
    position: absolute
}

.dropdown-menu {
    position: absolute
}
/*end dropdown nav*/


.lineheight23 {
    line-height: 23px;
}

#leftHome i {
    background-color: #fff;
    border-radius: 50%;
    /* padding: 14%; */
    font-size: 19px;
    cursor: pointer;
}

/*.projecttxt {
    background-color: #fff;
    border-radius: 50%;
    padding: 14%;
    font-size: 16px;
    border: 1px solid;
    margin: 33% 0%;
}*/

/*.projecttxt {
    background-color: #fff;
    border-radius: 50%;
    padding: 16%;
    font-size: 16px;
    border: 1px solid;
    margin: 62% 30%;
}*/
.reportttxt {
    color: #3bafda;
    background-color: #fff;
    border-radius: 50%;
    padding: 36%;
    font-size: 18px;
}

.mastertxt {
    color: #37bc9b;
    background-color: #fff;
    border-radius: 50%;
    padding: 36%;
    font-size: 16px;
}

#selLang {
    color: #55595c;
    margin-top: 12%;
    height: 25px;
    border: 1px solid #55595c;
    border-radius: 4px;
    cursor: pointer;
}

.color-lbl {
    margin-top: 5%;
    margin-left: 4%;
}

.field-plus {
    color: #d2aa20;
}

.IOCLlogo {
    height: 51px;
    background-color: #ffffffba;
    margin: 4.4% 0%;
}
/*```````````````````````overall_css_start`````````````````````````*/
.cardbg {
    background-color: dimgray !important;
    color: white !important;
}

.shadowbg {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.ppcard {
    /*background-color:goldenrod !important;*/
    background-color: #d84747;
    color: white !important;
}
/*```````````````````````overall_css_end`````````````````````````*/

@media(max-width:786px) {
    body {
        overflow: auto !important;
    }

    .iocltxt {
        text-align: center;
        margin-top: 0%;
        font-size: 23px;
        margin-left: 1% !important;
        /*width: 20% !important;*/
        text-align: center;
        /*background: linear-gradient(95deg, #d8ebef, #ffffff,#e1e3e3);*/
        transition: box-shadow 3s;
        /*box-shadow: 8px 7px 6px 0px #e8e8e9db, 3px 3px 7px 0px #b7b7b7fa, 14px 8px 7px 0px #e6e3e391;*/
    }

    .header-navbar .navbar-header {
        margin: 0px !important;
    }

    .pdresponsive {
        padding: 0px 15px !important;
    }
}

.pdresponsive {
    padding: 0px 8px 0px 0px !important;
}

.card-body h2 {
    font-family: Arial;
}

#leftHome {
    padding: 5.5% 9%;
    float: left;
    width: 58px;
    cursor: pointer;
}

html, body {
    width: 100%;
    height: 100%;
}

.bg {
    width: 315px;
    height: 23px;
    margin: 0 auto;
    text-indent: 9000px;
}

#bg1 {
    background: url(http://placehold.it/200x300) 0 50% no-repeat;
}

#bg2 {
    background: url(http://placehold.it/200x300) 0 50% no-repeat;
}

#content {
    margin: 0 auto;
    text-align: left;
    border: 1px solid #c7c7c7;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    border-top: 0px;
}

.WorkInProgress {
    padding: 7% 0%;
    font-family: Arial;
    color: #bfc3c6;
}

.GraphTheme1 .k-grid-header, .GraphTheme1 .k-grid .k-grid-header-locked, .GraphTheme1 .k-grid-header {
    background-image: none;
}

.k-grid tr.k-alt {
    background: var(--TableBody); /*rgba(66, 184, 192, 0.13)*/
}

.k-grid .k-grid-filter, .k-grid .k-header-column-menu, .k-grid .k-hierarchy-cell .k-icon {
    color: white
}

.k-grid a, .k-grid button {
    border-radius: 5px;
}

.design-process-section .k-pager-wrap .k-link {
    background: #4395d5;
    margin-left: 3px;
}
/*sidebar*/
#sidebar .secondLevel {
    background: #feffff /*#5983a2*/;
    padding-left: 40px !important;
}

#sidebar .firstLvel {
    background: var(--NewSidebar);
    /*background: #fff !important*/
}

#sidebar .thirdLevel {
    background: #6d9cbe
}

#sidebar .firstLvel {
    font-weight: 700
}

#sidebar ul li a:hover, #sidebar ul li a:active {
    color: white;
    background-color: #4c98d2;
    text-decoration: none;
    background-image: linear-gradient(45deg, #0515122e, #19598780);
}

.project-info div {
    border-right: 0.3px solid #c1c6c9;
    padding: 0px 10px;
    font-size: 13px;
}

.project-info {
    background: #e3e3e3 !important;
    padding: 5px 0px;
    font-size: 14px;
    height: 31px;
    border-top: 0.1px solid #d1d1d1
}

    .project-info span {
    }

.breadcrumbPge {
    background: rgba(228, 219, 219, 0.17);
    margin: 0;
    float: right;
    padding-right: 6px;
    padding-left: 25px;
    padding: 5px 10px;
    padding-left: 25px;
}

ul.breadcrumb1 {
    padding: 4px 16px;
    list-style: none;
    background-color: #eee;
}

    ul.breadcrumb1 li {
        display: inline;
        font-size: /*14px */ var(--FontSize) !important;
        padding: 0px 1px !important;
    }

        ul.breadcrumb1 li + li:before {
            padding: 0px !important;
            color: black;
            content: "/\00a0";
        }

        ul.breadcrumb1 li a {
            color: #1862aa;
            text-decoration: none;
        }

            ul.breadcrumb1 li a:hover {
                /*color: #222425;*/
            }

.breadcrumb1 {
    /*width: 50%;*/
    float: left;
    text-align: left;
    margin-bottom: 0px;
    margin-top: -2px;
}

#sidebar .thirdLevel {
    background: var(--SidebarThirdlvl) /*#feffff*/;
    color: var(--collapsetext) /*#07141f*/;
    padding-left: 45px !important;
    margin-left: 35px;
}

#sidebar .FourthLevel {
    background: var(--SidebarFourthlvl); /*#487fa7*/ /*#7ab7e7*/
    padding-left: 55px !important;
    margin-left: 45px;
}

#sidebar .secondLevel {
    background: /*#feffff*/ var(--SidebarSecondlvl);
    margin-left: 22px
}

#sidebar i.fa.fa-angle-double-right {
    align-self: center;
    margin-right: 5px;
}

#sidebar i.fa.fa-angle-right {
    align-self: center;
    margin-right: 15px;
}

#sidebar .secondLevel i {
    /*margin-left: -5px*/
    /*width: 16px;*/
}

#sidebar.active {
    margin-left: -250px;
}

#sidebarWrapper {
    display: flex;
    align-items: stretch
}

    #sidebarWrapper .table-section {
        width: 100%;
        min-height: calc(100vh - 280px );
    }

#sidebar a[data-toggle='collapse'] {
    position: relative;
}

#sidebarWrapper .table-section {
    padding-left: 5px;
}

#sidebar .dropdown-toggle:after {
    display: block;
    position: absolute;
    top: 44%;
    right: 8px;
    transform: translateY(-50%) rotate(-90deg)
}

#sidebar .dropdown-toggle[aria-expanded=true]::after {
    transform: translateY(-50%) rotate(0deg)
}

#sidebar .sidebar-header {
    padding: 20px;
    background: rgba(0, 0, 0, 0.251);
    position: relative;
}

#sidebar ul.componenets {
    padding: 20px 0;
    padding-top: 0px;
    /*border-bottom: 1px solid #47748b;*/
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a span {
    margin: auto 0px;
    white-space: initial;
}

#sidebar a.dropdown-toggle[aria-expanded="true"], #sidebar ul li.active > a {
    /*background-color: var(--Activesidebar); */
    padding-left: 4px;
}

#sidebar ul li a {
    padding: 5px 5px;
    font-size: var(--GridFont);
    /*    font-size: 15px;*/
    display: block;
    border-bottom: 1px solid #ffffff;
    color: var(--SidebarheaderText) /*#464444*/;
    /* background: linear-gradient(45deg, #fdfdff, #00000030); */
    /*background-color: #16b0e2;*/
    cursor: pointer !important;
    margin: 1px !important;
}

#sidebar ul {
    transition: all 0.3s;
    /*background-color: #889cff*/
}

    #sidebar ul li a:hover, #sidebar .firstLvel.collapsed:hover, #sidebar ul li.active > a:hover
    /*, #sidebar ul li a:focus*/ {
        color: white !important;
        background-color: var(--NavBarlvl) !important;
        text-decoration: none;
        background-image: none
        /*background-image: linear-gradient(45deg, #0515122e, #19598780);*/
    }

    #sidebar ul li.active > a /*, #sidebar a[aria-expanded='true']*/ {
        /*  color: var(--SidebarheaderText);*/
        /* background-color: var(--Activesidebar) !important;*/ /*#1e75be;*/
        border-bottom: 0px solid #4287b7;
        /*background-image: linear-gradient(45deg, #1e75be, #1e75be);*/
        font-weight: 700;
    }

    #sidebar ul ul a {
        font-size: var(--GridFont); /* 15px;*/
        padding-left: 24px !important;
        background: hsla(207, 103%, 43%, 1);
        color: var(--collapsetext) /*#07141f*/;
        border-bottom: 0.02px solid rgba(217, 217, 217, 0.29);
        margin-left: 6px;
        border-left: 0.22px solid;
    }

.designationlbl {
    color: var(--collapsetext) !important;
}

.usernamelbl {
    color: var(--Usernametext) !important;
}

#sidebarWrapper.closeSidebar #sidebarCollapse {
    box-shadow: 5px 4px 4px #0000002b, 2px 2px 4px 0px #2196f38a;
}

#sidebarCollapse {
    padding: 3px 15px;
    border: 0;
    /* border-top-left-radius: 0px; */
    z-index: 1;
    background-color: #46c4eafa;
    color: white;
    box-shadow: none;
    border-radius: 0px;
    box-shadow: aliceblue;
    font-size: 17px;
    /* border-left: 2px solid #2981cb; */
    transition: all ease-in-out 0.2s;
    outline: none;
    /* max-width: 41px; */
    /* line-height: 27px; */
    /* max-height: 30px; */
    border-bottom: 2px solid #69abe1;
    cursor: pointer;
    box-shadow: inset -1px 0px 2px #929aa0f2;
}

#sidebar .openAnchor {
    background-color: #2196F3 !important
}

#sidebarWrapper.closeSidebar #sidebarCollapse {
    left: 0px;
    transition: all ease-in-out 0.2s;
}

#PGTR.dropdown-toggle:after {
    display: none
}

.nav-right-menu-li {
    line-height: 60px
}

.notificationUl {
    left: 0px !important;
    width: 350px;
    top: -5px !important;
    box-shadow: 3px 5px 6px #d1c9c9a6;
}

.dropdown-notification .dropdown-menu-header .notification-tag {
    margin-top: 24px;
    margin-right: 9px;
}

.dropdown-notification .dropdown-header {
    font-size: 19px;
    /* text-align: center; */
    line-height: 50px;
    color: aliceblue;
}

.dropdown-notification .media {
    padding: 0.5rem;
    border: none;
    border-bottom: 1px solid #E6E6E6;
    font-family: Arial;
    line-height: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.dropdown-notification .media-list .media .media-left {
    padding-right: 1rem;
    float: left;
}

.dropdown-notification .notification-text {
    margin-bottom: 0.3rem;
    font-size: 14px !important;
    /* font-family: Arial !important; */
    line-height: 15px;
    color: rgb(92 93 96) !important;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 217px;
    white-space: nowrap;
}

.icon-bg-circle {
    /* color: #FFF; */
    padding: 5px 5px;
    border-radius: 50%;
    font-size: 11px;
}

.media-list {
    max-height: 300px;
    overflow: auto;
    margin-right: 3px;
}

.dropdown-notification .NotificationAnchor {
    font-size: 20px !important;
    /*    padding: 4px 10px 4px 12px !important;
*/ position: relative
}

.NotificationAnchor .badge-up {
    top: 16px;
    font-size: 69%;
    left: 30px;
    padding: 3px 1px;
    width: 20px;
    position: absolute;
    left: 30px;
}

.media-list a:hover {
    text-decoration: none
}

    .media-list a:hover .media {
        background-color: rgba(206, 202, 202, 0.4);
        color: rgb(0,32,96)
    }

.dropdown-menu-header {
    background-color: var(--NavBarlvl); /*var(--Sidebarheader)*/ /*#245e91*/
}


/*.dropdown-notification .NotificationAnchor:hover, .dropdown-notification .NotificationAnchor:focus,
.settingThemeIcon:hover, .settingThemeIcon:focus, .settingThemeIcon:active {
    color: rgb(0,96,32);
    background-color: aliceblue
}*/

.design-process-section .k-header .k-icon {
    color: white;
}

.design-process-section .k-button:active {
    background-color: #308ab5;
}

.dropdown .admin-menu:hover {
    color: rgb(0,32,96)
}

.homefnt {
    font-size: 16px;
    /*color: #f37022 !important;*/
}
/*--------------modal---------------*/
.modal-header {
    background-color: var(--GridHeaderlvl);
    color: white;
}

.modal .modal-title {
    text-align: center
}
/*--------------------Kendo --------------------------*/
#content .k-button {
    border-color: rgba(0,0,0,.08);
    color: #656565;
    background: var(--btnColor); /*#08a4ed*/
    /* background-image: linear-gradient(45deg, rgb(246 246 246 / 33%), rgb(0 0 0 / 15%));*/
    color: white;
    height: 28px;
    border-radius: 5px;
    margin-top: 5px;
    /* padding: 10px;*/
}

.k-grid {
    border-color: rgba(0,0,0,.08);
    color: #656565;
    background-color: transparent !important;
}

.k-grid-content {
    background-color: transparent !important;
}

.k-grid-toolbar {
    background-color: transparent !important;
}

#content .k-filter-row th, #content .k-grid-header th.k-header {
    text-align: center
}

#content .k-grid-header .k-grid-filter, #content .k-grid-header .k-header-column-menu {
    top: 10px;
    color: white;
    border-color: #c5c5c5;
}

    #content .k-grid-header .k-grid-filter:hover, #content .k-grid-header .k-header-column-menu:hover {
        background-color: #ededed47 /*nikhil 6/24/2025*/
    }

    #content .k-grid-header .k-header, #content .k-grid .k-grid-header-locked {
        border-color: #c5c5c5;
        text-transform: none !important
    }

#content .k-grid, #content .k-grid td {
    color: rgba(0, 32, 96, 1);
    font-size: var(--GridFont) !important; /*15px;*/
    /*    border: 0;*/
    border-top: 1px solid #ccc;
}

    #content .k-grid tbody tr.k-state-hover, #content .k-grid tbody tr:hover {
        /* background: var(--GridContent) !important;*/
        color: #2d49e1;
        text-shadow: 0 0 0.02rem #4957fa;
    }

    #content .k-grid tbody tr.k-state-hover, #content .k-grid tbody tr {
        background: #fff;
    }

.k-checkbox {
    border-color: rgba(99, 151, 159, 0.58);
}

#content .k-grid td {
    border-color: rgba(37, 36, 36, 0.15);
    white-space: nowrap;
    width: 100% !important;
    text-overflow: ellipsis;
    overflow: hidden;
    /*padding: 6px 12px;*/
}

#content .k-grid-header th.k-header {
    vertical-align: middle
}

.k-grid-header th.k-header {
    vertical-align: middle;
    white-space: normal !important;
}

#content .k-dropdown .k-dropdown-wrap, #content .k-dropdowntree .k-dropdown-wrap {
    background-color: white;
    background-image: none !important;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: /*1px solid #fbefef !important*/ 1px solid #ced4da !important;
    border-bottom: 2px solid var(--GridHeaderlvl) !important;
    border-radius: 0px 0px 6px 6px;
}

#content .k-grid tbody .k-button {
    min-width: 30px;
    padding: 3px 5px;
    min-height: 30px;
    max-height: 30px;
    max-width: 30px;
}

#content .k-datepicker .k-select,
#content .k-datetimepicker .k-select, #content .k-timepicker .k-select {
    background-color: var(--GridHeaderlvl) !important;
    background: linear-gradient(45deg, #3998ff42, #3998ff42);
    color: var(--TextColorlvl) !important;
}

.k-dropdown .k-dropdown-wrap .k-select, .k-combobox .k-dropdown-wrap .k-select {
    padding: 0;
    width: calc(8px + 1.42857143em);
    color: var(--GridHeaderlvl) !important;
    background-color: white !important;
    background: none;
    /*background-image: linear-gradient(45deg, #04040459, #04040447);*/
}

.k-combobox .k-state-hover .k-select, .k-combobox > :hover .k-select {
    background-color: #3d809d !important;
    background-image: none !important;
}

#content .k-pager-wrap .k-link {
    color: var(--NavBarlvl) !important;
    font-weight: 500;
    border: 1px solid #ccc
}

.k-pager-numbers .k-link.k-state-selected {
    background-color: rgb(71 124 231 / 21%) !important;
}

#content .k-dropdown .k-dropdown-wrap .k-select, #content .k-dropdowntree .k-dropdown-wrap .k-select, #content .k-combobox .k-dropdown-wrap .k-select {
    color: aliceblue;
}

#content .k-radio {
    color: var(--GridHeaderlvl) !important;
    border-color: rgb(0 0 0 / 38%);
    color: #1b87c5;
    background-color: #fff;
}

#content .k-checkbox {
    color: var(--GridHeaderlvl);
    border-color: rgb(0 0 0 / 38%);
    color: #1b87c5;
    background-color: #fff;
}

.k-checkbox:checked:focus {
    border-color: var(--GridHeaderlvl) !important;
    box-shadow: 0 0 0 2px var(--GridContent);
}

#content .k-button-icontext .k-icon {
    margin: 0 0px 0 0px;
    color: #fff;
}

.k-checkbox {
    border-color: rgba(0, 0, 0, 0.29) !important;
}

.DataSectionMain .k-grid-content tr:last-child td, .k-grid-content-locked tr:last-child td {
    border-bottom-width: 1px
}

.DataSectionMain .k-grid-header .k-grid-filter:hover {
    background-color: #676565;
}

.k-dropdown .k-dropdown-wrap .k-select {
    color: white
}

.DataSectionMain .k-combobox .k-select {
    color: white
}

.k-header.k-grid-toolbar {
    padding-right: 50px
}

#content .k-combobox .k-dropdown-wrap .k-clear-value {
    top: 13px
}

.k-filter-menu.k-popup label input[type=radio] {
    margin-right: 5px;
    margin-left: 8px;
}
/*for kendo tooltip arrow*/
#topWrapper .k-tooltip .k-callout-n {
    top: 0px;
    color: #3c3b3b91 !important;
}

#topWrapper .k-animation-container-shown, #topWrapper .k-animation-container > .k-popup {
    box-shadow: 0px 2px 1px 0px rgb(0 0 0 / 8%), 0 3px 9px 0 #6161618f;
}

.k-tooltip .k-callout {
    color: #f1f1f191;
}

#topWrapper .k-tooltip {
    border-color: rgb(255, 255, 255);
    color: #090b1e;
    background-color: rgba(255, 255, 255,0.9);
}

.k-grid input[type=checkbox] {
    width: 15px;
    height: 15px;
    box-sizing: content-box;
}

#content .k-grid-toolbar {
    padding: 0px 8px;
    background-color: #f6f6f6;
}

#content .k-dropdown .k-dropdown-wrap .k-input, #content .k-dropdowntree .k-dropdown-wrap .k-input {
    font-size: var(--FontSize);
}

.k-calendar-container span.k-icon {
    color: #0f314f !important;
}

/*#content .k-widget.k-datepicker.k-input {
    width: auto !important
}*/


.k-multiselect .k-multiselect-wrap {
    overflow-y: auto;
    overflow-x: hidden;
    height: 30px;
    max-height: 60px;
}

    .k-multiselect .k-multiselect-wrap li.k-button {
        padding: 0px 20px 0 6px;
        height: 20px !important;
    }

#content .k-combobox .k-state-hover .k-select, #content .k-combobox > :hover .k-select {
    background-color: var(--SidebarThirdlvl);
    background-image: none;
}

.k-column-menu .k-header .k-icon {
    color: #14395e !important
}

#content .k-edit-cell input[type=checkbox] {
    margin-left: 0;
}

#content .k-grid .k-edit-cell, #content .k-grid .k-grid-edit-row td {
    padding: 8px 12px
}

.k-ct-popup.k-popup.k-group.k-reset.k-state-border-up {
    display: block !important
}
/*--------------------Kendo End--------------------------*/
#sidebarWrapper.closeSidebar .k-grid {
    width: 100% !important
}

.Global.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 26px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.Global .on {
    top: 17%;
    left: 17%;
    display: block
}

.slider:before {
    left: 3px
}

#refineryconten {
    /*max-width: calc(100% - 50px) !important;*/
    width: 100%;
    animation: none;
}

.closeSidebar #refineryconten {
    max-width: 100% !important
}

#content th.k-group-cell.k-header {
    border: 0;
}

.k-grid-content {
    height: calc(100% - 50px)
}

.ExpandedScreen #globalmenuID,
.ExpandedScreen #topbar, .ExpandedScreen #projectwiseID {
    display: none;
}

.ExpandedScreen #sidebar {
    max-height: calc(100vh - 30px) !important;
    min-height: calc(100vh - 30px) !important;
}

#layoutNav {
    background-image: var(--bgImage);
    box-shadow: 1px 2px 12px 0px #b7b7b778
}

.epmsLogo {
    border-radius: 4px;
    /* box-shadow: inset 0 0 3px black; */
    /*background-image: radial-gradient(#ffffff8a, rgba(42, 88, 221, 0.42));*/
}

input.search-inputnew::placeholder {
    color: #7d7a7a;
}

.menuBtn a {
    font-size: 21px;
    font-weight: bold;
    /*color: aliceblue;*/
    text-decoration: none;
    line-height: 68px;
    cursor: pointer;
    text-decoration: none !important
}

/*.menuBtn.MenuShow {
    background-color: rgba(163, 248, 240, 0.28);
}*/

/*.menuBtn:hover {
    background-color: rgba(56, 56, 57, 0.21);
}*/
.menuBtn.MenuShow a {
    background-color: var(--NavBarlvl) !important /*#1c8bb9*/;
    color: white !important;
}

#mySidenav a {
    position: fixed;
    right: -70px;
    transition: 0.3s;
    padding: 15px 19px 15px 9px;
    width: 100px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
    top: 16%;
    z-index: 9;
    background: #35e0d8;
    left: auto;
    border-radius: 10px 0px 0px 10px;
    box-shadow: -2px 4px 2px #dcd8d8;
}

    #mySidenav a:hover {
        right: 200px;
    }


.ProjectInfo {
    position: absolute;
    height: 500px;
    background: #43b0a6;
    top: 0px;
    width: 297px;
    border-radius: 3px 0px 0px 8px;
}

.projectNameInfoLi {
}

.projectNameInfo {
    font-size: 15px
}

.ui-theme-settings.settings-open {
    transform: translate(0);
    right: 0;
}

.AMTui-theme-settings.settings-open {
    transform: translate(0);
    right: 0;
}

.NCRui-theme-settings.settings-open {
    transform: translate(0);
    right: 0;
}

.CMui-theme-settings.settings-open {
    transform: translate(0);
    right: 0;
}

.PCui-theme-settings.settings-open {
    transform: translate(0);
    right: 0;
}

.ui-theme-settings {
    position: fixed;
    z-index: 999;
    right: -30px;
    top: 0;
    height: 100vh;
    transform: translate(500px);
    transition: all .2s;
    box-shadow: -0.46875rem 0 2.1875rem rgba(4,9,20,0.03), -0.9375rem 0 1.40625rem rgba(4,9,20,0.03), -0.25rem 0 0.53125rem rgba(4,9,20,0.05), -0.125rem 0 0.1875rem rgba(4,9,20,0.03);
}

    .ui-theme-settings .theme-settings__inner {
        background: #fff;
        width: 310px;
        height: 87vh;
        padding: 0;
    }

    .ui-theme-settings .btn-open-options {
        border-radius: 7px 0px 0px 7px;
        position: absolute;
        left: -73px;
        top: 17%;
        padding: 0;
        height: 50px;
        line-height: 53px;
        width: 43px;
        text-align: center;
        display: block;
        /* box-shadow: 0 0.46875rem 1rem rgba(4, 9, 20, 0.23); */
    }


    .ui-theme-settings.settings-open .btn-open-options {
        left: -39px;
        /*border-right: 3px solid #2090a9;*/
    }


.ui-theme-settings {
    position: fixed;
    right: -30px;
    top: 70px;
    height: 87vh;
    transform: translate(310px);
    transition: all .2s;
    box-shadow: -0.46875rem 0 2.1875rem rgba(4,9,20,0.03), -0.9375rem 0 1.40625rem rgba(4,9,20,0.03), -0.25rem 0 0.53125rem rgba(4,9,20,0.05), -0.125rem 0 0.1875rem rgba(4,9,20,0.03);
}


    .ui-theme-settings .themeoptions-heading {
        font-size: 1.2rem;
        color: #ffffff;
        margin: 0;
        background: #3b83dc; /*#afafaf;*/
        padding: .75rem 1.5rem;
        border-bottom: #dee2e6 solid 1px;
        border-top: #dee2e6 solid 1px;
        display: flex;
        align-items: center;
        align-content: center;
        font-weight: 600;
        letter-spacing: 1.4px;
        font-size: 18px;
        font-weight: 700;
        padding-left: 8px;
    }


.projectUl {
    padding: 5px;
}

.projectSpan {
    display: block;
    width: max-content;
    padding: 1px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: aliceblue;
    color: #1e8890;
    margin-left: 6px;
}

.projectLi {
    margin-top: 5px
}

.projectLabel {
    border: 1px solid rgba(204, 204, 204, 0.19);
    padding: 12px;
    width: 100%;
    margin-top: -10px;
    padding-top: 11px;
    z-index: 0;
}

.projectSubSection {
    height: 90%;
    overflow: auto
}

.k-grid-header th.k-with-icon .k-link {
    color: white;
}

.progress80 {
    background: linear-gradient(90deg, rgb(64, 237, 86) 80%, transparent 20%)
}

.progress60 {
    background: linear-gradient(90deg, rgb(64, 237, 86) 60%, transparent 40%)
}

.progress40 {
    background: -webkit-linear-gradient(180deg,transparent 60%,rgb(64, 237, 86) 40%)
}

.progress20 {
    background: -webkit-linear-gradient(180deg,transparent 80%,rgb(64, 237, 86) 20%)
}

.breadcrumb li a:after {
    content: '';
    position: absolute;
    top: 0px;
    right: -12px;
    width: 34px;
    height: 34px;
    transform: scale(0.69) rotate(45deg);
    z-index: 1;
    border-radius: 0 5px 0 50px;
    background: var(--breadcrumb-theme-2);
    transition: background 0.5s;
    box-shadow: 2px -2px 0 2px #25bd31, 7px -2px 0 2px #abb2ab75;
    background-color: #cbccc9;
}

.activeMenuSection {
    background-color: var(--Activesidebar); /*#20cce3;*/
    /*color: #0e3a60 !important;*/
}


.navbar .menu a span {
    font-size: 17px;
    vertical-align: text-bottom;
    margin-left: 10px;
}

a.CloseMenuOption {
    color: whitesmoke;
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 19px
}

/*.menuBtn {
    background-color: rgba(247, 247, 247, 0.55);
}*/


/*-------------------------------Mega Menu----------------------------------------*/
.close-menu {
    border: 1px solid #8bbefa;
    color: #8bbefa;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 13px;
    text-align: center;
    top: 7px;
    width: 30px;
    z-index: 9999;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
}

span.txt-close {
    bottom: -20px;
    color: #8bbefa;
    font-size: 12px;
    left: 20%;
    line-height: normal;
    position: absolute;
    white-space: nowrap;
    width: 66px;
    margin-left: -33px;
}

.close-menu i {
    font-size: 110%;
}

.close-menu:hover {
    color: #FFF;
    border: 1px solid #fff;
}

.menu-col {
    /*width: 33%;*/
    border-right: 0px solid #dadada;
    /*float: left;*/
    padding: 5px 12px;
    position: relative;
    z-index: 1000;
}

    .menu-col ul li {
        padding: 5px 0px;
        list-style: none
    }

    .menu-col ul > li.FirstLevelLiMenu > a:before {
        content: '\2022';
        /* width: 2rem; */
        margin-right: 7px;
        /* height: 2rem; */
        font-size: 25px;
    }

    .menu-col ul li ul li {
        color: #fff !important;
        list-style: inside none;
        /*background: url(images/nav-blt.png) no-repeat 0px 9px;*/
        padding: 5px 0 5px 15px;
    }

.secondLevelUlMenu > li a:before {
    content: '-';
    margin-right: 5px;
}

.menu-col li a {
    font-size: 120%;
    font-weight: 700;
    color: var(--MenuTextlvl) !important;
    display: inline-block;
    text-decoration: none;
}

.menu-col ul li.no-link > a {
    color: #8bbefa;
    cursor: default;
}

    .menu-col ul li.no-link > a:hover {
        color: #8bbefa !important;
    }

.menu-col ul li a:hover,
.menu-col ul li.active a {
    color: #fff;
}

.menu-col ul li ul {
    padding: 0%;
    border-left: 0px solid #905f1c;
    margin: 3px 0 5px 0;
    padding: 0px 0px 0px 5px;
}

    .menu-col ul li ul li a:hover {
        color: #FFA423 !important;
    }

    .menu-col ul li ul li a {
        font-size: 106%;
        color: #fff !important;
        font-weight: 400;
    }

.menu-col ul li.current_page_item a {
    color: #FFA423;
}

.main-menu {
    float: left;
    position: relative;
}

    .main-menu a.toggle-nav-bar {
        color: #fff;
        margin-top: 3px;
        display: inline-block;
    }

        .main-menu a.toggle-nav-bar span {
            display: inline-block;
            float: left;
            font-size: 120%;
            text-transform: uppercase;
            font-weight: 600;
            margin-right: 12px;
        }

        .main-menu a.toggle-nav-bar i {
            float: left;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            font-size: 121%;
            height: 18px;
        }

.ui-theme-settings .btn-primary {
    color: #2f3686;
    background: var(--bgTransparent); /*rgba(130, 211, 250, 0.5294117647058824);*/
    border-color: #6d70d8;
    box-shadow: -2px 0px #08317bd6;
}




/* ---------------------------------- */



.point {
    background-color: #8accf294;
    color: #000;
    width: 35px;
    border-radius: 40%;
    text-align: center;
    margin-right: 5px;
    padding: 3px;
    margin-left: 5px;
}
/*Floating ICON CSS*/
.sticky-container {
    padding: 0;
    margin: 0;
    position: relative;
    right: -48px;
    top: 26%;
    width: auto;
    z-index: 98
    /* z-index: 88888;*/
}

.sticky > li {
    list-style-type: none;
    background: var(--SidebarSecondlvl); /*var(--bgTransparent)*/ /*rgba(81, 212, 255, 0.83);*/
    color: rgb(239,239,239);
    /* height: 61px; */
    padding: 3px 10px;
    margin: 0px 13px 1px;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    padding-left: 5px;
    box-shadow: -3px 3px 4px #00000061;
    border-radius: 5px;
    width: 280px;
}

.chatcss {
    font-size: 27px;
    text-align: center;
    top: 3%;
    margin-top: 14%;
    color: #fff;
}

.chathover:hover {
    margin-left: 0px !important;
}

.socialIcons {
    width: 43px;
    height: 43px;
    float: left;
    margin: 0 -4px;
    /* margin: 4px; */
    position: absolute;
    left: -45px;
    /*background-image: linear-gradient(45deg, #16b0e2, #1e75be);*/
    background-color: #f7805a;
    border-radius: 50%;
    z-index: 999;
    box-shadow: 0px 3px 4px #2f323354, 4px 3px 6px #8d909275, inset 2px -3px 4px #24252654;
    /*    animation-delay: 2s*/
}

#icon_Loc::before {
    background-position: -5px -364px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f3c5";
    color: #ffffff;
    font-size: 24px;
    margin: 0px 8px 0px 12px;
    line-height: 41px;
}

#icon_Name::before {
    background-position: -20px -399px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f540";
    color: #fefeff;
    font-size: 21px;
    margin: 0px 11px 0px 12px;
    line-height: 41px;
}

#icon_Cost::before {
    background-position: -20px -399px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f156";
    color: #fbfbfb;
    font-size: 22px;
    margin: 0px 6px 0px 14px;
    line-height: 42px;
}

.sticky > li > p {
    padding: 3px;
    margin: 0px;
    line-height: 16px;
    font-size: 13px;
}

    .sticky > li > p > a {
        text-decoration: none;
        color: rgb(58, 59, 60);
        cursor: pointer;
        font-weight: 700;
        background: #71706e2e;
        padding: 5px 7px;
    }

.sticky > li:hover {
    margin-left: -273px;
}

.input-group-w {
    margin-top: 6px;
    width: 85%;
}


.socialIcons {
    /*background: lightblue url('/Logo/EPC Logo.png') no-repeat;*/
    /*background: lightblue url('../Images/Logo/EPC Logo.png') no-repeat;*/
    background: var(--Sidebar);
    background-position: 44%;
    background-size: 34px;
    background-repeat: no-repeat;
    box-shadow: 0 0 black;
}

.sticky .input-group.input-group-w img {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    margin-left: 5px;
    /* background-color: white; */
    box-shadow: inset -1px -1px 3px #a29b9b;
    border-radius: 50%;
}

.socialIcons:hover, .socialIcons#icon_EPC:hover {
    background-color: var(--Sidebar); /*#5382ebf2*/
}

.ui-theme-settings .btn-primary:hover {
    background: var(--TableHeader); /* rgb(130, 211, 250)*/
}

.addbx {
    float: right;
    width: 80px;
    background-color: #e74c3c;
    margin-right: 4.1%;
    color: #fff;
    margin-bottom: 0.4%;
    border-radius: 6px;
    padding: 1px 13px;
    font-family: arial;
    cursor: pointer;
}

.icadd {
    FLOAT: LEFT;
    margin-top: 11%;
    font-size: 12px;
    margin-right: 10%;
}

.productBox {
    display: block;
    border-radius: 5px
}

    .productBox:hover {
        background-color: rgb(28 247 253 / 35%); /*rgba(0, 0, 0, 0.091);*/
    }

.nav-megamenu {
}

    .nav-megamenu li {
        font-size: 16px;
        line-height: 80px;
        line-height: 31px;
        font-weight: 600;
    }

#epcPromanTab.usefullLink i {
    font-size: 25px
}

.disabled {
    opacity: 0.5;
    cursor: default !important;
}

    .disabled:active {
        pointer-events: none;
    }

.editButtonGrid, .editButtonGrid.k-button {
    font-size: 8px;
    padding: 0px;
    height: 28px !important;
    width: 40px;
}

.rightshortmenu {
    color: #fff !important;
}

.smallGrid .k-grid-content.k-auto-scrollable {
    max-height: 300px !important;
    height: auto !important
}

#Risk_Report .k-widget.k-editor.k-editor-widget {
    height: auto !important;
}

/*Notification*/
.alert {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    z-index: 999999 !important
}

.alert-danger {
    background-color: #ff3547;
    color: white;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

.alert-success {
    color: white;
    background-color: #00c851;
    border-width: 0px;
}

.alert-warning {
    color: white;
    background-color: #eda515;
    border: 0px;
}

.alert-info {
    color: white;
    background-color: #33b5e5;
    border: 0px;
}

.alert [data-notify="icon"] {
    margin-right: 8px;
    font-size: 16px;
}

.bootbox.modal .btn {
    margin: 1px 5px;
    padding: 4px 12px;
    font-size: 13px;
    float: right
}

.bootbox.modal .modal-body {
    padding: 20px
}

.bootbox .modal-footer {
    float: right;
    display: initial;
}
/*Notification End*/
.searchbx {
    background-color: #fff;
    padding: 6px 13px;
}

.searchtxt {
    border: none;
    /* float: left; */
    padding: 0px 0px 0px 0px;
    width: 59%;
}

    .searchtxt:focus {
        outline: none !important
    }

.serchicon {
    color: #b3b1b1;
}

.editButtonGrid, .editButtonGrid.k-button {
    font-size: 8px;
    padding: 0px !important;
    height: 25px;
    width: 40px !important
}

.lihide {
    display: none
}

.mini-sidebar.active.pinnedSidebar .user-info {
    display: none
}

.user-info-li {
    /*background-color: #eee;*/
    padding: 6px 0px;
    border-bottom: 3px solid #dadada;
    /* margin: 0px 7px; */
    /* margin-bottom: 1px;*/
}

#sidebar .user-info-img img {
    margin: 0;
    width: 35px;
    border-radius: 50%;
    box-shadow: none;
    border: 3px solid white;
    height: 35px;
}

#sidebar .user-info-li h6 {
    font-weight: 700
}

#sidebar ul li.user-info-li a:hover {
    background-color: transparent !important
}

.Toolbarbutton {
    opacity: inherit;
    z-index: 9;
    cursor: pointer !important;
    pointer-events: inherit !important;
}
/*.pinnedSidebarBody #RenderSection {
    max-width: calc(100vw - 230px);
    min-width: calc(100vw - 225px)
}

.pinnedSidebarBody.mini-sidebar-body #RenderSection {
    max-width: calc(100vw - 60px);
    min-width: calc(100vw - 58px)
}*/
.mainLayoutDiv {
    width: 100vw
}

.leftcontent i.fa.fa-bars {
    float: left
}

.pinIcon {
    cursor: pointer;
    width: 15px !important;
    transition: 0.5s;
    color: var(--Activemenu) !important;
    text-shadow: 1px 1px #520637;
}

    .pinIcon:hover {
        color: #d49705 !important
    }

#UNpinSidebar i {
    transform: rotate( 50deg );
    text-shadow: 0px 2px 0px #8818ef, 0px 2px 10px #1e3ed8
}

.editboxshadow {
    box-shadow: 2px 2px #23306b;
    animation: Editbuton-Animation 1s infinite;
    /* right:3px !important*/
}

@-webkit-keyframes Editbuton-Animation {
    0%, 49% {
        background-color: #d3e3fd;
        color: white
    }

    50%, 100% {
        background-color: #a8c4f3;
        color: white
    }
}

.Clickeditbtn {
    float: right;
    background-color: #5a5858;
    color: #fff;
    padding: 4px 14px;
    border-radius: 4px;
    width: auto;
    opacity: 1
}

    .Clickeditbtn p::after {
        content: "";
        position: absolute;
        margin-left: 12px;
        border-left: 10px solid #5a5858;
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
    }
/*.ClickeditbtnTheme {
    float: right;
    background-color: #5a5858;
    color: #fff;
    padding: 4px 14px;
    border-radius: 4px;
    width: auto;
    opacity: 1;
    position: absolute;
    line-height: 25px;
    margin-left: -30px;
}

    .ClickeditbtnTheme p::after {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -15px;
        bottom: 33px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #555 transparent;
    }*/
.text-danger {
    font-weight: bold;
}

.startdatefooter {
    background: #a9330b !important;
    padding: 5px 8px;
    line-height: 0.3;
    font-weight: normal;
    font-size: 13px;
}

.Enddatefooter {
    background-color: #a9330b !important;
}

.freesechedulerF {
    padding: 8px 11px;
    line-height: 0.4;
    margin-top: 4px !important;
    font-weight: normal;
    font-size: 13px;
    border: 1px solid #a3a3a3;
}

.jFFotter {
    background-color: #cbe01c !important;
    padding: 5px 8px;
    line-height: 0.3;
    font-weight: normal;
    font-size: 13px;
}

.jsfooter {
    background-color: #a9330b !important;
}

.chnagepswdwdth {
    width: 96%;
    max-width: 59%;
    top: 10%;
}

.secondLevelUlMenu > li a:before, .secondLevelUlMenu > li div:before {
    content: '-';
    margin-right: 5px;
}

.videohgt {
    height: 80vh !important
}

.modalwdth {
    width: 96%;
    max-width: 90%;
    top: 0%;
}

.cursornotallwed {
    cursor: not-allowed;
}
/*todolistcss*/
/*.todolisthgt {
    overflow-y: auto;
    max-height: 69vh;
}*/

.todolisthgt::-webkit-scrollbar {
    width: 6px;
}

.k-dropdowntree .k-multiselect-wrap .k-button, .k-multiselect .k-multiselect-wrap .k-button {
    padding: 0px 20px 0 6px !important;
    height: 20px !important;
}

.k-dropdowntree .k-multiselect-wrap, .k-multiselect .k-multiselect-wrap {
    overflow-y: auto !important;
}

.k-popup-dropdowntree {
    min-width: 300px !important;
    width: 300px !important
}

    .k-popup-dropdowntree .k-treeview .k-group {
        border-radius: 4px;
        padding: 10px 0px;
        border: 1px solid #afe8e8;
    }

    .k-popup-dropdowntree .k-check-all {
        background-color: #a7dbf4;
        padding: 8px 9px !important;
        border-radius: 4px;
    }

.k-button {
    background: var(--GridHeaderlvl) !important;
    color: #fff !important
}
/*Todolistcommentcss*/
#ul2 {
    color: silver
}

.delete {
    color: lightcoral;
    content: "\e697";
    font-family: 'WebComponentsIcons';
    font-size: 19px;
    padding: 4px 6px;
    margin-top: -7px;
    float: right;
    border-radius: 50%;
    cursor: pointer
}

.Edittask {
    color: green;
    content: "\e697";
    font-family: 'WebComponentsIcons';
    font-size: 19px;
    padding: 4px 6px;
    margin-top: -7px;
    float: right;
    border-radius: 50%;
    cursor: pointer
}

.taskcontent {
    height: 96px;
    padding: 0px 5px;
    border-radius: 2px;
    overflow-y: auto;
    border: 1px solid #e5dfdf;
    margin-bottom: 8px;
}

.createtask input {
    color: gray;
    border: 1px solid #a0a3a3;
    width: 100%;
    outline: none;
    padding: 4px 9px;
    border-radius: 4px;
    float: left;
    margin-bottom: 5px;
}

.createtask li input::-webkit-input-placeholder {
    color: #545151c7
}

.taskcontent li {
    list-style-type: none;
    border: 1px solid #dbd7d7;
    border-radius: 4px;
    margin-top: 2%;
    padding: 4px 10px;
    text-align: left;
    font-weight: 500;
    box-shadow: 1px 3px 7px 0px #b7b7b778;
    cursor: pointer
}

.todolistcreatehgt {
    max-height: calc(100% - 142px);
    overflow-y: auto;
}

.ExistingTabhgt {
    max-height: calc(100% - 79px);
}

.taskcontent::-webkit-scrollbar {
    width: 6px;
}

.commentbg {
    background-color: #d7d4d4b8;
}
/*uploadtodolistcss*/
.uploadicon i {
    font-size: 29px;
    color: #a7a6a6;
}

.uploadcontent {
    height: 21vh;
}

.Orglogobx {
    height: 67px;
    position: relative;
}

    .Orglogobx img {
        height: 100%;
        width: 100%;
        border: 1px solid #d7dce0;
    }

.Todouploadbx {
    font-size: 16px;
    position: absolute;
    color: #bdb8b8;
    margin-top: -58px;
    text-align: center;
    width: 100%;
}

.search-bar {
    position: fixed;
    top: -100px;
    left: 0;
    z-index: 9999999;
    width: 100%;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    display: flex;
    box-shadow: 0 0 3px 2px #6f6d6da1, 0 0 19px 6px #a9a8a8a1
}

.search-icon, .close-search {
    margin-right: -46px;
    z-index: 9;
    align-self: center;
    color: #b4b5b5;
    padding: 3px 6px;
    font-size: 12px;
    border-radius: 50%;
    transition: background 0.35s ease-in-out,box-shadow 0.35s ease-in-out;
    cursor: pointer;
    margin-top: 5px;
}

    .search-icon:hover, .search-icon:active, .search-icon:focus,
    .close-search:hover, .close-search:active, .close-search:focus {
        box-shadow: inset 0 0 17px 16px #efefef, 0 0 2px 6px #e0e0e0a3;
        color: hsl(0, 0%, 65%);
    }

.close-search {
    margin: 0;
    margin-left: -26px;
}

.search-bar.open {
    top: 0px;
}

.search-bar input[type="text"] {
    width: 100%;
    padding: 9px 3px 12px 13px;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 13px;
    height: 65px !important;
}

.search-bar.open input#txtSearch {
    border: 3PX SOLID #9cc6ef;
    font-weight: 500;
    border-width: 0px 0px 0px 4px;
    font-size: 20px;
}

div#RenderSection.NLP-Search-Open:after {
    background: rgba(0, 0, 0, 0.31);
    position: fixed;
    content: '';
    top: 50px;
    height: 100vh;
    width: 100vw;
    left: 0;
    z-index: 99;
}

#txtSearch.sugdivOpen {
    border-radius: 0
}

.textareamic {
    top: 42px !important;
    margin-right: -15px;
}

.TextAreaheight {
    resize: none;
    overflow: auto;
    min-height: 50px;
    max-height: 64px;
}
/*<!--Fancybox changes-->*/
.fancybox-inner {
    max-height: 153vh;
    height: 98vh !important;
}
/*<!--Fancybox changes-->*/
.commentshadow {
    list-style-type: none;
    border: 1px solid #dbd7d7;
    border-radius: 4px;
    margin-top: 2%;
    padding: 4px 10px;
    text-align: left;
    font-weight: 500;
    box-shadow: 1px 3px 7px 0px #b7b7b778;
    cursor: pointer;
}

.tododelete {
    float: right;
    color: lightcoral;
    font-size: 16px;
    margin: 3px 5px 0px 3px;
}

.todoviewbtn {
    color: #0b8943
}

.agencyname {
    width: 63%;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.viewcontent {
    width: 21%;
    float: right;
}

.gridcontent {
    border: 0px !important;
}

    .gridcontent td.table-cell {
        padding: 0px;
    }

    .gridcontent .k-grid-content {
        overflow: hidden;
    }

    .gridcontent.k-grid tbody tr:hover {
        background-color: transparent;
    }

.IssuedateGlobal .k-datepicker {
    height: 30px;
}

.k-lock {
    display: none !important
}

.k-unlock {
    display: none !important
}
/*.columnone {
    width: 30%;
}*/
/*#ddlWorksheet {
    width: 35%;
}*/
.zindexx {
    z-index: 9999 !important;
}
/*--StatusCSS--*/
[name="Open"] {
    background-color: #ff8c0066 !important;
    background: linear-gradient( 135deg, rgb(234 169 23 / 19%) 0%, rgb(234 230 96 / 35%) 100%);
    /*color: darkorange;*/
}

    [name="Open"] .completionTodo, [name="InProgress"] .completionTodo, [name="Closed"] .completionTodo {
        padding-left: 0px !important;
        background-color: transparent !important;
    }

[name="InProgress"] {
    background-color: #98d0f1 !important;
    background: linear-gradient( 135deg, rgb(17 200 229 / 51%) 0%, rgb(136 255 222 / 35%) 100%);
    /*  color: cornflowerblue;*/
}

[name="Closed"] {
    /*color: forestgreen;*/
    background-color: #98f59fcc !important;
    background: linear-gradient( 135deg, rgb(15 207 74 / 60%) 0%, rgb(85 241 20 / 22%) 100%);
}
/*--StatusCSS--*/
.OpenStaus {
    background-color: #ff8c0066 !important;
}

.InProgressStaus {
    background-color: #98d0f1 !important;
}

.ClosedStaus {
    background-color: #98f59fcc !important;
}

.k-filterable .k-filter-menu .k-filter-menu-container .k-select .k-icon {
    color: #fff !important
}
/*#txtusername1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 133px;
    float: left !important;
}*/
@media(max-width:1024px) {
    .changepswdbody {
        padding: 8px !important;
    }
}

@media(max-width:996px) {
    #HelpDiv {
        margin-left: 17px !important;
    }

    .Indexdropdown {
        display: inline !important;
        margin-left: 0px !important;
    }

    .orgcolor {
        display: none
    }

    .videohgt {
        height: auto !important
    }

    .dropdown-notification .notification-text {
        white-space: inherit !important;
    }

    .longname {
        white-space: inherit !important;
    }
}

@media screen and (max-width: 768px) and (min-width: 200px ) {
    .changepswdmodal {
        height: unset
    }

    .changepswdbody {
        height: auto !important;
        padding: 8px !important;
    }

    .Editprofilebody {
        height: auto !important;
        padding: 8px !important;
    }
}

@media(max-width:414px) {
    .fancybox-opened {
        width: 100% !important;
    }
    /* #ddlWorksheet {
        width: 90%;
    }*/
    .fancybox-inner {
        position: absolute !important;
        width: 100% !important;
    }

    .tutmodal {
        height: auto !important
    }


    .modalwdth {
        max-width: 96%;
    }

    .chnagepswdwdth {
        max-width: 98%;
    }

    .Editprofilebody {
        height: 70vh !important;
    }

    .Indexdropdown .dropdown-menu a {
        color: #18205f !important;
        border-bottom: 1px solid #dee2e6 !important;
        padding: 0px 8px;
        width: 340px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .helpModalBX {
        right: auto;
        left: -11px;
        height: 37vh;
        overflow-y: auto;
        width: 351px !important;
    }
}

@media only screen and (max-device-width:750px) and (orientation:landscape) {
    .changepswdbody {
        height: 42vh !important;
    }

    #TutModalVideo .modal-body {
        height: 60vh;
    }

    .tutmodal {
        height: 60vh !important
    }

    .Editprofilebody {
        height: 42vh !important;
    }

    .Indexdropdown {
        display: initial !important;
        margin-left: 9px;
    }

    .helpModalBX {
        position: fixed;
        top: 6%;
        width: 83%;
        left: 0%;
        margin: 0px auto;
        z-index: 9999;
        height: 45vh;
        overflow: auto;
    }

    .HelpFileBG {
        z-index: 999;
        background-color: #4e4e4d7a;
        opacity: inherit !important;
        width: 100%;
        position: fixed;
        height: 100%;
        margin-left: -16px;
        margin-bottom: -13px;
        height: 100%;
    }
}
