﻿/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/


/*Custom button css form small buttons starts*/
.k-button-kendo-custom {
    border-radius: 4px;
    height: 30px;
    border-color: #c3c3c8;
    color: #515967;
    background-color: #f3f3f4;
    background-position: 50% 50%;
    background-image: url(textures/highlight.png);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 100%);
    margin: 0;
    padding: 4px 8px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    background-repeat: repeat-x;
    font: inherit;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
}

    .k-button-kendo-custom:focus, .k-button-kendo-custom:hover {
        background-color: #9ea8b9 !important;
        color: #263248;
        border-color: #bebec3;
        background-color: #9ea8b9;
        background-image: url(textures/highlight.png);
        background-image: none,linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 100%);
        text-decoration: none;
        outline: 0;
    }
/*Custom button css form small buttons ends*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    line-height: normal;
}

.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select {
    max-width: 500px;
}*/

.fa-fa-edit-custom {
    font-size: 20px;
    color: black;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .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-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > 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-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.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;
        }
/* #region custom Kendo UI styles */
#configure {
    display: none;
}

.k-panelbar .k-content {
    padding: 20px;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}

/* #endregion */


.bgimg {
    background-image: url('../Images/logo.jpg');
    width: 108px;
    height: 75px;
    background-size: contain;
}

.navbar.navbar-8 .navbar-toggler-icon {
    background-image: url(https://mdbootstrap.com/img/svg/hamburger4.svg?color=1729B0);
}

.bg-light {
    background-image: linear-gradient(to right, white, #8c0f0fb5);
}

.navbar-nav .nav-link {
    color: dimgrey;
}

.col-md-6.col-sm-12.dashboard-noleftpadding {
    padding-left: 0px !important;
}

.dashboard-noleftpadding .panel.purple .panel-heading {
    border-bottom: 0px;
}

.dashboard-head {
    display: block;
    color: #1a1d21;
    font-size: 20px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-left: 5px;
}

.a-metrics {
    border-bottom: 1px solid #e3e3e3;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.online-users {
    border: 1px solid #e3e3e3;
    margin-top: 10px;
}

.a-metrics span:first-child {
    color: #1a1d21;
    font-size: 16px;
}

.account-metrics {
    border: 1px solid #e3e3e3;
    margin-top: 10px;
    float: left;
}

.acounts img {
    padding: 10px 0px;
    position: relative;
    width: 100%;
    left: -5px;
}

.ac-number {
    position: absolute;
    top: 10px;
    left: 35px;
    width: 97%;
    color: #fff;
    font-size: 45px;
}

.ac-text {
    position: absolute;
    top: 60px;
    left: 35px;
    width: 97%;
    color: #fff;
    font-size: 25px;
}

.view-details {
    position: absolute;
    bottom: 6%;
    left: 36%;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

    .view-details:hover img {
        transform: translateX(4px);
    }

    .view-details:hover {
        color: #fff;
        text-decoration: none;
    }

    .view-details img {
        width: 27px;
        padding-left: 11px;
        transition: all 0.2s ease-in-out;
    }

.details-view {
    color: #414c59;
    font-size: 14px;
    float: right;
}

    .details-view a {
        color: #262a28;
    }

.CountTiles {
    height: 125px;
    margin: 5px 1px 5px 1px;
    border-radius: 10px;
}

.CountTemplateBackground {
    background-image: linear-gradient(45deg, #6e928070, #adadad) !important;
}

.CountEventsBackground {
    background-image: linear-gradient(45deg, #afd4d8f0, #adadad) !important;
}

.CountUsersBackground {
    background-image: linear-gradient(45deg, #d8afaf, #adadad) !important;
}

.CountMappingBackground {
    background-image: linear-gradient(45deg, #a8b161bd, #adadad) !important;
}

.removeMargin {
    margin: 0 !important;
}

.CenterImage {
    margin-top: 10px !important;
    display: block;
    text-align: center;
}

/*.container-fluid {
    width: 99% !important;
}*/

/*.btn-primary, .k-primary {
    background-image: linear-gradient(45deg, #af8e8e, #6f6666) !important;
    background-color: #6f6666;
    border: none;
}*/

/*.k-checkbox:checked + .k-checkbox-label:before {
    border-color: #8c0f0fb5;
    background-color: #8c0f0fb5;
}

.k-checkbox:checked + .k-checkbox-label:before {
    border-color: #8c0f0fb5;
    background-color: #8c0f0fb5;
}

.k-radio:checked + .k-radio-label:before {
    background-color: #8c0f0fb5;
    border-color: transparent;
    box-shadow: inset 0 0 1px 0 #8c0f0fb5;
}*/

/* Menu Item Hover */
.navbar-nav .nav-link {
    color: dimgrey;
}

/*.nav.navbar-nav li a:hover {
    color: white;
    background-color: #bc7676;
}*/

.nav.navbar-nav li a:hover {
    color: #6F6F6F;
    text-decoration: none;
    background-color: #F2F2F2;
}

#Locations.k-treelist .k-grid-content {
    max-height: 250px !important;
}


/*.k-pager-numbers .k-state-selected, .k-pager-numbers .k-state-selected:hover {
    background-color: #8c0f0f8f;
    border-color: #8c0f0f8f;
}

.k-pager-wrap .k-link, .k-pager-wrap .k-pager-nav {
    color: #8c0f0fb5;
}*/
.context-loc-input {
    display: inline-block;
    position: relative;
    border: none;
    /*padding: 10px 10px 10px 10px;*/
    /*margin-top: 3px;*/
    /*background-color: #ca1616 !important;*/
    color: #ffffff;
    font-size: 14px;
    min-width: 40%;
    right: -54%;
    overflow: visible;
    vertical-align: middle;
    width: 53%;
    border-bottom: 1px solid #fff !important;
    border-left: 0px;
    padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 5px;
    margin-top: 14px;
    background-color: transparent;
    cursor: pointer;
    vertical-align: middle;
    outline: none;
}

.top-adjust {
}

.clsCustomWindow {
    top: 150px !important;
    transform: translateY(-50%) !important;
    position: fixed !important;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    background-color: #fff;
    padding-top: 46px;
    min-width: 90px;
    min-height: 50px;
    width: 35%;
    height: 90px;
    display: block;
    left: 0px;
    z-index: 10003;
    opacity: 1;
}

#ContextLocations-list input {
    max-width: 100% !important;
    width: 100% !important;
}

.LocationDropDown.k-dropdown {
    margin-top: 10px;
    width: 97% !important;
    border: 0;
    padding: 5px;
    color: #fff;
    min-width: 360px;
    border: none !important;
    background-color: #ffffff !important;
}

.LocationDropDown .k-dropdown-wrap span.k-input {
    height: 53px;
    margin-top: -20px;
}

.LocationDropDown .k-dropdown-wrap .k-select {
    min-height: 18px;
}

    .LocationDropDown .k-dropdown-wrap .k-select .k-icon {
        background: url(../Images/sprite.png) -32px -1px no-repeat;
        display: block;
        height: 32px;
        width: 32px;
        margin-right: -13px;
    }


.LocationDropDown .k-dropdown-wrap .k-icon:before {
    content: "";
}

.location-icon {
    position: relative;
    color: #7a7a7a;
    top: -2px;
    width: 80%;
}

    .location-icon .location-icon-place {
        background: url(../Content/images/sprite.png) no-repeat;
        top: 15px;
        position: absolute;
        right: -7%;
        background-position: -135px 0px;
        width: 30px;
        height: 29px;
    }

.Franchise, .StoreToAccount {
    margin-left: 30px;
}

.Store {
    margin-left: 50px;
}

.k-window-titlebar {
    background-color: #ececec !important;
    border: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    /*display: block;*/
}

.dialog-button-width {
    width: 80px;
}

.fa-2x-LessFont {
    font-size: 1.75em !important;
    vertical-align: middle !important;
    /*margin-left: 5px;*/
}

#loadingDiv.spinner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 10000000;
    overflow: auto;
    cursor: wait;
    background: rgba(199, 197, 197, 0.84) url('/Content/kendo/2020.1.219/Bootstrap/loading.gif') 50% 50% no-repeat;
    /*display:none;*/
}


.main-menu:hover, nav.main-menu.expanded {
    /*width: 250px;*/
    width: 277px;
    overflow: visible;
}

.main-menu {
    background: #fefefe;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    top: 63px;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 60px;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1,1);
    z-index: 1500;
    overflow-x: hidden !important;
}

.main-menu {
    min-height: 89vh;
    float: left;
    min-width: 55px;
    /*max-width: 250px;*/
    max-width: 277px;
    color: #fff;
    transition: all 0.3s;
    overflow-x: hidden !important;
}

    /*.main-menu > ul {
        margin: 7px 0;
    }*/

    .main-menu li {
        position: relative;
        display: block;
        width: 275px;
    }

        .main-menu li > a {
            position: relative;
            display: table;
            border-collapse: collapse;
            border-spacing: 0;
            color: white;
            font-family: arial;
            font-size: 14px;
            text-decoration: none;
            -webkit-transform: translateZ(0) scale(1,1);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
        }

    .main-menu .nav-icon {
        position: relative;
        display: table-cell;
        width: 60px;
        height: 36px;
        text-align: center;
        vertical-align: middle;
        font-size: 18px;
    }

    .main-menu .nav-text {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 275px;
        font-family: 'Titillium Web', sans-serif;
    }

    .main-menu > ul.logout {
        position: absolute;
        left: 0;
        bottom: 0;
    }

.container-fluid {
    width: 99% !important;
    padding-left: 75px;
}

.nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 253px;
}

.main-menu.active {
    margin-left: -250px;
}

.main-menu .main-menu-header {
    padding: 20px;
    background: #a0160e;
}

/*.main-menu ul.components {
    padding: 5px 0;
    border-bottom: 1px solid #47748b;
}*/

.main-menu ul p {
    color: #fff;
    padding: 10px;
}

.main-menu ul li a {
    padding: 8px 7px;
    font-size: 1em;
    display: block;
    color: #575C62;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: none;
}
.main-menu:hover ul li a {
    padding: 4px 7px;
    font-size: 1em;
    display: block;
    color: #575C62;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: none;
}

#admin li a {
    padding: 14px 7px;
    font-size: 1em;
    display: block;
    color: #575C62;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: none;
}


    .main-menu ul li a:hover, .main-menu ul.list-unstyled components > li.activeMenu > span.nav-text, .main-menu > ul > li.activeMenu > .nav-text > a {
        color: #fff !important;
        background: #ee3124;
        text-decoration: none;
        width: 94%;
        border-radius: 30px;
    }


        .main-menu ul li a:hover i.dashboard-color, .main-menua:hover ul li.activeMenu i.dashboard-color {
            background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
            background-position: -237px -97px;
            height: 100%;
        }

        .main-menu ul li a:hover i.configure-tasks-black, .main-menu:hover ul a.activeMenu i.configure-tasks-black {
            background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
            background-position: -279px -4px;
            height: 100%;
        }

        .main-menu ul li a:hover i.leftmenu-foodcheck-black, .main-menu:hover ul li.activeMenu i.leftmenu-foodcheck-black {
            background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
            background-position: -148px -56px;
            height: 100%;
        }

        .main-menu ul li a:hover i.crrAction-black, .main-menu:hover ul li.activeMenu i.crrAction-black {
            background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
            background-position: -146px -5px;
            height: 100%;
        }

/*        .main-menu ul li a:hover i.leftmenu-foodcheck-black, .main-menu ul li.activeMenu i.leftmenu-foodcheck-icon-black {
            background: url('../Content/images/tm_leftmenu_foodcheck_white.png') 7px no-repeat;
        }*/

/*        .main-menu ul li a:hover i.status-black, .main-menu ul li.activeMenu i.status-black {
            background: url('../Content/images/tm_leftmenu_sprite.png') no-repeat;
            background-position: -135px -2423px;
        }*/

        .main-menu ul li a:hover i.scheduling-black, .main-menu:hover ul li.activeMenu i.scheduling-black {
            background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
            background-position: -140px -148px;
            height: 100%;
        }

        .main-menu ul li a:hover i.health-utility-black, .main-menu:hover ul li.activeMenu i.health-utility-black {
            background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
            background-position: -103px -5px;
            height: 100%;
        }
        .main-menu ul li a:hover i.utility-black, .main-menu:hover ul li.activeMenu i.utility-black {
            /*background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
            background-position: -189px -149px;
            height: 100%;*/
            background: url('../Content/images/quickedit-white.svg') no-repeat;
            height: 100%;
            margin-left: 8px;
        }

        .main-menu ul li a:hover i.appsettings-black, .main-menu:hover ul li.activeMenu i.appsettings-black {
            background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
            background-position: -118px -238px;
            height: 100%;
        }
        .main-menu ul li a:hover i.import-export-black, .main-menu:hover ul li.activeMenu i.import-export-black {
            background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
            background-position: -4px -52px;
            height: 100%;
        }

        .main-menu ul li a:hover i.reports-black, .main-menu:hover ul li.activeMenu i.reports-black {
            background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
            background-position: -41px -239px;
            height: 100%;
        }

        .main-menu ul li a:hover i.store-users-black, .main-menu:hover ul li.activeMenu i.store-users-black {
            background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
            background-position: -50px -101px;
            height: 100%;
        }

        .main-menu ul li a:hover i.more-black, .main-menu:hover ul li.activeMenu i.more-black {
            background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
            background-position: -96px -147px;
            height: 100%;
        }
        .main-menu ul li a:hover i.audit-black, .main-menu:hover ul li.activeMenu i.audit-black {
            background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
            background-position: -2px -101px;
            height: 100%;
        }

        .main-menu ul li a:hover i.apps-black, .main-menu ul li.activeMenu i.apps-black {
            background: url('../Content/images/mc_tv_leftmenu_sprite.png') no-repeat;
            background-position: -135px -2829px;
        }

        .main-menu ul li a:hover i.dashboard-black, .main-menu ul li.activeMenu i.dashboard-black {
            background: url('../Content/images/mc_tv_leftmenu_sprite.png') no-repeat;
            background-position: -4px -118px;
        }

        .main-menu ul li a:hover i.screens-black, .main-menu ul li.activeMenu i.screens-black {
            background: url('../Content/images/mc_tv_leftmenu_sprite.png') no-repeat;
            background-position: -4px -420px;
        }

        .main-menu ul li a:hover i.playlist-black, .main-menu ul li.activeMenu i.playlist-black {
            background: url('../Content/images/mc_tv_leftmenu_sprite.png') no-repeat;
            background-position: -4px -344px;
        }

        .main-menu ul li a:hover i.media-black, .main-menu ul li.activeMenu i.media-black {
            background: url('../Content/images/mc_tv_leftmenu_sprite.png') no-repeat;
            background-position: -4px -270px;
        }

        .main-menu ul li a:hover i.templates-black, .main-menu ul li.activeMenu i.templates-black {
            background: url('../Content/images/mc_tv_leftmenu_sprite.png') no-repeat;
            background-position: -4px -498px;
        }

        .main-menu ul li a:hover i.links-black, .main-menu ul li.activeMenu i.links-black {
            background: url('../Content/images/mc_tv_leftmenu_sprite.png') no-repeat;
            background-position: -4px -155px;
        }

.main-menu ul li.activeMenu a {
    background: none !important;
    padding: 8px 7px;
}

.main-menu ul a.activeMenu {
    padding: 8px 7px;
}

.main-menu:hover ul li.activeMenu a {
    background: none !important;
    padding: 4px 7px;
}

.main-menu:hover ul a.activeMenu {
    padding: 4px 7px;
}

.main-menu:hover ul li.activeMenu a {
    background: #ee3124 !important;
}

.main-menu:hover ul li a.activeMenu {
    background: #ee3124 !important;
    color: #fff !important;
    text-decoration: none;
    width: 94%;
    border-radius: 30px;
}

.main-menu ul li.activeMenu .icon-container, .main-menu ul a.activeMenu .icon-container {
    background: #ee3124;
    width: 38px;
    height: 38px;
    border-radius: 100%;
}

.main-menu:hover ul li.activeMenu .icon-container, .main-menu:hover ul a .icon-container, .main-menu:hover ul li .icon-container, .main-menu:hover ul a.activeMenu .icon-container {
    background: none;
    width: 38px;
    height: 38px;
    border-radius: 100%;
}

.main-menu ul li .icon-page-text {
    margin: 2% 0 0 2%;
}

.main-menu ul li#admin .icon-page-text {
    margin: 2% 0 0 6%;
}
.main-menu:hover ul li#admin .icon-page-text {
    margin: 5% 0 0 8%;
}

