
/* PROMAT FS CALCULATOR */

body {
    min-width: 320px;
    background-color: #f6f6f6;
    color: #666;
    font-family: "AvenirNextLTProDemi",arial,sans-serif,sans-serif;
    font-size: 13px;
    line-height: 18px;
    word-wrap: break-word;
    font-weight: normal;
}

h1,h2,h3 {
    padding: 0 0 20px 0;
    margin: 0 0 0 0;
    font-family: "AvenirNextLTProDemi",arial,sans-serif,sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: normal;
    color: rgba(11,161,226,1)!important;
    text-transform: none;
}
h2 {
    padding: 10px 0 0px 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
}
h3 {
    padding: 0 0 0 0;
    font-size: 18px;
    line-height: 14px;
    font-weight: 700;
}
a {
    color:rgba(11,161,226,1)!important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.toolbar img {
    width: 100% !important;
    height: auto;
} {
    width: 100% !important;
    height: auto;
}

header {background-color: #f6f6f6;margin-top: 20px;margin-bottom: 20px;}

/* LANGUAGE SWITCHER */
.header__component * {box-sizing: border-box;}
.list--semantic-only, .list--semantic-only>li {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
}

ul, ol, dl {list-style-position: outside;}
.hdr-popout--open .hdr-popout__cta {background: #eee;color: #999;}

button, html [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}
button {border: none;background: none;cursor: pointer;}
button:focus {outline: none;}
button, select {text-transform: none;}
button, input {overflow: visible;}


.hdr-links__cta {
    text-decoration: none;
    display: block;
    padding: 5px 10px 5px 10px;
    color: #999;
}
.cta-link {
    background: none;
    border: none;
    display: inline;
    font: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0;
    outline: none;
    outline-offset: 0;
    box-shadow: none;
    transition: .3s;
    color: #666;
    text-decoration: underline;
    cursor: pointer;
}

.hdr-popout--open .hdr-popout__panel {
    display: block;
}
li>ul.list--semantic-only {
    margin-top: 0;
    margin-left: 0;
}
.hdr-popout__panel--with-options {
    min-width: 30px;
}
.hdr-popout__panel {
    z-index: 101;
    background: #eee;
    box-shadow: 0 6px 25px -3px rgba(0,0,0,.3);
    display: none;
    position: absolute;
    overflow: hidden;
    margin: 0;
    right: 0;
    text-align: right;
}
.list--semantic-only, .list--semantic-only>li {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
}
.list--semantic-only {
    margin-bottom: 0;
    padding-bottom: 0;
}
.hdr-popout-option {
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
}
.hdr-popout-option__cta:visited {
    color: #666;
}
.hdr-popout-option__cta {
    display: block;
    width: 100%;
    text-align: right;
    color: #666;
    text-decoration: none;
    padding: 5px 15px;
}
a {
    outline: none;
}


.hdr-popout__cta--dropdown:after {
    display: inline-block;
    transition: .3s;
    margin: 0 0 0 5px;
    vertical-align: top;
}
.hdr-popout__cta--dropdown:after {
    font-size: 12px;
    font-family: "BaseIcons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
}

@media (min-width: 544px){
    .hdr-popout {
        position: relative;
    }
}
@media (min-width: 992px){
    .header-layout__links {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .hdr-links {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .hdr-links {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 20px 5px 20px 5px;
        font-size: 14px;
        font-family: "AvenirNextLTProRegular",arial,sans-serif;
    }

}



nav {display: block;background-color: #eee;padding-top: 30px;margin-top: 20px;}

.row.displaydata {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 20px;
}
.row.output-result {
    background-color: #fff;
    padding: 20px 0;
}
.w-100 {
    width: 100%!important;
    border-top: solid 3px #f6f6f6;
    margin-top: 10px;
    margin-bottom: 10px;
}

img.toplogo {margin: 0 auto;margin-bottom: 30px;}
select {min-width: 400px;}
.btn-print {color: #fff;background-color: rgba(11,161,226,1);border-color: rgba(11,161,226,1);}
img.hdr-logo__img {margin: 20px 0 30px 0;}
header#hdr {margin-bottom: 30px;}

.hdr-nav__wrapper {
    background: #eee;
    padding-top: 40px;
    display: block;
    margin-bottom: 20px;
}

.row {
    width: 100%;
}

.row.fs-calculator {
    display: block;
    max-width: 500px;
    margin: 0 auto;
}

.fs-container {
    box-sizing: border-box;
    max-width: 960px;
    width: 100%;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}


.col-md-2.toolbar {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

a.showtooltip {
    display: block;
    margin-left: 15px;
    margin-top: 10px;
}
.btn-primary {
    color: #fff !important;
    background-color: rgba(11,161,226,1)!important;
    border-color: rgba(11,161,226,1)!important;
}
.btn-block {
    margin-top: 10px;
}
input[type='text'], .input-file, .search-field, input[type='password'], select, input[type='date'] {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%!important;
    height: 36px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
    color: #666;
    margin: 0;
    padding: 0;
    line-height: 27px;
    text-indent: 5px;
}

.website-width {
    box-sizing: border-box;
    max-width: 960px;
    width: 100%;
    margin: auto;
}
.row.inputs {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.footer {
    background: #666;
    padding: 35px 0 0;
    background-size: 100% 100%;
    margin: 50px 0 0 0;
    box-sizing: border-box;
    position: relative;
    width: 100vw;
}

.footer__content {
    background: #666;
    padding: 0;
    max-width: 960px;
    color: #ddd;
    background-size: 100% 100%;
}
.footer-content__nav {
    text-align: left;
    float: left;
    width: 75%;
}
.footer-content__social {
    width: 25%;
    float: right;
}
.footer * {
    box-sizing: border-box;
}
.list--semantic-only, .list--semantic-only>li {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
}
.footer-content__bottom {
    width: 100%;
    padding-top: 20px;
    clear: both;
}
.footer__divider {
    max-width: 960px;
    margin: 25px 170px 25px 0;
    background: linear-gradient(to right,#666,#ddd);
    height: 4px;
    margin-right: 170px;
}
.footer-divider__logo {
    float: right;
    height: 35px;
    vertical-align: middle;
    text-align: right;
    background: transparent url(../images/etex-logo.png) no-repeat right top;
    width: 180px;
    margin-top: -18px;
    margin-right: -170px;
}
.footer__divider::after {
    content: "";
    display: table;
    clear: both;
}
.footer__copyrights {
    text-align: left;
    padding: 0 0 30px;
}
.u-reset {
    clear: both;
    display: block;
}


@media only screen and (max-width: 768px) {

    .fs-container {
        max-width: 80%;
    }
    .footer-content__bottom {
        width: 80%;
        margin: 0 auto;
    }
    select {
        min-width: 300px;
    }
}



@media only screen and (max-width: 480px) {

    h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .fs-container {
        max-width: 80%;
    }
    .footer-content__bottom {
        width: 80%;
        margin: 0 auto;
    }
    select {
        min-width: 240px;
    }
    .footer__divider {
        max-width: 200px;
        margin: 25px 0px 25px 0;
        margin-right: 220px;
    }
    
 }


 