/*!
 * Neurotech
 * Author: Neurotech 
 * Version: 1.0
 * Copyright 2012 Neurotech
 */
.clearfix {
	*zoom: 1
}

.clearfix:before, .clearfix:after {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

p {
	margin: 0 0 9px
}

p small {
	font-size: 11px;
	color: #999
}

.lead {
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 200;
	line-height: 27px
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: bold;
	color: inherit
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight: normal;
	color: #999
}

h1 {
	font-size: 30px;
	line-height: 36px
}

h1 small {
	font-size: 18px
}

h2 {
	font-size: 24px;
	line-height: 36px
}

h2 small {
	font-size: 18px
}

h3 {
	font-size: 18px;
	line-height: 27px
}

h3 small {
	font-size: 14px
}

h4, h5, h6 {
	line-height: 18px
}

h4 {
	font-size: 14px
}

h4 small {
	font-size: 12px
}

h5 {
	font-size: 12px
}

h6 {
	font-size: 11px;
	color: #999;
	text-transform: uppercase
}

.page-header {
	padding-bottom: 17px;
	margin: 18px 0;
	border-bottom: 1px solid #eee
}

.page-header h1 {
	line-height: 1
}

ul, ol {
	padding: 0;
	margin: 0 0 9px 25px
}

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0
}

ul {
	list-style: disc
}

ol {
	list-style: decimal
}

li {
	line-height: 18px
}

ul.unstyled, ol.unstyled {
	margin-left: 0;
	list-style: none
}

dl {
	margin-bottom: 18px
}

dt, dd {
	line-height: 18px
}

dt {
	font-weight: bold;
	line-height: 17px
}

dd {
	margin-left: 9px
}

.dl-horizontal dt {
	float: left;
	width: 120px;
	clear: left;
	text-align: right
}

.dl-horizontal dd {
	margin-left: 130px
}

hr {
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #fff
}

strong {
	font-weight: bold
}

em {
	font-style: italic
}

.muted {
	color: #999
}

abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #999
}

abbr.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 18px;
	border-left: 5px solid #eee
}

blockquote p {
	margin-bottom: 0
}

blockquote small {
	display: block;
	line-height: 18px;
	color: #999
}

blockquote small:before {
	content: '\2014 \00A0'
}

blockquote.pull-right {
	float: right;
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0
}

blockquote.pull-right p, blockquote.pull-right small {
	text-align: right
}

q:before, q:after, blockquote:before, blockquote:after {
	content: ""
}

address {
	display: block;
	margin-bottom: 18px;
	font-style: normal;
	line-height: 18px
}

small {
	font-size: 100%
}

cite {
	font-style: normal
}

