﻿html, body {
    margin: 0;
    /*background-color: lightgray;*/
    /*background-color: #335797;*/
    /*background-image: none !important;*/
}

/*.RadWindow_Office2007 tr td.rwWindowContent {
    background: url('../Images/preloader7.gif') center center no-repeat !important;
    background-color: #F7F7F2 !important;
}*/

#container {
    margin: 0 auto;
    margin-top: 0;
    overflow: hidden;
    height: 500px;
    background-color: transparent;
    min-width: 1200px;
}

#header {
    /*height: 80px;*/
    margin: 0;
    border-bottom: solid 2px var(--orange-color);
    border-bottom: solid 1px lightslategray;
    border-bottom: solid 1px #ABBBB7;
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.left-header {
    width: 270px;
    flex-shrink: 0; /* prevent shrinking */
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-header-logo {
    width: 85%;
    cursor: pointer;
}

.mid-header {
    flex: 1; /* take up remaining space */
    text-align: center;
    color: white;
    color: var(--darkgray-color);
    color: slategray;
    color: whitesmoke;
}

.mid-header-search {
    width: 350px;
    padding-left: 50px;
    flex-shrink: 0; /* prevent shrinking */
}

.right-header {
    width: 60px; 
    flex-shrink: 0; /* prevent shrinking */
    cursor: pointer;
    display: flex;
    justify-content: center;
}

/*#header a {
    color: white;
    text-decoration: none;
}

#header a:hover {
    color: yellow;
    text-decoration: none;
}
*/
#header-top {
    /*height: 50px;*/
    color: #002D4F;
    background-repeat: no-repeat;
    border-top: solid 2px #E87C08;
}

#header-bottom {
    font-size: 14.5px;
    color: white;
    background-color: #335797;
    /*background-color: darkslategray;*/
    /*background-color: #008FA9;*/
    /*background-color: steelblue;*/
    padding: 3px;
    height: 31px;
}

.header-table {
    width: 100%;
    height: 100%;
}

#left {
    width: 270px;
    height: 400px;
    padding: 5px;
    padding-right: 0;
    float: left;
    background: #ECF5F9;
}

#right {
    height: 400px;
    padding: 10px;
    padding-top: 10px;
    padding-top: 15px;
    padding-left: 15px;
    overflow: auto;
    background-color: white;
    background-color: whitesmoke;
}

#footer {
    color: white;
    background: #133657;
    padding: 5px;
    text-align: right;
    font-size: 14px;
    border-bottom: 2px solid #E87C08;
    font-family: "Source Sans Pro"
}

#footer a {
    color: white;
    text-decoration: none;
}

#footer a:hover {
    color: yellow;
    text-decoration: none;
}

h1, h2, h3, footer p {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: "Roboto", 'Segoe UI', 'Arial', sans-serif;
    font-weight: 500;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.83em;
}

h6 {
    font-size: 0.67em;
}

.menuPanel {
    background: transparent !important;
    background-color: transparent !important;
}
.menuSubHeader {
    height: 23px;
    background-color: #C33B32;
    background-color: #D17C24;
    background-color: cadetblue;
    background-color: lightslategray;
    margin: 5px;
    margin-bottom: 0;
    padding: 5px;
    padding-top: 1px;
    /*font-family: "Ubuntu", sans-serif;*/
    font-family: "Roboto", "Segoe UI", "Ubuntu", sans-serif;
}

.menuSubHeaderText {
    font-size: 13px;
    color: white;
    line-height: 0.75pt;
}

.menuItemsPanel {
    margin-left: 5px;
    margin-right: 5px;
}

    .menuItemsPanel a {
        color: #005285;
    }

        .menuItemsPanel a:visited {
            color: #005285;
        }

        .menuItemsPanel a:hover {
            /*color: white;*/
            /*background-color: #005285;*/
            color: #D17C24;
            color: blue;
            background-color: #FFD6AD;
        }

.hover-underline-animation {
    /*display: inline-block;*/
    position: relative;
    /*color: #0087ca;*/
    color: #FFE5C9;
}

.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    /*background-color: #0087ca;*/
    background-color: #D17C24;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.menuLink {
    /*font-size: 14px;*/
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 3px;
    /*font-weight: 400;*/
    font-family: var(--menu-font-name);
    font-size: var(--menu-font-size);
}

.menu-image {
    width: 10px;
}

.menu-image-cell {
    width: 12px;
    vertical-align: middle;
}

.processing-div-background {
    position: fixed;
    top: 0;
    left: 0;
    vertical-align: middle;
    background-color: black;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    filter: alpha(opacity=20);
    opacity: 0.2;
    cursor: wait;
    z-index: 999998;
}

.processing-div-front {
    position: fixed;
    top: 48%;
    left: 48%;
    z-index: 999999;
    cursor: wait;
}

.work-area-search-section {
    background-color: #ECF5F9;
    padding: 5px;
    border: solid 1px #688CAF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.work-area-top-section {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}

.work-area-middle-section {
    width: 100%;
    padding: 0;
    margin: 0;
    display: none;
}

.work-area-bottom-section {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    background-image: linear-gradient(to bottom, rgba(247,188,121,0), rgba(247,188,121,1));
    display: none;
    height: 30px;
    vertical-align: middle;
}

.record-count-outer {
    font-style: italic;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.record-count-inner {
    color: blue;
}

.button-add-new {
    width: 95px;
}

.button-save {
    width: 80px;
}

.button-close {
    width: 80px;
}

.td-button-save {
    width: 80px;
    text-align: right;
}

.td-button-close {
    width: 80px;
    text-align: right;
}

.td-button-history {
    width: 100px;
    padding-right: 5px;
}

.td-button-print {
    width: 95px;
    padding-right: 5px;
}

.td-button-journal {
    width: 105px;
    padding-right: 5px;
    text-align: right;
}

.td-button-search {
    width: 75px;
}

.td-button-search-new {
    width: 88px;
}

.td-button-filter {
    width: 34px;
}

.td-button-add-item {
    width: 105px;
}

.td-button-add-entry {
    width: 110px;
}

.draggable {
    cursor: move;
}

.radwindow-content-area {
    padding: 10px;
}