@font-face {
  font-family: "Proxima-Regular";
  src: url("../font/Proxima-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Proxima-Regular", sans-serif;
  background: #fafafa;
}

p {
  /*	font-family: 'Poppins', sans-serif; */
  font-family: "Proxima-Regular", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

/* Side Bar*/

#sidebar.active {
  margin-left: -250px;
}
.wrapper {
  display: flex;
  text-decoration: none;
  transition: all 0.3s;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  /*	background: #7386D5; */
  /*    background: #007d99; */
  background: #006379;
  color: #fff;
  transition: all 0.3s;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #006379;
  /*    background: #6d7fcc; */
}

#sidebar ul.components {
  padding: 20px 0;
  /*	border-bottom: 1px solid #47748b; */
  border-bottom: 1px solid #006379;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  /*    background: #6d7fcc; */
  background: #006379;
}

#sidebar ul li a:hover {
  /*	color: #7386D5; */
  /*    color: #007d99; */
  color: #006379;
  background: #fff;
}
#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  /*	background: #6d7fcc; */
  background: #006379;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}
ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc;
}

#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;

  /* As duas linhas abaixo servem para deixar o rodapé fixo no fim da página */
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
}

/* Sidebar logo */

.logo {
  max-width: 150px;
}

/* Navbar */

.navbar {
  margin-bottom: 20px;
}

/* login */

.auth-card {
  margin-bottom: 30px;
}

/* auth-button */
.btn-topo {
  margin-top: 30px;
}

.change-form-p {
  margin-top: 30px;
  text-align: center;
}

/* diversos */
.container-fluid {
  padding: 0;
}

.container-fluid .row {
  margin: 0;
}

/* Botão de adicionar */

#add-link {
  text-decoration: none;
}

.add-div {
  background-color: #3476e2;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  margin-right: 25px;
}

.fas.fa-plus {
  color: #fff;
  margin-right: 10px;
  margin-left: 5px;
}

/* Search */

.fas.fa-search {
  position: absolute;
  top: 12px;
  right: 26px;
  cursor: pointer;
}

.search-div {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

/* filter */
.filter-div {
  margin-bottom: 15px;
  padding: 0;
}

#filter {
  display: inline-block;
  width: 200px;
  margin-left: 10px;
}

/* Lista de tarefas */

.list-div {
  padding: 0;
}

.task-list {
  padding-left: 0;
}

.task-item {
  list-style: none;
  font-size: 20px;
  height: 50px;
  padding: 0 15px;
  padding-top: 10px;
  border-bottom: 1px dashed #ccc;
}

.task-item.done {
  background-color: #ccc;
}

.fas.fa-trash {
  /*    color: #db1e47; */
  color: #006379;
  cursor: pointer;
  margin: 5px;
  font-size: 20px;
  float: right;
}

.fas.fa-edit {
  /*    color: #13c43f; */
  color: #006379;
  cursor: pointer;
  margin: 5px;
  font-size: 20px;
  float: right;
}

.fa-check {
  color: #ccc;
  cursor: pointer;
  margin: 5px;
  font-size: 20px;
  float: right;
}

.done .fa-check {
  color: #3476e2;
}


/* lista de imóveis para gatilho de envio de notificação */

.button-options-center{
  padding-left: 0;
}

.button-options-center li{
  display: block;
}


.btn-otions {
  width: 500px;
  height: 50px; 
  background-color: rgb(238, 238, 238); 
}

.icon-margin {
margin-right: 10px;
}

.icon-margin:hover{
  cursor: pointer;
}

.icon_size {
    font-size: 1.6rem; 
}

.hide_p {
  display: none;
}

.btn-text {
text-align: justify;
padding-left: 28%;
padding-top: 12px 
}



/* Messages */

ul.messages {
  padding: 0;
}

ul.messages li {
  list-style: none;
}

/* Paginação */
.pagination {
  margin-bottom: 20px;
}

.step-links {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.step-links .current {
  margin-left: 5px;
  margin-right: 5px;
}

/* Footer */

.footer {
  /* As três linhas abaixo servem para deixar o rodapé fixo na parte de baixo da página*/
  display: flex;
  justify-content: center;
  margin-top: auto;
 
  /* position: fixed;  */
  left: 0;
  bottom: 0;
  width: 100%;
  /*  background-color: red; */
  background-color: #fafafa;
  /*  color: white; */
  color: black;
  text-align: center;
}

/* teste */

.mensagem-titulo h1 {
  background: #006379;
  border-radius: 3px;
}

/* Botao Toggle Teste */
.btn-sample {
  color: #ffffff;
  background-color: #006379;
  border-color: #0b4754;
}

.btn-sample:hover,
.btn-sample:focus,
.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
  color: #ffffff;
  background-color: #148199;
  border-color: #0b4754;
}

