body {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    font-size: 10px;
}

#container {
    width: 90%;
    margin: 4% auto 10% auto;
    padding: 0px;
    text-align: center;
}

#container h1 {
    width: 80%;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    padding: 5px;
    color: #FFFFFF;
    background-color: #04376C;
    margin: 0 auto 10px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 0px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-sizing: border-box;
}

#container h2 {
    width: 70%;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    padding: 5px;
    color: #FFFFFF;
    background-color: #00C4DC;
    margin: 0 auto 10px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 0px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-sizing: border-box;
}

#container h3 {
    width: 60%;
    font-family: Calibri, Verdana;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    padding: 5px;
    color: #FFFFFF;
    background-color: #871901;
    margin: 0 auto 10px auto;
    border: 0px;
    box-sizing: border-box;
}

#container h4 {
    width: 50%;
    font-family: Calibri, Verdana;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    padding: 3px;
    color: #3E3E3E;
    background-color: #00C4FF;
    margin: 0 auto 10px auto;
    border: 0px;
    box-sizing: border-box;
}

#menu-home, 
#submenu {
    width: 50%;
    margin: 0 auto 20px auto;
}

#menu-home a, 
.submenu-level-1  {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    color: #FFFFFF;
    margin: 10px 0 5px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 0px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.submenu-level-2 {
    width: 80%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 130%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 10px;
    background-color: #08C6A0;
    color: #FFFFFF;
    margin: 0px auto 5px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 0px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

#menu-home a {
    font-size: 160%;
    padding: 15px;
    background-color: #016225;
}

#menu-home a:hover {
    background-color: #0069B9;
}

.submenu-level-1 {
    font-size: 140%;
    padding: 10px;
    background-color: #08C6E4;
}

.submenu-level-1:hover, 
.submenu-level-2:hover {
    background-color: #016225;
}

.submenu-level-2-container {
    display: none;
}

#page-container {
    margin: 0 auto 0 auto;
    background-color: #016225;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    overflow: auto;
    float: none;
}

#login fieldset {
    border: 0px;
    padding: 0px;
    background-color: transparent;
}

#login .line-login {
    margin: 0 0 20px 0;
    float: none;
    display: block;
}

#login .line-login:last-child {
    margin: 0px;
}

#login .line-login .title-login {
    font-family: Calibri, Verdana;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    padding: 0 0 5px 0;
    display: block;
}

#login .line-login input[type=text], 
#login .line-login input[type=password] {
    width: 220px;
    font-family: Calibri, Verdana;
    font-size: 1.1em;
    font-weight: normal;
    color: #333333;
    margin: 0px;
    border: 1px solid #666666;
}

#login .line-login .submit-login {
    width: 220px;
    font-family: Calibri, Verdana;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: #04376C;
    padding: 10px 0 10px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 0px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-sizing: border-box;
}

#login .line-login .submit-login:hover {
    background-color: #0069B9;
}

#line-date {
    padding: 0 0 20px 0;
    text-align: left;
    float: none;
}

#line-date label {
    font-family: Calibri, Verdana;
    font-size: 140%;
    font-weight: bold;
    color: #FFFFFF;
}

.graph-subtitle {
    font-family: Calibri, Verdana;
    font-size: 130%;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
}

.line-filter {
    min-height: 25px;
    padding: 0px;
    margin: 0 0 20px 0;
    float: none;
}

.cell-filter-label {
    font-family: Calibri, Verdana;
    font-size: 130%;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 25px;
    vertical-align: middle;
    padding: 0 10px 0 0;
    float: left;
}

.cell-filter-element {
    font-family: Calibri, Verdana;
    font-size: 130%;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 25px;
    vertical-align: middle;
    padding: 0 25px 0 0;
    float: left;
}

.cell-filter-element:last-child {
    padding: 0px;
}

.label-for-checkbox {
    font-family: Calibri, Verdana;
    font-size: 110%;
    font-weight: normal;
    color: #FFFFFF;
}

