﻿/*
    Construction Viewer
    DARK THEME
*/

@-moz-keyframes scaleAnimation {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -ms-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleAnimation {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -ms-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.loader.lightLoader>span {
    background: rgba(255, 255, 255, 0.65);
}

.loader.loaderSm>span {
    width: 5px;
    height: 5px;
}


/*Loaders - spinners*/

.loader {
    width: 70px;
    text-align: center;
    display: inline-block;
    margin-top: 5px;
}

.loader>span {
    width: 10px;
    height: 10px;
    background-color: #534F53;
    border-radius: 100% !important;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    -o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loader.mainViewerLoader span {
    height: 15px;
    width: 15px;
}

.loader .bounce1 {
    -webkit-animation-delay: -0.32s;
    -moz-animation-delay: -0.32s;
    -o-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader .bounce2 {
    -webkit-animation-delay: -0.16s;
    -moz-animation-delay: -0.16s;
    -o-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@-moz-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/*Loaders - spinners ends*/


/*MENU*/

.VIEWUI_container {
    border-color: #DDDDDD;
}

#VIEWUI_topBar,
#VIEWUI_toolbar,
.VIEWUI_menuSubButtons {
    background-color: #E7E2D7;
    color: #534F53;
}

.VIEWUI_menuButtons i {
    font-style: normal;
    font-size: 18px;
}

.VIEWUI_menuButtons i.fa-stop {
    font-size: 10px;
}

.VIEWUI_menuButtons {
    background-color: inherit;
}

.VIEWUI_menuBtn {
    /* background: url('../images/dark_border.png') no-repeat center right; */
    background-color: #DDDCDD !important;
    border: none;
    padding: 2px 3px 2px 2px;
    width: 55px;
}

.VIEWUI_menuBtnLabel {
    display: block;
    font-size: 9px;
    text-transform: uppercase
}

.VIEWUI_menuIcon {
    display: block;
    height: 24px;
}

.VIEWUI_greyOut {
    opacity: 0.4;
    pointer-events: none;
}

.VIEWUI_menuBtn:hover,
.VIEWUI_menuSubBtn:not(.VIEWUI_greyOut):hover {
    background-color: #989598;
    /*border-top: 1px solid #424242;*/
    color: #fff;
    /*position:relative;*/
}

.VIEWUI_menuBtnActive {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    position: relative;
}

.VIEWUI_topBar {
    border-bottom-color: #DDDDDD;
    height: 38px;
}

.VIEWUI_topButton:hover {
    color: #fff;
}

.VIEWUI_topIcon {
    line-height: 24px;
    font-size: 14px;
    margin-left: 5px;
}

#VIEWUI_toolbar {
    display: inline-block;
    position: absolute;
    z-index: 10;
    border-top: 1px solid rgba(83, 79, 83, 0.1);
}

.VIEWUI_toolbarHandleContainer {
    width: 10px;
    padding: 5px 2px;
}

.VIEWUI_dragHandle {
    height: 40px;
    background: url('../images/drag_handle.png');
    opacity: 0.6;
}

.VIEWUI_menuSubButtons {
    display: none;
    position: absolute;
    top: 49px;
    /*left: 0;*/
    min-width: 290px;
    z-index: 10000;
}

.VIEWUI_menuSubBtn {
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.26), 0 2px 2px 0 rgba(0,0,0,0.16);
    background-color: #f5f5f5;
    color: #534F53;
    width: 100%;
    /*min-height: 70px;*/
    text-align: left;
    padding: 10px;
    padding-top: 8px;
}

.VIEWUI_menuSubBtnHover {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid #424242;
    color: #fff;
    position: relative;
}

.VIEWUI_menuSubBtn .VIEWUI_label {
    font-weight: bold;
}

.VIEWUI_menuSubBtn .VIEWUI_description {
    margin-top: 0px;
    display: block;
}

.VIEWUI_menuBtnImg {
    width: 22px;
    height: 22px;
}

.VIEWUI_menuSubBtnImg {
    margin-top: 4px;
    width: 32px;
    height: 32px;
    float: left;
}

.VIEWUI_menuBtn:hover .VIEWUI_menuSubButtons {
    display: block;
}

.VIEWUI_menuSubButtonsFixed {
    /*class is used in javascript*/
}

.VIEWUI_menuSubButtonsCalcForces {
    width: 151px;
}

.VIEWUI_menuSubBtnActive {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid #424242;
    color: #fff;
    position: relative;
}

.VIEWUI_toggleForce {
    width: 38px;
    /*53px;*/
    margin-right: 3px;
    display: inline-block;
}

.VIEWUI_toggleResultsForce {
    width: 40px;
    display: inline-block;
}


/*.VIEWUI_toggleForceSquare {
    display:inline-block;
    width: 12px;
    height: 12px;
    margin-bottom: -2px;
}*/


/*.VIEWUI_toggleForceSquare {
  display:inline-block;
  height: 12px;
  width: 12px;
  overflow: hidden;
  background-color: red;
  margin-bottom: -2px;
}

.VIEWUI_toggleForceSquare-topLeft { 
  width: 0; 
  height: 0; 
  border-top: 100px solid green; 
  border-right: 100px solid transparent;
}

.VIEWUI_forceFx {
    background-color: blue;
}
.VIEWUI_forceFy {
    background-color: green;
}
.VIEWUI_forceFz {
    background-color: purple;
}
.VIEWUI_forceMx {
    background-color: orange;
}
.VIEWUI_forceMy {
    background-color: brown;
}
.VIEWUI_forceMz {
    background-color: red;
}*/

.VIEWUI_container input[type=checkbox] {
    /*vertical-align: bottom !important;*/
    margin-bottom: 1px;
}


/*MENU ENDS*/


/*TREE*/

.VIEWUI_viewTreeWindow {
    border: 1px solid;
}

.VIEWUI_treeScrollList {
    max-height: 110px;
    background-color: white;
}

.VIEWUI_viewTree .glyphicon {
    top: 0;
}

.VIEWUI_viewTree ul li ul li span:hover {
    color: #887F6E;
}

.VIEWUI_treeSubItems {
    padding-left: 28px;
}

.VIEWUI_treeSubItem {
    background: url('../images/tree-middle.png') no-repeat center left;
    padding-left: 20px;
}

.VIEWUI_treeSubItems .VIEWUI_treeSubItem:last-child {
    background: url('../images/tree-last.png') no-repeat center left;
}

.VIEWUI_treeTopBarIcons {
    float: right;
}

.VIEWUI_viewTreeContainer .selected>span {
    color: #887F6E;
}

.VIEWUI_tree_addBtn {
    cursor: pointer !important;
}

.VIEWUI_tree_addBtn:hover {
    color: #887F6E;
    cursor: pointer;
}


/*TREE ENDS*/


/*PROPERTIES AND POPUP*/

.VIEWUI_propertiesContainer {
    /*top: 63px;*/
    z-index: 2;
}

.top-bar-icon {
    font-size: 10px;
    /*vertical-align: 2px;*/
    /*enable for fontawesome*/
}

.top-bar-icon:hover,
.top-bar-icon:focus,
.top-bar-icon:active {
    color: #534F53;
}

.VIEWUI_propertiesContainer,
.VIEWUI_popupsContainer,
.VIEWUI_viewTreeWindow {
    border-radius: 1px !important;
    border-color: #323232;
    /* box-shadow: 3px 3px rgba(0,0,0,0.3); */
    color: #000;
    padding: 0;
}

.VIEWUI_comboboxOptions {
    color: #fff;
}

.VIEWUI_propertiesContainer,
.VIEWUI_viewTreeContainer {
    opacity: 1;
    min-height: 23px;
}

.VIEWUI_propertiesTopBar,
.VIEWUI_popupTopBar,
.VIEWUI_viewTreeTopBar {
    color: #000;
    background-color: #887F6E;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(83, 79, 83, 0.12);*/
    height: auto;
    padding: 4px 4px;
    text-align: left;
}

.VIEWUI_properties,
.VIEWUI_popupContent {
    background: rgba(231, 226, 215, 0.8);
    /* padding: 10px 10px 10px 10px; */
    /*max-height: 500px;
    overflow-y: scroll;*/
}

.VIEWUI_popupContent {
    padding: 10px 10px 10px 10px;
}

.VIEWUI_popupContent {
    background: #E7E2E0;
}

.VIEWUI_propertyLabelButton {
    display: inline-block;
    text-shadow: 0 0 rgba(0, 0, 0, 0.4);
    font-family: FontAwesome, "Roboto", Arial, sans-serif;
}

.VIEWUI_comboboxOptionsContainer {
    color: white;
}

.VIEWUI_container input,
.VIEWUI_container select,
.VIEWUI_comboboxOptionsContainer input {
    /*background: #887F6E;*/
    border: 1px solid #3d3d3d;
    padding: 0 3px;
    text-align: right;
}

.VIEWUI_container input:enabled:hover,
.VIEWUI_container input:enabled:focus,
.VIEWUI_container input:enabled:active,
.VIEWUI_comboboxOptionsContainer input:enabled:hover,
.VIEWUI_comboboxOptionsContainer input:enabled:focus,
.VIEWUI_comboboxOptionsContainer input:enabled:active {
    outline: none;
}

.VIEWUI_container input:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.VIEWUI_popupContent {
    overflow: auto;
}

.VIEWUI_popupTopBar {
    margin-bottom: 0;
}

.VIEWUI_button {
    background: #887F6E;
    border: 1px solid #323232;
    border-radius: 2px !important;
    box-shadow: 0 1px rgba(83, 79, 83, 0.25) inset, 0 -1px rgba(0, 0, 0, 0.2) inset;
    display: inline-block;
    padding: 0px 10px 0px 5px;
    margin-bottom: 3px;
}

.VIEWUI_button:hover {
    box-shadow: 0 1px rgba(83, 79, 83, 0.15), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

.buttonPopupClose {
    right: 0;
    top: 3px;
}

.buttonPopupClose:hover {
    color: rgba(83, 79, 83, 0.7);
}

.VIEWUI_divider {
    border-top: 1px solid #343434;
    border-bottom: 1px solid #696969;
    display: block;
}

.VIEWUI_group>.VIEWUI_divider {
    margin-bottom: 15px;
}

.VIEWUI_popupContent>.VIEWUI_group:first-child,
.VIEWUI_properties>.VIEWUI_group:first-child {
    margin-top: 0;
}

.VIEWUI_barResults2dViewContainer {
    width: 100%;
}

.VIEWUI_barResults2dView {
    width: 225px;
    height: 120px;
    float: left;
    margin-left: 23px;
}

.VIEWUI_barResults2dViewYAxis {
    float: left;
    /*margin-right: 3px;*/
    height: 128px;
    line-height: 337%;
    margin-top: -1.7%;
    font-size: 8px;
    position: absolute;
    text-align: right;
    left: -11px;
    width: 30px;
}

.VIEWUI_barResults2dViewXAxis {
    width: 243px;
    float: right;
    font-size: 8px;
}

.VIEWUI_unitContainerSmall {
    display: inline-block;
    width: 25px;
}

.VIEWUI_innerPropertiesContainer {
    overflow: visible;
    /*border: 1px solid #2a2a2a;
    background-color: #E7E2D7; */
    margin-bottom: 5px;
}

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


/*.VIEWUI_picturePropertiesContainer {
    /*border: 1px solid #272727;
    background-color: #575757;
    width: 271px;*/


/*margin-left: -5px;*/


/*image dimensions doesn't fit container*
}*/


/*PROPERTIES AND POPUP ENDS*/


/*scroll bar button styles, this isn't compatibile with all browsers(only webkit browsers for now),
    SOLUTION FOR CROSSBROWSER SCROLLBAR: use javascript;
*/

.VIEWUI_container ::-webkit-scrollbar,
.VIEWUI_comboboxOptionsContainer ::-webkit-scrollbar {
    width: 5px;
}

.VIEWUI_container ::-webkit-scrollbar-thumb,
.VIEWUI_comboboxOptionsContainer ::-webkit-scrollbar-thumb {
    background-color: rgba(83, 79, 83, 0.4);
}


/*select styles, same as scrollbar (only works with webkit browsers)
    SAME SOLUTION
*/

.VIEWUI_container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/select_button2.png') no-repeat center right white;
    padding-right: 26px;
    border-radius: 0 2px 2px 0;
}

.VIEWUI_container select:enabled:hover,
.VIEWUI_container select:enabled:active,
.VIEWUI_container select:enabled:focus {
    /*background: url('../images/select_button_hover.png') no-repeat center right #887f6e;*/
    border-color: #3d3d3d;
    outline: none;
}


/*customComboboxes*/

.VIEWUI_combobox {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    background: url('../images/select_button2.png') no-repeat center right white;
    /*width: 133px;*/
}

.VIEWUI_comboboxOption {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(83, 79, 83, 0.1);
    padding: 5px;
    overflow: hidden;
}

.VIEWUI_comboboxOptionSelected {
    padding: 5px;
    background-color: #8dc3e8;
    /*border-top: 1px solid #424242;
    border-bottom: 1px solid rgba(0,0,0,0.3);*/
}

.VIEWUI_comboboxOption:hover {
    background-color: #8dc3e8;
    /*border-top: 1px solid #424242;*/
}

.VIEWUI_comboboxOption:first-child {
    border-top: none;
}

.VIEWUI_comboboxOption:last-child {
    border-bottom: none;
}

.VIEWUI_comboboxOption img {
    max-width: 50px;
}

.VIEWUI_comboboxOption span {
    margin-left: 10px;
    margin-right: 10px;
}

.VIEWUI_comboboxOption a {
    color: #7BAAD2;
    margin-top: 6px;
}

.VIEWUI_comboboxOption a:hover {
    color: #5085CF;
}

.VIEWUI_comboboxOptions {
    overflow-y: auto;
    max-height: 250px;
    cursor: default;
}

.VIEWUI_combobox_selected {
    height: 25px;
    padding: 2px;
    border-bottom: 2px solid #b8b8b8;
    border-radius: 2px;
    /* box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4); */
    margin: 1px;
    width: 125px;
}

.VIEWUI_combobox_selected:hover {
    background-color: rgba(94, 94, 94, 0.2);
    border-color: transparent;
    box-shadow: 0 0 0 1px yellowgreen;
}

.VIEWUI_comboboxOptionsContainer {
    border: 1px solid #757575;
    background-color: #F5F5F5;
    /*position: fixed;
    right: 28px;*/
    /*max-width: 250px;*/
    min-width: 200px;
    z-index: 1;
}

.VIEWUI_comboBoxSearchWrapper {
    border-bottom: 1px solid #373737;
    box-shadow: 0 -1px 0 0 rgba(83, 79, 83, 0.1) inset;
    padding: 10px 5px;
}

.VIEWUI_comboboxOptionsContainer input {
    text-align: left;
    line-height: 18px;
}

.VIEWUI_comboboxNoResults {
    display: block;
    font-size: 16px;
}

.VIEWUI_combobox_selected.selected {
    background-color: rgba(0, 0, 0, 0.2);
}

.VIEWUI_comboboxLabel {
    margin-top: 3px;
    margin-right: 5px;
}

.VIEWUI_comboboxNoResults {
    text-align: center;
    line-height: 30px;
    color: #FF7171;
}

.VIEWUI_progress {
    background: rgba(0, 0, 0, 0.15);
    height: 15px;
    margin-bottom: 0;
}

.VIEWUI_progress>.progress-bar {
    line-height: 15px;
    font-size: 10px;
    background-color: rgba(173, 255, 47, 0.6);
    border-radius: 1px !important;
}

.progress-bar.progressFailed {
    background-color: #D45353;
}

.statusFailed {
    color: #D45353;
}

.statusFailedText {
    color: #ff5151;
}

#VIEWUI_block {
    position: absolute;
    z-index: 9999;
    transition: 0.5s;
}

#VIEWUI_block.blocked {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.VIEWUI_inputDisabled {
    /*background-color: #636363;
    color: #929292;
    box-shadow: 0 1px rgba(255,255,255,0.05) inset, 0 -1px rgba(0,0,0,0.1) inset;
    text-shadow: 1px 1px rgba(0,0,0,0.3);*/
    pointer-events: none;
    opacity: 0.3;
}

.VIEWUI_inputDisabled:hover {
    box-shadow: none;
}


/*.VIEWUI_button:disabled {
    pointer-events: none;
    opacity: 0.3;
}*/

.VIEWUI_viewOptions {
    position: absolute;
    margin-left: auto;
    right: 20px;
    bottom: 2px;
    height: 21px;
    pointer-events: auto;
}

.VIEWUI_viewOptionsContainer {
    margin-left: auto;
    width: 100%;
    pointer-events: none;
}

.VIEWUI_axisHelperWebGlContainer {
    position: relative;
    width: 210px;
    height: 210px;
    pointer-events: auto;
}

.VIEWUI_axisHelperCanvas2dContainer {
    position: absolute;
    top: 0;
    left: 0;
}

.VIEWUI_statusBar {
    width: 100%;
    float: left;
    pointer-events: auto;
}

.VIEWUI_statusColorBox {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px !important;
    margin-right: 5px;
    -webkit-box-shadow: -1px -1px rgba(0, 0, 0, 0.2), 1px 0 rgba(83, 79, 83, 0.2);
    box-shadow: -1px -1px rgba(0, 0, 0, 0.2), 1px 0 rgba(83, 79, 83, 0.2);
    background: #8A8A8A;
}

.VIEWUI_statusColorBox.success {
    background: #40C740;
}

.VIEWUI_statusColorBox.error {
    background: #FF3636;
}

.VIEWUI_bottomContainer {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    pointer-events: none;
}

.VIEWUI_bottomContainer label {
    font-size: 11px;
}

.VIEWUI_bottomContainerBar {
    width: 100%;
    padding: 0 5px;
    background: #FFFFFF;
    color: #534F53;
    line-height: 22px;
    font-size: 11px;
    border-top: 1px solid #989598;
    box-shadow: 0 -1px #6d6b6d;
    font-weight: 100;
}

.VIEWUI_statusBarExceptions {
    margin-bottom: 2px;
    width: 100%;
    /*calc(100% - 395px);*/
    float: left;
}

.VIEWUI_statusBarExceptions ul {
    max-height: 102px;
    overflow-y: auto;
    padding: 0;
    list-style: none;
    background: #333333;
    border: 1px solid #2A2A2A;
    overflow-y: auto;
    height: 42px;
    user-select: text;
    -ms-user-select: text;
    -moz-user-select: text;
}

.VIEWUI_statusBarExceptions ul li {
    margin-bottom: 1px;
    padding: 1px 5px;
}

.VIEWUI_statusBarExceptions ul li.VIEWUI_exceptionError {
    border-left: 3px solid #DA4C4C;
}

.VIEWUI_statusBarExceptions ul li.VIEWUI_exceptionWarning {
    border-left: 3px solid #FFA500;
}

.VIEWUI_statusBarExceptions ul li.VIEWUI_exceptionInformation {
    border-left: 3px solid #add8e6;
}

.VIEWUI_statusBarExceptions ul li:nth-child(even) {
    background: rgba(0, 0, 0, 0.1);
}

.VIEWUI_statusBarExceptions ul li:hover {
    /*border-color: #FF0000;*/
    background: rgba(0, 0, 0, 0.3);
}

.VIEWUI_exceptionError .VIEWUI_exceptionIcon {
    background: #DA4C4C;
    vertical-align: 2px;
    line-height: 11px;
}

.VIEWUI_exceptionWarning .VIEWUI_exceptionIcon {
    background: #f5b524;
    /*color: black;*/
}

.VIEWUI_exceptionInformation .VIEWUI_exceptionIcon {
    background: #7395d8;
    /*color: black;*/
}

.VIEWUI_exceptionIcon {
    background: #DA4C4C;
    height: 13px;
    width: 13px;
    display: inline-block;
    line-height: 12px;
    text-align: center;
    /*padding-right: 1px;*/
    border-radius: 15px !important;
    font-size: 10px;
    vertical-align: 1px;
    color: white;
}

.VIEWUI_statusBar .VIEWUI_loaderContainer {
    position: absolute;
    bottom: 0;
    left: 50%;
}

.VIEWUI_spriteIcons .icon {
    background: url(../images/viewerSprite.png);
    background-repeat: no-repeat;
}

#VIEWUI_container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
}