.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
  background-image: none;
}

.btn-sample.disabled,
.btn-sample[disabled],
fieldset[disabled] .btn-sample,
.btn-sample.disabled:hover,
.btn-sample[disabled]:hover,
fieldset[disabled] .btn-sample:hover,
.btn-sample.disabled:focus,
.btn-sample[disabled]:focus,
fieldset[disabled] .btn-sample:focus,
.btn-sample.disabled:active,
.btn-sample[disabled]:active,
fieldset[disabled] .btn-sample:active,
.btn-sample.disabled.active,
.btn-sample[disabled].active,
fieldset[disabled] .btn-sample.active {
  background-color: #006379;
  border-color: #0b4754;
}

.btn-sample .badge {
  color: #006379;
  background-color: #ffffff;
}

.btn-border:hover {
  border: 1px solid ;
  border-color: #006379;
}


/* modelo mensagem */
.terms_list {
  list-style: none; 
  background-color:rgb(228, 228, 228);
  padding: 10px;
}
#list {
padding-top: 50px;
}

.icon_cursor:hover {
cursor: pointer;
}

.color_icons {
   color: #006379;
}

.cabecalho_frame {
   display: flex;
}


/* search forms */

.li_search_list {
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 10px;
}

.li_search_list:hover {
  background-color: rgb(213, 213, 213);
  cursor:default;
}

.ul_search_list {
  height:100px;
  width:auto;
  overflow-y:scroll;
  background-color: rgb(238, 238, 238);
  padding-top: 10px;
  padding-left: 0px;
}

.cabecalho_frame {
  display: flex;
  justify-content: space-between; 
  align-items: center;
}


/* Spinner CSS */
#cover-spin {
    position: fixed;
    width: 80%;
    z-index: 9999;
    margin: auto;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cover-spin span {
    position: relative;
    top: 60px;
  }
  
  #cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid #9cc3cb;
    border-right: 6px solid #9cc3cb;
    border-bottom: 6px solid #9cc3cb;
    border-top: 6px solid #006379;
    border-radius: 50%;
  }
  
  @-webkit-keyframes rotation {
    from {
      -webkit-transform: rotate(0deg);
    }
  
    to {
      -webkit-transform: rotate(359deg);
    }
  }
  
  @-moz-keyframes rotation {
    from {
      -moz-transform: rotate(0deg);
    }
  
    to {
      -moz-transform: rotate(359deg);
    }
  }
  
  @-o-keyframes rotation {
    from {
      -o-transform: rotate(0deg);
    }
  
    to {
      -o-transform: rotate(359deg);
    }
  }
  
  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
  
    to {
      transform: rotate(359deg);
    }
  }

.not-visible {
    display: none;
}

#yellow {
  color: yellow;
}

#red {
  color: red;
}

#black {
  color: black;
}
    

/* Tela de envio de mensagem tipo chat*/

.msg_history {
  overflow-y: auto;
}

.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.incoming_msg {
  overflow: hidden;
  margin: 10px 0 10px;
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}

.received_withd_msg {
    width: 50%;
}

.received_withd_msg p {
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 3px;
    color: #363636;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.received_withd_msg .div_media {
  background: #c5c5c5 none repeat scroll 0 0;
  border-radius: 3px;
  color: #474747;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
  text-align: center;
}

.message_image {
  padding-top: 10px;
  max-width: 90%; 
  max-height: 300px;
}

.message_video {
  padding-top: 10px;
  width: 90%; 
  max-height: 300px;
}

.message_document {
  padding-top: 10px;
  max-width: 50%;
  max-height: 100px;
}

.message_audio {
  padding-top: 10px;
}

.outgoing_msg {
    overflow: hidden;
    margin: 10px 0 10px;
}

.sent_withd_msg {
    float: right;
    width: 50%;
}

.sent_withd_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%;
}

.sent_withd_msg .mensagem_enviada{
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

.sent_withd_msg .icone_opcoes{
  text-align: center;
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  padding: 5px 10px 5px 12px;
  width: 100%;
}


/* Botao mensagem enviada */
.btn-mensagem_enviada {
  color: #ffffff;
  background-color: #148199;
  border: #0e5a6b 1px solid;
  border-radius: 3px;
  text-align: center;
  width: 8rem;
}

.sent_withd_msg .div_media {
  background: #148199 none repeat scroll 0 0;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
  text-align: center;
}

.inverter{
    display: flex;
    flex-direction: column-reverse;
}

/*color icons*/
.icon_gray {
  color: rgb(134, 134, 134);
}

.icon_green {
  color: green;
}

.icon_red {
  color: red;
}

.icon_white{
  color: #ffffff;
}

.icon_blue {
  color:rgb(2, 224, 253);
}