form {
	margin: 0 0 18px
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 27px;
	font-size: 19.5px;
	line-height: 36px;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

legend small {
	font-size: 13.5px;
	color: #999
}

input, button, select, textarea {
	font-family: "PTSansRegular"
}

label {
	display: block;
	margin-bottom: 5px
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"],
	input[type="datetime-local"], input[type="date"], input[type="month"],
	input[type="time"], input[type="week"], input[type="number"], input[type="email"],
	input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
	.uneditable-input {
	display: inline-block;
	height: 18px;
	height: auto\9;
	padding: 4px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #555
}

textarea {
	height: auto
}

textarea, input[type="text"], input[type="password"], input[type="datetime"],
	input[type="datetime-local"], input[type="date"], input[type="month"],
	input[type="time"], input[type="week"], input[type="number"], input[type="email"],
	input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
	.uneditable-input {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-ms-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus,
	input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus,
	input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
	input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus,
	input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus,
	.uneditable-input:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(82, 168, 236, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(82, 168, 236, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(82, 168, 236, .6)
}

input[type="radio"], input[type="checkbox"] {
	margin: 0;
	*margin-top: 0;
	line-height: normal;
	cursor: pointer
}

input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"],
	input[type="checkbox"] {
	width: auto
}

.uneditable-textarea {
	width: auto;
	height: auto
}

select, input[type="file"] {
	height: 28px;
	*margin-top: 4px;
	line-height: 28px
}

select {
	border: 1px solid #bbb
}

select[multiple], select[size] {
	height: auto
}

select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus
	{
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.radio, .checkbox {
	min-height: 18px;
	padding-left: 18px
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float: left;
	margin-left: -18px
}

.controls>.radio:first-child, .controls>.checkbox:first-child {
	padding-top: 5px
}

.radio.inline, .checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle
}

.radio.inline+.radio.inline, .checkbox.inline+.checkbox.inline {
	margin-left: 10px
}

.input-mini {
	width: 60px
}

.input-small {
	width: 90px
}

.input-medium {
	width: 150px
}

.input-large {
	width: 210px
}

.input-xlarge {
	width: 270px
}

.input-xxlarge {
	width: 530px
}

input[class*="span"], select[class*="span"], textarea[class*="span"],
	.uneditable-input[class*="span"], .row-fluid input[class*="span"],
	.row-fluid select[class*="span"], .row-fluid textarea[class*="span"],
	.row-fluid .uneditable-input[class*="span"] {
	float: none;
	margin-left: 0
}

.input-append input[class*="span"], .input-append .uneditable-input[class*="span"],
	.input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"],
	.row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"]
	{
	display: inline-block
}

input, textarea, .uneditable-input {
	margin-left: 0
}

input.span12, textarea.span12, .uneditable-input.span12 {
	width: 930px
}

input.span11, textarea.span11, .uneditable-input.span11 {
	width: 850px
}

input.span10, textarea.span10, .uneditable-input.span10 {
	width: 770px
}

input.span9, textarea.span9, .uneditable-input.span9 {
	width: 690px
}

input.span8, textarea.span8, .uneditable-input.span8 {
	width: 610px
}

input.span7, textarea.span7, .uneditable-input.span7 {
	width: 530px
}

input.span6, textarea.span6, .uneditable-input.span6 {
	width: 450px
}

input.span5, textarea.span5, .uneditable-input.span5 {
	width: 370px
}

input.span4, textarea.span4, .uneditable-input.span4 {
	width: 290px
}

select.span4 {
	width: 300px
}

input.span3, textarea.span3, .uneditable-input.span3 {
	width: 210px
}

input.span2, textarea.span2, .uneditable-input.span2 {
	width: 130px
}

input.span1, textarea.span1, .uneditable-input.span1 {
	width: 50px
}

input[disabled], select[disabled], textarea[disabled], input[readonly],
	select[readonly], textarea[readonly] {
	cursor: not-allowed;
	background-color: #eee;
	border-color: #ddd
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly],
	input[type="checkbox"][readonly] {
	background-color: transparent
}

.control-group.warning>label, .control-group.warning .help-block,
	.control-group.warning .help-inline {
	color: #c09853
}

.control-group.warning .checkbox, .control-group.warning .radio,
	.control-group.warning input, .control-group.warning select,
	.control-group.warning textarea {
	color: #c09853;
	border-color: #c09853
}

.control-group.warning .checkbox:focus, .control-group.warning .radio:focus,
	.control-group.warning input:focus, .control-group.warning select:focus,
	.control-group.warning textarea:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: 0 0 6px #dbc59e;
	-moz-box-shadow: 0 0 6px #dbc59e;
	box-shadow: 0 0 6px #dbc59e
}

.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on
	{
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #c09853
}

.control-group.error>label, .control-group.error .help-block,
	.control-group.error .help-inline {
	color: #b94a48
}

.control-group.error .checkbox, .control-group.error .radio,
	.control-group.error input, .control-group.error select, .control-group.error textarea
	{
	color: #b94a48;
	border-color: #b94a48
}

.control-group.error .checkbox:focus, .control-group.error .radio:focus,
	.control-group.error input:focus, .control-group.error select:focus,
	.control-group.error textarea:focus {
	border-color: #953b39;
	-webkit-box-shadow: 0 0 6px #d59392;
	-moz-box-shadow: 0 0 6px #d59392;
	box-shadow: 0 0 6px #d59392
}

.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on
	{
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48
}

.control-group.success>label, .control-group.success .help-block,
	.control-group.success .help-inline {
	color: #468847
}

.control-group.success .checkbox, .control-group.success .radio,
	.control-group.success input, .control-group.success select,
	.control-group.success textarea {
	color: #468847;
	border-color: #468847
}

.control-group.success .checkbox:focus, .control-group.success .radio:focus,
	.control-group.success input:focus, .control-group.success select:focus,
	.control-group.success textarea:focus {
	border-color: #356635;
	-webkit-box-shadow: 0 0 6px #7aba7b;
	-moz-box-shadow: 0 0 6px #7aba7b;
	box-shadow: 0 0 6px #7aba7b
}

.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on
	{
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847
}

input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid
	{
	color: #b94a48;
	border-color: #ee5f5b
}

input:focus:required:invalid:focus, textarea:focus:required:invalid:focus,
	select:focus:required:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7
}

.form-actions {
	padding: 17px 20px 18px;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	*zoom: 1
}

.form-actions:before, .form-actions:after {
	display: table;
	content: ""
}

.form-actions:after {
	clear: both
}

.uneditable-input {
	overflow: hidden;
	white-space: nowrap;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #eee;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025)
}

:-moz-placeholder {
	color: #999
}

:-ms-input-placeholder {
	color: #999
}

::-webkit-input-placeholder {
	color: #999
}

.help-block, .help-inline {
	color: #555
}

.help-block {
	display: block;
	margin-bottom: 9px
}

.help-inline {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px
}

.input-prepend, .input-append {
	margin-bottom: 5px
}

.input-prepend input, .input-append input, .input-prepend select,
	.input-append select, .input-prepend .uneditable-input, .input-append .uneditable-input
	{
	position: relative;
	margin-bottom: 0;
	*margin-left: 0;
	vertical-align: middle;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}

.input-prepend input:focus, .input-append input:focus, .input-prepend select:focus,
	.input-append select:focus, .input-prepend .uneditable-input:focus,
	.input-append .uneditable-input:focus {
	z-index: 2
}

.input-prepend .uneditable-input, .input-append .uneditable-input {
	border-left-color: #ccc
}

.input-prepend .add-on, .input-append .add-on {
	display: inline-block;
	width: auto;
	height: 18px;
	min-width: 16px;
	padding: 4px 5px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	background-color: #eee;
	border: 1px solid #ccc
}

.input-prepend .add-on, .input-append .add-on, .input-prepend .btn,
	.input-append .btn {
	margin-left: -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.input-prepend .active, .input-append .active {
	background-color: #a9dba9;
	border-color: #46a546
}

.input-prepend .add-on, .input-prepend .btn {
	margin-right: -1px
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}

.input-append input, .input-append select, .input-append .uneditable-input
	{
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}

.input-append .uneditable-input {
	border-right-color: #ccc;
	border-left-color: #eee
}

.input-append .add-on:last-child, .input-append .btn:last-child {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}

.input-prepend.input-append input, .input-prepend.input-append select,
	.input-prepend.input-append .uneditable-input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child
	{
	margin-right: -1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}

.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child
	{
	margin-left: -1px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}

.search-query {
	padding-right: 14px;
	padding-right: 4px \9;
	padding-left: 14px;
	padding-left: 4px \9;
	margin-bottom: 0;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px
}

.form-search input, .form-inline input, .form-horizontal input,
	.form-search textarea, .form-inline textarea, .form-horizontal textarea,
	.form-search select, .form-inline select, .form-horizontal select,
	.form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline,
	.form-search .uneditable-input, .form-inline .uneditable-input,
	.form-horizontal .uneditable-input, .form-search .input-prepend,
	.form-inline .input-prepend, .form-horizontal .input-prepend,
	.form-search .input-append, .form-inline .input-append,
	.form-horizontal .input-append {
	display: inline-block;
	margin-bottom: 0
}

.form-search .hide, .form-inline .hide, .form-horizontal .hide {
	display: none
}

.form-search label, .form-inline label {
	display: inline-block
}

.form-search .input-append, .form-inline .input-append, .form-search .input-prepend,
	.form-inline .input-prepend {
	margin-bottom: 0
}

.form-search .radio, .form-search .checkbox, .form-inline .radio,
	.form-inline .checkbox {
	padding-left: 0;
	margin-bottom: 0;
	vertical-align: middle
}

.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"],
	.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"]
	{
	float: left;
	margin-right: 3px;
	margin-left: 0
}

.control-group {
	margin-bottom: 9px
}

legend+.control-group {
	margin-top: 18px;
	-webkit-margin-top-collapse: separate
}

.form-horizontal .control-group {
	margin-bottom: 18px;
	*zoom: 1
}

.form-horizontal .control-group:before, .form-horizontal .control-group:after
	{
	display: table;
	content: ""
}

.form-horizontal .control-group:after {
	clear: both
}

.form-horizontal .control-label {
	float: left;
	width: 140px;
	padding-top: 5px;
	text-align: right
}

.form-horizontal .controls {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 160px;
	*margin-left: 0
}

.form-horizontal .controls:first-child {
	*padding-left: 160px
}

.form-horizontal .help-block {
	margin-top: 9px;
	margin-bottom: 0
}

.form-horizontal .form-actions {
	padding-left: 160px
}

@font-face {
	font-family: 'Elusive-Icons';
	src: url('../fonts/Elusive-Icons.eot');
	src: url('../fonts/Elusive-Icons.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/Elusive-Icons.svg#Elusive-Icons') format('svg'),
		url('../fonts/Elusive-Icons.woff') format('woff'),
		url('../fonts/Elusive-Icons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}

[data-icon]:before {
	font-family: 'Elusive-Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'Elusive-Icons';
	font-weight: normal;
	font-style: normal;
	speak: none;
	line-height: 1;
	display: inline-block;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased
}

a [class^="icon-"], a [class*=" icon-"] {
	display: inline-block;
	text-decoration: inherit
}

.icon-large:before {
	vertical-align: middle;
	font-size: 1.33em
}

.btn [class^="icon-"], .nav-tabs [class^="icon-"], .btn [class*=" icon-"],
	.nav-tabs [class*=" icon-"] {
	line-height: .9em
}

li [class^="icon-"], li [class*=" icon-"] {
	display: inline-block;
	width: 1.25em;
	text-align: center
}

li .icon-large:before, li .icon-large:before {
	width: 1.875em
}

ul.icons {
	list-style-type: none;
	margin-left: 2em;
	text-indent: -0.8em
}

ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] {
	width: .8em
}

ul.icons li .icon-large:before, ul.icons li .icon-large:before {
	vertical-align: initial
}

.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
	margin-top: 0
}

.icon-briefcase:before {
	content: "\e10d"
}

.icon-bullhorn:before {
	content: "\e10c"
}

.icon-calendar:before {
	content: "\e10b"
}

.icon-calendar-sign:before {
	content: "\e10a"
}

.icon-cog:before {
	content: "\e109"
}

.icon-cog-alt:before {
	content: "\e108"
}

.icon-cogs:before {
	content: "\e107"
}

.icon-comment:before {
	content: "\e106"
}

.icon-error:before {
	content: "\e105"
}

.icon-error-alt:before {
	content: "\e104"
}

.icon-exclamation-sign:before {
	content: "\e103"
}

.icon-eye-close:before {
	content: "\e102"
}

.icon-flag-alt:before {
	content: "\e101"
}

.icon-flickr:before {
	content: "\e100"
}

.icon-folder:before {
	content: "\e0ff"
}

.icon-folder-close:before {
	content: "\e0fe"
}

.icon-globe-alt:before {
	content: "\e0fd"
}

.icon-googleplus:before {
	content: "\e0fc"
}

.icon-graph:before {
	content: "\e0fb"
}

.icon-graph-alt:before {
	content: "\e0fa"
}

.icon-idea-alt:before {
	content: "\e0f9"
}

.icon-inbox:before {
	content: "\e0f8"
}

.icon-inbox-alt:before {
	content: "\e0f7"
}

.icon-inbox-box:before {
	content: "\e0f6"
}

.icon-book:before {
	content: "\e0f5"
}

.icon-bookmark:before {
	content: "\e0f4"
}

.icon-bookmark-empty:before {
	content: "\e0f3"
}

.icon-braille:before {
	content: "\e0f2"
}

.icon-circle-arrow-right:before {
	content: "\e0f1"
}

.icon-circle-arrow-up:before {
	content: "\e0f0"
}

.icon-cloud:before {
	content: "\e0ef"
}

.icon-cloud-alt:before {
	content: "\e0ee"
}

.icon-edit:before {
	content: "\e0ed"
}

.icon-eject:before {
	content: "\e0ec"
}

.icon-envelope:before {
	content: "\e0eb"
}

.icon-envelope-alt:before {
	content: "\e0ea"
}

.icon-film:before {
	content: "\e0e9"
}

.icon-filter:before {
	content: "\e0e8"
}

.icon-fire:before {
	content: "\e0e7"
}

.icon-flag:before {
	content: "\e0e6"
}

.icon-github-text:before {
	content: "\e0e5"
}

.icon-glass:before {
	content: "\e0e4"
}

.icon-glasses:before {
	content: "\e0e3"
}

.icon-globe:before {
	content: "\e0e2"
}

.icon-heart-empty:before {
	content: "\e0e1"
}

.icon-home:before {
	content: "\e0e0"
}

.icon-home-alt:before {
	content: "\e0df"
}

.icon-idea:before {
	content: "\e0de"
}

.icon-address-book:before {
	content: "\e0dd"
}

.icon-address-book-alt:before {
	content: "\e0dc"
}

.icon-adjust:before {
	content: "\e0db"
}

.icon-adult:before {
	content: "\e0da"
}

.icon-align-center:before {
	content: "\e0d9"
}

.icon-align-justify:before {
	content: "\e0d8"
}

.icon-align-left:before {
	content: "\e0d7"
}

.icon-align-right:before {
	content: "\e0d6"
}

.icon-arrow-down:before {
	content: "\e0d5"
}

.icon-arrow-left:before {
	content: "\e0d4"
}

.icon-barcode:before {
	content: "\e0d3"
}

.icon-behance:before {
	content: "\e0d2"
}

.icon-bell:before {
	content: "\e0d1"
}

.icon-blind:before {
	content: "\e0d0"
}

.icon-blogger:before {
	content: "\e0cf"
}

.icon-bold:before {
	content: "\e0ce"
}

.icon-chevron-left:before {
	content: "\e0cd"
}

.icon-chevron-right:before {
	content: "\e0cc"
}

.icon-chevron-up:before {
	content: "\e0cb"
}

.icon-child:before {
	content: "\e0ca"
}

.icon-circle-arrow-down:before {
	content: "\e0c9"
}

.icon-circle-arrow-left:before {
	content: "\e0c8"
}

.icon-delicious:before {
	content: "\e0c7"
}

.icon-deviantart:before {
	content: "\e0c6"
}

.icon-digg:before {
	content: "\e0c5"
}

.icon-download:before {
	content: "\e0c4"
}

.icon-download-alt:before {
	content: "\e0c3"
}

.icon-dribble:before {
	content: "\e0c2"
}

.icon-file:before {
	content: "\e0c1"
}

.icon-file-alt:before {
	content: "\e0c0"
}

.icon-file-edit:before {
	content: "\e0bf"
}

.icon-file-edit-alt:before {
	content: "\e0be"
}

.icon-file-new:before {
	content: "\e0bd"
}

.icon-file-new-alt:before {
	content: "\e0bc"
}

.icon-foursquare:before {
	content: "\e0bb"
}

.icon-friendfeed:before {
	content: "\e0ba"
}

.icon-friendfeed-rect:before {
	content: "\e0b9"
}

.icon-fullscreen:before {
	content: "\e0b8"
}

.icon-gift:before {
	content: "\e0b7"
}

.icon-github:before {
	content: "\e0b6"
}

.icon-hand-up:before {
	content: "\e0b5"
}

.icon-hdd:before {
	content: "\e0b4"
}

.icon-headphones:before {
	content: "\e0b3"
}

.icon-hearing-impaired:before {
	content: "\e0b2"
}

.icon-heart:before {
	content: "\e0b1"
}

.icon-heart-alt:before {
	content: "\e0b0"
}

.icon-arrow-right:before {
	content: "\e0af"
}

.icon-arrow-up:before {
	content: "\e0ae"
}

.icon-asl:before {
	content: "\e0ad"
}

.icon-asterisk:before {
	content: "\e0ac"
}

.icon-backward:before {
	content: "\e0ab"
}

.icon-ban-circle:before {
	content: "\e0aa"
}

.icon-camera:before {
	content: "\e0a9"
}

.icon-cc:before {
	content: "\e0a8"
}

.icon-certificate:before {
	content: "\e0a7"
}

.icon-check:before {
	content: "\e0a6"
}

.icon-check-empty:before {
	content: "\e0a5"
}

.icon-chevron-down:before {
	content: "\e0a4"
}

.icon-comment-alt:before {
	content: "\e0a3"
}

.icon-compass:before {
	content: "\e0a2"
}

.icon-compass-alt:before {
	content: "\e0a1"
}

.icon-credit-card:before {
	content: "\e0a0"
}

.icon-css:before {
	content: "\e09f"
}

.icon-dashboard:before {
	content: "\e09e"
}

.icon-eye-open:before {
	content: "\e09d"
}

.icon-facebook:before {
	content: "\e09c"
}

.icon-facetime-video:before {
	content: "\e09b"
}

.icon-fast-backward:before {
	content: "\e09a"
}

.icon-fast-forward:before {
	content: "\e099"
}

.icon-female:before {
	content: "\e098"
}

.icon-folder-open:before {
	content: "\e097"
}

.icon-folder-sign:before {
	content: "\e096"
}

.icon-font:before {
	content: "\e095"
}

.icon-fontsize:before {
	content: "\e094"
}

.icon-forward:before {
	content: "\e093"
}

.icon-forward-alt:before {
	content: "\e092"
}

.icon-group:before {
	content: "\e091"
}

.icon-group-alt:before {
	content: "\e090"
}

.icon-guidedog:before {
	content: "\e08f"
}

.icon-hand-down:before {
	content: "\e08e"
}

.icon-hand-left:before {
	content: "\e08d"
}

.icon-hand-right:before {
	content: "\e08c"
}

.icon-indent-left:before {
	content: "\e08b"
}

.icon-indent-right:before {
	content: "\e08a"
}

.icon-info-sign:before {
	content: "\e089"
}

.icon-instagram:before {
	content: "\e088"
}

.icon-iphone-home:before {
	content: "\e087"
}

.icon-italic:before {
	content: "\e086"
}

.icon-key:before {
	content: "\e085"
}

.icon-laptop:before {
	content: "\e084"
}

.icon-laptop-alt:before {
	content: "\e083"
}

.icon-leaf:before {
	content: "\e082"
}

.icon-linkedin:before {
	content: "\e081"
}

.icon-list:before {
	content: "\e080"
}

.icon-list-alt:before {
	content: "\e07f"
}

.icon-lock:before {
	content: "\e07e"
}

.icon-lock-alt:before {
	content: "\e07d"
}

.icon-magnet:before {
	content: "\e07c"
}

.icon-male:before {
	content: "\e07b"
}

.icon-map-marker:before {
	content: "\e07a"
}

.icon-map-marker-alt:before {
	content: "\e079"
}

.icon-mic:before {
	content: "\e078"
}

.icon-mic-alt:before {
	content: "\e077"
}

.icon-minus:before {
	content: "\e076"
}

.icon-minus-sign:before {
	content: "\e075"
}

.icon-move:before {
	content: "\e074"
}

.icon-music:before {
	content: "\e073"
}

.icon-network:before {
	content: "\e072"
}

.icon-off:before {
	content: "\e071"
}

.icon-ok:before {
	content: "\e070"
}

.icon-ok-circle:before {
	content: "\e06f"
}

.icon-ok-sign:before {
	content: "\e06e"
}

.icon-paper-clip:before {
	content: "\e06d"
}

.icon-paper-clip-alt:before {
	content: "\e06c"
}

.icon-path:before {
	content: "\e06b"
}

.icon-pause:before {
	content: "\e06a"
}

.icon-pause-alt:before {
	content: "\e069"
}

.icon-pencil:before {
	content: "\e068"
}

.icon-pencil-alt:before {
	content: "\e067"
}

.icon-person:before {
	content: "\e066"
}

.icon-phone:before {
	content: "\e065"
}

.icon-phone-alt:before {
	content: "\e064"
}

.icon-photo:before {
	content: "\e063"
}

.icon-photo-alt:before {
	content: "\e062"
}

.icon-picasa:before {
	content: "\e061"
}

.icon-picture:before {
	content: "\e060"
}

.icon-pinterest:before {
	content: "\e05f"
}

.icon-plane:before {
	content: "\e05e"
}

.icon-play:before {
	content: "\e05d"
}

.icon-play-alt:before {
	content: "\e05c"
}

.icon-play-circle:before {
	content: "\e05b"
}

.icon-plus:before {
	content: "\e05a"
}

.icon-plus-sign:before {
	content: "\e059"
}

.icon-print:before {
	content: "\e058"
}

.icon-qrcode:before {
	content: "\e057"
}

.icon-question:before {
	content: "\e056"
}

.icon-question-sign:before {
	content: "\e055"
}

.icon-quotes:before {
	content: "\e054"
}

.icon-quotes-alt:before {
	content: "\e053"
}

.icon-random:before {
	content: "\e052"
}

.icon-record:before {
	content: "\e051"
}

.icon-reddit:before {
	content: "\e050"
}

.icon-refresh:before {
	content: "\e04f"
}

.icon-remove:before {
	content: "\e04e"
}

.icon-remove-circle:before {
	content: "\e04d"
}

.icon-remove-sign:before {
	content: "\e04c"
}

.icon-repeat:before {
	content: "\e04b"
}

.icon-repeat-alt:before {
	content: "\e04a"
}

.icon-resize-full:before {
	content: "\e049"
}

.icon-resize-horizontal:before {
	content: "\e048"
}

.icon-resize-small:before {
	content: "\e047"
}

.icon-resize-vertical:before {
	content: "\e046"
}

.icon-retweet:before {
	content: "\e045"
}

.icon-reverse-alt:before {
	content: "\e044"
}

.icon-road:before {
	content: "\e043"
}

.icon-rss:before {
	content: "\e042"
}

.icon-screen:before {
	content: "\e041"
}

.icon-screen-alt:before {
	content: "\e040"
}

.icon-screenshot:before {
	content: "\e03f"
}

.icon-search:before {
	content: "\e03e"
}

.icon-search-alt:before {
	content: "\e03d"
}

.icon-share:before {
	content: "\e03c"
}

.icon-share-alt:before {
	content: "\e03b"
}

.icon-shopping-cart:before {
	content: "\e03a"
}

.icon-shopping-cart-sign:before {
	content: "\e039"
}

.icon-signal:before {
	content: "\e038"
}

.icon-skype:before {
	content: "\e037"
}

.icon-slideshare:before {
	content: "\e036"
}

.icon-smiley:before {
	content: "\e035"
}

.icon-smiley-alt:before {
	content: "\e034"
}

.icon-speaker:before {
	content: "\e033"
}

.icon-stackoverflow:before {
	content: "\e032"
}

.icon-star:before {
	content: "\e031"
}

.icon-star-alt:before {
	content: "\e030"
}

.icon-star-empty:before {
	content: "\e02f"
}

.icon-step-backward:before {
	content: "\e02e"
}

.icon-step-forward:before {
	content: "\e02d"
}

.icon-stop:before {
	content: "\e02c"
}

.icon-stop-alt:before {
	content: "\e02b"
}

.icon-stumbleupon:before {
	content: "\e02a"
}

.icon-tag:before {
	content: "\e029"
}

.icon-tags:before {
	content: "\e028"
}

.icon-tasks:before {
	content: "\e027"
}

.icon-text-height:before {
	content: "\e026"
}

.icon-text-width:before {
	content: "\e025"
}

.icon-th:before {
	content: "\e024"
}

.icon-th-large:before {
	content: "\e023"
}

.icon-th-list:before {
	content: "\e022"
}

.icon-thumbs-down:before {
	content: "\e021"
}

.icon-thumbs-up:before {
	content: "\e020"
}

.icon-time:before {
	content: "\e01f"
}

.icon-time-alt:before {
	content: "\e01e"
}

.icon-tint:before {
	content: "\e01d"
}

.icon-torso:before {
	content: "\e01c"
}

.icon-trash:before {
	content: "\e01b"
}

.icon-trash-alt:before {
	content: "\e01a"
}

.icon-tumblr:before {
	content: "\e019"
}

.icon-twitter:before {
	content: "\e018"
}

.icon-universal-access:before {
	content: "\e017"
}

.icon-unlock:before {
	content: "\e016"
}

.icon-unlock-alt:before {
	content: "\e015"
}

.icon-upload:before {
	content: "\e014"
}

.icon-user:before {
	content: "\e013"
}

.icon-video:before {
	content: "\e012"
}

.icon-video-alt:before {
	content: "\e011"
}

.icon-video-chat:before {
	content: "\e010"
}

.icon-view-mode:before {
	content: "\e00f"
}

.icon-vimeo:before {
	content: "\e00e"
}

.icon-volume-down:before {
	content: "\e00d"
}

.icon-volume-off:before {
	content: "\e00c"
}

.icon-volume-up:before {
	content: "\e00b"
}

.icon-w3c:before {
	content: "\e00a"
}

.icon-warning-sign:before {
	content: "\e009"
}

.icon-website:before {
	content: "\e008"
}

.icon-website-alt:before {
	content: "\e007"
}

.icon-wheelchair:before {
	content: "\e006"
}

.icon-wordpress:before {
	content: "\e005"
}

.icon-wrench:before {
	content: "\e004"
}

.icon-wrench-alt:before {
	content: "\e003"
}

.icon-youtube:before {
	content: "\e002"
}

.icon-zoom-in:before {
	content: "\e001"
}

.icon-zoom-out:before {
	content: "\e000"
}

.icon-vkontakte:before {
	content: "\e10e"
}

.dropup, .dropdown {
	position: relative
}

.dropdown-toggle {
	*margin-bottom: -3px
}

.dropdown-toggle:active, .open .dropdown-toggle {
	outline: 0
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	opacity: .3;
	filter: alpha(opacity = 30)
}

.dropdown .caret {
	margin-top: 8px;
	margin-left: 2px
}

.dropdown:hover .caret, .open .caret {
	opacity: 1;
	filter: alpha(opacity = 100)
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 170px;
	padding: 4px 0;
	margin: 1px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff
}

.dropdown-menu a {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	text-decoration: none;
	white-space: nowrap
}

.dropdown-menu li>a:hover, .dropdown-menu .active>a, .dropdown-menu .active>a:hover
	{
	color: #fff;
	text-decoration: none;
	background-color: #155a9e
}

.open {
	*z-index: 1000
}

.open>.dropdown-menu {
	display: block
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000;
	content: "\2191"
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}

.typeahead {
	margin-top: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-ms-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-ms-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease
}

.collapse.in {
	height: auto
}

.paging_two_button .ui-button {
	float: left;
	cursor: pointer
}

.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	color: #333
}

.dataTables_wrapper .ui-toolbar {
	padding: 5px
}

.dataTables_paginate {
	width: auto
}

.dataTables_info {
	padding-top: 3px
}

table.display thead th {
	padding: 10px 0 10px 10px;
	cursor: pointer
}

div.dataTables_wrapper .ui-widget-header {
	font-weight: normal
}

table.display thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 20px
}

table.display thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0
}

.dataTables_wrapper {
	position: relative;
	clear: both
}

.dataTables_processing {
	position: absolute;
	top: 0;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0
}

.dataTables_length {
	width: 40%;
	float: left;
	color: #fff;
	padding: 2px 0 0 6px
}

.dataTables_length label {
	color: #555
}

.dataTables_length label select {
	padding: 3px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #555;
	font-size: 13px;
	margin: 0 5px 0 5px;
	width: 65px
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
	color: #fff;
	padding: 2px 6px 0 0
}

.dataTables_filter label {
	color: #fff
}

.dataTables_filter input[type='text'] {
	padding: 4px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #999;
	font-size: 13px;
	margin-left: 5px
}

.dataTables_info {
	width: 30%;
	float: left;
	color: #555;
	margin-top: 3px;
	padding: 5px 0 0 6px
}

.dataTables_info label {
	color: #555
}

.dataTables_paginate {
	float: right;
	text-align: right;
	margin-top: 3px;
	padding: 5px 6px 0 0
}

.paginate_disabled_previous, .paginate_enabled_previous,
	.paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left
}

table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
	border-collapse: collapse
}

table.display tfoot th {
	padding: 3px 0 3px 10px;
	font-weight: bold;
	font-weight: normal
}

table.display tr.heading2 td {
	border-bottom: 1px solid #e6e6e6
}

table.display td {
	padding: 8px 10px;
	border-right: #aac0d2 1px solid;
	color: #5c5c5c;
	font-size: 14px
}

table.display td.center {
	text-align: center
}

