body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  /*background: orange;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  /*background-color: blue;    /* color of the scroll thumb */
  }



.bg-primary-gradient-v {
    background-image: linear-gradient(180deg, rgba(30, 166, 154, 0.5) -95%, rgba(255, 255, 255, 1) 100%) !important;
}

.table th, .table td {
    padding: 1px !important;
    padding-left: 3px !important;
}

.btn-xs {
    padding: 0.2rem 0.5rem !important;
    font-size: 0.7rem !important;
}

.br-50 {
    border-radius: 50%
}

body {
    margin: 0;
}

.bs {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.bolinha {
    height: 25px;
    width: 25px;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


.img-hist {
    width: 150px !important;
    height: 150px !important;
}


.login-header {
    background-color: transparent;
    z-index: 100;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #ededf5;
    z-index: 1025 !important;
    width: 100% !important;
    margin-bottom: 20px;
    box-shadow: 0px 7px 26px rgba(154, 154, 204, 0.1);
}

.table-primary th {
    background-image: linear-gradient(180deg, rgba(30, 166, 154, 1) -95%, rgba(255, 255, 255, 1) 100%) !important;
    border-bottom: 2px solid #1ea69a !important;
}

.table {
    font-family: "Verdana";
}

.bd-obah {
    border-bottom: 1px solid #1ea69a !important;
}

.bg-obah {
    background-color: #006F5F !important;
}

.btn-obah {
    background-color: #006F5F !important;
    text-decoration: none;
}

.btn-obah:hover {
    background-color: #006F5F !important;
    color: #FFFFFF;
}


.form-label {
    justify-content: left !important;
    font-size: 10px !important;
    margin-top: 0;
    color: #333 !important;
    padding-left: 5px;
}

input[type="text"] {
    padding: 0.28rem 0.28rem  !important;
    font-size: 12px  !important;
    height: 30px !important;
}


.form-select{
    font-size: 12px  !important;
}





.btn-filter {
    vertical-align: bottom;
}

.form-inline {
    align-items: end !important;
}


.slide .side-menu__item.active {
    background-image: linear-gradient(180deg, rgba(30, 166, 154, 1) -95%, rgba(255, 255, 255, 1) 100%) !important;

    border-right: 3px solid var(--primary-bg-color) !important;
}

.conteudo {
    margin-left: 10px;
    margin-right: 10px;
}

 .carousel-control-prev{
     color: #0c4128 !important;
     top: 0% !important;
 }

 .carousel-control-next{
     color: #0c4128 !important;
     top: 0% !important;
 }

 .meu {
     height: calc(100% - 400px);
 }

 .tabs-style-4 .tab-menu-heading {
    width: 60px !important;
}

 .tb-config th{
     font-size: 12px !important;
 }

 .tb-config td{
     font-size: 11px;
 }



.alert-error {
  color: #f34343;
  background-color: rgba(243, 67, 67, 0.2);
  border-color: rgba(243, 67, 67, 0.2); }
  .alert-danger hr {
    border-top-color: #f34343; }
  .alert-danger .alert-link {
    color: #f11a1a; }


  .projeto-thumb-historico{
    display: inline-block;
    position: relative;
    width: 100px;
    border-radius: 100%;
    text-align: center;
}

.form-control {
    color: #666666;
    height: 32px;
    padding: 0.175rem 0.75rem;
}

 #miniThumb{
     width: 200px;
 }


.tabs-style-2 .main-nav-line .nav-link {
  &.active {
    &::before {
      display: none;
    }
    background: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
    padding: 0.5rem 1rem;
    font-size: 14px;
}


 .tools-header {
     padding-left: 0px !important;
 }


 .modal-iframe {
     max-width: 75%;
     max-height: 100vh;
 }

 .form-select{
         padding: .28rem 2rem 0.28rem 0.28rem !important;
 }

.form-control.is-valid, .was-validated .form-control:valid {
     background-image: unset;
     background-size: unset;
}

.form-select.is-valid {
     background-image: unset !important;
     background-size: unset !important;
     -webkit-appearance: unset !important;
     appearance: unset !important;
}

.form-select {
     -webkit-appearance: unset !important;
     appearance: unset !important;
}

.nowrap {
    white-space: nowrap;
  }


.snake-case {
  text-transform: capitalize !important;
}

.title-proj:before {
    content: none !important;
}

.btn-purple-light {
    color: #8A2BE2;
    background-color: #CBC3E3;
    border-color: #8A2BE2;
}

.btn-purple-light:hover {
    color: #FFF;
    background-color: #8A2BE2;
}

td.limited-width {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-ict-job:hover{
    background: #DDDDDD;
}