﻿/* General Rules */
#00 html {
    height: 101%;
}

header, figure, figcaption, footer, nav, article, section, aside {
    display: block;
    font-family: 'Segoe UI', sans-serif;
}

body {
    background: #25a0da;
    font-family: 'Segoe UI', sans-serif;
    font-size: 80%;
    color: #000000;
    margin: 0;
    padding: 0;
    line-height: 1.25em;
    height: 100%;
}

hr {
    background-color: #ccc;
    border: none;
    color: #ccc;
    height: 1px;
}

fieldset {
    border: 1px solid #dddddd;
    padding: 6px 8px;
    margin: 4px 0 8px 0;
}

.wrapper {
    max-width: 1200px;
    min-width: 360px;
    background-color: #ffffff;
    color: #000000;
    margin: 0 auto;
    padding: 15px 20px 20px 20px;
    text-align: left;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

.inside {
    width: 100%;
    padding: 0 0;
    position: relative;
}

.balance {
    color: white;
    padding-right: 7pt;
    right: 0;
    position: absolute;
    width: 200pt;
    text-align: right;
}

.balanceLinkButton {
}
/*
.selected-tab-style {
    font-weight: bold !important;
    color: black !important;
    background-color: white !important;
}

.unselected-tab-style {
    font-weight: inherit !important;
    color: inherit !important;
    background-color: inherit !important;
}*/


header {
    max-width: 1200px;
    min-width: 360px;
    margin: 0 auto;
    padding: 20px 0 15px;
    min-height: 116px;
    max-height: 300px;
}


/* ======== LOGO/SITE NAME AREA ======== */
#logo {
    background: url('../system_images/logo.png') 0 5px no-repeat;
    width: 45%;
    float: left;
    padding: 0 0 0 55px;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 14px;
}

    #logo h1, #logo h1 a, #logo h1 a:hover {
        font-size: 36px;
        color: #ffffff;
        text-align: left;
        text-decoration: none;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    #logo h2 {
        font-size: 14px;
        font-weight: 200;
        color: #fff;
        margin: 0;
        padding: 15px 0 0 3px;
        letter-spacing: 1px;
        text-align: left;
        border: none;
    }

    #logo h3 {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        margin: 5px 0 0 3px;
        padding: 0;
        letter-spacing: 1px;
        text-align: left;
        border: none;
        display: inline;
        float: left;
    }

    #logo .selectors {
        display: inline;
    }
/* ======== MAIN NAVIGATION AREA ======== */
#mainnav {
    width: 40%;
    float: right;
    color: #ffffff;
    height: 50px;
    margin: 20px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.90em;
    background-color: transparent;
}

#nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

    #nav li {
        display: inline-block;
        position: relative;
        /*z-index: 500;*/
        margin: 0 -2px 0 -2px;
        padding: 0;
        text-align: left;
        font-weight: normal;
    }
        /* this is the parent menu */
        #nav li a {
            font-size: 150%;
            display: block;
            padding: 12px 13px;
            background-color: transparent;
            text-decoration: none;
            font-weight: normal;
            color: #ffffff;
            text-align: left;
            -moz-transition: all 0.3s ease 0.0s;
            -o-transition: all 0.3s ease 0.0s;
            transition: all 0.3s ease 0.0s;
            -webkit-transition: all 0.3s ease 0.0s;
        }

            #nav li a:hover {
                font-weight: normal;
                padding: 12px 13px;
                background-color: #555;
                color: #ffffff;
                box-shadow: inset 0 0 20px #000000;
                border-radius: 8px 8px 0 0;
                -moz-transition: all 0.3s ease 0.0s;
                -o-transition: all 0.3s ease 0.0s;
                transition: all 0.3s ease 0.0s;
                -webkit-transition: all 0.3s ease 0.0s;
            }

.divProjectName {
    margin-top: 20px;
    float: right;
    vertical-align: bottom;
    text-transform: none;
    color: black;
    display: block;
    background: white;
    padding: 4px;
}

