﻿.hidden {
	display:none;
}

.reviewButton
{
	width:32px;height:32px;position:absolute;z-index:99997;
	background-image:url(gear.png);
	background-repeat:no-repeat;
	background-position: center center;
	cursor:pointer;
}

.reviewDialog
{
	font-family: Tahoma, Arial, Verdana;
	padding: 20px;
	padding-left: 25px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 99998;
	border: 1px solid silver;
	background-color: #F0F0F0;
	border-radius: 3px;
	overflow:auto;
}

.reviewButtons
{
	display:none;
	float:right;
}
.reviewButtons span
{
	color:Red;
}

.reviewDialogTitle
{
	font-size:larger;
	font-weight:bold;
	clear:both;
}
.clear {
	clear:both;
}
.reviewDialog textarea
{
	width:100%;
	height:150px;
}

.elementTitle
{
	color:#666;
}

.reviewDialog label
{
	font-weight:bold;
}

#reviewDialogInfoTable
{
	float:right;
}

#suggestionTemplate
{
	display:none;
}




.editDialog
{
	font-family: Tahoma, Arial, Verdana;
	bottom: 0px;
	right: 0px;
	left: 0px;
	top: 0px;
	position: absolute;
	/*z-index: 99998;*/ /*Breaks ck-editor!*/
	border: 1px solid silver;
	background-color: rgba(50,50,50,0.5);
	overflow:auto;
}

.editDialog i.close-button {
    float: right;
    padding: 4px;
	cursor:pointer;
}

.editDialog .content
{
    transform: translate(2.5%, 2.5%);
    position: absolute;
    display: block;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    width: 95%;
    margin: auto;
}

.editDialog .content .txtContent {
    min-width: 250px;
    min-height: 110px;
    margin: 25px;
}

.editDialog .content .lblSuggestion {
    font-size: 12px;
    padding-right: 15px;
}


#edit-tools {
	display:none;
	position: absolute;
    background: #fff;
    border: solid 1px silver;
    border-radius: 3px;
    padding: 1px;
	z-index: 999;
}
	#edit-tools:hover {
		display:block;

	}

#edit-tools .tool-button {
	width: 32px;
    height: 32px;
    border: 0;
	outline:none;
    background: white;
    cursor: pointer;
}

.button-row {
    text-align: right;
    padding: 10px;
}
.button-row input[type='button'] {
    height: 30px;
    min-width: 100px;
}

.always-hidden {
	display:none;
}

.new-win-mode {
	font-family: verdana, sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0 15px;
	box-sizing: border-box;
}

.v-center {
	display: table;
	width: 100%;
	height: 100vh;
}

	.v-center > div {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		padding-bottom: 30vh;
	}

.composer-comments {
	display: none;
}