/* Minification failed. Returning unminified contents.
(3359,25): run-time error CSS1063: Expected calculation unit, found 'vh'
(3359,25): run-time error CSS1064: Expected calculation product, found 'vh'
(3359,25): run-time error CSS1065: Expected calculation sum, found 'vh'
(3359,25): run-time error CSS1034: Expected closing parenthesis, found 'vh'
(3359,25): run-time error CSS1042: Expected function, found 'vh'
(3359,29): run-time error CSS1019: Unexpected token, found ' '
(3359,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(3366,25): run-time error CSS1063: Expected calculation unit, found 'vh'
(3366,25): run-time error CSS1064: Expected calculation product, found 'vh'
(3366,25): run-time error CSS1065: Expected calculation sum, found 'vh'
(3366,25): run-time error CSS1034: Expected closing parenthesis, found 'vh'
(3366,25): run-time error CSS1042: Expected function, found 'vh'
(3366,29): run-time error CSS1019: Unexpected token, found ' '
(3366,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/******************************************************************************
*   Normal Styles   *
******************************************************************************/
html {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    background-color: #d0d0d0;
    color: Black;
    font-size: 0.85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    /*position: fixed;*/
    top: 0;
    /*Set top value to HeightOfTopFrameDiv*/
    left: 0;
    right: 0;
    bottom: 0;
    /*Set bottom value to HeightOfBottomFrameDiv*/
    overflow: hidden;
    /*overflow-x: hidden;*/
}

input, textarea, keygen, select, button {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

a {
    color: #333333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link,
    a:visited,
    a:active,
    a:hover {
        color: #333333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

.inverted {
    /*filter: invert(100%);*/
}

.hidden {
    display: none !important;
}

.inline {
    display: inline-block;
}

.show-overflow {
    overflow: visible !important;
}
/*--------------------------------------------------------------------------*/
/* HEADER AREA                                                              
/* KBG:2016-11                                                              
/* CSS adjusted                                                             
/*--------------------------------------------------------------------------*/
header {
    /*display: block;*/
    /*background-color: #00849A;*/
    position: static; /*KBG-2017-09*/
    top: 0; /*KBG-2017-09*/
    background-color: #333333;
    color: white;
    font-size: 9px;
    text-align: right;
    display: table;
    width: 100vw;
    min-width: 100vw;
    height: 36px;
    min-height: 36px;
    padding-top: 5px;
}

.topmenu-right {
    float: right;
    background: transparent;
    margin-right: 10px;
    height: 30px;
}

.topmenu-left {
    width: calc(100vw - 200px);
    height: 30px;
    overflow-y: visible;
}

.topmenu-left-mobile {
    display:none
}

.topmenu-left-mobile:hover {
    opacity: 1;
}
    .topmenu-left-item {
    display: inline-block;
    float: left;
    background: transparent !important;
    box-sizing: border-box;
    padding: 2px;
    padding-left: 10px;
    padding-right: 2px;
    margin: 0;
    opacity: 0.7;
    border: none;
    white-space: nowrap;
    /*height:29px;
    margin:0px;*/
}

    .topmenu-left-item img {
        border: none;
        width: 30px;
        height: 30px;
        padding-left: 5px;
        padding-right: 4px;
        padding-bottom: 2px;
        vertical-align: bottom;
        margin-top: -2px;
    }

    .topmenu-left-item .whitelink {
        display: inline-block;
        height: 24px;
        margin-top: -2px;
    }

a .topmenu-left-item:before {
    display: inline-block;
    content: " ";
    position: relative;
    top: 3px;
    left: 2px;
    height: 0;
    width: 0;
    background: transparent !important;
    border-top: solid 8px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 8px transparent;
    border-left: solid 6px white;
}

a:first-child .topmenu-left-item:before {
    display: none;
}

.topmenu-left-item:hover, .topmenu-left a:hover{
    opacity: 1;
    background: transparent;
    /*border-top: 1px solid white !important;
        border-bottom: 1px solid white !important;*/
}



.toparea {
    display: block;
    position: relative;
    box-sizing: border-box;
    /*width: 100%;
    min-width: 100vw;*/
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    /**/
    background-color: #333 !important;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: solid;
    border-top-width: 5px !important;
}

    .toparea h2 {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        text-align: center;
        color: white;
        vertical-align: middle;
    }

    .toparea img {
        /*filter: invert(100%);*/
    }

/* RIGHTMENU *****************************************************************/
/*Style 'show menu' label button and hide it by default*/
.show-menu {
    position: absolute;
    top: 15px;
    right: 5px;
    text-decoration: none;
    color: #fff;
    background: #666666;
    text-align: center;
    padding: 0;
    margin: 5px;
    height: 24px;
    width: 24px;
    display: none;
}

/*Hide checkbox*/
input#show-menu[type=checkbox] {
    display: none;
}


    input#show-menu[type=checkbox]:checked ~ #rightmenu {
        display: block;
    }
    /*Hide menu when invisible checkbox is NOT checked*/

    input#show-menu[type=checkbox]:not(:checked) ~ #rightmenu {
        display: block;
    }

#rightmenu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background-color: #333333;
    /*z-index: 10000;*/
    border: none;
}

li.buttonIcon {
    list-style: none outside none;
    float: right;
}

    li.buttonIcon rightmenu-text {
        width: auto;
    }

/*user options*/
#UserOptions {
    background-color: #666666;
}

    #UserOptions .useroption-link {
        display: block;
        box-sizing: border-box;
        color: #f1f1f1;
        height: 35px;
        width: 100%;
        line-height: 30px;
        vertical-align: middle;
        text-decoration: none;
        margin: 0;
        margin-bottom: 10px;
        padding: 0 5px 5px 5px;
    }

        #UserOptions .useroption-link:hover {
            background-color: #a03c14;
        }

        #UserOptions .useroption-link img {
            height: 30px;
            width: 30px;
            vertical-align: middle;
        }

        #UserOptions .useroption-link span {
            display: inline-block;
            height: 30px;
            margin-left: 10px;
            /*margin-top: -7px;*/
        }

/* site user
----------------------------------------------------------*/
/*.siteUserContainer {
    position: absolute;
    width: 100px;
    margin-left: -140px;
    left: 100%;
    background-color: white;
    height: 30px;
    padding-left: 20px;
}*/
.site-user-container {
    display: inline-block;
    min-height: 22px;
}

    .site-user-container img {
        width: 30px;
        height: 30px;
    }

    .site-user-container a {
        display: inline-block;
        height: 24px;
        width: 24px;
        border: 1px solid transparent;
    }

        .site-user-container a:hover {
            border: 1px solid gray;
            background: Transparent;
        }

.site-user {
    display: inline-block;
    height: 24px;
    color: lightgray;
    background: transparent;
    font-size: 1.8em;
    margin: 0;
    margin-top: -1.1em;
    padding: 0;
    padding-left: 4px;
    vertical-align: middle;
}

/* version with whatsnew link
----------------------------------------------------------*/
.whatsNew {
    display: inline-block;
    height: 24px;
    color: lightgray;
    font-size: 1.5em;
    margin: 0;
    margin-top: -1.0em;
    padding: 0;
    /*top: 15px;*/
    background-color: transparent;
    vertical-align: middle;
}

    .whatsNew a {
        display: inline-block;
        border: 1px solid lightgray;
        box-sizing: border-box;
        border-radius: 50%;
        font-family: 'Times New Roman', Times, serif;
        font-weight: bold;
        font-size: 1em;
        line-height: 1.2em;
        padding-left: 0.2em;
        color: white;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        height: 1.2em;
        width: 1.2em;
        margin: 2px 4px;
        margin-top: -0.2em;
    }

        .whatsNew a:hover {
            color: white;
            background-color: blue;
            border: 1px solid white;
        }

/*--------------------------------------------------------------------------*/


