﻿.VIEWUI_propertiesContainer {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 314px;
    max-height: calc(100% - 160px);
    border: 1px solid;
    padding: 10px;
}

.VIEWUI_propertiesTopBarIcon {
    float: right;
    line-height: 18px;
}

#VIEWUI_properties {
    height: 100%;
}

.VIEWUI_properties {
    overflow: hidden;
    height: 100%;
}

.VIEWUI_group {
    position: static;
    overflow: hidden;
    margin-left: 5px;
    margin: 5px;
}

.VIEWUI_groupLabel {
    border-bottom: 1px solid gray;
    margin-bottom: 7px;
    font-weight: bold;
    padding-bottom: 7px;
}

.VIEWUI_bottomButtons {
    margin-top: 7px;
    margin-right: 0px;
    text-align: center;
}

.VIEWUI_row {
    margin-bottom: 6px;
    overflow: hidden;
}

.VIEWUI_row:last-child {
    margin-bottom: 0;
}

.VIEWUI_propertyLabel {
    display: inline-block;
}

.VIEWUI_objectLabel {
    font-weight: bold;
}

.VIEWUI_nameContainer {
    text-align: center;
    height: 23px;
}

.columns {
    overflow: hidden;
    margin-bottom: 10px;
}

.column3 {
    float: left;
    width: 33%;
    text-align: center;
}

.column3 input {
    width: 30px;
}

.VIEWUI_fieldsContainer {
    display: inline-block;
    float: right;
}

.VIEWUI_fieldsContainerLeft {
    display: inline-block;
    float: left;
}


/*.VIEWUI_justify {
  text-align: justify;
}
.VIEWUI_justify:after {
  content: "";
  display: inline-block;
  width: 100%;
}*/

.VIEWUI_justify {
    display: flex;
    justify-content: space-between;
}

.VIEWUI_inputField {
    display: inline-block;
    /*margin-right: 5px;*/
    line-height: normal;
    min-width: 56px;
    text-align: right;
}

.VIEWUI_inputWithLabelContainer .VIEWUI_inputField {
    width: 100%;
}

.VIEWUI_inputFieldCustom {
    min-width: 0;
}

.VIEWUI_inputXS {
    width: 30px;
}

.VIEWUI_inputS {
    width: 70px;
}

.VIEWUI_inputSM {
    width: 70px;
}

.VIEWUI_systemPrefInput {
    width: 80px;
}

.VIEWUI_inputL {
    width: 200px;
}

.VIEWUI_inputML {
    width: 175px;
}

.VIEWUI_inputLabel {
    margin-right: 2px;
    display: inline-block;
}

.VIEWUI_label {
    white-space: nowrap;
    display: inline-block;
}

.VIEWUI_button {
    border: 1px solid;
    padding-left: 3px;
    padding-right: 3px;
    cursor: default;
    margin-top: 5px;
    padding: 0 9px;
}

.VIEWUI_buttonOption {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 3px;
    padding-right: 3px;
    cursor: default;
    margin-top: 5px;
    padding: 0 9px;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4);
}

.VIEWUI_buttonOption:hover {
    border: 1px solid yellowgreen;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.2);
    outline: none;
}

.VIEWUI_buttonRight {
    float: right;
    margin-left: 6px;
}

.VIEWUI_buttonLeft {
    float: left;
}

.buttonPopupClose {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 15px;
    height: 15px;
    padding: 0;
    text-align: center;
    line-height: 12px;
}

.VIEWUI_thumbnail {
    float: right;
}

.VIEWUI_table {
    width: 100%;
}

.VIEWUI_table td {
    padding: 2px;
}

.VIEWUI_table td:last-child {
    text-align: left;
    padding-right: 0;
    width: 1px;
    white-space: nowrap;
}

.VIEWUI_table td:nth-child(2) {
    width: 137px;
    text-align: left;
}

.VIEWUI_table td:first-child {
    width: 1px;
}

.VIEWUI_propertyLabelBlock {
    margin-bottom: 5px;
}

.VIEWUI_comboboxImgContainer {
    float: left;
    width: 80px;
    height: 60px;
}

.VIEWUI_cell.VIEWUI_comboboxImgContainer,
.VIEWUI_cell .VIEWUI_comboboxImgContainer {
    float: none;
}

.VIEWUI_searchResults .VIEWUI_comboboxImgContainer {
    width: 86px;
}

.VIEWUI_comboboxImgSmallContainer {
    float: left;
    width: 80px;
    height: 26px;
}

.VIEWUI_comboboxRightContainer {
    overflow: hidden;
    float: right;
    padding-right: 1px;
}

.VIEWUI_comboboxRightContainer .VIEWUI_combobox {
    width: 175px;
    float: left;
}

.VIEWUI_comboboxWithSelectButton {
    width: 149px !important;
}

.VIEWUI_comboboxSelectButton {
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 1px solid #474747;
    padding: 3px 0 0 4px;
    background-color: #686868;
    box-shadow: inset 0 0 0 1px #797979;
    outline: 1px solid #1f1f1f;
    margin: 1px 0 0 1px;
    float: left;
}

.VIEWUI_comboboxSelectButton:hover {
    box-shadow: 0 0 0 1px yellowgreen;
    outline: none;
}

.VIEWUI_inputWithLabelContainer {
    overflow: hidden;
    width: 100%;
}