.datepicker-filter {
    font-family: Calibri, Verdana;
    font-size: 90%;
    font-weight: normal;
    color: #666666;
    border: 1px solid #333333;
    height: 25px;
}

.select-filter {
    font-family: Calibri, Verdana;
    font-size: 90%;
    font-weight: normal;
    color: #666666;
    border: 1px solid #333333;
    height: 25px;
}

.box-description {
    max-width: 600px;
    font-family: Calibri, Verdana;
    font-size: 80%;
    font-weight: normal;
    text-align: left;
    padding: 10px;
    border: 1px solid #333333;
    color: #333333;
    background-color: #FFFD7C;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: none;
}

.raffle-header {
    font-family: Calibri, Verdana;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 10px 0;
    color: #FFFFFF;
    background-color: #04376C;
    border-bottom: 5px solid #016225;
}

.raffle-id, 
.raffle-id-visible {
    font-family: Calibri, Verdana;
    font-size: 1.1em;
    font-weight: bold;
    border: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.raffle-id {
    color: #FFFFFF;
    background-color: transparent;
}

.raffle-id-visible {
    color: #333333;
    background-color: #FFFFFF;
}

.raffle-form {
    margin-right: 30px;
    float: left;
}

.raffle-form.last {
    margin-right: 0px;
}

#date-raffle {
    width: 130px;
    font-family: Calibri, Verdana;
    font-size: 140%;
    font-weight: normal;
    color: #666666;
    border: 1px solid #666666;
    cursor: pointer;
}

.table-numbers {
    background-color: transparent;
}

.table-numbers thead th {
    font-family: Calibri, Verdana;
    font-size: 1.1em;
    font-weight: normal;
    text-align: center;
    background-color: #04376C;
    color: #FFFFFF;
}

.table-numbers tbody {
    font-family: Calibri, Verdana;
    font-size: 1.1em;
    font-weight: normal;
    background-color: #FFFFFF !important;
    color: #666666;
}

.table-numbers tbody td {
    border: 1px solid #333333;
    border-collapse: collapse;
}

.table-numbers tfoot td {
    background-color: transparent;
    border: 0px;
    padding: 5px 0 0 0;
}

.raffle-position {
    width: 40px;
    text-align: center;
    background-color: #D0D0D0;
}

.input-number {
    width: 55px;
    text-align: center;
    font-family: Calibri, Verdana;
    font-size: 1em;
    font-weight: normal;
    color: #666666;
    border: 0px;
    background-color: #FFFFFF;
}

.input-number-big {
    width: 70px;
    text-align: center;
    font-family: Calibri, Verdana;
    font-size: 1.2em;
    font-weight: bold;
    color: #666666;
    border: 0px;
    background-color: #FFFFFF;
}

.button-import {
    width: 100%;
    font-family: Calibri, Verdana;
    font-size: 1em;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #0B6F90;
    border: 0px;
    cursor: pointer;
}

.button-back {
    width: 70%;
    font-family: Calibri, Verdana;
    font-size: 1.2em;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #04376C;
    border: 0px;
    margin: 20px auto 0 auto;
    cursor: pointer;
}

.button-list-filters {
    width: auto;
    height: 25px;
    border: 0px;
    font-family: Calibri, Verdana;
    font-size: 1em;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #0B6F90;
    padding: 0 5px 0 5px;
}

.navigator-bottom {
    margin: 20px auto 0 auto;
    float: none;
    clear: both;
    overflow: auto;
    display: block;
}

.navigator-bottom .half-navigator-left {
    width: 50%;
    float: left;
}

.navigator-bottom .half-navigator-right {
    width: 50%;
    float: right;
}

#list-container {
    margin: 20px 0 0 0;
    overflow: auto;
    text-align: center;
    float: none;
}

#form-list-filters {
    padding: 0px;
    margin: 0px;
    overflow: auto;
}

.list-error-msg {
    font-family: Calibri, Verdana;
    font-size: 1.3em;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FF0000;
    margin: 20px auto 20px auto;
    padding: 10px 25px 10px 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 0px;
    display: inline-block;
}

