/* Geral */

a>.fas,
a>.far {
	text-decoration: none;
	color: #333;
}

a>.fas:hover,
a>.far:hover {
	opacity: 0.5;
}

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

main {
	flex: 1 0 auto;
}

label {
	color: black;
}

select {
	display: none;
}

.column-size {
	width: 100%;
}

.tooltip {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
    max-width: 400px;
    background-color: white;
    padding: 10px;
	border: 1px solid #c9c9c9;
	display: none;
	color: #000;
	font-weight: normal;
	text-align: justify;
	line-height: 22px;
}

.left-180 {
	margin-left: 180px;
}

.indigo.darken-4 {
	background-color: #675FF0 !important;
}

.collapsible-header {
	border-radius: 12px !important;
}

.collapsible-body {
	border-radius: 12px !important;
}

.btn {
	border-radius: 12px !important;
}

.red {
	background-color: #FF1744 !important;
}

.yellow {
	background-color: #FFD740 !important;
}

.green {
    background-color: #00E676 !important;
}

/* Nav */

nav#first_menu {
	height: 130px !important;
}

nav .row {
	height: 100%;
}

.brand-logo {
	padding-top: 15px !important;
}

.city-logo {
	padding-top: 20px !important;
}

.city-logo h5 {
	padding-left: 20px !important;
}

.city-logo img {
	max-height: 120px;
	float: left;
	margin-top: -15px;
	margin-right: 10px;
}

.city-logo p {
	font-size: 23pt;
	line-height: 45px;
	text-align: center;
	vertical-align: middle;
}

.brand-logo img {
	width: 150px;
}

@media screen and (min-width: 769px){
   .nav-wrapper ul.center {
     display: block;
   }

   .nav-wrapper > ul.center li {
     float: none;
     display: inline-block;
   }
}

@media only screen and (min-width: 601px) {
	nav#first_menu, nav#first_menu .nav-wrapper i, nav#first_menu a.sidenav-trigger, nav#first_menu a.sidenav-trigger i {
		height: 150px !important;
		line-height: 150px !important;
	}
}

@media only screen and (min-width: 993px) {
	nav#first_menu a.sidenav-trigger {
		display: unset;
	}
}

/* SideNav */

.sidenav {
	width: 250px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

ul.sidenav .collapsible-header:after {
    font-family: 'Material Icons';
    content: "keyboard_arrow_right";
    color: #9e9e9e;
    font-size: 18px;
    position: absolute;
    right: 16px;
}

ul.sidenav li.active .collapsible-header:after {
  content: "keyboard_arrow_down";
}

.more-text {
    padding: 0px 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Dropdown */

nav#second_menu .dropdown-content {
  background-color: #675FF0 !important;;
}

nav#second_menu .dropdown-content a {
	color: #ffffff !important;
}

nav#second_menu .dropdown-content a:hover, nav#second_menu .dropdown-content li:hover {
	background-color: #250070 !important;
}

/* Tabs */

.tabs .tab a{
    color:#675FF0;
}
.tabs .tab a:hover,.tabs .tab a.active {
	background-color:transparent;
	color:#675FF0;
}
.tabs .tab.disabled a,.tabs .tab.disabled a:hover {
	color:rgba(102,147,153,0.7);	
}
.tabs .indicator {
	background-color:#675FF0;
}

/* Login */

.logged {
	margin-top: 30px;
	text-align: right;
	float: right;
	font-size: 14pt;
}

.login {
	padding: 5px;
	line-height: 0 !important;
}

.login .input {
	width: 250px;
	height: 45px;
	padding-top: 10px;
	float: right;
}

.login .input input[type="text"],
.login .input input[type="password"] {
	background-color: #fff !important; 
	height: 25px !important;
	width: 200px !important;
	font-size: 12px !important;
	padding: 2px !important;
	margin-top: 0 !important;
	border-radius: 3px;
	/* margin-left: 50px; */
}

.login button {
	font-size: 12px !important;
	text-transform: none !important;  
	float: right;
	margin-top: 10px;
	margin-right: 50px;
}

.show-pass, 
.hide-pass {
	height: auto !important;
	font-size: 13pt;
}

.show-pass:hover,
.hide-pass:hover {
	cursor: pointer;
}


/* Tela inicial */

form#manifestation label {
	font-size: 12pt !important;
}

.manifestations-home {
	padding-top: 50px !important;
	text-align: justify;
}

.manifestations-home .far, 
.manifestations-home .fas {
	font-size: 25pt;
	/*margin-right: 10px;*/
}

.manifestations-home > div {
	margin-bottom: 80px;
	/*border: 2px solid #000;*/
	/*height: 100px !important;*/
}

.manifestations-home > .col {
	font-size: 12pt;
	/*font-weight: bold;*/
}

.manifestations-home i {
	width: 40px;
	opacity: 1 !important;
	width: auto;
}

.manifestations-home a {
	color: #333;
	text-decoration: none;
}

.manifestations-home > div .manifestation-description{
	color: #6a6a6a;
	text-align: right; 
	font-size: 11pt;
	height: 100%;
	padding: 5px;
}

.manifestations-home > div .manifestation-icon {
	border-radius: 50%;
	text-align: center;
	position: absolute;
	width: 150px;
	height: 150px;
	margin-top: -25px; 
	line-height: 185px;
}

.manifestations-home > div .manifestation-name {
	font-size: 20pt;
	min-height: 90px;
	line-height: 90px;
	font-weight: bold;
}

.manifestations-home > .col > .s5 {
	margin-bottom: 50px;
}

.manifestations-home > .col > .s5 > span {
	vertical-align: middle;
}

/* Visualização em forma de chat */

.chat-wrapper .chat-message.right {
	background-color:#1a237e;
	color:#fff
}

.chat-wrapper .chat-message.right .circle{
	left:auto;
	right:-50px
}

.chat-wrapper .chat-message.coalesce{
	margin-top:-16px
}

.chat-wrapper .chat-message {
	position:relative;
	float: left;
	clear: both;
	margin:2px 50px 20px;
	padding:8px;
	border-radius:8px;
	line-height:22px;
	background-color:#ddd;
}

.chat-wrapper .chat-message .circle{
	position:absolute;
	top:-2px;
	left:-50px;
	height:42px;
	width:42px
}

.chat-input{
	border-top:1px solid #e0e0e0;
}

.chat-input form input[type="text"], .chat-input textarea{
	border:0;
	margin:0;
	padding:24px;
	line-height:24px
}

.chat-input form input[type="text"]:focus:not([readonly]),.chat-input textarea:focus:not([readonly]){
	border:0;
	box-shadow:none
}

.chat-input button[type="submit"]{
	padding:0 16px;
	margin-top: 15px;
}

.chat-input button[type="submit"] i.material-icons{
	color:#448AFF;
}

.chat-input .chat-input-bar{
	display:flex;
}

.chat-button {
	background: none;
	border: 0;
}

/* Wizard */

.step-title {
	font-size: 15pt !important;
}

.active>.step-title {
	background-color: #dadada !important;
}