﻿.box-atendimento {
  /* Painel ativo */ }
  .box-atendimento .container-fluid .row:not(:first-child) {
    background: white; }
  .box-atendimento .btn {
    margin: 10px 0; }
  .box-atendimento .btn-primary {
    width: 100%;
    font-size: 12px; }
  .box-atendimento .lk-bc22 {
    font-family: 'Lato', sans-serif;
    color: #666;
    font-size: 13px; }
    .box-atendimento .lk-bc22 i {
      border-radius: 24px;
      width: 24px;
      height: 24px;
      background: #2ec034;
      color: #fff;
      padding-top: 5px;
      margin-right: 5px;
      text-align: center; }
      .box-atendimento .lk-bc22 i :before {
        line-height: 24px; }
  .box-atendimento #box-03 {
    padding: 0; }
  .box-atendimento #box-02 div .row:first-child, .box-atendimento #box-01 div .row:first-child {
    margin-top: 15px; }
  .box-atendimento h5 {
    margin: 0;
    padding: 0;
    display: block;
    color: #2ec034;
    font-size: 14px; }
  .box-atendimento h4 {
    font-weight: bold;
    color: #6d6e72 !important; }
  .box-atendimento .tab-content .tab-pane {
    background: #fff;
    display: none;
    height: 0; }
    .box-atendimento .tab-content .tab-pane .box-alert {
      background: #E8452F;
      padding: 15px;
      text-align: center; }
      .box-atendimento .tab-content .tab-pane .box-alert a {
        font-family: 'Lato', sans-serif;
        color: #fff;
        font-size: 14px;
        text-align: center;
        margin: 0;
        padding: 0; }
        .box-atendimento .tab-content .tab-pane .box-alert a :hover {
          text-decoration: none; }
      .box-atendimento .tab-content .tab-pane .box-alert strong {
        font-weight: 700; }
  .box-atendimento .tab-content .active {
    height: auto;
    width: auto;
    display: block; }
  .box-atendimento .nav-tabs {
    border-bottom: 3px solid #2ec034;
    /* Amarelo (Atendimento Agendado) */ }
    .box-atendimento .nav-tabs .active a {
      background: #2ec034 !important;
      color: #ffffff !important; }
    .box-atendimento .nav-tabs .active .bt-min {
      width: 10px;
      border-bottom: 3px solid #fff;
      position: absolute;
      top: 0;
      right: 10px;
      cursor: pointer;
      padding: 5px 0;
      opacity: .5;
      filter: alpha(opacity=50);
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out; }
      .box-atendimento .nav-tabs .active .bt-min :hover {
        opacity: 1;
        filter: alpha(opacity=100); }
    .box-atendimento .nav-tabs li a {
      font-family: 'Lato', sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #2ec034;
      background: #009139;
      margin: 0;
      padding: 10px 40px 5px 20px;
      height: 45px;
      border: none;
      position: relative;
      line-height: initial;
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out;
      display: flex;
      align-items: center; }
      .box-atendimento .nav-tabs li a i {
        font-size: 23px;
        margin-right: 5px; }
      .box-atendimento .nav-tabs li a :focus {
        color: #fff;
        background: #2ec034;
        border: none; }
      .box-atendimento .nav-tabs li a span {
        display: block;
        font-size: 12px;
        line-height: 12px; }
    .box-atendimento .nav-tabs li :hover {
      color: #fff; }
    .box-atendimento .nav-tabs li:nth-of-type(2) a {
      background: #ffa800;
      color: #b87800; }
    .box-atendimento .nav-tabs li:nth-of-type(2) :hover {
      color: #fff; }
    .box-atendimento .nav-tabs li:nth-of-type(2).active a {
      background: #ffa800 !important;
      color: #ffffff !important; }

/*@media (max-width: 992px) {
  .box-atendimento {
    display: none; } }*/