.main-menu:hover ul li .icon-page-text {
    margin: 5% 0 0 8%;
}

.main-menu:hover ul li a:hover {
    padding: 4px 7px;
}

.main-menu ul li.activeMenu i.dashboard-color {
    background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
    background-position: -237px -97px;
    height: 100%;
}
.main-menu ul a.activeMenu i.configure-tasks-black {
    background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
    background-position: -279px -4px;
    height: 100%;
}

.main-menu ul li.activeMenu i.leftmenu-foodcheck-black {
    background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
    background-position: -148px -54px;
    height: 100%;
}

.main-menu ul li.activeMenu i.crrAction-black {
    background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
    background-position: -146px -5px;
    height: 100%;
}

.main-menu ul li.activeMenu i.scheduling-black {
    background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
    background-position: -140px -148px;
    height: 100%;
}

.main-menu ul li.activeMenu i.health-utility-black {
    background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
    background-position: -103px -5px;
    height: 100%;
}

.main-menu ul li.activeMenu i.utility-black {
    /*background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
    background-position: -189px -149px;
    height: 100%;*/
    background: url('../Content/images/quickedit-white.svg') no-repeat;
    height: 100%;
    margin-top: 6px;
}

.main-menu ul li.activeMenu i.appsettings-black {
    background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
    background-position: -118px -238px;
    height: 100%;
}

.main-menu ul li.activeMenu i.import-export-black {
    background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
    background-position: -4px -52px;
    height: 100%;
}

.main-menu ul li.activeMenu i.reports-black {
    background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
    background-position: -41px -239px;
    height: 100%;
}

.main-menu ul li.activeMenu i.store-users-black {
    background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
    background-position: -50px -101px;
    height: 100%;
}

.main-menu ul li.activeMenu i.more-black {
    background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
    background-position: -96px -147px;
    height: 100%;
}

.main-menu ul li.activeMenu i.audit-black {
    background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
    background-position: -2px -101px;
    height: 100%;
}

#ConfigureTaskMainMenu::after {
    display: none !important; 
}

    .custom-arrow::after {
        content: "\25BC" !important; 
        margin-left: 25%;
        padding-left: 10px;
        font-size: 10px;
    }

.main-menu:hover ul li a i{
    margin-top:3px;
}
.main-menu:hover ul li.activeMenu i, .main-menu:hover ul a.activeMenu i {
    margin: 0px !important;
}

.main-menu:hover ul li.activeMenu i.utility-black, .main-menu:hover ul a.activeMenu i.utility-black {
    margin-left: 8px !important;
    margin-top: 8px !important;
}

.main-menu ul li.active > .nav-text > a {
    color: #fff !important;
    background: #1e77bb;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

.main-menu ul li a i {
    margin-right: 20px;
    padding-left: 5px;
    margin-bottom: -10px;
}

.menu-word-break {
    word-break: break-word;
    display:flex;
}

.main-menu li.activeMenu, .main-menu #admin:has(a.activeMenu) {
    padding: 2px 0 2px 0;
}
/*.btn-primary {
    color: #fff;
    background-color: #1E77BB;
    border-color: #1E77BB;
}*/
.row-mar-over {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.bgimg {
    background-image: url('../Content/images/Process-designer-header.svg');
    width: 100%;
    height: 63px;
    background-size: cover;
    background-repeat: repeat-x;
}

.header-bg-img-height {
    height: 63px !important;
    width: 100%;
}

img#lightDrpUserPicMenu {
    /*margin: 25px auto;*/
    display: block;
   /* margin: 18px;*/
    margin-left: 3px;
    background: #FFF;
    border: 4px solid #FFF;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.3) !important;
    width: 50px;
    height: 45px;
    border-radius: 50% !important;
    transition: all 0.15s ease-in-out;
}

.left-nav-user-width {
    overflow-wrap: break-word;
    max-width: 200px;
    max-height: 80px;
}

.left-nav-bg-color {
    position: relative !important;
    background-color: #edecec;
    border-bottom: 3px solid #ababaa;
}


    .left-nav-bg-color .arrow {
        right: -5px;
        position: absolute;
        top: 21px;
    }

.dashboard-color, .dashboard-white, .scheduling-white, .scheduling-black, .appsettings-white,
.appsettings-black, .crrAction-black, .crrAction-white, .more-white, .more-black, .audit-white, .audit-black,
.configure-tasks-white, .configure-tasks-black, .status-black, .status-white, .leftmenu-foodcheck-white, .leftmenu-foodcheck-black,
.training-black, .training-white, .store-users-black, .store-users-white, .health-utility-black, .health-utility-white, .utility-black, .utility-white, 
.import-export-black, .import-export-white , .reports-black, .reports-white
{
    display: inline-block;
    background: url('../Content/images/mcx_leftmenu_sprite.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.status-black {
    background-position: -133px -2355px;
    width: 35px;
    height: 30px;
    margin-bottom: -24px;
}

.status-white {
    background-position: -42px -2423px;
    width: 35px;
    height: 30px;
    margin-bottom: -24px;
}

.training-black {
    background-position: -135px -2760px;
    width: 35px;
    height: 30px;
    margin-bottom: -24px;
}
/*.leftmenu-foodcheck-black {
    width: 35px;
    height: 30px;
    background: url(../Content/images/tm_leftmenu_foodcheck_black.png) 6px no-repeat;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}*/


.training-white {
    background-position: -135px -2829px;
    width: 35px;
    height: 30px;
    margin-bottom: -24px;
}

.configure-tasks-white {
    background-position: -5px -102px;
    width: 37px;
    height: 30px;
    margin-bottom: -24px;
}

.configure-tasks-black {
    background-position: -236px -146px;
    width: 37px;
    height: 30px;
    margin-bottom: -24px;
}

.leftmenu-foodcheck-white {
    background-position: -6px -194px;
    width: 37px;
    height: 30px;
    margin-bottom: -24px;
}

.leftmenu-foodcheck-black {
    background-position: -191px -10px;
    width: 37px;
    height: 30px;
    margin-bottom: -24px;
}

.health-utility-black {
    background-position: -54px -54px;
    width: 33px;
    height: 32px;
    margin-bottom: -23px;
}

.health-utility-white {
    background-position: -8px -748px;
    width: 35px;
    height: 30px;
    margin-bottom: -15px;
}

.utility-black {
    /*background-position: -191px -101px;
    width: 33px;
    height: 30px;
    margin-bottom: -23px;*/
    width: 26px;
    height: 26px;
    background: url(../Content/images/Quickedit-black-red.svg) no-repeat;
    margin-left: 8px;
}

.utility-white {
    /*background-position: -5px -332px;
    width: 35px;
    height: 30px;
    margin-bottom: -15px;*/
    width: 26px;
    height: 26px;
    background: url(../Content/images/Quickedit-white.svg) no-repeat;
    margin-left: 8px;
}

.import-export-black {
    background-position: -53px -8px;
    width: 33px;
    height: 30px;
    margin-bottom: -23px;
}

.import-export-white {
    background-position: -5px -843px;
    width: 35px;
    height: 30px;
    margin-bottom: -15px;
}

.reports-black {
    background-position: -1px -241px;
    width: 33px;
    height: 30px;
    margin-bottom: -23px;
}

.reports-white {
    background-position: -2px -608px;
    width: 35px;
    height: 30px;
    margin-bottom: -15px;
}

/*.utility-white {
    width: 35px;
    height: 30px;
    background: url(../Content/images/Utility-White.png) 6px no-repeat;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.utility-black {
    width: 35px;
    height: 30px;
    background: url(../Content/images/Utility-Black.png) 6px no-repeat;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}
*/
.dashboard-color {
    background-position: -237px -54px;
    width: 35px;
    height: 30px;
    margin-bottom: -25px;
}

.import-export {
    width: 35px;
    height: 30px;
    margin-bottom: -25px;
    display: inline-block;
    background: url('../Content/images/mc_leftmenu_sprite.png') no-repeat;
    background-position: -135px -862px;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.reports {
    width: 35px;
    height: 30px;
    margin-bottom: -25px;
    display: inline-block;
    background: url('../Content/images/mc_leftmenu_sprite.png') no-repeat;
    background-position: -181px -2530px;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.dashboard-white {
    background-position: -5px -240px;
    width: 35px;
    height: 30px;
}

.store-users-black {
    background-position: -5px -8px;
    width: 35px;
    height: 30px;
    margin-bottom: -21px;
}

.store-users-white {
    background-position: -7px -470px;
    width: 35px;
    height: 30px;
    margin-bottom: -8px;
}

.scheduling-white {
    background-position: -4px -424px;
    width: 35px;
    height: 30px;
    margin-bottom: -24px;
}

.scheduling-black {
    background-position: -1px -148px;
    width: 35px;
    height: 32px;
    margin-bottom: -24px;
}

.appsettings-white {
    background-position: 1px -10px;
    width: 35px;
    height: 30px;
    margin-bottom: -24px;
}

.appsettings-black {
    background-position: -81px -240px;
    width: 35px;
    height: 32px;
    margin-bottom: -20px;
}
.crrAction-black {
    background-position: -237px -7px;
    width: 35px;
    height: 30px;
    margin-bottom: -20px;
}
.crrAction-white {
    background-position: -133px -1608px;
    width: 35px;
    height: 30px;
    margin-bottom: -20px;
}

.k-state-selected {
    color: #000 !important;
    background-color: #e2e2e6 !important;
    border-color: #bdc4d1 !important;
}

.more-black {
    background-position: -193px -52px;
    width: 35px;
    height: 30px;
    margin-bottom: -20px;
}

.more-white {
    background-position: -42px -180px;
    width: 35px;
    height: 30px;
    margin-bottom: -24px;
}

.audit-black {
    background-position: -145px -100px;
    width: 35px;
    height: 30px;
    margin-bottom: -20px;
}

.audit-white {
    background-position: -134px -455px;
    width: 35px;
    height: 30px;
    margin-bottom: -24px;
}
/*.k-alt {
    background-color: #e2e2e6 !important;
}*/

.k-primary {
    color: #000 !important;
    border-color: #B9BFCC !important;
    background-color: #B9BFCC !important;
}

.btndel a.k-button {
    position: relative;
    top: 5px;
    z-index: 9;
    float: right;
    right: 5px;
}

/*Login*/
.login-bg {
    /* background: #fff;
    display: table;
    table-layout: fixed;*/
    width: 100%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    /* background-position: center;*/
    background-size: cover;
    background-image: url('../Content/images/MenuChex-Background_960x540.png');
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.login-wrap {
    display: table-cell;
    vertical-align: middle;
    position: static;
   /* padding-top: 20px;*/
}

.login-content {
    top: 20%;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    height: 100%;
    /*width: 25%;*/
    /*position: relative;
	top: 50%;
	left: 50%;*/
    /*margin: -180px 0px 0px -150px;*/
}

/*.myLoginBorder {
    width: 500px;
    height: 450px;
    position: absolute;
    top: 55%;
    left: 50%;
    margin: -260px 0px 0px -260px;
    border-radius: 20px !important;
    background-image: linear-gradient(#e3e4f1, #f1c0c0eb, #ffffffdb);
}*/
.loginBorder {
    width: 25%;
    height: 100%;
    position: relative;
    float: right;
    margin-bottom: auto;
    margin-top: auto;
    display: block;
    background-image: linear-gradient(#ffffffdb, #e9ecef, #ffffffdb);
}

.login-content h1 {
    margin-top: 0px;
}

.login-logo {
    margin: auto;
    width: 70%;
    display: block;
    /*text-indent: -9999px;
	position: relative;
	left: 50%;
	margin-left: -89.5px;*/
    margin-bottom: 35px;
}

h1 .login-logo img {
    width: 190px;
    display: block;
    text-indent: -9999px;
    position: relative;
    left: 50%;
    margin-left: -90.5px;
    margin-bottom: 10px;
}

form[name="login"] > div.input-field input {
    border: 1px solid #dbdbdb;
    padding: 10px 10px 10px 40px;
    background: #fff;
    height: 20px;
    margin-top: 10px;
    width: 198px;
    font-size: 15px;
    color: #444;
}

#loginForm input#UserName, #loginForm input#Password {
    /*  background: #fff;
    border-radius: 3px !important;*/
    background: transparent;
    border: none;
    border-bottom: 1px solid #00000038;
}

.email-wrap {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.password-wrap {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.user-email-icon {
    background: url("../Content/images/sprite.png") no-repeat scroll -469px -43px transparent;
    float: left;
    height: 30px;
    left: 23px;
    position: absolute;
    top: 3px;
    width: 40px;
}

.user-pwd-icon {
    background: url("../Content/images/sprite.png") no-repeat scroll -469px -85px transparent;
    float: left;
    height: 30px;
    left: 19px;
    position: absolute;
    top: 1px;
    width: 40px;
}

#loginForm input[type="submit"] {
    background: #ee3124;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 10px;
    border: none;
    color: #fff;
   /* width: 300px;*/
    cursor: pointer;
    transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -webkit-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
}

    #loginForm input[type="submit"]:hover {
        background: rgb(223, 37, 37);
    }

    #loginForm input[type="submit"]:focus {
        box-shadow:none
    }

#loginForm .forgot-pwd {
    text-align: center;
}

    #loginForm .forgot-pwd a {
        color: #ee3124;
        text-decoration: underline;
        font-size: 13px;
        display: inline-block;
    }

        #loginForm .forgot-pwd a:hover {
            text-decoration: none;
        }

.form-control {
    padding: 10px;
    height: 8px;
    width: 80%;
    color: #101c24;
    border-color: #babcbe;
}

#loginForm .form-control {
    padding-left: 40px;
    width: 300px;
    height: 40px;
}

.radio, .checkbox {
    padding-left: 0px;
}

.form-control:focus {
    border-color: #babcbe !important;
    box-shadow: 0px 0px 0px 0px #000 !important;
}

