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

.logo {
    height: 32px;
    margin-top: -5px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .container {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.complect {
/*    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;*/
}

.complect-buttons .btn{
    margin-right: 15px;
}

.index-table-action {
    width: 100% !important;
}

.form-tyres-item {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid ;
    border-radius: 4px;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.input-xs {
    /*height: 30px;*/
    padding: 1px 1px;
    /*font-size: 13px;*/
    line-height: 1.5;
    border-radius: 3px;
    margin-right: 0px;
}
.forget-password-link {
    margin-top: 10px;
    text-align: right;
}

.servicesGroup {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid ;
    border-radius: 4px;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.serviceDateRange input, .serviceDateRange span {
    padding-left: 6px;
    padding-right: 6px;
}

.headerButtonBox {
    margin-top: 10px;
}
#printBillAllPagesBtn, #sendOrdersAllPagesBtn {
    margin-right: 20px;
    font-size: 12px;
}

@media (min-width: 1200px) {
    .container {
        width: 1326px;
    }
}
