﻿html, body {
    background-image: url('../Images/background8.png');
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: cover;
    margin: 0;
}

/*.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: whitesmoke;
}

#header {
	/*height: 80px;*/
	margin: 0;
}

/*#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;
    padding: 3px;
    height: 31px;
}

.header-table {
    width: 100%;
    height: 100%;
}

#left {
    width: 270px;
    height: 400px;
    padding: 5px;
    float: left;
    background: #ECF5F9;
}

#right {
    height: 400px;
    padding: 10px;
    padding-top: 10px;
    overflow: auto;
}

#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: "Ubuntu", 'Segoe UI', '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;
    margin: 5px;
    margin-bottom: 0;
    padding: 5px;
    padding-top: 0;
    font-family: "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: "Roboto", sans-serif;
}

.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: 75px;
}

.button-close {
    width: 75px;
}

.td-button-save {
    width: 80px;
    text-align: right;
}

.td-button-close {
    width: 80px;
    text-align: right;
}

.td-button-search {
    width: 75px;
}

.draggable {
    cursor: move;
}

.radwindow-content-area {
    padding: 10px;
}