/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;

}

td,
th {
    padding: 0;
}

.hiddenIfEmpty:empty {
    display: none;
}

.cse-customer-comment {
    border: 1px solid #dbdbdb;
    padding: 8px;
    width: 100%;
    margin-top: 17px;
    background-color: aliceblue;
    border-radius: 5px;
}

/*-------------------*/



@font-face {
    font-family: 'PondusProIcons';
    src: url('../fonts/PondusProIcons/PondusProIcons.eot');
    src: url('../fonts/PondusProIcons/PondusProIcons.eot?#iefix') format('embedded-opentype'), url('../fonts/PondusProIcons/PondusProIcons.woff') format('woff'), url('../fonts/PondusProIcons/PondusProIcons.ttf') format('truetype'), url('../foonts/PondusProIcons/PondusProIcons.svg#PondusProIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    background-color: #e9ebed;
    /* Färg revamp
        background-color: #f0f3f6;*/
    font-size: 14px;
    font-family: 'Open Sans', Verdana, Arial;


    color: #000;
}

body.long-menu-fix {
    overflow-x: hidden;
}

img {
    border: 0;
}

hr {
    background-color: #eee;
    border: 0 none;
    color: #eee;
    height: 1px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

/** {
    outline: 1px solid red !important;
}*/

a {
    text-decoration: none;

    color: #0f517f;
}

a:hover {
    text-decoration: none;

    color: #06416b;
}

ul.unsorted-list {
    padding-left: 20px;
    list-style-type: disc;
}

ul.unsorted-list li {
    padding: 2px 0;
}


#wrapper {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#top-bar {
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    padding: 12px 20px;
    min-height: 54px;
    z-index: 50;
    position: relative;
}

#top-bar.top-bar-test-color {
    background-color: rgba(126, 154, 87, 0.45);
    border-bottom: 1px solid rgba(126, 154, 87, 0.55);
}

#top-bar.top-bar-test-color #top-bar-right>ul>li>a>.icon {
    color: rgba(0, 0, 0, 0.25);
}

#top-bar.top-bar-test-color #top-bar-right>ul>li.top-bar-user a img {
    opacity: 0.75;
}

#top-bar #top-logo {
    text-indent: -99999px;
    width: 215px;
    height: 30px;
    display: inline-block;
    background: url(../images/ponduspro_logo.png) top left no-repeat;
}

#top-bar #top-bar-right {
    float: right;
    margin-top: -5px;
    margin-bottom: -5px;
    height: 40px;
}

#top-bar #top-bar-right>ul {
    list-style-type: none;
}

#top-bar #top-bar-right>ul>li {
    display: inline-block;
    float: left;
    height: 40px;
}

#top-bar #top-bar-right>ul>li>a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    margin-left: 5px;
    text-align: center;
    overflow: hidden;
}

#top-bar #top-bar-right>ul>li>a>.icon {
    font-size: 28px;
    color: #cdced3;
}

#top-bar #top-bar-right>ul>li>a:hover>i,
#top-bar #top-bar-right>ul>li.show-dropdown>a>i {
    color: #b6bac2;
}



#top-bar #top-bar-right>ul>li.top-bar-user a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
}

#top-bar #top-bar-right>ul>li.top-bar-favorites>.dropdown,
#top-bar #top-bar-right>ul>li.top-bar-helpdocuments>.dropdown {
    min-width: 300px;
}

#top-bar #top-bar-right>ul>li.top-bar-favorites.show-dropdown>a>i {
    color: #f9c700;
}

#top-bar #top-bar-right>ul>li.top-bar-helpdocuments.show-dropdown>a>i {
    color: #84a1cb;
}

#top-menu {




    background-color: #344f75;
    height: 46px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #2d4464;
    white-space: nowrap;
    position: relative;
    z-index: 49;
}

#top-menu>* {
    vertical-align: middle;
}


#top-menu #main-menu-container {
    position: relative;
    display: inline-block;
    float: left;
    height: 46px;
    z-index: 200;
}

#top-menu #main-menu-container a.menu-toggle {
    position: relative;
    display: inline-block;
    height: 46px;
    color: #ffffff;
    padding-right: 25px;
    min-width: 130px;
    white-space: nowrap;
    overflow: hidden;
}

#top-menu #main-menu-container.show-menu a.menu-toggle {


    background-color: #304a6c;
}

#top-menu #main-menu-container a.menu-toggle>span {
    font-size: 14px;
    top: 0;
    left: 0;
    height: 46px;
    line-height: 30px;
    padding: 8px 20px;
    display: inline-block;
    text-transform: uppercase;
    transition: opacity 0.2s;
}

#top-menu #main-menu-container.show-menu a.menu-toggle span.pick {
    opacity: 1;
}

#top-menu #main-menu-container.show-menu a.menu-toggle span.module {
    opacity: 0;
    white-space: nowrap;
}

#top-menu #main-menu-container a.menu-toggle span.pick {
    opacity: 0;
    position: absolute;
}

#top-menu #main-menu-container a.menu-toggle span.module {
    opacity: 1;
}

#top-menu #main-menu-container a.menu-toggle span.module i {
    color: #9fbc5a;
}

#top-menu #main-menu-container a.menu-toggle i#menu-toggle-arrow {
    display: inline-block;
    right: 10px;
    position: absolute;
    top: 14px;
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
}

#top-menu #main-menu-container:hover a.menu-toggle i#menu-toggle-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#top-menu #main-menu-container.show-menu a.menu-toggle i#menu-toggle-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


#main-menu-container ul.main-menu {
    z-index: 200;
    top: 46px;
    width: 275px;
    display: none;
    padding: 0;
    margin: 0;
    list-style-type: none;



    background-color: #304a6c;
    position: absolute;
}

#main-menu-container ul.main-menu li {
    position: relative;
}

#main-menu-container ul.main-menu li.expand>a:after {
    font-family: 'PondusProIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    position: absolute;
    right: 10px;
    height: 30px;
    line-height: 30px;
    color: #82858f;
}

#main-menu-container ul.main-menu li.expand>a:hover:after {
    color: #8d93a1;
}

#main-menu-container ul.main-menu>li>a {
    vertical-align: middle;
    min-width: 79px;
    font-size: 14px;
    text-transform: uppercase;

    color: #e7e9eb;
    padding: 8px 20px;
    display: block !important;
    height: 46px !important;
    line-height: 30px;
}

#main-menu-container ul.main-menu>li>* {
    vertical-align: middle;
}

#main-menu-container ul.main-menu li a {
    overflow: hidden;
}

#main-menu-container ul.main-menu li a .icon {
    color: #a4a7ae;
    line-height: 30px;
}

#main-menu-container ul.main-menu li:hover>a {



    background-color: #2d4464;
    color: #e7e9eb;
}

#main-menu-container ul.main-menu li:hover>a .icon {
    color: #c3c6ca;
}

#main-menu-container ul.main-menu>li.active>a {
    color: #e7e9eb;
    /*background-color: #3c3f53; org.färg
        border-left: 3px solid #9fbc5a;*/


    background-color: #2d4464;
    border-left: 3px solid #9fbc5a;
    padding-left: 17px;
}

#main-menu-container ul.main-menu>li.active>a i.icon {
    color: #9fbc5a;
}

#main-menu-container ul.main-menu>li.active:hover>a {
    color: #ffffff;
}

#main-menu-container ul.main-menu>li.active:hover>a .icon {
    color: #9fbc5a;
}

#main-menu-container ul.main-menu>li>ul {
    display: none !important;
    position: absolute;
    left: 100%;
    top: 0;



    background-color: #2d4464;
    list-style-type: none;
    min-width: 275px;
    -webkit-box-shadow: inset 10px 0px 18px -18px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: inset 10px 0px 18px -18px rgba(0, 0, 0, 0.55);
    box-shadow: inset 10px 0px 18px -18px rgba(0, 0, 0, 0.55);
}

#main-menu-container ul.main-menu>li.align-to-bottom>ul {
    top: auto;
    bottom: 0;
}

#main-menu-container ul.main-menu li:hover>ul {
    display: block !important;
}

#main-menu-container ul.main-menu li ul li.expand:after {
    z-index: 205;
    content: "";
    width: 40px;
    height: 10px;
    top: 95%;
    right: 0;
    position: absolute;
    display: block;
}

#main-menu-container ul.main-menu li>ul:after {
    z-index: -1 !important;
    content: "";
    width: 100%;
    height: auto;
    top: -30px;
    bottom: -30px;
    position: absolute;
    display: block;
}

#main-menu-container ul.main-menu li ul li.expand>a:after {
    height: 28px;
    line-height: 28px;
}

#main-menu-container ul.main-menu li>ul>li>a {
    text-transform: none;
    color: #c8cace;
    padding: 6px 20px;
    display: block !important;
    background-color: transparent !important;
    height: 39px;
    line-height: 27px;
}

#main-menu-container ul.main-menu li ul li:hover>a {



    background-color: #2a405d !important;
}

#main-menu-container ul.main-menu>li>ul>li.active>a {


    background-color: #2a405d !important;
}

#main-menu-container ul.main-menu>li>ul>li>ul {
    position: absolute;
    display: none !important;
    list-style-type: none;
    -webkit-box-shadow: inset 10px 0px 18px -18px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: inset 10px 0px 18px -18px rgba(0, 0, 0, 0.55);
    box-shadow: inset 10px 0px 18px -18px rgba(0, 0, 0, 0.55);
    width: auto;



    min-width: 275px;
    background-color: #2a405d !important;
    left: 100%;
    top: 0;
    list-style-type: none;
}

#main-menu-container ul.main-menu li ul li>ul:after {
    width: auto;
    left: 0;
    right: -30px;
}

#main-menu-container ul.main-menu li ul li:hover>ul {
    display: block !important;
}

#main-menu-container ul.main-menu li ul li ul li>a {
    height: 32px;
    padding: 3px 20px;
    line-height: 26px;
}

#main-menu-container ul.main-menu li ul li ul li:hover>a {



    background-color: #273a56 !important;
}

#main-menu-container ul.main-menu>li>ul>li>ul>li.active>a {


    background-color: #273a56 !important;
}

ul.sub-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline;
    height: 46px !important;
    white-space: nowrap !important;
}

ul.sub-menu li {
    display: inline-block;
    margin: 0;
    padding: 0;

}

ul.sub-menu>li>a {
    font-size: 14px;
    color: #e7e9eb;
    padding: 8px 10px;
    display: inline-block !important;
    height: 46px;
    white-space: nowrap;
    line-height: 30px;
    margin: 0;
}

ul.sub-menu li a:hover {


    background-color: #304a6c;
    color: #e7e9eb;
}

ul.sub-menu li.active>a {
    color: #e7e9eb;


    background-color: #304a6c;
}

ul.sub-menu li.active>a:hover {
    color: #ffffff;
}

ul.sub-menu li.expand {
    position: relative;
}

ul.sub-menu li.expand>a {}

ul.sub-menu li.expand>a:after {
    font-family: 'PondusProIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    color: #82858f;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    vertical-align: middle;
}

ul.sub-menu li.expand>a:hover:after {
    color: #8d93a1;
}

ul.sub-menu li ul {
    display: none;
    position: absolute;
    min-width: 270px;


    background-color: #304a6c;
    left: 0;
    z-index: 195;
}

ul.sub-menu li.show-menu>a {

    background-color: #304a6c !important;
}

ul.sub-menu li ul li {
    display: block;
    float: none;
}

ul.sub-menu li ul li a {
    display: block;
    font-size: 14px;
    color: #b6babf;
    padding: 3px 15px;
    margin: 0;
    display: block !important;
    height: 32px;
    line-height: 26px;
}

ul.sub-menu li ul li:hover a {

    background-color: #2d4464;
}

ul.sub-menu li ul li.active>a {
    background-color: #2d4464;
}


@media screen and (max-width: 1000px) {
    ul.sub-menu {
        display: none;
    }
}

@media screen and (max-width: 825px) {
    #main-menu-container {
        width: 100%;
    }

    #main-menu-container ul.main-menu,
    #main-menu-container a {
        width: 100%;
    }

    #top-menu #main-menu-container a.menu-toggle i#menu-toggle-arrow {
        ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #top-menu #main-menu-container.show-menu a.menu-toggle i#menu-toggle-arrow {
        ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    #top-menu #main-menu-container a.menu-toggle span.pick {
        opacity: 1;
    }

    #top-menu #main-menu-container a.menu-toggle span.module {
        opacity: 0;
    }

    #main-menu-container ul.main-menu li ul {
        width: 100%;
        position: relative;
        left: 0;
    }

    #main-menu-container ul.main-menu li>ul>li>a,
    #main-menu-container ul.main-menu li>ul>li>ul>li>a {
        height: 44px;
        padding: 7px 20px;
        line-height: 28px;
    }

    #main-menu-container ul.main-menu li ul li ul {
        width: 100%;
        position: relative !important;
        left: 0;
    }

    #main-menu-container ul.main-menu li.expand>a:after {
        ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #main-menu-container ul.main-menu li.expand.click-hover>a:after,
    #main-menu-container ul.main-menu li.expand.touchend-hover>a:after {
        ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    #main-menu-container ul.main-menu li>ul:after {
        top: 0;
        bottom: 0;
    }

    #main-menu-container ul.main-menu li ul li>ul:after {
        top: 0;
        bottom: 0;
        right: 0;
    }

    #main-menu-container ul.main-menu li:hover>ul {
        display: none !important;
    }

    #main-menu-container ul.main-menu li.click-hover>ul,
    #main-menu-container ul.main-menu li.touchend-hover>ul {
        display: block !important;
    }

    #main-menu-container ul.main-menu li.click-hover>a,
    #main-menu-container ul.main-menu li.touchend-hover>a {
        background-color: #2e435f;
        color: #d1d4d8;
    }

    #main-menu-container ul.main-menu li ul li:hover>ul {
        display: none !important;
    }

    #main-menu-container ul.main-menu li ul li.click-hover>ul,
    #main-menu-container ul.main-menu li ul li.touchend-hover>ul {
        display: block !important;
    }

    #main-menu-container ul.main-menu li ul li.click-hover>a,
    #main-menu-container ul.main-menu li ul li.touchend-hover>a {
        background-color: #2b405b !important;
    }
}

@media screen and (max-width: 500px) {
    #top-bar #top-logo {
        width: 30px;
    }
}

@media screen and (min-width: 825px) {
    #main-menu-container ul.main-menu li.touchend-hover>ul {
        display: block !important;
    }

    #main-menu-container ul.main-menu li.touchend-hover>a {
        background-color: #2e435f;
        color: #d1d4d8;
    }

    #main-menu-container ul.main-menu li ul li.touchend-hover>ul {
        display: block !important;
    }

    #main-menu-container ul.main-menu li ul li.touchend-hover>a {
        background-color: #2b405b !important;
    }

    .top-menu-container.using-flat-menu #main-menu-container {
        display: none !important;
    }
}

@media screen and (max-width: 825px) {
    #main-menu-container ul.main-menu li.hide-for-flat-menu>ul {
        display: block !important;
    }

    #main-menu-container ul.main-menu li.hide-for-flat-menu>a {
        display: none !important;
    }
}


.object-last-edited {
    position: absolute;

    padding: 15px 20px;
    left: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .object-last-edited {
        position: relative;
        padding: 15px;
        margin: -15px -20px 10px -20px;
        text-align: center;
    }
}

.object-last-edited:hover {
    background-color: #f0f0f0;

}

.object-last-edited span:first-child {
    margin-bottom: 4px;
}

.object-last-edited span {
    display: block;
    color: #606164;
    vertical-align: middle;
}

.object-last-edited span i {
    color: #272727;
}




.log-in-window-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #e5e6e8;
    z-index: 2000;
}

