@charset "utf-8";
/* CSS Document */




/*Pop Correta*/

.popover {
	position:absolute;
	top:0;
	left:0;
	z-index:1010;
	bottom:1em;
	display:none;
	width:16em;
	height:15em;
	padding:0;
	background-color:#fff;
	border:1px solid #ccc;
	border:1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius:0.4em;
	-moz-border-radius:0.4em;
	border-radius:0.4em;
	-webkit-box-shadow:0 0.3em 0.6em rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0.3em 0.6em rgba(0, 0, 0, 0.2);
	box-shadow:0 0.3em 0.6em rgba(0, 0, 0, 0.2);
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding;
	background-clip:padding-box;
	font-family:Tahoma, Geneva, sans-serif;font-size:0.8em; line-height:1em; color:#330000; font-weight:bold;
	background: no-repeat url('../images/negrinho_erro.png');  background-size: cover;-moz-background-size: cover; 
}
.popover.top {
	margin-top:-0.6em
}
.popover.right {
	margin-righ:0.6em
}
.popover.bottom {
	margin-bottom :0.6em
}
.popover.left {
	margin-left:-0.6em
}
.popover-title {
	padding:0.5em 0.9em;
	margin:0;
	font-size:0.9em;
	font-weight:normal;
	line-height:1.125em;
	background-color:#330000;
	border-bottom:1px solid #ebebeb;
	-webkit-border-radius:0.3em 0.3em 0 0;
	-moz-border-radius:0.3em 0.3em 0 0;
	border-radius:0.3em 0.3em 0 0;
	font-family:Tahoma, Geneva, sans-serif;font-size:1.2em; line-height:1em; color:#FFF; font-weight:bold; 
}
.popover-content {
	margin:10em 0em 0em 0em;
	padding:0.05em 0.4em 0.4em 0.4em; 
	background-color:#FFF;
}
.popover-content p, .popover-content ul, .popover-content ol {
	margin-bottom:0
}
.popover .arrow, .popover .arrow:after {
	position:absolute;
	display:inline-block;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.popover .arrow:after {
	z-index:-1;
	content:""
}
.popover.top .arrow {
	bottom:-0.6em;
	left:50%;
	margin-left:-0.6em;
	border-top-color:#330000;
	border-width:0.6em 0.6em 0
}
.popover.top .arrow:after {
	bottom:-1px;
	left:-0.65em;
	border-top-color:rgba(0, 0, 0, 0.25);
	border-width:0.65em 0.65em 0
}
.popover.right .arrow {
	top:50%;
	left:-0.6em;
	margin-top:-0.6em;
	border-right-color:#330000;
	border-width:0.6em 0.6em 0.6em 0
}
.popover.right .arrow:after {
	bottom:-0.65em;
	left:-1px;
	border-right-color:rgba(0, 0, 0, 0.25);
	border-width:0.65em 0.65em 0.65em 0
}
.popover.bottom .arrow {
	top:-0.6em;
	left:50%;
	margin-left:-0.6em;
	border-bottom-color:#330000;
	border-width:0 0.6em 0.6em
}
.popover.bottom .arrow:after {
	top:-1px;
	left:-0.6em;
	border-bottom-color:rgba(0, 0, 0, 0.25);
	border-width:0 0.6em 0.6em
}
.popover.left .arrow {
	top:50%;
	right:-0.6em;
	margin-top:-0.6em;
	border-left-color:#330000;
	border-width:0.6em 0 0.6em 0.6em
}
.popover.left .arrow:after {
	right:-1px;
	bottom:-0.6em;
	border-left-color:rgba(0, 0, 0, 0.25);
	border-width:0.6em 0 0.6em 0.6em
}


.popover-example {
  text-align: center;
  margin: 0 0 0.6em;
  list-style: none;

}
.popover-example li{
  display: inline-block;
  margin: 0.25em;
  padding: 0;
}







/*Modal Download*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block
}

input[type="search"] {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	-webkit-appearance:textfield
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance:none
}
textarea {
	overflow:auto;
	vertical-align:top
}

.modal a {
	color:#330000;
	text-decoration:none
}
.modal a:hover {
	color:#fee3ab;
	text-decoration:underline
}




hr {
	margin:20px 0;
	border:0;
	border-top:1px solid #eee;
	border-bottom:1px solid #fff
}
abbr[title], abbr[data-original-title] {
	cursor:help;
	border-bottom:1px dotted #999
}











.nav {
	margin-bottom:20px;
	margin-left:0;
	list-style:none
}
.nav>li>a {
	display:block
}
.nav>li>a:hover {
	text-decoration:none;
	background-color:#330000
}
.nav>.pull-right {
	float:right
}
.nav-header {
	display:block;
	padding:3px 15px;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	color:#999;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform:uppercase
}
.nav li+.nav-header {
	margin-top:9px
}
.nav-list {
	padding-right:15px;
	padding-left:15px;
	margin-bottom:0
}
.nav-list>li>a, .nav-list .nav-header {
	margin-right:-15px;
	margin-left:-15px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5)
}
.nav-list>li>a {
	padding:3px 15px
}
.nav-list>.active>a, .nav-list>.active>a:hover {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color:#08c
}
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
margin-right:2px
}
.nav-list .divider {
*width:100%;
	height:1px;
	margin:9px 1px;
*margin:-5px 0 5px;
	overflow:hidden;
	background-color:#e5e5e5;
	border-bottom:1px solid #fff
}
.nav-tabs, .nav-pills {
*zoom:1
}
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
	display:table;
	line-height:0;
	content:""
}
.nav-tabs:after, .nav-pills:after {
	clear:both
}
.nav-tabs>li, .nav-pills>li {
	float:left
}
.nav-tabs>li>a, .nav-pills>li>a {
	padding-right:12px;
	padding-left:12px;
	margin-right:2px;
	line-height:14px
}
.nav-tabs {
	border-bottom:1px solid #330000
}
.nav-tabs>li {
	margin-bottom:-1px
}
.nav-tabs>li>a {
	padding-top:8px;
	padding-bottom:8px;
	line-height:20px;
	border:1px solid transparent;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0
}
.nav-tabs>li>a:hover {
	border-color:#330000;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover {
	color:#330000;
	cursor:default;
	background-color:#fee3ab;
	border:1px solid #330000;
	border-bottom-color:transparent
}
.nav-pills>li>a {
	padding-top:8px;
	padding-bottom:8px;
	margin-top:2px;
	margin-bottom:2px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
.nav-pills>.active>a, .nav-pills>.active>a:hover {
	color:#fff;
	background-color:#08c
}
.nav-stacked>li {
	float:none
}
.nav-stacked>li>a {
	margin-right:0
}
.nav-tabs.nav-stacked {
	border-bottom:0
}
.nav-tabs.nav-stacked>li>a {
	border:1px solid #ddd;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0
}
.nav-tabs.nav-stacked>li:first-child>a {
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-topleft:4px
}
.nav-tabs.nav-stacked>li:last-child>a {
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px
}
.nav-tabs.nav-stacked>li>a:hover {
	z-index:2;
	border-color:#ddd
}
.nav-pills.nav-stacked>li>a {
	margin-bottom:3px
}
.nav-pills.nav-stacked>li:last-child>a {
	margin-bottom:1px
}
.nav-tabs .dropdown-menu {
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px
}
.nav-pills .dropdown-menu {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px
}
.nav .dropdown-toggle .caret {
	margin-top:6px;
	border-top-color:#08c;
	border-bottom-color:#08c
}
.nav .dropdown-toggle:hover .caret {
	border-top-color:#005580;
	border-bottom-color:#005580
}
.nav-tabs .dropdown-toggle .caret {
	margin-top:8px
}
.nav .active .dropdown-toggle .caret {
	border-top-color:#fff;
	border-bottom-color:#fff
}
.nav-tabs .active .dropdown-toggle .caret {
	border-top-color:#555;
	border-bottom-color:#555
}
.nav>.dropdown.active>a:hover {
	cursor:pointer
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav>li.dropdown.open.active>a:hover {
	color:#fff;
	background-color:#999;
	border-color:#999
}
.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret {
	border-top-color:#fff;
	border-bottom-color:#fff;
	opacity:1;
	filter:alpha(opacity=100)
}






.tabs-stacked .open>a:hover {
	border-color:#999
}
.tabbable {
*zoom:1
}
.tabbable:before, .tabbable:after {
	display:table;
	line-height:0;
	content:""
}
.tabbable:after {
	clear:both
}
.tab-content {
	 overflow:hidden;
}
.tabs-below>.nav-tabs, .tabs-right>.nav-tabs, .tabs-left>.nav-tabs {
	border-bottom:0
}
.tab-content>.tab-pane, .pill-content>.pill-pane {
	display:none
}
.tab-content>.active, .pill-content>.active {
	display:block
}
