@CHARSET "ISO-8859-1";

body {
	overflow-x: hidden;
}

.row.intro {
	font-size: 1.1em;
	margin-bottom: 1ex;
	cursor: default;
}

.footnote {
	font-size: .75em;
	background-color: #fff;
	color: #777;
	border-radius: 0 0 5px 5px;
	border: 1px solid #aaa;
	border-top: 0;
	padding: 5px;
	cursor: default;
	font-style: italic;
	user-select: none;
	-moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
   	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  	-webkit-user-select: none; /* Chrome, Safari, and Opera */
  	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/	
}

.footnote a, .kiosklist a, .showlinks a, #dtident a {
	color: blue;
	text-decoration: underline;
}

.footnote a:hover .kiosklist a:hover, .showlinks a:hover, #dtident a:hover {
	color: red;
}

.combo {
	padding: 1px;
}

tr.ooclike.heading {
	background-color: white;
	color: gray;
}


.table > tbody > tr > td {
	vertical-align: middle;
	padding: 0 5px;
}

td input[type="checkbox"], td input[type="radio"] {
	margin: 0;
}

.searchbox {
	border: 1px groove gray;
	padding: 2px;
	width: 100%;
	border-radius: 3px;
	background-color: #f5f5f5;
	margin-bottom: 2px;
}
.searchbox .search {
	font-weight: bold;
	font-variant: small-caps;
}

.unitdetails {
	border: 3px inset gray;
	margin: 5px;
	padding: 10px;
	border-radius: 10px;
	min-height: 50ex;
}

.listinghelp {
	border: 3px inset gray;
	margin: 5px;
	padding: 10px;
	border-radius: 10px;
	min-height: 50ex;
	background-color: #eee;
}

.title {
	width: 80%;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
	background-color: rgba(128,128,128,1);
	background: linear-gradient (rgba(128,128,128,1), rgba(30,30,30,1), rgba(128,128,128,1));
	border-radius: 10px;
	border: 3px outset gray;
	font-size: 3em;
	color: white;
	cursor: default;
}

.subtitle {
	height: 25px;
}

.staff .title {
	background-color: #FFAAAA;
}

.title .btn-nav {
	border: 2px outset #ccc;
	color: #333;
	padding: 2px;
	background-color: #aaa
}
.title .btn-nav:hover {
	background-color: #666;
	border: 2px inset #ccc;
	color: #eee;
}

.title .subtitle {
	font-size: .33em;
	cursor: default;
	max-width: 75%;
}

.title .subtitle a {
	color: white;
	cursor: pointer;
	text-decoration: underline;
}

.username: {
	font-family: courier;
}

.title .subtitle .username {
	font-size: 1.2em;
	cursor: default;
}

.staff .username{
	color: #FF0000;
}

.regintro {
	color: #222;
	padding: 2px;
	cursor: default;
}

#thenotice {
	left: 15%;
	position: fixed;
	right: 15%;
	top: 0;
	z-index: 1000;
}

#thenotice .notice {
	padding: 5px;
	border-style: solid;
	border-radius: 0 0 5px 5px;
	background-color: white;
	border-color: black;
	cursor: pointer;
}

#thenotice .notice:first-child {
	border-style: hidden solid solid;
}


#thenotice .notice.good {
	background-color: lightgreen;
	border-color: green;
}

#thenotice .notice.bad {
	background-color: pink;
	border-color: red;
}

.itemrow:hover {
	background-color: #e0e0ff !important;
	cursor: pointer;
}

.itemrow .fa-hand-o-right {
	color: blue;
}

.itemrow .fa-edit {
	color: green;
}

.staff .itemrow .fa-edit {
	color: red;
}

.itemrow .showdetail {
	margin-left: 0px;
	margin-right: 3px;
}

.itemrow:hover .showdetail {
	color: red;
	margin-left: 3px;
	margin-right: 0px;
}

.thisone .showdetail {
	color: red;
}


.thisone {
	color: green;
	font-style: italic;
}

.kendocombo {
	width: 100% !important;
	padding: 0;
	border-width: 0;
	right: 0;
}

.k-dropdown {
	width: 100% !important;
}

.k-dropdown-wrap.k-state-default {
	border-color: inherit;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #e9e9e9;
}

.beta {
	border: 3px groove blue;
	padding: 2px;
}

input[type='checkbox'].form-control, input[type='radio'].form-control  {
	width: auto !important;
	height: auto !important;
	margin: auto !important;
}

