.apps-btn {
    cursor: pointer;
    background: #40d0b9 url("../i/ico/apps-btn-bg.png") no-repeat center center;
    height: 38px;
    width: 38px;
    vertical-align: middle;
    background-position: center center;
    border: 0px;
    margin: 0px 2px;
    border-bottom: 2px solid #31ae9b;
}

.apps-btn:hover {
    border-bottom: 2px solid #289484;
    background: #33bbaa url('../i/ico/apps-btn-bg.png') no-repeat center center;
}

.apps_block_triangles {
    position: absolute;
    display: none;
    height: 0px;
    width: 0px;
    border: solid transparent;
    z-index: 201;
    border-width: 10px;
}

#apps_block_up_triangle {
    /*border-bottom-color: blue;*/
    border-bottom-color: #533e3e;
}

#apps_block_down_triangle {
    border-top-color: #fff;
}

.apps-block {
	position: absolute;
	display: none;
	background: #fff;
	/*//max-width: 180px;*/
	/*min-height: 100px;*/
	/*//margin-left: -280px;*/
	/*padding-top: 0px;*/
        /*max-width: 484px;*/
	/*
	border: 1px solid #929292;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	*/
        border: 1px solid #d4d3d3;
        -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25);
	z-index: 200;
	font-family: 'VAGRundschriftD-Lig';
}

.apps-block h1{
	margin: 0px;
	padding: 0px;
	background: #533e3e;
	color: #fff;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	padding-left: 20px;
}

.apps-block span{
	color: #000000;
	font-size: 13px;
}

.apps-block span:first-letter{
    text-transform: uppercase;
}

/*.apps-block:after, .apps-block:before {*/
	/*bottom: 100%;*/
	/*!*left: 84%;*!*/
	/*border: solid transparent;*/
	/*content: " ";*/
	/*height: 0;*/
	/*width: 0;*/
	/*position: absolute;*/
	/*pointer-events: none;*/
/*}*/
/*.apps-block:after {*/
	/*border-color: rgba(255, 255, 255, 0);*/
	/*border-bottom-color: #533e3e;*/
	/*border-width: 10px;*/
	/*margin-left: -10px;*/

/*}*/
/*.apps-block:before {*/
	/*border-color: rgba(146, 146, 146, 0);*/
	/*border-bottom-color: #929292;*/
	/*border-width: 11px;*/
	/*margin-left: -11px;*/

/*}*/

/*.apps-block.down:before{*/
    /*display: none;*/
/*}*/

/*.apps-block.down:after{*/
    /*border-color: rgba(255, 255, 255, 0);*/
    /*border-width: 10px;*/
    /*margin-left: -10px;*/
    /*border-top-color: #533e3e;*/
    /*bottom: -22px;*/
/*}*/

.apps-block .descr{
    
    border-top: 1px solid #CCCCCC;
    color:#808080;
    font-size: 14px;
    text-align: center;
    margin: 10px;
    padding: 10px 0 0 0;
    clear: both;
}

.apps-block .noapps {
    margin: 30px 0;
    text-align: center;
    color:#533E3E;
    font-size: 16px;
    width: 180px;
}

.app-name {
	/*float: left; */
	font-size: 13px;
	padding: 12px 10px;
	text-align: center;
	margin-left: 5px;
    /* fix */
    display: inline-block;
    width: 91px;
    vertical-align: top;
}

.app-name img {
	padding-bottom: 5px;
}

.app-name a {
	font-size: 13px;
	text-decoration: none;
	color: #000;
}
.app-name .upgrade_license {
    opacity: 0.5;
}
/*Social*/

.social-block {
	position: absolute;
	display: none;
	background: #fff;
	width: 500px;
	min-height: 100px;
	padding-top: 0px;
	margin-left: -150px;
    border: 1px solid #d4d3d3;
    font-size: 15px;
	    border: 1px solid #d4d3d3;
    -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25);

	z-index: 200;
	font-family: 'VAGRundschriftD-Lig';
}

.social-block h1{
	margin: 0px;
	padding: 0px;
	background: #000000;
	color: #fff;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	padding-left: 20px;
}

.social-block span{
	color: #000000;
	font-size: 16px;
}