footer,
hgroup,
nav,
section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix {
    clear: both;
}

    .clear-fix:after {
        content: "";
        display: table;
        clear: both;
        /*content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;*/
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5,
h6 {
    font-size: 1em;
}

    h5 a:link,
    h5 a:visited,
    h5 a:active {
        padding: 0;
        text-decoration: none;
    }


.window, .error-container {
    position: relative;
    border: thin solid #ababab;
    background-color: #f1f1f1;
    position: relative;
    padding: 10px;
    overflow: hidden;
    margin: 0 auto;
    /*width: 760px;*/
}

    .window.centered {
        text-align: center;
    }

.documentarea {
    position: relative;
    background-color: white;
    padding: 20px;
    margin: 20px auto 30px auto;
    border: solid 1px #333;
    box-shadow: 5px 5px 10px rgba(50, 50, 50, 0.5);
}

.printarea {
    position: relative;
    background-color: white;
}

.nodisplay {
    display: none;
}

.no-data {
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    background-color: inherit;
    color: #333;
    padding: 10px;
    width: 100%;
}

#bottombar {
    position: absolute;
    top: auto;
    bottom: 0;
    /*Height of bottom frame div*/
    overflow: hidden;
    /*Disable scrollbars. Set to "scroll" to enable*/
    background-color: navy;
    color: white;
    width: 100%;
    height: 110px;
    /*Height of top frame div*/
}

.display-label {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}

.display-field {
    border: thin solid #ababab;
    background-color: #ffffff;
    padding-left: 5px;
}
/*KBG-2017-09*/
.showfulldate_container {
    position: absolute;
    top: -35px;
    right: 20px;
    width: auto;
    z-index: 200000;
}
/**/
.treeview {
    position: relative;
    float: left;
    border: thin solid #ababab;
    background-color: #f1f1f1;
    text-align: left;
}

#treeview_stam {
    position: relative;
    display: inline-block;
    /*border: thin solid #ababab;*/
    background-color: transparent;
    text-align: left;
    width: auto;
    min-width: 600px;
    margin: 0 auto;
}

    #treeview_stam img {
        width: 24px;
        height: 24px;
    }

.round {
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 8px;
    border: 2px solid white;
    /* KBG - 2016-05 */
    height: 24px;
    width: 24px;
}

.buttonIcon {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    color: white;
    width: 100px;
    height: 70px;
    /*float: left;*/
    /*padding-top: 5px !important;*/
    padding: 0px;
    margin: 2px;
    margin-right: 0px;
    z-index: 1000;
    border-radius: 5px;
    text-decoration: none;
}

    .buttonIcon:hover {
        background-color: #a03c14;
    }

   .buttonIcon:active {
        background-color: #a03c14;
        border: 2px solid white;
    }

    .buttonIcon.right {
        float: right;
    }

    /*.buttonIcon:hover img.round {
        border-color: white;
        opacity: 1;
    }*/
    a.buttonIcon{
        color: white;
    }

    .buttonIcon a {
        color: white;
        margin-bottom: 5px;
        text-decoration: none;
        height: 50px;
        background: transparent;
    }

        /*.buttonIcon:hover a {
            color: white;
            background: transparent;
        }*/

        .buttonIcon a .rightmenu-text {
            margin-top: -5px;
        }

/*----------------------------------------------------------*/
/* RIGHT MENU DESKTOP                                       */
/*----------------------------------------------------------*/
#rightmenu .buttonIcon img {
    /*-moz-border-radius: 50%;
    border-radius: 50%;*/
    /*border: 2px solid white;*/
    /* KBG - 2016-05 */
    padding: 3px;
    /*height: 30px;
    width: 30px;*/
    box-sizing: border-box;
    max-height: 50%;
}
#rightmenu .buttonIcon > div {
    height: 100%;

}
    /*.buttonIcon + h2 {
        padding-top: 15px !important;
        width: 100%;
    }*/
    /*----------------------------------------------------------*/
    /* TILE MENU DESKTOP                                        */
    /*----------------------------------------------------------*/
    .menu-container {
    display: block;
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: 100%;
    padding-top: 10px;
}

.menu-row {
    position: relative;
    display: flex;
    justify-content: center;
    clear: both;
    float: left;
    padding: 0;
    width: 100%;
    text-align: center;
}

.menuround {
    display: inline-block;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px;
    border: 1.5px solid #888;
    border: none;
    margin: 10px;
    position: relative;
    z-index: auto;
    width: 186px;
    height: 157px;
    font-size: 13px;
    font-weight: 400;
    background-color: #f1f1f1;
    background-color: #666666;
    color: white;
    cursor: pointer;
}

    .menuround:hover, .menuroundMobile:hover {
        background-color: #d1d1d1;
        background-color: #a03c14 !important;
    }

    .menuround.menuempty:hover, .menuroundMobile.menuempty:hover {
        background-color: #666666 !important;
        cursor: default;
    }

    .menuround:active {
        border: 2px solid white;
    }

div.menuitemimage {
    /*position: absolute;*/
    padding: 0px;
    margin: auto;
    vertical-align: middle;
    text-align: center;
    bottom: 55px;
    left: 0;
    width: 100%;
}

/*p.menuitemimage:before {
        content: " ";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        background-color: red;
    }*/

.menuitemimage img {
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /**/
    margin-bottom: auto;
    margin-top: auto;
    max-height: 80px;
    max-width: 150px;
    /**/
}

.menuitemtext1 {
    /**/
   /* position: absolute;
    left: 0;
    bottom: 26px;
    width: 100%;*/
    /**/
    text-align: center;
    vertical-align: bottom;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    padding: 0px;
    margin: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
}

a.menuround .menuitemtext1 {
    color: white !important;
}


