html,
body {
    height: 100%;
}

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

.wrap > .container {
    padding: 0 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', serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

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

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

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

.navbar-header a {
    padding: 5px 0 0 15px;
}

/** Main Page text **/

.main_text {
    font-family: 'Segoe UI',sans-serif;
    margin: 0 10px 0 10px;
    font-size: 20px;
    line-height: 120%;
}

.main_text h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    font-family: 'Segoe UI Semibold','Segoe UI',sans-serif;
    margin-bottom: 20px;
}

.main_text p {
    font-family: 'Segoe UI',sans-serif;
    margin: 10px 0;
    font-size: 18px;
    line-height: 130%;
}

.main_text ul {
    list-style-type: none;
    padding: 0;
}

.main_text ul li {
    margin: 15px 0;
    padding-left: 40px;
    background: url(../img/bullet_main_info.png) left 2px no-repeat;
}

.main_text h2 {
    font-family: 'Segoe UI Semibold','Segoe UI',sans-serif;
    margin-top: 20px;
    font-size: 20px;
    line-height: 120%;
}
.example {
    border-bottom: 1px dotted #737373;
    color: #737373;
    text-decoration: none;
}

.nav_bar_2 {
    margin-bottom: 15px;
}

.orderTable-cell-fakeInput {
    width: 100%;
    border: 1px dotted #bbb;
    cursor: pointer;
    color: #bbb;
    font-weight: normal;
}

.nonselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bold {
    font-weight: bold;
}

.zm-bottom-summary {
    margin: 12px 5px 5px 5px;
}

.zm-bottom-pager {
    margin: 5px 5px;
}

.zm-already-sended {
    background: #dff0d8;
}

.zm-input-numeric {
    text-align: right;
}