.social-block:after, .social-block:before {
	bottom: 100%;
	left: 85%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.social-block:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #000000;
	border-width: 10px;
	margin-left: -10px;

}
.social-block:before {
	border-color: rgba(146, 146, 146, 0);
	border-bottom-color: #929292;
	border-width: 11px;
	margin-left: -11px;

}

.social-block.down:before{
    display: none;
}

.social-block.down:after{
    border-color: rgba(255, 255, 255, 0);
    border-width: 10px;
    margin-left: -10px;
    border-top-color: #000000;
    bottom: -22px;
}

.social-name {
	float: left;
	font-size: 13px;
	padding: 12px 10px;
	text-align: center;
}

.social-name img, .sketchfab-facebook-btn img, .sketchfab-twitter-btn img {
	width: 94px;
	height: 99px;
	padding-bottom: 5px;
}

.social-name a {
	font-size: 13px;
	text-decoration: none;
	color: #000;
}
/* APPS STYLE */
.appspopup {
    padding: 0;
    border: 0px;
    font-family: "VAGRundschriftD-Lig";
    z-index: 100000;
}
.appspopup .close,.appspopup .close-popup{
    color: #FFFFFF !important;
    font-family: "VAGRundschriftD";
    font-size: 21px;
    right: 25px;
}
.appspopup .title {
    background: #206268;
}
.appspopup .title span{
    display: inline-block;
    padding: 0px 100px 0 25px;
    background: #40C9B8;
    color:#FFFFFF;
    font-family: "VAGRundschriftD";
    font-size: 21px;
    height: 50px;
    line-height: 50px;

}
.appspopup .popup_content {
    position: relative;
    padding:20px;
}
.appspopup .help {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 0 20px 0;
}

.appspopup .help .logo {
    float: left; 
    margin: 0 30px 0 0;
}
            
.appspopup .help .info {
    float: left;
}

.appspopup .help .info p {
    font-family: "VAGRundschriftD-Lig";
}

.appspopup .help .info p span{
    color: #40C9B8;
    font-family: "VAGRundschriftD-Lig";
}
.appspopup .help h3 {
    font-size: 16px;
    font-weight: bold;
    font-family: "VAGRundschriftD-Lig";
    margin: 0 0 10px 0;
}

.appspopup .text {
    float: left;
    width:550px;
    font-family: "VAGRundschriftD-Lig";
    font-size: 16px;
}
.appspopup .settings {
    margin: 90px auto;
    width: 690px;
    
}
.appspopup .settings .item{
    float: left;
    border-left: 1px solid #e2e2e2;
    padding: 30px;
    width: 200px;
}
.appspopup .settings .item label{
    display: block;
}
.appspopup .settings label.big{
   font-size: 18px;
}
.appspopup .settings .item .val {
    width: 100%;
    display: block;
}
.appspopup .settings .item .val.small {
    width: 30px;
}
.appspopup .settings .item:first-child{
    border-left: none;
}

.appspopup .status {
    height:190px;
    margin: 20px 0;
}

.appspopup .status .pretext {
    color: #40C9B8;
    font-family:  "VAGRundschriftD-Lig";
    text-align: center;
    padding: 90px 0 0 0;
    font-size: 20px;
}

.appspopup .status div{
    line-height: 1.5;
    font-family: "VAGRundschriftD-Lig";
}

.appspopup .footer {
    background: #ECEEEE;
    padding: 20px;
    height: 50px;
}

.appspopup input#goQueue{padding: 0px;}

.appspopup .btn, .appspopup input.btn{
    height: 50px;
    line-height: 50px;
    min-width: 112px;
    color: #ffffff;
    display: inline-block;
    font-size: 19px;
    text-align: center;
    font-family: "VAGRundschriftD";
    text-decoration: none;
    border:none;
}

.appspopup .red {
    background: #cd1335;
}

.appspopup .btn.red:hover
{
  border-bottom: 2px  solid #d55f1e;
  background-color: #cd1335;
}

/*.appspopup .blue, .appspopup input.btn.blue {*/
    /*background: #40c9b8;*/
/*}*/
.appspopup .gray,  .appspopup input.btn.gray  {
    background: #DDDDDD;
}

.appspopup.default_file_action {
    top: 40px;
    left: 20%;
    width: 740px;
    height: 500px;
}

