/*
Theme Name: Slideme!.
Author: Luigi Ferraresi
Author URI: http://www.luigiferraresi.it/
Description: Slideme, A powerful (and Simple) jQuery slideshow.
Version: 1.0
License: GNU General Public License
Tags: flat, big image, blue, green, orange, fresh
*/

::-webkit-input-placeholder { color:#ccc; }

body, html {
	color: #fff;
	font-size: 16px;
	min-height: 590px;
	height: 100%;
}

h1, h2, h3 {
	font-weight: 100;
	line-height: 80%;
}

body, html, input, textarea {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
}

h1 span, h2 span, h3 span {
	font-weight: 200;
}

h1 {
	font-size: 80px;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: 100px;
}

h1 span.two {
	font-size: 200px;
}

h2 {
	font-size: 60px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h3 {
	font-size: 30px;
	margin-bottom: 18px;
}

p {
	line-height: 21px;
	margin-bottom: 20px;
	padding-right: 40px;
}

a.button {
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 30px;
	position: relative;
	text-transform: uppercase;
}

pre, code, dl, dt, dd {
	margin: 0;
	padding: 0;
}

dd {
	padding-left: 100px;
}
dt.aboutus{
	font-weight: bold;
	margin-top: 10px;
}
dl.slideshow{
	margin-left: 40%;
}
dl.slideshow, dd{
	font-weight: normal;
}

pre {
	display: table-cell;
	height: 100%;
	position: relative;
	vertical-align: middle;
	width: 100%;
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

code, span.overview{
	margin: 0 10%;
	margin-bottom: 10px;
	max-height:70%;
	overflow-y: auto;
}

pre .level, pre .name {
	margin: 0;
	position: relative;
	top: -46px;
}

pre .level {
    font-size: 40px;
	font-weight: 200;
	margin-left: 10%;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

pre .name {
    font-size: 24px;
	font-weight: 100;
	margin-bottom: 20px;
	padding-left: 20px;
	color: orange;
}

span.comment {
	color: #f8f8f8;
}

span.yellow {
	color: #fbde28;
}

span.green {
	color: #61ce3c
}

span.orange {
	color: #ff6400;
}

span.blue {
	color: #66a6ce;
}

code, span.overview{
	background: #ff9800;
	border-radius: 10px;
	color: #f8f8f8;
	display: block;
	font-size: 12px;
	padding: 10px;
	position: relative;
	text-align: left;
	top: -46px;
}

fieldset {
	margin: none;
	margin-top: 10px;
	padding: none;
	width: 100%;
}

fieldset label {
	display: none;
}

input, textarea {
	background-color: transparent;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 200;
	padding: 2%;
}

input[type="text"], input[type="email"], textarea {
	width: 96%;
}

input[type="submit"] {
	color: #fff;
	height: 40px;
	line-height: 0;
	padding: 0 6%;
	float: right;
}

textarea {
	height: 160px;
	resize: none;
}

/*
 *	WPC7
 */
span.wpcf7-form-control-wrap {
	display: block;
}

span.wpcf7-not-valid-tip {
	display: none!important;
}

input.wpcf7-not-valid {
	background: #C75050!important;
}

div.wpcf7-response-output {
	background: #00AC62!important;
	border: none!important;
    bottom: 0;
    left: 0;
	margin: 0!important;
	padding: 10px 0;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng {
	background: #C75050!important;
}

/** end WPC7 **/

.admin-bar #masthead {
	top: 28px;
}

#masthead {
	-webkit-transition: background-color .5s ease-in;
	-ms-transition: background-color .5s ease-in;
	-moz-transition: background-color .5s ease-in;
	-o-transition: background-color .5s ease-in;
	background-color: transparent;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.opaque #masthead.home {
	background-color: #2D7084;
}

.opaque #masthead.documentation {
	background-color: #2885AB;
}

.opaque #masthead.community {
	background-color: #8CA3A0;
}

#menu-navigation {
	text-align: right;
}

#menu-navigation li {
	display: inline;
	margin-right: 10px;
}

#menu-navigation li.current a{
	cursor: default;
	opacity: .5;
}

#menu-navigation a {
	color: #fff;
	text-transform: uppercase;
}

.intro {
	display: table;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.wrapper-outer {
	display: table-cell;
	height: 100%;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.wrapper-outer > * {
	margin: auto;
	max-width: 1620px;
	position: relative;
	width: 80%;
}

.content {
	display: block;
	/*overflow: hidden;*/
	position: relative;
	text-align: left;
	min-width: 700px;
}

.content h1,h2{
	margin-top: 3%;
}

img.illustration{
	float: left;
	max-width: 740px;
	margin-right: 5%;
	margin-bottom: 20px;
	width: 40%;
}

/*
 *	PAGES
 */

#home {
background-color: #14052F;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23D18'/%3E%3Cstop offset='1' stop-color='%23330000'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%23FA3' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FA3' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.4'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}

#home h1 {
	white-space: nowrap;
}

#home a.button {
	background: #e87c36; /*#30778d;*/
}
#publication a.button {
	background: #e87c36; /*#30778d;*/
}
a#arrows-down {
	-webkit-transition: background-position .5s ease-in;
	-ms-transition: background-position .5s ease-in;
	-moz-transition: background-position .5s ease-in;
	-o-transition: background-position .5s ease-in;
	background: url('../img/arrows-down.svg') no-repeat;
	background-position: 0 0px;
	bottom: 5px;
	display: block;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	position: absolute;
	text-indent: -3000em;
	width: 40px;
}

