html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}
body > .container {
    padding: 40px;
}
.height100{
    height: 100%;
}
.likeTable {
    display: table;
    table-layout: fixed;
    height: 100%;
}
.likeCell {
    display:table-cell;
    vertical-align:middle;
}
.float-center{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.table-vertical-middle tbody td, .vertical-middle{
    vertical-align: middle !important;
}
.table .num{
    width: 1%;
    text-align: center;
}
.alert-fixed{
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
}
div.token-input-dropdown{
    z-index: 999999 !important;
    max-height: 150px;
    overflow: scroll !important;
}
.navbar-brand{
    padding: 5px 0 !important;
}
.navbar-brand img{
    height: 300%;
    border: 2px solid #000;
}

.boton-portada{
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #555;
    display: inline-block;
    font: bold 12px/12px HelveticaNeue, Arial;
    padding: 30px 10px;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-size: 1.1em;
    margin: 5px;
    width: 100%;
    background: #f5f5f5;
    border-color: #dedede #d8d8d8 #d3d3d3;
    box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    color: #555;
    text-shadow: 0 1px 0 #fff;
    background: -moz-linear-gradient(top,  #f9f9f9, #f0f0f0);
    background: -webkit-linear-gradient(top,  #f9f9f9, #f0f0f0);
    background: o-linear-gradient(top,  #f9f9f9, #f0f0f0);
    background: ms-linear-gradient(top,  #f9f9f9, #f0f0f0);
    background: linear-gradient(top,  #f9f9f9, #f0f0f0);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0');
}

.boton-portada:hover{
    background: #f4f4f4;
    border-color: #c7c7c7 #c3c3c3 #bebebe;
    box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    text-shadow: 0 1px 0 #fdfdfd;
    background: -moz-linear-gradient(top,  #efefef, #f8f8f8);
    background: -webkit-linear-gradient(top,  #efefef, #f8f8f8);
    background: -o-linear-gradient(top,  #efefef, #f8f8f8);
    background: -ms-linear-gradient(top,  #efefef, #f8f8f8);
    background: linear-gradient(top,  #efefef, #f8f8f8);
    text-decoration: none;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8');
}
.backgroundPlomo{
    background: #F5F5F5!important;
}

.detalleStock{
    font-size: 0.9em;
    color: #AAA;
    padding: 10px 5px;
}
.ocultar{
    display: none;
}
h3.titulo{
    padding: 5px;
    border-bottom: 1px solid;
    margin-bottom: 15px;

}
.modal-dialog{
    width: 80%;
    margin: 0!important;
}
.bold{
    font-weight: 600;
}
.text-mini{
    font-size: 10px;
}

ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #f5f5f5;
    margin: 20px 0;
}

ul.menu li {
    float: left;
}

ul.menu li a {
    display: block;
    color: black;
    text-align: center;
    padding: 10px 7px;
    text-decoration: none;
    font-size: 0.8em;
}

/* Change the link color to #111 (black) on hover */
ul.menu li a:hover {
    background-color: #c89286;
    color: white;
}
.esperar{
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: rgba(24,71,152,0.5);
}
.esperar h2{
    text-align: center;
    position: absolute;
    top: 45%;
    width: 100%;
    color: #FFF;
}

.select2-container{
    width: 100%!important;
}

.estadoOrden{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 auto;
}

.d-none{
    display: none!important;
}

span.select2-container{
    display: block;
    width: 100%;
    height: 39px;
    padding: 4px 10px;
    font-size: 15px;
    line-height: 1.4;
    color: #6f6f6f;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-container--default .select2-selection--single{
    border: none;
}

@media only screen and (max-width: 500px) {
    .btn-desktop{
        display: none!important;
    }
    .btn-mobile{
        display: inline!important;
    }
    #formoctavos p.space, #formcuartos p.space, #formsemis p.space, #formfinal p.space, #ganador p.space{
        display: none!important;
    }

}

@import "https://code.highcharts.com/css/highcharts.css";

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-yaxis .highcharts-axis-line {
    stroke-width: 2px;
}

/* Link the series colors to axis colors */
.highcharts-color-0 {
    fill: #7cb5ec;
    stroke: #7cb5ec;
}

.highcharts-axis.highcharts-color-0 .highcharts-axis-line {
    stroke: #7cb5ec;
}

.highcharts-axis.highcharts-color-0 text {
    fill: #7cb5ec;
}

.highcharts-color-1 {
    fill: #90ed7d;
    stroke: #90ed7d;
}

.highcharts-axis.highcharts-color-1 .highcharts-axis-line {
    stroke: #90ed7d;
}

.highcharts-axis.highcharts-color-1 text {
    fill: #90ed7d;
}