.appspopup.default_file_action .footer .step {
    display: none;
}

.appspopup.default_file_action .footer .start .blue {
    float: left;
}

.appspopup.default_file_action .footer .start .red {
    float: right;
}
.appspopup.default_file_action .footer .work .blue {
    float: right;
}
.appspopup.default_file_action .footer .work .wait {
    width:48px;
    height: 48px;
    background: url('/assets/i/preloaders/8.gif') no-repeat;
    float: left;
}
.appspopup.default_file_action .footer .stop .blue{
    float: right;
    width: auto;
    padding: 0 10px;
} 

.appspopup .active{
    background: #40c9b8 !important;
    cursor: pointer;
}

.appspopup .inactive{
    background: #1a5d64 !important;
    cursor: pointer;
}


.appspopup .slider{
	width: 190px;
	height: 26px;
	display: inline-block;
	background:url("../img/slider_bg.png") no-repeat bottom left;
}

.appspopup .ui-state-default,
.appspopup .ui-widget-content .ui-state-default,
.appspopup .ui-widget-header .ui-state-default {
	border: 0px;
	background:url("../img/slider.png") no-repeat bottom left;
	background-color:  none;
	height: 26px;
}

.appspopup .ui-slider-horizontal .ui-slider-handle{
  top: 3px;
  margin-left: 0em;
  background-color:  none;
}

.appspopup .ui-state-hover,
.appspopup .ui-widget-content .ui-state-hover,
.appspopup .ui-widget-header .ui-state-hover,
.appspopup .ui-state-focus,
.appspopup .ui-widget-content .ui-state-focus,
.appspopup .ui-widget-header .ui-state-focus {
	border: 0px;
	background:url("../img/slider.png") no-repeat bottom left;
	background-color:  none;
}

/*
.ui-slider .ui-slider-horizontal .ui-widget .ui-widget-content
*/
.appspopup .ui-corner-all{
	border: 1px;
}

.appspopup .ui-widget-content{
	border: 1px;
}
.appspopup .clear {
    clear:both;
}

/* /APPS STYLE */


/* TRHEE JS */
.appspopup .threejs-viewport {
    width:100%;
    height:100%;
    float: left;
    overflow: hidden;
}
.appspopup .threejs-viewport .Panel {
    height: 100%;
}

.appspopup .threejs-nav ul{
    background-color: #F2F9F9;
    padding: 10px;
    position: relative;
    z-index: 999;

}

.appspopup .threejs-nav  ul li{
    display: inline-block;
    padding-left: 0px;
    text-align: center;
}
.appspopup .threejs-nav  ul li.line{
    position: relative;
    top: -28px;
    margin-left: 10px;
    margin-right: 10px;
}
.appspopup .threejs-nav  ul li.line:hover{
    background-color: transparent;
}
.appspopup .threejs-nav  ul li.line span{
    display: block;
    width: 10px;
    height: 10px;
    background-color: #E1F1F2;
    border-radius: 50%;
    margin-bottom: 5px;
}
.appspopup .threejs-nav  ul li span.btn-emul-a,
.appspopup .threejs-nav  ul li a{
    display: inline-block;
    padding: 10px;
    color: #206268;
    text-decoration: none;
}
.appspopup .threejs-nav  ul li span.btn-emul-a span.icon{
    display: block;

}
.appspopup .threejs-nav .printer-list ul li.leftprinter a {
    background: #b0d9d9;
}
.appspopup .threejs-nav  ul li a .icon{
   display: block;
}
.appspopup .appspopup .threejs-nav  ul li.active{
    background-color: #dde4e4 !important;
    border-radius: 5px;
}
.appspopup .threejs-nav  ul li:hover,.appspopup .threejs-nav  ul li.active{
    background-color: #dde4e4 !important;
    border-radius: 5px;
}
.appspopup .threejs-nav  ul li.line:hover {
    background-color: transparent !important;
}
.appspopup .threejs-nav .printer-list ul li a.selected{
    background-color: #f7c226 !important;
    border-radius: 5px;
}

.appspopup .threejs-nav  ul li.active.disabled{
    background-color: transparent !important;
}