.login-back {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    background-image: url('../Content/images/MenuCommand-Background-1920x1080.jpg');
}

.DaymarkDashboardLogo img {
    width: 100px;
    display: block;
    text-indent: -9999px;
    position: relative;
    left: 50%;
    margin-left: -49.5px;
    margin-bottom: 10px;
    padding: 20px 0px 0px 0px;
}

.card-body {
    padding: 0px !important;
}

.k-grid tr:hover {
    background: none;
}

.k-grid tr.k-alt:hover {
    background: none;
}
.user-info {
    border: 2px solid #80808030 !important;
    border-radius: 5px;
    padding: 3px;
    margin-left: 3%;
    vertical-align:top;
}
.scorestyle {
    display:inline-block;
    margin-right: 3% !important;
}
#userscorecardlist .k-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px ;
    margin: 2%;
}
.usernamestyle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
    display: inline-block;
    cursor:pointer;
}
.k-card-body.progress {
    background-color: white;
    height: 40px !important;
    border-left: 10px solid transparent; 
    display:block;
}

    .k-card-body.progress.green {
        background-color: white;
        height: 40px !important;
        border-left-color: #059669;
    }

    .k-card-body.progress.blue {
        background-color: white;
        height: 40px !important;
        border-left-color: blue;
    }

    .k-card-body.progress.orange {
        background-color: white;
        height: 40px !important;
        border-left-color: #FBBF24;
    }


    .k-card-body.progress.red {
        background-color: white;
        height: 40px !important;
        border-left-color: #EE3124;
    }
.historyTrackicon {
    width: 35px;
    height: 40px;
    display: block;
    background: url(/Content/images/DashBoard/History_track.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    float:left;
    margin-top:-1%;
}
.historyTrack{
    padding:1% 9% !important;
}
.taskOverallicon {
    width: 40px;
    height: 40px;
    display: block;
    background: url(/Content/images/DashBoard/Task_Overall.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    margin-top: -1%;
}

.taskOverall {
    padding: 1% 9% !important;
}
.userScorecardicon {
    width: 40px;
    height: 40px;
    display: block;
    background: url(/Content/images/DashBoard/User_Scorecard.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    margin-top: -1%;
}

.userScorecard {
    Padding:1% 0% 2% 10% !important
}
.taskTypeicon {
    width: 40px;
    height: 40px;
    display: block;
    background: url(/Content/images/DashBoard/Task_type.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    margin-top: -1%;
}

.taskType {
    padding: 1% 10% !important;
}
.taskTypeGraph {
    /*padding: 10% 4% !important;*/
}
.hovedropdown {
    position: relative;
    display: inline-block;
}

.hovedropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    width: auto;
    min-width: 115px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    text-align: end;
}

    .hovedropdown-content a {
        color: black;
        padding: 5px 15px;
        text-decoration: none;
        display: block;
        cursor: pointer;
    }

        .hovedropdown-content a:hover {
            background-color: #f1f1f1;
        }

.hovedropdown:hover .hovedropdown-content {
    display: block;
}

.hovedropdown:hover .hovedropbtn {
    transform: rotate(90deg);
    content: url('../Content/images/hoverddlIconcolor2.jpg');
}
.hovedropbtn {
    margin-top: -13%;
    border: none;
    cursor: pointer;
    height: 30px;
    width: 30px;
    transition: transform 0.3s linear;
}

.hovedropdown {
    position: relative;
    display: inline-block;
}


/*.k-panelbar .k-tabstrip > .k-content, .k-tabstrip > .k-content {
    position: static;
    border-style: solid;
    border-width: 0.2px;
    margin: 0 .286em .3em;
    padding: .92em;
    zoom: 1;
}

.k-tabstrip {
    margin: 0;
    padding: 0;
    zoom: 1;
    background-color: transparent !important;
    background-image: none !important;
    position: relative;
}

.k-tabstrip-items {
    padding: 0.3em 0.3em 5px;
}

.k-tabstrip-top > .k-tabstrip-items .k-state-active {
    border-bottom-width: 1px;
    padding-bottom: 0;
}

.k-tabstrip-top > .k-tabstrip-items .k-item {
    margin: 0 -1px 0 0;
}

.k-tabstrip-items .k-state-active {
    border-bottom: 4px solid #28323c !important;
    border-radius: 0 !important;
    border-bottom: 1px !important;
}

.k-tabstrip-top > .k-tabstrip-items .k-state-active {
    border-bottom: 2px solid #28323c !important;
}

.k-tabstrip-items .k-state-default {
    border-color: none !important;
}

.k-tabstrip-items .k-item {
    background-image: url(textures/highlight.png);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
    background-color: white !important;
}

.k-tabstrip-items .k-state-active, .k-tabstrip-items .k-tab-on-top {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.k-state-active {
    background-color: #fff;
    color: #535b6a;
}

.k-state-default {
    border-color: none !important;
}

.k-tabstrip-items .k-item {
    list-style-type: none;
    position: inherit;
    border-style: solid;
    border-width: 1px;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    padding: 0;
    vertical-align: top;
}

.k-widget {
    border-style: solid;
    border-width: 0.1px;
    border-top: none !important;
    -webkit-appearance: none;
    border-color: #ceced2;
}*/
.k-widget.k-tooltip-validation {
    width: 287px;
    margin-top: 1px;
}

.save-cancel {
    float: right;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 15px;
}

.show-location-top {
    top: 75px !important;
}

.default-video {
    width: 280px;
    border-radius: 4px !important;
    padding: 4px;
    position: absolute;
    z-index: 99999;
    margin-top: 10px;
}

.video-tabstrip {
    margin-top: -13px;
    text-align: right;
    border-top: none !important;
    padding-top: 0px;
}

#video-tab {
    margin-left: 35%;
    margin-top: 10px;
    border-bottom: none !important;
}

.video-tabstrip #tabstrip-recipe ul li.k-state-active, .video-tabstrip #tabstrip-recipe ul li.k-state-active .k-link {
    color: #fff !important;
    background: #1f3442 !important;
    display: inline-block;
    border-bottom-width: 0;
    padding: .5em .92em;
}

.k-tabstrip-items .k-link {
    display: inline-block;
    border-bottom-width: 0;
    padding: .5em 1.2em;
}

.k-tabstrip-items .k-state-default.k-state-active .k-link {
    display: inline-block;
    border-bottom-width: 0;
    padding: .2em 1.2em;
}


.video-tabstrip #tabstrip-recipe ul li:last-child, .video-tabstrip #tabstrip-training ul li:last-child {
    border: 1px solid #a7a8ac;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    padding: 5px;
}

.video-popup div.k-window-content, .instruction-popup div.k-window-content, .replace-popup div.k-window-content {
    padding: 0;
    overflow-x: hidden;
    outline: 0;
}

.video-popup-style {
    margin-top: 20px;
    margin-right: 47px;
}

.youtube-icon-video {
    position: relative;
    bottom: -5px;
    color: red;
    right: 0px;
    margin: 0px 5px;
    font-size: 28px;
}

/*.video-popup {
    width: 400px !important;
}*/

.video-popup {
    width: 35% !important;
    margin: auto;
    max-height: 90% !important;
    position: absolute;
    left: 35% !important;
}

.replace-popup {
    width: 50% !important;
    margin: auto;
    max-height: 90% !important;
    position: absolute;
    left: 25% !important;
}


/*.video-popup-add {
    width: 28% !important;
    margin: auto;
    height: 400px;
    position: absolute;
    left: 37% !important;
}*/

.instruction-popup {
    width: 70% !important;
    margin: auto;
    max-height: 90% !important;
    position: absolute;
    left: 20% !important;
}

div.k-window {
    top: 50% !important;
    transform: translateY(-50%) !important;
    position: fixed !important;
}


.instruction-container {
    /*height: 330px;*/
    overflow: auto;
    width: 100%;
    float: left;
}

.k-tabstrip-items .k-state-default .k-link, .k-panelbar > li.k-state-default > .k-link {
    /*color: #202b31 !important;*/
    color: #515967 !important
}

.video-tabstrip #tabstrip-recipe ul li.k-state-active, .video-tabstrip #tabstrip-recipe ul li.k-state-active .k-link, .k-grid .k-button, .bulk-edit-btns .k-button, .item-videos .k-button,
.video-tabstrip #tabstrip-training ul li.k-state-active, .video-tabstrip #tabstrip-training ul li.k-state-active .k-link, .k-tabstrip-items .k-state-default .k-link, .k-panelbar > li.k-state-default > .k-link {
    /* font-size: 12px !important;*/
    font-size: inherit !important;
}

.content-items {
    margin-top: 15px;
    border: 1px solid #e5e6ea;
    width: 100%;
}

.sub-head-recipe {
    color: #414c59;
    font-size: 16px;
}

.video-tabstrip #tabstrip-recipe ul li.k-state-active, .video-tabstrip #tabstrip-recipe ul li.k-state-active .k-link,
.video-tabstrip #tabstrip-training ul li.k-state-active, .video-tabstrip #tabstrip-training ul li.k-state-active .k-link {
    color: #fff !important;
    background: #1f3442 !important;
}

.k-reset k-tabstrip-items {
    width: 100%;
}

.sub-head {
    font-size: 16px;
    font-weight: 700;
    padding-top: 8px;
}

.video-content {
    width: 97.8% !important;
    margin-left: 10px !important;
}

.demo-section {
    margin-top: 61px;
    margin-right: -7px;
    margin-left: -15px;
}

.wide-button {
    padding: 7px 37px;
}

.instruction-content .k-pager-wrap {
    border: none;
}

/*.demo-section-list-view .k-pager-numbers .k-state-selected {
            height: auto !important;
        }*/

.demo-section-list-view ul li span.k-state-selected {
    /*border-top: 2px solid #ff757b !important;*/
}

/*#video-youtube ul li:last-child {
    border: 1px solid #a7a8ac;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 0px !important;
}

#video-youtube-training ul li:last-child, #video-youtube-training ul li:last-child {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 5px;
}

#video-youtube ul li {
    border: 1px solid #ccc;
    padding: 0 !important;
    margin-top: 2px;
    margin-bottom: 0;
    border-radius: 0px !important;
    clear: none;
}*/

/*list view in video tab code starts here*/

#listViewTraining {
    padding: 10px 5px;
    margin-bottom: 5px;
}

.itemvideosEdit {
    position: relative;
}

    .itemvideosEdit button {
        border: none;
        background: none;
        font-size: 19px;
        color: #999;
    }

    .itemvideosEdit span input {
        width: 17px;
        margin-top: 1px;
        margin-left: 5px;
    }

.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*list view in video tab code ends here*/

.z-index {
    z-index: 5;
}

.p10 {
    padding: 10px;
}

.video-tab-style {
    font-size: 14px;
    float: left;
    padding-right: 16px;
    margin-top: 20px;
}

    .video-tab-style label {
        font-weight: 600 !important;
        color: #808080 !important;
        padding-bottom: 10px;
        display: block;
    }

#video-tab {
    margin-left: 35%;
    margin-top: 10px;
    border-bottom: none !important;
}

.video-popup-style {
    margin-top: 20px;
    margin-right: 47px;
}

.instruction-content {
    width: 97.8% !important;
    margin-left: 10px !important;
    /*margin-left: 15px !important;*/
    /*padding-right: 39px !important;*/
    margin-top: 61px;
}

.selectbox-heading-adj {
    float: left;
    padding-left: 10px;
    width: 50%;
}

    .selectbox-heading-adj > span.sub-head-recipe {
        margin-top: 20px;
        display: inline-block;
    }

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding-left: 1.4em;
    /* padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;*/
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    /*font-size: 1em !important;
    text-align: left !important;
    width: auto;
    border-bottom: none;
    padding: 3px 10px;*/
    all: revert;
}

.catmaplang[disabled] {
    opacity: 0.2 !important;
}

.instruction-section .videosEdit {
    width: 20px;
}

#example > .k-widget {
    padding: 10px !important;
    border: none;
}

.item-left-input, div.upload {
    width: 240px !important;
}

.item-left-input, .item-hr-input {
    width: 204px !important;
}

/*.item-camera {
    right: 4% !important;
    top: 7px !important;
}*/

.custom-arrow {
    width: 73% !important;
}

.btn-left-allign-disable {
    cursor: not-allowed;
    background-color: #9fa0a2 !important;
}

.video-location {
    width: 50% !important;
}

.btn-left-allign {
    float: left;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 15px;
}

div.upload input {
    opacity: 0 !important;
}

.custom-file-label.rounded-pill {
    border-radius: 50rem;
}

    .custom-file-label.rounded-pill::after {
        border-radius: 0 50rem 50rem 0;
    }

.file-upload input[type='file'] {
    display: none;
}

#customFile {
    width: 300px;
    height: 20px;
}

.instruction-editor {
    padding: 15px 15px;
    position: relative;
    /*top: 20px;*/
    float: left;
}

.help_page_editor ul.k-editor-toolbar {
    background: #f3f3f4 !important;
    border: 1px solid #e9e9e9 !important;
    padding: 2px 4px !important;
}

#tabstrip-3 #example .help_page_editor ul li {
    background: #f9f9f6 !important;
}

.help_page_editor .k-select {
    border-left: 0 !important;
}

.save-cancel-training {
    float: right;
    /*margin-top: -24px;*/
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 40px;
    margin-left: -30px;
}

#listView {
    padding: 10px 5px;
    margin-bottom: -1px;
    min-height: 510px;
    /*Avoid cutout if font or line is bigger */
    font: inherit;
}

.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.k-loading-mask {
    display: none;
}

.myLoadingStyle {
    color: red;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: 10000000;
    overflow: auto;
    background: rgba(199, 197, 197, 0.84) url('../Content/images/TaskLoader.gif') 50% 50% no-repeat;
}


.save-cancel-video {
    float: right;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 65px;
    margin-left: -55px;
}


.upload .k-upload-button {
    width: 315px;
    float: left;
    background: #fff !important;
    margin: -14px !important;
    max-height: 35px;
    min-height: 33px;
    padding: 0px !important;
}

    .upload .k-upload-button span,
    .upload .k-upload span.k-progress,
    .upload .k-upload .k-file > .k-icon {
        display: none;
    }

.upload .k-button.k-state-focused, .upload .k-button.k-state-focused.k-state-disabled, .upload .k-button:focus, .upload .k-button:focus:hover, .upload .k-state-disabled .k-button.k-state-focused {
    border-color: #c3c3c8;
    box-shadow: 0 0 0px 0 rgba(0,0,0,0);
    margin: -14.5px !important;
}
/*.upload .k-upload .k-upload-files .k-file {
    margin-bottom: 0px !important;
    background: #fff !important;
    border: none !important;
}*/

.upload .k-upload-files {
    margin: 0px !important;
    width: 104%;
    border: 1px solid #cccccc;
    margin-bottom: -2px;
    margin-left: -6px;
    margin-top: 6px;
}

.upload.item-left-input,
.upload .k-upload .k-file .k-filename {
    /*padding: 0px !important;*/
    background-color: #fff !important;
    width: 272px !important;
}

.upload .k-upload .k-upload-status {
    right: 10px !important;
    top: 8px !important;
}

/*.item-left-input, div.upload {
    width: 320px !important;
    height: 35px !important;
}*/