.labelProjectName {
    margin: 6px;
}

.footerBox {
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 0;
    margin: 10px 0 0 0;
}

.link {
    margin: 0 10px 0 10px;
}

    .link:active {
        color: #fff;
    }

    .link:hover {
        color: #0000AA;
    }

/* login
----------------------------------------------------------*/
#loginForm {
    padding-left: 13px;
}

#login {
    color: #fff;
    display: block;
    font-size: .85em;
    margin: -20px 0 30px;
    text-align: right;
}

    #login a {
        background-color: #FFF;
        color: black;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin-left: 0px;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

.LogLabel {
    width: 250px;
}

.logFieldSet {
    border: 1px solid #dddddd;
    margin-right: 10px;
}

.LogButton {
    padding: 6px;
    margin-left: 40px;
    margin-bottom: 20px;
    height: 50px;
}

.logTextBox {
    margin-bottom: 12px;
}

.manageAccount {
    margin: 0 10px 0 10px;
}

    .validation-summary-errors {
        color: #FF0000;
        font-size:larger;
 }

/* General
---------------------------------------------------*/

.quickdate {
    border-color: #999999;
    border-width: 1px;
}

.textboxAlerts {
    padding: 1px 5px 1px 5px;
}


h1 {
    font: 40px 'Segoe UI', Verdana, Helvetica, sans-serif;
    color: #376291;
    margin: 0.4em 0;
    text-align: center;
}

h2 {
    font: 34px 'Segoe UI', Verdana, Helvetica, sans-serif;
    color: #376291;
    margin: 0.3em 0;
}

h3 {
    color: #000000;
    border-bottom: 1px #999 solid;
    font: 32px 'Segoe UI', Verdana, Helvetica, sans-serif;
    letter-spacing: 1px;
    margin: 0.2em 0 0.5em 0;
    padding: 1px 3px 8px;
    text-align: center;
}

h4 {
    font: 24px 'Segoe UI', Verdana, Helvetica, sans-serif;
    color: #000000;
    margin-Top: 0.4em;
    margin-Bottom: 0.4em;
    margin-left: 12px;
}

h5 {
    font: 20px 'Segoe UI', Verdana, Helvetica, sans-serif;
    color: #000000;
    margin-Top: 0.4em;
    margin-Bottom: 0.4em;
}

h6 {
    font: 16px 'Segoe UI', Verdana, Helvetica, sans-serif;
    color: #000000;
    margin-Top: 0;
    margin-Bottom: 0.4em;
}

.yourcontact {
    padding-top: 10px;
}


#PanelDashBoardOuter {
    display: inline;
}

.dashboard-container {
    width: 96%;
    padding: 12px 12px 0 12px;
    height: auto;
}

    .dashboard-container .outerMultiPage {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 4px;
        border-style: solid;
        border-width: 1px;
        border-color: #d3dce0;
        padding: 5px 8px 5px 8px;
    }

    .dashboard-container .innerMultiPage {
        background: #ffffff;
        padding: 0 10px 0 10px;
        display: inline-block;
        -ms-zoom: 1;
        zoom: 1;
        position: relative;
        margin-bottom: 10px;
    }

    .dashboard-container .ProgressTable {
        padding-top: 10px;
        padding-bottom: 15px;
    }

.TableCell {
    width: 120px;
    text-align: center;
}

.fullTable {
    padding: 12px 0 12px 0;
    width: 100%;
}

.verticalSpacer {
     padding: 12px 0 12px 0;
}

.LinkButtonUpdate {
    padding: 12px 0 12px 0;
}

.TextboxQuerystring {
    background: #f2fbb5;
}

.button {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    border-radius: 0;
    height: 45px;
    width: 260px;
    background-color: #25A0DA;
    color: white;
    border-style: none;
    margin-right: 6px;
    margin-bottom: 4px;
    border-radius: 4px;
}

    .button:disabled {
        background-color: #ccc;
    }

    .button:active {
        color: red;
    }

