﻿/* Style sheet for the ConCentRICs Web Version
    login-wrapper = Login Screen
    top-wrapper = Top of the page for full size screen
    tablet-wrapper = Top of the Page for tablet devices
    mobile-wrapper = Top of the page for smaller screen devices
    report-wrapper = Top of the Page for Reports
    site-title = Very top line of Regular Screens
    report-title = Very Top line of Report Screens
    page-title = line below that that shows what the page is
    page-message = Message to the user on the top corner of the page
    tool-bar = The tool bar icons
    menu-wrapper = Menu Option section on the Main Page (left)
    menu-tablet = Menu Option section on the Main Page (left) for tablets
    view-wrapper = Viewer section on Main Menu (top-middle)
    dash-wrapper = Dashboard section on the Main Menu (top-middle)
    dash-tablet = Dashboard section on a Tablet device (top-middle)
    bbrd-wrapper = Bulletin Board section on the Main Menu (bottom-middle)
    bbrd-tablet = Bulletin Board section on a Tablet device (bottom-middle)
    evcu-wrapper = Current Events section on the Main Menu (right)
    evcu-tablet = Current Events section on the Main Menu (right) for tablets
    content-wrapper = Main body of a standard page
    content-tablet = Main body of a standard page on a tablet
    bop-wrapper = Bottom of all pages
    bop-mobile = Bottom of page for smaller screen devices
----------------------------------------------------------*/
html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #d3d3d3;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }
    a.tool-bar:hover {
        background-color: #6495ed;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

img {
    border: 0;
    margin: 0 10px;
}

img[class="tool-size"] {
    height: 24px;
    width: 24px;
}

/* main layout
----------------------------------------------------------*/
.login-wrapper {
    margin: 0 auto;
    color: #000;
    background-color: #f4f4f4;
    padding-left:  50px;
    padding-top: 25px;
    padding-bottom:  30px;
    width: 900px;
}

.top-wrapper {
    margin: 0 auto;
    height: 45px;
    color: #FFF;
    text-align: right;
    padding-bottom: 0px;
    font-family: Verdana,Geneva,sans-serif;
    border-bottom: 4px double #000;
}

.tablet-wrapper {
    margin: 0 auto;
    height: 130px;
    color: #FFF;
    text-align: right;
    padding-bottom: 0px;
    font-family: Verdana,Geneva,sans-serif;
    background-color: #f4f4f4;
}

.mobile-wrapper {
    margin: 0 auto;
    height: 135px;
    background-color: #f4f4f4;
}

.report-wrapper {
    margin: 0 auto;
    height: 45px;
    background-color: #f4f4f4;
}

.menu-wrapper {
    margin: 0 auto;
    clear: both;
    color: #000;
    background-color: #f4f4f4;
    padding-top: 0px;
    padding-left: 5px;
}

.menu-tablet {
    margin: 0 auto;
    height: 735px;
    clear: both;
    color: #000;
    background-color: #f4f4f4;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.menu-drillmobile {
    margin: 0 auto;
    height: 735px;
    clear: both;
    color: #000;
    background-color: #f4f4f4;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.view-wrapper {
    clear: both;
    color: #000;
    margin: 0 .75em 0 0;
    padding: 0 0 2em 0;
    background-color: #f4f4f4;
    height: 400px;
}

.dash-wrapper {
    clear: both;
    color: #000;
    margin: 0 .75em 0 0;
    background-color: #f4f4f4;
    padding-top: 0px; 
    padding-left: 5px;
    padding-right: 5px;
    height: 425px;
}

.dash-tablet {
    margin: 0 auto;
    clear: both;
    color: #000;
    background-color: #f4f4f4;
    padding-top: 0px; 
    padding-left: 5px;
    padding-right: 5px;
    height: 375px;
}

.bbrd-wrapper {
    clear: both;
    color: #000;
    margin: 0 .75em 0 0;
    background-color: #f4f4f4;
    padding-top: 0px; 
    padding-left: 5px;
    padding-right: 5px;
    height: 282px;
}

.bbrd-tablet {
    margin: 0 auto;
    clear: both;
    color: #000;
    background-color: #f4f4f4;
    padding-top: 0px; 
    padding-left: 5px;
    padding-right: 5px;
    height: 375px;
}

.evcu-wrapper {
    margin: 0 0 0 2em;
    clear: both;
    color: #000;
    background-color: #f4f4f4;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    height: 690px;
}

.evcu-tablet {
    margin: 0 0 0 0;
    clear: both;
    color: #000;
    background-color: #f4f4f4;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    height: 725px;
}

.content-wrapper {
    margin: 0 auto;
    color: #000;
    background-color: #c7c7c7;
    padding-left:  5px;
    padding-top: 0px;
    padding-bottom:  0px;
}

.content-tablet {
    margin: 0 0;
    color: #000;
    background-color: #c7c7c7;
    padding-left:  5px;
    padding-top: 0px;
    padding-bottom:  0px;
}

.bop-wrapper {
    margin: 0 0 0 0;
    background-color: #c7c7c7;
    padding-left: 30px;
}

.bop-mobile {
    margin: 0 0 0 0;
    background-color: #c7c7c7;
}

.grid {
    text-align: left;
}

.tool-bar {
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: .8em;
}

#body {
    background-color: #d3d3d3;
    clear: both;
    padding-top: 1px;
    padding-bottom: 0px;
    margin: 0 auto;
}

    .xxxx-content {
        background-color: #d3d3d3;
   }


