@font-face {
    font-family: 'DejaVuSans';
    src: url('./dejavusans/DejaVuSans-webfont.ttf');
    src: url('./dejavusans/DejaVuSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('./dejavusans/DejaVuSans-webfont.woff') format('woff'),
         url('./dejavusans/DejaVuSans-webfont.ttf') format('truetype'),
         url('./dejavusans/DejaVuSans-webfont.svg#DejaVuSans') format('svg');
    font-weight: normal;
    font-style: normal;

}

form.auto-height{
	height: auto;
}

.content {
	overflow-y: visible;
	padding-right: 0;
}
.content #edit-area {
	height: 91%;
	overflow-y: visible;
	border-top: 1px solid #CCC;
	margin-left: 0;
	padding-left: 20px;
	min-height:455px;
}

.content #edit-area h1{
	font-size: 3em;
	line-height: 1.2em;
	padding:0;
	color:black;
}

.content #edit-area h2{
	font-size:2em;
	line-height: 1.2em;
	font-weight: normal;
	padding:0;
	color:black;
	text-transform: none;
}

.content #edit-area h3{
	font-size:1.5em;
	line-height: 1.2em;
	font-weight: normal;
	padding:0;
	color:black;
}

#project_name select {
	float:none;
	vertical-align: top;
}

.home-state-main #project_name select{
	float:right;
	vertical-align: baseline;
}

.numSpin {
    float: right;
    width: 10px;
    height: 20px;
    display: block;
    position: relative;
    margin-top: 1px;
}
.numSpin div {
    height: 10px;
    width: 10px;
    cursor: pointer;
    background-image: url(../../img/construct/buttons_toggle_lores.png);
}
.backgroundsize .numSpin div {
    background-image: url(../../img/construct/buttons_toggle.png);
    background-size: 200%;
}
.numSpin .numDown {
    background-position: 0 -100%;
}
.numSpin .numDown:hover {
    background-position: -100% -100%;
}
.numSpin .numUp:hover {
    background-position: -100% 0;
}

#content .content,#queue .formats{
	padding-top:20px;
	position:relative;
}

#content .step-message{

	position:absolute;
	top:-56px;
	left:40%;
}

#queue .step-message{
	position:absolute;
	width:300px;
	top:-124px;
	left:-15%;
}
#queue .step-message .arrow{
	top:125px;
}
#content .proceed-message{
	top:-115px;
	left:-60px;
}

#content .proceed-message .arrow{
	top: 45%;
	left: 313px;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-left: 5px solid red;
	border-right: 5px solid transparent;
}

#edit-area label{
	display:block;
	text-transform: capitalize;
	margin-bottom: 2px;
}
#edit-area {
	margin-top: 10px;
	padding-top: 10px;
}
#edit-area .round-button{
	border:none;
	background: none;
	width:20px;
	padding: 0;
	margin: 3px 0 0 10px;
	float: right;
}

#edit-area .ta-text
{
	border:1px solid #ccc;

}

#edit-area ul.dropdown-menu{
	  float: left;
  width: 100%;
  position: absolute;
  z-index: 3;
  top: -93px;
  left: 0;
}

#edit-area .ta-text{
	z-index: 1;
}


.table-content {
	position: relative;
}
.table-content .buttons {
	position: absolute;
	bottom: 7px;
	right: 0;
	z-index: 2;
}

#edit-area div.contentRow,
.table-content fieldset {
	border-top: 1px solid #ccc;
	margin: 0 10px 10px 0;
	padding-top: 5px;
	position: relative;
}


.table-content fieldset:first-of-type
{
	border-top:none;
}
#edit-area div.contentRow:first-of-type {
	border-top: none;
}
#edit-area div.contentRow .buttons {
	position: absolute;
	top: 1.5em;
	right: 0;
	outline:none;
	border:none;
	z-index: 10;
}

#edit-area div.contentRow .buttons button ,#edit-area div.table-content .buttons button
{
	outline:none;
	border:none;
}

#edit-area ul {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
#edit-area ul li input,
.table-content input {
	margin:0 0 5px;
	padding:3px;
	width: 75%;
	font-size: 16px;
	font-weight: normal;
}
#edit-area li.price {
	width: 20%;
	float: left;
}

#edit-area button.ng-scope{
	height:50px;
}

.spellchecker-incorrectwords a{

	color:#0088cc;
}

.spellchecker-suggestbox{
	padding:3px;
}

.spellchecker-suggestbox .words em{
	color:black;
}

#preview{
	position: absolute;
	top:10px;
	right:20px;

}
#dialog-buttons
{
	margin-left:20%;
}


#dialog-buttons.landscape
{
	margin-left: 28%;
}
#dialog-buttons .preview-button
{
	font-size: 18px;
	margin:5px 10px;
}

iframe embed{
	max-height: 564px;
}
div.contentRow{
	position:relative;
	overflow: visible;
}
div.contentRow .popover-content{
	position:absolute;
	left:-220px;
	top:35%;
	z-index:999;
	min-width: 180px;
	max-width: 180px;
	border:2px solid red;
}
div.contentRow .popover-content li{
	display:inline;
}

div.contentRow .popover-content a{
	font-size: 16px;
	color:blue;
	margin-right:3px;
}


div.contentRow .popover-content li.word{
	position: relative;
}

div.contentRow .popover-content ul.word-suggestions{
	position:absolute !important;
	top:-175px;
	left:-30px;
	display: inline-block;
		text-align: center;
	min-width: 100px;
	min-height: 150px;
	background:white;
	z-index: 10000;
	border:black 1px solid;
}

div.contentRow .popover-content .word-suggestions li{
	padding:0 10px;
	display: block;
}

div.contentRow .popover-content .word-suggestions li.ignore{
	padding:10px;
	border-top:1px solid black;
}

div.contentRow .popover-content .word-suggestions a{
	font-size: 14px;
	color: black;
	text-decoration: none;
}

div.contentRow .popover-content .word-suggestions li:hover{
	background: #ccc;
}

div.contentRow .popover-content .arrow{
	position:absolute;
	width: 0;
	height:0;
	top: 50%;
	right: -7px;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-left: 5px solid red;
	border-bottom: 5px solid transparent;

}
.input-list li{
	position: relative;
}
.input-list .popover-content{
	top:-15px !important;
}
.toolbar-btn h1, .toolbar-btn h2, .toolbar-btn h3, .toolbar-btn h4, .toolbar-btn h5, .toolbar-btn h6{
	color: rgb(51, 51, 51) !important;
}
.toolbar-btn h1{
	line-height: 0.3em !important;
}

.toolbar-btn h6{
	margin: 0em;
	text-transform: none;
	color: rgb(51, 51, 51);
}



button > p {
	padding-bottom: 0;
	line-height: 1;
}


			
