
body, p{
    font-size: .9rem;
    /* background-color:#28b17cd3 ; */
}
.mt--12{
    margin-top: -12rem !important;
}
.mt--11{
    margin-top: -10rem !important;
}
.mt--10{
    margin-top: -9rem !important;
}
.pb-10{
    padding-bottom: 10rem;
}
.nav-link.active{
    color: #fff !important;
}
.h1, h2, h3, h5, h6, .h1, .h2, .h3,.h5, .h6 {
    color: rgb(58, 58, 58) !important;
}.mx-input {
    box-shadow: none !important; border: 0px !important; background: none !important;
}.mx-datepicker{
    width: 100% !important;
}.bg-secondary{
    background-color: #ccc !important;
}
.text-xs{
    font-size: .4rem;
}.titulo-negocio{
    white-space: normal;
}.titulo-coluna{
    white-space: break-spaces;
}
.btn-primary{
    border-color: #3299CC;
    background-color: #3299CC;
}.w-10{
    width: 9%; display: block; float: left; margin-right: 12px;
}
@media (min-width: 800px){
    .navbar-brand-img {
        max-height: 30px !important;
    }.card-profile-image img{
        height: 180px;
    }
}.navbar-horizontal .navbar-brand img {
    height: 100px;
}.button-fix-right{
    position: fixed; bottom: 20px !important; right: 20px !important;
}.page-item .page-link{
    border-radius: 0 !important; width: auto !important; height: auto !important;
}.page-item.active .page-link{
    background-color: #263063 !important; border-color: #263063 !important;
}.vdatetime-input{
    border: 0 !important; position: relative !important; width: 100% !important;
}.avatar img{
    height: 100%;
}.btn-xs{
    padding: 0.5rem !important; font-size: 0.8rem;
}.negocio-img{
    border: solid 2px #ccc; border-radius: 50%;
}.timeline {
    margin: 0 0 45px;
    padding: 0;
    position: relative;
}.timeline::before {
    border-radius: .25rem;
    background: #dee2e6;
    bottom: 0;
    content: '';
    left: 31px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 4px;
    z-index: 0;
}.timeline .badge {
    position: relative;
}.text-bold{
    font-weight: bold;
}.bg-card-negocio{
    background-color: #f8f9fe !important;
}

#forma-fase {
    width: 100%;
    line-height: 60px;
    text-align: center;
    position: relative;
    background-color: #ffffff;
  }
  /* #forma-fase:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 3px solid #8a8a8a;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  } */
  #forma-fase:before {
    content: "";
    position: absolute;
    right: -3px;
    bottom: 0;
    width: 50px; 
    height: 100%;
    /* border-left: 7px solid rgb(223, 223, 223);
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent; */
    background-image: url('/imagens/seta-etapas.svg');
    background-repeat: no-repeat;
    background-position: right;
    display: block;
  }

  .fase-ativa{
      /* background-color: #449e87 !important; color: #ffffff; cursor: default !important; */
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold !important;
    background-color: #449e87 !important;
  }
  /* .fase-ativa:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 5px solid #f4f6f9 !important;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  } */
  /* .fase-ativa:before{
    content: "";
    position: absolute;
    right: -3px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 7px solid #449e87 !important;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
} */
#forma-fase:hover{
        transition: 0.5s;
        color: #449e87;
        font-size: 0.9rem;
}
.fase-ativa:hover{
    cursor: text !important; pointer-events: none; 
}
#forma-fase:after:hover{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 3px solid #f4f6f9 !important;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}#forma-fase:before:hover{
    border-left: rgb(255, 255, 255) !important;
}
/* .credito{
    padding-top: calc(100vh - 500px);
} */

/* CSS para Área do Kanban*/
.live__scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.live__scroll .row{
    display: block;
}
.live__scroll .live__scroll--box{
    display: inline-block;
    float: none;
    min-height: calc(100vh - 250px);
    max-height: calc(100vh - 250px);
    overflow-y: hidden;
    vertical-align: text-top;
    width: 100%;
}.live__scroll .live__scroll--box:hover{
    overflow-y: scroll;
}.live__scroll .col-md-4, .live__scroll .col-md-5,.live__scroll .col-md-3{
    display: inline-block;
    float: none;
    height: 100%;
    overflow-y: hidden;
    vertical-align: text-top;
}

/* .header{
    background:linear-gradient( to right,rgb(103, 201, 129), rgb(58, 146, 137))
} */
h4, .h4{
    color: rgb(255, 255, 255) !important
}

/* Fim css área kanban*/

input[type="color"] {
    border: none;
    border-radius: 50%;
    overflow: hidden;
	width: 50px;
	height: 20px;
}

/* CSS Spinner */
.spinner {
    margin: 0 30px;
    width: 70px;
    text-align: center;
  }
  
  .spinner>div {
    width: 4px;
    height: 4px;
    background-color: #888;
  
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }

