html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    background: -webkit-linear-gradient(360deg, #dee1e1 10%, #f4f4f4 90%);
    background: -moz-linear-gradient(360deg, #dee1e1 10%, #f4f4f4 90%);
    background: linear-gradient(360deg, #dee1e1 10%, #f4f4f4 90%);
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.truck-icon {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #CEA262;
    background-image: linear-gradient(90deg, #CEA262 0%, rgba(255, 222, 131, 1) 50%, #CEA262 100%);
}

.promo-arrow-l {
    background: url(/images/granite.png) no-repeat;
    --background: linear-gradient(rgb(177, 191, 216, 0.8), rgb(103, 130, 180, 0.8)), url(/images/banner-industrial-refrigeration.jpg);
    padding: 200px;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}

.button {
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
    height: 60px;
    color: #333;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: #ffc983;
    text-align: center;
    position: relative;
    margin-right: 30px;
}

.button:before {
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-bottom: 60px solid #ffc983;
    position: absolute;
    top: 0;
    left: -30px;
}

.button:after {
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-top: 60px solid #ffc983;
    position: absolute;
    top: 0;
    right: -30px;
}

.promo-arrow-2 {
    background: url('/images/mounting.jpg') no-repeat center;
    padding: 200px;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.banner {
    transform: skew(-25deg) translateX(-11%);
    background-image: linear-gradient(120deg, #ebebeb, #999999);
    opacity: .7;
}

.text-bg-project {
    text-align: center;
    position: absolute;
    top: 40%;
    width: 300px;
    left: calc(50% - 150px);
    background: rgba(0, 0, 0, 0.5);
    transform: skew(-25deg);
}

.promo {
    background: url(/images/background-head.jpg) no-repeat top left;
    background-size: cover;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    overflow: hidden;
    --padding: 150px 20px;
    position: relative;
    text-align: center;
    text-shadow: 0px 0px 1px rgb(0 0 0 / 50%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 77%, 0 100%);
}

.text-bg {
    text-align: center;
    position: absolute;
    top: 40%;
    width: 300px;
    left: calc(50% - 150px);
    background: rgba(0, 0, 0, 0.7);
    --transform: skew(-20deg);
    margin-left: auto;
    margin-right: auto;
}

.text-wp {
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
}

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

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

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