﻿input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}

a:active, a:focus, a.anchor-reset:active, a.anchor-reset:focus {
    text-decoration: none;
    outline: none;
    -moz-outline-style: none;
}

input[type=text], input[type=password], textarea {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input.number {
    text-align: right;
    width: 100px !important;
}

div.number {
    text-align: right;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.load-panel {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 90px;
    margin-left: -100px;
    margin-top: -45px;
    border: 1px solid #d3d3d3;
    background: rgba(255,255,255,.9);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.25);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.25);
    box-shadow: 0 6px 12px rgba(0,0,0,.25);
}

    .load-panel .indicator {
        width: 50px;
        height: 50px;
        margin-left: 75px;
        margin-top: 5px;
    }

    .load-panel .message {
        margin-top: 5px;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

/* jquery.Multiform.css */
.multiform {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px;
    border-top: none;
    border-left: none;
}

    .multiform ul {
        padding: 0;
        margin: 0;
        float: left;
        display: block;
        width: 100%;
    }

    .multiform li {
        display: inline;
        padding: 0;
        margin: 0;
        float: left;
        display: block;
        width: 100%;
        list-style-type: none;
        border: 1px solid #aaa;
        margin-bottom: 1px;
        position: relative;
    }

        .multiform li.active > a {
            background-image: url( '../images/close.gif' );
            background-repeat: no-repeat;
            background-position: center right;
            color: White;
            background-color: #70B8D6;
        }

    .multiform a.header {
        text-decoration: none;
        border-bottom: 1px solid #aaa;
        font-size: 11px;
        font-weight: bold;
        color: White;
        background-color: #70B8D6;
        padding: 0 10px;
        height: 20px;
        display: block;
        cursor: pointer;
        padding-top: 5px;
        background-image: url( '../images/open.gif' );
        background-repeat: no-repeat;
        background-position: center right;
        outline-style: none;
        outline-width: 0;
    }

.delete {
    width: 16px;
    height: 16px;
    background: url(../images/Cancel_Red_16.gif) center center no-repeat;
    position: absolute;
    top: 5px;
    right: 20px;
    cursor: pointer;
}

/*End of jquery.Multiform.css */

/* jquery.fileUploader.css */
.fuInputHidden {
    display: none;
}

.btnAddDiv {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 10px;
}

.fuButton:hover {
    background-image: url("../Images/Testbutton_hover.png");
}

.fuMainArea {
    background-color: white;
    height: 60px;
    max-height: 245px;
    position: relative;
    padding-top: 45px;
}

.fuFileArea {
    position: absolute;
    background-color: White;
    width: 98%;
    height: 0px;
    max-height: 180px;
    left: 1%;
    top: 60px;
    border: 1px solid #aaa;
    overflow: auto;
}

.fuBodyArea {
    width: 100%;
    border: 0px solid #aaa;
}

.fileName {
    position: absolute;
    left: 10px;
    height: 15px;
}

.selectedFileName {
    width: 180px;
}

.description {
    position: absolute;
    height: 15px;
    left: 50%;
}

.fuUploadButton {
    background: url( '../images/upload_32.png' ) center no-repeat;
    border-width: 0px;
    height: 32px;
    width: 32px;
    outline: none;
    position: absolute;
    right: 5px;
    top: 5px;
}

.fuCleanButton {
    background: url( '../images/Cancel_Red_24.gif' ) left center no-repeat;
    border-width: 0px;
    top: 5px;
    position: absolute;
    right: 1%;
    width: 72px;
    height: 32px;
    padding-left: 25px;
    outline: none;
    font-weight: bold;
}

.fuFileTable {
    width: 100%;
    height: 20px;
    border-bottom: 2px solid #aaa;
}

.fuDescription, .fuFileName, .luWeblink, .luDescription {
    width: 99%;
}

.fuFileDelete, .cmdDeleteProcFile, .luLinkDelete {
    width: 18px;
    height: 18px;
    background: url(../images/close_16.png) center center no-repeat;
    cursor: pointer;
    border: 0;
    margin-left: 2px;
}

.fuFileLoading {
    width: 16px;
    height: 16px;
    background: url(../images/loading.gif) center center no-repeat;
}

.fileuploader a {
    color: Blue !important;
    font-size: 12px;
}

.uploadedFiles {
    padding-top: 5px;
}
/* End of jquery.fileUploader.css */

/* jquery.ajaxTree.css */
.location_tree {
    margin: 0px;
    padding: 2px 0 0 2px;
    font-size: 11px;
}

    .location_tree ul {
        /* Sub menu groups */
        margin-left: 20px; /* Left spacing */
        padding-left: 0px;
        display: none; /* Initially hide sub nodes */
        white-space: nowrap;
    }

    .location_tree li {
        /* Nodes */
        list-style-type: none;
        vertical-align: middle;
        white-space: nowrap;
        min-width: 50px;
        min-height: 18px;
        padding-bottom: 4px;
    }

        .location_tree li a {
            text-decoration: none;
            padding: 1px 5px;
            color: Black;
            white-space: nowrap;
            vertical-align: middle;
        }

            .location_tree li a.selected {
                background-color: #8BB7DB;
                color: #FFFFFF;
            }

        .location_tree li a {
            color: gray;
            cursor: default;
        }

        .location_tree li.selectable > a {
            color: black;
            cursor: pointer;
        }

            .location_tree li.selectable > a:hover, .tabletree .over {
                background-color: #A0D0F7 !important;
            }

            .location_tree li.selectable > a:focus {
                box-shadow: 0 0 0 2px #8BB7DB;
            }

        .location_tree li img {
            vertical-align: middle;
        }

    .location_tree button.tree-expander::-moz-focus-inner {
        border: none;
    }

.sheet {
    background: url( "../images/li.gif" ) 2px 50% no-repeat;
    cursor: default;
    padding-left: 18px;
}

.folder {
    background: url( "../images/dot.gif" ) 6px top repeat-y;
}

.lsheet {
    background: url( "../images/last_li.gif" ) 2px 50% no-repeat;
    cursor: default;
    padding-left: 18px;
}

.treelink {
    font-size: 11px !important;
    outline: none;
}
/* End of jquery.ajaxTree.css */

/* fmform.css*/
/*form container*/
.fmform-maincontainer {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
}

.fmform-background {
    background-color: white;
}

.fm-header {
    margin-bottom: 10px;
}

.formtabs {
    border-top: none !important;
    background: transparent;
}

.fmform-maincontainer > .formtabs {
    flex-grow: 1;
}

.fmform-maincontainer > .fm-header + .formtabs {
    min-height: 200px;
}

*:not(.fmform-maincontainer) > .formtabs {
    position: absolute !important;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.tabpane {
    border-top: none !important;
}

div.tpane-header {
    width: 100%;
    font-weight: bold;
    background-color: #bddbff;
    padding: 3px;
    margin-top: 12px;
}

/*tpane*/
div.tpane {
    padding-right: 0 !important;
}

div.inner-tpane {
    padding-top: 3px;
    margin-right: 3px;
}

div.tpane-head {
    background: #bfdbff url('../images/close.gif') no-repeat center right;
    font-weight: 800;
    line-height: 21px;
    text-align: left;
    cursor: pointer;
}

div.tpane-open {
    background-image: url( '../images/open.gif' );
}

div.tpane-content {
    border: 1px solid #aaa;
    border-top-width: 0;
    padding: 3px;
}

.border1, .border2, .border4 {
    font-size: 0;
    height: 1px;
    margin: 0;
    padding: 0;
}

.border1 {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.border2 {
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
}

.border4 {
    border-left: 4px solid #FFFFFF;
    border-right: 4px solid #FFFFFF;
}

.inner-box {
    margin: 0;
    padding: 0 6px;
}

/*pane*/
table.pane {
    table-layout: auto;
    width: 100%;
    border-width: 0;
    margin: -2px 0 0 0;
    padding: 0;
    border-collapse: separate;
    border-spacing: 2px;
}

div.tpane caption {
    width: 100%;
    text-align: left;
}

table.multi-col-container {
    width: 99%;
}

td.col-del2 {
    background: transparent url("../images/close_16.png") no-repeat 1px 50% !important;
    cursor: pointer;
}

td.multi-col-1 {
    width: 100%;
    vertical-align: top;
}

td.multi-col-2 {
    width: 50%;
    vertical-align: top;
}

td.multi-col-3 {
    width: 33.33%;
    vertical-align: top;
}

td.multi-col-4 {
    width: 25%;
    vertical-align: top;
}

td.multi-col-5 {
    width: 20%;
    vertical-align: top;
}

div.pane-head, div.fld-hspace {
    margin-right: 22px;
    margin-top: 3px;
    padding-left: 3px;
    font-weight: bold;
    font-size: 11px;
    color: #000;
}

.pane td {
    padding: 0;
    border-width: 0px;
}

td.fld-select {
    padding-right: 1px;
}
/*field*/
.hidden {
    display: none;
}

.colHidden {
    width: 0 !important;
    padding: 0 !important;
    border-width: 0 !important;
}

.required {
    border-left: 2px solid red !important;
}

.readonly {
    background-color: #F4F4F4 !important;
    cursor: default !important;
}

.fmform-container img.readonly { /* Three state checkboxes use image. we need to show it as grayed out*/
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/*Read only input fields and select boxes should have black text color*/
.fmform-container input[readonly], .fmform-container select[readonly] {
    color: #000 !important;
}

/*Hide the arrow of the readonly select boxes for chrome and firefox*/
.fmform-container select[readonly] {
    height: 20px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

    /*Hide the arrow of the readonly select boxes for IE*/
    .fmform-container select[readonly]::-ms-expand {
        display: none;
    }

/*read only elements in relation objects*/
tr.gridrow input[type=text], tr.gridrow select, tr.gridrow select[readonly] {
    width: 100%;
    padding: 0px 3px;
}
tr.gridrow input[type=text]:not(.error), tr.gridrow select:not(.error), tr.gridrow select[readonly]:not(.error) {
    height: 100%;
}

.readonlycontainer {
    background-color: #F4F4F4;
    width: 100%;
    height: 20px;
    border: #adadad 1px solid;
    overflow: hidden;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 3px;
}

.readonlylabel, label.ellipsis {
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.readonlylabel {
    height: 18px;
    line-height: 18px;
}

label.ellipsis {
    display: block;
}

td.fld-label {
    width: 160px;
    color: #000;
    background-color: #dedede;
    padding-left: 3px;
    vertical-align: middle;
}

input.fld-checkbox {
    border: 0;
}

input.fld-text {
    width: 100%;
    height: 20px;
    margin: 0;
}

input.date {
    width: 100px;
    margin: 0;
    padding-right: 18px;
    cursor: pointer;
    background: url(../images/bw_icons/calendar.png) no-repeat right center;
    background-color: #FFFFFF;
}

    input.date::-ms-clear {
        display: none;
    }

input.date-view {
    width: 100px;
}

div.fld-text[catalog="D"] {
    width: 100px;
}

input.fld-datetime {
    height: 18px;
    margin: 0;
    padding-right: 18px;
    cursor: pointer;
    background: url(../images/bw_icons/calendar.png) no-repeat right center;
    background-color: #FFFFFF;
}

input.datetime-view {
    width: 135px;
}

div.fld-text[catalog="T"] {
    width: 135px;
}

tr.gridrow td.fld-data-view {
    background: #f4f4f4;
}

td.fld-data-view div.fld-text {
    white-space: nowrap;
    overflow: hidden;
}

td.fld-data-view div.fld-text.number {
    text-align: right;
}

textarea.fld-memo {
    width: 100%;
    height: 70px;
}

input[catalog='L'] {
    text-align: right;
}

.rtl {
    direction: rtl;
}

td.fld-btn {
    width: 20px;
}

div.btn-detail, button.btn-detail-manual {
    background-image: url(../images/eye.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 17px;
    height: 18px;
    border: 1px solid #777777;
    border-radius: 3px;
    background-color: #dedede;
}

div.btn-lookup, span.btn-lookup {
    cursor: pointer;
    padding: 0;
    height: 20px;
    width: 14px;
    -moz-min-width: 14px;
    -ms-min-width: 14px;
    -o-min-width: 14px;
    -webkit-min-width: 14px;
    min-width: 14px;
    background: transparent url(../images/btn_3point.gif) no-repeat left center;
    border-width: 0px;
}

div.btn-lookup-noevent {
    cursor: pointer;
    padding: 0;
    height: 20px;
    width: 14px;
    -moz-min-width: 14px;
    -ms-min-width: 14px;
    -o-min-width: 14px;
    -webkit-min-width: 14px;
    min-width: 14px;
    background: transparent url(../images/btn_3point.gif) no-repeat left center;
    border-width: 0px;
}

div.btn-regislookup {
    width: 16px !important;
    background: transparent url(../images/info_16.png) no-repeat left center !important;
}

    div.btn-regislookup:hover {
        background-position: center !important;
    }

div.btn-location, div.btn-filterlocation {
    cursor: pointer;
    margin: 0 0 0 3px;
    padding: 0;
    height: 20px;
    width: 17px;
    background: transparent url(../images/bw_icons/location.png) no-repeat left center;
    border-width: 0px;
}

div.btn-edit {
    cursor: pointer;
    margin: 0;
    padding: 0;
    height: 20px;
    width: 15px;
    background: transparent url(../images/page_white_edit.png) no-repeat left center;
    border-width: 0px;
}

div.btn-view {
    cursor: pointer;
    margin: 0;
    padding: 0;
    height: 20px;
    width: 15px;
    background: transparent url(../images/view_16.png) no-repeat left center;
    border-width: 0px;
}

/*detail view*/
div.fld-text, div.fld-memo, div.fld-picklist {
    border: 1px solid #aaa;
    word-wrap: break-word;
    overflow: visible;
    padding: 2px;
    background: #f4f4f4;
}

    div.fld-text.readonly, div.fld-memo.readonly {
        background: #F4F4F4 !important;
    }

div.fld-memo {
    min-height: 4em;
    overflow: auto;
}

/*End of fmform.css*/
.breadcrumb:hover {
    background-color: #dae1e7 !important;
    cursor: pointer !important;
}

.breadcrumb {
    background: transparent url("../Images/nav-icons/drop-up-arrow.png") no-repeat right 6px !important;
    background-size: 14px !important;
    background-color: #f0f8ff !important;
}

.breadcrumb-close {
    background: transparent url("../Images/nav-icons/drop-down-arrow.png") no-repeat right 6px !important;
    background-size: 14px !important;
    background-color: #f0f8ff !important;
}

.maintplantask:hover {
    background-color: #ebebeb !important;
    cursor: pointer !important;
}

.less-important-text {
    color: #696969;
}

/* zebra  table*/
.tblZebra {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}

    .tblZebra th {
        cursor: pointer;
        white-space: nowrap;
        padding: 2px 6px;
        border: 1px solid #a5acb5;
        background: #e7ebef url('../Images/GridView/gvHeaderBack.png') repeat-x left top;
        overflow: hidden;
        font-weight: normal;
        text-align: left;
        height: 22px;
    }

    .tblZebra tr.filter-row input {
        width: calc(100% - 4px);
        margin: 0 2px 0 2px;
    }

    .tblZebra td {
        border: 1px solid #aaa;
        height: 22px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

    .tblZebra th, td.tdZebra {
        height: 20px;
    }

.tdZebra {
    border-width: 0;
}

.tblZebra .even {
    background-color: #fafafc;
    cursor: default;
}

.tblZebra tr.selected {
    background-color: #8BB7DB;
}

.tblZebra .odd {
    background-color: white;
    cursor: default;
}

.tblZebra .selectedRow {
    background-color: #8BB7DB;
    color: #FFFFFF;
    font-weight: bold;
}

.tblZebra .showRows {
    background-color: yellow;
}

/* list and form buttons*/

#simplemodal-container {
    z-index: 40000 !important;
}

.blockUI {
    z-index: 200000 !important;
}

.cmdPrintFHNR {
    color: white !important;
    background: url("../Images/printer.png") no-repeat 0 0 !important;
    text-align: right;
}

.cmdPrintInstandFHNR {
    width: 133px;
}

.cmdPrintBeschFHNR {
    width: 117px;
}

.cmdPrintWerkFHNR {
    width: 103px;
    margin-right: 3px;
}

body.ie7 table.form-tblButtons td {
    padding-right: 18px;
}

/* splitters*/
.cadsplitter, .verticalsplitter {
    position: absolute;
    left: 197px;
    top: 0;
    bottom: 0;
    width: 8px;
    cursor: w-resize;
    z-index: 10;
}

.horizontalsplitter {
    position: absolute;
    left: 0;
    right: 0;
    top: 220px;
    height: 5px;
    background: url(../Images/hgrabber.gif) center 2px no-repeat;
    cursor: s-resize;
    z-index: 10;
}

/* Tree table
Copyright: Paul Hanlon
Released under the MIT/BSD licence which means you can do anything you want
with it, as long as you keep this copyright notice on the page
*/
.tabletree .collapsed {
    display: none;
}

.tabletree, .tblheader {
    border-collapse: collapse;
    width: 100%;
}

    .tabletree td, .tblheader td {
        padding: 0px 2px 0px 0px;
        cursor: pointer;
        text-align: left;
    }

    .tabletree .adeimg, .tabletree .ttimage, .tabletree .parimg, .tabletree .preimg {
        border: none;
        margin: 0px;
        padding: 0px;
        vertical-align: bottom;
        width: 16px;
        height: 20px;
    }

    .tabletree .adeimg, .tabletree .parimg {
        cursor: pointer;
    }

    .tabletree .header {
        background-color: #6666FF;
        font-weight: bold;
        color: White;
    }

    .tabletree .odd {
        background-color: #def;
    }

    .tabletree .even {
        background-color: #fff;
    }

    .tabletree .selected {
        background-color: Blue;
    }

label.error {
    color: red;
    padding: 2px 0 2px 18px;
    vertical-align: middle;
    font-size: 11px !important;
    background: url('../Images/exclamation_16.png') left 1px no-repeat;
    display: block;
}

/*-------------message -----------*/
.resultInfo {
    background-image: url(../images/info_16.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    line-height: 2em;
}

.save {
    background-image: url(../Images/save_16.png);
}

.cjLocation {
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: transparent url(../images/bw_icons/location.png) no-repeat center center;
    border-width: 0;
    margin: 0 0 0 1px;
}

    .cjLocation:focus {
        box-shadow: 0 0 0 2px #8BB7DB;
    }

    .cjLocation::-moz-focus-inner {
        border: 0px;
    }

.cmdDownloadProcFile {
    border-width: 0px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: url(../images/download_24.png) no-repeat center center;
}

.blockMsg {
    left: 40% !important;
    top: 40% !important;
}

/* override devexpress highlight selectedRow*/
.dxgvSelectedRow_Office2010Silver {
    background-color: #fee085 !important;
}

/*******************form list (1:n)******************************/
.invisible-column {
    visibility: hidden;
}

.disabled-label {
    color: #acacac !important;
}

table.gridtbl {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

tr.gridhead th, tr.gridhead td {
    cursor: pointer;
    white-space: nowrap;
    padding: 2px 6px;
    border: 1px solid #a5acb5;
    background: #e7ebef url('../Images/GridView/gvHeaderBack.png') repeat-x left top;
    overflow: hidden;
    font-weight: normal;
    text-align: left;
    height: 22px;
}

tr.gridrow td, td.gridform {
    padding: 0;
    border: #9f9f9f 1px solid;
    font-size: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

tr.gridrow td, tfoot.gridfoot tr td {
    height: 25px;
}

tfoot.gridfoot td {
    height: 100%;
    vertical-align: middle;
}

tr.gridrow.view, tfoot.gridfoot {
    background: #f4f4f4;
}

table.gridtbl input.fld-text {
    padding-left: 3px;
}

table.gridtbl input.date {
    width: 100%;
}

div.gridform {
    padding: 8px;
}

div.gridbtn {
    background: url('../images/nav-icons/drop_up_dark.png') no-repeat -2px center !important;
    font-weight: 800;
    line-height: 21px;
    text-align: left;
    cursor: pointer;
    width: 16px;
}

    div.gridbtn:hover {
        background-position: -22px center !important;
    }

div.gridbtn-open {
    background: url('../images/nav-icons/drop_down_dark.png' ) no-repeat -2px center !important;
}

td.gridadd {
    width: 16px;
    height: 16px;
    margin: 0;
    background: url(../images/add_16.png) no-repeat center center;
}

td.gridupdate {
    width: 16px;
    height: 16px;
    margin: 0;
    background: url(../images/refresh_16.png) no-repeat center center;
}

td.gridremove {
    width: 16px;
    height: 16px;
    margin: 0;
    background: url(../images/delete_16.png) no-repeat center center;
}

tbody.gridnewitem input.gridbtnRemove {
    display: none;
}

tbody.gridnewitem input.gridbtnSearch {
    display: none;
}

/* tabs and forms */
.tpane {
    background-color: White !important;
}

div.formtabs div.tpane {
}

/* popups */
.simplemodal-container .actionareaform {
    right: 2px;
    left: 7px;
    bottom: 2px;
}

.simplemodal-container .containerareaform {
    overflow: visible;
}

/* for now, use simple-modal style for old popups as well */
iframe.ui-dialog .ui-dialog-content {
    border-style: none;
}

#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
    right: 0px;
    bottom: 0px;
}

.simplemodal-container {
    height: 360px;
    width: 600px;
    color: #bbb;
    background: #4c4b4b url('../Images/Reflection_Bigpanel.png') no-repeat 0 0;
    border: 1px solid #aaa !important;
    padding: 8px;
}

    .simplemodal-container .ui-icon-closethick {
        background: url(../Images/close_popup.png) 0 0 no-repeat !important;
        width: 20px;
        height: 20px;
        cursor: pointer;
        z-index: 2000;
    }

    .simplemodal-container .ui-dialog .ui-dialog-titlebar-close {
        margin: 0;
    }

.popupmessage {
    font-weight: bold;
    text-align: center;
    font-size: 12pt;
}


.popup .ui-dialog .ui-dialog-titlebar {
    padding: 0;
}

.popupHeadline, .simplemodal-container .ui-dialog-title {
    color: white;
    font-size: 15px;
    font-weight: normal;
    min-height: 18px;
}

.simplemodal-container .ui-dialog-titlebar {
    position: relative;
    padding-top: 0;
    top: -2px;
}

div.ui-front {
    z-index: 100000;
}

/*************** Styles for user fmlist controls ***************/

.xgridimg img, .xgvcell {
    height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 11px !important;
}

.xgvcell-hidden {
    display: none;
}

div.aspxgridview {
    text-align: left;
}

    div.aspxgridview span, div.aspxgridview td {
        font-size: 11px;
    }

.dxgvDataRow TD.dxgv, .dxgvSelectedRow TD.dxgv {
    padding: 0px;
    padding-left: 4px;
}

.dx-datagrid .dx-header-filter:not(.dx-header-filter-empty) {
    color: #F7BC56;
}

input.btnlayout, input.btnexport, input.btnprint, input.btnResetLayout {
    border: none;
    background-color: transparent;
    background-position: top center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

input.btnResetLayout {
    background-image: url("../images/bw_icons/resetLayout.png");
}

input.btnlayout {
    background-image: url("../images/bw_icons/change_columns.png");
}

input.btnexport {
    background-image: url("../images/bw_icons/export.png");
}

input.btnprint {
    background-image: url("../images/bw_icons/print.png");
}

input.btnResetLayout:hover {
    background-position: center -20px;
}

input.btnlayout:hover {
    background-position: center -20px;
}

input.btnexport:hover {
    background-position: center -20px;
}

input.btnprint:hover {
    background-position: center -20px;
}

/************ end of fm list styles **************/

.ui-datepicker-next .ui-icon {
    background: url("../images/nav-icons/right_dark.png") no-repeat 0 0;
    width: 20px;
}

.ui-datepicker-prev .ui-icon {
    background: url("../images/nav-icons/left_dark.png") no-repeat 0 0;
    width: 20px;
}

.ui-datepicker-next-hover .ui-icon, .ui-datepicker-prev-hover .ui-icon {
    background-position: -20px 0;
}

.ui-datepicker-header .ui-state-hover {
    background: none;
    border: none;
    cursor: pointer;
}

.waitdialog {
    margin-top: 10px;
    height: 31px;
    background: url(../images/ajax-loader.gif) 5px center no-repeat;
    padding-left: 20px;
    line-height: 31px;
    vertical-align: middle;
    font-weight: normal;
}

#classSelection {
    position: relative;
}

    #classSelection ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #classSelection li {
        cursor: pointer;
        height: 17px;
        padding: 3px;
        display: block;
        overflow: hidden;
    }

        #classSelection li:hover {
            background: #A0D0F7;
        }

        #classSelection li * {
            vertical-align: middle;
        }

        #classSelection li img {
            margin-right: 5px;
        }

.menuimage {
    background: url("../images/add.png") no-repeat scroll left top transparent;
    border-width: 0;
    cursor: pointer;
    height: 12px;
    margin-left: 5px;
    vertical-align: bottom;
    width: 12px;
}

.editimage {
    background: url("../images/edit.gif") no-repeat scroll left top transparent;
    border-width: 0;
    cursor: pointer;
    height: 16px;
    margin-left: 5px;
    vertical-align: bottom;
    width: 16px;
}

.moveimage {
    background: url("../images/move.png") no-repeat scroll left top transparent;
    border-width: 0;
    cursor: pointer;
    height: 12px;
    margin-left: 5px;
    vertical-align: middle;
    width: 12px;
}

    .moveimage:focus {
        outline: none !important;
    }

.eyeicon {
    background: url("../images/eye.png") no-repeat scroll left top transparent;
    border-width: 0;
    cursor: pointer;
    height: 12px;
    margin-left: 5px;
    vertical-align: middle;
    width: 15px;
}

    .eyeicon:focus {
        outline: none !important;
    }

#atttabs {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    overflow: auto;
}

.ceditRemove {
    width: 16px;
    min-width: 16px;
    background: transparent url("../images/close_16.png") center no-repeat !important;
    cursor: pointer;
}

.relcontainer {
    margin-bottom: 10px;
}

    .relcontainer .relheader {
        width: 100%;
        background-color: #E7EBEF;
        border: 1px solid #A5ACB5;
        border-bottom: none;
    }

    .relcontainer .relaction {
        width: 100px;
    }

.divrelation h4 {
    padding: 0px;
    margin: 0px;
}

tr.gridrow td td.fld-data, tr.gridrow td td.fld-data-view, tr.gridrow td div.fld-text, tr.gridrow td input.fld-text, tr.gridrow td.fld-btn, tr.gridrow select.fld-picklist {
    border: none !important;
}

tr.gridrow table {
    width: 100%;
}

.divrelation .cmdaddrel {
    cursor: pointer;
    border: 1px solid #ccc;
    border: none;
    background: transparent url("../images/add.png") 2px center no-repeat;
    padding-left: 18px;
    color: blue;
    margin: 3px 0px;
}

.cmdUnvisible {
    visibility: hidden;
}

.greendate, div.greendate {
    background-color: #90ee90 !important;
}

/** Minimal stand-alone css for dropdownchecklist support
    We highly recommend using JQuery ThemeRoller instead
*/
.ui-dropdownchecklist {
    font-size: 12px;
    color: black;
}

.ui-dropdownchecklist-selector {
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    border: 1px solid #ddd;
    background: #dedede !important;
}

.ui-dropdownchecklist-dropcontainer {
    background: #fff !important;
    background-color: #fff;
    border: 1px solid #999;
}

.ui-dropdownchecklist-item {
    background: none !important;
    font-family: Tahoma;
    font-size: 11px;
    border: none !important;
    border-bottom: 1px solid #dedede;
}

.ui-state-disabled label {
    color: #ccc;
}

.ui-dropdownchecklist-group {
    font-weight: bold;
    font-style: italic;
}

.ui-dropdownchecklist-indent {
    padding-left: 7px;
}
/* Font size of 0 on the -selector and an explicit medium on -text required to eliminate
   descender problems within the containers and still have a valid size for the text */
.ui-dropdownchecklist-selector-wrapper {
    vertical-align: middle;
    font-size: 0px;
}

.ui-dropdownchecklist-selector {
    padding: 1px 2px 2px 2px;
    font-size: 0px;
}

.ui-dropdownchecklist-text {
    font-size: 12px; /* line-height: 20px; */
    color: black;
}

.ui-dropdownchecklist-group {
    padding: 1px 2px 2px 2px;
}

tr[rowvaluechanged] {
    background: orangered !important;
}

tr[rowfirstchildcolor="Red"] > td:first-child {
    border: solid 2px red;
}

.fld-data > img[state] {
    margin: 3px 0px;
}

/*Color picker*/
.selectedTextColor {
    width: 28px;
    height: 28px;
    background: url(../images/colorpicker/select2.png) center;
}

.headercolorpicker {
    width: 28px;
    height: 28px;
    background: url(../images/colorpicker/select2.png) center;
}

.colorpicker {
    width: 356px;
    height: 176px;
    overflow: hidden;
    position: absolute;
    background: url(../images/colorpicker/custom_background.png);
    font-family: Arial, Helvetica, sans-serif;
    display: none;
}

.colorpicker_color {
    width: 150px;
    height: 150px;
    left: 14px;
    top: 13px;
    position: absolute;
    background: #f00;
    overflow: hidden;
    cursor: crosshair;
}

    .colorpicker_color div {
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 150px;
        background: url(../images/colorpicker/colorpicker_overlay.png);
    }

        .colorpicker_color div div {
            position: absolute;
            top: 0;
            left: 0;
            width: 11px;
            height: 11px;
            overflow: hidden;
            background: url(../images/colorpicker/colorpicker_select.gif);
            margin: -5px 0 0 -5px;
        }

.colorpicker_hue {
    position: absolute;
    top: 13px;
    left: 171px;
    width: 35px;
    height: 150px;
    cursor: n-resize;
}

    .colorpicker_hue div {
        position: absolute;
        width: 35px;
        height: 9px;
        overflow: hidden;
        background: url(../images/colorpicker/custom_indic.gif) left top;
        margin: -4px 0 0 0;
        left: 0px;
    }

.colorpicker_new_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 213px;
    top: 13px;
    background: #f00;
}

.colorpicker_current_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 283px;
    top: 13px;
    background: #f00;
}

.colorpicker input {
    background-color: transparent;
    border: 1px solid transparent !important;
    position: absolute;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #898989;
    top: 4px;
    right: 11px;
    text-align: right;
    margin: 0;
    padding: 0;
    height: 12px;
}

.colorpicker_hex {
    position: absolute;
    width: 72px;
    height: 22px;
    background: url(../images/colorpicker/custom_hex.png) top;
    left: 212px;
    top: 142px;
}

    .colorpicker_hex input {
        right: 6px;
    }

.colorpicker_field {
    height: 22px;
    width: 62px;
    background-position: top;
    position: absolute;
}

    .colorpicker_field span {
        position: absolute;
        width: 12px;
        height: 22px;
        overflow: hidden;
        top: 0;
        right: 0;
        cursor: n-resize;
    }

.colorpicker_rgb_r {
    background-image: url(../images/colorpicker/custom_rgb_r.png);
    top: 52px;
    left: 212px;
}

.colorpicker_rgb_g {
    background-image: url(../images/colorpicker/custom_rgb_g.png);
    top: 82px;
    left: 212px;
}

.colorpicker_rgb_b {
    background-image: url(../images/colorpicker/custom_rgb_b.png);
    top: 112px;
    left: 212px;
}

.colorpicker_hsb_h {
    background-image: url(../images/colorpicker/custom_hsb_h.png);
    top: 52px;
    left: 282px;
}

.colorpicker_hsb_s {
    background-image: url(../images/colorpicker/custom_hsb_s.png);
    top: 82px;
    left: 282px;
}

.colorpicker_hsb_b {
    background-image: url(../images/colorpicker/custom_hsb_b.png);
    top: 112px;
    left: 282px;
}

.colorpicker_submit {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../images/colorpicker/custom_submit.png) top;
    left: 322px;
    top: 142px;
    overflow: hidden;
}

.colorpicker_focus {
    background-position: center;
}

.colorpicker_hex.colorpicker_focus {
    background-position: bottom;
}

.colorpicker_submit.colorpicker_focus {
    background-position: bottom;
}

.colorpicker_slider {
    background-position: bottom;
}

.ui-widget-overlay {
    background: #000 !important;
    opacity: 0.3 !important;
}

.btn-show-class-tree {
    background-image: url(../images/bw_icons/tree.png);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .btn-show-class-tree:hover {
        background-position: center -20px;
    }

.btn-show-hierarchy-tree {
    background-image: url(../images/bw_icons/tree_blue.png);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .btn-show-hierarchy-tree:hover {
        background-position: center -20px;
    }

.btn-show-logic-tree {
    background-image: url(../images/bw_icons/tree_logic.png);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .btn-show-logic-tree:hover {
        background-position: center -20px;
    }

.btn-apply-cost-booking {
    border: none;
    background-image: url(../images/euro_white.png);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .btn-apply-cost-booking:hover {
        background-position: center -20px;
    }

.btn-multiselect-list-icon {
    border: none;
    background-image: url(../images/multiselect_icon.png);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .btn-multiselect-list-icon:hover {
        background-position: center -20px;
    }


/*Toast style*/
.toast-container {
    width: 280px;
    z-index: 99999999;
}


* html .toast-container {
    position: absolute;
}

.toast-item {
    white-space: pre-wrap;
    height: auto;
    background: #333;
    opacity: 0.9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 6px;
    padding-right: 6px;
    font-family: lucida Grande;
    font-size: 14px;
    border: 2px solid #999;
    display: block;
    position: relative;
    margin: 0 0 12px 0;
}

    .toast-item p {
        text-align: left;
        margin-left: 50px;
        overflow-wrap: break-word;
    }

.toast-item-close {
    background: url(../images/toast/close.gif);
    width: 22px;
    height: 22px;
    position: absolute;
    top: 7px;
    right: 7px;
}

.toast-item-image {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 10px;
}

.toast-item-image-notice {
    background: url(../images/toast/notice.png);
}

.toast-item-image-success {
    background: url(../images/toast/success.png);
}

.toast-item-image-warning {
    background: url(../images/toast/warning.png);
}

.toast-item-image-error {
    background: url(../images/toast/error.png);
}


/**
 * toast types
 *
 * pattern: toast-type-[value]
 * where 'value' is the real value of the plugin option 'type'
 *
 */
.toast-type-notice {
    color: white;
}

.toast-type-success {
    color: white;
}

.toast-type-warning {
    color: white;
    border-color: #FCBD57;
}

.toast-type-error {
    color: white;
    border-color: #B32B2B;
}

/**
 * positions
 *
 * pattern: toast-position-[value]
 * where 'value' is the real value of the plugin option 'position'
 *
 */
.toast-position-top-left {
    position: fixed;
    left: 20px;
    top: 20px;
}

.toast-position-top-center {
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -140px;
}

.toast-position-top-right {
    position: fixed;
    top: 20px;
    right: 20px;
}

.toast-position-middle-left {
    position: fixed;
    left: 20px;
    top: 50%;
    margin-top: -40px;
}

.toast-position-middle-center {
    position: fixed;
    left: 50%;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
}

.toast-position-middle-right {
    position: fixed;
    right: 20px;
    margin-left: -140px;
    margin-top: -40px;
    top: 50%;
}

div.Warning {
    padding: 0px 0px 2px 25px;
    background: url(../images/yellow_exc.png) left center no-repeat;
}

div.Error, div.InsertError, div.UpdateError, div.DeleteError {
    padding: 0px 0px 2px 25px;
    background: url(../images/exclamation_16.png) left center no-repeat;
}

div.Success, div.InsertSuccess, div.UpdateSuccess, div.DeleteSuccess {
    padding: 0px 0px 2px 25px;
    background: url(../images/green_check.png) left center no-repeat;
}

div.Info {
    padding: 0px 0px 2px 25px;
    background: url(../images/info_16.png) left center no-repeat;
}

.clearable {
    background: url(../images/clear_x.png) no-repeat right -10px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 20px; /* USE the same right padding in jQ! */
    border-radius: 3px;
    transition: background 0.4s; /*Remove this line if issues in Chrome (02.2014)*/
}

    .clearable::-ms-clear {
        display: none;
    }
    /* (jQ addClass:) if input has value: */
    .clearable.x {
        background-position: right 5px center;
    }
    /* (jQ addClass:) if mouse is over the 'x' input area*/
    .clearable.onX {
        cursor: pointer;
    }

img.searchImage {
    position: absolute;
    margin-left: 4px;
    margin-top: 4px;
}

.standortDiv {
    overflow: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 25px;
    bottom: 0px;
}

fieldset {
    margin: 8px;
    border: 1px solid silver;
    padding: 8px;
    border-radius: 4px;
}

legend {
    padding: 2px;
}

.footer {
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 11px;
    padding-right: 3px;
    text-align: right;
}
/*   
  SmartWizard 2.0 plugin 
  jQuery Wizard control Plugin
  by Dipu
  
  http://www.techlaboratory.net
  http://tech-laboratory.blogspot.com
*/
.swMain {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: 0px solid #CCC;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 100%;
    background: #fff;
}

    .swMain .stepContainer {
        display: block;
        position: absolute;
        margin: 0;
        padding: 0;
        border: 0px solid #CCC;
        overflow: hidden;
        clear: both;
        left: 0px;
        right: 0px;
        top: 52px;
        bottom: 0px;
    }

        .swMain .stepContainer div.content {
            display: block;
            position: absolute;
            float: left;
            margin: 0;
            padding: 0px;
            /* border: 1px solid #CCC;*/ /*It is swithed off because, it produce lines on oveflow in IE11*/
            border-radius: 0px !important;
            font: normal 12px Verdana, Arial, Helvetica, sans-serif;
            color: #5A5655;
            background-color: #F8F8F8;
            height: 100% !important;
            text-align: left;
            overflow: visible;
            z-index: 88;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            width: 100%;
            clear: both;
        }

    .swMain div.actionBar {
        display: block;
        position: relative;
        clear: both;
        margin: 3px 0 0 0;
        border: 1px solid #CCC;
        border-radius: 0px !important;
        padding: 0;
        color: #5A5655;
        background-color: #F8F8F8;
        height: 40px;
        text-align: left;
        overflow: auto;
        z-index: 88;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        left: 0;
    }

    .swMain ul.anchor {
        position: relative;
        display: table;
        float: left;
        list-style: none;
        padding: 0px;
        margin: 3px 0 3px 12px;
        clear: both;
        border: 0px solid #CCCCCC;
        background: transparent;
        width: 99%;
    }

        .swMain ul.anchor li {
            position: relative;
            display: table-cell;
            margin: 0;
            padding: 0;
            padding-left: 3px;
            padding-right: 23px;
            border: 0px solid #E0E0E0;
            margin-left: -1px;
            text-align: center;
        }

            .swMain ul.anchor li:before {
                margin-top: -47px;
                left: 3px;
                top: 44px;
                border: solid rgba(0, 0, 0, 0);
                content: " ";
                position: absolute;
                pointer-events: none;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 27px 0 23px 10px;
                border-left-color: #fff;
                z-index: 1000;
            }

            /* Anchor Element Style */
            .swMain ul.anchor li a {
                display: table-cell;
                position: relative;
                float: left;
                margin: 0;
                padding: 3px 5px 3px 16px;
                height: 40px;
                text-decoration: none;
                outline-style: none;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 0px;
                width: 100%;
                box-shadow: none;
            }

                .swMain ul.anchor li a:after, .swMain ul.anchor li a:before {
                    left: 100%;
                    top: 50%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                }

                .swMain ul.anchor li a:after {
                    border-color: rgba(136, 183, 213, 0);
                    border-width: 23px 19px 23px 19px;
                    margin-top: -23px;
                }

            .swMain ul.anchor li:last-child a:after {
                display: none;
            }

            .swMain ul.anchor li a.selected::after {
                border-left-color: #98C1E3;
            }

            .swMain ul.anchor li a.done::after {
                border-left-color: #C0D66A;
            }

            .swMain ul.anchor li a.disabled::after {
                border-left-color: #DEDEDE;
            }

            .swMain ul.anchor li a.disabled .stepNumber, .swMain ul.anchor li a.disabled .stepDesc {
                color: #B5B5B5 !important;
                background-color: #dedede !important;
            }

            .swMain ul.anchor li a .stepNumber {
                position: absolute;
                font-size: 15px;
                height: 28px;
                width: 28px;
                border-radius: 50%;
                background-color: #dedede;
                color: #fff;
                text-align: center;
                vertical-align: middle;
                line-height: 28px;
                left: -14px;
                top: 6px;
                border: 3px solid #fff;
                z-index: 1000;
                color: #5A5655;
            }

            .swMain ul.anchor li a.done .stepNumber {
                background-color: #C0D66A;
                color: #5A5655;
            }

            .swMain ul.anchor li a.selected .stepNumber {
                background: #98C1E3;
                font-weight: bold;
            }


            .swMain ul.anchor li a .stepDesc {
                position: relative;
                display: block;
                font-size: 13px;
                height: 40px;
                line-height: 40px;
                vertical-align: middle;
                margin: 0px 10px;
                color: #5A5655;
                white-space: nowrap;
            }

            .swMain ul.anchor li a:focus .stepDesc {
                color: white;
            }

            .swMain ul.anchor li a.selected .stepDesc {
                font-weight: bold;
            }

            .swMain ul.anchor li a .stepDesc small {
                font: normal 12px Verdana, Arial, Helvetica, sans-serif;
            }

            .swMain ul.anchor li a.selected {
                color: #F8F8F8;
                background: #98C1E3;
                cursor: text;
            }

            .swMain ul.anchor li a.done {
                position: relative;
                background: #C0D66A;
            }

                .swMain ul.anchor li a.done:hover {
                    color: #5A5655;
                }

            .swMain ul.anchor li a.disabled {
                background: #DEDEDE;
                cursor: text;
            }

/* xform cfmw-6610*/
tfoot.gridfoot td.fld-hspace {
    border-width: 0
}

tfoot.gridfoot div.fld-hspace {
    font-size: 12px
}

input.left, div.left {
    text-align: left
}

.bold {
    font-weight: bold
}

.right {
    text-align: right
}

tr.gridhead th, tr.gridhead td {
    padding: 2px;
}

tr.gridrow input.fld-text, tfoot.gridfoot input.fld-text {
    border-width: 0;
    padding-left: 3px;
}

td.colHidden div.fld-text {
    white-space: nowrap;
}

tfoot.gridfoot td {
    border: solid #adadad 1px;
}

td.sum-label {
    text-align: right;
    padding-right: 3px
}

tr.gridrow input.date,
tr.gridrow input.number,
tr.gridrow input.currency,
tfoot.gridfoot input.number,
tfoot.gridfoot input.currency,
tfoot.gridfoot div.fld-text.number {
    width: 100% !important;
    box-sizing: border-box
}

td.sumrow-title {
    font-weight: bold;
    text-align: right;
    padding-right: 3px !important
}

table.grid-title {
    display: inline-block;
}

    table.grid-title td {
        font-weight: bold;
        height: 20px
    }

div.grid-command table.paneCmd {
    display: inline-block;
    width: auto !important
}

tr.gridrow div.fld-text {
    border-width: 0 !important;
    white-space: pre-wrap !important;
}

tr.gridrow input.fld-checkbox {
    float: left;
    margin: 0 auto;
    width: 100%;
}

td.sorted-asc::before {
    width: 15px;
    content: "↑ "
}

td.sorted-desc::before {
    width: 15px;
    content: "↓ "
}

th.sorted-asc::before {
    width: 15px;
    content: "↑ "
}

th.sorted-desc::before {
    width: 15px;
    content: "↓ "
}

select[readonly][attid], tr.sum td.sum-label {
    background-color: rgb(244,244,244)
}

td.sum-label, td.sum-label label.fld-label {
    font-weight: bold
}

tr.sum td.fld-data-view div.fld-text {
    font-weight: bold;
    border-width: 0;
    padding-right: 3px;
}

tbody.gridbody div.number, tr.sum input.fld-text[type=text] {
    padding-right: 3px
}

div.btn-url {
    cursor: pointer;
    margin: 0;
    padding: 0;
    height: 20px;
    width: 16px;
    background: transparent url(../images/url_link.png) no-repeat left center;
    border-width: 0px;
    display: inline-block
}

div.fld-url {
    cursor: pointer;
}

.float-right {
    float: right;
}

div#fmformcontainer {
    background-color: transparent !important;
    border: 0;
    top: 0px !important;
}

span.moreimage {
    cursor: pointer;
    padding: 1px 3px;
    font-size: 12px;
    vertical-align: middle;
    background-color: rgb(219, 219, 219);
}

    span.moreimage:hover {
        border: 1px solid grey;
    }

a.markitemSelected, li.markitemSelected, li.markitemDiscard {
    outline: dotted 2px grey;
    background-color: rgb(244, 244, 244);
    width: calc(100% - 2px);
}

input.menuimage {
    margin-left: 2px;
}

#navitree {
    bottom: 21px;
}

img.inactive {
    opacity: 0.2;
}

.tblBorderCollapse {
    border-collapse: separate !important;
}

.tblBorderSpacing {
    border-spacing: 2px;
}

.showtabs:focus {
    border: 1px #8BB7DB solid;
    margin-right: 2px;
    margin-bottom: -2px;
}

th.updated3dmsfile-header {
    width: 20px;
    padding: 0;
}

button.updated3dmsfile {
    cursor: pointer;
    margin: 0 2px 0 2px;
    padding: 0;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background: transparent url("../images/bw_icons/upload.png") center no-repeat !important;
    border: none;
}

th.dms-metadata-header {
    width: 36px;
    padding: 0;
}

button.dms-metadata-button {
    cursor: pointer;
    margin: 0 2px 0 2px;
    padding: 0;
    height: 16px;
    width: 16px;
    min-width: 16px;
    background: transparent url(../images/detail.png) no-repeat left center;
    border: none;
}
div.dms-metadata-button-placeholder {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 2px;
    height: 16px;
    width: 16px;
    min-width: 16px;
}
button.dms-urllink-button {
    cursor: pointer;
    margin: 0 2px 0 2px;
    padding: 0;
    height: 16px;
    width: 16px;
    min-width: 16px;
    background: transparent url(../images/url_link.png) no-repeat left center;
    border: none;
}
textarea.fld-one-line-area {
    height: 20px;
    width: 100%;
    margin: 0;
    overflow: hidden;
    resize: none;
}

textarea.fld-one-line-area:read-only {
    white-space: pre-wrap !important;
}

.preformatted {
    white-space: pre-wrap !important;
}

.drop-target::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #8BB7DB;
    opacity: 0.5;
}

.dmswarningicon {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin: 0 2px 0 2px;
    background: url("../Images/bw_icons/sign_warning.png") center no-repeat;
    background-size: 16px;
}

.cj-expander {
    padding: 0px;
    border: 1px solid #444444;
    cursor: pointer;
    background-color: #444444;
}

.cj-expander.collapsed {
    background: url(../images/nav-icons/16x16/hoch.png) right center no-repeat;
    background-color: #444444;
}

.cj-expander.expanded {
    background: url(../images/nav-icons/16x16/runter.png) right center no-repeat;
    background-color: #444444;
}

.cj-expander-title {
    color: white;
    margin: 2px 2px 2px 10px;
}

.cj-expander-content {
    background: url(../images/map.png) right center no-repeat;
    background-color: #EEEEEE;
    padding: 10px;
    border: 1px solid gray;
}