html{
    height: 100%;
}

body{
    background-color: #efeff0 !important;
    background-image: url("../img/bg-kersia.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    margin:0;
    font-family: Verdana, Geneva, sans-serif !important;

    position: relative;
    min-height: 100%;
}

@media (max-width: 575.98px) {
    body {
        font-size: 0.75em;
    }
}

.wrapper {
    margin: 1em auto;
    max-width: 1200px;
    width: 95%;
    font: 1.125em/1.5em sans-serif;

    position: relative;
    overflow: auto;
}

.wrapper code {
    background: #F5F5F5;
    padding: 2px 6px;
}

.count {
    margin-top: 7px;
    float: left;
}

.custom-combobox {
  position: relative;
  display: inline-block;
}

.custom-combobox-input {
  margin: 0 0 0 10px;
  padding: 5px 10px;
}

#locales {
    font-size: 0.7em;
    line-height: 1.2em;
    color: #000;
    float: right;
    margin-top: 8px;
}

@media (min-width: 992px) {
    #locales {
        float: none;
        position: absolute;
        right: 17px;
        top: 6px;
        margin-top: 0;
    }
}

#locales a {
    color: #000;
}

#locales a.selected,
#locales span {
    font-weight: bold;
}

#version {
    font-size: 0.7em;
    line-height: 1.2em;
    color: #000;
    float: right;
    margin-top: 8px;
    padding: 3px;
}

@media (min-width: 992px) {
    #version {
        float: none;
        position: absolute;
        right: 17px;
        top: 75px;
        margin-top: 0;
    }
}

#version.test {
    color: red;
    background-color: yellow;
}

#version a {
    color: #000;
}

#version a.selected,
#version span {
    font-weight: bold;
}

.filter {
    padding: 0 1px 0 0;
    margin-bottom: 8px;
}

.filter a {
    margin-bottom: 7px;
}

@media (min-width: 992px) {
    .filter {
        float: right;
    }

    .filter a {
        margin-bottom: 0;
    }
}

.selection-grid {
    font-size: 0.85em;
    line-height: 1.5em;
}

.align-middle {
    vertical-align: middle;
}

.align-middle td {
    vertical-align: middle;
}

.align-middle td h4 {
    margin: 0;
}

#deadline-date {
    width: 130px;
    display: inline-block;
    text-align: center;
}

label.error {
    border: 2px solid red;
    border-radius: 4px;
    line-height: 1;
    padding: 2px 0 6px 6px;
    background: #ffe6eb;
}
input.valid {
    border: 2px solid #4CAF50;
    color: green;
}

.feather-16{
    width: 16px;
    height: 16px;
}
.feather-24{
    width: 24px;
    height: 24px;
}
.feather-32{
    width: 32px;
    height: 32px;
}

.footerfix{
    height:2rem;}

footer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.dataTables_wrapper div.dt-buttons{
    padding-left: 20px;
}

.dataTables_wrapper .tableButtons {
    margin-top: 10px;
}
.dataTables_wrapper .dataTables_info {
    float: left;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    padding-top: 15px;
}

#external_filter_container_wrapper {
    float: right;
    padding-top: 10px
}

span.filter_container_right {
    float: right;
}


.dataTables_wrapper th, .dataTables_wrapper td { white-space: nowrap; }

.dataTables_wrapper th.titleColumn, .dataTables_wrapper td.titleColumn  { white-space: normal; }

.dataTables_wrapper .dataTables_scrollHeadInner th.fixedRightColumns { visibility: hidden; }

.dataTables_wrapper .dataTables_scrollBody td.fixedRightColumns  { visibility: hidden; }

.DTFC_LeftBodyLiner .DTFC_RightBodyLiner {
    overflow-x: hidden;
}

.dataTables_filter {
    display: none;
}

.idColumn input.yadcf-filter {
    width:50px;
}

.titleColumn input.yadcf-filter {
    width:180px;
}

#projectList_wrapper .yadcf-filter-wrapper {
    display: none;
}

#message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.ui-autocomplete-loading {
    background: white url("../img/ui-anim_basic_16x16.gif") calc(100% - 10px) center no-repeat;
}