@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

html, body, .wrapper {
	height:100%;
	min-height:100%;
	width:100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color:#444;
}
a {
	text-decoration: none !important;
	color:#D9534F;
}
section {
    padding-top: 30px;
    padding-bottom:30px;
}
/* Firefox/Opera fix of bootstrap responsive images inside table cells */
.img-responsive{
    width: 100%;
}

.light-text {
	color:#ECF0F1;
}

.row-spaced {
	padding-top:50px;
	padding-bottom:50px;
}

.intranav {
	position:fixed;
	width:100%;
	background-color:#333;
	z-index:1000;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.intranav > .brander {
	font-size:16px;
	text-align:center;
	padding-top:20px;
	letter-spacing: 2px;
	font-weight:400;

}
.intranav > .right-menu > .menu-item {
	position:relative;
}
.menu-item {
	height:50px;
	padding-top:14px;
}
.menu-item > p {
	color:#ECF0F1;
}
.menu-item > a > p {
	color:#ECF0F1;
	letter-spacing:1px;
	font-weight:600;
}

.mid-weight {
	font-weight:600;
}

.top-splash {
	background:url(../img/bg/b4.jpg) center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
}
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}
.row-title {
	margin-bottom:60px;
	margin-top:60px;
}
.main-title {
	font-size:52px;
	letter-spacing: 16px;
	font-weight:300;
}
.hr-bulked-white {
	width:50px;
	height:2px;
	background-color:#ddd;
	border:none;
}
.splash-btn {
	border: 1px rgba(255, 255, 255, 0.35) solid;
	background-color:rgba(0,0,0,0.1);
	color:#ECF0F1;
	padding:10px 0px;
	margin-bottom:40px;
	width:256px;
	letter-spacing:2px;
}
.splash-btn:hover {
	background-color:rgba(255,255,255,0.1);
}

.feature-title {
	text-align:center;
	font-weight:600;
	letter-spacing:3px;
	font-size:20px;
	margin-top:20px;
}

.feature-section {
	padding:0px 40px;
}
.feature-section > i {
	font-size:3.5em;
}
.feature-section > p.descr {
	font-weight:300;
}



.intrafoot {
	background-color:#ECF0F1;
}
.footer-title {
	color:#666;
	font-size:30px;
	letter-spacing:2px;
	font-weight:400;
	text-align:center;
	margin-top:40px;
}
.footer-section {
	color:#ECF0F1;
	font-size:24px;
	letter-spacing:2px;
	font-weight:400;
	margin-top:40px;
}
.dark-input, .dark-input:active, .dark-input:focus {
	background-color:#5b5b5b;
	border:none;
	box-shadow:none;
	height:40px;
	font-size:14px;
	color:#ECF0F1;
}
.light-input, .light-input:active, .light-input:focus {
	background-color:#fff;
	border:none;
	box-shadow:none;
	height:40px;
	font-size:14px;
	color:#444;
}
.footer-btn {
	height:40px;
	line-height:28px;
	letter-spacing:1px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ECF0F1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ECF0F1;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ECF0F1;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #ECF0F1;
}


.gallery {
	width:100%;
}
.gallery-item {
	padding:0px;
}





.login-space {
	min-width:100%;
	background-color:#333;
}



.intranav-sidebar {
	position:fixed;
	z-index:1000;
	top:0;
	bottom:0;
	left:0;
	width:240px;
	height:100%;
	background-color:#333;
  	box-shadow: 2px 2px 8px -4px rgba(0,0,0,0.5);
  	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
  	/*overflow-y: scroll;*/
}
.sidebar-retracted {
	margin-left:-240px;
}