header .top-wrapper {
    clear: both;
    padding-top: 0px;
    background-color: #6495ed;
    padding-left: 40px;
}

header .tablet-wrapper {
    clear: both;
    padding-top: 0px;
    background-color: #6495ed;
    padding-left: 4px;
}

header .mobile-wrapper {
    clear: both;
    padding-top: 0px;
    background-color: #6495ed;
    padding-left: 5px;
}

header .report-wrapper {
    clear: both;
    padding-top: 1px;
    background-color: #6495ed;
    padding-left: 40px;
}

header .content-wrapper {
    clear: both;
    background-color: #a52a2a;
    padding-top: 0px; 
}

header .content-tablet {
    clear: both;
    background-color: #a52a2a;
    padding-top: 0px; 
}

footer .bop-wrapper {
    clear: both;
    background-color: #c7c7c7;
    font-size: .8em;
    padding-left: 40px;
    padding-right: 1px;
    padding-bottom: 5px;
    height: 40px;
}

footer .bop-mobile {
    clear: both;
    background-color: #c7c7c7;
    font-size: .8em;
    padding-left: 20px;
    padding-right: 1px;
    padding-bottom: 1px;
    height: 40px;
}


/* titles
----------------------------------------------------------*/
.site-title {
    color: white;
    font-family: Verana,Geneva,sans-serif;
    font-size: 12px;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    color: #000000;
    outline: none;
    text-decoration: none;
}
.concentrics-title {
    color: white;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 35px;
    font-weight: bold;
    margin: 0;
}
.report-title {
    color: #000;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 1.5em;
    margin: 0;
}

.page-title {
    color: #8b0000;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 1.5em;
    margin: 0;
}

.page-title a, .page-title a:hover, .page-title a:active {
    color: #8b0000;
    outline: none;
    text-decoration: none;
}

.menu-title {
    color: #000;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0;
}

.view-title {
    color: #d6c012;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 1.8em;
    margin: 0;
}

.dash-title {
    color: #000;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0;
}

.bbrd-title {
    color: #000;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0;
}

.evcu-title {
    color: #000;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0;
}

.page-message {
    color: #8b0000;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 1.4em;
    margin: 0;
}
 
#container{ 
   min-height:100%; 
   position:relative; 
   left:10%; 
} 

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.email {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }
/* navigation bar*/
ul#navigation{
    width: 100%;
    margin:  0 1em 0 0;
    padding: 0 1em 0 0;
    list-style: none;
    overflow: hidden;
    background-color: #6f6e6e;
    
}
ul#navigation li{
    float: right;
}
ul#navigation li a{
    display: block;
    padding:  8px 15px;
    line-height: .5em;
    text-decoration: none;
    font-weight:  bold;
    color: #fff;
    border-right: 1px solid #ccc;
    border-left: 1px solid #fff;
}

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        color: #9dee90;
        background-color: #a52a2a;
        padding: 20px 40px 30px 40px;
    }

    .featured .content-tablet {
        color: #9dee90;
        background-color: #a52a2a;
        padding: 10px 20px 15px 20px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    background-color: #eeeed1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-width: 8px;
    border-color: #778899;
    border: double black;
    margin: 0;
    padding: 1em;
}

    fieldset legend {
        background-color: lightgrey;
        border-width:  2px;
        border-color: #7c5b47;
        border-style: solid;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        color: black;
        margin-right:0.3em;
        padding-top:0.5em;
        padding-bottom: 0.5em;
        text-align:left;
        font-weight:bold;
        font-size: 110%;
        font-variant: small-caps;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    font-size: 80%;
    display: block;
    font-weight: bold;
}

