/*!
 * Bootstrap Docs (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under the Creative Commons Attribution 3.0 Unported License. For
 * details, see http://creativecommons.org/licenses/by/3.0/.
 */
html, body {
	position: relative; /* For scrollyspy */
	padding-top: 15px; /* Account for fixed navbar */
	height: 100%;
	font-weight: 300;
	/* The html and body elements cannot have any padding or margin. */
}

#main {
	margin-top: 30px;
}

.nome-cliente {
	font-size: 25px;
}

.pre-scrollable {
	max-height: 500px;
	overflow-y: scroll;
	width: 470px;
}

.navbar-brand {
  object-fit: contain;
  max-height: 70%;
    max-width: 50%;
  height: 70%;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	z-index: 99;
}

body {
	line-height: 1.42857;
	color: #3F3F44;
	background-color: #ffffff;
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto;
	/* Negative indent footer by its height */
	margin: 40px;
}

.table code {
	font-size: 13px;
	font-weight: 400
}

.btn-outline {
	color: #563d7c;
	background-color: transparent;
	border-color: #563d7c
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
	color: #fff;
	background-color: #563d7c;
	border-color: #563d7c
}

.btn-outline-inverse {
	color: #fff;
	background-color: transparent;
	border-color: #cdbfe3
}

.btn-outline-inverse:hover, .btn-outline-inverse:focus,
	.btn-outline-inverse:active {
	color: #563d7c;
	text-shadow: none;
	background-color: #fff;
	border-color: #fff
}

.bs-docs-booticon {
	display: block;
	font-weight: 500;
	color: #fff;
	background-color: #563d7c;
	border-radius: 15%;
	cursor: default;
	text-align: center
}

.bs-docs-booticon-sm {
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 28px
}

.bs-docs-booticon-lg {
	width: 144px;
	height: 144px;
	font-size: 108px;
	line-height: 140px
}

.bs-docs-booticon-inverse {
	color: #563d7c;
	background-color: #fff
}

.bs-docs-booticon-outline {
	background-color: transparent;
	border: 1px solid #cdbfe3
}

.bs-docs-nav {
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 0
}

.bs-home-nav .bs-nav-b {
	display: none
}

.bs-docs-nav .navbar-brand, .bs-docs-nav .navbar-nav>li>a {
	color: #563d7c;
	font-weight: 500
}

.bs-docs-nav .navbar-nav>li>a:hover, .bs-docs-nav .navbar-nav>.active>a,
	.bs-docs-nav .navbar-nav>.active>a:hover {
	color: #463265;
	background-color: #f9f9f9
}

.bs-docs-nav .navbar-toggle .icon-bar {
	background-color: #563d7c
}

.bs-docs-nav .navbar-header .navbar-toggle {
	border-color: #fff
}

.bs-docs-nav .navbar-header .navbar-toggle:hover, .bs-docs-nav .navbar-header .navbar-toggle:focus
	{
	background-color: #f9f9f9;
	border-color: #f9f9f9
}

.bs-docs-footer {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 100px;
	color: #777;
	text-align: center;
	border-top: 1px solid #e5e5e5
}

.bs-docs-footer-links {
	margin-top: 20px;
	padding-left: 0;
	color: #999
}

.bs-docs-footer-links li {
	display: inline;
	padding: 0 2px
}

.bs-docs-footer-links li:first-child {
	padding-left: 0
}

@media ( min-width :768px) {
	.bs-docs-footer p {
		margin-bottom: 0
	}
}

.bs-docs-social {
	margin-bottom: 20px;
	text-align: center
}

