html {
    height: 100%;
}
body {
    font-family: 'Fira Sans', Ubuntu, arial, helvetica, sans-serif;
    font-size: 10pt;
    color: black;
    margin: 0;
    background: #eee;
    padding-top: 48px;
    height: calc(100% - 48px);
    overflow: hidden;
    /*! line-height: 1.2; */
}
.__core_monofont {
    font-family: 'Source Sans Pro', Inconsolata, monospace;
}
h2 {
    font-weight: normal;
    border-bottom: 2px solid #204a67;
    color: #204a67;
}
h3 {
    font-size: 12pt;
    font-weight: bold;
    color: #666;
}
img {
    user-select: none;
    -moz-user-select: none;
}
.__master_list_minion_name {
    user-select: none;
    -moz-user-select: none;
}
#toolbox_mobile,
#toolbox_mobile_links {
    display: none;
}
#toolbox_mobile_menu {
    padding: 8px;
    background: white;
    border-radius: 2px;
    border: 1px solid #ddd;
}
#toolbox_mobile_menu img {
    height: 20px;
    vertical-align: middle;
}
#toolbox_mobile_links {
    position: absolute;
    top: 84px;
    left: 0;
    width: 100%;
    z-index:90;
    background: white;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 3px 6px -4px black;
    max-height: 50vh;
    overflow: hidden;
    overflow-y: auto;
}
#sideBar {
    transition: all 0.25s;
}
#infoPaneResult {
    border: 1px solid black;
    border-radius: 2px;
    width: 100%;
    height: calc(100% - 40px);
    outline: none;
    background: rgba(0,0,0,0.7);
    font-family: 'fira mono', 'ubuntu mono', monospace;
    overflow: auto;
    padding: 4px;
}
.progressbar_base {
    border-radius: 2px;
    border: 2px solid #999;
    position: relative;
    height: 22px;
    box-sizing: border-box;
    width: 50%;
}
.progressbar_fill {
    background: #204a67;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    border-right: 2px solid #c20900;
}
.progressbar_info {
    position: absolute;
    font-size: 10pt;
    margin-top: 2px;
    margin-left: 4px;
    text-shadow: 0px 0px 10px white;
    font-weight: bold;
}
.monospace {
    font-family: ubuntu mono, droid sans mono, fira mono, monospace !important;
    font-size: 10pt !important;
}

.listTable {
    font-size: 10pt;
    border-collapse: collapse;
    width: 100%;
}
.listTable thead {
    background: #ccc;
}
.listTable th {
    padding: 4px;
    border-bottom: 1px solid black;
    text-align: left;
}
.listTable td {
    padding: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
}