table.display td:first-child {
	border-left: 1px solid #aac0d2
}

tr.odd {
	background-color: #d5eaff
}

tr.even {
	background-color: #fff
}

.dataTables_scroll {
	clear: both
}

.top, .bottom {
	padding: 15px;
	background-color: #f5f5f5;
	border: 1px solid #ccc
}

.top .dataTables_info {
	float: none
}

.dataTables_empty {
	text-align: center
}

tfoot input {
	margin: .5em 0;
	width: 100%;
	color: #444
}

tfoot input.search_init {
	color: #999
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #a19b9e;
	border-top: 2px solid #a19b9e
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #a19b9e
}

.example_alt_pagination div.dataTables_info {
	width: 40%
}

.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active
	{
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important
}

.paging_full_numbers a.paginate_active {
	background-color: #99b3ff
}

table.display tr.even.row_selected td {
	background-color: #b0bed9
}

table.display tr.odd.row_selected td {
	background-color: #9fafd1
}

tr.odd td.sorting_1 {
	font-weight: bold
}

tr.even td.sorting_1 {
	font-weight: bold
}

#example tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background-color: #eee;
	cursor: pointer
}

#example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	background-color: #c3dbe0;
	cursor: pointer
}

.simple-table thead {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #fff !important;
	height: 38px !important;
	background: url(../images/header_bg.jpg) repeat-x left top;
	border: 1px solid #868686 !important;
	-moz-border-radius: 5px 5px 0 0 !important;
	-webkit-border-radius: 5px 5px 0 0 !important;
	-khtml-border-radius: 5px 5px 0 0 !important;
	border-radius: 5px 5px 0 0 !important
}

.simple-table thead th {
	font-size: 16px !important;
	font-weight: normal !important;
	color: #fff !important
}

.simple-table-footer {
	font-size: 16px;
	font-weight: normal;
	padding: 5px 10px
}

.ui-icon {
	height: 16px;
	width: 16px
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0
}

#example_wrapper .ui-widget-header {
	border-top: 1px solid #999;
	height: 29px
}

.dataTables_paginate {
	width: auto
}

.dataTables_paginate {
	float: right;
	padding: 5px 6px 0 0;
	text-align: right
}

.ui-state-default, .ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
	background: #fff;
	border-bottom: 1px solid #999;
	color: #555;
	font-size: 13px;
	font-weight: bold
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled,
	.ui-widget-header .ui-state-disabled {
	background-image: none;
	opacity: .35
}

.paging_full_numbers .ui-button {
	color: #333 !important;
	cursor: pointer;
	margin: 0;
	padding: 2px 6px
}

.dataTables_paginate .ui-button {
	background: #fff;
	border: 1px solid #999;
	font-weight: normal;
	margin-right: -0.1em !important
}

.ui-corner-tr {
	border-top-right-radius: 4px
}

.ui-corner-bl {
	border-bottom-left-radius: 4px
}

.ui-corner-br {
	border-bottom-right-radius: 4px
}

.ui-corner-tl {
	border-top-left-radius: 4px
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px
}

#example_filter {
	display: none
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0
}

.table {
	width: 100%;
	margin-bottom: 18px
}

.table th, .table td {
	padding: 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
	font-size: .813em
}

.table th {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .813em;
	font-weight: bold
}

.table thead th {
	vertical-align: bottom;
	white-space: nowrap;
}

.table caption+thead tr:first-child th, .table caption+thead tr:first-child td,
	.table colgroup+thead tr:first-child th, .table colgroup+thead tr:first-child td,
	.table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td
	{
	border-top: 0
}

.table tbody+tbody {
	border-top: 2px solid #ddd
}

.table-condensed th, .table-condensed td {
	padding: 4px 5px
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.table-bordered th, .table-bordered td {
	border-left: 1px solid #ddd
}

.table-bordered caption+thead tr:first-child th, .table-bordered caption+tbody tr:first-child th,
	.table-bordered caption+tbody tr:first-child td, .table-bordered colgroup+thead tr:first-child th,
	.table-bordered colgroup+tbody tr:first-child th, .table-bordered colgroup+tbody tr:first-child td,
	.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th,
	.table-bordered tbody:first-child tr:first-child td {
	border-top: 0
}

.table-bordered thead:first-child tr:first-child th:first-child,
	.table-bordered tbody:first-child tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px
}

.table-bordered thead:first-child tr:first-child th:last-child,
	.table-bordered tbody:first-child tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px
}

.table-bordered thead:last-child tr:last-child th:first-child,
	.table-bordered tbody:last-child tr:last-child td:first-child,
	.table-bordered tfoot:last-child tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px
}

.table-bordered thead:last-child tr:last-child th:last-child,
	.table-bordered tbody:last-child tr:last-child td:last-child,
	.table-bordered tfoot:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px
}

.table-bordered caption+thead tr:first-child th:first-child,
	.table-bordered caption+tbody tr:first-child td:first-child,
	.table-bordered colgroup+thead tr:first-child th:first-child,
	.table-bordered colgroup+tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px
}

.table-bordered caption+thead tr:first-child th:last-child,
	.table-bordered caption+tbody tr:first-child td:last-child,
	.table-bordered colgroup+thead tr:first-child th:last-child,
	.table-bordered colgroup+tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px
}

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th
	{
	background-color: #f9f9f9
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #f5f5f5
}

table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"],
	.row-fluid table th[class*="span"] {
	display: table-cell;
	float: none;
	margin-left: 0
}

.table td.span1, .table th.span1 {
	float: none;
	width: 44px;
	margin-left: 0
}

.table td.span2, .table th.span2 {
	float: none;
	width: 124px;
	margin-left: 0
}

.table td.span3, .table th.span3 {
	float: none;
	width: 204px;
	margin-left: 0
}

.table td.span4, .table th.span4 {
	float: none;
	width: 284px;
	margin-left: 0
}

.table td.span5, .table th.span5 {
	float: none;
	width: 364px;
	margin-left: 0
}

.table td.span6, .table th.span6 {
	float: none;
	width: 444px;
	margin-left: 0
}

.table td.span7, .table th.span7 {
	float: none;
	width: 524px;
	margin-left: 0
}

.table td.span8, .table th.span8 {
	float: none;
	width: 604px;
	margin-left: 0
}

.table td.span9, .table th.span9 {
	float: none;
	width: 684px;
	margin-left: 0
}

.table td.span10, .table th.span10 {
	float: none;
	width: 764px;
	margin-left: 0
}

.table td.span11, .table th.span11 {
	float: none;
	width: 844px;
	margin-left: 0
}

.table td.span12, .table th.span12 {
	float: none;
	width: 924px;
	margin-left: 0
}

.table tbody tr.success td {
	background-color: #dff0d8
}

.table tbody tr.error td {
	background-color: #f2dede
}

.table tbody tr.warning td {
	background-color: #fcf8e3
}

.table tbody tr.info td {
	background-color: #d9edf7
}

.table-hover tbody tr.success:hover td {
	background-color: #d0e9c6
}

.table-hover tbody tr.error:hover td {
	background-color: #ebcccc
}

.table-hover tbody tr.warning:hover td {
	background-color: #faf2cc
}

.table-hover tbody tr.info:hover td {
	background-color: #c4e3f3
}

.nav {
	margin-left: 0;
	margin-bottom: 18px;
	list-style: none
}

.nav>li>a {
	display: block
}

.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>.pull-right {
	float: right
}

.nav .nav-header {
	display: block;
	padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	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-left: 15px;
	padding-right: 15px;
	margin-bottom: 0
}

.nav-list>li>a, .nav-list .nav-header {
	margin-left: -15px;
	margin-right: -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: #155a9e
}

.nav-list [class^="icon-"] {
	margin-right: 2px
}

.nav-list .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 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;
	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 #cdcdcd
}

.nav-tabs>li {
	margin-bottom: -1px
}

.nav-tabs>li>a {
	background: #eee;
	color: #999;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-decoration: none
}

.nav-tabs>li>a:hover {
	border-color: #cdcdcd
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover {
	color: #555;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	border-bottom-color: transparent;
	cursor: default
}

.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: #155a9e
}

.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-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}

.nav-tabs.nav-stacked>li:last-child>a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px
}

.nav-tabs.nav-stacked>li>a:hover {
	border-color: #ddd;
	z-index: 2
}

.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 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px
}

.nav-pills .dropdown-menu {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
	border-top-color: #155a9e;
	border-bottom-color: #155a9e;
	margin-top: 6px
}

.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret
	{
	border-top-color: #0c345a;
	border-bottom-color: #0c345a
}

.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret
	{
	border-top-color: #333;
	border-bottom-color: #333
}

.nav>.dropdown.active>a:hover {
	color: #000;
	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;
	content: ""
}

.tabbable:after {
	clear: both
}

.tab-content {
	overflow: auto
}

.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
}

.tabs-below>.nav-tabs {
	border-top: 1px solid #ddd
}

.tabs-below>.nav-tabs>li {
	margin-top: -1px;
	margin-bottom: 0
}

.tabs-below>.nav-tabs>li>a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px
}

.tabs-below>.nav-tabs>li>a:hover {
	border-bottom-color: transparent;
	border-top-color: #ddd
}

.tabs-below>.nav-tabs>.active>a, .tabs-below>.nav-tabs>.active>a:hover {
	border-color: transparent #ddd #ddd #ddd
}

.tabs-left>.nav-tabs>li, .tabs-right>.nav-tabs>li {
	float: none
}

.tabs-left>.nav-tabs>li>a, .tabs-right>.nav-tabs>li>a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px
}

.tabs-left>.nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ddd
}

.tabs-left>.nav-tabs>li>a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px
}

.tabs-left>.nav-tabs>li>a:hover {
	border-color: #eee #ddd #eee #eee
}

.tabs-left>.nav-tabs .active>a, .tabs-left>.nav-tabs .active>a:hover {
	border-color: #ddd transparent #ddd #ddd;
	*border-right-color: #fff
}

.tabs-right>.nav-tabs {
	float: right;
	margin-left: 19px;
	border-left: 1px solid #ddd
}

.tabs-right>.nav-tabs>li>a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0
}

.tabs-right>.nav-tabs>li>a:hover {
	border-color: #eee #eee #eee #ddd
}

.tabs-right>.nav-tabs .active>a, .tabs-right>.nav-tabs .active>a:hover {
	border-color: #ddd #ddd #ddd transparent;
	*border-left-color: #fff
}

.navbar {
	*position: relative;
	*z-index: 2;
	overflow: visible;
	margin-bottom: 18px
}

.navbar-inner {
	min-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #2c2c2c;
	background-image: -moz-linear-gradient(top, #333, #222);
	background-image: -ms-linear-gradient(top, #333, #222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333),
		to(#222));
	background-image: -webkit-linear-gradient(top, #333, #222);
	background-image: -o-linear-gradient(top, #333, #222);
	background-image: linear-gradient(top, #333, #222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333',
		endColorstr='#222222', GradientType=0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0
		rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0
		rgba(0, 0, 0, .1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0
		rgba(0, 0, 0, .1)
}

.navbar .container {
	width: auto
}

.nav-collapse.collapse {
	height: auto
}

.navbar {
	color: #999
}

.navbar .brand:hover {
	text-decoration: none
}

.navbar .brand {
	float: left;
	display: block;
	padding: 8px 20px 12px;
	margin-left: -20px;
	font-size: 20px;
	font-weight: 200;
	line-height: 1;
	color: #999
}

.navbar .navbar-text {
	margin-bottom: 0;
	line-height: 40px
}

.navbar .navbar-link {
	color: #999
}

.navbar .navbar-link:hover {
	color: #fff
}

.navbar .btn, .navbar .btn-group {
	margin-top: 5px
}

.navbar .btn-group .btn {
	margin: 0
}

.navbar-form {
	margin-bottom: 0;
	*zoom: 1
}

.navbar-form:before, .navbar-form:after {
	display: table;
	content: ""
}

.navbar-form:after {
	clear: both
}

.navbar-form input, .navbar-form select, .navbar-form .radio,
	.navbar-form .checkbox {
	margin-top: 5px
}

.navbar-form input, .navbar-form select {
	display: inline-block;
	margin-bottom: 0
}

.navbar-form input[type="image"], .navbar-form input[type="checkbox"],
	.navbar-form input[type="radio"] {
	margin-top: 3px
}

.navbar-form .input-append, .navbar-form .input-prepend {
	margin-top: 6px;
	white-space: nowrap
}

.navbar-form .input-append input, .navbar-form .input-prepend input {
	margin-top: 0
}

.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	margin-bottom: 0
}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
	padding-left: 0;
	padding-right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.navbar-fixed-top {
	top: 0
}

.navbar-fixed-bottom {
	bottom: 0
}

.navbar .nav {
	position: relative;
	left: 0;
	display: block;
	float: left;
	margin: 0 10px 0 0
}

.navbar .nav.pull-right {
	float: right
}

.navbar .nav>li {
	display: block;
	float: left
}

.navbar .nav>li>a {
	float: none;
	padding: 11px 10px 9px;
	line-height: 19px;
	color: #cccccc;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.navbar .btn {
	display: inline-block;
	padding: 4px 10px 4px;
	margin: 5px 5px 6px;
	line-height: 18px
}

.navbar .btn-group {
	margin: 0;
	padding: 5px 5px 6px
}

.navbar .nav>li>a:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: none
}

.navbar .nav .active>a, .navbar .nav .active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #222
}

.navbar .divider-vertical {
	height: 40px;
	width: 1px;
	margin: 0 9px;
	overflow: hidden;
	background-color: #222;
	border-right: 1px solid #333
}

.navbar .nav.pull-right {
	margin-left: 10px;
	margin-right: 0
}

.navbar .btn-navbar {
	display: none;
	float: right;
	padding: 7px 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #2c2c2c;
	background-image: -moz-linear-gradient(top, #333, #222);
	background-image: -ms-linear-gradient(top, #333, #222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333),
		to(#222));
	background-image: -webkit-linear-gradient(top, #333, #222);
	background-image: -o-linear-gradient(top, #333, #222);
	background-image: linear-gradient(top, #333, #222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333',
		endColorstr='#222222', GradientType=0);
	border-color: #222 #222 #000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #222;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0
		rgba(255, 255, 255, .075);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0
		rgba(255, 255, 255, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0
		rgba(255, 255, 255, .075)
}

.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active,
	.navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
	background-color: #222;
	*background-color: #151515
}

.navbar .btn-navbar:active, .navbar .btn-navbar.active {
	background-color: #080808 \9
}

.navbar .btn-navbar .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
}

.btn-navbar .icon-bar+.icon-bar {
	margin-top: 3px
}

.navbar .dropdown-menu:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 9px
}

.navbar .dropdown-menu:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	top: -6px;
	left: 10px
}

.navbar .dropdown-menu li {
	position: relative
}

.navbar .dropdown-menu .icon-arrow-right {
	background-position: -264px -96px
}

.navbar .dropdown-menu.sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px
}

.navbar .dropdown-menu li:hover .sub-menu {
	visibility: visible;
	display: block
}

.navbar .dropdown-menu.sub-menu:before {
	border-bottom: 0 solid transparent;
	border-left: none;
	border-right: 0 solid rgba(0, 0, 0, 0.2);
	border-top: 0 solid transparent;
	left: -7px;
	top: 10px
}

.navbar .dropdown-menu.sub-menu:after {
	border-top: 0 solid transparent;
	border-left: none;
	border-right: 0 solid #fff;
	border-bottom: 0 solid transparent;
	left: 10px;
	top: 11px;
	left: -6px
}

.navbar-fixed-bottom .dropdown-menu:before {
	border-top: 7px solid #ccc;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-bottom: 0;
	bottom: -7px;
	top: auto
}

.navbar-fixed-bottom .dropdown-menu:after {
	border-top: 6px solid #fff;
	border-bottom: 0;
	bottom: -6px;
	top: auto
}

.navbar .nav li.dropdown .dropdown-toggle .caret, .navbar .nav li.dropdown.open .caret
	{
	border-top-color: #fff;
	border-bottom-color: #fff
}

.navbar .nav li.dropdown.active .caret {
	opacity: 1;
	filter: alpha(opacity = 100)
}

.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle,
	.navbar .nav li.dropdown.open.active>.dropdown-toggle {
	background-color: transparent
}

.navbar .nav li.dropdown.active>.dropdown-toggle:hover {
	color: #fff
}

.navbar .pull-right .dropdown-menu, .navbar .dropdown-menu.pull-right {
	left: auto;
	right: 0
}

.navbar .pull-right .dropdown-menu:before, .navbar .dropdown-menu.pull-right:before
	{
	left: auto;
	right: 12px
}

.navbar .pull-right .dropdown-menu:after, .navbar .dropdown-menu.pull-right:after
	{
	left: auto;
	right: 13px
}

.breadcrumb {
	padding: 0;
	list-style: none;
	float: left;
	margin-top: 4.5px
}

.breadcrumb li {
	display: inline-block;
	font-size: .750em;
	text-shadow: 0 1px 0 #fff
}

.breadcrumb .divider {
	padding: 0 5px;
	color: #999
}

.breadcrumb a {
	color: #999;
	text-decoration: none
}

.breadcrumb .active {
	color: #222
}

.accordion {
	margin-bottom: 18px
}

.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.accordion-heading {
	border-bottom: 0
}

.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px
}

.accordion-toggle {
	cursor: pointer
}

.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5
}

.topo .filtro {
	background: #fff;
	border-bottom: 1px solid #cdcdcd;
	font-size: 12px;
	min-height: 10px
}

.topo .accordion {
	margin-bottom: 0
}

.topo .accordion a {
	color: #155a9e;
	font-weight: bold;
	text-align: center;
	text-decoration: none
}

.topo .accordion-group {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0
}

.topo input, .topo select {
	margin-right: 10px
}

.topo button {
	float: right;
	position: absolute;
	right: 0;
	top: 0
}

.topo form div {
	line-height: 35px;
	margin-right: 100px;
	margin-top: 2px
}

.centro .sidebar {
	background: url(../img/bg-sidebar.png) no-repeat center right;
	left: 0;
	margin-left: 0;
	position: fixed;
	top: 82px;
	width: 245px
}

.centro .sidebar h2 {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #15559e;
	background-image: -moz-linear-gradient(top, #155a9e, #154f9e);
	background-image: -ms-linear-gradient(top, #155a9e, #154f9e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#155a9e),
		to(#154f9e));
	background-image: -webkit-linear-gradient(top, #155a9e, #154f9e);
	background-image: -o-linear-gradient(top, #155a9e, #154f9e);
	background-image: linear-gradient(top, #155a9e, #154f9e);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#155a9e',
		endColorstr='#154f9e', GradientType=0);
	border-color: #154f9e #154f9e #0c2d5a;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #154f9e;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	line-height: normal;
	font-size: .9em;
	font-weight: normal;
	margin-top: 15px;
	padding: 5px 0 5px 10px;
	position: relative;
	width: 235px
}

.centro .sidebar h2:hover, .centro .sidebar h2:active, .centro .sidebar h2.active,
	.centro .sidebar h2.disabled, .centro .sidebar h2[disabled] {
	background-color: #154f9e;
	*background-color: #124387
}

.centro .sidebar h2:active, .centro .sidebar h2.active {
	background-color: #0f3871 \9
}

.centro .sidebar h2 .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
	opacity: .75;
	filter: alpha(opacity = 75)
}

.centro .sidebar h2 img {
	margin-top: -13px;
	position: absolute;
	right: 0;
	top: 50%
}

.centro .sidebar form {
	float: left;
	padding: 10px 10px 20px 10px;
	width: 225px
}

.centro .sidebar form .radio, .centro .sidebar form .checkbox {
	margin-bottom: 9px
}

.centro .sidebar #dataI, .centro .sidebar #dataF {
	width: 70px
}

.centro .sidebar #horaI, .centro .sidebar #minutoI, .centro .sidebar #horaF,
	.centro .sidebar #minutoF {
	margin: 0 5px;
	width: 50px
}

.centro .sidebar h2 a {
	color: #fff;
	float: left;
	margin-right: 3px
}

.box, .box .antiscroll-inner {
	width: 245px
}

.abrir-sidebar {
	color: #555;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	opacity: .4
}

.barra-acoes {
	float: left;
	margin-bottom: 8px;
	width: 100%
}

.barra-acoes .btn {
	float: right;
	margin: 0 0 12px 12px
}

.btn-slider {
	cursor: pointer;
	margin-left: 0;
	position: fixed;
	top: 94px;
	width: 150px
}

.btn-slider.resultado {
	background: url(../img/seta-direita-slider.png) no-repeat center;
	right: 0
}

.btn-slider.resultado:hover {
	background: url(../img/seta-direita-slider.png) no-repeat center #eee
}

.btn-slider.submissao {
	background: url(../img/seta-esquerda-slider.png) no-repeat center;
	display: none;
	left: 0
}

.btn-slider.submissao:hover {
	background: url(../img/seta-esquerda-slider.png) no-repeat center #eee
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 140px;
	height: 44px;
	margin-top: -22px;
	margin-left: -70px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 44px;
	background: url('../img/processando.png') center center no-repeat
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
	height: 100% !important;
	background: url('../img/overlay.png') repeat
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: 0;
	display: none
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%
}

#fancybox-content {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 0;
	height: 0;
	padding: 0;
	outline: 0;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0 solid #ccc
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../img/fancybox.png') -40px 0;
	cursor: pointer;
	z-index: 1103;
	display: none
}

#fancybox-error {
	background: #fff;
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 0;
	vertical-align: top
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: 0;
	display: block
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: 0;
	background: transparent url('../img/blank.gif');
	z-index: 1102;
	display: none
}

#fancybox-left {
	left: 0
}

#fancybox-right {
	right: 0
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block
}

#fancybox-left-ico {
	background-image: url('../img/fancybox.png');
	background-position: -40px -30px
}

