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 {
    /*white-space: nowrap;*/
    text-align: center;
}

.grid-view-header-left th {
    text-align: left;
}

.grid-view-header-right th {
    text-align: right;
}

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

.menuitem_wrap{
    line-height: 15px;
    margin: -4px 0px;
    text-align: center;
}

.fixed-table{position:fixed;top:62px;border-left: 0px !important;border-right: 0px}
.fixed-table th:first-child, .fixed-table td:first-child{border-left:0px !important}
.fixed-table th, .fixed-table td{background: #FFF;text-align:center;padding: 5px;}
.fixed-table th:last-child, .fixed-table td:last-child{border-right:0px}

.kv-grid-table .filters td:first-child{width:25%}

#w1-container table select{font-weight: normal;width:100%;background: #f8f5f0;border:1px solid #dfd7ca;padding:3px;box-sizing: border-box}

.ui-dialog-titlebar-close:before{content:"x";position: absolute;margin-top:-10px;margin-left:-3px;color:#666}


table.data{width: 100%;table-layout: fixed;border-collapse: collapse}
table.data th, table.data td{padding:8px;border:1px solid #dfd7ca}

.ui-dialog-buttonset button {
    border: none;
    font-size: 11px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    background-color: #93c54b;
    color: #ffffff;
    padding:10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ui-dialog-buttonset button:last-child{background-color: #325d88;}