.log-in-window {
    position: absolute;
    z-index: 2005;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.log-in-window .header {
    margin-bottom: -20px;
    text-align: center;
    padding: 0 5%;
}

.log-in-window .header img {
    max-width: 320px;
    width: 100%;
    height: auto;
}


.log-in-window .footer {
    position: absolute;
    margin-top: -57px;
    text-align: center;
    width: 100%;
    vertical-align: middle;
    color: #8c8c8d;
    line-height: 25px;
}

.log-in-window .footer .login-window-logo {
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    opacity: 0.45;
    text-indent: -99999px;
    width: 99px;
    height: 25px;
    margin-left: 10px;
    display: inline-block;
    background: url(../images/umefast_logo.png) top left no-repeat;
    margin-bottom: 20px;
}

.log-in-window .footer .login-window-logo:hover {
    opacity: 1;
}

.log-in-window .panel {
    max-width: 450px;
    margin: 80px auto 80px auto !important;
}

.vcp {
    display: table;
    width: 100%;
    height: 100%;
}

.vcc {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5%;
}

.mt-small {
    margin-top: 10px;
}

.mr-small {
    margin-right: 10px;
}

.mb-small {
    margin-bottom: 10px;
}

.ml-small {
    margin-left: 10px;
}

.mt-large {
    margin-top: 20px;
}

.mr-large {
    margin-right: 20px;
}

.mb-large {
    margin-bottom: 20px;
}

.ml-large {
    margin-left: 20px;
}

.pt-large {
    padding-top: 20px;
}

.pr-large {
    padding-right: 20px;
}

.pb-large {
    padding-bottom: 20px;
}

.pl-large {
    padding-left: 20px;
}

.content-container.has-filter {}


.history-container {
    font-size: 12px;
    color: #9a9a9a;
    margin: 0;
    padding: 5px 30px 5px 30px;
    background-color: #eff0f1;
    /*Färg revamp
        background-color: #f7f9fa;*/
    z-index: 5;
    position: relative;
    box-shadow: 0px 5px 5px -4px rgba(30, 30, 30, 0.13);
}

.no-content-top-bar .history-container {
    background-color: transparent;
}


.content>.main-content {}

.content>.main-content~.main-content {
    border-top: none;
    padding-top: 0px;
}

.content>.content-top-bar {
    margin-top: -7px;
    background-color: #eff0f1;
    /*Färg revamp
        background-color: #f7f9fa;*/
    box-shadow: 0px 5px 5px -4px rgba(30, 30, 30, 0.13);
    padding: 7px 30px;
    width: 100%;
    z-index: 6;
}

.content>.tabPage {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 2px;
}

.history-container .HistoryLink_Separator {
    color: #797979;
}

.history-container a {
    color: #8c8c8c;
}

.history-container:hover a {
    color: #435a95;
}

.history-container a:hover {
    color: #414a75;
    text-decoration: underline;
}

/*.content > table .filter-box {
    display:block;
    max-width:250px;
    position:relative;
}

.content > table .filter-box > * {
    position:relative !important;
}*/

.content>table {
    position: relative;
}

.content table .filter-box {
    box-shadow: 0px 1px 3px 1px #d1d3d8;
    height: 100%;
    min-height: 100%;
    position: absolute;
}

.content>div .content-top-bar h1 {

    visibility: hidden;
    width: 1px;
    overflow: hidden;
    margin-right: 1px;
}

.content>div .content-top-bar {
    background-color: #eff0f1;
    padding: 4px 10px;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 2px 2px 0 0;
}

.content>div .filter-box {
    z-index: 10;
}

.content>div .filter-box,
.content>div .filter-content,
.content>div .filter-box .filter-content .filter-form-container,
.content>div .filter-box .filter-form-button {
    width: 250px;
}

.content>table .filter-box,
.content>table .filter-content,
.content>table .filter-box .filter-content .filter-form-container,
.content>table .filter-box .filter-form-button {
    width: 250px;
}

.content>div .filter-form-container {
    z-index: 2;
}

.content>div .main-content {
    padding: 0;
}

.content>.filter-box {
    width: 255px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    height: auto;
    background-color: #e3e4e7;
    /*Färg revamp
        background-color: #e7e9ed;*/
    z-index: 41;
}

.content>.filter-box .filter-content {
    position: fixed;
    height: auto;
    top: 100px;
    bottom: 0;
    width: 255px;

    box-shadow: 1px 0 5px 1px rgba(0, 0, 0, 0.15);
}

.content>.filter-box .filter-content.scrolled {
    top: 0;
}


.toggle-filter .content-top-bar,
.toggle-filter .history-container,
.toggle-filter .main-content {}

.toggle-filter .filter-box,
.toggle-filter .filter-box .filter-content {}

.hide-filter .content>.filter-box,
.hide-filter .content>.filter-box .filter-content,
.hide-filter .filter-form-button,
.hide-filter .filter-form-container {
    width: 0px !important;
    padding: 0;
}

.show-filter .filter-box,
.show-filter .filter-content {
    width: 255px;
}

.content-container.hide-filter .history-container,
.content-container.hide-filter .content-top-bar,
.content-container.hide-filter .main-content {
    margin-left: 0px;
}

.content-container.show-filter .history-container,
.content-container.show-filter .content-top-bar,
.content-container.show-filter .main-content {
    margin-left: 255px;
}

.content-container.show-filter.is-child .history-container,
.content-container.show-filter.is-child .content>.main-content {
    margin-left: 0;
}

.content-container.show-filter .content-top-bar {
    margin-left: 0px;
    padding-left: 285px !important;
}


.content-container.show-filter div[class^="dhx"] .content-top-bar {
    margin-left: 255px;
    padding-left: 0px !important;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.filter-form-container {
    height: auto;
    bottom: 0;
    top: 0;
    margin-bottom: 70px;
    position: absolute;
    width: 100%;
    background-color: #e3e4e7;
    /*Färg revamp
        background-color: #e7e9ed;*/
}

.filter-form-container .nano {
    height: 100%;
}

.filter-form-container .nano .nano-content {
    padding: 12px;
}

.nano .nano-pane {
    background: transparent;
    width: 9px;
}

.nano .nano-slider {
    background: rgba(0, 0, 0, 0.10) !important;
    width: 4px;
}

.filter-form-button {
    height: 70px;
    margin-top: -70px;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    background-color: #e3e4e7;
    /*Färg revamp
        background-color: #e7e9ed;*/
    width: 100%;
    height: 70px;
    padding: 10px;
}

.filter-box .form-container {
    margin-bottom: 3px;
}

.filter-box .form-container label {}

.filter-box input:not(.btn),
.filter-box select {
    padding: 5px 5px;
    line-height: 18px;
    height: 30px;
}

.filter-box .btn.btn-small {
    line-height: 18px;
}

.filter-box input[type='checkbox'],
.filter-box input[type='radio'] {
    height: auto !important;
}

.filter-box .filter-form-container table td>* {
    vertical-align: middle;
}

.filter-box .responsive-input-with-button .input {
    padding-right: 27px;
}

.filter-box .responsive-input-with-button .input>input,
.filter-box .responsive-input-with-button .button>.btn {
    padding: 5px 5px;
    height: 30px;
}

.filter-box .responsive-input-with-button .button>.btn {
    padding-left: 7px;
    padding-right: 7px;
}

.filter-box select {
    padding: 5px 5px;
    height: 30px;
}

.filter-box .FilterLabel {
    padding-top: 1px;
    font-size: 12px;
    font-weight: 600;
}



.filter-box .FilterGroupHeader {
    border-top: 2px solid #cdced3;
    border-bottom: 2px solid #cdced3;
    background-color: #ececec;
    padding: 3px 12px;
    display: block;
    margin: 10px -24px 0px -12px;
}

.filter-box .FilterGroupHeader * {
    vertical-align: text-bottom;
}

.filter-box .FilterGroupHeader img {
    margin-left: 10px;
    cursor: pointer;
}

.filter-box .FilterGroup {}

.filter-box .FilterGroup td {
    background-color: #ececec;
    display: block;
    margin: 0 -12px 0px -12px;
    padding: 0 12px 0 12px;
}

.filter-box .FilterGroup tr:last-child td:last-child {
    padding-bottom: 10px;
    border-bottom: 2px solid #cdced3;
}

#toggleFilter {
    padding: 2px 0;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    margin-left: -25px;
    margin-top: 4px;
    position: absolute;
}

#toggleFilter span,
#tabletToggleFilter span {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 6px 0;
    border-color: transparent #b6bac2 transparent transparent;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transition: transform 0.4s ease 0.5s;
    -webkit-transition: transform 0.4s ease 0.5s;
    -moz-transition: transform 0.4s ease 0.5s;
}

#toggleFilter:hover span,
#tabletToggleFilter:hover span {
    border-color: transparent #979aa2 transparent transparent;
}

.hide-filter #toggleFilter span,
.hide-filter #tabletToggleFilter span {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

#tabletToggleFilter {
    display: none;
    position: absolute;
    z-index: 10;
    width: 25px;
    height: 25px;
    background-color: #e3e4e7;
    right: -25px;
    top: 26px;
    border-radius: 0 2px 2px 0;
    border-top: 1px solid #c9cacc;
    border-right: 1px solid #c9cacc;
    border-bottom: 1px solid #c9cacc;
    text-align: center;
    padding: 2px 0 0 0;
}

@media screen and (max-width: 1024px) {
    #toggleFilter {
        display: none;
    }

    .content-container:not(.is-child) #tabletToggleFilter {
        display: block;
        cursor: pointer;
    }


    .content-container.hide-filter .history-container,
    .content-container.hide-filter .content-top-bar,
    .content-container.hide-filter .main-content {
        margin-left: 0px;
    }

    .content-container.show-filter:not(.is-child) .history-container,
    .content-container.show-filter:not(.is-child) .content-top-bar,
    .content-container.show-filter:not(.is-child) .main-content {
        margin-left: 0px;
    }

    .content-container.show-filter:not(.is-child) .content-top-bar {
        padding-left: 30px !important;
    }
}

.content-top-bar {
    position: relative;
    display: flex;
    padding: 12px 30px;
    transition: box-shadow 0.3s;
}

.content-top-bar>* {
    vertical-align: middle;
}

.content-top-bar h1 {
    white-space: nowrap;
    line-height: 30px !important;
    height: 30px;
    margin: 0;
    margin-right: 40px;
    display: inline-block;

    font-weight: 600;
    color: #535456;
}

.content-top-bar .button {}

.content-top-bar .right-side {
    float: right;
}

.content-top-bar .right-side>* {
    vertical-align: middle;
}

.content-top-bar .right-side .right-side-info {
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.content-top-bar.fixed {
    position: fixed;
    z-index: 205;
    left: 0;
    top: 0px;
    right: 0;
    background-color: #e5e6e8;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20);
}

button.min-icon-btn {
    background-color: transparent;
}

.min-icon-btn {
    color: #677079;
    padding: 4px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 2px;
    width: 24px;
    height: 24px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.10);
    text-align: center;
}

.min-icon-btn:not(:last-child) {
    margin-right: 2px;
}

.min-icon-btn:not([disabled]):hover {
    color: #272727;
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.min-icon-btn.btn-green {
    color: #ffffff;
    background-color: #699b4b;
    border: 1px solid #547d3c !important;
}

.min-icon-btn.btn-red {
    color: #ffffff;
    background-color: #b44343;
    border: 1px solid #913636 !important;
}

.min-icon-btn.btn-green:not([disabled]):hover {
    color: #ffffff;
    background-color: #547d3c;
}

.min-icon-btn.btn-red:enabled:hover {
    color: #ffffff;
    background-color: #913636;
}

.min-icon-btn[disabled],
.min-icon-btn:disabled {
    opacity: 0.50;
}

.min-icon-btn:disabled:hover,
.min-icon-btn[disabled]:hover {
    color: #606164;
}

.toolbar-btn .bubble {
    display: inline-block;
    height: 20px;
    border-radius: 10px;
    min-width: 20px;
    text-align: center;
    background-color: #e0e0e0;
    color: #272727;
}

.toolbar-btn:not(.btn) {
    font-size: 14px;
    padding: 4px 9px;
    color: #606164;
    display: inline-block;
    border-radius: 2px;
    line-height: 20px;

    height: 30px !important;
    position: relative;
    margin: 0 1px;
    background-color: #fafafa;
    border: 1px solid #d2d2d2;
    transition: background-color 0.2s, color 0.2s, border 0.2s;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}


.toolbar-btn[disabled]:hover,
.toolbar-btn[disabled]:active,
.toolbar-btn:disabled:hover,
.toolbar-btn:disabled:active {
    background-color: #fafafa !important;
    border: 1px solid #d2d2d2 !important;
    color: #606164 !important;
}

.toolbar-btn>* {}

.toolbar-btn:last-child:after {
    display: none;
}

.toolbar-btn span {
    margin-left: 2px;
}

.toolbar-btn img {
    max-height: 16px;
    width: auto;
    margin: 0;
    vertical-align: middle;
}

.toolbar-btn .icon {
    color: #4b8ab5;
    transition: color 0.2s;
}


.toolbar-btn:not([disabled]):hover .icon {}

.toolbar-btn:not([disabled]):hover {
    text-decoration: none !important;
    color: rgba(75, 138, 181, 1);


    border: 1px solid rgba(75, 138, 181, 1);
}



.toolbar-btn:active {
    background-color: rgba(75, 138, 181, 0.03);
}

.toolbar-btn.disabled,
.toolbar-btn:disabled,
.toolbar-btn[disabled],
.menu_popupMenu a.menu_popupItem.disabled,
.menu_popupMenu a.menu_popupItem:disabled,
.menu_popupMenu a.menu_popupItem[disabled] {
    opacity: 0.60;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    pointer-events: none;
    cursor: default;
    transition: all 0s;
    user-select: none;
}

.toolbar-btn.disabled .icon,
.toolbar-btn:disabled .icon,
.toolbar-btn[disabled] .icon {
    color: #8c8c8d !important;
}

.toolbar-btn.disabled img,
.toolbar-btn:disabled img,
.toolbar-btn[disabled] img {
    opacity: 0.4;
}



/*.toolbar-btn:first-child {
        border-radius: 2px 0 0 2px;
    }

    .toolbar-btn:last-child {
        border-radius: 0 2px 2px 0;
        border-right: 0;
    }*/


.toolbar-btn.btn-green {}

.toolbar-btn.btn-green .icon {
    color: #699b4b;
}

.toolbar-btn:not(.btn).btn-green:hover {
    border: 1px solid rgba(105, 155, 75, 1);

    color: #699b4b !important;
}

.toolbar-btn.btn-green:active {
    background-color: rgba(105, 155, 75, 0.03);
}


.toolbar-btn.btn-red .icon {
    color: #b44343;
}

.toolbar-btn.btn-red:hover {
    border: 1px solid rgba(180, 67, 67, 1);

    color: #b44343 !important;
}

.toolbar-btn.btn-red:active {
    background-color: rgba(180, 67, 67, 0.03);
}

.toolbar-btn.icon-button-right {
    height: 30px !important;
    width: 30px;
    border: 1px solid transparent;
    background-color: transparent;
    line-height: 20px;
    padding: 5px;
}

.toolbar-btn.icon-button-right:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.toolbar-btn.icon-button-right .icon {
    color: #5e6b78;
    font-size: 16px;
    line-height: 20px;
}

.toolbar-btn.icon-button-right:hover .icon {
    color: #566472;
}


.toolbar-btn.icon-button-right.power-bi-active {
    background-color: #edbd11;
}

.toolbar-btn.icon-button-right.power-bi-active:hover {
    background-color: #ddb111;
}

.toolbar-btn.icon-button-right.power-bi-active .icon {
    color: #000000;
}

.toolbar-btn.icon-button-right.power-bi-active:hover .icon {
    color: #000000;
}

.toolbarTextBox {
    height: 30px;
}

.content-top-bar .uToolbar-container .btn.btn-small,
.content-top-bar .uToolbar-container .footerLink {
    padding: 4px 9px;
    height: 30px;
}


.dhx-toolbar.dhx_toolbar_material {
    padding: 4px !important;
}

.uFooterToolbar {}

.uFooterToolbar-buttons .btn {
    margin-right: 5px;
}

.uFooterToolbar-buttons .btn:last-child {
    margin-right: 0;
}



.panel-header .uToolbar-container {
    display: inline-block;
    margin: -6px 0;
    width: auto !important;
}

.panel-header .uToolbar-container .uToolbar-buttons {
    width: auto !important;
}

.panel-header .uToolbar-container .uToolbar-right-side {
    display: none;
}

.uToolbar-container.paging-active .uToolbar-inner {
    display: table;
    width: 100%;
}

.uToolbar-container.paging-active .uToolbar-buttons {
    display: table-cell;
    width: 100%;
}

.toolbarListBox,
.uToolbar-container input {
    height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: bottom;
}

.uToolbar-container.paging-active .uToolbar-paging {
    display: table-cell;
}

.uToolbar-container.paging-active.no-buttons:not(.has-buttons) .uToolbar-paging {
    width: 100%;
}

.uToolbar-container.no-buttons:not(.has-buttons) .uToolbar-buttons {
    display: none;
}

.content-top-bar .uToolbar-container.no-buttons:not(.has-buttons) .uToolbar-buttons {
    display: table-cell;
}

.uToolbar-container {
    display: block;
    width: 100%;
    max-width: 100% !important;
}

.uToolbar-inner {
    display: table;
}

.content-top-bar .uToolbar-inner {
    width: 100%;
    max-width: 100%;
    height: 30px !important;
    max-height: 30px;
    overflow: hidden;
}

/*.content-top-bar .uToolbar-buttons-scroll {
        width:14px;
        min-width:14px;
        display:table-cell;
        vertical-align:top;
    }

    .content-top-bar .uToolbar-buttons-scroll a {
        background-color:#dddee1;
        line-height:30px;
        height:30px;
        display:inline-block;
        border-radius:2px;
        color:#8c8c8d;
        vertical-align:middle;
    }

    .content-top-bar .uToolbar-buttons-scroll a:hover {
        color:#606164;
    }*/
.uToolbar-buttons {}

.uToolbar-buttons {
    display: table-cell;
    width: 100% !important;
    min-width: 100% !important;
    overflow: hidden;
    position: relative;
    height: 30px;
    vertical-align: top
}

.content-top-bar .uToolbar-buttons-inner {
    white-space: nowrap;
    position: absolute;
    height: 30px !important;
    top: 0;
    bottom: 0 !important;
    overflow: hidden;
}

.uToolbar-buttons-inner>* {
    vertical-align: top;
}

.content-top-bar .uToolbar-buttons:after {
    content: "";
    display: block;
    height: 30px;
    width: 20px;
    color: rgb(239, 240, 241);
    background: rgba(231, 56, 39, 0);
    background: -moz-linear-gradient(left, rgba(231, 56, 39, 0) 0%, rgba(239, 240, 241, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231, 56, 39, 0)), color-stop(100%, rgba(239, 240, 241, 1)));
    background: -webkit-linear-gradient(left, rgba(231, 56, 39, 0) 0%, rgba(239, 240, 241, 1) 100%);
    background: -o-linear-gradient(left, rgba(231, 56, 39, 0) 0%, rgba(239, 240, 241, 1) 100%);
    background: -ms-linear-gradient(left, rgba(231, 56, 39, 0) 0%, rgba(239, 240, 241, 1) 100%);
    background: linear-gradient(to right, rgba(231, 56, 39, 0) 0%, rgba(239, 240, 241, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#eff0f1', GradientType=1);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}

.uToolbar-paging {
    display: table-cell;
    white-space: nowrap;
    line-height: 30px;
    vertical-align: top
}

.uToolbar-paging-container>* {
    vertical-align: middle;
    height: 30px;
}


.uToolbar-paging-container {
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
}

.uToolbar-paging-container .btn.btn-small {
    padding-left: 7px;
    padding-right: 7px;
}

/*.uToolbar-paging-container .btn:first-child {
        border-radius:2px 0 0 2px;
        margin-right:-1px;
    }

    .uToolbar-paging-container .btn:last-child {
        border-radius:0 2px 2px 0;
        margin-left:-1px;
    }*/

.uToolbar-paging-container .pagingText {
    display: inline-block;
    line-height: 30px;
    margin: 0 10px;
}

.uToolbar-paging-container .pagingInput {

    text-align: center;
    margin: 0 -5px 0 10px;
}

.uToolbar-right-side {
    display: table-cell;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    height: 30px;
}

.uToolbar-right-side>* {
    vertical-align: top;
}

.push-down-for-bar {
    margin-top: 79px !important;
}

.content-top-bar-toolbar {
    display: inline;
}

@media screen and (max-width: 768px) {
    .content>.content-top-bar {
        padding-bottom: 5px;
        display: block;
    }

    .content>.content-top-bar .uToolbar-container,
    .content>.content-top-bar .right-side {
        padding-top: 5px;
        margin-top: 5px;
        display: block;
        border-top: 1px solid #dcdcdc;
    }

    .content>.content-top-bar .uToolbar-container,
    .content>.content-top-bar .right-side {
        margin-left: -30px !important;
        margin-right: -30px !important;
        margin-bottom: -5px;
        padding: 5px;
        width: auto !important;
        max-width: none !important;
        background-color: rgba(0, 0, 0, 0.02)
    }

    .content>.content-top-bar .right-side {
        float: none;
    }

    .content-top-bar h1 {
        display: block;
        line-height: 20px !important;
        font-size: 18px;
        height: auto;
    }

    .content-top-bar-toolbar {
        display: block;
        margin-top: 10px;
    }

    .content-top-bar-toolbar .btn {
        margin-bottom: 2px;
        margin-top: 2px;
    }
}

@media screen and (max-width: 500px) {

    .content-top-bar-toolbar .btn {
        width: 100%;
        text-align: center;
    }
}




.content-top-bar .loader {
    display: none;
    height: 30px;
    line-height: 30px;
}

.content-top-bar .check-controls {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

.content-top-bar .check-controls.show {
    opacity: 1;
    visibility: visible;
}

.content-top-bar .icon-button {
    height: 30px !important;
    line-height: 30px !important;
    font-size: 30px;
    padding: 0px 5px;
    margin-left: 15px;
    color: #8c8c8c;
    display: inline-block;
    overflow: hidden;
}

.content-top-bar .icon-button i.filter {
    margin-top: -2px;
}

.content-top-bar .icon-button:hover {
    color: #7f7f7f;
}

#footer {
    padding: 20px 10px 0px 10px;
    border-top: 1px solid #cdced3;
    color: #808694;
    margin-bottom: -10px;
    vertical-align: middle;
}

#footer .info-button {
    display: inline-block;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #979aa2;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    font-style: italic;
    font-family: georgia;
    font-size: 12px;
    margin-left: 5px;
    line-height: 18px;
    letter-spacing: 1px;
    vertical-align: middle;
    transition: background-color 0.2s;
}

#footer .info-button:hover {
    background-color: #808694;
}

#umefast-logo {
    display: inline-block;
    height: 25px;
    width: 99px;
    text-indent: -99999px;
    background: url(img/umefast_logo.png) no-repeat top left;
    position: relative;
    top: -3px;
    opacity: 0.60;
    transition: opacity 0.2s;
}

