
/* ------------------------------------------------------------------------------------- */
/* ------- BARRA SUPERIOR DE NAVEGACIÓN  PARA PÁGINAS DE ADMINISTRACIÓN ÚNICAMENTE ----- */

.logo-barra{
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 18px !important;
  cursor: pointer;
  padding: 20px;
}

.menu-barra .active a{
  background-color: #4D4D4D !important;
}

.link-barra{
  font-weight: 500;
  padding: 18px !important;
  font-size: 15px !important;
}


.link-login-logout{
  color: #fff !important;
}

.link-logout{
  font-size: 17px;
  margin-left: 40px;
}

.navbar{
  height: 55px !important;
  content: none !important;
  /*z-index: 2000 !important;*/
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}

.navbar .container{
  height: 50px !important;
}

.navbar-nav{
  webkit-box-orient: horizontal !important;
  flex-direction: row !important;
  height: 55px !important;
}

.navbar-inverse .container{
  margin-right: 3% !important;
  margin-left: 5% !important;
  width: 92%;
}

.navbar-inverse .navbar-brand{
  height: 50px;
  position: relative;
}

.navbar-inverse .logo-barra img{
  position: absolute;
  top: 0;
  height: 55px;
  width: 55px;
  display: inline-block;
  padding: 0px !important;
}

.navbar-inverse .titulo{
  display: inline-block;
  margin-bottom: 0px;
  padding: 10px;
  font-size: 20px;
}

.navbar-header{
  display: inline-block;
  position:  absolute;
  top: 0px;
}

.navbar-collapse{
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block !important;
  height: 55px !important;
}

.navbar-right{
  padding-right: 30px;
}

/*-------- BARRA INFERIOR CON SUB-OPCIONES ---------------------------------------------------*/

.barra-inferior{

  padding-right: 20px;
  width: 100% !important;
  position: fixed;
  z-index: 1001;
  top: 55px;
  left: 0px;
}

.barra-inferior .seccion-derecha{
  text-align: right;
}

.barra-inferior .titulo{
  color: white !important;
  font-weight: 400;
  font-size: 16px;
  padding-left: 70px;
}

.barra-inferior p{
  padding: 12px;
  display: inline-block;
  margin: 0px;
}

.barra-inferior a{
  color: #fff;
  margin: 0px;
  cursor: pointer;
  font-size: 13.6px;
}

.barra-inferior a:hover{
  text-decoration: none;
  color: #ffebee;
}

.barra-inferior a:focus{
  text-decoration: none;
  color: #dcedc8;
}

.barra-inferior .active{
  border-bottom: 8px solid #1976d2 !important;
}

/*-------- BARRA LATERAL CON SUB-OPCIONES DE PEDIDO --------------------------------------------*/

#lateral-menu {
  position:fixed;
  width: 200px;
  z-index: 1000;
  left: 0;
  top: 55px;
  height: 100%;
  background-color: #2C394B;
  overflow-y: scroll;
  padding-bottom: 200px;
}

#lateral-menu::-webkit-scrollbar {
  width: 6px;               /* width of the entire scrollbar */
}

#lateral-menu::-webkit-scrollbar-track {
  background: rgb(143, 143, 143);        /* color of the tracking area */
}

#lateral-menu::-webkit-scrollbar-thumb {
  background-color: blue;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #1976d2;  /* creates padding around scroll thumb */
}

#lateral-menu .header{
  padding: 15px;
  color: white;
  background-color: #1976d2;
  margin-bottom: 30px;
}

#lateral-menu .header .title{
  font-size: 24px;
}

#lateral-menu .header .description-title{
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 20px;
}

#lateral-menu .header .description-content{
  font-size: 16px;
  font-weight:500;
}

#lateral-menu .nav li{
  width: 100%;
}

#lateral-menu .nav li.opened{
  background-color: #eeeeee;
}

#lateral-menu .nav li p{
  color: white;
  font-size: 15px;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 0px;
}

#lateral-menu .nav li.opened p{
  color: #1976d2;
  font-weight: 600;
}

#lateral-menu .nav li p:hover{
  color: #1976d2;
  background-color: #eeeeee;
}

#lateral-menu .nav li p i{
  margin-right: 10px;
}

#lateral-menu .nav .subli{
  margin-left: 20px;
  width: auto;
}

#lateral-menu .nav .subli.opened{
  background-color: transparent !important;
}

#lateral-menu .nav .subli.opened p{
  color: #6ebeff !important;
  font-weight: 600;
}


#lateral-menu .nav .subli p{
  font-size: 14px;
}

#lateral-menu .nav .subli p:hover{
  background-color: transparent !important;
  color: #6ebeff !important;
}

#lateral-menu .nav .dropdown{
  display: none;
  background-color:rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  padding-top: 10px;
}

/*-------- SUB MENU DE LA BARRA LATERAL --------------------------------------------*/
#submenu-top{
  position:fixed;
  width:100%;
  height: 50px;
  z-index: 300;
  top: 55px;
  padding-left: 400px;
  background-color: #eeeeee;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

#submenu-top .description{
  color: #3a3a3a;
  font-size: 17px;
  font-weight: 500;
  line-height: 50px;
  font-family: "Roboto Condensed", sans-serif !important;
}

#submenu-left{
  position:fixed;
  width:200px;
  height: 100%;
  z-index: 500;
  left: 200px;
  top: 55px;
  background-color: #eeeeee;
}

#submenu-left .title{
  color: #3a3a3a;
  font-size: 22px;
  font-weight: 500;
  padding: 15px;
  font-family: "Roboto Condensed", sans-serif !important;
}



#submenu-left .nav li{
  width: 100%;
  padding: 3px 15px;
  color: #6c757d!important;
  cursor: pointer;
  font-size: 15.5px;
}

#submenu-left .nav li:hover{
  color: #000!important;
}

#submenu-left .nav li i{
  margin-right: 10px;
}

#submenu-left .nav li.opened{
  color: #007bff  !important;
  font-weight: 600;
}
