@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/** General Style Info **/
html, body {
	height: 100%;
}
html {
	font-size: 14px;
}
body {
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	margin: 0;
}
a {
	color: #003d4c;
	font-weight: bold;
}
a:hover {
	color: #367889;
	text-decoration:none;
}
a img {
	border:none;
}
h1 {
	background: none;
}
h2 {
	background: none;
	border-bottom: 0.1em solid #888;
	font-size: 1.2em;
	color: #600;
	padding: 0.2em 0.3em;
}
h3 {
	color: #1e5f96;
	font-size: 1.5em;
	font-weight: bolder;
	border: 0;
	margin: 0;
	padding: 0.5em 0;
}
h4 {
	color: #1e5f96;
	font-weight: bolder;
	border: 0;
	margin: 0;
	padding: 0.5em 0;
}
a {
	color: #030;
}
a:hover {
	color: #800;
}
a img {
	vertical-align: text-bottom;
}
button {
	color: #333;
}

/** Layout **/
header {
	background: #fff;
	background-image: -moz-linear-gradient(right bottom,#070 0%,#030 100%);
	background-image: -webkit-gradient(linear,right bottom, left top,color-stop(0, #070),color-stop(1, #030));
	background: -webkit-linear-gradient(right bottom, #070 0%, #030 100%);
	background: -o-linear-gradient(right bottom, #070 0%, #030 100%);
	background: -ms-linear-gradient(right bottom, #070 0%, #030 100%);
	background: linear-gradient(right bottom, #070 0%, #030 100%);

	margin: 0;
	border-bottom: 0.3em solid #002800;
	padding: 0 0.5em;
}
header .navbar-brand {
/*	background: #FAFAFA;
	border-radius: 5px;*/
}
header .navbar-brand:hover,
header .navbar-brand:active {
	/*background: #FFF !important;*/
}
header .navbar-brand img {
	max-height: 100%;
}
header a {
	color: #030;
}
header h1 {
	float: left;
	background: none;
	font-size: 1.4em;
	margin-bottom: 0;
	margin-right: 1em;
}
header h1 a {
	font-size: 40px;
	font-weight: normal;
	text-decoration: none;
}
header h1 a:hover {
	color: #800;
}
header h1 a img {
	max-width: 240px;
	vertical-align: text-bottom;
}
header {
	background: none;
	border: 0;
	padding: 0;
}
header .navbar {
	background: transparent;
	border: none;
	margin: 5px;
	box-shadow: none;
}
header .navbar-default .navbar-nav > li:hover,
header .navbar-default .navbar-nav > li:active {
	/*background-color: #040;*/
}
header .navbar-default .navbar-nav > li > a {
	color: #4f4f4f;
}
header .navbar-default .navbar-nav > li > a:hover,
header .navbar-default .navbar-nav > li > a:active,
header .navbar-default .navbar-nav > li > a:focus {
	/*color: #fff;*/
}
header .navbar-brand {
	padding: 0 15px;
}
footer {
	background: transparent;
}
#content h1 {
	color: #1e5f96;
	font-size: 1.5em;
	font-weight: bolder;
	border: 0;
	margin: 0 0 20px;
	padding: 10px;
}
footer {
	padding: 2em 0;
	text-align: center;
}

#container {
	text-align: left;
}

#header{
	padding: 10px 20px;
}
#header h1 {
	line-height:20px;
	background: #003d4c url('../img/cake.icon.png') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}
#header a, #footer a {
	color: #fff;
}

/** containers **/
div.form,
div.index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
}
table tr:nth-child(even) {
	background: #f9f9f9;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Forms **/
form {
	clear: both;
	padding: 0;
	width: 100%;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 20px;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 130%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 10px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	border-radius: 4px;
	border-color: #2d6324;
	border:1px solid #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}
form .submit input[type=submit]:hover {
	background: #5BA150;
}
/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

form textArea {
	border: solid 1px #A3BAC0;
	border-radius: 0.4em;
	box-shadow: inset -2px 0 10px #ccc;
}
form input[type='text'],
form input[type='email'],
form input[type='number'],
form input[type='password'] {
	border: solid 1px #A3BAC0;
	border-radius: 0.4em;
	box-shadow: inset -2px 0 10px #ccc;
	padding: 0.5em;
}
form input[type='file'] {
	width: auto;
}
input[type='submit'] {
	cursor: pointer;
}
input[type="radio"] {
	float: none;
	margin: 0 0.3em 0 0.5em;
}
input[type="radio"]:first-child {
	margin-left: 0;
}
form select {
	border: solid 1px #A3BAC0;
	border-radius: 0.4em;
	box-shadow: inset -2px 0 10px #ccc;
	cursor: pointer;
	padding: 0.1em 0.2em;
	height: 1.8em;
}
form select>option {
	cursor: pointer;
	font-size: 1em;
}
form select>optgroup {
	margin-top: 0.5em;
}
form select>optgroup>option {
	padding-left: 1em;
}
form div {
	clear: none;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

/** Notices and Errors ********************************************************/
.message {
	position: absolute;
	right: 0;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 5px;
	z-index: 2;
}
.message a {
	color: #fff;
}
.message a.close {
	float: none;
	margin-right: 10px;
	opacity: 1;
}
.message a.close:hover {
	color: #fff;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background-color: #e14723;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	padding: 7px 14px;
	color: #404040;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.success {
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}
.ajaxFlashMessage {
	background: #1C3339;
	padding: 0.5em;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999999999;
}

/* ... ******/

table {
	clear: none;
}

.centralizarComTamanhoMaximo {
	margin: 0 auto;
	max-width: 1200px;
}
.login {
	float: right;
	margin: 0.5em;
}
.login a {
	color: #fff;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.clearLeft {
	clear: left;
	margin: 0;
	padding: 0;
}
.ajaxload {
	width: 100%;
	height: 50px;
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.line {
	border-top: 3px solid #666;
}

#content>.direita {
	float: right;
	width: 390px;
	border-left: 0.3em solid #030;
	margin-bottom: 1em;
	padding-left: 1em;
}
#content>.esquerda {
	margin-right: 400px;
}
#content>.esquerda {
	margin-right: 400px;
}

.sac {
	float:right;
	height: 100px;
}
.linksPrincipais {
	display: block;
	font-size: 24px;
	font-weight: normal;
	margin: 0.5em 0 1em;
	text-decoration: none;
}
.linksPrincipais img {
	vertical-align: middle;
}
.agendaHeader {
	background: #030;
	color: #fff;
	padding: 0.5em;
	text-align: center;
}
.agendaItem {
	border-bottom: 0.2em solid #030;
	padding: 0.5em;
}
.agendaItemData {
	float: left;
	padding: 0.5em 0.5em 0.5em 0;
}
* .zero,
* .clean{
	margin: 0;
	padding: 0;
}
a.clean {
	text-decoration: none;
}
.date {
	cursor: pointer;
	text-align: center;
	width: 8em;
}
.datetime {
	cursor: pointer;
	width: 9em;
	text-align: center;
}
.phone {
	width: 8em;
	text-align: center;
}

table.realce {
	border-spacing: 0;
	border-bottom: #030406 1px solid;
}
table.realce>tbody>tr>td {
	margin-top: 0;
	margin-bottom: 0;
	border-top: #CCC 2px solid;
	border-bottom: transparent 2px solid;
	border-left: transparent 2px solid;
	margin: 0;
	padding: 1em 0.5em;
}
table.realce>tbody>tr {
	padding-top: -4px;
}
table.realce>tbody>tr:nth-child(2n) td {
	background: #FAF5FD;
}
table.realce>tbody>tr:hover>td {
	border-top: #60858C 2px solid;
	border-bottom: #60858C 2px solid;
	background-color: #D5EBD5;
}
table.realce>tbody>tr:hover>td:first-child {
	border-left: #880000 2px solid;
}
div.realce {
	border-left: transparent 2px solid;
}
div.realce:hover {
	background-color: #D5EBD5 !important;
	border-left: #880000 2px solid;
}

.zebra {
	margin: 0;
	padding: 0;
}
.zebra>div {
	background: #fff;
}
.zebra>div:nth-child(2n) {
	background: #efefef;
}
.linhas>div {
	border-top: 0.2em solid #EEE;
	border-bottom: 0.2em solid #CCC;
	padding: 0.5em;
}

.borderTop {
	border-top: 0.1em solid #CCC;
}
.padding {
	padding: 0.5em;
}
.marginTop {
	margin-top: 0.5em;
}

.caixa {
	background: #F0F0F0;
	border: 0.1em solid #AAA;
	line-height: 1.6em;
	padding: 0.5em;
}
html .tagVerde {
	background: #080;
	border-radius: 0.2em;
	color: #FFF;
	padding: 0.1em 0.3em;
	text-decoration: none;
}
html .tagVerde:hover{
	color: #FFF;
}
html .tagAmarela {
	background: #666600;
	border-radius: 0.2em;
	color: #FFF;
	padding: 0.1em 0.3em;
	text-decoration: none;
}
html .tagAmarela:hover{
	color: #FFA;
}
html .tagBranca {
	background: #FFF;
	border-radius: 0.2em;
	border: 0.1em solid #DDD;
	color: #000;
	padding: 0.1em 0.3em;
	text-decoration: none;
}
html .tagBranca:hover{
	color: #000;
}
html .tagAzul {
	background: #008;
	border-radius: 0.2em;
	color: #FFF;
	padding: 0.1em 0.3em;
	text-decoration: none;
}
html .tagAzul:hover{
	color: #FFA;
}
html .tagVermelha {
	background: #800;
	border-radius: 0.2em;
	color: #FFF;
	padding: 0.1em 0.3em;
	text-decoration: none;
}
html .tagVermelha:hover{
	color: #FFA;
}
.smallText {
	font-size: 0.9em;
	color: #888;
}
.logotipo {
	max-width: 240px;
}
.imagemLateral {
	max-width: 240px;
}
.linhaIniciais th {
	background: #030;
	border-top: 0.2em solid #AAA;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}
.noWrap, .nowrap {
	white-space: nowrap;
}
.nichos {
	margin: 0.5em 0 0;
	width: auto;
}
.nichos>div {
	float: left;
	border: 0.1em solid #AAA;
	border-radius: 0.2em;
	margin-left: 0.3em;
	margin-bottom: 0.3em;
	padding: 0 0 0.3em;
	text-align: center;
}
.nichos>div>div:first-child {
	background: #ddd;
	font-weight: bolder;
	line-height: 1.4em;
	margin-bottom: 0.3em;
	padding: 0.5em 0.5em;
}
.nichosLabel {
	display: block;
	background-color: #ddd;
	font-weight: bolder;
	height: 1.8em;
	overflow: hidden;
	text-align: center;
}
.nichosDisplay {
	font-size: 1.1em;
	padding: 0.5em;
	text-align: center;
}

.botao {
	background: #FF9C38;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9C38), to(#FF8300));
	background-image: -webkit-linear-gradient(top, #FF9C38, #FF8300);
	background-image: -moz-linear-gradient(top, #FF9C38, #FF8300);
	border-color: #08180A;
	border-radius: 4px;
	border: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	color: #fff !important;
	font-weight: normal;
	padding: 0.5em 1em;
	text-decoration: none;
	white-space: nowrap;
}
.botao:hover {
	background: #FF8300;
	text-shadow: none;
}

.fundoVerde {
	background: #030 !important;
}
.tooltip>a {
	color: #fff;
}
.tooltip>div {
	display: none;
	position: absolute;
	background: #595279;
	color: #EDEAF8;
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 0.5em 1em;
	width: auto;
	z-index: 2;
}
.tooltip>img {
	vertical-align: text-bottom;
}
.tooltip ul {
	margin: 0 0 0 0.5em;
}
.tooltip li {
	margin: 0;
}
.textoJustificado p {
	margin: 0 0 0.5em 0;
	text-align: justify;
	text-indent: 0.5em;
	text-justify: inter-word;
}

.button {
	background-color: #1fb31c;
	border: none;
	border-radius: 99em;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	letter-spacing: .02143em;
	line-height: 1.14286;
	min-height: 2.5rem;
	min-width: 7.5rem;
	font-size: .875rem;
	font-weight: bold;
	padding: .85714em 1.42857em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .125s ease-out;
	white-space: pre;
}
.button:hover {
	background-color: #1a9818;
}
.button-secondary {
	background-color: #23a9e1;
}
.button-secondary:hover {
	background-color: #2096c7;
}
.button-tertiary {
	background-color: #909699;
}
.button-tertiary:hover {
	background-color: #787d7f;
}
.button-disabled,
.button-disabled:hover {
	background-color: #bbb;
	cursor: default;
}

.telefone {
	width: 150px;
	font-size: 110%;
}
.maps {
	min-height: 800px;
}

.formSubmitToRight {
	text-align: right;
}
.activeLink {
	color: #1ABECF !important;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/******************************************************************************/
/* Home ***********************************************************************/
.homeContent {
	background: #fff url('../img/background.png');
	margin: 0 auto;
	max-width: 1200px;
}
.faixa {
	background: #003333;
	padding-top: 2em;
}
.faixa img {
	max-width: 98%;
}
.mote {
	margin: 2em 1em;
	text-align: center;
}
.mote img {
	max-width: 98%;
}
.homeSistemaClinimap>div {
	display: inline-block;
	width: 50%;
	padding: 0.5em;
	vertical-align: top;
	text-align: center;
}
.homeSistemaClinimap img {
	max-width: 98%;
}
.homeDiferenciaisTecnicos {
	text-align: center;
}
.homeDiferenciaisTecnicos img {
	display: inline-block;
	height: 180px;
	margin: 0 0.25em 0.25em;
	max-width: 98%;
}
.homeSejaUmParceiro {
	padding: 3em 3em 0;
}
.homeSejaUmParceiro img {
	max-width: 98%;
	vertical-align: top;
}
.homeSejaUmParceiro img:last-child {
	margin: -25em 0 0 0;
}
.homeSync {
	text-align: center;
}
.homeSync img {
	max-width: 98%;
}
.homeSync img:nth-child(2) {
	margin-top: -3em;
}
.homeExtras {
	text-align: center;
}
.homeExtras img {
	max-width: 98%;
}
.homeValorDoInvestimento img {
	max-width: 98%;
}
.homeInformacoesEContato>div {
	display: inline-block;
	padding: 2em 5%;
	width: 50%;
	vertical-align: top;
}
.homeInformacoesEContato img {
	max-width: 100%;
}
.homeInformacoesEContato>div:nth-child(2) img {
	margin-right: 0.5em;
}

.assinaturaForm {
	font-size: 0.9em;
}
.radioInlineOptions>input,
.radioInlineOptions>label {
	display: inline-block;
}

/******************************************************************************/
/* JCarousel ******************************************************************/
.jcarousel-wrapper {
	margin: 0 auto;
	position: relative;
	border-radius: 5px;
	max-width: 1200px;
}
.jcarousel-wrapper a:hover {
	color: #FFFF00;
}
.jcarousel-wrapper .photo-credits {
	position: absolute;
	right: 15px;
	bottom: 0;
	font-size: 13px;
	color: #fff;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
	opacity: .66;
}
.jcarousel-wrapper .photo-credits a {
	color: #fff;
}

/** Carousel **/
.jcarousel {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	max-height: 438px;
}
.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.jcarousel li {
	float: left;
	margin: 0;
}
.jcarousel li img {
	width: 100%;
}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #4E443C;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 24px/27px Arial, sans-serif;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
}
.jcarousel-control-prev {
	left: -20px;
}
.jcarousel-control-next {
	right: -20px;
}
.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
	display: block;
}
.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
	opacity: .5;
	cursor: default;
}

/** Carousel Pagination **/
.jcarousel-pagination {
	position: absolute;
	bottom: 0;
	left: 15px;
}
.jcarousel-pagination a {
	text-decoration: none;
	display: inline-block;

	font-size: 11px;
	line-height: 14px;
	min-width: 14px;

	background: #fff;
	color: #4E443C;
	border-radius: 14px;
	padding: 3px;
	text-align: center;

	margin-right: 2px;

	opacity: .75;
}
.jcarousel-pagination a.active {
	background: #4E443C;
	color: #fff;
	opacity: 1;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

/******************************************************************************/
/* Chosen *********************************************************************/
.chosen-container,
.chosen-container div,
.chosen-drop {
	padding: 0;
}

/******************************************************************************/
/* JqPlot *********************************************************************/
table.jqplot-table-legend {
	width: auto;
}
.jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip {
    background: #EEE;
	padding: 0.5em;
}

/******************************************************************************/
/* Jquery UI ******************************************************************/
.ui-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}
.ui-timepicker-div dl {
	font-weight: normal;
	line-height: normal;
	margin: 0 auto;
	text-align: left;
	width: 90%;
}
.ui-timepicker-div dl dt {
	background: none;
	height: 25px;
}
.ui-timepicker-div dl dd {
	background: none;
	margin: -25px 0 10px 65px;
}
.ui-timepicker-div td {
	font-size: 90%;
}
.ui-datepicker-header {
	margin-bottom: 0;	
}
.ui-datepicker-title {
	margin-bottom: 0;
	padding: 0;	
}
.ui-datepicker td {
	line-height: normal;
}
.ui-dialog .ui-dialog-content {
	padding: 0.3em 0.5em;
}
.ui-dialog .ui-dialog-content form {
	margin: 0;
	width: 100%;
}
.ui-dialog .ui-dialog-content form div {
	margin-bottom: 0;
}
.ui-dialog .ui-dialog-content form div.input {
	padding: 0.2em 0 0.3em;
}
.ui-dialog .ui-dialog-buttonpane {
	margin-top: 0;
}

/******************************************************************************/
/* side panel *****************************************************************/
.sidepanel-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
}
.sidepanel-active .sidepanel-container {
	display: block;
}
.sidepanel-active {
	overflow: hidden;
}

.overlay-bg {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #232530;
	bottom: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	height: 100%;
	right: 0;
	top: 0;
	transition: all .25s ease-out;
	z-index: 200;
}
.sidepanel-active .overlay-bg {
	opacity: .9;
}

.overlay-close-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	display: block;
	height: 5rem;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all .25s ease-out;
	width: 5rem;
	z-index: 210;
}
.sidepanel-active .overlay-close-wrapper {
	opacity: .8;
}
.sidepanel-active .overlay-close-wrapper:hover {
	opacity: 1;
}

.overlay-close {
	fill: #fff;
	height: 1.25rem;
	margin: 1.875rem;
	width: 1.25rem;
}

.sidepanel-container .overlay-close-wrapper {
	right: 35rem;
}

.sidepanel-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #eee;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	right: -35rem;
	top: 0;
	transition: all .25s ease-out;
	width: 35rem;
	z-index: 210;
}
.sidepanel-active .sidepanel-wrapper {
	right: 0;
}

.sidepanel h1 {
	background-color: #313443;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.25;
	margin: 0;
	padding: 1.5625rem 1.25rem;
}

.sidepanel h2 {
	margin-bottom: 1.25rem;
}

.sidepanel-contents {
	padding: 2.5rem 1.25rem;
}

.sidepanel-text {
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(49,52,67,.2);
	margin-bottom: 2.5rem;
	padding: 1.25rem 1.25rem 1px;
}

.sidepanel-text p {
	margin: 0 0 1.25em;
}

.sidepanel-contents .container-cards {
	margin-right: -1.25rem;
}

.sidepanel-contents .card-small {
	margin: 0 1.25rem 1.25rem 0;
	width: calc(50% - 1.25rem);
}