

.inset {
  height: 48px;
  border-radius: 50%;
  /* box-shadow:inset 0 0 0 2px rgba(255,255,255,0.6), 0 1px 1px rgba(0,0,0,0.1); */
  background-color: transparent !important;
  z-index: 999;
}

.inset img {
  border-radius: inherit;
  /* width: inherit; */
  height: inherit;
  display: block;
  position: relative;
  z-index: 998;
}


.acessos {
    text-align:center;
    margin-left: 10px;
    margin-right: 10px;

    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;


}

.acesso {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-header
{
  display:block;
  text-align:center;
}

.logo_gm {
max-height:100px;
width:auto;
max-width: 100px;
}

@media (max-width: 1200px) {

  .navbar{
    right: 0;
    left: 0;
    border-radius: 0;
    top: 0;
  }

  .btn-addi{
    white-space: normal;
  }

  .col-aum{
    flex: 0 0 70%;
    max-width: 70%;
    }
}



.dropdown-menu {
}


.list-group-striped {
    background-color: #fff;
}


.foto-relatorio img {
    max-height: 100px;
    width: auto;
}

.foto-relatorio-2 img {
    max-height: 80px;
    width: auto;
}

#seta-voltar {
    width: 5%;
    height: 5%;
}
div.quebra
    {
    page-break-after: always;
    }

    tr { -webkit-print-color-adjust: exact;}
    body { -webkit-print-color-adjust: exact;}
    td { -webkit-print-color-adjust: exact;}
    table { -webkit-print-color-adjust: exact;}




@media print {
    canvas {
        max-width: 100%;
        max-height: 400px;
        width: auto!important;
    }

    div.nao_quebrar {
        page-break-inside: avoid;
    }

    .pagebreak { page-break-before: always; }

    .no-print, .no-print *
    {
        display: none !important;
    }
}

@media (max-width: 1200px) {
#seta-voltar {
    width: 10%;
    height: 10%;
}
}

.obj_icon > svg > path {
    fill: #5a2828;
}

hide {
    display: none;
}