﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'AkzidenzGroteskBQCnd';
    src: url('/Content/templates/ae/fonts/49037502-webfont.eot');
    src: url('/Content/templates/ae/fonts/49037502-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/templates/ae/fonts/49037502-webfont.woff') format('woff'),
         url('/Content/templates/ae/fonts/49037502-webfont.ttf') format('truetype'),
         url('/Content/templates/ae/fonts/49037502-webfont.svg#AkzidenzGroteskBQCnd') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AkzidenzGroteskBQLigCnd';
    src: url('/Content/templates/ae/fonts/49037501-webfont.eot');
    src: url('/Content/templates/ae/fonts/49037501-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/templates/ae/fonts/49037501-webfont.woff') format('woff'),
         url('/Content/templates/ae/fonts/49037501-webfont.ttf') format('truetype'),
         url('/Content/templates/ae/fonts/49037501-webfont.svg#AkzidenzGroteskBQLigCnd') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Styles for Sections
----------------------------------------------------------*/
.editable_section {
    min-height: 40px;
}

.editable_section:hover {
	background-color: #dedede;
}

.view_section {
}

.edit_section {
	display: none;
}

.section_selection {
	padding: 15px;
	padding-left: 50px;
	background-color: #DDDDDD;
	border: 1px Solid #888888;	
}

.section_selection input {
	margin-right: 50px; 
}

.view_section_menu {
	display: block;
	float: right;
	width: 300px;
	position: absolute;
	top: 0px;
	left: -90px;
	text-align: right;
	padding: 10px;
	z-index: 1000;
}

/* SORTABLE */
.sortable  
{
    list-style-type: none; 
    display: block;
    min-height: 20px;
}    

.sortable li {
	
}

.ui-state-highlight  
{
    height: 1.5em; 
    line-height: 1.2em; 
    background-color: Yellow;
    border: 1px Solid Red; 
    margin-bottom: 5px;
    margin-top: 5px;
}


/* Design page styles */
.top_design {
	
}

.left_design {

}

.middle_design {

}

.right_design {

}

.bottom_design {
	
}

/* Formulários */
.display-label, .editor-label
{
    margin: 15px 0 8px 0;
}


/* Menu lateral */
.menu_box
{
    display: block;
    width: 250px;
    position: absolute;
    top: 100px;
    left: -260px;
    padding: 15px;
    background-color: #003E7E;
    color: #FAFAFA;
}

.menu_box_item
{
    padding: 5px;
    font-family: 'AkzidenzGroteskBQCnd';
	font-size:30px;
	color:#b9c7cf;
	font-weight:normal;
	margin:0;
}

.menu_box_item a:hover
{
    text-decoration: none;
    color: #83c0ff;
}

.menu_box_item a
{
    text-decoration: none;
    color:#FAFAFA;
}

.shadows_number {
	padding-left: 15px;
	color: Red;
	font-size: 10px;
}