a#arrows-down:hover {
	background-position: 0 10px;
}


#publication {
background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23220000' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23440000' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23660000' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23880000' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23A00' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
#meshlib {
background-color: #ff7700;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%23cc0000' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23aa0000' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23d6002b' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23b10022' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23d9004b' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%23b2003d' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23d3006c' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%23ac0057' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23c4008c' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%239e0071' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%23aa00aa' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%23880088' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
#samples {
	background: #4d0c67;
}

#demo-nav {
   	bottom: 10px;
    font-size: 14px;
    height: 100px;
    left: 50%;
    margin-left: -170px;
    position: absolute;
    text-align: center;
    width: 340px;
    z-index: 300;
}

#demo-nav h4 {
    bottom: 40px;
    font-size: 14px;
    font-weight: 200;
    left: -120px;
    position: absolute;
    text-transform: uppercase;
}

#demo-nav ul {
	background: url('../img/dot-h.png') center 54px repeat-x;
	display: inline-block;
}

#demo-nav li {
	-webkit-transition: background-position .3s ease-in;
	-ms-transition: background-position .3s ease-in;
	-moz-transition: background-position .3s ease-in;
	-o-transition: background-position .3s ease-in;
	background: url('../img/pin.png') top center no-repeat;
	background-position: center -44px;
	display: inline-block;
	margin: 0 10px;
	padding-top: 44px;
	width: 60px;
}

#demo-nav li span {
	-webkit-transition: background-color .5s ease-in;
	-ms-transition: background-color .5s ease-in;
	-moz-transition: background-color .5s ease-in;
	-o-transition: background-color .5s ease-in;
	background-color: #2885ab;
	border-radius: 21px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	margin: auto;
	margin-bottom: 5px;
	width: 21px;
	text-align: center;
}

#demo-nav li.current {
	background-position: center 0;
}

#demo-nav li:hover span, #demo-nav li.current span {
	background-color: #094158;
}

#demo-nav li a {
	color: #fff;
}
#demo-subnav a:hover {
        color: white;
}

#demo-subnav {
	bottom: 110px;
	font-family: Consolas, monospace;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 600;
        background-color: #330000;
        opacity: 0.6;
}

#demo-subnav ul {
	-webkit-transition: opacity .5s ease-in;
	-ms-transition: opacity .5s ease-in;
	-moz-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
	background-image: url('../img/bracket_left.png'), url('../img/bracket_center.png'), url('../img/bracket_right.png'), url('../img/bracket_line.png');
	background-position: left bottom, center bottom, right bottom, left bottom;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
	bottom: 0;
	padding: 0 20px;
	padding-bottom: 0px;
	position: absolute;
	display: inline-block;
	line-height: 18px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	max-width: 45%;
}

#demo-subnav ul.current {
	opacity: 1;
	visibility: visible;
	position: relative;
}

#demo-subnav li {
	display: inline-block;
	font-size: 14px;
	margin-left: 15px;
}

#demo-subnav li:first-child {
	margin-left: 0;
}

#demo-subnav li a {
	font-weight: 200;
	font-size: 80%;
	color: #fff;
}

#demo-subnav li.current a {
	opacity: .5;
}

#demo-subnav li.current a {
	cursor: default;
}

#mcx19 {
	background: #2D7084;
}

#mcx19 a.button, #mcx19 input[type="text"], #mcx19 input[type="email"], #mcx19 textarea {
	background: #264E6B;
}
#mcx19 a:link {
        color:  #54de5a;
}
#mcx19 a:visited {
        color:  #fffb00;
}
#mcx19 ul{
	list-style-position: inside;
}
#mcx19 li{
        display: list-item;
        list-style: square;
	margin-top: 8px;
	list-style-position: inside;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

#mcx19 input[type="submit"] {
	-webkit-transition: color .5s ease-in;
	-ms-transition: color .5s ease-in;
	-moz-transition: color .5s ease-in;
	-o-transition: color .5s ease-in;
	cursor: pointer;
	display: inline-block;
	background: #669999;
}

#mcx19 input[type="submit"]:hover {
	background: #6699BB;
}

#goToReportABugIntro {
	float: right;
	margin-right: 10px;
}

div.wpcf7 {
	float: left;
	width: 48%;
}

.ajax-loader {
	position: absolute;
}

#mcxsample .slideme {
	width: 550px;
	height: 430px;
}

