@media print {

    body,
    body.modal-open .detail-area.panel {
        visibility: hidden !important;
    }

    .panel.detail-area {
        visibility: visible;
    }

    .modal.in {
        visibility: visible !important;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        overflow: visible !important;
    }

    .no-print,
    span.has-error,
    button {
        display: none;
    }

    .col-print-1,
    .col-print-2,
    .col-print-3,
    .col-print-4,
    .col-print-5,
    .col-print-6,
    .col-print-7,
    .col-print-8,
    .col-print-9,
    .col-print-10,
    .col-print-11,
    .col-print-12 {
        float: left;
    }

    .col-print-12 {
        width: 100%;
    }

    .col-print-11 {
        width: 91.66666667%;
    }

    .col-print-10 {
        width: 83.33333333%;
    }

    .col-print-9 {
        width: 75%;
    }

    .col-print-8 {
        width: 66.66666667%;
    }

    .col-print-7 {
        width: 58.33333333%;
    }

    .col-print-6 {
        width: 50%;
    }

    .col-print-5 {
        width: 41.66666667%;
    }

    .col-print-4 {
        width: 33.33333333%;
    }

    .col-print-3 {
        width: 25%;
    }

    .col-print-2 {
        width: 16.66666667%;
    }

    .col-print-1 {
        width: 8.33333333%;
    }
}

@media screen {
    .only-print {
        display: none;
    }

}

/* Initially hide html, until all is loaded */
.hide {
    display: none;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


.test-marker h4 {
    color: red;
    margin: 0px;
}

.qq-uploader:before {
    /*content: attr(qq-drop-area-text) " ";*/
    /* font-family: FontAwesome, 'Open Sans', Arial; */
    content: attr(qq-drop-area-text);
    font-size: 150%;
    /* position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 45%;
    opacity: 0.25; */
}


label.placeholder {
    width: 100%;
    margin-bottom: 30px;
}

/*
    Richtext fields may be mandatory, too, and should validation errors shall be styled the same way
    all fields are styled.
 */
.has-error .note-editor.note-frame {
    border-color: #e51c23;
}

/*
    Errors in tables should be marked, too.
*/
td>span.has-error {
    color: #e51c23;
}

.dropdown-header {
    color: #666666;
}

/*
    The select2 bootstap theme uses another font-size than input fields, for whatever reason.
    We'd like to make drop down fields the same size as input fields.
*/
.form-control-static,
.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    font-size: 16px;
}

.select2-container--bootstrap .select2-selection--single {
    height: 36px;
    line-height: 1.5;
    padding: 7px 24px 7px 12px;
}

/*
    The hidden accessible fields of select 2 cause whitespace to appear outside the html body.
    Might have to look into this, setting height to 0 might break screen readers, 
    but I doubt they would work anyway.
 */
.table .select2-hidden-accessible {
    height: 0px !important;
}

input.hasDatepicker {
    position: relative;
    z-index: inherit;
}

.panel-footer .btn-toolbar {
    height: 34px;
}

/*
 * FIXME Not totally sure yet why this is needed, but there were
 * problems of date pickers behind selects without this.
 */
.input-group .form-control,
.input-group>.select2-container--bootstrap,
.input-group-btn .btn {
    z-index: inherit !important;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.test-marker h4 {
    color: red;
    margin: 0px;
}

.panel-footer .btn-toolbar {
    height: 34px;
}

img.logo {
    right: 80px;
    top: 10px;
    height: 100px;
}

body,
output,
.form-control,
.input-group-addon,
li.tree-node button,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.has-warning .input-group-addon,
.has-error .input-group-addon,
.has-success .input-group-addon,
.dropdown-menu>li>a,
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #222222;
}

/*# sourceMappingURL=signin.971e2881.css.map*/