﻿body, p, caption, td, li, dd, th {
    font-family: 'Segoe UI Semilight', 'Verdana', 'Arial', 'sans-serif', 'Calibri';
    text-decoration: none;
    font: 12.0pt "Calibri" bold;
    color: #000;
}

body {
    background-color: #49572A;
    margin-top: 0px;
    padding: 0px;
    border: 0px;
}

fieldset {
    padding: 5px 10px;
}

select {
    background-color: white;
}

select option {
    background-color: #fdffff;
}

optgroup {
    background-color: #f9ffff;
}

/*option:hover {
    background-color: yellow;
}*/

p {
    font: 14.0pt "Calibri" bold;
    margin: 5px 10px;
}

.ten-px-pad {
    padding: 10px;
}

.ten-px-pad-cen {
    padding: 10px;
    text-align: center;
}

.modified {
    font-weight: normal;
    color: #F3EBA4;
}

a.modified:link {
    text-decoration: underline;
    color: #F3EBA4;
}

a.modified:visited {
    text-decoration: underline;
    color: #F3EBA4;
}

a.modified:hover {
    text-decoration: none;
    color: #D97C18;
}

a.main-nav-not-current {
    text-decoration: none;
    text-decoration: none;
    /*font-family: 'SinkinSans100Thin';
    font-size: 16px;*/
    font-weight: bold;
    font: 10.5pt "Segoe UI Emoji";
    color: #F3EBA4;
}

a.main-nav-not-current2 {
    text-decoration: none;
    /*font-family: 'SinkinSans100Thin';
    font-size: 16px;*/
    font-weight: bold;
    font: 10.5pt "Segoe UI Emoji";
    color: #4a5529;
}

a.sub {
    text-decoration: none;
    text-decoration: none;
    /*font-family: 'SinkinSans100Thin';
    font-size: 16px;*/
    font-weight: bold;
    font: 10.5pt "Segoe UI Emoji";
    color: #49572A;
}

#main-page {
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
    font-size: x-small;
    color: #49572A;
}

a.main-page:link {
    text-decoration: underline;
    font-weight: normal;
    color: #49572A;
}

a.main-page:visited {
    text-decoration: underline;
    font-weight: normal;
    color: #49572A;
}

a.main-page:hover {
    text-decoration: none;
    font-weight: normal;
    color: #D97C18;
}

#main-page-c {
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
    font-weight: bold;
    font-size: x-small;
    color: #49572A;
}

a.main-page-c:link {
    text-decoration: underline;
    font-weight: bold;
    color: #ffffcc;
}

a.main-page-c:visited {
    text-decoration: underline;
    font-weight: bold;
    color: #ffffcc;
}

a.main-page-c:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #cecb9c;
}

h1 {
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

h2 {
    margin-left: 10px;
    font-size: large;
    font-weight: bold;
    color: #D97C18;
    margin-top: 0px;
}

.tooltip-div {
    position: relative;
    display: inline-block;
}

.tooltip-div .tooltiptext {
    font: 12.0pt "Calibri";
    visibility: hidden;
    width: 200px;
    background-color: #99ff66;
    color: #2e271a;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-div .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-div:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#glob-nav-left {
    background-color: #49572A;
}

#glob-nav-right3 {
    text-align: center;
    font: 11.0pt "Verdana";
    font-weight: lighter;
    vertical-align: middle;
    padding-right: 5px;
    background-color: #49572A;
}

#header-tr {
    background-color: #788A51;
    vertical-align: bottom;
}

#search-table-left-cell {
    background-color: #5F7137;
}

#search-table-right-cell {
    background-color: #FBF8E0;
}

#main-table-left-cell {
    background-color: #DBD594;
}

#prim-nav-table {
    background-color: #5F7137;
}

.p-link-active-tr {
    background-color: #E0AE49;
}

.p-link-not-active-tr {
    background-color: #5F7137;
}

