﻿.WorkLogFont {
    font-size: 2vh;
}

.floatingBtn
{
    display: block;
    margin: auto;
    width: 190px;
    top: 130px;
    right: 10px;
    z-index: 100;
    position: fixed;
}

.B70Center {
    display: block;
    margin: auto;
    width: 70%;
    padding: 10px;
}

div.center {
    margin: 0px;
    text-align: center;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
}

.minWidth
{
    min-width:60px;
}

.BeanNavBar {
    clear: both;
    width: 900px;
    background-color: cadetblue;
    text-align: center;
    display: block;
    margin-left:auto; 
    margin-right:auto;
}

.BeanWhitePic {
    background-color: #ffffff;
    border-color:brown;
    border-style:solid;
    border-width:0px 1px 1px 0px;
    float:left;
    width:380px;
    height:600px;
    padding:20px;
}

.BeanWhite {
    background-color: #ffffff;
    border-color:brown;
    border-style:solid;
    border-width:0px 1px 1px 0px;
    float:left;
    width:380px;
    height:150px;
    padding:20px;
}

.BLeft {
    text-align: left;
    display: block;
    margin-left:auto; 
    margin-right:auto;
}

.BCenter {
    text-align: center;
    display: block;
    margin-left:auto; 
    margin-right:auto;
}

.BRedCenter {
    text-align: center;
    display: block;
    margin-left:auto; 
    margin-right:auto;
    color: red;
}

.RedShadow {
    /*text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);*/
    text-decoration: none;
    text-transform: none;
    color: red;
}

.LightGrey {
    text-decoration: none;
    text-transform: none;
    color: lightgrey;
}

.LightGray {
    text-decoration: none;
    text-transform: none;
    color: lightgray;
}

.myMenuItemB {
    box-shadow: 0px 10px 14px -7px #54a3f7;
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    background-color: #007dc1;
    border-radius: 6px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 4px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
    height: 30px;
    width: 160px;
}

.myMenuItemB:hover {
    background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
    background-color: #0061a7;
}

.myMenuItemB:active {
    position: relative;
    top: 1px;
}

