html {
    overflow-y: scroll;
}

.ui-collapsible-set {
    margin: 0.5em 2em !important;
}

[data-disabled="true"] .ui-icon-plus:after, [data-disabled="true"] .ui-icon-minus:after {
    background: none;
}

.resultlist .ui-collapsible-heading .ui-collapsible-heading-toggle {
    background: #e8ffa3; /* Old browsers */
    background: -moz-linear-gradient(top, #e8ffa3 0%, rgba(191, 231, 148, 0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e8ffa3 0%,rgba(191, 231, 148, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e8ffa3 0%,rgba(191, 231, 148, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ffa3', endColorstr='#bde597',GradientType=0 ); /* IE6-9 */
}

.startlist .ui-collapsible-heading .ui-collapsible-heading-toggle {
    background: #01B5FF; /* Old browsers */
    background: -moz-linear-gradient(   top, rgba(1, 181, 255, 0.27) 0%, rgba(1, 175, 243, 0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,    rgba(1, 181, 255, 0.27) 0%, rgba(1, 157, 224, 0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(    to bottom,  rgba(1, 181, 255, 0.27) 0%, rgba(1, 157, 224, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019DE0', endColorstr='#EFDE70',GradientType=0 ); /* IE6-9 */
}

.ui-collapsible-heading .ui-collapsible-heading-toggle {
    background: lightgrey;
}

.ui-header .ui-title {
    margin-right: 10%;
    margin-left: 10%;
}

.gold {
    background: -webkit-linear-gradient(top, lightyellow, gold); /* Safari and Google Chrome */
    background: -moz-linear-gradient(top, lightyellow, gold); /* Firefox */
    background: -o-linear-gradient(top, lightyellow, gold); /* Opera */
    background: -ms-linear-gradient(top, lightyellow, gold);    /* Internet Explorer */
    background: gold linear-gradient(to bottom, lightyellow, gold);/* W3C Standard */
}
.silber {
    background: -webkit-linear-gradient(top, #f2f2f2, darkgray); /* Safari and Google Chrome */
    background: -moz-linear-gradient(top, #f2f2f2, darkgray); /* Firefox */
    background: -o-linear-gradient(top, #f2f2f2, darkgray); /* Opera */
    background: -ms-linear-gradient(top, #f2f2f2, darkgray);    /* Internet Explorer */
    background: silver linear-gradient(to bottom, #f2f2f2, darkgray);/* W3C Standard */
}
.bronze {
    background: -webkit-linear-gradient(top, #e7d7a8, #b06943); /* Safari and Google Chrome */
    background: -moz-linear-gradient(top, #e7d7a8, #b06943); /* Firefox */
    background: -o-linear-gradient(top, #e7d7a8, #b06943); /* Opera */
    background: -ms-linear-gradient(top, #e7d7a8, #b06943);    /* Internet Explorer */
    background: #b06943 linear-gradient(to bottom, #e7d7a8, #b06943);/* W3C Standard */
}

.left_logo {
    height: 6em !important;
    display: inline !important;
}

.right_logo {
    width: 30%;
    min-width: 196px;
    padding: 0;
    margin: 0 6px 0 0;
}

.right_logo_wrapper {
    text-align: right;
}

#title {
    display: inline;
    font-size: 1.7em;
    text-align: left;
    line-height: 1.2em;
}

.head_div {
    margin-top: 67px;
    padding-top: 5px;
}

#pbar_innerdiv {
    background-color: lightblue;
    z-index: 2;
    height: 100%;
    width: 0;
}

#pbar_innertext {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: black;
    font-weight: bold;
    text-align: center;
}

#pbar_outerdiv {
    width: 100%;
    height: 20px;
    border: 1px solid grey;
    z-index: 1;
    position: relative;
    background: #E9E9E9;
}

#event_changer {
    margin: 0;
}

#fix_header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    /*background-color: #E9E9E9;*/
}

.ui-select {
    margin: 0 !important;
}

.resultlist.ui-collapsible div {
	background-color: #efefef; 
}
}