.rag-panel {
    background-color: #17a5c8;
    height: auto;
    font-size: 13px;
    color: black;
}

.padding-top-8 {
    padding-top: 8px !important;
}
.padding-top-36 {
    padding-top: 36px !important;
}
.rag-textarea {
    display: inline-block;
    resize: none;
}

#rag-on-site-table select {
    margin: 0;
}

.rag-lock-date-error {
    position: relative;
    top: -10px;
}

#rag-status-table div div:nth-child(2) {
    padding: 0;
}
#rag-status-table div div .rag-status-fixed {
    text-align: left;
    padding: 8px;
}
#rag-status-table div div:nth-child(3) {
    padding-left: 0;
}
#rag-status-table select, #rag-status-table input {
    margin: 0;
}

.upload-file-name {
    overflow: hidden;
    text-overflow: ellipsis;
}
.upload-button {
    display: inline-block;
    padding: 0 4px;
}