.smallbutton {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    border-radius: 0;
    height: 45px;
    width: 260px;
    background-color: #25A0DA;
    color: white;
    border-style: none;
    margin-right: 6px;
    margin-bottom: 4px;
    border-radius: 4px;
}

    .smallbutton:disabled {
        background-color: #ccc;
    }

    .smallbutton:active {
        color: red;
    }


.EmailTextTable {
    width: 435px;
    padding-left: 5px;
    background-color: #e8f3ff;
}

.validator {
    color: red;
    font-weight: bold;
    margin-bottom: 4pt;
}

.ActivityButton {
    background-color: #25a0da;
    font-family: 'Segoe UI', sans-serif;
    font-size: 18px;
    width: 255px;
    height: 135px;
    color: white;
    margin: 20px 30px 20px 0;
    border-radius: 4px;
}

    .ActivityButton[disabled] {
        color: #222;
    }

    .ActivityButton:hover {
        background-color: #444;
    }

    .ActivityButton:checked {
        background-color: #ff00cc;
    }

.TextboCR {
    width: 100%;
    margin-bottom: 12px;
}

.listEven {
    color: white;
    background-color: #25a0da;
    padding: 8px;
}

.listOdd {
    color: #444;
    background-color: white;
    padding: 8px;
}

.leftNav {
    text-align: left;
}

.imageBanner {
    border: none;
    width: 60%;
}

.selectProject {
    margin: 18px 0 8px 0;
}

.fileUploadProject {
    width: 350px;
    margin-bottom: 10px;
    padding: 4px;
    font-size: 14px;
}

.surveyList {
    margin-top: 5px;
}

.saveRecordButton {
    margin-left: 26px;
}

.tableXTab {
    padding: 4px;
}

.tableExcel {
    border: #666666 1px solid;
}

    .tableExcel p {
        margin: 0;
    }

.divActivity {
    height: 24px;
}

.activityLabel {
    margin: auto 0 auto 7px;
}

.activityImage {
    margin: auto 0 -2px 0;
}

.activityPanel {
    padding-left: 12px;
}

.divUloaded {
    padding-left: 12px;
}

.changePassword {
    padding: 24px 12px;
}

#CreateUserWizard1 input {
    width: 35px;
}

.VisRightName {
    padding: 10px;
}

.divUserData {
    width: 100%;
}

.divUsers {
    display: inline;
}

.divUnlock {
    margin: 10px 0 4px 0;
}

.h6LandingPage {
    padding: 8px 0 12px 0;
}

.divVGA {
    padding: 10px 0 10px 0;
}

.visHtmlEditorTbl {
    width: 100%;
}

.visList {
    padding: 5px 8px 3px 8px;
}

.visitor-container {
    padding: 0 10px 0 10px;
}

.summaryTextBox {
    width: 100%;
}

.divSummaryButton {
    padding: 8px 0 8px 0;
}

.lbAccountsEven {
    font-size: 16px;
    padding: 10px 0 10px 0;
    background-color: white;
}

.lbAccountsOdd {
    font-size: 16px;
    padding: 10px 0 10px 0;
    background-color: #EEEEEE;
}

.listAccounts {
    margin-left: 6px;
}

.projectPageLeftDiv {
    float:left;
   width:48%;
    margin-right:8px;
    margin-top:10px;
}

.projectPageRightDiv {
    float:right;
    width:48%;
    margin-right:22px;
   }

.radlistbox {
    margin-bottom:12px;
}
.selectorPanel {
    width:98.4%;
    padding:3px 0 3px 8px;
    border-style:solid;
    border-width:1px;
    border-color:#cccccc;
    margin-bottom:9px;
}

.errorlabel {
    color:red;
    font-weight:600;
}

.trendselectorbox {
    margin-left: 4px;
    margin-right: 8px;
}

.innerMultiPage {
    padding: 12px 0 12px 0;
}

