.fold-out {
    visibility: hidden;
}

.checkBoxContainer {
    height: 15px;
    width: 16px;
    background-position: 0 -41px;
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    color: #797979;
    position: relative;
    top: 5px;
    vertical-align: top;
}

.checkBoxContainer.selected {
    background-position: 0 -26px;
}

.checkBoxText {
}

.checkBoxContainerItem {
    overflow: hidden;
    padding: 5px;
}

.checkBoxContainerItem div {
    display: inline-block;
    padding-left: 5px;
    white-space: normal;
}

.buttonReset {
    border-color: #ff7070;
    background-color: #ff7070;
    color: #fff;
}

.act-download {
    background-image: url('../img/sprites.png');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    height: 18px;
    width: 20px;
    background-position: 0 -1056px;
}

body {
    min-height: 100% !important;
}

#footer {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

img {
    border: none !important;
}

.forecsys-snippet-word {
    font-weight: bold;
    color: #0a0b0c;
}