/* https://fonts.google.com/specimen/Noto+Sans */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
	height: 100%;
}

body {
	font-family: "Noto Sans", sans-serif;
	font-size: 13px;
	margin: 0;
}


/** overrides bootstrap styles **/
.nav .disabled a {
	border: none !important;
}
.nav .disabled-1 a {
	color: #999;
}
.nav .disabled-2 a {
	color: #BBB;
}
.nav .disabled-3 a {
	color: #CFCFCF;
}


.link {
	cursor: pointer;
	text-decoration: none;
}
.link:hover,
.link.hover {
	text-decoration: underline;
}

.link.black {
	color: #555555;
}

.link.blue {
	color: #608cb0;
}
.link.blue i {
	/*color: #848484;*/
	color: #CCC;
}
.link.blue:hover i,
.link.blue.hover i {
	color: #608cb0;
}

.link.disabled,
.link.disabled:hover,
.link.disabled.hover,
.link.disabled i,
.link.disabled:hover i,
.link.disabled.hover i {
	cursor: auto;
	color: #CCC !important;
	text-decoration: none;
}

.alert-error .link {
	text-decoration: underline;
}


#menu {
	height: 40px;
	padding: 0 15px;
	line-height: 40px;
	text-transform: uppercase;
	background: url('center-pearls-tile.gif') repeat-x;
}
#menu .link {
	padding: 0 5px;
	font-size: 14px;
}

.nav {
	margin-top: 20px;
	margin-left: -1px;
	margin-bottom: -1px;
}

#empty {
	margin-top: 10px;
	margin-left: 20px;
}

#contents {
	padding: 10px;
}


table {
	width: 100%;
	border: none;
	border-bottom: 1px solid #dddddd;
}
td {
	text-align: left;
	vertical-align: top;
}

.column-1 {
	/* width: 160px; */
	width: 180px;
	border-left: 1px solid #dddddd;
}
.column-1 dl {
	display: block;
	/* width: 150px; */
	width: 170px;
	background: #fafafa;
	padding: 10px;
	margin: 5px;
	border-radius: 8px;
}
.column-1 dt {
	color: #555;
	font-weight: normal;
	text-transform: uppercase;
}
.column-1 dd {
	color: #888;
}

#selection {
	background: #EFF5FA;
}


.pagination {
	padding: 10px;
	border-top: 1px solid #EEE;
}
.pagination a {
	cursor: pointer;
}
.pagination a.active {
	cursor: auto;
}


#form {
	/*text-align: right;*/
	padding-top: 10px;
	padding-left: 20px;
}
#form select {
	margin: 0;
}


#footer {
	text-align: center;
	font-size: 11px;
	color: #AAA;
	padding-bottom: 10px;
}


#grid {
	padding-left: 10px;
}
.thumb {
	text-align: center;
}
.image {
	display: inline-block;
}
.image a,
.image img {
	border: none;
}


.thumb {
	margin: 10px;
	width: 270px;
	min-height: 100px;
	display: inline-block;
}
.thumb img {
	width: 270px;
}
.thumb-label {
	line-height: 40px;
}
.thumb-title {
	font-size: 11px;
	color: #aaa;
	line-height: 20px;
	padding-bottom: 2px;
}



.loading {
	background: #FFF url('loading.gif') no-repeat center center;
}
.no-js #contents,
.loading #contents,
.loading #footer {
	display: none;
}
#noscript {
	margin: 20px;
	display: none;
}
.no-js #noscript {
	display: block !important;
}


/* in loose mode, the loose diamond filter cannot be remove, so clicking it to remove is useless / should not show a delete icon */
body.loose #remove-diamond .icon-remove {
	display: none;
}
