/* MEXPRESS STYLES */

/* Global Styles 
------------------------------------------------*/

body {
  padding-top: 50px;
}


/* Header 
------------------------------------------------*/

.image_logo{
  	/* height: 102px; */
  	/* Cambio temporal solicitado por Facundo */
  	
	/*padding-left: 15px;
	padding-top: 10px;*/
	
	height: 102px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-top: 15px;
}

.banner_menu{
	  width: 850px;
      height: 100px;
}

.aling_button_session {
	padding-right: 17px;
}

.open>.dropdown-toggle.adq-button-session, .adq-button-session, .adq-button-session:focus, 
.adq-button-session:active, .adq-button-session:hover {
	background-color: transparent;
	border: none;	
}

.aling_button_session.open .dropdown-menu {
  right: auto;
}

.margin_multipagos {
	padding-right: 0;
	padding-left: 0;
}

.margin-logo {
	padding-left: 0;
}

.image_multipagos {
	/* width: 284px; */
	height: 101px;
}

.navbar-fixed-top {
  border: 0;
}

.banner-background {
  	background-color: #FFFFFF;
  	height: 101px;
}

.session-row{
	background-color: red;	
	height: 28px;
}

/* System container 
------------------------------------------------*/

.container{
	margin-top: -26px;
}

.Content {
    overflow: auto;
  	height: 93%;
}

.FixedHeightContainer {    
	position: fixed;
  	top: 129px;
  	bottom: 14px;
  	/* left: 294px; */
  	/* right: 85px; */
  	display: block;
  	padding-top: 1px;
  	padding-bottom: 30px;
  	padding-right: 3px;
  	padding-left: 20px;
  	overflow-x: hidden;
  	overflow-y: auto;
  	/* margin-bottom: 1%; */
  	margin-left: 130px;
  	width: 1101px;
  	overflow: hidden;
  	border-style: solid;
  	border-left-style: none;
  	border-top-style: none;
  	border-width: 1px;
  	border-color: #D9D0D0;
  	border-bottom-width: 3px;
  	background-color: #FFFFFF;
}

.container-fluid {
  	width: 1320px;
  	min-width: 1320px;
  	max-width: 1320px;
}

.title{
	text-align: center;
	margin-top: 20px;
}

.Content .container_tabs p.subtitle{
	text-align: center;
	margin-bottom: 15px;
  	font-size: 21px;
  	font-weight: 200;
}

.container_tabs {
	padding-right: 15px;
	padding-bottom: 10px;
}
	
.active{
	display: none;
}


/* Sidebar 
------------------------------------------------*/

.container .col-sm-3.col-md-2.sidebar {
	padding: 0px;
	top: 129px;
	bottom: 14px;
	/* margin-left: 85px; */
	margin-left: -90px;
	width: 220px;
}

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    /* left: 0; */
    z-index: 1000;
    display: block;
    padding: 18px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.sidebar .navbar-brand {
  height: initial;
}

.sidebar-menu {
  height: 75%;
}

.sidebar-menu .nav.nav-list {
	overflow: auto;
  	height: 100%;
}

.brand-logos {
  position: absolute;
  right: 0;
  left: 0;
  /* height: 25%; */
  bottom: 25px;
}

/* Sidebar main options */
.nav>li>label, .nav>li>a {
  	padding: 9px 9px;
    width: 100%;
    text-decoration: none;
}

.space_names_list {
	display: none;
    list-style:none;
}

.navbar-brand {
  	float: none; 
    font-size: 16px;
}

.adquira_container{
	margin: auto;
	margin-top: 20px;
	width: 88px;
	height: 51px;
	background-repeat: no-repeat;
}

.bancomer_container{
	margin: auto;
	margin-top:20px;
	width: 112px;
	height: 17px;
	background-repeat: no-repeat;
}


/* Sidebar submenus */

.nav>li>label.sidebar-submenu, .nav>li>a.sidebar-submenu {
  	padding: 9px 9px;
    width: 100%;
    text-decoration: none;
    font-size: 13px;
}


/* Footer 
----------------------------------------------*/

.margin_pie{
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

.page_left {
	background-color: white;
	font-size: 11px;
	width: 100%;
}

.black-a {
	color: #8B8B8B;
}

/* About MEXPRESS 
-----------------------------------------------*/

.about-us-container {
	margin: auto;
	width: 1200px;
}

.about-options{
	color: #676767;
}


