﻿html {
}

body.intranet {
    background-color: #000066;
    font-family: "Arial, Tahoma, Verdana, sans-serif";
    /*font-size: 12pt;*/
    margin: 1px 8px 8px 8px;
}

BODY, H1, H2, H3, H4, H5, H6 {
    color: #000066;
}

A {
    color: #0066cc;
    text-decoration: underline;
}

    A:hover {
        color: #990000;
        text-decoration: none;
    }

H1, H2 {
    text-align: center;
}
/*H1 {
font-size: 18pt;
}
H2 {
font-size: 16pt;
}
H3 {
font-size: 14pt;
}
H4 {
font-size: 12pt;
}
H5 {
font-size: 10pt;
}
H6 {
font-size: 8pt;
}*/

#outer {
    border-radius: 5px;
    background-color: white;
}

#TopSection {
    position: relative; /*This does nothing on it's own.   It just makes absolutely positioned items like the sidebar position themselves with respect to this element. */
}

#RightSection {
    margin-left: 180px; /*clears some space on the side for the sidebar */
}

#WinfonetHeader {
    margin: 10px 5px;
    text-align: center;
}

    #WinfonetHeader HR {
        background: none repeat scroll 0 0 #999999;
        border: 0 none;
        height: 5px;
    }

    #WinfonetHeader h1 {
        margin: 0px;
        padding: 20px;
    }

    #WinfonetHeader .environment {
        color: red;
    }

#WinfonetSidebar {
    /*background-color: #ffe6a5;*/
    background: #ffe6a5; /* Old browsers */
    background: -moz-linear-gradient(top, #ffe6a5 0%, #ffe6a5 50%, #ffe6a5 51%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe6a5), color-stop(50%,#ffe6a5), color-stop(51%,#ffe6a5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffe6a5 0%,#ffe6a5 50%,#ffe6a5 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffe6a5 0%,#ffe6a5 50%,#ffe6a5 51%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffe6a5 0%,#ffe6a5 50%,#ffe6a5 51%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffe6a5 0%,#ffe6a5 50%,#ffe6a5 51%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6a5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    color: #0066cc;
    width: 180px;
    /*position: absolute;
left: 0;*/
    float: left;
    padding: 5px;
    border-radius: 5px 0px 0px 0px;
    margin-right: 5px;
}

    #WinfonetSidebar a:hover {
        color: #990000;
    }

#WinfonetNav {
    display:block;
    margin: 20px 0px 20px 0px;
}

    /*The following are used to make a kendoui menu in the winfonet navigation look a little different than a standard kendo menu*/
    #WinfonetNav .k-menu {
        border: none;
    }

    #WinfonetNav > ul > li.k-state-border-down > .k-link {
        background-color: #eed594 !important;
    }

    #WinfonetNav > ul > li.k-state-active {
        background-color: #eed594 !important;
    }

    #WinfonetNav > ul > li.k-state-hover > .k-link {
        background-color: #eed594 !important;
    }

    #WinfonetNav .k-header {
        background-color: transparent;
    }

    /*Cursor for menu options that are NOT links*/
    #WinfonetNav span.k-link {
        cursor: pointer;
        color: #428bca;
    }

#WinfonetSidebar .k-link:hover {
    color: #990000;
}

#WinfonetBody {
    min-width: 960px;
}

#WinfonetFooter {
    width: 100%;
}

/*needed so bootstrap button color overrides radgrid theme colors
*/
.btn-primary {
    color: #fff !important;
}

.nowrap {
    white-space: nowrap;
}

.red, .error-message, .field-validation-error {
    color: red;
}

.green {
    color: green;
}

.black {
    color: black;
}

.blue {
    color: blue;
}

.gray {
    color: gray;
}

/*used for jquery plugin placeholders (not browser native html5 placeholders)*/
.silver, .placeholder {
    color: silver;
}

.excel-text {
    mso-number-format: "\@"; /*force text*/
}

.right-float {
    float: right;
}

.left-float {
    float: left;
}

.menu-section {
    margin: 5px;
    border: 1px solid silver;
    padding: 10px;
}

    .menu-section.left-float, .menu-section.right-float {
        width: 48%;
    }

    .menu-section h3 {
        margin-top: 0px;
    }

    .menu-section ul {
        list-style-type: disc;
    }

    .menu-section li {
        margin-bottom: 5px;
    }

/*I had to override bootstrap effects for fieldset and legend.   I don't know why bootstrap would mess with base tag styling instead of using a css class*/

body fieldset {
    border: 1px solid silver;
    padding: 5px;
    margin:initial;
    min-width:initial;
}

body legend
{
    font-weight:bold;
    padding: 0px 3px 0px 3px;
    color: #333;
      -moz-border-bottom-colors: initial;
    -moz-border-left-colors: initial;
    -moz-border-right-colors: initial;
    -moz-border-top-colors: initial;
    border-color: initial;
    border-image: initial;
    border-style: initial;
    border-width: initial;

    display: initial;
    font-size: initial;
    line-height: initial;
    margin-bottom: initial;
    width: initial;
}

body table {
    margin: 0;
}

table.grid .tableHeader th {
    padding: 3px;
    border: 1px solid white;
}

table.grid {
    margin-top: 20px;
    border: 1px solid white;
    border-collapse: collapse;
}

    table.grid td {
        border: 1px solid white;
    }

        table.grid td table td {
            border: 0;
            color: #5D7B9D;
        }
/*targets paging subtable*/

#header-cont {
    /*
width:100%;
position:fixed;
top:0px;
z-index:10;*/
}

body.fixedHeader #header-cont {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 10;
}

#contentshell {
    margin-top: 10px;
}

body.fixedHeader #contentshell {
    margin-top: 105px;
}

#navholder {
    margin-left: 0;
}

a.bannertitle {
    color: #0057AE;
    display: block;
    font-size: 30px;
    margin-top: 24px;
    text-decoration: none;
    text-indent: 25px;
    text-shadow: 2px 2px 2px #3E6790;
    float: left;
    width: 150px;
}

.bannersubtitle {
    color: #0057AE;
    display: block;
    font-size: 20px;
    text-decoration: none;
    text-shadow: 2px 2px 2px #3E6790;
    float: left;
    margin-top: 40px;
}

.environmentDiv {
    float: left;
    color: red;
    font-size: 30px;
    width: 200px;
    margin: 15px 0 0 40px;
    text-decoration: none;
    text-shadow: 2px 2px 2px #3E6790;
}

/* This forces the kendo grids to have just a little height before the initial data is loaded.
// Without this the loading progress bar / spinner won't be shown. */
body .k-grid-content {
    min-height: 200px;
}