/******************** CUSTOM FONTS ********************/
@font-face {
    font-display: swap;
    font-family: 'SamsungOne';
    font-style: normal;
    font-weight: 400;
    src: local('SamsungOne'),
        url('../fonts/SamsungOne-400.woff2') format('woff2'),
        url('../fonts/SamsungOne-400.woff') format('woff'),
        url('../fonts/SamsungOne-400.ttf') format('truetype'),
        url('../fonts/SamsungOne-400.eot?#iefix') format('embedded-opentype');
}
@font-face {
    font-display: swap;
    font-family: 'SamsungOne';
    font-style: normal;
    font-weight: 700;
    src: local('SamsungOne'),
        url('../fonts/SamsungOne-700.woff2') format('woff2'),
        url('../fonts/SamsungOne-700.woff') format('woff'),
        url('../fonts/SamsungOne-700.ttf') format('truetype'),
        url('../fonts/SamsungOne-700.eot?#iefix') format('embedded-opentype');
}
/******************** PAGE BODY ********************/
html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'SamsungOne', arial, sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    background-color: #f5f5f5;
}
strong,
h2 {
    font-weight: 700;
}
a:link,
a:visited {
    color: #000000;
    text-decoration: none;
    border-bottom: dotted 1px #000000;
}
a:hover,
a:active {
    color: #1428a0;
    text-decoration: none;
    border-bottom: dotted 1px #1428a0;
}
.panel {
    border: none;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    padding: 0;
    border-radius: 6px;
}
.panel .panel-body {
    padding: 0;
}
header {
    font-size: 0;
}
header .logo {
    border: none;
    margin: 30px 0 30px 20px;
    width: 110px;
    display: inline-block;
}
header .logo img {
    width: 100%;
    display: block;
}
.page-title {
    background-color: #f4f4f4;
    font-size: 24px;
    margin: 0 -20px 15px;
    padding: 10px;
    font-weight: 700;
    text-align: center;
    border-radius: 0;
    border-top: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    color: #1428a0;
}
.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: 8px 0 0;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 16px;
}
.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: #ffffff;
    color: #1428a0;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #ffffff;
    color: #000000;
    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%;
    }
}