html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
#parent {
				height: 300px;
			}
			
			#fixTable {
				width: 1800px !important;
			}
                        
#contenedor{
text-align: left;
width: 100%;
margin: auto;}

#lateral{
width: 30%;  /*Este será el ancho que tendrá tu columna*/
float:left; /*Aqui determinas de lado quieres quede esta "columna" */
border:#DDDDDD 1px solid; /*ponemos un borde para que se vea bonito*/
}

#principal{
margin-left:33%; /*Este margen hace que no se encime el contenido en tu menúlateral, es     importante que pongas un pocos pixeles más que el ancho  de tu columna lateral*/
background-color: #FFFFFF;

}

#contenidoprincipal{
    padding: 6px;
    width: 100%;
}

.sublotes{
    background-color: #eee;
}
.sublote-select{
    background-color: #95e194;
}

 .table-wrapper {
  width: 100%;
  white-space: nowrap;
  
}

.table-firstcolon {
  display: inline-block;
  vertical-align: top;
}
.table-firstcolon td,
.table-firstcolon th {
  width: 60px;
}

.table-content-wrapper {
  display: inline-block;
  overflow-x: scroll;
  vertical-align: top;
  max-width: calc(100% - 40px);
}

.table-content-wrapper>table {
  display: inline-block;
  vertical-align: top;
}
.amcharts-chart-div a {display:none !important;}
.mi-danger{
    background-color: #FC9A9A;
}
.mi-warning{
    background-color: #FCC7A1;
}

.mi-success{
    background-color:rgb(148, 229, 130);
}

 #tabla_inicio {
    text-align: left;
  line-height: 20px;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #8FA395;
  width: 100%;
  
  border-radius: .25rem;
}

#tabla_inicio  thead tr {
  background: #8FA395;
  color: #fff;
  border: none;
  font-size: 14px;
}

#tabla_inicio  thead tr th { border-bottom: 3px solid #586F85; margin-bottom: 50px auto; }

#tabla_inicio  tbody td { border-bottom: 1px solid #586F85; }

#tabla_inicio td {
  text-align: right;
  padding-right: 10px;
  
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    min-width: 200px;
}

.dropdown-submenu>.dropdown-menu>li>a{
    max-width: 250px;
    height: auto;
    word-wrap: break-word;
    white-space: normal;
    float: left;
    width: 100%;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
