/******************** FONTS ********************/
@font-face {
    font-family: "Helvetica";
    font-weight: 400;
    src: url("../fonts/helvetica-400.eot?#iefix");
    src: url("../fonts/helvetica-400.eot?#iefix") format("eot"),
        url("../fonts/helvetica-400.woff2") format("woff2"),
        url("../fonts/helvetica-400.woff") format("woff"),
        url("../fonts/helvetica-400.ttf") format("truetype"),
        url("../fonts/helvetica-400.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg")
}
@font-face {
    font-family: "Helvetica";
    font-weight: 500;
    src: url("../fonts/helvetica-500.eot?#iefix");
    src: url("../fonts/helvetica-500.eot?#iefix") format("eot"),
        url("../fonts/helvetica-500.woff2") format("woff2"),
        url("../fonts/helvetica-500.woff") format("woff"),
        url("../fonts/helvetica-500.ttf") format("truetype"),
        url("../fonts/helvetica-500.svg#58ab5075-53ea-46e6-9783-cbb335665f88") format("svg")
}
/******************** GENERAL ********************/
html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    background-color: #B4231D;
    background-image: url('../layout/generali-illustration.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}
strong,
h2 {
    font-weight: 500;
}
a:link,
a:visited {
    color: #c5281c;
    text-decoration: none;
    border-bottom: dotted 1px #c5281c;
}
a:hover,
a:active {
    color: #851714;
    text-decoration: none;
    border-bottom: dotted 1px #851714;
}
.panel {
    border: solid 1px #851714;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
}
.panel .panel-body {
    padding: 0;
}
header .logo {
    border: none;
    margin: 15px 0 15px 20px;
    width: 93px;
    display: inline-block;
}
header .logo img {
    width: 100%;
    display: block;
}
header:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-image: url('../layout/generali-line.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title {
    background-color: #c5281c;
    color: #ffffff;
    font-size: 24px;
    margin: 0 -20px 15px;
    padding: 10px;
    font-weight: 500;
    text-align: center;
    border-radius: 0;
}
.ws-page-wrapper {
    height: 100%;
}
.vertical-center-outer {
    display: table;
    width: 100%;
    height: 100%;
}
.vertical-center-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.vertical-center-centered {
    position: relative;
    display: inline-block;
    width: 50%;
    max-width: 700px;
}
.panel-body {
    text-align: left;
}
.nav-tabs {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 15px;
}
.nav-tabs > li {
    float: none;
    display: inline-block;
    margin-bottom: 0;
}
.nav-tabs,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #cdcdcd;
    color: #333333;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #cdcdcd;
    color: #333333;
    border: none;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1;
    border: none;
    border-radius: 0;
    padding: 5px 10px;
}
.tab-content {
    padding: 0 20px 20px;
}
@media (max-width: 767px) {
    .ws-page-wrapper {
        padding-top: 20px;
    }
    .vertical-center-inner {
        vertical-align: top;
    }
    .vertical-center-centered {
        width: 90%;
    }
}