/*
 * Utilizar esses códigos para alterar as cores e fontes padrões
 * O que não for alterado não precisa ficar no código
 */

/* Cor do texto */

html, body, div, td, th, p, li, input, textarea, select
{ color: #222; }

/* Cor de linhas */

input, textarea, select
{ border-color: #222; }

/* Cor de destaque */

h1, h2, h3, h4, h5, h6
{ color: #0D456C; }

button, input[type=button], input[type=reset], input[type=submit]
{ background-color: #0D456C; border-color: #0D456C; }

hr
{ border-color: #0D456C; }

/* Cor do texto para fundo invertido */

button, input[type=button], input[type=reset], input[type=submit]
{ color: #fff; }

/* Cor do link */

a:link, a:visited, a:hover, a:focus, a:active
{ color: #0D45AC; }

/* Cor do fundo */

body, input, textarea, select
{ background-color: #fff; }

/* Fonte do texto */

body, h1, h2, h3, h4, h5, h6, div, td, th, p, li, input, textarea, select, button
{ font-family: Verdana, Arial, Helvetica, sans-serif; }


/* Mediaquery - Fonte: http://www.websitedimensions.com/
 * Celulares
 * 320px a 480px (menor que 768px)
 * Espaço útil: 310px a 468px (iPhone)
 */

/* Handy Deck */

#loading {
	width: 100%;
	height: 100%;
	display: table;
}
#loading_inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}
#loading img {
	width: 80%;
	max-height: 80%;
}
#loading_text {
	font-size: 14px;
	font-weight: bold;
	color: #aaa;
}

#action_menu {
	float: left;
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
	background: #888;
}

#action_menu .action_menu_item, #action_menu .action_menu_item_last {
	display: none;
}
#action_menu .action_menu_mobile, #action_menu .action_menu_logo {
	font-size: 14px;
	float: left;
	text-align: center;
	padding: 5px;
	margin: 0;
	width: 49%;
	height: 55px;
	color: #fff;
	display: inline-block;
}
#action_menu .action_menu_logo img {
	height: auto;
	width: auto;
	max-height: 100%;
}

#view_menu {
	width: 100%;
	border: none;
	padding: 10px;
	margin: 0;
	background: #fff;
	font-size: 12px;
	overflow: auto;
}

.button, .button_alert {
	min-height: 40px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
    padding: 4px;
    text-align: center;
	font-size: 16px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #0D456C #AADDFF #AADDFF #0D456C;
	border-width: 1px;
	border-style: solid;
}
.button {
	background-color: #AADDFF;
	background-image: -moz-linear-gradient(top, #AADDFF, #0D456C);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#AADDFF), to(#0D456C));
	background-image: -webkit-linear-gradient(top, #AADDFF, #0D456C);
	background-image: -o-linear-gradient(top, #AADDFF, #0D456C);
	background-image: linear-gradient(to bottom, #AADDFF, #0D456C);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AADDFF', endColorstr='#0D456C', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.button_alert {
	background-color: #FFCC77;
	background-image: -moz-linear-gradient(top, #FFCC77, #DD0000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFCC77), to(#DD0000));
	background-image: -webkit-linear-gradient(top, #FFCC77, #DD0000);
	background-image: -o-linear-gradient(top, #FFCC77, #DD0000);
	background-image: linear-gradient(to bottom, #FFCC77, #DD0000);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC77', endColorstr='#DD0000', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

#view_menu .left {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
#view_menu .right {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
#view_menu .center {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.button.active {
	background: #0D456C;
}
.button_alert.active {
	background: #DD0000;
}

#draw_area {
	position: fixed;
	top: 0;
	left: 0;
	border: none;
	padding: 0;
	margin: 0;
	overflow: auto;
}

.canvas_fill_area {
	border: none;
	padding: 0;
	margin: 0;
}

#tip_area {
	position: fixed;
	top: 0;
	left: 0;
	padding: 5px;
	font-size: 14px;
	background: rgba(255,225,66,.25);
}
#tip_area_tootltip {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	font-size: 14px;
	background: rgba(255,225,66,.25);
}

#midpedestal_alert {
	color: #d00;
	font-size: 10px;
	display: none;
}

#pedestal_name, #paver_name {
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
}

.tip_area {
	font-size: 12px;
}

#orientation_image_message {
	color: #d00;
}

/* Form */

.form_wrapper {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px solid #000;
	font-size: 10px;
}
.form_wrapper .title {
	font-size: 14px;
	font-weight: bold;
}
.form_wrapper div, .form_wrapper span {
	font-size: 14px;
}

.form_wrapper input[type='number'], .form_wrapper input[type='text'], .form_wrapper input[type='password'], .form_wrapper input[type='button'] {
	width: 40%;
	min-height: 40px;
	font-size: 16px;
}
.form_wrapper input[type='number'], .form_wrapper input[type='text'], .form_wrapper input[type='password'] {
	float: left;
	border-radius: 0;
	border-color: #ddd;
	margin: 4px 0;
}
.form_wrapper .before_input {
	clear: both;
	display: inline-block;
	float: left;
	border: 1px solid #ddd;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	background: #ddd;
	font-size: 10px;
	margin: 4px 0;
	padding: 4px;
	text-align: right;
	width: 38%;
	min-height: 40px;
}
.form_wrapper .after_input {
	display: inline-block;
	float: left;
	border: 1px solid #ddd;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	background: #ddd;
	font-size: 10px;
	text-align: center;
	margin: 4px 0;
	padding: 4px;
	width: 22%;
	min-height: 40px;
}
.popup_form_wrapper input, .popup_form_wrapper div, .popup_form_wrapper span {
	font-size: 14px;
} 

/* Special formating */

.help_content {
	clear: both;
}

.help_content div, .help_content p, .help_content td, .help_content li {
	font-size: 14px;
}
.help_content div, .help_content p {
	padding-bottom: 12px;
}
.help_content h1 { font-size: 24px; }
.help_content h2 { font-size: 20px; }
.help_content h3 { font-size: 16px; }
.help_content h4 { font-size: 14px; }
.help_content h5 { font-size: 14px; font-style: italic; }
.help_content h6 { font-size: 14px; text-decoration: underline; }

.link_next_or_before {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px;
	font-size: 10px;
}

#notes_area {
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 4px;
	padding: 4px;
	width: 50%;
	min-width: 400px;
	max-width: 90%;
	height: 300px;
	overflow: scroll;
}

#show_area {
	font-size: 12px;
	padding: 20px;
}

