/******************** GENERAL ********************/
html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #777777;
    font-weight: 400;
    background-color: #f5f5f5;
}
strong,
h2 {
    font-weight: 400;
}
a:link,
a:visited {
    color: #ff0a54;
    text-decoration: none;
    border-bottom: dotted 1px #ff0a54;
}
a:hover,
a:active {
    color: #d60041;
    text-decoration: none;
    border-bottom: dotted 1px #d60041;
}
.panel {
    border: solid 2px #f2f2f0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    padding: 0;
    border-radius: 0;
}
.panel .panel-body {
    padding: 0;
}
header {
    padding: 15px 0;
    text-align: center;
}
header .logo {
    border: none;
    float: left;
    margin: 0 0 0 20px;
}
header .logo img {
    width: 120px;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.page-title {
    background-color: #ff0a54;
    color: #ffffff;
    font-size: 22px;
    margin: 0 -15px 15px;
    padding: 10px;
    font-weight: 400;
    text-align: center;
    border-radius: 0;
}
.ws-page-wrapper {
    height: 100%;
    position: relative;
    z-index: 2;
}
.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 5px;
    text-align: right;
    font-size: 14px;
}
.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: #ff0a54;
    color: #ffffff;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #2c2c2c;
    color: #f6f6f6;
    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;
    font-size: 15px;
}
@media (max-width: 767px) {
    .ws-page-wrapper {
        padding-top: 20px;
    }
    .vertical-center-inner {
        vertical-align: top;
    }
    .vertical-center-centered {
        width: 90%;
    }
}