/* ************ */
/* Links Colors */
/* ************ */
/* #a84946 */
a {
    color: #2774B3;
}

a:visited {
    color: #2774B3;
}

a:hover {
    color: #5499d2;
}

a:focus {
    color: #5499d2;
}

ul {
    margin: 5px 0 0 0;
}

li {
    margin: 0 0 5px 0;
}

/***************************** */
/* Shared Style across pages */
/***************************** */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.is-underline {
    text-decoration: underline !important;
}

.has-text-nowrap {
    white-space: nowrap !important;
}

.font-helvetica {
    font-family: Helvetica, Verdana, sans-serif !important;
}

.notice-border {
    border: 1px solid #706F5D !important;
}

body:before {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    content: "";
    height: 10px;
    left: 0;
    position: fixed;
    top: -10px;
    width: 100%;
    z-index: 100;
}

body {
    background-color: white;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    /*font-size: 80%;*/
    /*font-family: 'Lucida Sans Unicode', Verdana, Helvetica, Arial, sans-serif;*/
    color: #333;
    /*line-height: 1.5em;*/
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input, textarea, select {
    outline: none;
}

textarea {
    resize: none;
}

input[type="submit"] {
    margin: 0;
}

.clickable {
    cursor: pointer !important;
}

/* error styles */
.isa_error {
    color: #D8000C;
}

input.isa_error {
    color: #D8000C;
    background-color: #FFBABA;
}

/******** */
/* Labels */
/******** */
label {
    width: auto;
    white-space: nowrap;
    margin-top: 1px;
    padding-right: 5px;
}

.l-wrap {
    float: left;
    width: 0;
}

.l-wrap label {
    float: right;
}

/******** */
/* Links */
/******** */
a {
    margin: 0;
    padding: 0;
}

a:hover, a:focus {
    cursor: pointer;
}

/**********/
/* Errors */
/**********/
.input-msg-err {
    display: block;
    position: relative;
    margin: 0 0 -6px 0;
    padding: 0;
    color: #a84946;
    font-size: 11px;
}

input[type="text"].required, input[type="password"].required {
    background-color: #FBE5E4;
}

.ws-corner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.ws-box {
    border: 1px solid #D3D3C3;
    background-color: #f0f0f0;
}

.ws-html {
    padding: 0;
    margin: 0;
}

.ws-html-spacer {
    margin-top: 10px;
}

.ws-border {
    border: 1px solid #D3D3C3;
}

.ws-indent {
    margin-left: 20px;
}

.ws-italic {
    font-style: italic;
}

.ws-bold {
    font-weight: bold;
}

.ws-monospace {
    font-family: monospace;
    font-size: 12px;
    line-height: 1.2em;
}

.ws-nowrap {
    white-space: nowrap;
}

.ws-pre {
    white-space: pre;
}

.ws-readonly {
    background-color: #ddd;
}

.ws-row {
    padding: 6px 0;
    margin: 0;
}

.ws-no-data {
    font-style: italic;
    color: #333;
}

h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    margin: 25px 0 0 0;
    padding: 0;
    white-space: nowrap;
}

h2 {
    font-size: 17px;
    font-weight: bold;
    color: #444;
    padding: 0;
    margin: 25px 0 0 0;
    white-space: nowrap;
}

h2.empty {
    margin-top: 10px;
    font-size: 1px;
}

h2 a {
    font-size: 13px;
    margin-left: 5px;
}

.missing-h2 {
    height: 11px
}

#ws-content input[type="text"], #ws-content input[type="password"] {
    outline: medium none;
    margin: 0;
    padding: 3px 2px;
    vertical-align: top;
    border: 1px solid #D3D3C3;
    border-radius: 3px;
}

#ws-content select {
    outline: medium none;
    margin: 0;
    padding: 2px 0;
    border: 1px solid #D3D3C3;
    border-radius: 3px;
}

/* created a wrapper class for testing, can remove and use original wrapper css */
.wrapper {
    width: 960px;
    padding: 0;
    margin: 0 auto;
}

