/* Minification failed. Returning unminified contents.
(133,22): run-time error CSS1035: Expected colon, found ';'
(138,22): run-time error CSS1035: Expected colon, found ';'
(143,22): run-time error CSS1035: Expected colon, found ';'
(148,22): run-time error CSS1035: Expected colon, found ';'
 */
@import url('https://dam.cloud4you.biz/Files/fonts/NotoSans/stylesheet.css');
@import url('https://dam.cloud4you.biz/Files/fonts/Marvel/stylesheet.css');

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Marvel', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;*/
   /* font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.input-group{
    margin-bottom: 5px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

footer .row .col-md-4 {
    text-align: center;
}

footer .row .col-md-4:last-child {
    text-align: right;
}

footer .row .col-md-4:first-child {
    text-align: left;
    color: lightgray;
}

footer .row .col-md-4:first-child a {
    color: lightskyblue;
}

.colorpicker{
    cursor: pointer;
}

.tab-content {
    padding: 20px 15px;
}

.aspNetDisabled{
    cursor: not-allowed;
}

.aspNetDisabled:hover {
    text-decoration: none;
}

.logodiv {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.thumbnail .caption{
    text-align: center;
}

/*Nicer Radiobuttonlist*/
/*#region Nicer Radiobuttonlist */
.rbList input {
    width: 0px;
    height: 0px;
}

.rbList label {
    text-decoration: underline;
    white-space: nowrap;
    clear: left;
    margin-right: 5px;
    font-weight: normal;
}

.rbList span.SelectedRb label {
    color: red;
    font-weight: bold;
}

.rbList label:hover {
    color: darkred;
    cursor: pointer;
}

.rbContainer {
    display: inline-block;
    position: relative;
    z-index: 1;
}
/*#endregion */

/*Feedback*/
/*#region Feedback */
.feedback-general {
    left: 50%;
    padding: 20px;
    color: white;
    opacity: 0.83;
    position: absolute;
    margin-top: 100px;
    width: 300px;
    margin-left: -150px;
    left: 50%;
    bottom: 160px;
}

.feedback-error {
    .feedback-general;
    background-color: #f44336;
}

.feedback-warning {
    .feedback-general;
    background-color: #ff9800;
}

.feedback-information {
    .feedback-general;
    background-color: #2196F3;
}

.feedback-success {
    .feedback-general;
    background-color: #4CAF50;
}

.feedback-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.feedback-closebtn:hover {
    color: black;
}
/*#endregion */
