@charset "UTF-8";

/*.panel-info>.panel-heading {
	color: black;
    background-color: #dcedc3;
    border-color: #dcedc3;
}*/

/*.panel-info {
    border-color: #dcedc3;
}*/

#sticky-content {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}

.navbar-default {
    background-color: #dcedc3;
    border-color: #e7e7e7;
    height: 8.5em;
}

body {
    /*padding-top: 70px;*/
}

@media print {
    body > * {
        visibility: hidden;
    }

    #section-to-print, #section-to-print * {
        visibility: visible;
        display: block;
    }

    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
}

/*noinspection CssUnusedSymbol*/
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #4cae4c;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;

    display: inline-block;
    margin-top: 20px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified .btn,
.btn-group-justified .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified .btn .btn,
.btn-group-justified .btn-group .btn {
    width: 100%;
}

.btn-group-justified .btn .dropdown-menu,
.btn-group-justified .btn-group .dropdown-menu {
    left: auto;
}

/* pagination */
.pagination-centered {
    text-align: center;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.pointer-disabled {
    pointer-events: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 0;
    color: #fff;
    cursor: default;
    background-color: #4cae4c;
    border-color: #4cae4c;
}

a.pageLink:active {
    background-color: #4cae4c;
    border-color: #4cae4c;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #4cae4c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.header-input {
    color: black;
    border: 1px;
    padding: 0 10px;
    border-radius: 5px;
}

.vcenter {
    margin-top: auto;
    margin-bottom: auto;
}

.form_label {
    margin-right: 5px;
    padding: 0;
}

.form_input {
    padding: 0;
}

.form_row {
    padding: 2px;
}

.simple-table-header {
    color: #555555;
    font-weight: bold;
    background: #e7e7e7;
    background-color: #e7e7e7;

    border: 1px solid darkgray;
    padding: 5px 8px;
}

#qrCode > svg {
    border: 1px solid darkgray;
}

.border-bottom {
    border-bottom: 1px solid darkgray;
    padding: 2px 0;
}

.is-invalid {
    border-color: #dc3545;
}

select.is-invalid {
    background: #dc3545;
    background-color: #dc3545;
}

.modal {
    overflow: auto !important;
}

.margin-5px  {
    margin: 5px;
}