.modal-dialog, .modal-content{
    z-index:1051 !important;
}
tags-input[disabled] .tags .input{
    display: none !important;
}
.full button span {
    background-color: limegreen;
    border-radius: 32px;
    color: black;
}
.partially button span {
    background-color: orange;
    border-radius: 32px;
    color: black;
}
.box-tools {
    margin-top: 10px;
}
input:required {
    border-color: #800000;
    border-width: 1px;
}
input:valid {
    border: 1px solid #ccc;
}
th.cursor {
    cursor:pointer;
}
th.cursor span {
    color:#bbb !important;
}
th.cursor.active span {
    color:#000 !important;
}
.ta-scroll-window>.ta-bind {
    max-height:70vh !important;
}