/*-- environment ------------------------------------------------------------*/

html,
body {
	margin: 0;
	height: 100%;
}


/* https://css-tricks.com/box-sizing/ */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

code.debug {
	cursor: pointer;
	color: #c2c;
}

textarea {
	resize: none;
}

a {
	text-decoration: none !important;
}

#body {
	position: relative;
}

#webpage {
	position: relative;
}

#already-used,
.search.spinner {
	height: 24px;
	min-width: 24px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
	display: none;
	/* !important */
	white-space: nowrap;
}

#already-used {
	width: 80px;
}

.remaining-characters {
	text-align: right;
	font-size: 14px;
	height: 20px;
	font-style: italic;
}

.search.spinner {
	background: url(/coreimages/animated/ani.loader.disc.003.gif) no-repeat;
	padding-left: 30px;
}

#already-used.on,
.search.spinner.on {
	display: inline-block !important;
}

#already-used.off,
.search.spinner.off {
	display: none !important;
}


/*-- live (default) --*/

#environment {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 100vh;
	z-index: 100000;
}

#environment.beta {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.beta.002.png') !important
}

#webpage.demo {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.demo.002.png') !important
}

#webpage.proxy {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.live.proxy.002.png') !important
}

#webpage.remote {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.live.remote.002.png') !important
}

#webpage.alpha {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.alpha.002.png') !important
}

#webpage.alpha.demo {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.alpha.demo.png') !important
}

#webpage.alpha.proxy {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.alpha.proxy.002.png') !important
}

#webpage.alpha.remote {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.alpha.remote.002.png') !important
}

#webpage.beta {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.beta.002.png') !important
}

#webpage.beta.demo {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.beta.demo.png') !important
}

#webpage.beta.proxy {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.beta.proxy.002.png') !important
}

#webpage.beta.remote {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.beta.remote.002.png') !important
}

#webpage.dev {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.dev.002.png') !important
}

#webpage.dev.demo {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.dev.demo.png') !important
}

#webpage.dev.proxy {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.dev.proxy.002.png') !important
}

#webpage.dev.remote {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.dev.remote.002.png') !important
}

#webpage.qc {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.qc.002.png') !important
}

#webpage.qc.demo {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.qc.demo.png') !important
}

#webpage.qc.proxy {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.qc.proxy.002.png') !important
}

#webpage.qc.remote {
	background-image: url('/coreimages/backgrounds/markers/bg.marker.qc.remote.002.png') !important
}

#webpage.maintenance {
	background-image: url('/coreimages/backgrounds/bg.marker.restricted.access.002.png') !important;
}

#webpage.alpha,
#webpage.beta,
#webpage.dev,
#webpage.qc,
#webpage.proxy,
#webpage.demo,
#webpage.remote,
#webpage.maintenance {
	background-repeat: repeat-y;
}

#webpage #generic-dataset {
	border: 1px solid #000 !important;
	border-collapse: collapse;
	margin: 20px;
}

#webpage #generic-dataset th {
	background-color: #000;
	color: #ff0;
	font-weight: normal;
	padding: 4px;
}

#webpage #generic-dataset tr:nth-child(even) {
	background-color: #fff;
}

#webpage #generic-dataset tr:nth-child(odd) {
	background-color: #eaeaea;
}

#webpage #generic-dataset td {
	padding: 3px;
}

#webpage #generic-dataset td.value {
	color: #a00;
}

#webpage #generic-dataset td.label {
	text-align: right;
}

#webpage #error {
	margin: 50px;
	font-family: arial;
	border: 2px solid #f00;
	padding: 20px;
	background-color: #fee;
	border-radius: 15px;
	min-height: 400px;
	text-align: center;
	color: #000;
}

#system-error {
	margin: 50px;
}

#system-error td {
	font-family: arial;
	font-size: 18px;
}

#system-error td.response {
	color: #fff;
}

#system-error td.label {
	white-space: nowrap;
	color: #ff0;
	text-align: right;
}

#system-error .message {
	display: inline-block;
	margin: 50px auto;
	border: 2px solid #000;
	padding: 20px;
	background-color: #00205b;
	border-radius: 15px;
	min-width: 30%;
	max-width: 60%;
	text-align: left;
}

#container {
	min-height: 100%;
	margin: 0px auto;
	position: relative;
	z-index: 8000;
}

#popupOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .8;
	z-index: 20000;
	display: none;
}

#popupOverlay.submitting {
	background-color: #fff;
	opacity: .3;
	z-index: 50000;
}

#popups .centered,
#popupMessage {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 350px;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 20001;
	display: none;
}

.hamburger {
	height: 2px;
	width: 15px;
	margin: 2px;
	background-color: #000;
}

.popup.generic {
	border: 2px solid #000;
	background-color: #fff;
	border-radius: 7px;
}

.popup.message {
	text-align: left;
	min-width: 500px;
	min-height: 120px;
	padding: 10px 20px 10px 130px;
	border: 2px solid #000;
	z-index: 20001;
	background-color: #fff;
	border-radius: 7px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: 105px 100px;
}

