﻿a:hover {
    text-decoration: none;
}

a:link {
    text-decoration: none;
    color: #4682b4;
}

a:active {
    text-decoration: none;
    color: #4682b4;
}

a:visited {
    text-decoration: none;
    color: #4682b4;
}

a:hover {
    text-decoration: underline;
    color: #969696;
}

ul {
    list-style-image: url("/images/Nav2BlueDot10.png");
}

.IgnoreBoxSizingBorderBox > * {
    box-sizing: content-box !important;
}

.hidden {
    display: none;
    width: 100vh
}

.visible {
    display: inline;
}

body {
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    /* text-align: center; this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    font-size: 12px;
    font-family: Arial;
    /*background: #000000;
    color: #545454;
    background-image: url(images/BkgrndBlue.jpg);*/
    background: #537895;
    color: #537895;
    background-image: url(images/BackgroundGradient.png);
    background-repeat: repeat-x;
    background-position: top;
    line-height: 1.45;
    margin-top: 0px;
}

#bodycontainer {
    /* width: 950px;   using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    /* margin: 0 2 2 0;  the auto margins (in conjunction with a width) center the page */
    /*  border: 1px solid #000000; */
    text-align: left; /* this overrides the text-align: center on the body element. */
    padding-top: 0px;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    width: 100%;
    /*padding-right: 45px;*/
}

.emphasize1 {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

.emphasize2 {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}

.emphasize3 {
    font-family: Arial;
    font-size: 13px;
}

hr {
    height: 1px;
    color: #e9e9e9;
}

.minwidth100 {
    min-width: 100px;
}

.minwidth200 {
    min-width: 200px;
}

.minwidth300 {
    min-width: 300px;
}

.minwidth400 {
    min-width: 400px;
}

.minwidth500 {
    min-width: 500px;
}

.gradient1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3dec7+0,f2f1e8+100 */
    background: #e3dec7; /* Old browsers */
    background: -moz-linear-gradient(top, #e3dec7 0%, #f2f1e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e3dec7 0%,#f2f1e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e3dec7 0%,#f2f1e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3dec7', endColorstr='#f2f1e8',GradientType=0 ); /* IE6-9 */
}


/* for firefox, safari, chrome, etc. */
/*.rotatedtext { -webkit-transform: rotate(-90deg);*/
/*-moz-transform: rotate(-90deg);*/
/* for ie */
/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
/*text-align: center;*/
/*width: 30px;*/
/*height: 450px;*/
/*vertical-align: bottom;}*/

.STATEimg {
    border-style: none;
    width: 1px;
    height: 250px;
}

.bigred1 {
    font-family: Arial;
    font-size: medium;
    font-weight: bold;
    color: #FF0000;
}

#headercontainer {
    padding: 0px;
    margin-bottom: 0px;
}

#rightcolumncontainer {
    width: 160px;
    background-color: White;
}

#hometabs {
    width: 99%;
    min-height: 400px;
}

#messaging_panel {
    font-size: 18px;
    text-align: center;
    padding: 10px;
}

#widgets_panel {
    width: 160px;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
    padding: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
}

    #widgets_panel p {
        text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: normal;
    }

#MainContentBody {
    width: 100%;
    margin-right: 50px;
    padding: 30px;
    background-color: rgb(237, 237, 237);
    border: medium inset #000000;
    clear: both;
    float: none;
    height: 100%;
}

#KPIBody {
    width: 90%;
    margin-right: 50px;
    padding: 0px;
    background-color: rgb(237, 237, 237);
    border: medium inset #000000;
    clear: both;
    float: none;
    /*background-image:url(images/bkgrndBox.jpg); background-repeat:repeat-x; background-position:top;*/
}

#RoarBody {
    width: 1170px;
    margin-right: 50px;
    padding: 0px;
    background-color: rgb(237, 237, 237);
    border: medium inset #000000;
    clear: both;
    float: none;
    /*background-image:url(images/bkgrndBox.jpg); background-repeat:repeat-x; background-position:top;*/
}

#ChartControl {
    background-color: rgb(237, 237, 237);
    /*background-image: url(images/bkgrndBox.jpg);*/
    background-repeat: repeat-x;
    background-position: top;
}

.statusgreenlabel {
    font-family: Arial;
    font-size: 16px;
    color: Green;
}

.helpicon {
    border: 0;
    vertical-align: middle;
}

.clearit {
    margin: 0;
    padding: 0;
    height: 0;
    clear: both;
}

img {
    border-style: none;
}

.labelimg {
    border-style: none;
    width: 48px;
    height: 190px;
}


p {
    font-size: 12px;
    line-height: 1.45;
    margin-top: 1px;
    margin-bottom: 20px;
}

h1 {
    font-size: 22px;
    margin: 0px;
    color: #304d64;
    text-shadow: 3px 3px 3px #a7a7a7;
    font-family: Arial;
}

h2 {
    font-size: 20px;
    padding-bottom: 0px;
    margin-bottom: -5px;
}

h3 {
    font-size: 18px;
    margin: 0px;
}

h4 {
    font-size: 14px;
    margin: 0px;
}

.right {
    text-align: center;
}

.small12 {
    font-size: 12px;
}

.small11 {
    font-size: 12px;
}

.small10 {
    font-size: 10px;
}

.large14 {
    font-size: 14px;
}

.large16 {
    font-size: 16px;
}

.large18 {
    font-size: 18px;
}

.large20 {
    font-size: 20px;
}

.SectionHeader1 {
    font-weight: bold;
    font-size: 14px;
    color: #2c4182;
    margin-bottom: 8px;
}

.SectionSubHeader1 {
    font-size: 12px;
    font-weight: bold;
}

.redtext {
    color: Red;
}
/* Home treeview CSS */



/* End Home Treeview */

.red {
    color: #FF0000;
}

.jobbucketwizardsteplinks a {
    color: #2c4182;
    text-decoration: none;
    font-size: 13px;
    cursor: default;
}

.jobbucketwizardsteplinksselected a {
    color: Black;
    text-decoration: none;
    font-size: 14px;
    cursor: default;
}

.jobbucketwizardsteplinks10 a {
    color: #0000FF;
    text-decoration: underline;
    font-size: 13px;
    cursor: pointer;
}

.jobbucketwizardsteplinksselected10 a {
    color: Black;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

.marketingbox {
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
    padding: 15px;
}

.homepageviewpanel {
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d6;
    padding: 15px;
    border-top: 4px solid #32485a;
    overflow-x: auto;
}

/* KPI Page CSS */
.btn {
    text-decoration: none;
    border: 1px solid #000;
}


/* Fix for tab page funky sizing issue */
.dxtc-strip.dxtc-stripContainer {
    width: 100% !important;
}