.menuitemtext2 {
    /**/
    /*position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;*/
    /**/
    text-align: center;
    vertical-align: bottom;
    line-height: 10px;
    height: 20px;
    vertical-align: top;
    font-size: 11px;
    font-style: italic;
    padding: 0px;
    margin: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*.menuitemtext2Mobile {
    text-align: center;
    vertical-align: bottom;
    font-size: 8px;
    font-style: italic;
    padding: 0px;
    margin: 0px;
}*/
/*----------------------------------------------------------*/
/* FILEMANAGER DESKTOP                                      */
/*----------------------------------------------------------*/
.filemanageritem {
    display: inline-block;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px;
    border: 1.5px solid #888;
    border: none;
    margin: 10px;
    position: relative;
    z-index: auto;
    width: 95px;
    height: 80px;
    font-size: 12px;
    font-weight: 400;
    background-color: #f1f1f1;
    background-color: #666666;
    color: white;
    cursor: pointer;
}

    .filemanageritem:hover {
        background-color: #d1d1d1;
        background-color: #a03c14 !important;
    }

    .filemanageritem.menuempty:hover {
        background-color: #666666;
        cursor: default;
    }

    .filemanageritem:active {
        border: 2px solid white;
    }

div.filemanageritemimage {
    position: absolute;
    padding: 0px;
    margin: auto;
    vertical-align: middle;
    text-align: center;
    top: 0px;
    left: 0;
    width: 100%;
}

/*p.menuitemimage:before {
        content: " ";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        background-color: red;
    }*/

.filemanageritemimage img {
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /**/
    margin-bottom: auto;
    margin-top: auto;
    max-height: 50px;
    max-width: 95px;
    /**/
}

.filemanageritemtext1 {
    /**/
    position: absolute;
    display: block;
    left: 0;
    top: 53px;
    width: 100%;
    height: 30px;
    /**/
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    padding: 0px;
    margin: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
}

a.filemanageritem .filemanageritemtext1 {
    color: white !important;
}


.filemanagerpath, .filemanagerbreadcrumb, a.filemanagerbreadcrumb {
    display: inline-block;
    padding:0;
    margin: 0;
    margin-bottom: 6px;
    margin-top: 6px;
    color: #999;
}
.filemanagerpath{
    display: block;
    margin-left: 12px;
}
a.filemanagerbreadcrumb{
    margin-left: -3px;
}
a.filemanagerbreadcrumb:hover{
    color: #666;
}
.filemanagerpath::before, .filemanagerbreadcrumb::after{
    content: "/";
}

.fileicon {
    height: 60px;
    width: auto;
    overflow: hidden;
}

    .fileicon img {
        height: 60px;
        margin-left: -10px;
    }

.filetypeoverlay {
    position: relative;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #666;
    top: -35px;
    left: 5px;
    width: 32px;
    max-width: 32px;
    margin-bottom: -18px;
    text-align: center;
    text-transform: uppercase;
}


/*.fileicon {
    height: 60px;
    width: auto;
    overflow: hidden;
}*/

.filemanager .filetype:not(.jpg) {
    height: 60px;
    margin-left: -10px;
}


.filemanager .filetypeTekst {
    position: relative;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #666;
    top: -35px;
    left: 5px;
    width: 32px;
    max-width: 32px;
    margin-bottom: -18px;
    text-align: center;
    text-transform: uppercase;
}

.filemanager .imgContainer img {
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: auto;
    margin-top: auto;
    max-height: 50px;
    max-width: 95px;
    width: 60%;
    height: 50%;
}
.menu.filemanager {
    height: 10%;
    min-height:50px;
}
.filemanager .menuItem {
    display: inline-block;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px;
    border: 1.5px solid #888;
    border: none;
    margin: 10px;
    position: relative;
    z-index: auto;
    max-width: 95px;
    max-height: 100px;
    min-width: 50px;
    min-height: 60px;
    height: 100%;
    aspect-ratio: 1/1;
    /*height:15vh;*/
    font-size: 12px;
    font-weight: 400;
    background-color: #f1f1f1;
    background-color: #666666;
    color: white;
    cursor: pointer;
}

.filemanager .imgContainer {
    position: absolute;
    padding: 0px;
    margin: auto;
    vertical-align: middle;
    text-align: center;
    top: 0px;
    left: 0;
    width: 100%;
}

.filemanager .menuText {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    width: 100%;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.filemanager .bottom {
    display: flex;
    justify-content: space-between;
}

.filemanager #directory:hover {
    background-color: #a6380d;
}

.tableContainer.filemanager {
    padding: 4px;
    margin: 10px;
    height: 40%;

}

.filemanager .table {
    background-color: white;
}

.filemanager .filetype {
    max-width: 80px;
}

.filemanager td, .filemanager thead th {
    padding: 8px;
    border: 1px solid #ddd;
}

.filemanager table.dataTable.display tbody tr.odd td.sorting_1 {
    background-color: #dfdfdf;
}

.filemanager table.dataTable.display tbody tr.even td.sorting_1 {
    background-color: #ececec;
}

.filemanager thead th:hover {
    background-color: darkgrey;
    cursor: pointer;
}

.filemanager .dataTables_wrapper .dataTables_filter input, .filemanager .dataTables_wrapper .dataTables_length select {
    background-color: white;
}

.filemanager .dataTables_paginate.paging_simple_numbers, .filemanager .dataTables_filter {
    text-align: right;
    box-sizing: border-box;
    display: block;
}

.filemanager .dataTables_scrollHeadInner thead {
    background-image: none,linear-gradient(to bottom,rgba(247, 247, 247, 0.6) 0,rgb(227, 227, 227) 100%);
    background-position: 50% 50%;
}

.filemanager tr.copy td {
    background-color: gold !important;
}

.filemanager tr.move td {
    background-color: orangered !important;
}

.filemanager tr.odd:hover td, .filemanager tr.even:hover td {
    background-color: #7170706b !important;
}

.filemanager tr.odd.selected td, .filemanager tr.even.selected td {
    background-color: Highlight !important;
}

.filemanager .dt-buttons {
    display: flex;
    width: 100%;
}

    .filemanager .dt-buttons button {
        background-color: white;
    }

    .filemanager .dt-buttons .left {
        margin-left: auto !important;
    }

.overlay {
    position: sticky;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    cursor: pointer;
}

.sphereViewer {
    top: 5vh;
    max-width: 90vw;
    max-height: 70vh;
    margin: auto;
    position: relative;
    /*display: table;*/
}
/*.filetypeoverlay::before {
        content: ".";
        font-size: 12px;
        color: #666;
    }*/
/*----------------------------------------------------------*/
/* BOTTOM MENU DESKTOP                                      */
/*----------------------------------------------------------*/
#bottommenu {
    background-color: #333;
    border-radius: 0 0 5px 5px;
}

    #bottommenu a.menu-link {
        position: relative;
        display: inline-block;
        border-radius: 3px;
        min-width: 80px;
        height: 80px;
        background-color: #333;
        text-align: center;
        color: white;
        margin-right: 10px;
    }

        #bottommenu a.menu-link:hover {
            background-color: #a03c14;
        }

        #bottommenu a.menu-link .menu-icon {
            position: absolute;
            display: block;
            clear: both;
            top: 5px;
            left: 50%;
            height: 40px;
            width: 40px;
            margin: 0;
            margin-left: -20px;
            margin-top: 3px;
            background-color: inherit;
            text-align: center;
        }

        #bottommenu a.menu-link .menu-text {
            position: absolute;
            display: block;
            bottom: 5px;
            margin: 0;
            width: 100%;
            background-color: transparent;
            color: white;
            text-align: center;
        }

/*----------------------------------------------------------*/
/* MAIN LAYOUT                                              */
/*----------------------------------------------------------*/
.content-wrapper {
    display: block;
    /*margin: 0 auto;*/
    /*height: 30px;*/
    height: calc(100vh - 46px);
    padding: 0;
    max-width: 100vw;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /*max-width: 960px;*/
}

#body {
    /*clear: both;
    overflow: hidden;*/
    /*padding-bottom: 35px;*/
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/
    padding-left: 0;
    padding-top: 0;
    overflow: hidden;
    height: calc(100vh - 42px);
    min-height: calc(100vh - 160px);
}

/* Test scroll iPad */
/*div.k-window-content {
    background-color: #FFFFFF !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    /*overflow-x:hidden !important;*/
/*}*/

div.k-window-content {
    max-height: 85vh;
}
/**/

.view-content {
    position: relative;
    box-sizing: border-box;
    display: block;
    overflow: auto;
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;
    overflow-y: hidden;*/
    height: 100%;
    /*height: calc(100vh - 110px);*/
    height: calc(100% - 110px);
    max-height: 100%;
    /*margin-bottom: 20px;*/
    -webkit-overflow-scrolling: touch;
}

    .view-content h2 {
        margin: 2px;
        padding: 0;
        padding-left: 10px;
    }

    .view-content::after {
    }

/*KBG-2017-11 Fixes scroll issue in IE*/
#WholeForm {
    /*height: 650px;*/
}

.featured + .main-content {
    /*background: url("../Images/heroAccent.png") no-repeat;*/
}
/* KBG - 2016-05 */
.files-container, .error-container {
    padding-left: 10px;
    padding-bottom: 10px;
}

.error-container {
    margin-top: 20px;
}

    .error-container h2 {
        margin-left: 0;
        padding-left: 0;
    }

    .error-container h3 {
        color: #333333;
    }

    .error-container p {
        color: gray;
    }

/**/
.form-container {
    width: 600px;
    margin: auto;
    background-color: #f1f1f1;
    padding: 10px;
}

div#IdentVedligehold {
    border-left: solid 10px #f4ac00;
    background-color: green !important;
}
/*Content panel*/
div#contentView {
    position: absolute;
    height: 100%;
    min-height: 700px;
    left: 0;
    right: 0;
    background-color: white;
    top: 0;
    bottom: 0;
    height: auto;
    /*Height of bottom frame div*/
    overflow: hidden;
    /*Disable scrollbars. Set to "scroll" to enable*/
    color: white;
}

    div#contentView #enhedPanelBar,
    div#contentView #maalerPanelBar {
        width: 100%;
        min-width: 150px;
    }

#enhedLabel {
    background-color: #dddddd;
    border-bottom: 2px solid black;
}


div#contentDetailView {
    left: 0;
    width: auto;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    /*Height of bottom frame div*/
    overflow-x: hidden;
    overflow-y: auto;
    color: black;
}

    div#contentDetailView .detailViewHeader {
        margin: 10px;
        vertical-align: middle;
        max-height: 84px;
        padding: 1% 0;
    }

        div#contentDetailView .detailViewHeader img {
            margin-right: 10px;
            vertical-align: middle;
        }

        div#contentDetailView .detailViewHeader .detailViewHeaderText {
            vertical-align: middle;
            display: inline;
            position: relative;
            /*margin-left:10px;*/
            font-size: 2.0em;
            padding: 1% 0;
        }

