html {
    height: 100%;
    overflow: hidden;
}

body {
    height: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    line-height: 1;
}

* {
    font-family: Verdana,sans-serif;
    font-size: 8pt;
}

button {
    min-width: 65px;
}

a {
    cursor: pointer;
}

.alink {
    cursor: pointer;
    font-weight: bold;
    /*color: blue;*/
    /*text-decoration: underline;*/
}

.wh100 {
    width: 100%;
    height: 100%;
}

.box100 {
    width: 100%;
    height: 100%;
    padding: 15px;
}

.stdcontextmenuitem {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 30px;
    padding-right: 30px;
    white-space: nowrap;
}

.stdcontextmenuitem-iconed {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0px;
    padding-right: 30px;
    white-space: nowrap;
}
/***********************************************************************************************************************************/
/* bootstrap */

.btn-link {
    text-decoration: underline;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 3px 8px;
}

.panel-body {
    padding: 0px;
}

.btn {
    font-family: Verdana,sans-serif;
    font-size: 8pt;
    padding: 3px 8px;
    /*border-radius: 0;*/
}

.smallbtn {
    padding: 2px 7px 3px 7px;
    min-width: 60px;
}

.input-sm {
    font-family: Verdana,sans-serif;
    font-size: 8pt;
    height: 23px;
    padding: 1px 7px 1px 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.checkbox, .radio {
    margin-top: 0px;
    margin-bottom: 0px;
}

/***********************************************************************************************************************************/
/* ui selectmenu */

.ui-menu-item.ui-state-focus {
    background: rgb(66,139,202);
    border: 1px solid rgb(66,139,202);
    color: white;
    font-weight: normal;
}

.ui-selectmenu-button {
    height: 27px;
}

/***********************************************************************************************************************************/
/* application Thema */
.stdrightmenupanelheader {
    background-color: rgb(185,185,185);
    color: #ffffff;
}

.theme-color {
    color: rgb(51,122,183);
}
/***********************************************************************************************************************************/
/* field */
.field-table {
    width: 360px;
    min-width: 360px;
}

.field-label-td {
    text-align: right;
    padding: 0px 10px 0px 0px;
    vertical-align: middle;
    font-weight: normal;
    min-width: 120px;
    max-width: 120px;
    cursor: default;
}

.field-control-td {
    text-align: left;
    padding: 1px;
    width: 99%;
    height: 23px;
    vertical-align: middle;
    cursor: default;
}
/***********************************************************************************************************************************/
/* layout */
.comlayout-table {
    margin: 0px;
    padding: 0px;
}

.comlayout-table-td {
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}
/***********************************************************************************************************************************/
.editorHelperButton {
    font-family: Verdana,sans-serif;
    font-size: 8pt;
}
/***********************************************************************************************************************************/
.dialog-i-button {
    cursor: pointer;
    padding: 5px 7px;
    color: #999;
    border-radius: 4px;
    border: none;
    font-size: 18px
}

    .dialog-i-button:hover {
        background: #ddd;
        color: #777;
    }

/***********************************************************************************************************************************/
.wiki-button-td {
    text-align: center;
    vertical-align: middle;
    width: 28px;
    cursor: pointer;
    color: rgb(112,146,190);
}

    .wiki-button-td:hover {
        background: rgb(220, 234, 245);
    }

    .wiki-button-td i {
        border-color: rgb(112,146,190);
    }
/***********************************************************************************************************************************/
/* combobox */
.combobox .dropdown {
    width: 100%;
}

.combobox ul {
    max-height: 122px;
    overflow-y: auto;
    /*border: 1px solid #88ccff;*/
    border-radius: 4px;
}

.combobox .dropdown-menu > .disabled > a,
.combobox .dropdown-menu > .disabled > a:focus,
.combobox .dropdown-menu > .disabled > a:hover {
    color: #bbb
}

.combobox .btn {
    width: 100%;
    text-align: left;
    height: 23px;
    padding: 1px 1px 1px 7px;
}

.combobox .dropdown-menu {
    min-width: 100%;
    padding-top: 0px;
    /*border: 5px solid white;*/
}

    .combobox .dropdown-menu > li > a {
        height: 20px;
    }

    .combobox .dropdown-menu > li:first-child > a {
        height: 15px;
    }

        .combobox .dropdown-menu > li:first-child > a:hover {
            background-color: rgb(228, 228, 228);
        }

    .combobox .dropdown-menu > li > a:hover,
    .combobox .dropdown-menu > li > a:focus {
        background-color: rgb(66,139,202);
        color: white;
    }

.combobox .caret {
    position: absolute;
    right: 15px;
    top: 45%;
    color: #888;
}
/***********************************************************************************************************************************/
/* lovcontrol */
.lovcontrolicon {
    display: block;
    float: right;
    margin-right: 10px;
    margin-top: -18px;
    font-size: medium;
    color: #888;
}
/***********************************************************************************************************************************/
.whiteborder {
    /*text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0px 1px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff;*/
    text-shadow: 1px 1px 0 #eee, -1px 1px 0 #eee, 1px -1px 0 #eee, -1px -1px 0 #eee, 0px 1px 0 #eee, 0px -1px 0 #eee, -1px 0px 0 #eee, 1px 0px 0 #eee;
}
/***********************************************************************************************************************************/
/* for contexthelp wiki fetch */
.wiki-subfield {
    padding: 14px 0px 0px 0px;
}

.wiki-subfield-label {
    font-weight: bold;
    vertical-align: top;
    width: 100px;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 1px;
}

.wiki-subfield-body {
    vertical-align: top;
    padding-left: 5px;
    text-align: justify;
    line-height: 1.5;
    letter-spacing: 1px;
}
/* not standard */
.form-control::placeholder {
    color: #bbb;
}

.no-gutter {
    margin-right: 0px;
    margin-left: 0px;
}

    .no-gutter > [class*="col-"] {
        padding-right: 0px;
        padding-left: 0px;
    }

.no-padding {
    padding: 0px;
}

.spacing-top5 > [class*="col-"] {
    padding-top: 5px;
}

input::-ms-clear {
    display: none;
}

/* header */

.theme-bck {
    background-color: #ffffff;
}

.mainheadertable {
    background-color: #337ab7;
    color: rgb(255,255,255);
}

    .mainheadertable a {
        color: rgb(255,255,255);
    }


.mainheadertable {
    background-color: #337ab7;
    height: 35px;
    max-height: 35px;
    width: 100%;
    color: rgb(255,255,255);
}

    .mainheadertable td {
        white-space: nowrap;
    }

    .mainheadertable .maintitle {
        cursor: default;
    }

        .mainheadertable .maintitle:hover {
            color: #ddd;
        }

    .mainheadertable .toolitem {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mainheadertable a {
        color: rgb(255,255,255);
    }

        .mainheadertable a:hover {
            color: #ddd;
        }

/*left menu*/

.leftmenu {
    background-color: #eeeeee;
    border-color: #eeeeee;
}

    .leftmenu .nav-pills > li > a {
        color: rgb(157,157,157);
        font-weight: 500;
        padding: 8px 10px;
    }

        .leftmenu .nav-pills > li > a > i {
            color: rgb(197,197,197);
        }

    .leftmenu .nav-pills > li.active > a {
        color: #ffffff;
    }

        .leftmenu .nav-pills > li.active > a > i {
            color: #ffffff;
        }

        .leftmenu .nav-pills > li.active > a:focus {
            background-color: rgb(66,139,202);
            border-color: rgb(66,139,202);
            color: #ffffff;
        }

    .leftmenu .nav-pills > li > a:hover {
        background-color: rgb(200,200,200);
        border-color: rgb(200,200,200);
        color: #ffffff;
    }

        .leftmenu .nav-pills > li > a:hover > i {
            color: #ffffff;
        }

/* panel.html */

.app-panel-header-row {
    height: 35px;
}

.global-dragdrop {
    opacity: 0.5;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default;
}

.fontsize14px {
    font-size: 14px;
}

.fontsize12px {
    font-size: 12px;
}

.fontsize10px {
    font-size: 10px;
}

.fontsize8px {
    font-size: 8px;
}

.fontsize6px {
    font-size: 6px;
}

.modal-frame-button {
    position: absolute;
    width: 50px;
    text-align: center;
    color: #fae500;
}

    .modal-frame-button:hover {
        color: #ffffff;
    }
