﻿
@font-face {
    font-family: quiroh;
    src: url("fonts/Quiroh/Quiroh-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: quiroh-light;
    src: url("fonts/Quiroh/Quiroh-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: quiroh-medium;
    src: url("fonts/Quiroh/Quiroh-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: quiroh-semibold;
    src: url("fonts/Quiroh/Quiroh-SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: quiroh-thin;
    src: url("fonts/Quiroh/Quiroh-Thin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
}

.form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #000;
}

.form-control::-webkit-input-placeholder {
    color: #000;
}

body {
    font-family: quiroh;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.5;
}
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

a.list-group-item.active {
    color: #fff!important;
}

.text-primary {
    font-family: quiroh-medium;
    font-style: normal;
    font-size: 36pt;
    /*font-size: 36px;*/
    color: #D24719;
}

@media(max-width: 767px) {
    .text-primary {
        font-size: 32pt;
    }
}

.phaseloader-previous {
    margin-top: 10px;
}

.phaseloader-next {
    margin-top:10px;
}

.contract-confirmation {
    padding-top:0px!important;
    margin-bottom:2px!important;
}

.group {
    border: 2px solid #7d7061;
    padding:5px;
}

.navbar-bordered {
    border-bottom: 4px solid #D24719 /*#fd8836*/;
}

.logoimage {
    height: 12%;
    width: 12%;
    background-color: #D24719; /*F08C2A*/
}

.logoimage-landing {
    padding: 20px;
    height: 12%;
    width: 12%;
    background-color: #D24719; /*F08C2A*/
}

.white-background {
    background-color: #ffffff; /*F08C2A*/
    padding: 0px;
    margin-top: 10px;
}

logo img {
    height: 60px;
}


.actionimage {
    padding: 2px;
    height: 50px;
    width: 50px;
    background-color: #D24719; /*F08C2A*/
}

.minunenergia-footer {
    border-top: 1px solid #D24719 /*#fd8836*/;
    padding: 25px 0px;
    color: #D24719;
}

.minunenergia-footer > .row {
    margin-left: 0px;
    margin-right: 0px;
}

.navbar-nav li a {
    /*text-transform: uppercase;*/
}

.navbar-brand:hover, .navbar-brand:focus {
    background-color: #D24719!important;
    color: #FFF!important;
    outline: 0;
}

.text-regular {
    color: #000;
    font-size: 16pt;
    padding-top: 15px;
    /*font-size: 16px;*/
}

@media(max-width: 767px) {
    .text-regular {
        font-size: 13pt;
    }
}

#breadcrumb > a {
    display: inline-block;
}

.lre-input {
    font-family: quiroh-light;
    font-size: 16pt;
    /*font-size: 16px;*/
    height: 45px;
    min-width: 200px;
    padding: 20px 25px;
    margin-bottom: 10px;
    color: #000;
    background-color: #FFF;
    box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.15) inset;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.form-control:focus {
    border-color: #222;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #222;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #222;
}

@media(max-width: 767px) {
    .lre-input {
        font-size: 13pt;
    }
}
.lre-button-contact {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 1.25em 3em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 80px;
    transition: transform .4s;   
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #D24719;
    color: #fff;
}

.lre-button-contact:hover {
   transform: scale(1.2);
}

.lre-button {
    font-family: quiroh-semibold;
    font-size: 14pt;
    /*font-size: 14px;*/
    height: 45px;
    color: #ffffff;
    width: 200px;
    background-image: linear-gradient(to right,#D24719,#FE823A);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.lre-button-newlogin {
    font-family: quiroh-semibold;
    font-size: 14pt;
    /*font-size: 14px;*/
    height: 45px;
    color: #ffffff;
    width: 200px;
    background-image: linear-gradient(to right,#D24719,#D24719);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.lre-login-helpers {
    font-family: quiroh;
    font-size: 14pt;
    /*font-size: 14px;*/
    color: #000000;
}

@media(max-width: 767px) {
    .lre-login-helpers {
        font-size: 12pt;
    }
}

.lre-passwd-reg {
    font-weight: 300;
    color: #000000;
}

.lre-passwd-reg a {
    font-weight: 300;
    text-decoration: underline;
    color: #D24719;
}

.lre-container-full-width {
    margin: 10px 0px 45px 0px;
    padding: 0px;
    width: 100%;
    box-sizing: border-box; /** add this **/
    -moz-box-sizing: border-box; /** add this **/
    -webkit-box-sizing: border-box; /** add this **/
    -ms-box-sizing: border-box; /** add this **/
}

.lre-actions-row {
    background-color: #D24719;
    padding: 10px 0px;
    margin: 0px;
}

.lre-action-inner-row {
    margin: 15px;
    color: #FFFFFF;
}

@media (max-width: 480px) {
    .lre-action-inner-row {
        margin: 2px;
    }
}

@media (max-width: 480px) {
    .lre-action-col {
        padding-left: 2px;
        padding-right: 2px;
    }
}

.lre-action-col {
    margin-top: 10px;
}

.lre-action-list-group {
    background-color: #D24719;
    border: none;
    color: #ffffff;
    font-size: 18px;
}
@media (max-width: 480px) {
    .lre-action-list-group {
        font-size: 14px;
    }
}

.lre-action-list-group:hover {
    text-decoration: none;
}

.lre-action-list-group-item-heading {
    font-family: quiroh-medium;
    color: #ffffff;
    font-size: 24px;
}

@media (max-width: 480px) {
    .lre-action-list-group-item-heading {
        font-size: 16px;
    }
}

.lre-action-list-group-item-text {
    font-family: quiroh;
    color: #ffffff;
    font-size: 18px;
}

.lre-action-list-glyph-item {
    color: #ffffff;
}

.lre-footer-heading {
    font-family: quiroh-medium;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
    font-size: 36pt;
    /*font-size: 36px;*/
}

.lre-footer-img {
    max-height: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.lre-footer-text {
    font-family: quiroh;
    color: #000;
    font-size: 14pt;
    /*font-size: 14px;*/
}


@media(max-width: 767px) {
    .lre-footer-heading {
        margin-bottom: 10px;
        font-size: 32pt;
    }

    .lre-footer-text {
        font-size: 12pt;
    }
}

.lre-heading-arrow:before {
    content: "";
    margin-right: 10px;
    background-size: 22px 22px;
    background-image: url('/Content/LRE2/images/Nuoli eteenpäin.svg');
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
    height: 22px;
}

@media (max-width: 480px) {
    .lre-heading-arrow:before {
        margin-right: 5px;
        background-size: 14px 14px;
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 767px) {
    .lre-login-helpers {
        text-align: center;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

.contractorOnlineInlineCheckbox {
    margin-top: 20px !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: #fff;
}
.glyphicon {
    margin-right: 5px;
}
.nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

hr.soliddivider {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    box-sizing: border-box;
}

.navigate-icons {
    height: 5rem;
    width: 5rem;
}
.center-col-icon{
    position: relative;
    margin-top: 50%;
}
.front-text {
    font-family: quiroh, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif "quiroh","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    color: black;
    position: absolute;
    top: 5%;
    left: 5%;
}

.front-text-2 {
    font-family: quiroh, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif "quiroh","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 2.6em;
    font-weight: 600;
    color: black;
    position: absolute;
    top: 9%;
    left: 5%;
}

.lre-button-frontpage {
    display: inline-block;
    vertical-align: middle;
    font-family: inherit;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 80px;
    margin: 0 0 1rem 0;
    padding: 0.9em 2.5em;
    cursor: pointer;
    line-height: 1;
    transition: transform .4s;
    font-size: 1.5rem;
    text-align: center;
    background-color: #D24719;
    color: #fff;
    position: absolute;
    top: 21%;
    left: 5%;
}

@media (max: 767px) {
    .lre-button-frontend {
        padding: 0.6em 2em;
    }
}

.lre-button-frontpage:hover {
    transform: scale(1.2);
}

@media(max-width: 480px) {
    .logoimage {
        width: 40%;
        height: 40%;
    }
}

@media(min-width: 480px) and (max-width: 767px) {
    .logoimage {
        width: 25%;
        height: 25%
    }
}