label.checkbox {
    display: inline;
}

input, select, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.0em;
    margin: 2px 0 3px 0;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 300px;
}

    textarea[class="textEditor"] {
        width: 900px;
    }

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[class="shortBox"] {
        width: 100px;
    }

    select[class="shortBox"] {
        width: 150px;
    }

    select[class="smallBox"] {
        width: 50px;
    }

    input[class="smallBox"] {
        width: 50px;
    }

    input[class="color"] {
        width: 55px;
    }

    select[class="tableDef"] {
        width: 250px;
    }
    input[class="tableDef"] {
        width: 250px;
    }

    input[type="checkbox"] {
        background: transparent;
        border: none;
        width: auto;
    }

    input[type="radio"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="reset"],
    td input[type="button"],
    td button {
        color: black;
        border: 2px solid #555;
        border-radius: 11px;
        background: gradialgradient(cs: 0.3, cy: -0,4,
        fx: 0.3, fy: -0.4,
        radius: 1.35, stop: 0 #fff, stop 1 #888);
        padding: 5px;
        margin-right: 4px;
    }

    input[class="actionButton"] {
        color: #333;
        border: 2px solid #555;
        border-radius: 11px;
        padding: 5px;
        background: qradialgradient(cx: 0.3, cy: -0.4,
        fx: 0.3, fy: -0.4,
        radius: 1.35, stop: 0 #fff, stop: 1 #888);
        min-width: 300px;
        font-size: 12px;
    }


/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */

.field-validation-error { 
    font-weight:bold; 
    color:red; 
    background-color:yellow; 
    } 

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors{ 
    border:2px dashed red; 
    color:red; 
    background-color:yellow; 
    font-weight:bold; 
    margin:2px; 
} 

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/

table {
    border: inherit inherit;
    line-height: 1.20em;
    border-spacing: 5px;
    
}

th {
    font-size: 1.2em;
    padding: 0.15em 0.15em 0.15em 0.30em;
    border: 0 none;
}

    th a {
        display: block;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.15em 0.15em 0.15em 0.30em;
    border: 0 none;
}

    td a:hover {
        color: #fffff;
    }
    table.top-menu {
        border: 0 none;
        padding: 0 0 0 0;
        line-height: 1.75em;
    }
    tr.bottom-menu {
        color: #000000;
        background-color: #2c2c2c;
    }
    td.bottom-menu {
        border: 0 none;
        padding: .5em 1em .5em 1em;
    }
    td.vertical-line {
        border: 0 none;
        padding: 0 0 0 1em;
    }
    td.vertical-double {
        border: 0 none;
        padding: 0 0 0 0;
    }

}

tr.pager td {
    padding: 0.25em 0 0 0;
}

td.tableGrid {
    padding: 0.30em 0.25em 0.30em 0.25em;
    border: 2px solid #000000;
}

td.smallGrid {
    padding: 0.60em 0.60em 0.60em 0.60em;
    border: 1px solid #000000;
}

td.mainGrid {
    padding: 0;
    border: 2px solid #000000;
}

td.cellGrid {
    padding: 0.25em 0.25em 0.25em 0.25em;
}

@media print {
    body {
       color : #000000;
       background : #ffffff;
       font-family : "Times New Roman", Times, serif;
       font-size : 9pt;
       font-weight: 500;
    }
    #body {
        background-color: #ffffff;
        clear: both;
        padding-top: 0px;
        padding-bottom: 0px;
        margin: 0 auto;
    }

    #pageHeader { display:  none; }
    #reportHeader { display:  none; }
    #footer { display:  none; }

    thead { display:  table-header-group; }
    tfoot { display: table-footer-group; }

    th {
        font-size: 1.2em;
        padding:  0.20em 0.20em 0.20em 0.20em;
        border: 0 none;
    }

    td {
        padding:  0.00em 0.20em 0.00em 0.20em;
        border: 0 none;
    }
}
