.thread_form {
    border:solid 1px #ddd;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 10px;
}

.thread_form div:first-child {
    margin-bottom: 5px;
}

.thread_form label {
    min-width: 100px;
}

.thread_form button {
    min-width: 170px;
}

.thread-show .thread-title {
    font-size: 2.1em;
    padding-bottom: 5px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 10px;
    font-weight: bold;
    color: #3a8ebe;
}

.thread-document-show .thread-title {
    font-size: 1.6em;
    font-weight: bold;
    color: #3a8ebe;
    margin-bottom: 10px;
}

.thread-document-count {
    color: #696969;
    font-size: 12px;
}

.thread_id {
    color: #696969;
    font-size: 12px;
}

.thread_phase {
    color: #5c7781;
    font-size: 15px;
}

.thread_alter_name {
    color: #5c7781;
    font-size: 15px;
}

.add-document-thread {
    margin-left: 5px;
    font-size: 10px;
}

.add-thread-close {
    margin-top: 10px;
}
#thread_metadata {
    margin-bottom: 20px;
}

.thread_form {
    padding-bottom: 20px;
}

.thread_name_text {
    /*color: #0069d6;*/
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin-right: 5px;
}

.thread_fullname_text {
    /*color: #0069d6;*/
    /*font-weight: bold;*/
    float: left;
    margin-right: 5px;
}

#thread_title a {
    color: #00438a;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
    padding-top: 2px;
}

#thread input[type=text]::-webkit-input-placeholder {
    font-style: italic;
}
#thread input[type=text]:-moz-placeholder {
    font-style: italic;
}
#thread input[type=text]:-ms-input-placeholder { /* IE10+ */
    font-style: italic;
}
#thread-list-new #results {
    margin-top: 20px;
}

#thread-list-new #results div.result {
    padding: 5px 10px;

}

#thread-list-new #results div.result a {
    font-size: 16px;
    font-weight: bold;
}

#thread-list-new #results div.result span {
    font-size: 12px;
    font-color: gray;
}

.select-item {
    font-size: 10px;
}
.select-item-root {
    font-weight: bold;
}

.select-item-sub-value {
    padding-left: 10px;
}