.list-numbers-20-columns,
.list-numbers-5-columns {
    background-color: transparent;
    border: 1px solid #333333;
    border-collapse: collapse;
}

.list-numbers-20-columns thead th, 
.list-numbers-5-columns thead th, 
.list-numbers-20-columns tfoot td, 
.list-numbers-5-columns tfoot td {
    font-family: Calibri, Verdana;
    font-weight: normal;
    text-align: center;
    background-color: #04376C;
    color: #FFFFFF;
    padding: 0 5px 0 5px;
    border: 1px solid #999999;
}

.list-numbers-20-columns thead th, 
.list-numbers-20-columns tfoot td {
    font-size: 1.1em;
}

.list-numbers-5-columns thead th, 
.list-numbers-5-columns tfoot td {
    font-size: 140%;
}

.list-numbers-20-columns tbody, 
.list-numbers-5-columns tbody {
    font-family: Calibri, Verdana;
    font-weight: normal;
    background-color: #FFFFFF !important;
    color: #666666;
}

.list-numbers-20-columns tbody {
    font-size: 1.1em;
}

.list-numbers-20-columns tbody tr td.remarked, 
.list-numbers-5-columns tbody tr td.remarked {
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    background-color: #A0FFA0;
}

.list-numbers-20-columns tbody tr td.cell-number, 
.list-numbers-5-columns tbody tr td.cell-number {
    background-color: #303030;
    color: #FFFFFF;
}

.list-numbers-20-columns tbody tr:hover, 
.list-numbers-5-columns tbody tr:hover {
    background-color: #D0D0D0;
}

.list-numbers-5-columns tbody {
    font-size: 140%;
}

.list-numbers-20-columns tbody td, 
.list-numbers-5-columns tbody td {
    border: 1px solid #333333;
    border-collapse: collapse;
    padding: 0 5px 0 5px;
}

.list-numbers {
    background-color: transparent;
    margin: 0 auto 0 auto;
    display: inline-block;
}

.list-numbers .col-list-numbers {
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    margin: 0 10px 10px 0;
    padding: 0px;
    overflow: auto;
    float: left;
}

.list-numbers .col-list-numbers .row-list-numbers {
    float: none;
}

.list-numbers .col-list-numbers .row-list-numbers:hover {
    background-color: #F0F0F0;
}

.list-numbers .col-list-numbers .row-list-numbers .header-list-numbers {
    width: 70px;
    height: 24px;
    font-family: Calibri, Verdana;
    font-weight: normal;
    font-size: 110%;
    text-align: center;
    background-color: #04376C;
    color: #FFFFFF;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    float: left;
}

.list-numbers .col-list-numbers .row-list-numbers .header-list-numbers.col-position {
    width: 50px;
}

.list-numbers .col-list-numbers .row-list-numbers .header-list-numbers.col-number {
    width: 60px;
}

.list-numbers .col-list-numbers .row-list-numbers .cell-list-numbers {
    width: 70px;
    height: 22px;
    font-family: Calibri, Verdana;
    font-weight: normal;
    font-size: 110%;
    text-align: center;
    background-color: #FFFFFF;
    color: #666666;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    float: left;
}

.list-numbers .col-list-numbers .row-list-numbers .cell-list-numbers.cell-position {
    width: 50px;
    color: #FFFFFF;
    background-color: #999999;
}

.list-numbers .col-list-numbers .row-list-numbers .cell-list-numbers.cell-number {
    width: 60px;
    color: #FFFFFF;
    background-color: #6A6A6A;
    font-weight: normal;
}

.single-row-remark {
    color: #666666 !important;
    background-color: #97D38D !important;
}

.double-row-remark {
    color: #FFFFFF !important;
    background-color: #871901 !important;
    font-weight: bold !important;
}

.cell-number-remark {
    color: #FFFFFF !important;
    background-color: #4C5CFF !important;
    font-weight: bold !important;
}

.cell-positive {
    color: #FFFFFF !important;
    background-color: #01F025 !important;
    font-weight: bold !important;
}

.cell-negative {
    color: #FFFFFF !important;
    background-color: #FF0000!important;
    font-weight: bold !important;
}