div.upload {
    position: relative;
    width: 63%;
    background: #fff;
    /*overflow: hidden;*/
    border: 1px solid #cccccc;
}

    div.upload input {
        opacity: 0 !important;
    }


.item-camera {
    position: absolute;
    left: 2%;
    font-size: 1.8em !important;
    color: #575757;
    top: -1px;
}

/* Generated by http://css.spritegen.com CSS Sprite Generator */

.bg-img-ts {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100%;
    margin-right: 5px;
}

.bg-img-ts-tracking {
   width:24px !important;
   height:24px !important;
   min-width:24px;
}


.img-ts-Open, .img-ts-Escalated, .img-ts-Finished, .img-ts-Pastdue, .img-ts-ApproveSwap,
.img-ts-RejectSwap, .img-ts-ApproveEscalation, .img-ts-RejectEscalation, .img-ts-Swapped, .img-ts-WaitingforSwapApproval,
.img-ts-WaitingforEscalationApproval, .img-ts-Assigned, .img-ts-InProgress, .img-ts-Submitted, .img-ts-Cancelled,
.img-ts-OnHold, .img-ts-Returned, .img-ts-Pending, .img-ts-Rejected {
    display: inline-block;
    /*background: url('../Content/images/TaskStatus.png') no-repeat;*/
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    width: 26px;
    height: 26px;
}

.img-ts-Open {
    /*background-position: -0px -0px;*/
    content: url('../Content/images/StatusIcons/Open.svg');
    /*width: 30px;
    height: 30px;*/
}

.img-ts-Escalated {
    /*background-position: -30px -0px;*/
    content: url('../Content/images/StatusIcons/Escalated.svg');
    /*width: 30px;
    height: 30px;*/
}

.img-ts-Finished {
    /*background-position: -60px -0px;*/
    content: url('../Content/images/StatusIcons/Finished.svg');
    /*width: 30px;
    height: 31px;*/
}

.img-ts-Pastdue {
    /*background-position: -90px -0px;*/
    content: url('../Content/images/StatusIcons/Pastdue.svg');
    /*width: 30px;
    height: 30px;*/
}

.img-ts-ApproveSwap {
    /*background-position: -0px -30px;*/
    content: url('../Content/images/StatusIcons/ApproveSwap.svg');
    /*width: 30px;
    height: 30px;*/
}

.img-ts-RejectSwap {
    /*background-position: -90px -30px;*/
    content: url('../Content/images/StatusIcons/RejectSwap.svg');
    /*width: 30px;
    height: 30px;*/
}

.img-ts-ApproveEscalation {
    /*background-position: -30px -30px;*/
    content: url('../Content/images/StatusIcons/ApproveEscalation.svg');
    /*width: 30px;
    height: 30px;*/
}

.img-ts-RejectEscalation {
    /*background-position: -60px -31px;*/
    content: url('../Content/images/StatusIcons/RejectEscalation.svg');
    /*width: 30px;
    height: 30px;*/
}

.img-ts-Swapped {
    /*background-position: -0px -60px;*/
    content: url('../Content/images/StatusIcons/Swapped.svg');
    /*width: 30px;
    height: 31px;*/
}

.img-ts-WaitingforSwapApproval {
    /*background-position: -90px -60px;*/
    content: url('../Content/images/StatusIcons/WaitingForSwapApproval.svg');
    /*width: 30px;
    height: 30px;*/
}

.img-ts-WaitingforEscalationApproval {
    /*background-position: -30px -60px;*/
    content: url('../Content/images/StatusIcons/WaitingForEscalationApproval.svg');
    /*width: 30px;
    height: 30px;*/
}

.img-ts-Assigned {
    /*background-position: -60px -61px;*/
    content: url('../Content/images/StatusIcons/Assigned.svg');
    /*width: 30px;
    height: 30px;*/
}

.img-ts-InProgress {
    /*background-position: -30px -90px;*/
    content: url('../Content/images/StatusIcons/InProgress.svg');
    /*width: 30px;
    height: 31px;*/
}

.img-ts-Submitted {
    /*background-position: -90px -90px;*/
    content: url('../Content/images/StatusIcons/Submitted.svg');
    /*width: 30px;
    height: 31px;*/
}

.img-ts-Cancelled {
    /*background-position: -0px -91px;*/
    content: url('../Content/images/StatusIcons/Cancelled.svg');
    /*width: 30px;
    height: 30px;*/
}

.img-ts-OnHold {
    /*background-position: -60px -91px;*/
    content: url('../Content/images/StatusIcons/OnHold.svg');
    /*width: 30px;
    height: 31px;*/
}

.img-ts-Returned {
    /*background-position: -0px -121px;*/
    content: url('../Content/images/StatusIcons/Returned.svg');
    /*width: 30px;
    height: 30px;*/
}

.img-ts-Pending {
    /*background-position: -90px -121px;*/
    content: url('../Content/images/StatusIcons/Pending.svg');
    /*width: 30px;
    height: 30px;*/
}

.img-ts-Rejected {
    /*background-position: -30px -121px;*/
    content: url('../Content/images/StatusIcons/Rejected.svg');
    /*width: 30px;
    height: 30px;*/
}

/*.bg-taskstatus {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100%;
    margin-right: 5px;
}

.taskstatus-Completed, .taskstatus-Finished, .taskstatus-InProgress, .taskstatus-OnHold, .taskstatus-Pastdue,
.taskstatus-Swapped {
    display: inline-block;
    background: url('../Content/images/TaskStatus.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.taskstatus-Completed {
    background-position: -0px -0px;
    width: 30px;
    height: 31px;
}

.taskstatus-Finished {
    background-position: -30px -0px;
    width: 30px;
    height: 31px;
}

.taskstatus-InProgress {
    background-position: -0px -31px;
    width: 30px;
    height: 31px;
}

.taskstatus-OnHold {
    background-position: -30px -31px;
    width: 30px;
    height: 31px;
}

.taskstatus-Pastdue {
    background-position: -0px -62px;
    width: 30px;
    height: 31px;
}

.taskstatus-Swapped {
    background-position: -30px -62px;
    width: 30px;
    height: 31px;
}*/

.bg-priorityicon {
    /*    width: 36px;
    height: 36px;
    display: inline-block;
    background-size: 100%;
    margin-right: 5px;*/
    vertical-align: middle;
    margin-top: 5%;
    margin-left: 5%;
}

.priority-High, .priority-Immediate, .priority-Low, .priority-Medium, .priority-None,
.priority-Normal {
    display: inline-block;
    /*background: url('../Content/images/TaskPriority.png') no-repeat;*/
    overflow: hidden;
    /*text-indent: -9999px;*/
    text-align: center;
}

.priority-High {
    background: url('../Content/images/high_priority.png') no-repeat;
    width: 100%;
    height: 100%;
}

.priority-Immediate {
    background: url('../Content/images/immediate_priority.png') no-repeat;
    width: 100%;
    height: 100%;
}

.priority-Low {
    background: url('../Content/images/low_priority.png') no-repeat;
    width: 100%;
    height: 100%;
}

.priority-Medium {
    background: url('../Content/images/medium_priority.png') no-repeat;
    width: 100%;
    height: 100%;
}

.priority-None {
    background-position: -0px -60px;
    width: 30px;
    height: 30px;
}

.priority-Normal {
    background: url('../Content/images/normal_priority.png') no-repeat;
    width: 100%;
    height: 100%;
}

#userScoreProgressBar .td {
    padding: 5%;
}

.show-progress-bar-orange {
    height: 30px !important;
    background-color: #fbbf24 !important;
    /*background-color: orange !important;*/
}

.show-progress-bar-green {
    height: 30px !important;
    background-color: #059669 !important;
/*  background-color: forestgreen !important;*/

}

.show-progress-bar-blue {
    height: 30px !important;
    background-color: cornflowerblue !important;
}

.show-progress-bar-red {
    height: 30px !important;
    background-color: #ee3124 !important;
   /* background-color: red !important;*/
}

/*#userscorecardgrid .k-autocomplete, .k-draghandle, .k-dropdown-wrap, .k-grid-header, .k-grouping-header, .k-header, .k-numeric-wrap, .k-pager-wrap, .k-panelbar .k-tabstrip-items .k-item, .k-picker-wrap, .k-progressbar, .k-state-highlight, .k-tabstrip-items .k-item, .k-textbox, .k-toolbar {*/
#userscorecardgrid .k-autocomplete, #userscorecardgrid .k-dropdown-wrap, #userscorecardgrid .k-grid-header, #userscorecardgrid .k-grouping-header, #userscorecardgrid .k-header {
    background-color: white !important;
}

.k-progressbar {
    background-color: #EBEBEB !important;
    border: none;
    height: 20px;
    border-radius: 0;
}

.k-progress-status {
    color: black;
    display: block !important;
}

.k-progress-status-wrap.k-progress-end {
    padding-left: 5% !important;
    max-width: 100% !important;
}

.location-popup {
    width: 70% !important;
    margin: auto;
    max-height: 90% !important;
    position: absolute;
    left: 20% !important;
}

    .location-popup div.k-window-content {
        padding: 0;
        overflow: hidden;
        outline: 0;
    }

.icon-disable {
    cursor: not-allowed;
    color: #CCCCCC !important;
    padding: 2px;
}

.k-file-validation-message {
    color: #d92800;
    font-size: medium;
}

.k-file-information, .k-file-size {
    color: #cbcbcf;
}


.k-file-invalid .k-file-name-invalid {
    color: #515967;
}

.btndelete a.k-button {
    position: relative;
    z-index: 9;
    float: right;
    left: 134px;
}

.btnadd a.k-button {
    position: relative;
    z-index: 9;
    float: right;
    right: 90px;
}

.k-switch {
    width: 8em;
    box-shadow: none !important;
}

.k-switch-on .k-switch-track, .k-switch-on:hover .k-switch-track, .k-switch-on:active .k-switch-track, .k-switch-on:focus .k-switch-track {
    border-color: #c3c3c8;
    color: #fff;
    background-color: #991C1F;
}

.k-switch-on .k-switch-thumb, .k-switch-on:hover .k-switch-thumb, .k-switch-on:active .k-switch-thumb, .k-switch-on:focus .k-switch-thumb {
    border-color: #FFF;
    color: #FFF;
    background-color: #FFF;
    width: 25px;
    height: 25px;
    background-image: url(textures/highlight.png);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, .25) 0, rgba(255, 255, 255, 0) 100%);
}

.k-switch-off .k-switch-track, .k-switch-off:hover .k-switch-track, .k-switch-off:active .k-switch-track, .k-switch-off:focus .k-switch-track {
    border-color: #939598;
    color: #939598;
    background-color: #fff;
}

.k-switch-off .k-switch-thumb, .k-switch-off:hover .k-switch-thumb, .k-switch-off:active .k-switch-thumb, .k-switch-off:focus .k-switch-thumb {
    border-color: #c3c3c8;
    color: #515967;
    background-color: #c3c3c8;
    width: 25px;
    height: 25px;
    background-image: url(textures/highlight.png);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, .25) 0, rgba(255, 255, 255, 0) 100%);
}

.k-switch-label-on {
    padding: 6%;
}

.k-switch-label-off {
    padding: 6%;
}

.k-event-actions:first-child {
    margin: 0px !important;
}

.btnapprove a.k-button {
    position: relative;
    z-index: 9;
    /*    float: right;
    right: 110px;*/
    background-color: darkgreen !important;
    color: white;
    width: 95px;
    padding-right: 0px;
    padding-left: 3px;
}

/*.btnapprove a.k-button:hover{
    border-color: grey;
}*/

.btnreject a.k-button {
    position: relative;
    z-index: 9;
    /*        float: right;
        left: 80px;*/
    background-color: darkred !important;
    color: white;
    width: 85px;
    padding-left: 5px;
}

/*.btnreject a.k-button:hover {
   border-color: grey;
}*/

    .schedule-container {
    }

.scheduling-view {
    float: left;
    margin: 3px !important;
    width: 99.5%;
    height: 113px;
    box-sizing: border-box;
    position: relative;
}

#swapescalatecardlist .k-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin: 2%;
    background-color: rgb(235 235 235 / 50%);
}

    /*.scheduling-view:nth-child(even) {
        border-left-width: 1;
    }*/

    .scheduling-view dl {
        margin: 10px 10px 0;
        padding: 0;
        overflow: hidden;
    }

    .scheduling-view dt, dd {
        margin: 0;
        padding: 0;
        width: 100%;
        line-height: 24px;
        font-size: 18px;
    }

    .scheduling-view dt {
        font-size: 11px;
        height: 16px;
        line-height: 16px;
        text-transform: uppercase;
        opacity: 0.5;
    }

    .scheduling-view dd {
        height: 46px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .scheduling-view dd .k-widget,
        .scheduling-view dd .k-textbox {
            font-size: 14px;
        }

.k-listview {
    border-width: 1px 1px 1px;
    padding: 0;
    /*overflow: hidden;*/
    /*min-height: 298px;*/
    height: auto;
}

.edit-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    padding: 5px;
    background-color: rgba(0,0,0,0.1);
}

/*.k-pager-wrap {
    border-top: 0;
}*/

span.k-invalid-msg {
    position: absolute;
    margin-left: 6px;
}

.k-add-button {
    margin-bottom: 2em;
}

@@media only screen and (max-width : 620px) {

    .scheduling-view {
        width: 100%;
    }

        .scheduling-view:nth-child(even) {
            border-left-width: 1px;
        }
}

.schedule-content {
    width: 30%;
}

.k-scheduler-edit-form .k-textbox[name=title]:disabled {
    background-color: lightgray;
    cursor: not-allowed;
}

.disable-cells {
    opacity: 0.8;
    cursor: not-allowed;
    pointer-events: none;
}

.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 200%;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 200%;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}

    .btn-breadcrumb .btn:first-child {
        padding: 6px 6px 6px 10px;
    }

    .btn-breadcrumb .btn:last-child {
        padding: 6px 18px 6px 24px;
    }

    .btn-breadcrumb .btn.btn-task-status:not(:last-child):after {
        border-left: 10px solid #e5e5e5;
    }

    .btn-breadcrumb .btn.btn-task-status:not(:last-child):before {
        border-left: 30px solid #e5e5e5;
    }

    .btn-breadcrumb .btn.btn-task-status:hover:not(:last-child):after {
        border-left: 30px solid #e5e5e5;
    }

    .btn-breadcrumb .btn.btn-task-status:hover:not(:last-child):before {
        border-left: 30px solid #e5e5e5;
    }

.k-tabstrip > .k-content {
    display: none;
    overflow: hidden;
}