.bs-docs-social-buttons {
	display: inline-block;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.bs-docs-social-buttons li {
	display: inline-block;
	line-height: 1;
	padding: 5px 8px
}

.bs-docs-social-buttons .twitter-follow-button {
	width: 225px !important
}

.bs-docs-social-buttons .twitter-share-button {
	width: 98px !important
}

.github-btn {
	border: 0;
	overflow: hidden
}

.bs-docs-masthead, .bs-docs-header {
	position: relative;
	padding: 30px 15px;
	color: #cdbfe3;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	background-color: #6f5499;
	background-image: -webkit-linear-gradient(top, #563d7c 0, #6f5499 100%);
	background-image: linear-gradient(to bottom, #563d7c 0, #6f5499 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c',
		endColorstr='#6F5499', GradientType=0)
}

.bs-docs-masthead .bs-docs-booticon {
	margin: 0 auto 30px
}

.bs-docs-masthead h1 {
	font-weight: 300;
	line-height: 1;
	color: #fff
}

.bs-docs-masthead .tarefa {
	margin: 0 auto 30px;
	font-size: 20px;
	color: #fff
}

.bs-docs-masthead .version {
	margin-top: -15px;
	margin-bottom: 30px;
	color: #9783b9
}

.bs-docs-masthead .btn {
	width: 100%;
	padding: 15px 30px;
	font-size: 20px
}

@media ( min-width :480px) {
	.bs-docs-masthead .btn {
		width: auto
	}
}

@media ( min-width :768px) {
	.bs-docs-masthead {
		padding-top: 80px;
		padding-bottom: 80px
	}
	.bs-docs-masthead h1 {
		font-size: 60px
	}
	.bs-docs-masthead .tarefa {
		font-size: 24px
	}
}

@media ( min-width :992px) {
	.bs-docs-masthead .tarefa {
		width: 80%;
		font-size: 30px
	}
}

.bs-docs-header {
	margin-bottom: 40px;
	font-size: 20px
}

.bs-docs-header h1 {
	margin-top: 0;
	color: #fff
}

.bs-docs-header p {
	margin-bottom: 0;
	font-weight: 300;
	line-height: 1.4
}

.bs-docs-header .container {
	position: relative
}

@media ( min-width :768px) {
	.bs-docs-header {
		padding-top: 60px;
		padding-bottom: 60px;
		font-size: 24px;
		text-align: left
	}
	.bs-docs-header h1 {
		font-size: 60px;
		line-height: 1
	}
}

@media ( min-width :992px) {
	.bs-docs-header h1, .bs-docs-header p {
		margin-right: 380px
	}
}

.carbonad {
	width: auto !important;
	margin: 30px -30px -31px !important;
	padding: 20px !important;
	overflow: hidden;
	height: auto !important;
	font-size: 13px !important;
	line-height: 16px !important;
	text-align: left;
	background: transparent !important;
	border: solid #866ab3 !important;
	border-width: 1px 0 !important
}

.carbonad-img {
	margin: 0 !important
}

.carbonad-text, .carbonad-tag {
	float: none !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin-left: 145px !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important
}

.carbonad-text {
	padding-top: 0 !important
}

.carbonad-tag {
	color: inherit !important;
	text-align: left !important
}

.carbonad-text a, .carbonad-tag a {
	color: #fff !important
}

.carbonad #azcarbon>img {
	display: none
}

@media ( min-width :480px) {
	.carbonad {
		width: 330px !important;
		margin: 20px auto !important;
		border-radius: 4px;
		border-width: 1px !important
	}
	.bs-docs-masthead .carbonad {
		margin: 50px auto 0 !important
	}
}

@media ( min-width :768px) {
	.carbonad {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
}

@media ( min-width :992px) {
	.carbonad {
		position: absolute;
		top: 0;
		right: 15px;
		margin: 0 !important;
		padding: 15px !important;
		width: 330px !important
	}
	.bs-docs-masthead .carbonad {
		position: static
	}
}

.bs-docs-featurette {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 16px;
	line-height: 1.5;
	color: #555;
	text-align: center;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5
}

.bs-docs-featurette+.bs-docs-footer {
	margin-top: 0;
	border-top: 0
}

.bs-docs-featurette-title {
	font-size: 30px;
	font-weight: 400;
	color: #333;
	margin-bottom: 5px
}

.half-rule {
	width: 100px;
	margin: 40px auto
}

.bs-docs-featurette h3 {
	font-weight: 400;
	color: #333;
	margin-bottom: 5px
}

.bs-docs-featurette-img {
	display: block;
	margin-bottom: 20px;
	color: #333
}

.bs-docs-featurette-img:hover {
	text-decoration: none;
	color: #428bca
}

.bs-docs-featurette-img img {
	display: block;
	margin-bottom: 15px
}

.bs-docs-featured-sites {
	margin-left: -1px;
	margin-right: -1px
}

.bs-docs-featured-sites .col-sm-3 {
	padding-left: 1px;
	padding-right: 1px
}

@media ( min-width :480px) {
	.bs-docs-featurette .img-responsive {
		margin-top: 30px
	}
}

@media ( min-width :768px) {
	.bs-docs-featurette {
		padding-top: 100px;
		padding-bottom: 100px
	}
	.bs-docs-featurette-title {
		font-size: 40px
	}
	.bs-docs-featurette .tarefa {
		margin-left: auto;
		margin-right: auto;
		max-width: 80%
	}
	.bs-docs-featured-sites .col-sm-3:first-child img {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px
	}
	.bs-docs-featured-sites .col-sm-3:last-child img {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px
	}
	.bs-docs-featurette .img-responsive {
		margin-top: 0
	}
}

.bs-docs-sidebar.affix {
	position: static
}

@media ( min-width :768px) {
	.bs-docs-sidebar {
		padding-left: 5px
	}
}

.bs-docs-sidenav {
	margin-top: 20px;
	margin-bottom: 20px
}

.bs-docs-sidebar .nav>li>a {
	display: block;
	color: #999;
	padding: 4px 0px
}

.bs-docs-sidebar .nav>li>a:hover, .bs-docs-sidebar .nav>li>a:focus {
	padding-left: 19px;
	color: #563d7c;
	text-decoration: none;
	background-color: transparent;
	border-left: 1px solid #563d7c
}

.bs-docs-sidebar .nav>.active>a, .bs-docs-sidebar .nav>.active:hover>a,
	.bs-docs-sidebar .nav>.active:focus>a {
	padding-left: 18px;
	color: #563d7c;
	background-color: transparent;
	border-left: 2px solid #563d7c
}

.bs-docs-sidebar .nav .nav {
	display: none;
	padding-bottom: 10px
}

.bs-docs-sidebar .nav .nav>li>a {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 30px;
}

.bs-docs-sidebar .nav .nav>li>a:hover, .bs-docs-sidebar .nav .nav>li>a:focus
	{
	padding-left: 29px
}

.bs-docs-sidebar .nav .nav>.active>a, .bs-docs-sidebar .nav .nav>.active:hover>a,
	.bs-docs-sidebar .nav .nav>.active:focus>a {
	padding-left: 28px
}

.back-to-top {
	display: none;
	margin-top: 10px;
	margin-left: 10px;
	padding: 4px 10px;
	color: #999
}

.back-to-top:hover {
	text-decoration: none;
	color: #563d7c
}

@media ( min-width :768px) {
	.back-to-top {
		display: block
	}
}

@media ( min-width :992px) {
	.bs-docs-sidebar .nav>.active>ul {
		display: block
	}
	.bs-docs-sidebar.affix, .bs-docs-sidebar.affix-bottom {
		width: 213px
	}
	.bs-docs-sidebar.affix {
		position: fixed;
		top: 20px
	}
	.bs-docs-sidebar.affix-bottom {
		position: absolute
	}
	.bs-docs-sidebar.affix-bottom .bs-docs-sidenav, .bs-docs-sidebar.affix .bs-docs-sidenav
		{
		margin-top: 40px;
		margin-bottom: 25px;
	}
}

@media ( min-width :1200px) {
	.bs-docs-sidebar.affix-bottom, .bs-docs-sidebar.affix {
		width: 263px
	}
}

.bs-docs-section {
	margin-bottom: 60px
}

.bs-docs-section:last-child {
	margin-bottom: 0
}

h1[id] {
	margin-top: 0;
	padding-top: 20px
}

.bs-callout {
	margin: 20px 0;
	padding: 20px;
	border-left: 3px solid #eee
}

.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px
}

.bs-callout p:last-child {
	margin-bottom: 0
}

.bs-callout code {
	background-color: #fff;
	border-radius: 3px
}

.bs-callout-danger {
	background-color: #fdf7f7;
	border-color: #d9534f
}

.bs-callout-danger h4 {
	color: #d9534f
}

.bs-callout-warning {
	background-color: #fcf8f2;
	border-color: #f0ad4e
}

.bs-callout-warning h4 {
	color: #f0ad4e
}

.bs-callout-info {
	background-color: #f4f8fa;
	border-color: #5bc0de
}

.bs-callout-info h4 {
	color: #5bc0de
}

.color-swatches {
	margin: 0 -5px;
	overflow: hidden
}

.color-swatch {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 5px;
	border-radius: 3px
}

@media ( min-width :768px) {
	.color-swatch {
		width: 100px;
		height: 100px
	}
}

.color-swatches .gray-darker {
	background-color: #222
}

.color-swatches .gray-dark {
	background-color: #333
}

.color-swatches .gray {
	background-color: #555
}

.color-swatches .gray-light {
	background-color: #999
}

.color-swatches .gray-lighter {
	background-color: #eee
}

.color-swatches .brand-primary {
	background-color: #428bca
}

.color-swatches .brand-success {
	background-color: #5cb85c
}

.color-swatches .brand-warning {
	background-color: #f0ad4e
}

.color-swatches .brand-danger {
	background-color: #d9534f
}

.color-swatches .brand-info {
	background-color: #5bc0de
}

.color-swatches .bs-purple {
	background-color: #563d7c
}

.color-swatches .bs-purple-light {
	background-color: #c7bfd3
}

.color-swatches .bs-purple-lighter {
	background-color: #e5e1ea
}

.color-swatches .bs-gray {
	background-color: #f9f9f9
}

.bs-team .team-member {
	color: #555;
	line-height: 32px
}

.bs-team .team-member:hover {
	color: #333;
	text-decoration: none
}

.bs-team .github-btn {
	float: right;
	margin-top: 6px;
	width: 180px;
	height: 20px
}

.bs-team img {
	float: left;
	width: 32px;
	margin-right: 10px;
	border-radius: 4px
}

.show-grid {
	margin-bottom: 15px
}

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eee;
	background-color: rgba(86, 61, 124, .15);
	border: 1px solid #ddd;
	border: 1px solid rgba(86, 61, 124, .2)
}

