


.topo{
  background-color: #fcfcfc;
  _color: white;
  height:80px;
  display:flex;
  flex-direction: row;
  border-bottom: 2px solid #003D68;
  align-items: center;
  padding-bottom: 6px;
}

.topo-logo{
  flex:2;
  align-self: center;
  min-width:200px
}

.topo-conteudo{
  flex:10; 
  align-self: center; 
  padding: 6px;
  color: #003D68;
}

.menu-logo-container{
  _background-color: #0857c3;
  background-color: #090909;
  flex: 1;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

.menu-container{
  _background-color: #0857c3;
  background-color: #404040;
  _padding: 20px 10px;
  color: #fafafa;
  _background-image : url('../img/bg-menu.png');
  min-height: 100vh;
  height: 100%;
  width: 260px;
  position: relative;
}

.menu-shorter{
  background-color: rgba(67, 173,253, 0.3);
  width: 100%;
  position: absolute;
  bottom: 0;
}

.menu-item{
  padding: 7px 10px;
  cursor: pointer;

  display: flex;
  align-items: center;
}

.menu-item:hover {
  background-color: #aaaaaa50;
}

.logo{
  width: 180px;
  padding: 16px 10px;
}

.logo-mini{
  height: 28px;
  padding-left: 4px;
}

.menu-container .fa{
  font-size: 1.6rem;
  width: 36px;  
  text-align: center;
}

.menu-bar{
  min-width: 100vw;
  width: 100%;
}



.scrollable {
  overflow: scroll;
}

@media screen and (max-width: 544px){


  .menu-bar a{
    color: white;
  }

  .xcontainer{
    flex-direction: column;
  }

  .menu-container .fa{
    font-size: 2.6rem;
    width: 42px;  
  }

  .menu-container {
    min-height: unset;
    width: 100vw;
  }

  .menu-bar {
    display: flex;
    align-items: center;
    padding: 0px 6px;
  }

  .box-login{
    flex-direction: column;
  }

  .menu-list{
    flex-direction: row;
    display: flex;
    flex: 1;
    _flex-wrap: wrap;
  }

  .menu-shorter{
    display: none;
  }

  .menu-item .fa {
    font-size: 1.2rem!important;
    width: 30px;
  }

  .menu-item  {
    font-size: 1rem!important;
    flex: 1 3 33%;
  }

  .menu-block{
    padding: 20px 5px !important
  }
  
}


.container-login{
  background-color: #666;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  flex-direction: column;
}


.container-login:before{
  content: " ";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100vh;  
  opacity: .1; 
  z-index: -1;
  background-image: url('../img/background-min_fonte.png');
  background-size: 100vw;
  background-position: center;
}

.boxes{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.box{
  flex: 1 4 22%;
  margin: 1px;
  background-color: white;
  font-size: 0.8rem;
  border-radius: 6px;
  border: 1px solid #aaa;
  min-height: 80px;
  padding: 8px;
}

.box .destaque{
  font-size: 2.2rem;
}

.box.primary{
  background-color: #10069f;
  color: white;
  border: 1px solid white;
}

.box.secondary{
  background-color: #0857c3;
  color: white;
  border: 1px solid white;
}

.box-login{
  background: white; 
  display: flex; 
  justify-content: space-between; 
  align-items: center;
  padding: 30px; 
  border-radius: 4px;
}


.menu-box{
  display: flex;
  width: 100%;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
}

menu-block{
  box-sizing: border-box;
  flex : 1 3 32%;
  display: flex;
  margin: 4px 4px;

  
}

.menu-block{
  flex: 1;
  display: flex;
  border: 1px solid #222;
  padding: 20px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #0056c850;
  box-shadow: 2px 2px #0056c870;
  /* background: #0056c850; */
  color: #222;
  text-transform: uppercase;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.empty-menu-block{
  flex : 1 3 33%;
  box-sizing: border-box;
}

.incompleto .menu-block{
  color: #ff0000; 
}



.lista-loja-item {
  padding: 4px;
  border: 1px solid #ddd;
  box-shadow: 2px 2px #888;
}


.lista-loja-item label{
  font-weight: bold;
}


.copy{
  padding: 10px;
  color: rgba(255,255,255,0.5);
}

form-select-list .form-list-item {
  padding: 4px 0px;
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}

form-select-list .checks{
  display: flex;
  flex-direction: column;
}

form-select-list  .checks button {
  font-size: 1.2rem;
  margin-bottom: 2px;
  _border-radius: 2px;
}

form-select-list .form-list-item.checked {
  background-color: #e8e9ea;
}

form-select-list .form-list-avaliable {
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 4px;

  overflow: scroll;
  max-height: 140px;
  height: 140px;
}

form-select-list .form-list-selected {
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: scroll;
  max-height: 140px;
  height: 140px;
}

form-select-list .form-list-full {
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 4px;

  overflow: scroll;
  max-height: 140px;
  height: 140px;
}


form-select-list .select-list-label{
  height: 22px;
}


.odd td, .odd > div{
  background-color: #f4f6f5;
}


div.header{
  font-weight:bold;
  padding: 0.25rem;

  _background-color:  #0857c3;
  background-color: #878787;
  color: white;
  vertical-align: middle;

  _border-radius: 4px;
}

.logo-colapsed{display: none;}


.short .menulabel{
  display: none;
}


.short .menu-container{
  width: 50px
}

.short .logo {
  display: none
}

.short .logo-colapsed {
  display: unset;
  width:  34px;
}

.link, link.a {
  color: #0000ee;
  text-decoration: none;
}

.link:hover, link.a:hover {
  text-decoration: underline;
}

.titulo-subdetalhe td, .titulo-subdetalhe th{
  background-color: #9AC5E3
}
