html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

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

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.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: 15px;
    border: none;
}

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

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

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

.has-error .help-block {
    color: #ff0000;
    font-size: 10px;
}

input::placeholder { /* Firefox, Chrome, Opera */
    color: #d4d4d4 !important;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d6d6d6 !important;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #d6d6d6 !important;
}

.range {
    width: 100%;
}

.remove-button {
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    display: block;
    height: 20px;
    width: 20px;
    z-index: 999;
    color: #ff0000;
}

.remove-button i {
    font-size: 20px;
    font-weight: bold;
}

.remove-button:hover i {
    color: #c2383c;
}

.range-caption {
    margin-bottom: 0;
    margin-top: 6px;
    font-size: 11px;
    color: #686868;
}

.tpl {
    display: none;
}

.file-input {
    position: relative;
    overflow: hidden;
    margin: 16px 0;
}

.file-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.file-input .form-group {
    margin-bottom: 0 !important;
}



.file-input .help-block {

}

.round-wrapper {
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 200px;
    overflow: hidden;
    vertical-align: middle;
}

.round-wrapper img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}

.task-list {

}

.task-list .card .card-body {

    min-height: 240px;
    overflow: hidden;
    position: relative;
}

.user-task-list .card .card-body {

    min-height: 280px;
}

.task-list .card .card-body .bg-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.task-info-list {
    padding-left: 0;
    list-style: none;
}

.underlined {
    text-decoration: underline;
    color: inherit;
}

#user-teaser-container .alert ul {
    padding-left: 0;
    list-style: none;
}

#user-teaser-container .alert {
    margin-bottom: 0;
}

#user-teaser-container .img-thumbnail {
    max-height: 140px;
}

#user-teaser-container .form-group {

}

.ticket-img {
    max-width: 50%;
    max-height: 300px;
}

.app-sidebar .scrollbar-sidebar {
    overflow-y: scroll;
}

.login-body {
    background: #e8efff;
}

.login-box {
    background: #ffffff;
    padding-top: 15px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(145,145,145,0.4);
    -moz-box-shadow: 0px 0px 13px 0px rgba(145,145,145,0.4);
    box-shadow: 0px 0px 13px 0px rgba(145,145,145,0.4);
}

.btn-file {
    position: relative;
    overflow: hidden;
    color: pointer;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}
.file-input-label {
    padding: 0px 10px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 4px;
}
input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

.file-input {
    margin-top: 0;
    margin-bottom: 2px;
}

#header-avatar-image {
    object-fit: cover;
}

.logo-teaseroid a {
    color: #363636 !important;
}

input.file-upload {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: block;
    padding: 6px 12px;
    cursor: pointer;
    width: 200px;
    text-align: center;
}

.ck-editor__editable {
    min-height: 200px;
}

.image-preview img {
    max-width: 300px;
    max-height: 300px;
}

.table-list img {
    /*max-width: 300px;*/
    max-height: 130px;
}

.table-list td {
    vertical-align: top;
}

.table-list td .btn {
    white-space: nowrap;
}

.tpl {
    display: none;
}

.editor-list .item-title {
    height: 34px;
    max-height: 34px;
    overflow: hidden;
}

.table-responsive {
    max-width: 100%;
}

#task-card, .main-card {
    max-width: 100%;
    position: relative;
}

.banned-list {

}

.banned-list .checkbox {
    display: block;
}



.banned-list .checkbox:has(.checked) {
    background: #f00;
}

.pagination .disabled {
    display: none;
}

#news-table .news_title, #news-table .news_tags, #news-table .news_image {
    margin-bottom: 10px;
}

#news-table .news_image {
    text-align: center;
}

#news-table .feed-info {
    margin-top: 15px;
}

#news-table .td-news_feeds .row-news_feeds {
    margin-top: 5px;
}

#news-table .td-news_feeds .row-news_feeds:first-child {
    margin-top: 0;
}

.color-red {
    color: #8d1c29;
}

.color-green {
    color: #1e7e34;
}

.edit-page .row-flex {
    display: flex;
    flex-flow: row wrap;
}

.edit-page .row-flex .col-flex {
    margin-bottom: 30px;
}

.edit-page .row-flex .col-flex .card {
    min-height: 100%;
    max-height: 100vh;
}