html, body {
    /*min-width: 560px;*/
    height: 100%;
    overflow: hidden;
    margin: 0;
}

div.disabled {
    background-color: #f4f4f4;
    border: 1px solid #e0e0e0;
}

a,
a:focus,
a:active,
a:hover {
    text-decoration: none !important;
    cursor: pointer;
}

li {
    list-style-type: none;
}

iframe.power-bi {
    border-color: #ccc !important;
    width: 100%;
    height: 500px;
}

    iframe.power-bi .displayArea {
        margin-left: -50% !important;
        width: 100% !important;
    }

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 9999;
    top: 0;
}

    #loading > .icon-ui-loading {
        position: relative;
        top: 45%;
        left: 50%;
        transform: translate(-50%,-50%);
        opacity: 1 !important;
    }

.icon-ui-loading {
    opacity: 0.6;
}

#button-scroll-to-top {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 0px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    right: 15px;
    transition: background-color .3s;
    z-index: 1000;
    opacity: 0.4;
}

    #button-scroll-to-top:hover {
        cursor: pointer;
        opacity: 1;
    }

    #button-scroll-to-top::after {
        content: "\f062";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 15px;
        color: #fff;
    }

#content {
    height: 100%;
    width: 100%;
}

.auto-scroll-left, .auto-scroll-right, .auto-scroll {
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
    /*transition: all 0.2s ease;*/
}

.auto-scroll-right {
    width: calc(100% - 220px);
    /*border-left: 1px solid #dcdcdc;*/
}

.auto-scroll-offset-50 {
    height: calc(100% - 52px);
}

#left, #right, .auto-scroll-offset-90 {
    height: calc(100% - 95px);
}

@media (min-width: 768px) and (max-width: 980px) {
    .auto-scroll-offset-50 {
        height: calc(100% - 100px);
    }

    #left, #right, .auto-scroll-offset-90 {
        height: calc(100% - 145px);
    }
}

@media (max-width: 767px) {
    /*html, body {
        height: auto;
        overflow: auto;
        margin: 0;
    }

    #content {
        height: auto;
    }

    #leftr, .auto-scroll-left {
        float: left;
        height: auto;
        overflow: inherit;
        box-sizing: border-box;
        padding: 15px;
    }

    #rightl, .auto-scroll-right {
        float: left;
        height: auto;
        overflow: hidden;
        box-sizing: border-box;
        padding: 15px;
    }

    .auto-scroll-right {
        border-left: none;
    }*/
}