.add-user {
    color: #212529;
    text-align: center;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .add-user:focus {
        outline: 0px auto -webkit-focus-ring-color;
    }

.alignParaRelative {
    position: relative;
    top: 10px;
}

.save-cancel-msg {
    float: right;
    margin-top: 20px;
    font-size: 14px;
}

/*.center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    font-size: 16px;
    line-height: 100px;
    vertical-align: middle;
    text-align: center;
    color: #263248;
}*/

.center-text {
    position: absolute;
    margin-top: -120px;

    font-size: 12px;
    font-weight: bold;
}

.social-icons {
    padding-top: 15px;
}

    .social-icons a {
        cursor: pointer;
    }

.usericon {
    position: relative;
    float: left;
    margin-right: 10px;
    bottom: 5px;
}

t_Content {
    position: absolute;
    width: 215px;
    height: auto;
    left: auto !important;
    top: 55px;
    z-index: 999999;
    display: none;
    background-color: #fafafa;
    border-radius: 4px !important;
    box-shadow: 0 0 9px #999 !important;
    border: 1px solid #fafafa !important;
    right: -18px;
}

.t_ContentContainer {
    padding: 10px;
}

div.lightDrpHdr {
    background: #FAFAFA;
    margin: 0 -8px 0 -8px;
    padding: 0 8px 10px;
    min-width: 180px;
    text-align: center;
}

div.tippedLightInner {
    border-top: 1px solid #F2F2F2;
    background: #FFF;
    margin: 0 -9px -8px -10px;
    padding: 10px 10px 8px;
    overflow: hidden;
}

    div.tippedLightInner .lightDrpDivider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #E5E5E5;
    }

div.lightDrpFooter .lightDrpDivider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #E5E5E5;
}

div.lightDrpFooter {
    background: #FAFAFA;
    margin: 0 -8px 0 -8px;
    min-width: 180px;
    text-align: center;
    padding-left: 10%;
    /*font: -webkit-control;*/
}

ul.tippedMenu {
    margin: -5px -10px;
    padding: 0;
    list-style: none;
    min-width: 150px;
}

    ul.tippedMenu li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        ul.tippedMenu li a {
            margin: 0;
            padding: 7px 12px;
            text-decoration: none;
            color: #6F6F6F;
            display: block;
            white-space: nowrap;
            font: 400 14px ProximaNova-Normal,helvetica,arial,sans-serif;
            position: relative;
        }

            ul.tippedMenu li a:hover {
                color: #6F6F6F;
                text-decoration: none;
                background-color: #F2F2F2;
            }

        ul.tippedMenu li :hover i {
            color: #6F6F6F;
            text-decoration: none;
        }

        ul.tippedMenu li a i {
            padding: 0;
            opacity: .55;
            color: #B1B1B1;
            text-shadow: 1px 1px #fff;
            font-size: 13px;
            width: 20px !important;
            display: inline-block;
        }

.t_Content::before {
    content: "";
    width: 0px;
    height: 0px;
    border: 0.8em solid transparent;
    position: absolute;
}

.top-right::before {
    top: -22px;
    border-bottom: 13px solid #fafafa;
    left: auto !important;
    right: 28px;
}

.t_Content_black {
    background-color: #000;
    color: #fff !important;
}

.t_Tooltip_black {
    background-color: #000;
    color: #000;
}

.t_Content_min {
    padding: 0;
}

/* Font styling for all skins */
.t_Content_black,
.t_Content_cloud,
.t_Content_dark,
.t_Content_lavender,
.t_Content_light,
.t_Content_liquid,
.t_Content_lime,
.t_Content_blue,
.t_Content_salmon,
.t_Content_yellow,
.t_Content_facebook {
    color: #333;
    font-size: 12px;
    line-height: 16px;
}

/* Skins with a different font color */
.t_Content_black {
    color: #fff;
}

.t_Content_light {
    color: #505050;
}

    /* Styling links for convenience so they are visible */
    .t_Content_black a,
    .t_Content_light a {
        color: #008aca;
        text-decoration: none;
        background: none;
        border: 0;
    }

        .t_Content_black a:hover {
            color: #008aca;
            text-decoration: underline;
            background: none;
            border: 0;
        }

        /* Links with a different color */
        .t_Content_black a,
        .t_Content_black a:hover {
            color: #57a1d6;
        }

.t_Content_dark a,
.t_Content_dark a:hover {
    color: #5daae2;
}

/*
 * Layout (DON'T MODIFY!)
 */
.t_Tooltip {
    margin: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
    background-color: transparent;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    box-shadow: 0px 0px 8px 1px black !important;
    -moz-box-shadow: 0px 0px 8px 1px black !important;
    -webkit-box-shadow: 0px 0px 8px 1px black !important;
}

    .t_Tooltip.t_hidden {
        opacity: 0;
    }

    .t_Tooltip.t_visible {
        opacity: 1;
    }

.t_Skin {
    position: absolute;
    top: 0;
    left: 0;
}

    .t_Skin * {
        zoom: 1;
    }
/* IE7 */

.t_Bubble {
    position: relative;
}

.t_Background,
.t_Stem {
    position: absolute;
}

.t_Content {
    position: absolute;
    width: 215px;
    height: auto;
    left: auto !important;
    top: 55px;
    z-index: 999999;
    display: none;
    background-color: #fafafa;
    border-radius: 4px !important;
    box-shadow: 0 0 9px #999 !important;
    border: 1px solid #fafafa !important;
    right: -18px;
}

/*
 * Shadow
 */
.t_Shadow {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

    .t_Shadow .t_ShadowInnerWrapper {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }

.t_ShadowBubble {
    position: relative;
    padding: 0;
    margin: 0;
    float: left;
}

.t_UpdateQueue .t_Tooltip,
.t_UpdateQueue .t_Content {
    position: relative;
    overflow: visible;
    float: left;
    top: auto;
    left: auto;
    width: 100%;
}

.t_Tooltip .t_ContentContainer {
    float: left;
    clear: both;
    position: relative;
}

a.logout {
    width: 35px;
    height: 35px;
    background: url(../Content/images/sprite.png) -411px -154px no-repeat;
    display: inline-block;
    text-indent: -9999px;
    /*margin-top: 3px;*/
}

.signout {
    width: 26px;
    height: 20px;
    background: url(../Content/images/sprite.png) -40px -171px no-repeat transparent;
    display: inline-block;
    /* text-indent: -9999px; */
    top: 3px;
    position: relative;
    left: -2px;
    right: 10px;
}

#DivActivityStream {
    position: absolute;
    width: 500px;
    top: 40px;
    z-index: 999999;
    right: -70px;
}

    #DivActivityStream::before {
        content: "";
        width: 0;
        height: 0;
        border: .8em solid transparent;
        position: absolute;
    }

    #DivActivityStream .panel-heading {
        background-color: #ca1616 !important;
    }

#DivActivityStream {
    left: -450px !important;
}

img#lightDrpUserPic {
    margin: 10px auto;
    display: block;
    background: #FFF;
    border: 4px solid #FFF;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.3) !important;
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    transition: all 0.15s ease-in-out;
}

    img#lightDrpUserPic:hover {
        -webkit-box-shadow: 0 3px 18px 0 rgba(0,0,0,.3);
        -moz-box-shadow: 0 3px 18px 0 rgba(0,0,0,.3);
        box-shadow: 0 3px 18px 0 rgba(0,0,0,.3) !important;
    }

#lightDrpUserName {
    margin: 10px 0 0;
    text-align: center;
    font: 400 15px ProximaNova-Bold,helvetica,arial,sans-serif;
    color: #505050;
    text-shadow: 1px 1px #fff;
    font-weight: bold;
    min-height: 25px;
    max-height: 100px;
    overflow-wrap: break-word;
}