#umefast-logo:hover {
    opacity: 1;
}



p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0px !important;
}



.absolute-right {
    position: absolute;
    right: 0;
}

.absolute-left {
    position: absolute;
    left: 0;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.form-container.horizontal .info-box,
.form-container.horizontal .warning-box,
.form-container.horizontal .error-box {
    margin: 5px 0 0 0;
}

.info-box,
.warning-box,
.error-box,
.success-box {
    line-height: 1.4em;
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
}

.info-box ul,
.warning-box ul,
.error-box ul,
.success-box ul {
    padding-left: 15px;
}

.info-box {
    border: 1px solid #a4c3e9;
    background-color: #e8f3fb;
    white-space: pre;
}

.info-box strong,
.info-box a:not(.btn) {
    color: #3771b8;
}

.warning-box {
    border: 1px solid #e1d731;
    background-color: #f9fae2;
}

.warning-box strong,
.warning-box a:not(.btn) {
    color: #bdaf10;
}

.error-box {
    border: 1px solid #d8a0a0;
    background-color: #f5e8e8;
}

.error-box strong,
.error-box a:not(.btn) {
    color: #b54c4c;
}

.success-box {
    border: 1px solid #b8ca9f;
    background-color: #f2fae6;
}

.success-box strong,
.success-box a:not(.btn) {
    color: #7e9a57;
}

.info-box p,
.varning-boz p,
.error-box p,
.success-box p {
    margin-bottom: 10px;
}




input[type="text"]::-webkit-input-placeholder {
    color: #8c8c8c;
}

input[type="text"]::-moz-placeholder {
    color: #8c8c8c;

    opacity: 1;
}

input[type="text"]:-ms-input-placeholder {
    color: #8c8c8c;
}

input[type="text"]:-moz-placeholder {
    color: #8c8c8c;
}

label.bo {
    font-size: 9px;
}

input.i,
select.i,
textarea.i {
    width: 100%;
}

.w50 {
    width: 50px !important;
}

.w100 {
    width: 100px !important;
}

.w200 {
    width: 200px !important;
}

.w300 {
    width: 300px !important;
}

.w400 {
    width: 400px !important;
}

.w500 {
    width: 500px !important;
}

.w600 {
    width: 600px !important;
}

.w700 {
    width: 700px !important;
}


input.error {
    border: 1px solid #cb8181 !important;
    /*background-image: url(../../Images/ErrorUnderline.png);
    background-position: left bottom;
    background-repeat: repeat-x;*/
}

div.invalidPopup {
    background-color: #f8f9fc;
    border: 1px solid #767676;
    font-size: 10px;
    min-height: 45px;
    padding: 5px 1px 5px 5px;
    position: absolute;
    width: 240px;
    z-index: 100000;
}


input:not(.btn),
select,
textarea {
    padding: 5px 7px;
    font-size: 14px;

    border-radius: 2px;
    -moz-border-radius: 2px;
    margin-bottom: 0px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.10);
    border: 1px solid #cdced3;
    color: #606164;
    outline: none;
    background-color: #f8f8f8;

}

