body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #000000;
	font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;

}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ddf0f6;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loaderini::after {
    content: "";
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 3px solid #8cbcdf;
    border-color: #45aaf2 transparent #45aaf2 transparent;
    margin: 0px;
    animation: 1s spin infinite ease-in-out;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/*
.loading-dots > div{
    
      filter:alpha(opacity=50); opacity:1.0;
      position: relative;
      width: 100px;
      height: 100px;
      margin:20% auto;
      top:150%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 3rem;
    height: 3rem;
    background-color: #428bca;
    border-radius:  50%;
    display: inline-block;
    animation: 1.5s bounce infinite ease-in-out both;
}

.loading-dots .bounce1{
    animation-delay: -0.45s;
}

.loading-dots .bounce2{
    animation-delay: -0.30s;  
}

.loading-dots .bounce3{
    animation-delay: -0.15s;  
}
.loading-dots .bounce4{
    animation-delay: -0.0s;  
}

@keyframes bounce {
    0%, 80%, 100%{
        transform: scale(0);
    }
    40%{
        transform: scale(1);
    }
}
*/
.go-top {
    position: fixed;
    bottom: 1.8rem;
    left: 1.5rem;
    display: none;
    border: 15px solid transparent;
    border-radius: 5px;
    z-index: 1100;
    cursor: pointer;
    background-color: #428bca;
    height: 25px;
    width: 25px;
    display: inline-block;
    }

.icon {
  display: inline-block; /* Altera o display para inline-block */
  font-size: 14px;
}   
    
principal {
	color: #000000;
	font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
}

div.destacar {
	color: #000000;
	font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
}

table,
tr,
td {
	border-color: #8193A7;
	color: #000000;
	font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
}

tr.cabecalho {
	color: #FFFFFF;
	font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
	background-color: #8193A7;
}

td.cabecalho {
	color: #FFFFFF;
	font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
	background-color: #8193A7;
}

tr.suave {
	color: #000000;
	font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
	background-color: #E8EBF2;
}

td.suave {
	color: #000000;
	font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
	background-color: #E8EBF2;
}

td.destacada {
	color: #000000;
	font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
	background-color: #E8EBF2;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a:link,
a:visited,
a:active {
	background: transparent;
	color: #337ab7;
	text-decoration: underline;
}

a:hover {
	background: transparent;
	color: #000000;
	text-decoration: none;
	background-color: #E8EBF2;
}

a:hover.tabela {
	background: transparent;
	color: #000000;
	text-decoration: none;
}

a:link.paginacao,
a:visited.paginacao,
a:active.paginacao {
	background: transparent;
	color: #337ab7;
	font-size: 13px;
	text-decoration: none;
}

li .paginacao {
    color:#337ab7;
}

a:hover.paginacao {
	background: transparent;
	color: #337ab7;
	font-size: 13px;
	text-decoration: none;
	background-color: #8FA1B0;
}

input,
textarea,
select {
	background: #FFFFFF;
	border: 1px solid #8FA1B0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	padding: 2px;
	vertical-align: middle;
}

textarea {
	overflow: auto;
}

select {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	padding: 2px;
}

input.button {
	display: inline;
	margin: 2;
	padding: 1;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #E8EBF2;
}

input.radio {
	border: none;
}

input:focus, select:focus, textarea:focus {
	background: #E8EBF2;
	color: #000000;
}

hr {
	color: #E8EBF2;
}

fieldset {
	position: relative;
	border: 1px solid #8FA1B0;
	margin: 0px;
	text-align: left;
	padding: 5px;
	width: 734px;
}

fieldset input, fieldset select, fieldset textarea {
	position: relative;
}

fieldset fieldset {
	border: 1px dashed #DDDDDD;
}

fieldset legend {
	background: #E8EBF2;
	border: 1px solid #AAAAAA;
	padding: 3px;
	margin: 0px;
}

fieldset fieldset legend {
	background: #FFEFEF;
	border: 1px dashed #DDDDDD;
}

label {
	position: absolute;
	left: 0px;
	width: 46%;
	margin-left: 4%;
	text-align: right;
	padding: 2px;
	border: 1px solid #DDDDDD;
	border-top: 0px;
	border-left: 0px;
}

/* Abas */
#tablist {
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: 12px Verdana;
}

#tablist li {
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #8FA1B0;
	border-bottom: none;
	background: white;
	text-decoration: none;
}

#tablist li a:link, #tablist li a:visited {
	color: #000000;
	background: #E8EBF2;
}

#tablist li a:active {
	background: #FFFFFF;
}

#tabcontentcontainer {
	width: 780px;
	/* Insert Optional Height definition here to give all the content a unified height */
	padding: 5px;
	border: 1px solid #8FA1B0;
}

.tabcontent {
	display: none;
	background: #FFFFFF;
        width: 1000px;
}

.div_consulta{
    width:220px;
    height:130px;
    background:#fff;
    position:absolute;
    z-index:100;
    top:10%;
    left:43%;
    border-radius: 5px;
    padding: 20px 20px;
    -webkit-box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 40px -8px rgba(0,0,0,0.75);
    display: none;
}

.container2{max-width:1170px; margin:auto;}
img{ max-width:100%;}
.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%; border-right:1px solid #c4c4c4;
}
.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}
.top_spac{ margin: 20px 0 0;}


.recent_heading {float: left; width:40%;}
.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%; /*padding:*/
}

.headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}

.recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}
.srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -27px;}