.mySubMenuItemG {
    box-shadow: inset 0px 1px 0px 0px #9acc85;
    background: linear-gradient(to bottom, #326b17 5%, #4c8a2c 100%);
    background-color: #326b17;
    border: 1px solid #3b6e22;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 4px 4px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
    height: 30px;
    width: 160px;
}

.mySubMenuItemG:hover {
    background: linear-gradient(to bottom, #4c8a2c 5%, #326b17 100%);
    background-color: #4c8a2c;
}

.mySubMenuItemG:active {
    position: relative;
    top: 1px;
}

.mySubMenuItemY {
    box-shadow: 0px 10px 14px -7px #fff6af;
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    background-color: #ffec64;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    color: #333333;
    padding: 4px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
    height: 30px;
    width: 160px;
}

.mySubMenuItemY:active {
    position: relative;
    top: 1px;
}

.myButton {
    box-shadow: 0px 0px 0px 2px #ffffff;
    background: linear-gradient(to bottom, #5074ab 5%, #5074ab 100%);
    background-color: #5074ab;
    border-radius: 10px;
    border: 1px solid #5074ab;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5074ab;
    height: 30px;
    width: 160px;
}

.myButton:hover {
    background: linear-gradient(to bottom, #5074ab 5%, #5074ab 100%);
    background-color: #90949b;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.myMenuItem {
    box-shadow: 0px 0px 0px 2px #ffffff;
    background: linear-gradient(to bottom, #5074ab 5%, #5074ab 100%);
    background-color: #5074ab;
    border-radius: 10px;
    border: 1px solid #5074ab;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 4px 0px 0px 0px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5074ab;
    height: 30px;
    width: 160px;
}

.myMenuItem:hover {
    background: linear-gradient(to bottom, #5074ab 5%, #5074ab 100%);
    background-color: #5074ab;
}

.myMenuItem:active {
    position: relative;
    top: 1px;
}

.mySubMenuItem {
    box-shadow: 0px 0px 0px 2px #ffffff;
    background: linear-gradient(to bottom, #c9e6f0 5%, #c9e6f0 100%);
    background-color: #c9e6f0;
    border-radius: 10px;
    border: 1px solid #f1f0e8;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    padding: 4px 0px 0px 0px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #c9e6f0;
    height: 30px;
    width: 160px;
}

.mySubMenuItem:hover {
    background: linear-gradient(to bottom, #c9e6f0 5%, #c9e6f0 100%);
    background-color: #c9e6f0;
}

.mySubMenuItem:active {
    position: relative;
    top: 1px;
}

.myButtonRed {
    box-shadow:inset 0px 10px 14px -7px #cf866c;
    background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
    background-color:#d0451b;
    border-radius:6px;
    border:1px solid #942911;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    padding:4px 8px;
    text-decoration:none;
    text-shadow:0px 1px 0px #854629;
}

.myButtonRed:hover {
    background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
    background-color:#bc3315;
}

.myButtonRed:active {
    position:relative;
    top:1px;
}

.PageNext {
    page-break-after: always;
    text-align: center;
}

.BoderThin1 {
    background-color: #99CC99;
    border: thin solid #000;
}

.BoderThin2 {
    background-color: #9999CC;
    border: thin solid #000;
}

.PagerCss TD A:hover {
    FONT-SIZE: 24px;
    word-spacing: 12px;
    COLOR: black;
    border: thin solid #000;
    vertical-align: bottom;
}

.PagerCss TD A:active {
    FONT-SIZE: 24px;
    word-spacing: 12px;
    COLOR: black;
    border: thin solid #000;
    vertical-align: bottom;
}

.PagerCss TD A:visited {
    FONT-SIZE: 24px;
    word-spacing: 12px;
    COLOR: black;
    border: thin solid #000;
    vertical-align: bottom;
}

.PagerCss TD A:link {
    FONT-SIZE: 24px;
    word-spacing: 12px;
    COLOR: black;
    display: block;
    text-decoration: none;
}

.PagerCss TD SPAN {
    FONT-WEIGHT: bold;
    FONT-SIZE: 24px;
    word-spacing: 12px;
    COLOR: red;
    display: block;
}

.displayNone {
    display: none;
}

.hidden {
    visibility: hidden;
}

.flowLeft {
    float: left;
}

.flowRight {
    float: right;
}

.flowClear {
    clear: both;
}

.HeaderColor {
    background-color: darkred;
    color: White;
    vertical-align: Top;
    text-align: center;
}

.RowStyle {
    background-color: #FFFBD6;
    Color: #333333;
    vertical-align: Top;
}

.AlternatingRowStyle {
    background-color: White;
    Color: #333333;
    vertical-align: Top;
}

.box {
    /*IE9+*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 2px 2px 5px #364080;
    border-radius: 10px;
    border: 2px solid #800000;
    padding: 10px;
    margin: 5px;
}

.PinkStrike {
    color: pink;
    text-decoration: line-through;
}

.RedBold {
    font-weight:bold;
    color: red;
}

.RedStrike {
    color: red;
    text-decoration: line-through;
}

.Strike {
    text-decoration: line-through;
}

.ToolTip {
    /*position: absolute;*/
    line-height: 30px;
    width: 400px;
    margin: 1px;
    padding: 2px;
    background: #FFFFBB;
    color: black;
    border: 1px solid lightgray;
}

.accordion {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
}

.padding10px {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.accordionHeaderSelected {
    height:20px;
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader {
    height:20px;
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent {
    background-color: #ffffff;
    border: 0px;
    border-top: none;
    padding: 0px;
    padding-top: 10px;
}

.Content {
    background-color: #ffffff;
    border: 1px;
    border-top: none;
    padding: 10px;
    padding-top: 10px;
}

.title {
    white-space: nowrap; 
    width: 60%;            
    overflow: hidden;
    text-overflow: ellipsis; 
    float:left;
}

.titleDigest {
    border:none;
    white-space: nowrap; 
    width: 300px;            
    overflow: hidden;
    text-overflow: ellipsis; 
    float:left;
}

.shortDigest {
    border:none;
    white-space: nowrap; 
    width: 150px;            
    overflow: hidden;
    text-overflow: ellipsis; 
    float:left;
}

.titleRight {
    white-space: nowrap; 
    width: 40%;
    /*margin-right:20px;*/
    text-align:right;
    overflow: hidden;
    text-overflow: ellipsis;
    float:right;
}

.AttachRight {
    float:right;
}

.AttachLeft {
    float: left;
}

table#ReportData th {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
    text-align: left;
}

table#ReportData td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
    text-align: left;
}

table#ReportData tr:nth-child(even) {
    background-color: #eee;
}

table#ReportData tr:nth-child(odd) {
    background-color: #fff;
}