
#tag-edit table tbody label {
    display: none;
}

/* id + expander */


#lists-list col:first-child {
    width: 12em;
}
#lists-list col:last-child {
    width: 7em;
    white-space: nowrap;
}
#lists-list col:nth-child(2){
    width: 40%;
}
#lists-list .domains {
    list-style: none;
}
#lists-list .domains > li {
    display: inline;
}
#lists-list .domains > li:not(:last-child)::after {
    content: ", ";
}

#change-request-table col:first-child {
	width: 12em;
}

#change-request-table col:nth-child(2) {
    width: 30%;
}

#change-request-table col:nth-child(3) {
    width: 8em;
}

#change-request-table col:last-child {
    width: 6em;
}

#change-request-table col:nth-last-child(2) {
    width: 15em;
}
#change-request-table col:nth-last-child(3) {
    width: 8em;
}
#change-request-table col:nth-last-child(4) {
    width: 15em;
}
#request-hierarchy-row ul {
    padding-left: 0;
}
#request-hierarchy-row li {
    margin-bottom: 6px;
}

.propName>.no-toggler {
	padding-left: 45px;
}

[id^="terms-list"] col:first-child {
    width: 12em;
}
[id^="terms-list"] col:nth-child(2) {
    width: 30%;
}

[id^="terms-list"] col:nth-last-child(2) {
    width: 6em;
}
[id^="terms-list"] col:last-child {
    width: 8em;
}
[id^="terms-list"] td:first-child {
    white-space: nowrap;
}


#term-details .language {
    width: 70px;
}
#term-details .propName + .termvalue {
    padding-left: 75px;
}
#term-details div.termName {
    margin-top: -22px;
    padding-left: 75px;
}

#term-details ul ul {
    padding-left: 75px;
}
#term-details #hierarchy ul {
    padding-left: 0;
}
#term-details #hierarchy li {
    margin-bottom: 6px;
}
#term-details #parent ul > li {
    font-size: 1.3em;
}
#term-translation .original {
     padding-left: 50px; 
}

#other-names-list > li > ul {
    padding-left: 0;
    margin-left: 0;
}

#update-translation {
    display: flex;
    border: 1px solid #ddd;
    border-top: 0;
    position: relative;
}
#term-translation {
    flex: 9;
}
#term-view {
    flex: 9;
    border: 1px solid #ddd;
    margin: 20px 0 20px 10px;
    resize: both;
    overflow: auto;
}

#term-view.viewcollapsed {
    flex: 0;
    border: 0 solid transparent;
    margin: 0;
}
#term-translation input{
    width: 90%;
}

#term-translation textarea{
    width: 75%;
}
#update-translation .data-definition > ul {
    border: 0;
}

#translations-search .export ul {
    list-style: none;
    padding-left: 0;
}
#translations-list col:first-child {
    min-width: 12em;
}
#translations-list col:last-child {
    width: 0;
}
#translations-list tbody td:first-child {
    white-space: nowrap;
}

#subscriptions footer {
    text-align: right;
}
#subscriptions section {
    margin-bottom: 30px;
}
#subscriptions table input[type=radio] {
    width: 30%;
}

#subscriptions-email {
    width: 400px;
}

#subscriptions #email-invalid {
    margin-left: 300px;
}

#text-input {
    margin-top: 45px
}

.tab-contents {
    margin-top: 15px;
}

.permission-denied {
    text-align: center;
    color: red;
}

.saved-query-name {
	font-size: 30px;
	word-break: break-all;
}

.saved-query-name > button {
    margin-top: -5px;
}

#term-details li#user-preferences.opened {
	overflow: visible;
}

#term-details #user-preferences ul ul {
    padding-left: 0;
}
#term-details #user-preferences .term-tags {
    margin: 10px 0;
}

#term-details select:disabled {
	background: #DCDCDC;
}

#term-translation select:disabled {
	background: #DCDCDC;
}

.tooltip.translationStatus .tooltip-inner{
	max-width: 300px;
}

#documents-tab div.message {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#view-document  .bottom-buttons {
    text-align: right;
    margin-top: 20px;
    clear: both;
    padding-right: 25%;
}

#view-document form.document > ul > li {
    margin-bottom: 15px;
}

#view-document #doc-version-row .help-block {
	margin-right: -300px;
}

#view-document .doc-list-name {
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

#manage-tags .tags-title {
	margin-bottom: 15px;
}

#manage-tags #terms-table {
	margin-bottom: 5px;
}

.tag-dialog-ul {
	list-style-type: none;
	padding-left: 0;
}

.tag-dialog-ul input.form-control {
	display: inline;
}

.tag-dialog-ul label {
	width: 20%;
}

.tag-dialog-ul .term-tags {
    margin: 10px 0;
}

#save-button {
	height: 25px;
    margin-top: .5em;
}
ul.multiple {
    border-bottom: 1px solid #ccc;
}
ul.multiple:last-child {
    border-bottom: 0;
}

#search-change-request #search-form #cr-container > form > section {
    margin-bottom: 15px;
}

.manage-buttons {
    text-align: right;
}

#search-results {
    margin-bottom: 10px;
}

#cr-information-section > li {
    margin-bottom: 15px;
}

.saved-cr-requestor {
    font-size: 14px;
}

#search-lists-table col:first-child {
    width: 12em;
}
#search-lists-table col:last-child {
    width: 6em;
    white-space: nowrap;
}
#search-lists-table col:nth-child(2){
    width: 35%;
}

#search-terms-table col:first-child {
    width: 12em;
}
#search-terms-table col:nth-child(2){
	width: 25%;
}
#search-terms-table col:nth-last-child(2) {
    width: 6em;
}
#search-terms-table col:last-child {
    width: 7em;
    white-space: nowrap;
}

#subscriptions-table col:first-child {
    width: 12em;
}
#subscriptions-table col:nth-last-child(4),
#subscriptions-table col:nth-last-child(3) {
    width: 16em;
}
#subscriptions-table col:nth-last-child(2) {
    width: 20em;
}
#subscriptions-table col:last-child {
    width: 0;
}
#subscriptions-table th:last-child {
    white-space: nowrap;
}

.table-break {
	word-break: break-all;
}


#home-page h1 {
    background-image: url(images/rms.png);
}

#export-exclude-message{
	margin-top: 15px;
}

.help-block.domain {
    color: #a94442
}

.export-dialog {
    width: 60%;
}

label.tag-name-label {
	width: 20%;
}

.tag-name-input {
	width: 70%;
}

div#view-term-switch {
	position: absolute; 
	right: 20px;
}

#manage-crs span.col-sm-6 {
    word-wrap: break-word;
}
label[for="search-lists-lists"] {
    float: left;
    padding-right: 5px;
}

.cookie-policy-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.policy-section {
    margin-bottom: 40px;
}

.policy-section h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.policy-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.policy-table thead tr {
    background-color: #f8f9fa;
    text-align: left;
}

.policy-table th,
.policy-table td {
    padding: 10px;
    border: 1px solid #ddd;
}

.policy-link {
    color: #007bff;
}

.banner-button {
    margin-left: 10px;
    padding: 5px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.banner-button:hover {
    background-color: #3395ff;
}

.top-banner {
    background-color: #0071ce;
    color: #ffffff;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
  }
  
.top-banner-title {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
 }
  
.top-banner-subtitle {
    font-size: 15px;
    font-weight: normal;
    margin: 8px 0 0 0;
}

.top-banner a {
    color: #ffffff;
    text-decoration: underline;
}
  
.top-banner a:hover {
    color: #e0e0e0;
}