/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14.08.2018, 17:47:08
    Author     : Manuel Schmitt
*/

/*  FONTS  */

@font-face {
    font-family: UbuntuMono;
    src: url(../fonts/UbuntuMono-R_0.ttf);
    font-display: block;
}

/* LINKS */

a:link,a:visited {
	color:#5789d4;

}
a:hover,a:active {
	color:#86b6fd;
}

a.red:link,a.red:visited {
	color:#d22828;

}
a.red:hover,a.red:active {
	color:#ff4f4f;
}

/* GENERAL */

* {
    box-sizing: border-box;
}

.respImg {
    width: 100%;
}

body {
	font-family: 'UbuntuMono', serif;
        font-size: 16px;
	color: #2c2c2c;
	text-align: left;
	margin-top: 0px !important;
	padding-top: 0px !important;
        width: 100%;
        min-height: 800px; /* real browsers */
        height: auto !important; /* real browsers */
        height: 100%; /* IE6: treated as min-height*/
	top: 0px;
        background-color: #FFFFFF;
}

.centerText {
    text-align: center;
}

.centerMe {
    margin-left: auto;
    margin-right: auto;
    display:block
}

/*  CONTAINER  */

.mainContainer {
    width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

/* DIVS */

.red {
    color: darkred;
}

.ellypse {
    overflow: hidden;
    text-overflow: ellipsis;
}

.listDate {
    text-align: right;
    color: #666;
}

.footer {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

/* KUBE & SIMPLEMDE OVERWRITES */

.form-item {
    margin-bottom: 1rem;
}

fieldset, form {
    width: 100%;
}

.CodeMirror {
	height: 300px;
}

.grayField {
    background-color: #f6f6f6;
}

.button {
    font-family: 'Merriweather';
}

/* FONT AWESOME */

.fa, .fas {
    top: 3px;
    position: relative;
}