#VIEWUI_container .icon.icon-sm {
    width: 16px;
    height: 16px;
    margin-left: 0;
}

.VIEWUI_spriteIcons #NodeSupportFloor .icon {
    background-position: 0 0;
}

.VIEWUI_spriteIcons #NodeSupportCeiling .icon {
    background-position: -24px 0;
}

.VIEWUI_spriteIcons #NodeSupportWall .icon {
    background-position: -48px 0;
}

.VIEWUI_spriteIcons #RotateAngle0 .icon {
    background-position: 0 -24px;
}

.VIEWUI_spriteIcons #RotateAngle90 .icon {
    background-position: -24px -24px;
}

.VIEWUI_spriteIcons #RotateAngle180 .icon {
    background-position: -48px -24px;
}

.VIEWUI_spriteIcons #RotateAngle270 .icon {
    background-position: -72px -24px;
}


/*Bottom container bar radiobuttons*/

.VIEWUI_viewOptionsToggleButtons {
    float: left;
    padding-right: 5px;
    padding-top: 1px;
}

.VIEWUI_viewOptionsToggleButtons>span {
    display: block;
    float: left;
    margin-right: 3px;
}

.VIEWUI_measureUnits {
    display: inline-block;
    padding-left: 5px;
    font-size: 10px;
}

