
body {
    font-family: "Helvetica","Arial","FreeSans","Verdana","Tahoma","Lucida Sans","Lucida Sans Unicode","Luxi Sans",sans-serif;
    margin: 0 0;
    padding: 0 0;
    background-color: white;
    font-size: 10pt;
}
#MainMenu
{
    min-width: 750px;
}

table.loginForm {
    margin-left: auto;
    margin-right: auto;
}
.mainPage {
    padding-top: 60px !important;
}
table.wideTable {
    border: 0;
    width: 100%;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

table.top_aligned td{
    vertical-align: top;
}

H1.title {
    text-align: right;
    font-size: 36px;
    padding-bottom: 0;
    margin-bottom: 1px;
    margin-top: 1px;
}

A.link1:link {
    font-weight: bold;
    color: #455372;
    text-decoration: none;
}

A.link1:visited {
    font-weight: bold;
    color: #455372;
    text-decoration: none;
}

A.link1:active {
    font-weight: bold;
    color: #455372;
    text-decoration: none;
}

A.link1:hover {
    font-weight: bold;
    color: #FF6600;
    text-decoration: underline;
}

A.bottomlink:link {
    color: #cc0000;
    text-decoration: none;
}

A.bottomlink:visited {
    color: #993366;
    text-decoration: none;
}

A.bottomlink:active {
    color: #cc0000;
    text-decoration: none;
}

A.bottomlink:hover {
    color: #ffcc00;
    text-decoration: underline;
}

A.link:link {
    color: #cc0000;
    text-decoration: none;
}

A.link:visited {
    color: #993366;
    text-decoration: none;
}

A.link:active {
    color: #cc0000;
    text-decoration: none;
}

A.link:hover {
    color: #ffcc00;
    text-decoration: underline;
}

P.space {
    margin-left: 10px;
    margin-right: 10px;
}

P.links {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

P.title {
    margin-bottom: 5px;
    margin-left: 10px;
}

DIV.indent {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
}

.roundtopleft {
    border-top-left-radius: 4px;
}

.roundtopright {
    border-top-right-radius: 4px;
}

.roundbottomleft {
    border-bottom-left-radius: 4px;
}

.roundbottomright {
    border-bottom-right-radius: 4px;
}

.roundbottom {
    border: 1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table-list th {
    text-align: right;
    padding-right: 10px;
}
.roundedBox
{
    margin: 5px;
    padding: 5px;
    border: 1px solid;
    border-radius: 4px 4px 4px 4px;
}

.compactBox {
    /* width: max-content;*/
}
.floatingBox
{
    float: left;
    list-style-type: none;
    padding: 6px 0;
    position: relative;
}
.floatLeft
{
    float: left;
}
div.floatRight
{
    float: right;
}

.Error {
    font-weight: bolder;
    color: mediumvioletred;
    text-decoration: underline;
}
.alert {
    font-weight:bolder;
    color: red;
}

P.Information {
    font-weight: bolder;
    color: mediumslateblue;
    text-decoration: underline;
}

.small {
    font-size: smaller;
}

.weblinktype {
    font-weight: bolder;
}

A.weblink:link {
    font-weight: bolder;
    color: #fc8505;
    text-decoration: none;
}

A.weblink:visited {
    font-weight: bolder;
    color: #c96b16;
    text-decoration: none;
}

A.weblink:active {
    font-weight: bolder;
    color: #fc8505;
    text-decoration: none;
}

A.weblink:hover {
    font-weight: bolder;
    color: #fc8505;
    text-decoration: underline;
}

TH.InputHeader {
    font-weight: bolder;
    text-align: right;
}


.issueSpace form{
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 8px 8px;
    margin: 5px 5px;
    box-shadow: inset 0 0 5px #bbb;
}

.tagline {
    font-weight: bolder;
    font-size: 10pt;
    color: black;
}


/* anything with the Hoverable class will be automatically given the HoverHighlight class
* when you hover over it.
*/
.Hoverable {}

.raised
{
    box-shadow: 1px 1px 2px black;
}

.issueHeaderTop
{
    padding-top: 5px;
}

.issueControls
{
    display: inline;
    margin: 0 5px;
}

.linkLike
{
    cursor: pointer;
}

.unRead{
    font-weight: bolder;
}

.issue_details
{
    font-size: .75em;
    border: none !important;
}

.icon_90 {
    transform: rotate(90deg);
}

.icon_180 {
    transform: rotate(180deg);
}
.icon_270 {
    transform: rotate(-90deg);
}
.icon_flip {
    transform: scaleY(-1);
}
.icon_mirror {
    transform: scaleX(-1);
}
.column_form label:first-child{
    width: 150px;
}

.tableBackground, .tableBackground > td,  .tableBackground > tr
{
    background-color: white !important;
    border: none !important;
}

.clickable
{
    cursor: pointer;
}

.form-group
{
    width: 99%;
}
.form-control
{
    display: inline !important;
    width: auto !important;
}

.bs-searchbox > .form-control
{
    display: block !important;
    width: 100% !important;
}

.dropdown-toggle{
    width: auto !important;
}

.control-label{
    margin-left: 8px;
    margin-right: 8px;
}

.pd_table {
    display:table;
    border-collapse: separate;
    border-spacing: 10px 0;
}
.pd_header {
    display:table-cell;
    font-weight:bold;
}
.pd_row {
    display:table-row;
}
.pd_rowGroup {
    display:table-row-group;
}
.pd_cell {
    display:table-cell;
}

.hide_in_summary {
}
.summary_only {
    display:none;
}
.show_expanded {
}


.expired {
    color: #ff0000;
}

.expires-soon {
    color: #ff5000;
}
.expires-very-soon {
    color: #FF9000;
}