.ucase {
    text-transform: uppercase;
}

.box-body {
    margin-top: 10px
}

.content-header {
    position: relative;
    padding: 5px 15px 0 15px;
}

.content-header>.breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 0px 5px;
    position: absolute;
    top: 11px;
    right: 10px;
    border-radius: 2px;
}

/* .content {
    min-height: 250px;
    padding: 6px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
    height: 91vh;
    background: #bbff00
} */

.map {
    height: 500px;
    background: rgb(201, 201, 201);
}

.text-header {
    margin: 0;
    font-size: large;
}

.text-description {
    margin: 0;
}

.pagination-show-text { 
    display: inline-block;
    border-right: 1px solid white !important;
    border-top: 1px solid white !important;
    border-bottom: 1px solid white !important;
}

.no-padding{
    padding: 0 !important;
}

.content-all{
    /* overflow-x: auto;
    overflow-y: auto; */
    display: block;
    height: 97%;
    position: relative;
    left: 0;
    top: 0;
    white-space: nowrap;
    background: brown;
}

.content-all .card-status{
    width: 250px;
    height: auto;
    margin-right: 7px;
    display: inline-block;
    float: none;
    vertical-align: top;
}

/* Isso é um CSS condicional */
@media only screen and (max-width: 720px) {
    .content-all .card-status { width: 87vw; }
 }

.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    height: 79vh !important;
    overflow: auto;
}

.content-all  .card-status .nomeprojeto{
    white-space: initial;
    overflow: hidden;
    font-size: x-small;
}

.content-all  .card-status .cliente{
    white-space: initial;
    overflow: hidden;
    font-size: smaller;
    font-weight: bold;
}

.content-all  .card-status .numprojeto{
    color: #333;
    margin: 0px;
    font-weight: bold;
    font-size: larger;
}

.content-all  .card-status .dataemissao{
    color: #333;
    margin: 0px;
    font-weight: bold;
    font-size: smaller;
    text-align: right;
    border-top: 1px solid #d2d6de;
    padding: 4px 0 4px 0;
    border-bottom: 1px solid #d2d6de;
}

.content-all  .card-status .dataprojetostart{
    color: #333;
    margin: 0px;
    font-weight: bold;
    font-size: smaller;
    text-align: right;
    padding: 4px 0 0px 0;
}

.content-all  .card-status .dataprojetofinish{
    color: #333;
    margin: 0px;
    font-weight: bold;
    font-size: smaller;
    text-align: right;
}

.breadcrumb {
    background: transparent !important;
}

.modal-body-scroll{
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}

.flash-message{
    position: absolute;
    width: 400px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999999 !important;
    top: 60px;
}


.rodape-versao{
    background: #d2d6de;
    line-height: 27px;
    color: black;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0 0 0 20px;
}


.table-no-padding>tbody>tr>td, .table-no-padding>tbody>tr>th, .table-no-padding>tfoot>tr>td, 
.table-no-padding>tfoot>tr>th, .table-no-padding>thead>tr>td, .table-no-padding>thead>tr>th{
  padding: 0;
}

.modal-dialog.modal-full {
    width: 98% !important;
}


.vb > .vb-dragger {
    z-index: 5;
    width: 12px;
    right: 0;
}

.vb > .vb-dragger > .vb-dragger-styler {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate3d(0,0,0,0);
    transform: rotate3d(0,0,0,0);
    -webkit-transition:
        background-color 100ms ease-out,
        margin 100ms ease-out,
        height 100ms ease-out;
    transition:
        background-color 100ms ease-out,
        margin 100ms ease-out,
        height 100ms ease-out;
    background-color: rgba(0, 0, 0,.1);
    margin: 5px 5px 5px 0;
    border-radius: 20px;
    height: calc(100% - 10px);
    display: block;
}

.vb.vb-scrolling-phantom > .vb-dragger > .vb-dragger-styler {
    background-color: rgba(0, 0, 0, 0.3);
}

.vb > .vb-dragger:hover > .vb-dragger-styler {
    background-color: rgba(0, 0, 0,.5);
    margin: 0px;
    height: 100%;
}

.vb.vb-dragging > .vb-dragger > .vb-dragger-styler {
    background-color: rgba(0, 0, 0,.5);
    margin: 0px;
    height: 100%;
}

.vb.vb-dragging-phantom > .vb-dragger > .vb-dragger-styler {
    background-color: rgba(0, 0, 0,.5);
}




.card {
    border: 1px solid #78787845;
    border-radius: 3px;
    background: #f4f4f421;
}

.card .border-primary {
    border-top: 3px solid #337ab7;
}

.card .border-success {
    border-top: 3px solid #3c763d;
}

.card .border-danger {
    border-top: 3px solid #a94442;
}

.card-body-mini {
  padding: 5px !important;
}


.card-header {
  padding: 3px 8px !important;
}

.card-atividade {
  margin-top: 5px !important;
}

.card-header-atividade {
  padding: 3px 8px !important;
  background: #f8f9fa;
}


.card .border-aqua {
    border-top: 3px solid #00c0ef;
}
.item-atividade-danger {
  border-left: 3px solid #dc3545;
  border-bottom: 4px solid white;
}
.item-atividade-warning {
  border-left: 3px solid #ffc107;
  border-bottom: 4px solid white;
}
.item-atividade-success {
  border-left: 3px solid #28a745;
  border-bottom: 4px solid white;
}


.projeto-content .titulo {
  font-size: large;
  font-weight: bold;
}

.projeto-content .cliente {
  font-size: larger;
  font-weight: bold;
}

.margin-l-5{
    margin-left: 5px;
}

.ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.bg-black-custom{
    background-color: rgba(56, 56, 57, 1)
}

.card .border-black-custom {
    border-top: 3px solid rgba(56, 56, 57, 1);
}


.card .border-purple {
    border-top: 3px solid #605ca8;
}


.text-black-custom {
    color: rgba(56, 56, 57, 1) !important;
}