.bs-example {
	position: relative;
	padding: 45px 15px 15px;
	margin: 0 -15px 15px;
	background-color: #fafafa;
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
	border-color: #e5e5e5 #eee #eee;
	border-style: solid;
	border-width: 1px 0
}

.bs-example:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 12px;
	font-weight: 700;
	color: #bbb;
	text-transform: uppercase;
	letter-spacing: 1px
}

.bs-example+.highlight {
	margin: -15px -15px 15px;
	border-radius: 0;
	border-width: 0 0 1px
}

@media ( min-width :768px) {
	.bs-example {
		margin-left: 0;
		margin-right: 0;
		background-color: #fff;
		border-width: 1px;
		border-color: #ddd;
		border-radius: 4px 4px 0 0;
		box-shadow: none
	}
	.bs-example+.highlight {
		margin-top: -16px;
		margin-left: 0;
		margin-right: 0;
		border-width: 1px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px
	}
}

.bs-example .container {
	width: auto
}

.bs-example>p:last-child, .bs-example>ul:last-child, .bs-example>ol:last-child,
	.bs-example>blockquote:last-child, .bs-example>.form-control:last-child,
	.bs-example>.table:last-child, .bs-example>.navbar:last-child,
	.bs-example>.jumbotron:last-child, .bs-example>.alert:last-child,
	.bs-example>.panel:last-child, .bs-example>.list-group:last-child,
	.bs-example>.well:last-child, .bs-example>.progress:last-child,
	.bs-example>.table-responsive:last-child>.table {
	margin-bottom: 0
}

.bs-example>p>.close {
	float: none
}

.bs-example-type .table .type-info {
	color: #999;
	vertical-align: middle
}

.bs-example-type .table td {
	padding: 15px 0;
	border-color: #eee
}

.bs-example-type .table tr:first-child td {
	border-top: 0
}

.bs-example-type h1, .bs-example-type h2, .bs-example-type h3,
	.bs-example-type h4, .bs-example-type h5, .bs-example-type h6 {
	margin: 0
}

.bs-example-bg-classes p {
	padding: 15px
}

.bs-example>.img-circle, .bs-example>.img-rounded, .bs-example>.img-thumbnail
	{
	margin: 5px
}

.bs-example>.table-responsive>.table {
	background-color: #fff
}

.bs-example>.btn, .bs-example>.btn-group {
	margin-top: 5px;
	margin-bottom: 5px
}

.bs-example>.btn-toolbar+.btn-toolbar {
	margin-top: 10px
}

.bs-example-control-sizing select, .bs-example-control-sizing input[type=text]+input[type=text]
	{
	margin-top: 10px
}

.bs-example-form .input-group {
	margin-bottom: 10px
}

.bs-example>textarea.form-control {
	resize: vertical
}

.bs-example>.list-group {
	max-width: 400px
}

.bs-example .navbar:last-child {
	margin-bottom: 0
}

.bs-navbar-top-example, .bs-navbar-bottom-example {
	z-index: 1;
	padding: 0;
	overflow: hidden
}

.bs-navbar-top-example .navbar-header, .bs-navbar-bottom-example .navbar-header
	{
	margin-left: 0
}

.bs-navbar-top-example .navbar-fixed-top, .bs-navbar-bottom-example .navbar-fixed-bottom
	{
	position: relative;
	margin-left: 0;
	margin-right: 0
}

.bs-navbar-top-example {
	padding-bottom: 45px
}

.bs-navbar-top-example:after {
	top: auto;
	bottom: 15px
}

.bs-navbar-top-example .navbar-fixed-top {
	top: -1px
}

.bs-navbar-bottom-example {
	padding-top: 45px
}

.bs-navbar-bottom-example .navbar-fixed-bottom {
	bottom: -1px
}

.bs-navbar-bottom-example .navbar {
	margin-bottom: 0
}

@media ( min-width :768px) {
	.bs-navbar-top-example .navbar-fixed-top, .bs-navbar-bottom-example .navbar-fixed-bottom
		{
		position: absolute
	}
	.bs-navbar-top-example {
		border-radius: 0 0 4px 4px
	}
	.bs-navbar-bottom-example {
		border-radius: 4px 4px 0 0
	}
}

.bs-example .pagination {
	margin-top: 10px;
	margin-bottom: 10px
}

.bs-example>.pager {
	margin-top: 0
}

.bs-example-modal {
	background-color: #f5f5f5
}

.bs-example-modal .modal {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	z-index: 1;
	display: block
}

.bs-example-modal .modal-dialog {
	left: auto;
	margin-left: auto;
	margin-right: auto
}

.bs-example>.dropdown>.dropdown-menu {
	position: static;
	display: block;
	margin-bottom: 5px
}

.bs-example-tabs .nav-tabs {
	margin-bottom: 15px
}

.bs-example-tooltips {
	text-align: center
}

.bs-example-tooltips>.btn {
	margin-top: 5px;
	margin-bottom: 5px
}

.bs-example-popover {
	padding-bottom: 24px;
	background-color: #f9f9f9
}

.bs-example-popover .popover {
	position: relative;
	display: block;
	float: left;
	width: 260px;
	margin: 20px
}

.scrollspy-example {
	position: relative;
	height: 200px;
	margin-top: 10px;
	overflow: auto
}

.highlight {
	margin-bottom: 14px;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	border-radius: 4px
}

.highlight pre {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color: transparent;
	border: 0;
	white-space: nowrap
}

.highlight pre code {
	font-size: inherit;
	color: #333
}

.highlight pre .lineno {
	display: inline-block;
	width: 22px;
	padding-right: 5px;
	margin-right: 10px;
	text-align: right;
	color: #bebec5
}

.table-responsive .highlight pre {
	white-space: normal
}

.bs-table th small, .responsive-utilities th small {
	display: block;
	font-weight: 400;
	color: #999
}

.responsive-utilities tbody th {
	font-weight: 400
}

.responsive-utilities td {
	text-align: center
}

