html,
body {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    font-family: "Segoe UI", "Segoe WP", "Helvetica Neue", sans-serif !important;
}

body {
    margin: 0;
    padding-top: 0px;
    font-family: "Segoe UI", "Segoe WP", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    background-color: #ffffff;
    background: #fafbfc;
    font-family: 'Segoe UI', 'Inter', 'Roboto', Arial, sans-serif;
    color: #222;
}

body#loginpage {
    background-color: #fcfcfc;
    padding-top: 40px;
    padding-bottom: 40px;
}

#header {
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    box-shadow: none;
    background-color: #100a18;
    text-transform: lowercase;
}

#menu {
    background-color: #100a18;
    color: #100a18;
    font-size: 18px;
    font-weight: 400;
    padding : 5px 0 5px 0;
}

.dropdown-menu {
    font-family: "Segoe UI", "Segoe WP", "Helvetica Neue", sans-serif;
    font-size: 25px;
    font-weight: 100;
    text-transform: lowercase;
}

.dropdown-menu li.dropdown-item:hover,
a.dropdown-item:hover {
    background-color: #2c5fc4;
    color: #fcfcfc;
    text-decoration: none;
}

a.dropdown-item {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.menulink {
    color: #fff;
    font-size: 18px;
    margin: 0 12px;
    padding: 0;
    text-transform: capitalize;
    background: none;
    border: none;
    box-shadow: none;
}

.menulink:hover {
    color: #e0e0e0;
    background: none;
}

.menulink i {
    margin-right: 10px;
}

.container-panes {
    height: calc(95vh - 56px);
    /* Height of the screen minus the navbar */
    display: flex;
    flex-direction: column;
}

.pane {
    overflow-y: auto;
    flex-grow: 1;
    min-height: 300px;
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: none;
    padding: 16px;
    margin-bottom: 12px;
    border-top: 3px solid #100a18;
}

.resizer {
    height: 5px;
    background: #333;
    cursor: row-resize;
}

.pane-upper-content {
    height: calc(100% - 40px);
    /* 40px is the height of the fixed bottom row in the upper pane */
    overflow-y: auto;
    border: 1px solid #ccc;
}

.pane-upper-fixed {
    height: 40px;
    background: #f1f1f1;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ddd;
}

#preview {
    height: 500px;
    border: 1px solid #ccc;
}

.no-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}


.resizer-search-results {
    display: inline-block;
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: col-resize;
}

h1,
h2,
h3,
h4 {
    font-family: "Segoe UI", "Segoe WP", "Helvetica Neue", sans-serif;
    font-weight: 100;
    text-transform: lowercase;
}

h2 i {
    font-size: 60px;
}

.btn {
    border-radius: 0;
}

.btn-search, .btn-primary {
    background: #100a18;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    min-width: 100px;
    margin-left: 8px;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
}

.btn-search:hover, .btn-primary:hover {
    background: #2c1a3a;
    color: #fff;
}

.btn-options, .btn-secondary {
    background: #fff;
    color: #100a18;
    border: 1.5px solid #100a18;
    border-radius: 8px;
    font-weight: 500;
    min-width: 100px;
    margin-left: 8px;
    box-shadow: none;
    transition: background 0.2s, color 0.2s, border 0.2s;
}

.btn-options:hover, .btn-secondary:hover {
    background: #100a18;
    color: #fff;
    border: 1.5px solid #100a18;
}

.searchcontainer {
    margin: 24px 0 0 0;
    padding: 0 24px;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    font-size: 1rem;
    box-shadow: none;
    padding: 8px 12px;
}

#pagingrow {
    overflow: hidden;
}

.functionbox {
    border-left: 1px solid #ccc;
    height: 30px;
    overflow: hidden;
}

.messageheader {
    background-color: #f6f6f6;
    padding: 8px;
    border-bottom: 1px solid #ccc;
}

.messagecontents {
    background-color: #fff;
    padding: 8px;
}

.resultrow {
    font-style: italic;
    cursor: pointer;
}

.resultrow.new {
    font-style: normal;
}

a {
    color: #2e8bcc;
    text-decoration: none;
}

a:hover {
    color: #20608e;
    text-decoration: underline;
}

a.xxx {
    color: #aaa;
    text-decoration: underline;
}

a.xxx:hover {
    color: #aaa;
    text-decoration: underline;
}

#logo-lg {
    width: 300px;
    margin: 0 auto 20px;
}

#logincontainer {
    text-transform: lowercase;
}

.compatibility {
    max-width: 300px;
}

.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#compatibility {
    max-width: 300px;
    margin: 0 auto;
    color: #444;
    text-align: justify;
}

.ps10 {
    padding-left: 10px;
}

.pe10 {
    padding-right: 10px;
}

i.spam {
    color: #ffc40d;
}

i.attachment {
    color: #2e8bcc;
}

i.note {
    color: #00aba9;
}

i.tag {
    color: #7b4f9d;
}

i.verified {
    color: #339933;
}

.private {
    color: red;
}

.xxx {
    color: #aaa;
}

.myspinner {
    width: 5rem;
    height: 5rem;
}

.middleofscreen {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hidden {
    visibility: hidden;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    padding: 10px;
    border: 1px solid #ccc;
    position: relative;
    background: #edeaf3;
    color: #100a18;
    font-weight: 500;
}

th.centered,
td.centered {
    text-align: center;
}

th.auto-width,
td.auto-width {
    width: 1%;
    white-space: nowrap;
}

.tsa {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.branding_logo {
    max-height: 25px;
}

.table {
    background: #fff;
    border-radius: 8px;
    box-shadow: none;
    font-size: 15px;
}

.table th, .table td {
    border: none;
    padding: 10px 8px;
}

.table tr {
    border-bottom: 1px solid #f0f0f0;
}

.table tr:last-child {
    border-bottom: none;
}