﻿html, body, Form
{
    margin: 0;
    padding: 0;
    background-color: #cccccc;
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Tahoma;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
    zoom: 1;
    font-size: 13px;
    text-align: left;
    color: #555555;
}

p {
    line-height: 19pt;
    width: 450px;
}

a {
    color: #81bd46;
}

label {
    display: table-cell;
    vertical-align: middle;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input[type="checkbox"] {
    height:1.1em;
    width:1.1em;
    cursor:pointer;
    position:relative;
    -webkit-transition: .15s;
    border-radius:1.1em;
    background-color:white;
    border           : 0.0625em solid rgb(192,192,192);
    border-radius    : 0.25em;
    background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
    background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
}

input[type="checkbox"]:checked {
    background-color:white;
}

input[type="checkbox"]:before, input[type="checkbox"]:checked:before {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    line-height:1.1em;
    text-align:center;
    color:#fff;
    content: '';
}

input[type="checkbox"]:checked:before {
 content: '✓';
 color:#000;
}

.clsSearchBar
{
    border: 4px solid #b2b2b2;
}
.clsSearchCell
{
    background-color: #666666;
}
.clsSimple
{
    border: 1px solid #cccccc;
    font-size: 13px;
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Tahoma;
    color: #555555;
    background-color: #eaf7de;
}
.clsButtonSaveRow
{
    border: none; /* 4px solid #b2b2b2;*/
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Tahoma;
    font-size: 13px;
    color: white;
    background-color: #81bd46;
    /*width: 120px;
    height: 25px;*/
}
.clsButtonSaveRow:hover
{
    background-color: #6185b9;
}
.clsMultilineControl
{
    border: 1px solid #cccccc;
    font-size: 13px;
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Tahoma;
    background-color: #f2f2f2;
    color: #555555;
    vertical-align: middle;
}
.clsRight
{
    float: right;
    white-space: nowrap;
}
.clsButtonDeleteRow
{
    border: none; /* 4px solid #b2b2b2;*/
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Tahoma;
    font-size: 13px;
    color: white;
    background-color: orange;
    /*width: 120px;
    height: 25px;*/
}
.clsGreyBox
{
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #cccccc;
}
.clsGridHeader
{
    color: gray;
    height: 15px;
    vertical-align: bottom;
    white-space: nowrap;
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Tahoma;
}
.clsBottomRow
{
    height: 23px;
    white-space: nowrap;
}
.innercontainer {
    background-color: white;
    width: 100%;
    white-space: nowrap;
}
.clsUnderline
{
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    vertical-align: middle;
}
.clsFatRowUnderline
{
    height: 21px;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    white-space: nowrap;
}
.clsInnerTableHeading {
    font-weight: bold;
}
.clsSystemStyle {
    margin-left: 10px;
}

.clsShadedControl {
    border: 1px solid #cccccc;
    font-size: 13px;
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Tahoma;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
    zoom: 1;
    background-color: #f2f2f2;
    color: #555555;
}

h2 {
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Tahoma;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
    zoom: 1;
    font-weight: lighter;
    font-size: 36px;
    color: #81bd46;
}

footer {
    height: 223px;
    background: transparent url('../Images/Weare79/bg-footer.png') top center repeat-x;
}

    footer p {
        font-size: 12px;
        color: #919191;
        padding-top: 148px;
        padding-left: 100px;
    }

    footer ul {
        position: absolute;
        right: 100px;
        top: 148px;
    }

        footer ul li {
            display: inline;
            float: left;
            margin-left: 5px;
        }

.clsMenuDiv {
    margin-left: auto;
    margin-right: auto;
    background-color: red;
    width: 58px;
}

.clsMenuBar {
    margin-left: auto;
    margin-right: auto;
    background-color: #999999;
    color: white;
    /*height: 30px;*/
}

.clsMenuBar a {
    color: white;
}

.clsCheckB label {
    position: relative;
    top: -2px;
}

.clsTile {
    width: 200px;
    height: 200px;
    color: #FFFFFF;
}

.clsControl {
    border: 1px solid #dddddd;
    font-size: 13px;
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Tahoma;
    color: #555555;
    text-align: left;
}

.clsSuccess {
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Tahoma;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
    zoom: 1;
    font-size: 13px;
    font-weight: bold;
    color: #81bd46;
}

.clsP {
    line-height: 19pt;
}

.clsPad15 {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.clsPaddingTop {
    text-align: right;
    padding-top: 15px;
}

#panel-loginreg {
    width: 267px;
    height: 30px;
    top: 0;
    color: #fff;
    text-align: center;
    line-height: 25px;
}

    #panel-loginreg a {
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        text-decoration: none;
        display: inline-block;
        margin: 0 20px;
    }

