.toolbar {
	position: absolute;
	margin: 5px 0;
	border: 1px solid rgba(150, 150, 150, .8);
	border-radius: 8px;
	/*background-color: rgba(34,34,34,.8);*/
	background-color: #fff;
	z-index: 10
}

.toolbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.toolbar ul>li {
	padding: 4px;
	float: left;
}
.waiter{
	display: none;
}
@media screen and (max-width: 325px) {
    .toolbar ul>li {
		padding: 4px 1px;
	}
}

.toolbar-button {
	float: left;
	cursor: pointer;
	width: 28px;
	height: 28px;
	padding: 4px 4px 4px 6px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 8px;
	background-color: #000;
}

.table {
	position: absolute;
	margin: 5px;
	border: 1px solid rgba(150, 150, 150, .8);
	border-radius: 8px;
	background-color: rgba(34, 34, 34, .8);
}

li .tooltip {
	position: absolute;
	visibility: hidden;
	bottom: 90%;
	padding: 4px;
	z-index: 5;
	background-color: rgba(34, 34, 34, .8);
	color: #f4f4f4;
	font-family: 'trebuchet ms', verdana, arial;
	font-size: 11px;
	text-align: center;
	line-height: 1.2;
	white-space: nowrap;
	opacity: 1;
	border-radius: 3px;
	 margin-bottom: 8px;
	
}

/*li .tooltip
{
    margin-bottom: 8px;
    }*/


    .tooltip.in {
    opacity: .9;
    visibility: visible;
    background-color:transparent;
    margin-left: -19px;
}


.titlebar-title {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	box-shadow: 0 1px 0 rgba(200, 200, 200, .8);
	margin-bottom: 1px;
	padding: 10px;
	resize: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.titlebar-title:hover {
	cursor: move;
}

.titlebar-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px 5px 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: rgba(224, 224, 224, 1);
	cursor: pointer;
}

.titlebar-button:hover {
	color: #E2580B;
}

.annotation-input {
	background-color: transparent;
	font-size: 12pt;
	color: #fff;
	width: 98%;
	height: 54px;
}

.dialog {
	position: absolute;
	z-index: 3;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 350px;
	height: 300px;
	resize: none;
	min-width: 50px;
	min-height: 50px;
	overflow-x: hidden;
	overflow-y: hidden;
	border-radius: 5px;
	transition: background .4s ease;
	background: rgba(34, 34, 34, .8);
	border: 1px solid rgba(150, 150, 150, .8);
}

.dialog-content {
	text-transform: none;
	margin: 5px;
}

.file-path {
	text-transform: none;
	margin: 5px;
}

.file-path:hover {
	color: #f00;
	cursor: pointer;
}

#btnOrbit {
	background-image: url(../img/off/bt0.png);
}

#btnOrbit:hover {
	background-image: url(../img/on/bt0.png);
}

#btnPan {
	background-image: url(../img/off/bt1.png);
}

#btnPan:hover {
	background-image: url(../img/on/bt1.png);
}

#btnZoom {
	background-image: url(../img/off/bt2.png);
}

#btnZoom:hover {
	background-image: url(../img/on/bt2.png);
}

#btnSelect {
	background-image: url('../img/btnSelect.png');
}

#btnMeasure {
	background-image: url('../img/btnMeasure.png');
}

#btnExplode {
	background-image: url(../img/off/bt3.png);
}

#btnExplode:hover {
	background-image: url(../img/on/bt3.png);
}

#btnFullScreen {
	background-image: url(../img/off/bt6.png);
}

#btnFullScreen:hover {
	background-image: url(../img/on/bt6.png);
}

#btnView {
	background-image: url('../img/btnView.png');
}

#btnFitToView {
	background-image: url(../img/off/bt4.png);
}

#btnFitToView:hover {
	background-image: url(../img/on/bt4.png);
}

#btnLineVisibility {
	background-image: url(../img/off/bl.png);
}

#btnLineVisibility:hover {
	background-image: url(../img/on/bl.png);
}

#btnResetCamera {
	background-image: url(../img/off/bt5.png);
}

#btnResetCamera:hover {
	background-image: url(../img/on/bt5.png);
}

#btnAnnotation {
	background-image: url('../img/btnAnnotation.png');
}

#btnLoadModel {
	background-image: url('../img/btnLoadModel.png');
}

#btnSnap {
	background-image: url('../img/btnSnap.png');
}

#btnSetting {
	background-image: url('../img/btnSetting.png');
}

#btnFrontView {
	background-image: url('../img/btnFrontView.png');
}

#btnBackView {
	background-image: url('../img/btnBackView.png');
}

