/*
    Created on : Apr 5, 2020, 6:36:10 PM
    Author     : alex
*/

.error-content-info {

    margin-right: 30px;
    margin-left: 120px;
    display: block;

}

.actions-header-60
{
    width: 60px;
    border:1px dashed blue;
}
.actions-header-90
{
    width: 90px;
    border:1px dashed blue;
}
.actions-header-110
{
    width: 110px;
    border:1px dashed blue;
}
.actions-header-120
{
    width: 120px;
    border:1px dashed blue;
}
.actions-header-140
{
    width: 140px;
    border:1px dashed blue;
}

.actions-col-xl > a {
    font-size: 20px;
}


.batch-priority-important, .batch-priority-important:hover {
    background: #99F099;
}

.batch-priority-frozen, .batch-priority-frozen:hover {
    background: #FFBBA7;
}

.batch-priority-base, .batch-priority-base:hover {
    background: #cccccc;
}

.unit-operation-base {
    background: lightgrey;
    border:1px solid darkslategrey;
}

.unit-operation-done {
    background: #72FF72;
    border:1px solid green;
}

.unit-operation-work {
    background: #FFFF88;
    border:1px solid blue;
}

.unit-operation-start {
    background: #88FFFF;
    border:1px solid darkblue;
}

.unit-operation-error {
    background: #FF8888;
    border:1px solid red;
}

.text-order-done {
    color: darkgreen;
}

.text-order-work {
    color: black;
}

.text-order-start {
    color: darkblue;
}

tr.monitoring-hr, .monitoring-hr:hover {
    background-color: blue;
    height:4px;
}

.context-header > h1 {
    margin: 0;
    font-size: 24px;
}

.header-right-block {
    padding-top:0px;
    float:right;
    text-align:right;
}

.icon-green {
    color:green;
}

.icon-red {
    color:red;
}

