.img-profile-header{
  border-radius: 50%;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.card{
  border-radius: 20px;
}
.clear {
   clear:both;
}
.esconder {
   display:none;
}
.nopadding {
  padding:0px;
}
.nomargin {
  margin:0px !important;
}
.noradius {
  border-radius:0px !important;
}

.input-mid {
  width: 50% !important;
}
.counter {
  width:50px;
}
.counter2 {
  width:150px;
}
.inativo {
  color: #9a9797;
  text-decoration: line-through;
}
.bloqueado {
  color: #f33527;
  text-decoration: line-through;
}
.logo-normal {
  margin-left: 30px;
  margin-right: 30px;
}
.img-responsive {
  width:100%;
}
.alert-menor {
  padding: 5px;
  width: 100%;
  font-size: 13px;
  font-weight: bolder;
}
.alert-fixo {
  display: none;
  position: fixed;
    z-index: 999;
    top: 2em;
    right: 2em;
    width: 120px;
    padding: 6px;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #eeeeee;
    background-color: #ff9b00;
    color: white;
}
.btn-novo-protocolo {
    display: none;
}
.custom-select {
  width: 20px!important;
}

.div-notificacao {
  margin-bottom: 30px;
}

.protocolo-slide {
  height: 500px;
  overflow-y: scroll;
}

.lista-estrelas {
    display: inline-block;
    list-style: none;
    margin: 5px 0 10px 10px;
    padding: 0;
    overflow: hidden;
    vertical-align: middle;
}
.lista-estrelas > li {
    float: left;
    margin-right: 5px;
}

.txt-problema {
  font-size: 1rem;
  padding:10px;
  font-weight: 100;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 2!important;
  color: #55595c;
}

.form-cupom {
    width: 170px;
    float: right;
}

ul.select2-choices {
    padding-right: 30px !important;
}

ul.select2-choices:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    height: 36px;
}

@media (max-width: 576px) {

  .btn-novo-protocolo {
      display: block;
      position: fixed;
      z-index: 999;
      bottom: 2em;
      right: 2em;
  }

  .sidebar .nav .nav-item.novo-protocolo {
    display: none;
  }

  .btn-novo-protocolo a {
      background-color: rgba(255, 155, 0, 0.9);
      display: block;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      text-align: center;
      color: #fff;    
      padding: 20px 0 0 0;
  }

  #breadcrumb  {
    display: none;
  }

  .card-picture .picture {
    height: 200px !important;
  }

  .nav-pills .nav-item {
    width: 100%;
  }


}

.swal-wide{
    width:850px !important;
}

.swal-photo{
    width:90% !important;
    height:90% !important;
}

.colorSelector div {
    width: 60px;
    height: 30px;
    border: 1px solid #ccc;
}

.sidebar .nav .nav-item.novo-protocolo {
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    font-weight: 700;
    background-color: #ff9b00;
}

.sidebar .nav .nav-item.novo-protocolo i,  .sidebar .nav .nav-item.novo-protocolo p {
    font-weight: 700;
    color: #fff;
}

.custom-toolbar {
    margin-bottom: 40px;
}

.nav-item .disabled {
    background: #ddd;
    opacity: 0.5;
}

.div-timeline {
    height: 300px;
    overflow-y: auto;
    width: 100%;
    padding: 5px;
    background-color: #f5f5f5;
}

.timeline>li>.timeline-badge.default {
    background-color: #989898;
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(86 86 86 / 40%);
    padding: 0;
}

.div-circle-pequena-individual {
    background-color: #f8c300;
    color: #2f2f2f;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    float: right;
    font-size: 27px;
}

.div-circle-pequena-coletiva {
    background-color: #cc0000;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    float: right;
    font-size: 27px;
}

.historico-analise {
  overflow-y: auto;
  max-height: 650px;
}

.historico-analise::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.historico-analise::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.historico-analise::-webkit-scrollbar-thumb
{
  background-color: #F90; 
  background-image: -webkit-linear-gradient(45deg,
                                            rgba(255, 255, 255, .2) 25%,
                        transparent 25%,
                        transparent 50%,
                        rgba(255, 255, 255, .2) 50%,
                        rgba(255, 255, 255, .2) 75%,
                        transparent 75%,
                        transparent)
}

.actions {
	text-align: right;
}

.esconder {
  display: none;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 10px;
}

div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 10px;
}

.form-control-border {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  text-indent: 10px;
  border-radius: 3px;
}

#map {
    margin-top: 0px;
}

#signature {
  border: 1px solid #ccc;
  border-style: dashed;
  background: #eee;
}

