/* SIBA default.css  ++++++++++++++++++++++++++++++++
    Stand: 05.01.2019
    Walter Hupfeld, mit etwas Hilfe von Ursula Pötter
+++++++++++++++++++++++++++++++++++++++++++++++++    */

h3.nav {
    font-size: 11pt;
    font-weight: bold;
}

div.container-fluid {
    margin-top: 60px;
}

.green {
    color: green;
}

.red {
    color: red;
}

.grey {
    color: lightgrey;
}


/* Startseite */

.startbtn {
    width: 20em;
}

.startrow {
    padding: 0.4em;
    border-top: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
}

.start-table {
    margin: 2em 0 2em 0;
}

.startname {
    size: 1.2em;
    font-weight: bold;
}

.h2icon {
    font-size: 0.6em;
    margin-left: 1em;
}

.rename {
    width: 30em;
}

.tooltipp a {
    margin: 0;
    padding: 0;
}

.tooltipp {
    margin: 0 0.2em 0 0;
}

.start-alert {
    width: 38em;
}

.t_right {
    text-align: right;
}

.tooltip_templates {
    display: none;
}


/* rows with equal height - wird für dashboard benötigt */

.dash {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.dash>[class*='col-'] {
    display: flex;
    flex-direction: column;
}


/* ########## Hilfe ################# */

.help {
    max-width: 60em;
}

.help ul {
    line-height: 1.4;
}


/* ########## likert Skala ################# */

form .statement {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 30px 0 0 4.25%;
    margin-bottom: 10px;
}

form .buttons {
    margin: 30px 0;
    padding: 0 4.25%;
    text-align: right
}

form .buttons button {
    padding: 5px 10px;
    background-color: #67ab49;
    border: 0;
    border-radius: 3px;
}

form .buttons .clear {
    background-color: #e9e9e9;
}

form .buttons .submit {
    background-color: #67ab49;
}

form .buttons .clear:hover {
    background-color: #ccc;
}

form .buttons .submit:hover {
    background-color: #14892c;
}

a span.red {
    color: red;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    /* margin: 0 auto; */
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-start {
    color: white;
    font-size: 1.2em
}


/* ########## Ergebnistabellen ##############*/

th.red {
    border-bottom: 5px solid red;
}

th.green {
    border-bottom: 5px solid lightgreen;
}

th.grey {
    border-bottom: 5px solid lightgrey;
}


/* ############ Navigation #################*/

h3.nav {
    display: block;
    background-color: gray;
    color: white;
    padding: 8px;
}

.nav-sidebar li ul li {
    list-style: square;
}

.nav-sidebar li ul li a {
    display: block;
    padding: 3px 0 3px 0;
}

.nav-sidebar li ul li a:hover {
    text-decoration: none;
    background-color: #ededed;
}


/* ######### Dashboard ################## */

a.dashboard {
    font-weight: bold;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px
}

.bs-callout-danger {
    border-left-color: #ce4844
}

.bs-callout-warning {
    border-left-color: #aa6708
}

.bs-callout-warning h4 {
    color: #aa6708
}


/* ########## Registrierung ############# */

.register {
    width: 600px;
    margin: 0px auto;
    border: 1px solid #d0d0d0;
    background-color: #eee;
    margin-top: 10px;
    padding: 20px;
}

.register form label {
    display: block;
    width: 130px;
    padding-right: 10px;
    margin: 5px;
    text-align: right;
    float: left;
}

.jumbotron {
    background-image: url(529078685.jpg);
    backgroud-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron p {
    color: white;
}

.siba_link {
    color: white;
    text-decoration: underline;
}

.siba_link:hover {
    color: yellow;
}

.siba_link:visited {
    color: white;
}

div.sel {
    margin: 0 2em 1em 2em
}

div.sel label {
    width: 18em;
}


/* ##########  Lickert Skala ############# */

label.likert1 {
    width: 14em;
    display: block;
    background-color: #58ACFA;
    color: white;
    text-align: center;
    padding: 3px;
    border-radius: 6px;
}

input.likert1 {
    display: none;
}

.footer {
    border-top: 1px solid #e9e9e9;
    margin-bottom: 2em;
    margin-top: 4em;
    padding-top: 1em;
    text-align: center;
}

@media all and (max-width:576px) {
    .navbar-header img {
        width: 40%;
        height: auto;
    }
}

.navbar-header img {
    padding-left: 30px;
}


/* #######  Ergebnistabellen ######### */

.width100 {
    width: 100%;
}