﻿html {
    background: url(Images/BodyBG.jpg) no-repeat center center fixed #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    min-height: 100%;
}

html, body, form {
    margin: 0px;
    padding: 0px;
}

body, p, td, div
{
    font-size: 12px;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    color: #333333;
}

input, select, textarea
{
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    outline: none;
}

a:link, a:visited, a:active
{
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    color: #1486b2;
    text-decoration: none;
    outline: none;
}

a:hover
{
    text-decoration: underline;
}

img
{
    border: none;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #000000;
    font-weight: bold;
    margin-top: 0px;
}

h1
{
    font-size: 24px;
}

h2
{
    font-size: 22px;
}

h3
{
    font-size: 20px;
}

h4
{
    font-size: 18px;
}

h5, h6
{
    font-size: 16px;
    font-weight: 100;
}


/* LAYOUT   
----------------------------------------------------------*/

.container
{
    height: 100%;
    min-height: 100%;
}

.header
{
    padding: 10px 20px 0px 20px;
    height: 44px;
    position: relative;
}

.logo
{
    vertical-align: bottom;
}

.logo img
{
    vertical-align: bottom;
}

.menu {
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.contentContainer
{
    position: absolute; 
    top: 75px; 
    bottom: 57px; 
    left: 0px; 
    right: 0px; 
    overflow-y: scroll;
    overflow-x: auto;
}

    .contentContainer::-webkit-scrollbar {
        width: 20px !important;
        height: 18px !important;
        background: transparent !important;
    }

    .contentContainer::-webkit-scrollbar-button {
        width: 0 !important;
        height: 0 !important;
        display: none !important;
    }
    
    .contentContainer::-webkit-scrollbar-track-piece {
        background: transparent !important;
    }
    
    .contentContainer::-webkit-scrollbar-thumb {
        height: 6px !important;
        border: 4px solid rgba(0, 0, 0, 0) !important;
        background-clip: padding-box !important;
        -webkit-border-radius: 7px !important;
        background-color: rgba(0, 0, 0, 0.3) !important;
        -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05) !important;
    }

    .contentContainer::-webkit-scrollbar-corner {
        background-color: transparent !important;
    }

    .RadAjaxPanel
    {
        background-color: rgba(255, 255, 255, 0.6);
        margin: 0px 0px 0px 20px;
        min-height: 100% !important;
    }

.content
{
    padding: 10px;
}

.footer
{
    height: 37px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    background-color: rgba(0,0,0, 0.5);
}

.footerContent
{
    padding: 10px 20px;
    color: #cccccc;
}

.footerDevelopedBy
{
    position: absolute;
    right: 20px;
    top: 10px;
    color: #cccccc;
}

    .footerDevelopedBy a, a.footerDevelopedBy
    {
        color: #cccccc;
        text-decoration: none;
    }

        .footerDevelopedBy a:hover, a.footerDevelopedBy:hover
        {
            font-weight: normal;
        }


/*FORMS
----------------------------------------------------------*/

.form
{
    padding-top: 10px;
    display: table;
    width: 100%;
}

.field
{
    display: table-row;
}

.fieldValidation li /*validation*/
{
    color: Red;
}

.fieldHeader
{
    display: table-cell;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0px;
    color: #FFFF33;
}

.fieldText
{
    display: table-cell;
    vertical-align: top;
    padding: 2px;
    margin: 2px;
    white-space: nowrap;
}