.minbox {
	min-width: 1.75em;
	min-height: 3ex;
}

.form-control:enabled:hover, input:enabled:hover {
	box-shadow: 0 0 5px blue;
}


#displaytabs .divider {
	border-top: 3px double lightgray;
	margin: auto;
	width: 80%;
	padding: 2px;
}

#displaytabs .dlabel {
	font-size: .9em;
	font-style: italic;
	font-variant: small-caps;
	text-align: right;
	vertical-align: text-bottom;
}

.noticecontainer {
	position: relative;
	left: 0;
	right: 0;
}

.notice {
	border-radius: 5px;
	padding: 2px 10px 2px 10px;
	border: 2px groove black;
}


.notice .head {
	text-align: center;
}

.notice .head.unteased .clickfor {
	position: relative;
	display: inline;

	overflow: hidden;
	max-height: 2ex;
	max-width: 100%;
	transition: max-width .5s max-height .5s;
}

.notice.big .head .clickfor {
	overflow: hidden;
	max-height: 2ex;
	max-width: 1px;
	display: inline-block;
}

.notice.small .head.teased .clickfor {
	font-size: 1.2em;
}
.notice .head.teased .organization {
	position: relative;
	display: inline-block;

	overflow: hidden;
	max-height: 2ex;
	max-width: 1px;
	transition: max-width .5s max-height .5s;
}
.notice.big .head.teased .organization {
	max-height: 2.5ex;
	max-width: 100%;
	display: inline-block;
}

.organization {
	font-size: 1.4em;
}

.notice .foot {
	font-size: 0.8em;
	text-align: center;
	margin-top: 4px;
}

.notice .content {
	text-align: center;
}

.notice .noticecontent {
	transition: max-height .5s;
	overflow: hidden;
	max-height: 200px;
}
.notice.small .noticecontent {
	max-height: 0;
}

#debug {
	overflow: auto;
	max-height: 100vh;
}

.offline {
	opacity: 0.5; 
}

.onlinestatus {
	color: black;
}

.online {
	color: green;
}

img.logo {
	height: 100px;
	width: 100px;
	opacity: .75;	
	transition: transform 0.25s, opacity 0.25s;
}
img.logo:hover {
	opacity: 1.0;
	transform: scale(1.1, 1.1) rotate(-2deg);
}

.sitevar {
	font-size: .5em;
	color: lightblue;
}

span.isnew {
	background-color: red;
	color: white;
	font-variant: small-caps;
	font-size: .85em;
	border-radius: 3px;
	padding: 0 2px 1px ;
}

span.updated  {
	background-color: orange;
	color: white;
	font-variant: small-caps;
	font-size: .85em;
	border-radius: 3px;
	padding: 0 2px 1px ;
}



tr.acsuse {
	border-left: 4px outset #f99;
}

span.rts {
	background-color: #8f8;
	color: white;
	font-variant: small-caps;
	font-size: .85em;
	border-radius: 3px;
	padding: 0 2px 1px ;
}

.isnew .unitname, .isnew .type {
	font-weight: bold;
}

#reglist td.owner {
	opacity: .8;
	font-style: italic; 
}

#reglist td.unitname {
	color: black;
}

#capabilities th {
	text-align: center;
}
.minbox.favorite {
	background-color: #e0b0ff;  
}
.minbox.enjoy {
	background-color: #dff0d8;
}
.minbox.okay {
	background-color: #d9edf7;  
}
.minbox.dislike {
	background-color: #fcf8e3;  
}
.minbox.limit {
	background-color: #f2dede;  
}

.ooclike.favorite {
	font-size: 1.1em;
}
.ooclike.enjoy {
	font-size: 1em;
}
.ooclike.okay {
	font-size: 0.9em;
}
.ooclike.dislike {
	font-size: 0.8em;
}
.ooclike.limit {
	font-size: 0.75em;
}
.ooclike.omit {
	display: none;
}
.favorite {
	color: #a020f0;  
}
.enjoy {
	color: #3c763d;
}
.okay {
	color: #337ab7;  
}
.dislike {
	color: #8a6d3b;  
}
.limit {
	color: #a94442;  
}

.heading {
	border-top: 1px dashed lightgray;
	border-left: 1px dashed lightgray;
	color: #444;
	font-variant: small-caps;
	margin-top: 1ex;
}
.heading small {
	color: #888;
}

.bigwait {
	opacity: 75%;
	text-align: center;
}