.responsive-utilities td.is-visible {
	color: #468847;
	background-color: #dff0d8 !important
}

.responsive-utilities td.is-hidden {
	color: #ccc;
	background-color: #f9f9f9 !important
}

.responsive-utilities-test {
	margin-top: 5px
}

.responsive-utilities-test .col-xs-6 {
	margin-bottom: 10px
}

.responsive-utilities-test span {
	display: block;
	padding: 15px 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	border-radius: 4px
}

.visible-on .col-xs-6 .hidden-xs, .visible-on .col-xs-6 .hidden-sm,
	.visible-on .col-xs-6 .hidden-md, .visible-on .col-xs-6 .hidden-lg,
	.hidden-on .col-xs-6 .hidden-xs, .hidden-on .col-xs-6 .hidden-sm,
	.hidden-on .col-xs-6 .hidden-md, .hidden-on .col-xs-6 .hidden-lg {
	color: #999;
	border: 1px solid #ddd
}

.visible-on .col-xs-6 .visible-xs, .visible-on .col-xs-6 .visible-sm,
	.visible-on .col-xs-6 .visible-md, .visible-on .col-xs-6 .visible-lg,
	.hidden-on .col-xs-6 .visible-xs, .hidden-on .col-xs-6 .visible-sm,
	.hidden-on .col-xs-6 .visible-md, .hidden-on .col-xs-6 .visible-lg {
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6
}

.bs-glyphicons {
	margin: 0 -19px 20px -16px;
	overflow: hidden
}

.bs-glyphicons-list {
	padding-left: 0;
	list-style: none
}

.bs-glyphicons li {
	float: left;
	width: 25%;
	height: 115px;
	padding: 10px;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #fff;
	background-color: #f9f9f9
}

.bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px
}

.bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word
}

.bs-glyphicons li:hover {
	color: #fff;
	background-color: #563d7c
}

@media ( min-width :768px) {
	.bs-glyphicons {
		margin-left: 0;
		margin-right: 0
	}
	.bs-glyphicons li {
		width: 12.5%;
		font-size: 12px
	}
}

.bs-customizer .toggle {
	float: right;
	margin-top: 25px
}

.bs-customizer label {
	margin-top: 10px;
	font-weight: 500;
	color: #555
}

.bs-customizer h2 {
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 30px
}

.bs-customizer h3 {
	margin-bottom: 0
}

.bs-customizer h4 {
	margin-top: 15px;
	margin-bottom: 0
}

.bs-customizer .bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px
}

.bs-customizer input[type=text] {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	background-color: #fafafa
}

.bs-customizer .help-block {
	font-size: 12px;
	margin-bottom: 5px
}

#less-section label {
	font-weight: 400
}

.bs-customizer-input {
	float: left;
	width: 33.333333%;
	padding-left: 15px;
	padding-right: 15px
}

.bs-customize-download .btn-outline {
	padding: 20px
}

.bs-customizer-alert {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
	padding: 15px 0;
	color: #fff;
	background-color: #d9534f;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
	border-bottom: 1px solid #b94441
}

.bs-customizer-alert .close {
	margin-top: -4px;
	font-size: 24px
}

.bs-customizer-alert p {
	margin-bottom: 0
}

.bs-customizer-alert .glyphicon {
	margin-right: 5px
}

.bs-customizer-alert pre {
	margin: 10px 0 0;
	color: #fff;
	background-color: #a83c3a;
	border-color: #973634;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .05), 0 1px 0
		rgba(255, 255, 255, .1)
}

.bs-brand-logos {
	display: table;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
	color: #563d7c;
	background-color: #f9f9f9;
	border-radius: 4px
}

.bs-brand-item {
	padding: 60px 0;
	text-align: center
}

.bs-brand-item+.bs-brand-item {
	border-top: 1px solid #fff
}

.bs-brand-logos .inverse {
	color: #fff;
	background-color: #563d7c
}

.bs-brand-item h1, .bs-brand-item h3 {
	margin-top: 0;
	margin-bottom: 0
}

.bs-brand-item .bs-docs-booticon {
	margin-left: auto;
	margin-right: auto
}

.bs-brand-item .glyphicon {
	width: 30px;
	height: 30px;
	margin: 10px auto -10px;
	line-height: 30px;
	color: #fff;
	border-radius: 50%
}

.bs-brand-item .glyphicon-ok {
	background-color: #5cb85c
}

.bs-brand-item .glyphicon-remove {
	background-color: #d9534f
}

@media ( min-width :768px) {
	.bs-brand-item {
		display: table-cell;
		width: 1%
	}
	.bs-brand-item+.bs-brand-item {
		border-top: 0;
		border-left: 1px solid #fff
	}
	.bs-brand-item h1 {
		font-size: 60px
	}
}

.bs-examples .thumbnail {
	margin-bottom: 10px
}

.bs-examples h4 {
	margin-bottom: 5px
}

.bs-examples p {
	margin-bottom: 20px
}

#focusedInput {
	border-color: #ccc;
	border-color: rgba(82, 168, 236, .8);
	outline: 0;
	outline: thin dotted \9;
	-moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
	box-shadow: 0 0 8px rgba(82, 168, 236, .6)
}

.hll {
	background-color: #ffc
}

.c {
	color: #999
}

.err {
	color: #A00;
	background-color: #FAA
}

.k {
	color: #069
}

.o {
	color: #555
}

.cm {
	color: #999
}

.cp {
	color: #099
}

.c1 {
	color: #999
}

.cs {
	color: #999
}

.gd {
	background-color: #FCC;
	border: 1px solid #C00
}

.ge {
	font-style: italic
}

.gr {
	color: red
}

.gh {
	color: #030
}

.gi {
	background-color: #CFC;
	border: 1px solid #0C0
}

.go {
	color: #AAA
}

.gp {
	color: #009
}

.gu {
	color: #030
}

.gt {
	color: #9C6
}

.kc {
	color: #069
}

.kd {
	color: #069
}

.kn {
	color: #069
}

.kp {
	color: #069
}

.kr {
	color: #069
}

.kt {
	color: #078
}

.m {
	color: #F60
}

.s {
	color: #d44950
}

.na {
	color: #4f9fcf
}

.nb {
	color: #366
}

.nc {
	color: #0A8
}

.no {
	color: #360
}

.nd {
	color: #99F
}

.ni {
	color: #999
}

.ne {
	color: #C00
}

.nf {
	color: #C0F
}

.nl {
	color: #99F
}

.nn {
	color: #0CF
}

.nt {
	color: #2f6f9f
}

.nv {
	color: #033
}

.ow {
	color: #000
}

.w {
	color: #bbb
}

.mf {
	color: #F60
}

.mh {
	color: #F60
}

.mi {
	color: #F60
}

.mo {
	color: #F60
}

.sb {
	color: #C30
}

