/* Base */

body {
    margin:0;
    padding:0;
    font-family: Arial;
}

html {
    height: 100%;
    background-color: #fbfaf7;
}

/* Layout */

#left-menu {
    width: 300px;
    max-width: 300px;
    min-width: 190px;
    height: 100%;
    min-height: 1100px;
    position: absolute;
    background-color: #333133;
    left: 0;
    top: 0
}

section {
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
}

.header{
    margin-left: 300px;
    padding: 48px 0 0 40px;
    height: 70px;
    width: 500px;
}

/* Modules */

#logo-wraper {
    width: 100%;
    height: 118px;
    min-height: 118px;
    max-height: 118px;
    background-color: #016e02;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:2;
}

#logo {
    width: 170px;
    height: 50px;
    background: url(images/Standa_Logo.png) center center  no-repeat;
    background-size: cover;
}

.header{
    margin-left: 300px;
    padding: 48px 0 0 40px;
    height: 70px;
    width: 500px;
}

.header p { 
    height: 40px;
    white-space: normal;
    padding: 0px;
    margin: 0px;
    font-family: 'Lato', sans-serif;
    color: #404040;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.header ul {
    height: 59px;
    white-space: normal;
    list-style-type:none;
    padding: 0px;
    margin: 0px;
    font-family: 'Lato', sans-serif;
    color: #404040;
    font-size: 16px;
    line-height: 59px;
}

.header.main{
    padding-top: 0;
    height: 118px;
}

#guide {
    color: #0b603d;
}

.documentations {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 300px;
    justify-content: space-around;
    height: 150px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 2em;
}

.documentations a {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

.documentations p {
    width: 170px;
    text-align: left;
    vertical-align: middle;
    line-height: inherit;
    font-family: 'Lato', sans-serif;
}

.documentations h1 {
    font-family: 'Roboto Slab', sans-serif;
}

#choose-language {
    display:flex;
    flex-direction: column;
    margin-left: 340px;
    margin-top: 20px;
}

#choose-language a {
    margin-top: 30px;
    min-width: 350px;
    max-width: 415px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
}

#content-body {
    display:flex;
    flex-direction:column;
    overflow-x: hidden;
    min-width: 800px;
    height: 100%;
}

.smc {
    margin-top:20px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.smcLogo {
    width: 300px;
    height: 150px;
    z-index: 1;
}

#smc4logo {
    background: url(images/8SMC4.png) center center  no-repeat;
    background-size: 140px;
	pointer-events: none;
}

#smc5logo {
    background: url(images/8SMC5.png) center center  no-repeat;
    background-size: 140px;
	pointer-events: none;
}

#consolelogo {
    background: url(images/console.png) center center  no-repeat;
    background-size: 120px;
	pointer-events: none;
}

#downloadlogo {
    background: url(images/download.png) center center  no-repeat;
    background-size: 150px;
	pointer-events: none;
}

.smclink {
    height: 26px;
    color: #0b603d;
}

.contentlink {
    display:flex;
    height: 40px;
    margin-top: 30px;
    font-size: 30px;
    font-weight: bold;
    align-items: center;
}

.contentlink a {
    color: black;
    text-decoration: none;
    font-family: 'Roboto Slab', sans-serif;
}

#user-guide-text{
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
	font-size: 30px;
    font-weight: bold;
}

.smcLogo-empty,
.documentations-empty {
	margin-top: 0px;
	margin-bottom: 0px;
}

.smc-empty {
    margin-top: 30px;
    margin-bottom: 10px;
	height: 50px;
}

.smcLogo-empty,
.documentations-empty {
	height: inherit;
}

.documentations-empty{
	width: 500px;
	margin-left: 2em;
    justify-content: flex-start;
}

.smcLogo-empty{
    width: 300px;
    min-width: 300px;
}

/* State */

#choose-language div:hover a{
    color:#0b603d;
    border-bottom: 7px solid #0b603d;
    border-top: 7px solid #0b603d;
}

.smclink:hover {
    color:#0b603d;
    border-bottom: 4px solid #0b603d;
    border-top: 4px solid #0b603d;
}

#smc4:hover #smc4logo  {
    background-color: #4e4c4e;
}

#smc5:hover #smc5logo {
    background-color: #4e4c4e;
}  
 
#console:hover #consolelogo {
    background-color: #4e4c4e;
}

#download:hover #downloadlogo {
    background-color: #4e4c4e;
}