/*Fontes*/
/* @font-face {
  font-family: roboto-light;
  src: url(fonts/Roboto-Light.ttf);
}
@font-face {
font-family: 'Roboto', sans-serif !important;
  src: url(fonts/Roboto-Medium.ttf);
} */
/*===============*/
/*== CSS GERAL ==*/
/*===============*/
*{
  margin: 0;
  padding: 0;
/*font-family: roboto-medium;*/
/*font-family: 'Roboto', sans-serif !important;*/
  /* color: #7f7a7a; */
}
html, body{
  /* height: 100%; */
  font-size: 13px;
  font-family: 'Roboto', sans-serif !important;
}
body {
  margin: 0;
  /* background: #f6f6f6; */
}
a{
  text-decoration: none !important;

}
::-webkit-scrollbar {
    width: 10px;
    background: #F4F4F4;
}

/*=== 4Âª coluna ===*/
.container-caixa-msg{

  width: 340px;
 
  z-index: 100000000 !important;
 
 }
 
 .zopim {
 
  width: 340px;
 
 }
 
.CompanyName {
  margin-left: 5px !important;
}

.help-text {
  margin-top: 5px !important;
}

.online {
  margin-top: 5px !important;
  margin-bottom: 15px !important;
}

 @media (max-width: 500px) {
   .container-caixa-msg {
     width: 100% !important;
     margin-left: 10px !important;
   }
 }

.topo-caixa-msg{
  background: #696a84;
  height: 70px;
  border-radius: 8px 8px 2px 2px;
  /*font-family: roboto-medium;*/
  font-family: 'Roboto', sans-serif !important;
}
.container-caixa-msg .close{
  color: #b4b7da;
  margin-right: 15px;
  margin-top: 5px;
  opacity: 1;
  text-shadow: none;
}
.img-caixa-msg{
  position: relative;
  left: 1px;
  top: -25px;
  height: 70px;
  width: 70px;
  border: 2px solid #eeeeee;
  border-radius: 50%;
  margin-left: 15px;
  margin-right: 5px;
  overflow: hidden;
}
.topo-caixa-msg h4{
  position: absolute;
  left: 96px;
  top: 14px;
font-family: 'Roboto', sans-serif !important;
  font-size: 1.5em;
  color: #b3b5cc;
}
.topo-caixa-msg .region{
  position: absolute;
  left: 78px;
  top: 45px;
  font-family: 'Roboto', sans-serif !important;
  font-size: 1em;
  color: white;
}
.topo-caixa-msg span{
  margin-left: 18px;
  font-family: 'Roboto', sans-serif !important;
  font-size: 1em;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  top:50px;
  left: 5px;
}
.online {
  top:30px !important;
  left: 80px !important;
}

.online .fa-circle {
  font-size: 10px;
}

.online-on {
  color: #4db52c;
}

.online-off {
  color: #d86565;
}

.area-msg{
  width: 100.4%;
  height:100px;
  margin-left: -1px;
  background: #ffffff;
  border: 2px solid #eeeeee;
  border-top: none;
  border-radius: 0px 0px 10px 10px;
}
.area-msg textarea{
  width: 100%;
  height: 64px;
  border: none;
  resize: none;
  outline: none;
  padding: 10px;
  font-size: 1.0em;
}
.area-msg button{
  position: relative;
  bottom: 8px;
  right: 16px;
  background: none;
  border: none;
  outline: none;
  font-size: 1.0em !important;
  font-weight: bold;
}