.sc {
	color: #C30
}

.sd {
	color: #C30;
	font-style: italic
}

.s2 {
	color: #C30
}

.se {
	color: #C30
}

.sh {
	color: #C30
}

.si {
	color: #A00
}

.sx {
	color: #C30
}

.sr {
	color: #3AA
}

.s1 {
	color: #C30
}

.ss {
	color: #FC3
}

.bp {
	color: #366
}

.vc {
	color: #033
}

.vg {
	color: #033
}

.vi {
	color: #033
}

.il {
	color: #F60
}

.css .o, .css .o+.nt, .css .nt+.nt {
	color: #999
}

/*
 * Main navigation
 *
 * Turn the `.navbar` at the top of the docs purple.
 */
.bs-docs-nav {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
	background-color: #fff;
	border-color: #ccc;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-masthead.navbar-default {
	background-color: #fff;
	border-color: #e5e5e5;
}

.bs-docs-nav .navbar-collapse {
	border-color: #463265;
}

.bs-docs-nav .navbar-brand {
	color: #2FC2EF;
}

.bs-docs-nav .navbar-brand:hover {
	color: #488AE6;
}

.bs-docs-nav .navbar-nav>li>a {
	color: #666;
}

.bs-docs-nav .navbar-nav>li>a:hover {
	color: #666;
}

.bs-docs-nav .navbar-nav>.active>a, .bs-docs-nav .navbar-nav>.active>a:hover
	{
	color: #fff;
	background-color: #463265;
}

.bs-docs-nav .navbar-toggle {
	border-color: #563d7c;
}

.bs-docs-nav .navbar-toggle:hover {
	background-color: #463265;
	border-color: #463265;
}

/*
 * Footer
 *
 * Separated section of content at the bottom of all pages, save the homepage.
 */
.bs-footer {
	padding-top: 40px;
	margin-top: 100px;
	color: #777;
	text-align: center;
}

.footer-links {
	margin: 10px 0;
	padding-left: 0;
}

.footer-links li {
	display: inline;
	padding: 0 2px;
}

.footer-links li:first-child {
	padding-left: 0;
}

/* CSS Document */
.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.prettyFile>input {
	display: none !important;
}

/*  The rest is from Twitter Bootstrap */
input, .input-append {
	display: inline-block;
	vertica-align: middle;
}

.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 0;
}

.table {
	margin-bottom: 0;
}

.daterangepicker .ranges {
	width: 360px;
	text-align: left;
}

/*  principal */
#why h4 [class^="icon-"]:before, #whats-new h4 [class^="icon-"]:before,
	#why h4 [class*=" icon-"]:before, #whats-new h4 [class*=" icon-"]:before
	{
	vertical-align: -10%;
	font-size: 28px;
	display: inline-block;
	width: 1.0714285714285714em;
	text-align: center;
	margin-right: 5px;
}

.conversation-wrap {
	box-shadow: -2px 0 3px #ddd;
	padding: 0;
	/* 	max-height: 400px;
	overflow: auto; */
}

.conversation {
	padding: 5px;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

.message-wrap {
	box-shadow: 0 0 3px #ddd;
	padding: 0;
}

.msg {
	padding: 5px;
	/*border-bottom:1px solid #ddd;*/
	margin: 0;
}

.msg .descricao {
	font-size: 14px;
	text-transform: lowercase;
}

.msg-wrap {
	padding: 10px;
	/* 	max-height: 400px;
	overflow: auto; */
}

.time {
	color: #bfbfbf;
}

.send-wrap {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px;
	/*background: #f8f8f8;*/
}

.send-message {
	resize: none;
}

#myTabContent{
	overflow: auto;
}
.highlight {
	overflow: hidden;
	background-color: #fafafa;
	border: 1px solid #e1e1e8;
}

.send-message-btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-panel {
	background: #f7f7f9;
}

.btn-panel .btn {
	color: #b8b8b8;
	transition: 0.2s all ease-in-out;
}

.btn-panel .btn:hover {
	color: #666;
	background: #f8f8f8;
}

.btn-panel .btn:active {
	background: #f8f8f8;
	box-shadow: 0 0 1px #ddd;
}

.btn-panel-conversation .btn, .btn-panel-msg .btn {
	background: #f8f8f8;
}

.btn-panel-conversation .btn:first-child {
	border-right: 1px solid #ddd;
}

.msg-wrap .media-heading {
	color: #15c;
	font-weight: 700;
}

.msg-date {
	background: none;
	text-align: center;
	color: #aaa;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #ddd;
}

body::-webkit-scrollbar {
	width: 12px;
}

/* Let's get this party started */
::-webkit-scrollbar {
	width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	/*        -webkit-border-radius: 10px;
        border-radius: 10px;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
	/*        -webkit-border-radius: 10px;
        border-radius: 10px;*/
	background: #ddd;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #ddd;
}

.bs-example {
	padding: 15px 15px 15px;
}

.bs-example.mensagem:after {
	content: "";
}

.bs-example.conectar:after {
	content: "";
}

.bs-example.anexos:after {
	content: "Anexos";
}

.modal-detalheServico {
	right: auto;
	left: 50%;
	width: 80%;
	padding-top: 30px;
	padding-bottom: 30px;
}

.well-white {
	background-color: #fff;
}

.nav-wizard>li {
	float: left;
}

.nav-wizard>li>a {
	position: relative;
	background-color: #eeeeee;
}

.nav-wizard>li>a .badge {
	margin-left: 3px;
	color: #eeeeee;
	background-color: #428bca;
}

.nav-wizard>li:not (:first-child ) >a {
	padding-left: 34px;
}

