/******************** CUSTOM FONT ********************/
html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Yantramanav', sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    background-color: #ffffff;
    background-image: url(../layout/bg-login.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
a:link,
a:visited {
    color: #000000;
    text-decoration: none;
    border-bottom: dotted 1px #000000;
}
a:hover,
a:active {
    color: #555555;
    text-decoration: none;
    border-bottom: dotted 1px #555555;
}
.panel {
    border: none;
    box-shadow: none !important;
    padding: 0;
    border-radius: 0;
    background: none;
}
.panel .panel-body {
    text-align: left;
    background-color: #ffffff;
    padding: 0;
    border-radius: 20px 0 20px 0;
}
header {
    font-size: 0;
    padding: 20px;
}
header .logo {
    border: none;
    margin: 0;
    width: 250px;
    display: inline-block;
}
header .logo img {
    width: 100%;
    display: block;
    /* csslint ignore:start */
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    /* csslint ignore:end */
}
.page-title {
    font-size: 27px;
    font-weight: 400;
    text-align: center;
    margin: 0 -20px 30px;
    padding: 15px;
    background-color: #e1e8ef;
}
.ws-page-wrapper {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
}
.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;
}
.nav-tabs {
    margin: 0;
    position: absolute;
    right: 10px;
    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: transparent;
    color: #555555;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #9FA1A6;
    color: #ffffff;
    border: none;
}
.nav-tabs > li > a {
    margin-right: 2px;
    border: none;
    padding: 5px 10px;
    border-radius: 0;
}
.tab-content {
    overflow: hidden;
    padding: 0 20px 10px;
}
@media (max-width: 767px) {
    .ws-page-wrapper {
        padding-top: 20px;
    }
    .vertical-center-inner {
        vertical-align: top;
    }
    .vertical-center-centered {
        width: 90%;
    }
}
@media (max-width: 479px) {
    header .logo {
        width: 230px;
        margin: 0 auto 15px;
        display: block;
    }
    .nav-tabs {
        text-align: center;
        position: static;
        font-size: 16px;
    }
}