.container-wside {
	padding-left:240px;
}
.container {
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
.sidebar-brand {
	padding-top:10px;
	font-size:18px;
	padding-left:25px;
	padding-right:25px;
	border-bottom: 1px solid #555;
}
.sidebar-brand > a > p {
	color:#D9534F;
	letter-spacing:3px;
}
.sidebar-download {
	padding:10px 15px 0px 25px;
	border-bottom: 1px solid #555;
}
.sidebar-download > p {
	color:#ECF0F1;
	font-weight:600;
	font-size:12px;
}
.sidebar-download:hover {
	background-color:#444;
}
.sidebar-menu {
	list-style-type: none;
	padding-left:0px;
}
.sidebar-menu > a > li,
.sidebar-menu > li {
	font-weight:600;
	font-family: "Open Sans", sans-serif;
  	color:#ECF0F1;
  	font-size:12px;
  	padding:10px 15px 10px 25px;
  	border-bottom: 1px solid #555;
}
.sidebar-menu > a > li:hover {
	background-color:#444;
}
.sidebar-menu > li > ul {
	list-style-type: none;
	padding-left:10px;
	font-weight:400;
}
.sidebar-menu > li > ul > a > li {
	color:#ccc;
	padding-top:12px;
}
.sidebar-menu > li > ul > a > li:hover {
	color:#fff;
}
#flip {}
#panel {
	padding-left: 20px;
	display: none;
}

/* HOME */
.menu-label {
	position:fixed;
	top:0;
	left:0;
	margin:20px 20px;
	z-index:1000;
	cursor: pointer;
	cursor: hand;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
.menu-label-expanded {
	margin-left:265px;
}
.download-btn {
	font-family: 'Open Sans', sans-serif;
	border: 2px solid #444;
	letter-spacing:1px;
	padding:10px 20px;
}
.download-btn:hover {

}
.docs-btn {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	letter-spacing:2px;
	padding:10px 20px;
	background-color:none;
	color:#444;
	border-radius:20px;
	border: 1px solid #444;
	font-weight:600;
}


/* DOCS */
.chapter-splash {
	background:url(../img/patterns/gplaypattern.png) repeat;
	/*-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;*/
}
.chapter-title {
	font-weight:600;
	letter-spacing:5px;
	font-size:30px;
	color:#444;
	margin-top:60px;
	margin-bottom:60px;
}
.section-title {
	font-weight:600;
	letter-spacing:3px;
	font-size:20px;
}
.list-title{
	font-weight:600;
	letter-spacing:0px;
	font-size:16px;
	color:#888;
}
.light-grey {
	color:#888;
}
.border-emph {
	border-left:4px solid #888;
	padding-left:10px;
}


/* Release history */
td {
	font-family: "Open Sans", sans-serif;
	font-size:13px;
	color:#888;
	padding:10px 20px;
}
td {
	font-family: "Open Sans", sans-serif;
	font-size:15px;
	color:#888;
	padding:10px 20px;
}
.btn-default {
	background-color:#ccc;
}


.algopic {
	width:250px;
}
.algopic2 {
	width:200px;
}
.componentpic {
	border: 2px solid #ccc;
	background:url(../img/patterns/gplaypattern.png) repeat;
	margin:20px 0px;
}
.meshparams-pic {
	width:200px;
}
ol >  li {
	font-family: 'Open Sans', sans-serif;
	color:#888;
}

.label-version {
	background-color:#444;
	position:fixed;
	bottom:0;
	right:0;
	margin-bottom:10px;
	margin-right:10px;
	padding-top:8px;
	padding-bottom:8px;
}


/*simulaiton data table */

table#t01 {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table#t01 td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

table#t01 tr:nth-child(even) {
    background-color: #dddddd;
}

table#t02 caption {
	display: table-caption;
	text-align: center;
	border-bottom: 1px solid #555;
}
table#t03 caption {
	display: table-caption;
	text-align: center;
	border-bottom: 1px solid #555;
}

#projects a {
					display: block;
					width: 200px;
					height: 150px;
					float: left;
				}
#projects img {
					width: 100%;
					height: 100%;
				}

/*load query results for simulation.html*/
.results{}

/*download preview*/
#display_box{
	  border: 1px solid;
		border-radius: 15px;
		-webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    transform: skew(20deg);
		padding-top: 15px;
		padding-bottom: 30px;
		padding-left: 70px;
		padding-right: 70px;
}

#display_text{
	  -webkit-transform: skew(-20deg);
	  -moz-transform: skew(-20deg);
    transform: skew(-20deg);
}
