/* regular */
/*
@font-face {
font-family: 'Calibri';
src: url('/dinstar/services/fonts/calibri.eot');
src: local('â˜º'), url('/services/fonts/calibri.ttf') format('truetype'), url('/services/fonts/calibri.svg') format('svg');
font-weight: normal;
font-style: normal;
}
		    
/* italic */
/*
@font-face {
font-family: 'Calibri';
src: url('/services/fonts/calibrii.eot');
src: local('â˜º'), url('/services/fonts/calibrii.ttf') format('truetype'), url('/services/fonts/calibrii.svg') format('svg');
font-weight: normal;
font-style: italic;
}

@font-face {
font-family: 'Calibri';
src: url('/services/fonts/calibrib.eot');
src: local('â˜º'), url('/services/fonts/calibrib.ttf') format('truetype'), url('/services/fonts/calibrib.svg') format('svg');
font-weight: bold;
font-style: normal;
}
							    
@font-face {
font-family: 'Calibri';
src: url('/services/fonts/calibriz.eot');
src: local('â˜º'), url('/services/fonts/calibriz.ttf') format('truetype'), url('/services/fonts/calibriz.svg') format('svg');
font-weight: bold;
font-style: italic;
}
*/

body
{
	background-color: #f8f8f8;
	background-color: #f4f4f4;
}

::selection
{
	color: #fff;
	color: black;
/*	background: #A7DFCE; */
	background: #cfd8dc;
/*	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.3); */
}

::-moz-selection
{
	color: #fff;
	color: black;
	background: #A7DFCE;
	background: #cfd8dc;
/*	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.3); */
}


a
{
	color: #28A87F;
	color: white;
}

a:hover, a:active
{
	color: #23C5A0;
}

ul
{
	margin: 0;
}

.page-content li
{
	margin-left: 20px;
	margin-left: 0px;
	list-style-type: none;
}

.page-content li li
{
	list-style-type: circle;
	list-style-type: none;
}

.page-content li li li
{
	list-style-type: square;
}


.row.content
{
	margin-bottom: 0 !important;
}


#tab-wrapper
{
	background-color: rgba(255, 255, 255, 0.95) !important;
}

#content
{
	background-color: #f4f4f4;
}

.page-content
{
	background-color: #f4f4f4;
	padding: 10px;
	position: relative;
}


.darken-3-5
{
	background-color: #f4f4f4 !important;
	border-bottom: 1px solid #9e9e9e;
}

.row.tabs
{
	text-align: center;
	margin-bottom: 0;
}

.row.tabs div
{
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
}

.row.tabs div.active
{
	border-bottom: 2px solid #26a69a;
}

.row.tabs div:not(.select-wrapper):hover
{
	border-bottom: 2px solid #b2dfdb;
}

.row.tabs span.select-dropdown
{
	margin-top: 5px;
	margin-bottom: 0;
	border-bottom: 0;
}

.fixed
{
	position:fixed;
	width:100%;
	top:0;
	z-index:100;
}

#left-nav
{
	display: none;
}

.left-nav-visible
{
	position: fixed;
	left: 0;
	top: 0;
	overflow: scroll;
	background: #fff;
	width: 240px;
	z-index: 10001;
	padding: 10px;
}

#toggle-menu
{
	width: 100%;
}


.label
{
	display: inline;
	padding: .2em .6em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}

.label-success
{
	background-color: #5cb85c;
}

.label-danger
{
	background-color: #d9534f;
}

.label-warning
{
	background-color: #f0ad4e;
}

.label-info
{
	background-color: #5bc0de;
}

table tbody tr td
{
	text-align: left;
}

table.changelog td:first-child
{
	width: 15%;
}

table.changelog td:last-child
{
	width: 90%;
}

#search
{
	display: none;
	margin-bottom: 0;
/*	border-top: 1px solid #111;
	border-bottom: 1px solid #111; */
}

#search form
{
	margin: 0;
}

#search input
{
	color: #ccc;
	border-bottom: 1px solid #333;
}

#search input:focus
{
	box-shadow: none;
	border-bottom: 1px solid #00AE96;
}

.hero
{
	height: 500px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url('../img/home.jpg');
	overflow: hidden;
}

.hero-content
{
	padding: 10px;
	padding-top: 100px;
	padding-bottom: 40px;
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	text-shadow: 1px 2px 0 #000;
}

