﻿body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 70px;
    padding-bottom: 20px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

    a.navbar-brand img {
        width: 32px;
    }

.text-right {
    text-align: right;
}

table thead tr th:first-child:has(i), table tbody tr td:first-child:has(i) {
    width: 36px;
    max-width: 36px;
    text-align: center
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .page-break {
        page-break-after: always;
    }

    footer {
        page-break-after: always;
    }
}

main h2 {
    margin-bottom: 15px;
    margin-top: 15px;
}

    main h2 i {
        margin-right: 10px;
    }

h2 a {
    text-decoration: none;
}

.toolbar {
    padding: 13px 0px 10px 0px;
    border-bottom: 1px solid #F7F7F7;
    border-top: 1px solid #F7F7F7;
    margin-bottom: 10px;
}

label input[type=checkbox] {
    margin-right: 5px;
    line-height: 22px;
}

.form-group.row {
    padding: 0px 0px 10px 0px;
}

.col-form-label {
    text-align: right;
    font-weight: bolder;
}

@media screen and (max-width: 640px) {
    .col-form-label {
        text-align: left;
        font-weight: normal;
    }
}

.form-control-plaintext {
    border: 1px solid #F7F7F7;
    padding: 8px;
    border-radius: 4px;
}

hr {
    border-top: 1px solid #F7F7F7;
    margin-bottom: 10px;
}

footer {
}

    footer ul {
        list-style: none;
        float: right;
        text-align: right;
    }

.accordion {
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

    fieldset legend {
        padding-bottom: 10px;
        border-bottom: 1px solid #F7F7F7;
    }

.fieldset-toolbar {
    float: right;
    margin-top: -50px;
}

.theme-icon, .theme-icon-active {
    max-height: 16px;
    max-width: 16px;
}

.alert-close {
    float: right;
    display: inline-block;
    margin-left: 20px;
    z-index: 2001;
}

.dropdown-item {
    cursor: pointer;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

.logo {
    height: 60px;
    margin: 0px;
    padding: 0px;
    margin: 10px;
}

.app-logo {
    height: 30px;
    margin: 0px;
    padding: 0px;
}

.icon {
    height: 24px;
}


footer {
}

    footer div.footer {
    }

    footer ul {
        list-style: none;
        float: right;
        text-align: right;
    }

.form-group ul li {
    list-style: none;
    padding-bottom: 5px;
    margin-left: -40px;
}

span.sort-element {
    cursor: pointer;
}

span.sort-icon {
    cursor: pointer;
    margin-left: 10px;
    font-weight: bolder;
}

.processing_icon {
    font-size: 16px;
}

.overlay {
    background: #000;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 90000
}

.hidden {
    display: none;
    visibility: hidden
}
