.dimensions-container{
	top: 0px;
	left: 0px;
	padding: 10px;
	position: absolute;
	background: rgba(70,130,180, 1.0);
	color: #ffffff;
	z-index: 9999;
	white-space: nowrap;
	border-radius: 6px;
	display: none;
}

.percent-view{
	color: yellow;
}

.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#portraitImg{	
    top: 0; 
	left: 0;
	right: 0;
    bottom: 0; 
	margin: auto;
	position: fixed;
	z-index: 99999999;
}

.portrait{	
	background: #0a468e;
	overflow: hidden;
}

/* @media (max-width: 1600px) {
	
	.tab-content{
		width: 900px;
		height: 480px;
	}

	#indicators{
		width: 270px;
		height: 400px;
	}

	.indicator-item {
		padding: 0px 10px 0px 15px;
	}

	.caret-controls{
		margin-left: 50px;
	}
	
} */


@media (max-width: 1920px) {
	
	@-moz-document url-prefix() {
	.carat-line-select{
		top: -35px; 
	}
}
	
}