input[type="checkbox"],
input[type="radio"] {
    margin: 3px 4px 0 4px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

input:focus[type="checkbox"],
input:focus[type="radio"] {
    box-shadow: none !important;
}

textarea {
    resize: vertical;
}

select {
    padding-top: 4px;
    padding-bottom: 4px;

}

input:focus:not(.btn),
select:focus,
textarea:focus {
    border: 1px solid #808694;
    color: #272727;

}

input.input-full-width,
select.input-full-width,
textarea.input-full-width {
    width: 100%;
}




input:not(.btn)[disabled],
select[disabled],
textarea[disabled] {
    background-color: #ebebeb;
    box-shadow: none;
    border-color: #ebebeb;
}



.checkbox {
    padding-left: 25px;
    margin-right: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.checkbox:last-child {
    margin-right: 0px;
}

.checkbox.block {
    display: block;
    margin-bottom: 7px;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    margin-left: -20px;
    left: 0;
}

.checkbox label:before {
    background-color: #fff;
    border: 1px solid #cdced3;
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 17px;
    width: 17px;
    line-height: 15px;
    text-align: center;
    margin-left: -25px;
    left: 0;
    position: absolute;
    transition: border 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s;
    -webkit-transition: border 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s;
}

.checkbox input[type="checkbox"]:checked+label:before {
    background-color: #808694;
    border: 1px solid #808694;
    color: #ffffff;
    content: "\e939";
    font-family: 'PondusProIcons';
}

.checkbox label:hover:before {
    border: 1px solid #808694;
}

.checkbox label {
    position: relative;
    display: inline-block;
}

.form-container {
    margin-bottom: 5px;
}

/*.form-container > label {
        display: block;
        margin:4px 0;
    }*/

.form-container.horizontal {
    width: 100%;
}

/*.form-container.horizontal > label {
            float: left;
            width: 30%;
            text-align: right;
            padding-right: 30px;
            vertical-align: top;
            line-height: 36px;
            margin:0;
        }

        .form-container.horizontal > .input-container {
            float: left;
            width: 70%;
            min-width:70%;
            vertical-align: middle;
            line-height: 36px;
        }*/

.form-container.horizontal>.input-container>a {}

.form-container>.input-container>input:last-child:not(:first-child) {
    margin-top: 4px;
}

.form-container label.label-required {
    position: relative;
}

.form-container label.label-required:after {
    content: "*";
    color: #b54c4c;
    display: inline-block;
    width: 10px;
    margin-right: -10px;
}

.form-container+h3 {
    margin-top: 15px;
}

/*.restrict-form-wrapper .input-container {
    max-width: 850px;
}*/

.restrict-form-wrapper .form-container.horizontal {
    max-width: 1200px;
}

.form-container.horizontal {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
}

.form-container>label,
.form-label {
    color: #4a4d54;
    font-weight: 600;
    font-size: 14px;

    letter-spacing: 0.03em;
    display: inline-block;
}

.form-container>label>a[disabled] {
    color: #606164;
}

.form-container.horizontal>label,
.form-container.horizontal>.input-container {
    display: table-cell;
    float: none;
}

.form-container.horizontal>.input-container {
    padding: 3px 0 4px 0;
    vertical-align: middle;
    width: 70%;
}

.form-container.horizontal>.input-container a:not(.btn):hover {
    text-decoration: underline;
}

.form-container.horizontal>label {
    vertical-align: text-bottom !important;
    padding: 9px 12px 9px 0;
    width: 30%;
    padding-right: 30px;
    text-align: right;
    overflow: hidden !important;
}

.restrict-form-wrapper .form-container.horizontal>.input-container>* {}

.input-container>.edit-object-right-side {
    vertical-align: middle;
}

.edit-object-right-side {
    position: absolute;
    right: 0px;
    top: 2px;
    /*bottom:0 !important;
    display:block;
    background-color:#ff0000;*/
}

.compact-form .form-container.horizontal label {
    padding: 5px 10px 5px 0px;
}

.compact-form .form-container.horizontal .input-container {
    padding: 1px 0 2px 0;
}



.form-row>.form-container {
    padding-right: 2%;
    float: left;
}

.form-row>.form-container:last-child {
    padding-left: 0;
}

.form-row.col-2>.form-container {
    width: 50%;
}

.form-row.col-3>.form-container {
    width: 33%;
}

.form-row.col-4>.form-container {
    width: 25%;
}

@media screen and (max-width:1024px) {
    .form-row>.form-container {
        float: none;
        padding-right: 0;
        width: 100% !important;
    }
}

@media screen and (min-width:768px) {


    .edit-object-right-side .min-icon-btn {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .compact-form .edit-object-right-side .min-icon-btn {
        margin-top: 0px;
        margin-bottom: 2px;
    }
}

.edit-object-right-side .btn:not(:last-child) {
    margin-right: 5px;
}

.w40-60 .form-container.horizontal>.input-container {
    width: 60%;
}

.w40-60 .form-container.horizontal>label {
    width: 40%;
}

.w50-50 .form-container.horizontal>.input-container {
    width: 50%;
}

.w50-50 .form-container.horizontal>label {
    width: 50%;
}

.w60-40 .form-container.horizontal>.input-container {
    width: 40%;
}

.w60-40 .form-container.horizontal>label {
    width: 60%;
}

.text-left .form-container.horizontal>label {
    text-align: left;
}

.form-container-spacer {
    height: 15px;
}


.form-section {
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}



.mw100 {
    max-width: 100px;
}

.mw200 {
    max-width: 200px;
}

.mw300 {
    max-width: 300px;
}

.mw400 {
    max-width: 400px;
}

.mw500 {
    max-width: 500px;
}

.mw600 {
    max-width: 600px;
}

.mw700 {
    max-width: 700px;
}


@media screen and (max-width: 768px) {

    .mw100,
    .mw200,
    .mw300,
    .mw400,
    .mw500,
    .mw600,
    .mw700 {
        max-width: none;
    }

    .form-container.horizontal>label {
        margin-bottom: 4px;
    }

    .form-container.horizontal>label,
    .form-container.horizontal>.input-container {
        display: block !important;
        line-height: 1.4em;
        text-align: left;
        width: 100% !important;
        padding: 0 !important;
    }

    .form-container.horizontal {
        display: block;
        padding: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .compact-form .form-container.horizontal {
        margin-bottom: 10px;
    }

    .form-container.horizontal>.input-container.label-offset {
        padding-left: 0;
    }

    .edit-object-right-side {
        position: relative;
        float: right;
        top: 0px !important;
        right: 0px !important;
    }
}

.input-col-2 {
    display: inline-block;
    width: 49%;
}

.input-col-2>* {
    width: 100%;
}

.input-col-2:first-child {
    margin-right: 2% !important;
}

@media screen and (max-width: 768px) {
    .responsive-input-with-button.col-2 {
        width: 100%;
        margin: 0 0 5px 0;
    }
}

.responsive-input-with-button {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.responsive-input-with-button.col-2 {
    display: inline-block;
    width: 49%;

}

.responsive-input-with-button.col-2:first-child {
    margin-right: 2% !important;
}

@media screen and (max-width: 400px) {
    .responsive-input-with-button.col-2 {
        width: 100%;
        margin: 0 0 5px 0;
    }
}

.responsive-input-with-button .input>input {
    width: 100%;
}

.responsive-input-with-button .input>input,
.responsive-input-with-button .input>select,
.responsive-input-with-button .button>.btn {}

.responsive-input-with-button .input {
    width: 100%;
    padding-right: 30px;
}

.responsive-input-with-button .button {
    position: absolute;
    top: 0;
    right: 0;
}

.responsive-input-with-button .button .btn:last-child:first-child {
    border-radius: 0 2px 2px 0;
}

.responsive-input-with-button.small .input>input,
.responsive-input-with-button.small .button>.btn {
    height: 25px;
    padding-top: 3px;
    padding-bottom: 2px;
}


.form-container .validationError,
.data-list .validationError {
    background-color: #f7eded;
    width: 100%;
    border-radius: 2px;
    line-height: 1;
    margin-top: 5px;
    padding: 7px 10px;
    color: #b54c4c;
    visibility: visible !important;
    display: none;
}

.form-container>label .validationError {
    width: auto;
    background-color: transparent;
    padding: 0;
}

.validationError {
    color: #b54c4c;
    padding-left: 7px;
    visibility: visible !important;
    display: none;
}

.input-container.error input,
.input-container.error select,
.input-container.error textarea {
    border: 1px solid #cb8181;
}

.input-container.error input:focus,
.input-container.error select,
.input-container.error textarea {
    border: 1px solid #b54c4c;
}

.input-container.success input,
.input-container.success select,
.input-container.success textarea {
    border: 1px solid #a4b889;
}

.input-container.success input:focus,
.input-container.success select,
.input-container.success textarea {
    border: 1px solid #7e9a57;
}

.input-container {
    display: inline-block;
    height: auto;
    width: 100%;
    position: relative;
}

.input-container .form-msg {
    padding: 5px 2px;
    position: relative;
}

.input-container .form-msg.bubble {
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 0;
    top: 50%;
    margin-top: -10px;
    right: 10px !important;
    left: auto;
}

.input-container .form-msg i {
    margin-right: 10px;
}

.input-container .form-msg i {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    text-align: center;
}

.input-container .form-msg.bubble i {
    cursor: help;
    margin-right: 0;
}

.input-container .form-msg i:before {
    line-height: 20px !important;
    display: block !important;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    letter-spacing: 0px;
    vertical-align: 1px;
    font-size: 14px;
    text-align: center !important;
}

.input-container.error .form-msg i {
    background-color: #b54c4c;
}

.input-container.error .form-msg i:before {
    content: "\e90d";
}

.input-container.success .form-msg i {
    background-color: #7e9a57;
}

.input-container.success .form-msg i:before {
    content: "\e912";
}

.input-container .form-msg.bubble span {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    width: 250px;
    right: 0px;
    margin-right: -5px;
    background-color: #ffffff;
    border-top: 2px solid #272727;
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.input-container .form-msg.bubble span:after {
    background: -webkit-linear-gradient(top left, transparent 50%, #fff 50.1%);
    background: -moz-linear-gradient(top left, transparent 50%, #fff 50.1%);
    background: -o-linear-gradient(top left, transparent 50%, #fff 50.1%);
    background: -ms-linear-gradient(top left, transparent 50%, #fff 50.1%);
    background: linear-gradient(top left, transparent 50%, #fff 50.1%);
    background-color: #ffffff;
    right: 9px;
    bottom: -7px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.10);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.10);
    content: '';
    display: block;
    height: 14px;
    width: 14px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.input-container.error .form-msg.bubble span {
    border-color: #b54c4c;
}

.input-container.success .form-msg.bubble span {
    border-color: #7e9a57;
}

.input-container .form-msg:hover.bubble span {
    opacity: 1;
    visibility: visible;
}



h1,
h2,
h3,
h4 {
    line-height: 1.2em;
}

h1 {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 10px;

}

h2 {
    font-size: 20px;
    font-weight: 600;
    color: #606164;
    margin-bottom: 10px;
    line-height: 1.4em;
}

h3 {
    font-size: 20px;
    font-weight: 500;
    color: #272727;
    margin-bottom: 10px;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}



.btn-group {
    display: inline-block;
    line-height: 0px;
    vertical-align: middle;
}

.btn-group>.btn {
    float: left;
}

.btn-group>.btn:first-child:not(:last-child):not(.btn-group) {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.btn-group) {
    border-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child):not(.btn-group) {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.dropdown-container>.btn {
    border-radius: 0px;
}

.btn-group>.btn-group>.dropdown-container>.btn {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}



/*.toolbar-btn:not(:first-child) {
     border-left:0px solid transparent;
}*/

.btn,
.footerLink {
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 600;
    width: auto;
    margin: 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20);
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    line-height: 1.4em;

    /*background-color: #627ca1;
    border: 1px solid #627ca1 !important;
    border-bottom: 1px solid #506786 !important;*/
    background-color: #4b8ab5;
    border: 1px solid #4b8ab5 !important;
    border-bottom: 1px solid #3c6f92 !important;
    color: #f1f1f1;
    /*transition: color 0.2s,background-color 0.2s;
    -webkit-transition: color 0.2s,background-color 0.2s;*/
}

.btn:not(.btn-outline) .icon:before {
    color: #ffffff;
}

.btn:not([disabled]):hover,
.show-dropdown>.btn,
.footerLink:hover {
    background-color: #437ca3;
    color: #ffffff;
}

.btn:active {
    background-color: #3c6f92;
    border: 1px solid #305975 !important;
}

.btn.btn-red {
    background-color: #b44343;
    border: 1px solid #b44343 !important;
    border-bottom: 1px solid #913636 !important;
}

.btn.btn-red:not([disabled]):hover,
.show-dropdown>.btn.btn-red {
    background-color: #a23c3c;
    border: 1px solid #a23c3c !important;
    border-bottom: 1px solid #913636 !important;
}

.btn.btn-red:active {
    background-color: #913636;
    border: 1px solid #742b2b !important;
}

.btn.btn-green {
    background-color: #699b4b;
    border: 1px solid #699b4b !important;
    border-bottom: 1px solid #547d3c !important;
}

.btn.btn-green:not([disabled]):hover,
.show-dropdown>.btn.btn-green {
    background-color: #5e8b43;
    border: 1px solid #5e8b43 !important;
    border-bottom: 1px solid #547d3c !important;
}

.btn.btn-green:active {
    background-color: #547d3c;
    border: 1px solid #436430 !important;
}

.btn.btn-light:not(.btn-outline) .icon:before {
    color: #272727;
}

.btn.btn-light {
    background-color: #fafafa;
    color: #606164 !important;
    border: 1px solid #d2d2d2 !important;
    box-shadow: none;
}

.btn.btn-light:not([disabled]):hover,
.show-dropdown>.btn.btn-light {
    background-color: #f1f1f1;
    color: #272727 !important;
    border: 1px solid #c2c2c2 !important;
}

.btn.btn-light:active {
    background-color: #eeeeee;
    color: #272727 !important;
    border: 1px solid #606164 !important;
}

.btn.full-width {
    width: 100%;
    position: relative;
}

.btn.full-width i {
    position: absolute;
    left: 16px;
}

.btn.btn-small,
.footerLink {
    padding: 5px 9px;
    line-height: normal;
    font-size: 14px;
    font-weight: normal;
}

.btn.btn-mini {
    padding: 3px 7px;
    font-size: 14px;
    font-weight: normal;
}

.btn.btn-micro {
    padding: 2px 4px;
    font-size: 12px;
    font-weight: normal;
}

.btn.btn-large {
    padding: 12px 19px;
    font-size: 18px;
}

.btn.btn-outline {
    background-color: transparent;

    background-color: rgba(75, 138, 181, 0.05);
    border: 1px solid rgba(75, 138, 181, 0.4) !important;
    color: #4b8ab5 !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.10);
}

.btn.btn-outline:not([disabled]):hover,
.show-dropdown>.btn.btn-outline {
    background-color: #4b8ab5;
    border: 1px solid #4b8ab5 !important;
    color: #ffffff !important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20);
}

.btn.btn-outline:active {
    background-color: #3c6f92;
    border: 1px solid #305975 !important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.20);
}

.btn.btn-red.btn-outline {
    border: 1px solid rgba(180, 67, 67, 0.4) !important;
    background-color: rgba(180, 67, 67, 0.05);
    color: #b44343 !important;
}

.btn.btn-red.btn-outline:not([disabled]):hover,
.show-dropdown>.btn.btn-red.btn-outline {
    background-color: #b44343;
    border: 1px solid #b44343 !important;
    color: #ffffff !important;
}

.btn.btn-red.btn-outline:active {
    border: 1px solid #742b2b !important;
    background-color: #913636;
    color: #ffffff !important;
}

.btn.btn-green.btn-outline {
    border: 1px solid rgba(105, 155, 75, 0.4) !important;
    background-color: rgba(105, 155, 75, 0.05);
    color: #699b4b !important;
}

.btn.btn-green.btn-outline:not([disabled]):hover,
.show-dropdown>.btn.btn-red.btn-outline {
    border: 1px solid #699b4b !important;
    background-color: #699b4b;
    color: #ffffff !important;
}

.btn.btn-green.btn-outline:active {
    background-color: #547d3c;
    border: 1px solid #436430 !important;
    color: #ffffff !important;
}


/*.btn.btn-light.btn-outline {
        border: 1px solid #dadada !important;
        color: #808694 !important;
    }

        .btn.btn-light.btn-outline:hover, .show-dropdown > .btn.btn-light.btn-outline {
            border: 1px solid #979aa2 !important;
            background-color: #979aa2;
            color: #ffffff !important;
        }

        .btn.btn-light.btn-outline:active {
            border: 1px solid #8d9098 !important;
            background-color: #8d9098;
            color: #ffffff !important;
        }*/

.btn.btn-outline.btn-small:hover,
.btn.btn-outline.btn-small:active,
.show-dropdown>.btn-outline.btn-small {
    padding: 5px 9px;
}

.btn.btn-outline.btn-large:hover,
.btn.btn-outline.btn-large:active,
.show-dropdown>.btn-outline.btn-large {
    padding: 12px 19px;
}

.btn.disabled,
.btn.btn-outline.disabled,
.btn:disabled,
.btn.btn-outline:disabled,
.btn[disabled],
.btn[disabled="disabled"],
.btn.btn-outline[disabled] {
    /*background-color: #cdced3 !important;
        color: #979aa2 !important;
        border-color: #cdced3 !important;*/
    opacity: 0.60;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    pointer-events: none;
    cursor: default;
    transition: all 0s;
}


.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    border: 0;
    outline: 0;
}

.btn.icon-btn .icon:before {
    margin-right: 0 !important;
}


.dropdown-container {
    position: relative;
    display: inline-block;
}


.dropdown-container .dropdown,
.dropdown {
    background-clip: padding-box;
    text-align: left;
    position: absolute;
    top: auto;
    background-color: #ffffff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.15);
    margin-top: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    min-width: 200px;
    padding: 15px;
    left: 0;
    right: auto;
    z-index: 200;
    display: none;
    font-weight: 400;
}


.dropdown-container.show-dropdown .dropdown {
    display: block;
    margin-top: 5px;
    -webkit-animation: fadeInFromNone 0.3s ease-out;
    -moz-animation: fadeInFromNone 0.3s ease-out;
    -o-animation: fadeInFromNone 0.3s ease-out;
    animation: fadeInFromNone 0.3s ease-out;
}

.dropdown-container .dropdown.dropdown-right-side {
    right: 0;
    left: auto;
}

@media screen and (max-width:600px) {
    .dropdown-container {
        position: static;
    }

    .dropdown-container .dropdown,
    .dropdown {
        width: 96%;
        min-width: 96% !important;
        left: 2% !important;
        right: 2% !important;
    }
}

.dropdown-container .dropdown .dropdown-header {
    padding: 0 0 6px 0;
    color: #8c8c8d;
    font-weight: 600;
}

#top-bar .dropdown-container .dropdown {
    margin-top: 20px !important;
}

.dropdown-container .dropdown.full-width {
    width: 100%;
    min-width: 100%;
}

.dropdown ul {
    list-style-type: none;
    margin: 0 -5px;
    padding: 0;
    width: auto;
}

.dropdown ul li {
    display: block;
    position: relative;
    width: 100%;
}

.dropdown ul li a {
    display: block;
    padding: 6px 8px;
}

.dropdown ul li:hover {
    background-color: #f7f7f7;
    border-radius: 2px;
}

.dropdown-container .dropdown .dropdown-header+ul.object-list {
    margin-top: 0;
}

.dropdown ul.object-list {
    margin: -15px -15px;
}

.dropdown ul.object-list li.red-bg {
    background-color: #f6e6e6;
}

.dropdown ul.object-list li.red-bg a {
    color: #b54c4c;
}

.dropdown ul.object-list li.object-list-hr {
    border-top: 1px solid #ebebeb;
}

.dropdown ul.object-list li a i {
    width: 1.25em;
}

.dropdown ul.object-list li a {
    padding: 8px 15px;
    color: #606164;
}

.dropdown ul.object-list li a:hover {
    color: #272727;
}

.dropdown ul.object-list li a:first-child i {
    color: #bbbbbb;
}

.dropdown ul.object-list li a:first-child:hover i {
    color: #8c8c8d;
}

.dropdown ul.object-list li a.add-object,
.dropdown ul.object-list li a.add-object i {
    color: #7e9a57;
}

.dropdown ul.object-list li:hover a.add-object,
.dropdown ul.object-list li:hover a.add-object i {
    color: #6d854b;
}

.dropdown ul.object-list li.object-deletable a:first-child {
    margin-right: 30px;
    white-space: nowrap;
}

.dropdown ul.object-list li.object-deletable a.delete-object {
    color: #bbbbbb;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    text-align: right;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    margin-left: 30px;
}

.dropdown ul.object-list li.object-deletable:hover a.delete-object {
    color: #8c8c8d;
}

.dropdown ul.object-list li.object-deletable a.delete-object:hover {
    color: #b04b4b;
}

.dropdown-container.paging-dropdown {
    padding: 0 10px;
}

.dropdown-container.paging-dropdown>a {
    color: #606164;
}

.dropdown-container.paging-dropdown .dropdown {
    width: 98% !important;
    min-width: 98% !important;
}

.dropdown-container.paging-dropdown .form-container {
    height: 42px;
    margin-bottom: 0;
}

.dropdown-container.paging-dropdown .form-container>input {
    width: 40px;
    text-align: center;
}

.dropdown-container.paging-dropdown .form-container>* {
    height: 100%;
    vertical-align: middle;
}


.dropdown-container .dropdown.favorites ul li a:first-child {
    margin-right: 30px;
}

.dropdown-container .dropdown.favorites ul li a.delete-object {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    color: #b04b4b;
    margin-left: 30px;
}

.dropdown-container .dropdown.favorites ul li a.delete-object:hover {
    background-color: #f6e6e6;
}

.profile-dropdown {
    margin-bottom: 30px;
    width: 300px;
}

.profile-dropdown .profile-dropdown-img {
    float: left;
    width: 75px;
    margin-right: 20px;
}

.profile-dropdown .profile-dropdown-img img {
    height: 75px;
    width: 75px;
    border-radius: 50%;
}

.profile-dropdown .profile-dropdown-user {
    float: left;
    width: 150px;
}

.profile-dropdown .profile-dropdown-user strong {
    color: #444444;
    font-weight: normal;
    font-size: 16px;
    display: block;
}

.profile-dropdown .profile-dropdown-user a {
    color: #444444;
    display: inline-block;
    padding: 5px 7px;
    margin-top: 7px;
    font-size: 14px;
    background-color: #f7f7f7;
}

.profile-dropdown .profile-dropdown-user a:hover {
    color: #000000;
    border-radius: 2px;
    background-color: #f1f1f1;
}

.profile-dropdown .profile-dropdown-user small {
    font-size: 14px;
    color: #8c8b8b;
    display: block;
}

.panel-body>.tab-container:first-child {
    margin-top: 0px;
}

.tab-container {
    margin-bottom: -2px;
    max-height: 64px;
}

.tab-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: -3px;
}

.tab-container ul li {
    display: inline-block;
}

.tab-container ul li a {
    display: inline-block;
    padding: 8px 16px 8px 16px;
    color: #606164;
}

.tab-container ul li a:hover {
    color: #272727;
}

.tab-container ul li a i {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #8c8c8d;
    margin-bottom: 3px;
}

.tab-container ul li a:hover i {
    color: #6f6f6f;
}

.tab-container ul li a.active-tab {
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 0 1px 3px 1px #d1d3d8;
    background-color: #ffffff;
    border-top: 2px solid #9fbc5a;
    position: relative;
    border-bottom: 2px solid #ffffff;
    color: #3a3a3a;
}

.tab-container ul li:first-child a {
    margin-left: 3px;
}


.tab-container ul li a.active-tab:hover {
    color: #272727;
}

.tab-container ul li a.active-tab i {
    color: #606164;
}

.tab-container a.active-tab:after {
    content: " ";
    position: absolute;
    display: inline-block;
    background-color: #ffffff;
    height: 6px;
    left: -2px;
    right: -2px;
    top: 100%;
    z-index: 30;
}

.tab-container ul li:first-child a.active-tab:after {
    left: 0px;
}

.tab-container ul li:last-child a.active-tab:after {
    right: 0px;
}

.panel-body .tab-container,
.tab-container.standard {
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #cdced3;
}

.panel-body .tab-container ul,
.tab-container.standard ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: -1px;
}

.panel-body .tab-container ul li,
.tab-container.standard ul li {
    display: inline;
}

.panel-body .tab-container ul li a,
.tab-container.standard ul li a {
    padding: 8px 17px 8px 17px;
    color: #8c8c8d;
    display: inline-block;
}

.panel-body .tab-container ul li a:hover,
.tab-container.standard ul li a:hover {
    color: #606164;
}

.panel-body .tab-container ul li a.active-tab,
.tab-container.standard ul li a.active-tab {
    display: inline-block;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-topleft: 2px;
    background-color: #ffffff;
    border-top: 2px solid #9fbc5a;
    border-left: 1px solid #cdced3;
    border-right: 1px solid #cdced3;
    box-shadow: none;
    color: #272727;
    margin-bottom: -1px;
    padding: 8px 16px 8px 16px;
    position: relative;
}

.panel-body .tab-container ul li a.active-tab:hover,
.tab-container.standard ul li a.active-tab:hover {
    color: #000000;
}

.panel-body .tab-container a.active-tab:after,
.tab-container.standard a.active-tab:after {
    display: none;
}


.bottom-tabs .tab-container {
    background-color: #fbfbfb;
    border-top: 1px solid #ebebeb;
    margin: 0;
    border-bottom: 0;
}

.bottom-tabs .tab-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: -1px;
}

.bottom-tabs .tab-container ul li {
    display: inline;
}

.bottom-tabs .tab-container ul li a {
    padding: 8px 16px 8px 16px;
    color: #8c8c8d;
    display: inline-block;
}

.bottom-tabs .tab-container ul li a:hover {
    color: #606164;
}

.bottom-tabs .tab-container ul li a.active-tab {
    display: inline-block;
    border-radius: 0;
    border-bottom: 2px solid #9fbc5a;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    color: #272727;
    margin-bottom: 0;
    padding: 8px 16px 8px 16px;
    position: relative;
    background-color: #fbfbfb;
}

.bottom-tabs .tab-container ul li:first-child a.active-tab {
    border-radius: 0 0 0 1px;
}

.bottom-tabs .tab-container ul li a.active-tab:hover {
    color: #000000;
}

.bottom-tabs .tab-container a.active-tab:after {
    display: none;
}

.panel-header .tab-container {
    margin: -15px 0 -16px -12px;
}

.panel-header .tab-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.panel-header .tab-container ul li {
    display: inline;
}

.panel-header .tab-container ul li a {
    color: #8c8c8d;
    display: inline-block;
    margin-bottom: -1px;
    margin-right: 10px;
    padding: 15px 12px;
}

.panel-header .tab-container ul li:last-child a {
    margin-right: 0px;
}

.panel-header .tab-container ul li a h2 {
    color: #8c8c8d;
}

.panel-header .tab-container ul li a:hover h2 {
    color: #606164;
}

.panel-header .tab-container ul li a.active-tab {
    display: inline-block;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #9fbc5a;
    box-shadow: none;
    color: #272727;
    margin-bottom: 0px;
    padding: 15px 12px 13px 12px;
    position: relative;
}

.panel-header .tab-container ul li a.active-tab h2 {
    color: #606164;
}

.panel-header .tab-container ul li a.active-tab:hover {
    color: #000000;
}

.panel-header .tab-container a.active-tab:after {
    display: none;
}

.panel-header-small {
    padding: 5px 12px;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    font-weight: 600;

    background-color: #4b8ab5;
    color: #ffffff;
}

.panel-body-small+.panel-header-small {
    border-top: 1px solid #ebebeb;
}

.panel-body-small {
    padding: 12px;
}

.panel,
.panel-tabPage .tabPage {
    background-color: #ffffff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 0 1px 3px 1px #d1d3d8;
    -webkit-box-shadow: 0 1px 3px 1px #d1d3d8;
    margin-bottom: 20px;

}


.panel-tabPage .tabPage {
    padding: 20px;
}

.AJAX_Window .tabPage {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    margin-bottom: 0;
    padding: 0 !important;
}

.panel:last-child {
    margin-bottom: 0;
}

.panel .panel,
.panel-tabPage .tabPage .panel {

    box-shadow: none;
    border: 1px solid #edeef0;
}

.panel .panel-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
}

.panel-header {
    padding: 10px 20px;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
}

.panel .panel-header.primary-header {
    /*background-color:#8996ae;
     border-bottom:1px solid #78859c;*/

    /*background-color:#bbc2c8;
     border-bottom: 1px solid #bdc1c5;*/
    background-color: #4b8ab5;
    border-bottom: 1px solid #4079a0;
    color: #ffffff;
    border-radius: 2px 2px 0 0;
}

.panel .panel-header.primary-header strong {


    color: #ffffff;
}

.panel .panel-header.uListCtrl-header {

    /*background-color:#bbc2c8;
    border-bottom: 1px solid #bdc1c5;
    color:#2e3033;*/
    background-color: #4b8ab5;
    border-bottom: 1px solid #4079a0;
    color: #ffffff;
}

.panel .panel-header.uListCtrl-header strong {

    color: #ffffff;
}

.panel .panel .panel-header.uListCtrl-header {
    background-color: #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    color: #272727;
}

.panel .panel .panel-header.uListCtrl-header strong {
    color: #272727;
}

.panel-header.second {
    background-color: #edeef0;

    border-bottom: 1px solid #edeef0;
    color: #646770;
}

.panel-header.second strong {
    color: #646770;
}

.panel-header h2 {
    margin-bottom: 0;
}

.panel-header strong {
    color: #606164;
    font-weight: 600;
}

.panel-accordion .panel-header strong {
    position: relative;
    cursor: pointer;
}

.panel-accordion .panel-header strong:before {
    content: "\e947";
    position: absolute;
    margin-left: -16px;
    display: inline-block;
    width: 15px;
    font-family: 'PondusProIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    margin-top: 2px;
}

.panel-accordion .panel-header.hide-accordion strong:before {
    content: "\e945";
}


.panel-body {
    padding: 20px 20px;
}

.panel-body+.panel-header {
    border-top: 1px solid #ebebeb;
}

.panel-body.pt-40 {
    padding-top: 40px;
}

.panel .no-padding {
    padding: 0;
}

.panel .no-xpadding {
    padding-left: 0;
    padding-right: 0;
}

.panel .no-ypadding {
    padding-top: 0;
    padding-bottom: 0;
}

.panel-footer {
    background-color: #f7f7f7;
    border-top: 1px solid #ebebeb;
    padding: 15px 20px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
}

.panel>table,
.panel-body.no-padding table {
    border: 0 !important;
}

.panel>table:first-child>thead:first-child tr,
.panel>table:first-child>tr:first-child>td:first-child,
.panel>table:first-child>thead:first-child tr td:first-child,
.panel>table:first-child>thead:first-child td:first-child {
    border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
}

.panel>table:first-child>tr:first-child>td:last-child,
.panel>table:first-child>thead:first-child tr td:last-child,
.panel>table:first-child>thead:first-child td:last-child {
    border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
}

.panel>table:last-child>tr:last-child>td:first-child {
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
}

.panel>table:last-child>tr:last-child>td:last-child {
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
}


.uListCtrl-foldToggle {
    display: inline-block;
    height: 20px;
    width: 20px;
    cursor: pointer;
    margin-left: -20px;
    text-align: center;
}

.uListCtrl-foldToggle:hover span {
    border-color: transparent rgba(0, 0, 0, 0.65) transparent transparent;
}

.uListCtrl-foldToggle span {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 6px 0;
    border-color: transparent rgba(0, 0, 0, 0.45) transparent transparent;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.folded .uListCtrl-foldToggle span {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
}

.uListCtrl-header strong {
    margin-right: 25px;
}

.uListCtrl-container {
    overflow: hidden;
}


.uListCtrl-buttons {
    display: inline-block;
}

.uListCtrl-buttons .button {
    display: inline-block;
    padding: 4px 8px;
    margin-top: -5px;
    margin-bottom: -5px;
    border-radius: 2px;
    margin-right: 5px;
    color: #ffffff;
    background-color: rgba(76, 79, 85, 0.15);
}


.uListCtrl-buttons .button:hover {
    background-color: rgba(76, 79, 85, 0.20);
    color: #ffffff;
}

.uListCtrl-buttons .button .icon {
    color: rgba(0, 0, 0, 0.45);
}

.uListCtrl-buttons .button:hover .icon {
    color: rgba(0, 0, 0, 0.65);
}


.ug-filterpanel {
    padding: 5px;
}


@media screen and (min-width:768px) {
    .panel .panel .panel-header .uListCtrl-buttons .button {
        color: #606164;
        background-color: #fafafa;
        border: 1px solid #d2d2d2;
    }

    .panel .panel .panel-header .uListCtrl-buttons .button .icon {
        color: #4b8ab5;
    }

    .panel .panel .panel-header .uListCtrl-buttons .button:hover {
        border-color: #4b8ab5;
    }
}


.sub-object-tab-menu {
    margin-bottom: -2px;
    height: 48px;
    margin-top: -10px !important;
    max-height: 48px;
    margin-right: -2px;
    z-index: 15;
    position: relative;
}

.sub-object-tab-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 10;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: right;
}

.sub-object-tab-menu ul li {
    display: inline-block;
}

.sub-object-tab-menu ul li a {
    display: inline-block;
    padding: 6px 12px 6px 12px;
    height: 46px;
    color: #606164;
    margin-top: 2px;
    margin-right: 2px;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    text-align: left;
    line-height: 1.195em;
}

.sub-object-tab-menu ul li a:hover {
    color: #272727;
}

.sub-object-tab-menu ul li a strong {
    display: block;
}

.sub-object-tab-menu ul li a small {
    color: #6e6e6e;
    font-size: 12px;
}

.sub-object-tab-menu ul li a.active-tab {
    display: inline-block;
    box-shadow: 0 1px 3px 1px #d4d6db;
    -webkit-box-shadow: 0 1px 2px #d4d6db;
    background-color: #ffffff;
    position: relative;
    border-bottom: 2px solid #ffffff;
    color: #3a3a3a;
}

.sub-object-tab-menu ul li a.active-tab:hover {
    color: #272727;
}

.sub-object-tab-menu a.active-tab:after {
    content: " ";
    position: absolute;
    display: inline-block;
    background-color: #ffffff;
    height: 6px;
    left: -4px;
    right: -4px;
    top: 100%;
    z-index: 50;
}

.sub-object-tab-menu ul li:first-child:not(:last-child) a.active-tab:after {
    left: 0px;
}

.sub-object-tab-menu ul li:last-child a.active-tab:after {
    right: 0px;
}

.sub-object-tab-menu ul li a.r1 strong {
    color: #8f85c8;
}

.sub-object-tab-menu ul li a.r2 strong {
    color: #549bcd;
}

.sub-object-tab-menu ul li a.r3 strong {
    color: #90b179;
}

.sub-object-tab-menu ul li a.r4 strong {
    color: #d3a25b;
}

.sub-object-tab-menu ul li a.r5 strong {
    color: #ca775a;
}

.sub-object-tab-menu ul li a.r6 strong {
    color: #a95052;
}

.sub-object-tab-menu ul li a.r7 strong {
    color: #996385;
}

.sub-object-tab-menu ul li a.r8 strong {
    color: #79b1a1;
}

.sub-object-tab-menu ul li a.r9 strong {
    color: #949ba1;
}

.sub-object-tab-menu ul li a.r1:hover {
    background-color: rgba(143, 133, 200, 0.15);
}

.sub-object-tab-menu ul li a.r2:hover {
    background-color: rgba(84, 155, 205, 0.15);
}

.sub-object-tab-menu ul li a.r3:hover {
    background-color: rgba(144, 177, 121, 0.15);
}

.sub-object-tab-menu ul li a.r4:hover {
    background-color: rgba(211, 162, 91, 0.15);
}

.sub-object-tab-menu ul li a.r5:hover {
    background-color: rgba(202, 119, 90, 0.15);
}

.sub-object-tab-menu ul li a.r6:hover {
    background-color: rgba(169, 80, 82, 0.15);
}

.sub-object-tab-menu ul li a.r7:hover {
    background-color: rgba(153, 99, 133, 0.15);
}

.sub-object-tab-menu ul li a.r8:hover {
    background-color: rgba(121, 177, 161, 0.15);
}

.sub-object-tab-menu ul li a.r9:hover {
    background-color: rgba(148, 155, 161, 0.15);
}

.sub-object-tab-menu ul li a.active-tab strong {
    color: #ffffff;
}

.sub-object-tab-menu ul li a.active-tab small {
    color: #ececec;
    opacity: 0.90;
}

.sub-object-tab-menu ul li a.r1.active-tab,
.sub-object-tab-menu a.r1.active-tab:after,
.r1 .tab-menu>.tab-container {
    background-color: #8f85c8;
}

.sub-object-tab-menu ul li a.r2.active-tab,
.sub-object-tab-menu a.r2.active-tab:after,
.r2 .tab-menu>.tab-container {
    background-color: #549bcd;
}

.sub-object-tab-menu ul li a.r3.active-tab,
.sub-object-tab-menu a.r3.active-tab:after,
.r3 .tab-menu>.tab-container {
    background-color: #90b179;
}

.sub-object-tab-menu ul li a.r4.active-tab,
.sub-object-tab-menu a.r4.active-tab:after,
.r4 .tab-menu>.tab-container {
    background-color: #d3a25b;
}

.sub-object-tab-menu ul li a.r5.active-tab,
.sub-object-tab-menu a.r5.active-tab:after,
.r5 .tab-menu>.tab-container {
    background-color: #ca775a;
}

.sub-object-tab-menu ul li a.r6.active-tab,
.sub-object-tab-menu a.r6.active-tab:after,
.r6 .tab-menu>.tab-container {
    background-color: #a95052;
}

.sub-object-tab-menu ul li a.r7.active-tab,
.sub-object-tab-menu a.r7.active-tab:after,
.r7 .tab-menu>.tab-container {
    background-color: #996385;
}

.sub-object-tab-menu ul li a.r8.active-tab,
.sub-object-tab-menu a.r8.active-tab:after,
.r8 .tab-menu>.tab-container {
    background-color: #79b1a1;
}

.sub-object-tab-menu ul li a.r9.active-tab,
.sub-object-tab-menu a.r9.active-tab:after,
.r9 .tab-menu>.tab-container {
    background-color: #949ba1;
}

.cseShow-object-link:before {
    border-radius: 2px 0 0 2px;
    content: "\e91a";
    font-family: "PondusProIcons";
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: -1px;
    text-align: center;
    padding: 5px 5px 0 7px;
    width: 30px;
    bottom: -1px;
    color: #ffffff;
}

.cseShow-object-link {
    position: relative;
    display: block;
    border-radius: 2px;
    padding: 5px 10px 5px 30px;
    margin-bottom: 5px;
    color: #494949;
    min-height: 30px;
}

.cseShow-object-link:hover {
    color: #272727;
}


.cseShow-object-link.r1:before {
    color: #8f85c8;
}

.cseShow-object-link.r2:before {
    color: #549bcd;
}

.cseShow-object-link.r3:before {
    color: #90b179;
}

.cseShow-object-link.r4:before {
    color: #d3a25b;
}

.cseShow-object-link.r5:before {
    color: #ca775a;
}

.cseShow-object-link.r6:before {
    color: #a95052;
}

.cseShow-object-link.r7:before {
    color: #996385;
}

.cseShow-object-link.r8:before {
    color: #79b1a1;
}

.cseShow-object-link.r9:before {
    color: #949ba1;
}

.cseShow-object-link.r1 {
    border: 1px solid #8f85c8;
    background-color: rgba(143, 133, 200, 0.05);
    border: 1px solid rgba(143, 133, 200, 0.3);
}

.cseShow-object-link.r2 {
    border: 1px solid #549bcd;
    background-color: rgba(84, 155, 205, 0.05);
    border: 1px solid rgba(84, 155, 205, 0.3);
}

.cseShow-object-link.r3 {
    border: 1px solid #90b179;
    background-color: rgba(144, 177, 121, 0.05);
    border: 1px solid rgba(144, 177, 121, 0.3);
}

.cseShow-object-link.r4 {
    border: 1px solid #d3a25b;
    background-color: rgba(211, 162, 91, 0.05);
    border: 1px solid rgba(211, 162, 91, 0.3);
}

.cseShow-object-link.r5 {
    border: 1px solid #ca775a;
    background-color: rgba(202, 119, 90, 0.05);
    border: 1px solid rgba(202, 119, 90, 0.3);
}

.cseShow-object-link.r6 {
    border: 1px solid #a95052;
    background-color: rgba(169, 80, 82, 0.05);
    border: 1px solid rgba(169, 80, 82, 0.3);
}

.cseShow-object-link.r7 {
    border: 1px solid #996385;
    background-color: rgba(153, 99, 133, 0.05);
    border: 1px solid rgba(153, 99, 133, 0.3);
}

.cseShow-object-link.r8 {
    border: 1px solid #79b1a1;
    background-color: rgba(121, 177, 161, 0.05);
    border: 1px solid rgba(121, 177, 161, 0.3);
}

.cseShow-object-link.r9 {
    border: 1px solid #949ba1;
    background-color: rgba(148, 155, 161, 0.05);
    border: 1px solid rgba(148, 155, 161, 0.3);
}

.cseShow-object-link.r1:hover {
    border: 1px solid #8f85c8;
    background-color: rgba(143, 133, 200, 0.1);
}

.cseShow-object-link.r2:hover {
    border: 1px solid #549bcd;
    background-color: rgba(84, 155, 205, 0.1);
}

.cseShow-object-link.r3:hover {
    border: 1px solid #90b179;
    background-color: rgba(144, 177, 121, 0.1);
}

.cseShow-object-link.r4:hover {
    border: 1px solid #d3a25b;
    background-color: rgba(211, 162, 91, 0.1);
}

.cseShow-object-link.r5:hover {
    border: 1px solid #ca775a;
    background-color: rgba(202, 119, 90, 0.1);
}

.cseShow-object-link.r6:hover {
    border: 1px solid #a95052;
    background-color: rgba(169, 80, 82, 0.1);
}

.cseShow-object-link.r7:hover {
    border: 1px solid #996385;
    background-color: rgba(153, 99, 133, 0.1);
}

.cseShow-object-link.r8:hover {
    border: 1px solid #79b1a1;
    background-color: rgba(121, 177, 161, 0.1);
}

.cseShow-object-link.r9:hover {
    border: 1px solid #949ba1;
    background-color: rgba(148, 155, 161, 0.1);
}

/*.r1 .panel-header, .r2 .panel-header, .r3 .panel-header,.r4 .panel-header,.r5 .panel-header,.r6 .panel-header{
    background-color:#edeef0 !important;
     color:#646770 !important; 
}

.r1 .panel-header strong, .r2 .panel-header strong, .r3 .panel-header strong, .r4.panel-header strong, .r5 .panel-header strong, .r6 .panel-header strong{
    color:#646770;
    font-weight:600;
}*/

.r1 .panel .tab-container .active-tab {
    border-top-color: #8f85c8 !important;
}

.r2 .panel .tab-container .active-tab {
    border-top-color: #549bcd !important;
}

.r3 .panel .tab-container .active-tab {
    border-top-color: #90b179 !important;
}

.r4 .panel .tab-container .active-tab {
    border-top-color: #d3a25b !important;
}

.r5 .panel .tab-container .active-tab {
    border-top-color: #ca775a !important;
}

.r6 .panel .tab-container .active-tab {
    border-top-color: #bf5b5b !important;
}

.r7 .panel .tab-container .active-tab {
    border-top-color: #996385 !important;
}

.r8 .panel .tab-container .active-tab {
    border-top-color: #79b1a1;
}

.r9 .panel .tab-container .active-tab {
    border-top-color: #949ba1;
}

.tab-menu>.tab-container {
    max-height: 100%;
    background-color: #7e9a57;
    border-radius: 2px 2px 0 0;
    padding: 4px;
    box-shadow: 0 1px 3px 1px #d4d6db, inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 3px 1px #d4d6db, inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    z-index: 10;
    position: relative;
}

.tab-menu>.tab-container:after {
    position: absolute;
    content: " ";
    width: 100%;
    left: 0;
    bottom: -5px;
    height: 5px;
    background-color: #ffffff;
}

.tab-menu>.tab-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tab-menu>.tab-container ul li {
    display: inline-block;
}

.tab-menu>.tab-container ul li a {
    display: inline-block;
    padding: 12px 15px 6px 15px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-right: 5px;
    box-shadow: none;
    border: none;
}

.tab-menu>.tab-container ul li a .icon {
    display: block;
    color: #000000;
    opacity: 0.45;
    font-size: 28px;
    margin-bottom: 8px;
}

.tab-menu>.tab-container ul li a:hover {
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 1px;
    -moz-border-radius: 1px;
}

.tab-menu>.tab-container ul li a:hover .icon {
    opacity: 0.65;
}

.tab-menu>.tab-container+.panel {
    margin-top: 0;
    border-radius: 0px 0px 2px 2px;
    position: relative;
    z-index: 19;
}

.tab-menu>.tab-container ul li a.active-tab {
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 1px;
    -moz-border-radius: 1px;
    border-top: 0;
}

.tab-menu>.tab-container ul li a.active-tab:hover {
    color: #ffffff;
}

.tab-menu>.tab-container ul li a.active-tab:after {
    display: none !important;
}


.objectInfoImageContainer {
    margin-bottom: 30px;
}

.objectInfoImageSlide {
    position: relative;
    width: 100%;

    margin-bottom: 10px;
}

.objectInfoImageSlide .imageSlide {

    display: none;

    overflow: hidden;
}

.objectInfoImageSlide .imageSlide.active-slide {
    display: block;
}

.objectInfoImageSlide .imageSlide>* {
    border-radius: 2px;
}

.objectInfoImageSlide .imageSlide#add-slide-image.active-slide {
    display: block;
}

.objectInfoImageSlide .imageSlide img {
    width: 100%;
    height: auto;
    display: block;
}

.objectInfoImageThumbs a {
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 5px;
    border-radius: 2px;
    border: 2px solid #ebebeb;
    background-color: #f4f4f4;
    background-position: top center;
    background-size: cover;
    opacity: 0.8;
    color: #8c8c8d;
}

.objectInfoImageThumbs a:hover {
    opacity: 1;
}

.objectInfoImageThumbs a:last-child {
    margin-right: 0;
}

.objectInfoImageThumbs a.active-thumb {
    border: 2px solid #8c8c8d;
    opacity: 1;
}


.objectInfoImageThumbs a#slide-map {
    color: #e74c3c;
}


.objectInfoImageThumbs a#add-slide {
    color: #8c8c8d;
}

.objectInfoImageThumbs a .icon {
    font-size: 28px;
    display: block;
    line-height: 48px;
    text-align: center;
}



.menu_popupMenu {
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;


}

.menu_popupMenu table.menu_table {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.2);
    border: none;
    border-collapse: separate;
}