.btn-task-status {
    min-width: 140px;
    max-width: 160px;
    color: black;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

    .btn-task-status:hover {
        color: black;
        background-color: #e5e5e5;
        border-color: #e5e5e5;
    }

.btn-breadcrumb .btn.btn-task-status:not(:last-child):after {
    border-left: -1px solid #e5e5e5;
}

.btn-breadcrumb .btn.btn-task-status:not(:last-child):before {
    border-left: 25px solid #e5e5e5
}

.btn-breadcrumb .btn {
    padding: 5px;
}

.save-cancel-replace {
    float: right;
    /*margin-top: -24px;*/
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 20px !important;
    margin-left: -30px;
}

.tracking-scroll-div {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #dfdfdf;
    padding: 0 10px 10px;
    margin: 10px 0;
}


/*Menu command Tv app*/

.apps-black, .apps-white, .dashboard-black, .dashboard-white, .links-black, .links-white, .media-black, .media-white,
.playlist-black, .playlist-white, .screens-black, .screens-white, .templates-black, .templates-white {
    display: inline-block;
    background: url('../Content/images/mc_tv_leftmenu_sprite.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.sprite {
    background: url('../Content/images/mc_tv_leftmenu_sprite.png') no-repeat;
    display: block;
}

.apps-black {
    width: 28px;
    height: 28px;
    background-position: -5px -5px;
}

.apps-white {
    width: 28px;
    height: 28px;
    background-position: -43px -5px;
}

.dashboard-black {
    width: 28px;
    height: 28px;
    background-position: -4px -79px;
}

.dashboard-white {
    width: 28px;
    height: 28px;
    background-position: -4px -745px;
}

.links-black {
    width: 28px;
    height: 28px;
    background-position: -4px -155px;
}

.links-white {
    width: 28px;
    height: 28px;
    background-position: -4px -192px;
}

.media-black {
    width: 28px;
    height: 28px;
    background-position: -4px -230px;
}

.media-white {
    width: 28px;
    height: 28px;
    background-position: -4px -270px;
}

.playlist-black {
    width: 28px;
    height: 28px;
    background-position: -4px -306px;
}

.playlist-white {
    width: 28px;
    height: 28px;
    background-position: -4px -340px;
}

.screens-black {
    width: 28px;
    height: 28px;
    background-position: -4px -382px;
}

.screens-white {
    width: 28px;
    height: 28px;
    background-position: -4px -420px;
}

.templates-black {
    width: 28px;
    height: 28px;
    background-position: -4px -458px;
}

.templates-white {
    width: 28px;
    height: 28px;
    background-position: -4px -500px;
}

/*Playlist screen related css starts*/
/*.playlist-location-icon {
    background: url(../Content/images/web_sprite_images.png) no-repeat -141px -426px;
    position: absolute;
    width: 26px;
    height: 26px;*/
/* margin-top: 28px;*/
/*margin-left: 24px;
    cursor: pointer;
}*/

.fav-icon-enabled {
    background: url(../Content/images/FavEnabled.png) no-repeat;
    position: absolute;
    width: 26px;
    height: 26px;
    margin-top: -12px;
    margin-left: -10px;
}

.fav-icon-disabled {
    background: url(../Content/images/FavDisabled.png) no-repeat;
    position: absolute;
    width: 26px;
    height: 26px;
    margin-top: -12px;
    margin-left: -10px;
}

.fav-icon-add-media {
    background: url(../Content/images/ActionsPlusAddMedia.png) no-repeat;
    position: absolute;
    width: 26px;
    height: 26px;
    margin-top: -10px;
    margin-left: 26px;
    cursor: pointer;
}

.delete-media-icon {
    background: url(../Content/images/DeleteIcon.png) no-repeat;
    position: absolute;
    width: 26px;
    height: 26px;
    margin-top: -10px;
    margin-left: 11px;
    cursor: pointer;
}

.del-image-icon {
    background: url(../Content/images/web_sprite_images.png) no-repeat -275px -548px;
    position: absolute;
    width: 26px;
    height: 26px;
    cursor: pointer;
    left: 70%;
    top: 46%;
}

.header-text-grid {
    position: absolute;
    z-index: 9;
    top: 60px;
    margin-top: -49px;
    margin-left: 5px;
    font-weight: bold;
}

.sort-up-icon {
    background: url(../Content/images/icons8-sort-up-30.png) no-repeat;
    position: absolute;
    width: 26px;
    height: 26px;
    margin-top: -12px;
    margin-left: -15px;
    color: black;
}

.sort-down-icon {
    background: url(../Content/images/icons8-sort-down-30.png) no-repeat;
    position: absolute;
    width: 26px;
    height: 26px;
    margin-top: -17px;
    margin-left: -15px;
    color: black;
}

.star {
    visibility: hidden;
    font-size: 30px;
    cursor: pointer;
}

    .star:before {
        content: "\2606";
        position: absolute;
        visibility: visible;
        color: gray;
        margin-top: -15px;
    }

    .star:checked:before {
        content: "\2605";
        position: absolute;
        color: gold;
        margin-top: -15px;
    }

.mc-grid-loc-icon {
    background: url(../Content/images/web_sprite_images.png) no-repeat -141px -426px;
    position: absolute;
    width: 26px;
    height: 26px;
    margin-top: -2px;
    margin-left: 24px;
    cursor: pointer;
}

.k-icon-32 {
    font-size: 32px;
    /* margin-top: -12px;*/
    margin-left: -4px;
    cursor: pointer;
}

.userbtndel a.k-button-kendo-custom {
    position: relative;
    top: 6px;
    z-index: 9;
    margin-right: 5px;
    float: right;
}

.fav-icon-enabled-grid {
    background: url(../Content/images/FavEnabled.png) no-repeat;
    position: absolute;
    width: 26px;
    height: 26px;
    margin-top: -12px;
    margin-left: -10px;
}

.fav-icon-disabled-grid {
    background: url(../Content/images/FavDisabled.png) no-repeat;
    position: absolute;
    width: 26px;
    height: 26px;
    margin-top: -12px;
    margin-left: -10px;
}

.fav-icon-edit-grid {
    background: url(../Content/images/EditIcon.png) no-repeat;
    position: absolute;
    width: 26px;
    height: 26px;
    margin-top: -12px;
    margin-left: -10px;
    cursor: pointer;
}

.gridBtnPlaylist a.k-button-kendo-custom {
    position: relative;
    top: 38px;
    z-index: 9;
}
/*Playlist screen related css ends*/

/*.k-window-content {
    overflow: hidden
}*/

.userbtnAddNewRecord {
    margin-left: 10px;
    position: absolute;
    z-index: 9;
}

/*Dashboard related css*/
.carousel-caption-news {
    width: fit-content;
    margin: auto;
    position: absolute;
    border-radius: 7px;
    bottom: 40px;
    left: 5%;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #F5F5F5;
    text-align: center;
    opacity: 0.78;
}

.card-dashboard {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .8rem;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.carousel-inner-news {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: .3rem;
}

.recent-audit-dashboard {
    overflow: auto;
    width: 100%;
    padding: 3% 5% 0% 5%;
    min-height: 260px;
    max-height: 260px;
    background-color: white !important;
}

.recent-activity-dashboard {
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    list-style: none;
}

    .recent-activity-dashboard li {
        padding: 2% 0 2% 0;
    }

    .recent-activity-dashboard:before {
        content: "\A";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #b83b3b;
        display: inline-block;
        float: left;
    }

.activity-description-dashboard {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.appSettings-dashboard {
    height: 84%;
    text-align: center;
    border-radius: 5px !important;
}

.dashboard-settings-icon {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 15%;
    background: url(../Content/images/DashboardSettingsIcon.png) no-repeat;
}

.k-grid td.k-state-selected, .k-grid tr.k-state-selected > td {
    color: #000 !important;
    background-color: #e2e2e6 !important;
    border-color: #bdc4d1 !important;
}

/** New Message/Confirm Modal Dialog Styles */
.modal {
    text-align: center;
    padding: 0 !important;
    z-index: 20000 !important; /* to override the Kendo windows z-index*/
}

.modal-backdrop {
    z-index: 10090 !important; /* to display the overlay on top of left menu */
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-confirm {
    color: #636363;
    width: auto;
    min-width: 350px;
    margin: 30px auto;
    display: inline-block;
}

    .modal-confirm .modal-content {
        padding: 20px;
        border-radius: 5px;
        font-size: 1.0rem;
    }

    .modal-confirm .modal-header {
        border-bottom: none;
        position: relative;
    }

    .modal-confirm h4 {
        text-align: center;
        font-size: 26px;
        font-weight: 400;
        margin: 20px 0 -15px;
    }

    .modal-confirm .form-control {
        min-height: 40px;
        border-radius: 3px;
    }

    .modal-confirm .close {
        position: absolute;
        top: -5px;
        right: -5px;
    }

    .modal-confirm .icon-box {
        color: #fff;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #82ce34;
        padding: 15px;
        text-align: center;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

    .modal-confirm .icon-box-confirm {
        color: #fff;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #007bff;
        padding: 15px;
        text-align: center;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }


    .modal-confirm .icon-box-error {
        color: #fff;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #ff0000;
        padding: 15px;
        text-align: center;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

    .modal-confirm .icon-box-warning {
        color: #fff;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #F8D210;
        padding: 15px;
        text-align: center;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

    .modal-confirm .icon-box i {
        font-size: 58px;
        position: relative;
        top: 3px;
    }

    .modal-confirm .icon-box-confirm i {
        font-size: 58px;
        position: relative;
        top: 3px;
    }

    .modal-confirm .icon-box-error i {
        font-size: 58px;
        position: relative;
        top: 3px;
    }

    .modal-confirm .icon-box-warning i {
        font-size: 58px;
        position: relative;
        top: 3px;
    }

    .modal-confirm .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    .modal-confirm .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
    }

    .modal-confirm .btn {
        min-height: 40px;
        color: whitesmoke;
        border-radius: 4px;
        background: #82ce34 !important;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        max-width: 150px;
        width: 150px;
        border: none;
    }

    .modal-confirm .btn-confirm {
        min-height: 40px;
        color: whitesmoke;
        border-radius: 4px;
        background: #007bff !important;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        max-width: 150px;
        width: 150px;
        border: none;
        margin-top: 0.5rem;
    }

    .modal-confirm .btn-error {
        min-height: 40px;
        color: whitesmoke;
        border-radius: 4px;
        background: #ff0000 !important;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        max-width: 150px;
        width: 150px;
        border: none;
    }

    .modal-confirm .btn-warning {
        min-height: 40px;
        color: whitesmoke;
        border-radius: 4px;
        background: #F8D210 !important;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        max-width: 150px;
        width: 150px;
        border: none;
    }

    .modal-confirm .btn-confirmNo {
        min-height: 40px;
        color: whitesmoke;
        border-radius: 4px;
        background: #9ea8b9 !important;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        max-width: 150px;
        width: 150px;
        border: none;
    }

/*.modal-confirm .btn:hover, .modal-confirm .btn:focus,
	.modal-confirm .btn-confirm:hover, .modal-confirm .btn-confirm:focus,
	.modal-confirm .btn-eror:hover, .modal-confirm .btn-error:focus,
	.modal-confirm .btn-warning:hover, .modal-confirm .btn-warning:focus, .modal-confirm .btn-confirmNo {
		background: #757575;
		outline: none;
	}*/

/** New Message/Confirm Modal Dialog Styles Ends here */

.k-alt {
    background-color: #fbfbfb !important;
}

.k-grid tr td {
    border-bottom: 1px solid #dedee0;
    height: 30px;
}

.k-selected.k-list-optionlabel {
    color: #fff;
    background-color: #1984c8 !important;
}

    .k-selected.k-hover.k-list-optionlabel, .k-selected.k-list-optionlabel:hover {
        color: #fff;
        background-color: #1779b8 !important;
    }


/*Kendo Grid Filter*/
.k-grid-header .k-grid-filter.k-state-active, .k-grid-header .k-header-column-menu.k-state-active, .k-grid-header .k-hierarchy-cell .k-icon.k-state-active {
    color: inherit !important;
    background-color: #f4f4f4 !important;
}
.k-grid .k-header[role="columnheader"], .k-column-title {
    font-size: inherit;
    font-weight: 600;
    color: #808080;
}

.k-grid .k-grid-content {
    height: calc(100% - 25px) !important;
    max-height: 410px;
    word-break: break-all
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    max-height: auto;
}

.dasboard-card {
    /*border: none !important;*/
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.10) !important;
    border-radius: 3px !important;
    border-color: #21252914;
}

.customBtnRedColor {
    background-color: #991C1F !important; /*Daymark red dark*/
    color: #ffff;
    border: none;
}

.dashboardBannerGif {
    width: 170px;
    height: 120px;
    display: block;
    background: url(/Content/images/Banner.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    /*float: right;*/
    margin-top: -10%;
}

.totalTaskGif {
    width: 60px;
    height: 60px;
    display: block;
    background: url(/Content/images/DashBoard/Total_Task.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
}



.inProgressTaskGif {
    width: 60px;
    height: 60px;
    display: block;
    background: url(/Content/images/DashBoard/Inprogress_Task.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
}

.discardedTaskGif {
    width: 60px;
    height: 60px;
    display: block;
    background: url(/Content/images/DashBoard/Open_Task.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
}
.expiredTaskGif {
    width: 60px;
    height: 60px;
    display: block;
    background: url('/Content/images/DashBoard/Expired.gif');
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
}
/*.pastDueTaskGif {
    width: 55px;
    height: 60px;
    display: block;
    background: url(/Content/images/DashBoard/Past_Due.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
}*/
.completedTaskGif {
    width: 55px;
    height: 60px;
    display: block;
    background: url(/Content/images/DashBoard/Submitted_Task.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
}
.img-responsive {
    display: block;
    height: 70px;
    width: 100px;
    margin-top: -3%;
}

.dashboardCardTitle {
    border-radius: 2px !important;
    border: none;
    /* padding: 15px; */
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.20);
    width: 16%;
    /*max-width: 200px;*/
    min-width: 170px;
}
    .dashboardCardTitle.DiscardedTasks {
        background-color: #b6d5f3 !important;
    }
    .dashboardCardTitle.TotalTasks {
        background-color: #e5d3f5 !important;
    }

    .dashboardCardTitle.SubmittedTasks {
        background-color: #aeefd7 !important;
    }
    .dashboardCardTitle.ExpiredTasks {
        background-color: #aeefd7 !important;
    }


.dashboardCardTitle.SubmitDelayedTasks {
    background-color: #BB8FCE !important;
}

    .dashboardCardTitle.OpenTasks {
        background-color: #b6d5f3 !important;
    }

    .dashboardCardTitle.InProgressTasks {
        background-color: #eddd1c8a !important;
    }

    .dashboardCardTitle.PastDue {
        background-color: #FFD9D9 !important;
    }

    .dashboardCardTitle.CompletedTasks {
        background-color: #FFD9D9 !important;
    }
.no-border {
    border: none !important;
}
/*
.dashboardTileCard-top {
    height: 280px;
    border-radius: 2px !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.20);
}*/
.dashboardTileCard-top {
    display: flex;
    flex-direction: column;
}

.dashboardTileCard-bottom {
    height: 450px;
    border-radius: 2px !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.20);
}

.UserFilterText {
    border: 1px solid;
    border-radius: 8px;
    border-color: #991C1F !important;
    background-color: #991C1F !important;
    color: #ffffff !important;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px !important;
}

.dashboardCardText {
    font-size: 14px !important;
    font-weight: 600;
}

.dashboardCardCount {
    font-size: 24px !important;
    font-weight: 600;
}

.dashboard-list-style {
    text-align: left !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.DashboadDdl_k-picker {
    border-color: #991C1F !important;
    color: #000000 !important;
    background-color: #ffffff !important;
}

    .DashboadDdl_k-picker:focus {
        box-shadow: 0 0 4px 0 rgba(153, 28, 31, 0.75);
    }

.DashboadDdl_k-picker button{
    color: #000000 !important;
    background-color: #ffffff !important;
}

.DashboadDdl_k-picker button:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.TaskRefreshBtn {
    border-radius: 8px !important;
    height: 80%;
    width: 3%;
    cursor: pointer;
}

#scorecard_search {
    height: 100%;
    float: right;
    margin: 1%;
    border-radius: 8px;
    width: 35%;
    border: 1px solid #8080806e;
    padding: 0.5% 0% 0.5% 1% !important;
}

#scorecard_search::placeholder {
    font-size: 12px;
}

.dashboard-Welcome {
    font-size: 16px !important;
    line-height: 1.5em !important;
    /*padding-left: 2% !important;*/
}

.welcome-head {
    font-size: 16px !important;
    color: black !important;
    font-weight: bold !important;
    /*padding-left: 2% !important;*/
}

#grdStatusHistoryTrack .k-grid-header{
    display:none;
}


.k-widget.k-tabstrip.k-header.k-floatwrap.k-tabstrip-top {
    border: none;
    background: none;
}

li[role=tab].k-item.k-state-default {
    background: none;
    border: 0;
    box-shadow: none !important;
    border-top-color: white;
}

li.k-item.k-state-default.k-state-active {
    border-bottom: solid;
    border-bottom-width: 4px;
    border-bottom-color: #EE3124 !important;
}

.k-tabstrip-items .k-state-default .k-link {
    color: #131825 !important;
}

.k-tabstrip-items .k-state-default.k-state-active .k-link {
    color: #EE3124 !important;
    font-weight: bolder;
}

.k-reset.k-tabstrip-items {
    padding: 0;
    width: 100%;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;*/
    border-bottom: solid;
    border-width: 1px;
    margin-bottom: 2em;
}

.k-tabstrip.k-header > ul.k-reset {
    display: flex;
    justify-content: left;
    width: 99%;
}

.k-tabstrip > .k-content {
    display: none;
    overflow: hidden;
    border-color: #dedee0 !important;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper {
    border-color: #dedee0 !important;
}


.k-event-actions:first-child {
    margin: 0px !important;
}

.locations-popup div.k-window-content {
    overflow: hidden !important;
}

input[type="radio"] {
    margin-top: -2px !important;
    vertical-align: middle !important;
    accent-color: #991C1F;
}

.k-input-inner {
    padding: 0px 8px !important;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    height: 55px;
}

.card-header-status {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    height: 20px;
}

.step-wizard {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.step-wizard-list {
    background: #fff;
    color: #333;
    list-style-type: none;
    border-radius: 10px;
    display: flex;
    padding: 20px 10px;
    position: relative;
    z-index: 10;
    overflow-x: auto;
}

.step-wizard-item {
    padding: 0 10px;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 170px;
    position: relative;
}

    .step-wizard-item + .step-wizard-item:after {
        content: "";
        position: absolute;
        left: 0;
        top: 45px;
        background: rgb(150 21 2);
        width: 100%;
        height: 10px;
        transform: translateX(-50%);
        z-index: -10;
    }

    .step-wizard-item.current-item + .step-wizard-item:after {
        content: "";
        position: absolute;
        left: 0;
        top: 45px;
        background: #999;
        width: 100%;
        height: 10px;
        transform: translateX(-50%);
        z-index: -10;
    }

.progress-count {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    color: transparent;
}

    .progress-count:after {
        content: "";
        height: 40px;
        width: 40px;
        background: rgb(150 21 2);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        z-index: -10;
    }

    .progress-count:before {
        content: "";
        height: 10px;
        width: 20px;
        /*border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;*/
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -60%) rotate(-45deg);
        transform-origin: center center;
    }

.progress-label {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
    height: 20px;
}

.current-item .progress-count:before,
.current-item ~ .step-wizard-item .progress-count:before {
    display: none;
}

.current-item ~ .step-wizard-item .progress-count:after {
    content: "";
    height: 40px;
    width: 40px;
    background: #999;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -10;
}

.current-item ~ .step-wizard-item .progress-label, .current-item ~ .step-wizard-item .bg-img-ts {
    opacity: 0.5;
}

.current-item .progress-count:after {
    background: rgb(150 21 2);
}

.current-item .progress-count {
    color: #adadad;
}

.task-tracking-username {
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*Save Button Styling in scheduler edit popup*/
.change-Color-Styling {
    border-color: #c3c3c8 !important;
    color: #515967 !important;
    background-color: #f3f3f4 !important;
}

    .change-Color-Styling:hover {
        background-color: #9ea8b9 !important;
        color: #263248 !important;
        border-color: #bebec3 !important;
    }

.appUserLogo {
    display: block;
    content: url(../Content/images/AppUserIcon.png);
    margin-top: -25px;
    margin-left: 70px;
}

.k-coloreditor-apply {
    border-color: #c3c3c8 !important;
    color: #515967 !important;
    background-color: #f3f3f4 !important;
}

.k-coloreditor-apply:hover {
    background-color: #9ea8b9 !important;
    color: #263248 !important;
    border-color: #bebec3 !important;
}


.k-filter-menu .k-button-solid-primary {
    background-color: #1984c8 !important;
}

.appStoreUserLogo {
    display: block;
    margin-top: -20px;
    margin-left: 77px;
   /* color: darkred !important;*/
    font-size: 20px;
}

.task-grid-tmtask-icon {
    content: url('../Content/images/TMTaskIcon.svg');
    width: 26px;
    height: 26px;
}

.task-grid-fctask-icon {
    content: url('../Content/images/FCTaskIcon.svg');
    width: 26px;
    height: 26px;
}

.task-submit-delayed-icon {
    content: url('../Content/images/SubmitDelayed.svg');
    width: 28px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    /*margin-left: 2px;*/
    cursor: pointer;
}

.task-submitted-ontime-icon {
    content: url('../Content/images/OntimeSubmitted.svg');
    width: 28px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    margin-left: 2px;
    cursor: pointer;
}

.task-ontime-icon-withoutText {
    content: url('../Content/images/OnTime-Icon.png');
    width: 24px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
}

.task-delay-icon-withoutText {
    content: url('../Content/images/Delay-icon.png');
    width: 24px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
}

.priority-high-icon {
    content: url('../Content/images/High.png');
    width: 28px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    /*margin-left: 2px;*/
    cursor: pointer;
}

.priority-low-icon {
    content: url('../Content/images/Low.png');
    width: 28px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    /*margin-left: 2px;*/
    cursor: pointer;
}

.priority-medium-icon {
    content: url('../Content/images/Medium.png');
    width: 28px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    /*margin-left: 2px;*/
    cursor: pointer;
}
.priority-normal-icon {
    content: url('../Content/images/Normal.png');
    width: 28px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    /*margin-left: 2px;*/
    cursor: pointer;
}

.priority-immediate-icon {
    content: url('../Content/images/Immediate.png');
    width: 28px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    /*margin-left: 2px;*/
    cursor: pointer;
}

.task-status-vertical-align {
    width: 0px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.SubmittedCountDivider {
    margin-left: 10px;
    margin-right:10px;
    border-left: 2px solid gray;
    height: 35px;
}

.SubmitCountDiv {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.SubmittedOnTimeDelayDiv {
    display: flex;
    align-items: center;
}

.SubmittedIconDiv {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.task-scheduler-fctask-black-icon {
    content: url('../Content/images/FCTaskIcon-26.png');
    width: 26px;
    height: 26px;
}

.workflow-grid-app-icon {
    content: url('../Content/images/App-icon.svg');
    width: 38px;
    height: 26px;
    margin-top: 0px;
    margin-left: 40px;
}

.workflow-grid-portal-icon {
    content: url('../Content/images/Portal-icon.svg');
    width: 38px;
    height: 26px;
    margin-top: 0px;
    margin-left: 40px;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-item.filter-dropdown-active {
    color: #991C1F;
    background-color: transparent !important;
    font-weight: bolder;
}

.dropdown-item.filter-dropdown-active::before {
    position: absolute;
    content: '✓';
    color: #8c0d03;
    font-size: 20px;
    margin-left: -20px;
    margin-top: -5px;
}

.filterButton {
    margin-right: 1px;
    color: gray;
    font-size: 18px;
    position: relative;
    z-index: 9;
    float: right;
    background-color: #f3f3f4;
    border-bottom: solid 1px #dedee0;
    border-top: solid 1px #dedee0;
    border-right: solid 1px #dedee0;
}
.filterCardButton {
    margin-left:1%;
    color: gray;
    font-size: 18px;
    position: relative;
    z-index: 9;
    float: right;
}


.filterRedButton {
    color: gray;
    font-size: 18px;
    position: relative;
    z-index: 9;
    float: right;
    border-radius: 4px;
    margin-left: 10px;
}


.filterWhiteIcon {
    color: #ffffff;
    float: right;
    padding: 0rem 0.50rem;
    z-index: 999;
    position: relative;
    margin-top: 6px;
}

.deleteIcon {
    width: 37px;
    height: 27px;
}
.deleteCardIcon {
    width: 37px;
    height: 30px;
}

.k-grid .field-validation-error {
    position: relative;
    max-width: 310px;
}

.quickEdit {
    font-size: 25px;
    color: #515967;
    float: right;
    margin-right: 10px
}

   /* .quickEdit:hover {
        transform: rotate(360deg);
        transition: transform 1s;
    }*/

   #ImportTemplate ul{
       list-style-type:none;
       padding-left: 1rem;
   }

#WorkflowLocationWindow {
    overflow-x: hidden;
}


#calendarIcon {
/*    width: 17px;
    height: 17px;*/
/*    display: inline-block;
    vertical-align: middle;*/
    margin-right: 5px;
    margin-top: -2px;
}
.calendar_icon_1 {
    background-image: url(../Content/images/calendar_icon_1.png);
}
.calendar_icon_2 {
    background-image: url(../Content/images/calendar_icon_2.png);
}
#listIcon {
/*    width: 17px;
    height: 17px;*/
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.list_icon_1 {
    background-image: url(../Content/images/list_icon_1.png);
    
}
.list_icon_2 {
    background-image: url(../Content/images/list_icon_2.png);
}

.sick-icon {
    content: url('../Content/images/Sick.png');
}

.tempnotrecorded-icon {
    content: url('../Content/images/Tempnotrecorded.png');
}

.fine-icon {
    content: url('../Content/images/Fine.png');
}

.freeforall-icon {
    content: url('../Content/images/FreeForAll.png');
}

#AssignTaskDataWindow {
    overflow-x: hidden !important;
    padding-bottom: 0% !important;
}

#AssignTaskCardDataWindow {
    overflow-x: hidden !important;
    padding-bottom: 0% !important;
}
.k-popover-header {
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 8px;
    background-color: #ffffff;
}

.addnew-icon {
    content: url('../Content/images/AddGif.gif');
    position: fixed;
    bottom: -2px;
    right: 2%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1000;
    cursor: pointer;
    width: 6%;
}

.k-radio, .k-radio:focus, .k-radio:hover {
    border-color: #c3c3c8;
    color: #991C1F;
    background-color: #fff;
    box-shadow: 0 0 3px 0 transparent;
}

    .k-radio:checked, .k-radio:checked:focus, .k-radio:checked:hover {
        border-color: #991C1F;
        color: #991C1F;
        background-color: #fff;
        box-shadow: 0 0 3px 0 transparent;
    }

.customButton, .customButton:hover, .customButtom[disabled]:hover, #uploader .k-upload-button, #uploader .k-clear-selected, #uploader .k-upload-selected {
    border-color: #991C1F !important;
    color: #FFF !important;
    background-color: #991C1F !important;
}

    #uploader .k-state-focused {
        box-shadow:none;
    }

#uploader .k-dropzone .k-upload-button span:before {
    content: "\f07b";
    position: absolute;
    visibility: visible;
    color: white;
    margin-left: -20px;
    font-family: FontAwesome;
}

#uploader .k-clear-selected span:before {
    content: "\f12d";
    position: absolute;
    visibility: visible;
    color: white;
    margin-left: -20px;
    font-family: FontAwesome;
}

#uploader .k-upload-selected span:before {
    content: "\f56f";
    position: absolute;
    visibility: visible;
    color: white;
    margin-left: -20px;
    font-family: FontAwesome;
}

#uploader .k-upload-selected .k-button-text, #uploader .k-clear-selected .k-button-text, #uploader .k-upload-button span {
    margin-left: 18px;
}

#TaskDataWindow {
    overflow-x: hidden !important;
    padding-bottom: 0% !important;
}