/* altered the content area, it needs to have a white background to cover the gray pattern */
#ws-header {
    width: 100%;
    top: 0;
    z-index: 100;
}

#ws-tabheader {
    width: 100%;
    top: 0;
    z-index: 100;
    background: #fff;
}

#ws-content {
    background: #fff;
    padding-bottom: 20px;
}

/* clear floats */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* header */
#header {
    background: #FFFFFF;
}

#header img, #footer img {
    border: none;
}

.relativePos {
    position: relative;
}

.seerApi {
    position: relative;
    display: inline-block;
    line-height: 0;
    margin: 23px 0;
}

.seerLogo {
    float: right;
    padding: 10px;
}

/* navigation */
.nav {
    list-style: none;
    position: absolute;
    top: 30px;
    right: 0;
    margin: 0;
    padding: 0;
}

.nav li {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.nav li a {
    display: block;
    margin: 2px 10px 0 10px;
    padding: 3px 10px;
    background: #e3e3e3;
    border: 1px solid #d0d0cd;
    border-radius: 3px;
    color: #616050;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), inset 0 -1px 1px rgba(0, 0, 0, .1);
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.nav li a:hover, .nav li a:focus {
    background: #f4f4f4;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.nav li a.selected {
    background: #2774B3;
    border: 1px solid #2774B3;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2), 0 1px 0 #fff;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

/* tab header */
.tabs {
    list-style: none;
    right: 0;
    margin: 0;
    padding: 0;
}

.tabs li {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.tabs li a {
    display: block;
    margin: 0 10px 0 0;
    padding: 3px 10px;
    background: #e3e3e3;
    border: 1px solid #d0d0cd;
    border-radius: 0 0 3px 3px;
    color: #616050;
    text-decoration: none;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    border-top: 0;
}

.tabs li a:hover, .tabs li a:focus {
    background: #f4f4f4;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.tabs li a.selected {
    background: #2774B3;
    border: 1px solid #688792;
    color: #fff;
    border-top: 0;
}

.tab-selected {
    background-color: #f4f4f4 !important;
}

/* login */
#ws-login {
    background-color: #142C68;
    height: 40px;
}

#ws-login a {
    color: #fff;
    margin: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    text-decoration: none;
    font-size: 16px;
    padding: 8px 20px 4px 20px;
    display: inline-block;
    height: 40px;
}

#ws-login a.bl {
    border-left: 1px solid #688792;
    margin-right: -4px;
}

#ws-login a.br {
    border-right: 1px solid #688792;
}

#ws-login a:hover, #ws-login a:focus {
    background-color: #2774B3;
}

#ws-login .selected {
    background-color: #2774B3;
    cursor: default;
}

#ws-login .main-menu {
    display: block;
    float: right;
    margin-right: 13px;
}

img {
    border-style: none;
}

/* Footer */
.footer {
    padding: 0;
    z-index: 1;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    flex: 1;
}

footer h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    font-family: "Merriweather-bold", Georgia, serif;
    font-weight: 700;
    line-height: 1.3em;
}

footer ul {
    list-style: none;
    padding: 0;
}

.footer-links {
    background: #142c68;
    padding: 0 0 20px 0;
    color: #fff !important;
    flex-direction: row;
    flex: 1;
}

.footer-links a, .footer-links a:visited, .footer-links a:hover {
    color: #fff !important;
}

.footer-links a:hover {
    text-decoration: underline;
}

.social li {
    display: inline-block;
    padding: 0 20px 0 0;
}

.social li a:hover {
    opacity: .9;
}

.linkList {
    white-space: inherit;
    text-align: center;
    margin: 0 0 1em 0;
    list-style: none;
    padding-top: 2em;
    clear: both;
}

.linkList li {
    display: inline-block;
    margin: 0 .2em;
}

.linkList li::after {
    content: "|";
    padding-left: 0.5em;
}

.linkList li.last:after {
    display: none;
}

