
  html, body{
    margin:0;
    padding:0;
    height:100%;
  }
  section {
    position: relative;
    /* border: 2px solid #00b300; */
    padding-top: 37px;
    /* background:  #010101; */
    background: #333333;
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
    box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    /* border-radius: 2%; */
    /* border-radius: 13px 13px 13px 13px; */
  }
  section.positioned {
    position: absolute;
    top:100px;
    left:100px;
    width:800px;
    box-shadow: 0 0 15px #333;
  }
  .container {
    overflow-y: auto;
    max-height: 334px;
    /* height: 400px; */
    padding: 0 0px;
    width: 100%;
  }

  /* table{
    height: 50px;
    border: 0px;

  }
  */
  table thead {
    background-color: #333333;
    color: white;
  }


  /* *{
    position: relative;
 } */
  


 .TableCSS{
  overflow: auto;
   height: 30em;  

   font-family: monospace;
   border-radius: 4px 4px 4px 4px;
   padding-left: 7px;
   padding-right: 7px;
   border: solid #e74c22;
   background-color: #333333;
}

 .TableCSS table {
     font-size:12px; 
     color:#000; 
     width:100%; 
     /* border-width: 1px;  */
     /* border-color: #a9a9a9; */
     border-collapse: collapse;  
     /* zoom: 100%;  */
     text-align:left;
 }
 .TableCSS th {
     white-space: nowrap!important;
     font-size:12px;
     /* background-color:#ffffff; */
     border-width: 1px;
     padding: 3px;
     border-style: solid;
     /* border-color: #a9a9a9;  */
     text-align:left; 
     padding-bottom: 0px; 
     padding-top: 0px; 
     font-style: italic;
 
 }
 .TableCSS tr {
     /* background-color:#ffffff;  */
     padding-bottom: 0px; 
     padding-top: 0px; 
     text-align:center;
 }
 .TableCSS td {
     font-size: 12px;
     /* border-width: 1px; */
     padding: 3px;
     width: 100px;
     /* border-style: solid; */
     /* border-color: #a9a9a9; */
     text-align:left;
     /* background-color: #ffffff; */
     padding-bottom: 0px;
     padding-top: 0px; 
     color: black;
 }










.selected1 {
    background: rgba(175, 169, 169, 0.6) ;
    color: rgb(10, 10, 10);
}

.naoRoteirizar {
  background-color: #fda7a0;
  color: black;
  cursor: no-drop;
}



.orfaIni {
  /* background-color: rgba(28, 53, 93,0.8); */
  background: rgb(46, 87, 152);
  /* color:rgba(255, 228 ,181); */
  /* color:rgb(33, 33, 33, 0.6); */
  color:white;
  cursor: no-drop;
}

.orfa {
  background-color: rgba(237, 187, 187, 0.6);
  color: black;
  cursor: pointer;
}

.emVeiculo { 
  background-color: rgba(173,224,242, .5);
  color: black;
  cursor: no-drop;
  content: "Em  veículo  bloqueado seleção"
}


.emVeiculoManual { 
  background-color: rgba(173,224,242, .5);
  color: black;
  cursor: no-drop;
  content: "Em  veículo  bloqueado seleção"
}


.emVeiculoCaixa { 
  background-color: #495d7d;
  color: white; 
  cursor: no-drop;
}

.orfaConferencia{

  background-color: #FFE0B2;
  color: black;
  cursor: no-drop;

}

.selectedConferecia {
  background:    #dcedc8 ;
  color: black;
  cursor: pointer;
}




.saiuprarua {
  background:    green;
  color: black;
  cursor: pointer;
}

.naoSaiuPraRua {
  background:    red;
  color: white;
  cursor: pointer;
}



.bloqueado{
  background-color: rgb(237, 187, 187);
  color: black;
  cursor: no-drop;
}

/*========================================================== 
  mensagem na tela aviso 
===========================================================*/
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: rgb(28, 53, 93); /* Black background color */
  /* color: orange; White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}



.caixaSeleionados{
  width: 42px;
  height: 42px;
  background: #1c355d;
  color: white;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  border: solid 2px #00b300;
  padding-top: 5px;

}


.menucorpo {
  position: relative;
  /* border: 2px solid #000; */
  /* padding-top: 37px; */
  /* background:  #010101; */
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
  /* border-radius: 2%; */
}
.menucorpo .positioned {
  position: absolute;
  top:100px;
  left:100px;
  width:800px;
  /* box-shadow: 0 0 15px #333; */
}