.infoPaneOutput {
    position: fixed;
    width: calc( 100% - 255px );
    height: calc( 100% - 48px );
    right: 256;
    top: 48;
    overflow-y: hidden;
    padding: 25px;
    box-sizing: border-box;
    color: #ddd;
    background: rgba(204, 204, 204, 0.8);
    border-radius: 5px 5px 2px 2px;
    box-shadow: 0px 3px 16px -4px black;
    display: none;
}
.infoPaneOutputHeader {
    margin: -25px;
    margin-bottom: 25px;
    background: #ccc;
    padding: 10px;
    border-radius: 3px 3px 0px 0px;
    color: black;
    text-align: right;
    font-size: 10pt;
    font-family: sans;
    font-weight: normal;
}
.infoPaneOutputHeader:hover {
    cursor: pointer;
}
.infoPane {
    position: fixed;
    top: 48px;
    min-width: 16px;
    right: 0;
    height: calc( 100% - 48px );
    transition: width 1s;
    transition: background 1s;
    -webkit-transition: width 1s;
    border: none;
}
.taglabel {
    font-weight: normal;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    font-size: 8pt;
    padding: 2px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: monospace;
    background: #F1EDC4;
}
.h3_no_margin {
    margin: 0;
}
.h3_itemheader {
    margin: 0;
    font-size: 10pt;
    border-bottom: 1px solid #bbb;
    margin-bottom: 8px;
    text-align: left;
}
.indexLinkIcon {
    height: 14px;
    vertical-align: middle;
    /*! margin-right: 8px; */
}
.indexSubTopicContainer {
    /*
    padding-left: 40px;
    padding-top: 2px;
    padding-bottom: 4px;
    margin-left: -32px;
    width: calc(100% + 96px);
    border-bottom: 1px solid #ccc;
    margin-top: -2px;
    */
    margin-left: -4px;
    width: calc(100% + 6px);
    text-align: center;
    display: none;
    background: rgba(32,74,103,0.8);
    font-size: 9pt;
    box-sizing: border-box;
}
.indexSubTopicContainer .indexSubTopic,
.showme {
    /*
    margin: 4px;
    width: calc(100% + 16px);
    padding-left: 48px;
    margin-left: -40px;
    */
    color: rgba(255, 255, 255, 0.5);
    padding: 4px;
    box-sizing: border-box;
    transition: all 0.1s ease-in;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    position: relative;
}
.showme {
    padding-left: 56px;
}
.showme:hover {
    cursor: pointer;
}
.indexSubTopicReveal {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: red;
}
.indexSubTopicContainer .indexSubTopic:hover,
.indexSubTopicContainer .indexSubTopic.activePage {
    background: rgba(0,0,0,0.15);
    color: white;
    cursor: pointer;
}
.indexSubTopicContainer .indexSubTopic.activePage {
    border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.settingsItem {
    margin: 4px;
    padding: 4px;
    border-radius: 2px;
}
.button_container {
    display: inline-block;
    position: relative;
    text-align: center !important;
    padding: 0px;
}
.button_container-right {
    display: block;
    width: 100%;
    position: relative;
    text-align: right !important;
    padding: 0px;
}
.button_container img, .button_container-right img {
    height: 16px !important;
}
.neutral_button {
    display: inline-block;
    font-size: 12pt;
    color: white;
    background: #204a67;
    border-radius: 3px;
    border: none;
    padding: 8px;
    margin-left: 8px;
    margin-right: 8px;
    user-select: none;
    -moz-user-select: none;
    opacity: 0.8;
}
.ok_button {
    display: inline-block;
    font-size: 12pt;
    color: white;
    background: #00ac63;
    border-radius: 3px;
    border: none;
    padding: 8px;
    margin-left: 8px;
    margin-right: 8px;
    user-select: none;
    -moz-user-select: none;
    opacity: 0.8;
}
.error_button {
    display: inline-block;
    font-size: 12pt;
    color: white;
    background: #c20900;
    border-radius: 3px;
    border: none;
    padding: 8px;
    margin-left: 8px;
    margin-right: 8px;
    user-select: none;
    -moz-user-select: none;
    opacity: 0.8;
}
.neutral_button:hover, .ok_button:hover, .error_button:hover {
    cursor: pointer;
    opacity: 1;
}
.neutral_button.smaller, .ok_button.smaller, .error_button.smaller {
    font-size: 10pt;
    padding: 4px;
    margin: 2px;
}
.pageHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 48px;
    background: #2a5471;
    line-height: 48px;
    text-align: left;
    font-size: 14pt;
    z-index: 50;
    box-sizing: border-box;
    padding-left: 8px;
    color: white;
    border-bottom: 3px solid transparent;
    /*box-shadow: 0 3px 4px 0 rgba(0,0,0,0.2),0 3px 3px -2px rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12);*/
}
.pageHeader a {
    box-sizing: border-box;
    height: 48px;
    color: white;
    text-decoration: none;
    position: relative;
    top: 0;
    padding-right: 8px;
    display: inline-block;
    left: -8px;
}
.pageHeader a:hover {
    color: white;
    background: rgba(106,148,177,0.3);
}
.pageHeader a img {
    height: 32px;
    margin: 8px;
    vertical-align:
    middle;
    transform: translateY(-3px);
    opacity: 0.7;
}
.pageHeader a:hover img {
    opacity: 1;
}
.contentBox {
    box-sizing: border-box;
    border: none;
    padding: 0px;
    background: none;
}
#masterContentBox {
    transition: all 0.2s ease-in;
}
#toolbox_fullwidth {
    font-size: 10pt;
    padding: 4px;
    max-height: calc(100vh - 52px);
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    transition: all 0.2s ease-in;
}
#toolbox_fullwidth_toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    color: white;
    box-sizing: border-box;
    background: #2a5471;
    height: 100%;
    /*box-shadow: 0px 0px 6px 0px black;*/
    transition: all 0.2s ease-in;
    display: none;
}
#toolbox_fullwidth_handle {
    background: #2a5471;
    position: absolute;
    bottom: 4px;
    width: 16px;
    height: 20px;
    border-radius: 0px 3px 3px 0px;
    z-index: 99;
    border: 2px solid #2a5471;
    border-bottom: none;
    box-sizing: border-box;
    opacity: 0.5;
    transition: all 0.2s ease-in;
}
#toolbox_fullwidth_handle:hover {
    border: 2px solid #6a94b1;
    border-bottom: none;
    background: #6a94b1;
    opacity: 1;
}
#toolbox_fullwidth_handle img {
    height: 10px;
}
#toolbox_fullwidth_toggle:hover {
    cursor: pointer;
    background: #6a94b1;
}
.actionLink {
    font-size: 10pt;
    margin: 4pt;
    padding: 2px;
    color: black;
    text-decoration: none;
    user-select: none;
    -moz-user-select: none;
}
.actionLink:hover {
    cursor: pointer;
    text-decoration: underline;
}
.actionButton, .actionButtonLarge {
    box-sizing: border-box;
    padding: 4px;
    margin: 8px;
    border: 1px solid transparent;
    color: #666;
    user-select: none;
    -moz-user-select: none;
}
.actionButtonObjectTitle {
    box-sizing: border-box;
    border: 1px solid transparent;
    user-select: none;
    color: black;
    margin: 2px;
    padding: 2px;
    display: inline-block;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.actionButtonObjectTitle:hover {
    border: 1px solid #ddd;
    cursor: pointer;
}
.actionButtonSmall {
    color: #204a67;
    margin-bottom: 5px;
    background: none;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid transparent;
}
.actionButtonSmall:hover {
    background: rgba(255,255,255,0.3);
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.3);
}
.actionButtonLink {
    color: inherit;
    text-decoration: inherit;
}
.actionButtonLarge {
    font-size: 12pt;
    margin: 4px;
}
.actionButton:hover, .actionButtonLarge:hover {
    cursor: pointer;
    color: #204a67;
    background: #eee;
    border-radius: 3px;
    border-bottom: 1px solid #ccc;
}
.contentList {
    overflow-y: auto;
    list-style-type: none;
    padding-left: 0;
    border: 1px solid #bbb;
    background: #ddd;
}
.contentList li {
    display: block;
    padding: 4px;
    margin: 4px;
    word-wrap: break-word;
}
.contentList .listItemObject {
    border-bottom: 1px solid #ccc;
    background: rgba(255, 255, 255, 0.6);
    font-size: 12pt;
    padding: 0px;
    margin: 4px;
    position: relative;
    border-radius: 5px;
}
.listItemObjectButton, .listItemObjectButtonIcon {
    font-size: 8pt;
    color: white;
    background: #204a67;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px;
    border-radius: 2px;
    position: absolute;
    top: 4px;
    right: 4px;
}
.listItemObjectButton:hover {
    cursor: pointer;
    background: #007399;
}
.listItemObjectButtonIcon {
    background: #ccc;
    opacity: 0.6;
}
.listItemObjectButtonIcon:hover {
    opacity: 1;
    cursor: pointer;
}
.listItemObject .listItemObjectBadgeContainer {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px;
}
.listItemObject .listItemObjectBadgeContainer img {
    height: 18px !important;
    margin-left: 10px;
    outline: none;
    padding: 3px;
    background-color: white;
    border-radius: 2px;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 6px -4px black;
}
.listItemObject .listItemObjectBadgeContainer img.activeBadge{
    opacity: 0.8;
}
.listItemObject .listItemObjectBadgeContainer img.activeBadge:hover {
    opacity: 1;
    cursor: pointer;
    border: 1px solid darkred;
}
.listItemObject:hover {
    background: rgba(255, 255, 255, 0.9);
}
.listBox {
    padding: 8px;
    margin: 4px;
    background: rgba(255,255,255,0.7);
    border: 1px solid #666;
    border-radius: 2px;
}
.boxTitle {
    margin: 0px;
    margin-bottom: -4px;
    background-color: #eee;
    padding: 2px;
    font-size: 8pt;
    text-transform: uppercase;
}
.commandItem {
    background-color: #204a67;
    padding: 4px;
    margin-top: 8px;
    color: white;
    display: inline-block;
    border-radius: 3px;
    font-size: 10pt;
}
.commandItem:hover {
    cursor: pointer;
    background-color: #204a67;
}
.hostResultBox {
    box-sizing: border-box;
    max-height: 35em;
    overflow-y: auto;
    margin: 12px;
    padding: 8px;
    border-radius: 6px;
    border-top: 1px solid #ccc;
}
.ruled_list {
    padding: 4px;
    box-sizing: border-box;
    background: white;
    border: 1px solid #ccc;
    margin-bottom: -1px
}
.ruled_list.odd {
    background-color: #eee;
}
.errorBox {
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid darkred;
    padding: 8px;
    font-weight: bold;
    text-align: center;
}
.formBox2 {
    box-sizing: border-box;
    position: relative;
    padding: 4px;
    padding-right: 12px;
    border-radius: 2px;
    margin: 8px;
    border: 1px solid #ccc;
    background: #eee;
}
.formBox2 input[type=text],.formBox2 input[type=password], select {
    width: 100%;
    font-size: 12pt;
    padding: 4px;
    margin: 4px;
    border: 1px solid #ccc;
    background: white;
    outline: none;
    box-sizing: border-box;
}
select option option:disabled {
    color: #ccc;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/images/selectarrow.png) right / 20px no-repeat #fff;
    padding-right: 20px;
}
.formBox2 .actionButton {
    display: inline-block;
    position: absolute;
    right: 10;
    margin: 2px;
    padding: 4px;
    font-size: 14pt;
}
.formLabel {
    font-size: 10pt;
    text-transform: uppercase;
    margin: 8px;
    margin-top: 10px;
    margin-bottom: -4px;
    display: inline-block;
}
.formBox {
    box-sizing: border-box;
    padding: 4px;
    margin: 8px;
    border: 1px solid #aaa;
    border-radius: 2px;
    position: relative;
    background: #fff;
}
.formBox .actionButton {
    display: inline-block;
    position: absolute;
    top: -4px;
    right: -4px;
}
.formBox input[type=text],.formBox input[type=password] {
    top: 0;
    left: 0;
    width: 75%;
    border: none;
    padding: 4px;
    margin: 0;
    font-size: 12pt;
    outline: none;
}
.formBox button {
    border: none;
    border-bottom: 1px solid #bbb;
    border-radius: 2px;
}
.formBox button:hover {
    cursor: pointer;
    color: white;
}
.smalltext {
    font-size: 10pt;
}
#pageTitle {
    font-size: 14pt;
    text-align: center;
}
#resultBox {
    height: calc(100vh - 48px);
    overflow-y: auto;
    box-sizing: border-box;
    background: #efefef;
    border-left: 1px solid rgba(32,74,103,0.3);
    /*padding-left: 8px;*/
}
#loginResult {
    font-size: 10pt;
    color: darkred;
    text-align: center;
}

