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

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

/* tomash */
h1 {
    font-size: 26px;
    border-bottom: 1px solid #bbb;
    padding: .2em 0;
    margin-bottom: 1em;
    margin-top: 0;
    color: #555;
}
h1, h2, h3 {
    font-family: "segoe ui light", "segoe ui", "arial", sans-serif;
    font-weight: 300;
}
.btn-toolbar {
    padding:.5em 0 1.5em 0;
}
.btn-toolbar .btn {
    margin-top:.5em;
}
.no-gap {
    padding-right:0;
}
#topMenu {
    position:fixed;
    left:0;
    right:0;
    top:0;
    box-sizing: border-box;
    border-bottom:1px solid #bbb;
    border-top:1px solid #bbb;
    z-index:1080;
    margin:0;
    padding:0;
    box-shadow:0px 4px 8px rgba(0, 0, 0, 0.2);
    background: #f5f5f5;
    background: rgba(230, 230, 255, .97);

}
#topMenu .breadcrumb {
    margin: 0;
    border-radius: 0;
    background:transparent;
}
#topMenu .fa {
    font-size:1.25em;
}
body {
    font-family: "segoe ui", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.panel-heading h3 {
    margin: 0px 0 5px 0;
}
.news {
    padding: 10px 14px;
}
.news h2 {
    margin-top: .2em;
    margin-bottom: .8em;
}
.news img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.list-group-items a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}
.list-group-items {
    padding: 0 15px;
}
.list-group-items a {
    color: #555;
    display:block;
    padding: 10px 15px;
}
.news {
    transition: all .5s;
}
.news:hover {
    box-shadow: 0 0 10px black;
    z-index: 99;
}
.news-attachments td {
    vertical-align: middle !important;
}
.table-vcenter td,
.table-vcenter th {
    vertical-align: middle !important;
}
table.table thead {
    background-color: #f5f5f5;
}
.table-autowidth {
   width: auto !important;
}
#panel-promo {
    background: #fcfcfc;
}
#panel-promo .list-group {
    padding: 15px 0 0 15px;
}
#panel-promo .promo-item {
    float: left;
    margin: 0 15px 15px 0;
    width: 168px;
    height: 200px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    border: 1px solid #ddd;
    overflow: hidden;
}
.print-note {
    border:1px solid #ddd;
    padding:1em;
}
.mt {
    margin-top: 1.5em !important;
}
.mb {
    margin-bottom: 1.5em !important;
}
.ml {
    margin-left: 1.5em !important;
}
.mr {
    margin-right: 1.5em !important;
}
.mr-1 {
    margin-right: .25em !important;
}
.mr-2 {
    margin-right: .5em !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.role {
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 1em 1em 1em 1em;
    margin-bottom: 1em;
    background: #fafafa;
}
.role h5 {
    font-weight: bold;
}
.dateRange .input-group-addon,
.dateRange .form-control {
    padding: 2px 2px;
    font-size: 90%;
}
.dateRange {
    margin-bottom: .2em;
}