﻿html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans'
}

main {
    position: relative;
    padding-top: 60px;
}

/* Ensure display:flex and others don't override a [hidden] */
[hidden] { display: none !important; }

.menu {
    color:navy;
    font-weight:bold;
}

.menu:hover{
    color: maroon;
    font-weight:bold;
}


.white {
    color: white;
}

.white:hover{
    color: white;
}

th {
  cursor: pointer;
}

.navbar-header {
    width: 800px;
    height: 78px;
}

.app-title {
    line-height:50px;
    font-size:20px;
    color: white;
}

.navbar .nav > li.toolbar-item > a {
    color: #9E9E9E;
    font-weight:bold;
    -webkit-text-shadow: none;
    text-shadow: none;
}

.navbar .nav > .toolbar-item > a.active {
    color: #000;
}

.toolbar-item a {
  cursor: pointer;
}

.view {

}

.indent {
    margin-left:5px;
}

.grid-container  div {
    padding-left: 0px;
}

.grid-container td {
    vertical-align: middle;
}

.navbar-brand {
    float:none;
}

a.navbar-brand {
    color: #fff;
}

.navbar-inner {
    padding-left: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #027FF4;
    background-image: none;
}

.navbar-inner.toolbar {
    background-color: #fafafa;
}

footer {
    margin-top: 10px;
}

.navbar-inner.footer {
    background-color: #cecece;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height:50px;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: #efefef;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #808080;
}

.navbar .nav li.toolbaritem a:hover, .navbar .nav li a:hover {
    color: #E03930;
}

.navbar .nav > li  {
    cursor:pointer;
}

.navbar .nav > li > a {
    color: white;
    font-weight:bold;
    -webkit-text-shadow: none;
    text-shadow: none;
    height:30px;
    padding-top: 6px;
    padding-bottom: 0px;
}

.navbar .nav > li.toolbaritem > a {
    color: black;
    font-weight:bold;
    -webkit-text-shadow: none;
    text-shadow: none;
}


.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 00px rgba(0, 0, 0, 0);
     -moz-box-shadow: 0 1px 00px rgba(0, 0, 0, 0);
          box-shadow: 0 1px 00px rgba(0, 0, 0, 0);
}

.nav.navBarPadding {
    margin-left:25px;
    margin-top: 2px;
}

.navbarText {
    font-weight:bold;
}

.navbar .brand {
    margin-top: 2px;
    color: #fff;
    -webkit-text-shadow: none;
    text-shadow: none;
}

.navbar-toggle {
  border: 1px solid white;
}


.navbarText {
    font-weight:bold;
}

.navbar .brand {
    margin-top: 2px;
    color: #fff;
    -webkit-text-shadow: none;
    text-shadow: none;
}

.navbar-toggle {
  border: 1px solid white;
}

.navbar-toggle .icon-bar {
  background-color: white;
}

footer {
    margin-top: 15px;
}

.navbar-inner.footer {
    background-color: #fafafa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height:50px;
}

filter-textbox {
    margin-top: 5px;
}

.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.HellowWorldPopup
{
    min-width:200px;
    min-height:150px;
    background:white;
}

.modalBackground
{
    background-color:  #666699;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalPopup
{
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 440px;
    height: 460px;
}

.custTable {
    border: thin solid #3399FF;
}

.custUpdateTable {
    border: thin solid #3399FF;
    background-color: #8be1fc;
}

hr {
    color:#000063; 
    background-color:#000063; 
    border:none; 
    height:1px;
}

.ysFoot {
    font-size: 10pt; 
    font-weight: bold; 
    color:#000063; 
    font-family:Arial;
}

.Title {
    font-size: 14pt; 
    color:#000063; 
    font-family:Arial; 
    font-weight: bold;
}