﻿.hr-sep {
    margin: 0;
    border-top: 1px solid blue;
}

.block-sep {
    color: blue;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll !important;
}

.grid-type-label {
    color: white;
    text-align: center;
    padding: 4px;
    font-weight: bold;
    width: 100px;
}

.purple-button {
    color: #fff;
    background-color: #7627bd;
    border-color: #5b1f90;
}

.purple-button:hover {
    color: #fff;
    background-color: #a07cc1;
    border-color: #5b1f90;
}

.margin-zero {
    margin: 0 !important;
}

    .margin-zero label {
        margin-top: 2px !important;
    }