html,
body {
    height: 100%;
}

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

.wrap > .container {
    padding: 20px 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 {
    padding: 8px;
}

@media(max-width:768px) {
	.nav li > form {
	    padding: 3px;
	}
}

.nav > li > form > button:hover {
    text-decoration: none;
}
.cruiser-img {
    width: 160px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    margin: 0 auto;
}
.make-img {
    width: 160px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    margin: 0 auto;
}
.make-img-sm {
    width: 100px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    margin: 0 auto;
}
.flag-img {
    margin: 0 auto;
    width: 140px;
    height: 78px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-position: center;
    display: flex;
    align-items: flex-end;
}
.slogan {
    font-style: italic;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    color: #E9E9E9;
}
.header {
    background: url('/images/carbon-bg.png');
    padding-top: 10px;
    box-shadow: 0 0 15px black;
    display: flex;
    align-items: center;
}
.header .panel {
    margin-bottom: 10px;
}
.header .panel-default {
    border-color: #474748;
}
.header .panel-body {
    padding: 5px 15px;
    background-color: #7B7B7B;
    color: #E9E9E9;
}
.header .panel-body a {
    color: #E9E9E9;
}
.header .panel-heading {
    background-color: #474748;
    border-color: #474748;
    color: #E9E9E9;
}
.header-ace {
    padding-top: 10px;
    display: flex;
    align-items: center;
    background-color: #ffaa3e;
}
.row.s1 {
    background-color: #ffaa3e;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    min-height: 4px;
}
.row.sh1 {
    height:10px;
}
.header-ace .panel {
    margin-bottom: 10px;
}
.header-ace .panel-default {
    border-color: #216EB6;
}
.header-ace .panel-body {
    padding: 5px 15px;
    background-color: #389CBE;
    color: #E9E9E9;
}
.header-ace .panel-body a {
    color: #E9E9E9;
}
.header-ace .panel-heading {
    background-color: #216EB6;
    border-color: #216EB6;
    color: #E9E9E9;
}
.header-ace .slogan {
    color: #216EB6;
    font-size: 16px;
}
.breadcrumb {
    margin-top: 20px;
}
.logo {
    display: block;
    width:535px;
    margin: 0 auto;
}
.logo img {
    /*width:535px;*/
}
.header-ace .logo {
    width: 145px;
}
.header-ace .logo img {
    height: 150px;
}
.contacts {
    text-align: right;
    border: 1px solid black;
}
.btn-login, .btn-quotation {
    width:100%;
    margin-bottom:5px;
}
.btn-login:after, .btn-quotation:after {
    font-family: 'FontAwesome';
    content: '\f054';
    position: absolute;
    right: 25px;
    font-size: 90%;
}
.btn-login:before, .btn-quotation:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 25px;
}
.btn-quotation:before {
    content: '\f07a';
}
.btn-login:before {
    content: '\f007';
}
.progress {
    margin-bottom: 3px;
}
.bg-red {
    background-color: #ee9999 !important;
}
.note {
    color:#777777;
    font-size: smaller;
}
.kv-editable-link {
    border: none;
}
.search .table thead {
    background-color: #4B4B4B;
    color: #FFF;
}
.toyodiy {
    color: #EF1C24;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ss {
    color: #990000;
    font-weight: bold;
}
.flex {display: flex;align-items: center;}
@media (max-width: 767px) {
    .header {background: none;display: block;}
    .logo {margin: 0;}
    .logo img {width: 200px;}
    .header .slogan {display: none;}
    .flex {display: block;}
    .flag-img {width:80px;height:44px;margin-bottom: 10px;}
}
#orders table, #basket table { font-size: 12px; }
#orders table tr td, #basket table tr td { line-height: 1; }