.get-started
{
	text-align: center;
	padding: 20px;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	font-size: 1.15em;
}

.nomargin
{
	margin: 0;
}

.github-logo
{
	background-color: #eee;
	padding: 5px;
	border-radius: 4px;
	text-align: center;
	display: block;
	margin-top: 2em;
}

.promo
{
	text-align: center;
}

div.promo > div.col > p:first-child
{
	font-size: 6em;
	margin-bottom: 0;
	margin-top: 0;
	color: #444;
}

div.promo > div.col > p:nth-child(2)
{
	font-size: 2.0em;
	margin-bottom: 0;
	margin-top: 0;
}

.terminal-window
{
	background:#E1E1E1;
	box-shadow: 0px 0px 42px 6px rgba(0,0,0,0.3);
	text-align: left;
	border-radius: 4px;
	margin: 0px auto;
}

.terminal-menu
{
	padding: 8px;
	text-align: center;
}

.terminal-menu .circle
{
    width: 0.7em;
    height: 0.7em;
    border-radius: 50%;
    display: inline-block;
}

.terminal-menu .circle.circle-red
{
	background: #FC4546;
	border: 1px solid #D73031;
}

.terminal-menu .circle.circle-yellow
{
	background: #FEB024;
	border: 1px solid #D7911E;
}

.terminal-menu .circle.circle-green
{
	background: #28C332;
	border: 1px solid #23A124;
}

.terminal-body
{
	padding: 8px;
	background: #262626;
	border: 1px solid #555;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #A0A0A0;
}

.terminal-body .command
{
	color: #28A87F;
}

.terminal-body .cursor
{
	display: inline-block;
	height: 1em;
	width: .5em;
	vertical-align: middle;
	-webkit-animation: 1s cursor-blink step-end infinite;
	-moz-animation: 1s blink step-end infinite;
	-ms-animation: 1s cursor-blink step-end infinite;
	-o-animation: 1s cursor-blink step-end infinite;
	animation: 1s cursor-blink step-end infinite;
}

@keyframes "cursor-blink" {
	from,to {
		background: transparent;
	}
	50% {
		background: #FC9639;
	}
}

@-moz-keyframes cursor-blink {
	from,to {
		background: transparent;
	}
	50% {
		background: #FC9639;
	}
}

@-webkit-keyframes "cursor-blink" {
	from,to {
		background: transparent;
	}
	50% {
		background: #FC9639;
	}
}

@-ms-keyframes "cursor-blink" {
	from,to {
		background: transparent;
	}
	50% {
		background: #FC9639;
	}
}

@-o-keyframes "blink" {
	from,to {
		background: transparent;
	}
	50% {
		background: #FC9639;
	}
}

@media only screen and (max-width: 600px) {
	nav img
	{
		margin-top: 3px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
	nav img
	{
		margin-top: 7px;
	}

	.hero
	{
		height: 400px;
	}

	#nav li:hover
	{
		background-color: #4db6ac;
	}

	#nav li.active
	{
		background-color: #4db6ac;
	}
}

@media only screen and (min-width: 992px) {
	nav img
	{
		margin-top: 15%;
	}

	.hero
	{
		height: 400px;
	}

	.dropdown-content.nav-dropdown
	{
		width: auto !important;
	}

	#toggle-menu
	{
		display: none;
	}

	#left-nav
	{
		display: block;
	}

	.left-menu
	{
		padding: 0 !important;
	}

	.menu-header
	{
		background: #23C5A0;
		padding: 5px;
		color: #fff;
		font-weight: bold;
		text-shadow: 1px 1px 0 #1B8C6B;
	}

	.menu-items
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.menu-items p
	{
		margin: 0;
		margin-top: 4px;
	}

	.menu-items a
	{
		width: auto;
		display: block;
		padding: 5px;
		padding-left: 20px;
		border: 1px solid transparent;
		text-decoration: none;
	}

	.menu-items a:hover, a.active
	{
		background: #fff;
		border: 1px solid #ccc;
	}

	.menu-items a:hover:not(.active)
	{
		background: rgba(255, 255, 255, 0.5);
		border-right: 1px solid #ccc;
	}
}

@media only screen and (min-width: 1100px) {
	footer .btn
	{
		display: inline-block;
	}
}