.VIEWUI_measureUnits>span:before {
    content: "[";
}

.VIEWUI_measureUnits>span:after {
    content: "]";
}

.VIEWUI_bottomContainerBar .VIEWUI_customRadio .ui-button-text,
.VIEWUI_bottomContainerBar .VIEWUI_customRadio .ui-button.ui-state-default {
    line-height: 15px;
    font-size: 10px;
}

.VIEWUI_bottomContainerBar .VIEWUI_customRadio .ui-button.ui-state-default {
    min-height: 10px;
}

.viewOptions_measurements .icon {
    background-position: -0px -64px;
}

.viewOptions_measurements.ui-state-active .icon {
    background-position: -16px -64px;
}

.viewOptions_supports .icon {
    background-position: -32px -48px;
}

.viewOptions_supports.ui-state-active .icon {
    background-position: -48px -48px;
}

.viewOptions_loads .icon {
    background-position: 0 -48px;
}

.viewOptions_loads.ui-state-active .icon {
    background-position: -16px -48px;
}

.viewOptions_real .icon {
    background-position: -64px -48px;
}

.viewOptions_real.ui-state-active .icon {
    background-position: -80px -48px;
}

.viewOptions_bolts .icon {
    background-position: -32px -64px;
}

.viewOptions_bolts.ui-state-active .icon {
    background-position: -48px -64px;
}

