:root {
--sw-border-color:#eeeeee;
--sw-toolbar-btn-color:#ffffff;
--sw-toolbar-btn-background-color:#008931;
--sw-anchor-default-primary-color:#f8f9fa;
--sw-anchor-default-secondary-color:#b0b0b1;
--sw-anchor-active-primary-color:#78c043;
--sw-anchor-active-secondary-color:#ffffff;
--sw-anchor-done-primary-color:#588835;
--sw-anchor-done-secondary-color:#ffffff;
/*--sw-anchor-done-secondary-color:#c2c2c2;*/
--sw-anchor-disabled-primary-color:#f8f9fa;
--sw-anchor-disabled-secondary-color:#dbe0e5;
--sw-anchor-error-primary-color:#dc3545;
--sw-anchor-error-secondary-color:#ffffff;
--sw-anchor-warning-primary-color:#ffc107;
--sw-anchor-warning-secondary-color:#ffffff;
--sw-progress-color:#78c043;
--sw-progress-background-color:#f8f9fa;
--sw-loader-color:#78c043;
--sw-loader-background-color:#f8f9fa;
--sw-loader-background-wrapper-color:rgba(255, 255, 255, 0.7);
} 

/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/raleway/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/raleway/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body{
    font-family: 'Raleway', sans-serif;
    background: url(../images/carbon-foot-print.jpeg) no-repeat;
    background-size: cover; 
}
#smartwizard{
    background-color: rgba(255,255,255,0.92);
    padding: 20px 20px 0 20px;
    border-radius: 10px;
}
img{
    mix-blend-mode: multiply;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}
a{
    color: var(--sw-anchor-active-primary-color) !important;
}
.sw .toolbar > .sw-btn{
    /*background-color: #ccffcc;*/
}
.h10{
    height: 10px;
}
.spacer1x{
    height: 10px;
}
.spacer{
    height: 20px;
}
.spacer2x{
    height: 40px;
}
.spacer3x{
    height: 60px;
}
.spacer4x{
    height: 80px;
}
.spacer5x{
    height: 100px;
}
.spacer6x{
    height: 120px;
}
.spacer7x{
    height: 140px;
}
.spacer8x{
    height: 160px;
}
.spacer9x{
    height: 180px;
}
.spacer10x{
    height: 200px;
}

.form-control {
    background-color: #D6FED0;
    border-color: #477D22;
    border-radius: 10px;
    border-width: 2px;
    display: inline;
    padding-left: 6px;
    padding-right: 6px;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #D6FED0;
  box-shadow: 0 0 0 .25rem #477D22;
}

.results{
    border-color: #A22015;
    background-color: #fff !important;
}
.results:focus{
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0 0 .25rem #A22015;
}
/* webkit solution */
::-webkit-input-placeholder { text-align:right !important; }

/* mozilla solution */
#step-3 input::-moz-placeholder { text-align:right !important; }
#step-3 input::placeholder { text-align: right } 
#step-5 input::-moz-placeholder { text-align:right !important; }
#step-5 input::placeholder { text-align: right } 
#step-6 input::-moz-placeholder { text-align:right !important; }
#step-6 input::placeholder { text-align: right } 
#step-7 input::-moz-placeholder:first-child { text-align:right !important; }
#step-7 input::placeholder { text-align: right } 

input{
    /*max-width: 200px;*/
}
.row.s4-r0{
    margin-top: 110px;
}
.s4-r1,.s4-r2,.s4-r3{
    margin-top: 10px;
}

 #step-10 .s4-r2, #step-10 .s4-r3{
    margin-top: 70px;
}
.tab-content{
    /*min-height: 580px;*/
}
.table-striped > tbody > tr:nth-of-type(2n+1){
    background-color: #ccffcc;
    opacity: 1 !important;    
}

nav  > li:first-child > a{
    margin: 0;
    padding: 0;
}
.sw-theme-square > .nav .nav-link{
    margin-top: 48px;
}
.sw-theme-square > .nav::before{
    top: 48px;
}
@media screen and (max-width: 641px){
    
    .sw-theme-square > .nav::before{
        top: 36px;
    }

    .sw-theme-square > .nav .nav-link{
        margin-top: 32px;
    }
    .step-title{
        display: none;
    }

}
@media screen and (min-width: 641px){
    .sw-theme-square > .nav::before{
        width: calc(100% - 120px);
        left: 60px;
    }
    .hide_desktop{
        display: none;
    }
    .sw-theme-square > .nav .nav-link::before{
        width: 50px;
        height: 50px;
        top: -45px;
    }

}

.sw > .tab-content > .tab-pane{
    padding: 0;
}

.nav-item{
    color: var(--sw-anchor-active-primary-color) !important;
    flex-grow: 0;
}

@media screen and (max-width: 640px){
    .sw-theme-square > .nav::before {
      height: calc(100% - 100px);
    }
}

.sw > .nav .nav-link > .num{
    font-weight: normal;
}
label{
    font-weight: bold;
}