.stepper-done-icon {
    content: url('../Content/images/stepper_green.png');
    width: 28px;
    /* height: 35px;*/
    display: inline-block;
    vertical-align: middle;
    /*margin-right: -5px;*/
    /*margin-left: 2px;*/
    cursor: pointer;
}

.stepper-reactangle-line {
    content: url('../Content/images/rectangle_stepper.png');
    width: 100%;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    /*margin-right: -6px;*/
    /*margin-left: 2px;*/
    cursor: pointer;
}

.stepper-rectangle-done-line {
    content: url('../Content/images/rectangle_done_stepper.png');
    width: 100%;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    /*margin-right: -6px;*/
    /*margin-left: 2px;*/
    cursor: pointer;
}

.stepper-red-icon {
    content: url('../Content/images/Step_Shape.png');
    width: 28px;
    height: fit-content;
    display: inline-block;
    vertical-align: middle;
    /*margin-right: 7%;*/
    /*margin-left: 2px;*/
    cursor: pointer;
}

.stepper-grey-icon {
    content: url('../Content/images/stepper_grey.png');
    width: 28px;
    height: fit-content;
    display: inline-block;
    vertical-align: middle;
    /*margin-right: 7%;*/
    /*margin-left: 2px;*/
    cursor: pointer;
}

.save_icon_white {
    content: url('../Content/images/save_icon.png');
    width: 15px;
    height: fit-content;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3%;
    /*margin-left: 2px;*/
    cursor: pointer;
}

.dividerStepper {
    height: 1px;
    margin: 10px 5px 10px -15px;
    overflow: hidden;
    background-color: #E5E5E5;
    width: 103%;
}
/*#taskGrid {
    padding: 10px 5px;
    margin-bottom: -1px;
    min-height: 510px;
    font: inherit;
}*/

.card-listview {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 15px;
    margin: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    width: 40%;
}

.card-header-listview {
    margin: 0;
}

.card-body-listview {
    padding-top: 10px;
}

#taskscardview .k-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin: 2%;
    background-color: rgb(235 235 235 / 50%);
}

.taskCardViewContent {
    padding: 10px;
    border: 1px solid #CDCDCD;
    /*text-align: center;*/
    margin: 10px;
    margin-left: 10px;
    width: 320px;
    border-radius: 10px !important;
    height: 140px !important;
}

.taskCardView {
    float: left;
    position: relative;
    width: 100%;
    color: gray;
    margin-bottom: 5px;
}

.taskCard {
    float: left;
    position: relative;
    width: 230px;
    padding: 0px;
    margin-left: 7px;
    margin-right: 120px;
    border-width: 0px !important;
}

.task-card-quicktask-icon {
    content: url('../Content/images/quicktask.svg');
    width: 20px;
    height: 20px;
}

.task-card-vectortask-icon {
    content: url('../Content/images/vectortask.png');
    width: 3px;
    height: 15px;
}

.icon-disable {
    cursor: not-allowed;
    color: #7c0f0f !important;
    padding: 0px;
}

.btnassigntask {
    position: relative;
/*    z-index: 9;
*/    height: 30px;
    background-color: black !important;
    color: white;
    width: 40%;
    margin-left: 62%;
    margin-top: -28px;
    border-radius: 5px;
}

.assigntaskCardViewContent {
    padding: 10px;
    border: 1px solid #CDCDCD;
    /*text-align: center;*/
    margin: 10px;
    margin-left: 10px;
    width: 320px;
    border-radius: 10px !important;
    height: 140px !important;
}

.assigntaskCardView {
    float: left;
    position: relative;
    width: 100%;
    color: gray;
    margin-bottom: 5px;
}

.assigntaskCard {
    float: left;
    position: relative;
    width: 230px;
    padding: 0px;
    margin-left: 7px;
    margin-right: 120px;
    border-width: 0px !important;
}

.assigntask-card-assigntaskuser-icon {
    content: url('../Content/images/assigntaskuser.png');
    width: 20px;
    height: 20px;
}

.assigntask-card-schedule-icon {
    content: url('../Content/images/schedule.png');
    width: 20px;
    height: 20px;
}

.assigntask-card-recurring-icon {
    content: url('../Content/images/recurring.svg');
    width: 26px;
    height: 26px;
}

.tasknamestyle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    display: block;
    cursor: context-menu;
}

.taskassignedusernamestyle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
    display: block;
    cursor: context-menu;
}

