html, body, .container {
    height: 100%;
}

.container {
    display: block;
    width: 100%;
    /* margin-top: -50px; */
    padding: 0px 0 0 0; /*set left/right padding according to needs*/
    box-sizing: content-box;
}

header#DqModelBIMHeader {
    background: #0F2637;
    height: 50px;
    padding: 12px;
    border-bottom: solid 1px #C0C0C0;
}
header#DqModelBIMHeader::after {
  content: '';
  clear: both;
}
.adsk-profile {
  display: block;
  float: right;
  position: relative;
}
#autodeskProfilePicture {
  border-radius: 50%;
}
#autodeskLogoff {
  position: absolute;
  left: 8px;
  top:8px;
  display: none;
}
.adsk-profile:hover #autodeskLogoff{
  display: inline-block;
}

.row {
    height: 100%;
    display: block;
}

.row .cell {
    display: block;
    float: none;
    padding: 5px;
}

.cell-center {
    /*background: #F1FAFD;*/
    width: 200px;
    vertical-align: middle;
    border-left: solid 1px #C0C0C0;
    border-right: solid 1px #C0C0C0;
}

.cell-side {
    background: white;
    width: 50%;
    vertical-align: middle;
    text-align: center;
}

.tree {
    overflow: auto;
    height: 100%;
    width: calc(50vw - 50px);
    position: absolute;
}

.treeTitle {
  border-bottom: 0px;
  padding-bottom: 0px;
  overflow: auto;
  position: absolute;
  z-index: 999;
  right: 10px;
  top: 0px;
  height: 35px;
}

.mlink {
    cursor: pointer;
}

.refreshIcon {
    vertical-align: top;
    float: right;
    margin-top: 9px;
}

.transferItem {
    min-width: 100%;
    white-space: nowrap;
}

.profilePicture {
    width: 30px;
    height: 30px;
    background: url(/img/avatar.png) no-repeat scroll;
}

.modal-dialog {
    min-width: 800px;
}

.storageIcon {
    padding-right: 5px;
    vertical-align: text-top;
}

div#viewer {
    height: calc(100vh - 50px);
    width: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

div#viewerSide.cell.cell-side {
    text-align: left;
}
#sceneInfoViewerSubHeader {
  position: absolute;
  padding:0.5em 1em;
  z-index: 999;
  background: rgba(0,0,0,0.4);
  color:#ffffff;
  opacity: 0;
  transition: opacity 0.5s;
}

/* ------- TODO Ask Cyrille for better place for css : Resize panels css -------- */
body .container {
	width:100%;
	height:calc(100% - 50px);
	overflow: hidden;	
}
/* Force buttons (in the viewer)to be displayed */
.adsk-control.adsk-button{
	display:block!important;
}
#SceneConfigurator\.PublishZone, #SceneConfigurator\.QrTargetsZone{
	background-color: rgb(0, 0, 118);
}
#autodeskTree.tree{
	width: 100%;
}
#autodeskTree .folderListLi .jstree-wholerow, 
#autodeskTree .projectListLi .jstree-wholerow, 
#autodeskTree .hubListLi .jstree-wholerow {
  background-color: #F4F4F4;
}
#autodeskTree .versionListLi > .jstree-wholerow, 
#autodeskTree .sceneListLi > .jstree-wholerow {
  background-color: #FDFDFD;
}
.versionListA i {
  color: #C2C2C2;
}
.jstree-default .jstree-closed>.jstree-ocl {
  height:35px;
  width:35px;
  line-height: 35px;
  background-image: url("/img/icons/caret.svg");
  background-repeat: no-repeat;
  background-position: center !important;
  transition: transform 0.5s;
}