@media screen and (max-width: 450px) {
    footer .seer-logo {
        background-position: top center;
        padding: 80px 0 0 0;
        text-align: center;
    }
}

.col-sm-3 {
    float: left;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.row::before, .container::before {
    display: table;
    content: " ";
}

.footer a {
    text-decoration: none;
}

.sr-only {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    border: 0;
}

.center {
    text-align: center;
}

/*********/
/* Table */
/*********/
table.ws-tbl {
    border-collapse: separate;
    padding: 0;
    margin: 0;
    border-width: 0;
    border-spacing: 0;
    font-size: 15px;
    line-height: 18px;
}

table.ws-tbl tr td {
    text-align: left;
    vertical-align: top;
    margin: 0;
    padding: 3px 5px 3px 5px;
}

table.ws-tbl tr th {
    background-color: #f0f0f0;
    color: #706F5D;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    text-align: left;
    border: 1px solid #D3D3C3;
    border-left-width: 0;
}

table.ws-tbl tr td {
    border-bottom: 1px solid #D3D3C3;
    border-right: 1px solid #D3D3C3;
}

table.ws-tbl tr.selectable:hover {
    background-color: #f0f0f0;
}

table.ws-tbl-spacer {
    margin-top: 15px;
}

table.ws-tbl tr th:first-child {
    border-left: 1px solid #D3D3C3;
}

table.ws-tbl tr td:first-child {
    border-left: 1px solid #D3D3C3;
}

table.ws-tbl tr:first-child th {
    border-bottom: 1px solid #D3D3C3;
}

table.ws-tbl tr:last-child td {
    border-top: none;
}

table.ws-tbl tr td.no-left:first-child {
    border-left: none;
}

table.ws-tbl tr td.dashed-bottom {
    border-bottom-style: dashed;
}

table.ws-tbl .tl {
    border-top-left-radius: 4px;
    border-left: 1px solid #D3D3C3;
}

table.ws-tbl .tr {
    border-top-right-radius: 4px;
    border-right: 1px solid #D3D3C3;
}

table.ws-tbl .bl {
    border-top-left-radius: 0;
    border-bottom-left-radius: 4px;
}

table.ws-tbl .br {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 0;
}

table.ws-tbl tr td.ws-center {
    text-align: center;
}

/*****************/
/* Dynamic table */
/*****************/
img.tbl-img-nav {
    position: relative;
    margin: 0;
    padding: 0;
    top: 4px;
}

img.th-img-sort {
    position: relative;
    margin: 0;
    padding: 0;
    top: 0;
}

.th-sort-wrap {
    position: relative;
    height: 1px;
    display: inline;
    float: right;;
    margin: 0;
    padding: 0;
}

span.tbl-txt-nav {
    position: relative;
    margin: 0 2px 0 2px;
    padding: 0;
}

.ws-tabl-dynamic-page {
    position: relative;
    top: -18px;
    font-style: italic;
}

.ws-tabl-dynamic-nav {
    position: relative;
    width: 200px;
}

/*****************/
/* Tables Layout */
/*****************/
.ws-tbl-layout {
    width: 100%;
    border-collapse: separate;
    padding: 0;
    margin: 0;
    border-width: 0;
    border-spacing: 0;
}

.ws-tbl-layout tr td {
    text-align: left;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.ws-tbl-layout tr td.min-width {
    width: 1%;
}

.tbl-td-spacer {
    width: 20px;
}

.sortable {
    cursor: pointer;
}

.sortable:hover {
    text-decoration: underline;
}

/**************/
/* About Page */
/**************/
#return-codes {
    margin-left: 20px;
}

#return-codes .code {
    text-align: center;
    font-weight: bold;
}

#rate-limit {
    width: 220px;
}

/**********/
/* Login  */
/**********/
#log-in input[type="text"],
#log-in input[type="password"] {
    width: 300px;
}

#log-in .c1 {
    margin-left: 70px;
}

#sign-up input[type="text"],
#sign-up input[type="password"] {
    width: 300px;
}