/* Hide default checkbox */
.roundTickChkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px; /* Size of the circular checkbox */
    height: 15px;
    border-radius: 50%; /* Make it circular */
    border: 1px solid #525258; /* Border color */
    outline: none; /* Remove outline */
    cursor: pointer;
    position: relative; /* Required for absolute positioning of tick */
}


    /* Pseudo-element for tick inside the checkbox */
    .roundTickChkbox::after {
        content: '\2714'; /* Unicode character for checkmark */
        font-size: 12px; /* Adjust size of checkmark */
        color: #fff; /* Initially transparent */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* Style checkbox when checked */
    .roundTickChkbox:checked {
        background-color: #EE3124; /* Checked background color */
        border-color: #EE3124; /* Checked border color */
    }

        /* Show tick when checkbox is checked */
        .roundTickChkbox:checked::after {
            color: #fff; /* Color of the checkmark when checked */
        }

.cardIcon {
    content: url('../Content/images/CardIcon.svg');
    height: 16px;
    width: 16px;
    margin-top: -5px;
    margin-right: 3px;
}

.listIcon {
    content: url('../Content/images/ListIcon.svg');
    height: 16px;
    width: 16px;
    margin-top: -4px;
    margin-right: 7px;
}

.cardRedIcon {
    content: url('../Content/images/CardRedIcon.svg');
    height: 24px;
    width: 24px;
    margin-top: -5px;
    margin-right: 3px;
}

.listRedIcon {
    content: url('../Content/images/ListRedIcon.svg');
    height: 24px;
    width: 24px;
    margin-top: -4px;
    margin-right: 7px;
}

.calenderIcon {
    content: url('../Content/images/CalenderIcon.svg');
    height: 20px;
    width: 20px;
}

.calenderRedIcon {
    content: url('../Content/images/CalendarRedIcon.svg');
    height: 20px;
    width: 20px;
}

.CategoryIcon {
    content: url('../Content/images/TabStripIcons/CategoryIcon.svg');
    height: 17px;
    width: 17px;
    margin-right: 7px;
    margin-top: -2px;
}

.CategoryRedIcon {
    content: url('../Content/images/TabStripIcons/CategoryRedIcon.svg');
    height: 17px;
    width: 17px;
    margin-right: 7px;
    margin-top: -2px;
}

.TaskIcon {
    content: url('../Content/images/TabStripIcons/TaskIcon.svg');
    height: 18px;
    width: 18px;
    margin-right: 7px;
    margin-top: -3px;
}

.TaskRedIcon {
    content: url('../Content/images/TabStripIcons/TaskRedIcon.svg');
    height: 18px;
    width: 18px;
    margin-right: 7px;
    margin-top: -2px;
}

.AssignTaskIcon {
    content: url('../Content/images/TabStripIcons/AssignTaskIcon.svg');
    height: 19px;
    width: 19px;
    margin-right: 7px;
    margin-top: -3px;
}

.AssignTaskRedIcon {
    content: url('../Content/images/TabStripIcons/AssignTaskRedIcon.svg');
    height: 19px;
    width: 19px;
    margin-right: 7px;
    margin-top: -2px;
}

.UserTaskIcon {
    content: url('../Content/images/TabStripIcons/UserTaskIcon.svg');
    height: 18px;
    width: 18px;
    margin-right: 7px;
    margin-top: -3px;
}

.UserTaskRedIcon {
    content: url('../Content/images/TabStripIcons/UserTaskRedIcon.svg');
    height: 18px;
    width: 18px;
    margin-right: 7px;
    margin-top: -2px;
}

.TaskBucketIcon {
    content: url('../Content/images/TabStripIcons/TaskBucketIcon.svg');
    height: 21px;
    width: 21px;
    margin-right: 7px;
    margin-top: -3px;
}

.TaskBucketRedIcon {
    content: url('../Content/images/TabStripIcons/TaskBucketRedIcon.svg');
    height: 21px;
    width: 21px;
    margin-right: 7px;
    margin-top: -3px;
}

.WorkflowIcon {
    content: url('../Content/images/TabStripIcons/WorkflowIcon.svg');
    height: 22px;
    width: 22px;
    margin-right: 7px;
    margin-top: -2px;
}

.WorkflowRedIcon {
    content: url('../Content/images/TabStripIcons/WorkflowRedIcon.svg');
    height: 22px;
    width: 22px;
    margin-right: 7px;
    margin-top: -2px;
}

.QuickEditApplicationMappingIcon {
    content: url('../Content/images/TabStripIcons/QuickEditApplicationMappingIcon.svg');
    height: 22px;
    width: 22px;
    margin-right: 7px;
    margin-top: -2px;
}

.QuickEditApplicationMappingRedIcon {
    content: url('../Content/images/TabStripIcons/QuickEditApplicationMappingRedIcon.svg');
    height: 22px;
    width: 22px;
    margin-right: 7px;
    margin-top: -2px;
}

.ItemTempQuickEditIcon {
    content: url('../Content/images/TabStripIcons/ItemTempQuickEditIcon.svg');
    height: 22px;
    width: 22px;
    margin-right: 7px;
    margin-top: -2px;
}

.ItemTempQuickEditRedIcon {
    content: url('../Content/images/TabStripIcons/ItemTempQuickEditRedIcon.svg');
    height: 22px;
    width: 22px;
    margin-right: 7px;
    margin-top: 0px;
}

.SettingsIcon {
    content: url('../Content/images/TabStripIcons/SettingsIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.SettingsRedIcon {
    content: url('../Content/images/TabStripIcons/SettingsRedIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.AppAdminPasswordIcon {
    content: url('../Content/images/TabStripIcons/AppAdminPasswordIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.AppAdminPasswordRedIcon {
    content: url('../Content/images/TabStripIcons/AppAdminPasswordRedIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.VisibilityIcon {
    content: url('../Content/images/TabStripIcons/VisibilityIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.VisibilityRedIcon {
    content: url('../Content/images/TabStripIcons/VisibilityRedIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.AppSettingsIcon {
    content: url('../Content/images/TabStripIcons/AppSettingsIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.AppSettingsRedIcon {
    content: url('../Content/images/TabStripIcons/AppSettingsRedIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.DataReportIcon {
    content: url('../Content/images/TabStripIcons/DataReportIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.DataReportRedIcon {
    content: url('../Content/images/TabStripIcons/DataReportRedIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.SummaryReportIcon {
    content: url('../Content/images/TabStripIcons/SummaryReportIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.SummaryReportRedIcon {
    content: url('../Content/images/TabStripIcons/SummaryReportRedIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.TrackingIcon {
    content: url('../Content/images/TabStripIcons/TrackingIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.TrackingRedIcon {
    content: url('../Content/images/TabStripIcons/TrackingRedIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.ItemTempLogsIcon {
    content: url('../Content/images/TabStripIcons/ItemTempLogsIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.ItemTempLogsRedIcon {
    content: url('../Content/images/TabStripIcons/ItemTempLogsRedIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.MenuChexActivityIcon {
    content: url('../Content/images/TabStripIcons/MenuChexActivityIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.MenuChexActivityRedIcon {
    content: url('../Content/images/TabStripIcons/MenuChexActivityRedIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.AuditLogIcon {
    content: url('../Content/images/TabStripIcons/AuditLogIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.AuditLogRedIcon {
    content: url('../Content/images/TabStripIcons/AuditLogRedIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.ExceptionLogIcon {
    content: url('../Content/images/TabStripIcons/ExceptionLogIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.ExceptionLogRedIcon {
    content: url('../Content/images/TabStripIcons/ExceptionLogRedIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -2px;
}

.APILogIcon {
    content: url('../Content/images/TabStripIcons/APILogIcon.svg');
    height: 22px;
    width: 22px;
    margin-right: 7px;
    margin-top: 0px;
}

.APILogRedIcon {
    content: url('../Content/images/TabStripIcons/APILogRedIcon.svg');
    height: 22px;
    width: 22px;
    margin-right: 7px;
    margin-top: 0px;
}

.CoolingProcessIcon {
    content: url('../Content/images/TabStripIcons/CoolingLogIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 3px;
    margin-top: -2px;
}

.CoolingProcessRedIcon {
    content: url('../Content/images/TabStripIcons/CoolingLogRedIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 3px;
    margin-top: -2px;
}

#btn-assigntask {
    background-color: black !important;
    color: white;
    border: none !important;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

#taskCard .k-listview-content, #assignTaskCard .k-listview-content {
    height: calc(100% - 25px) !important;
    max-height: 410px;
    overflow-x: hidden;
}

.disabled-Next{
    pointer-events:none;
    opacity:0.5;
}

.assignTask-Scroll {
    overflow-x: hidden;
    overflow-y: auto;
    height: 410px;
}

.customButtonText {
    color: #991C1F;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.activeStepperTab {
    color: #ee3124;
}

.GenerateReportIcon {
    content: url('../Content/images/GenerateReportIcon.svg');
    height: 20px;
    width: 20px;
}

.weekly-recurring-icon {
    content: url('../Content/images/Weekly.svg');
    width: 26px;
    height: 26px;
}

.daily-recurring-icon {
    content: url('../Content/images/Daily.svg');
    width: 26px;
    height: 26px;
}

.hourly-recurring-icon {
    content: url('../Content/images/Hourly.svg');
    width: 26px;
    height: 26px;
}

.monthly-recurring-icon {
    content: url('../Content/images/Monthly.svg');
    width: 26px;
    height: 26px;
}

.k-i-close:before {
    background-color: black;
    color: white;
    border-radius: 50%;
}

.GetDataIcon {
    content: url('../Content/images/GetData.svg');
    height: 20px;
    width: 20px;
}

.Delete-new {
    content: url('../Content/images/Delete.svg');
  /*  display: inline-block;*/
    width: 20px;
    height: 20px;
}

.Edit-new {
    content: url('../Content/images/Edit.svg');
    /*display: inline-block;*/
    width: 20px;
    height: 20px;
}
.locationIcon {
    content: url('../Content/images/LocationIconNew.svg');
    width: 25px;
    height: 25px;
}
.locationIconPopUp {
    content: url('../Content/images/LocationIconNew.svg');
   /* width: 25px;
    height: 25px;*/
    margin-left:1em;
}

.AssignTaskStoreUser-Icon {
    content: url('../Content/images/AssignTaskStoreUser-Icon.svg');
    width: 24px;
    height: 24px;
}

.clock-icon {
    content: url('../Content/images/clock.svg');
    width: 12px;
    height: 12px;
}

.calendar-card-icon {
    content: url('../Content/images/calendar-card-icon.svg');
    width: 12px;
    height: 12px;
}

.AssignTaskStoreUser-Icon-btn {
    content: url('../Content/images/AssignTaskStoreUser-Icon-btn.svg');
    width: 18px;
    height: 18px;
}

.add-workflow {
    content: url('../Content/images/add-workflow.svg');
    width: 26px;
    height: 26px;
    margin-top: 2px;
    margin-left: -17px;
}

.assigntaskCardViewLarge {
    float: left;
    position: relative;
    width: 100%;
    color: gray;
    margin-bottom: 5px;
}

.assigntaskCardLarge {
    float: left;
    position: relative;
    width: 420px;
    padding: 0px;
    margin-left: 7px;
    margin-right: 120px;
    border-width: 0px !important;
}

.assigntaskCardViewContentLarge {
    padding: 10px;
    border: 1px solid #CDCDCD;
    /*text-align: center;*/
    margin: 10px;
    margin-left: 10px;
    width: 500px;
    border-radius: 10px !important;
    height: 225px !important;
}

.taskCardViewContentLarge {
    padding: 10px;
    border: 1px solid #CDCDCD;
    /*text-align: center;*/
    margin: 10px;
    margin-left: 10px;
    width: 500px;
    border-radius: 10px !important;
    height: 225px !important;
}

.taskCardViewLarge {
    float: left;
    position: relative;
    width: 100%;
    color: gray;
    margin-bottom: 5px;
}

.taskCardLarge {
    float: left;
    position: relative;
    width: 420px;
    padding: 0px;
    margin-left: 7px;
    margin-right: 120px;
    border-width: 0px !important;
}

.CardViewPreference {
    content: url('../Content/images/CardViewPreference.svg');
    height: 28px;
    width: 35px;
}

.taskBucketIconForScheduler {
    content: url('../Content/images/TaskBucketTabRedIcon.svg');
    width: 28px;
    height: 26px;
    float: left;
    margin-top: 2px;
}

.taskBucketNameInGrid {
    margin-left: 18%;
    display: block;
    margin-top: -29px;
}

.usertask-grid-taskbucket-sequential-icon {
    content: url('../Content/images/BucketTaskSequence.svg');
    width: 26px;
    height: 26px;
    margin-right: 2%;
}

.usertask-grid-taskbucket-parallel-icon {
    content: url('../Content/images/BucketTasksParallel.svg');
    width: 26px;
    height: 26px;
    margin-right: 2%;
}


.Task-Bucket-Sequence {
    content: url('../Content/images/BucketTaskSequence.svg');
    width: 28px;
    height: 28px;
    margin-right: 2%;
}

.Task-Bucket-Parallel {
    content: url('../Content/images/BucketTasksParallel.svg');
    width: 27px;
    height: 27px;
}

.taskBucketOverallicon {
    width: 37px;
    height: 40px;
    display: block;
    background: url(/Content/images/DashBoard/Task_bucket.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    margin-top: -3%;
}

#Chart {
    z-index: 1;
    margin-left: -89px;
}

#BucketChart {
    z-index: 1;
    margin-left: -30%;
   /* margin-top: 8px;*/
}

#chartContainer {
    z-index: 1;
    margin-left: -46px;
}

.bucketToggle {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    border: none !important;
    --bs-btn-color: #000000 !important;
    --bs-btn-active-color: #EE3124 !important;
    --bs-btn-active-bg: #ffffff !important;
}

.BucketIcon {
    content: url('../Content/images/BucketIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -3px;
}

.BucketRedIcon {
    content: url('../Content/images/BucketRedIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 7px;
    margin-top: -3px;
}

.BucketListIcon {
    content: url('../Content/images/BucketListIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 1px;
    margin-top: -7px;
}

.BucketListRedIcon {
    content: url('../Content/images/BucketListRedIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 1px;
    margin-top: -7px;
}

.appToggle {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    border: none !important;
    --bs-btn-color: #000000 !important;
    --bs-btn-active-color: #EE3124 !important;
    --bs-btn-active-bg: #ffffff !important;
}

.ReportTMIcon {
    content: url('../Content/images/ReportTMIcon.svg');
    height: 21px;
    width: 21px;
    margin-right: 7px;
    margin-top: -3px;
}

.ReportTMRedIcon {
    content: url('../Content/images/ReportTMRedIcon.svg');
    height: 21px;
    width: 21px;
    margin-right: 7px;
    margin-top: -3px;
}

.ReportFCIcon {
    content: url('../Content/images/ReportFCIcon.svg');
    height: 21px;
    width: 21px;
    margin-right: 7px;
    margin-top: -3px;
}

.ReportFCRedIcon {
    content: url('../Content/images/ReportFCRedIcon.svg');
    height: 21px;
    width: 21px;
    margin-right: 7px;
    margin-top: -3px;
}

.TasksBucketDataReportIcon {
    content: url('../Content/images/TabStripIcons/TasksBucketDataReportIcon.svg');
    height: 21px;
    width: 21px;
    margin-right: 7px;
    margin-top: -6px;
}

.TasksBucketDataReportRedIcon {
    content: url('../Content/images/TabStripIcons/TasksBucketDataReportRedIcon.svg');
    height: 21px;
    width: 21px;
    margin-right: 7px;
    margin-top: -6px;
}

.TaskBucketTabRedIcon {
    content: url('../Content/images/TaskBucketTabRedIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 1px;
    margin-top: -7px;
}

.TaskBucketTabIcon {
    content: url('../Content/images/TaskBucketTabIcon.svg');
    height: 20px;
    width: 20px;
    margin-right: 1px;
    margin-top: -7px;
}
.CoolingLogCorrectiveActionIcon {
    content: url('../Content/images/TabStripIcons/CoolingLogCorrectiveActionIcon.svg');
    height: 22px;
    width: 22px;
    margin-right: 7px;
    margin-top: -2px;
}

.CoolingLogCorrectiveActionRedIcon {
    content: url('../Content/images/TabStripIcons/CoolingLogCorrectiveActionRedIcon.svg');
    height: 22px;
    width: 22px;
    margin-right: 7px;
    margin-top: -2px;
}
.crrAction-black {
    background-position: -237px -7px;
    width: 35px;
    height: 30px;
    margin-bottom: -20px;
}

.crrAction-white {
    background-position: -133px -1608px;
    width: 35px;
    height: 30px;
    margin-bottom: -20px;
}

.leftmenu-processDesigner-black {
    display: inline-block;
    background: url('../Content/images/Leftmenu/RegularIcons/ProcessDesigner_Regular.svg') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.main-menu ul li a:hover i.leftmenu-processDesigner-black, .main-menu:hover ul li.activeMenu i.leftmenu-processDesigner-black,
.main-menu ul li.activeMenu i.leftmenu-processDesigner-black {
    background: url('../Content/images/Leftmenu/WhiteIcons/ProcessDesigner_White.svg') no-repeat;
    margin-top: 4px;
    margin-left: 2px;
}

.successtoast {
    position: fixed;
    top: 68px;
    right: 20px;
    background-color: #f4faf4;
    border: 1px solid #c3e6cb;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /*border-left: 5px solid #28a745;*/
    color: black;
    padding: 10px 15px 5px 15px;
    border-radius: 5px;
    z-index: 20005;
    font-size: 14px;
    width: 350px;
    display: flex;
    flex-direction: column;
}

.errortoast {
    position: fixed;
    top: 68px;
    right: 20px;
    background-color: #fdecec;
    border: 1px solid #f5c6cb;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /*border-left: 5px solid #dc3545;*/
    color: black;
    padding: 10px 15px 5px 15px;
    border-radius: 5px;
    z-index: 20005;
    font-size: 14px;
    width: 350px;
    display: flex;
    flex-direction: column;
}

.warningtoast {
    position: fixed;
    top: 68px;
    right: 20px;
    background-color: #fffaf1;
    border: 1px solid #ffeeba;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /*border-left: 5px solid #ffc107;*/
    color: black;
    padding: 10px 15px 5px 15px;
    border-radius: 5px;
    z-index: 20005;
    font-size: 14px;
    width: 350px;
    display: flex;
    flex-direction: column;
}

.informationtoast {
    position: fixed;
    top: 68px;
    right: 20px;
    /* right: 50%;
    transform: translateX(50%);*/
    background-color: #f1f9fb;
    border: 1px solid #b8daff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /*border-left: 5px solid #007bff;*/
    color: black;
    padding: 10px 15px 5px 15px;
    border-radius: 5px;
    z-index: 20005;
    font-size: 14px;
    width: 350px;
    display: flex;
    flex-direction: column;
}


.toast-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.toast-icon-title {
    display: flex;
    align-items: center;
}

.successtoast .toast-icon {
    font-size: 20px;
    color: #28a745;
    margin-right: 10px;
}

.errortoast .toast-icon {
    font-size: 20px;
    color: #dc3545;
    margin-right: 10px;
}

.warningtoast .toast-icon {
    font-size: 20px;
    color: #ffc107;
    margin-right: 10px;
}

.informationtoast .toast-icon {
    font-size: 20px;
    color: #007bff;
    margin-right: 10px;
}

.toast-title {
    font-weight: bold;
    margin: 0;
    font-size: 16px;
    color: black;
}

.toast-close {
    background: none;
    border: none;
    color: black;
    font-size: 15px;
    cursor: pointer;
}

.toast-body {
    margin: 0 !important;
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
}

.confirm-toast-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    z-index: 20005;
    pointer-events: auto;
}

.confirm-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px;
    z-index: 20005;
    width: 370px;
    font-size: 16px;
    text-align: center;
    height: auto;
    min-height: 160px;
}

.toastConfirm-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #414042;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    padding: 20px 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

    .toastConfirm-header .confirmIcon {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url('/Content/images/Confirm.gif');
        background-size: contain;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
    }

.toastConfirm-title {
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 16px;
}

.toastConfirm-body {
    font-size: 14px;
    color: #000;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    padding: 15px 20px 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 50px;
}

#toastmessage {
    margin-bottom: 0px !important;
}

.toastConfirm-footer {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.btn-confirm,
.btn-confirmNo {
    background-color: #fff;
    color: #991C1F;
    border: 2px solid #991C1F;
    padding: 8px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

    .btn-confirm:hover,
    .btn-confirmNo:hover {
        background-color: #991C1F;
        color: white;
    }

.toast-progress-bar {
    height: 4px;
    background-color: lightgrey;
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 10px;
}

.succcesstoast-progress {
    height: 100%;
    background-color: #28a745;
    width: 0%;
}

.errortoast-progress {
    height: 100%;
    background-color: #dc3545;
    width: 0%;
}

.warningtoast-progress {
    height: 100%;
    background-color: #ffc107;
    width: 0%;
}

.infotoast-progress {
    height: 100%;
    background-color: #007bff;
    width: 0%;
}