body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

.btn-success:active, .btn-success.active {
    background-color: #57a900;
}

div.dtm-head {
    position: absolute;
    top: 0;
    height: 60px;
    width: 100%;
    background: rgba(243, 243, 243, 1);
    padding-left: 20px;
    padding-right: 120px;
}

.dtm-list {
    list-style: none;
    padding: 0px;
}

.dtm-list-item {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.dtm-box {
    /*display: inline-block;*/
    padding: 0.5em 1em;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.dtm-box-text {
    /*width: 12em;*/
    /*margin-right: 2em;*/
}

.dtm-box-button-delete {
    color: red;
}

div.dtm-footer {
}

.dtm-chart-menu-block {
    height: 12em;
}

div#date_to, div#date_from {
    font-size: 70%;
}

.event-list {

}

.event-event {
    display: block;
    position: relative;
    float: left;
    width: 170px;
    height: 160px;
    border: 1px solid darkgray;
    border-radius: 5px;
    padding: 10px;
    margin: 20px;

}

.event-event img {
    display: block;
    position: relative;
    left: 35px;
    clear: both;
    width: 80px;
    height: 60px;
}

.event-detail {
    display: block;
    position: relative;
    font-size: 13px;
    text-align: center;
}

.event-actions {
    display: block;
    position: absolute;
    bottom: 5px;
}

.event-actions input[type=button], input[type=button].download.big {
    width: 70px;
    margin-left: 2px;
    margin-right: 2px;
    border-style: none;
    border-radius: 5px;
}

.event-actions input[type=button].event-download, input[type=button].download {
    background-color: #a4ffac;
}

.event-actions input[type=button].event-delete {
    background-color: #ffa3a1;
}

input[type=button].download.big {
    width: 100%;
    height: 4em;
}

span.name {
    display: inline-block;
    width: 8em;
}

#overweight-event-list-area {

    height: 560px;
    overflow-y: scroll;
}

.alert {
    background-color: red;
}

tr.selected {

}

tr.class7_alert {
    background: #ebccd1;
}

tr.class3_alert {
    background: #f0ad4e;
}

tr.class9_alert {
    background: #ce8483;
}

tr.class8_alert {
    background: #eea236;
}

tr.class5_alert {
    background: #dca7a7;
}

tr.class6_alert {
    background: #d9534f;
}

table#dane td {
    padding: 10px;
}

.filter-class-list {
    list-style: none;
    margin-bottom: 2em;
}

.filter-class-list li {
    float: left;
    margin: 0.5em;
}

.filter-class-list li.active {
    background: #2b669a;
}

.weightsList {
    list-style: none;
    width: 8em;
    padding: 0;
}

.lowLimit, .highLimit {
    font-size: smaller;
}

.overweightAcctual {
    color: red;
}

.weightAcctual {
    font-weight: 600;
}

.overheight {
    font-size:small;
    padding: 3px;
    background-color: red;
}