/*Tela 6*/

  body {
    background-color: transparent;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    overflow-y: hidden;
  }
  #chat-content {
    /* padding-top: 10px; */
    /* height: 100vh; */
    /* margin-top:30px; */
    border-radius: 5px;
    margin:10px;
    margin-top:30px;
    position: fixed;
    bottom:0;
    right: 0px;
    min-width: 300px;
    background-color:transparent;
    background-color: white;


        /* border: 2px solid #eeeeee; */
  }
    .client-message {
      display: block;
    }

    .client-message p {
      word-wrap: break-word;
    }

    #init-chat-form{
      border: 2px solid #eeeeee;
      border-radius: 10px

    }

    #message_history {
      height:180px;
      overflow: auto;
      /* width: 400px; */
      /* width: 100% !important; */
      /* marign-top:20px; */
          /* border: 2px solid #eeeeee; */
                  /* border: 2px solid #eeeeee; */
    }
    #header {
      height: auto;
      background-color: #83838e;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      /* padding: 20px; */
      /* margin-bottom:5px; */
    }
    #header-content{
      margin:0;
      /* padding:0; */
      line-height: normal;
      padding:10px;
      color: white;
      min-height: 50px;
    }
    #message-history-form {
      height: auto;
    }
    #message-history-form input{
      font-size: 14px;
    }
    #message-history-form button{
      font-size: 14px;
    }
    #btn-new-chat {
        color:#808080;
        /* border: 1px solid #808080; */
    }
    #login-form input, button, label{
      font-size: 16px !important;
    }
    .chat-avatar {
      width: 60px;
      height: 60px;
      /* position: relative; */
      /* top:-15px; */
      /* z-index:1; */
    }

    .company-message .message {
      background-color:#AAAED5;
      padding: 4px;
      padding-right: 10px;
      padding-left: 10px;
      border-radius: 4px;
      color: white;
      font-size: 15px;
      margin: 0 !important;
      text-align: left;
      max-width: 250px;
      word-wrap:break-word;



    }

    .company-avatar {
      float: left;
      width: 30px;
      height: 30px;
      margin-right: 10px;
    }

    .company-avatar img {
      width: 30px;
      height: 30px;
    }


    .company-message .message:before{
      position: absolute;
      top: 10px;
      left: -10px;
      width: 0;
      height: 0;
      content: '';
      border: 5px solid transparent;
      border-right-color: #AAAED5;
      border-left-color: transparent;

    }

    .message-history-date .date {
      background-color:#F0F0F0;
      padding: 4px;
      padding-left: 8px;
      padding-right: 8px;
      border-radius: 8px;
      color: #717171;
      font-size: 15px;
    }

    .client-message .message {
      background-color:#BE71AD;
      padding: 4px;
      padding-left: 10px;
      padding-right: 10px;
      border-radius: 4px;
      color: white;
      font-size: 15px;
      margin: 0;
      max-width: 250px;
      word-wrap:break-word;


    }

     .client-message .message:before {
      position: absolute;
      top: 10px;
      right: -10px;
      width: 0;
      height: 0;
      content: '';
      border: 5px solid transparent;
      border-left-color: #BE71AD;
    }


    #btn-send{
      background-color: transparent;
      border:0;
      color:#808080;
      /*font-family: roboto-medium;*/
      font-family: 'Roboto', sans-serif !important;
    }
    #btn-send i{
      font-size: 14px;
    }

        /*
     *  STYLE 2
     */

    .style-1::-webkit-scrollbar-track
     {
     	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
     	/* border-radius: 10px; */
      border-left: 1px solid #cecece;
      border-right: 1px solid #cecece;
     	background-color: #F5F5F5;
     }

     .style-1::-webkit-scrollbar
     {
     	width: 12px;
     	background-color: #F5F5F5;
     }

     .style-1::-webkit-scrollbar-thumb
     {
     	/* border-radius: 10px; */
     	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
     	background-color:#cecece;
     }

     .more:not(:disabled):not(.disabled) {
    cursor: pointer;
}

    .container-caixa-msg .more {
        color: white !important;
        margin-right: 15px;
        margin-top: 8px;
        opacity: 1;
        text-shadow: none;
    }
    .container-caixa-msg .more i{
      color: white;
      font-size: 18px;
    }
    .more {
        float: right;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: white !important;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
    }

    .open {
        float: right;
        margin-right: 10px;
        font-size: 12px;
        font-weight: 700;
        line-height: 2;
        color: white !important;
        /*text-shadow: 0 1px 0 #fff;*/
        opacity: .6;
    }

    .finalizar {
        float: right;
        margin-right: 10px;
        font-size: 12px;
        font-weight: 700;
        line-height: 2;
        color: white !important;
        /*text-shadow: 0 1px 0 #fff;*/
        opacity: .6;
        position: absolute;
        right: 15px;
        top:45px;
    }


    #chat-minimized-component span{
      position: absolute;
      left: 78px;
      top: 48px;
      font-size: 14px;
    }

    .mdstq-text {
  color: #AEE085;
  font-weight: 500;
}

.btn-mdstq {
  background-color: #AEE085;
  color: white;
}

.form-avaliacao:focus {
  border: 1px solid #AEE085 !important;
}

.btn-avaliar {
  background-color: white;
  color: #7F7A7A;
  font-weight: bolder;
  border-color: #7F7A7A;
  padding-left: 6px;
  padding-right: 6px;
  padding: 8px;
}

.btn-avaliar:hover {
  color: white;
  background-color: #A13F8A;
}

.btn-avaliar:not(:disabled):not(.disabled):active, .btn-avaliar:not(:disabled):not(.disabled).active, .show > .btn-avaliar.dropdown-toggle {
  color: white;
  background-color: #A13F8A;
}

.modal-content {
  width: 490px !important;
  height: 500px !important;
}

#modalRecusado {
  font-weight: 600 !important;
  color: #7D7D7D;
}

.reason {
  color: #7D7D7D;
}

#modalAvaliacao {
  position: absolute !important;
  width: 355px;
  height: 550px !important;
  bottom:50px;
}

#modalAvaliacao .modal-content{
  width: 355px !important;
  height: 550px !important;
}

.opacity-0 {
  opacity: 0!important;
}