div.listViewContainer,
div.detailViewContainer {
    position: relative;
    width: 100vw;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

div.contentDetailPanel {
    position: relative !important;
    float: left;
}

header .content-wrapper {
    padding-top: 0;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    min-height: 10px;
}
/* site title
----------------------------------------------------------*/
.siteTitleContainer {
    position: absolute;
    width: auto;
    left: 10px;
}

.siteTitle {
    color: white;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 1.8em;
    margin: 0;
}

    .siteTitle a,
    .siteTitle a:hover,
    .siteTitle a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        font-size: 1.2em;
        text-decoration: none;
    }
/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }
/* Login page */
#loginForm {
    position: relative;
    display: block;
    background-color: white;
    margin-left: 150px;
    margin-top: 80px;
    width: auto;
    /*height: 500px;*/
}

    #loginForm .window {
        /*border: thin solid #ababab;
        background-color: #f1f1f1;
        position: relative;*/
        height: 120px;
        width: 600px;
        padding: 10px;
    }

        #loginForm .window .display-row {
            width: auto;
            display: block;
            clear: both;
            float: left;
        }

            #loginForm .window .display-row .display-label {
                display: block;
                float: inherit;
                width: 120px;
                height: auto;
                text-align: left;
                line-height: 36px;
                font-size: 1.2em;
                font-weight: normal;
            }

            #loginForm .window .display-row .display-field {
                display: block;
                float: inherit;
                width: auto;
                height: auto;
                line-height: 36px;
                font-weight: normal;
                border: none;
                background-color: transparent;
            }

                #loginForm .window .display-row .display-field input {
                    height: 22px;
                    margin: 5px;
                    padding: 2px;
                    width: inherit;
                }

            #loginForm .window .display-row .display-error {
                display: block;
                float: inherit;
                width: auto;
                height: 24px;
                line-height: 30px;
                font-weight: normal;
            }

        #loginForm .window .button-row {
            position: relative;
            display: block;
            padding-left: 130px;
            float: left;
            clear: both;
        }

.layout-button-container {
    display: block;
    margin: 20px auto;
    height: 40px;
    text-align: center;
}

.add-meter-reading, .mark-as-processed {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 3px;
    right: 3px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 2px;
    z-index: 10000;
}

    .add-meter-reading:hover, .mark-as-processed:hover {
        background-color: #000;
    }

    .add-meter-reading img, .mark-as-processed img {
        margin-top: 3px;
        width: 24px;
        height: 24px;
    }

#enhedDetails,
#maalerDetails {
    padding: 10px;
}

    #enhedDetails fieldset,
    #maalerDetails fieldset {
        background-color: transparent;
        width: auto;
    }

        #enhedDetails fieldset .window,
        #maalerDetails fieldset .window {
            padding: 10px;
            height: 100%;
            width: auto;
            overflow: hidden;
        }

            #enhedDetails fieldset .window .display-column,
            #maalerDetails fieldset .window .display-column {
                position: relative;
                display: block;
                float: left;
                width: 310px;
            }

                #enhedDetails fieldset .window .display-column .display-row,
                #maalerDetails fieldset .window .display-column .display-row {
                    width: 100%;
                    display: block;
                    clear: both;
                    margin-bottom: 10px;
                }

                    #enhedDetails fieldset .window .display-column .display-row .display-label,
                    #maalerDetails fieldset .window .display-column .display-row .display-label {
                        position: relative;
                        display: inline-block;
                        float: inherit;
                        width: 80px;
                        height: 22px;
                        /*text-align: left;
                        font-weight: normal;*/
                    }

                    #enhedDetails fieldset .window .display-column .display-row .display-field,
                    #maalerDetails fieldset .window .display-column .display-row .display-field {
                        position: relative;
                        display: inline-block;
                        float: inherit;
                        width: 200px;
                        height: 22px;
                        /*font-weight: normal;*/
                    }
/* quick links
----------------------------------------------------------*/
.quickLinkContainer {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 100px;
    padding: 10px;
    border-left: 1px solid #cccccc;
    /*&::before {
        content: "Quicklinks";
        position: relative;
        display: block;
        width: 65px;
        clear: both;
        background-color: white;
        padding: 2px;
        top: -14px;
        left: 5px;
        margin-bottom: 0;
        font-weight: bold;
    }*/
}

    .quickLinkContainer .quickLink {
        width: 130px;
    }
/* menu
----------------------------------------------------------*/
/*ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }*/
/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1,
    .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }
/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1,
    hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }
/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}
/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0_small.svg") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1_small.svg") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2_small.svg") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3_small.svg") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4_small.svg") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5_small.svg") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6_small.svg") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7_small.svg") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8_small.svg") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9_small.svg") no-repeat;
        }
/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}
/* login page */
#loginform {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}
/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}
/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input,
textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus,
    textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="button"]:disabled {
    cursor: not-allowed;
}

input[type="radio"] {
    width: auto;
}

input[type="checkbox"] {
    /*background: transparent;
    border: inherit;*/
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}
/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}
/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}
/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link,
        th a:visited,
        th a:active,
        th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a,
    th.desc a {
        margin-right: .75em;
    }

        th.asc a:after,
        th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.k-overlay {
    max-width: 100vw;
    max-height: 100vh;
}

.k-column-menu {
    font-size: 0.85em !important;
}

.k-grid-pager a.k-link.k-pager-nav {
    width: 28px !important;
    max-width: 28px !important;
    padding: 0 !important;
}

.k-grid-pager .k-pager-nav .k-icon {
    margin-top: -3px;
}

.k-widget .listitem {
    border-bottom: solid 1px #cccccc;
    width: 100%;
    padding: 5px;
    padding-left: 10px;
    cursor: pointer;
}

.k-widget .main-fields {
    display: block;
    font-weight: bold !important;
    font-size: 1.2em;
    width: 100%;
}

    .k-widget .main-fields .tablecell {
        display: inline;
        white-space: nowrap;
    }

.k-widget .sub-fields {
    font-weight: normal;
    width: 100%;
}

    .k-widget .sub-fields .tablecell {
        display: inline;
        white-space: nowrap;
    }
/*Kendo PanelBar*/
#organizer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    background: transparent;
    z-index: 10000;
    height: 100%;
    overflow: hidden;
}

    #organizer .panelItemDetail {
        padding: 10px;
    }

    #organizer a.actionLink {
        display: block;
        width: 100%;
        clear: both;
        color: #333333;
    }
/*#organizer::after{
    position:absolute;
    content:"";
    border: 15px solid transparent;
    border-right: 15px solid grey;
    width: 0;
    left: 100%;
    top:50%;
    margin-top:-15px;
    margin-left:-50px;
    cursor:pointer;
}*/
#bottom {
    width: auto;
    height: 90px;
}

.breadcrumb-container {
    padding: 7px;
}
/*.breadcrumb_container {
    position: absolute;
    top: 50px;
    width: auto;
    left: 0;
    padding-right: 30px;
    background: url(Images/background_transparent.png) repeat;
    -moz-border-radius-topright: 30px;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
}

.breadcrumbs {
    color: #fff;
    font-family: @defaultFontFamily;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}

    .breadcrumbs a {
        color: #fff;
    }

        .breadcrumbs a:hover {
            color: #e80c4d;
            background: transparent;
        }*/
#windowAddEdit {
    background-color: #ffffff;
}

#maalerdatadiv {
    min-height: 200px;
    background-color: #ffffff;
}

.fieldHelperText {
    position: relative;
    top: 2px;
    left: 5px;
}

/*---------------------------------------------------------------------------*/
/* Front page overview */
/*---------------------------------------------------------------------------*/
/*#searchformcontainer {
    position: relative;
    display: block;
    box-sizing: border-box;
    /*width: 99%;*/
/*margin: 0 auto;*/
/*width: 100vw;*/
/*}*/

#searchform {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    width: calc(100vw - 12px);
}