#panel-notif {
    width: 211px;
    height: 133px;
    position: absolute;
    right: 100px;
    top: 0;
}

    #panel-notif span {
        color: #fff;
        text-transform: uppercase;
        display: block;
        position: absolute;
        bottom: 22px;
        left: 20px;
        font-weight: 300;
        font-size: 13px;
        white-space: nowrap;
        text-align: center;
    }

        #panel-notif span strong {
            font-weight: 700;
            font-size: large;
        }

footer {
    height: 223px;
}

    footer p {
        font-size: 12px;
        color: #919191;
        padding-top: 148px;
        padding-left: 100px;
    }

    footer ul {
        position: absolute;
        right: 100px;
        top: 148px;
    }

        footer ul li {
            display: inline;
            float: left;
            margin-left: 5px;
        }

.clsPortalSubTable {
    background-color: #6185b9;
    color: White;
}

.clsMessage {
    color: Orange;
    font-weight: lighter;
    font-size: large;
}
.clsTableHeaderCell
{
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Tahoma; 
    font-size: 13px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-color: #84ce3b;
    border-bottom-style: solid;
    border-left-width: 0px;
    border-left-color: #84ce3b;
    border-left-style: solid;
}
.clsBigMessage {
    padding: 25px 25px 25px 25px;
    font-weight: lighter;
    font-size: large;
    color: #81bd46;
}
.clsBigLeftMessage {
    font-weight: lighter;
    font-size: large;
    color: #81bd46;
}
.clsTabContent
{
}
.clsButton {
    font-size: 13px;
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Tahoma;
    background-color: #e5e5e5;
    color: #555555;
    height: 30px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

    .clsButton:hover {
        background-color: #81bd46;
        color: white;
    }

.clsWideButton {
    border: none; /* 4px solid #b2b2b2;*/
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Tahoma;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
    zoom: 1;
    font-size: 13px;
    color: #555555;
    background-color: #ffffff;
    /*background-color: #666666;*/
    height: 30px;
}
.clsGreyHeading
{
    font-weight: lighter;
    font-size: large;
}
.clsPageTitle
{
    font-weight: lighter;
    font-size: large;
    color: #81bd46;
}
.clsSavedLabel
{
    color: #81bd46;
    font-weight: lighter;
    font-size: large;
}

.clsButton2 {
    border: none;
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Tahoma;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
    zoom: 1;
    font-size: 13px;
    color: #555555;
    background-color: #666666;
    height: 30px;
}

    .clsButton2:hover {
        background-color: #6185b9;
        color: white;
    }

.clsCustomerLogo {
    float: right;
    padding-right: 30px;
}

.clsErrorMessage {
    color: Orange;
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, Tahoma;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);
    zoom: 1;
    font-size: 13px;
    font-weight: bold;
}

.clsNowrapUnderline {
    white-space: nowrap;
}

.clsReportTopHeaderCell {
    color: #555555;
    text-decoration: none;
    font-size: medium;
    font-weight: normal;
    vertical-align: bottom;
    text-align: left;
}

.clsReportHeaderCell {
    color: #555555;
    font-size: small;
    font-weight: normal;
    vertical-align: bottom;
}

.clsReportCell {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #cccccc;
    min-height: 22px;
    font-size: small;
    text-align: left;
    vertical-align: top;
}

@font-face {
    font-family: 'WeblySleekUISemilight';
    src: url('../Fonts/weblysleekuisl.eot');
    src: url('../Fonts/weblysleekuisl.eot?#iefix') format('embedded-opentype'), url('../Fonts/weblysleekuisl.woff') format('woff'), url('../Fonts/weblysleekuisl.ttf') format('truetype'), url('../Fonts/weblysleekuisl.svg#WeblySleekUISemilight') format('svg');
}

.fontpro, .fontpro-21647 {
    font-family: 'WeblySleekUISemilight',sans-serif;
}

@font-face {
    font-family: 'WeblySleekUISemibold';
    src: url('../Fonts/weblysleekuisb.eot');
    src: url('../Fonts/weblysleekuisb.eot?#iefix') format('embedded-opentype'), url('../Fonts/weblysleekuisb.woff') format('woff'), url('../Fonts/weblysleekuisb.ttf') format('truetype'), url('../Fonts/weblysleekuisb.svg#WeblySleekUISemibold') format('svg');
}

.fontpro, .fontpro-21645 {
    font-family: 'WeblySleekUISemibold',sans-serif;
}
