/*csslint
overqualified-elements: false,
qualified-headings: false,
floats: false,
ids: false,
outline-none: false,
fallback-colors: false,
unique-headings: false
*/
html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #092918;
    font-weight: 300;
    background-color: #eceeed;
    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: #008D97;
    text-decoration: none;
    border-bottom: dotted 1px #008D97;
}
.panel {
    border: none;
    box-shadow: none !important;
    padding: 0;
    border-radius: 0;
    background: none;
}
.panel .panel-body {
    padding: 0;
}
header {
    font-size: 0;
    padding: 20px 0;
}
header .logo {
    border: none;
    margin: 0;
    width: 200px;
    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 {
    color: #3c8476;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 30px;
    line-height: 1.4;
}
.ws-page-wrapper {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.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: 10px;
    top: 24px;
    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: #00ffc3;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #00d1a5;
    color: #000000;
    border: none;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1;
    border: none;
    padding: 5px 10px;
    border-radius: 0;
    color: #ffffff;
}
.tab-content {
    overflow: hidden;
    background-color: #ffffff;
    padding: 2em 1em;
}
@media (max-width: 767px) {
    .ws-page-wrapper {
        padding-top: 20px;
    }
    .vertical-center-inner {
        vertical-align: top;
    }
    .vertical-center-centered {
        width: 90%;
    }
}