.cell-null {
    color: #FFFFFF !important;
    background-color: #E2E204!important;
    font-weight: bold !important;
}

.low-number {
    background-color: #FFD0D0 !important;
}

.medium-number {
    background-color: #FFA0A0 !important;
}

.high-number {
    background-color: #FF7070 !important;
}

.split-averages {
    font-family: Calibri, Verdana;
    font-weight: normal;
    font-size: 110%;
    color: #333333;
    background-color: #FFFFFF;
    border: 1px solid #333333;
    padding: 3px 5px 3px 5px;
    margin: 5px 5px 5px 0;
    float: left;
}

#highlight-statistics {
    font-family: Calibri, Verdana;
    font-weight: normal;
    font-size: 110%;
    text-align: center;
    color: #333333;
    background-color: #FFFFFF;
    border: 1px solid #333333;
    padding: 3px 5px 3px 5px;
    margin: 20px 0 0 0;
    display: none;
}

.delays-box {
    font-family: Calibri, Verdana;
    font-weight: normal;
    font-size: 110%;
    text-align: left;
    color: #333333;
    background-color: #D0D0D0;
    border: 2px solid #333333;
    margin: 0 0 20px 0;
}

.delays-box .box-header {
    border-bottom: 1px solid #333333;
    padding: 5px 10px 5px 10px;
    color: #FFFFFF;
    background-color: #0B6F90;
    font-weight: bold;
}

.delays-box .box-content {
    padding: 10px;
}

.container-doble-panel {
    float: none;
    overflow: auto;
    vertical-align: top;
}

.panel-doble-panel {
    float: left;
    margin: 0 20px 0 0;
    padding: 0px;
}

.panel-doble-panel:last-child {
    margin: 0px;
}

#q-raffles {
    width: 70px;
}

.number-foot-table {
    width: 40px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #0B6F90;
    margin: 2px;
    border: 1px solid #D0D0D0;
}

#highlight-numbers-section {
    margin: 60px 0 0 0;
    text-align: center;
}

#highlighted-statistics-section {
    margin: 40px 0 0 0;
    text-align: center;
    display: none;
}

/* Ajax Loader y Caja de Diálogo de Confirmación Ajax */
#modal-ajax-loader {
    width: 40px;
    height: 40px;
    border: 0px;
    display: none;
}

#dialog-ajax {
    padding: 20px;
    background-color: #4C5C52;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 1px #d4d4d4;
    -webkit-box-shadow: 0 0 1px #d4d4d4;
    -ms-box-shadow: 0 0 1px #d4d4d4;
    -o-box-shadow: 0 0 1px #d4d4d4;
    box-shadow: 0 0 1px #d4d4d4;
    display: none;
}

#dialog-ajax legend {
    font-family: Calibri,Arial,Tahoma,Verdana;
    font-size: 1em;
    text-align: center;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

#dialog-ajax figure {
    padding: 5px 0 0 0;
    text-align: center;
}

#dialog-confirm {
    display: none;
}

.dlg-no-title .ui-dialog-titlebar {
	display: none;
}

.ui-widget.success-dialog {
    font-family: Calibri,Arial,Tahoma,Verdana;
    font-size: 1.3em;
    background-color: #EDF5E8;
    border-radius: 5px;
    -moz-box-shadow: 0 0 1px #d4d4d4;
    -webkit-box-shadow: 0 0 1px #d4d4d4;
    -ms-box-shadow: 0 0 1px #d4d4d4;
    -o-box-shadow: 0 0 1px #d4d4d4;
    box-shadow: 0 0 1px #d4d4d4;
}

.ui-widget.success-dialog .ui-widget-header {
    font-family: Calibri, Arial, Tahoma, Verdana;
    font-size: 1.3em;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #6EB43F;
    background-image: none;
}
/*
.ui-widget-content {
    background: #EDF5E8;
    border: 1px solid #90d93f;
    color: #666666;
}
*/
/* Fin Ajax Loader y Caja de Diálogo de Confirmación Ajax */