.button {
  position: relative;
  background-color: #4CAF50;
  /* border: none; */
  /* font-size: 28px; */
  color: #FFFFFF;
  /* padding: 4px; */
  width: 80px;
  text-align: center;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  margin-top: 5px;
}

.button:after {
  content: "";
  background: #90EE90;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px!important;
  margin-top: -120%;
  opacity: 0;
  transition: all 2.8s
}

.button:active:after {
  padding: 0;
  margin: 0;
  opacity: 2;
  transition: 0s
}




.success {background-color: #4CAF50;} /* Green */
.success:hover {background-color: #46a049;}

.info {background-color: #2196F3;} /* Blue */
.info:hover {background: #0b7dda;}

.warning {background-color: #ff9800;} /* Orange */
.warning:hover {background: #e68a00;}

.danger {background-color: #f44336;} /* Red */ 
.danger:hover {background: #da190b;}

.default {background-color: #e7e7e7; color: black;} /* Gray */ 
.default:hover {background: #ddd;}



.hide{
  display: none;
}

.show{
  display: block;
}

 
.myConference{
    
  position: relative;
  border: 3px solid #1c355d;
  padding-top: 38px;
  background:  #010101;
  box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
  border-radius: 2%;
  /* padding: 18px; */
  margin-top: 8px;
  margin-left: 3;
  margin-right: 3;
  text-align: center;

}


 
.myConferenceManual{
    
  position: relative;
  border: 3px solid #1c355d;
  padding-top: 38px;
  background:  #010101;
  box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
  border-radius: 11px 11px 11px 11px;
  /* padding: 18px; */
  margin-top: 8px;
  margin-left: 3;
  margin-right: 3;
  text-align: center;

}


.containerConf{
  overflow-y: auto;
  max-height: 388px;
  height: 180px;
  padding: 0 0px;
  width: 100%;
  background: #333;
}

.containerConfManual{
  overflow-y: auto;
  height: 500px;
  padding: 0 0px;
  width: 100%;
  background: #333;
}


.showServ{
  display: block;
}

.w3-grayscale1-max,.w3-hover-greyscale1:hover{filter:grayscale(100%)}

.w3-grayscale-max:hover{
  filter: grayscale(0%);
}

.avisoRetorno {
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: green;
  text-align: center;
  border: solid 1px white;
}

.avisoRetorno:hover {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: green;
  text-align: center;
  border: solid 1px white;
}

/********************** INICIO RETORNO ROUTEASY  ******************************************/
.envioRouteasyTrue{
  background:rgb(253, 253, 178);
  border-radius: 12px 12px 0px 0px;
}

.envioRouteasyFalse{
  background: white;
  border-radius: 12px 12px 0px 0px;
}

.retornoRouteasySUCCESS{
  /* background: green; */
  color: white;
  background: rgb(190, 255, 190);
  border-radius: 12px 12px 0px 0px;
}

.retornoRouteasyError{
  background: rgb(245, 164, 158);
  border-radius: 12px 12px 0px 0px;
}

/********************** FINAL RETORNO ROUTEASY  ******************************************/


.caixa:hover{
  background: #a7ff9c;
}



.scannerPrincipal {
  border: none;
  border-bottom: 2px solid #00b300;
  width: 130px;
    box-sizing: border-box;
    /* border: 2px solid #ccc; */
    /* border-radius: 4px; */
    font-size: 16px;
    background-color: #ddd;
    background-image: url(../../img/ico/searchiconOrage.png);
    /* background-image: url(../../img/ico/searchicon24.png); */
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 3px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}




.scannerPrincipal:focus {
  width: 100%;
  background-color: white;
  border-bottom: 2px solid #00b300;
}



.scannerPrincipalOrange {
  border: none;
  border-bottom: 2px solid #00b300;
  width: 130px;
  box-sizing: border-box;
    /* border: 2px solid #ccc; */
    /* border-radius: 4px; */
  font-size: 16px;
    /* background-color:  #1c355d; */
  background-color: #323232;
  background-image: url(../../img/ico/searchiconOrage.png);
    /* background-image: url(../../img/ico/searchicon24.png); */
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 20px 3px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}


.scannerPrincipalOrange:focus {
  width: 400px;
  background-color: white;
  border-bottom: 2px solid #00b300;
}





.retAmarelo{
  width: 25px;
  height: 20px;
  border-radius: 15%;
  background: khaki;
  color: black;
  border: solid 1px #1c355d;
  text-align: center;    
  font-weight: 900;
  margin-left: 10px;
  /* box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77); */
}


.retVermelho{
  width: 25px;
  height: 20px;
  border-radius: 15%;
  background: red;
  color: white;
  border: solid 1px #1c355d;
  text-align: center;    
  font-weight: 900;
  margin-left: 10px;
  /* box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77); */
}



.retLaranja{
  width: 25px;
  height: 20px;
  border-radius: 15%;
  background:  orange;
  color: white;
  border: solid 1px #1c355d;
  text-align: center;    
  font-weight: 900;
  margin-left: 10px;
  /* box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77); */
}





.dtaMaximaVencida{
  width: 25px;
  height: 20px;
  border-radius: 15%;
  background: red;
  color: white;
  border: solid 1px #1c355d;
  text-align: center;    
  font-weight: 900;
  margin-left: 10px;
  /* box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77); */
}

.dtaMaximaIgual{

  width: 25px;
  height: 20px;
  border-radius: 15%;
  background: khaki;
  color: black;
  border: solid 1px #1c355d;
  text-align: center;    
  font-weight: 900;
  margin-left: 10px;
  /* box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77); */
 
}


.findVeiculo {
  border: none;
  border-bottom: 2px solid #1c355d;
  width: 100%;
    box-sizing: border-box;
    /* border: 2px solid #ccc; */
    /* border-radius: 4px; */
    font-size: 16px;
    background-color: #ddd;
    background-image: url(../../img/ico/searchicon24.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 3px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    margin-left: 80px;
    
}

.findVeiculo:focus {
  width: 100%;
    background-color: white;
  border-bottom: 2px solid #1c355d;
}







/* input[type=text] {
  border: none;
  border-bottom: 2px solid #1c355d;
}
 */
.clienteSelect{
  border: none;
  border-bottom: 2px solid rgb(231,76,34);
  width: auto;
    box-sizing: border-box;
    font-size: 16px;
    color: white;
    background-color: #616161;
    /* background-image: url(../../img/ico/searchicon24.png); */
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 5px 20px 3px 40px;
  
}


.clienteSelect:focus {
  background-color: white;
  color: #1c355d;
  border-bottom: 2px solid orange;
}


.scannerConferencia {
  border: none;
  border-bottom: 2px solid rgb(231,76,34);
  width: 130px;
    box-sizing: border-box;
    /* border: 2px solid #ccc; */
    /* border-radius: 4px; */
    font-size: 16px;
    color: white;
    background-color: #616161;
    background-image: url(../../img/ico/searchicon24.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 3px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}


.scannerConferencia:focus {
  width: 50%;
  background-color: white;
  color: #1c355d;
  border-bottom: 2px solid orange;
}


.services{
  background-image: url(img/ico/serv_orange.png);
}
.noServices{
  background-image: url(img/ico/pallet.png);
}



.sidenavmapa {
  height: 109%;
  width: 0;
  position: fixed;
  z-index: 122;
  top: -58px;
  left: 0;
  background: linear-gradient(#1c355d 67%, #b74d1e);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenavmapa .closebtn {

  position: absolute;
  /* top: 6px; */
  margin-left: 96%;
  font-size: 24px;
  /* margin-top: 42px; */
  color: red;
  width: 21px;
  height: 32px;
  background: white;
  border-radius: 30%;
  border: solid 1px;
  text-align: center;
  /* padding-top: -18px; */
  cursor: pointer;
}

.sidenavmapa .closebtn:hover {
  background: gray;
  color: white;
}




.orange{
  color:orange;
}


.greenConf{
  color:#78be43;
}

.borange{
  border: solid 2px  orange
}

.gray{
  color: #dcdee1;
}

.bgreenConf{
  border: solid 2px  #78be43
}


.selectedVeiculoConferido {
  background: #c5e1a5;
  color: black;
  /* font-weight: bold; */
  cursor: pointer;
}






.selected {
  background: #a7ff9c;
  color: black;
  /* font-weight: bold; */
  cursor: pointer;
}

#caixa:hover {
  background: orange;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.barSelected {

  width: 400px;
  height: 83px;
  background: white;
  border: solid 2px #1c355d;
  margin-right: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}


.fa-trash-alt {

  color: white;
  margin-left: 30px;
  cursor: pointer;
}

.fa-trash-alt:hover {
  color: red;
  font-size: 17px
}




.w3-responsive {
  overflow-x: hidden;
  padding: 0.0em 0px;
}

.w3-border-red, .w3-hover-border-red:hover {
border-color: #00b300!important;
  margin-left: 90px;
  margin-top: 11px;
  background: gray;
}


.enviar{
color: #1c355d;
    cursor: pointer;
}
.enviar:hover{
color:orange;
}


.w3-container, .w3-panel{
width: 100%;
max-width:  auto;
margin-left: auto;
margin-right: auto;

/* padding: 0.00em 0px  */

/* // pfantin olhar */
}


.menuLateralVeiculos{
  display: block;
  right: 0px;
  height: 100%;
  top: 0px;
  width: 250;
}




#divTableDocumentosManual{
  overflow: auto;
  height: 39em;
}


.colorCargaCarregada0 {
  background: transparent url(../../img/truckOcupacao0.png);
  /* margin-top: -47px; */
  margin-left: 30px;
  /* width: 30%;
  height: 12%; */
}

.colorCargaCarregada1 {
  background: transparent url(../../img/truckOcupacao1.png);
  /* margin-top: -47px; */
  margin-left: 30px;  
/* width: 30%;
  height: 12%; */
  /* width: 30%;
  height: 12%; */
}

.colorCargaCarregada2 {
  background: transparent url(../../img/truckOcupacao2.png);
  margin-left: 30px;
}

.colorCargaCarregada3 {
  background: transparent url(../../img/truckOcupacao3.png);
  margin-left: 30px;
  
}

.colorCargaCarregada4 {
  background: transparent url(../../img/truckOcupacao4.png);
  margin-left: 30px;
}

.colorCargaCarregada5 {
  background: transparent url(../../img/truckOcupacao5.png);
  margin-left: 30px;
}

.colorCargaCarregada6 {
  background: transparent url(../../img/truckOcupacao6.png);
  margin-left: 30px;
}

.colorCargaCarregada7 {
  background: transparent url(../../img/truckOcupacao7.png);
  margin-left: 30px;
}

.colorCargaCarregada8 {
  background: transparent url(../../img/truckOcupacao8.png);
  margin-left: 30px;
}

.colorCargaCarregada9 {
  background: transparent url(../../img/truckOcupacao9.png);
  margin-left: 30px;
}

.colorCargaCarregada10 {
  background: transparent url(../../img/truckOcupacao10.png);
  margin-left: 30px;
}



.topbar .btn.smallBtn, .topbar .smallBtn.review-comment-button {
  padding: 6.5px 0;
  width: 130px;
  margin-top: 5px;
}
.topbar .btn, .topbar .review-comment-button {
  padding: 15px 20px;
  margin-right: 10px;
}
.btn, .review-comment-button {
  outline: 0 !important;
}
.btn-green {
  background-color: #00796b;
}
.btn, .review-comment-button {
  position: relative;
}

.pull-right {
  float: right !important;
}
.btn, .review-comment-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pull-right {
  float: right;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button, select {
  text-transform: none;
}
button {
  overflow: visible;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* user agent stylesheet */
button {
  -webkit-appearance: button;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: buttontext;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  background-color: buttonface;
  box-sizing: border-box;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-image: initial;
}


.tooltiptextleft > span {
  color: #00b300;
}


.tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 140;
  bottom: 64%;
  left: 10%;
  margin-left: -111px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}




.tooltip .tooltiptextleft {
  visibility: hidden;
  width: 120px;
  /* background-color: gree; */
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 142%;
  margin-left: -125px;
  margin-bottom: -92px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptextleft::after {
  content: "";
  position: absolute;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}




.tooltip .tooltiptextlefRigth {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 9999;
  bottom: 142%;
  margin-left: 65px;
  margin-bottom: -92px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptextlefRigth::after {
  content: "";
  position: absolute;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}






.tooltip .tooltiptextBotton {
  visibility: unset;
  width: auto;
  background-color: rgb(231,76,34);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  /* bottom: 142%; */
  margin-left: -125px;
  /* margin-bottom: -92px; */
  opacity: 0;
  transition: opacity 0.3s;
  margin-top: 3.5em;
  width: max-content;
  padding: 1em;
  FONT-SIZE: 12px;
}
.tooltip .tooltiptextBotton::after {
  content: "";
  position: absolute;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}





.tooltip:hover .tooltiptextleft {
  visibility: visible;
  opacity: 1;
}

.tooltip:hover .tooltiptextlefRigth {
  visibility: visible;
  opacity: 1;
}


.tooltip:hover .tooltiptextBotton {
  visibility: visible;
  opacity: 1;
}


.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}



.botaoFechar{
  position: absolute;
  height: 40px;
  width: 31px;
  background: #D32F2F;
  border: solid 1px white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  /* border-radius: 17%; */
}


.w3-button:hover {  
  background-color: #F44336;
  /* border-radius: 17%;
  border: solid 1px white; */
}

#divTableDocumentos{
  overflow: auto;
  /* height: 14em; */
} 

/* #sectionDocs{
  height: 33em;

} */

/* #tableDocumentos{
  height: 22em;
  width: 22em;
} */

.caixaopcao{
  width: 100px;
  height: 76px;
  background: white;
  border-radius: 4px
}




.ordemNaoConferida{
  width: 20px;
  height: 19px;
  border-radius: 50%;
  background: #9E9E9E;
  color: #dcdee1;
  border: solid 2px gray;
  text-align: center; 
}

.ordemConferida{
  width: 20px;
  height: 19px;
  border-radius: 50%;
  background: #ff5722;
  color: #dcdee1;
  border: solid 2px #1c355d;
  text-align: center;
}



.caixaTotalizadorSelecionados {
  /* background: #fffffff7; */
  width: 100px;
  /* border: solid 1px gray; */
  border-radius: 10%;
  text-align: left;
  font-weight: 700;
  /* height: 19px; */
  /* font-size: 11px; */
  /* padding: 3px; */
  color: white;
  /* margin-left: -35px; */
  /* position: absolute; */
}


.caixaTotalizadorSelecionadosConferencia {
  background: #1c355d;
  width: 100px;
  border: solid 1px rgb(221,44,0);
  border-radius: 5%;
  text-align: center;
  font-weight: 700;
  color: white;
}



/* background: #fffffff7; */
/* border: solid 1px gray; */
/* font-size: 11px; */
/* .caixaTotalizadorSelecionados {
  width: 100px;
  border-radius: 10%;
  text-align: center;
  font-weight: 700;
  height: 19px;
  padding: 3px;
  color: white;
} */

.acima50Mil{
  color: red;
  font-weight: 800;
}









 

 
@media screen  and (max-width:1600px){
  #divTableDocumentos{
    height: 14em;
    /* background-color: #dde934; */

  }
  #divTableDocumentosConferencia{
    height: 14em;
    /* background-color: #dde934; */

  }
  
}

@media screen  and (max-width:1777px){
  #divTableDocumentos{
    height: 32em;
  }
  #divTableDocumentosConferencia{
    height: 32em;
       /* background-color: 1777px; */
  }
  
}

@media screen  and (max-width:2000px){
  #divTableDocumentos{
    height: 32em;
    /* background-color: red; */
  }
  #divTableDocumentosConferencia{
    height: 32em;
    /* background-color: 2000px; */
  }
  

}
@media screen  and (max-width:2133px){
  #divTableDocumentos{
    height: 32em;
    /* background-color:  #00796b;; */
  }
  #divTableDocumentosConferencia{
    height: 12em;
    overflow-x: auto;
    /* background-color: 2133px; */
  }

}


@media screen  and (min-width:2134px){

  #divTableDocumentos{
    height: 54em;
    /* background-color: #00796b; */

  }
  
  #cardManifestosd{
    height: 85%;
  }
}