.appspopup .threejs-nav  ul li:hover.disabled{
    background-color: transparent;
}
.appspopup .threejs-nav  ul li:hover.disabled a{
    cursor: default;
}

.appspopup .threejs-nav  ul li:hover ul{
    display: block;
    margin-left: -10px;

}
.appspopup .threejs-nav  ul ul{
    display: none;
    position: absolute;
    background-color: #dde4e4;
    border-radius: 0 0 5px 5px;
}
.appspopup .threejs-nav  ul ul li{
    display: block;
}
.appspopup .threejs-nav  ul ul li a{
    padding: 7px 10px;
    color: #206268;
    display: block;
    text-align: left;
}
.appspopup .threejs-nav  ul ul li a:hover{
    background-color: #c3caca;
    border-radius:5px ;
}
.appspopup .threejs-nav  ul ul li a .label-ed{
    position: relative;
    top: -28px;
    margin-left: 10px;
    margin-right: 10px;
}

.appspopup .threejs-nav .printer-list ul li a span {
    font-size: 10px;
}

.appspopup .threejs-nav  ul li.position{
    float: right;
    color: #f0e70b;
}
.appspopup .threejs-nav  ul li.position:hover{
    background-color: transparent;
}
.appspopup .threejs-nav  ul li.position input{
    border: 0px;
    padding: 3px;
    width: 100px;
    margin-left: 10px;

}
.appspopup .threejs-nav  ul li.position .position-element{
    margin-bottom: 5px;
}

.appspopup .threejs-nav .printer-list ul{
    width: 500px;
    border-radius: 0 5px 5px !important;
    z-index: 100;
}
.appspopup .threejs-nav .printer-list ul li{
    display: inline-block !important;
    width: 100%;
    
}
.appspopup .threejs-nav .printer-list ul li a{
    font-size: 13px; 
}
.appspopup .threejs-nav .printer-list ul li:last-child{
    float: left;
}

.appspopup .threejs-nav > ul > li a.def-cursor{
    cursor: default;
}

/* /TRHEE JS */

/* OS PANEL */
.popup .appspopup .os-panel .label{
    background-color: transparent !important;
}

.appspopup .os-panel{
      position: absolute;
      z-index: 99;
      background-color: #E1F1F2;
      height: 460px;
      width: 320px;
      padding: 20px;
      top:0;
      
      opacity: 0.8;
}
.appspopup .os-panel.close {
    background: none;
}

.appspopup .os-panel .block .title-panele{
    border-bottom: 2px solid #D6E6E3;
    color: #206268;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.appspopup .os-panel .block .bottom-row{
    border-top: 1px solid #D6E6E3;
    margin-top: 35px;
    padding-top: 25px;
    text-align: center;
}
.appspopup .os-panel .block .bottom-row button{
    background-color: #40C9B8;
    color: #ffffff;
    border: 0px;
    padding: 10px 40px;
    border-radius: 3px;
    cursor: pointer;
    border-bottom: 1px solid #2B9B8E;
    border-right: 1px solid #2B9B8E;
}
.appspopup .os-panel .block  .el{
    margin-bottom: 15px;
}
.appspopup .os-panel .block  .el input{
    background-color: #fff;
    padding: 5px;
    border-radius:3px;
    border: 0px;
    border-top: 1px solid #ACC5C5;
    border-left: 1px solid #ACC5C5;
    text-align: center;
    float: right;
    width: 150px;
}
.appspopup .os-panel .block  .el .label{
    position: relative;
    top: -2px;
}
.appspopup .os-panel .block  .el img{
    position: relative;
    top: 4px;
    margin-right: 10px;
}
.appspopup .os-panel .block .ui-widget-content{
    background: none !important;
}

.appspopup .os-panel .block .sub-block {
    background-color: #f2f9f9;
    border-radius: 7px;
    margin: 0 0 10px 0;
}

