html,
body {
    height: 100%;
}

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

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

.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 {
    white-space: nowrap;
}

.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;
}


.clearfloat {
    display: inline-block;
    width: 100%;
}

.select-block {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.level {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 215px;

    margin-bottom: 10px;
    padding: 0;

    list-style: none;

    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    border: 1px solid #333;
}

.level:last-child {
    margin-bottom: 0;
}

.task {
    position: relative;
    display: inline-block;

    width: 300px;
    height: 200px;
    margin: 5px;

    background: #f5f5f5;
    border: 1px solid #2e6da4;
    border-radius: 5px;
    white-space: normal;
    padding: 5px;
}

.task:hover {
    cursor: pointer;
}

.task.ui-draggable-dragging {
    background: #999;
}

.fullscreen-mode {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1111111111;
}

#loader img {
    width: 100px;
    height: 100px;
}

#loader {
    position: absolute;
    left: 50%;
    top:50%;
}

.timeline_scale {
    width: 40px;
}

.indicator {
    position: absolute;
    margin-top: 2px;
    z-index: 1;
}

.notify-list li {
    list-style: none;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #0a0a0a;
    background: #85c5e5;
    padding: 2px 5px;
    margin: 0 5px;
}

.notify-list li .remove-notify-user {
    color: red;
    font-weight: bold;
}

.notify-list li .remove-notify-user:hover {
    color: #ff0084;
    cursor: pointer;
}

.gantt-container {
    margin: 5px 10px;
    padding: 0px 15px 20px;
}

.fixed {
    position: absolute;
    z-index: 1;
    top: 0px;
}

.row.filters {
    height: 98px;
}

span.glyphicon {
    font-size: 16px;
}

.pulse {
    border: 1px solid #ccc;
    /*background-color: #6EC3EF;*/
    border-radius: 5px;
    padding: 5px;
    margin: 10px 0;
}

.gantt_links_area .gantt_task_link:hover div.gantt_link_arrow {
    border-color: #2ed43a;
}

.gantt_task_link:hover .gantt_line_wrapper div {
    background-color: #2ed43a;
}

.gantt_task .gantt_task_scale .gantt_scale_cell {
    color: #000000;
}

.gantt_layout_cell.scrollHor_cell {
    position: absolute;
    bottom: 0;
}

.stages-dependencies {
    min-height: 167px;
}

#tasks-grid-filter table tr td:last-child {
    width: 6%;
}

.gantt_marker_content {
    display: none;
}

.tasks-filters-form {
    margin: 20px 0;
}

.toggle-link {
    border-bottom: 1px dashed;
    outline: none;
}

a.toggle-link:hover, a.toggle-link:visited, a.toggle-link:active, a.toggle-link:focus {
    text-decoration: none;
}

.task-index .grid-view {
    margin-top: 20px;
}

.task-search.visible {
    display: block;
}

.table  tbody  tr  td.centered {
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.task-index td.kv-expand-icon-cell,
.task-index th.kv-expand-header-cell {
    display: none;
}

.table tbody tr.kv-expand-detail-row td {
    margin-left: 0;
    padding-left: 0;
}

.supply-status {
    text-align: center;
}

.big-icon {
    font-size: 24px !important;
}

.big-checkbox {
    transform: scale(2);
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 1002 !important;
}