#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.minimoLargo
{
	min-height: 930px;
}

.cursorPointer
{
	cursor:pointer;
}

.aright
{
	float:right;
}
.navbar-top-links {
    margin-right: 0;
}
.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-empresa,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 250px;
    min-width: 0;
}

.navbar-top-links .dropdown-empresa {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}
/*
.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    /*background-color: #eee;
    cursor:pointer; 
}*/

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}
.dropdown-minwidth {
    min-width:165px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-empresa,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

#menuLateral{
	font-size: 12px !important;
    position:relative;
    width:17.5%;
    height:auto;
    background-color:#fff;
    padding: 5px;
    border-right: solid 1px #E7E7E7;
    display:inline-block;
    margin-top:0 !important;
    border:none;
 }
 
#logoMenu {
    width:auto;
    height:75px;
    border-bottom: solid 1px #eaeaea;
    background:url("http://www.48hourslogo.com/48hourslogo_data/20121203/201212032229452591.png") no-repeat #fff;
    background-size:contain;
    cursor:pointer;
}
#close{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:-100%;
    background:transparent;
    z-index:1002;
}

.contenedorFavoritos{
    display:inline-block;
    width:auto;
    max-width:850px;
    margin-left:20px;
    height:55px;
    padding-top: 13px;
}
.contFavorito{
    margin-left:10px;
    margin-right:10px;
    display:inline-block;
    width:230px;
    height:26px;
}
.barsEstilos{
    color:#337ab7;
    cursor:pointer;
    display:inline-block;
}
.inlineblock {
    display: inline-block !important;
    height: auto;
    margin-right: 5px;
}
.separador{
    border-right:solid 1px #E7E7E7;
    width:1px;
    height:35px;
    display:inline-block;
    vertical-align:middle;
}
#nav_principal{
    /*max-height:55px;
    min-width:1024px;*/
    /*background-color: #DCBED8;*/
}
.mensajeCorteSistema{
    margin-left:10px;
    display:inline-block;
    width:auto;
    height:16px;
    color: #337AB7;
    font-weight: 600;
}
.logoMenu{
    height:inherit;
    padding-left:5px;
}
@media (max-width: 768px) {
    #menuLateral {
        width: 100%;
        padding: 0px;
        min-height: 0px;
        height: 0px;
        border:none;
    }
    .lo-title {
        width:auto;
        text-align:left;
    }
    .lo-buttons {
        width:auto;
        text-align:center;
    }
    .lo-button {
        text-align:center;
        width:auto;
    }
    .lo-content{
        max-width:95%;
    }
}


/*COLOR DE FONDO DEL DROPDOWNLIST DE CADA MODULO DEL MENU*/
.AzulAdministracion {
    background-color: #ADCEE2;
    font-size: initial;
    color:Black;
}
.RojoCompras {
    background-color: #F69B9A;
}
.VioletaVentas {
    background-color: #CDA3C7;
}
.Stockamarillo {
    background-color: #F8F79A;
}
.VerdeTesoreria {
    background-color: #93DCA5;
}
.GrisConfiguracion {
    background-color: #DBDBDB;
}
 
.AzulContabilidad {
    background-color: #AECEE3;
}
.NaranjaBingo {
    background-color: #F6BC9A;
}

.divMenuChico a{
	font-size: initial;
	color:Black;
}

.alinearImgList {
height: 35px;
vertical-align: bottom;
border-color: transparent;
}

.ptop0 {padding-top: 0px !important;}
.pbottom0 {padding-bottom: 0px !important;}
.verticalAlign7 {vertical-align: 7px !important;}

.azul {color: #337ab7;}

.negro {color: #333333;}

.campoFecha {
width:115px !important;
}

.centrarText{
text-align:center !important;
}

.menusuperior *{
	font-size: 14px;
	color: #000;
	margin-top: 5px;
}

#menuLateral, #btnFlotanteMenuLateral{
	transition: all 0.2s linear 0.2s;
}
.ocultarMenuLateral{
	margin: -17.5%;
}
.ocultarMenuLateral #btnFlotanteMenuLateral{
	right:-5em;
}
 
/*=====================================================================================================*/
/*======================= BOTON MENU FLOTANTE PARA OCULTAR Y MOSTRAR ==================================*/
/*=====================================================================================================*/

/* Basic Config
 * $nav-size (px) sets the size of the menu button
 * $nav-color (#) is set the be the main color when a background is set
 * $nav-color-active (#) is the color of the button when toggled. If theres no background, it is also the main color when untoggled
 * $hasBackground (boolean) sets whether there's a background or not.
 */
* {
  box-sizing: border-box; }

