.orange {
    color: orange;
}

.green {
    color: green;
}

.red {
    color: red;
}

.error-wrapper {
    padding: 0 15px;
    min-height: 50px;
    background-color: #c0c0c0;
}

.modal-big {
    width: 1400px;
}

.bg_green {
    background-color: lightgreen !important;
}

.bg_orange {
    background-color: orange !important;
}

.bg_blue {
    background-color: lightblue !important;
}

.partial_box {
    font-size: 10px;
}