.menu_popupMenu table td a {
    display: block;
    color: #606164;
}

.menu_popupMenu table.menu_table tr td {}

.menu_popupMenu table.menu_table tr td:first-child {
    padding: 5px 0 5px 15px;
}

.menu_popupMenu table.menu_table tr td:last-child a {
    padding: 5px 5px 5px 5px;
    display: block;
}

.menu_popupMenu table.menu_table tr td:last-child {
    padding-right: 10px;
}

.menu_popupMenu table.menu_table tr:hover td {
    background-color: #f7f7f7;
}

.menu_popupMenu table.menu_table tr:hover td a {
    color: #272727;
}

.menu_popupMenu table.menu_table tr td a[disabled] {
    opacity: 0.6;
}

.alert-window .close-alert-window {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #8c8c8d;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
}

.alert-window .close-alert-window:hover {
    color: #606164;
}

.alert-window .icon-container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #666666;
    margin: 20px auto;
    text-align: center;
}

.alert-window .icon-container.red {
    border-color: #b54c4c;
    color: #b54c4c;
}

.alert-window .icon-container.green {
    border-color: #7e9a57;
    color: #7e9a57;
}

.alert-window .icon-container.blue {
    border-color: #84a1cb;
    color: #84a1cb;
}

.alert-window .alert-window-body strong.header {
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #606164;
}