input#query, a#clearbutton, input#searchbutton, #option-icon, #map-icon {
    display: inline-block;
    flex: 1 0 30px;
    text-align: left;
    /*float: left;*/
    margin: 10px 5px;
}

    a#clearbutton, input#searchbutton, #option-icon, #option-icon img, #map-icon, #map-icon img {
        height: 30px !important;
        max-height: 30px;
        width: 30px !important;
        max-width: 30px;
        padding: 0;
        border: none;
        background-color: transparent;
    }

a#clearbutton {
    margin-top: 13px;
}

input#query {
    /*width: 250px;
    max-width: 80%;*/
}

#option-icon img {
    padding-top: 4px;
}

#map-icon img {
    padding-top: 3px;
}

input#searchbutton {
    padding-top: 4px;
}

#optionsmenu {
    display: none;
    position: absolute;
    left: 50px;
    top: 0px;
    width: auto;
    margin: auto;
    padding: 2px;
    background-color: #666666;
    border: 1px solid gray;
    border-radius: 3px;
    text-align: center;
    z-index: 100000;
}

.optionsmenu-item {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: transparent;
}

    .optionsmenu-item img {
        width: 48px;
        height: 48px;
    }

    .optionsmenu-item:hover {
        background-color: #a03c14;
    }

div#contentListView {
    display: block;
    box-sizing: border-box;
    text-align: left !important;
    left: 0;
    right: 0;
    position: relative;
    top: 0;
    border: 1px solid #999999;
    margin: 0 10px 10px 10px;
    /*bottom: 0;*/
    height: 100%;
    height: calc(100vh - 120px);
    min-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    color: white;
    background-color: transparent;
}

#tileListContainerOuter {
    /*margin: 10px 10px 0 10px;*/
    position: relative;
    display: block;
    border: none;
    text-align: center;
    max-width: 100vw;
    width: auto;
}

#tileListContainer {
    /*margin: 10px 10px 0 10px;*/
    position: relative;
    display: inline-block;
    text-align: center;
    max-width: 100vw;
    width: auto;
    border: 1px solid #999999;
    border: none;
}

    #tileListContainer.k-widget {
        background-color: transparent;
    }

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.tilelistitem {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 8px;
    border: 2px solid #888;
    border: none;
    padding: 10px;
    margin: 10px;
    position: relative;
    z-index: auto;
    width: 282px;
    height: 101px;
    /*float: left;*/
    font-size: 13px;
    text-align: left !important;
    font-weight: 400;
    background-color: #f1f1f1;
    background-color: #666666;
    cursor: pointer;
    color: #444;
    color: white;
}

    .tilelistitem:hover {
        background-color: #F3732A; /*Kendo-Orange*/
        background-color: #a03c14; /*Caretaker-Rødbrun*/
    }

    .tilelistitem:active {
        border: 2px solid white;
    }

.itemthumb {
    width: 64px;
    height: 82px;
    float: left;
    overflow: hidden;
}

    .itemthumb img {
        border: none;
        width: 64px;
    }

.itemdescription {
    vertical-align: top;
    /*text-wrap: none;*/
    white-space: nowrap;
    position: absolute;
    left: 82px;
    top: 5px;
    width: 170px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
}

    .itemdescription span.itemname {
        /*font-size:110%;*/
        font-weight: 800;
    }

    .itemdescription span.itemaddress {
        white-space: pre-line;
    }

#enhedmap {
    display: none;
    position: absolute;
    top: 80px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
/*---------------------------------------------------------------------------*/
/*buttons*/
.form-button-container {
    display: block;
    position: relative;
    float: left;
    clear: both;
    box-sizing: border-box;
    width: 100%;
    margin: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.dialog-button-container {
    display: block;
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 100%;
    text-align: right;
}

    .dialog-button-container .ct-button {
        float: right;
    }

/* Round delete button */
#pricebook-grid-container .k-button {
    width: 25px !important;
    max-width: 25px !important;
    min-width: 25px !important;
    padding: 0px 2px 2px 2px !important;
    text-align: center;
    background-color: #CD0505;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/* Makes it possible to select the last item of a dropdown on iPad (combined with appropriate JS) */
.is-ipad ul.k-list .k-item:last-child::after {
    content: " ";
    height: 30px;
    width: 100%;
    display: block;
    clear: both;
}

/* 'Fritekst' text area */
.fritekst-toolbar {
    height: 30px;
    width: 100%;
    background: lightgrey;
    margin-bottom: -10px;
    border-radius: 5px;
}

.toolbutton {
    height: 24px !important;
    padding-top: 0 !important;
    padding-bottom: 1px !important;
    font-size: 80% !important;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 0 !important;
    margin-top: 1px !important;
    margin-left: 1px !important;
}

/*****************************************************************************/
/* Image popup with leaflet (KBG - 2017-05) */
/*****************************************************************************/
#map {
    display:block;
    position: absolute;
    top: 40px;
    height: calc(100% - 100px);

}

.image-container {
    position:relative;
    display: block;
    width: calc(100% - 30px);
    /*height: calc(100% - 36px);*/
    height: 100%;
}
/*****************************************************************************/
/* Image/document panel (KBG - 2016-07) */
/*****************************************************************************/
.ct-fullwidth-panel {
    background-color: #F1F1F1;
    background-color: transparent;
    border: thin solid #ABABAB;
    border: none;
    margin-bottom: 20px;
}

    .ct-fullwidth-panel h3 {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 5px;
        -webkit-margin-before: 5px;
    }

    .ct-fullwidth-panel .parent {
        /*height: 200px;*/
        margin: auto;
        border: none 0px #aaa;
        text-align: center;
        /*letter-spacing: 10px;*/
        /*white-space: nowrap;*/
        /*line-height: 160px;*/
        display: block;
        /*padding-bottom: 10px;*/
    }

        .ct-fullwidth-panel .parent div {
            background-color: #666666;
        }

        .ct-fullwidth-panel .parent .k-button {
            margin-bottom: 10px;
        }

        .ct-fullwidth-panel .parent .child {
            position: relative;
            border-radius: 5px;
            -moz-border-radius: 5px;
            width: 160px;
            height: 160px;
            border: solid 1px #ccc;
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            margin-right: 3px;
            margin-bottom: 10px;
            padding-top: 5px;
            color: white;
        }

            .ct-fullwidth-panel .parent .child:hover {
                background-color: #a03c14;
            }

            .ct-fullwidth-panel .parent .child:last-child {
                margin-right: 0;
            }

            .ct-fullwidth-panel .parent .child a {
                position: absolute;
                box-sizing: border-box;
                width: 100%;
                height: 100%;
                left: 0;
                bottom: 0;
                text-decoration: none;
                color: inherit;
                padding: 5px;
                background-color: transparent;
            }

                .ct-fullwidth-panel .parent .child a img {
                    max-height: 120px;
                    max-width: 160px;
                }

            .ct-fullwidth-panel .parent .child .deletebutton, .ct-fullwidth-panel .parent table .deletebutton {
                position: absolute;
                top: 0px;
                right: 0px;
                width: 24px;
                height: 24px;
                margin-top: 2px;
                margin-right: 2px;
                cursor: pointer;
                cursor: hand;
                z-index: 10000;
            }

            .ct-fullwidth-panel .parent .child .fileinfo {
                position: absolute;
                display: block;
                left: 0;
                bottom: 0;
                width: 100%;
                text-align: center;
                font-size: small;
                max-width: 160px;
                min-height: 30px;
                background: transparent;
                color: inherit;
            }