.popup.message h1 {
	margin: 0px;
	font-size: 18px;
}

#message {
	margin: 10px 0;
	min-height: 80px;
	max-height: 300px;
	overflow: auto;
	font-size: 18px;
	color: #000;
}

.x-close,
.close {
	border: 1px solid #000;
	background-color: #444;
	color: #fff;
	width: 26px;
	height: 26px;
	text-align: center !important;
	z-index: 1000;
	position: absolute;
	cursor: pointer;
	line-height: 18px;
}

.x-close.dark,
.close.dark {
	background-color: #444 !important;
	color: #fff !important;
}

.x-close.light,
.close.light {
	background-color: #fff !important;
	color: #444 !important;
}

.x-close.gray,
.close.gray {
	background-color: #666 !important;
	color: #fff !important;
}

.x-close.dark,
.close.dark {
	background-color: #444;
	color: #fff
}

.x-close.round,
.close.round {
	border-radius: 13px;
}

.x-close.shortcut,
.close.shortcut {
	left: -10px;
	bottom: -10px
}

.x-close.bottom,
.close.bottom {
	bottom: -13px;
}

.x-close.top,
.close.top {
	top: -9px;
}

.x-close.left,
.close.left {
	left: -13px;
}

.x-close.right,
.close.right {
	right: -9px;
}


/*
 #popupMessage .subClose {
position: absolute;
top: 0;
right: 0;
width: 16px;
height: 16px;
cursor: pointer;
background-image: url('/coreimages/buttons/btn.close.png');
background-repeat: no-repeat;
background-position: 0 2px;
}
*/

.popup.message.ico-bad {
	background-image: url('/coreimages/icons/system/ico.pop.message.bad.png');
}

.popup.message.ico-caution {
	background-image: url('/coreimages/icons/system/ico.pop.message.caution.png');
}

.popup.message.ico-checklist {
	background-image: url('/coreimages/icons/system/ico.pop.message.checklist.png');
}

.popup.message.ico-confirm {
	background-image: url('/coreimages/icons/system/ico.pop.message.cofirm.png');
}

.popup.message.ico-conflict {
	background-image: url('/coreimages/icons/system/ico.pop.message.conflict.png');
}

.popup.message.ico-custom {
	background-image: url('/coreimages/icons/system/ico.pop.message.custom.png');
}

.popup.message.ico-database {
	background-image: url('/coreimages/icons/system/ico.pop.message.database.png');
}

.popup.message.ico-datafail {
	background-image: url('/coreimages/icons/system/ico.pop.message.datafail.png');
}

.popup.message.ico-draft {
	background-image: url('/coreimages/icons/system/ico.pop.message.draft.png');
}

.popup.message.ico-error {
	background-image: url('/coreimages/icons/system/ico.pop.message.error.png');
}

.popup.message.ico-info {
	background-image: url('/coreimages/icons/system/ico.pop.message.info.png');
}

.popup.message.ico-kaboom {
	background-image: url('/coreimages/icons/system/ico.pop.message.kaboom.png');
}

.popup.message.ico-oops {
	background-image: url('/coreimages/icons/system/ico.pop.message.oops.png');
}

.popup.message.ico-redirect {
	background-image: url('/coreimages/icons/system/ico.pop.message.redirect.png');
}

.popup.message.ico-security {
	background-image: url('/coreimages/icons/system/ico.pop.message.security.png');
}

.popup.message.ico-stylesheet {
	background-image: url('/coreimages/icons/system/ico.pop.message.stylesheet.png');
}

.popup.message.ico-success {
	background-image: url('/coreimages/icons/system/ico.pop.message.success.png');
}

.popup.message.ico-system {
	background-image: url('/coreimages/icons/system/ico.pop.message.system.png');
}

.popup.message.ico-todo {
	background-image: url('/coreimages/icons/system/ico.pop.message.todo.png');
}

.popup.message.ico-wizard {
	background-image: url('/coreimages/icons/system/ico.pop.message.wizard.png');
}

#_info {
	position: relative;
	z-index: 20000;
	display: block;
}

#_info table {
	border: 2px solid #000;
	margin: 20px;
	background-color: #fff
}

#_info th {
	background-color: #666;
	color: #ff0;
	font-weight: normal;
	border-bottom: 2px solid #000;
	padding: 5px
}

#_info td {
	white-space: nowrap;
	padding: 5px 7px
}

#_info .title {
	padding-left: 20px;
	text-align: right;
	font-weight: bold
}

#_info .value {
	padding-right: 20px
}

#no-cookies {
	min-height: 800px;
}

#no-cookies #message-block {
	width: 600px;
	margin: 100px auto;
	border: 2px solid #000;
	background-color: #faa;
	padding: 20px;
	border-radius: 20px;
}

option.exact-match {
	color: #a0a;
	!important
}

option.starts-with {
	color: #0f0;
	!important
}

option.contains {
	color: #00f;
	!important
}

option.ends-with {
	color: #f00;
	!important
}

