
/*
body {
	background-image: url(/img/background.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
*/

.ui-dialog-titlebar {
	font-size: 0.8em !important;
}

.tool-disabled .ui-dialog-titlebar {
	background-color: #FCC !important;
	background-image: url(/img/gray-diagonal-stripes.png) !important;
	color: #777;
}

a, a:hover {
	text-decoration: none;
}

body {
	font-size: 0.8em;
}

div.panel {
	background-color: #EEE;
}


span.panel-menu-description {
	font-size: 0.8em;
	display: none;
	line-height: 1em;
	color: #777;
	margin: 0 0 8px 10px;
}

li:hover span.panel-menu-description {
	display: block;
}


h1.toolname {
	font-size: 0.8em;
	line-height: 0.9em;
	display: inline-block;
	color: #999;
}

h1.navbar-appname {
	font-size: 1.8em;
	margin: 3px 90px 3px 0px;
}

h1.navbar-appname .span-appname, h1.navbar-appname .span-appname a { 
	color: #555;
}

h1.navbar-appname .span-appname a {
	padding: 1px 7px 1px 7px;
}

h1.navbar-appname .span-appname a:hover,
h1.navbar-appname .span-appname a:active {
	background-color: #333;
	border-radius: 4px;
	color: #888;
}



h1.navbar-appname .span-pagename {
	color: #AA8;
}



h2.panelname {
	font-size: 0.7em;
	line-height: 0.8em;
	display: inline-block;
	margin-left: 5px;
	padding: 3px 5px 3px 5px;
	color: #DDD;
	background-color: #444;
}

ul.menu li {
	list-style-type: none;
	padding: 2px 8px 2px 8px;
}

ul.menu li:hover {
	cursor: pointer;
	text-decoration: none;
	background-color: rgba(10,10,10,0.2);
}


.submit-button {
	margin-top: 10px;
}

.post-submit {
	border-top: 2px solid rgba(100,100,100,0.5);
	margin: 10px 0 0 0;
	font-size: 0.8em;
}

.throbbing {
	background: url('/img/throbber.gif') no-repeat right center !important;
}

.panel-loading {
	color: #AAA;
	background: url('/img/throbber.gif') no-repeat right 5% !important;
}


.has-error {
	outline: solid 3px #F02;
}

.error {
	background: url('/img/error-icon.png') no-repeat left center;
	padding-left: 30px !important;
	color: #F02;
	min-height: 23px;
}

.warning {
	background: url('/img/warning-icon.png') no-repeat left center;
	padding-left: 30px;
	color: #888;
	min-height: 23px;
}


.locked {
	background: url('/img/locked.png') no-repeat left 65%;
	padding-left: 15px;
	margin-left: -15px;
}


.opt-wrapper label.opt-main {
	margin: 8px -18px 3px -18px;
	text-transform: uppercase;
	width: 100%;
	padding: 0 10px 0 10px;
	font-size: 0.8em;
	color:#FFF;
	background-color: #444;
}

.opt-description, .checkbox-div .description {
	font-size: 0.7em;
	line-height: 1.2em;
	color: #888;
}




.checkbox-group {
	margin: 2px;
	padding: 2px;
	/* background-color: rgba(10,10,10,0.2); */
}

.checkbox-div .description {
	margin: 5px 0 0 0;
}

.checkbox-div {
	margin-bottom: 13px;
}

.checkbox-div label {
	display: block;
	padding-left: 15px;
	text-indent: -15px;
	font-size: 0.8em;
	line-height: 0.9em;
}


li .login {
	padding-left: 18px !important;
	width: 35%;
	display: inline-block;
}

li.user-status-active .login {
	background: url(/img/checkmark-green.png) left center no-repeat;
}

li.user-status-inactive .login {
	color: #BBB;
	text-decoration: line-through;
}

li .displayName {
	margin-left: 10px;
	font-size: 0.8em;
}

li.user-status-inactive .displayName {
	color: #DDD;
}

li.user-status-active .displayName {
	color: #888;
}



.navmenu-disabled {
	text-decoration: line-through !important;
	color: #555 !important;
}



ul.log li {
	margin-left: -20px;
	list-style-type: none;
	font-size: 0.7em;
	color: #888;
	overflow-x: hidden;
	white-space: nowrap;
}

ul.log li:hover {
	color: #333;
}



.menu-button {
	text-align: center;
	position: relative;
	display: inline-block;
	background-color: #DDD;
	border-radius: 7px;
	border: solid #888 3px;
	padding: 4px;
	margin: 3px 10px 3px 10px;
	width: 190px;
	height: 230px;
}

.menu-button:hover {
	background-color: #CCA;
}


.menu-button img {
	max-width: 175px;
	display: block;
}

.menu-button-name {
	color: #000;
	width: 95%;
	font-size: 1.2em;
	position: absolute;
	background-color: #AAA;
	padding: 2px 0 2px 0;
	border-radius: 8px;
	bottom: 10px;
}
	
.menu-button-description {
	position: absolute;
	padding: 8px 6px 8px 6px;
	width: 89%;
	font-size: 0.9em;
	line-height: 1.1em;
	background-color: #FFF;
	color: #000;
	top: 15px;
	opacity: 0.95;
	border-radius: 3px;
	display: none;
}

.menu-button:hover .menu-button-description {
	display: block;
}