.material--burger {
  cursor: pointer;
  padding: 12.5px;
  position: relative;
  width: 50px;
  height: 50px; }
  .material--burger:after {
    content: '';
    border-radius:50%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #445566;
    -webkit-animation: material-menu-background 300ms ease-in-out forwards;
    animation: material-menu-background 300ms ease-in-out forwards; }
  .material--burger span {
    top: 50%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-name: material-menu;
    animation-name: material-menu; }
    .material--burger span, .material--burger span:before, .material--burger span:after {
      width: 25px;
      background-color: #fff;
      height: 3px;
      position: absolute;
      z-index: 525;
      -webkit-animation-duration: 300ms;
      animation-duration: 300ms;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      transition: background-color 300ms ease-in-out; }
    .material--burger span:before, .material--burger span:after {
      content: '';
      display: block; }
    .material--burger span:before {
      top: 300%;
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-animation-name: material-menu-before;
      animation-name: material-menu-before; }
    .material--burger span:after {
      bottom: 300%;
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
      transform-origin: right top;
      -webkit-animation-name: material-menu-after;
      animation-name: material-menu-after; }
  .material--burger.material--arrow:after {
    -webkit-animation: material-arrow-background 300ms ease-in-out forwards;
    animation: material-arrow-background 300ms ease-in-out forwards; }
  .material--burger.material--arrow span, .material--burger.material--arrow span:before, .material--burger.material--arrow span:after {
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    background-color: #445566; }
  .material--burger.material--arrow span {
    -webkit-animation-name: material-arrow;
    animation-name: material-arrow; }
  .material--burger.material--arrow span:before {
    -webkit-animation-name: material-arrow-before;
    animation-name: material-arrow-before; }
  .material--burger.material--arrow span:after {
    -webkit-animation-name: material-arrow-after;
    animation-name: material-arrow-after; }
  .btnFlotanteMenuLateral:hover{/*con menu abierto*/
	
	-webkit-box-shadow: 0px 9px 16px -5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 9px 16px -5px rgba(0,0,0,0.6);
	box-shadow: 0px 9px 16px -5px rgba(0,0,0,0.6);
}
@-webkit-keyframes material-arrow-background {
  100% {
    -webkit-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0); } }

@keyframes material-arrow-background {
  100% {
    -webkit-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0); } }

@-webkit-keyframes material-menu-background {
  0% {
    -webkit-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }

@keyframes material-menu-background {
  0% {
    -webkit-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }

@-webkit-keyframes material-arrow {
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes material-arrow {
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@-webkit-keyframes material-arrow-before {
  100% {
    top: 0;
    -webkit-transform: rotate(-40deg) scaleX(0.7);
    transform: rotate(-40deg) scaleX(0.7); } }

@keyframes material-arrow-before {
  100% {
    top: 0;
    -webkit-transform: rotate(-40deg) scaleX(0.7);
    transform: rotate(-40deg) scaleX(0.7); } }

@-webkit-keyframes material-arrow-after {
  100% {
    bottom: 0;
    -webkit-transform: rotate(40deg) scaleX(0.7);
    transform: rotate(40deg) scaleX(0.7); } }

@keyframes material-arrow-after {
  100% {
    bottom: 0;
    -webkit-transform: rotate(40deg) scaleX(0.7);
    transform: rotate(40deg) scaleX(0.7); } }

@-webkit-keyframes material-menu {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes material-menu {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes material-menu-before {
  0% {
    top: 0;
    -webkit-transform: rotate(-40deg) scaleX(0.7);
    transform: rotate(-40deg) scaleX(0.7); }
  100% {
    top: 300%;
    -webkit-transform: rotate(0) scaleX(1);
    transform: rotate(0) scaleX(1); } }

@keyframes material-menu-before {
  0% {
    top: 0;
    -webkit-transform: rotate(-40deg) scaleX(0.7);
    transform: rotate(-40deg) scaleX(0.7); }
  100% {
    top: 300%;
    -webkit-transform: rotate(0) scaleX(1);
    transform: rotate(0) scaleX(1); } }

@-webkit-keyframes material-menu-after {
  0% {
    bottom: 0;
    -webkit-transform: rotate(40deg) scaleX(0.7);
    transform: rotate(40deg) scaleX(0.7); }
  100% {
    bottom: 300%;
    -webkit-transform: rotate(0) scaleX(1);
    transform: rotate(0) scaleX(1); } }

@keyframes material-menu-after {
  0% {
    bottom: 0;
    -webkit-transform: rotate(40deg) scaleX(0.7);
    transform: rotate(40deg) scaleX(0.7); }
  100% {
    bottom: 300%;
    -webkit-transform: rotate(0) scaleX(1);
    transform: rotate(0) scaleX(1); } }

.material--burger {
  margin: 90px auto; }

h1 {
  text-align: center;
  color: #445566;
  font-family: "Lato", sans-serif;
  font-size: 118px; }
  h1 span {
    display: block;
    font-weight: normal;
    font-size: 28px; }


/*=====================================================================================================*/
/*======================= /BOTON MENU FLOTANTE PARA OCULTAR Y MOSTRAR =================================*/
/*=====================================================================================================*/
.btnFlotanteMenuLateral{
	position:absolute;
	z-index:5;
	right:-2em;
	margin-top:0px;
	
	border-radius:50%;
	-webkit-box-shadow: 0px 9px 16px -5px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 9px 16px -5px rgba(0,0,0,0.46);
	box-shadow: 0px 9px 16px -5px rgba(0,0,0,0.46);
	}
	

/*=====================================================================================================*/
/*================================== MEDIA QUERIES ====================================================*/
/*=====================================================================================================*/
@media (max-width: 769px) {
  .btnFlotanteMenuLateral {
    display: none;
  }
}

/*=====================================================================================================*/
/*================================== /MEDIA QUERIES ===================================================*/
/*=====================================================================================================*/