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: "\e151";
}

a.desc:after {
    content: "\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 td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

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

.table-hover > tbody.main-grid > tr:hover {
    background-color: #dbe7ea;
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.svod-day-brunch-lable {
    font-size: 7pt;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar {
    margin-bottom: 10px;
}
.container {
    width: 100%;
}

.printable-table {
    font-size: 9pt;
}
.printable-table tbody tr td,
.printable-table thead tr th,
.printable-table tfoot tr th {
     padding: 3px;
     text-align: center;
}

.printable-table tbody tr td:nth-child(2){
     text-align: left;
}

.day-color-0 {
    background-color: #ff7373;
    color: #FFF;
}
.day-color-6 {
    background-color: #fde38e;
    color: #000;
}

.vedomost tbody tr td:last-child {
    font-weight: bold;
}

.vedom-badge {
    background-color: #71a2d2;
    float: right;
    margin-right: 5px;
}

.orders-table tbody tr td {
    padding: 2px 10px;
    vertical-align: middle;
}

.vedomost tbody tr td {
    padding: 2px 2px;
    vertical-align: middle;
}

.vedomost .day{
    width: 51px;
}

.orders-table tbody tr td:nth-child(1),
.orders-table tbody tr td:nth-child(5) {
    text-align: left;
}

.orders-table .placeTitle {
    font-size: 20pt;
}

.printable-table tfoot tr th.brunch-days-total {
    font-size: 7pt;
    padding: 5px 0;
}

.btotal {
    text-align: center;
}

.table-bordered tr > .notd {
    background-color: #fff;
    border: none;
}

.table-bordered {
    border: none;
}

.placeDelimiterTd td {
    font-size: 15pt;
}
.table > tbody > tr.brunchRow > th{
    padding: 2px 5px;
}

.printable-table tbody tr.placeTotalRow td {
    text-align: right;
    font-weight: bold;
    padding: 2px 5px;
}

.change-brunch tbody.main-grid tr td:not(.notClick):hover {
    background-color: #cfcfcf;
    cursor: pointer;
}

#brunchesListTooltip {
    position: absolute;
    left: 100px;
    top: 100px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

#brunchesListTooltip ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#brunchesListTooltip ul li {
    padding: 0 20px;
    cursor: pointer;
}
#brunchesListTooltip ul li:hover {
    background-color: #cfcfcf;
}

.noBorderTimeTr,
.table-bordered > tbody > tr.noBorderTimeTr > td {
    background-color: #fff;
    border: none;
    padding-top: 15px;
    line-height: 17px;
}
.noBorderTimeTd {
    font-size: 15pt;
}

@media print {
    .no-print {
        display: none;
    }
    .printable-table {
        font-size: 7pt;
    }
    .printable-table tbody tr td{
        padding: 2px;
    }
    h1, .h1 {
        font-size: 25px;
    }
    .noBorderTimeTr,
    .table-bordered th,
    .table-bordered > tbody > tr.noBorderTimeTr > td {
        border: none !important;
        padding-top: 5px;
        line-height: 14px;
    }
    .noBorderTimeTd {
        font-size: 13pt;
    }
    .pagebreak {
        page-break-before: always;
    }
}
.rItem {
    display: flex;
    font-size: 9pt;
}
.rCount {
    width: 40px;
}
.rBrunch {
    width: 200px;
}
.adzhika.printable-table {
    font-size: 11pt;
}

.adzhika tr.noBorderTimeTr .noBorderTimeTd {
    font-size: 25pt;
    line-height: 36px;
    padding-top: 6px;
}

.adzhika.orders-table tbody tr td:nth-child(5) {
    text-align: center;
}