#fancybox-right-ico {
	background-image: url('../img/fancybox.png');
	background-position: -40px -60px
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible
}

#fancybox-left:hover span {
	left: 20px
}

#fancybox-right:hover span {
	left: auto;
	right: 20px
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	position: relative
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../img/fancy_title_over.png');
	display: block
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px
}

#fancybox-title-float-wrap {
	border: 0;
	border-collapse: collapse;
	width: auto
}

#fancybox-title-float-wrap td {
	border: 0;
	white-space: nowrap
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../img/fancybox.png') -40px -90px no-repeat
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../img/fancybox-x.png') 0 -40px
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../img/fancybox.png') -55px -90px no-repeat
}

.fancybox-ie6 #fancybox-close {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_close.png',
		sizingMethod='scale')
}

.fancybox-ie6 #fancybox-left-ico {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_nav_left.png',
		sizingMethod='scale')
}

.fancybox-ie6 #fancybox-right-ico {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_nav_right.png',
		sizingMethod='scale')
}

.fancybox-ie6 #fancybox-title-over {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_over.png',
		sizingMethod='scale');
	zoom: 1
}

.fancybox-ie6 #fancybox-title-float-left {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_left.png',
		sizingMethod='scale')
}

.fancybox-ie6 #fancybox-title-float-main {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_main.png',
		sizingMethod='scale')
}

.fancybox-ie6 #fancybox-title-float-right {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_right.png',
		sizingMethod='scale')
}

#fancybox-loading.fancybox-ie6 div {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_loading.png',
		sizingMethod='scale')
}

.fancybox-ie .fancybox-bg {
	background: transparent !important
}

.fancybox-ie #fancybox-bg-n {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_n.png',
		sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-ne {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_ne.png',
		sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-e {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_e.png',
		sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-se {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_se.png',
		sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-s {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_s.png',
		sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-sw {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_sw.png',
		sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-w {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_w.png',
		sizingMethod='scale')
}

.fancybox-ie #fancybox-bg-nw {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_nw.png',
		sizingMethod='scale')
}

.swMain div.actionBar {
	display: block;
	clear: right;
	text-align: left;
	margin-top: 20px;
	padding-top: 15px;
	float: left;
	width: 100%
}

.swMain .stepContainer .StepTitle {
	display: block;
	position: relative;
	margin: 0;
	border: 1px solid #e0e0e0;
	padding: 5px;
	font: bold 16px 'PT Sans', "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	color: #5a5655;
	background-color: #e0e0e0;
	clear: both;
	text-align: left;
	z-index: 88;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
}

.swMain ul.anchor {
	position: relative;
	display: block;
	float: left;
	list-style: none;
	padding: 0;
	width: 100%
}

.swMain ul.anchor li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 0 solid #e0e0e0;
	float: left;
	clear: both;
	width: 100%
}

.swMain ul.anchor li a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: auto;
	width: 100%;
	text-decoration: none;
	outline-style: none
}

.swMain ul.anchor li a .stepNumber {
	position: relative;
	float: left;
	width: 30px;
	text-align: center;
	padding: 5px;
	padding-top: 0;
	font: bold 45px 'PT Sans', "Helvetica Neue", Helvetica, Arial,
		sans-serif
}

.swMain ul.anchor li a .stepDesc {
	position: relative;
	display: block;
	float: left;
	text-align: left;
	padding: 5px;
	width: 70%;
	font: bold 20px 'PT Sans', "Helvetica Neue", Helvetica, Arial,
		sans-serif
}

.swMain ul.anchor li a .stepDesc small {
	font: normal 12px 'PT Sans', "Helvetica Neue", Helvetica, Arial,
		sans-serif
}

.swMain ul.anchor li a.selected {
	color: #fff;
	background: #155a9e;
	border: 1px solid #00397d
}

.swMain ul.anchor li a.selected:hover {
	color: #fff;
	background: #0a4f93
}

.swMain ul.anchor li a.done {
	color: #ccc;
	background: #f8f8f8;
	border: 1px solid #CCC
}

.swMain ul.anchor li a.done:hover {
	color: #ccc;
	background: #f8f8f8;
	border: 1px solid #CCC
}

.swMain ul.anchor li a.disabled {
	color: #ccc;
	background: #f8f8f8;
	border: 1px solid #CCC;
	cursor: text;
	display: none
}

.swMain .buttonNext {
	float: right;
	margin: 0 3px 0 3px;
	text-decoration: none;
	text-align: center;
	outline-style: none
}

.swMain .buttonDisabled {
	display: none
}

.swMain .buttonPrevious {
	float: right;
	margin: 0 3px 0 3px;
	text-decoration: none;
	text-align: center;
	outline-style: none
}

.swMain .buttonFinish {
	float: right;
	margin: 0 3px 0 3px;
	text-decoration: none;
	text-align: center;
	outline-style: none
}

.txtBox {
	border: 1px solid #ccc;
	color: #5a5655;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 430px
}

.txtBox:focus {
	border: 1px solid #ea8511
}

.swMain .loader {
	position: relative;
	display: none;
	float: left;
	margin: 2px 0 0 2px;
	padding: 8px 10px 8px 40px;
	border: 1px solid #ffd700;
	font: bold 13px 'PT Sans', "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	color: #5a5655;
	background: #fff url(../img/loader.gif) no-repeat 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 998
}

.swMain .msgBox {
	position: relative;
	display: none;
	float: left;
	margin: 4px 0 0 5px;
	padding: 5px;
	border: 1px solid #ffd700;
	background-color: #ffd;
	font: normal 12px 'PT Sans', "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	color: #5a5655;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 999;
	min-width: 200px
}

.swMain .msgBox .content {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	float: left
}

.swMain .msgBox .close {
	border: 1px solid #CCC;
	border-radius: 3px;
	color: #CCC;
	display: block;
	float: right;
	margin: 0 0 0 5px;
	outline-style: none;
	padding: 0 2px 0 2px;
	position: relative;
	text-align: center;
	text-decoration: none
}

.swMain .msgBox .close:hover {
	color: #ea8511;
	border: 1px solid #ea8511
}

.pickList_sourceListContainer, .pickList_controlsContainer,
	.pickList_targetListContainer {
	float: left;
	margin: .25em
}

.pickList_controlsContainer {
	margin-top: 23px;
	text-align: center
}

.pickList_controlsContainer button {
	display: block;
	width: 100%;
	text-align: center
}

.pickList_list {
	background: #eaeff0;
	list-style-type: none;
	margin: 0;
	padding: 5px;
	float: left;
	width: 299px;
	height: 100px;
	border: 1px solid #b7b7b7;
	overflow-y: auto;
	cursor: default
}

.pickList_selectedListItem {
	background-color: #b2dbe0
}

.pickList_listLabel {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px
}

.pickList_clear {
	clear: both
}

div.recebeDrag {
	margin-bottom: 15px;
	min-height: 130px;
	overflow: hidden;
	position: relative
}

div.recebeDrag label {
	margin-top: 10px
}

div.itemDrag {
	border-bottom: 1px solid #d5d5d5;
	font-size: 12px
}

.dragAjuda {
	border: 3px dashed #155a9e;
	width: auto !important
}

div.selector, div.selector span, div.checker span, div.radio span, div.uploader,
	div.uploader span.action {
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat
}

.selector, .radio, .checker, .uploader, .selector *, .radio *, .checker *,
	.uploader * {
	margin: 0;
	padding: 0
}

div.selector {
	background-position: -483px -130px;
	line-height: 26px;
	height: 26px
}

div.selector span {
	background-position: right 0;
	height: 26px;
	line-height: 26px
}

div.selector select {
	top: 0;
	left: 0
}

div.selector:active, div.selector.active {
	background-position: -483px -156px
}

div.selector:active span, div.selector.active span {
	background-position: right -26px
}

div.selector.focus, div.selector.hover, div.selector:hover {
	background-position: -483px -182px
}

div.selector.focus span, div.selector.hover span, div.selector:hover span
	{
	background-position: right -52px
}

div.selector.focus:active, div.selector.focus.active, div.selector:hover:active,
	div.selector.active:hover {
	background-position: -483px -208px
}

div.selector.focus:active span, div.selector:hover:active span, div.selector.active:hover span,
	div.selector.focus.active span {
	background-position: right -78px
}

div.selector.disabled {
	background-position: -483px -234px
}

div.selector.disabled span {
	background-position: right -104px
}

div.checker {
	width: 19px;
	height: 19px
}

div.checker input {
	width: 19px;
	height: 19px
}

div.checker span {
	background-position: 0 -260px;
	height: 19px;
	width: 19px
}

div.checker:active span, div.checker.active span {
	background-position: -19px -260px
}

div.checker.focus span, div.checker:hover span {
	background-position: -38px -260px
}

div.checker.focus:active span, div.checker:active:hover span, div.checker.active:hover span,
	div.checker.focus.active span {
	background-position: -57px -260px
}

div.checker span.checked {
	background-position: -76px -260px
}

div.checker:active span.checked, div.checker.active span.checked {
	background-position: -95px -260px
}

div.checker.focus span.checked, div.checker:hover span.checked {
	background-position: -114px -260px
}

div.checker.focus:active span.checked, div.checker:hover:active span.checked,
	div.checker.active:hover span.checked, div.checker.active.focus span.checked
	{
	background-position: -133px -260px
}

div.checker.disabled span, div.checker.disabled:active span, div.checker.disabled.active span
	{
	background-position: -152px -260px
}

div.checker.disabled span.checked, div.checker.disabled:active span.checked,
	div.checker.disabled.active span.checked {
	background-position: -171px -260px
}

div.radio {
	width: 18px;
	height: 18px
}

div.radio input {
	width: 18px;
	height: 18px
}

div.radio span {
	height: 18px;
	width: 18px;
	background-position: 0 -279px
}

div.radio:active span, div.radio.active span {
	background-position: -18px -279px
}

div.radio.focus span, div.radio:hover span {
	background-position: -36px -279px
}

div.radio.focus:active span, div.radio:active:hover span, div.radio.active:hover span,
	div.radio.active.focus span {
	background-position: -54px -279px
}

div.radio span.checked {
	background-position: -72px -279px
}

div.radio:active span.checked, div.radio.active span.checked {
	background-position: -90px -279px
}

div.radio.focus span.checked, div.radio:hover span.checked {
	background-position: -108px -279px
}

div.radio.focus:active span.checked, div.radio:hover:active span.checked,
	div.radio.focus.active span.checked, div.radio.active:hover span.checked
	{
	background-position: -126px -279px
}

div.radio.disabled span, div.radio.disabled:active span, div.radio.disabled.active span
	{
	background-position: -144px -279px
}

div.radio.disabled span.checked, div.radio.disabled:active span.checked,
	div.radio.disabled.active span.checked {
	background-position: -162px -279px
}

div.uploader {
	background-position: 0 -297px;
	height: 28px
}

div.uploader span.action {
	background-position: right -409px;
	height: 24px;
	line-height: 24px
}

div.uploader span.filename {
	height: 24px;
	margin: 2px 0 2px 2px;
	line-height: 24px
}

div.uploader.focus, div.uploader.hover, div.uploader:hover {
	background-position: 0 -353px
}

div.uploader.focus span.action, div.uploader.hover span.action, div.uploader:hover span.action
	{
	background-position: right -437px
}

