
.procedureCatalog tr.procedure .init, .procedureCatalog tr.procedure .toggle {
    cursor: pointer;
    margin: 5px 0;
}

.procedureCatalog tr.procedure .init {
    display: none;
}

.procedureCatalog tr.procedure .firstCol {
    text-align: center;
    width: 32px;
}

.procedureCatalog tr.lastLot {
    border-bottom: 2px solid #ccc;
}

#maxSum-element input {
    width: 160px;
}

.canceledEvents {
    color: #ff5252 !important;
}

.row-lot {
    word-wrap: break-word;
    max-width: 400px;
}

.canceledEvents a {
    color: #ff5252 !important;
}

.eventProtocolCancelMarker {
    color: #ff5252 !important;
}

.loader-bar {
    -webkit-animation: rotateSpin 1s linear infinite;
    animation: rotateSpin 1s linear infinite;
    color: #31851b;
}

@keyframes rotateSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