.appspopup .os-panel .block .sub-block .header {
    background-color: #fff;
    border-radius: 7px 7px 0 0;
    font-size: 14px;
    color: #7cb2aa;
    padding: 7px 13px;
    margin-bottom: 4px;
}
.appspopup .os-panel .block .sub-block .header span{
    display: inline-block;
    color: #ff7205;
    float: right;
    font-family: "VAGRundschriftD";
    font-weight: 300;
    font-size: 20px;
    position: relative;
    top: -3px;
}
.appspopup .os-panel .block .sub-block .body {
    padding: 7px 13px;
    padding-bottom: 3px;
}
.appspopup .os-panel .block .sub-block .body input {    
    resize: none;
    border: 1px solid #FFFFFF;
    border-top: 1px solid #ACC5C5;
    border-left: 1px solid #ACC5C5;
    border-radius: 4px;
    padding: 6px 5px;
    width: 54px;
    position: relative;
    color: #1f666d;
}
.appspopup .os-panel .block .sub-block .body label {
    display: inline-block;   
    font-size: 14px;
    color: #1f666d;
    margin: 0 0 5px 0;
}
.appspopup .os-panel .block .sub-block .body .line {
    height: 1px;
    background: #E1F1F2;
    margin: 20px 0;
}
.appspopup .os-panel .block .sub-block .body .ico-text {
    padding: 0 0 0 48px;
    position: relative;
}
.appspopup .os-panel .block .sub-block .body .ico-text .ico {
    position:absolute;
    top:0;
    left: 0;
}

.appspopup .os-panel .block .sub-block .body .ico-text .row {
    margin: 0 0 5px 0;
}
.appspopup .os-panel .block .sub-block .body .ico-text .row .sub-row {
    margin-left: 20px;
}
.appspopup .os-panel .block .sub-block .body .ico-text label,.appspopup .os-panel .block .sub-block .body .ico-text span {
    font-size: 14px;
}

/* /OS PANEL */

/* FULL SCREEN */
/*
.appspopup.fullscreen .popup_content{
    height: 100% !important;
}*/
.appspopup.fullscreen{
    top: 0px !important;
    left: 0px !important;
    position: fixed !important;
}
.appspopup.fullscreen .threejs-viewport{
    height: 100% !important;
}
/*
.appspopup.fullscreen .threejs-viewport canvas{
    height: 100% !important;
    width: 100% !important;
}*/
.appspopup.fullscreen .threejs-viewport .Panel{
    /*height: 81% !important;*/
}
.appspopup.fullscreen .os-panel{
    position: absolute !important;
    height: 100%;
}
.appspopup .minimize_popup,
.appspopup .fullscreen_popup{
    cursor: pointer;
    position: absolute;
    right: 55px;
    background: transparent;
    border: 3px solid #fff;
    top: 14px;
    height: 15px;
    width: 15px;
}
.appspopup .minimize_popup span{
    display: inline-block;
    background-color: #fff;
    width: inherit;
    height: 7px;
}
 .appspopup .minimize_popup{
    border: 0px !important;
}

/* /FULL SCREEN */

/* TRANFORM TOOLTIP */
.threejs-transformtooltip {
    padding: 5px;
    background-color:#ffffff;
    border: 1px solid #FFB336;
    font-size: 12px;
    display:none;
    position: absolute;
    top:0;
    left: 0;
    z-index: 100;
    
}
/* /TRANSFORM TOOLTIP */

/* PGROGRESS BAR */


.threejs-progress{
    height: 5px;
    background-color:#ffffff;
    display:none;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.threejs-progress .value{
    height: 5px;
    background-color: #FFB336;
    position: relative;
}
.threejs-progress .message {
    position: absolute;
    top: 5px;
    font-family: "VAGRundschriftD-Lig";
    font-size: 14px;
    border: 2px solid #FFB336;
    border-top: none;
    padding: 3px 5px;
    background: #FFB336;
    color:#FFFFFF;
    min-width: 150px;
}
/* PGROGRESS BAR */

/* SCENE OBJECTS LIST */

.threejs-objects-list {
    position: absolute;
    top: 25px;
    left: 10px;
    padding: 5px;
}
.threejs-objects-list .items {
    margin-left: -20px;
    padding: 0 170px 60px 20px;
    overflow-y: auto;
    direction: rtl;
}
.threejs-objects-list .items.scroll-is-visible {
    padding-left: 0;
}
.threejs-objects-list .items .jspVerticalBar {
    right:auto;
    left:3px;
}
.threejs-objects-list .items ul {
    direction: ltr;
}
.threejs-objects-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 295px;
}
.threejs-objects-list li{
    padding: 3px 5px;
    margin: 5px 0;
    border-radius: 4px;
    background: rgba(0, 210, 255, 0.7);
    color:#FFFFFF;
    position: relative;
}
.threejs-objects-list li.plane-controls, .threejs-objects-list li.plane-controls:hover{
    background: none;
}
.threejs-objects-list li.current-printer-name, .threejs-objects-list li.current-printer-name:hover{
    background: #FFFFFF;
    color: #1f666d;
    display: inline;
    position: relative;
    top: 0px;
}