.global.home {
	background-color: #fff;
	color: #000;
	margin: 10px;
	padding: 20px;
	border: 2px solid #08c;
	border-radius: 7px;
}


/*-- workspace --*/

#list-pane.split,
#detail-pane.split {
	float: left;
	min-height: 300px;
}

#list-pane.split {
	margin-right: 20px;
	width: 65%;
}

#detail-pane.split {
	width: 30%;
}

#detail-pane .title {
	font-size: 20px;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}


/*-- login ------------------------------------------------------------------*/

#login table {
	background-color: #fff;
	min-width: 350px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #934f5f;
}

#login .header {
	background-color: #5d333c;
	color: #fff;
	font-weight: normal;
	font-size: 20px;
}

#login .input {
	width: 200px;
	padding: 3px 7px;
	font-size: 16px;
}

#login #timer {
	background: url('/coreimages/animated/ani.loader.bar.003.gif') no-repeat;
	height: 24px;
	width: 24px;
	visibility: hidden;
	float: left;
	margin-right: 5px
}

#login td.label {
	width: 100px;
	text-align: right;
	font-size: 16px;
}

#login td {
	padding: 5px;
}

#login td.bottom {
	padding-top: 15px
}

#login td.top {
	padding-top: 15px
}

#login #forgot-password {
	text-align: right;
	font-size: .9em;
	padding: 15px
}

.bubbleInfo {
	position: relative;
	background-color: #fff;
	display: inline-block;
}

.bubble {
	position: absolute;
	display: none;
	background-color: #fff;
	border: 3px solid #38d;
	padding: 15px;
	margin: 15px;
	width: 350px;
	text-align: left;
}

.bubble h4 {
	margin: 0;
	padding: 0;
	font-size: 17px;
	color: #38d
}

.bubble .text {
	font-size: 11pt;
	line-height: 1.2em;
	font-weight: normal;
	color: #000;
	width: 180px;
	font-family: arial
}

.polaroid {
	margin: 9px;
	display: inline-block;
}

.polaroid .outer {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	border: 2px solid #000;
}

.polaroid .inner {
	background-color: #fff;
	border: 1px solid #666;
	background: url(/coreimages/backgrounds/bg.crop.001.png);
}

.polaroid .backdrop {
	background-color: #fff;
	border: 0px solid #f0f;
}

.polaroid .photo {
	border: 1px solid #fff;
	background-color: #000 !important;
	background-size: cover !important;
}

.polaroid .photo:hover {
	border: 1px solid #000;
}

.polaroid .info {
	text-align: center;
	font-size: 14px;
}

.polaroid .info .title {
	overflow-x: hidden;
	font-size: 16px;
	font-weight: bold;
}

.polaroid .index {
	position: absolute;
	color: #a66;
	font-size: 12px;
	padding: 5px;
	bottom: 0;
	left: 0
}

.spinner {
	background-color: #fff;
	position: absolute;
	height: 40px !important;
	width: 40px !important;
	border-width: 0px !important;
	border-radius: 0px !important;
	background-size: cover !important;
	background: url(/coreimages/animated/ani.loader.disc.003.gif) no-repeat;
}

#breadcrumb {
	text-transform: lowercase;
	!important;
}

.avatar.spinner {
	display: none;
	top: 80px;
	left: 70px;
}

#page-message {
	max-width: 50%;
	min-width: 25%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20000;
	display: none;
	margin: 40px auto 0 auto;
}

#page-message-content {
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	font-size: 18px;
	padding: 10px;
}

#page-message .success {
	color: #fff;
	border-color: #080;
	background-color: #080;
}

#page-message .failed {
	color: #fff;
	border-color: #c33;
	background-color: #c33;
}

#page-message .warning {
	color: #fff;
	border-color: #f60;
	background-color: #f60;
}


/*-- php error message --*/
body.phperror {
 background-color:#f88;
}

#php-error {
    font-family:arial;
    color:#ff0;
    border-radius:7px;
    background-color:#a00;
    padding:20px;
    margin:20px;
}

#php-error emphasis {
    color:#fff;
}

#php-error .row {
	margin: 5px;
}

#php-error .row div {
	display: inline-block;
}

#php-error .label {
	width: 80px;
	text-align: right;
	color: #fff;
}

#php-error .result {
	background-color: #666;
	padding: 3px 10px;
	width: 80px;
	margin: 0 5px;
	text-align: center;
}

#php-error .passed {
	color: #0f0;
}

#php-error .failed {
	color: #f66;
}

#php-error .classname {
	margin: 10px 20px 0 20px;
	color: #eee;
}

#php-error .message {
	text-align: left;
	margin: 0 20px 30px 20px;
	background-color: #a33;
	border: 2px solid #ff0;
	padding: 20px;
	border-radius: 10px;
}

#php-error .title {
	text-align: center;
	font-size: 20px;
	margin: 10px;
}

#php-error .doclink {
	text-decoration: none;
	color: #fff;
}

#php-error .docref {
	color: #a66;
}

#php-error .highlight {
	color: #fff;
}