.k-upload {
    max-height: 75vh;
    overflow-y: auto;
}
/* document tiles*/
#ct-file-panel .parent .child {
    width: 329px; /* 2 x image child width + 1 x image child right margin + 2 x image child border + justering */
    height: 80px;
}

    #ct-file-panel .parent .child .file-item {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        height: 80px;
        width: 80px;
        background-color: transparent;
    }

    #ct-file-panel .parent .child .file-icon {
        position: absolute;
        top: 7px;
        left: 5px;
        height: 70px;
        width: 70px;
        background-color: transparent;
    }

    #ct-file-panel .parent .child .file-extension {
        position: absolute;
        top: 30px;
        left: 25px;
        font-size: 20px;
        color: white;
        background-color: transparent;
    }

        #ct-file-panel .parent .child .file-extension:before {
            content: ".";
        }

    #ct-file-panel .parent .child .file-info {
        position: absolute;
        bottom: 15px;
        left: 80px;
        /*height:70px;*/
        vertical-align: middle;
        font-size: 20px;
        color: white;
        background-color: transparent;
    }

        #ct-file-panel .parent .child .file-info .file-name, #ct-file-panel .parent .child .file-info .file-date {
            display: block;
            clear: left;
            position: relative;
            float: left;
            max-width: 205px;
            text-align: left;
            text-overflow: ellipsis;
            overflow: hidden;
            background-color: transparent;
        }

        #ct-file-panel .parent .child .file-info .file-name {
            font-size: 14px;
        }

        #ct-file-panel .parent .child .file-info .file-date {
            font-size: 12px;
            font-style: italic;
        }

.whitelink,
.whitelink a,
.whitelink a:link,
.whitelink a:visited,
.whitelink a:active,
.whitelink a:hover {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
}

.k-i-calendar::before {
    color: #808080 !important;
}

.lookup-icon {
    box-sizing: border-box;
    margin-left: 3px;
    width: 30px;
    height: 30px;
}

    .lookup-icon a {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 3px;
    }

        .lookup-icon a:hover {
            background-color: #cccccc;
            border-radius: 5px;
        }

    .lookup-icon img {
        width: 24px;
        height: 24px;
    }
/******************************************************************************
*   Mobile Styles   *
******************************************************************************/
@media only screen and (max-width: 800px) {

    

    .toparea {
        display: table;
        position: relative;
        /*width: 100%;
    min-width: 100vw;*/
        left: 0;
        right: 0;
        min-height: 70px;
        /**/
        background-color: #333 !important;
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-top: solid;
        border-top-width: 5px !important;
        overflow: visible;
    }

        .toparea h2 {
            display: table-cell;
            padding-left: 10px;
            height: 60px;
            text-align: left;
            text-overflow: ellipsis;
            color: white;
            vertical-align: middle;
        }


    .topmenu-left-mobile {
        background-color: transparent;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        float: left;
        box-sizing: border-box;
        margin-left: 10px;
        opacity: 0.7;
        border: none;
        display: block;
    }

    .topmenu-left-item {
        display: none;
    }

/*
    .topmenu-left-item {
        clear: both;
    }

        .topmenu-left-item:first-child {
            clear: none;
        }
*/
    /*RIGHT menu MM*/

    /*Display 'show menu' link*/
    .show-menu {
        display: block;
        float: right;
    }
    /*Show menu when invisible checkbox is checked*/
    input#show-menu[type=checkbox]:checked ~ #rightmenu {
        display: block;
    }
    /*Hide menu when invisible checkbox is NOT checked*/

    input#show-menu[type=checkbox]:not(:checked) ~ #rightmenu {
        display: none;
    }

    #rightmenu {
        display: none;
        position: absolute;
        top: 140px;
        top: 45px;
        right: 5px;
        padding: 10px;
        width: auto;
        border: 1px solid #666666;
    }

        #rightmenu .buttonIcon {
            position: relative;
            display: block;
            clear: both;
            text-align: left;
            color: white;
            width: auto;
            height: 36px;
            float: left;
            /*padding-top: 5px !important;*/
            padding: 2px;
            margin-right: 0px;
            z-index: 1000;
            opacity: 0.7;
        }

            #rightmenu .buttonIcon:hover {
                opacity: 1;
            }

            #rightmenu .buttonIcon a {
                color: white;
                margin-bottom: 2px;
                text-decoration: none;
                height: 24px;
                background: #333333;
                white-space: nowrap;
                margin-top: -5px;
            }

            /*.buttonIcon:hover a {
            color: white;
            background: transparent;
        }*/

            #rightmenu .buttonIcon img {
                display: inline-block;
                vertical-align: middle;
                padding: 0;
                margin: 0;
                margin-right: 3px;
                border: none;
                height: 30px;
                width: 30px;
                /*filter: invert(100%);*/
            }

            #rightmenu .buttonIcon a .rightmenu-text {
                display: inline-block;
                font-size: 16px;
            }
}

@media only screen and (max-width: 850px) {
    /* header
  	----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }
    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }
    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }
    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }
    /* main layout mobile
  	----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    /*KBG-2016-12*/
    .content-wrapper {
        display: block;
        box-sizing: border-box;
        margin: 0;
        /*width: calc(100vw - 20px);*/
        height: calc(100vh - 46px);
        padding-bottom: 40px;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .featured .content-wrapper {
        padding: 10px;
    }
    /* page content */
    article,
    aside {
        float: none;
        width: 100%;
    }
    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }
    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }
    /* forms */
    input {
        width: 90%;
    }
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }
    /* footer
  	----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

@media only screen and (max-width: 600px) {
    /*----------------------------------------------------------*/
    /* TILE MENU MOBILE                                         */
    /*----------------------------------------------------------*/
    /*.menu-container.mobile {
        width: 100px;
    }*/


    
    


/*    .topmenu-left-mobile {
        background-color: transparent;
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        float: left;
        box-sizing: border-box;
        margin-left: 10px;
        opacity: 0.7;
        border: none;
        display: block;
    }

    .topmenu-left-item {
        display: none;
    }*/

    .show {
        display: block;
    }


    .mobile-fullwidth {
        box-sizing: content-box;
        margin: 5px;
        width: calc(100% - 10px) !important;
    }

    .menuround {
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: 1.5px solid #888;
        padding: 4px;
        margin: 4px;
        position: relative;
        z-index: auto;
        min-width: 80px;
        height: 80px;
        font-size: 6px;
        font-weight: 400;
        cursor: pointer;
    }

    div.menuitemimage {
        /*position: absolute;*/
        padding: 0px;
        margin: auto;
        /*vertical-align: middle;*/
        text-align: center;
        /*bottom: 30px;*/
        /*left: 0;*/
        width: 100%;
        height:50%;
    }

    .menuitemimage img {
        padding: 0px;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        /**/
        margin-bottom: auto;
        margin-top: auto;
        max-height: 100%;
        /*max-width: 75px;*/
        /**/
    }

    .menuitemtext1 {
        text-align: center;
        vertical-align: bottom;
        font-size: 9px;
        /*line-height: 9px;*/
        font-weight: 700;
        padding: 0px;
        margin: 0px;
        bottom: 12px;
        max-height: 40%;
    }

    .menuitemtext2 {
        text-align: center;
        vertical-align: bottom;
        font-size: 8px;
        line-height: 8px;
        font-style: italic;
        padding: 0px;
        margin: 0px;
        height: 8px;
        bottom: 2px;
        height: 20%;
    }

    section#newssection div#posts {
        display: none;
    }
}
/*****************************************************************************/
/* Styles til login-billede                                                  */
/*****************************************************************************/
#loginForm {
    margin: auto 0;
    background-color: transparent;
}

    #loginform::after {
        content: "";
        display: table;
        clear: both;
    }

    #loginForm form {
        margin-top: 0;
    }

    #loginForm #loginArea {
        display: block;
        margin: auto 0;
        box-sizing: border-box;
        width: 100%;
        /*height: 420px;*/
        /*height:auto;*/
        min-height: 300px;
        min-width: 400px;
        padding: 30px;
        background-color: #f9f9f9;
        text-align: center;
    }

        #loginForm #loginArea img#loginLogo {
            display: block;
            clear: both;
            margin: 10px auto;
            width: 90%;
            max-width: 600px;
        }

        #loginForm #loginArea .loginFields {
            position: relative;
            display: block;
            clear: both;
            /*width: 600px;
            height: 240px;*/
            /*height: auto;*/
            margin: auto;
            padding-left: 0;
            width: 550px;
            max-width: 95%;
            overflow: auto;
        }

            #loginForm #loginArea .loginFields .loginBlock {
                position: relative;
                display: inline-block;
                /*float: left;*/
                margin-right: 20px;
                height: 100px;
                width: 252px;
                /* label inside input*/
            }

                #loginForm #loginArea .loginFields .loginBlock .input {
                    margin: 5px 0;
                    background: white;
                    float: left;
                    clear: both;
                    font-size: 1.4em;
                }

                    #loginForm #loginArea .loginFields .loginBlock .input span {
                        position: absolute;
                        padding: 5px;
                        margin-left: 3px;
                        color: #cccccc;
                    }

                    #loginForm #loginArea .loginFields .loginBlock .input input,
                    #loginForm #loginArea .loginFields .loginBlock .input textarea,
                    #loginForm #loginArea .loginFields .loginBlock .input select {
                        position: relative;
                        margin: 0;
                        border-width: 1px;
                        padding: 6px;
                        background: transparent;
                        font: inherit;
                    }

                    #loginForm #loginArea .loginFields .loginBlock .input input {
                        border-color: #999;
                    }

                        #loginForm #loginArea .loginFields .loginBlock .input input:focus {
                            border-color: #f0713a;
                        }

                #loginForm #loginArea .loginFields .loginBlock .display-error {
                    position: absolute;
                    top: 30px;
                    left: 0;
                    height: 40px;
                    width: 250px;
                    margin-top: 20px;
                    margin-left: 10px;
                }

                #loginForm #loginArea .loginFields .loginBlock .ct-button {
                    position: absolute;
                    top: -7px;
                    right: -20px;
                }

            #loginForm #loginArea .loginFields .validation-summary-errors {
                position: absolute;
                top: 50px;
                left: 0px;
                height: 40px;
                width: 540px;
            }
