.editableModule .controls .fa-file-lock {
    border-radius: 50%;
    font-size: 1rem;
    background-color: grey;
    padding: 20%;
    color: white;
}
.button {
    border-radius: 16px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
}
.popupModalFormFullHeight {
    min-height: 80vh;
}
.frmFullWidth input {
    width: 100%;
}
.frmFullWidth .form-group {
    padding-bottom: 1rem;
}
select {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20fill%3D%22%2359369a%22%20d%3D%22M137.4%20374.6c12.5%2012.5%2032.8%2012.5%2045.3%200l128-128c9.2-9.2%2011.9-22.9%206.9-34.9s-16.6-19.8-29.6-19.8L32%20192c-12.9%200-24.6%207.8-29.6%2019.8s-2.2%2025.7%206.9%2034.9l128%20128z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: right 2px center;
    padding-right: 1.5rem !important;
    cursor: pointer;
}
.selectCaret {
    color: red;
}

.has-error input {
    border: 1px solid red;
}
.has-error .help-block {
    font-size: 0.8rem;
    color: red;
}
.input-disabled svg {
    color: grey !important;
}
.input-disabled {
    background: lightgray;
}