.jstree-default .jstree-open>.jstree-ocl {
  height:35px;
  width:35px;
  transform: rotate(90deg);
  transition: transform 0.5s;
  line-height: 35px;
  background: url("/img/icons/caret.svg") no-repeat scroll center transparent !important;
  
}
#autodeskTree .jstree-anchor, .jstree-default .jstree-wholerow, .jstree-themeicon{
  height: 35px !important;
  line-height: 35px !important;
}
/* .jstree-wholerow {
  background-color: #FDFDFD;
} */
#autodeskTree .jstree-wholerow-clicked {
  background: linear-gradient(to bottom, #E0E2EE 0%, #E0E2EE 100%);
}

.container .row{
	display:block;
}
/* Left side */
.container .row #autodeskSide{
	float:left;
	height:100%;
	display:block;
	width:calc(50% - 35px);
	position:relative;
	overflow:hidden;
	padding-left: 15px;
}
.container .row #autodeskSide #autodeskSigninButton{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
/* Right side */
.container .row #viewerSide{
	float:left;
	height:100%;
	display:block;
	width:calc(50% - 35px);
}
/* center */
.container .row .cell-center{
	/* cursor: col-resize; */
	float:left;
  padding-top: 20px;
	height:100%;
	width:70px;
	display:block;
}

.container .row .cell-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .row .cell-center .btn-center-col {
  padding: 0.2rem 5px;
  pointer-events: none;
}
.container .row .cell-center .btn-center-col.enabled {
  pointer-events: unset;
}
.container .row .cell-center .btn-center-col.enabled:hover {
  cursor: pointer;
}
.clear-both{
	clear: both;
}
/* ------- CSS Modal for QRCode--------*/
#QRCODE .modal-content,
#QRCODE .modal-body{
	width:100%;
}
#QRCODE .modal-body #QrcodeImg {
	float:left;
	display:inline-block;
	width:40%;
}
#QRCODE .modal-body .modal-info{
	float:left;
	display:inline-block;
	padding: 20px 20px 0;

	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	width:60%;
	box-sizing: border-box;
}
#QRCODE .modal-body .modal-info ol li{
	margin-bottom: 10px;
}

/* ------- CSS Modal for QrTargets QRCode Modal--------*/

.dq-modal .modal-content {
  border-radius: 0;
}
.dq-modal .modal-header {
  background-color: #ffffff;
  border-bottom: 0px solid #ffffff;
}
.dq-modal .modal-header h4,.dq-modal .modal-header p {
  color: #666;
}
#JOBPROGRESS.dq-modal .modal-header h4 {
  color: #171796;
  text-align: center;
}
.dq-model-progress-bar {
  margin-bottom: 0px;
  height:35px;
  border-radius: 0px;
}
.dq-progress {
  margin-bottom: 10px;
  height:35px;
  border-radius: 0px;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.dq-loading-animated-background {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%);
  background-size: 1000px 104px;
  height: 35px;
  position: relative;
}