div.uploader.active span.action, div.uploader:active span.action {
	background-position: right -465px
}

div.uploader.focus.active span.action, div.uploader:focus.active span.action,
	div.uploader.focus:active span.action, div.uploader:focus:active span.action
	{
	background-position: right -493px
}

div.uploader.disabled {
	background-position: 0 -325px
}

div.uploader.disabled span.action {
	background-position: right -381px
}

div.selector {
	margin-bottom: 20px;
	width: 190px;
	font-size: 12px
}

div.selector select {
	width: 190px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px border:solid 1px #fff
}

div.selector span {
	padding: 0 25px 0 2px;
	cursor: pointer
}

div.selector span {
	color: #666;
	width: 158px;
	text-shadow: 0 1px 0 #fff
}

div.selector.disabled span {
	color: #bbb
}

div.checker {
	margin-right: 10px
}

div.radio {
	margin-right: 10px
}

div.uploader {
	width: 190px;
	margin-bottom: 20px;
	cursor: pointer
}

div.uploader span.action {
	width: 85px;
	text-align: center;
	text-shadow: #fff 0 1px 0;
	background-color: #fff;
	font-size: 11px;
	font-weight: bold
}

div.uploader span.filename {
	color: #777;
	width: 82px;
	border-right: solid 1px #bbb;
	font-size: 11px
}

div.uploader input {
	width: 190px
}

div.uploader.disabled span.action {
	color: #aaa
}

div.uploader.disabled span.filename {
	border-color: #ddd;
	color: #aaa
}

.selector select:focus, .radio input:focus, .checker input:focus,
	uploader input:focus {
	outline: 0
}

div.selector {
	position: relative;
	padding-left: 10px;
	overflow: hidden
}

div.selector span {
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

div.selector select {
	position: absolute;
	opacity: 0;
	height: 25px;
	border: 0;
	background: 0
}

div.checker {
	position: relative;
	float: left
}

div.checker span {
	display: block;
	float: left;
	text-align: center
}

div.checker input {
	opacity: 0;
	display: inline-block;
	background: 0
}

div.radio {
	position: relative;
	float: left
}

div.radio span {
	display: block;
	float: left;
	text-align: center
}

div.radio input {
	opacity: 0;
	text-align: center;
	display: inline-block;
	background: 0
}

div.uploader {
	position: relative;
	float: left;
	overflow: hidden
}

div.uploader span.action {
	float: left;
	display: inline;
	padding: 2px 0;
	overflow: hidden;
	cursor: pointer
}

div.uploader span.filename {
	padding: 0 10px;
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

div.uploader input {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	float: right;
	height: 25px;
	border: 0
}

@
-webkit-keyframes progress-bar-stripes {
	from {background-position: 40px 0
}

to {
	background-position: 0 0
}

}
@
-moz-keyframes progress-bar-stripes {
	from {background-position: 40px 0
}

to {
	background-position: 0 0
}

}
@
-ms-keyframes progress-bar-stripes {
	from {background-position: 40px 0
}

to {
	background-position: 0 0
}

}
@
-o-keyframes progress-bar-stripes {
	from {background-position: 0 0
}

to {
	background-position: 40px 0
}

}
@
keyframes progress-bar-stripes {
	from {background-position: 40px 0
}

to {
	background-position: 0 0
}

}
.progress {
	overflow: hidden;
	height: 18px;
	margin-bottom: 18px;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5),
		to(#f9f9f9));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
	background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',
		endColorstr='#f9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.progress .bar {
	width: 0;
	height: 100%;
	color: #fff;
	float: left;
	font-size: 12px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0e90d2;
	background-image: -moz-linear-gradient(top, #149bdf, #0480be);
	background-image: -ms-linear-gradient(top, #149bdf, #0480be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf),
		to(#0480be));
	background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
	background-image: -o-linear-gradient(top, #149bdf, #0480be);
	background-image: linear-gradient(top, #149bdf, #0480be);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf',
		endColorstr='#0480be', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width .6s ease;
	-moz-transition: width .6s ease;
	-ms-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress .bar+.bar {
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0
		rgba(0, 0, 0, .15);
	-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0
		rgba(0, 0, 0, .15);
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0
		rgba(0, 0, 0, .15)
}

.progress-striped .bar {
	background-color: #149bdf;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255,
		255, 0.15)), color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(255, 255, 255, 0.15)),
		color-stop(0.75, rgba(255, 255, 255, 0.15)),
		color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px
}

.progress.active .bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-danger .bar, .progress .bar-danger {
	background-color: #dd514c;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b),
		to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',
		endColorstr='#c43c35', GradientType=0)
}

.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
	background-color: #ee5f5b;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255,
		255, 0.15)), color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(255, 255, 255, 0.15)),
		color-stop(0.75, rgba(255, 255, 255, 0.15)),
		color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-success .bar, .progress .bar-success {
	background-color: #5eb95e;
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -ms-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462),
		to(#57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(top, #62c462, #57a957);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462',
		endColorstr='#57a957', GradientType=0)
}

.progress-success.progress-striped .bar, .progress-striped .bar-success
	{
	background-color: #62c462;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255,
		255, 0.15)), color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(255, 255, 255, 0.15)),
		color-stop(0.75, rgba(255, 255, 255, 0.15)),
		color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-info .bar, .progress .bar-info {
	background-color: #4bb1cf;
	background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de),
		to(#339bb9));
	background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
	background-image: linear-gradient(top, #5bc0de, #339bb9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de',
		endColorstr='#339bb9', GradientType=0)
}

.progress-info.progress-striped .bar, .progress-striped .bar-info {
	background-color: #5bc0de;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255,
		255, 0.15)), color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(255, 255, 255, 0.15)),
		color-stop(0.75, rgba(255, 255, 255, 0.15)),
		color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-warning .bar, .progress .bar-warning {
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450),
		to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450',
		endColorstr='#f89406', GradientType=0)
}

.progress-warning.progress-striped .bar, .progress-striped .bar-warning
	{
	background-color: #fbb450;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255,
		255, 0.15)), color-stop(0.25, transparent),
		color-stop(0.5, transparent),
		color-stop(0.5, rgba(255, 255, 255, 0.15)),
		color-stop(0.75, rgba(255, 255, 255, 0.15)),
		color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15)
		25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
		transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop, .modal-backdrop.fade.in {
	opacity: .8;
	filter: alpha(opacity = 80)
}

.modal12 {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1050;
	width: 560px;
	margin: -250px 0 0 -280px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0
}

.modal12.fade {
	-webkit-transition: opacity .3s linear, top .3s ease-out;
	-moz-transition: opacity .3s linear, top .3s ease-out;
	-ms-transition: opacity .3s linear, top .3s ease-out;
	-o-transition: opacity .3s linear, top .3s ease-out;
	transition: opacity .3s linear, top .3s ease-out;
	top: -25%
}

.modal12.fade.in {
	top: 50%
}

.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee
}

.modal-header .close {
	margin-top: 2px
}

.modal-header h3 {
	margin: 0;
	line-height: 30px
}

.modal-body {
	overflow-y: auto;
	max-height: 500px;
	padding: 15px
}

.modal-form {
	margin-bottom: 0
}

.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	*zoom: 1
}

.modal-footer:before, .modal-footer:after {
	display: table;
	content: ""
}