.contentListSubList li, .subListItem {
    border: none !important;
    margin: 0;
    margin-top: 0;
}
#__plugin_configure_panel {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    box-sizing: border-box;
    width: calc(100% - 2px);
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
#__plugin_configure_header {
    height: 32px;
    box-sizing: border-box;
    padding: 8px;
    font-size: 12pt;
    background: #204a67;
    margin: 0px;
    color: white;
}
#__plugin_configure_header img {
    height: 16px;
    margin: -4px;
    vertical-align: middle;
    opacity: 0.5;
    background: white;
    border-radius: 3px;
    display: inline-block;
    float: right;
    padding: 4px;
}
#__plugin_configure_header img:hover {
    opacity: 1;
    cursor: pointer;
}
#__plugin_configure {
    box-sizing: border-box;
    padding: 10px;
    height: calc(100vh - 48px - 32px);
    overflow: hidden;
    overflow-y: auto;
}
#toolbox,
#results {
    transition: all 0.2s ease-in;
}
#toolbox_fullwidth .actionButton {
    color: black;
    margin: 0;
    transition: all 0.2s ease-in;
    margin-left: -4px;
    border-radius: 0px;
    width: 76px;
    text-align: center;
    /*! padding: 6px; */
    /*! padding-left: 40px; */
}
#toolbox_fullwidth .actionButton:hover {
        background: rgba(106,148,177,0.3);
    /*background: rgba(255,255,255,0.5);*/
    border: 1px solid transparent;
    color: black;
}
#toolbox_fullwidth .actionButton.activePage img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    /*! height: 28px; */
}
#toolbox_fullwidth .actionButton.activePage {
    background: rgba(32,74,103,0.8);
    color: white;
    /*! margin-left: -64px; */
    /*! margin-right: -200px; */
    /*! padding-left: 72px; */
    /*! border-top: 1px solid rgba(0,0,0,0.4); */
    /*! border-bottom: 1px solid rgba(0,0,0,0.4); */
    /* width: 64px; */
    box-sizing: border-box;
}
div.commandList div.neutral_button.smaller img {
    height: 14px;
    -moz-filter: invert(100%);
    filter: invert(100%);
    vertical-align: middle;
}
@media screen and (max-width: 600px) {
    #toolbox, #results {
        padding: 0 !important;
    }
    #resultBox {
        height: calc(100% - 220px);
    }
    .pageHeader {
        font-size: 12px;
    }
    .pageHeader a {
        margin-left: 4px;
    }
    .pageHeader img {
        display: none;
    }
    .progressbar_base {
        width: 100%;
    }
    #toolbox_fullwidth {
        display: none;
    }
    #toolbox_mobile {
        display: block;
    }
    #sideBar {
        width: 100%;
    }
    #list_infoPane {
        width: auto !important;
    }
    #results {
        height: calc(100vh - 84px) !important;
    }
}
.tox_simple_colorpicker {
    background: none;
    border: none;
    outline: 2px solid transparent;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    margin-right: 8px;
    transform: translateY(2px);
}
.tox_simple_colorpicker:hover {
    outline: 2px solid lightblue;
    cursor: pointer;
}
.__core_pageHeader_userMenu {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0px;
    padding-left: 12px;
    box-sizing: border-box;
    font-size: 10pt;
}
.__core_pageHeader_userMenu:hover {
    cursor: pointer;
    color: white;
}
.__core_pageHeader_userMenu_list {
    display: none;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}