.nav-wizard>li:not (:first-child ) >a:before {
	width: 0px;
	height: 0px;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #ffffff;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}

.nav-wizard>li:not (:last-child ) >a {
	margin-right: 6px;
}

.nav-wizard>li:not (:last-child ) >a:after {
	width: 0px;
	height: 0px;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #eeeeee;
	position: absolute;
	content: "";
	top: 0;
	right: -20px;
	z-index: 2;
}

.nav-wizard>li:first-child>a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.nav-wizard>li:last-child>a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.nav-wizard>li.done:hover>a, .nav-wizard>li:hover>a {
	background-color: #d5d5d5;
}

.nav-wizard>li.done:hover>a:before, .nav-wizard>li:hover>a:before {
	border-right-color: #d5d5d5;
}

.nav-wizard>li.done:hover>a:after, .nav-wizard>li:hover>a:after {
	border-left-color: #d5d5d5;
}

.nav-wizard>li.done>a {
	background-color: #e2e2e2;
}

.nav-wizard>li.done>a:before {
	border-right-color: #e2e2e2;
}

.nav-wizard>li.done>a:after {
	border-left-color: #e2e2e2;
}

.nav-wizard>li.active>a, .nav-wizard>li.active>a:hover, .nav-wizard>li.active>a:focus
	{
	color: #ffffff;
	background-color: #428bca;
}

.nav-wizard>li.active>a:after {
	border-left-color: #428bca;
}

.nav-wizard>li.active>a .badge {
	color: #428bca;
	background-color: #ffffff;
}

.nav-wizard>li.disabled>a {
	color: #777777;
}

.nav-wizard>li.disabled>a:hover, .nav-wizard>li.disabled>a:focus {
	color: #777777;
	text-decoration: none;
	background-color: #eeeeee;
	cursor: default;
}

.nav-wizard>li.disabled>a:before {
	border-right-color: #eeeeee;
}

.nav-wizard>li.disabled>a:after {
	border-left-color: #eeeeee;
}

.nav-wizard.nav-justified>li {
	float: none;
}

.nav-wizard.nav-justified>li>a {
	padding: 10px 15px;
}

@media ( max-width : 768px) {
	.nav-wizard.nav-justified>li>a {
		border-radius: 4px;
		margin-right: 0;
	}
	.nav-wizard.nav-justified>li>a:before, .nav-wizard.nav-justified>li>a:after
		{
		border: none !important;
	}
}

.pipelineSummary {
	position: relative;
	height: auto;
}

.pipelineSummary .additionalInfo {
	height: 20px;
	padding: 4px 0px;
}

.pipelineSummary .additionalInfo .pipelineInfo {
	float: left;
	font-size: 13px;
	color: #202020;
	padding: 0px 4px;
	margin-left: -4px;
	cursor: pointer;
	border-radius: 4px;
}

.pipelineSummary .additionalInfo .pipelineInfo:hover {
	background-color: #FFF9C4;
}

.pipelineSummary .additionalInfo .pipelineInfo[data-popover=true] {
	cursor: pointer;
	background-color: #FFF59F;
}

.pipelineSummary .additionalInfo .pipelineInfo:active {
	background-color: #FFF59F;
}

.pipelineSummary .additionalInfo .pipelineInfo .arrowRight {
	width: 0;
	height: 0;
	position: relative;
	bottom: -1px;
	margin: 0px 4px;
	display: inline-block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #9e9e9e;
}

.pipelineSummary .expectedCloseDateWrapper {
	float: right;
	font-size: 13px;
	color: #202020;
	cursor: pointer;
	padding: 0px 4px;
	margin-right: -4px;
	border-radius: 4px;
}

.pipelineSummary .expectedCloseDateWrapper.overdue {
	color: #e84646;
}

.pipelineSummary .expectedCloseDateWrapper .applicationIcon {
	float: left;
	margin-right: 4px;
	padding: 0px;
}

.pipelineSummary .expectedCloseDateWrapper:hover {
	background-color: #FFF9C4;
}

.pipelineSummary .expectedCloseDateWrapper[data-popover=true],
	.pipelineSummary .expectedCloseDateWrapper:active {
	background-color: #FFF59F;
}

.pipelineSummary .expectedCloseDateWrapper.link {
	color: #2d71ed;
	text-decoration: none;
}

.pipelineSummary .expectedCloseDateWrapper.link:hover {
	background-color: transparent;
	text-decoration: underline;
}

.pipelineSummary .expectedCloseDateWrapper.link[data-popover=true],
	.pipelineSummary .expectedCloseDateWrapper.link:active {
	background-color: transparent;
	text-decoration: underline;
}

.pipelineSummary .pipelineStages {
	position: relative;
	display: table;
	height: 24px;
	overflow: visible;
}

.pipelineSummary .pipelineStages .line {
	position: absolute;
	top: -5px;
	height: 32px;
}

.pipelineSummary .pipelineStages .line::before, .pipelineSummary .pipelineStages .line::after
	{
	content: '';
	top: 0px;
	right: -5px;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #333;
}

.pipelineSummary .pipelineStages .line::after {
	top: auto;
	bottom: -2px;
	border-bottom: 5px solid #333;
	border-top: none;
}

.pipelineSummary .pipelineStages ul {
	width: 100%;
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
	height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.pipelineSummary .pipelineStages ul li {
	position: relative;
	background: #e9e9e9;
	display: table-cell;
	text-align: left;
	line-height: 1.3em;
	vertical-align: middle;
	color: white;
	text-align: center;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pipelineSummary .pipelineStages ul li:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pipelineSummary .pipelineStages ul li:first-child .stageContent::before
	{
	display: none;
}

.pipelineSummary .pipelineStages ul li:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pipelineSummary .pipelineStages ul li .stageContent {
	position: relative;
}

.pipelineSummary .pipelineStages ul li .stageContent .stagename {
	font-size: 12px;
	display: inline-block;
	position: relative;
	left: 4px;
}

.pipelineSummary .pipelineStages ul li .stageContent .stageArrow {
	width: 6px;
	height: 30px;
	position: absolute;
	top: -3px;
	left: 0px;
	overflow: hidden;
}

.pipelineSummary .pipelineStages ul li .stageContent .stageArrow::after
	{
	width: 22px;
	height: 22px;
	position: absolute;
	right: -7px;
	top: 2px;
	border-top: 3px solid #CCC;
	border-right: 3px solid #CCC;
	-webkit-transform: scaleX(0.3) rotate(45deg);
	-moz-transform: scaleX(0.3) rotate(45deg);
	-ms-transform: scaleX(0.3) rotate(45deg);
	-o-transform: scaleX(0.3) rotate(45deg);
	transform: scaleX(0.3) rotate(45deg);
	content: " ";
	cursor: pointer;
	background: #e9e9e9;
}

.pipelineSummary .pipelineStages ul li:first-child .stageContent .stageArrow
	{
	display: none;
}

.pipelineSummary .pipelineStages ul li:hover {
	background: #e4e4e4;
}

.pipelineSummary .pipelineStages ul li:hover+li .stageContent .stageArrow::after
	{
	background: #e4e4e4;
}

.pipelineSummary .pipelineStages.open ul li.active, .pipelineSummary .pipelineStages.won ul li.active
	{
	background: #43c35e;
}

.pipelineSummary .pipelineStages.open ul li.active .stageContent .stageArrow::after,
	.pipelineSummary .pipelineStages.won ul li.active .stageContent .stageArrow::after
	{
	border-top: 3px solid white;
	border-right: 3px solid white;
	background: #43c35e;
}

.pipelineSummary .pipelineStages.open ul li.active+li .stageContent .stageArrow::after,
	.pipelineSummary .pipelineStages.won ul li.active+li .stageContent .stageArrow::after
	{
	border-top: 3px solid white;
	border-right: 3px solid white;
	background: #43c35e;
}

.pipelineSummary .pipelineStages.open ul li.active:hover,
	.pipelineSummary .pipelineStages.won ul li.active:hover {
	background: #56c96f;
}

.pipelineSummary .pipelineStages.open ul li.active:hover+li .stageContent .stageArrow::after,
	.pipelineSummary .pipelineStages.won ul li.active:hover+li .stageContent .stageArrow::after
	{
	background: #56c96f;
}

.pipelineSummary .pipelineStages.lost ul li.active {
	background: #e84646;
}

.pipelineSummary .pipelineStages.lost ul li.active .stageContent .stageArrow::after
	{
	border-top: 3px solid white;
	border-right: 3px solid white;
	background: #e84646;
}

.pipelineSummary .pipelineStages.lost ul li.active+li .stageContent .stageArrow::after
	{
	border-top: 3px solid white;
	border-right: 3px solid white;
	background: #e84646;
}

.pipelineSummary .pipelineStages.lost ul li.active:hover {
	background: #eb5d5d;
}

.pipelineSummary .pipelineStages.lost ul li.active:hover+li .stageContent .stageArrow::after
	{
	background: #eb5d5d;
}

.pipelineSummary .pipelineStages.deleted ul li {
	color: #666;
}

.pipelineSummary .pipelineStages.deleted ul li.active {
	background: #C7C6C6;
}

.pipelineSummary .pipelineStages.deleted ul li.active .stageContent .stageArrow::after
	{
	border-top: 3px solid white;
	border-right: 3px solid white;
	background: #C7C6C6;
}

.pipelineSummary .pipelineStages.deleted ul li.active+li .stageContent .stageArrow::after
	{
	border-top: 3px solid white;
	border-right: 3px solid white;
	background: #C7C6C6;
}

.pipelineSummary .pipelineStages.deleted ul li.active:hover {
	background: #d4d3d3;
}

.pipelineSummary .pipelineStages.deleted ul li.active:hover+li .stageContent .stageArrow::after
	{
	background: #d4d3d3;
}

.pipelineSummary .stageSpinner {
	height: 17px;
	width: 17px;
	vertical-align: middle;
	display: inline-block;
}

.choosePipeline {
	font-style: italic;
	color: #5c5c5c;
}

.choosePipeline a {
	text-decoration: none;
	color: #2d71ed;
}

.message-item {
	margin-bottom: 25px;
	margin-left: 40px;
	position: relative;
}

.message-item .message-inner {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px;
	position: relative;
}

.message-item .message-inner:before {
	border-right: 10px solid #ddd;
	border-style: solid;
	border-width: 10px;
	color: rgba(0, 0, 0, 0);
	content: "";
	display: block;
	height: 0;
	position: absolute;
	left: -20px;
	top: 6px;
	width: 0;
}

.message-item .message-inner:after {
	border-right: 10px solid #fff;
	border-style: solid;
	border-width: 10px;
	color: rgba(0, 0, 0, 0);
	content: "";
	display: block;
	height: 0;
	position: absolute;
	left: -18px;
	top: 6px;
	width: 0;
}

.message-item:before {
	background: #fff;
	border-radius: 2px;
	bottom: -30px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	content: "";
	height: 100%;
	left: -30px;
	position: absolute;
	width: 3px;
}

.message-item:after {
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	content: "";
	height: 15px;
	left: -36px;
	position: absolute;
	top: 10px;
	width: 15px;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.message-item .message-head {
	border-bottom: 1px solid #eee;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.message-item .message-head .avatar {
	margin-right: 20px;
}

.avatar {
    margin: 0 15px 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid transparent;
}

.message-item .message-head .user-detail {
	overflow: hidden;
}

.message-item .message-head .user-detail h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.message-item .message-head .post-meta {
	float: left;
	padding: 0 15px 0 0;
}

.message-item .message-head .post-meta>div {
	color: #333;
	font-weight: bold;
	text-align: right;
}

.post-meta>div {
	color: #777;
	font-size: 12px;
	line-height: 22px;
}

.message-item .message-head .post-meta>div {
	color: #333;
	font-weight: bold;
	text-align: right;
}

.post-meta>div {
	color: #777;
	font-size: 12px;
	line-height: 22px;
}

/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
	border: 1px solid #fff;
	padding: 10px;
}

/* Default mode */
.tabbable-line>.nav-tabs {
	border: none;
	margin: 0px;
}

.tabbable-line>.nav-tabs>li {
	margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
	border: 0;
	margin-right: 0;
	color: #737373;
}

.tabbable-line>.nav-tabs>li>a>i {
	color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open, .tabbable-line>.nav-tabs>li:hover {
	border-bottom: 4px solid #fbcdcf;
}

.tabbable-line>.nav-tabs>li.open>a, .tabbable-line>.nav-tabs>li:hover>a
	{
	border: 0;
	background: none !important;
	color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i, .tabbable-line>.nav-tabs>li:hover>a>i
	{
	color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu, .tabbable-line>.nav-tabs>li:hover .dropdown-menu
	{
	margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
	border-bottom: 4px solid #f3565d;
	position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
	border: 0;
	color: #333333;
}

.tabbable-line>.nav-tabs>li.active>a>i {
	color: #404040;
}

.tabbable-line>.tab-content {
	margin-top: -3px;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #eee;
	padding: 15px 0;
}

.portlet .tabbable-line>.tab-content {
	padding-bottom: 0;
}

/* Below tabs mode */
.tabbable-line.tabs-below>.nav-tabs>li {
	border-top: 4px solid transparent;
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
	margin-top: 0;
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
	border-bottom: 0;
	border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
	margin-bottom: -2px;
	border-bottom: 0;
	border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below>.tab-content {
	margin-top: -10px;
	border-top: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

/* custom inclusion of right, left and below tabs */
.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, .tabs-below>.nav-tabs>li>a:focus {
	border-top-color: #ddd;
	border-bottom-color: transparent;
}

.tabs-below>.nav-tabs>.active>a, .tabs-below>.nav-tabs>.active>a:hover,
	.tabs-below>.nav-tabs>.active>a:focus {
	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, .tabs-left>.nav-tabs>li>a:focus {
	border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left>.nav-tabs .active>a, .tabs-left>.nav-tabs .active>a:hover,
	.tabs-left>.nav-tabs .active>a:focus {
	border-color: #ddd transparent #ddd #ddd;
	*border-right-color: #ffffff;
}

.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, .tabs-right>.nav-tabs>li>a:focus {
	border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right>.nav-tabs .active>a, .tabs-right>.nav-tabs .active>a:hover,
	.tabs-right>.nav-tabs .active>a:focus {
	border-color: #ddd #ddd #ddd transparent;
	*border-left-color: #ffffff;
}

img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto
}

/* custom inclusion of right, left and below tabs */
.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, .tabs-below>.nav-tabs>li>a:focus {
	border-top-color: #ddd;
	border-bottom-color: transparent;
}

.tabs-below>.nav-tabs>.active>a, .tabs-below>.nav-tabs>.active>a:hover,
	.tabs-below>.nav-tabs>.active>a:focus {
	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, .tabs-left>.nav-tabs>li>a:focus {
	border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left>.nav-tabs .active>a, .tabs-left>.nav-tabs .active>a:hover,
	.tabs-left>.nav-tabs .active>a:focus {
	border-color: #ddd transparent #ddd #ddd;
	*border-right-color: #ffffff;
}

.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, .tabs-right>.nav-tabs>li>a:focus {
	border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right>.nav-tabs .active>a, .tabs-right>.nav-tabs .active>a:hover,
	.tabs-right>.nav-tabs .active>a:focus {
	border-color: #ddd #ddd #ddd transparent;
	*border-left-color: #ffffff;
}



.picture {
	max-height: 110px;
}

.navbar-inverse {
	background-color: #1f2532;
}

#more-store-products .col-md-2 img {
	width: auto\9;
	height: 130px;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

.well {
	background-color: #FFF;
}

#gallery {
	height: 400px;
	overflow: hidden;
}

.carousel-control.right {
	background-image: linear-gradient(to right, transparent 0px, transparent);
}

.carousel-control.left {
	background-image: linear-gradient(to left, transparent 0px, transparent);
}

#_valor_id {
	color: #08c;
}

.dashboard-trending .stack {
	margin-bottom: 60px
}

.dashboard-trending .link, .dashboard-trending a.link {
	color: #999;
	font-size: 12px;
	margin: 0 auto;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	border-radius: 3px;
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
	background: #f3f3f3;
	border: 1px solid transparent
}

.dashboard-trending .link:hover, .dashboard-trending a.link:hover {
	color: #79589F;
	border: 1px solid #79589F;
	background: #fff
}

.dashboard-trending h4 {
	color: #4c4c4c;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 0;
	border-bottom: 1px solid #f3f3f3;
	line-height: 20px
}

.dashboard-trending .element-mini {
	display: inline-block;
	width: 100%;
	opacity: 1;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	border: 1px solid transparent;
	border-bottom: 1px solid #f3f3f3;
	padding: 10px 0
}

.dashboard-trending .element-mini a {
	text-decoration: none
}

.dashboard-trending .element-mini .brand-logo {
	/*font-size: 30px;*/
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	border-radius: 2px;
	text-align: center
}

.dashboard-trending .element-mini .brand-logo.icon {
	font-size: 36px;
	line-height: 40px
}

.dashboard-trending .element-mini .brand-logo.icon.icon-buildpacks {
	background: #79589F;
	color: #fff;
	font-size: 32px;
	padding: 2px
}

.dashboard-trending .element-mini .meta {
	width: 100%;
}

.dashboard-trending .element-mini .meta .brand-title {
	color: #1f2532;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.dashboard-trending .element-mini .meta p {
	margin: 0;
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 15px;
	color: #999999
}

.card .big-font {
	font-weight: 300;
	text-align: center;
	color: #999999;
	font-size: 26px;
}

.big-font {
	font-weight: 300;
	text-align: center;
	font-size: 26px;
}

.form-control {
	-webkit-appearance: button;
}

/* fix rtl for demo */
.chzn-rtl .chzn-drop {
	left: -9000px;
}

.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}

#reportrange {
	background: #ffffff;
	-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);
	color: #333333;
	padding: 8px;
	line-height: 18px;
	cursor: pointer;
}

#reportrange .caret {
	margin-top: 8px;
	margin-left: 2px;
}

#reportrange span {
	padding-left: 3px;
}

.daterangepicker .ranges {
	width: 260px;
	text-align: left;
}

.dropdown-menu {
	z-index: 999999;
}

body.modal-open .datepicker {
	z-index: 1200 !important;
}

.datepicker {
	position: absolute;
}

.wrapper {
	margin: 60px;
}

.container-full {
	width: 100;
}

.form-group {
	margin-bottom: 5px;
}

#overview .panel-inter {
	height: 130px;
}

#overview .panel-default a {
	color: #999;
	font-weight: bold;
}

#overview .panel-default a:hover {
	color: #563d7c;
	font-weight: bold;
}

#overview .panel-default .panel-inter a:hover {
	color: #563d7c;
	font-weight: bold;
}

#overview .panel-default {
	text-align: center;
	cursor: pointer;
}

#overview .panel-default>.panel-footer {
	color: #fff;
	display: none;
}

