.cTitle {
	white-space: pre-wrap;
}

.subpage {
	clear: both;
}
fieldset {
	margin: .5em 0;
}

div.cTool {
	padding: 0 1em;
	border: 3px solid rgba(0,0,0,0);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background: rgb(0,0,0) !important;
	background: rgba(0,0,0,.8) !important;
	box-shadow: rgba(0, 0, 0, .9) 2px 2px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, .9) 2px 2px 10px;
	-moz-box-shadow: rgba(0, 0, 0, .9) 2px 2px 10px;
	font-family: Arial !important;
	font-weight: normal !important;
	font-size: 12px !important;
	line-height: 100% !important;
	color: orange;
}

.cama-toolbox, .cBox
{
	position: absolute;
	z-index: 100;
	top: -13px;
	right: -8px;
	height: 12px;
	padding: 0 3px 0 3px;
	border: 3px solid rgba(0,0,0,0);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background: rgb(0,0,0) !important;
	background: rgba(0,0,0,.8) !important;
	box-shadow: rgba(0, 0, 0, .9) 2px 2px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, .9) 2px 2px 10px;
	-moz-box-shadow: rgba(0, 0, 0, .9) 2px 2px 10px;
	font-family: Arial !important;
	font-weight: normal !important;
	font-size: 12px !important;
	-webkit-font-smoothing: subpixel-antialiased;
	line-height: 100% !important;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -webkit-transform;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	white-space: nowrap;
	color: orange;
	text-shadow: none !important;
	box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
}
.cama-toolbox span {
/*	display: inline-block; */
/*	height: 14px; */
	vertical-align: top;
}
.cama-toolbox span:hover {
	cursor: pointer;
	color: yellow;
}
.cama-toolbox h1, .MooDialog h1 {
	text-align: left;
	color: #fff;
	font-size: 24px;
	background: none;
	margin: .5em 0 1em 0;
	padding: 0;
}
.cama-toolbox li {
	line-height: 12px;
}
.cama-toolbox ul, .cama-toolbox li {
	margin: 0 !important;
	padding: 0 !important;
}
.cama-toolbox p
{
	margin: 0;
	color: #666;
}
.cama-toolbox select
{
	background: #000;
	color: orange;
	border-color: #000;
}
.cama-toolbox a
{
	padding: 0 !important;
	color: orange !important;
	font-family: Verdana !important;
	font-weight: normal !important;
	font-size: 12px !important;
	line-height: 12px !important;
	text-decoration: none !important;
	text-shadow: none !important;
	border: none !important;
}
.adminLinks a {
	color: orange !important;
}
.adminLinks a:hover {
	color: yellow !important;
}
.cama-toolbox li:hover {
	background: none !important;
}
.cama-toolbox a:hover {
	color: yellow !important;
}
.staticContainer {
	position: relative;
	-webkit-transition: height .25s linear;
	height: 0;
}
.static {
	position: absolute;
	top: 0;
	float: right;
	clear: both;
	padding: 0;
}
#cama-tools-addSubpage-modulesList div {
	margin: .5em 0;
	cursor: pointer;
}
#cama-tools-addSubpage-modulesList div[name]:hover { /* Webkit, for some reason, have trouble displaying video controls if not [name] is included here.... Nobody knows... */
	color: yellow;
}

/*
#menu li {
	position: relative;
	white-space: nowrap;
}
*/
span.container {
	position: absolute;
	outline: 1px dashed green;
}
span.cama-toolbox {
	z-index: 101;
	top: 0;
	right: auto;
	padding: 0;
	border-radius: 2px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	line-height: 0px;
    min-height: 12px;
    max-height: 12px;
    height: 12px;
	-webkit-transform-origin: 9px 9px;
	-moz-transform-origin: top left;
	font-size: 0;
	outline: 1px solid yellow;
}
span.cama-toolbox img {
	border: none;
}