/*****************************************************************************/
/* Styles til news section på login-billede                                  */
/*****************************************************************************/

section#newssection {
    position: relative;
    overflow-y: auto;
    display: block;
    clear: both;
    margin: 30px 10% 0 10%;
    color: #666;
    max-width: 100%;
    text-align: center;
}

    section#newssection div#news {
        display: inline-block;
    }

    section#newssection #posts {
        margin-left: 30px;
        text-align: left;
    }

    section#newssection h2 {
        text-transform: uppercase;
        margin-left: 15px;
        text-align: left;
    }

        section#newssection h2 a {
            text-decoration: none;
            color: inherit;
        }

    section#newssection h3 {
        font-size: 16px;
    }

    section#newssection h2, section#newssection h3 {
        color: inherit;
        font-weight: normal;
    }

        section#newssection h3 a {
            color: inherit;
        }

    section#newssection .more {
        margin-bottom: 40px;
        margin-left: 18px;
        text-align: left;
    }

        section#newssection .more a {
            color: inherit;
        }

    section#newssection footer.entry-footer {
        background-color: transparent;
    }
/*****************************************************************************/
.topbar {
    display: block;
    padding-top: 5px;
    width: 100vw;
    height: 36px;
    color: white;
    background-color: #333;
    font-size: 20px;
    border-bottom: solid 5px #999;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 10000;
}

    .topbar a {
        display: inline-block;
        height: 26px;
        width: 26px;
        text-decoration: none;
        background-image: url(/Images/sprite_2x.png);
        background-position: 0 -610px;
        font-weight: bold;
    }

        .topbar a:hover {
            background-image: url(/Images/sprite_2x.png);
            background-position: 0 -610px;
            background-color: #333;
        }

    .topbar .topbartext {
        display: inline-block;
        max-width: calc(vh - 26px);
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .topbar .breadcrumb {
        display: inline-block;
        max-width: calc(vh - 26px);
        text-overflow: ellipsis;
    }

.bottomspace {
    display: block;
    width: 100vw;
    height: 50px;
    color: white;
    background-color: inherit;
}
/*****************************************************************************/
/* DRIFTSOPGAVER                                                             */
/*****************************************************************************/
.contentDriftsOpgaver {
    position: relative;
    display: block;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    min-height: 512px;
    /*max-width: calc(100% - 20px);
    max-width: 100%;
    max-height: 100vh;*/
    border: none;
    overflow: hidden;
    overflow-y: scroll;
}

.listviewcontainer {
    border: none;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.task {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin: 0 25px 0 5px;
}

.taskheader {
    position: relative;
    display: block;
    clear: both;
    padding-left: 0;
    font-size: 16px;
    color: #333333;
}

/*.tasklocation {
    display: block;
    clear: both;
    font-size: 12px;
    color: #777777;
}*/

.taskdescription {
    display: block;
    clear: both;
    font-size: 16px;
}

    .taskdescription a {
        text-decoration: none;
    }

.taskinfo {
    padding-left: 0;
    color: #777777;
}

    .taskinfo span:last-child {
        margin-left: 20px;
    }

        .taskinfo span:last-child:not(:empty):before {
            content: "-";
            position: relative;
            left: -10px;
            top: 50%;
        }

.taskcommands {
    margin-top: 3px;
}

    .taskcommands a {
        padding: 3px 8px;
        margin-right: 5px;
        background-color: #ccc;
        text-decoration: none;
        vertical-align: middle;
    }

        .taskcommands a:first-child {
            margin-left: 0;
        }

.disabled-link {
    color: #999999 !important;
    pointer-events: none;
    cursor: not-allowed;
}

a.completed-link.right {
    margin-right: 10px;
}

.absolute-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.align-right {
    text-align: right;
}

.right {
    float: right;
}

.bold {
    font-weight: bold;
}

.grey {
    background-color: #f1f1f1;
}

div.k-window-titleless div.k-window-content {
    overflow: hidden;
    padding:0; /* KBG-2017-12 */
}

/*.k-content-frame {
    min-height: 15vh;
    min-width: 15vw;
}*/

.k-window {
    left: 0px;
    min-height: 95vh;
    min-width: 100vw;
}

.attached-documents h3, .attached-images h3 {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}

/*****************************************************************************/
/* ALL                                                                       */
/*****************************************************************************/
/*@media all {
    .page-break {
        display: none;
    }
}*/

/*****************************************************************************/
/* PRINT                                                                     */
/*****************************************************************************/
@media print {

    body {
        background-color: white;
    }

    header, .toparea {
        display: none;
    }

    .attached-images, .attached-documents {
        display: block;
        page-break-before: auto;
    }

    .documentarea {
        border: none;
        box-shadow: none;
    }

    .view-content {
        overflow: visible;
        background-color: white;
    }

    /*KBG-2017-11 Fixes scroll issue in IE*/
    #WholeForm {
        /*height: 650px;*/
    }

    body#print {
        background-color: white !important;
        padding: 20px;
    }

        body#print .printChart {
            width: 500px;
        }

    #includeInPrint {
        width: 680px;
    }
    /*#printButton {
    display: none;
}*/
    .divider {
        border-bottom: 1px solid #999;
        height: 1px;
        margin: 40px 0;
    }

    .k-grid .k-grid-header {
        height: 26px !important;
    }

        .k-grid .k-grid-header .k-grid-header-wrap {
            height: 26px !important;
        }

            .k-grid .k-grid-header .k-grid-header-wrap table {
                margin: 0 !important;
            }

        .k-grid .k-grid-header .k-header {
            padding: 0.4em 0.6em;
        }

            .k-grid .k-grid-header .k-header .k-link {
                margin: 0 !important;
                padding: 0 !important;
                font-size: 0.8em;
            }

    .k-grid .k-grid-content table {
        margin: 0 !important;
    }

        .k-grid .k-grid-content table tr {
            height: 24px !important;
        }

    .k-grid .k-button {
        height: 24px;
        font-weight: normal;
    }

        .k-grid .k-button:-moz-any(input) {
            padding-bottom: 0.37em;
            padding-top: 0.07em;
        }

    .k-pager-wrap, .k-grid-pager {
        display: none;
        visibility: collapse;
    }

    .k-chart {
        width: 100% !important;
    }

        .k-chart svg {
            width: 100% !important;
        }
}

     /* ------------------------------------------ */
    /* --------- PARTIAL COLLAPSED MENU --------- */
   /* ------------------------------------------ */

.cmenuround {
    height: 50px;
}

