@CHARSET "UTF-8";

input.form-control[readonly] {
    background-color: transparent !important;
}

textarea.form-control[readonly] {
    background-color: transparent !important;
}

.validator {
    color: red;
}

.add-loading {
    display: none;
}

.flowItem {
    border: 1px solid black;
    border-radius: 4px 4px;
    width: 100px;
    height: 100px;
    position: absolute;
}

.flowTitle {
    width: 100px;
    height: 30px;
    border-bottom: 1px solid black;
    background-color: #5cb85c;
    border-radius: 4px 4px 0 0;
    color: white;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    line-height: 30px;
}

.elec-div-box {
    position: relative;
    border: 1px solid rgb(169, 169, 169);
    overflow: auto;
    height: 100px;
    width: 90%;
    margin-left: 25px;
    margin-right: 10px;
}

.select-input-box {
    border-radius: .25rem;
}

.select-button {
    background-color: #b3b3b3;
}

.select-button-div {
    width: 20%;
}

.form-line-margin {
    margin-top: 2px;
}