.VIEWUI_properties .VIEWUI_inputWithLabelContainer {
    float: right;
}

.VIEWUI_inputWithLabelContainer .VIEWUI_fieldsContainer {
    display: block;
    float: none;
}

.VIEWUI_imgRadio input {
    /* HIDE RADIO */
    visibility: hidden;
    position: absolute;
}

.VIEWUI_imgRadio input:checked+img {
    /* (RADIO CHECKED) IMAGE STYLES */
    background-color: #403f3f;
}

.VIEWUI_imgRadio .VIEWUI_button {
    padding: 5px;
    margin-top: 0;
}

.VIEWUI_center {
    text-align: center;
}

.VIEWUI_innerPropertiesTopBarIcon {
    float: right;
}

.VIEWUI_tableDark td {
    background-color: white;
    /* border-bottom: 1px solid #4c4c4c; */
}

.VIEWUI_tableDark th {
    background-color: white;
}

.VIEWUI_tableDark td,
.VIEWUI_tableDark th {
    padding: 2px 5px;
}

.VIEWUI_tableDark td:last-child {
    padding-right: 5px;
    text-align: left;
    /*border-bottom: none;*/
}

.VIEWUI_tableAuto td:last-child {
    padding-right: 5px;
}

.VIEWUI_tableAuto td:first-child {
    padding-left: 5px;
}

.VIEWUI_tableAuto td:nth-child(2) {
    width: auto;
    text-align: right;
}

.VIEWUI_tableLeft td:nth-child(2) {
    text-align: left;
}

.VIEWUI_tableProgressBars td:first-child {
    background-color: transparent;
}

.VIEWUI_tableProgressBars td:last-child {
    padding: 0;
}

.VIEWUI_tableProgressBars td:last-child {
    text-align: center;
}

.VIEWUI_utilizationBarContainer {
    background-color: #f5f5f5;
    text-align: center;
    position: relative;
}

.VIEWUI_utilizationBarContainer div {
    height: 16px;
}

.VIEWUI_utilizationBarContainer span {
    position: absolute;
    right: 0;
    /* transform: translateX(-50%); */
    font-size: 12px;
}


/* overwrite bootstrap-switch */

.bootstrap-switch-default {
    background-color: #373737 !important;
    color: #ececec !important;
}

.bootstrap-switch.bootstrap-switch-focused {
    -webkit-box-shadow: none !important;
    /*inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);*/
    box-shadow: none !important;
    /*inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);*/
}

.bootstrap-switch {
    margin: 2px;
    border: 1px solid #3d3d3d !important;
}

.bootstrap-switch .bootstrap-switch-label {
    /* background-color: #686868 !important; */
    color: white !important;
    font-size: 13px !important;
}

.bootstrap-switch-label .glyphicon {
    font-size: 12px;
    color: #DADADA;
}


/* /overwrite bootstrap-switch */

.VIEWUI_fill2buttons>span {
    width: 49%;
}

.VIEWUI_fill2buttons label {
    width: 98%;
}

.VIEWUI_viewerContainer a:hover,
a:active,
a:focus {
    font-weight: normal;
}

.VIEWUI_autoSizeContainer {
    /*right: 7px;*/
    position: absolute;
    /*left: -9999px;*/
    z-index: 9999999;
}

.VIEWUI_loadingPlaceholder {
    margin-right: 10px;
    margin-top: 20px;
}

.VIEWUI_column {
    float: left;
    margin-right: 2px;
}

.VIEWUI_column:last-child {
    margin-right: 0;
}

.VIEWUI_searchResultsContainer {
    width: 450px;
    height: 438px;
    overflow-y: scroll;
    background-color: #404040;
}

.VIEWUI_basketContainer {
    width: 450px;
    height: 100px;
    overflow-y: scroll;
    background-color: #404040;
}

.VIEWUI_searchResults {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.VIEWUI_resultItemCheckboxContainer {
    /*width: 34px;*/
    text-align: center;
}

.VIEWUI_tableNoPadding td:first-child {
    padding-left: 0;
}

.VIEWUI_tableNoPadding td:last-child {
    padding-right: 0;
}

.VIEWUI_fieldsContainerCustom {
    float: none;
}

.VIEWUI_buttonIcon {
    display: inline-block;
    margin: 7px;
    margin-top: 6px;
}

.VIEWUI_twoColumns {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
}

.VIEWUI_checkboxesList {}

.VIEWUI_inputWithLabelContainer .VIEWUI_checkboxesList {
    margin-top: -4px;
}

.VIEWUI_inputWithLabelContainer .VIEWUI_propertyLabel {
    display: block;
    margin-top: 3px;
    margin-bottom: 8px;
    font-size: 14px;
    background-color: #516fac;
    padding: 4px;
}

.VIEWUI_resultItem {
    width: 100%;
    overflow: hidden;
    display: table-row;
}

.VIEWUI_cell {
    display: table-cell;
}

.VIEWUI_middle {
    vertical-align: middle;
}

.VIEWUI_resultItemSubtitle {
    color: #afafaf;
}

.VIEWUI_resultItemSelected {
    background-color: #828282;
}

.VIEWUI_resultItemTitleContainer {
    width: 325px;
}

.pdf {
    display: inline-block;
    float: right;
    cursor: auto;
}