.__core_pageHeader_userMenu_list li {
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    background: transparent;
    color: white;
    height: 48px;
    border-radius: 1px;
    font-weight: bold;
    text-align: center;
}
.__core_pageHeader_userMenu_list li:hover {
    color: white;
    background: rgba(106,148,177,0.3);
}
.__core_pageHeader_userMenu_icon {
    height: 24px !important;
    margin: 0 !important;
    vertical-align: middle;
    transform: translateY(-2px);
}
.__core_manageSettings_confItemWork {
    display: none;
}
.__core_manageSettings_confItemHelp {
    font-size: 10pt;
    background: #efefef;
    margin: 0;
    padding: 6px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}
.__collapseBlock_top {
    background: none;
    border: 1px solid transparent;
    border-radius: 3px;
    margin: 4px;
}
.__collapseBlock_top:hover {
    background: #eee;
}
.__collapseBlock_label {
    user-select: none;
    display: block;
    font-size: 12pt;
    padding: 4px;
    border-radius: 3px;
}
.__collapseBlock_label:hover {
    background: #eee;
    cursor: pointer;
}
.__collapseBlock_content {
    display: none;
}
.__collapseBlock_content table {
    width: 100%;
}
.indexLinkName:not(.subTopicName) {
    color: white;
    font-size: 9pt;
}
#pageHeaderTitleSpace {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding-left: 10px;
    padding-right: 10px;
    user-select: none;
}
