/***********************************************Inicio menu****************************************************/
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#accordion::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#accordion::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#accordion::-webkit-scrollbar-thumb
{
	background-color: #d70858;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}

.scroll{
    height: auto;
    max-height: 600px;
    overflow-y: scroll;
}

.scroll2{
    
    height: 600px;
    overflow-y: scroll;
}

.scroll3{
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.boxtesoreria::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.boxtesoreria::-webkit-scrollbar{
        
	width: 10px;
	background-color: #F5F5F5;
}

.boxtesoreria::-webkit-scrollbar-thumb
{
	background-color: #700081;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}

#contenedor-vista-right2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#contenedor-vista-right2::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#contenedor-vista-right2::-webkit-scrollbar-thumb
{
	background-color: #d70858;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}
.roundedTwo {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
  label {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    cursor: pointer;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    &:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 5px;
      left: 4px;
      border: 3px solid #fcfff4;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }
    &:hover::after {
      opacity: 0.3;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    } 
  }   
}
.social{
    -webkit-transition: all 200ms ease ;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    display: none;
}
@media screen and (min-width: 550px) {
    .social{
        display: block;
        position: fixed;
        left: 0;
        z-index: 1000;
        height: 100%;
        padding: 0;
    }
    .text-acordion-title{
        display: inline;
    }
}
.text-acordion-title{
    display: inline;
}
@media screen and (min-width: 850px) {
    .social{
        display: block;
        position: fixed;
        left: 0;
        z-index: 1000;
        height: 100%;
        padding: 0;
        width: 15%;
    }
    .text-acordion-title{
        display: inline;
    }
}
@media screen and (max-width: 850px) {
    .text-acordion-title{
        display: none;
    }
}
.fondo-menu{
    background-color: #3b3838;
}
.social ul{
    list-style: none;
}
.social ul li a{
    display: inline-block;
    color: #fff;
    background: #737373;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition: all 200ms ease ;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.social ul li a:hover{
    padding: 10px 30px;
    background: #000;
}
.social ul li a:hover > div {
    display: inline;
}
.hi{
    display: none;
}
.social .panel-group .panel, .social .panel-group .panel .panel-body{
    border-color: #3b3838;
}
.social .panel-group .panel .panel-body{
    background-color: black;
    padding: 0;
}
.social .panel-group .panel a div:hover{
    background-color: #3b99a3;
    color: black;
    font-weight: 400;
}
/***********************************************Fin menu****************************************************/
.text-white{
    color: white;
}
#img-perfil-menu{
    margin: 0;
    max-height: 45px;
}
#contenedor-img-logo-menu{
    margin-right: 10px;
    padding: 2px 2px;
}
#contenedor-img-logo-menu2{
    margin-right: 10px;
    padding: 2px 2px;
}
.social .panel-group .panel{
    border: none;
    margin: 0;
}
.social .panel-group .panel a{
    text-decoration: none;
}
.social .panel-group .panel a .panel-heading{
    color: white;
    border-radius: 0;
}
.text-logo{
    display: inline;
    color: #31b0d5;
}
.text-logout{
    display: inline;
    color: #ff0000;
}
#img-logo-menu{
    margin: 0;
    max-height: 45px;
    display: inline;
}
.social .panel-group .panel a .sub-menu-active{
    background-color: black;
    color: #737373;
    font-weight: 500;
}
.lista-submenu-elemento{
    width: 100%;
    height: 30px;
    padding-left: 15px;
    padding-top: 5px;
    font-size: 12px;
}
.contenedor-lista-submenu{
    padding: 0;
    margin: 0;
}


#contenedor-loader{
    position: fixed;   
    z-index: 9999;
    top: 35%;
    left: 4%;
    width: 100%;
    height: 120px;
    background: transparent url(../img/ajax-loader_6.gif) center no-repeat;
}

.lista-submenu-elemento:hover{
    background-color: #3b99a3;
}
.triangulo {
    position: absolute;
    width: 0; 
    height: 0; 
    right: 0;
    border-right: 20px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent; 
}
.out{
    display: none;
}
body .row #contenedor-vista-left{
    padding-right: 0;
    margin-right: -10px;
}
body .row{
    padding: 0;
    margin: 0;
}
body .row #contenedor-vista-right{
    top: 52px;
    right: 0;
    padding-left: 0;
    padding-right: 1px;
    margin-left: 0;
    background: white;
}
body .row #contenedor-vista-right2{
    right: 0;
    padding-left: 0;
    padding-right: 1px;
    margin-left: 0;
    background: white;
}

#contenedor-formulario-login{
    max-width: 300px;
    margin-top: 5%;
    background: rgba(255, 255, 255, 0.4);
}

#logo-control-restaurant{
    max-height: 150px;
}
#contenedor-logo{
    margin-bottom: 2%;
}
#titulo-login-a{
    color: #0044cc;
}
#div-form-login {
position: fixed;
width: 340px;
height: 280px;
top: 50%;
left: 50%;
margin-top: -140px;
margin-left: -170px;
}
#titulo-login-b{
    color: #000;
}
.titulo-login{
    margin-bottom: 4%;
    font-size: 50px;
}
#logo-login{
    margin-top: 4%;
    max-height: 100px;
}

#index{
    background-color: gray;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}