
@font-face {
    font-family: 'source_sans_proregular';
    src: url('/public/fonts/sourcesanspro-regular-webfont.eot');
    src: url('/public/fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/public/fonts/sourcesanspro-regular-webfont.woff') format('woff'),
    url('/public/fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
    url('/public/fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_probold';
    src: url('/public/fonts/sourcesanspro-bold-webfont.eot');
    src: url('/public/fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/public/fonts/sourcesanspro-bold-webfont.woff') format('woff'),
    url('/public/fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
    url('/public/fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@-webkit-keyframes fadeOutLast {
    0% { background-color: #3e7398;color:white; }
    100% { background-color: inherit;color:#006375 }
}


.statistics-panel-element {
    margin: 0 auto;
    padding: 5px;
    font: .8em 'source_sans_proregular', Arial, Helvetica, sans-serif;
    color: #262626;
    background-color : #ffffff;

    max-width : 1600px;

}

.statistics-panel-element .container {

    float:left;
    padding: 5px;
    margin: 5px 5px;
    border: 2px solid #006375;
    border-radius : 5px;
    overflow: hidden;
    overflow-y: auto;
}

@media only screen and (max-width: 1023px) {

    .statistics-panel-element .container {
        width: calc(100% - 20px);
        height: 300px;
    }

    .statistics-panel-element .page-header .buttons-section .button {
        margin-left: -10px;
        margin-top:6px;
        clear:both;
        padding: 3px 4px;
    }

    .statistics-panel-element .page-header .logo-section {
        width : 100%;
    }


}

@media only screen and (min-width: 1024px) {

    .statistics-panel-element .container {
        width: 500px;
        height: 300px;
    }

    .statistics-panel-element .container.center {
        position: absolute;
        left: calc( 50% - 250px );
    }

    .statistics-panel-element .page-header .buttons-section .button {
        margin-left: 10px;
        padding: 3px 7px;
    }

    .statistics-panel-element .page-header .logo-section {
        width : 250px;
        float:right;
    }

}

.statistics-panel-element .container.full {
    float:left;
    width : calc(100% - 14px);
    height : auto;
    position : relative;
    margin: 5px 0px;
}

.statistics-panel-element .container.full table tr.tr-hidden{
    display : none;
}

.statistics-panel-element .page-header {
    background-color : #006375;
    border-radius : 5px;
    padding: 10px 20px 5px 20px;
    font: 1.5em 'source_sans_probold', Arial, Helvetica, sans-serif;
    position: relative;
    float: left;
    width: calc(100% - 40px);
}

.statistics-panel-element .page-header .title-section {
    float:left;
   /* width : 60%;*/
    text-align: center;
    color: #ffffff;
    font-size: 1.8em;
}

.statistics-panel-element .page-header .buttons-section {
    float:left;
    width : 20%;
}


.statistics-panel-element .page-header .buttons-section .button {
    float:left;

    border: 2px solid #ffffff;
    cursor:pointer;
    border-radius: 4px;
    font-size: 0.8em;
    text-decoration: none;

    background-color: #006375;
    color:#ffffff;
}

.statistics-panel-element .page-header .buttons-section .button.active {

    background-color: #ffffff;
    color: #006375;

    border: 2px solid #ffffff;
    text-decoration: underline;
}

.statistics-panel-element .section-title {
    width : 100%;
    float: left;
    clear:both;
    text-align:center;
    font-size : 3em;
    padding: 30px 0px;
    color: #006375;
}

.statistics-panel-element .container.scroll {
    overflow-y : auto;
    overflow-x : hidden;
}

.statistics-panel-element .container.center .title{
    background: #006375;
    padding: 5px 0px;
    color : #ffffff;
}

.statistics-panel-element .container.center input {
    background: #b8b0b0;
    border: 2px solid #b8b0b0;
    height: 20px;
    margin: 10px;
    padding:2px 4px;
    border-radius: 4px;
    color: #ffffff;
    float: left;
}

.statistics-panel-element .container.center button {
    background: #006375;
    color : white;
    border: 2px solid #b8b0b0;
    height: 28px;
    border-radius: 4px;
    float:left;
    margin: 9px;

}

.statistics-panel-element .container.ticker {
    height : 948px;
}


.statistics-panel-element .container.ticker table{
    width: 100%;
    border-collapse: collapse;
}


.statistics-panel-element .container.ticker table tr{
   height : 23px;
   border-bottom: 1px solid #323538;
}

.statistics-panel-element .container.ticker table tr td{
    padding : 0px 6px;
}

.statistics-panel-element .container.ticker table tbody tr:first-child{
  -webkit-animation:fadeOutLast 2s;
}

.statistics-panel-element .container  table tr.header {
    background: #006375;
    color: #fff3f3;
}
.statistics-panel-element .container.ticker table tr.header td{
    border-bottom: 1px solid #006375;
}

.statistics-panel-element .container table tr.header td {
    color: #fff3f3;
}

.statistics-panel-element .container .title {

    font: 1.1em 'source_sans_probold', Arial, Helvetica, sans-serif;
    width : 100%;
    text-transform: uppercase;
    text-align: center;
    padding : 10px 0px;
    /*background: #006375;
    color: #ffffff;*/

}

.statistics-panel-element table.static {
    width : 100%;
    border-collapse: collapse;
}

.statistics-panel-element table.static tr {
    height : 35px;
    border-bottom: 1px solid #006375;
}

.statistics-panel-element table.static tr td {
    padding : 0px 6px;
    color : #262626;
}

.statistics-panel-element table.static tbody tr:nth-child(2n+1) {
     color : #262626;
}
.statistics-panel-element table.static tbody tr:nth-child(2n) {
    background: inherit;
}