#btnLeftView {
	background-image: url('../img/btnLeftView.png');
}

#btnRightView {
	background-image: url('../img/btnRightView.png');
}

#btnTopView {
	background-image: url('../img/btnTopView.png');
}

#btnBottomView {
	background-image: url('../img/btnBottomView.png');
}

#btnFrontRightView {
	background-image: url('../img/btnFrontRightView.png');
}

#btnLeftFrontView {
	background-image: url('../img/btnLeftFrontView.png');
}

#btnBackLeftView {
	background-image: url('../img/btnBackLeftView.png');
}

#btnRightBackView {
	background-image: url('../img/btnRightBackView.png');
}

.waiter {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 25%;
	visibility: visible;
	text-align: center;
	height: 12.5%;
	z-index: 991;
}

.waiter>div {
	width: 12%;
	height: 0;
	padding-bottom: 12%;
	margin: 0 1.5%;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.waiter .bounce1 {
	-webkit-animation-delay: -.75s;
	animation-delay: -.75s
}

.waiter .bounce2 {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s
}

.waiter .bounce3 {
	-webkit-animation-delay: -.25s;
	animation-delay: -.25s
}

@-webkit-keyframes bouncedelay {
	0%,
	95%,
	100% {
		-webkit-transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1)
	}
}

.container {
	font-size: 0.8vw;
}

.container img {
	max-width: 100%;
	max-height: 100%;
}

.container,
.coverer {
	display: block;
	/*position: absolute;*/
	left: 0;
	top: 0;
	height: 100%;
	/*width: 100%;*/
	/*overflow: hidden;*/
}

#adsk_viewer .container,#viewer .container
 {
	position: absolute;
	width: 100%;
}

.coverer {
	z-index: 990;
	background-color: rgba(255, 255, 255, 0.5);
}

.dialog-info {
	position: absolute;
	top: 35px;
	left: 20px;
	width: auto;
	height: auto;
	min-width: 200px;
	min-height: 200px;
}

.dialog-content-info {
	font-size: 10pt;
	padding: 8px;
	color: #fff;
}

.scrollbar {
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: calc(100% - 40px);
	resize: none;
	position: relative
}

.scrollbar.left {
	direction: rtl
}

.scrollbar.right {
	direction: ltr;
}

.scrollbar::-webkit-scrollbar {
	width: 6px;
	padding: 12px
}

.scrollbar::-webkit-scrollbar-track {
	background: rgba(30, 30, 30, 0);
	border-radius: 0
}

.scrollbar::-webkit-scrollbar-thumb {
	padding: 12px;
	border-radius: 1px;
	background: rgba(204, 204, 204, .6)
}

.scrollbar::-webkit-scrollbar-thumb:hover {
	background: rgba(204, 204, 204, .75)
}

.scrollbar::-webkit-resizer {
	background-color: rgba(30, 30, 30, .8)
}

.scrollbar::-webkit-scrollbar-corner {
	background-color: rgba(0, 0, 0, .2)
}

.msg_label {
	color: #f00;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.menu {
	position: absolute;
	min-width: 120px;
	padding: 0;
	background: rgba(34, 34, 34, .9);
	border: 1px solid rgba(150, 150, 150, .15);
	border-radius: 5px;
	z-index: 20
}

.menuItem {
	position: relative;
	background-color: rgba(255, 255, 255, .12);
	margin-bottom: 1px;
	color: #fff;
	cursor: pointer;
	vertical-align: middle;
	font-family: 'trebuchet ms', verdana, arial;
	font-size: 14px;
	white-space: nowrap;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.menuItem {
	padding: 5px 10px 5px 20px
}

.adsk-viewing-viewer.touch .menuItem {
	padding: 20px
}

.menuItem:last-child {
	margin-bottom: 0
}

.menuItem:hover {
	opacity: 1;
	background-color: rgba(166, 194, 255, .7)
}

.stater {
	position: absolute;
	left: 0px;
	bottom: 0px;
	min-width: 300px;
	margin: 5px;
	border: 1px solid rgba(150, 150, 150, .8);
	border-radius: 8px;
	background-color: rgba(34, 34, 34, .8);
	z-index: 992;
}

.stater-title {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
}

.stater-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px;
	margin: 5px;
	border: 1px solid rgba(150, 150, 150, 0.8);
	border-radius: 8px;
	font-size: 16px;
	color: rgba(224, 224, 224, 1);
	cursor: pointer;
}

.stater-button:hover {
	color: #E2580B;
}

.table-fileList thead tr th.file-name {
	background: transparent;
	width: 344px;
	cursor: pointer;
}

