﻿/* Move down content because we have a fixed navbar that is 50px tall */
html, body {
    margin-left: 15px;
    margin-right: 15px;
    padding: 0;
    height: 100vh; /* real browsers */
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    background-color: #000000;    
}

br {
    clear: both;
}

.container-full {
    position: relative; /* needed for footer positioning*/
    height: 100vh; /* real browsers */
    width: 100%;
}

div#content {
    /* padding:1em 1em 5em; */ /* bottom padding for footer */
    height: auto !important; /* real browsers */
    min-height: calc(100% - 35px); /* real browsers */
}

div#content-container {
    padding: 0px 25px 25px 25px;
}

div#content-box {    
    background-color: white;
    border: 1px solid #c8baff;
    border-radius: 15px;
    min-height: calc(100vh - 180px); /* real browsers */    
}

div#menu {
    color: #ffffff;  
    padding-top: 30px;
    padding-right: 5px;
}

div#middle-menu {
   padding: 10px 0px 10px 0px; 
}

div#middle-content {
    margin-top: 45px;
    border-radius: 25px 0px 0px 25px;
    background-color: #efefef;
}

div#right-content {
    width: 10%;
    background-color: #000000;
    margin-left: auto;
}

div#footer {    
    width: 100%;
    height: 35px;
    padding-top: 15px;
    text-align: center;
    bottom: 0; /* stick to bottom */
    background-color: #000000;
    color: #ffffff;    
}

.fa {
    text-decoration: none !important;
}

.fa-spinner {
    font-size: 50px;
    position: fixed;
    z-index: 999;
    /* Firefox */
    left: -moz-calc(50% - 25px);
    /* WebKit */
    left: -webkit-calc(50% - 25px);
    /* Opera */
    left: -o-calc(50% - 25px);
    /* Standard */
    left: calc(50% - 25px);
    top: 50%;
    margin-top: -25px;
}

.fa-sort-down {
    font-size: 20px;
    position: relative;
    top: -5px;
}

.fa-question-circle {
    padding-left: 10px;
    color: #0094c5;
    font-size: 16px;
}

.fa-file-excel-o {
    color: #41ad4a;
    font-size: 34px;
    margin-left: 20px;    
}

.fa-exclamation-triangle {
    font-size: 16px;
    color: #eeca6c !important;
    border: 1px solid red;
    text-align: center;   
}

li .fa-question-circle {
    margin-right: 20px;
}

.fa-asterisk {
    color: #ff0000;
    font-size: 10px;    
}

code {
    background-color: gainsboro;
    color: cadetblue;
}

#LoggedInAccount {
    float: left;
}

a.nodecor {
    text-decoration: none;
}

.section-title {
    font-size: 20px;
}

.section-note {
    font-size: 20px;
}

.article {
    border: 2px solid gainsboro;
    padding: 40px;
    margin-left: 50px;
    margin-bottom: 10px;
    color: #5D5D5D;    
    display: block;    
}

.article a {
    text-decoration: none;
}

.article a:hover {
    background-color: whitesmoke;
}

.article-title{
    font-size: 20px;
    line-height: 3em;
    color: #5C5C5C;
}

.article-title:after{
    content:' ';
    position: absolute;
    display:block;
    width: 325px;
  	margin: 0;
    border:2px solid orange;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    left: 50%;
    transform: translateX(-50%);
}

.article-subtitle{
    font-size: 15px;
    font-weight: bold;
    line-height: 3em;
    color: #5D5D5D;
}

.menu-container {
    background-color: whitesmoke;
    font-size: 16px;
    color: #7D7D7D;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 40px;
    max-width: 250px;
}

.navlink
{
    display: inline-block;
}

.list {
    font-size: 15px;
    line-height: 2em;
}

.list a {
    text-decoration: none;
}

.list-header {
    font-size: 15px;
    color: #5D5D5D;
}

.table {
    font-size: 11px;
}

.btn {
    margin-top: 20px;
    height: 35px !important;
    width: 175px !important;
}

label {
    color: #777777;
}

.readonly {
    background-color: #eeeeee;
}

/* Buttons */
.btn-primary {
    font-weight: bold;
    background: #4ccf57;
    color: #fff;
    border-color: #52ae49;
}

.btn-primary:hover {
    background: #41ad4a;
    color: #fff;
    text-decoration: none;
}

.btn-cancel {
    font-weight: bold;
    color: #aaaaaa;
    border: 2px solid #aaaaaa !important;
}

.btn-disabled {
    background-color: #808080 !important;
    color: #aaaaaa !important;
    cursor: pointer;
}
.btn-disabled:hover {
    color: #aaaaaa !important;
}

.btn-test {
    border: 2px solid #41ad4a;
    color: #41ad4a;
    width: 175px;
    height: 25px;
}

.btn-test:hover {        
    background: #41ad4a;
    color: #fff;
    text-decoration: none;
}

.btn-delete {
    border: 2px solid #a54a49;
    color: #a54a49;
    width: 175px;
    height: 25px;
}

.btn-delete:hover {
    background: #ad4747;
    color: #fff;
    text-decoration: none;
}

.btn-blue {
    font-weight: bold;
    color: white;
    background-color: #0094c5;
}

.btn-verify {
    color: white;
    background-color: #0094c5;
    width: 75px !important;
}

.btn-authkey {
    color: white;
    background-color: #407bac;
}

.btn-small {
    width: 75px !important;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: relative;
    z-index: 1; /* Sit on top */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    padding: 5px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    padding: 20px;
    width: 40%;
}

.modal-content .label {
    font-size: 8px;
}

.api-table
{
    font-size: 12px;
}

input[type=text]:focus,
textarea:focus {
    border: 2px solid #4ccf57;
}

.apikey {
    color: transparent;
    text-shadow:0 0 7px #555, 0 0 10px #000;
    text-decoration: none;
}

.apikey:hover {
    color: black;
    text-shadow: none;
    cursor: copy;
    text-decoration: none;
}

.input-dropdown
{
    color: #333;
    padding: 4px 8px 4px 8px;    
    border-top-color: #b4b4b4;
    border-right-color: #e9e9e9;
    border-bottom-color: #e9e9e9;
    border-left-color: #b4b4b4;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 1px 1px 0 #fff;
    background-color: rgb(255, 255, 255);
    margin-top: 4px;
    margin-bottom: 12px;
    width: 150px;

    font-size: 10px;
}

.contact-container {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;    
    width: 500px;
    height: 500px;
}

alert {
    z-index: 999;
}

.alert-container {    
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1000;
}

.alert {
    display: block;
    margin: auto;
    z-index: 200;
    position: absolute;
    top: 10%;
    left: 40%;
}

/* Alert Dialogs */
.close {
    width: 50px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;    
    outline: none !important;
    box-shadow: none;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.fa-check,
.fa-info-circle,
.fa-warning,
.fa-remove {
    font-size: 20px;
}

.btn {    
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 2px;    
}

.border {
    border: 1px solid red;
}

.page-body {
    display: flex;
    flex-direction: column;
    height: 30vh;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.no-results {
    font-size: 24px;
    color: #cccccc;
}

.search-field {
    margin-right: 5px;
}

.search-field span {
    font-size: 12px;
}

.separator {
    font-size: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #999999;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #999999;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}

.messagealert {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 100000;
    padding: 0;
    font-size: 15px;
}

.messageid {
    font-family: monospace;
    text-transform: uppercase;
}