﻿/*a, p, h1, h2, h3, h4, h5, h6, tr, td, th, ol, ul, li, div, img, span, body, form, input, table, thead, tbody, tfoot, label, legend, acronym, fieldset {
    margin: 0 0 0 0;
    padding: 0 0 0 0 ;
    border-width: 0 ;
    border-style: none ;
}*/

img {
	border-style: none;
}

a {
	text-decoration: none;
	color: #b56118;
}

html {
	top: 0 !important;
	overflow-y: scroll;
	font-size: 75%;
	padding: 0;
	margin: 0 0 0 0;
    position: relative;
}


html, body {
	top: 0 !important;
	width: 100%;
	color: #505050;
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6, hr {
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	text-transform: none !important;
}

body {
	/*font-size: .95em !important;*/
	font-family: "Segoe UI Web Regular", "Segoe UI", "Segoe UI Symbol", "Calibri", Verdana, Helvetica, Sans-Serif, Arial !important;
	background: #ffffff !important;
	margin: 0;
	width: 100% !important; 
    min-height: 100%;
 
     /* bottom tem a altura do footer */
     margin: 0 0 60px 0;
}

header, footer, hgroup,
nav, section {
	display: block;
}

/*
input[type=text], input[type=password], input[type=textarea], textarea {
	height: 18px !important;
	font-family: "Segoe UI Web Regular", "Segoe UI", "Segoe UI Symbol", "Calibri", Verdana, Helvetica, Sans-Serif, Arial !important;
	width: 275px;
	border: 1px solid #dddddd !important;
}

input[type=textarea], textarea {
	height: 100px !important;
	border: 1px solid #dddddd !important;
	font-size: 12px !important;
}

select {
	font-family: "Segoe UI Web Regular", "Segoe UI", "Segoe UI Symbol", "Calibri", Verdana, Helvetica, Sans-Serif, Arial !important;
	height: 28px !important;
	width: 290px;
	border: 1px solid #dddddd !important;
	font-size: 12px !important;
}

	option {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	select:focus {
		outline: none;
	}
*/

.radio label,
.checkbox label {
    padding-left: 0px;
}


.dropdown-submenu{ position: relative; }
.dropdown-submenu>.dropdown-menu{
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
.dropdown-submenu>a:after{
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
	border-left-color:#555;
}
.dropdown-submenu.pull-left{ float: none; }
.dropdown-submenu.pull-left>.dropdown-menu{
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}


.ui-tabs-nav .ui-state-default a {
	height: 28px;
}


.ui-state-focus, .ui-widget-content .ui-state-focus {
	background-color: #b56118;
	border-color: #b56118;
}

.ui-state-hover, .ui-widget-content .ui-state-hover {
	background-color: #b56118;
	border-color: #b56118;
}

.ui-state-active, .ui-widget-content .ui-state-active {
	background-color: #c2af9f;
	border-color: #c2af9f;
}

.ui-accordion-header.ui-state-default {
	border-color: #c2af9f;
	background: #c2af9f;
}

.ui-accordion-header.ui-state-hover {
	background: #b56118;
	border-color: #b56118;
}

.ui-tabs-nav > .ui-state-default a {
	border-color: #b56118;
	background: #b56118;
}

.ui-tabs-nav > .ui-state-hover a {
	background: #b56118;
	border-color: #b56118;
	color: #ffffff;
}

.ui-tabs-nav > .ui-state-focus a {
	background: #b56118;
	border-color: #b56118;
	color: #ffffff;
}

.ui-dialog {
	border-color: #b56118;
}

.ui-dialog-titlebar {
	border-color: #c2af9f;
	background-color: #c2af9f;
}

.ui-dialog-buttonpane {
	border-color: #b56118 !important;
}

.ui-slider .ui-slider-range {
	background: #b56118;
}

.ui-progressbar .ui-progressbar-value {
	background-color: #b56118;
}

.ui-autocomplete .ui-state-hover {
	background: #b56118;
}

.ui-datepicker {
	border-color: #b56118;
}

	.ui-datepicker .ui-datepicker-header {
		background-color: #b56118;
	}

.ui-datepicker-calendar .ui-state-hover {
	background-color: #b56118 !important;
	border-color: #b56118 !important;
}

.ui-datepicker-calendar .ui-state-highlight {
	border-color: #b56118;
}

.ui-datepicker-calendar .ui-state-active {
	background-color: #b56118;
	border-color: #b56118;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 30 !important;
}

.ui-dialog {
    z-index: 1000 !important;
}