.modal-footer:after {
	clear: both
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
} /*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
	top: 0;
	left: 0;
	padding: 4px;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.datepicker:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 6px
}

.datepicker:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	top: -6px;
	left: 7px
}

.datepicker>div {
	display: none
}

.datepicker table {
	width: 100%;
	margin: 0
}

.datepicker td, .datepicker th {
	text-align: center;
	width: 20px;
	vertical-align: middle;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.datepicker td.day:hover {
	background: #eee;
	cursor: pointer
}

.datepicker td.old, .datepicker td.new {
	color: #999
}

.datepicker td.active, .datepicker td.active:hover {
	background: #155a9e;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker td span {
	display: block;
	width: 47px;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 2px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.datepicker td span:hover {
	background: #eee
}

.datepicker td span.active {
	background: #155a9e;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker td span.old {
	color: #999
}

.datepicker th.switch {
	width: 145px
}

.datepicker th.next, .datepicker th.prev {
	font-size: 19.5px
}

.datepicker thead tr:first-child th {
	cursor: pointer
}

.datepicker thead tr:first-child th:hover {
	background: #eee
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px
}

.btn {
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	*line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
		to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(top, #fff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
	border: 1px solid #ccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px
		rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px
		rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px
		rgba(0, 0, 0, .05)
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #e6e6e6;
	*background-color: #d9d9d9
}

.btn:active, .btn.active {
	background-color: #ccc \9
}

.btn:first-child {
	*margin-left: 0
}

.btn:hover {
	color: #333;
	text-decoration: none;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.active, .btn:active {
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px
		rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px
		rgba(0, 0, 0, .05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px
		rgba(0, 0, 0, .05)
}

.btn.disabled, .btn[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: .65;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.btn-large {
	padding: 9px 14px;
	font-size: 15px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.btn-large [class^="icon-"] {
	margin-top: 1px
}

.btn-small {
	padding: 5px 9px;
	font-size: 11px;
	line-height: 16px
}

.btn-small [class^="icon-"] {
	margin-top: -1px
}

.btn-mini {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 14px
}

.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover,
	.btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover,
	.btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover,
	.btn-submit, .btn-submit:hover {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.btn-primary.active, .btn-warning.active, .btn-danger.active,
	.btn-success.active, .btn-info.active, .btn-inverse.active, .btn-submit.active
	{
	color: rgba(255, 255, 255, 0.75)
}

.btn {
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
}

.btn-primary {
	background-color: #15559e;
	background-image: -moz-linear-gradient(top, #155a9e, #154f9e);
	background-image: -ms-linear-gradient(top, #155a9e, #154f9e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#155a9e),
		to(#154f9e));
	background-image: -webkit-linear-gradient(top, #155a9e, #154f9e);
	background-image: -o-linear-gradient(top, #155a9e, #154f9e);
	background-image: linear-gradient(top, #155a9e, #154f9e);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#155a9e',
		endColorstr='#154f9e', GradientType=0);
	border-color: #154f9e #154f9e #0c2d5a;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #154f9e;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false)
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active,
	.btn-primary.disabled, .btn-primary[disabled] {
	background-color: #154f9e;
	*background-color: #124387
}

.btn-primary:active, .btn-primary.active {
	background-color: #0f3871 \9
}

.btn-warning {
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450),
		to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450',
		endColorstr='#f89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #f89406;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false)
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active,
	.btn-warning.disabled, .btn-warning[disabled] {
	background-color: #f89406;
	*background-color: #df8505
}

.btn-warning:active, .btn-warning.active {
	background-color: #c67605 \9
}

.btn-danger {
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b),
		to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',
		endColorstr='#bd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #bd362f;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false)
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled,
	.btn-danger[disabled] {
	background-color: #bd362f;
	*background-color: #a9302a
}

.btn-danger:active, .btn-danger.active {
	background-color: #942a25 \9
}

.btn-success {
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462),
		to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462',
		endColorstr='#51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #51a351;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false)
}

.btn-success:hover, .btn-success:active, .btn-success.active,
	.btn-success.disabled, .btn-success[disabled] {
	background-color: #51a351;
	*background-color: #499249
}

.btn-success:active, .btn-success.active {
	background-color: #408140 \9
}

.btn-info {
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de),
		to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de',
		endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #2f96b4;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false)
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled,
	.btn-info[disabled] {
	background-color: #2f96b4;
	*background-color: #2a85a0
}

.btn-info:active, .btn-info.active {
	background-color: #24748c \9
}

.btn-inverse {
	background-color: #414141;
	background-image: -moz-linear-gradient(top, #555, #222);
	background-image: -ms-linear-gradient(top, #555, #222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555),
		to(#222));
	background-image: -webkit-linear-gradient(top, #555, #222);
	background-image: -o-linear-gradient(top, #555, #222);
	background-image: linear-gradient(top, #555, #222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555',
		endColorstr='#222222', GradientType=0);
	border-color: #222 #222 #000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #222;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false)
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active,
	.btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222;
	*background-color: #151515
}

.btn-inverse:active, .btn-inverse.active {
	background-color: #080808 \9
}

.btn-submit {
	background-color: #2e719d;
	background-image: -moz-linear-gradient(top, #155a9e, #53939b);
	background-image: -ms-linear-gradient(top, #155a9e, #53939b);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#155a9e),
		to(#53939b));
	background-image: -webkit-linear-gradient(top, #155a9e, #53939b);
	background-image: -o-linear-gradient(top, #155a9e, #53939b);
	background-image: linear-gradient(top, #155a9e, #53939b);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#155a9e',
		endColorstr='#53939b', GradientType=0);
	border-color: #53939b #53939b #386469;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #53939b;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false)
}

.btn-submit:hover, .btn-submit:active, .btn-submit.active, .btn-submit.disabled,
	.btn-submit[disabled] {
	background-color: #53939b;
	*background-color: #4a838a
}

.btn-submit:active, .btn-submit.active {
	background-color: #41737a \9
}

button.btn, input[type="submit"].btn {
	*padding-top: 2px;
	*padding-bottom: 2px
}

button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner
	{
	padding: 0;
	border: 0
}

button.btn.btn-large, input[type="submit"].btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px
}

button.btn.btn-small, input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px
}

button.btn.btn-mini, input[type="submit"].btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px
}

.btn-group {
	position: relative;
	*zoom: 1;
	*margin-left: .3em
}

.btn-group:before, .btn-group:after {
	display: table;
	content: ""
}

.btn-group:after {
	clear: both
}

.btn-group:first-child {
	*margin-left: 0
}

.btn-group+.btn-group {
	margin-left: 5px
}

.btn-toolbar {
	margin-top: 9px;
	margin-bottom: 9px
}

.btn-toolbar .btn-group {
	display: inline-block
}

.btn-group>.btn {
	position: relative;
	float: left;
	margin-left: -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px
}

.btn-group>.btn:last-child, .btn-group>.dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px
}

.btn-group>.btn.large:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px
}

.btn-group>.btn.large:last-child, .btn-group>.large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px
}

.btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active,
	.btn-group>.btn.active {
	z-index: 2
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px
		0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0
		rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0
		rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	*padding-top: 4px;
	*padding-bottom: 4px
}

.btn-group>.btn-mini.dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px
}

.btn-group>.btn-small.dropdown-toggle {
	*padding-top: 4px;
	*padding-bottom: 4px
}

.btn-group>.btn-large.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px
		rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px
		rgba(0, 0, 0, .05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px
		rgba(0, 0, 0, .05)
}

.btn-group.open .btn.dropdown-toggle {
	background-color: #e6e6e6
}

.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #154f9e
}

.btn-group.open .btn-warning.dropdown-toggle {
	background-color: #f89406
}

.btn-group.open .btn-danger.dropdown-toggle {
	background-color: #bd362f
}

.btn-group.open .btn-success.dropdown-toggle {
	background-color: #51a351
}

.btn-group.open .btn-info.dropdown-toggle {
	background-color: #2f96b4
}

.btn-group.open .btn-inverse.dropdown-toggle {
	background-color: #222
}

.btn .caret {
	margin-top: 7px;
	margin-left: 0
}

.btn:hover .caret, .open.btn-group .caret {
	opacity: 1;
	filter: alpha(opacity = 100)
}

.btn-mini .caret {
	margin-top: 5px
}

.btn-small .caret {
	margin-top: 6px
}

.btn-large .caret {
	margin-top: 6px;
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px
}

.dropup .btn-large .caret {
	border-bottom: 5px solid #000;
	border-top: 0
}

.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret,
	.btn-success .caret, .btn-inverse .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
	opacity: .75;
	filter: alpha(opacity = 75)
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #c09853
}

.alert h4 {
	margin: 0
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847
}

.alert-danger, .alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad
}

.alert-block {
	padding-top: 14px;
	padding-bottom: 14px
}

.alert-block>p, .alert-block>ul {
	margin-bottom: 0
}

.alert-block p+p {
	margin-top: 5px
}

.row-fluid {
	padding: 0 .5%;
	width: 99%;
	*zoom: 1
}

.row-fluid:before, .row-fluid:after {
	display: table;
	content: ""
}

.row-fluid:after {
	clear: both
}

.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 28px;
	min-height: auto\9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846382977%
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0
}

.row-fluid .span12 {
	width: 99.99999998999999%;
	*width: 99.94680850063828%
}

.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.4361702036383%
}

.row-fluid .span10 {
	width: 82.97872339599999%;
	*width: 82.92553190663828%
}

.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.4148936096383%
}

.row-fluid .span8 {
	width: 65.95744680199999%;
	*width: 65.90425531263828%
}

.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.3936170156383%
}

.row-fluid .span6 {
	width: 48.93617020799999%;
	*width: 48.88297871863829%
}

.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.3723404216383%
}

.row-fluid .span4 {
	width: 31.914893614%;
	*width: 31.8617021246383%
}

.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.3510638276383%
}

.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.8404255306383%
}

.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.329787233638298%
}

@media ( min-width :768px) and (max-width:979px) {
	.row-fluid {
		width: 100%;
		*zoom: 1
	}
	.row-fluid:before, .row-fluid:after {
		display: table;
		content: ""
	}
	.row-fluid:after {
		clear: both
	}
	.row-fluid [class*="span"] {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-left: 2.762430939%;
		*margin-left: 2.709239449638298%
	}
	.row-fluid [class*="span"]:first-child {
		margin-left: 0
	}
	.row-fluid .span12 {
		width: 99.999999993%;
		*width: 99.9468085036383%
	}
	.row-fluid .span11 {
		width: 91.436464082%;
		*width: 91.38327259263829%
	}
	.row-fluid .span10 {
		width: 82.87292817100001%;
		*width: 82.8197366816383%
	}
	.row-fluid .span9 {
		width: 74.30939226%;
		*width: 74.25620077063829%
	}
	.row-fluid .span8 {
		width: 65.74585634900001%;
		*width: 65.6926648596383%
	}
	.row-fluid .span7 {
		width: 57.182320438000005%;
		*width: 57.129128948638304%
	}
	.row-fluid .span6 {
		width: 48.618784527%;
		*width: 48.5655930376383%
	}
	.row-fluid .span5 {
		width: 40.055248616%;
		*width: 40.0020571266383%
	}
	.row-fluid .span4 {
		width: 31.491712705%;
		*width: 31.4385212156383%
	}
	.row-fluid .span3 {
		width: 22.928176794%;
		*width: 22.874985304638297%
	}
	.row-fluid .span2 {
		width: 14.364640883%;
		*width: 14.311449393638298%
	}
	.row-fluid .span1 {
		width: 5.801104972%;
		*width: 5.747913482638298%
	}
	input, textarea, .uneditable-input {
		margin-left: 0
	}
}

@media ( min-width :1200px) {
	.row-fluid {
		width: 100%;
		padding: 0;
		*zoom: 1
	}
	.row-fluid:before, .row-fluid:after {
		display: table;
		content: ""
	}
	.row-fluid:after {
		clear: both
	}
	.row-fluid [class*="span"] {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-left: 2.564102564%;
		*margin-left: 2.510911074638298%
	}
	.row-fluid [class*="span"]:first-child {
		margin-left: 0
	}
	.row-fluid .span12 {
		width: 100%;
		*width: 99.94680851063829%
	}
	.row-fluid .span11 {
		width: 91.45299145300001%;
		*width: 91.3997999636383%
	}
	.row-fluid .span10 {
		width: 82.905982906%;
		*width: 82.8527914166383%
	}
	.row-fluid .span9 {
		width: 74.358974359%;
		*width: 74.30578286963829%
	}
	.row-fluid .span8 {
		width: 65.81196581200001%;
		*width: 65.7587743226383%
	}
	.row-fluid .span7 {
		width: 57.264957265%;
		*width: 57.2117657756383%
	}
	.row-fluid .span6 {
		width: 48.717948718%;
		*width: 48.6647572286383%
	}
	.row-fluid .span5 {
		width: 40.170940171000005%;
		*width: 40.117748681638304%
	}
	.row-fluid .span4 {
		width: 31.623931624%;
		*width: 31.5707401346383%
	}
	.row-fluid .span3 {
		width: 23.076923077%;
		*width: 23.0237315876383%
	}
	.row-fluid .span2 {
		width: 14.529914530000001%;
		*width: 14.4767230406383%
	}
	.row-fluid .span1 {
		width: 5.982905983%;
		*width: 5.929714493638298%
	}
	input, textarea, .uneditable-input {
		margin-left: 0
	}
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
	tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
	legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

body {
	line-height: 1
}

body, html {
	width: 100%;
	overflow: auto;
	overflow-x: hidden
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}

:focus {
	outline: 0
}

ins {
	text-decoration: none
}

del {
	text-decoration: line-through
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

img a {
	border: 0
}

img.nohover {
	border: 0
}

img.hover {
	border: 0;
	display: none
}

a:hover img.hover {
	display: inline
}

a:hover img.nohover {
	display: none
}

* {
	padding: 0;
	margin: 0;
	text-decoration: none
}

select {
	background: #eee
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"],
	input[type="datetime-local"], input[type="date"], input[type="month"],
	input[type="time"], input[type="week"], input[type="number"], input[type="email"],
	input[type="url"], input[type="search"], input[type="tel"], input[type="color"],
	.uneditable-input {
	font-size: .813em
}

body {
	float: left;
	font-family: 'PTSansRegular', Arial;
	padding-top: 40px;
	overflow: hidden;
	width: 100%
}

body.bgbranco {
	background: #fff
}

body.bgcinza {
	background: #eee
}

input.error, textarea.error, select.error, input.erro, textarea.erro,
	select.erro {
	background: #ffeeed !important;
	border: 1px solid #e40000 !important
}

input.error:focus, textarea.error:focus, select.error:focus, input.erro:focus,
	textarea.erro:focus, select.erro:focus {
	border: 1px solid #e40000 !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px
		rgba(228, 0, 0, 0.6);
	outline: 0 none
}

.container-fluid {
	padding-right: 10px;
	padding-left: 10px;
	*zoom: 1
}

.container-fluid:before, .container-fluid:after {
	display: table;
	content: ""
}

.container-fluid:after {
	clear: both
}

.obrigatorio {
	color: red
}

.row-fluid {
	margin-bottom: 9px
}

.div-btns {
	border-top: 1px solid #d5d5d5;
	margin-top: 20px;
	padding-top: 15px
}

.div-btns button {
	float: right;
	margin-left: 8px
}

.text-center {
	text-align: center !important
}

button.close {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	padding: 0
}

.close {
	color: #000;
	float: right;
	font-size: 1.250em;
	font-weight: bold;
	line-height: 20px;
	opacity: .2;
	text-shadow: 0 1px 0 #fff
}

label {
	font-size: .813em;
	font-weight: bold;
	margin-bottom: 3px
}

.msg-sistema {
	text-align: center
}

.msg-sistema .texto {
	color: #999;
	font-size: 1.250em;
	margin-top: 16px
}

.acoes .btn {
	float: right;
	font-weight: 500;
	margin-left: 5px
}

.left {
	float: left
}

.right {
	float: right
}

.top6 {
	margin-top: 6px
}

.tab-content {
	overflow-x: hidden
}

.dropdown-menu a {
	white-space: normal
}

.dropdown-menu i {
	margin-top: 2px;
}

.topo .logo {
	margin-top: 4px;
	float: left;
	margin-right: 10px;
}

.nav li a {
	font-size: .813em
}

#tab.nav li a {
	font-size: 13px
}

.navegacao {
	background: #eee;
	color: #333;
	border-bottom: 1px solid #cdcdcd;
	height: auto;
	padding: 7px 0
}

.navegacao h3 {
	background: url(../img/icon-pc.png) no-repeat right center;
	float: left;
	font-size: .750em;
	margin: 0 10px;
	padding-right: 35px
}

.centro {
	margin-bottom: 40px;
	padding-top: 15px;
	overflow: hidden
}

.centro .main-container.p-sidebar {
	padding-left: 245px
}

.centro.margintop {
	margin-top: 40px
}

.centro h3 {
	border-bottom: 1px solid #d5d5d5;
	color: #999;
	font-size: 1em;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 18px;
	padding-bottom: 5px
}

.centro h3 .btn {
	float: right;
	margin-left: 5px
}

.centro h4 {
	color: #155a9e;
	float: left;
	font-size: .875em;
	width: 100%;
	border-bottom: 1px solid #155a9e;
	margin-bottom: 20px;
}

.centro .sidebar .consulta .row-fluid {
	margin-bottom: 0
}

.centro .sidebar .consulta .row-fluid span {
	text-transform: uppercase
}

.centro .sidebar button.ui-multiselect {
	background: #eee;
	margin-top: 0 !important;
	width: 100% !important
}

.centro .sidebar div.checker {
	margin-right: 3px
}

.centro .sidebar .label-menor {
	float: left;
	margin-right: 3px;
	margin-top: 6px
}

.centro .sidebar .input-menor {
	float: left;
	margin-right: 6px;
	width: 35%
}

.rodape {
	background: #eee;
	border-top: 1px solid #cdcdcd;
	color: #555;
	font-size: .688em;
	min-height: 20px
}

.rodape div {
	float: left;
	margin-top: 4px
}

#modal-mask {
	background: #fff;
	display: none;
	float: left;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10
}

.modal {
	background: #fff;
	float: left
}

.modal .radio input[type="radio"], .modal .checkbox input[type="checkbox"]
	{
	margin-left: 0
}

.modal#info {
	min-height: 100px;
	width: 500px
}

.modal.cadastro {
	min-height: 100px;
	width: 750px
}

.modal.info {
	width: 500px
}

.modal.conf-campos {
	width: 750px
}

.modal#dragdrop {
	min-height: 100px;
	width: 780px
}

.modal#detalhamento {
	min-height: 100px;
	padding-bottom: 25px;
	width: 700px
}

.modal#detalhamento .row-fluid {
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 0
}

.modal#detalhamento .row-fluid [class*="span"] {
	min-height: 15px;
	padding: 10px 0
}

.modal#detalhamento .row-fluid [class*="span"] b {
	margin-left: 10px
}

.modal#detalhamento .odd {
	background-color: #d5eaff
}

.modal .titulo {
	font-size: .813em;
	font-weight: bold;
	border-bottom: 1px solid #bababa;
	color: #000;
	padding: 10px 15px;
	background: url("../img/bg-corpo-cabecalho.jpg") repeat-x scroll top
		#e9e9e9
}

.modal h4 {
	color: #155A9E;
	float: left;
	font-size: 0.875em;
	width: 100%;
}

.modal .texto {
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	color: #333;
	padding: 15px 15px 0 15px
}

.modal .texto p {
	margin-bottom: 15px
}

.modal .cabecalho {
	border-bottom: 1px solid #a1a1a1;
	border-top: 1px solid #a1a1a1;
	font-size: .750em;
	font-weight: bold
}

.modal .cabecalho label {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em
}

.modal .cabecalho div {
	padding-top: 14px
}

.modal .obrigatoriedade {
	float: left;
	margin-top: 7px
}

.modal p {
	margin-bottom: 10px
}

.modal .alert {
	margin-bottom: 0;
	margin-top: 10px;
	width: 99.5%
}

.table-default td {
	vertical-align: middle
}

.table-default td a {
	color: #000;
	float: left;
	margin-right: 5px;
	text-decoration: none
}

.table-default td select {
	margin-top: 5px
}

.table-detalhe {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0
}

.table-detalhe .nome-maquina {
	background: url(../img/icon-pc-verde.png) no-repeat left center;
	color: #155a9e;
	float: left;
	font-size: .750em;
	font-weight: bold;
	padding-left: 25px
}

.table-detalhe tbody td {
	vertical-align: middle
}

.table-detalhe td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999
}

.table-detalhe td :last-child {
	border-right: 0
}

.table-detalhe tr:last-child td {
	border-bottom: 0
}

.table-detalhe .nome-recurso {
	clear: both;
	color: #555;
	float: left;
	font-size: .750em;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%
}

.table-detalhe .medidor {
	color: #555;
	float: left;
	width: 100%
}

.table-detalhe .medidor span {
	font-weight: bold
}

.table-detalhe .progress {
	background: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: left;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 10px;
	width: 90%
}

.table-detalhe .dados {
	float: left;
	text-align: center;
	width: 90%
}

.table-detalhe p {
	margin: 2px 0
}

.table-detalhe button {
	border: 1px solid #ccc;
	float: right
}

.table-conteudo {
	font-size: .688em;
	margin-top: 15px
}

.table-conteudo th {
	background: 0;
	border-bottom: 1px solid #c5c5c5;
	color: #155a9e;
	padding-bottom: 5px;
	text-align: center
}

.table-conteudo td {
	border-bottom: 1px solid #c5c5c5 !important;
	border-left: 0;
	border-right: 0;
	font-weight: bold;
	text-align: center
}

.table-conteudo .erro td {
	color: #9b403e
}

.table-conteudo .alerta td {
	color: #c09853
}

.table-conteudo .ok {
	display: none
}

.table-conteudo .alerta {
	display: none
}

.login {
	background: url("../img/cx-login.png") no-repeat scroll 0 0 transparent;
	height: 340px;
	left: 50%;
	margin-left: -205px;
	margin-top: -137px;
	position: absolute;
	top: 50%;
	width: 410px;
	background-size: 100% 100%
}

.login .titulo {
	color: #888;
	float: left;
	font-size: 1.000em;
	font-weight: bold;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-top: 30px;
	text-transform: uppercase;
	width: 380px
}

.login form {
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	width: 350px
}

.login input {
	border-color: #7b91a7;
	color: #7b91a7;
	font-size: .875em;
	line-height: 25px\9;
	height: 28px;
	text-transform: none
}

.login button {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
		to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(top, #fff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#e6e6e6', GradientType=0);
	color: #888;
}

.login button span {
	float: left
}

.login button img {
	float: right;
	margin-left: 5px;
	margin-top: 3px
}

.login a {
	clear: both;
	color: #999;
	float: right;
	font-size: .813em;
	font-weight: normal;
	margin-right: 12px;
	margin-top: 6px;
	text-decoration: none
}

.login .alert {
	margin-top: 8px
}

.login .alert .close {
	top: -1px;
	right: 2px;
	opacity: 1
}

.datepicker-days td {
	text-align: center
}

.alerta-cliente {
	float: left;
	margin-bottom: 40px;
	max-height: 100%;
	overflow-y: auto;
	width: 100%
}

.titulo-erro {
	color: #bbb;
	font-size: 1.125em;
	font-weight: bold;
	line-height: normal;
	margin-top: -100px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	width: 100%
}

.titulo-erro .cod-erro {
	color: #bbb;
	font-size: 98px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase
}

#formModal .modal-body .input-orcamento {
	float: left;
	margin-left: 3px;
	margin-right: 6px
}

#form-controle h4 {
	margin-top: 5px
}

#form-controle .row-fluid hr {
	float: left;
	margin: 3px 0 3px 0;
	width: 100%
}

#form-tabs h4 {
	margin-top: 5px
}

#form-tabs .row-fluid hr {
	float: left;
	margin: 3px 0 3px 0;
	width: 100%
}

#form-tabs .status {
	float: left;
	margin-right: 3px;
	margin-top: -1px
}

.centro .accordion-toggle {
	color: #333;
	font-size: .813em;
	font-weight: bold
}

.centro .accordion-group, .centro .accordion-inner {
	border-color: #ccc
}

table.formTable td {
	padding: 3px
}

input.button {
	border: 1px solid #919191;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 2px 4px;
	text-align: center;
	margin-right: 5px
}

table.formTable td.pickListTd {
	vertical-align: top;
	width: 300px
}

table.formTable .pickListSelected select, table.formTable .pickListAvailable select
	{
	margin-top: 5px
}

table.formTable td.pickListRight {
	padding-right: 15px
}

.pickList {
	border: 1px solid #ccc;
	width: 100%
}

.pickListSelected {
	font-size: 13px;
	font-weight: bold;
	padding-top: 6px;
	width: 100%
}

.pickListAvailable {
	font-size: 13px;
	font-weight: bold;
	padding-top: 6px;
	width: 100%
}

table.formTable td.pickListButtons {
	padding: 0;
	vertical-align: middle;
	width: 50px
}

div.pickListButtons {
	margin-top: 22px;
	text-align: center;
	width: 50px;
	position: relative;
	left: 50%;
	margin-left: -25px
}

input.addButton, input.removeButton, input.addAllButton, input.removeAllButton
	{
	border-color: #ccc;
	text-align: center;
	width: 30px;
	margin-right: 0
}

input.removeButton, input.removeAllButton {
	margin-top: 5px
}

input.addAllButton {
	margin-top: 15px
}

.alert {
	background-color: #fcf8e3;
	border: 1px solid #c09853;
	border-radius: 4px 4px 4px 4px;
	color: #c09853;
	display: none;
	margin: 10px 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0;
	width: 100%
}

#gateway .alert, #workflow .alert {
	margin: 0
}

.alert div {
	margin-top: 1px;
	padding: 0 10px
}

.alert-success {
	background-color: #dff0d8;
	border-color: #a1d08d;
	color: #468847
}

.alert-error {
	background-color: #f2dede;
	border-color: #b94a48;
	color: #b94a48
}

.alert-info {
	background-color: #d9edf7;
	border-color: #3a87ad;
	color: #3a87ad
}

button.close {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 17px;
	margin-right: 5px;
	padding: 0
}

#alterar-senha button.close {
	margin: 0;
	margin-right: 5px
}

button.ui-multiselect {
	width: auto !important
}

.nome-tela {
	background: #e0e0e0
}

.nome-tela label {
	color: #333;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 7px;
	text-transform: uppercase
}

.lista-campos {
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 113px;
	height: 126px \9;
	padding: 5px;
	overflow-y: auto
}

.lista-campos label {
	margin-bottom: 0
}

#telas {
	float: left;
	width: 100%
}

#telas input, #telas select, #telas textarea {
	text-transform: none
}

#telas textarea {
	height: 72px;
	padding: 5px
}

.row-fluid.fim-tela {
	border-bottom: 1px solid #aaa;
	margin-bottom: 25px;
	padding-bottom: 25px
}

.charLeft {
	float: left;
	width: 100%;
	margin-top: 5px;
	font-style: italic;
	color: #999;
	font-weight: bold
}

.desc-tela {
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px
}

#div-stepContainer input[readonly], #div-stepContainer select[disabled]
	{
	background: none repeat scroll 0 0 buttonface;
	border: medium none;
	color: #aaa !important
}

#div-stepContainer input[readonly]:focus {
	border-color: rgba(82, 168, 236, 0.8) !important;
	box-shadow: none;
	outline: 0 none
}

.row-fluid50 {
	float: left;
	width: 50%
}

.modal .alert {
	margin-bottom: 10px
}

.modal .alert .close {
	opacity: .7;
	right: 5px;
	top: 0
}

.sidebar .consulta {
	float: left;
	margin-top: 10px;
	padding-bottom: 30px;
	width: 232px
}

.sidebar .radio input[type="radio"], .sidebar .checkbox input[type="checkbox"]
	{
	margin-left: 0
}

.acoes {
	border-top: 1px solid #d5d5d5;
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	width: 100%
}

.menu-home {
	background: url(../img/bg-neurotech.png) no-repeat top center;
	left: 50%;
	margin-left: -375px;
	margin-top: -170px;
	min-height: 340px;
	position: absolute;
	top: 50%;
	width: 750px
}

.modal .titulo {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #bababa;
	color: #000;
	padding: 10px 15px;
	background: url("../img/bg-corpo-cabecalho.jpg") repeat-x scroll top
		#e9e9e9;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0
}

.modal .subtitulo {
	background: #efefef;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ccc !important;
	border-top: 1px solid #ccc;
	color: #000;
	margin-bottom: 5px;
	margin-top: 20px;
	padding: 5px 0;
	text-align: center
}

.modal .categoria {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	color: #000;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 5px 0
}

.modal .descritivo {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	padding: 15px
}

.modal .descritivo p {
	margin-bottom: 10px
}

.modal .acoes {
	border-top: 1px solid #ddd;
	display: inline-block;
	margin-top: 20px;
	padding-top: 10px;
	text-align: right;
	width: 100%
}

.modal .descritivo .acoes {
	margin-bottom: 0
}

.modal .acoes .obrigatoriedade {
	color: #555;
	float: left;
	font-size: 11px;
	margin-top: 10px
}

.modal.alerta {
	width: 400px
}

.modal.informativo {
	width: 500px
}

.modal.load {
	width: 400px
}

.img-load {
	float: left;
	margin: 30px 0 30px 25px
}

.logo-load {
	float: left;
	margin: 10px 0 10px 30px
}

.modal.informativo input {
	float: left;
	height: 29px;
	height: 20px \9;
	margin-right: 5px;
	margin-top: 1px;
	padding-bottom: 3px \9;
	padding-top: 2px \9;
	text-transform: none
}

#alterar-senha .row-fluid {
	border: 0
}

#alterar-senha input[type=text], #alterar-senha input[type=password] {
	float: right
}

#alterar-senha label {
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin-top: 7px
}

#alterar-senha button {
	float: right;
	margin: 4px 6px 9px 6px
}

.novo-modal #fancybox-overlay {
	display: block;
	float: left;
	height: 100%;
	width: 100%
}

#fancy-overlay {
	background: url("../img/overlay.png") repeat;
	display: block;
	float: left;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 8000
}

#fancybox-content .titulo {
	background: url("../img/bg-corpo-cabecalho.jpg") repeat-x scroll center
		top #e9e9e9;
	border-bottom: 1px solid #bababa;
	border-radius: 10px 10px 0 0;
	color: #000;
	font-size: 13px;
	font-variant: normal;
	font-weight: bold;
	padding: 10px 15px
}

.novo-modal #fancybox-content {
	background: #fff;
	border: 10px solid #ccc;
	float: left;
	height: 148px;
	left: 50%;
	margin-left: -200px;
	margin-top: -74px;
	position: absolute;
	top: 50%;
	width: 400px;
	z-index: 9999
}

.novo-modal .modal .descritivo form {
	width: auto
}

.novo-modal button {
	margin-left: 5px
}

#drop-esquerda button.ui-multiselect {
	width: 100% !important
}

.ui-multiselect-menu {
	width: 158px !important
}

.ui-multiselect-menu.select-sidebar {
	width: 217px !important
}

.reload {
	float: right;
	margin-right: 10px;
	opacity: .7
}

table.gatewayEstatistica {
	width: 100%
}

table.gatewayEstatistica th {
	background: none repeat scroll 0 0 #efefef;
	border-bottom: 2px solid #bfbfbf;
	border-top: 2px solid #bfbfbf;
	font-size: 11px;
	padding: 7px 0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle
}

table.gatewayEstatistica td {
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	padding: 7px 0;
	text-align: center;
	vertical-align: middle
}

table.gatewayEstatistica td.consulta {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-weight: bold;
	text-transform: uppercase
}

table.gatewayEstatistica tr td span {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-weight: bold;
	padding: 3px 10px
}

table.gatewayEstatistica tr td span.cch {
	background: #3a87ad
}

table.gatewayEstatistica tr td span.xtrn {
	background: #333
}

table.gatewayEstatistica tr.even {
	background: #d5eaff
}

table.gatewayEstatistica tr.even td {
	border-bottom: 1px solid #999;
	cursor: default
}

#gateway a {
	color: #53939b;
	float: right;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer
}

#mobile a {
	color: #53939b;
	float: right;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer
}

#workflow a, #fraud a, #gatewayLote a, #quiz a, #mesa a {
	color: #53939b;
	float: right;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer
}

#gateway .testeUrl, #workflow, .testeUrl, #admin, .testeUrl {
	text-transform: none !important
}

#form-consultaTeste select {
	height: 26px \9
}

button.ui-multiselect {
	height: 27px
}

.painel-externo {
	background: #fff;
	border: 1px solid #bababa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 0 #fff inset;
	float: left;
	list-style: none outside none;
	margin: 5px 0 10px 0;
	padding-bottom: 10px;
	padding-top: 0;
	width: 99.5%
}

.painel-externo .cabecalho {
	background: #E5E5E5;
	border-bottom: 1px solid #bababa;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 10px 14px
}

.painel-externo .cabecalho a.exportar {
	background: url(../img/icon-exportar.png) no-repeat center;
	float: right;
	height: 17px;
	margin-left: 15px;
	margin-right: 5px;
	margin-top: -2px;
	width: 17px
}

.painel-externo .corpo {
	color: #333;
	font-size: 14px;
	padding: 7px 14px
}

.filtro-painel {
	float: left;
	margin-bottom: 10px;
	width: 100%
}

.filtro-painel ul {
	float: right
}

.filtro-painel ul li {
	color: #777;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin-left: 20px
}

.filtro-painel ul li a {
	color: #777;
	float: right;
	text-decoration: none;
	cursor: pointer
}

.filtro-painel ul li a:hover {
	color: #679ba5
}

.filtro-painel ul li select {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	float: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #888;
	font-size: 11px;
	font-style: italic;
	padding: 3px 3px 3px 0;
	width: 100px;
	margin-top: -4px;
	margin-left: 6px
}

.filtro-painel ul li .status, .filtro ul li .status {
	border-radius: 3px 3px 3px 3px;
	height: 17px;
	margin-left: 9px;
	width: 17px;
	cursor: pointer
}

.filtro-painel .status.aprovado, .status.aprovado {
	background: #468847
}

.filtro-painel .status.reprovado, .status.reprovado {
	background: #b94a48
}

.filtro-painel .status.pendente, .status.pendente {
	background: #f89406
}

.filtro-painel .status.default, .status.default {
	background: none repeat scroll 0 0 #9d9d9d
}

.row-fluid.body {
	border-bottom: 1px solid #ccc;
	float: left;
	margin-bottom: 0;
	width: 100%
}

.row-fluid.body>[class*="span"] {
	float: left;
	padding: 7px 0;
	vertical-align: middle;
	min-height: auto
}

.painel .row-fluid.head {
	margin-top: 0
}

.painel .lista .row-fluid.head {
	background: #efefef;
	border-bottom: 2px solid #bfbfbf;
	border-top: 2px solid #bfbfbf;
	font-size: 11px;
	font-weight: bold
}

.painel .lista .body.aprovado, .row-fluid.body.aprovado {
	background: none repeat scroll 0 0 #dff0d8;
	border-bottom: 1px solid #93b884;
	border-top: 1px solid #93b884;
	font-size: 11px;
	font-weight: bold
}

.painel .lista .body.aprovado span, .row-fluid.body.aprovado span {
	color: #227400
}

.painel .lista .body.recusado, .row-fluid.body.reprovado {
	background: none repeat scroll 0 0 #f2dede;
	border-bottom: 1px solid #d78491;
	border-top: 1px solid #d78491;
	font-size: 11px;
	font-weight: bold
}

.painel .lista .body.recusado span, .row-fluid.body.reprovado span {
	color: #b94a48
}

.painel .lista .body.pendente, .row-fluid.body.pendente {
	background: none repeat scroll 0 0 #fcf8e3;
	border-bottom: 1px solid #e0c38c;
	border-top: 1px solid #e0c38c;
	font-size: 11px;
	font-weight: bold
}

.painel .lista .body.pendente span, .row-fluid.body.pendente span {
	color: #c28f38
}

.nomeConsultaChamada {
	float: left;
	margin-bottom: 10px;
	width: 100%
}

.dragHelper {
	border: 4px dashed #ccc;
	min-height: 60px;
	float: left;
	width: 100%
}

@font-face {
	font-family: 'PTSansRegular';
	src: url('../fonts/PTS55F-webfont.eot');
	src: url('../fonts/PTS55F-webfont.eot?#iefix')
		format('embedded-opentype'), url('../fonts/PTS55F-webfont.woff')
		format('woff'), url('../fonts/PTS55F-webfont.ttf') format('truetype'),
		url('../fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

#alt_senha {
	margin-top: -12px \9;
}

.centro .sidebar .consulta .row-fluid {
	margin-bottom: 5px \9;
}

#listaConsultas .row-fluid div {
	word-wrap: break-word;
}

.dragHelper {
	border: 4px dashed #cccccc;
	min-height: 60px;
	float: left;
	width: 98%;
}

@
-moz-document url-prefix () { .menu-home .sub-submissao .icon i,
	.menu-home .sub-deploy .icon i { margin-top:17px;
	
}

}
.table-default i {
	font-size: 1.2em;
	margin-right: 3px;
}

.table-default i:hover {
	color: #155a9e;
}

.sidebar .nome-politica {
	float: left;
	margin-left: 5px;
	padding-top: 7px;
}

.consulta-txt {
	height: 350px;
	overflow-y: auto;
	position: relative;
}

.consulta-txt.entradas {
	height: 140px;
	margin-bottom: 35px;
}

.consulta-txt .table, .cabecalhoConsultaTxt {
	border: 1px solid #bbbbbb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-bottom: 0px;
	width: 100%;
}

.consulta-txt .table-striped tbody tr:nth-child(odd) td, .parametros .table-striped tbody tr:nth-child(odd) td
	{
	background: #d9e4f0;
}

.consulta-txt .table thead th, .cabecalhoConsultaTxt th {
	background: url("../img/bg-corpo-cabecalho.jpg") repeat-x scroll center
		top #e9e9e9;
	border-bottom: 1px solid #bbbbbb;
}

.consulta-txt .table input[type=text], .parametros .table input[type=text]
	{
	margin: -5px 0px;
}

.nav-tabs .btn {
	float: right;
}

.adicionar-parametro {
	display: none;
}

.invisivel {
	display: none;
}

.nome-consulta-erro {
	background: #ffeeed !important;
	border-color: red !important;
}

/* .modal-body div.checker{ */
/* 	margin-top: -8px; */
/* } */
.modal-body .tab-pane div.checker {
	margin-top: -2px;
}