.threejs-objects-list li span{
    cursor: pointer;
}

.threejs-objects-list li.selected,.threejs-objects-list li:hover {
    background: rgba(255, 168, 0, 0.7);
}
.threejs-objects-list li.sub-selected {
    background: rgba(255, 168, 0, 0.3);
}
.threejs-objects-list li .buttons {
    display: inline-block;
    margin: 3px 5px 0 0;
}
.threejs-objects-list li .size {
    position:absolute; 
    left: 100%;
    top: 0px;;
    display: none;
    color: black;
    width: 150px;
    color: #E7F4F4;
    
    padding: 8px 5px 8px 15px;
    border-radius: 4px;
}
.threejs-objects-list li.selected .size {
    display: block;
}
.threejs-objects-list li span {
    display: inline-block;
    margin-top: -5px;
    width: 150px;
    overflow: hidden;
    position: relative;
    top: -2px;
    white-space: nowrap;
}

.threejs-objects-list li .buttons a{
    margin:0 5px 0 0;
    display: inline-block;
    width: 21px;
    height: 21px;
}
.threejs-objects-list li .buttons a.remove-obj{
    background: url('/assets/apps/stl-editor3d/img/delete_icon.png') no-repeat;
}

.threejs-objects-list li .buttons a.showhide{
    background: url('/assets/apps/stl-editor3d/img/hide_icon.png') no-repeat;
}

.threejs-objects-list li .buttons a.showhide.obj-visible{
    background: url('/assets/apps/stl-editor3d/img/show_icon.png') no-repeat;
}
.threejs-objects-list li.plane-controls .buttons a.showhide{
    background: url('/assets/apps/stl-editor3d/img/grid_off_icon.png') no-repeat;
}
.threejs-objects-list li.plane-controls .buttons a.showhide.grid-visible{
    background: url('/assets/apps/stl-editor3d/img/grid_on_icon.png') no-repeat;
}

.threejs-objects-list li .buttons a.ruler{
    background: url('/assets/apps/stl-editor3d/img/ruler_off_icon.png') no-repeat;
}
.threejs-objects-list li .buttons a.ruler.ruler-visible{
    background: url('/assets/apps/stl-editor3d/img/ruler_on_icon.png') no-repeat;
}

.threejs-objects-list li .buttons a.space {
    background: url('/assets/apps/stl-editor3d/img/axis_icon.png') no-repeat;
}

.threejs-objects-list li .buttons a.snap{
    background: url('/assets/apps/stl-editor3d/img/snapgrid_on_icon.png') no-repeat;
}
.threejs-objects-list li .buttons a.snap.snap-off{
    background: url('/assets/apps/stl-editor3d/img/snapgrid_off_icon.png') no-repeat;
}

.threejs-objects-list li .buttons a.planecube{
    background: url('/assets/apps/stl-editor3d/img/showcube_off_icon.png') no-repeat;
}
.threejs-objects-list li .buttons a.planecube.visible{
    background: url('/assets/apps/stl-editor3d/img/showcube_on_icon.png') no-repeat;
}

.threejs-objects-list li .buttons a.wireframe-mode{
    background: url('/assets/apps/stl-editor3d/img/material_off_icon.png') no-repeat;
}
.threejs-objects-list li .buttons a.wireframe-mode.visible{
    background: url('/assets/apps/stl-editor3d/img/material_on_icon.png') no-repeat;
}



.threejs-objects-list li .buttons a.copy{
    background: url('/assets/apps/stl-editor3d/img/clone_icon.png') no-repeat;
}

.threejs-objects-list li .buttons a.rename{
    background: url('/assets/apps/stl-editor3d/img/edit_icon.png') no-repeat;
}