.overview a {
	color: #61CE3C;
}

nav.pagination {
	vertical-align: baseline;
}

ol.numbers{
	text-align: center;
}

ol.numbers li {
	display: inline-block;
	text-indent: -3000em;
	list-style-type: circle;
	list-style-position: inside;
}

div.slideshow {
	float: left;
	min-width: 40%;
	min-height: 50%;
	height: 500px;
	margin-right: 5%;
}
dd.aboutus a{
	color: orange;
}

div#devlist, div#paperlist {
	float: left;
	min-width: 40%;
	min-height: 40%;
	height: 250px;
	margin-right: 5%;
}
img.slideimg{
	margin-right: 0%;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

#about {
background-color: #000000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cg %3E%3Ccircle fill='%23000000' cx='400' cy='400' r='600'/%3E%3Ccircle fill='%23180d1c' cx='400' cy='400' r='500'/%3E%3Ccircle fill='%23261431' cx='400' cy='400' r='400'/%3E%3Ccircle fill='%23351947' cx='400' cy='400' r='300'/%3E%3Ccircle fill='%23451e5e' cx='400' cy='400' r='200'/%3E%3Ccircle fill='%23552277' cx='400' cy='400' r='100'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}


#mmc{
	background-color:#653a15; /*#672c06;#C55D1A;#803C04;#560721;*/
}
#homenav{
	z-index: 1000;
}
#homenav a{
	z-index: 1000;
	background-color: white;
	position: absolute;
	top: 85%;
	display: block;
	outline: none;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	border-radius: 50px;
	border: none;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-transition: width 0.3s, background-color 0.3s;
	transition: width 0.3s, background-color 0.3s;
}
#homenav a.hover {
	color: #566473;
	background-color: white;
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
#homenav a.disabled {
	display: none;
}
#homenav a.prev {
	left: 0;
	display: none;
}
#homenav h3 {
	position: absolute;
	top: 0;
	margin: 0;
	color: #566473;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 1px;
	font-weight: 200;
	font-size: 20px;
	line-height: 2;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
#homenav a.next {
	right: 0;
	text-align: right;
}
#homenav a.prev h3 {
	right: 20px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

#homenav a.next h3 {
	left: 20px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

#homenav a:hover {
	width: 280px;
	background: #fff;
}

#homenav a:hover h3 {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
img.mcxicon, img.mcx19icon{
	margin-right: 20px;
	width: 0.8em;
	float:left;
	margin-top: 15px;
}
img.openjdicon{
	margin-right: 20px;
	float:left;
	margin-top: 15px;
	width: 180px;
}
img.mcx19icon{
	margin-right: 20px;
	width: 0.8em;
	float:left;
	margin-top: -5px;

}
img.mugshot{
	float: left;
	margin-right: 10px;
}

p.news{
	margin-top: 20px;
	font-size: 100%;
	white-space: nowrap;
}
p.news a:link {
	color:	#fbde28;
}
p.news a:visited {
	color:	#395163;
}
p.news span.newsdate{
	display: inline-block;
	width: 5em;
	text-align: right;
	margin-right: 6px;
}
nav ul ul {
	display: none;
}
ul.dropdown-content{
	position: relative;
}
#menu-navigation ul li{
	display: block;
}
nav ul li {
	display: block;
}
nav ul li:hover > ul {
	display: block;
}
nav ul ul {
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
}

nav ul ul li a {
	padding: 15px 0px;
	color: #fff;
}
nav ul ul li a:hover {
	background: #4b545f;
}

div#sitemap{
	margin-bottom: 30px;
	left: 0;
	margin-left:0;
	margin-right:0;
	width: 100%;
	display: flex;
	flex-direction: row;
}
div.sitemapcolumn{
	width:30%;
	padding-left: 5%;
	font-size: 85%;
	border-right: 2px dotted #555;	
}
.sitemapcolumn a:link{
	color:	#ff6400;
}
.sitemapcolumn a:visited{
	color:	#ccc;
}
div.sitemapcolumn li{
	padding-top: .3em;
}
.sitemapheader{
	color: red;
}
#home a.nightly{
	background-color:#142c33;
}

table.livedemo {
    width: 100%;
}
tr.fopt{background-color:#fff2cc}
tr.fmc{background-color:#c9daf8}
tr.fgpu{background-color:#d9ead3}
tr.finput{background-color:#d9d2e9}
tr.foutput{background-color:#fce5cd}
tr.fio{background-color:#f4cccc}
tr.fadv{background-color:#d9d9d9}

tr.fheader{
    color: yellow; 
    font-size: 200%;
    text-transform:uppercase;
    font-weight:bold
}
td.text90rot{
 max-width:3em;
 vertical-align: middle;
 white-space: nowrap;
 transform: rotate(90deg);
 transform-origin: 50% 50% 0;
 text-transform:uppercase;
 color: blue;
}

strong {
	font-weight: bold;
}
