﻿/**********************BODY**************************************************************/
body {
    /*background:#ffffff;*/
    background: #f2f7fe;
    min-width: 1350px !important;
}
a, a:hover, a:focus {
    color: #333333;
    text-decoration: none;
}

/** recover bootstrap styles for links inside toastmessage dialgue */
.toast-container a,
.alert a {
    color: #0088cc;
    text-decoration: none;
}

    .toast-container a:hover,
    .toast-container a:focus,
    .alert a:hover,
    .alert a:focus {
        color: #005580;
        text-decoration: underline;
    }

.btn {
    *background: #f7f7f7;
    *background-image: -webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e6e6e6));
    *background-image: -webkit-linear-gradient(top,#fff,0%,#e6e6e6,100%);
    *background-image: -moz-linear-gradient(top,#fff 0,#e6e6e6 100%);
    *background-image: linear-gradient(to bottom,#fff 0,#e6e6e6 100%);
    *background-repeat: repeat-x;
    *filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    *border: 1px solid #cccccc;
}

/********************TEXT WEIGHT AND COLORS************************************************/
.textbold, .bold {
    font-weight: bold;
}

.textnormal {
    font-weight: normal;
}

.textred {
    color: red !important;
}
.textblue {
    color: #0088cc;
    text-decoration: none;
}

.textred td a {
    color: red !important;
}

.textgreen {
    color: #0ca759 !important;
}

    .textgreen td a {
        color: #0ca759 !important;
    }

/********************CONTENT************************************************************/
.content {
    margin: 110px 20px 0px 20px;
}

    .content.nonemenu {
        margin: 70px 20px 0px 20px;
    }

    .content.popup {
        margin: 20px 20px 0px 20px;
    }

    .content.twomenu {
        margin: 150px 20px 0px 20px;
    }

.span100 {
    float: none;
    min-height: 1px;
    margin-left: 20px;
}

.footerdhhd {
    margin: 20px 0 20px 30px;
    color: #666;
    font-style: italic;
    font-size: 11px;
}

    .footerdhhd img {
        margin-top: -5px;
    }

/**********************     Report page        *********************/
.content.report-page .multiselect-container .options-holder {
    margin-left: 20px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}

.content.report-page .report-filters .tableform td {
    height: 35px;
}

/************************  Content Error page *******************************************/
.content.error-page {
    margin-top: 64px;
}

    .content.error-page h2,
    .content.error-page p {
        margin: 10px 0;
    }


/************************FORM INPUT SELECT WIDTH*******************************************/
select {
    width: 314px;
}

textarea {
    min-height: 80px;
}

textarea,
input[type="text"] {
    width: 300px;
}

.date input {
    width: 100px;
}

.inputw50 {
    width: 50px !important;
}

.inputw55 {
    width: 55px !important;
}

.inputw100 {
    width: 100px !important;
}

.inputw150 {
    width: 150px !important;
}

.inputw200 {
    width: 200px !important;
}

.inputw300 {
    width: 300px !important;
}

.inputw450 {
    width: 450px !important;
}

.inputw500 {
    width: 500px !important;
}

.inputmh100 {
    min-height: 150px !important;
}
/**********************NAVBAR**************************************************************/
.navbar {
    margin-bottom: 0;
}

    .navbar.fixed {
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        height: 45px;
        z-index: 1058;
    }

.navbar-admin /*ADMIN*/ {
    margin-left: 0;
    margin-right: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    min-height: 45px;
    position: relative;
    background: #53378a !important;
}

.navbar {
    margin-left: 0;
    margin-right: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    min-height: 45px;
    position: relative;
    background: #438eb9;
}

    .navbar > .container {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .navbar-text, .navbar .navbar-link {
        color: #fff;
    }

    .navbar .navbar-brand {
        background: url(../img/dhhelpdesk.png);
        background-position: 0 10px;
        background-repeat: no-repeat;
        color: #fff;
        font-size: 24px;
        text-shadow: none;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 116px;
        height: 25px;
        /*max-width:20%;*/
    }

        .navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
            color: #fff;
        }

.navbar-admin /*ADMIN*/ {
    margin-left: 0;
    margin-right: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    min-height: 45px;
    position: relative;
    background: #53378a;
}

.navbar .navbar-brand-admin /*ADMIN*/ {
    background: url(../img/dhhelpdeskadministration.png);
    background-position: 0 10px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 24px;
    text-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 243px !important;
    height: 25px;
}



.navbar .navbar-header {
    margin: 0 !important;
}

.navbar .navbar-nav > li > a, .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
    font-size: 13px;
    text-shadow: none;
    color: #fff;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.navbar-container {
    padding-left: 20px;
    padding-right: 20px;
}

    .navbar-container.container {
        padding-left: 0;
        padding-right: 0;
    }


.dh-nav {
    height: 100%;
    margin: 0 !important;
}

    .dh-nav > li {
        line-height: 25px;
        height: 25px;
        padding: 0;
        position: relative;
        float: left !important;
        padding-bottom: 18px; /*SETS DROPDOWN PADDING FROM TOP MENU*/
    }

        .dh-nav > li:first-child {
            border-left: none;
        }

        .dh-nav > li > a {
            background-color: #2e6589;
            color: #FFF !important;
            text-shadow: none !important;
            display: block;
            line-height: inherit;
            text-align: center;
            height: 100%;
            width: auto;
            min-width: 50px;
            padding: 0 8px;
            position: relative;
        }

            .dh-nav > li > a > [class*="icon-"] {
                font-size: 16px;
                color: #FFF;
                display: inline-block;
                width: 20px;
                text-align: center;
            }

            .dh-nav > li > a > .badge {
                position: relative;
                top: -4px;
                left: 2px;
                padding-right: 5px;
                padding-left: 5px;
            }

            .dh-nav > li > a:hover, .dh-nav > li > a:focus {
                background-color: #2c5976;
            }

        .dh-nav > li.open > a {
            background-color: #2c5976 !important;
        }

        .dh-nav > li.open > a {
            color: #FFF !important;
        }

        .dh-nav > li.orange > a {
            background-color: #d96326;
        }

            .dh-nav > li.orange > a:hover, .dh-nav > li.grey > a:focus {
                background-color: #be480b;
            }

        .dh-nav > li.open.orange > a {
            background-color: #be480b !important;
        }

        .dh-nav > li.pink > a {
            background-color: #bb0066;
        }

            .dh-nav > li.pink > a:hover, .dh-nav > li.grey > a:focus {
                background-color: #9a0255;
            }

        .dh-nav > li.open.pink > a {
            background-color: #9a0255 !important;
        }

        .dh-nav > li.blue > a {
            background-color: #438eb9;
        }

            .dh-nav > li.blue > a:hover, .dh-nav > li.grey > a:focus {
                background-color: #2b7199;
            }

        .dh-nav > li.open.blue > a {
            background-color: #2b7199 !important;
        }

        .dh-nav > li.purple > a {
            background-color: #53378a;
        }

            .dh-nav > li.purple > a:hover, .dh-nav > li.purple > a:focus {
                background-color: #3e1d80;
            }

        .dh-nav > li.open.purple > a {
            background-color: #3e1d80 !important;
        }

        .dh-nav > li.green > a {
            background-color: #2e8965;
        }

            .dh-nav > li.green > a:hover, .dh-nav > li.green > a:focus {
                background-color: #2c7659;
            }

        .dh-nav > li.open.green > a {
            background-color: #2c7659 !important;
        }

        .dh-nav > li.light-blue > a {
            background-color: #62a8d1;
        }

            .dh-nav > li.light-blue > a:hover, .dh-nav > li.light-blue > a:focus {
                background-color: #579ec8;
            }

        .dh-nav > li.open.light-blue > a {
            background-color: #579ec8 !important;
        }

        .dh-nav > li.light-blue2 > a {
            background-color: #42a8e1;
        }

            .dh-nav > li.light-blue2 > a:hover, .dh-nav > li.light-blue2 > a:focus {
                background-color: #359fd9;
            }

        .dh-nav > li.open.light-blue2 > a {
            background-color: #359fd9 !important;
        }

        .dh-nav > li.red > a {
            background-color: #b74635;
        }

            .dh-nav > li.red > a:hover, .dh-nav > li.red > a:focus {
                background-color: #a34335;
            }

        .dh-nav > li.open.red > a {
            background-color: #a34335 !important;
        }

        .dh-nav > li.light-green > a {
            background-color: #9abc32;
        }

            .dh-nav > li.light-green > a:hover, .dh-nav > li.light-green > a:focus {
                background-color: #8ba832;
            }

        .dh-nav > li.open.light-green > a {
            background-color: #8ba832 !important;
        }

        .dh-nav > li.light-purple > a {
            background-color: #cb6fd7;
        }

            .dh-nav > li.light-purple > a:hover, .dh-nav > li.light-purple > a:focus {
                background-color: #c263ce;
            }

        .dh-nav > li.open.light-purple > a {
            background-color: #c263ce !important;
        }

        .dh-nav > li.light-orange > a {
            background-color: #f79263;
        }

            .dh-nav > li.light-orange > a:hover, .dh-nav > li.light-orange > a:focus {
                background-color: #f28653;
            }

        .dh-nav > li.open.light-orange > a {
            background-color: #f28653 !important;
        }

        .dh-nav > li.light-pink > a {
            background-color: #f4dae5;
        }

            .dh-nav > li.light-pink > a:hover, .dh-nav > li.light-pink > a:focus {
                background-color: #eeccda;
            }

        .dh-nav > li.open.light-pink > a {
            background-color: #eeccda !important;
        }

        .dh-nav > li.dark > a {
            background-color: #404040;
        }

            .dh-nav > li.dark > a:hover, .dh-nav > li.dark > a:focus {
                background-color: #363636;
            }

        .dh-nav > li.open.dark > a {
            background-color: #363636 !important;
        }

        .dh-nav > li.white-opaque > a {
            background-color: rgba(255,255,255,0.8);
        }

            .dh-nav > li.white-opaque > a:hover, .dh-nav > li.white-opaque > a:focus {
                background-color: rgba(245,245,245,0.8);
            }

        .dh-nav > li.open.white-opaque > a {
            background-color: rgba(245,245,245,0.8) !important;
        }

        .dh-nav > li.dark-opaque > a {
            background-color: rgba(0,0,0,0.2);
        }

            .dh-nav > li.dark-opaque > a:hover, .dh-nav > li.dark-opaque > a:focus {
                background-color: rgba(0,0,0,0.2);
            }

        .dh-nav > li.open.dark-opaque > a {
            background-color: rgba(0,0,0,0.2) !important;
        }

        .dh-nav > li.margin-4 {
            margin-left: 4px;
        }

        .dh-nav > li.margin-3 {
            margin-left: 3px;
        }

        .dh-nav > li.margin-2 {
            margin-left: 2px;
        }

        .dh-nav > li.margin-1 {
            margin-left: 1px;
        }

        .dh-nav > li.no-border {
            border: none !important;
        }

        .dh-nav > li .dropdown-menu {
            z-index: 1031;
        }

    .dh-nav .nav-user-photo {
        margin: -4px 8px 0 0;
        border-radius: 100%;
        border: 2px solid #FFF;
        max-width: 40px;
    }

    .dh-nav li:last-child a [class^="icon-"] {
        display: inline-block;
        width: 1.25em;
        text-align: center;
    }

.menu-divide-border {
    border-top: 1px solid #bcd4e5;
    margin-top: -1px;
}

.user-info {
    max-width: 150px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
    line-height: 15px;
    position: relative;
    top: 4px;
}

    .user-info small {
        display: block;
        font-size: 11px;
    }

/***TOP MENU SMALLER*/
@media (max-width: 1135px) {
    .mnudisplay {
        display: none;
    }
}
/******************************DROP DOWN NAV************************************************/

.dropdown-menu {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

ul.typeahead.dropdown-menu {
    text-align: left;
}

.dropup {
    bottom: 100% !important;
    top: auto !important;
}


    .dropup .dropdown-submenu {
        top: auto;
        margin-bottom: -4px;
    }

        .dropup .dropdown-submenu a {
            padding-bottom: 6px;
        }



.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color: #555;
    text-decoration: none;
    background-color: #f4f9fc;
    background-image: none;
}

    .dropdown-menu > li > a:hover > [class^="icon-"],
    .dropdown-menu > li > a:focus > [class^="icon-"],
    .dropdown-menu > li > a:hover > [class*=" icon-"],
    .dropdown-menu > li > a:focus > [class*=" icon-"] {
        background-image: url("../img/glyphicons-halflings.png");
    }

.dropdown-navbar {
    padding: 0;
    width: 240px;
    -webkit-box-shadow: 0 2px 4px rgba(30,30,100,0.25);
    box-shadow: 0 2px 4px rgba(30,30,100,0.25);
    border-color: #bcd4e5;
}

    .dropdown-navbar > li {
        padding: 0 8px;
        background-color: #fff;
    }

        .dropdown-navbar > li.dropdown-header {
            text-shadow: none;
            padding-top: 0;
            padding-bottom: 0;
            line-height: 34px;
            font-size: 13px;
            font-weight: bold;
            text-transform: none;
            border-bottom: 1px solid;
        }

        .dropdown-navbar > li > [class*="icon-"], .dropdown-navbar > li > a > [class*="icon-"] {
            margin-right: 5px !important;
            color: #555;
            font-size: 14px;
        }

        .dropdown-navbar > li > a {
            padding: 10px 2px;
            margin: 0;
            border-bottom: 1px solid;
            font-size: 12px;
            line-height: 16px;
            color: #555;
        }

            .dropdown-navbar > li > a:active, .dropdown-navbar > li > a:hover, .dropdown-navbar > li > a:focus {
                background-color: transparent !important;
                color: #555;
            }

            .dropdown-navbar > li > a .progress {
                margin-bottom: 0;
                margin-top: 4px;
            }

            .dropdown-navbar > li > a .badge {
                line-height: 16px;
                padding-right: 4px;
                padding-left: 4px;
                font-size: 12px;
            }

        .dropdown-navbar > li:last-child > a {
            border-bottom: 0 solid #DDD;
            border-top: 1px dotted transparent;
            color: #4f99c6;
            text-align: center;
            font-size: 13px;
        }

            .dropdown-navbar > li:last-child > a:hover {
                background-color: #FFF;
                color: #4f99c6;
                text-decoration: underline;
            }

                .dropdown-navbar > li:last-child > a:hover > [class*="icon-"] {
                    text-decoration: none;
                }

        .dropdown-navbar > li:hover {
            background-color: #f4f9fc !important;
        }

        .dropdown-navbar > li.dropdown-header {
            background-color: #ecf2f7 !important;
            color: #8090a0;
            border-bottom-color: #bcd4e5;
        }

            .dropdown-navbar > li.dropdown-header > [class*="icon-"] {
                color: #8090a0;
            }

        .dropdown-navbar > li > a {
            border-bottom-color: #e4ecf3;
        }

    .dropdown-navbar.navbar-pink {
        border-color: #e5bcd4;
    }

        .dropdown-navbar.navbar-pink > li:hover {
            background-color: #fcf4f9 !important;
        }

        .dropdown-navbar.navbar-pink > li.dropdown-header {
            background-color: #f7ecf2 !important;
            color: #b471a0;
            border-bottom-color: #e5bcd4;
        }

            .dropdown-navbar.navbar-pink > li.dropdown-header > [class*="icon-"] {
                color: #c06090;
            }

        .dropdown-navbar.navbar-pink > li > a {
            border-bottom-color: #f3e4ec;
        }

    .dropdown-navbar.navbar-grey {
        border-color: #e5e5e5;
    }

        .dropdown-navbar.navbar-grey > li:hover {
            background-color: #f8f8f8 !important;
        }

        .dropdown-navbar.navbar-grey > li.dropdown-header {
            background-color: #f2f2f2 !important;
            color: #3a87ad;
            border-bottom-color: #e5e5e5;
        }

            .dropdown-navbar.navbar-grey > li.dropdown-header > [class*="icon-"] {
                color: #3a87ad;
            }

        .dropdown-navbar.navbar-grey > li > a {
            border-bottom-color: #eee;
        }

    .dropdown-navbar.navbar-green {
        border-color: #b4d5ac;
    }

        .dropdown-navbar.navbar-green > li:hover {
            background-color: #f4f9ef !important;
        }

        .dropdown-navbar.navbar-green > li.dropdown-header {
            background-color: #ebf7e4 !important;
            color: #8a6;
            border-bottom-color: #b4d5ac;
        }

            .dropdown-navbar.navbar-green > li.dropdown-header > [class*="icon-"] {
                color: #90c060;
            }

        .dropdown-navbar.navbar-green > li > a {
            border-bottom-color: #ecf3e4;
        }

    .dropdown-navbar [class*="btn"][class*="icon-"] {
        display: inline-block;
        margin: 0 5px 0 0;
        width: 24px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .dropdown-navbar .msg-photo {
        margin-right: 6px;
        max-width: 42px;
    }

    .dropdown-navbar .msg-body {
        display: inline-block;
        line-height: 20px;
        white-space: normal;
        vertical-align: middle;
        max-width: 175px;
    }

    .dropdown-navbar .msg-title {
        display: inline-block;
        line-height: 14px;
    }

    .dropdown-navbar .msg-time {
        display: block;
        font-size: 11px;
        color: #777;
    }

        .dropdown-navbar .msg-time > [class*="icon-"] {
            font-size: 14px;
            color: #555;
        }

.dropdown-100 {
    min-width: 100px;
}

.dropdown-125 {
    min-width: 125px;
}

.dropdown-150 {
    min-width: 150px;
}

.dropdown-hover {
    position: relative;
}

    .dropdown-hover:hover > .dropdown-menu {
        display: block;
    }

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -75%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*************************SECOND NAV BAR****************************************************/
.secnavs {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    min-height: 41px;
    line-height: 40px;
    padding: 0 12px 0 0;
    display: block;
}

    .secnavs.fixed, .secnavs.secnavs-fixed {
        position: fixed;
        right: 0;
        left: 0;
        top: 45px;
        z-index: 1029;
    }

    .secnavs.fixedrow2 {
        position: fixed;
        right: 0;
        left: 0;
        top: 87px;
        z-index: 1028;
    }

.secnav {
    background-color: transparent;
    display: inline-block;
    line-height: 24px;
    margin: 0 20px 0 20px;
    padding: 0;
    color: #333;
}

    .secnav > li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        *padding: 5px 10px 0 0;
    }

        .secnav > li.secspace {
            margin: 0 20px -14px 20px;
            *margin: 0 20px -12px 20px;
            border-left: 1px solid #ddd;
            height: 36px;
            *height: 34px;
        }

    .secnav li label {
        display: block;
        margin-bottom: 0;
    }

    .secnav li .checkbox {
        float: left;
        *float: none;
        margin: 0 0 -5px 0;
        *margin: 0;
    }

    .secnav li.adminmenu {
        padding: 0 40px 0 0px;
        color: #cccccc;
    }

.secnavmarg {
    margin-top: -10px;
    margin-bottom: 20px;
}
/***************************************ERRORS**********************************************/
label.error {
    color: #ff0000;
    margin-left: 10px;
}

input[type=text].error, select.error, textarea.error, .btn-group.error .btn {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.note-editor.error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}



a.error, input[type='button'].error .btn {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    color: #333333;
}


.ui-state-error {
    color: #ff0000 !important;
}

.date label.error {
    display: inline;
    line-height: 30px;
}

.error {
    color: #ff0000;
}

.ui-wrapper {
    padding-bottom: 20px !important;
}
/*******************************************************************************************/
.navbar-inner {
    background-color: #006eab;
    background-image: -moz-linear-gradient(top, #006eab, #006eab);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006eab), to(#006eab));
    background-image: -webkit-linear-gradient(top, #006eab, #006eab);
    background-image: -o-linear-gradient(top, #006eab, #006eab);
    background-image: linear-gradient(to bottom, #006eab, #006eab);
    background-repeat: repeat-x;
    border: 1px solid #006eab;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006eab', endColorstr='#ff006eab', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inverse .navbar-inner {
    background-color: #006eab;
    background-image: -moz-linear-gradient(top, #006eab, #006eab);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006eab), to(#006eab));
    background-image: -webkit-linear-gradient(top, #006eab, #006eab);
    background-image: -o-linear-gradient(top, #006eab, #006eab);
    background-image: linear-gradient(to bottom, #006eab, #006eab);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006eab', endColorstr='#ff006eab', GradientType=0);
}





/***********TABLES**************************************************************************/

th, td, .table-bordered {
    border-radius: 0 !important;
}

.table thead th {
    color: #707070;
    font-weight: normal;
    background: #f7f7f7;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#fff),to(#eee));
    background-image: -webkit-linear-gradient(top,#fff,0%,#eee,100%);
    background-image: -moz-linear-gradient(top,#fff 0,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 0,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeeeeee',GradientType=0);
}

.table thead tr th {
    border-color: #DDD;
    font-weight: bold;
}

.table tr th.header {
    color: #707070;
    background: #f7f7f7;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#fff),to(#eee));
    background-image: -webkit-linear-gradient(top,#fff,0%,#eee,100%);
    background-image: -moz-linear-gradient(top,#fff 0,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 0,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeeeeee',GradientType=0);
}

.table tr td.header {
    font-weight: bold;
}

.table thead tr th [class*="icon-"]:first-child {
    margin-right: 2px;
}

.table thead tr th:first-child {
    border-left-color: #f1f1f1;
}

.table thead tr th:last-child {
    border-right-color: #f1f1f1;
}

.table.table-bordered thead tr th {
    vertical-align: middle;
}

    .table.table-bordered thead tr th:first-child {
        border-left-color: #DDD;
    }

th.center, td.center, div.center {
    text-align: center;
}

th .lbl, td .lbl {
    margin-bottom: 0;
}

    th .lbl:only-child, td .lbl:only-child {
        vertical-align: top;
    }

table td.tdpointer {
    cursor: pointer;
}

table th.thpointer {
    cursor: pointer;
}

.table-header {
    background-color: #307ecc;
    color: #FFF;
    font-size: 14px;
    line-height: 38px;
    padding-left: 12px;
    margin-bottom: 1px;
}

    .table-header .close {
        margin-right: 8px;
        margin-top: 0;
        opacity: .45;
        filter: alpha(opacity=45);
    }

        .table-header .close:hover {
            opacity: .75;
            filter: alpha(opacity=75);
        }


.w10 {
    width: 10%
}

.w15 {
    width: 15%
}

.w20 {
    width: 20%
}

.w30 {
    width: 30%
}

.w40 {
    width: 40%
}

.w50 {
    width: 50%
}

.tableform {
    width: 100%;
    margin-bottom: 10px;
}

    .tableform th,
    .tableform td {
        padding: 0 8px 0px 0;
        margin: 0;
        text-align: left;
        vertical-align: top;
        line-height: 25px;
        /* LINES BETWEEN ROWS
    border-bottom: 1px dotted #dddddd;
    padding:3px 8px 0 8px;*/
    }

        .tableform td.action {
            text-align: right;
            padding-right: 0;
            vertical-align: middle;
        }


    .tableform.nobm, .tableform.nobm form, .nobm {
        margin-bottom: 0;
    }

.tableintable {
    width: 100%;
    margin-bottom: 20px;
}

.tableintableform td, .tableintableform th {
    padding: 8px;
}

.tableintableform thead tr th label {
    font-weight: bold !important;
}

.tableintableform .btn {
    white-space: nowrap;
}

.tableintable th,
.tableintable td {
    padding: 0 8px 0px 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
    line-height: 25px;
    border: none;
    background-color: transparent !important;
    /* LINES BETWEEN ROWS
  border-bottom: 1px dotted #dddddd;
  padding:3px 8px 0 8px;*/
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: #f2f7fe;
}

#customerOrder tr td:first-child {
    width: 220px;
}

/*************************DIV TABLE DIV INSTEAD***************************************/
.profile-user-info {
    margin: 0 12px;
}

.profile-user-info-striped {
    border: 1px solid #dcebf7;
}

    .profile-user-info-striped .profile-info-name {
        color: #336199;
        background-color: #edf3f4;
        border-top: 1px solid #f7fbff;
    }

    .profile-user-info-striped .profile-info-value {
        border-top: 1px dotted #dcebf7;
        padding-left: 12px;
    }

.profile-info-row {
    position: relative;
}

.profile-info-name {
    position: absolute;
    width: 110px;
    text-align: right;
    padding: 6px 10px 6px 0;
    left: 0;
    top: 0;
    bottom: 0;
    font-weight: normal;
    color: #667e99;
    background-color: transparent;
    border-top: 1px dotted #d5e4f1;
}

.profile-info-value {
    padding: 6px 4px 6px 6px;
    margin-left: 120px;
    border-top: 1px dotted #d5e4f1;
}

    .profile-info-value > span + span:before {
        display: inline;
        content: ",";
        margin-left: 1px;
        margin-right: 3px;
        color: #666;
        border-bottom: 1px solid #FFF;
    }

    .profile-info-value > span + span.editable-container:before {
        display: none;
    }

.profile-info-row:first-child .profile-info-name {
    border-top: 0;
}

.profile-info-row:first-child .profile-info-value {
    border-top: 0;
}
/**********************WIDGET BOX*****************************************************/
.box-box {
    /*padding: 0;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    /*margin: 3px 0;*/
}

.box-header {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    background: #f7f7f7;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#fff),to(#eee));
    background-image: -webkit-linear-gradient(top,#fff,0%,#eee,100%);
    background-image: -moz-linear-gradient(top,#fff 0,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 0,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeeeeee',GradientType=0);
    color: #333333;
    border: 1px solid #CCC;
    border-bottom: 1px solid #DDD;
    padding: 0 12px 0 12px;
    font-weight: bold;
    overflow: hidden;
}

    .box-header h4 {
        font-size: 14px;
        line-height: 14px;
        text-shadow: none;
        font-weight: bold;
        border: none;
        margin-left: 0;
        padding-left: 0;
        cursor: move;
    }

.box-header {
    *height: 20px;
}

    .box-header.orange {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        position: relative;
        background: #d96326;
        background-image: -webkit-gradient(linear,left 0,left 100%,from(#d96326),to(#d96326));
        background-image: -webkit-linear-gradient(top,#d96326,0%,#d96326,100%);
        background-image: -moz-linear-gradient(top,#d96326 0,#d96326 100%);
        background-image: linear-gradient(to bottom,#d96326 0,#d96326 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd96326',endColorstr='#ffd96326',GradientType=0);
        border: 1px solid #CCC;
        border-bottom: 1px solid #DDD;
        padding: 0 12px 0 12px;
        color: #fff;
    }

    .box-header.green {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        position: relative;
        background: #2e8965;
        background-image: -webkit-gradient(linear,left 0,left 100%,from(#2e8965),to(#2e8965));
        background-image: -webkit-linear-gradient(top,#2e8965,0%,#2e8965,100%);
        background-image: -moz-linear-gradient(top,#2e8965 0,#2e8965 100%);
        background-image: linear-gradient(to bottom,#2e8965 0,#2e8965 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e8965',endColorstr='#ff2e8965',GradientType=0);
        border: 1px solid #CCC;
        border-bottom: 1px solid #DDD;
        padding: 0 12px 0 12px;
        color: #fff;
    }

    .box-header.light-blue {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        position: relative;
        background: #62a8d1;
        background-image: -webkit-gradient(linear,left 0,left 100%,from(#62a8d1),to(#62a8d1));
        background-image: -webkit-linear-gradient(top,#62a8d1,0%,#62a8d1,100%);
        background-image: -moz-linear-gradient(top,#62a8d1 0,#62a8d1 100%);
        background-image: linear-gradient(to bottom,#62a8d1 0,#62a8d1 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62a8d1',endColorstr='#ff62a8d1',GradientType=0);
        border: 1px solid #CCC;
        border-bottom: 1px solid #DDD;
        padding: 0 12px 0 12px;
        color: #fff;
    }

    .box-header.purple {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        position: relative;
        background: #62a8d1;
        background-image: -webkit-gradient(linear,left 0,left 100%,from(#53378a),to(#53378a));
        background-image: -webkit-linear-gradient(top,#53378a,0%,#53378a,100%);
        background-image: -moz-linear-gradient(top,#53378a 0,#53378a 100%);
        background-image: linear-gradient(to bottom,#53378a 0,#53378a 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff53378a',endColorstr='#ff53378a',GradientType=0);
        border: 1px solid #CCC;
        border-bottom: 1px solid #DDD;
        padding: 0 12px 0 12px;
        color: #fff;
    }

    .box-header h3 {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        text-shadow: none;
        font-weight: normal;
    }


.box-body {
    border: 1px solid #ccc;
    border-top: 0;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 0 12px 12px 12px;
}

.box-post {
    padding: 12px 0 0 0;
}

    .box-post div.label.orange {
        background: #d96326;
        color: #fff;
    }

    .box-post div.label.blue {
        background: #62a8d1;
        color: #fff;
    }

    .box-post div.label.green {
        background: #2e8965;
        color: #fff;
    }

    .box-post div.label.purple {
        /*background:#53378a;*/
        background: #7858b8;
        color: #fff;
    }

    .box-post div.captionrow {
        padding: 5px 0 0 0;
        font-weight: bold;
    }

    .box-post div.textrow {
        padding: 5px 0 10px 0;
        border-bottom: 1px dotted #ccc;
    }

        .box-post div.textrow span {
            line-height: 100%;
        }

        .box-post div.textrow a {
            padding: 5px 0 10px 0;
            text-decoration: underline;
        }
/*.box-post div.textrow ul
{
    margin-top:0;
    margin-bottom:0;
}*/

.box-main {
}

    .box-main .accordion {
        margin-bottom: 0;
    }

    .box-main .accordion-group {
        margin-bottom: 2px;
        border: none;
        border-bottom: 1px solid #ccc;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .box-main .accordion-heading {
        border-bottom: 0;
    }

        .box-main .accordion-heading .accordion-toggle {
            display: block;
            padding: 8px 0;
        }

    .box-main .accordion-toggle {
        cursor: pointer;
    }

    .box-main .accordion-inner {
        padding: 9px 15px;
        border-bottom: none;
    }

    .box-main .accordion-body {
        background: #f2f7fe;
    }

    .box-main .accordion-caret .accordion-toggle:hover {
        text-decoration: none;
    }

        .box-main .accordion-caret .accordion-toggle:hover span,
        .box-main .accordion-caret .accordion-toggle:hover strong {
            text-decoration: underline;
        }

    .box-main .accordion-caret .accordion-toggle:before {
        font-size: 25px;
        vertical-align: -3px;
    }

    .box-main .accordion-caret .accordion-toggle:not(.collapsed):before {
        content: "▾";
        margin-right: 2px;
    }

    .box-main .accordion-caret .accordion-toggle.collapsed:before {
        content: "▸";
        margin-right: 2px;
    }

    .box-main .accordion-inner ul {
        margin: 0;
        list-style: none;
    }

.graph {
    position: relative; /* IE is dumb */
    height: 120px;
    background: #eee;
    width: 60px;
}

    .graph .bar {
        display: block;
        position: relative;
        background: #fff;
        text-align: center;
        color: #333;
        width: 60px;
        line-height: 100px;
    }

    .graph.green {
        background: #2e8965;
    }

    .graph.orange {
        background: #d96326;
    }

    .graph.blue {
        background: #62a8d1;
    }

    .graph .bar span {
        position: absolute;
        left: 1em;
    }


/***********TABS**********************************************************************/
.nav-tabs {
    margin: 0;
    margin-bottom: -1px;
}

    .nav-tabs > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 20px;
        background: #438eb9;
        border: 1px solid #438eb9;
        color: #fff;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 20px;
        border: 1px solid transparent;
        -webkit-border-radius: 0 0;
        -moz-border-radius: 0 0;
        border-radius: 0 0;
    }

        .nav-tabs > li > a:hover,
        .nav-tabs > li > a:focus {
            border-color: #dddddd #dddddd #dddddd;
            background: #fff;
            color: #000;
            text-decoration: none !important;
        }

    .admin-user.nav-tabs > li.error.active > a,
    .admin-user.nav-tabs > li.error.active > a:hover,
    .admin-user.nav-tabs > li.error.active > a:focus,
    .nav-tabs > .active > a,
    .nav-tabs > .active > a:hover,
    .nav-tabs > .active > a:focus {
        color: #555555;
        cursor: default;
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        font-weight: bold;
        text-decoration: none !important;
    }

    .nav-tabs > .inactive,
    .nav-tabs > .inactive:hover,
    .nav-tabs > .inactive:focus {
        color: #999999;
        cursor: default;
        background-color: #ddd;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        padding: 8px;
        line-height: 20px;
        border: 1px solid transparent;
        -webkit-border-radius: 0 0;
        -moz-border-radius: 0 0;
        border-radius: 0 0;
    }

    .nav-tabs > .notice > a,
    .nav-tabs > .notice > a:hover,
    .nav-tabs > .notice > a:focus {
        color: red !important;
        cursor: default !important;
        background-color: transparent !important;
        border: 1px solid #ddd !important;
        border-bottom-color: transparent !important;
        border-color: transparent !important;
        font-weight: bold !important;
    }


    .nav-tabs li.error a {
        background-color: #ffeeee;
        color: #a94442;
        border: 1px solid transparent;
        padding-bottom: 7px;
    }

    .nav-tabs > li.error > a:hover,
    .nav-tabs > li.error > a:focus {
        color: #a94442;
        cursor: pointer;
        background-color: #ffeeee;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        border-color: #eeeeee #eeeeee #dddddd;
        padding-bottom: 8px;
    }

    .nav-tabs > li.error.active > a,
    .nav-tabs > li.error.active > a:hover,
    .nav-tabs > li.error.active > a:focus {
        color: #a94442;
        cursor: default;
        background-color: #ffeeee;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        padding-bottom: 8px;
    }

.nav-tabs-actions {
}

.tab-pane-border {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding: 10px 0;
    background: #fff;
}

.tab-pane-border {
    padding: 10px 10px 10px 10px;
}

.dropdown-menu .inactive *,
.dropdown-menu > li.inactive > a:hover,
.dropdown-menu > li.inactive > a:focus,
.dropdown-submenu.inactive:hover > a,
.dropdown-submenu.inactive:focus > a,
.dropdown-menu .inactive .dropdown-menu > li > a:hover {
    color: lightgray;
}
/****  CASE OVERVIEW PAGE BEGIN   ****/
.case-overview.page {
}

#frmCaseSearch .fixed-length {
    width: 286px;
}

#frmCaseSearch .clear-reset-form {
    margin-top: 15px;
}

.case-overview.page #search_result {
    min-height: 206px;
    position: relative;
    margin-left: 0;
}

.search-result-messages {
    position: relative;
    margin-left: 0;
}

.loading-msg {
    display: none;
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    border-top: none;
    opacity: 0.75;
    top: 0px;
    bottom: 10px;
    left: 0px;
    right: 0px;
    position: absolute;
    color: gray;
    padding: 10px;
}

.error-msg,
.no-data-msg,
.noavailablefields-msg,
.nofields-msg {
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    display: none;
    min-height: 0 !important;
    left: 0;
    right: 0;
    color: gray;
    padding: 10px;
    overflow: hidden;
    position: relative;
}

.search-result-messages .error-msg {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

#frmAdvanceSearch .customerSearchResults {
    margin-bottom: 20px;
}

#fragment-4 .nofields-msg,
#fragment-4 .noavailablefields-msg {
    display: block;
    position: static;
}

.loading-msg {
    display: block;
}

.error-msg a {
    text-decoration: underline;
    color: #005580;
}

.loading-msg .content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.loading-msg .loader {
    position: absolute;
    width: 130px;
    height: 46px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
    border: 1px solid gray;
    background: url('/content/img/ajax-loader.gif') no-repeat 98px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 3;
}

#gdprTask {
    width: 160px !important;
    background-position: 128px center;
}

.error-msg,
.no-data-msg {
    position: static;
    min-height: 200px;
}

.gif-loader {
    width: 25px !important;
    height: 25px !important;
    background: url('/content/img/ajax-loader.gif');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    display: inline-block;
}

.tab-indicator {
    width: 20px !important;
    height: 20px !important;
    background: url('/content/img/ajax-loader.gif');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    display: inline-block;
}

.case-overview.page .table-cases,
.advancedSearch-overview.page .table-cases,
.inventory-overview .table-cases,
.table-fix {
    table-layout: fixed !important;
}

.table-cases {
    width: 100%;
}

    .table-cases.smalltext {
        font-size: 12px;
    }

    .table-cases.smallertext {
        font-size: 11px;
    }

    .table-cases th {
        overflow-wrap: break-word;
        word-wrap: break-word;
        line-height: 13px;
    }

    .table-cases td, .wordbreak {
        overflow-wrap: break-word;
        word-wrap: break-word;
        line-height: 13px;
        overflow: hidden !important;
    }

        .table-cases td select, .table-cases th select, .table-cases td input[type="text"], .table-cases th input[type="text"] {
            max-width: 90%;
        }

    .table-cases th.colwide {
        width: 20%;
    }

    .table-cases th.colnarrow {
        width: 5%;
    }

.ico-right {
    float: right;
}

.SortableIcon {
    cursor: move;
}
/*********************** CASE OVERVIEW PAGE END  ***********/


/***********************  CASE EDIT PAGE BEGIN ************************************/

select.working-group option.inactive {
    color: lightgray;
}

select.system option.inactive {
    color: lightgray;
}

/*** editcase.caselog begin ***/
.table.caselog .case-icon {
    padding: 0 14px;
}

    .table.caselog .case-icon.solved {
        background: url('/Content/icons/case_close.png') no-repeat;
    }
/*** editcase.caselog end ***/

/***********************  CASE EDIT PAGE END ************************************/



/****************VARIOUS SELECT, INPUT, ETC*******************************/
.chosen-container,
.bootstrap-switch,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="button"],
input[type="submit"],
input[type="checkbox"],
.uneditable-input {
    margin-bottom: 5px;
}

.secnav input[type="submit"].btn, .secnav input[type="button"].btn {
    margin-bottom: 0px;
}


.multiselect {
    margin-bottom: 5px;
    max-width: 300px;
    min-width: 300px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multiselect-search {
    width: 120px;
}

.multiselect-container {
    padding: 5px;
}

td .btn-group {
    margin-bottom: 5px;
}

/***********************************SUMMER NOTE FIX***************************/
.note-btn-group .btn-group {
    margin-bottom: 0px !important;
}


td.td-bottom-multiselect .btn-group {
    margin-bottom: 5px;
    position: absolute;
    z-index: 10 !important;
}


/***********************************STARTPAGE***************************/
.cases.portlet table {
    table-layout: fixed;
}

    .cases.portlet table th,
    .cases.portlet table td {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

.start-tile {
    margin-left: 10px;
    padding: 5px;
    color: #fff;
    float: right;
    min-width: 30px;
    text-align: center;
}

    .start-tile.unread {
        background: #438eb9;
    }

    .start-tile.inrest {
        background: #999;
    }

    .start-tile.closed {
        background: #d96326;
    }

    .start-tile.my {
        background: #62a8d1;
    }

    .start-tile.dectivated {
        /*background: #ccc;*/
        background: #ca9e9e;
    }

.graph.unread {
    background: #438eb9;
}

.graph.unreaded {
    background: #d96326;
}

.graph.finished {
    background: #7858b8;
}

.graph.inrest {
    background: #999;
}

.graph.my {
    background: #62a8d1;
}

.start-tile-img {
    padding: 5px;
    color: #fff;
    float: right;
    min-width: 30px;
    text-align: center;
    margin: 3px 0 3px 0;
}

    .start-tile-img.unread {
        background: #438eb9;
    }

    .start-tile-img.orange {
        background: #d96326;
    }

    .start-tile-img.green {
        background: #2e8965;
    }

    .start-tile-img.blue {
        background: #62a8d1;
    }

    .start-tile-img.purple {
        /*background: #53378a;*/
        background: #7858b8;
    }

.column {
    min-height: 300px;
    background: url(../img/dhhelpdesk-login.png);
    background-position: 0 5px;
    background-repeat: no-repeat;
    text-shadow: none;
}

.ui-sortable .portlet-placeholder {
    border: 2px dashed #ccc;
    /*border: 1px dotted black !important;*/
    background: #e9eff6;
    visibility: visible !important;
    min-height: 200px;
}


    .ui-sortable .portlet-placeholder * {
        visibility: hidden;
    }

.tooltipType {
    cursor: pointer;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=1);
    z-index: 1500;
}

.tooltip-inner {
    max-width: 220px;
    max-height: 150px;
    padding: 8px;
    color: #fff;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    background-color: #62a8d1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .tooltip-inner p {
        max-height: 56px;
        overflow: hidden;
        margin-bottom: 3px;
    }

        .tooltip-inner p.toodesc {
            margin-bottom: 23px;
        }

    .tooltip-inner .readmore {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0 0 10px 0;
        padding: 18px 0;
        background-image: linear-gradient(to bottom, transparent, rgba(98,168,209,1));
    }

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #62a8d1;
    border-width: 5px 5px 0;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #62a8d1;
    border-width: 0 5px 5px;
}



/************************MISC********************************************/

h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    background: #f7f7f7;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#fff),to(#eee));
    background-image: -webkit-linear-gradient(top,#fff,0%,#eee,100%);
    background-image: -moz-linear-gradient(top,#fff 0,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 0,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeeeeee',GradientType=0);
    color: #333333;
    border: 1px solid #CCC;
    padding: 0 0 0 5px;
    margin-left: -5px;
}

.wordbreak {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/***************DATE PICKER**********************************************/
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}

    .datepicker:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: -7px;
        left: 6px;
    }

    .datepicker:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        position: absolute;
        top: -6px;
        left: 7px;
    }

    .datepicker > div {
        display: none;
    }

    .datepicker table {
        width: 100%;
        margin: 0;
    }

    .datepicker td,
    .datepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .datepicker td.day:hover {
            background: #eeeeee;
            cursor: pointer;
        }

        .datepicker td.day.disabled {
            color: #eeeeee;
        }

        .datepicker td.today {
            background-color: #fdf59a;
            cursor: pointer;
        }


        .datepicker td.old,
        .datepicker td.new {
            color: #999999;
        }

        .datepicker td.active,
        .datepicker td.active:hover {
            color: #ffffff;
            background-color: #006dcc;
            background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
            background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
            background-image: -o-linear-gradient(top, #0088cc, #0044cc);
            background-image: linear-gradient(to bottom, #0088cc, #0044cc);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
            border-color: #0044cc #0044cc #002a80;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
            *background-color: #0044cc;
            /* Darken IE7 buttons by default so they stand out more given they won't have borders */
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }

            .datepicker td.active:hover,
            .datepicker td.active:hover:hover,
            .datepicker td.active:focus,
            .datepicker td.active:hover:focus,
            .datepicker td.active:active,
            .datepicker td.active:hover:active,
            .datepicker td.active.active,
            .datepicker td.active:hover.active,
            .datepicker td.active.disabled,
            .datepicker td.active:hover.disabled,
            .datepicker td.active[disabled],
            .datepicker td.active:hover[disabled] {
                color: #ffffff;
                background-color: #0044cc;
                *background-color: #003bb3;
            }

                .datepicker td.active:active,
                .datepicker td.active:hover:active,
                .datepicker td.active.active,
                .datepicker td.active:hover.active {
                    background-color: #003399 \9;
                }

        .datepicker td span {
            display: block;
            width: 47px;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 2px;
            cursor: pointer;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

            .datepicker td span:hover {
                background: #eeeeee;
            }

            .datepicker td span.active {
                color: #ffffff;
                background-color: #006dcc;
                background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
                background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
                background-image: -o-linear-gradient(top, #0088cc, #0044cc);
                background-image: linear-gradient(to bottom, #0088cc, #0044cc);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
                border-color: #0044cc #0044cc #002a80;
                border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                *background-color: #0044cc;
                /* Darken IE7 buttons by default so they stand out more given they won't have borders */
                filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            }

                .datepicker td span.active:hover,
                .datepicker td span.active:focus,
                .datepicker td span.active:active,
                .datepicker td span.active.active,
                .datepicker td span.active.disabled,
                .datepicker td span.active[disabled] {
                    color: #ffffff;
                    background-color: #0044cc;
                    *background-color: #003bb3;
                }

                .datepicker td span.active:active,
                .datepicker td span.active.active {
                    background-color: #003399 \9;
                }

            .datepicker td span.old {
                color: #999999;
            }

        .datepicker th.switch {
            width: 145px;
        }

        .datepicker th.next,
        .datepicker th.prev {
            font-size: 21px;
        }

    .datepicker thead tr:first-child th {
        cursor: pointer;
    }

        .datepicker thead tr:first-child th:hover {
            background: #eeeeee;
        }

.input-append,
.input-prepend {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

    .input-append.date .add-on i,
    .input-prepend.date .add-on i {
        display: block;
        cursor: pointer;
        width: 16px;
        height: 16px;
    }

.dateie {
    *min-height: 10px !important;
}

    .dateie input {
        *margin: -1px 0 0 0;
        *min-height: 10px !important;
    }

.datepicker .clear {
    cursor: pointer;
}

    .datepicker .clear:hover {
        background: #eeeeee;
    }

/***************ALERT WARNINGS*************************************************/
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.editcase.content .alert a strong {
    text-decoration: underline;
}


/***************ICONS**********************************************/
.icon-blue {
    background-image: url("../img/glyphicons-halflings-blue.png");
}

.icon-red {
    background-image: url("../img/glyphicons-halflings-red.png");
}

.icon-green {
    background-image: url("../img/glyphicons-halflings-green.png");
}

.icon-yellow {
    background-image: url("../img/glyphicons-halflings-yellow.png");
}

.icon-dh {
    background-image: url("../img/glyphicons-halflings-dh.png");
}

.sm-fa {
    font-size: 12px !important;
}

[class^="dh-icon-"],
[class*=" dh-icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons-dh.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.dh-icon-textfield {
    background-position: 0 0;
}

.dh-icon-textarea {
    background-position: -24px 0;
}

.dh-icon-select {
    background-position: -48px 0;
}

.dh-icon-checkbox {
    background-position: -72px 0;
}

.dh-icon-calendar {
    background-position: -96px 0;
}

.dh-icon-numericfield {
    background-position: -120px 0;
}

.dh-icon-attachment {
    background-position: -144px 0;
}

/*********************SWITCHES FOR CHECKBOX*******************************************/

.cb-enable, .cb-disable, .cb-enable span, .cb-disable span {
    background: url(../img/switch.png) repeat-x;
    display: block;
    float: left;
}

    .cb-enable span, .cb-disable span {
        line-height: 24px;
        display: block;
        background-repeat: no-repeat;
        font-weight: bold;
    }

    .cb-enable span {
        background-position: left -72px;
        padding: 0 10px;
    }

    .cb-disable span {
        background-position: right -144px;
        padding: 0 10px;
    }

    .cb-disable.selected {
        background-position: 0 -24px;
    }

        .cb-disable.selected span {
            background-position: right -168px;
            color: #fff;
        }

    .cb-enable.selected {
        background-position: 0 -48px;
    }

        .cb-enable.selected span {
            background-position: left -120px;
            color: #fff;
        }

.switch label {
    cursor: pointer;
}

.switch input {
    margin: 6px 0 6px 10px;
    display: none;
}


/*--------------------------------------------------------------------------------------------------------------------
 LEFT MENU AND CONTENT BOX FOR ADMIN
---------------------------------------------------------------------------------------------------------------------*/

.contentadmin {
    margin: 20px 20px 20px 0;
}

#containerAdmin {
    height: 85%;
    min-height: 500px;
    max-height: 100%;
    width: 99%;
    margin: -15px 0 0 0;
    position: absolute;
}

.pane {
    display: none; /* will appear when layout inits */
}

.ui-layout-pane {
    /*background: #f2f7fe;
    border: 1px solid #BBB;*/
    padding: 10px;
    overflow: auto;
}

.ui-layout-content {
    padding: 10px;
    position: relative; /* contain floated or positioned elements */
    overflow: auto; /* add scrolling to content-div */
}

/*	RESIZER-BARS */
.ui-layout-resizer {
    background: #DDD;
    border: 1px solid #BBB;
    border-width: 0;
}

.ui-layout-resizer-drag {
    /* REAL resizer while resize in progress */
}

.ui-layout-resizer-hover {
    /* affects both open and closed states */
}

.ui-layout-resizer-open-hover, /* hover-color to 'resize' */ .ui-layout-resizer-dragging {
    /* resizer beging 'dragging' */
    background: #C4E1A4;
}

.ui-layout-resizer-dragging {
    /* CLONED resizer being dragged */
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
}
/* NOTE: Add a 'dragging-limit' color to provide visual feedback when resizer hits min/max size limits */
.ui-layout-resizer-dragging-limit {
    /* CLONED resizer at min or max size-limit */
    background: #E1A4A4; /* red */
}

.ui-layout-resizer-closed-hover {
    /* hover-color to 'slide open' */
    background: #EBD5AA;
}

.ui-layout-resizer-sliding {
    /* resizer when pane is 'slid open' */
    opacity: .10; /* show only a slight shadow */
    filter: alpha(opacity=10);
}

.ui-layout-resizer-sliding-hover {
    /* sliding resizer - hover */
    opacity: 1.00; /* on-hover, show the resizer-bar normally */
    filter: alpha(opacity=100);
}
/* sliding resizer - add 'outside-border' to resizer on-hover 
         * this sample illustrates how to target specific panes and states */
.ui-layout-resizer-north-sliding-hover {
    border-bottom-width: 1px;
}

.ui-layout-resizer-south-sliding-hover {
    border-top-width: 1px;
}

.ui-layout-resizer-west-sliding-hover {
    border-right-width: 1px;
}

.ui-layout-resizer-east-sliding-hover {
    border-left-width: 1px;
}

/*	TOGGLER-BUTTONS */
.ui-layout-toggler {
    border: 1px solid #BBB; /* match pane-border */
    background-color: #BBB;
}

.ui-layout-resizer-hover .ui-layout-toggler {
    opacity: .60;
    filter: alpha(opacity=60);
}

.ui-layout-toggler-hover, /* need when NOT resizable */ .ui-layout-resizer-hover .ui-layout-toggler-hover {
    /* need specificity when IS resizable */
    background-color: #FC6;
    opacity: 1.00;
    filter: alpha(opacity=100);
}

.ui-layout-toggler-north, .ui-layout-toggler-south {
    border-width: 0 1px; /* left/right borders */
}

.ui-layout-toggler-west, .ui-layout-toggler-east {
    border-width: 1px 0; /* top/bottom borders */
}
/* hide the toggler-button when the pane is 'slid open' */
.ui-layout-resizer-sliding ui-layout-toggler {
    display: none;
}

.ui-layout-toggler-east-closed, .ui-layout-toggler-west-open {
    background-image: url(images/toggle-lt.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.ui-layout-toggler-west-closed, .ui-layout-toggler-east-open {
    background-image: url(images/toggle-rt.gif);
    background-position: center;
    background-repeat: no-repeat;
}



/*	 *	style the text we put INSIDE the togglers */
.ui-layout-toggler .content {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    padding-bottom: 0.35ex; /* to 'vertically center' text inside text-span */
}
/*--------------------------------------------------------------------------------------------------------------------
 LEFT MENU AND BOX FOR ADMIN - MENU LINKS
---------------------------------------------------------------------------------------------------------------------*/

.admin-user-departments label {
    display: inline;
}

.ui-layout-west ul {
    list-style: none;
    margin: -10px -10px 10px -10px;
}

.ui-layout-west li {
    margin: 0 0 0 0;
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #bbbbbb;
}
    /* ta med detta sen... fuckar upp mitt synfält DL
.ui-layout-west ul li:first-child
{
    margin:0 0 0 -40px;
    padding:5px 0 5px 10px;
    border-bottom:1px dotted #666;
    background-image:url(images/bg_menuTop.png);
}*/

    .ui-layout-west li:hover {
        background-image: url(images/bg_menuTopHover.png);
        background-repeat: repeat-x;
        background-color: #fedb74;
        color: #fff;
    }

    .ui-layout-west li a {
        color: #232323;
        text-decoration: none;
    }

        .ui-layout-west li a:hover {
            color: #fff;
        }

    .ui-layout-west li.selected {
        background-image: url(images/bg_menuTopHover.png) !important;
        background-repeat: repeat-x;
        background-color: #fedb74;
        color: #fff;
    }

        .ui-layout-west li.selected a {
            color: #fff;
            font-weight: bold;
        }

    .ui-layout-west li.line {
        padding: 0;
        background-color: #dddddd;
        height: 2px;
    }


/*****************GRUNDDATA***************************************************************************/
.nav-stacked > li > a {
    padding: 12px;
    margin-right: 2px;
    line-height: 14px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.nav-stacked {
    border-bottom: 1px solid #ddd;
}

/**************************ABOUT***********************************************************************/

.bg-blue {
    background: #438eb9;
}

.bg-orange {
    background: #d96326;
}

.bg-purple {
    background: #53378a !important;
}

.bg-green {
    background: #2e8965;
}


/************************LOGIN*************************************************************************/
body.login {
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #438eb9;
}

.form-signin {
    max-width: 300px;
    padding: 19px 60px 29px 60px;
    margin: 0 auto 0;
    background-color: #fff;
    border: 1px solid #fff;
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-bottom: 10px;
    }

    .form-signin input[type="text"],
    .form-signin input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
    }

.signin-bottom {
    max-width: 300px;
    padding: 10px 60px 10px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #fff;
    background: #438eb9;
    text-align: center;
    color: #fff;
    font-size: 11px;
}

    .signin-bottom p {
        margin-bottom: 0;
    }

    .signin-bottom a, .signin-bottom a:hover {
        color: #fff;
    }

.form-signin-heading {
    background: url(../img/dhhelpdesk-login.png);
    background-position: 0 5px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 24px;
    text-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 300px !important;
    height: 80px;
}


/*************************MODAL UPLOAD FILES********************************************/
.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 100050;
    width: 660px;
    margin-left: -380px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.modal-header h3 {
    margin: 0;
    line-height: 20px;
}

.modal-body {
    position: relative;
    max-height: 400px;
    padding: 5px;
    overflow-y: auto;
    text-align: center;
}

.modal-body-left {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
    text-align: left;
}

.modal-footer {
    padding: 5px 15px 5px;
    margin-bottom: 0;
    text-align: center;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer-right {
    padding: 5px 15px 5px;
    margin-bottom: 0;
    text-align: right;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.modal-backdrop {
    z-index: 10400;
}


.infop {
    margin: 20px;
    padding: 30px 0;
}

/* modal print for A4 portraite*/
.modal.modalprintA4P {
    width: 800px;
    height: 700px;
    margin-left: -400px;
}

    .modal.modalprintA4P .modal-body {
        max-height: 600px;
    }

.modal-body-select {
    width: 100%;
}

/* modal for Bulk Case Edit*/
.modal.modalBulkCaseEdit {
    width: 600px;
    margin-left: -400px;
}

.modal.modalBulkCaseEdit .modal-body {
    overflow-x: visible;
    overflow-y: visible;
}
/**************************** Validation **************************************************/

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
    margin: 10px 10px;
}

.validation-summary-valid {
    display: none;
}


/***************************TREE VIEW**************************************************/

#categories_tree li {
    list-style-type: none;
}

    #categories_tree li a {
        cursor: pointer;
    }

.tree-node {
}

.tree-selected-node {
    font-weight: bold;
}

.expand-tree-item {
    /*display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons-halflings.png");
    width: 16px;
    background-position: 0 -96px;
    background-repeat:no-repeat;*/
}

.collapse-tree-item {
    /*display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons-halflings.png");
    width: 16px;
    background-position: -24px -96px;
    background-repeat:no-repeat;*/
}


.css-treeview ul,
.css-treeview li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.css-treeview input {
    position: absolute;
    opacity: 0;
}

.css-treeview {
    font: normal 11px "Segoe UI", Arial, Sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .css-treeview a {
        color: #00f;
        text-decoration: none;
    }

        .css-treeview a:hover {
            text-decoration: underline;
        }

    .css-treeview input + label + ul {
        margin: 0 0 0 22px;
    }

    .css-treeview input ~ ul {
        display: none;
    }

    .css-treeview label,
    .css-treeview label::before {
        cursor: pointer;
    }

    .css-treeview input:disabled + label {
        cursor: default;
        opacity: .6;
    }

    .css-treeview input:checked:not(:disabled) ~ ul {
        display: block;
    }

    .css-treeview label,
    .css-treeview label::before {
        background: url("../img/icons-tree.png") no-repeat;
    }

        .css-treeview label,
        .css-treeview a,
        .css-treeview label::before {
            display: inline-block;
            height: 16px;
            line-height: 16px;
            vertical-align: middle;
        }

    .css-treeview label {
        background-position: 18px 0;
    }

        .css-treeview label::before {
            content: "";
            width: 16px;
            margin: 0 22px 0 0;
            vertical-align: middle;
            background-position: 0 -32px;
        }

    .css-treeview input:checked + label::before {
        background-position: 0 -16px;
    }

/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .css-treeview {
        -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
    }
}

@media (max-width:716px) {
    #target .secnavs.fixed {
        top: 88px;
    }
}

@media (max-width:1596px) {
    #target .content {
        margin: 140px 20px 0px 20px;
    }
}

@media (max-width:1277px) {
    #target .content {
        margin: 170px 20px 0px 20px;
    }
}

/***************************CONTENT**************************************************/
.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.container {
    margin-left: 0.5em;
}

#colsetting_result.container {
    margin-left: 0px;
}

.ml15 {
    margin-left: 1.5em !important;
}

.cursor-pointer {
    cursor: pointer;
}

.overflow-visible {
    overflow: visible !important;
}

.width100 {
    width: 100% !important;
}

.width80 {
    width: 80% !important;
}

.width90 {
    width: 90% !important;
}

.width70 {
    width: 70% !important;
}

.width60 {
    width: 60% !important;
}

.width20 {
    width: 20% !important;
}

.error-title {
    text-align: center;
}

.error-message {
    padding: 10px;
    background: #ffa;
    text-align: center;
}

/*** invoice ***/


.case-invoice-container {
    font-size: 14px;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .case-invoice-container .ui-state-active, .case-invoice-container .ui-state-hover, .case-invoice-container .ui-state-focus {
        border: none !important;
    }

.case-invoice-colextranarrow {
    width: 2%;
}

.case-invoice-colnarrow {
    width: 7%;
}

.case-invoice-colnormal {
    width: 14%;
}

.case-invoice-colwide {
    width: 21%;
}

.case-invoice-orderrow {
    background-color: #EAEAEA;
}

.case-invoice-multiselect {
    margin-top: 5px;
}

.btn.orderButtons {
    float: right;
    margin-left: 5px;
}

.articles-select-container .multiselect-container .options-holder {
    margin-left: 20px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}


/* no more invoice*/

.input-mini-important {
    width: 45px !important;
}

.article-total {
    text-align: right !important;
}

.min-width-300 {
    min-width: 300px;
}

.min-width-500 {
    min-width: 500px !important;
}

.max-width-500 {
    max-width: 500px !important;
}

.table-pointer td {
    cursor: pointer;
}

.multi-select-field {
    width: 340px;
    height: 100px;
}

.editcase .notifier-block .checkbox {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}








div.dataTables_length label {
    float: left;
    text-align: left;
}

div.dataTables_length select {
    width: 75px;
}

div.dataTables_filter label {
    float: right;
}

div.dataTables_info {
    padding-top: 8px;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
}

table.table {
    clear: both;
    margin-bottom: 6px;
    max-width: none !important;
}

    table.table thead .sorting,
    table.table thead .sorting_asc,
    table.table thead .sorting_desc,
    table.table thead .sorting_asc_disabled,
    table.table thead .sorting_desc_disabled {
        cursor: pointer;
        *cursor: hand;
    }

    table.table thead .sorting {
        background: url('../css/images/sort_both.png') no-repeat center right;
    }

    table.table thead .sorting_asc {
        background: url('../css/images/sort_asc.png') no-repeat center right;
    }

    table.table thead .sorting_desc {
        background: url('../css/images/sort_desc.png') no-repeat center right;
    }

    table.table thead .sorting_asc_disabled {
        background: url('../css/images/sort_asc_disabled.png') no-repeat center right;
    }

    table.table thead .sorting_desc_disabled {
        background: url('../css/images/sort_desc_disabled.png') no-repeat center right;
    }

table.dataTable th:active {
    outline: none;
}

/* Scrolling */
div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    div.dataTables_scrollHead table thead tr:last-child th:first-child,
    div.dataTables_scrollHead table thead tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.dataTables_scrollBody table {
    border-top: none;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
    border-top: none;
}

div.dataTables_scrollFoot table {
    border-top: none;
}




/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
    background-color: #08C;
    color: white;
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
    background-color: #0075b0 !important;
}

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
    background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
    cursor: pointer;
    *cursor: hand;
}

div.DTTT .btn {
    color: #333 !important;
    font-size: 12px;
}

    div.DTTT .btn:hover {
        text-decoration: none !important;
    }


ul.DTTT_dropdown.dropdown-menu a {
    color: #333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
    background-color: #0088cc;
    color: white !important;
}

/* TableTools information display */
div.DTTT_print_info.modal {
    height: 150px;
    margin-top: -75px;
    text-align: center;
}

div.DTTT_print_info h6 {
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    margin: 1em;
}

div.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px;
}

.customers.dropdown-menu {
    overflow: auto;
    max-height: 500px;
}


/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
}

div.DTFC_LeftHeadWrapper table {
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

    div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
    div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin-bottom: 0 !important;
}

div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}

div.DTFC_LeftFootWrapper table {
    border-top: none;
}

/** FAQ begin */
.popup .faq .secnav input.btn {
    margin-bottom: 0px;
}

.popup .faq .tab-content {
    /*overflow: hidden;*/
}

.popup .modal {
    margin-left: -50%;
}
/** FAQ end */


/**HIDE SHOW EDITING CASE****/


/**TEMPORARY SOLUTION****/
.newmode .hidebtn {
    display: inline-block;
}

.newmode .showbtn {
    display: none;
}

.newmode .hideshow .showbtn {
    display: inline-block;
}

.newmode .hideshow .hidebtn {
    display: none;
}

.newmode .hideshow {
    height: 35px;
    overflow: hidden;
}

    .newmode .hideshow .displaytr {
        display: none;
    }

.hidefollowers {
    position: inherit !important;
}

.editmode .showbtn {
    display: none;
}

.editmode .hidebtn {
    display: inline-block;
}

.editmode .hideshow .showbtn {
    display: inline-block;
}

.editmode .hideshow .hidebtn {
    display: none;
}

.editmode .hideshow {
    height: 35px;
    overflow: hidden;
}

    .editmode .hideshow .displaytr {
        display: none;
    }

/*****END TEMPORARY SOLUTION******/
/*.newmode .hidebtn, .newmode .showbtn {
    display: none;
}

.editmode .showbtn {
    display: none;
}

.editmode .hideshow .caselogoverflow {
    height:300px; overflow:auto;
}
.editmode .hideshow .showbtn
 {
    display: inline-block;
}
.editmode .hideshow .hidebtn,
.editmode .hideshow .displaytr {
    display: none;
}*/
/**END HIDE SHOW EDITING CASE*/

/*CASE VALIDATION MESSAGE*/
.validation-message {
    margin: 0 20px 0 20px;
}

    .validation-message span {
        color: red;
    }
/*END CASE VALIDATION MESSAGE*/


/***QUICK EDIT******/
.panel {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

/***SUMMER NOTE******/
.note-editor.note-frame {
    padding: 0px !important;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.panel-heading {
    padding: 10px 15px;
    margin: -15px -15px 15px;
    font-size: 17.5px;
    font-weight: 500;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    background: #f7f7f7;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#fff),to(#eee));
    background-image: -webkit-linear-gradient(top,#fff,0%,#eee,100%);
    background-image: -moz-linear-gradient(top,#fff 0,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 0,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeeeeee',GradientType=0);
    color: #333333;
    padding: 0 0 0 5px;
}

.panel-footer {
    padding: 10px 15px;
    margin: 15px -15px -15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
}

.caselistdocs {
    border-top: 1px solid #dddddd;
    padding: 4px 3px;
}

    .caselistdocs .btn {
        float: right;
    }

    .caselistdocs span {
        font-size: 12px;
        font-style: italic;
    }

    .caselistdocs:nth-of-type(odd) {
        background: #f5f5f5;
    }


td.disabled {
    color: lightgray;
}

.DisabledChosen {
    color: lightgray;
}

span.disabled {
    color: lightgray;
}

a.inactive {
    color: lightgray;
}

.ui-widget {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

/********************    ADMIN PART   *********************/
/********************************   Admin part -> product area    ******************************/
.product-area.admin.content .inactive *,
.case-type.admin.content .inactive *,
.working-group.admin.content .inactive *,
.causingpart.admin.content .inactive *,
.category.admin.content .inactive *,
.supplier.admin.content .inactive *,
.priority.admin.content .inactive *,
.status.admin.content .inactive *,
.stateSecondary.admin.content .inactive *,
.registrationSourceCustomer.admin.content .inactive *,
.region.admin.content .inactive *,
.department.admin.content .inactive *,
.oU.admin.content .inactive *,
.standardtext.admin.content .inactive *,
.finishingcause.admin.content .inactive *,
.dailyreportsubject.admin.content .inactive *,
.operationobject.admin.content .inactive *,
.operationlogcategory.admin.content .inactive *,
.emailgroup.admin.content .inactive *,
.program.admin.content .inactive *,
.order-type.admin.content .inactive *,
.system.admin.content .inactive * {
    color: lightgray;
}


/******CALENDAR SHOWING YEAR/MONTH********/
.datepicker td span.month {
    width: 42px;
    height: 42px;
    line-height: 42px;
}

/********CASEOVERVIEW SEARCH CASES STATUS********/

.file-view-logs .date input {
    width: 113px;
}

.caseoverviewaccordion.accordion, .caseoverviewaccordion .accordion {
    margin-bottom: 0;
}

.caseoverviewaccordion .row-fluid [class*="span"] {
    min-height: 4px !important;
    line-height: 15px !important;
}

.caseoverviewaccordion .accordion-group {
    margin-bottom: 0;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .caseoverviewaccordion .accordion-group .accordion-group {
        border: none;
    }

.caseoverviewaccordion .accordion-inner {
    padding: 1px 0 0 5px;
    border-top: none;
}

    .caseoverviewaccordion .accordion-inner .accordion-inner {
        padding: 1px 5px 0 18px;
        border-top: none;
        color: #707070;
        font-size: 11px;
    }

.caseoverviewaccordion .accordion-heading .accordion-toggle {
    display: block;
    padding: 1px 5px 0 5px;
    font-weight: bold;
    color: #707070;
    font-size: 11px;
}

.case-remaining-time {
    font-size: 11px;
    margin-top: -1px;
}

    .case-remaining-time.table thead td {
        color: #707070;
        font-weight: normal;
        background: #f7f7f7;
        background-image: -webkit-gradient(linear,left 0,left 100%,from(#fff),to(#fff));
        background-image: -webkit-linear-gradient(top,#fff,0%,#fff,100%);
        background-image: -moz-linear-gradient(top,#fff 0,#fff 100%);
        background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffffffff',GradientType=0);
        font-weight: bold;
    }

    .case-remaining-time.table thead th, .case-remaining-time.table thead td, .case-remaining-time.table tbody td {
        padding: 1px 2px;
    }

div.modal-body.max-height-70-percent {
    max-height: calc(100vh * 0.7);
}

@media(max-height: 700px) {
    div.modal-body.max-height-70-percent {
        max-height: calc(100vh * 0.6);
    }
}

.case-dropdown-area {
    display: inline-flex;
    text-align: left;
    padding-top: 30px;
}

.case-dropdown-div {
    padding-left: 10px;
}

.case-usersearch-textarea {
    height: 25px;
    width: 30%;
    position: absolute;
}

.case-usersearch-btn {
    margin-bottom: 0.4em;
    min-width: 40px;
    margin-right: 10px;
}

.case-followers-button-done {
    padding-top: 1.8em;
    padding-left: 30px;
}

.case-followers-toastmessage {
    z-index: 100051 !important;
}

.case-intlog-button-done {
    padding-top: 1.4em;
    padding-left: 30px;
}

div.case-dropdown-div > span.btn-group.open > ul > div.options-holder li {
    display: flex;
}

.article-import-div {
    border: 1px solid #f1f1f1;
    float: left;
    min-height: 50px;
    padding: 10px;
}

div.case-dropdown-div > span.btn-group > button.multiselect.dropdown-toggle.btn {
    max-width: 175px;
    min-width: 175px;
}

div.case-dropdown-div > span.btn-group > ul.multiselect-container > div.options-holder input {
    display: none;
}

.case-send-emails-div {
    overflow: auto;
    padding: 2px;
    resize: both;
    text-align: left;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    word-wrap: break-word;
}

.case-external-email {
    overflow: hidden;
    padding: 2px;
    padding-left: 50px;
    text-align: left;
    /*    display: inline-block;*/
    word-break: keep-all;
    width: 44%;
    position: absolute;
    height: 100px;
    text-overflow: ellipsis;
    resize: both;
}

.case-email-selected {
    border: 1px solid #cccccc;
    padding-left: 2px;
    padding-right: 2px;
    margin: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #e6e6e6;
    display: inline;
    line-height: 20px;
}

.case-send-emails-div-readonly {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.case-popup-div {
    min-height: 80px;
    width: 95% !important;
}

.case-div-standardtext {
    padding: 1em !important;
    font-size: 0.9em;
    cursor: pointer;
}

.case-standardtext-space {
    white-space: pre-line;
    line-height: 1;
    font-size: 14px;
}

.case-div-standardtext-accordion {
    max-width: 35em;
    min-width: 35em;
}

.case-standardText-keep-open {
    z-index: 10001;
}

table.table-add-order-field-type tr td:first-child {
    width: 80%;
}

.nowrap {
    white-space: nowrap;
}

td.align-right {
    text-align: right;
}

td.align-center {
    text-align: center;
}

.table-striped tbody > tr.expanded-row:nth-child(odd) > td,
.table-striped tbody > tr.expanded-row:nth-child(odd) > th {
    background-color: #f4f9fc;
}

.table-striped tbody > tr.expanded-row > td,
.table-striped tbody > tr.expanded-row > th {
    background-color: #f5f5f5;
}

.table-hover tbody tr.expanded-row:hover > td,
.table-hover tbody tr.expanded-row:hover > th {
    background-color: #ffefd5;
}

tr.expanded-toolbar .btn {
    margin-left: 2px;
    margin-right: 2px;
}

.content.modalpopup {
    margin: 20px 20px 20px 20px;
}

div.content.modalpopup > div > div.tab-content > div.tab-pane > form > div.container > div.row > div.span5 {
    display: none;
}

.case-connect-to-parent {
    width: 1315px;
    left: 35%;
}

.modal-wide {
    width: 1315px;
    left: 35%;
}

.img-case-locked {
    position: absolute;
    left: 8px;
    width: 12px;
    top: 8px;
}

.img-case-parent {
    position: relative;
}

label.checkbox-label-inline {
    display: inline;
}

.invoice-files li {
    list-style: none;
}

    .invoice-files li > span {
        cursor: pointer;
        font-weight: normal;
    }

    .invoice-files li.selected > span {
        font-weight: bold;
    }

.invoice-files td {
    vertical-align: top;
}

.table td.valign-middle {
    vertical-align: middle;
}

.cursor-default {
    cursor: default;
}

table .multitext input[type='text'] {
    width: 190px;
    margin-right: 5px;
}

table .multitext i {
    cursor: pointer;
}

.pb5 {
    padding-bottom: 5px !important;
}

a.export-order {
    background: url(../icons/doc-download.png) no-repeat;
    display: block;
    width: 15px;
    height: 20px;
    margin-bottom: -7px;
}

.brdbottom {
    border-bottom: 1px solid #eee;
}

.toplabel {
    padding: 5px 5px 0px 10px;
    word-wrap: break-word;
}


.tableth2x {
    width: 2%;
}

.tableth4x {
    width: 4%;
}

.tableth5x {
    width: 5%;
}

.tableth6x {
    width: 6%;
}


.tableth7x {
    width: 7%;
}

.tableth8x {
    width: 8%;
}

.tableth9x {
    width: 9%;
}

.tableth16x {
    width: 16%;
}

.tableth18x {
    width: 18%;
}

.tableth20x {
    width: 20%;
}

td > div.checkbox.commun {
    line-height: 20px;
    padding-left: 40px;
}

.icon-copy {
    cursor: pointer;
    display: inline-block;
    background: url('../icons/copy.png') no-repeat 0 0;
}

.attachedFile {
    background-image: url(../icons/clip.png);
    background-position: 2px 1px;
}

ul.nav.dh-nav .newcase {
    /*font-size: 40px;*/
    color: white;
    text-align: center;
    height: 25px;
    background: none;
}

    ul.nav.dh-nav .newcase a:hover {
        background-color: #204d6a !important;
    }

    ul.nav.dh-nav .newcase a:focus {
        background-color: #204d6a !important;
    }

th.sorting_disabled {
    background-color: #fff !important;
    background-image: none !important;
}

.input-searching {
    background: url('/content/img/ajax-loader.gif');
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    border: none;
    display: inline-block;
}

/*************************** bootstrap dropdown updated css for product area control***************************/
.subddMenu {
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl;
    text-align: left;
}

    .subddMenu li {
        direction: ltr !important;
    }

.dropdown-menu.modified .dropdown-submenu:hover > .subMenuWrapper > .dropdown-menu {
    display: block;
}

.dropdown-menu.modified > li,
.dropdown-menu.modified .dropdown-menu > li {
    position: static;
}

    .dropdown-menu.modified > li > .subMenuWrapper,
    .dropdown-menu.modified .dropdown-menu > li > .subMenuWrapper {
        position: absolute;
        z-index: 10;
        left: 100%;
    }

        .dropdown-menu.modified > li > .subMenuWrapper > .subddMenu,
        .dropdown-menu.modified .dropdown-menu > li > .subMenuWrapper > .subddMenu {
            position: static;
        }

/*.dropdown-menu.modified .dropup .dropdown-submenu > .subMenuWrapper > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}*/

/*.subMenuWrapper {
    position: relative;
}*/
/************************************************************************************/

div.chosen-container.chosen-container-multi.error,
div.chosen-container.chosen-container-single.error {
    border: 1px solid #ff0000;
    border-radius: 4px;
    background-color: #ffeeee;
}

    div.chosen-container.chosen-container-single.error .chosen-single {
        background-color: #ffeeee;
        background: -webkit-linear-gradient(top, #ffeeee 20%, #ffeeee 50%, #ffeeee 52%, #ffeeee 100%);
    }

.dh-success {
    background: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

.dh-error {
    background: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}

.dh-note {
    font-weight: bold;
    color: #a94442;
}

.lock-icon, .unlock-icon {
    width: 20px !important;
    height: 20px !important;
    border: none;
    display: inline-block;
}

.lock-icon {
    background: url('/content/icons/lock.png');
}

.unlock-icon {
    background: url('/content/icons/unlock.png');
}

#tooltip-button-wrapper .btn[disabled] {
    pointer-events: none;
}

#feedback_notes_popup .fb_content {
    overflow-y: auto;
    max-height: 60vh;
}

#statisticsData table {
    width: 100%;
    font-weight: bolder;
}

    /*div#statisticsData {
    padding-left: 20px;
}*/

    #statisticsData table tr td {
        width: 25%
    }

    #statisticsData table tr:nth-child(2) td {
        padding-bottom: 5px;
    }

    #statisticsData table tr:nth-child(odd) td {
        font-size: smaller;
        color: #999;
    }

    #statisticsData table tr:nth-child(even) td {
        font-size: x-large;
    }

.portlet-content .more {
    text-align: right;
}

.all a, a.row-all {
    color: #0088cc;
    text-decoration: none;
}
.scrollMe {
    overflow-x: auto !important;
}
.caselog tr.less3 > td > a > div,
.caselog tr.less3 > td > div {
    height: 60px;
    overflow: hidden;
}

.caselog tr.less7 > td > a > div,
.caselog tr.less7 > td > div {
    height: 140px;
    overflow: hidden;
}

.caselog tr.less-ignoreheight > td > a > div,
.caselog tr.less-ignoreheight > td > div {
    height: 100% !important;
    overflow: auto !important;
}

.caselog tr.less3 .row-all::before,
.caselog tr.less7 .row-all::before {
    content: '>>'
}

.caselog .row-all::before {
    content: '<<'
}

.caselog .log-files a {
    margin-bottom: 10px;
}

.summernote-desc-flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.note-modal {
    z-index: 99999 !important;
    left: 50% !important;
    bottom: auto !important;
}
.note-editor .note-editable p {
    line-height: 1.2;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}
.note-input{
    padding: 0 !important
}

.note-editor.note-frame {
    margin-bottom: 0px !important;
}

.showDescriptionFlat {
    width: 648px;
    height: 566px;
    z-index: -10;
    overflow-x: auto !important;
    overflow-y: scroll !important;
/*    overflow: hidden !important;*/
    border: 1px solid #cccccc;
    border-radius: 3px;
}