html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 39px;
    overflow-y:scroll;
}

#logo-edal {
    position:absolute;
    top:0;
    left:0;
}

@media (max-width: 780px) {
    #logo-edal {
        top:5px;
    }
    #logo-edal > img {
        width:130px;
    }
}

#logo-ipk {
    width:130px;
    position:absolute;
    top:1px;
    right:10px;
    padding:0;
    margin:0;
}

@media (max-width: 780px) {
    #logo-ipk {
        width:100px;
    }
    #logo-ipk > img {
        width:100px;
    }
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 12px;
	/* Set the fixed height of the footer here */
	height: 41px;
	/*line-height: 40px;*/ /* Vertically center the text there */
    padding-top:10px;
	background: rgb(240, 240, 240);
	box-shadow: 0px -4px 7px rgba(0, 0, 0, 0.05);
	border-top: 1px solid rgb(200, 200, 200);
    box-sizing:border-box;
}

@media (max-width: 780px) {
    footer {
        height: 61px;
        /*line-height: 2ex;*/
    }
}

a {
	color: #009ee0;
}

nav {
	background: white !important;
	border-bottom: 1px solid rgb(125, 125, 125);
	box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
}

header {
	/*padding: 184px 0 50px;*/
    padding: 120px 0 30px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.20);
	/*background-image:url(/img/header_bg2.png);*/
	background: #009ee0;
	/*background: linear-gradient(to bottom, rgba(0,173,242,1) 0%,rgba(0,158,224,1) 100%);*/

}

header > div > h1 {
	/*text-shadow: 1px 1px 2px rgba(0,0,0,0.3);*/
	text-shadow: 0 1px 0 rgb(200, 200, 200), 0 0 5px rgba(0, 0, 0, .1), 0
		1px 3px rgba(0, 0, 0, .1), 0 3px 5px rgba(0, 0, 0, .1), 0 5px 10px
		rgba(0, 0, 0, .15);
}

header > div > p {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

@media ( min-width : 992px) {
	header {
		/*padding: 120px 0 30px;*/
        padding: 120px 0 30px;
	}
}

section {
	padding: 40px 0 20px 0;
}

.fa {
	font-size: 24px;
	vertical-align: middle;
	color: rgb(155, 155, 155);
}

.nav-link {
	margin-left: 10px;
	letter-spacing: -0.05em;
}

.nav-link:hover {
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.85), 0 3px 6px
		rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	/*background: linear-gradient(to bottom, #ffffff 0%,#ccedff 100%);*/
	/*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);*/
	/*background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 70%,rgba(234,234,234,1) 100%);*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,ffffff+30,ffffff+70,eaeaea+100 */
	background: linear-gradient(135deg, rgba(247, 247, 247, 1) 0%,
		rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%,
		rgba(234, 234, 234, 1) 100%);
	color: black;
}

.nav-link:hover .fa {
	color: rgb(50, 50, 50);
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.nav-link {
	text-align: center;
}

.keyfeatures i.fa {
	/*color:rgb(200,60,60);*/
	color: rgba(0, 155, 216, 1);
}

.keyfeatures h4 {
	font-size: 1.4rem;
    margin-bottom:8px;
}

.keyfeatures p {
	font-size: 0.90rem;
}

/********** ASCIIDOC related *********************************************************/
div.listingblock {
	background: rgb(247, 246, 246);
	border-radius: 6px;
	padding: 14px 18px;
    margin-bottom:20px;
}

div.listingblock pre {
	white-space: pre-wrap;
}


table#serverparameter tr th, table#serverparameter tr td {
	padding: 0.1em 0.3em 0.0em 0.3em;
	font-size: 14px;
	vertical-align: middle;
	color: #222222;
}

table#serverparameter tr.even, table tr.alt, table#serverparameter tr:nth-of-type(even) {
	background: #f9f9f9;
}

/*table thead tr th, table tfoot tr th, table tbody tr td, table tr td,
	table tfoot tr td {
	display: table-cell;
	line-height: 1.0;
}*/

.sect2, .sect3, .sect4 , .sectionbody{
    padding-bottom:5px;
    margin-bottom:20px;
    border-bottom:1px dotted rgb(170,170,170);
}

div.collapse {
    margin-bottom:10px;
}

div.ulist ul li p {
    margin:0;
}

h1.h2 {
    margin-top:10px !important;
    margin-bottom:30px !important;
}

h4, h5 {
    margin-bottom:1.0rem;
}

.subheader, #content #toctitle, .admonitionblock td.content > .title, .exampleblock > .title, .imageblock > .title, .videoblock > .title, .listingblock > .title, .literalblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, .sidebarblock > .title, .tableblock > .title, .verseblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title, .tableblock > caption { line-height: 1.4; color: #7a2518; font-weight: 300; margin-top: 0.2em; margin-bottom: 0.5em; }
.admonitionblock td.content > .title, .exampleblock > .title, .imageblock > .title, .videoblock > .title, .listingblock > .title, .literalblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, .sidebarblock > .title, .tableblock > .title, .verseblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { text-align: left; font-weight: bold; }
.admonitionblock > table { border: 0; background: none; width: 100%; }
.admonitionblock > table td.icon { text-align: center; width: 80px; }
.admonitionblock > table td.icon img { max-width: none; }
.admonitionblock > table td.icon .title { font-weight: bold; text-transform: uppercase; }
.admonitionblock > table td.content { padding-left: 1.125em; padding-right: 1.25em; border-left: 1px solid #dddddd; color: #6f6f6f; }
.admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0; }
.admonitionblock td.icon [class^="icon-"]:before { font-size: 2.5em; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); cursor: default; }
.admonitionblock td.icon .icon-note:before { content: "\f05a"; color: #005498; color: #003f72; }
.admonitionblock td.icon .icon-tip:before { content: "\f0eb"; text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8); color: #111; }
.admonitionblock td.icon .icon-warning:before { content: "\f071"; color: #bf6900; }
.admonitionblock td.icon .icon-caution:before { content: "\f06d"; color: #bf3400; }
.admonitionblock td.icon .icon-important:before { content: "\f06a"; color: #bf0000; }

button{
  margin: 10px 10px 10px 10px;
}