.card-profile .picture {
    width: 200px;
    height: 200px;
    background-color: #999999;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 5px auto;
    margin-top: -20px;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.picture-src {
  cursor:pointer;
}

.card-profile .picture-src {
    width: 100%;
}

.picture-container .picture-src {
    width: 100%;
}

.picture-toolbar {
  width: 100%; 
}

.card-profile .description {
    color: #f55145!important;
    font-size: 14px!important;
}

.card-profile .picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.card-picture .picture {
    width: 100%;
    /*max-width: 350px;*/
    height: 350px;
    background-color: #FFFFFF;
    border: 4px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 0;
    margin: 5px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;

    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
    vertical-align: middle;
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-picture .picture-item {
    height: auto;
}

.card-picture .picture_thumb {
    width: 100%;
    max-width: 150px;
    height: 150px;
    background-color: #FFFFFF;
    border: 4px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 0;
    margin: 5px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;

    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
    vertical-align: middle;
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-picture .picture_wide {
    width: 100%;
    max-width: 550px;
    height: 150px;
    background-color: #FFFFFF;
    border: 4px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 0;
    margin: 5px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;

    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
    vertical-align: middle;
}

.card-picture .description {
    color: #f9982e!important;
    font-size: 20px!important;
}

.picture_wide .description2 {
    color: #f9982e!important;
    font-size: 14px!important;
}

.card-picture .picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.card-picture .picture_thumb input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.card-picture .picture_wide input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

/**
 * Select2
*/
.select2-container--material {
  width: 100% !important;
}
.select2-container--material ::-webkit-input-placeholder {
  color: inherit;
}
.select2-container--material :-ms-input-placeholder {
  color: inherit;
}
.select2-container--material ::-ms-input-placeholder {
  color: inherit;
}
.select2-container--material ::placeholder {
  color: inherit;
}
.select2-container--material .select2-selection {
  /* @extend input */
  overflow: visible;
  font: inherit;
  touch-action: manipulation;
  margin: 0;
  line-height: inherit;
  border-radius: 0;
  box-sizing: inherit;
  /* @extend .form-control */
  display: block;
  width: 100%;
  color: #55595c;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0px;
  font-size: 1rem;
  line-height: 1.5;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  margin-top: .2rem;
  margin-bottom: 1rem;
  /* @extend input[type=text] */
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: 0;
  width: 100%;
  font-size: 1rem;
  box-shadow: none;
  transition: all .3s;
  min-height: 2.1rem;
}
.select2-container--material .select2-selection .select2-selection__rendered {
  padding-left: 0;
  margin-bottom: 0px;
}
.select2-container--material .select2-selection--single .select2-selection__rendered {
  float: left;
}
.select2-container--material .select2-selection--single .select2-selection__arrow {
  float: right;
}
.select2-container--material .select2-selection--multiple {
  /**
   * Multiple selected options
   */
  /**
   * Multiple selected option clear button
   */
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice {
  /* @extend .mdl-chip */
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 16px;
  background-color: #dedede;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  margin: 2px 0;
  font-size: 0;
  white-space: nowrap;
  /* @extend .mdl-chip__text */
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-bottom: 4px;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
  /* Hide default content */
  font-size: 0;
  opacity: 0.38;
  cursor: pointer;
  float: right;
  margin-top: 4px;
  margin-right: -6px;
  margin-left: 6px;
  transition: opacity;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
  content: "cancel";
  /* @extend .material-icons */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  color: #000;
}
.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 0.54;
}
.select2-container--material .select2-search--inline .select2-search__field {
  width: 100%;
  margin-top: 0;
  /* Match input[type=text] */
  height: 34px;
  line-height: 1;
  color: #55595c;
  font-weight: 100;
}
.select2-container--material .select2-dropdown {
  border: 0;
}
.select2-container--material .select2-dropdown .select2-search__field {
  min-height: 1rem;
  margin-bottom: 6px;
  border: 0;
  border-bottom: 1px solid #ccc;
  transition: all .3s;
}
.select2-container--material .select2-dropdown .select2-search__field:focus {
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4585f4;
}
.select2-container--material .select2-results__options {
  /* @extend .zf-shadow-depth* */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /* @extend .dropdown-content */
  background-color: #fff;
  margin: 0;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  z-index: 999;
  will-change: width,height;
  /* @extend .dropdown-content inline styles */
}
.select2-container--material .select2-results__option {
  /* @extend .dropdown-content li */
  cursor: pointer;
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1rem;
  text-align: left;
  text-transform: none;
  /* @extend .dropdown-content li>a, .dropdown-content li>span */
  font-size: 1rem;
  display: block;
  padding: 1rem;
  /**
   * Disabled options
   */
  /**
   * Selected option
   */
  /**
   * Active/hovered option
   */
}
.select2-container--material .select2-results__option[aria-disabled=true] {
  /* @extend .select-dropdown li.disabled */
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent !important;
  cursor: context-menu;
  /* @extend .disabled */
  cursor: not-allowed;
}
.select2-container--material .select2-results__option[aria-selected=true] {
  /* @extend .dropdown-content li:active, .dropdow-content li:hover */
  color: #4285f4;
  background-color: #eee;
}
.select2-container--material .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd;
}
.select2-container--material.select2-container--focus .select2-selection {
  /* @extend input[type=text]:focus */
  border-bottom: 1px solid #4285f4;
  box-shadow: 0 1px 0 0 #4585f4;
}
.select2-container--material.select2-container--disabled .select2-selection {
  /* @extend .select-wrapper input.select-dropdown:disabled */
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
  box-shadow: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    width: 97%;
}


/**
 * MOdal
*/

.modal-marca {
  float:left;
}
.modal-title {
  margin-top:-10px;
}
/* Utilizando para reescrever o padrão e utilizar o sidebar-mini como padrão! */
.modal{
  z-index: 10000;
}

/* CARTAO CREDITO */

.cc-form .form-group.form-group-cc-number,
.cc-form .form-group.form-group-cc-name {
  width: 100%;
  margin-right: 5%;
}
.cc-form .form-group.form-group-cc-date,
.cc-form .form-group.form-group-cc-cvc {
  width: 100%;
}
.cc-form .form-group.form-group-cc-number .cc-card-icon {
  display: block;
  width: 41px;
  height: 26px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.cc-form .form-group.form-group-cc-number input.identified + .cc-card-icon {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.cc-form .form-group.form-group-cc-number input.visa + .cc-card-icon {
  background-image: url("../../images/app/payment/visa-curved-32px.png");
}
.cc-form .form-group.form-group-cc-number input.mastercard + .cc-card-icon {
  background-image: url("../../images/app/payment/mastercard-curved-32px.png");
}
.cc-form .form-group.form-group-cc-number input.amex  + .cc-card-icon {
  background-image: url("../../images/app/payment/american-express-curved-32px.png");
}
.cc-form .form-group.form-group-cc-number input.discover + .cc-card-icon {
  background-image: url("../../images/app/payment/discover-curved-32px.png");
}
.cc-form .form-group.form-group-cc-number input.maestro + .cc-card-icon {
  background-image: url("../../images/app/payment/maestro-curved-32px.png");
}

.progress-indicator {
  height: 60px;
  font-size: 1rem;
}
.progress-bar-disabled {
  background-color:#ddd;
  color:#aaa;
}

/* Celular */
@media (max-width: 767px) {
  .div-notificacao {
    display: block;
  }
  .card .card-header.card-header-tabs .nav-tabs-title {
    float:none;
  }
  .navbar .dropdown.show .dropdown-menu, .navbar .dropdown .dropdown-menu {
    position: absolute;
    font-size: 1rem;
    color: #212529;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    transform-origin: 100% 0;
    right: 0;
    left: auto;
    height: 0;
    min-height: 140px;
    overflow-y: auto;
    box-sizing: border-box;
    padding-bottom:0px;
    margin-bottom:0px;
  }
  .navbar .dropdown-menu .dropdown-item {
      margin-left: 0;
      margin-right: 0;
  }
  [class*="navbar-"] .navbar-nav>li>a, [class*="navbar-"] .navbar-nav>li>a:hover, [class*="navbar-"] .navbar-nav>li>a:focus, [class*="navbar-"] .navbar-nav .open .dropdown-menu>li>a, [class*="navbar-"] .navbar-nav .open .dropdown-menu>li>a:hover, [class*="navbar-"] .navbar-nav .open .dropdown-menu>li>a:focus {
    opacity: 1;
  }
}

/* LEAD */

.divLead {
  width:280px;
  float: left;
  margin-right: 20px;
}

.steps {
  list-style-type: none;
  padding: 0;
}

.steps li {
  display: inline-block;
  margin-bottom: 3px;
  width: 200px;
  text-align: left;
}

.steps li a, .steps li p {
  background: #ccc;
  padding: 5px 20px;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  /* text-indent: 12px; */
  white-space: nowrap;
	height: 35px;
}

.steps li a:hover, .steps li p:hover {
  text-decoration: none;
}

.steps li a:before, .steps li p:before {
  border-bottom: 18px solid transparent;
  border-left: 12px solid #b8b8b8;
  border-top: 18px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  margin-top: -18px;
}
.steps li:first-child a:before, .steps li p:before {
  border-left: 12px solid #033d64;
}
.steps li a:after, .steps li p:after {
  border-bottom: 18px solid transparent;
  border-left: 12px solid #747474;
  border-top: 18px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  /* right: -12px; */
  left:100%;
  top: 50%;
  width: 0;
  margin-top: -18px;
  z-index: 1;
}
.steps li.active a, .steps li.done a, .steps li.active p {
  background: rgb(34, 105, 161);
  color: white;
}
.steps li.active a:after, .steps li.done a:after, .steps li.active p:after {
  border-left: 12px solid rgb(34, 105, 161);
}
.steps li.undone a, .steps li.undone p {
  background: #e7e5e5;
  color: #818181;
}
.steps li.undone a:after, .steps li.undone p:after {
  border-left: 12px solid #e7e5e5;
}
.steps li.undone p {
  color: #aaa;
}
.steps-legend {
  margin-bottom: 0px;
}
.steps-order {
  display: none;
}

@media (max-width: 2570px) {
  .steps li {
    width: 140px;
  }
}

@media (max-width: 1930px) {
  .steps li {
    width: 140px;
  }
}

@media (max-width: 1369px) {
  .steps li {
    width: 120px;
  }
}

@media(max-width:768px) {
  /* .steps-order {
    display: block;
  }
  .steps-legend {
    display: none;
  } */
}

.breadcrumbcrm {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 170px;
  border: 1px solid #ccc;
  z-index: 1;
  background-color: #f5f5f5;
  font-size: 14px;
}

.breadcrumbcrm a {
  text-decoration: none;
}

.breadcrumbcrm i-status {
  position: relative;
  display: flex;
  flex-grow: 1; 
  margin: auto;
  height: 100%;
  width: 16%;
  padding-left: 18px;
  padding-right: 0;
  color: #666;
}

.breadcrumbcrm i-status:first-child {
  padding-left: 15px;
}

.breadcrumbcrm i-status:last-child {
  padding-right: 15px;
}

.breadcrumbcrm i-status:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 150px;
  height: 150px;
  top: 10px;
  right: -28.15px;
  background-color: #f5f5f5;
  border-top-right-radius: 5px;
  transform: scale(0.707) rotate(45deg);
  box-shadow: 1px -1px #cccccc;;
  z-index: 1;
}

.breadcrumbcrm i-status:last-child:after {
  content: none;
}

.breadcrumbcrm__inner {
  display: flex;
  flex-direction: column;
  margin: auto;
  z-index: 2;
}

.breadcrumbcrm a.active, .breadcrumbcrm a:hover{
  color: #aaa;
}

.borderless td, .borderless th {
    border: none;
    border-top: none!important;
}

@media all and (max-width: 1000px) {
  .breadcrumbcrm {
    font-size: 12px;
  }

    .breadcrumbcrm i-status{
        margin-top:15px!important;
        width: 100%!important;
    }

}

@media all and (max-width: 710px) {
  .breadcrumbcrm__desc {
    display: none;
  }
  
  .breadcrumbcrm {
    height: 38px;
  }
  
  .breadcrumbcrm a {
    padding-left: 25px;
  }
  
  .breadcrumbcrm a:after {
    content: "";
    width: 38px;
    height: 38px;
    right: -19px;
    transform: scale(0.707) rotate(45deg);
  }
}

.divChat {
  overflow-y:auto;
  height: 500px;
  padding: 10px;  
  background-color: #f7f7f7;
}

.divChatMaior {
  overflow-y:auto;
  height: 800px;
  padding: 10px;  
  background-color: #f7f7f7;
}

.chat li {
  width:98%;
}
.chat li .chat-body p {
  margin: 10px;
}

.badge-maior {
  padding: 5px 12px;
}

.badge-white {
    background-color: #fff;
    color: #555;
}

/* Anexos Customizados */
.file-row{
  max-height: 500px;
  overflow-y: auto;
}

.file-man-box {
  padding: 10px;
  border: 1px solid #e3eaef;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
  margin-left: 5px;
  transition: transform .1s;
}

.file-man-box .file-close {
  color: #f1556c;
  position: absolute;
  line-height: 24px;
  font-size: 24px;
  right: 10px;
  top: 10px;
  visibility: hidden;
}

.file-man-box .file-img-box {
    line-height: 80px;
    text-align: center
}

.file-img-box:hover {
  cursor: pointer;
}

.file-man-box .file-img-box img {
  height: 64px;
}

.file-man-box .file-download {
  color: #98a6ad;
  position: absolute;
  right: 10px
}

.file-man-box .file-download:hover {
  color: #313a46
}

.file-man-box .file-man-title {
  padding-right: 25px
}

.file-man-box .file-man-title > p{
  font-size: 11px;
}

.file-man-box:hover {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
  transform: scale(1.01);
}

.file-man-box:hover .file-close {
  visibility: visible
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}

/* Alinhar Icones aos Textos */
.material-icons{
  vertical-align: -6px;
}

/* Exemplo de Cores do Lead Status */
#divBoxColor{
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.btnSelectPicker{
  text-transform: none;
  color: #333333;
  background-color: #fafafa;
  border-color: #ccc;
  box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
}

.btnSelectPicker:hover {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #adadad;
}

.btnSelectPicker:active,
.btnSelectPicker.active,
.open>.btnSelectPicker.dropdown-toggle,
.show>.btnSelectPicker.dropdown-toggle {
  color: #2b4a96;
  background-color: #f2f2f2;
  border-color: #adadad;
  box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
}

.btnSelectPicker:active:hover,
.btnSelectPicker:active:focus,
.btnSelectPicker:active.focus,
.btnSelectPicker.active:hover,
.btnSelectPicker.active:focus,
.btnSelectPicker.active.focus,
.open>.btnSelectPicker.dropdown-toggle:hover,
.open>.btnSelectPicker.dropdown-toggle:focus,
.open>.btnSelectPicker.dropdown-toggle.focus,
.show>.btnSelectPicker.dropdown-toggle:hover,
.show>.btnSelectPicker.dropdown-toggle:focus,
.show>.btnSelectPicker.dropdown-toggle.focus {
  color: #2b4a96;
  background-color: #f2f2f2;
  border-color: #8c8c8c;
}

/* Novo CSS Kanban */
.lists-container {
  display: flex;
  align-items: start;
  /* padding: 0 0.8rem 0.8rem; */
  overflow-x: auto;
  height: calc(90vh - 8.6rem);
}

.list {
  flex: 0 0 20rem;
  display: flex;
  flex-direction: column;
  background-color: white;
  max-height: calc(90vh - 11.8rem);
  border-radius: 10px;
  margin-right: 0.5rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}

.list:last-of-type {
  margin-right: 0;
}

.list-title {
  padding: 2px 5px 2px 5px;
  border-bottom: 1px solid rgba(200,200,200, 0.9);
}

.listKanban {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-content: start;
  padding: 0 0.6rem 0.5rem;
  overflow-y: auto;
}

.listKanban::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
} 

.listKanban::-webkit-scrollbar{
  width: 5px;
  background-color: #F5F5F5;
}

.listKanban::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0,0,0,0.3)
}

