/**
* VAUDOISE
*/
@font-face {
    font-family: Source Sans Pro;
    src:url(/assets/fonts/source-sans-pro-v10-latin-regular.eot);
    src:local("Source Sans Pro Regular"),
        local("SourceSansPro-Regular"),
        url(/assets/fonts/source-sans-pro-v10-latin-regular.woff2) format("woff2"),
        url(/assets/fonts/source-sans-pro-v10-latin-regular.woff) format("woff")
}
@font-face {
    font-family: Source Sans Pro Bold;
    font-weight:700;
    src:url(/assets/fonts/source-sans-pro-v10-latin-700.eot);
    src:local("Source Sans Pro Bold"),
        local("SourceSansPro-Bold"),
        url(/assets/fonts/source-sans-pro-v10-latin-700.woff2) format("woff2"),
        url(/assets/fonts/source-sans-pro-v10-latin-700.woff) format("woff")
}
@font-face {
    font-family: Source Sans Pro SemiBold;
    font-weight:600;
    src:url(/assets/fonts/source-sans-pro-v10-latin-600.eot);
    src:local("Source Sans Pro SemiBold"),
        local("SourceSansPro-SemiBold"),
        url(/assets/fonts/source-sans-pro-v10-latin-600.woff2) format("woff2"),
        url(/assets/fonts/source-sans-pro-v10-latin-600.woff) format("woff")
}
@font-face {
    font-family: Publico Headline Web;
    font-weight: 700;
    src:url(/assets/fonts/PublicoHeadline-Bold-Web.eot);
    src:local("Publico Headline Web"),
        local("Publico Headline"),
        url(/assets/fonts/PublicoHeadline-Bold-Web.woff2) format("woff2"),
        url(/assets/fonts/PublicoHeadline-Bold-Web.woff) format("woff")
}

body {
    background: #fff;
}

header {
    background: #fff;
}

footer {
    background: #009640;
    color: #fff;
}
footer a, footer a:hover {
    color: #fff;
}

body, .table {
    /*font-family: 'Source Sans Pro', Arial, sans-serif !important;*/
    font-size: 1.4rem !important;
    /*color: #000 !important;*/
}

h1, h2, h3, h4, h5, .table > thead {
    font-family: 'Open Sans', Arial, sans-serif !important;
    color: #585858 !important;
}

a {
    color: #103184;
    text-decoration: none;
}
a:hover, a:focus {
    color: #103184;
    text-decoration: none;
}
a.btn {
    text-decoration: none !important;
}

h1 {
    font-size: 42px;
    margin-bottom: 20px;
}
h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.btn {
    /*border: 0;*/
    font-family: 'Source Sans Pro SemiBold', Arial, sans-serif !important;
    font-size: 16px;
    padding: 16px;
    line-height: 18px;
    text-transform: uppercase;
}
.btn:hover {
    border: 0;
}
.btn-default {
    border-radius: 4px !important;
    border-style: solid;
    border-width: 1px;
    border-color: #077;
    background: #077;
    color: #fff;
}
.btn-default:hover {
    border-radius: 4px !important;
    border-style: solid;
    border-width: 1px;
    border-color: #077;
    background: #fff;
    color: #077;
}
.btn-primary, .btn-success {
    border-radius: 4px !important;
    border-style: solid;
    border-width: 1px;
    border-color: #009640;
    background: #009640;
    color: #fff;
}
.btn-primary:hover, .btn-success:hover {
    border-radius: 4px !important;
    border-style: solid;
    border-width: 1px;
    border-color: #077;
    background: #fff;
    color: #009640;
}
.btn-sm {
    font-size: 16px;
    height: 40px;
    padding: 10px 16px;
}

.portal-header {
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 20px;
}
.portal-header .logo {
    height: 60px;
}
.portal-header .btn-default {
    margin-top: 10px;
}
.portal-body {
    padding-top: 60px;
    padding-bottom: 60px;
}
.portal-footer {
    border-top: none;
    font-size: 14px;
    color: hsla(0,0%,100%,.65);
}

.table > thead {
    background: #ccc;
}

.box-header, .box-body {
    background: none;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

#form1 {
    background: #fafafa;
    border: 1px solid #ccc;
    padding: 60px;
}
.form-group {
    margin-bottom: 18px;
}
.form-group .control-label {
    text-align: right !important;
}
.form-control, .bs-select .btn-default {
    background: #fff;
    color: #000;
    font-size: 16px;
    height: 40px;
    border: 1px solid #ccc;
}
.form-control:focus {
    border-color: #103184;
}
.bs-select .btn-default {
    font-family: 'Source Sans Pro', Arial, sans-serif !important;
    text-transform: none;
    color: #000;
    border: 1px solid #ccc;
    padding: 10px;
}

.page-buttons {
    text-align: right;
}

.helptext {
    font-size: 14px;
    color: #6f6f6f;
}

@media (max-width: 767px) {

    .portal-body {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #form1 {
        padding: 25px;
    }

}