.fieldText label
{
    display: block;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

.fieldText span
{
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    white-space: normal;
}

.fieldInput
{
    display: table-cell;
    vertical-align: top;
    padding: 2px;
    margin: 2px;
    width: 99%
}

.fieldDisplay
{
    display: table-cell;
    vertical-align: top;
    padding: 2px;
    margin: 2px;
    color: Black;
    font-weight: bold;
    width: 99%
}

.buttonContainer {
    margin: 10px 0px;
}


/*BUTTONS
----------------------------------------------------------*/

.primaryButton {
    padding: 5px 10px !important;
    color: #FFFFFF !important;
    background-color: #1486b2 !important;
    border: none !important;
}

.primaryButton:hover {
    color: #000000 !important;
}

.secondaryButton {
    padding: 5px 10px !important;
    color: #000000 !important;
    background-color: #cccccc !important;
    border: none !important;
}

.secondaryButton:hover {
    color: #ffffff !important;
}

a.primaryButton, a.secondaryButton{
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.searchButton {
    background: url(Images/Buttons/Search.png) 0 0 no-repeat !important;
}

/*RADGRID
----------------------------------------------------------*/

.RadGrid .rgHeader {
    color: #ffffff !important;
    background-color: #1486b2 !important;
    font-weight: bold !important;
}

    .RadGrid .rgHeader a {
        color: #ffffff !important;
        font-weight: bold !important;
    }

.RadGrid th.rgSorted {
    color: #ffffff !important;
    background-color: #1486b2 !important;
}

    .RadGrid th.rgSorted a {
        color: #ffffff !important;
    }

.RadGridCommandBar {
    position: relative;
    text-align: right;
}

.gridSelectCell {
}
    .gridSelectCell:hover {
        background-color: darkgreen !important;
    }
    .gridSelectCell:hover a {
        color: white !important;
    }

.gridSelectButton {
    color: darkgreen !important;
}
    .gridSelectButton:hover {
        color: white !important;
    }

.gridDeleteCell {
}
    .gridDeleteCell:hover {
        background-color: red !important;
    }
    .gridDeleteCell:hover a {
        color: white !important;
    }

.gridDeleteButton {
    color: red !important;
}
    .gridDeleteButton:hover {
        color: white !important;
    }

.gridOtherCell {
}
    .gridOtherCell:hover {
        background-color: #1797C9 !important;
    }
    .gridOtherCell:hover a {
        color: white !important;
    }

.gridOtherButton {
    color: #1797C9 !important;
}
    .gridOtherButton:hover {
        color: white !important;
    }




/*RADTABSTRIP
----------------------------------------------------------*/

.rtsLevel1 {
    background-color: transparent !important;
    border-bottom: 2px solid #1486b2;
}

.rtsLevel1 .rtsUL {
    background-color: #1486b2 !important;
}

    .rtsLevel1 .rtsUL .rtsLI {
        background-color: #1486b2 !important;
    }

    .rtsLevel1 .rtsUL .rtsLI .rtsLink {
        border-color: #1486b2 !important;
    }
    .rtsLevel1 .rtsUL .rtsLI .rtsLink:hover {
        border-color: #ffffff !important;
    }

.tabContainer {
     border: 1px solid #e5e5e5;
     border-top: none;
     background-color: #ffffff;
     padding: 10px;
}

.dashboardTabContainer {
    padding: 10px;
}




/*RADMENU
----------------------------------------------------------*/

.RadMenu {
    background-color: rgba(0,0,0, 0.5) !important;
}

    .RadMenu .rmRootGroup {
        border-style: none !important;
    }

        .RadMenu .rmRootGroup .rmItem {
            border-style: none !important;
        }

        .RadMenu .rmRootGroup .rmItem:hover {
            background-color: rgba(0,0,0, 0.2) !important;
        }

            .RadMenu .rmRootGroup .rmItem .rmRootLink {
                text-align: center !important;
            }

                .RadMenu .rmRootGroup .rmItem .rmRootLink .rmLeftImage {
                    display: block !important;
                    margin: auto !important;
                    padding: 0px 10px !important;
                    float: none !important;
                }

                .RadMenu .rmRootGroup .rmItem .rmRootLink .rmText {
                    color: #ffffff !important;
                    float: none !important;
                }

    .RadMenu .rmGroup {
        border-style: none !important;
        background-color: rgba(0,0,0, 0.3) !important;
    }

        .RadMenu .rmGroup .rmItem {
        }

            .RadMenu .rmGroup .rmItem .rmLink {
                color: #ffffff !important;
            }

    .rmPopup {
        box-shadow: none !important;
    }


/*DASHBOARD
----------------------------------------------------------*/

.dashboardItem {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.dashboardMenuContainer
{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.dashboardMenuBox {
    margin: 5px;
    float: left;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgba(20,134,178,0.3);
}

.dashboardMenuBox h2 {
    margin: 5px 0px;
}

.dashboardHyperlink a, a.dashboardHyperlink {
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

/*GOOGLE CHARTS TABLE
----------------------------------------------------------*/
.google-visualization-table {
    padding: 0px !important;
}

.google-visualization-table-table {
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    border-collapse: separate; 
    border-spacing: 0;
    border: solid 1px #C0C0C0;
}
.gct-headerRow {
    background: #DFDFDF;  /* Darken header a bit */
}
.gct-tableRow {
    background: #FEFEFE;
}
.gct-oddTableRow {
    background: #F1F1F1;
}
.gct-selectedTableRow {

}
.gct-hoverTableRow {
    background: #C0C0C0;
}
.gct-highlightColumn {
    background: #CFCFCF;
    font-weight: bold;
    padding: 5px 10px 5px 5px !important;
}
.gct-headerCell {    
    padding: 10px 5px !important;
    text-align: left !important;
    border-bottom: solid 3px #1486b2;
}
.gct-tableCell {
    padding: 5px !important;
    text-align: left !important;
}
.gct-rowNumberCell {

}


/*GENERAL
----------------------------------------------------------*/

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.clear
{
    clear: both;
}

.centerText
{
    text-align: center;
}

.divPrint {
    
}

.legend legend {
    background-color: #1486b2;
    color: #ffffff;
    padding: 5px 20px;
}

.searchPanel {
    position: absolute;
    left: 0px;
    bottom: 2px;
}

.searchPanel, .searchPanel span {
    vertical-align: middle;
}

.dashboardHeader {
    color: #1486b2;
    padding: 5px;
    margin: 0px;
}

.error {
    color: #ff0000;
}

.billingSelectedRow {
    background-color: #ffffff !important;
}

.billingSelectedRow:hover {
    background-color: #e5e5e5 !important;
}

.billingSelectedRow td {
    border-color: #e5e5e5 !important;
}