.cmenuitemimage{
    height: 12px;
    width: 12px;
}

.cmenuitemtext1 {
    font-weight: bold;
    max-height: 66%;
    font-size: 12px;
}

.cmenuitemtext2 {
    font-style: italic;
    /*height: 33%;*/
    font-size: 10px;
}

      /* --------------------------- */
     /* --------- AktEdit --------- */
    /* --------------------------- */

.ShowText-mainDiv {
    width: min(650px, calc(100% - min(30%, 220px)));
    margin: auto;
    text-align: left;
}

      /* --------------------------- */
     /* -------- Forsyning -------- */
    /* --------------------------- */

div.individual-graph-container {
    width: 100%
}

div.graph-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 70px;
}
#tileListContainer.compactview{
    margin:5px;
}
.compactview .tilelistitem{
    padding: 3px;
    margin: 6px 6px 0 4px;
    border: 1px solid #999;
    border-radius: 2px;
    width: 500px;
    height: 30px;
    font-size: 12px;
}

.compactview .itemthumb, .compactview .itemdescription br{
    display:none;
}

.compactview .itemdescription{
    position:absolute;
    left: 7px !important;
    top: 5px;
    width: 480px;
    height: 20px;
 }
.compactview .itemdescription span{
    font-size: inherit;
}
    .compactview .itemdescription span.itemid {
        font-weight:800;
    }
    .compactview .itemdescription span.itemname {
        font-weight:800;
    }
    .compactview .itemdescription span.itemname::before {
        content: "- ";
    }
    .compactview .itemdescription span.itemaddress{
        margin-left: 5px;
        white-space: normal;
    }

/*--------------------------------------------------------------------------*/
/* KBG:2016-11                                                              */
/* CSS related to keywords                                                  */
/*--------------------------------------------------------------------------*/

.keywordparent {
    box-sizing: content-box;
    width: 720px;
    max-width: 99vw;
    padding-top: 0;
    margin: 10px auto;
    text-align: center;
}

.keywordcol {
    display: block;
    float: left;
    box-sizing: content-box;
    width: 700px;
    margin: 0 10px;
    padding: 0 10px;
}

.keywordchild {
    position: relative;
    box-sizing: border-box;
    width: 700px;
    color: #333333;
    margin: 0 10px;
    padding: 0;
    z-index: 100;
    font-size: 1.2em;
    border: none;
    margin-bottom: 25px;
    height: auto;
}

.keywordgroupheader {
    display: block;
    box-sizing: border-box;
    clear: both;
    background-color: transparent;
    min-height: 40px;
    width: 100%;
    color: inherit;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 0;
    border-bottom: solid 1px #999999;
}

.keywordcontainer {
    display: block;
    clear: both;
    background-color: transparent;
    width: 100%;
    padding: 2px;
    border-bottom: solid 1px #999999;
    min-height: 40px;
    height: auto;
}

    .keywordcontainer .spacer:before {
        content: "|";
        margin: 0 10px;
        color: #efefef;
    }

.keywordlabel {
    display: block;
    float: left;
    clear: left;
    color: inherit;
    width: 50%;
    padding-top: 8px;
    height: auto;
    text-align: left;
}

.keywordlabel {
}

.keywordvalue {
    display: block;
    float: left;
    clear: right;
    color: inherit;
    width: 50%;
    text-align: left;
}

    .keywordvalue > input {
        margin: 3px 0;
        font-size: 1em;
    }


    .keywordvalue div.typeRadioGroup {
        display: inline-block;
        float: left;
        /*display: flex;
      flex-flow: row wrap;
      justify-content: flex-start;*/
        clear: right;
        padding-top: 10px;
        color: inherit;
    }

        .keywordvalue div.typeRadioGroup div {
            display: inline-block;
            float: left;
        }

    .keywordvalue input[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;
        display: inline-block;
        position: relative;
        float: left;
        width: 10px;
        height: 10px;
        border: 2px solid #333;
        background-color: transparent;
        border-radius: 50%;
        margin-right: 5px;
    }

        /*.keywordvalue input[type=radio]:checked {
            -webkit-appearance: none;
            -moz-appearance: none;
            background-color: orangered;
        }*/

        .keywordvalue input[type=radio]:checked:before {
            content: " ";
            position: absolute;
            display: inline-block;
            top: 50%;
            left: 50%;
            margin-top: -5px;
            margin-left: -5px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #a03c14;
        }

        .keywordvalue input[type=radio ] + label {
            display: inline-block;
            /*margin-left: -2em;*/
            line-height: 10px;
            font-size: inherit;
            font-weight: normal;
            vertical-align: middle;
        }


    .keywordvalue .k-widget {
        width: 100%;
        margin-top: 3px;
    }

    .keywordvalue .textfield, .keywordvalue .commentfield {
        width: 99%;
        box-sizing: border-box;
    }

.clear {
    clear: both;
}

@media only screen and (max-width: 740px) {
    .keywordparent, .keywordcol, .keywordchild {
        width: calc(100% - 20px);
        background: transparent;
    }
}

/****************************************************************************/
/* Style sheet for rotating loader image                                    */
/****************************************************************************/
/* WebKit and Opera browsers */
@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(-360deg);
    }
}

/* all other browsers */
@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

.loader {
    display:block;
    position: relative;
    top: 0;
    left: 50%;
    width: 128px;
    height: 128px;
    margin-left: -64px;
    margin-top: 100px;
    text-align: center;
    max-width: 90%;
    max-height: 90%;
    overflow: visible;
    background-color: transparent;
   /*-webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;*/
}

.spinner {
    display:block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 45% 0 0;
    transform-origin: 45% 0 0;
    width: 128px;
    height: 128px;
    margin-left: -64px;
    margin-top: 0;
}

    .spinner:hover {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

    .spinner.giant {
        width: 512px;
        height: 512px;
        margin-left: -256px;
    }
    .spinner.regular {
        width: 128px;
        height: 128px;
        margin-left: -64px;
    }

    .spinner.tiny {
        width: 24px;
        height: 24px;
        margin-left: -12px;
    }

/* Loader old */
.loaderImageContainer {
    position: relative;
    top: 40%;
    left: 50%;
    /*min-height: 200px;
    width: 66px;*/
    width: 90px;
    height: 90px;
    margin: 50px;
    margin-left: -33px;
    margin-top: 50px;
    
    text-align: center;
}


.loaderImage {
    background-image: url(Images/loader.gif);
    position: absolute;
    top: 50%;
    left: 50%;
    height: 66px;
    width: 66px;
    margin-left: -33px;
    margin-top: -33px;
}

/****************************************************************************/
/* Style sheet for buttons                                    */
/****************************************************************************/
.button-row {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px;
    clear: both;
    /*margin-bottom: 10px;
    margin-left: 10px;*/
}

    .button-row.center {
        width: auto;
        margin: 10px auto;
        text-align: center;
    }

.ct-button, a.ct-button {
    -webkit-appearance: none;
    display: inline-block;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px;
    padding-top: 4px;
    /*border: 1.5px solid #888 !important;*/
    margin: 10px 10px 10px 0;
    position: relative;
    z-index: auto;
    font-size: 13px;
    font-weight: 400;
    background-color: #f1f1f1;
    background-color: #666666 !important;
    color: white;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

    .ct-button:disabled, .ct-button:disabled:hover {
        background-color: #ccc !important;
        border: 1.5px solid #ccc !important;
        cursor: not-allowed;
    }

    .ct-button:hover {
        background-color: #d1d1d1;
        background-color: #a03c14 !important;
    }

    .ct-button:active {
        padding-top: 2px !important;
        border: 2px solid white !important;
    }

    .ct-button:focus {
        outline: none;
    }
    .window .ct-button:last-child{
        margin-bottom:30px; 
    }
/*a.ct-button {
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
}*/

.ct-checkbox {
    height: 12px !important;
    width: 12px !important;
    max-height: 20px;
    max-width: 20px;
}

    .ct-checkbox:indeterminate {
        background: #333;
        background-clip: content-box;
        /*padding:3px;*/
    }

@media print {
    .layout-button-container, .ct-button {
        display: none;
    }
}