.viewOptions_pipes .icon {
    background-position: -64px -64px;
}

.viewOptions_pipes.ui-state-active .icon {
    background-position: -80px -64px;
}

.viewOptions_boxes .icon {
    background-position: -0px -80px;
}

.viewOptions_boxes.ui-state-active .icon {
    background-position: -16px -80px;
}

.systemPreferencesButtonActive {
    background: grey
}

.systemPreferencesButtonInactive {
    background: none
}

.VIEWUI_allFieldsContainer {
    height: 100%;
    overflow-y: auto;
}

.VIEWUI_allFieldsContainer .VIEWUI_group:first-of-type {
    margin-top: 0;
}

.VIEWUI_namebox {
    white-space: nowrap;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: calc(100% - 17px);
    display: inline-block;
}

#loadingLabel {
    background-color: #F6F6F6;
    border-bottom: 1px solid #646464;
    border-left: 1px solid #646464;
    border-top: 1px solid #646464;
    border-right: 1px solid #646464;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 11;
    width: 100.5%;
}

#loadingLabel .loading-container {
    text-align: center;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    position: absolute;
}

.loading-title {
    color: rgba(0, 0, 0, 0.7);
    text-shadow: 0 0 1px rgba(83, 79, 83, 0.2);
    font-size: 50px;
}

.View3dInput {
    width: 100px !important;
    /* height: 16px !important; */
    border: none !important;
    background-color: transparent !important;
    text-align: center !important;
    font-family: Arial;
    font-size: 14px;
    position: absolute;
    transform-origin: 0px 0px;
    /* color : #000; */
    /*pointer-events:none;*/
}

.View3dInputMouseOver {
    width: 80px !important;
    height: 16px !important;
    border: 1px solid #3d3d3d !important;
    background-color: transparent !important;
    text-align: center !important;
    font-family: Arial;
    font-size: 14px;
    position: absolute;
    transform-origin: 0px 0px;
    /*pointer-events:none;*/
}

.View3dInputWithFocus {
    width: 80px !important;
    height: 16px !important;
    border: 1px solid #3d3d3d !important;
    background-color: #DDDDDD !important;
    text-align: center !important;
    font-family: Arial;
    font-size: 14px;
    position: absolute;
    transform-origin: 0px 0px;
    /*pointer-events:none;*/
}

.VIEWUI_bigButton {
    width: 300px;
    margin-top: 0;
    padding: 8px 10px 10px 10px;
    height: 100%;
    float: left;
    margin-right: 4px;
}

.VIEWUI_bigButton:last-of-type {
    margin-right: 0;
}