.text-center div.checker {
	position: relative;
	left: 50%;
	margin-left: -9px;
}

.nomeConsulta {
	cursor: pointer;
}

div.checker span {
	margin-top: 0px;
}

div>.checker {
	margin-top: 5px;
}

.sidebar div>.checker {
	margin-top: 0px;
}

.cx-campos-politica .checker {
	margin-top: 0px !important;
}

.icon-texto {
	margin-top: 1px;
	font-weight: bold;
}

.icon-texto:hover {
	color: #155a9e;
}

.table-default .iconeInativo {
	color: #cccccc;
	float: left;
	/*margin-right: 9px;*/
}

.table-default .iconeInativo:hover {
	color: #cccccc;
	float: left;
	cursor: auto;
}

.processando {
	padding: 8px 0px 7px !important;
}

.centro .sidebar .listagem, .centro .sidebar #div-consultas {
	margin: 0px;
	padding: 10px 10px 20px;
	width: 225px;
}

/*FRAUDE*/
label.checkbox {
	font-weight: normal;
	padding-left: 0px;
	margin-top: 5px;
}

label input[type=checkbox] {
	margin-right: 5px;
}

#conteudo .filtros {
	background: #f3f3f3;
	float: left;
	margin-bottom: 10px;
	padding: 20px 1%;
	width: 98%;
}

#conteudo .filtros .titulo {
	border-bottom: 1px solid #dddddd;
	color: #aaaaaa;
	float: left;
	font-size: 0.905em;
	font-weight: bold;
	margin-bottom: 10px;
	width: 100%;
}

#conteudo .filtros .btn {
	float: right;
	margin-left: 10px;
	margin-top: 15px;
}

.novo-select {
	margin-left: 0px !important;
	margin-bottom: 9px !important;
}

.feedback .sidebar {
	width: 395px;
}

.feedback .nano .content {
	width: 412px;
}

.feedback.centro .sidebar h2 {
	width: 385px;
}

.feedback.centro .sidebar .listagem {
	width: 375px;
}

.feedback.centro .main-container.p-sidebar {
	padding-left: 400px;
}

.sidebar .table i {
	color: #333333;
}

.feedback.centro .table i {
	color: #333333;
}

.erro .select2-choice, .error .select2-choice {
	background: #FFEEED !important;
	border-color: #E40000 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#FFEEED',
		endColorstr= '#FFEEED', GradientType= 0) !important;
}

.erro.select2-container-active .select2-choice, .error.select2-container-active .select2-choice
	{
	border-color: #E40000 !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px
		rgba(228, 0, 0, 0.6) !important;
	outline: 0 none;
}

.tabelasFraud {
	max-height: 250px;
	overflow-x: auto;
	overflow-y: auto;
	margin-bottom: 10px;
}

.tabelaRetorno {
	max-height: 250px;
	overflow-x: auto;
	overflow-y: auto;
	margin-bottom: 10px;
}

.tabelaRetorno td, .tabelaRetorno th {
	border: 1px solid #999;
}

.tabelasPropostasCasadas {
	max-height: 250px;
	overflow-x: auto;
	overflow-y: auto;
	margin-bottom: 10px;
}

.tabelasFraud td, .tabelasFraud th {
	border: 1px solid #999;
}

.tabelasPropostasCasadas td, .tabelasPropostasCasadas th {
	border: 1px solid #999;
}

#formLogin input[type=password] {
	font-family: arial !important;
}

#funcionalidades div {
	font-size: 0.9em;
}

