﻿@charset "UTF-8";

th.header { 
    background-image: url(../img/bg.gif); 
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    border: 1px solid #dad9c7; 
    margin-left: -1px; 
}

th.headerSortUp { 
    background-image: url(../img/desc.gif); 
    background-color: #3399FF; 
} 

th.headerSortDown { 
    background-image: url(../img/asc.gif); 
    background-color: #3399FF; 
} 


table.tablesorter td {
	border:1px solid #dad9c7;
	padding: 5px;
}

.ul-notificacao
{
	padding: 0px;
	list-style-type: none;
}

.li-notificacao
{
	margin: 5px;
}

.hide
{
	display: none;
}

.show
{
	display: inline;
}

.azul-claro{
  	background: #c2dcee !important;
}

.observacao-overflow{
  position: relative;
  overflow: auto;
  width: auto;
  height: 300px;
}

.preload{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 45%;
	top: 30%;
	z-index: 9000;
}

.label-black{
	background-color: #000;
	color: #fff;
}

.char-mapa{
  position: relative;
  text-align: center;
  font-weight: 300;
  font-size: 1em;
  font-weight: 300;
  font-size: 1em;
  width: 130px;
  display: block;
  margin: 0 auto;
}

.alfabeto-filtro li {
	padding:0 2px;
}

.margen-top-filtro{

	margin-top: 10px;
}

.visible-inline {
	display : inline;
}

.not-visible {
	display : none;
}

.map-marker {
	overflow: visible !important;
	width: auto !important;
	height: 0 !important
}

.map-marker sup {
	top: -0.2em
}

.map-marker .icon-heart {
	font-size: 11px;
	position: relative;
	margin-left: 2px;
	bottom: 1px
}

.map-marker .icon-heart--highlight {
	color: #ff5a5f
}

.map-marker .icon-instant-book {
	margin-left: -4px;
	margin-right: -2px;
	color: #ffd980
}

.map-marker .map-dot {
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #c64545;
	background-color: #ff5a5f;
	position: relative;
	bottom: 4px;
	right: 4px
}

.map-marker .tooltip-layout {
	left: -50%;
	top: -34px;
	color: #fff;
	padding: 2px 4px;
	font-size: 14px;
	font-weight: bold;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
	display: block
}

.map-marker .tooltip-layout--highlight {
	color: #ff5a5f
}

.map-marker .tooltip-bottom-middle:before {
	bottom: -6px;
	margin-left: -6px;
	border-width: 6px;
	border-top-color: rgba(0, 0, 0, 0.3)
}

.map-marker .tooltip-bottom-middle:after {
	bottom: -5px;
	margin-left: -5px;
	border-width: 5px
}

.map-marker .tooltip-primary {
	background-color: #CD0000
}

.map-marker .tooltip-primary:after {
	border-top-color: #CD0000
}

.map-marker .tooltip-host {
	background-color: #007a87
}

.map-marker .tooltip-host:after {
	border-top-color: #007a87
}

.map-marker .tooltip-host .icon-instant-book {
	color: #ffd266
}

.map-marker .tooltip-contrast {
	background-color: #9ca299
}

.map-marker .tooltip-contrast:after {
	border-top-color: #9ca299
}

.map-marker .tooltip-highlight {
	background-color: #fff
}

.map-marker .tooltip-highlight:after {
	border-top-color: #fff
}

.map-marker .tooltip-hol-marker {
	background-color: #00a699
}

.map-marker .tooltip-hol-marker:after {
	border-top-color: #00a699
}

.map-marker .price-label {
	white-space: nowrap;
	display: inline
}

.map-marker .price-label--unit-label {
	display: none
}

.map-marker .price-marker__label {
	display: inline
}

.tooltip {
	position: fixed;
	top: -9999px;
	left: -9999px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}

.tooltip[aria-hidden="false"] {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity = 100)
}

.tooltip[aria-hidden="true"] {
	z-index: -1
}

.tooltip[aria-hidden="true"] {
	display: none
}

.tooltip[data-fixed="true"], .tooltip.tooltip-fixed {
	position: absolute;
	top: 0;
	left: 0
}

.tooltip-layout {
	position: relative;
	top: 0;
	left: 0;
	z-index: auto;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	max-width: none
}

.tooltip-top-left:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 14px;
	bottom: auto;
	border: 10px solid transparent;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, 0.1)
}

.tooltip-top-left:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -9px;
	left: 15px;
	bottom: auto;
	border: 9px solid transparent;
	border-top: 0;
	border-bottom-color: #fff
}

.tooltip-top-middle:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	bottom: auto;
	border: 10px solid transparent;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, 0.1)
}

.tooltip-top-middle:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -9px;
	bottom: auto;
	border: 9px solid transparent;
	border-top: 0;
	border-bottom-color: #fff
}