.dq-modal .modal-header .subheader-info {
  color: #000;
  font-weight: light;
  padding:15px 0 0 15px;
  letter-spacing: 1px;
}
#QrTargetsModal .modal-content,
#QrTargetsModal .modal-body{
	width:100%;
  background-color: #ffffff;
}
#QrTargetsModal .modal-header {
    padding-bottom: 0px;
}
#QrTargetsModal .nav-tabs {
    border: 0px solid transparent;
}
#QrTargetsModal .nav > li {
  margin: 0 15px;
}
#QrTargetsModal .nav > li > a {
    padding:0;
}
#QrTargetsModal .nav-tabs > li > a {
    margin: 0px;
    line-height: 1;
    border: 0px solid transparent;
    border-radius: 0;
    color: #000;
}
#QrTargetsModal .nav-tabs>li.active>a h4, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: transparent;
    color: #171796;
}
#QrTargetsModal .nav-tabs>li {
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
}
#QrTargetsModal .nav-tabs>li.active {
    border-bottom: 4px solid #171796;
}
#QrTargetsModal .nav-tabs>li>a:hover {
    background-color: transparent
}
#QrTargetsModal .modal-body #QrcodeImg, #QrTargetsModal .modal-body #QrTargetsLandmarkimg{
  display:block;
	margin: 0 auto;
	width: auto;
  height: 275px
}
#QrTargetsModal .modal-body .modal-info{
	display:inline-block;
	padding: 15px 10% 0px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	width:100%;
	box-sizing: border-box;
}
#QrTargetsModal .modal-body .modal-info ol li{
	margin-bottom: 0px;
}
.targets-modal-download-btn {
  color: #171796;
  text-align: center;
  display: block;
  margin-top:5px;
}
.targets-modal-download-btn:hover{
  text-decoration: underline;
  cursor: pointer;
}
.targets-modal-text ul{
  list-style: none;
  padding-left: 0px;
}
.dq-modal .modal-footer { 
text-align: left;
}
#JOBPROGRESS.dq-modal .modal-footer {
  border-top: 0px;
  padding:0px 0 30px 10%;
  text-align: left;
}
.dq-btn {
  background-color: #171796;
  color:#fff;
  font-weight: 200;
  border: 1px solid #171796;
  border-radius: 0px;
  min-width: 125px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.dq-btn:hover{
  background-color: #fff;
  color:#171796;
}
.dq-btn-inverse {
  background-color: #fff;
  color:#171796;
}
.dq-btn-inverse:hover{
  background-color: #171796;
  color:#fff;
}
.dq-modal .modal-footer .btn.dq-btn {
  background-color: #171796;
  color:#fff;
  font-weight: 200;
  border: 1px solid #171796;
  border-radius: 0px;
  min-width: 125px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
    padding: 10px 50px;
    margin-right: 3em;
}
.dq-modal .modal-footer .btn.dq-btn:hover{
  background-color: #fff;
  color:#171796;
}
.dq-modal .modal-footer .btn.dq-btn-inverse {
  background-color: #fff;
  color:#171796;
}
.dq-modal .modal-footer .btn.dq-btn-inverse:hover{
  background-color: #171796;
  color:#fff;
}


div.modal-img {
    position: relative;
    margin: 10px auto;
    width: 55%;
    padding:10px
    /* border: 1px solid #000; */
}
div.modal-img:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
div.modal-img:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
span.modal-img-frame-helper:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
span.modal-img-frame-helper:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}




/* ------- CSS Modal for scene getting prepared--------*/
#JOBPROGRESS .modal-dialog{
	width:400px;
	min-width:400px;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	margin:auto;
	left:0;
	right:0;
}
#JOBPROGRESS .modal-content{
	width:100%;
}
/* ------- CSS Modal for targets--------*/
/*button for target context menu*/
#viewerSide #viewer .btn-context-viewer-menu-marker{
	box-shadow: 0 3px 5px rgba(0,0,0,.5);
	background-color: #171796;
	border-radius: 5px;
	position: fixed;
	z-index: 1;
	display: inline-block;
}


#viewerSide #viewer .btn.btn-context-remove-marker,
#viewerSide #viewer .btn.btn-context-viewer-target{
	background:rgba(0,0,0,0);
	color:#fff;
	font-weight:300;
	border:none;
	display:block
}
#viewerSide #viewer .btn.btn-context-remove-marker:hover,
#viewerSide #viewer .btn.btn-context-viewer-target:hover{
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
}
#SELECTTARGET .modal-dialog{
	width:600px;
	min-width:600px;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	margin:auto;
	left:0;
	right:0;
}
#SELECTTARGET .modal-content,
#SELECTTARGET .modal-body{
	width:100%;
}
#SELECTTARGET .modal-body{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
#SELECTTARGET .modal-content .target-images{
	width:160px;
	height:200px;
	float:left;
	margin:12px;
	cursor: not-allowed;
	opacity:0.5;
	box-sizing: border-box;
}
#SELECTTARGET .modal-content .target-images:nth-child(2){
	cursor: pointer;
	opacity:1;
}

.adsk-control-group {
  opacity: 0;
  transition: opacity 0.5s;
  background-color: #171796 !important;
}