.auto-scroll-max-height-35 {
    min-height: 35px !important;
    max-height: 100px !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.auto-scroll-max-height-100 {
    height: 100px !important;
    max-height: 100px !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.auto-scroll-max-height-150 {
    max-height: 150px !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.auto-scroll-max-height-200 {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.auto-scroll-max-height-230 {
    max-height: 230px;
    overflow-y: auto;
    overflow-x: hidden;
}

.auto-scroll-max-height-300 {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.auto-scroll-max-height-365 {
    max-height: 365px;
    overflow-y: auto;
    overflow-x: hidden;
}

.auto-scroll-max-height-400 {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.auto-scroll-max-height-550 {
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
}

.auto-scroll-max-height-585 {
    max-height: 585px;
    overflow-y: auto;
    overflow-x: hidden;
}

.auto-scroll-max-height-609 {
    max-height: 609px;
    overflow-y: auto;
    overflow-x: hidden;
}

.auto-scroll-max-height-600 {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.auto-scroll-max-height-650 {
    max-height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
}

.auto-scroll-panel-left-bar {
    height: calc(100% - 230px);
    overflow-y: auto;
}

.auto-scroll-panel-left-bar-width-dropdown {
    height: calc(100% - 240px);
    overflow-y: auto;
}

.row {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.padding-offset-0 {
    padding: 0 !important;
}

.padding-left-right-offset-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-top-4 {
    padding-top: 4px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-8 {
    padding-top: 8px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-left-40 {
    padding-left: 40px;
}

.padding-left-70 {
    padding-left: 70px;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-40 {
    padding-right: 40px;
}

.padding-top-bottom-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-top-bottom-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-top-bottom-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-left-right-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.margin-offset-0 {
    margin: 0 0;
}

.margin-left-0 {
    margin-left: 0px;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left--5 {
    margin-left: 5px;
}

.margin-left-13 {
    margin-left: 13px !important;
}

.margin-left--15 {
    margin-left: -15px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-right--15 {
    margin-left: -15px;
    margin-right: -15px;
}

.margin-right-20 {
    margin-left: 20px;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-1 {
    margin-top: 1px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top--5 {
    margin-top: -5px;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top--15 {
    margin-top: -15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-1 {
    margin-bottom: 1px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-top-bottom-15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.div-inline-flex {
    display: inline-flex;
}

.div-display-flex {
    display: flex;
}

.div-center {
    margin: 0 auto;
}

.min-height-100 {
    min-height: 100px;
}

.min-height-200 {
    min-height: 200px;
}

.min-height-300 {
    min-height: 300px;
}

.min-height-400 {
    min-height: 400px;
}

.min-height-500 {
    min-height: 500px;
}

.width-170 {
    width: 170px;
}

.width-300 {
    width: 300px;
}

.height-body-scroll {
    height: 100%;
    width: 100%;
    overflow-y: hidden;
}

.height-26 {
    height: 26px;
}

.height-60 {
    height: 60px;
}

.height-64 {
    height: 64px;
}

@media (max-width: 991px) {
    .sm-col-padding-left-right-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 80px auto;
    }

    .desktop-col-padding-left-0 {
        padding-left: 0px;
    }

    .desktop-col-padding-right-0 {
        padding-right: 0px;
    }


    .desktop-border-left-1-gray {
        border-left: 1px solid #cccccc;
    }

    .desktop-border-right-1-gray {
        border-right: 1px solid #cccccc;
    }
}

@media (max-width: 767px) {
    .well {
        border: none;
        border-radius: 0;
    }

    .mobile-col-padding-left-right-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mobile-col-padding-left-right-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile-padding-left-0 {
        padding-left: 0px;
    }

    .mobile-padding-right-0 {
        padding-right: 0px;
    }

    .width-100 {
        width: 100%;
    }
}

/*
 ********* Login Page **********
 */

.login-form .panel-info {
    border: none;
    border-radius: 0px;
    background: url(../../Content/images/background-white-xs.png) repeat;
}

    .login-form .panel-info > .panel-heading {
        color: #0085c3;
        background-color: transparent;
        border-radius: 0px;
        border: none;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 30px !important;
        padding: 30px 15px 0px 15px;
    }

    .login-form .panel-info .panel-heading .panel-title {
        font-size: 20px !important;
    }

        .login-form .panel-info .panel-heading .panel-title .panel-logo {
            height: 35px;
            margin-right: 10px;
            margin-top: -5px;
        }

    .login-form .panel-info .panel-body {
        padding: 40px;
        padding-top: 25px;
        padding-bottom: 15px;
    }

        .login-form .panel-info .panel-body input {
            max-width: 100%;
            border-radius: 0px;
        }

        .login-form .panel-info .panel-body .input-group-addon {
            background-color: #ffffff;
        }

        .login-form .panel-info .panel-body .input-group-addon, .login-form .panel-info .panel-body #btn-login {
            border-radius: 0px;
        }

        .login-form .panel-info .panel-body .checkbox {
            padding-left: 0px;
        }

            .login-form .panel-info .panel-body .checkbox input {
                margin-top: -10px;
            }

.input-group-addon-calendar:hover {
    cursor: pointer;
}

@media (max-width: 767px) {
    .login-form {
        padding-left: 0px;
        padding-right: 0px;
    }

        .login-form .panel-info .panel-body {
            padding: 15px;
        }
}

/*
 ********* Navbar - Main Menu  **********
 */

.navbar {
    border: none;
    border-bottom: 1px solid #005a85;
    margin-bottom: 0px;
    border-radius: 0px !important;
}

.nav > li > a {
    padding: 15px 10px;
    height: 51px;
}

.navbar-nav li.dropdown .dropdown-menu {
    margin: 0 0;
    padding: 0 0;
    width: 250px;
}

.navbar-nav .dropdown-menu li > a {
    padding: 10px 20px;
}

.navbar-nav > li:hover,
.navbar-nav > li.active > a {
    color: #ffffff !important;
    background-color: #005a85 !important;
}

.navbar-nav .dropdown-menu > li:hover,
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > .active > a,
.navbar-nav .dropdown-menu > .active > a:hover,
.navbar-nav .dropdown-menu > .active > a:focus {
    color: #007db8 !important;
    background-color: #cce5f1 !important;
}

    .navbar-nav .dropdown-menu > li > a.disabled-act,
    .navbar-nav .dropdown-menu > li > a.disabled-act:hover,
    .navbar-nav .dropdown-menu > li > a.disabled-act:focus,
    .navbar-nav .dropdown-menu > .active > a.disabled-act,
    .navbar-nav .dropdown-menu > .active > a.disabled-act:hover,
    .navbar-nav .dropdown-menu > .active > a.disabled-act:focus {
        color: #ccc !important;
        background-color: #ffffff !important;
        cursor: default;
    }

.dropdown-menu > li.kopie > a {
    padding-left: 10px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px !important;
        margin-left: 0px !important;
    }

    .dropdown-submenu > a:after {
        border-color: transparent transparent transparent #333;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
        display: block;
        float: right;
        height: 0;
        margin-right: -10px;
        margin-top: 5px;
        width: 0;
        display: none;
    }

    .dropdown-submenu > a > .fa.fa-caret-right {
        position: absolute;
        right: 15px;
        top: 11px;
        font-size: 18px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }

    #navbar {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    #navbar {
        margin-top: 48px;
        border-top: 1px solid #0F8DC5;
        margin-left: -15px;
        margin-right: -15px;
    }

        #navbar .navbar-nav {
            float: unset;
            margin: unset;
            margin-left: 10%;
        }
}

@media (max-width: 767px) {

    .navbar-nav {
        display: inline;
        margin: unset;
    }

    .navbar-default .navbar-brand {
        display: inline;
    }

    .navbar-toggle {
        float: left;
        border: none;
        padding: 18px 14px;
        margin: 0 0;
        background-color: #005a85;
    }

        .navbar-toggle:hover,
        .navbar-toggle:active,
        .navbar-toggle:focus {
            background-color: #005a85 !important;
        }

        .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-collapse {
        padding: 0px;
    }

        .navbar-collapse > ul > li {
            border-bottom: 1px solid #006594;
            margin: unset;
        }

            .navbar-collapse > ul > li > a::after {
                float: right;
            }

            .navbar-collapse > ul > li:last-child {
                border-bottom: none;
            }

            .navbar-collapse > ul > li.dropdown.open a,
            .navbar-collapse > ul > li.dropdown.open > ul > li > a:hover {
                color: #ffffff !important;
                background-color: #005a85 !important;
            }

            .navbar-collapse > ul > li.dropdown.open > ul {
                width: 100%;
            }

                .navbar-collapse > ul > li.dropdown.open > ul > li > a {
                    border-top: 1px solid #006594;
                    padding: 10px 10px 10px 45px;
                }

                    .navbar-collapse > ul > li.dropdown.open > ul > li.active > a:before,
                    .navbar-collapse > ul > li.dropdown.open > ul > li > a:hover:before {
                        font-family: FontAwesome;
                        display: inline-block;
                        padding-right: 5px;
                        margin-top: -1px;
                        margin-left: -10px;
                        content: "\f105";
                    }

                    .navbar-collapse > ul > li.dropdown.open > ul > li > a.disabled-act,
                    .navbar-collapse > ul > li.dropdown.open > ul > li > a.disabled-act:hover,
                    .navbar-collapse > ul > li.dropdown.open > ul > li > a.disabled-act:focus,
                    .navbar-collapse > ul > li.dropdown.open > ul > li.active > a.disabled-act,
                    .navbar-collapse > ul > li.dropdown.open > ul > li.active > a.disabled-act:hover,
                    .navbar-collapse > ul > li.dropdown.open > ul > li.active > a.disabled-act:focus {
                        color: #007db8 !important;
                        background-color: #005a85 !important;
                        cursor: default;
                        padding-left: 45px;
                    }
}

.navbar .navbar-header .navbar-info {
    position: absolute;
    right: 0;
    color: #ffffff;
    margin-right: 12px;
    display: inline-flex;
}

    .navbar .navbar-header .navbar-info .btn-group {
        margin-top: -1px;
    }

    .navbar .navbar-header .navbar-info .btn-top {
        display: block;
        color: #ffffff;
        padding: 14px 14px;
        width: 54px;
        font-size: 18px;
        text-decoration: none;
        text-align: center;
        margin-right: 2px;
        position: relative;
    }

        .navbar .navbar-header .navbar-info .btn-top:hover,
        .navbar .navbar-header .navbar-info .btn-top:active,
        .navbar .navbar-header .navbar-info .btn-top:focus,
        .navbar .navbar-header .navbar-info .btn-top[aria-expanded="true"] {
            background-color: #005F8D;
            text-decoration: none;
        }

        .navbar .navbar-header .navbar-info .btn-top::after {
            display: none;
        }

        .navbar .navbar-header .navbar-info .btn-top > span.line {
            float: left;
            margin-left: -17px;
            opacity: 0.2;
        }

        .navbar .navbar-header .navbar-info .btn-top > .badge {
            position: absolute;
            background-color: #CE1126;
            padding: 3px 3px;
            font-size: 10px;
            top: 10px;
            right: 10px;
            min-width: 17px;
        }

    .navbar .navbar-header .navbar-info .btn-group .dropdown-menu {
        right: 0;
        left: inherit;
        margin-top: -1px;
        min-width: 200px;
        padding: 9px 0px;
    }

        .navbar .navbar-header .navbar-info .btn-group .dropdown-menu li.header {
            display: block;
            padding: 12px 20px 4px;
            font-size: 12px;
            line-height: 0;
            color: #aaa;
        }

        .navbar .navbar-header .navbar-info .btn-group .dropdown-menu li.info {
            color: #333333;
            padding: 3px 20px;
        }

            .navbar .navbar-header .navbar-info .btn-group .dropdown-menu li.info > label {
                padding: 0px 0px;
                margin-bottom: 0px;
            }

.navbar-collapse a:hover {
    color: #ffffff !important;
    background-color: #005F8D !important;
}

.navbar-collapse button {
    margin-left: 5px;
    margin-top: 8px;
    color: #ffffff;
    background-color: #005F8D;
}

    .navbar-collapse button:hover, .navbar-collapse button:active, .navbar-collapse button:focus {
        color: #ffffff;
        opacity: 0.7;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-header .navbar-info {
        margin-right: -1px;
    }

    .navbar .navbar-header .navbar-info .btn-top {
        padding: 15px 15px 12px 15px;
        width: 40px;
    }

    .navbar .navbar-header .navbar-info .btn-group .dropdown-menu {
        margin-top: -1px;
    }
}

.icon-logo-dell {
    font-size: 42px;
    position: relative;
    top: -10px;
}

.logo-dell {
    position: relative;
    top: -22px;
    font-size: 20px;
}

@media (max-width: 1024px) {
    .logo-dell {
        position: relative;
        top: -22px;
        font-size: 18px;
    }

    .nav > li > a {
        padding: 18px 5px;
        height: 50px;
        font-size: 12px;
    }

    .dropdown-toggle:after {
        position: relative;
        font-family: 'icon-ui';
        content: "\e60e";
        font-size: 8px;
        top: 1px;
        padding: 0px 2px 0px 5px;
    }

    .open > .dropdown-toggle:after {
        content: "\e611";
        font-size: 8px;
        top: 1px;
    }

    .navbar .navbar-header .navbar-info .btn-top {
        padding: 20px 5px;
        width: 35px;
        font-size: 14px;
    }

        .navbar .navbar-header .navbar-info .btn-top > .badge {
            position: absolute;
            background-color: #CE1126;
            padding: 3px 3px;
            font-size: 8px;
            top: 15px;
            right: 0px;
            min-width: 17px;
        }

        .navbar .navbar-header .navbar-info .btn-top > span.line {
            float: left;
            margin-left: -8px;
            opacity: 0.2;
        }

    .fixed-header {
        z-index: 10;
        background-color: rgb(255, 255, 255);
        position: fixed;
        top: 94px;
        width: 100% !important;
    }
}

@media (max-width: 360px) {
    .navbar .navbar-header .navbar-info .btn-top {
        padding: 15px 0;
        width: 28px;
        font-size: 16px;
    }

        .navbar .navbar-header .navbar-info .btn-top > span.line {
            float: left;
            margin-left: -1px;
            opacity: 0.2;
        }
}

@media (max-width: 520px) and (min-width: 100px) {

    .nav-tabs {
        display: block;
        width: 100% !important;
        overflow: hidden;
        border-right: 1px solid #ccc;
        margin-left: 0;
        margin-right: 0;
    }

    .row-offcanvas.row-offcanvas-right .tab-content .tab-pane.active {
        padding-right: 0;
        padding-left: 0;
    }
}
/*
 ********* Home Container  **********
 */
.home-banner {
    height: 190px;
    border-radius: 10px;
    background-image: url(../../Content/images/home-banner-background.png);
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 30px;
    overflow: visible;
}

    .home-banner .home-banner-left {
        position: absolute;
        z-index: 2;
        left: 0px;
        height: 156px;
        /*background-image: url(../images/home-banner-text.png);*/
        background-position: top left;
        background-repeat: no-repeat;
        /*margin-left: 50px;*/
        padding: 30px 0px 0px 30px;
    }

        .home-banner .home-banner-left > label.home-banner--title {
            padding: 0px 0px;
            font-size: 65px;
            line-height: 50px;
            font-family: Roboto-Light;
            font-weight: 300;
            /*opacity: 0.6;*/
            letter-spacing: 1px;
        }

        .home-banner .home-banner-left > div.search-bar {
            margin-top: 15px;
            padding: 10px 15px;
            background-color: #ffffff;
            font-size: 16px;
        }

            .home-banner .home-banner-left > div.search-bar table {
                width: 100%;
            }

                .home-banner .home-banner-left > div.search-bar table tr td:last-child {
                    width: 220px;
                }

            .home-banner .home-banner-left > div.search-bar input.search-bar--input {
                background-color: transparent;
                border: transparent;
                outline-width: 0;
                box-shadow: none !important;
                outline: none !important;
                outline-style: none !important;
                padding-right: 20px;
                font-size: 16px;
            }

            .home-banner .home-banner-left > div.search-bar .search-bar--quicklinks > button {
                text-align: left;
                font-size: 16px;
                padding: 7px 0px 5px 20px;
                background-color: #ffffff;
                border-left: 1px solid #ccc;
                -webkit-box-shadow: none;
                box-shadow: none;
                white-space: normal;
            }

                .home-banner .home-banner-left > div.search-bar .search-bar--quicklinks > button::after {
                    margin-top: 2px;
                    float: right;
                }

            .home-banner .home-banner-left > div.search-bar .search-bar--quicklinks > ul.dropdown-menu {
                margin-top: 10px;
                width: calc(100% + 16px);
            }

                .home-banner .home-banner-left > div.search-bar .search-bar--quicklinks > ul.dropdown-menu li a {
                    padding: 7px 20px;
                }

                    .home-banner .home-banner-left > div.search-bar .search-bar--quicklinks > ul.dropdown-menu li a > .icon {
                        width: 15px;
                        height: auto;
                        margin-left: -7px;
                    }

                    .home-banner .home-banner-left > div.search-bar .search-bar--quicklinks > ul.dropdown-menu li a > i,
                    .home-banner .home-banner-left > div.search-bar .search-bar--quicklinks > ul.dropdown-menu li a > .icon {
                        position: absolute;
                        margin-top: 2px;
                    }

    .home-banner .home-banner-right {
        position: absolute;
        z-index: 1;
        top: 30px;
        right: 30px;
        width: 410px;
        height: 185px;
        background-image: url(../../content/images/home-banner-laptop.png);
        background-position: top right;
        background-repeat: no-repeat;
    }

@media (max-width: 767px) {
    .home-banner {
        height: 150px;
        border-radius: 0px;
        margin-bottom: 15px;
    }

        .home-banner .home-banner-left {
            left: 0px;
            padding-left: 20px;
            padding-top: 20px;
            height: 130px;
        }

            .home-banner .home-banner-left > label.home-banner--title {
                font-size: 40px;
                line-height: 36px;
            }

            .home-banner .home-banner-left > div.search-bar {
                position: absolute;
                z-index: 3;
                margin-top: 10px;
                margin-left: 0px;
                width: calc(100% - 40px);
            }

        .home-banner .home-banner-right {
            display: none;
        }
}

@media (max-width: 499px) {
    /******************************
     ********** TEST ***************
    ********************************/
    .mobile-calendar {
        display: normal;
    }

    .desktop-calendar {
        display: none;
    }
    /******************************
     ********** TEST ***************
    ********************************/
    .home-banner {
        height: 68px;
        border-radius: 0px;
        margin-bottom: 30px;
    }

        .home-banner .home-banner-left {
            left: 0px;
            padding-top: 5px;
            height: 68px;
        }

            .home-banner .home-banner-left > label.home-banner--title {
                display: none;
            }

            .home-banner .home-banner-left > div.search-bar {
                margin-top: 0px;
                margin-left: -15px;
                width: calc(100% - 10px);
                border: 1px solid;
                border-radius: 0px;
            }

                .home-banner .home-banner-left > div.search-bar table tr td:last-child {
                    width: 175px;
                }
}


.container-home {
    margin-top: 40px;
}

    .container-home .home-search,
    .container-home .home-follow {
        padding: 20px;
        background: url(../../Content/images/background-white-xs.png) repeat;
    }

    .container-home .home-search {
        padding-bottom: 0px;
    }

        .container-home .home-search > .row > .input-group .home-search--select {
            font-size: 16px;
            padding: 10px;
            height: 44px;
            border: none;
        }

        .container-home .home-search > .row > .input-group > .input-group-btn > button {
            font-size: 16px;
            padding: 10px;
            margin-left: 10px;
        }

            .container-home .home-search > .row > .input-group > .input-group-btn > button:first-child {
                margin-left: 0;
            }

        .container-home .home-search .home-search--project-action ul {
            margin-bottom: 0;
            padding-left: 0;
            list-style: none;
        }

            .container-home .home-search .home-search--project-action ul li {
                padding: 3px 0;
            }

                .container-home .home-search .home-search--project-action ul li > a {
                    text-decoration: none;
                }

        .container-home .home-search .home-search--follow-list > .row > div:first-child {
            padding-left: 0px;
        }

        .container-home .home-search .home-search--follow-listrow > .row > div:last-child {
            padding-right: 0px;
        }

    .container-home .home-follow .home-follow--follow-list:first-child {
        padding-left: 0px;
    }

    .container-home .home-follow .home-follow--follow-list:last-child {
        padding-right: 0px;
    }


    .container-home .home-follow .home-follow--follow-list .follow-list--search {
        position: absolute;
        width: 50%;
        left: 47%;
        top: 6px;
    }


    .container-home .home-follow .home-follow--follow-list > .panel {
        margin-bottom: 0px;
    }

        .container-home .home-follow .home-follow--follow-list > .panel > .panel-body {
            max-height: 450px;
            padding: 0px 15px;
            overflow-y: auto;
        }

    .container-home .home-follow .home-follow--follow-list ul.follow-list-items {
        list-style: none;
        padding: 0;
    }

        .container-home .home-follow .home-follow--follow-list ul.follow-list-items li {
            padding: 5px 0px;
            border-bottom: 1px solid #cccccc;
            display: block;
            height: 45px;
        }


            .container-home .home-follow .home-follow--follow-list ul.follow-list-items li:last-child {
                border-bottom: none;
            }

            .container-home .home-follow .home-follow--follow-list ul.follow-list-items li > div {
                padding: 0;
            }

                .container-home .home-follow .home-follow--follow-list ul.follow-list-items li > div:first-child {
                    overflow: hidden;
                    display: inline-block;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    color: #007db8;
                }

                    .container-home .home-follow .home-follow--follow-list ul.follow-list-items li > div:first-child > span {
                        margin-right: 5px;
                        cursor: pointer;
                    }

                    .container-home .home-follow .home-follow--follow-list ul.follow-list-items li > div:first-child a {
                        text-decoration: none;
                    }

                .container-home .home-follow .home-follow--follow-list ul.follow-list-items li > div:last-child {
                    padding-left: 25px;
                    font-size: 75%;
                }



@media (max-width: 767px) {
    .container-home {
        margin: 10px 0 10px;
    }

        .container-home .home-search,
        .container-home .home-follow {
            padding: 0px;
            background: none;
        }

        .container-home .home-search {
            padding-bottom: 15px;
        }
            /*.container-home .home-search {
            margin: 15px 0;
            padding: 0px 0px;
        background: none;
    }*/
            .container-home .home-search > .row > .input-group .home-search--select {
                font-size: 14px;
                padding: 10px;
                height: 44px;
                border: none;
            }

            .container-home .home-search > .row > .input-group > .input-group-btn > button {
                font-size: 14px;
                padding: 10px;
                margin-left: 10px;
            }

        .container-home .home-follow .home-follow--follow-list {
            padding: 0px;
        }

            .container-home .home-follow .home-follow--follow-list:first-child > .panel {
                margin-bottom: 20px;
            }

            .container-home .home-follow .home-follow--follow-list .follow-list--search {
                top: 4px;
            }

        .container-home .home-search .home-search--project-action {
            background: url(../../Content/images/background-white-xs.png) repeat;
            margin-bottom: 10px;
            margin-top: 5px;
            padding: 10px 0;
        }
}

/*
 ********* Breadcrumb **********
 */

.breadcrumb-bar {
    border: none;
    border-bottom: 1px solid #dcdcdc;
}

ul.breadcrumb {
    padding-bottom: 5px;
    padding-top: 10px;
}

.breadcrumb li {
    cursor: default;
    max-width: 300px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.breadcrumb li.active {
    cursor: default;
}

ul.breadcrumb li a {
    text-decoration: none;
}

ul.breadcrumb > li:first-child a {
    display: inline;
    margin-left: -15px;
}

ul.breadcrumb > li + li:before {
    padding-left: 2px;
}

/*
 ********* Search Form  **********
 */
.search-more-control {
    display: none;
}

.search-top-group hr {
    margin-top: 0;
    margin-bottom: 10px;
}

.search-top-group .text-left .param-group {
    padding-left: 0px;
}

.search-top-group .text-left .form-group label:first-child {
    padding-top: 0px;
}

.search-top-group .text-left .form-group span.multiselect-native-select .btn-group,
.search-top-group .text-left .form-group span.multiselect-native-select .btn-group button {
    width: 100%;
    background-color: #ffffff !important;
    color: #000000;
}

.search-top-group .text-left .form-group .multiselect-native-select .btn-group button.dropdown-toggle {
    display: inline-flex;
}

    .search-top-group .text-left .form-group .multiselect-native-select .btn-group button.dropdown-toggle::after {
        position: absolute;
        right: 10px;
        top: 7px;
    }

    .search-top-group .text-left .form-group .multiselect-native-select .btn-group button.dropdown-toggle span {
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        padding-right: 20px;
    }

.search-top-group .text-left .multi-form-group > div {
    padding: 0;
}

    .search-top-group .text-left .multi-form-group > div:last-child {
        padding-left: 2px;
    }

.search-top-group .text-left .form-group > span.searchable {
    width: 100% !important;
}

.search-top-group .text-right .btn-group.col-xs-6 {
    padding-right: 0px;
    padding-left: 5px;
}

.search-top-group .text-right .btn-group .dropdown-toggle:after {
    /*display: none;*/
}

@media (max-width: 767px) {
    .search-top-group {
        padding-bottom: 10px;
    }

        .search-top-group .text-left .param-group {
            padding-right: 0px;
            margin-right: 0px;
        }

        .search-top-group .text-right .btn-group.open .dropdown-menu-right {
            width: calc(100% - 5px);
            padding-left: 0px;
        }
}

.search-top-partial .text-right > button {
    margin-bottom: 10px;
}

.input-group-addon-quicklinks {
    padding: 0 !important;
}

    .input-group-addon-quicklinks .btn-quicklinks {
        padding: 5px 100px !important;
        background-color: #ffffff;
        box-shadow: none;
    }

    .input-group-addon-quicklinks.open .dropdown-menu {
        display: block;
        min-width: 100px;
        width: 100%;
    }

/*
 ********* Form Group  **********
 */
.form-group {
    margin-right: 0;
    margin-bottom: 10px;
}

    .form-group label {
        padding-bottom: 0px;
    }

    .form-group > label {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .form-group select, .form-group input, .form-group .searchable-container--default, .form-group .searchable-selection--single {
        border-radius: 0px;
        height: 34px;
    }

        .form-group input[type=radio], .form-group input[type=checkbox] {
            height: 15px;
        }

    .form-group span.multiselect-native-select .btn-group,
    .form-group span.multiselect-native-select .btn-group button {
        width: 100%;
        background-color: #ffffff !important;
        color: #444444;
        height: 34px;
    }

        .form-group span.multiselect-native-select .btn-group button.disabled {
            border: 1px solid #ccc;
            background-color: #eee !important;
            cursor: not-allowed;
            opacity: 0.6;
        }

            .form-group span.multiselect-native-select .btn-group button.disabled.dropdown-toggle::after {
                font-size: 13px;
                opacity: 0.7;
            }

        .form-group span.multiselect-native-select .btn-group button.dropdown-toggle {
            display: inline-flex;
            padding: 6px 5px;
        }

            .form-group span.multiselect-native-select .btn-group button.dropdown-toggle::after {
                position: absolute;
                right: 10px;
                top: 7px;
            }

            .form-group span.multiselect-native-select .btn-group button.dropdown-toggle span {
                overflow: hidden;
                text-overflow: ellipsis;
                text-align: left;
                padding-right: 20px;
            }

        .form-group span.multiselect-native-select .btn-group ul li.multiselect-filter button.multiselect-clear-filter {
            display: none;
        }

        .form-group span.multiselect-native-select .btn-group ul li.multiselect-filter div.input-group {
            width: 100%;
        }

    .form-group .btn-group .multiselect-container.dropdown-menu li a {
        padding: 0 !important;
    }

    .form-group .btn-group .multiselect-container.dropdown-menu li.multiselect-item.multiselect-filter .input-group {
        padding: 0 5px 3px 8px !important;
        margin: 0 !important;
    }

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

.multiselect-container > li > a > label > input[type=checkbox] {
    width: 20px !important;
    height: 14px;
}

.multiselect-container .multiselect-item .input-group .input-group-addon {
    display: none;
}

.input-group-addon-calendar:hover {
    cursor: pointer;
}
/*
 ********* Table & Sorting**********
 */

.table-hover > tbody > tr:hover {
    background-color: #ebebeb !important;
}

.table-hover tbody tr:hover > td {
    background-color: #ebebeb !important;
}

.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 1px solid #aaaaaa;
    text-align: left;
}

.table > tbody > tr > td {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    max-width: 400px;
}

    .table > tbody > tr > td.td-textarea {
        word-wrap: break-word;
        word-break: unset;
    }

.table > thead > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}

    .table > thead > tr > th.table-sort {
        padding-right: 20px;
        position: relative;
    }

        .table > thead > tr > th.table-sort,
        .table > thead > tr > th.table-sort label {
            cursor: pointer;
        }

    .table > thead > tr > th,
    .table > thead > tr > th > label {
        font-weight: 700;
    }

        .table > thead > tr > th > label {
            display: inline;
            padding: 0;
            margin: 0;
        }

            .table > thead > tr > th > label.pull-left {
            }

            .table > thead > tr > th > label.pull-right {
                font-size: 10px;
                width: 10px;
                height: 18px;
                right: 5px;
                position: absolute;
                top: calc(50% - 10px);
            }

                .table > thead > tr > th > label.pull-right > i.glyphicon-triangle-bottom {
                    top: -5px;
                }

        .table > thead > tr > th.td-small,
        .table > tbody > tr > td.td-small {
            width: 40px;
            text-align: center;
        }

        .table > thead > tr > th.td-icon,
        .table > tbody > tr > td.td-icon {
            border-right: none;
        }

            .table > tbody > tr > td.td-small img,
            .table > tbody > tr > td.td-icon img {
                width: 20px;
            }

        .table > thead > tr > th.td-action,
        .table > tbody > tr > td.td-action {
            width: 60px;
        }

            .table > tbody > tr > td.td-action .btn-group .dropdown-menu {
                right: 0;
                margin-top: 1px;
                left: inherit;
            }

    .table > tbody > tr > td .searchable {
        width: 100% !important;
    }

table > thead > tr > th.col-xs,
table > tbody > tr > td.col-xs,
table > tfoot > tr > td.col-xs {
    width: 50px;
}

table > thead > tr > th.col-sm,
table > tbody > tr > td.col-sm,
table > tfoot > tr > td.col-sm {
    width: 100px;
}

table > thead > tr > th.col-md,
table > tbody > tr > td.col-md,
table > tfoot > tr > td.col-md {
    width: 150px;
}

table > thead > tr > th.col-lg,
table > tbody > tr > td.col-lg,
table > tfoot > tr > td.col-lg {
    width: 210px;
}

.table-dell-summary {
    border-right: 0px;
    border-collapse: inherit;
}

    .table-dell-summary > thead > tr > th {
        background-color: #007db8;
        color: #ffffff;
        border-right: 1px solid #ffffff;
        padding: 10px 10px;
        border-bottom: 1px solid #ffffff;
        font-weight: unset;
    }

        .table-dell-summary > thead > tr > th:last-child {
            border-right: none;
        }

    .table-dell-summary > tbody > tr > td {
        word-wrap: break-word;
        word-break: unset !important;
        white-space: normal;
        max-width: 400px;
    }

    .table-dell-summary > tfoot > tr > td {
        /*background-color: #eeeeee;*/
        border-top: 1px solid #aaaaaa;
        padding: 10px 10px;
        font-weight: 700;
        word-wrap: break-word;
        word-break: unset !important;
        white-space: normal;
    }

.table-dell-report {
    border: 1px solid #aaaaaa;
}

    .table-dell-report > thead > tr > th {
        background-color: #007db8;
        color: #ffffff;
        font-weight: unset;
    }

    .table-dell-report > thead > tr > th,
    .table-dell-report > tbody > tr > td {
        border-right: 1px solid #aaaaaa;
    }

.td-dell-report {
    background-color: #007db8;
    color: #ffffff;
    font-weight: unset;
    text-align: center;
}

/*.table-dell > thead > tr > th.td-small,
    .table-dell > tbody > tr > td.td-small {
        width: 40px;
        text-align: center;
    }

    .table-dell > thead > tr > th.td-icon,
    .table-dell > tbody > tr > td.td-icon {
        border-right: none;
    }

        .table-dell > tbody > tr > td.td-small img,
        .table-dell > tbody > tr > td.td-icon img {
            width: 20px;
        }

    .table-dell > thead > tr > th.td-action,
    .table-dell > tbody > tr > td.td-action {
        width: 60px;
    }

        .table-dell > tbody > tr > td.td-action .btn-group .dropdown-menu {
            right: 0;
            margin-top: 1px;
            left: inherit;
        }

    .table-dell > tbody > tr > td .searchable {
        width: 100% !important;
    }

    .table-dell > thead > tr > th.col-xs,
    .table-dell > tbody > tr > td.col-xs {
        width: 50px;
    }

    .table-dell > thead > tr > th.col-sm,
    .table-dell > tbody > tr > td.col-sm {
        width: 100px;
    }

    .table-dell > thead > tr > th.col-md,
    .table-dell > tbody > tr > td.col-md {
        width: 150px;
    }

    .table-dell > thead > tr > th.col-lg,
    .table-dell > tbody > tr > td.col-lg {
        width: 200px;
    }

    .table-dell.table-input > tbody > tr > td {
        vertical-align: top;
    }

        .table-dell.table-input > tbody > tr > td:first-child {
            vertical-align: middle;
        }

        .table-dell.table-input > tbody > tr > td.input-group-left {
            border-right: none;
            padding-right: 0px;
        }

        .table-dell.table-input > tbody > tr > td.input-group-right {
            border-left: none;
        }

            .table-dell.table-input > tbody > tr > td.input-group-right.td-hide {
                padding: 0px 0px;
                width: 0.5px;
            }

    .table-dell.without-check-col > thead > tr > th:first-child,
    .table-dell.without-check-col > tbody > tr > td:first-child {
        width: auto;
        text-align: left;
    }*/


/*-----*/

.table-dell-data {
    border: 1px solid #aaaaaa;
}

    .table-dell-data tr {
        border-bottom: 1px solid #aaaaaa;
    }

    .table-dell-data > thead > tr > th:first-child,
    .table-dell-data > tbody > tr > td:first-child {
        background: #cde5f1;
    }

.table-dell-action {
    margin-bottom: 0px;
}

    .table-dell-action > thead > tr > th,
    .table-dell-action > tbody > tr > td,
    .table-dell-action > tfoot > tr > td {
        padding: 0 0;
        padding-left: 3px;
        border: none;
    }

        .table-dell-action > thead > tr > th:first-child,
        .table-dell-action > tbody > tr > td:first-child,
        .table-dell-action > tfoot > tr > td:first-child {
            padding-left: 0px;
        }

.table-border-top-none > thead > tr:first-child > th,
.table-border-top-none > tbody > tr:first-child > td {
    border-top: none;
}

.table-dell-notification .noti-item {
    color: unset;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    width: 100%;
    display: inline-block;
    position: relative;
}

    .table-dell-notification .noti-item > a {
        color: unset;
        display: inline-flex;
        width: 100%;
        color: #000000;
        padding: 0px 0px;
    }

        .table-dell-notification .noti-item > a,
        .table-dell-notification .noti-item > a:active,
        .table-dell-notification .noti-item > a:focus {
            text-decoration: none;
        }


    .table-dell-notification .noti-item:last-child {
        border-bottom: none;
    }

    .table-dell-notification .noti-item:hover {
        background-color: #ebebeb;
    }

    .table-dell-notification .noti-item .btn.btn-xs.btn-action {
        position: absolute;
        right: 10px;
    }

    .table-dell-notification .noti-item .noti-item--status.icon-status {
        width: 15px;
        float: left;
    }

        .table-dell-notification .noti-item .noti-item--status.icon-status i.fa {
            font-size: 60%;
            margin-left: 0px;
        }

    .table-dell-notification .noti-item .noti-item--status.label-status {
        width: 80px;
        float: left;
    }

    .table-dell-notification .noti-item .noti-item--content,
    .table-dell-notification .noti-item .noti-item--content.with-icon-status {
        float: left;
        padding-left: 5px;
    }

    .table-dell-notification .noti-item .noti-item--content {
        width: 100%;
    }

        .table-dell-notification .noti-item .noti-item--content.with-icon-status {
            width: calc(100% - 15px);
        }

        .table-dell-notification .noti-item .noti-item--content > .message {
            /*width: calc(100% - 15px);*/
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.table-dell-notification .btn-view-more-top {
    position: absolute;
    bottom: -21px;
    left: -1px;
    width: 302px;
}

.table-following-issues {
}

    .table-following-issues > tbody > tr > td {
        background-color: #ffffff;
        border-bottom: 5px solid #eeeeee;
    }

.table-vertical-top tbody tr td {
    vertical-align: top;
}

.td-without-html * {
    font-size: 14px !important;
    line-height: 18px !important;
    color: #444444 !important;
    background-color: transparent !important;
    padding: 0px 0px !important;
    margin: 0px 0px !important;
}

.td-without-html ol,
.td-without-html ul {
    padding: inherit !important;
    padding-left: 25px !important;
    margin: inherit !important;
}

.td-without-html li {
    list-style-type: inherit !important;
}

.pagination .pager {
    width: fit-content;
}

.pagination .pull-left div {
    width: 180px;
    text-align: left;
    display: inline-flex;
}

    .pagination .pull-left div span {
        margin-top: 6px;
    }

    .pagination .pull-left div select {
        width: auto;
    }

.pagination .pull-right .button-pagging-active {
    background: #eeeeee;
    border: solid 1px #cccccc;
    padding: 5px;
    color: #007dc4
}

.pagination .pull-right .button-pagging-none-active {
    background: #eeeeee;
    border: solid 1px #cccccc;
    padding: 5px
}


/*
 ********* Page Header Custom  **********
 */

.page-header-dell {
    margin: 1px 0 10px;
    padding-bottom: 5px;
    border: none;
}
    /*.label-info-color-{
        display:none;
    } 

    .label-info-color-Green {
        background-color: green;
    }

    .label-info-color-Yellow {
        background-color: orange;
    }

    .label-info-color-Red {
        background-color: red;
    }*/

    .page-header-dell .pull-left {
        display: inline-flex;
    }

        .page-header-dell .pull-left h1 {
            margin: -5px 0px 0px 0px;
            white-space: -moz-pre-wrap !important;
            white-space: -webkit-pre-wrap;
            white-space: -pre-wrap;
            white-space: -o-pre-wrap;
            white-space: pre-wrap;
            word-wrap: break-word;
            word-break: break-all;
            white-space: normal;
        }

            .page-header-dell .pull-left h1 .icon {
                width: 32px;
                height: 32px;
                margin-bottom: 5px;
            }

        .page-header-dell .pull-left h4 {
            margin: 10px 0px 3px 0px;
        }

        .page-header-dell .pull-left .btn-xs {
            height: inherit;
            margin-top: 8px;
            margin-left: 10px;
            padding-top: 3px;
        }

            .page-header-dell .pull-left .btn-xs > span.badge {
                margin-top: -2px;
                border-radius: 50%;
                width: 17px;
                height: 17px;
                padding: 0px;
                padding-top: 2.5px;
            }

                .page-header-dell .pull-left .btn-xs > span.badge > i {
                    font-size: 10px;
                }

    .page-header-dell .pull-right .btn {
        margin-bottom: 0;
    }

    .page-header-dell .pull-right .btn-group.open .dropdown-menu {
        margin-top: 2px;
        max-height: 300px;
        overflow-y: auto;
    }

    .page-header-dell .pull-right .btn-group ul.show-hide-columns li label {
        padding: 3px 20px;
        margin: 0px;
    }

/*.page-header-dell .pull-right .btn-group ul.show-hide-columns li button,
    .page-header-dell .pull-right .btn-group ul.show-hide-columns li .btn {
        margin-left: 25px;
    }*/

@media (max-width: 767px) {
    /*.page-header-dell div {
        text-align: left;
    }*/

    .page-header-dell div.pull-left,
    .page-header-dell div.pull-right,
    .btn-group-bottom.pull-right {
        width: 100%;
    }

        .page-header-dell div.pull-left #btn-remove-summary-filter {
            position: absolute;
            right: 15px;
        }

    .page-header-dell div.pull-right,
    .btn-group-bottom.pull-right {
        text-align: left;
    }

        .page-header-dell div.pull-right > button.btn,
        .page-header-dell div.pull-right > div.btn-group,
        .btn-group-bottom.pull-right > button.btn,
        .btn-group-bottom.pull-right > div.btn-group {
            margin: 5px 5px 0px 0px;
            min-width: 30%;
        }

    /*.page-header-dell div.pull-right > button.btn,
        .page-header-dell div.pull-right > div.btn-group > a {
            font-size: 0px;
        }

        .page-header-dell div.pull-right > div.btn-group > a::after {
            display: none;
        }

        .page-header-dell div.pull-right > button.btn > i.fa:first-child,
        .page-header-dell div.pull-right > div.btn-group > a > i.fa:first-child {
            font-size: 14px;
            padding: 5px 0px;
        }*/

    .page-header-dell h4 {
        margin: 10px 0 10px;
    }

    .page-header-dell .btn {
        /*margin: 0 0 10px 5px;*/
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /*.page-header-dell .btn:first-child {
            margin-left: 0px;
        }*/

    .page-header-dell .pull-right .btn-group.open .dropdown-menu-right {
        width: 100%;
        padding-left: 0px;
    }
}

.page-form-group > div {
    padding-left: 0;
}

.page-form-group label {
    padding: 0;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .page-form-group > div {
        padding-left: 0;
        padding-right: 0;
    }
}

/*
 ********* Nav Tabs  **********
 */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    padding-top: 11px;
    padding-bottom: 13px;
}

.nav-tabs.nav > li > a,
.nav-pills.nav > li > a {
    height: auto !important;
}

.tabbable .tab-content .form-group label {
    padding: 0;
}

/*
 ********* Panel Group  **********
 */
.dell-panel-group .panel-heading,
.dell-panel-group .panel-default .panel-heading {
    display: -webkit-box;
}

.dell-panel-group .panel-title > small {
    margin-left: 20px;
    color: #aaaaaa;
}

/*
 ********* Dell Panel **********
 */

.dell-panel > .panel {
    margin-bottom: 0px;
}

/*@media(min-width: 768px) {*/
.dell-panel {
    background-color: #007db8;
}

    .dell-panel > .panel {
        border: none;
        margin: -15px -15px -15px -15px;
        background-color: transparent;
    }

        .dell-panel > .panel > .panel-heading {
            background-color: #005a85;
            border: none;
            padding: 16px 15px;
            -webkit-box-shadow: inset 0 0px 40px -15px #000000;
            -moz-box-shadow: inset 0 0px 40px -15px #000000;
            box-shadow: inset 0 0px 40px -15px #000000;
        }

            .dell-panel > .panel > .panel-heading > h3,
            .dell-panel > .panel > .panel-heading > h5 {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .dell-panel > .panel > .panel-heading > h3 {
                color: #fff;
                font-weight: 700;
                font-size: 16px;
                line-height: 22px;
                font-weight: 700;
            }

                .dell-panel > .panel > .panel-heading > h3 span {
                    height: 20px;
                    width: 20px;
                    min-width: 20px;
                    font-size: 11px;
                    border: none;
                    padding: 0px;
                    margin-left: -25px;
                    margin-top: 1px;
                    position: absolute;
                }

            .dell-panel > .panel > .panel-heading > h5 {
                color: #fff;
                font-size: 14px;
                line-height: 22px;
                margin: 0px 0px;
                opacity: 0.5;
            }

        .dell-panel > .panel > .panel-body {
            padding: 0px 0px;
            position: absolute;
            height: calc(100vh - 203px);
            background: #007db8;
            width: 220px;
            -webkit-box-shadow: inset 0 -10px 20px -20px #ffffff;
            -moz-box-shadow: inset 0 -10px 20px -20px #ffffff;
            box-shadow: inset 0 -10px 20px -20px #ffffff;
        }

        .dell-panel > .panel > .panel-footer {
            bottom: 0;
            position: absolute;
            width: 220px;
            padding: 0px;
            text-align: center;
            border-top: 0px;
            background-color: #006593;
            -webkit-box-shadow: inset 0 20px 20px -30px #000000;
            -moz-box-shadow: inset 0 20px 20px -30px #000000;
            box-shadow: inset 0 20px 20px -30px #000000;
            /*transition: all 0.3s ease;*/
        }

            .dell-panel > .panel > .panel-footer > a.btn-show-hide-panel {
                width: 220px;
                color: #fff;
                border: none;
                padding: 10px 10px 5px 10px;
                margin-bottom: -6px;
                overflow: hidden;
                display: inline-block;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

/*
@media(max-width:767px) {
    .dell-panel > .panel > .panel-footer {
        display: none;
    }
}*/

/*
 ********* Panel Body Link  **********
 */
.panel .panel-heading[data-toggle="collapse"] .caret {
    float: right;
    margin-top: 10px;
}

.fake-selected {
    background-color: #cce5f1 !important;
    border-radius: unset;
}
/*.panel-body-link, .panel-body-link ul {
    padding: 0;
    padding-top: inherit;
    list-style-type: none;
}

    .panel-body-link ul li > a {
    }

    .panel-body-link ul li > a {
        display: block;
        padding: 7px 20px;
        text-decoration: none;
        cursor: pointer;
    }

        .panel-body-link ul li > a.active,
        .panel-body-link ul li > a:hover {
            color: #007db8;
            background-color: #cce5f1;
        }

        .panel-body-link ul li > a.disabled-act,
        .panel-body-link ul li > a.disabled-act:hover,
        .panel-body-link ul li > a.disabled-act:focus,
        .panel-body-link ul li > a.disabled-act:active {
            color: #ccc;
            background-color: #ffffff;
            cursor: default;
        }

    .panel-body-link ul li a:hover {
        text-decoration: none;
    }*/

/*
 ********* Modal custom  **********
 */

.modal-dialog.dell-modal > .modal-content > form > .modal-body,
.modal-dialog.dell-modal > .modal-content > .modal-body {
    display: inline-block;
    width: 100%;
}

.modal-dialog .modal-title,
.modal-dialog.dell-modal > .modal-content > .modal-header h3.modal-title {
    text-transform: uppercase;
}

/*
 ********* Alert custom  **********
 */
.alert {
    position: absolute !important;
    z-index: 999999999;
    top: 60px;
    right: 10px;
    width: auto;
    max-width: 500px;
    height: auto;
    margin-bottom: 0px;
    padding-right: 10px;
    text-align: justify;
}

@media(max-width: 767px) {
    .alert {
        width: calc(100% - 30px);
        margin: 15px 15px;
    }
}

/*
 ********* Control custom  **********
 */

span.require-field {
    font-weight: 700;
    color: #ff0000;
    margin-left: 5px;
}

ul li.disabled,
ul li.disabled:hover,
ul li.disabled a,
ul li.disabled a:hover {
    color: #ccc !important;
    cursor: default !important;
}

.open > .dropdown-menu-right {
    right: 0;
    left: inherit;
    min-width: 215px;
}

.dropdown-sm .searchable-container .searchable-selection--single {
    height: 20px;
}

.dropdown-sm .searchable-container--default .searchable-selection--single .searchable-selection__rendered {
    line-height: 17px;
    padding-right: 25px;
}

.dropdown-sm .searchable-container--default .searchable-selection--single .searchable-selection__arrow {
    height: 14px;
    right: 5px;
}

textarea {
    padding: 7px;
    text-align: left;
    resize: vertical;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-x: hidden;
}

    textarea.textarea-show {
        width: 100%;
        resize: none;
        overflow: hidden;
        height: 34px;
    }

.textarea-200, .textarea-100, .textarea-70, .textarea-50, .textarea-43 {
    max-height: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
}

.textarea-200 {
    height: 200px;
    min-height: 200px;
}

.textarea-100 {
    height: 100px;
    min-height: 100px;
}

.textarea-70 {
    height: 70px;
    min-height: 70px;
}

.textarea-50 {
    height: 50px;
    min-height: 50px;
}

.textarea-43 {
    height: 43px;
    min-height: 43px;
}

.textarea-readonly {
    background-color: #fff !important;
    border-color: rgb(238, 238, 238);
    box-shadow: none;
    margin-top: 5px;
    margin-bottom: 0px;
    -webkit-box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
}

.scroll-200 {
    width: 100%;
    height: 200px;
    overflow-y: auto;
}

.input-group > label.radio-inline {
    height: 20px;
    padding: unset;
    padding-left: 30px;
}

ul.ui-autocomplete {
    background-color: #f5f5f5;
    border: 1px solid #fff;
    border-top: none;
    height: auto;
    max-height: 300px;
    overflow-y: auto;
    z-index: 5000;
}

    ul.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
        font-size: 12px;
        margin: 0;
        padding: 10px 5px;
        list-style-image: none;
    }

        ul.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper:hover {
            color: #007db8;
            background-color: #cce5f1;
        }

ul.history {
    padding-left: 0px;
    list-style-type: none;
}

    ul.history li {
        padding: 5px 0px;
    }

.dual-list,
.dual-list .dual-list--source,
.dual-list .dual-list--action,
.dual-list .dual-list--target {
    padding: 0;
}

    .dual-list .dual-list--source,
    .dual-list .dual-list--source select,
    .dual-list .dual-list--target,
    .dual-list .dual-list--target select,
    .dual-list .dual-list--action {
        height: 250px;
        min-height: 250px;
        max-height: 250px;
    }

        .dual-list .dual-list--source select,
        .dual-list .dual-list--target select {
            overflow-y: auto;
            overflow-x: hidden;
        }

    .dual-list .dual-list--action {
        padding-top: 40px;
    }

        .dual-list .dual-list--action > .row {
            padding: 5px 0px;
        }

        .dual-list .dual-list--action button {
            padding: 0px;
            width: 32px;
            height: 32px;
            text-align: center;
        }

.group-detail {
    display: none;
}

.group-detail-active {
    display: block;
}

.dual-action .dual-action--source,
.dual-action .dual-action--action {
    padding: 0;
}

.dual-action .dual-action--source,
.dual-action .dual-action--action {
    height: 362px;
    min-height: 362px;
    max-height: 362px;
}

.dual-action .dual-action--source {
    width: calc(100% - 45px);
    overflow-y: auto;
    overflow-x: hidden;
}

.dual-action .dual-action--action {
    width: 35px;
    padding-left: 10px;
    padding-top: 115px;
}

    .dual-action .dual-action--action button {
        padding: 0px;
        width: 32px;
        height: 32px;
        text-align: center;
    }

/************Process Checklist*************/
.form-edit-row, .table-checklist-input, .btn-add-col {
    display: none;
}

.row-option-detail {
}

    .row-option-detail .arrow-up {
        margin: 0 auto;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #aaaaaa;
        margin-top: -10px;
        margin-bottom: 15px;
    }

    .row-option-detail input[type=text] {
        padding-right: 30px;
        margin-bottom: 10px;
    }

    .row-option-detail .remove-option-detail {
        position: absolute;
        top: 8px;
        right: 25px;
        padding-top: 0px;
        padding-bottom: 0px;
    }


/* ***********Role Detail*********** */
.list-manage-role {
    padding: 0;
}

.group-roles {
    padding: 20px 0 0;
}

.detail-roles {
    padding: 0 20px;
}

.list-roles {
    padding-top: 15px;
}

.user-type {
    margin-left: -15px;
}

.user-type-detail {
    margin-left: 15px;
}

.radio-inline {
    padding: 0;
}

.radio-without-label {
    position: absolute;
    top: 15%;
    left: -35px;
}

.radio-with-label {
    position: absolute;
    top: 50%;
    left: -35px;
}

.title-roles {
    padding: 10px 0;
}

.text-right, .btn-value {
    float: right;
}

.align-right {
    text-align: right;
}

/*
 ********* Group **********
 */

.group-info .group-info-header {
    padding-bottom: 0px;
}

    .group-info .group-info-header hr {
        margin: 0px;
        margin-bottom: 10px;
    }

.group-info .group-info-content {
    padding-top: 0px;
}

.manage-roles {
    padding-left: 20px;
    padding-bottom: 10px;
}

/********* Textbox List ********** */
.textbox-list {
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

    .textbox-list .textbox-list--result {
        position: relative;
    }

        .textbox-list .textbox-list--result > label.item {
            margin-left: 10px;
            padding: 7px 7px 5px 10px;
            margin: 2.5px 0px 2.5px 5px;
            background-color: #cce5f1;
            display: inline-block;
        }

            .textbox-list .textbox-list--result > label.item:hover {
                background-color: #ccc;
            }

            .textbox-list .textbox-list--result > label.item > span {
                margin-left: 5px;
                padding: 2.5px 4px 0.5px 5px;
            }

                .textbox-list .textbox-list--result > label.item > span:hover {
                    cursor: pointer;
                }

                .textbox-list .textbox-list--result > label.item > span i {
                    font-size: 12px;
                }

    .textbox-list .textbox-list--input,
    .textbox-list .textbox-list--input:active,
    .textbox-list .textbox-list--input:focus,
    .textbox-list .textbox-list--input::after {
        background-color: transparent;
        border: transparent;
        outline-width: 0;
        box-shadow: none !important;
        outline: none !important;
        outline-style: none !important;
    }

.email-suggestion-list {
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

    .email-suggestion-list .email-suggestion-list--result {
    }

    .email-suggestion-list .email-suggestion-list--result {
        position: relative;
        padding: 2.5px 2.5px 0px 2.5px;
        max-height: 68px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .email-suggestion-list .email-suggestion-list--result > label.item {
            padding: 4px 20px 3px 10px;
            margin: 0px 3px 1.5px 0px;
            background-color: #cce5f1;
            /*display: inline-block;*/
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
            display: block;
        }

            .email-suggestion-list .email-suggestion-list--result > label.item:not(:first-child) {
                margin-top: 2px;
            }

            .email-suggestion-list .email-suggestion-list--result > label.item:hover {
                background-color: #ccc;
            }

            .email-suggestion-list .email-suggestion-list--result > label.item > span {
                margin-left: 5px;
                padding: 0.5px 4px 0.5px 5px;
                position: absolute;
                right: 7px;
            }

                .email-suggestion-list .email-suggestion-list--result > label.item > span:hover {
                    cursor: pointer;
                }

                .email-suggestion-list .email-suggestion-list--result > label.item > span i {
                    font-size: 12px;
                }

    .email-suggestion-list .email-suggestion-list--input,
    .email-suggestion-list .email-suggestion-list--input:active,
    .email-suggestion-list .email-suggestion-list--input:focus,
    .email-suggestion-list .email-suggestion-list--input::after {
        background-color: transparent;
        border: transparent;
        outline-width: 0;
        box-shadow: none !important;
        outline: none !important;
        outline-style: none !important;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 3px;
        height: 29.5px;
    }

div[data-toggle="collapse"] {
    cursor: pointer;
}

.hide-expanded, .collapsed .show-collapsed {
    display: block;
    -webkit-transition: height .3s .5s ease;
    -moz-transition: height .3s .5s ease;
    -o-transition: height .3s .5s ease;
    transition: height .3s .5s ease;
}

.collapsed .hide-expanded, .show-collapsed {
    display: none;
    -webkit-transition: height .3s .5s ease;
    -moz-transition: height .3s .5s ease;
    -o-transition: height .3s .5s ease;
    transition: height .3s .5s ease;
}

.show-collapsed, .hide-expanded {
    padding: 0 0 !important;
}

.icon-popover-help,
.input-popover-noti {
    font-size: 18px;
}

    .icon-popover-help:active,
    .icon-popover-help:focus,
    .icon-popover-help:hover,
    .input-popover-noti:active,
    .input-popover-noti:focus,
    .input-popover-noti:hover {
        text-decoration: none;
        outline: none;
        cursor: pointer;
    }

.input-popover-noti {
    float: right;
    margin-top: -28px;
    margin-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.display-inline-left {
    display: inline;
    float: left;
}

.search-option {
    background: #eeeeee;
    padding: 20px 0 0;
    border-top: 2px solid #316d89;
}

.dell-info-panel {
    background-color: #eeeeee;
}

    .dell-info-panel.dell-info-panel-gray {
        border-top: 2px solid #aaaaaa;
    }

    .dell-info-panel.dell-info-panel-green {
        border-top: 2px solid #6ea204 !important;
    }

    .dell-info-panel.dell-info-panel-blue {
        border-top: 2px solid #007db8;
    }

    .dell-info-panel.dell-info-panel-dark-blue {
        border-top: 2px solid #00447c;
    }

    .dell-info-panel > .dell-info-panel-body {
        padding: 15px 0;
    }

        .dell-info-panel > .dell-info-panel-body > .dell-info-panel--title {
            text-align: center;
        }

        .dell-info-panel > .dell-info-panel-body > .dell-info-panel--params {
            padding: 0 0;
        }

            .dell-info-panel > .dell-info-panel-body > .dell-info-panel--params > div {
                padding: 0 0;
            }

                .dell-info-panel > .dell-info-panel-body > .dell-info-panel--params > div.collapse.in {
                    overflow: visible;
                }

            .dell-info-panel > .dell-info-panel-body > .dell-info-panel--params .param-item {
                padding-left: 0px;
            }

    .dell-info-panel > .dell-info-panel-footer {
        padding: 15px 0;
        border-top: 1px solid #cccccc;
    }

div.collapse.in {
    overflow: visible;
}

.textbox-min {
    background-color: transparent;
    border: transparent !important;
    outline-width: 0;
    box-shadow: none !important;
    outline: none !important;
    outline-style: none !important;
    border-bottom: 1px solid #cccccc !important;
}

.lable-background {
    position: relative;
    z-index: 1;
}

    .lable-background:before {
        border-top: 2px solid #dfdfdf;
        content: "";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }

    .lable-background > span {
        background: #fff;
        padding-right: 15px;
    }

        .lable-background > span.light-gray {
            background: #eeeeee;
        }

.label-color-status {
    padding: 3px 5px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
}

    .label-color-status.label-xs {
        min-width: 80px;
    }

    .label-color-status.label-sm {
        min-width: 100px;
    }

    .label-color-status.label-md {
        min-width: 165px;
    }

    .label-color-status.background-default {
        background-color: transparent;
        border: 1px solid #aaaaaa;
        color: #000000;
    }

    .label-color-status.background-red-dark {
        background-color: #ce1126;
        border: 1px solid #ce1126;
        color: #ffffff;
    }

    .label-color-status.background-green {
        background-color: #6ea204;
        border: 1px solid #6ea204;
        color: #ffffff;
    }

    .label-color-status.background-gray {
        background-color: #aaaaaa;
        border: 1px solid #aaaaaa;
        color: #ffffff;
    }

    .label-color-status.background-yellow {
        background-color: #f2af00;
        border: 1px solid #f2af00;
        color: #ffffff;
    }

    .label-color-status.background-done {
        background-color: rgb(0, 153, 0);
        border: 1px solid rgb(0, 153, 0);
        color: #ffffff;
    }

    .label-color-status.background-opened-reopened {
        background-color: rgb(0, 255, 0);
        border: 1px solid rgb(0, 255, 0);
        color: #ffffff;
    }

    .label-color-status.background-inprogress {
        background-color: rgb(255, 204, 0);
        border: 1px solid rgb(255, 204, 0);
        color: #ffffff;
    }

    .label-color-status.background-resolved {
        background-color: rgb(255, 153, 0);
        border: 1px solid rgb(255, 153, 0);
        color: #ffffff;
    }

    .label-color-status.background-blocked {
        background-color: rgb(255, 0, 0);
        border: 1px solid rgb(255, 0, 0);
        color: #ffffff;
    }

    .label-color-status.background-backlog {
        background-color: rgb(191, 0, 255);
        border: 1px solid rgb(191, 0, 255);
        color: #ffffff;
    }

    .label-color-status.background-selected-for-development {
        background-color: rgb(0, 64, 255);
        border: 1px solid rgb(0, 64, 255);
        color: #ffffff;
    }




    .label-color-status > h3 {
        margin: 1px !important;
    }

    .label-color-status > h4 {
        margin: 2px !important;
    }

    .label-color-status > h5 {
        margin: 4px !important;
    }

table div.label-color-status {
    min-width: unset !important;
    /*width: 140px;*/
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-center {
    text-align: center !important;
}

.text-bold {
    font-weight: 700;
}

.text-normal {
    font-weight: normal !important;
}

.text-yellow {
    color: #f2af00;
}

a.text-yellow:hover,
a.text-yellow:focus {
    color: #f2af00;
}

.text-gray {
    color: #aaaaaa;
}

.text-light-blue {
    color: #cce5f1
}

.text-teal {
    color: #42aeaf
}

.text-dell-red {
    color: #D74324;
}

.text-trim {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-trim-1-line {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-trim-collapse {
    max-width: 200px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-without-trim {
    overflow: visible;
    display: inline-block;
    text-overflow: unset;
    white-space: unset;
}

.block-with-text-firefox {
    display: block;
    text-overflow: ellipsis;
}

.block-with-text-msie {
    display: block;
}

.block-with-text {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 37px;
    text-align: left;
    padding-right: 15px;
    margin-bottom: 0px;
}

    .block-with-text::before {
        content: "...";
        position: absolute;
        right: -3px;
        bottom: -4px;
        width: 20px;
        font-size: 24px;
    }

    .block-with-text::after {
        content: "";
        position: absolute;
        right: 0px;
        width: 16px;
        height: 2em;
        margin-top: 0.0em;
        background-color: #ffffff;
    }

.word-break-all {
    word-break: break-all;
}

.word-break-word {
    word-break: break-word;
}

table tr:nth-child(even) .block-with-text::after {
    content: "";
    position: absolute;
    right: 0px;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background-color: #F5F5F5;
}

table tr:nth-child(odd) .block-with-text::after {
    content: "";
    position: absolute;
    right: 0px;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background-color: #ffffff;
}

table tr:hover .block-with-text::after {
    content: "";
    position: absolute;
    right: 0px;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background-color: #EBEBEB;
}

.widget {
    margin: 30px 0;
    padding: 30px;
}

    .widget .text-number {
        position: relative;
        font-size: 50px;
        color: #fff;
    }

    .widget .text-status {
        position: absolute;
        top: 70px;
        left: 125px;
        color: #fff;
    }

.widget-2 {
    margin-bottom: 20px;
    padding: 35px 10px 25px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-bottom: 4px solid #007db8;
    display: inline-block;
    width: 100%;
    min-height: 225px;
    color: #444444;
}

    .widget-2:hover {
        color: #007db8;
    }

    .widget-2 a {
        color: #000000;
    }

        .widget-2 a:hover {
            color: #007db8;
        }

    .widget-2.deactive {
        border: 1px solid #D1D1D1;
        border-bottom: 4px solid #D1D1D1;
        color: #D1D1D1;
    }

        .widget-2.deactive:hover {
            color: #D1D1D1;
        }

        .widget-2.deactive img {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            opacity: 0.5;
        }

.folder.widget-2 {
    padding: 0px 0px;
}

    .folder.widget-2 .widget-group {
        width: 100%;
        padding: 30px 15px 25px;
        display: inline-block;
    }

    .folder.widget-2 .row-button {
        margin-left: -1px;
        margin-right: -1px;
        width: calc(100% + 3px);
    }

        .folder.widget-2 .row-button .btn {
            padding: 6px 5px;
            background-color: #ffffff;
        }

        .folder.widget-2 .row-button.row-blank {
            height: 32px;
        }

.widget-img img {
    /*-webkit-filter: opacity(.7) drop-shadow(0 0 0 #1E90FF);
    filter: opacity(.7) drop-shadow(0 0 0 #1E90FF);*/
    width: 50px;
}

.widget-3 {
    padding: 35px 10px 25px;
    text-align: center;
    background-color: #ffffff;
    border: 1px dashed #cccccc !important;
    border-bottom: 4px solid #007db8 !important;
    display: inline-block;
    width: 100%;
    min-height: 225px;
}

    .widget-3:hover,
    .widget-3:focus {
        background: #DADADA;
    }

.widget-4 {
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-bottom: 4px solid #007db8;
    display: inline-block;
    width: 100%;
    min-height: 225px;
}

    .widget-4 a {
        color: #000000;
    }

        .widget-4 a:hover {
            color: #007db8;
        }

.background-blue-light {
    background-color: #CCE5F1;
}

.background-blue {
    background-color: #007db8;
}

.background-blue-dark {
    background-color: #00447c;
}

.background-default {
    background-color: transparent;
}

.background-red {
    background-color: #D74324 !important;
}

.background-red-dark {
    background-color: #ce1126 !important;
}

.background-green {
    background-color: #6ea204;
}

.background-gray-light {
    background-color: #eeeeee;
}

.background-gray {
    background-color: #aaaaaa;
}

.background-gray-dark {
    background-color: #444444;
}

.background-yellow {
    background-color: #f2af00;
}

.background-white {
    background-color: #ffffff;
}

.background-purple {
    background-color: #6e2585;
}

.backgound-dell-red {
    background-color: #D74324;
}

.border-form {
    border: 1px solid #dfdfdf;
}

.border-radius-0,
.border-radius-0 .k-dropdown-wrap {
    border-radius: 0px !important;
}

.fa-item-down {
    border-right: 1px solid #cdcdcd;
    padding: 0 5px;
    font-weight: 900;
}

.fa-item-up {
    padding-left: 2px;
    padding-right: 5px;
    font-weight: 900;
}

.fa-circle-severity {
    font-size: 60%;
}

.border-btn-angle {
    border: 1px solid #cdcdcd;
    margin-left: 15px;
}

.avatar-text {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    /*background-color: #007db8;
    color: #ffffff;*/
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-top: 7px;
}

.comment-list {
    width: 100%;
    height: auto;
    border: 1px solid #cccccc;
    padding: 15px 20px;
    margin-bottom: 5px;
    background-color: #ffffff;
}

    .comment-list .comment-item {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #cccccc;
        padding: 5px 0px;
        margin-bottom: 10px;
    }

        .comment-list .comment-item:last-child {
            border-bottom: none;
        }

        .comment-list .comment-item > .comment-item--title {
            display: inline-block;
        }

            .comment-list .comment-item > .comment-item--title > .title-avatar {
                width: auto;
                float: left;
            }

            .comment-list .comment-item > .comment-item--title > .title-info {
                margin-left: 10px;
                width: auto;
                float: left;
            }

        .comment-list .comment-item > .comment-item--content {
            white-space: unset !important;
        }

            .comment-list .comment-item > .comment-item--content ol,
            .comment-list .comment-item > .comment-item--content ul {
                -webkit-padding-start: 15px;
            }

                .comment-list .comment-item > .comment-item--content ol li,
                .comment-list .comment-item > .comment-item--content ul li {
                    list-style-type: unset;
                    display: list-item;
                }

.border-none {
    border: none !important;
}

.border-gray {
    border: 1px solid #aaaaaa;
}

.border-top-green {
    border-top: 2px solid #6ea204 !important;
}

.border-top-1-green {
    border-top: 1px solid #6ea204 !important;
}

.border-bottom-gray {
    border-bottom: 1px solid #cccccc;
}

.border-top-gray-dark {
    border-top: 1px solid #737373;
}

.border-top-gray {
    border-top: 2px solid #cccccc;
}

.border-right-gray,
.desktop-border-right-gray {
    border-right: 1px solid #cccccc;
}

.border-bottom-div {
    border-bottom: 1px solid #aaaaaa;
    width: 60px;
    margin: 15px 0;
}

.border-bottom-none {
    border-bottom: none;
}

.box-shadow {
    box-shadow: 0px 0px 15px #cccccc;
}

.row-background {
    padding: 0px 0px;
}

    .row-background .row-title {
        padding: 100px 30px 50px;
        height: 400px;
        position: relative;
        background-position: top center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

        .row-background .row-title.document-title {
            padding-top: 70px;
            padding-bottom: 130px;
            height: auto;
        }

        .row-background .row-title .text h1 {
            font-size: 60px;
            line-height: 60px;
            text-shadow: 2px 2px 6px #000000;
        }

        .row-background .row-title .col {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 0px 30px;
            opacity: 0.1;
        }

            .row-background .row-title .col > table {
                width: 100%;
                height: 100%;
            }

                .row-background .row-title .col > table td {
                    width: 25%;
                    height: 100%;
                    border-right: 1px solid #ffffff;
                }

                    .row-background .row-title .col > table td:last-child {
                        border-right: none;
                    }

    .row-background .row-widget {
        width: 100%;
        position: absolute;
        top: 260px;
        padding: 0px 30px;
        padding-bottom: 60px;
    }

        .row-background .row-widget div.col-sm-3 {
            padding: 0px 30px;
        }

@media(min-width: 768px) and (max-width: 991px) {
    .row-background .row-title {
        padding: 100px 15px 50px;
    }

        .row-background .row-title .col {
            padding: 0px 15px;
        }

    .row-background .row-widget {
        padding: 0px 15px;
    }

        .row-background .row-widget div.col-sm-3 {
            padding: 0px 15px;
        }

    .desktop-border-right-gray {
        border-right: none;
    }

    .auto-scroll-panel-left-bar {
        height: calc(100% - 240px);
        overflow-y: auto;
    }

    .auto-scroll-panel-left-bar-width-dropdown {
        height: calc(100% - 290px);
        overflow-y: auto;
    }
}

@media (max-width: 767px) {
    .row-background .row-title {
        padding: 50px 15px 0px;
        height: 200px;
    }

        .row-background .row-title .text h1 {
            font-size: 32px;
            line-height: 32px;
        }

    .row-background .row-widget {
        top: 130px;
        padding: 0px 15px;
    }

        .row-background .row-widget > div {
            padding: 0px 15px;
        }

    .row-background .row-title .col > table {
        display: none;
    }

    .block-with-text {
        overflow: hidden;
        position: relative;
        line-height: 1.2em;
        max-height: 30px;
        text-align: left;
        padding-right: 15px;
        margin-bottom: 0px;
    }

        .block-with-text::before {
            content: "...";
            position: absolute;
            right: -5px;
            bottom: 0px;
        }

        .block-with-text::after {
            content: "";
            position: absolute;
            right: 0px;
            width: 16px;
            height: 2em;
            margin-top: 0.0em;
            background-color: #ffffff;
        }

    .group-btn-offcanvas {
        margin-top: -33px;
    }
}


.background-project-dashboard {
    background-image: url(../../content/images/background-metrics-dashboard.jpg);
}

.background-metrics-dashboard {
    background-image: url(../../content/images/background-metrics-dashboard.jpg);
}

.background-issues-dashboard {
    background-image: url(../../content/images/background-issues-dashboard.jpg);
}

.background-process-dashboard {
    background-image: url(../../content/images/background-process-dashboard.jpg);
}

.background-admin-dashboard {
    background-image: url(../../content/images/background-admin-dashboard.jpg);
}

.qbr-category-checklist {
    padding-top: 5px;
}

    .qbr-category-checklist .qbr-category-checklist--item {
        padding-top: 5px;
    }

        .qbr-category-checklist .qbr-category-checklist--item:last-child {
            padding-bottom: 2px;
        }

        /*.qbr-category-checklist .qbr-category-checklist--item:hover {
            background-color: #cce5f1;
        }*/

        .qbr-category-checklist .qbr-category-checklist--item .checklist--item-label {
            margin-left: 70px;
            padding-top: 2px;
        }

        .qbr-category-checklist .qbr-category-checklist--item .checklist--item-action {
            padding-top: 7px;
        }

.form-category .form-category--footer {
    border-top: 1px solid #cccccc;
    text-align: right;
    padding: 15px 15px;
}

.rotate-90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.icon-ui-arrowleft {
    font-size: 11px !important;
}

.dell-document-panel {
    background-color: #ffffff;
    border-right: 1px solid #DCDCDC;
}

    .dell-document-panel > .panel > .panel-body {
        height: calc(100% - 130px);
    }

    .dell-document-panel > .panel > .panel-footer {
        background-color: #ffffff;
        border-top: 1px solid #DCDCDC;
        border-right: 1px solid #DCDCDC;
    }

        .dell-document-panel > .panel > .panel-footer > a.btn-show-hide-panel {
            color: #444444;
        }

    .dell-document-panel div.k-treeview ul.k-treeview-lines > li {
        margin-left: 5px;
    }

    .dell-document-panel div.k-treeview ul.k-treeview-lines li .k-in,
    .dell-document-panel div.k-treeview ul.k-treeview-lines li .k-icon {
        color: #444444;
    }

    .dell-document-panel div.k-treeview ul.k-treeview-lines li .k-in {
        margin: 3px 0px;
        width: calc(100% - 25px);
        word-wrap: break-word;
        white-space: initial;
    }

        .dell-document-panel div.k-treeview ul.k-treeview-lines li .k-in:hover,
        .dell-document-panel div.k-treeview ul.k-treeview-lines li .k-state-selected {
            background-color: #cce5f1 !important;
            border-radius: 0px;
        }

    .dell-document-panel div.k-treeview .k-image, .k-treeview .k-sprite {
        margin-right: 5px;
        margin-top: -4px;
    }

    .dell-document-panel .mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
        background-color: #eeeeee;
        background-color: rgba(0,0,0,0.2);
    }

    .dell-document-panel .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #aaaaaa;
    }

.k-block, .k-draghandle, .k-inline-block, .k-widget {
    border-width: thin !important;
}

.k-autocomplete, .k-dropdown-wrap, .k-numeric-wrap, .k-picker-wrap, .k-textbox {
    border-width: thin !important;
}
/****************************************************/
/*********** Telerik UI Customization ***************/
/****************************************************/
.k-state-focused {
    box-shadow: unset !important;
}

.k-grid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .k-grid,
    .k-grid tr th,
    .k-grid tr td,
    .k-grid .k-grid-header,
    .k-grid .k-grid-header-wrap,
    .k-grid .k-grid-header .k-header,
    .k-grid .k-grid-content,
    .k-grid .k-grid-content-locked,
    .k-grid .k-grid-pager {
        border: none;
        border-radius: 0px;
    }

        .k-grid .k-grid-header-wrap {
            background: #fff !important;
        }

        .k-grid .k-grid-header {
            padding-right: 0px !important;
        }

            .k-grid .k-grid-header thead tr,
            .k-grid .k-grid-header thead tr:hover,
            .k-grid .k-grid-header thead tr:active,
            .k-grid .k-grid-header thead tr:focus {
                background: #eee;
            }

            .k-grid .k-grid-header .k-header {
                padding-top: 10px;
                padding-bottom: 10px;
                padding-left: 1em;
                border-bottom: 2px solid #dcdcdc;
            }

                .k-grid .k-grid-header .k-header[data-title="Action"] {
                    font-weight: 900;
                    text-align: center;
                }

            .k-grid .k-grid-header tr:hover,
            .k-grid .k-grid-header .k-header {
                background-color: transparent;
                border-right: 1px solid #dcdcdc;
                border-top: 1px solid #dcdcdc;
            }

                .k-grid .k-grid-header .k-header a,
                .k-grid .k-grid-header .k-header span {
                    font-weight: 700;
                }

                .k-grid .k-grid-header .k-header .k-link,
                .k-grid .k-grid-header .k-grid-header-wrap .k-header label,
                .k-grid .k-grid-header .k-grid-header-wrap .k-header a {
                    margin-right: 0px;
                    white-space: initial !important;
                    -ms-word-break: break-word;
                    word-break: break-word;
                }

            .k-grid .k-grid-header .k-grid-header-wrap .k-header a,
            .k-grid .k-grid-header .k-grid-header-wrap .k-header span {
                margin-top: 0;
            }

.table-keep-column.k-grid .k-grid-header .k-grid-header-wrap .k-header a,
.table-keep-column.k-grid .k-grid-header .k-grid-header-wrap .k-header span {
    margin-top: 10px;
}

.k-grid .k-grid-header .k-header .k-grid-filter {
    color: #007db8;
    float: left;
    padding-top: 0.35em;
}

    .k-grid .k-grid-header .k-header .k-grid-filter.k-state-active {
        border: none;
        border-radius: 2px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 1px 2px;
        margin-top: -0.1em;
        background-color: #007db8;
        color: #ffffff;
    }

.k-grid .k-grid-header .k-header.header-without-filter a,
.k-grid .k-grid-header .k-header.header-without-filter span {
    margin-left: 8.4px;
}

.k-grid .k-grid-header .k-grid-header-wrap .k-header label,
.k-grid .k-grid-header .k-header .k-link,
.k-grid .k-grid-header .k-grid-header-wrap .k-header a {
    margin-left: -10px;
}

.k-grid-header th.k-header {
    vertical-align: middle;
}

.k-grid .k-grid-content,
.k-grid .k-grid-content-locked {
    height: auto;
    overflow-y: hidden;
}

    .k-grid .k-grid-content .k-grid-norecords {
        height: 50px;
    }

        .k-grid .k-grid-norecords-template,
        .k-grid .k-grid-content .k-grid-norecords .k-grid-norecords-template {
            border: none;
            border-bottom: 1px solid #ccc;
            width: 100%;
            margin: 0px;
            line-height: 3.5em;
            height: 45px;
            top: 0px;
            left: 0px;
        }

    .k-grid .k-grid-content tr:hover,
    .k-grid .k-grid-content-locked tr:hover {
        background-color: #ebebeb;
    }

    .k-grid .k-grid-content.k-auto-scrollable .k-grid-content-expander {
        width: 100% !important;
    }

.k-grid .k-grid-pager {
    padding: 20px 0px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .k-grid .k-grid-pager .k-pager-nav,
    .k-grid .k-grid-pager .k-pager-numbers .k-link {
        padding: 0 0;
    }

    .k-grid .k-grid-pager .k-pager-sizes,
    .k-grid .k-grid-pager .k-pager-sizes > span {
        width: auto;
    }

        .k-grid .k-grid-pager .k-pager-sizes.k-label,
        .k-grid .k-grid-pager .k-pager-info.k-label {
            color: #000000;
        }

    .k-grid .k-grid-pager .k-pager-info.k-label {
        padding-right: 0px;
    }

.table-keep-column .k-grid-header .k-grid-header-wrap thead th .k-link {
    height: 1px;
}

.k-grid-content label.k-checkbox-label.k-no-text {
    margin-left: -7px;
}

tr.k-state-selected, tr.k-state-selected:hover {
    border-color: unset;
    color: unset;
    background-color: unset;
}

.k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover td {
    background-color: unset;
}

@media only screen and (max-width: 1024px) {
    .k-grid .k-grid-pager .k-pager-numbers .k-current-page .k-link.k-pager-nav, .k-grid .k-grid-pager .k-pager-numbers .k-state-selected, .k-grid .k-grid-pager .k-pager-numbers .k-link {
        text-align: center;
    }

    .k-grid .k-grid-pager > .k-link[title='Go to the next page'].k-pager-nav {
        margin-left: 4.8em;
    }
}

.k-animation-container {
    margin-top: 2px;
}

    .k-animation-container .k-popup .k-list .k-state-selected,
    .k-animation-container .k-popup .k-list .k-state-hover,
    .k-animation-container .k-popup .k-list-scroller .k-list .k-state-focused {
        color: #444444;
        background-color: #eeeeee;
        border-radius: 0px !important;
        padding: 4px;
    }

    .k-animation-container .k-popup .k-list .k-state-selected {
        color: #3f51b5 !important;
    }

.k-listbox .k-item, .k-popup .k-list .k-item {
    padding: 4px;
}

.k-filter-menu {
    right: 0px;
    width: 250px;
    max-width: 300px;
}

    .k-filter-menu .k-textbox {
        background-color: #ffffff;
    }

    .k-filter-menu .k-multicheck-wrap {
        max-height: 300px;
    }

        .k-filter-menu .k-multicheck-wrap .k-item .k-label {
            padding-top: 0;
            padding-bottom: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .k-filter-menu .k-button {
        border-radius: 0px;
    }

.k-texteditor-result {
    width: 100%;
    min-height: 34px;
    border: 1px solid #cccccc;
    padding: 10px;
    white-space: unset !important;
}

    .k-texteditor-result ul,
    .k-texteditor-result ol {
        -webkit-padding-start: 15px;
    }

        .k-texteditor-result ul li,
        .k-texteditor-result ol li {
            list-style-type: unset;
            display: list-item;
        }

.editor-only-text .k-editor {
    border-radius: 0;
    background-color: #ffffff !important;
}

    .editor-only-text .k-editor tr[role=presentation] {
        display: none;
    }

    .editor-only-text .k-editor td.k-editable-area {
        padding: 0px;
        border: none;
    }

        .editor-only-text .k-editor td.k-editable-area iframe {
            border: none;
        }

            .editor-only-text .k-editor td.k-editable-area iframe body {
                padding: 0px 0px !important;
            }

        .editor-only-text .k-editor td.k-editable-area .k-resize-handle {
            bottom: 0px;
            right: 0px;
        }

.k-editor .k-editor-toolbar a.k-tool {
    padding: 0 0;
}

.chart-info {
    width: 100%;
    position: relative;
}

    .chart-info .chart-generation-time {
        font-size: 13px;
        position: absolute;
        right: 0;
        top: 0;
    }

.k-multiselect, .k-multiselect:focus, .k-state-border-up, .k-multiselect .k-multiselect-wrap,
.k-multiselect .k-multiselect-wrap ul li.k-button {
    border-radius: 0px !important;
}

    .k-multiselect .k-multiselect-wrap {
        padding-top: 1px;
        padding-left: 1px;
        max-height: 64px;
        overflow-y: auto;
        padding-right: 3px;
    }

        .k-multiselect .k-multiselect-wrap ul li.k-button {
            color: #444444;
            border-color: #cce5f1;
            background-color: #cce5f1;
            width: 100%;
        }

            .k-multiselect .k-multiselect-wrap ul li.k-button > span:first-child {
                float: left;
                text-align: left;
                width: 100%;
                overflow: hidden;
                display: inline-block;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .k-multiselect .k-multiselect-wrap ul li.k-button:hover {
                border-color: #aaaaaa;
                background-color: #aaaaaa;
            }

        .k-multiselect .k-multiselect-wrap > .k-icon.k-i-close {
            display: none !important;
        }

        .k-multiselect .k-multiselect-wrap input.k-input {
            margin-left: -7px;
            padding-bottom: 5px;
        }

@media(min-width: 768px) {
    .k-multiselect-desktop.k-multiselect .k-multiselect-wrap ul li.k-button {
        width: auto !important;
    }
}

div[class$="scroll-k-grid"] {
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 10;
    position: fixed;
}

div[class$="scroll-k-grid-content"] {
    height: 1px;
}

.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bg-3_Quaterly_Project {
    width: 80px;
    height: 80px;
    background: url('/css_sprite.png') -80px -0px;
}

.bg-4_PPA_Metrics {
    width: 80px;
    height: 80px;
    background: url('/css_sprite.png') -80px -160px;
}

.bg-5_ODM_QBR {
    width: 80px;
    height: 80px;
    background: url('/css_sprite.png') -0px -80px;
}

.bg-6_ODM_Audit {
    width: 80px;
    height: 80px;
    background: url('/css_sprite.png') -80px -80px;
}

.bg-7_DASH {
    width: 80px;
    height: 80px;
    background: url('/css_sprite.png') -160px -0px;
}

.bg-8_ATS {
    width: 80px;
    height: 80px;
    background: url('/css_sprite.png') -160px -80px;
}

.bg-1_Validation_Executive {
    width: 80px;
    height: 80px;
    background: url('/css_sprite.png') -0px -160px;
}

.bg-2_Validation_Project {
    width: 80px;
    height: 80px;
    background: url('/css_sprite.png') -0px -0px;
}

.css-sprite {
    margin: auto;
}

.css-spite-icon {
    float: left;
    position: relative;
    top: 3px;
}

.cus-selkendo-width {
    width: 100% !important;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

.ui-autocomplete-loading {
    background: white url("../../Content/images/ui-anim_basic_16x16.gif") right center no-repeat;
}

.no-break {
    white-space: nowrap;
}

.k-autocomplete, .k-block, .k-calendar .k-link, .k-calendar td, .k-calendar-container, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-drag-clue, .k-dropdown, .k-dropdown-wrap, .k-editor-inline, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-inline-block, .k-list-container, .k-multiselect, .k-notification, .k-numeric-wrap, .k-numerictextbox, .k-picker-wrap, .k-slider-selection, .k-slider-track, .k-split-button, .k-textbox, .k-tile, .k-timepicker, .k-tooltip, .k-touch-scrollbar, .k-treeview .k-in, .k-upload, .k-window, .k-window-action, .k-window-titleless .k-window-content {
    border-radius: 0px !important;
}

    .k-calendar-container .k-calendar .k-header .k-link.k-nav-next,
    .k-calendar-container .k-calendar .k-header .k-link.k-nav-prev,
    .k-calendar-container .k-widget.k-calendar .k-nav-fast {
        height: 15px !important;
        line-height: 15px !important;
        background-color: transparent !important;
        color: #fff !important;
        box-shadow: none !important;
    }

    .k-calendar-container .k-state-selected,
    .k-calendar-container .k-header {
        background-color: #007db8 !important;
        background-image: none !important;
        padding: 5px 0;
    }

    .k-calendar-container .k-calendar .k-today {
        box-shadow: none !important;
        border: 0px !important;
        background: rgba(0,0,0,.2) !important;
    }

        .k-calendar-container .k-calendar .k-today .k-link {
            color: #2e2e2e !important;
        }

.k-datepicker {
    width: 100% !important;
}

    .k-datepicker .k-picker-wrap .k-input {
        max-width: 100% !important;
        height: 34px !important;
        line-height: 34px !important;
        padding: 0px;
    }

    .k-datepicker .k-state-default > .k-select {
        line-height: 34px !important;
    }

    .k-datepicker .k-picker-wrap.k-state-default,
    .k-datepicker .k-picker-wrap .k-input {
        border-radius: 0px;
    }

.k-editor, .k-grid, .k-menu, .k-scheduler {
    border-radius: 0px !important;
}

.k-input, .k-multiselect-wrap, textarea.k-textbox, textarea.k-textbox:hover {
    color: #999;
}

.k-multiselect, .k-multiselect-wrap, ul li.k-button {
    width: auto !important;
}

.padding-left-right-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.fixed-header {
    z-index: 10;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 94px;
}

.customNoResults {
    text-align: center;
    padding: 2px 0px;
    font-size: 13px;
}

.panel-body-content {
    height: 100%;
    overflow: hidden;
}

.height-50 {
    height: 50px;
}

div .partial.icon-ui-loading {
    width: 100%;
    margin: 0 auto;
    height: 100px;
    opacity: 1;
    background-position: center;
}

@-moz-document url-prefix() {
    input[type="file"] {
        padding: 0 0 34px !important;
    }

    #configuration-management-list .k-grid-header .k-grid-header-locked thead th:first-child input {
        margin-left: -15px !important;
    }

    #configuration-management-list .k-grid-content-locked td input {
        margin-left: -20px !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    #configuration-management-list .k-grid-header .k-grid-header-locked thead th:first-child input {
        margin-left: -25px !important;
    }

    #configuration-management-list .k-grid-content-locked td input {
        margin-left: -30px !important;
    }
}

.fa-plus {
    font-size: 18px
}

/*CSS scroll menu filter grid*/
form.k-filter-menu ul.k-multicheck-wrap {
    overflow-x: auto;
}

    form.k-filter-menu ul.k-multicheck-wrap li.k-item label.k-label {
        overflow: unset;
    }
/*****/

.kendoDropDownPlaceholder {
    color: #999;
}

.k-state-disabled .kendoDropDownPlaceholder {
    color: inherit;
}

.pointerEventsLikeDisabled {
    opacity: .65;
    pointer-events: none;
}

    .pointerEventsLikeDisabled.form-control {
        background-color: #f9f9f9;
        opacity: 1;
    }