.threejs-objects-list li .buttons a.extruder{
    background: url('/assets/apps/stl-editor3d/img/extruder_off_icon.png') no-repeat;
}
.threejs-objects-list li .buttons a.extruder.btn-enalbe{
    background: url('/assets/apps/stl-editor3d/img/extruder_on_icon.png') no-repeat;
}

/* msg */
.appspopup .threejs-msg {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 50%;
    left: 25%;
    border-radius: 50px;
    padding: 10px;
    background: #FFFFFF;
    z-index: 150;
}
.appspopup .threejs-msg .hidemsg{
    position: absolute;
    right: 10px;
    top: 3px;
    color: #b0d9d9;
    cursor: pointer;
}
.appspopup .threejs-msg .hidemsg:hover{
    color:#f7c226;
}

.appspopup .os-panel .block .bottom-row button:active{
    border: 2px solid #40c9b8;
    border-top: 2px solid #2b9b8e;
    border-left: 2px solid #2b9b8e;
}
.appspopup .os-panel .block .bottom-row button{
    background-color: #40c9b8;
    border: 2px solid #40c9b8;
    border-bottom: 2px solid #2b9b8e;
    border-right: 2px solid #2b9b8e;
    color: #fff;
}
.appspopup .pull-right{
    float: right;
}

.search-engine-internal .secured3d-combobox{
    z-index: 10001;
}
#project_share_list{
    /*height: 500px;*/
    overflow: auto;
}

.appspopup .btn-sm {
    height: 36px !important;
    line-height: 36px !important;
}
#registeringprinter-dremel3d4045_3dos .w_popup.b_ok{
    float: right;
}
.searh-menu-printers .searchPrinter{
    float: right;
    width: 266px;
    border-left: 1px solid #cdcdcd;
    padding-left: 15px;
}
.searh-menu-printers .searchPrinter input{
    width: 95%;
    height: 26px;
    border-radius: 9px;
    border: 1px solid #cdcdcd;
    padding-left: 5px;
}

.searh-menu-printers .leftprinter{
    width: 200px;
    float: left;
    overflow-y: scroll;
    height: 375px;
    margin-top: 15px;
 }
.searh-menu-printers .searchPrinter .printerBox{
    overflow-y: scroll;
    height: 350px;
    margin-top: 15px;
}
.searh-menu-printers .printer-list-title {
    margin-bottom: 5px;
    font-weight: bold;
}
.searh-menu-printers .favprinter {
    margin-bottom: 10px;
}
.end-of-print{
    float: right;
    display: inherit;
    font-weight: 100;
    color: #424242;
    padding-right: 8px;
}
#custom-report{
  margin-bottom: 18px;
  padding-left: 8px;
}
#custom-report label{
  font-size: 15px;
  margin-right: 10px;
  display: inline-block;
}
#job-questions .answers table{
  margin-top: 10px;
}
#job-questions table label input[type="checkbox"]{
  margin-top: 11px;
  height: auto;
}
#job-questions .new-question .question-item,
#job-questions  .question-header {
  padding-top: 7px;
}
.add_virtual_printer_popup .title span{
  padding: 0px 30px 0 25px !important;
}
#delete_confirmation_win,
#delete_confirmation_window{
  width: 500px !important;
}
.simple_universal_popup{
  min-width: 500px;
}
.count-job{
  float: right;
  display: inherit;
  font-weight: 100;
  color: #424242;
  border-right: 1px solid #EAEAEA;
  padding-right: 7px;
  margin-right: 7px;
}
.footer_menu .gotop:hover{
    cursor: pointer;
    color: #4aca3f;
}
#print_check{
    overflow: hidden;
}

#slicer_popup.hide_slicer_inputs .controls  table > tbody > tr > td:nth-child(2),
#slicer_popup.hide_slicer_inputs .srow, #slicer_popup.hide_slicer_inputs .s-expert-text
{
  position: relative;
  z-index: -1;
}
.hide_slicer_inputs #slicer_simple_popup > div.pull-left > div:nth-child(3) div,
.hide_slicer_inputs #slicer_expert_popup > div.pull-left > div:nth-child(2) > textarea {
  opacity: 0;
}
.u3-btn, .m5th-btn{
  width: auto !important;
  background-color: #f77027 !important;
  border-bottom-color: #ba551e !important;
}