.alert-window .icon-container .icon {
    line-height: 80px;
    font-size: 28px;
}


.alert-window .alert-window-body {
    padding: 20px;
}

.alert-window-text {
    text-align: center;
    padding: 20px 0;
    line-height: 1.6em;
}

.alert-window .alert-window-footer {
    padding: 20px;
    background-color: #f4f4f4;
    border-top: 1px solid #ebebeb;
    border-radius: 0 0 2px 2px;
}


.AJAX_Window_Overlay,
.alert-window-overlay {
    z-index: 300;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #5c5d66;
    opacity: 0.25;
}

.AJAX_Window,
.alert-window {
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.25);

    border-radius: 2px;
    z-index: 350;
    top: 0;
}

@media screen and (max-width:400px) {
    /*.AJAX_Window {
            left: 5px !important;
            right: 5px !important;
            width: 100% !important;
        }*/
}

.AJAX_Window,
.AJAX_Window_Overlay {

    display: none;
}

.alert-window-overlay,
.alert-window {
    display: none;
}

.AJAX_Window table {
    table-layout: fixed;
}

.AJAX_Window td {
    padding: 2px;
}

.AJAX_Window .header {

    font-weight: 600;
    padding: 12px;

    background-color: #4b8ab5;
    border-bottom: 1px solid #3c6f92;
    /*background-color: #0f517f;
    border-bottom:1px solid #09446d;*/
    color: #ffffff;
    border-radius: 2px 2px 0 0;
}

.AJAX_Window .headerLine {
    display: none;
}

.AJAX_Window .body {
    padding: 12px;
}

.AJAX_Window .body .footer {
    margin: 12px -12px -12px -12px;
}

.AJAX_Window .footer {
    background-color: #f7f7f7;
    border-top: 1px solid #ebebeb;
    text-align: center;
    padding: 12px;
    border-radius: 0 0 2px 2px;
}

@media screen and (max-width:600px) {
    .AJAX_Window .footer {
        position: relative;
        line-height: 0px !important;
        letter-spacing: 0;
    }

    .AJAX_Window .footer>div,
    .AJAX_Window .footer>span {
        float: none !important;
        display: block;
    }

    .AJAX_Window .footer .btn {
        position: relative;
        margin-top: 5px;
        width: 100%;
        float: left;
    }

    .AJAX_Window .footer .btn .icon {
        position: absolute;
        left: 12px;
    }
}

.AJAX_Window .match,
.match {
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #cdced3;
    border-radius: 2px;
    height: 250px;
}

.AJAX_Window .accessItem,
.match .accessItem {
    display: block;
    padding: 3px 5px;
    white-space: nowrap;
}

.AJAX_Window .accessItem:hover,
.accessItem:hover {
    background-color: #f7f7f7;
}

.AJAX_Window .accessItem.Selected,
.AJAX_Window .accessItem.Selected:hover,
.accessItem.Selected,
.accessItem.Selected:hover {
    background-color: #3c6f92;
    color: #ffffff;
}



.AJAX_Window-close {
    color: #ffffff;
    display: inline-block;
    padding: 5px 8px;
    margin: -5px -5px -5px 0;
    border-radius: 2px;
}



.AJAX_Window-close:hover {
    color: #ffffff !important;
    background-color: #3c6f92;
}

.AJAX_Window-close:active {
    background-color: #3c6f92;
}

.AJAX_Window>.AJAX_Window-close {
    color: #606164;
    position: absolute;
    margin: 0;
    top: 5px;
    right: 5px;
    z-index: 2;
}

.AJAX_Window>.AJAX_Window-close:hover {
    color: #272727;
    background-color: #f1f1f1;
}

.AJAX_Window>.AJAX_Window-close:active {
    background-color: #ebebeb;
}




.quick-filter-container {
    float: right;
    height: 38px;
    margin: -8px -20px -8px 0;
}

.quick-filter-container>* {
    vertical-align: middle;
}

.quick-filter-container>a {
    display: inline-block;
    padding: 8px;
    line-height: 28px;
    color: #606164;
}


.quick-filter-container>a:hover {
    background-color: #ebebeb;
    color: #272727;
}

.CaseRow {
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.20);
    border-radius: 2px;
    width: 800px;
    font-size: 12px;
}

@media screen and (max-width: 1024px) {

    .CaseRow {
        left: 0 !important;
        right: 10px !important;
        width: auto !important;
    }
}

.CaseRow table {
    width: 100%;
}

.CaseRow tr:first-child td:first-child {
    border-radius: 2px 0 0 0;
}

.CaseRow tr:first-child td:last-child {
    border-radius: 0 2px 0 0;
}


.CaseRow td.CaseListRowHeader,
.CaseRow td.CaseListRowHeaderLeft,
.CaseRow td.CaseListRowHeaderRight {
    font-weight: 600;
    padding: 4px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #e4e4e4;
}

.CaseRow td {
    padding: 4px;
    vertical-align: top;
}

.CaseRow tr:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
}

.CaseRow tr:not(:last-child):hover {
    background-color: #f9f9f9;
}

.case-row-controls-container {
    text-align: center;
    height: 90px;
}

.case-row-loader {
    text-align: center;
    height: 90px;
    color: #606164;
    font-weight: 600;
    opacity: 0;
}

.case-row-loader span {
    margin-top: 30px;
    line-height: 20px;
    display: inline-block;
}

.case-row-controls-container .loadNoMore {
    height: 90px;
    padding-top: 30px;
    font-weight: 600;
    color: #8c8c8d;
}

.case-row-controls-container .loadButton #btnLoadMore {
    margin-top: 20px;
}

#divFrameCase>* {
    margin: 0;
    padding: 0;
}

.case-panel {
    position: relative;
    display: table;
    table-layout: fixed !important;
    overflow: hidden;

    margin-bottom: 10px;
    padding: 0 !important;
}

.case-panel:hover {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.12);
}

.case-panel a:hover {
    text-decoration: underline;
}

.case-icon-container {
    display: table-cell;
    width: 165px;
    min-width: 165px;
    padding: 12px;
    vertical-align: middle;
    text-align: center;
    background-color: #f7f7f7;
    border-right: 1px solid #ebebeb;
    border-radius: 2px 0 0 2px;
    height: 100%;

}

.case-icon-container .case-counter {
    position: absolute;
    top: 10px;
    left: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #606164;
    opacity: 0.5;
    width: 25px;
    text-align: center;
}

.case-panel:hover .case-icon-container .case-counter {
    opacity: 1;
}

.case-icon-container input {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -7px;
    z-index: 40;
}

.case-icon-container.checked {
    box-shadow: inset 4px 0 0 #808694;
}

.icon-wrapper {
    width: 100%;
    min-width: 70px;
    height: 84px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.case-icon-container strong {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    height: 20px;
}

.case-icon-container,
.case-icon-container .icon-wrapper i.icon {
    color: #808694;
}

.case-icon-container.red,
.case-icon-container.red .icon-wrapper i.icon {
    color: #b54c4c;
}

.case-icon-container.green,
.case-icon-container.green .icon-wrapper i.icon {
    color: #7e9a57;
}

.icon-wrapper .case-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.icon.case-bg.circle:before {
    content: "\e919";
}

.icon.case-bg.pda:before {
    content: "\e929";
}

.icon-wrapper .icon.case-bg:before {
    content: "\e919";
    font-size: 84px !important;
    line-height: 84px !important;
    z-index: 10;
}

.icon-wrapper .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.icon-wrapper .icon:before {
    font-size: 42px !important;
    line-height: 84px !important;
}

.case-content {
    font-size: 13px;
    display: table-cell;
    vertical-align: top;
    overflow: hidden !important;
    right: 0;
    padding: 20px 0px 20px 20px;
    width: 100%;
    table-layout: fixed;
}

.case-content-desc strong span {
    color: #606164;
    font-weight: 600;
    display: inline-block;
    margin-left: 10px;
}

.case-content-desc {
    float: left;
    width: 41%;
    min-height: 1px;
    padding-right: 30px;
}


.case-content-desc a {}


.case-content-desc strong {

    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.case-content-desc a:hover strong {}

/*.case-panel:hover .case-content-desc a strong:after {
    content: "\e901";
    font-family: "PondusProIcons";
    color: #8c8c8d;
    float: right;
}*/

.case-panel:hover .case-content-desc a:hover strong:after {
    color: #606164;
}


.case-content-project {
    float: right;
    padding-left: 10px;
}

.case-content-project span {
    display: block;
    text-align: right;
}

.case-content-agents {
    float: left;
    width: 14%;
    overflow: hidden;
}

.case-content-agents a {
    white-space: nowrap;
}


.case-content-bas {
    float: left;
    min-height: 1px;
    width: 32%;
    padding-left: 60px;
    display: table;
    table-layout: fixed;
    overflow: hidden !important;
}

.case-content-bas .CSELocation {
    display: inline-block;
    white-space: nowrap;
}

.case-content-bas .CSECustomer {
    white-space: nowrap;
}


.case-content-misc {
    float: left;

    padding-right: 25px;
    width: 30px;
    margin-right: -30px;
}

.case-content-misc a {
    display: block;
    right: 0;
    left: auto;
    width: 30px;
    height: 28px;
    font-size: 28px;
    color: #8c8c8d;
    position: relative;
    margin: 0 auto;
}

.case-content-misc a:last-child {
    margin-top: 10px;
}

.case-content-misc a .icon {

    z-index: 5;
}

.case-content-misc a span {
    border-radius: 50%;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #9fbc5a;
    color: #ffffff;
    font-size: 8px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    line-height: 16px;
    vertical-align: middle;
    z-index: 7;
    top: -2px;
    right: -5px;
    overflow: hidden;
}

.case-content-misc a.caseDocuments,
.case-content-misc a.caseRows {
    color: #606164;
}

.case-content-misc a.caseDocuments:hover,
.case-content-misc a.caseRows:hover {
    color: #272727;
}

.case-content-dates {
    float: left;
    width: 13%;
    padding-right: 30px;

    font-size: 12px;
}

.case-content-dates span.green {
    color: #7e9a57;
}

.case-content-dates span.red {
    color: #b54c4c;
}

.case-content-dates span {
    display: inline-block;
    margin-right: 15px;
    /*margin-bottom:2px;
        margin-top:2px;*/
    color: #606164;

}

/*.case-content-dates span:last-child {
            margin-right: px;
        }*/

.case-content-dates span .icon {
    font-size: 16px;
    margin-right: 3px;
    vertical-align: -2px;
}


.case-extras {
    display: table-cell;
    width: 20px;
    min-width: 20px;
    height: 100%;
}

.toggleCaseViewMode {
    position: relative;
    display: inline-block;
    top: 0;
    right: 0;
    left: auto;
    margin: 0;
    padding: 5px 10px;
    color: #8c8c8d;
}

.toggleCaseViewMode:before {
    font-family: 'PondusProIcons';
    content: "\e905";
}

.case-minified .toggleCaseViewMode:before {
    content: "\e938";
}


.case-minified.case-panel {
    margin-bottom: 10px;

}

.case-minified.case-panel>div:not(.case-extras) {
    vertical-align: middle;
}

.case-minified .case-icon-container {
    width: 130px;
    min-width: 130px;
    padding: 10px 20px;
}

.case-minified .icon-wrapper {
    height: 56px !important;
}

.case-minified .case-icon-container strong {
    display: none;
}

.case-minified .icon-wrapper .icon:before {
    font-size: 28px !important;
    line-height: 56px !important;
}

.case-minified .icon-wrapper .case-bg:before {
    font-size: 56px !important;
    line-height: 56px !important;
}

.case-minified .case-content {
    padding: 10px 0px 10px 20px;
}

.case-minified .case-content-desc {
    height: 38px;
    overflow: hidden;
    position: relative;
}

.case-minified .case-content-agents {}

.case-minified .case-content-bas {

    padding-left: 100px;
    min-height: 1px;
}

.case-minified .case-content-bas a {
    height: 18px;
    overflow: hidden;
}

.case-minified .case-content-dates {}

.case-minified .case-content-dates.CSEDone .CSECreatedDate {
    display: none;
}

.case-minified .case-content-misc {
    text-align: left;
    width: 100px;
    margin-right: -100px;
    margin-top: 5px;
}

.case-minified .case-content-misc * {
    vertical-align: middle;
}

.case-minified .case-content-misc a {
    display: inline-block;
    margin: 0;
}

.case-minified .case-content-misc a:last-child {
    margin-left: 10px;
}

@media screen and (max-width: 1024px) {

    .case-icon-container {
        width: 130px;
        min-width: 130px;
    }

    .icon-wrapper {
        height: 70px;
    }

    .icon-wrapper .icon:before {
        font-size: 38px !important;
        line-height: 70px !important;
    }

    .icon-wrapper .icon.case-bg:before {
        font-size: 70px !important;
        line-height: 70px !important;
    }

    .case-icon-container strong {
        font-size: 12px;
    }

    .case-content-desc {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .case-content-desc>span {
        height: 40px;
        overflow: hidden;
        position: relative;
    }

    .case-content-agents {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .case-content-dates {
        float: none;
        clear: both;
        padding: 15px 0 15px 0;
        width: 100%;
    }

    .case-content-bas {
        display: table;
        table-layout: fixed;
        width: 100% !important;
        overflow: hidden !important;
        height: 79px;
    }

    .case-content-bas .CSELocation {
        display: block;
        white-space: nowrap;
    }

    .case-minified .case-icon-container {
        width: 105px;
        min-width: 105px;
    }

    .case-minified .icon-wrapper .icon:before {
        font-size: 28px !important;
        line-height: 56px !important;
    }


    .case-minified .icon-wrapper .case-bg:before {
        font-size: 56px !important;
        line-height: 56px !important;
    }


    .case-minified .case-content-dates {
        padding-bottom: 0;
    }

    .case-minified .case-content-misc {
        display: none;
    }

    .case-minified .case-content-bas {
        display: none;
    }
}


.toggleCaseViewMode:hover {
    color: #606164;
    text-decoration: none !important;
}

#toggleAllCaseViewMode {
    margin: 0;
    display: inline-block;
    position: relative;
    padding: 2px 3px;

    overflow: hidden;
}

#toggleAllCaseViewMode .icon {
    font-size: 28px;
    color: #606164;
    position: relative;
    z-index: 15;
    width: 40px;
    display: inline-block;
    margin-right: 6px;
    text-align: center;
    transition: color 0.2s;
}

#toggleAllCaseViewMode i.icon:not(:first-child) {
    margin-right: 0;
}

#toggleAllCaseViewMode .icon.box-view {
    color: #ffffff;
}