.table-default .inativo i {
	color: #bbbbbb;
}

.descFuncionalidade {
	float: left;
	margin-left: 10px;
	margin-top: 7px;
}

.icheckbox_square-blue {
	float: left;
}

.iradio_square-blue {
	float: left;
}

pagination {
	margin: 20px 0;
}

.pagination ul {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul>li {
	display: inline;
}

.pagination ul>li>a, .pagination ul>li>span {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left-width: 0;
}

.pagination ul>li>a:hover, .pagination ul>li>a:focus, .pagination ul>.active>a,
	.pagination ul>.active>span {
	background-color: #f5f5f5;
}

.pagination ul>.active>a, .pagination ul>.active>span {
	color: #999999;
	cursor: default;
}

.pagination ul>.disabled>span, .pagination ul>.disabled>a, .pagination ul>.disabled>a:hover,
	.pagination ul>.disabled>a:focus {
	color: #999999;
	background-color: transparent;
	cursor: default;
}

.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

.pagination-centered {
	text-align: center;
}

.linhaLog td {
	cursor: pointer;
	vertical-align: middle;
}

.linhaSelecionada td {
	background: #e5e5e5 !important;
}

td.nomeLote {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-weight: bold;
	text-transform: uppercase
}

table.gatewayEstatistica .consultaLote {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.lote.gatewayEstatistica tr.even td {
	border-bottom: 1px solid #ccc;
}

.lote td.nomeLote {
	border-bottom: 1px solid #999;
}

.lote.gatewayEstatistica tr.fimLote td {
	border-bottom: 1px solid #999;
}

table.gatewayEstatistica tr td span.externo {
	background: #999999;
}

table.gatewayEstatistica tr td span.middle {
	background: #468847;
}

#divSemConteudo .alert .close {
	right: 0px;
	top: 0px;
}

.sidebar h4 {
	border-bottom: 2px solid #155a9e;
}

.open-sidebar {
	color: #555;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	opacity: .4;
}

.topo .dropdown-menu {
	min-width: 180px;
}

a.no-table-link {
	color: #000;
	float: left;
	margin-left: 5px;
	margin-top: 7px;
	text-decoration: none;
	font-size: 1.2em;
}

.exportarPropostas {
	float: right;
}

.exportarPropostas i {
	float: left;
	margin-top: 1px;
}

table.detalhesHistoricoLote {
	width: 100%;
}

table.detalhesEstatisticasLote {
	width: 100%;
}

table.detalhesHistoricoLote tr th {
	background: none repeat scroll 0 0 #efefef;
	border-bottom: 2px solid #bfbfbf;
	border-top: 2px solid #bfbfbf;
	font-size: 11px;
	padding: 7px 7px 7px 7px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
}

table.detalhesEstatisticasLote tr th {
	background: none repeat scroll 0 0 #efefef;
	border-bottom: 2px solid #bfbfbf;
	border-top: 2px solid #bfbfbf;
	font-size: 11px;
	padding: 7px 7px 7px 7px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
}

table.detalhesHistoricoLote tr td {
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	padding: 7px 7px 7px 7px;
	text-align: left;
	vertical-align: middle;
}

table.detalhesEstatisticasLote tr td {
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	padding: 7px 7px 7px 7px;
	text-align: left;
	vertical-align: middle;
}

span.parametro-invalido {
	background: none repeat scroll 0 0 #FF6363;
}

#mensagensDeployPolitica .alert .close {
	line-height: 18px;
	position: relative;
	right: 0px;
	top: 0px;
}

div#agendamento small {
	margin: 0 0 0 1%;
}

.select2-container-multi.erro ul.select2-choices {
	border-color: #E40000;
	background: #FFEEED;
}

/* --- HOME --- */
.menu-home .decisionDesigner {
	float: left;
	margin-left: 20px;
	margin-top: 82px;
	position: relative;
	width: 220px;
}

.menu-home .decisionDesigner .item {
	color: #d65f6e;
	cursor: pointer;
	float: right;
}

.menu-home .decisionDesigner .item i {
	float: right;
	font-size: 1.8em;
}

.menu-home .decisionDesigner .item span {
	color: #aa051a;
	display: none;
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 6px;
}

.menu-home .decisionDesigner .item:hover {
	color: #d5384c;
}

.menu-home .decisionDesigner .menu {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: none;
	float: left;
	margin-top: 10px;
	padding: 5px 0px;
	width: 218px;
}

.menu-home .decisionDesigner .menu li {
	float: left;
	font-size: 0.875em;
	width: 100%;
}

.menu-home .decisionDesigner .menu li a {
	color: #333333;
	cursor: pointer;
	float: left;
	font-weight: bold;
	padding: 5px 9px;
	width: 200px;
}

.menu-home .decisionDesigner .menu li a:hover {
	background: #155a9e;
	color: #ffffff;
	float: left;
}

.menu-home .gateway {
	float: right;
	margin-right: 56px;
	margin-top: 144px;
	position: relative;
	width: 220px;
}

.menu-home .gateway .item {
	color: #546574;
	cursor: pointer;
	float: left;
}

.menu-home .gateway .item i {
	float: left;
	font-size: 1.8em;
}

.menu-home .gateway .item span {
	color: #374b5d;
	display: none;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 11px;
}

.menu-home .gateway .item:hover {
	color: #374b5d;
}

.menu-home .gateway .menu {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: none;
	float: left;
	margin-top: 10px;
	padding: 5px 0px;
	width: 218px;
}

.menu-home .gateway .menu li {
	float: left;
	font-size: 0.875em;
	width: 100%;
}

.menu-home .gateway .menu li a {
	color: #333333;
	cursor: pointer;
	float: left;
	font-weight: bold;
	padding: 5px 9px;
	width: 200px;
}

.menu-home .gateway .menu li a:hover {
	background: #155a9e;
	color: #ffffff;
	float: left;
}

.menu-home .gateway .menu li li a {
	font-size: 1.1em;
	margin: 0px 10px;
	padding: 3px 9px;
	width: 180px;
}

#configuracaoLdap {
	display: none;
}

#ldap a {
	color: #53939B;
	cursor: pointer;
	float: right;
	font-weight: bold;
	text-decoration: none;
}

.table-default .iconeInativoQuiz {
	color: #cccccc;
	float: left;
	/*margin-right: 9px;*/
}

.table-default .iconeInativoQuiz:hover {
	color: #cccccc;
	float: left;
	cursor: pointer;
}

table td.destake, .row-fluid table td.destake {
	color: #b20126;
}

.agendamento {
	display: none;
}

.valorRadio {
	float: left;
	margin-left: 5px;
	margin-top: 4px;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.popover-title:empty {
	display: none;
}

.popover-content {
	padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover .arrow {
	border-width: 11px;
}

.popover .arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	border-bottom-width: 0;
}

.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-top-color: #ffffff;
	border-bottom-width: 0;
}

.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25);
	border-left-width: 0;
}

.popover.right .arrow:after {
	bottom: -10px;
	left: 1px;
	border-right-color: #ffffff;
	border-left-width: 0;
}

.popover.bottom .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	border-top-width: 0;
}

.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-bottom-color: #ffffff;
	border-top-width: 0;
}

.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25);
	border-right-width: 0;
}

.popover.left .arrow:after {
	right: 1px;
	bottom: -10px;
	border-left-color: #ffffff;
	border-right-width: 0;
}

.editable-click, a.editable-click, a.editable-click:hover {
	border: none !important;
	color: #000000;
}

.parentToDelegate {
	margin-top: 8px;
}

.editable-input select {
	font-size: 1em;
}

.itemDrag input[type=checkbox], .itemDrag input[type=radio] {
	margin-top: 7px;
}

.editable-buttons {
	margin-top: 2px;
}

.editable-buttons button {
	float: right;
	margin-left: 3px;
}

.msgError {
	color: #b94a48;
}

.modal-footer .alert div {
	float: left;
	margin-top: 1px;
	padding: 5px 10px;
}

.marcarTodos div {
	float: right;
	font-size: 0.8em;
	font-weight: bold;
	line-height: normal;
	margin-left: 15px;
}

.marcarTodos div input[type=checkbox] {
	float: left;
	margin-right: 2px;
	margin-top: 1.4px;
}

/* Multi Filtros */
.centro .sidebar label a {
	color: #000000;
	float: right;
}

.centro .sidebar label a:hover {
	color: #15529E;
}

.cabecalhoBloco {
	min-height: 0px;
	padding: 15px 20px;
	font-weight: bold;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
		to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
		endColorstr='#fff2f2f2', GradientType=0);
	*zoom: 1;
	font-size: 0.85em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.cabecalhoBloco .btn {
	margin-top: -6px;
	margin-left: 6px;
	float: right;
}

.bloco {
	background: #f7f7f7;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 15px 20px 0px;
	margin-top: -1px;
	width: 100%;
}

#workflow h4, #config h4 {
	border-bottom: 1px solid #d5d5d5;
	color: #999;
	font-size: 1em;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 10px;
}

.text-especialista {
	width: 95.5%;
}

.boxCaptcha {
	background: #ffffff;
	border: 1px solid #cccccc;
}

.boxCaptcha img {
	float: left;
	width: 100%;
}

.modal-body .boxCaptcha {
	margin-top: 16px;
}

.text-right {
	float: right !important;
}

.text-right.btn {
	margin-left: 5px;
}

.tabelaGateway {
	float: left;
	/* 	max-height: 300px; */
	/* 	overflow-y: auto; */
	width: 100%;
}

.tabelaGateway input[type=text] {
	float: right;
}

.tabelaGateway .accordion-heading {
	background: #eeeeee;
}

.sidebar .btn-success {
	float: right;
}

.sidebar .table th, .sidebar .table td {
	padding: 4px;
	line-height: normal;
	font-size: .75em;
}

.sidebar .nano {
	overflow-y: hidden;
}

/* CSS Digitalização Documentos*/
.digitalizacaoDocumento #container {
	float: left;
	width: 100%;
}

.digitalizacaoDocumento #container .btn {
	margin-left: 5px;
}

.digitalizacaoDocumento .ds-dwt-container-box, .digitalizacaoDocumento .ds-dwt-container-box div
	{
	width: 100% !important;
}

.rodapeScan {
	float: left;
	width: 100%;
	background: #333333;
	border: 1px solid #333333;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.imgScanner .thumb {
	background: #ffffff;
	border: 1px solid #999999;
}

.imgScanner .thumb img {
	float: left;
	height: 45px;
	width: 55px;
}

/* CSS Captura Câmera*/
#results {
	clear: both;
	padding: 10px 0px;
	position: relative;
}

#my_camera, #imagem_capturada {
	background: #555555;
	clear: both;
	padding: 10px 0px;
	position: relative;
}

#imagem_capturada {
	width: 320px !important;
	height: 240px !important;
}

#my_camera div {
	background: url(../img/mascara3.png) no-repeat center;
	float: left;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 500;
}

#results {
	float: left;
	width: 300px;
}

.webcamTopo {
	background: #222222;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	clear: both;
	color: #ffffff;
	float: left;
	font-size: .813em;
	min-height: 33px;
	padding: 10px;
	width: 320px;
}

.webcamRodape {
	background: #222222;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	clear: both;
	float: left;
	min-height: 38px;
	padding: 5px 10px;
	width: 320px;
}

.conf-campos body.dragging, .conf-campos body.dragging * {
	cursor: move !important
}

.conf-campos .dragged {
	position: absolute top: 0 opacity: .5 z-index: 2000
}

.conf-campos ol.example li.placeholder {
	position: relative;
	/** More li styles **/
}

.conf-campos ol.example li.placeholder:before {
	position: absolute;
	/** Define arrowhead **/
}

.conf-campos ol.vertical {
	margin: 0 0 9px 0;
	min-height: 10px;
}

.conf-campos li.campos {
	display: block;
	margin: 2px;
	padding: 4px;
	border: 1px solid #CCC;
	color: $linkColor;
	background: $grayLighter;
	text-align: center;
}

.conf-campos li.placeholder {
	position: relative;
	margin: 0;
	padding: 0;
	border: none; &:
	before position: absolute;
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	left: -5px;
	top: -4px;
	border: 5px solid transparent;
	border-left-color: $error;
	border-right: none;
}

.conf-campos .button-head {
	margin-bottom: 2px;
	margin-left: 20px;
	margin-top: 10px;
}

.labelRadio {
	height: 10px;
	float: left;
	display: block;
	margin-top: 5px;
	margin-left: 5px;
}

.vermelho {
	color: #a94442;
}

.amarelho {
	color: #8a6d3b;
}

#principal [class*="span"] {
	margin-left: 0px !important;
}

.danger {
	color: #a94442 !important;
	font-weight: bold;
}

.warning {
	color: #8a6d3b !important;
	font-weight: bold;
}

.success {
	/* color: #3c763d !important; */
	color: green !important;
	font-weight: bold;
}

#principal, #principal-tracking, input[disabled], select[disabled],
	textarea[disabled], input[readonly], select[readonly], textarea[readonly]
	{
	background-color: white;
	border-color: white;
	cursor: default !important;
}

.campos-facial-direito {
	border-left: 1px solid #DCDCDC;
	padding-left: 20px;
}

.azul {
	background-color: #d9e4f0;
	color: #000;
}

.listaAddtionalInfo {
	
}

.row-fluid.body span {
	padding-left: 5px !important;
}

.imagem_capturada img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tabela-face-match {
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
}

.tabela-face-match tr {
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
}

.tabela-face-match tr td, th {
	border-bottom: 1px solid #ddd;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	font-size: 0.813em;
	line-height: 1px !important;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
}

.modal-tracking {
	background: #fff;
}

.semBarraRolagem {
	overflow: hidden;
}

#mobileAdd {
	cursor: pointer;
	background: url(../img/icon-adicionar.png) no-repeat right;
	background-size: 22px 17px;
}

.div-mobile {
	border: 2px solid #eee;
	border-radius: 25px;
	padding: 20px;
	width: 94%;
}

.thumb {
	height: 35px;
}

#progress_bar {
	margin: 10px 0;
	padding: 3px;
	border: 1px solid #000;
	font-size: 14px;
	clear: both;
	opacity: 0;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-webkit-transition: opacity 1s linear;
	width: 90%;
}

#progress_bar.loading {
	opacity: 1.0;
}

#progress_bar .percent {
	background-color: #99ccff;
	height: auto;
	width: 0;
}

.pontos {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#modalConfigurarCamposPerfil .aviso {
	font-size : small;
	color : red;
	text-align : center;
}

#modalConfigurarCamposPerfil th {
	background-color : #d6d1d1;
}

#form #conteudo label{
	width: fit-content;
}

.bg-red-1{
	background-color: #FF6347;
}

.bg-red-2{
	background-color: #FF0000;
}

.bg-red-3{
	background-color: #FF4500;
}

.bg-yellow-1{
	background-color: #FFFFE0;
}

.bg-yellow-2{
	background-color: #FFFACD;
}

.bg-yellow-3{
	background-color: #FAFAD2;
}

.bg-yellow-4{
	background-color: #FFFF00;
}

#modal-blocklist .tinfo{
	width: 30%
}

#modal-blocklist .tmessa{
	width: 70%
}

#modal-blocklist .titulo{
	text-align: center;
}

#modal-blocklist #collapseProibidas{
	text-align: center;
    color: #a94442 !important;
    font-size: 13px !important;
    font-weight: bold;
}

#modal-blocklist #collapseAlertas{
	text-align: center;
    color: #8a6d3b !important;
    font-size: 13px !important;
    font-weight: bold;
}

.perfilAlertaMenssagem {
	background-color: #fff3cd;
	border: 1px solid #c09853;
	border-color: #ffeeba;
	border-radius: 4px 4px 4px 4px;
	color: #856404;
	margin: 10px 0;
	text-shadow: 0 1px 0 rgb(255 255 255/ 50%);
	float: left;
	font-size: 13px;
	padding: 10px 0;
	width: 100%;
	justify-content: center;
}

.perfilTextoMenssagemAlert {
	margin-left: 5px;
}

.perfilErroMenssagem {
	background-color: #f8d7da;
	border: 1px solid #c09853;
	border-color: #f5c6cb;
	border-radius: 4px 4px 4px 4px;
	color: #721c24;
	margin: 10px 0;
	text-shadow: 0 1px 0 rgb(255 255 255/ 50%);
	float: left;
	font-size: 13px;
	padding: 10px 0;
	width: 100%;
	justify-content: center;
}

.perfilTextoMenssagemErro {
	margin-left: 5px;
}

.inativar-button {
	color: #bbbbbb;
}