.table-fileList thead tr th.file-size {
	background: transparent;
	width: 95px;
	cursor: pointer;
}

.table-fileList thead tr th.file-status {
	background: transparent;
	width: 100px;
	cursor: pointer;
}

.table-fileList thead tr th {
	vertical-align: bottom;
	border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.table-head-text {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	padding: 5px;
	text-overflow: ellipsis;
	text-align: left;
}

.table-fileList tbody tr td.file-name {
	width: 344px;
	max-width: 344px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	border-right: 1px solid rgba(221, 221, 221, 0.5);
}

.table-fileList tbody tr td.file-size {
	width: 95px;
	max-width: 95px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-align: right;
	border-right: 1px solid rgba(221, 221, 221, 0.5);
}

.table-fileList tbody tr td.file-status {
	width: 100px;
	max-width: 100px;
	position: relative;
	text-align: right;
}

.table-fileList tbody tr td {
	vertical-align: middle;
	border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.table-body-text {
	color: #fff;
	font-size: 12px;
	padding: 5px;
	text-overflow: ellipsis;
	text-align: left;
}

.scrollbar.right.fileList {
	height: calc(100% - 5px);
	max-height: 125px;
}

.table-fileList {
	min-height: 100px;
}

.uploadOptions-title,
.selectDestination-title {
	color: #fff;
	font-size: 13px;
	padding: 10px;
	text-overflow: ellipsis;
	text-align: left;
	border-top: 1px solid rgba(221, 221, 221, 0.5);
}

.selectDestination-content {
	color: #fff;
	padding: 10px;
	background: rgba(204, 204, 204, 0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.uploadFooter-content {
	padding: 4px;
	margin-top: 4px;
	text-align: right;
	border-top: 1px solid rgba(221, 221, 221, 0.5);
}

.uploadFooter-tblButtons {
	float: right;
	margin: 5px;
}

.table-body-button {
	position: absolute;
	top: 2px;
	right: 5px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: rgba(224, 224, 224, 1);
	cursor: pointer;
}

.table-body-button:hover {
	color: #E2580B;
}

.uploadify-button.uploadFooter {
	height: 30px;
	margin-right: 5px;
}

.dialog-resize {
	position: absolute;
	z-index: 10;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 50px;
	min-height: 50px;
	overflow-x: hidden;
	overflow-y: hidden;
	border-radius: 5px;
	transition: background .4s ease;
	background: rgba(34, 34, 34, .8);
	border: 1px solid rgba(150, 150, 150, .8);
}

.dialog-select {
	width: 100%;
	margin-bottom: 5px;
	padding: 2px;
	background: rgba(204, 204, 204, 0.3);
	border: none;
	color: #fff;
	border-radius: 5px;
}

.dialog-select option {
	color: #000;
}

.file-image {
	float: left;
	width: 21px;
	height: 18px;
}

.table#tbView {
	z-index: 2;
	margin: 0px;
}

input[type=range].explode-tool-slider {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}

.canvas3DBIM {
	position: absolute;
	z-index: 1;
}

.canvas2DBIM {
	background-color: transparent;
	position: absolute;
	z-index: 2;
}



/*.uploadify {
	position: relative;
}

.uploadify-button {
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #505050), color-stop(1, #707070));
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	width: 100%;
	margin-top: 5px;
	height: 25px;
	width: 90px;
	cursor: pointer;
	line-height: 25px;
}

.uploadify:hover .uploadify-button,
.uploadify-button:hover {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #606060), color-stop(1, #808080));
	background-position: center bottom;
}

.uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}*/


.container a:link {
	/*color: white;*/
}

.container a:visited {
	/*color: white;*/
}

.container a:hover {
	color: yellow;
}
.login-box a:hover {
    color:#666;
}

.container a:active {
	color: white;
}

#music {
    display:block;
    top: 10;
    cursor: pointer;
    position: absolute;
    right: 419px;
    width: 42px;
    height: 42px;
    z-index: 999;
}


.annotationLogo {
    background : url('../img/ico.png') no-repeat;
}

.annotationLogoSelected {
    background : url('../img/ico.png') no-repeat;
}

.annotationLogo , .annotationLogoSelected {
    color: #ffffff;
    cursor: pointer;
    width:25px;
    height:35px;
    position: absolute;
    text-align: center;
    font-size: 14px ;
    padding-top: 8px;
    box-sizing: border-box;
    z-index: 3;
    opacity: 1.0;
    background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    -moz-background-size: 100%;
}
.viewbox{
  background-color: transparent;
  position: absolute;
  z-index: 4;
  width:120px;
  height:120px;
  right: 1px;
  top: 1px; 
}