#toggleAllCaseViewMode .icon.list-view:hover {
    color: #272727;
}

#toggleAllCaseViewMode span {
    position: absolute;
    z-index: 10;
    background-color: #9fbc5a;
    display: block;
    height: 100%;
    width: 46px;
    top: 0;
    left: 0;
    transition: left 0.2s;
}

#toggleAllCaseViewMode.case-list-view .icon.box-view {
    color: #606164;
}

#toggleAllCaseViewMode.case-list-view .icon.box-view:hover {
    color: #272727;
}

#toggleAllCaseViewMode.case-list-view .icon.list-view {
    color: #ffffff;
}

#toggleAllCaseViewMode.case-list-view span {
    left: 46px;
}

.panel-toolbar {
    position: relative;
    padding: 0px 40px;
    background-color: #dadbde;
    /*Färg revamp
            background-color:#dde0e4;*/
    margin: 0 -30px 0 -30px;
    border-radius: 0;
    box-shadow: none;
    border-top: 1px solid #c3c4c8;
    border-bottom: 1px solid #c3c4c8;
    min-height: 42px;
}

.panel-toolbar>* {
    white-space: nowrap;
}

@media screen and (max-width:500px) {
    .panel-toolbar {
        padding-left: 10px;

        padding-right: 86px;
    }

    #toggleAllCaseViewMode {
        position: absolute;
        right: 0;
        top: 0;
    }

    .panel-toolbar select {
        margin-top: 6px;
        width: calc(50% - 25px);
        margin-right: 0px !important;
    }
}

.main-content.no-padding .panel-toolbar {
    margin: 0;
}

.panel-toolbar.caselist-toolbar {
    border-top: 0px;
}

.panel-toolbar * {
    vertical-align: middle;
}

.panel-toolbar select {
    padding: 5px 7px;
    margin-right: 10px;
    height: 28px;
}

.panel-toolbar.caselist-toolbar input[type="checkbox"] {
    margin-right: 10px;
}

.main-content {

    padding: 20px;
}

.main-content.no-padding {
    padding: 0;
}


.table-overflow {
    overflow-x: auto;
}

table.data-list {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    background: transparent;
    position: relative;

    overflow-x: auto;
}

table.data-list a:hover {
    text-decoration: underline;
}

table.data-list .min-icon-btn {
    border-color: transparent;
    opacity: 0.85;
    margin: -5px 0;
}

table.data-list tr:hover .min-icon-btn {
    background-color: #ffffff;
    color: #272727;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

table.data-list tr .min-icon-btn:hover {
    border: 1px solid rgba(0, 0, 0, 0.40);
}

table.data-list tr .min-icon-btn:hover .icon.trash2 {
    color: #b54c4c;
}

/*table.data-list input[type="checkbox"] {
        opacity: 0;
        margin: 3px -1px -3px 1px;
    }*/
table.data-list thead,
table.data-list tr.data-list-header {
    border-bottom: 1px solid #e4e4e4 !important;
}

table.data-list thead td,
table.data-list tr.data-list-header td {
    text-align: left;
    padding: 9px 7px;
    font-size: 14px;
    font-weight: 600;

    background-color: #ffffff;
    border: 0;
}

table.data-list td {
    border: 0;
    padding: 7px;
    border-bottom: 1px solid #ebebeb;
}

table.data-list tr:last-child td {
    border-bottom: 0;
}

table.data-list tbody tr {
    background-color: #ffffff;
}

table.data-list tbody tr:nth-child(even) {

    background-color: #f6f9fc;
}

table.data-list tbody tr.odd {
    background-color: #ffffff !important;
}


table.data-list tbody tr.even {
    background-color: #f6f9fc !important;
}

table.data-list tbody tr:hover {

    background-color: #eaf3f8;
}

table.data-list tbody tr.checked {

    background-color: #f6fdea;
}

table.data-list tbody tr.checked.odd {
    background-color: #f6fdea !important;
}

table.data-list tbody tr.checked:nth-child(even) {

    background-color: #f0f7e3;
}

table.data-list tbody tr.checked.even {
    background-color: #f0f7e3 !important;
}


table.data-list thead tr#tool-position td {
    position: absolute;
    right: 5px;
    top: 0px;
    z-index: 50;
    background: transparent;
}

table.data-list thead tr#tool-position td a#editTable i:before {
    font-size: 18px;
    color: #8c8c8d;
}

table.data-list thead tr#tool-position td a#editTable:hover i:before {
    color: #606164;
}

/*table.data-list tbody tr:hover input[type="checkbox"], table.data-list:hover thead input[type="checkbox"] {
        opacity: 1 !important;
    }*/

table.data-list tr.data-list-footer td {
    background-color: #f6f6f6;
}

td.h {
    font-weight: 600;
}

.table-case-rows .data-list-header {
    font-weight: 600;
}

.table-case-rows .DataHeadline {
    background-color: #777777;
    color: #ffffff;
}

.table-case-rows td {
    padding: 4px;
}

.table-case-rows tr.data td {
    border: 0px solid transparent !important;
}

.table-case-rows tr.data.comment-row td {
    border-bottom: 1px solid #d6dfe9 !important;
}

.table-case-rows .data.alternating-item {
    background-color: #f6f9fc;
}

.table-case-rows .header2small {
    font-size: 12px;
}

.table-case-rows tr.panel-header.primary-header td {
    border: 0px solid transparent !important;
}

table.table {
    border: 1px solid #ebebeb;
}

table.table-full-width {
    width: 100%;
}

table.table thead td,
table.table tr.header td {
    border-bottom: 2px solid #ebebeb;
    border-right: 0;
    font-weight: 600;
}

table.table td.header {
    background-color: #ebebeb;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #272727;
}

table.table.low-padding td.header {
    padding: 5px 4px;
}

table.table td {
    padding: 4px;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;

}

table.table.low-padding td {
    padding: 2px;
}

table.table-no-border {
    border: 0;
}

table.table-no-border td {
    border: 0 !important;
    padding: 4px;
}

table.table tr td.table-row-spacing {
    height: 20px;
}

table.first-padding tr td:first-child {
    padding-left: 30px !important;
}

table.no-vert-border td:not(:last-child) {
    border-right: 1px solid transparent;
}

table+p {
    margin-top: 20px;
}

table.table tr.bold-header td {
    font-weight: bold;
}

/*.panel-body .form-container.horizontal  {
   display:table;
}

.panel-body .form-container.horizontal label {
   display:table-cell;
   height:100%;
   float:none; 
}*/
.AJAXCommon_info {
    display: block;
    position: fixed;
    z-index: 9000;
    padding: 15px 20px;
    top: -60px;
    right: 0;
    left: 0;
    height: 60px;
    font-weight: bold;
    color: #ffffff;
    background-color: #699b4b;
    display: none;
}

.AJAXCommon_info .icon-container {
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    line-height: 30px;
    margin-right: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}

.AJAXCommon_info .text-container {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}

.AJAXCommon_info .close-container {
    line-height: 30px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 20px;
    color: #ffffff;
    opacity: 0.15;
    transition: opacity 0.2s;
}

.AJAXCommon_info:hover .close-container {
    opacity: 1;
}

.AJAXCommon_info .close-container a {
    color: #ffffff;
}




div.calendar {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    z-index: 400;
}

.calendar table {
    width: 250px;
}

.calendar table td {
    padding: 5px 1px;
}

.calendar table td.button {
    text-align: center;
}

.calendar table td.title {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}



.calendar table .daynames td {
    width: 30px;
    border-bottom: 1px solid #ebebeb;
    background-color: transparent;
}

.calendar table td.name {
    font-weight: 600;
}

.calendar table td.day,
.calendar table td.wn {
    text-align: center;
    height: 30px;
}

.calendar table .daysrow td.wn {
    background-color: #f1f1f1;
}

.calendar table td.weekend {
    color: #c44b4b;
}

.calendar table td.hilite {
    cursor: pointer;
}

.calendar table .daysrow td.hilite {
    background-color: #f1f1f1;
    cursor: pointer;
    border-radius: 50%;
}

.calendar table .daysrow td.selected {
    background-color: #4b8ab5;
    border-radius: 50%;
    color: #ffffff;
}

.calendar table td.othermonth {
    color: #b6b6b6;
}

.combo {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.combo .label {
    padding: 3px 10px;
    cursor: pointer;
}

.combo .label:hover {
    background-color: #f1f1f1;
}

.combo .label.active {
    background-color: #627ca1;
    color: #ffffff;
}




.toggle-btn {
    position: relative;
    display: inline-block;
    border-radius: 2px;
    overflow: hidden;
    color: #272727;
    border: 1px solid #b5b5b5;
    line-height: 1;
}

.toggle-btn .icon {
    font-size: 14px;
}

.toggle-btn:hover {
    color: #272727;
}

.toggle-btn span {
    width: 30px;
    text-align: center;
    padding: 5px;
    z-index: 5;
    position: relative;
    display: inline-block;
}

.toggle-btn:not(.second-option) span:nth-child(1) {
    color: #ffffff;
}

.toggle-btn.second-option span:nth-child(2) {
    color: #ffffff;
}

.toggle-btn span.highlight-bg {
    background-color: #9fbc5a;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    transition: left 0.2s;
}

.toggle-btn.second-option span.highlight-bg {
    left: 30px;
}

.WizardHeaderActive {
    font-size: 20px;
}

.trSpacing td {
    padding: 15px 0 10px 0;
}

.header-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    background-color: #f1f1f1;
    color: #2e3033;
    font-weight: 600;
}

.header-circle.blue {
    background-color: #4b8ab5;
    color: #ffffff;
}


.panel-header>.header-circle {
    margin: -5px 10px -5px 0;
}


tr.StartpageHeader {}

tr.StartpageHeader td {
    font-size: 12px;
    font-weight: 600;
    color: #606164;
    border-bottom: 1px solid #dfdfdf;
}

tr.StartpageList:nth-child(even) td {
    background-color: #f6f9fc;
}

tr.StartpageList:hover td {
    background-color: #dbe9f2;
}



table.table-content {
    border-collapse: separate;
}

table.table-content a:hover {
    text-decoration: underline;
}

table.table-content td {
    padding: 5px;
}

table.table-content tr.DataDarkHeadline td {
    background-color: #4c668b;
    color: #ffffff;
    border-bottom: 1px solid #dfdfdf;
    font-weight: 600;
}

table.table-content tr.DataDarkHeadline td a,
table.table-content tr.DataDarkHeadline td .icon {
    color: #ffffff;
}

table.table-content tr.dataheadline td,
table.table-content tr.DataHeadline td {

    color: #606164;
    background-color: #ffffff;
    font-weight: 600;
    border-bottom: 1px solid #dfdfdf;
}

table.table-content tr.data td,
table.table-content tr.ListData2 td {
    background-color: #f6f9fc;
}

table.table-content tr.data td,
table.table-content tr.data2 td,
table.table-content tr.data td,
table.table-content tr.ListData td,
table.table-content tr.data td,
table.table-content tr.ListData2 td {
    border-bottom: 1px solid #dfdfdf;
}

table.table-content tr.data .icon,
table.table-content tr.data2 .icon {
    color: #606164;
}


table.table-content-object {
    border-collapse: separate;
}

table.table-content-object a:hover {
    text-decoration: underline;
}

table..table-content-object td {
    padding: 5px;
}

table.table-content-object tr.header td {
    background-color: #f1f1f1;
    font-weight: 600;
    padding: 11px 20px;
    border-bottom: 1px solid #f1f1f1;
}

table.table-content-object tr.header td:first-child {
    border-radius: 2px 2px 0 0;
    border-left: 1px solid #f1f1f1;
}

table.table-content-object tr.header td:last-child {
    border-right: 1px solid #f1f1f1;
}

table.table-content-object tr.header td:first-child:not(:last-child) {
    border-radius: 2px 0 0 0;
}

table.table-content-object tr.header td:last-child:not(:first-child) {
    border-radius: 0 2px 0 0;
}

table.table-content-object tr.data td {
    padding: 5px 15px;
}

table.table-content-object tr.data td:first-child {
    padding-left: 15px;
    border-left: 1px solid #f1f1f1;
    font-weight: 600;
}

table.table-content-object tr.data td {
    border-right: 1px solid #f1f1f1;
}

table.table-content-object tr.data td:last-child {
    padding-right: 15px;
    border-right: 1px solid #f1f1f1;
}

table.table-content-object tr.data td,
table.table-content-object tr.data2 td {
    border-bottom: 1px solid #f1f1f1;
}




table.content {
    background-color: #ffffff;
    border-collapse: separate;
}

table.content .header1 {


    background-color: #4b8ab5;
    border-bottom: 1px solid #4079a0;
    padding: 5px 7px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}


table.content td.header2,
table.content tr.header2 td {
    background-color: #f1f1f1;
    border: 1px solid #ebebeb;
    color: #272727;
    padding: 5px 7px;
    font-weight: 800;
}



table.content .header2:first-child td {
    border-radius: 2px 2px 0 0;
}

table.content .header2:first-child td:first-child:not(:last-child) {
    border-radius: 2px 0 0 0 !important;
}

table.content .header2:first-child td:last-child:not(:first-child) {
    border-radius: 0 2px 0 0 !important;
}

table.content .DataHeadline td {
    background-color: #f3f3f3;
    border-bottom: #ebebeb;
    padding: 5px 7px;
}

table.content .data:hover td {}

table.content .data td:first-child,
table.content .data2 td:first-child {
    font-weight: 600;
    border-left: 1px solid #edeef0;
    border-right: 0px;
}

/*table.content .data:nth-child(even) td {
    background-color:#fafafa;
}

table.content .data:nth-child(odd) td {
    background-color:#edeef0;
}*/

/*table.content .data td:nth-child(1), table.content .data td:nth-child(2) {
            background-color: #f7f7f7;
        }*/

/*table.content .data td:nth-child(2) {
            white-space: nowrap;
        }*/

/*table.content .data:nth-child(even) td:nth-child(1), table.content .data:nth-child(even) td:nth-child(2) {
            background-color: #f1f1f1;
        }*/

table.content .data td:last-child,
table.content .data2 td:last-child {
    border-right: 1px solid #edeef0;
}

table.content .data:last-child td:first-child,
table.content .data2:last-child td:first-child {
    border-radius: 0 0 0 2px;
}

table.content .data:last-child td:last-child,
table.content .data2:last-child td:last-child {
    border-radius: 0 0 2px 0;
}

table.content .data:last-child td,
table.content .data2:last-child td {
    border-bottom: 0;
}

table.content .data td,
table.content .data2 td {
    padding: 5px 7px;
    color: #272727;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    vertical-align: middle;
}

table.content .ListData td,
table.content .ListData2 td {
    padding: 4px 7px;
}

table.content .ListData2 td {
    background-color: #f7f7f7;
}

/*.tabPage {
    background-color:#ffffff;
    padding:10px;
}*/



@media screen and (max-width:768px) {
    .mobile-allow-overflow {
        overflow-y: visible !important;
    }
}


.spinner:after,
.spinner-before:before,
#quick-search-result.loading-result>strong:after,
.tree-nav ul li.loading-tree>span>a:first-child:after {
    display: inline-block;
    background: url(../images/spinner_sprite.png) 0px 0px no-repeat;
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
    margin-left: 10px;
    content: "";
    transform: rotate(0deg);
    animation: 1.2s linear infinite icon-spin;
    -webkit-animation: 1.2s linear infinite icon-spin;
    -ms-animation: 1.2s linear infinite icon-spin;
}

.spinner-before:before {
    margin-left: 0;
    margin-right: 10px;
}

.spinner.black:after,
.spinner-before.black:before,
#quick-search-result.loading-result>strong:after {
    background: url(../images/spinner_sprite.png) 0px -16px no-repeat;
}

.spinner.op25:after,
.spinner-before.op25:before,
#quick-search-result.loading-result>strong:after {
    opacity: 0.25 !important;
}

.spinner.op50:after,
.spinner-before.op50:before {
    opacity: 0.50 !important;
}

