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

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

.navbar-brand {
    font-weight: bold;
    font-size: 16px;
}

.navbar-brand sup {
    font-weight: normal;
}

.container-main {
    height: 100%;
    width: 100% !important;
    padding: 50px 0 0 !important;
    box-sizing: border-box;
}

.sidebar {
    height: 100%;
    position: fixed;
    padding-top: 15px !important;
    box-sizing: border-box;
    background-color: #ebf5ff;
    overflow-y: scroll;
}

.wrap {
    height: 100%;
    padding: 0;
}

.main {
    height: 100%;
    padding: 0px 0 0 !important;
    box-sizing: border-box;
}

.site-index, .body-content {
    height: 100%;
    box-sizing: border-box;
}

.row.map {
    height: 49%;
    margin: 0;
    padding: 0;
}

.row.divider {
    height: 0.5%;
    background: #ccc;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: row-resize;
}

.row.table {
    height: 50%;
    margin: 0;
    padding: 0;
    width: 100%
}

.row.table .grid-view {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.row.table .grid-view .summary {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #eee;
    padding: 3px 5px;
    border-radius: 5px;
    z-index: 1000;
}

.row.table table, .row.table thead, .row.table thead tr, .row.table thead tr th, .row.table thead tr td {
    border-collapse: collapse;
}

.row.table table {
    display: block;
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    padding: 0 0 40px 0;
    margin: 0;
}

.row.table table > thead tr th, .row.table table > thead tr td {
    position: sticky;
    position: -webkit-sticky;
    padding: 4px;
    border-top: 0;
    border-bottom: 0;
}

.row.table table > thead tr th {
    top: 0;
    background: #fafaff;
}

.row.table table > thead tr td {
    top: 88px;
    background: #fff;
}


.row.table table tr.em-selected {
    background: #cecefe;
}

.row.table .pagination {
    margin: 4px 5px;
    position: absolute;
    bottom: 0;
}

sup {
    color: #bfb;
}

.news .date {
    font-weight: bold;
}

.news .title, .info .title {
    font-weight: bolder;
    color: #20567b;
}

.info .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.info .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #ffffff;
}

.login {
    color: #5e697f;
}

.login h1 {
    color: #3b6b9a;
    margin: 40px 0 20px 0;
}

.login .checkbox label {
    font-weight: bold;
}

.points-view .nav.nav-tabs {
    width: 100%;
}

.points-view .nav.nav-tabs > li {
    width: 50%;
}

.points-view .nav.nav-tabs .dropdown-menu {
    right: 0;
    left: inherit;
}


.search_body .search_right > input, .search_body .search_right .selectize-control {
    background-color: #fff;
    border: none;
    outline: none;
    width: 100%;
    padding: 10px 5px;
}

.user-update .selectize-control {
    padding: 0;
}

.user-update .selectize-control .selectize-input {
    background-color: #fff;
    border: none;
    outline: none;
}

.user-update .selectize-control.multi .selectize-input [data-value] {
    background-color: #ecf6f9;
    background-image: -moz-linear-gradient(top, #ecf6f9, #d4eaf2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ecf6f9), to(#d4eaf2));
    background-image: -webkit-linear-gradient(top, #ecf6f9, #d4eaf2);
    background-image: -o-linear-gradient(top, #ecf6f9, #d4eaf2);
    background-image: linear-gradient(to bottom, #ecf6f9, #d4eaf2);
}

.selectize-dropdown.multi.form-control {
    z-index: 10000;
    background: #fff;
}

.selectize-dropdown.multi.form-control .selectize-dropdown-content {
    z-index: 10001;
    background: #fff;
}

.reg_block .help-block {
    margin-top: 0;
}

.user-update .selectize-control {
    height: 100%;
    min-height: 68px;
}