.project_list, .project_list_withbackup {
	/* float: left; */
	padding: 4px;
	margin: 5px;
	width: 90%;
	border-radius: 5px;
	background-color: #3D759C;
	min-height: 70px;
	cursor: pointer;
}
.project_list_withbackup {
	margin-right: 0;
	width: 55%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.project_list_backup {
	/* float: left; */
	padding: 4px;
	margin: 5px 5px 5px 0;
	width: 35%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #ff944d;
	min-height: 70px;
	cursor: pointer;
}
.project_list_autosaved {
	/* float: left; */
	padding: 4px;
	margin: 5px;
	width: 90%;
	border-radius: 5px;
	background-color: #ff944d;
	min-height: 70px;
	cursor: pointer;
}
.project_list .title, .project_list_withbackup .title, .project_list_backup .title, .project_list_autosaved .title {
	font-weight: bold;
	color: #fff;
}
.project_list .date, .project_list_withbackup .date, .project_list_backup .date, .project_list_autosaved .date {
	font-size: smaller;
	color: #fff;
}
.project_list_backup .title, .project_list_backup .date {
	text-align: center;
}
.project_list:hover, .project_list_withbackup:hover {
	background-color: #0D456C;
}
.project_list_backup:hover, .project_list_autosaved:hover {
	background-color: #ff6600; 
}

.hide_on_mobile {
	display: none;
}
.show_on_mobile {
	display: block;
}

/* Mediaquery - Fonte: http://www.websitedimensions.com/
 * Tablets (portrait)
 * 768px a 1024px
 * Espaço útil: 750px (iPad) a 989px (-35px em desktops)
 */
@media (min-width: 768px) {
	/* Inserir CSS específico da página */
}

/* Mediaquery - Fonte: http://www.websitedimensions.com/
 * Tablets (landscape)
 * 768px a 1024px
 * Espaço útil: 750px (iPad) a 989px (-35px em desktops)
 */
@media (min-width: 900px) {
	/* Inserir CSS específico da página */

	#action_menu .action_menu_mobile {
		display: none;
	}

	#action_menu .action_menu_item, #action_menu .action_menu_item_last, #action_menu .action_menu_logo {
		font-size: 12px;
		float: left;
		text-align: center;
		padding: 5px;
		margin: 0;
		width: 14%;
		height: 55px;
		color: #fff;
	
		display: inline-block;
		position: relative;
	}

	#action_menu .action_menu_active, #action_menu .action_menu_active_last {
		color: #0D456C;
		background: #fff;
	}

	#action_menu .action_menu_item:first-child, #action_menu .action_menu_item_last:first-child, #action_menu .action_menu_active:first-child, #action_menu .action_menu_active_last:first-child {
		padding-left: 12px;
	}
	#action_menu .action_menu_item:first-child:before, #action_menu .action_menu_item_last:first-child, #action_menu .action_menu_active:first-child:before, #action_menu .action_menu_active_last:first-child {
		border: 0 none;
	}
	#action_menu .action_menu_item:after {
		content: "";
	    height: 0;
	    border-left: 10px solid #888;
	    right: -10px;
	    border-top: 28px inset transparent;
	    border-bottom: 28px inset transparent;
	    z-index: 2;
	    width: 0;
	    position: absolute;
	    top: 0;
	}
	#action_menu .action_menu_active:after {
		content: "";
	    height: 0;
	    border-left: 10px solid #fff;
	    right: -10px;
	    border-top: 28px inset transparent;
	    border-bottom: 28px inset transparent;
	    z-index: 2;
	    width: 0;
	    position: absolute;
	    top: 0;
	}

	#action_menu .action_menu_item .order, #action_menu .action_menu_item_last .order {
		text-align: center;
		font-size: 9px;
		font-weight: bold;
		color: #fff;
	}
	#action_menu .action_menu_active .order, #action_menu .action_menu_active_last .order {
		color: #0D456C;
	}

	#view_menu {
		float: right;
		width: 180px;
		font-size: 10px;
	}

}

/* Mediaquery - Fonte: http://www.websitedimensions.com/
 * Computador
 * 1024px ou mais (1025px para desconsiderar iPad em landscape)
 * Espaço útil: -35px
 */
@media (min-width: 1025px) {
	/* Inserir CSS específico da página */

	.button, .button_alert, .form_wrapper .before_input, .form_wrapper .after_input, .form_wrapper input[type='number'], .form_wrapper input[type='text'], .form_wrapper input[type='password'], .form_wrapper input[type='button'] {
		min-height: auto;
	}

	.form_wrapper input[type='number'], .form_wrapper input[type='text'], .form_wrapper input[type='password'], .form_wrapper input[type='button'], .form_wrapper div, .form_wrapper span {
		font-size: 10px;
	}

}
@media (min-width: 1210px) {
	/* Inserir CSS específico da página */
}

/* Impressão
 */
@media print {
	/* Inserir CSS específico da página */
}

/* Inserir CSS específico da página */
