#offices-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#offices-list li {
    margin: 2px 3px 5px 3px;
    padding: 5px;
    font-size: 1.4em;
    background: #eee;
}
#offices-list li span {
    margin-left: 1em;
}
#offices-list ol {
    list-style-type: none;
}
.dropzone .dz-preview .dz-image img {
    display: block;
    width: 104%;
    max-height: 141%;
}
.dropzone .dz-remove {
    color: #d83737;
}
.dropzone .dz-progress {
    display: none !important;;
}

.dropzone .zone_plus {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 87px;
    font-size: 47px;
    padding: 10px;
    border: 1px dashed #3C8DBC;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    margin: 33px;
    width: 94px;
    cursor: pointer;
    color: #3C8DBC;
}

.chart-up, .chart-down, .chart-equal {
    font-family: Arial;
}

.chart-up {
    color: #090;
}

.chart-down {
    color: #f00;
}

.chart-equal {
    vertical-align: super;
    font-size: 11px;
    color: gray;
}

.font-symbols {
    font-family: Arial;
}
.btn-back {
    width: 42px;
    height: 42px;
    background-color: #E3E3E3;
    border: none;
    transition: background-color ease-out .3s;
}
.btn-back:hover {
    background-color: #d9d9d9;
    border: none;
}
