﻿.text-no-label {
    margin-top: 29px;
}

.input-group-text {
    text-align: left !important;
}

.btn-group-sm > .btn, .btn-sm-action {
    padding: 0 .4rem !important;
}


page {
    background: white;
    margin:0 !important
}

    page[size="A4"] {
        width: 21cm;
        height: 29.7cm;
        border: 1px solid black;
    }
    page[size="A4"] img {
        width: 21cm;
    }

@media print {
    body, page {
        margin: 0;
        box-shadow: 0;
    }
}

.messagebox {
    position: fixed !important;
    right: 0px !important;
    top: 0 !important;
    z-index: 1050 !important;
    margin-top: 15px;
}

.alert {
    color: white;
    border-radius: 6px;
}

.alert-danger {
    background-color: red;
    border-color: red;
}

.alert-success {
    background-color: green;
    border-color: green;
}

.alert-warning {
    background-color: orange;
    border-color: orange;
}

.alert-info {
    background-color: #26a5dd;
    border-color: #2cabe3;
}