.tooltip-top-right:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -10px;
	right: 14px;
	bottom: auto;
	border: 10px solid transparent;
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, 0.1)
}

.tooltip-top-right:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -9px;
	right: 15px;
	bottom: auto;
	border: 9px solid transparent;
	border-top: 0;
	border-bottom-color: #fff
}

.tooltip-bottom-left:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 14px;
	top: auto;
	border: 10px solid transparent;
	border-bottom: 0;
	border-top-color: rgba(0, 0, 0, 0.1)
}

.tooltip-bottom-left:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -9px;
	left: 15px;
	top: auto;
	border: 9px solid transparent;
	border-bottom: 0;
	border-top-color: #fff
}

.tooltip-bottom-middle:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	top: auto;
	border: 10px solid transparent;
	border-bottom: 0;
	border-top-color: rgba(0, 0, 0, 0.1)
}

.tooltip-bottom-middle:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -9px;
	top: auto;
	border: 9px solid transparent;
	border-bottom: 0;
	border-top-color: #fff
}

.tooltip-bottom-right:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -10px;
	right: 14px;
	top: auto;
	border: 10px solid transparent;
	border-bottom: 0;
	border-top-color: rgba(0, 0, 0, 0.1)
}

.tooltip-bottom-right:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -9px;
	right: 15px;
	top: auto;
	border: 9px solid transparent;
	border-bottom: 0;
	border-top-color: #fff
}

.tooltip-left-top:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -10px;
	top: 10px;
	right: auto;
	border: 10px solid transparent;
	border-left: 0;
	border-right-color: rgba(0, 0, 0, 0.1)
}

.tooltip-left-top:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: -9px;
	top: 11px;
	right: auto;
	border: 9px solid transparent;
	border-left: 0;
	border-right-color: #fff
}

.tooltip-left-middle:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -10px;
	right: auto;
	border: 10px solid transparent;
	border-left: 0;
	border-right-color: rgba(0, 0, 0, 0.1)
}

.tooltip-left-middle:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: -9px;
	top: 50%;
	margin-top: -9px;
	right: auto;
	border: 9px solid transparent;
	border-left: 0;
	border-right-color: #fff
}

.tooltip-left-bottom:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -10px;
	bottom: 10px;
	right: auto;
	border: 10px solid transparent;
	border-left: 0;
	border-right-color: rgba(0, 0, 0, 0.1)
}

.tooltip-left-bottom:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: -9px;
	bottom: 11px;
	right: auto;
	border: 9px solid transparent;
	border-left: 0;
	border-right-color: #fff
}

.tooltip-right-top:before {
	content: "";
	display: inline-block;
	position: absolute;
	right: -10px;
	top: 10px;
	left: auto;
	border: 10px solid transparent;
	border-right: 0;
	border-left-color: rgba(0, 0, 0, 0.1)
}

.tooltip-right-top:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 11px;
	left: auto;
	border: 9px solid transparent;
	border-right: 0;
	border-left-color: #fff
}

.tooltip-right-middle:before {
	content: "";
	display: inline-block;
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -10px;
	left: auto;
	border: 10px solid transparent;
	border-right: 0;
	border-left-color: rgba(0, 0, 0, 0.1)
}

.tooltip-right-middle:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 50%;
	margin-top: -9px;
	left: auto;
	border: 9px solid transparent;
	border-right: 0;
	border-left-color: #fff
}

.tooltip-right-bottom:before {
	content: "";
	display: inline-block;
	position: absolute;
	right: -10px;
	bottom: 10px;
	left: auto;
	border: 10px solid transparent;
	border-right: 0;
	border-left-color: rgba(0, 0, 0, 0.1)
}

.tooltip-right-bottom:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -9px;
	bottom: 11px;
	left: auto;
	border: 9px solid transparent;
	border-right: 0;
	border-left-color: #fff
}

.cursor-pointer {
	cursor: pointer;
}

.div-title {
	color: #777;
    text-align: left;
}

.tooltip-inner{
	max-width: 100%;
	width: 100%;
}

.popover {
    max-width: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    color:#ff0000;
}


/*----Formatação do Botão Login e Reenviar Senha----*/
.btn-autodoc{
    background: linear-gradient(45deg, #981449 0%,#e62e4d 100%,#e62e4d 100%,#207cca 100%,#207cca 100%,#e62e4d 100%,#7db9e8 100%,#1e5799 100%,#e62e4d 100%,#e62e4d 100%,#e62e4d 100%);
    border-color: linear-gradient(45deg, #751038 0%,#b52439 100%);
    border-bottom: 0 !important;
    color: #fff;
}
.btn-autodoc:hover{
    background: linear-gradient(45deg, #751038 0%,#b52439 100%) !important;
    color: #fff !important;
}
.btn-autodoc:focus{
    color: #fff !important;
}
/*----Fim----*/