.cama-toolbox-small {
	z-index: 101;
	top: 0;
	right: auto;
	padding: 0;
	border-radius: 2px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	font-size: 17px;
	font-family: Arial;
	font-weight: bold;
	line-height: 12px;
    min-height: 12px;
    vertical-align: bottom;
	-webkit-transform-origin: 9px 9px;
	-moz-transform-origin: top left;
}
.cama-toolbox-small .ct-addMenuItem {
	display: inline-block;
	color: orange;
	text-decoration: none;
	text-align: center;
	width: 12px;
	height: 12px;
}
.cama-toolbox-small .ct-addMenuItem:hover {
	color: yellow;
	cursor: pointer;
}

.cama-toolbox .disabled { opacity: .5; cursor: default; }
.adminLinks .disabled { opacity: 1; color: #666 }
.adminLinks .disabled:hover { color: #666 !important }

.menuActions {
	display: block;
	font-size: 12px;
}
.menuActions li {
	display: block;
}

.subpage {
	position: relative;
	min-height: 1em;
}

#pageMenuContainer {
/*	font-size: 12px; */
/*	font-family: Arial; */
/*	font-weight: normal; */
}
#pageMenuContainer li {
    margin: .5em 0;
}

#shim {
	z-index: 9000;
	background: rgba(255,255,255,.75);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 12px;
}

#shim .win {
	padding: 1em;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.8);
	box-shadow: rgba(0, 0, 0, .9) 2px 2px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, .9) 2px 2px 10px;
	-moz-box-shadow: rgba(0, 0, 0, .9) 2px 2px 10px;
}
#shim .win, #shim .win td, #shim .win p, #shim .win h1, #shim .win h2 {
	color: orange !important;
}
#shim h1, #shim h2 {
	width: auto;
	background: none;
	border: none;
	text-shadow: none;
}
#shim p {
	line-height: 1.5em;
}
#shim .win a {
	color: orange !important;
}
#shim fieldset {
	background: none !important;
	border: none !important;
}

.spinner {
	z-index: 99999;
	background: rgba(0,0,0,.5);
}
.spinner-img {
	background: url(/Cama/Graphics/Spinner.svg) no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
	margin: 0 auto;
}

/* Cama */

body .editOn {
	outline: 1px dashed #aaf;
	outline-offset: 1px;
	min-height: 1em;
}
body .editOn:focus, .focus {
	outline: 1px dashed #33f;
/*	outline: 5px auto -webkit-focus-ring-color; */
}
body.editOn .c-disabled-on-edit, body.editOn .view-main .navbar .link {
	pointer-events: none;
	opacity: .1;
}
body.editOn .view-main .navbar .link-edit {
	pointer-events: all;
	opacity: initial;
}
body.editOn #front a.button, body.editOn #front a.external {
	pointer-events: none;
	opacity: .5;
}

.cama-menu li {
	transition-property: border-with, border-color;
	transition-duration: .25s;
	transition-timing-function: linear;
	-webkit-transition-property: border-with, border-color;
	-webkit-transition-duration: .25s;
	-webkit-transition-timing-function: linear;
	-moz-transition-property: border-with, border-color;
	-moz-transition-duration: .25s;
	-moz-transition-timing-function: linear;
}
.cama-menu a {
	white-space: pre-wrap;
	transition: color .25s linear, opacity .25s linear, border-color .25s linear !important;
	-webkit-transition: color .25s linear, opacity .25s linear, border-color .25s linear !important;
	-moz-transition: color .25s linear, opacity .25s linear, border-color .25s linear !important;
}