.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
.chat_ib h5 span{ font-size:13px; float:right;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}
.chat_img {
  float: left;
  width: 11%;
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people{ overflow:hidden; clear:both;}
.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
.inbox_chat { height: 550px; overflow-y: scroll;}

.active_chat{ background:#ebebeb;}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg { width: 57%;}
.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 100%;
}

 .sent_msg p {
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
}
.outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
.sent_msg {
  float: right;
  width: 46%;
}
.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

.type_msg {border-top: 1px solid #c4c4c4;position: relative;}
.msg_send_btn {
  background: #05728f none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}
.messaging { padding: 0 0 50px 0;}
.msg_history {
  height: 300px;
  overflow-y: auto;
}

.botao_fixo {
    position: fixed; 
    float: left;
    right: 5px;
    bottom: 15px;
    z-index: 999;
}

.botao_fixo button {
    border-radius: 50%;
    padding: 20px;
    box-shadow: 1px 1px 2px #333;
}

@media screen and (max-width: 800px) {
    
    .botao_fixo {
        position: fixed; 
        float: bottom;
        right: 5px;
        bottom: 0;
        z-index: 999;
        width: 100%;
    }

    .botao_fixo button {
        border-radius: 0;
        width: 100%;
        padding: 20px;
        box-shadow: 1px 1px 2px #333;
    }
   
}

.fab{
  position: fixed;
  bottom:10px;
  right:10px;
  z-index: 99;
}

.fab button{
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  background-color: #5bc0de;
  border: none;
  box-shadow: 0 1px 5px rgba(0,0,0,.4);
  font-size: 24px;
  color: white;
    
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fab button:focus{
  outline: none;
}

.fab button.main{
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #0275d8;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.fab button.main:before{
    content: "\f013";
    font-family: FontAwesome;
}

.fab ul{
  position:absolute;
  bottom: 0;
  right: 0;
  padding:0;
  padding-right:5px;
  margin:0;
  list-style:none;
  z-index:10;
  
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fab ul li{
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: -10%;
  opacity: 0;
  
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  transition: .3s ease-out;
}

.fab ul li label{
  margin-right:10px;
  white-space: nowrap;
  display: block;
  margin-top: 10px;
  padding: 5px 8px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  border-radius:3px;
  height: 18px;
  font-size: 16px;
  pointer-events: none;
  opacity:0;
  
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fab.show button.main,
.fab.show button.main{
  outline: none;
  background-color: #0275d8;
  box-shadow: 0 3px 8px rgba(0,0,0,.5);
 }
 
.fab.show button.main:before,
.fab.show button.main:before{
    content: "\f062";
    font-family: FontAwesome;
}

.fab.show button.main + ul,
.fab.show button.main + ul{
  bottom: 70px;
}

.fab.show button.main + ul li,
.fab.show button.main + ul li{
  margin-bottom: 10px;
  opacity: 1;
}

.fab.show button.main + ul li:hover label,
.fab.show button.main + ul li:hover label{
  opacity: 1;
}

.fab button.plus{
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #5cb85c;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.fab button.plus:before{
    content: "\f067";
    font-family: FontAwesome;
}

.fab.show button.plus,
.fab.show button.plus{
  outline: none;
  background-color: #0275d8;
  box-shadow: 0 3px 8px rgba(0,0,0,.5);
 }
 
.fab.show button.plus:before,
.fab.show button.plus:before{
    content: "\f062";
    font-family: FontAwesome;
}

.fab.show button.plus + ul,
.fab.show button.plus + ul{
  bottom: 70px;
}

.fab.show button.plus + ul li,
.fab.show button.plus + ul li{
  margin-bottom: 10px;
  opacity: 1;
}

.fab.show button.plus + ul li:hover label,
.fab.show button.plus + ul li:hover label{
  opacity: 1;
}

.fab2{
  position: fixed;
  bottom:10px;
  left:75px;
  z-index: 99;
}

.fab2 button{
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  background-color: #5bc0de;
  border: none;
  box-shadow: 0 1px 5px rgba(0,0,0,.4);
  font-size: 24px;
  color: white;
    
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fab2 button:focus{
  outline: none;
}

.fab2 button.main{
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #d9534f;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.fab2 button.main:before{
    content: "\f1cd";
    font-family: FontAwesome;
}

/* MAPBOX */

.marker {
  background-image: url('img/marker.png');
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}


/* POPUP SOLICITAR LIGAÇÃO */
.chat-window{
    bottom:0;
    position:fixed;
    float:right;
    margin-left:10px;
}
.chat-window > div > .panel{
    border-radius: 5px 5px 0 0;
}
.icon_minim{
    padding:2px 10px;
}
.msg_container_base{
  background: #e5e5e5;
  margin: 0;
  padding: 0 10px 10px;
  max-height:300px;
  overflow-x:hidden;
}
.top-bar {
  background: #666;
  color: white;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.msg_receive{
    padding-left:0;
    margin-left:0;
}
.msg_sent{
    padding-bottom:20px !important;
    margin-right:0;
}
.messages {
  background: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  max-width:100%;
}
.messages > p {
    font-size: 13px;
    margin: 0 0 0.2rem 0;
  }
.messages > time {
    font-size: 11px;
    color: #ccc;
}
.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}
.avatar {
    position: relative;
}
.base_receive > .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid #FFF;
    border-left-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
  justify-content: flex-end;
  align-items: flex-end;
}
.base_sent > .avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px 2px rgba(black, 0.2); 
}

.msg_sent > time{
    float: right;
}

.msg_container_base::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.btn-group.dropup{
    position:fixed;
    left:0px;
    bottom:0;
}