.p-sub-link-tr {
    background-color: #DBD594;
}

#set-eval-form-position {
    position: relative;
    left: 30px;
}

img.trees-right {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

img.trees-left {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

img.arch-basic {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

span.application-name {
    overflow: hidden;
    white-space: nowrap;
    font: 21.0pt "Times New Roman";
}

#midasVersionDiv {
    padding-left: 40px;
}

.ui-dialog-icon {
    float: left;
    margin-right: 5px;
    font-size: 15px;
}

.ui-dialog-shadow {
    box-shadow: 0 0 0 1px #2e271a;
}

.midasNotifyDialogClass .ui-dialog-titlebar {
    background: #cccfe0;
}

.webix_column {
    border-color: #34342A;
}

.datatable th {
    font: 10.0pt "Verdana";
    color: #34342A;
    border: 2px groove;
    border-color: white;
    background-color: #a6baa6;
}

.datatable td {
    font-weight: bold;
    font: 11.0pt "Segoe UI Emoji";
}

.datatable-length-label {
    margin-top: 6px;
}

.center-screen {
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;*/
    /*position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;*/
}

@font-face {
    font-family: "Segoe UI";
    font-weight: 300;
    font-style: normal;
    src: local("Segoe UI Semilight"), local("Segoe UI");
}

@font-face {
    font-family: 'SourceSansProRegular';
    src: url('/assets/fonts/source-sans-pro/d288e5a9d9111d4041f365469aa2ca97/d165cf1a72ee7db500ecfc9d7672a834/SourceSansProRegular.v');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansProBlack';
    src: url('/assets/fonts/source-sans-pro/d288e5a9d9111d4041f365469aa2ca97/587ba2724f87ade04aab5c314ccfc7c8/SourceSansProBlack.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansProSemibold';
    src: url('/assets/fonts/source-sans-pro/d288e5a9d9111d4041f365469aa2ca97/c8eb65424f2f0206e83a4ad5cc6ecbb3/SourceSansProSemibold.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NowLight';
    src: url('/assets/fonts/now/92f81dc6f3ba4a48ba3e70f5e826207d/0d3d8ea794e150a1423a7f0145453391/NowLight.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NowThin';
    src: url('/assets/fonts/now/92f81dc6f3ba4a48ba3e70f5e826207d/f489e75709b1897f25ceeba1f3c4add0/NowThin.otf') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NunitoSansExtraLight';
    src: url('/assets/fonts/nunito-sans/238be01a46134e8d8158f349722bc003/bc36a8726e20804a94da3a12bd6eda84/NunitoSansExtraLight.ttf') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ClearSansLightRegular';
    src: url('/assets/fonts/clear-sans/38a0fe51bc52352066f9c85f65275232/3cdd81d4a749d9e1711abcfedb5ba76c/ClearSansLightRegular.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NowAltThin';
    src: url('/assets/fonts/now-alt/1df5ff03b0ce226322916936346e17d6/aacf115a41958dd504bab8d9f4ea1b9b/NowAltThin.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PromptExtraLight';
    src: url('/assets/fonts/prompt/33acefa02c39349781d6984ae548777c/241aa7c99990caf95b5729fdbdd327b5/PromptExtraLight.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SinkinSans100Thin';
    src: url('/assets/fonts/sinkin-sans/434705b04dc953072ca555326e5f9aa2/9b1f1c8012d2231c227c6e61b0d74a63/SinkinSans100Thin.eot');
    font-weight: normal;
    font-style: normal;
}

.ui-dialog-icon {
    float: left;
    margin-right: 5px;
    font-size: 15px;
}

.ui-dialog-shadow {
    box-shadow: 0 0 0 1px #2e271a;
}

.midasNotifyDialogClass .ui-dialog-titlebar {
    background: #cccfe0;
}

.ui-button, .ui-button-text .ui-button {
    font-size: 14px !important;
}

input[type="button"] {
    border: none;
    outline: none;
}