#overview .panel-default i {
	color: #7D7D8E;
	font-size: 2em;
}

#overview .bs-docs-featurette-title {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 400;
	color: #79589F;
}
.panel {
    overflow: auto;
}


.bs-wizard {
	margin-top: 10px;
}

/*Form Wizard*/
.bs-wizard {
	border-bottom: solid 1px #e0e0e0;
	padding: 0 0 10px 0;
}

.bs-wizard>.bs-wizard-step {
	padding: 0;
	position: relative;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {
	
}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
	color: #595959;
	font-size: 16px;
	margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
	color: #999;
	font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	background: #a9cbeb;
	top: 45px;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
	content: ' ';
	width: 14px;
	height: 14px;
	background: #0067bb;
	border-radius: 50px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
	position: relative;
	border-radius: 0px;
	height: 8px;
	box-shadow: none;
	margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
	width: 0px;
	box-shadow: none;
	background: #a9cbeb;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
	width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
	width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
	width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
	width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
	background-color: #f5f5f5;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
	opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
	left: 50%;
	width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
	width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
	pointer-events: none;
}
/*END Form Wizard*/




.progress {
    background-color: #f6f6f6;
    height: 1.5625rem;
    border: 1px solid #ffffff;
    padding: 0.125rem;
    margin-bottom: 0.625rem;
}

.progress .meter {
    background: #008cba;
    height: 100%;
    display: block;
}

.progress.secondary .meter {
    background: #e7e7e7;
    height: 100%;
    display: block;
}

.progress.success .meter {
    background: #43ac6a;
    height: 100%;
    display: block;
}

.progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block;
}

.progress.radius {
    border-radius: 3px;
}

.progress.radius .meter {
    border-radius: 2px;
}

.progress.round {
    border-radius: 1000px;
}

.progress.round .meter {
    border-radius: 999px;
}

.range-slider {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #dddddd;
    margin: 1.25rem 0;
    -ms-touch-action: none;
    touch-action: none;
    background: #fafafa;
}

.barchart {
    background-color: #a3dbe3;
    height: 1em;
    padding: 0em;
    margin: 0.625em 0;
    width: 100%;
}

.barchart .meter {
    background: #2daebf;
    height: 100%;
    display: block;
}
p.percentage {
    font-size: 30px !important;
    color: #6f6f6f;
    font-weight: 300;
    margin-bottom: 17px;
}