.spinner.op75:after,
.spinner-before.op75:before,
.tree-nav ul li.loading-tree>span>a:first-child:after {
    opacity: 0.75 !important;
}

.spinner.offset:after {
    margin-right: -26px;
}

.progress-loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;

    margin-left: -30px;
    margin-top: -30px;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    line-height: 0;
    padding: 10px;
    z-index: 20;
}

.green.icon,
.green-text {
    color: #7e9a57 !important;
}

.red.icon,
.red-text {
    color: #b54c4c !important;
}

i.icon {
    position: relative;
    display: inline-block;
}

i.icon:before {
    font-family: 'PondusProIcons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-synthesis: weight style;
    text-rendering: auto;
    line-height: 1;
    transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn.btn-small .icon:before {
    font-size: 14px;
    vertical-align: 0;
    margin-right: 3px;
}

.btn:not(.btn-small) .icon:before {
    font-size: 20px;
    vertical-align: -2px;
    margin-right: 5px;
}

.btn.btn-large .icon:before {
    font-size: 28px;
}

.main-menu i.icon:before,
.menu-toggle i.icon:before {
    width: 1.15em;
    text-align: center;
}

#main-menu-container ul i.icon,
#main-menu-container .menu-toggle span i.icon {
    height: 30px;
    vertical-align: middle;
}

#main-menu-container ul i.icon:before,
#main-menu-container .menu-toggle span i.icon:before {
    font-size: 28px;
    height: 30px;
    line-height: 22px;
    vertical-align: middle;
    margin-right: 14px;
    display: inline-block;
}

.icon.arrow-small-right:before {
    content: "\e902";
}

.icon.menu-misc:before {
    content: "\e902";
}



.icon.menu-stadhantering:before {
    content: "\e903";
}

.icon.menu-kohantering:before {
    content: "\e90c";
}

.icon.menu-tidrapportering:before {
    content: "\e93c";
}

.icon.menu-admin:before {
    content: "\e916";
}

.icon.menu-nycklar:before {
    content: "\e91f";
}

.icon.menu-mu:before {
    content: "\e91b";
}

.icon.menu-arendehantering:before {
    content: "\e91d";
}

.icon.menu-bas:before {
    content: "\e91a";
}

.icon.menu-kundkontrakt:before {
    content: "\e911";
}

.icon.menu-analyssok:before {
    content: "\e910";
}

.icon.menu-leverantorskontrakt:before,
.icon.menu-levarantorskontrakt:before {
    content: "\e90e";
}

.icon.menu-rapporter:before {
    content: "\e90f";
}

.icon.menu-dokument:before {
    content: "\f016";
}

.icon.menu-pda:before {
    content: "\f10b";
}

.icon.menu-planering:before {
    content: "\f133";
}

.icon.menu-larm:before {
    content: "\f0a3";
}


.icon.case-uppdragsbestallning:before {
    content: "\e964";
}

.icon.case-hyresgastuppsagning:before {
    content: "\e95b";
}

.icon.case-storning:before {
    content: "\e95a";
}

.icon.case-incident:before {
    content: "\e959";
}

.icon.case-brand:before {
    content: "\e933";
}

.icon.calendar-exclemation-o:before {
    content: "\e906";
}

.icon.case-skadedjur:before {
    content: "\e92d";
}

.icon.case-forsakring:before {
    content: "\e92e";
}

.icon.case-besiktning:before {
    content: "\e917";
}

.icon.case-circle:before {
    content: "\e919";
}

.icon.case-extra:before {
    content: "\e91c";
}

.icon.case-fau:before {
    content: "\e920";
}

.icon.case-kundbestall:before {
    content: "\e921";
}

.icon.case-kundrapport:before {
    content: "\e922";
}

.icon.case-larm:before {
    content: "\e923";
}

.icon.case-leveransbestall:before {
    content: "\e924";
}

.icon.case-lghbesiktning:before {
    content: "\e925";
}

.icon.case-mu:before {
    content: "\e926";
}

.icon.case-ovk:before {
    content: "\e927";
}

.icon.case-pu:before,
.icon.case-planerat:before {
    content: "\e928";
}

.icon.case-platta:before {
    content: "\e929";
}

.icon.case-projekt:before {
    content: "\e92a";
}

.icon.case-skada:before {
    content: "\e92b";
}

.icon.case-ts:before {
    content: "\e92c";
}


.icon.exclamation-circle:before {
    content: "\e963";
}

.icon.search-user:before {
    content: "\e962";
}

.icon.crm:before {
    content: "\e960";
}

.icon.power-bi:before {
    content: "\e961";
}

.icon.history:before {
    content: "\f1da";
}

.icon.chevron-left-double:before {
    content: "\e957";
}

.icon.chevron-right-double:before {
    content: "\e958";
}

.icon.ellipsis-dots-v:before {
    content: "\e956";
}

.icon.ellipsis-h:before {
    content: "\e954";
}

.icon.ellipsis-v:before {
    content: "\e955";
}

.icon.magic:before {
    content: "\e951";
}

.icon.table:before {
    content: "\e952";
}

.icon.th:before {
    content: "\e953";
}

.icon.check-circle:before {
    content: "\e950";
}

.icon.information-circle:before {
    content: "\e94e";
}

.icon.warranty:before {
    content: "\e94f";
}

.icon.barcode:before {
    content: "\e94d";
}

.icon.percent:before {
    content: "\e94c";
}

.icon.clipboard:before {
    content: "\e948";
}

.icon.copy:before {
    content: "\e949";
}

.icon.cube:before {
    content: "\e94a";
}

.icon.cubes:before {
    content: "\e94b";
}

.icon.trash:before {
    content: "\e943";
}

.icon.trash2:before {
    content: "\e944";
}

.icon.cloud-upload:before {
    content: "\e942";
}

.icon.map-marker:before {
    content: "\e941";
}

.icon.resource:before {
    content: "\e93d";
}

.icon.amount:before {
    content: "\e93e";
}

.icon.sitemap:before {
    content: "\e93f";
}

.icon.tag:before {
    content: "\e940";
}

.icon.box-view:before {
    content: "\e931";
}

.icon.box-view:before {
    content: "\e931";
}

.icon.list-view:before {
    content: "\e930";
}

.icon.menu-burger:before {
    content: "\e932";
}

.icon.database:before {
    content: "\e904";
}

.icon.sign-out:before {
    content: "\e915";
}

.icon.search-bas:before {
    content: "\e918";
}

.icon.admin-tools:before {
    content: "\e91e";
}

.icon.key:before {
    content: "\e92f";
}

.icon.mu:before {
    content: "\e934";
}

.icon.list-case:before {
    content: "\e935";
}

.icon.building:before {
    content: "\e936";
}

.icon.file-check:before {
    content: "\e912";
}

.icon.truck-check:before {
    content: "\e914";
}

.icon.mail-outline:before {
    content: "\e90a";
}

.icon.plus:before {
    content: "\e938";
}

.icon.minus:before {
    content: "\e905";
}

.icon.check:before {
    content: "\e939";
}

.icon.cross:before {
    content: "\e93b";
}

.icon.close:before {
    content: "\e93b";
}

.icon.delete:before {
    content: "\e93b";
}

.icon.exclamation:before {
    content: "\e90d";
}

.icon.search-bold:before {
    content: "\f002";
}

.icon.search:before {
    content: "\e913";
}

.icon.refresh:before {
    content: "\f021";
}

.icon.lock:before {
    content: "\f023";
}

.icon.print:before {
    content: "\f02f";
}

.icon.shopping-cart:before {
    content: "\f07a";
}

.icon.cogs:before {
    content: "\f085";
}

.icon.truck:before {
    content: "\f0d1";
}

.icon.money:before {
    content: "\f0d6";
}

.icon.bell:before {
    content: "\f0f3";
}

.icon.bell-o:before {
    content: "\f0a2";
}

.icon.mobile-phone:before {
    content: "\f10c";
}

.icon.unlock-alt:before {
    content: "\f13e";
}

.icon.trash-o:before {
    content: "\f014";
}

.icon.save:before {
    content: "\f0c7";
}

.icon.cog:before {
    content: "\f013";
}

.icon.pen:before {
    content: "\e900";
}

.icon.folder:before {
    content: "\f07b";
}

.icon.folder-open:before {
    content: "\f07c";
}

.icon.folder-o:before {
    content: "\f114";
}

.icon.file:before {
    content: "\f15b";
}

.icon.file-o:before {
    content: "\f017";
}

.icon.file-text-o:before {
    content: "\f0f6";
}

.icon.file-report:before {
    content: "\e937";
}

.icon.file-pdf-o:before {
    content: "\f1c1";
}

.icon.file-word-o:before {
    content: "\f1c2";
}

.icon.file-excel-o:before {
    content: "\f1c3";
}

.icon.file-powerpoint-o:before {
    content: "\f1c4";
}

.icon.file-image-o:before {
    content: "\f1c5";
}

.icon.file-photo-o:before {
    content: "\f1c5";
}

.icon.file-picture-o:before {
    content: "\f1c5";
}

.icon.file-archive-o:before {
    content: "\f1c6";
}

.icon.file-zip-o:before {
    content: "\f1c6";
}

.icon.trash-old:before {
    content: "\f1f8";
}

.icon.pie-chart:before {
    content: "\f200";
}

.icon.calendar-o:before {
    content: "\f134";
}

.icon.calendar-plus-o:before {
    content: "\f271";
}

.icon.calendar-times-o:before {
    content: "\f273";
}

.icon.calendar-check-o:before {
    content: "\f274";
}

.icon.map-signs:before {
    content: "\f277";
}

.icon.map-o:before {
    content: "\f278";
}

.icon.user:before {
    content: "\e907";
}

.icon.chevron-down:before {
    content: "\e945";
}

.icon.chevron-left:before {
    content: "\e946";
}

.icon.chevron-up:before {
    content: "\e947";
}

.icon.chevron-right:before {
    content: "\e901";
}

.icon.chevron-small-down:before {
    content: "\e90b";
}

.icon.chevron-small-right:before {
    content: "\e902";
}

.icon.chevron-small-up:before {
    content: "\e93a";
}

.icon.help-with-circle:before {
    content: "\e908";
}

.icon.star:before {
    content: "\e909";
}

.icon.bubble2:before {
    content: "\e96e";
}
.icon.iconnew-tab:before {
    content: "\ea7e";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


.icon.menu-arendehantering {
    margin-bottom: 0.142em;
}

.icon.case-mu {
    margin-left: 0.071em;
    margin-top: 0.071em;
}

.icon.case-lghbesiktning {
    margin-left: 0.071em;
    margin-top: 0.071em;
}

.icon.case-besiktning {
    margin-left: 0.071em;
    margin-bottom: 0.071em;
}

.icon.case-pu {
    margin-left: 0.071em;
}

.icon.case-default-icon:before {
    content: "\e920";
}

.icon.caret {
    margin-right: -0.35em;
    vertical-align: -0.0714em !important;
}

.icon.caret:before {
    content: "\e90b";
}


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}






@keyframes icon-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-ms-keyframes icon-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}





.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-push-right {
    float: right;
}

@media screen and (max-width: 768px) {
    .hide-sm-mobile {
        display: none;
    }

    .main-content {
        padding: 7px;

    }

    .panel-body {
        padding: 10px;
    }
}

.col-sm-1 .panel,
.col-sm-2 .panel,
.col-sm-3 .panel,
.col-sm-4 .panel,
.col-sm-5 .panel,
.col-sm-6 .panel,
.col-sm-7 .panel,
.col-sm-8 .panel,
.col-sm-9 .panel,
.col-sm-10 .panel,
.col-sm-11 .panel,
.col-sm-12 .panel {
    margin-bottom: 20px;
}

.col-md-1 .panel,
.col-md-2 .panel,
.col-md-3 .panel,
.col-md-4 .panel,
.col-md-5 .panel,
.col-md-6 .panel,
.col-md-7 .panel,
.col-md-8 .panel,
.col-md-9 .panel,
.col-md-10 .panel,
.col-md-11 .panel,
.col-md-12 .panel {
    margin-bottom: 20px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
#footer:before,
#footer:after,
.form-row:before,
.form-row:after,
.form-container.horizontal:before,
.form-container.horizontal:after,
.row:before,
.row:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.AJAX_Window .footer:before,
.AJAX_Window .footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
#footer:after,
.form-row,
.form-container.horizontal:after,
.row:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.AJAX_Window .footer:after {
    clear: both;
}



.nano .nano-pane {
    background: transparent !important;
    width: 10px !important;
}

.nano .nano-slider {
    background: rgba(0, 0, 0, 0.10) !important;
    width: 5px !important;
}

.nano {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.nano>.nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.nano>.nano-content:focus {
    outline: thin dotted;
}

.nano>.nano-content::-webkit-scrollbar {
    display: none;
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block;
}

.nano>.nano-pane {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.nano>.nano-pane>.nano-slider {
    background: #444;
    background: rgba(0, 0, 0, .5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.nano:hover>.nano-pane,
.nano-pane.active,
.nano-pane.flashed {
    visibility: visible\9;
    opacity: 0.99;
}

span.bubble {
    display: inline-block;
    font-size: 12px;
    height: 20px;
    min-width: 20px;
    padding: 0 2px;
    text-align: center;
    line-height: 19px;
    border-radius: 11px;
    word-spacing: 0em;
    background-color: #8c8c8d;
    color: #ffffff;
}

span.bubble.tree {
    font-size: 9px;
    height: 17px;
    min-width: 17px;
    font-weight: bold;
    vertical-align: text-bottom;
}

span.bubble.bubble-empty:empty {
    display: none;
}

/*.panel {
    animation: fadeInTest 0.3s ease-out;
    
}

@keyframes fadeInTest {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}*/




.header-seperator {
    padding-left: 10px;
    margin: 0 0 0 10px;
    border-left: 1px solid #272727;
}

@media screen and (max-width:768px) {
    .flex-break-for-mobile .header-seperator {
        border-left: 0;
        padding: 0;
        margin: 0;
    }
}

.flex {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: center;
    justify-content: space-around;
}

.flex-margin>.flex-item {
    margin: 4px;
}

.flex-padding>.flex-item {
    padding: 4px;
}

.flex-item {
    flex: 1 1 auto;
    text-align: left;
    display: inline-flex;
    display: -ms-inline-flexbox;
}

.flex-item>* {
    align-self: center;
}

.flex-hide-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.flex-hide-overflow>* {
    text-overflow: ellipsis;
    overflow: hidden;
}

.flex-item-padding {
    padding: 2px;
}

.flex-item-strict {
    flex-grow: 0;
    flex-shrink: 0;
}

.flex-img-responsive {
    height: auto;
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
    object-fit: scale-down;
}


@media screen and (max-width:768px) {
    .flex-break-for-mobile {
        flex-direction: column;
    }

    .flex-break-for-mobile>.flex-item {
        width: 100%;
    }
}


.gauge {
    width: 100%;
    max-width: 250px;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    color: #004033;
}

.gaugeBody {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background: #b4c0be;
    position: relative;
    border-top-left-radius: 100% 200%;
    border-top-right-radius: 100% 200%;
    overflow: hidden;
}

.gaugeFill {
    position: absolute;
    top: 100%;
    left: 0;
    width: inherit;
    height: 100%;
    background: #74A85A;
    transform-origin: center top;
    transform: rotate(0.25turn);
    transition: transform 0.2s ease-out;
}

.gaugeCover {
    width: 50%;
    height: 130%;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 25%;
    box-sizing: border-box;
}

.dhtmlxcalendar_material {
    z-index: 999 !important;
}

div.blue-info-box {
    border: 1px solid #80aad6;
    background-color: #e8f3fb;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    white-space: pre-line;
    word-wrap: break-word;
    width: 100%;
}

div.messageBox {
    position: relative;
    border: 1px solid #80aad6;
    background-color: #e8f3fb;
    padding: 10px 20px 10px 10px;
    margin: 10px 0px 10px 0px;
    white-space: pre-line;
    word-wrap: break-word;
    width: 100%;
    margin-top: 0px;
}

/* dhtmlXToolbar - overflow */
div.toolbar-navigation {
    right: 0px;
    position: absolute;
    width: 50px;
    z-index: 1;
    opacity: 0.75;
    padding-top: 5px;
}

div.toolbar-navigation:hover {
    opacity: 1;
}

div.toolbar-navigation button {
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    margin-right: 3px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #f7f7f7;
}

div.toolbar-navigation button:disabled {
    border-color: #dddddd;
}


.cke_button__printtag_label {
    display: inline !important;
}


.autoComplete {
    padding-left: 3px;
    color: #555555;
    height: 24px;
    overflow: hidden;
    line-height: 20px;
}

.autoComplete.selected {
    color: #000000;
    background-image: url(../../Images/SelectedRowBG.gif);
    background-repeat: repeat-x;
}

div.autoCompleteContainer div.autoComplete {
    white-space: pre-wrap;
}

.indeterminate-progress-bar {
    background-color: #d1d5db;
    border-radius: 9999px;
    height: 0.5rem;
    position: relative;
    overflow: hidden;
}

.indeterminate-progress-bar__progress {
    background-color: #3b82f6;
    border-radius: 9999px;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 50%;

    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: indeterminate-progress-bar;
}

@keyframes indeterminate-progress-bar {
    from {
        left: -50%;
    }

    to {
        left: 100%;
    }
}

.map-copyright {
    display: none !important;
}