/* Module Tools / Admin Links */
.adminLinks {
	left: -8px;
	right: auto;
	background: rgba(255,165,0,.8);
	color: #000;
	min-height: 8px !important;
	padding: 3px;
	line-height: 100% !important;
	border: 1px solid rgba(255,165,0,0);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.adminLinks li {
	display: inline;
	margin: 0 2px !important;
}
.adminLinks a {
	color: #000;
}

/*
.plain-text *, .plain-text *:hover {
	position: static !important;
	display: inline !important;
	width: auto !important;
	height: auto !important;
	float: none !important;
	clear: none !important;
	margin: 0 !important;
	padding: 0 !important;
//	vertical-align: inherit !important;
	font: inherit !important;
	color: inherit !important;
	background: inherit !important;
	text-decoration: inherit !important;
	border: inherit !important;
	text-shadow: inherit !important;
	--webkit-text-shadow: inherit !important;
	--moz-text-shadow: inherit !important;
	opacity: inherit !important;
	box-shadow: inherit !important;
	--webkit-box-shadow: inherit !important;
	--moz-box-shadow: inherit !important;
	white-space: inherit !important;
}
.plain-text tbody {
	vertical-align: inherit; !important
}
.plain-text br, .plain-text input, .plain-text textarea, .plain-text img, .plain-text object, .plain-text embed, .plain-text iframe {
	display: none !important;
}
*/

.cama-tool-menuContainer {
	position: relative;
	vertical-align: top;
	z-index:200;
}
.cama-tool-menu {
	position: absolute;
	top: 0;
/*	right: 0; */
	line-height: 0;
	text-align: left;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.8);
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	box-shadow: rgba(0, 0, 0, .9) 2px 2px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, .9) 2px 2px 10px;
	-moz-box-shadow: rgba(0, 0, 0, .9) 2px 2px 10px;
	-webkit-transform-origin: 8px 8px;
	-moz-transform-origin: 8px 8px;
/*	-moz-transform-origin: top left; */
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -webkit-transform;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
}
.cama-tool-menu-plus-container {
	position: relative;
	-webkit-transition: height 0.25s linear;
	height: 0;
}
.plus {
	position: absolute;
	display: inline-block;
}
/*
#submenu a {
	font-size: 40px;
	line-height: 50px;
	border: 1px solid blue;
}
*/
.cama-tool-menu .a {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 16px;
	height: 16px;
/*	font-family: Arial; */
/*	font-size: 12px; */
/*	line-height: 10px; */
/*	overflow: hidden; */
	color: orange;
	text-decoration: none !important;
	cursor: pointer;
}
.cama-tool-menu canvas {
	margin-top: 2px;
}
.cama-tool-menu #menumenuul {
	padding: 0 .5em .5em .5em;
}
.cama-tool-menu #menumenuul span {
	display: block;
	width: auto !important;
	height: auto !important;
	line-height: 1em !important;
	margin: .75em 0 0 0 !important;
	padding: 0 !important;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	white-space: nowrap !important;
	color: orange;
	background: none !important;
	cursor: pointer;
}
.cama-tool-menu #menumenuul span:hover {
	color: yellow;
}

/* F7 */
.f7 #loginWindow {
	margin: 10% auto !important;
	width: 84% !important;
	max-width: 400px;
	font-size: 1.2em;
}
.f7 #loginWindow table {
	width: auto;
	margin: 0 auto;
}
.f7 #loginWindow td {
	white-space: nowrap;
}
.f7 #loginWindow td input {
	width: 80% !important;
}
.f7 #loginWindow p {
	text-align: center;
	clear: both;
	float: none !important;
	margin: 1em 0 1em 0 !important;
}
.f7 #loginWindow p #loginForgot {
	display: block;
	margin-bottom: 2.45em !important;
}
.f7 #loginWindow p input {
	width: 48%;
}
.f7 #loginWindow input[type=text], .f7 #loginWindow input[type=password], .f7 #loginWindow input[type=email] {
	font-size: 1.1em;
}
.f7 #loginWindow p input#loginCancel, .f7 #loginWindow p input#backToLogin {
	float: left;
}
.f7 #loginWindow p input#loginSubmit, .f7 #loginWindow p input#forgotSubmit {
	float: right;
}

/* Flags */
.flag {
	 box-shadow: 0px 0px 2px silver;
}

/* F9 Overrides */
.theme-green .button.button-fill,
.theme-green .button.button-fill i.icon, .button.button-fill i.icon.theme-green {
	color: #000;
}
.button.button-big i.icon {
	font-size: 20px;
	vertical-align: text-bottom;
}

/* Network Detection (Offline) */
html.offline {
	cursor: not-allowed;
}
html.offline body>*, html.offline .page-content * {
	pointer-events: none;
}
html.offline .page-content {
	pointer-events: auto;
}
html.offline .offline-overlay {
	text-align: center;
	color: white;
	background-color: rgba(255,0,0,.6);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(6px);
	min-height: 44px;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100000;
}
html.offline.with-statusbar-overlay .offline-overlay {
	padding-top: 20px;
}