.confirm-wrapper {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 10%;
}


textarea.overflow {
    background-color: #ffcdcd;
}

.main-header {
    background-color: #367fa9;
}



.production {
}

.develop {
    background: url('../i/code-wallpaper-28.jpg') repeat;
}

.preproduction {
    background: url('../i/MoscowMiller12-03-190033.jpg') repeat;
}


.progress-bar-new {
    background-color: #f5f5f5;
}

.progress-bar-disallow {
    background-color: #f39c12;
}

.progress-bar-process {
    background-color: #00c0ef;
}

.progress-bar-finished {
    background-color: #00a65a;
}

.progress-bar-exception {
    background-color: #dd4b39;
}

.popover {
    max-width: 400px;
}

.CodeMirror {
    border: 1px solid #eee;
}

.scroll-log {
    max-height: 540px;
    white-space: pre-wrap;
    word-wrap: break-word;
    tab-size: 4;
}

.select2-container--default .select2-selection--multiple {
    height: auto;
    max-height: 90px;
    overflow: auto;
}