#sign-up .c1 {
    margin-left: 70px;
}

/*************/
/* Agreement */
/*************/
#agreement-scroller #terms-of-services {
    display: none;
}

#agreement-scroller {
    overflow: auto;
    margin: 5px 0 10px 0;
    padding: 0 5px 0 5px;
}

/***********/
/* Recover */
/***********/
#recover input[type="text"] {
    width: 300px;
}

#recover .c1 {
    margin-left: 50px;
}

#change-password input[type="text"] {
    width: 300px;
}

#change-password .c1 {
    margin-left: 100px;
}

/**************/
/* My Account */
/**************/
#my-info input[type="text"] {
    width: 300px;
}

#my-info .c1 {
    margin-left: 85px;
}

#my-password input[type="password"] {
    width: 300px;
}

#my-password .c1 {
    margin-left: 100px;
}

#my-keys input[type="text"] {
    width: 400px;
}

#my-keys .c1 {
    margin-left: 75px;
}

/**********/
/* Admin  */
/**********/
#users-container {
    position: relative;
}

#user-search {
    text-align: right;
    position: absolute;
    right: 0;
}

#search-label {
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
    padding: 0;
}

table.admin-users {
    width: 100%;
    margin: 10px 0 25px 0;
    padding: 0;
}

#user-tbl .name {
    min-width: 50px;
    white-space: nowrap;
}

#user-tbl .email {
    min-width: 50px;
}

#user-tbl .role {
    min-width: 50px;
}

#user-tbl .created {
    min-width: 120px;
}

#user-tbl .login {
    min-width: 120px;
}

#user-tbl .limit {
    min-width: 60px;
}

#user-tbl .status {
    min-width: 60px;
}

/********/
/* Logs */
/********/
#log-content {
    position: relative;
    top: 5px;
}

#log-scroller {
    overflow: auto;
}

#log-scroller pre {
    margin: 0;
}

#log-download-link {
    padding-left: 15px;
}

/***********/
/* Reports */
/***********/
#report-content {
    position: relative;
    top: 5px;
}

.report-label {
    position: relative;
    left: 30px;
}

.report-label input {
    width: 30px
}

/***********/
/* Actuator */
/***********/

#actuator-view-link {
    padding-left: 15px;
}

#actuator-scroller {
    overflow: auto;
    margin: 5px 0 10px 0;
    padding: 0 5px 0 5px;
}

/****************/
/* User Account */
/****************/
#user-info .user-info-row {
    position: relative;
    padding: 0;
    margin: 0
}

#user-info input[type="text"] {
    width: 334px;
}

#user-info .c1 {
    margin-left: 85px;
}

#user-info .c2 {
    position: absolute;
    top: 0;
    left: 295px;
}

#user-info .c1 select {
    width: 140px;
}

#user-info .c2 select {
    width: 130px;
}

#user-info #lastLogin,
#user-info #dateCreated {
    width: 124px;
}

#user-info #delete_user_account {
    margin-left: 154px;
}

#user-keys input[type="text"] {
    width: 400px;
}

#user-keys .c1 {
    margin-left: 75px;
}

#user-info .role {
    position: absolute;
    margin-top: 5px;
    margin-left: 10px;
}

#user-info .checkboxLabel {
    position: relative;
    display: block;
    left: 30px;
}

#user-info .section-role {
    width: 338px;
    margin-top: 6px;
    margin-bottom: 6px;
}

/***************/
/* HHS Warning */
/***************/

#hhs-section {
    max-width: 800px;
    border: 2px ridge #ccc;
    background: #f3f5f6;
    font-size: 12px;
    margin: 2em auto;
}

#hhs-title {
    color: #2774B3;
    margin: 10px !important;
    font-size: 14px !important;
    text-align: center;
}

#hhs-body {
    padding: 0 10px 0 30px !important;
    margin: 10px 0 !important;
}

.hhs-sublist {
    padding-left: 30px !important;
}