.listKanban li {
  background-color: #f0f0f0;
  border: 1px solid #d1d1d1;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  list-style-type: none;
  line-height: 1.2;
  padding: 0.1rem 0.6rem;
  margin-bottom: 0.5rem;
  word-wrap: break-word;
  cursor: pointer;
}

.listKanban li:last-of-type {
  margin-bottom: 0;
}

.listKanban li:hover {
  background-color: #e9e9e9;
}

.titleCardKanban{
  text-decoration: underline;
  color: rgba(20,20,20,0.6);
  font-size: 15px;
}

.logoKanban{
  object-fit: cover; 
  border-radius: 50%;
  border: 1px solid rgba(220,220,220,0.6);
}

/* Responsividade KANBAN */
/* Estilos para resolução Full HD (1920x1080) e superiores */
@media screen and (max-width: 1920px) {
  .list {
    flex: 0 0 16rem;
  }
  .listKanban li {
    padding: 0.1rem 0.4rem;
    margin-bottom: 0.5rem;
    font-size: 12px;
  }
  .titleCardKanban{
    text-decoration: underline;
    color: rgba(20,20,20,0.6);
    font-size: 13px;
  }
}

/* Estilos para resolução HD (1366x768) */
@media screen and (max-width: 1366px) {
  .list {
    flex: 0 0 13rem;
  }
  .listKanban li {
    padding: 0.1rem 0.3rem;
    margin-bottom: 0.3rem;
    font-size: 11px;
  }
  .titleDemandaKanban{
    text-decoration: underline;
    color: rgba(20,20,20,0.6);
    font-size: 12px;
  }
  .badge-menor{
    margin-left: -12px;
    font-size: 8px;
  }
}