main > .container, header .container, footer .container {
    min-width: 95% !important;
    max-width: 95% !important;
}

main > .container .kv-table-wrap th, .kv-table-wrap td {
     display: table-cell;
     width: unset !important;
}

main > .container {
    padding: 30px 15px 20px;
}

.kv-grid-container tbody a:not(:last-child) svg {
    margin-right: 8px;
}

.fixed-top {
    position: unset!important;
}

.btn {
    margin-bottom: .375rem;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.m5 {
    margin: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.block {
    display: block;
}

.word-break {
    word-break: break-all;
    white-space: pre-wrap;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.dropdown-menu.show, .datepicker.datepicker-dropdown {
    z-index: 10000 !important;
}


.invisible {
    display: none;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.float-right {
    margin-left: 5px;
    float: right;
}

.float-right-not-on-mobile {
    float: right;
}

@media screen and (max-width: 770px) {
    .float-right-not-on-mobile {
        float: none !important;
    }
}

.inline.form-group {
    display: inline-block;
    min-width: 200px;
}

.page-loading {
    z-index: 9999999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #cccccccc;
    line-height: 100vh;
}

.inline.form-group label {
    display: inline-block;
    min-width: fit-content;
}

.inline div {
    display: inline-block;
    max-width: 50px;
    max-height: 50px;
    vertical-align: middle;
    position: relative;
    top: 3px;
}

.notPayed {
    color: red;
    font-weight: bold;
}

.payed {
    color: green;
    font-size: larger;
    font-weight: bold;
}

a.btn.disabled, fieldset:disabled a.btn {
    opacity: 0.3;
}

.widget-gridColumns label {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}

.widget-gridColumns a, .widget-gridColumns label {
    font-size: 110%;
}

.checkbox-2x {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    margin: 10px;
}

.dropdown-selected {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '' !important;
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.group-end-start {
    margin-left: 5px;
    font-size: x-large;
    font-weight: bold;
}


.grid-row-1 .kv-editable-link {
    color: #00ff00;
    font-weight: bold;
}

.kv-editable-link, .grid-row-1 .kv-editable-link {
    color: #000 !important;
    font-weight: normal!important;
}



 .kv-editable-link {
    max-width: 100%;
    word-break: break-all;
}