/**
* LINJATERÄS PORTAL CSS
* VERSIO 1.0
*/
body {
    padding-bottom: 0;
}
.navbar-brand {
    padding: 0;
}
.footer {
    background-color: #f5f5f5;
}
.card {
    height: 100%;
}
#taustaVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
#kotiHeader {
    background-image: url("/img/linjateras_sininen.png");
    background-position: 75% center;
    background-repeat: no-repeat;
    background-size: contain;
}
#tilausHeader {
    background-image: url("/img/linjateras_jauheet.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
}
.pikavalikko {			
    background-color: #f5f5f5cc;
    border-radius: 5px;
    width: 50%;
    max-width: 400px;
}
.container-portal {
    padding: 0 30px;
}
p.form-control {
    overflow: hidden;
    background-color: #e9ecef;
    margin: 0;
}

/**
* TILAUSSEURANTA
*/

.seuranta {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
    width: 100%
}

.seuranta .tila {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative;
}

.seuranta .tila.active:before {
    background: #00aeef;
}

.seuranta .tila.active.laskutettu:before {
    background: green;
}

.seuranta .tila::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px;
}

.seuranta .tila.active .icon {
    background: #00aeef;
    color: #fff
}

.seuranta .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
    color: #fff;
}

.seuranta .icon .fa, .seuranta .icon .far {
    line-height: 40px;
}

.seuranta .tila.active .text {
    font-weight: 500;
    color: #000;
}

.seuranta .text {
    display: block;
    margin-top: 7px;
}

#tilausPvm {
    font-weight: 600;
}

.vahvistus-text, .tuotanto-text, .lahetys-text, .laskutus-text, .hinnoittelu-text {
    font-size: 80%;
    margin-bottom: 1em;
}

.tuotanto-tilat-ul {
    list-style: none;
	padding-inline-start: 0;
}

i.vastaanotto, i.esikasittely, i.pintakasittely, i.pakkaus {
	display: none;
}

.seuranta-wrapper {
    width: 100%;
    height: 11em;
}

/**
* Ohjeistus
*/

.kysymys {
    color: #007bff;
}