﻿body {
    margin: 0;
}

.page {
    font-size: .85em;
    font-family: Segoe UI Semibold, Calibri, "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    padding: 0;
    margin: 0 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}

header, #header {
    color: #FFF;
    background: #454545;
    height: 55px;
    width: 100% !important;
    display: table-row;
    z-index: 1000;
}

#main {
    padding: 0;
    max-width: 100%;
    height: 100%;
    background-color: #e1e2e1;
    z-index: 999;
    position: relative;
    display: table-row;
    min-height: 720px;
}

footer, #footer {
    display: table-row;
    border-top: 1px solid white;
    background: #454545;
    color: #999;
    text-align: center;
    overflow: hidden;
    line-height: normal;
    font-size: .9em;
    min-height: 50px;
    position: relative;
    width: 100%;
}

.ui-dialog .ui-dialog-buttonpane {
    background-image: none;
    border-width: 1px 0 0;
    margin-top: 0.5em;
    padding: 0.1em !important;
    text-align: center;
}

.ui-dialog-buttonset button {
    background-color: #e7d362;
    font-size: 14px;
    font-family: Segoe UI Semibold, Calibri, "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #454545;
}


.ui-button-text-only .ui-button-text {
    padding: .1em 1em !important;
}

.wizard-dialog .wizard-header {
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    text-align: center;
    margin: 20px -20px 10px -20px;
    padding: 2px;
    color: #FFF;
    background: #ccea7a;
    text-shadow: 1px 1px 1px #949494;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px outset #89AF4C;
}

.wizard-dialog {
    width: 900px;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.58);
    display: none;
    min-height: 700px;
    max-height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
}

    .wizard-dialog .ui-dialog-titlebar {
        font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
        padding: 20px 0 20px 40px;
        margin: 0 -20px 0 -20px;
        color: #FFF;
        background: #ccea7a;
        border: none !important;
        text-shadow: 1px 1px 1px #949494;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #89AF4C;
    }

    .wizard-dialog h4 > span {
        display: block;
        font-size: 11px;
        color: #FFF;
    }

.admin-list {
    list-style-type: none;
}

.admin-info-header {
    margin-top: 20px;
}

    .admin-info-header span {
        float: right;
        font-weight: normal;
    }

.wizard-select-list {
    width: 200px;
    margin: 0;
    border: 2px outset rgba(248, 248, 248, 1) !important;
    list-style-type: none;
    background: rgba(248, 248, 248, 1) !important;
    font-size: 16px !important;
}

.ui-menu-item {
    width: 200px;
    line-height: 30px !important;
    font-weight: 600;
    text-indent: 10px;
}

    .ui-menu-item a {
        vertical-align: middle !important;
        line-height: 30px !important;
        margin: -2px !important;
    }

    .ui-menu-item:hover {
        padding: 1px;
    }

.ui-menu-icon {
    margin-top: 8px !important;
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

#adminTabContainer {
    width: 100%;
    min-height: 600px;
}



#menuContainer {
    padding: 25px;
    margin: 0;
    height: auto;
    font-size: 14px;
    display:inline-block;
}

    #menuContainer .wizard-select-list:first-child {
        min-height: 550px;
    }

#infoContainer {
    padding: 10px;
    width: 600px;
    display: inline-block;
    vertical-align: top !important;
}

#adminContainer {
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top !important;
}

.poc-container {
    vertical-align: top;
    width: 550px;
    padding: 0;
    float: right;
}

.poc-list-container {
    padding: 5px 0 5px 150px;
}

.admin-child-container {
    vertical-align: top;
    width: 550px;
    padding: 0;
    float: right;
}

.admin-info-list {
    display: inline-block;
    vertical-align: top !important;
}

.admin-info-button-container {
    float: left;
    margin-top: 10px;
    margin-left: 50px;
}

.admin-info-section-link-container {
    float: left;
    margin-top: 10px;
}

#infoContainer .nav-links {
    font-size: 12px;
}

.ui-menu-item .ui-state-focus {
    background: #4c4c4c url(images/ui-bg_highlight-soft_80_4c4c4c_1x100.png) 50% 50% repeat-x !important;
    font-weight: bold;
    color: #bfeb43 !important;
}

.ui-menu-item .ui-state-active {
    border: 1px solid #696969;
    background: #4c4c4c url(images/ui-bg_highlight-soft_80_4c4c4c_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #ffffff !important;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}



.poc-name-form {
    padding: 10px 0 !important;
    margin: 2px 0 2px -2px !important;
}

    .poc-name-form input {
        width: 100px !important;
    }

.admin-form-container {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    padding-right: 10px;
}

.emat-form-container .address-header {
    font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 5px 0;
    margin: 20px -20px 10px -20px;
    color: #333;
    background: #ccea7a;
    text-shadow: 1px 1px 1px #949494;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #89AF4C;
}

.emat-form-container {
    max-width: 90%;
    margin-left: 5%;
    margin-right: auto;
    background: #F8F8F8;
    padding: 30px 20px 20px 20px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .emat-form-container h4 {
        font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
        padding: 20px 0 20px 20px;
        margin: -30px -20px 10px -20px;
        color: #333;
        background: #ccea7a;
        text-shadow: 1px 1px 1px #949494;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

        .emat-form-container h4 > span {
            display: block;
            font-size: 11px;
            color: #333;
        }

    .emat-form-container label {
        margin: 0 5px 5px 0;
        color: #5E5E5E;
    }

        .emat-form-container label > span {
            float: left;
            margin-top: 10px;
            color: #5E5E5E;
        }

    .emat-form-container input[type="text"],
    .emat-form-container input[type="email"],
    .emat-form-container input[type="number"],
    .emat-form-container textarea,
    .emat-form-container select,
    .emat-form-container input[type="datetime"] {
        color: #555;
        height: 30px;
        line-height: 15px;
        padding: 0 0 0 10px;
        margin-top: 2px;
        border: 1px solid #E5E5E5;
        background: #FBFBFB;
        outline: 0;
        -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
        box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
        font: normal 14px/14px Arial, Helvetica, sans-serif;
    }

    .emat-form-container select {
        background: no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
        background: no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
        text-indent: 0.01px;
        height: 30px;
    }

.button-container {
    padding: 10px 10px 0 10px;
}

a.disabled-link {
    pointer-events: none;
    cursor: default;
    color: black !important;
    text-decoration: none;
}

.disabled {
    pointer-events: none;
    cursor: pointer;
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.emat-button.disabled {
    cursor: pointer !important;
    background: darkgoldenrod !important;
}

.emat-button.active {
    background: #ccea7a !important;
}

a:visited {
    color: #363434;
}

a:hover {
    text-decoration: none;
}

a:active {
    color: #E17009;
}

p {
    margin: 10px 0;
}

hr {
    border: none;
    height: 1px;
    color: #336699; /* ie */
    background-color: #336699; /* mozilla */
    width: 100%;
}

header,
footer,
nav,
section {
    display: table-row;
}

ul {
    text-align: left;
    list-style-type: disc;
    list-style-position: outside;
    margin: 10px 5px 15px 25px;
}

ol {
    text-align: left;
    list-style-type: decimal;
    list-style-position: outside;
    margin: 10px 5px 15px 35px;
}

li {
    margin-bottom: 3px;
}

/* nested lists*/
ul ul, ul ul ul, ol ol, ol ol ol {
    text-align: left;
    list-style-type: square;
    list-style-position: outside;
    margin: 5px 5px 5px 20px;
}

    ul ul li, ul ul ul li, ul ol li, ul ol ol li {
        margin-bottom: 3px;
    }

/* end nested list 1 level */

img {
    border: none;
}

blockquote {
    padding: 5px 0 5px 30px;
}

.poc-list {
    list-style-type: none;
    font-size: small;
}

.poc-phone-email-link {
    margin-left: 10px;
}

.link {
    text-decoration: underline;
    color: Green;
}

.address-list {
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    float: right;
}

    .address-list li {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        text-indent: 10px;
    }

.mini-delete {
    margin-top: 2px;
    background-color: transparent;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d7d7d7;
}

h3.main {
    padding: 15px 50px 5px 0;
    margin: -20px -15px -5px -5px;
    text-shadow: -1px -1px 1px #fff, .5px .5px .5px #000;
    font-family: Segoe UI Semibold, Calibri, "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #4E443C;
    font-size: 24px;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 100;
    margin-bottom: 0;
}

h3.main-report {
    background-position: 0 0;
    text-align: center;
    position: relative;
    color: #fff;
    margin: -20px -30px 30px -30px;
    padding: 5px 0;
    box-shadow: 0 2px 0 rgba(0,0,0,.3);
    background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
    background-color: #5c5c5c;
    background-repeat: repeat;
    background-attachment: scroll;
}

    h3.main-report:before, h3.main-report:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-color: transparent;
        bottom: -10px;
    }

    h3.main-report:before {
        border-width: 0 10px 10px 0;
        border-right-color: #222;
        left: 0;
    }

    h3.main-report:after {
        border-width: 0 0 10px 10px;
        border-left-color: #222;
        right: 0;
    }

h4 {
    font-size: .85em;
    color: #363434;
}

    h4.nav-links {
        font-size: 1em;
        color: #454545;
    }

    h4.subheader {
        text-shadow: 0 2px 3px #555;
        font-size: 1.5em;
    }

h5, h6 {
    font-size: 1em;
}

h2.report {
    padding: 0 0 10px 0;
    color: #90c400;
    border-bottom: 1px solid #90c400;
}

h3.report {
    font-size: 1.2em;
    color: #000000;
    border-bottom: 1px solid #000000;
}

h4.report {
    font-size: 1.05em;
    color: #000000;
}


.reportHeader1 {
    font-size: 1.5em;
    padding: 0 0 10px 0;
    color: #90c400;
    border-bottom: 1px solid #90c400;
}

.reportHeader2 {
    -moz-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    -o-transform: scaleY(1.1);
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1);
    font-weight: 500;
    font-size: 1.2em;
    color: #000000;
    border-bottom: 1px solid #000000;
}

.reportHeader3 {
    font-size: 1.05em;
    color: #000000;
    font-weight: bold;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.ui-widget-content a {
    color: #ffffff;
}

.emat-button, .emat-button a {
    background-color: #e7d362;
    font-family: Segoe UI Semibold, Calibri, "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #454545;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#adminEntry {
    padding: 20px 20px 15px 20px;
    background-color: #fff;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 6px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.58);
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

.fieldset {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 5px 0 5px 5px;
}

    .fieldset label {
        font-size: 1.2em;
        font-weight: bold;
    }

textarea {
    min-height: 75px;
}

input[type=text], input[type=password] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input {
    font-size: 1.2em;
    padding: 2px;
}

/* TABLE
----------------------------------------------------------*/

.manage-ecm-table {
    margin-top: 10px;
}

    .manage-ecm-table td {
        padding-left: 10px;
    }

table {
    border-collapse: collapse;
}

    table.inputForm td {
        padding: 3px;
        text-align: left;
    }

    table.manageEcm-grid {
        font-family: Segoe UI Semibold, Calibri, "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    }

        table.manageEcm-grid .grouping {
            border: 1px solid #D7D7D7;
            padding: 3px;
            font-weight: bold;
            background: url("images/ui-bg_inset-hard_100_fcfdfd_1x100.png") repeat-x scroll 50% bottom #FCFDFD;
            color: #fff;
        }

        table.manageEcm-grid th {
            padding: 3px;
            font-weight: bold;
            color: #fff;
        }

            table.manageEcm-grid th a:link, table.grid1 th a:hover, table.grid1 th a:visited, table.grid1 th a:active {
                text-decoration: underline;
                color: #fff;
            }

        table.manageEcm-grid tr.focus td {
            background-color: #c2e461;
        }

        table.manageEcm-grid tbody td {
            border-top: 1px solid #D7D7D7;
            padding: 2px;
            vertical-align: middle;
            color: Black;
        }

        table.manageEcm-grid .alternate,
        table.manageEcm-grid .alternate td {
            border: 1px solid #D7D7D7;
            padding: 3px;
            vertical-align: middle;
        }

        table.manageEcm-grid .empty td {
            background-color: #f8f8f8;
            font-size: 15px;
            font-weight: bold;
            padding-top: 30px;
            padding-bottom: 30px;
            text-align: left;
            background-image: url(../images/standard/empty.png);
            background-repeat: no-repeat;
            background-position: center left;
            padding-left: 40px;
        }

        table.manageEcm-grid tfoot.footer {
            background-color: #D9D9D9;
            text-align: center;
            font-weight: bold;
            padding: 4px 4px 3px 4px;
            vertical-align: bottom;
            color: Black;
            border: 1px solid Black;
        }

    table.grid1 {
        font-family: Segoe UI Semibold, Calibri, "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
        outline: black solid 1px;
    }

        table.grid1 .grouping {
            border: 1px solid #D7D7D7;
            padding: 3px;
            font-weight: bold;
            background: url("images/ui-bg_inset-hard_100_fcfdfd_1x100.png") repeat-x scroll 50% bottom #FCFDFD;
            color: #fff;
        }

        table.grid1 th {
            padding: 5px;
            font-weight: bold;
            color: #fff;
        }

            table.grid1 th a:link, table.grid1 th a:hover, table.grid1 th a:visited, table.grid1 th a:active {
                text-decoration: underline;
                color: #fff;
            }

        table.grid1 tr.focus td {
            background-color: #ebebeb;
        }

td.sub-header {
    text-align: center;
    font-weight: bold;
}

table.grid1 tbody td {
    border-top: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    padding: 5px;
    vertical-align: middle;
    background-color: Window;
    color: #030303;
}

table.grid1 .alternate,
table.grid1 .alternate td {
    padding: 5px;
    vertical-align: middle;
    color: Black;
}

table.grid1 .empty td {
    background-color: #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
    background-image: url(../images/standard/empty.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 40px;
}

table.grid1 tbody .subcategory td {
    background-color: #D9D9D9;
    font-weight: bold;
    text-align: left;
    border-top: 1px solid Black;
    padding: 3px 5px;
}

table.grid1 .subtotals td {
    background-color: #D9D9D9;
    text-align: center;
    padding: 2px;
}

tr.subtotals td {
    background-color: #D9D9D9;
    text-align: center;
    padding: 2px;
}

table.grid1 .footer td {
    background-color: #D9D9D9;
    text-align: center;
    font-weight: bold;
    padding: 4px 4px 3px 4px;
    vertical-align: bottom;
    color: Black;
    border-top: 1px solid Black;
}


table.grid1 .pager td {
    border: 1px solid #D7D7D7;
    padding: 10px;
    font-weight: bold;
    background-color: #eaeaea;
    color: #000;
    text-align: right;
    font-size: 90%;
}

    table.grid1 .pager td table,
    table.grid1 .pager td table td {
        border: none;
    }

    table.grid1 .pager td a,
    table.grid1 .pager td a:visited,
    table.grid1 .pager td a:active,
    table.grid1 .pager td a:link,
    table.grid1 .pager td a:hover {
        background: #f0f0f0;
        padding-left: 3px;
        padding-right: 3px;
        border-top: 1px solid #C0C0C0;
        border-left: 1px solid #C0C0C0;
        border-bottom: 1px solid #666;
        border-right: 1px solid #666;
        text-decoration: none;
        color: #333;
        font-weight: normal;
    }

        table.grid1 .pager td a:hover {
            background: #E2E2E2;
            color: #000;
        }

.ui-datepicker-trigger {
    padding-left: 2px;
}

th.thinTH {
    padding: 0;
}

tr.thinTR {
    padding: 2px;
}

td.thinTD {
    padding: 2px;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}


div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

.manage-ecms-table-container {
    padding: 15px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

    .editor-label label {
        font-weight: bold;
        color: #51515E;
    }

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

/* notification bars */
.notify-bar {
    font-weight: bold;
    position: fixed;
    left: 15%;
    top: 0;
    padding: 5px 15px;
    vertical-align: middle;
    width: 70%;
    text-align: center;
    background-color: #ffffcc;
    opacity: .95;
    filter: alpha(opacity = 95);
}

.ui-tabs.ui-tabs-vertical {
    padding: 0;
    min-height: 90%;
}

    .ui-tabs.ui-tabs-vertical .ui-widget-header {
        border: none;
        min-height: 90%;
    }

    .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
        float: left;
        min-height: 90%;
        width: 10em;
        background: #CCC;
        border-radius: 4px 0 0 4px;
        border-right: 1px solid gray;
    }

        .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
            clear: left;
            width: 100%;
            border: 1px solid gray;
            border-width: 1px 0 1px 1px;
            overflow: hidden;
            position: relative;
            right: -2px;
            z-index: 2;
        }

            .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
                display: block;
                width: 100%;
                padding: 0.6em 1em;
            }

                .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
                    cursor: pointer;
                }

            .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
                padding-bottom: 0;
                border-right: 1px solid white;
            }

    .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
        float: left;
        min-width: 60%;
        min-height: 100%;
        border-left: 1px solid gray;
        border-radius: 0;
        position: relative;
        left: -1px;
    }

.notify-bar span {
    font-size: 15px;
}

.notify-bar img {
    padding-right: 5px;
}

.notify-info {
    color: #3377cc;
}

.notify-alert {
    color: #cc3300;
    background-color: #fff5f5;
}

#dashboard-tabs {
    min-height: 90%;
    min-width: 90%;
}

#auditFilerField {
    background-color: #fff;
    margin: 5px 20px 5px 10px;
    padding: 2px 15px 2px 3px;
}


.view-edit-link {
    margin-left: -5px;
    text-decoration: none;
    color: Green;
}

    .view-edit-link:hover {
        color: #DEC849;
    }

.chart-div {
    width: 600px;
    height: 320px;
    display: inline-block;
}

.baseline-chart-div {
    width: 600px;
    height: 320px;
}

.baseline-section-chart-container {
    display: inline-block;
    padding: 40px 20px 20px 20px;
}

.baseline-form-btn {
    margin-left: 5px;
    font-size: 12px;
}

.hide-form-btn {
    text-decoration: none;
}

.form-container {
    margin: 0 20px 0 0;
    padding: 15px 10px 10px 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
}

.offset-input {
    width: 120px !important;
}

.collapsible-header {
    font-family: Segoe UI Semibold, Calibri, "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    width: 100%;
    color: #454545;
    background-color: #ccea7a;
    margin-bottom: 0;
    padding: 5px;
}

    .collapsible-header:hover {
        color: #454545;
        background-color: #ccea7a;
        cursor: pointer;
        margin-bottom: 4px;
    }

.collapsible-header-active {
    color: #454545;
    background-color: #ccea7a;
    cursor: pointer;
    margin-bottom: 4px;
}

.collapsible-content {
    padding: 4px 15px 5px 15px;
}

.section-divider {
    font-family: Segoe UI Semibold, Calibri, "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    width: 100%;
    color: #fff;
    background-color: #454545;
    margin-bottom: 0;
    padding: 5px;
}

.offset-chart-container {
    padding: 15px;
}

.add-image-button {
    text-decoration: none;
}

.main-ecm-row {
    padding: 5px;
}

.tab-ContentContainer {
    background-color: #fff;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;
    -webkit-box-shadow: 0 0 2px 2px rgba(69,69,69,.2);
    -moz-box-shadow: 0 0 2px 2px rgba(69,69,69,.2);
    box-shadow: 0 0 2px 2px rgba(69,69,69,.2);
}

h3 {
    -moz-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    -o-transform: scaleY(1.1);
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1);
    font-weight: 500;
}

#techSupportInfo {
    text-align: right;
    display: table-cell;
    font-weight: bold;
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    vertical-align: middle;
    height: 50px;
}

#footerImageHolder {
    padding-left: 10px;
    display: table-cell;
}

.arrow-down {
    display: inline-block;
    top: -2px;
    position: relative;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}

.arrow-right {
    display: inline-block;
    top: 2px;
    position: relative;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
}

.ecm-details-container {
    padding: 20px 15px 10px 15px;
}

.nowrap-cell {
    white-space: nowrap;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,0.5);
}

.left-menu-links {
    color: #4394d1 !important;
}

    .left-menu-links:hover {
        color: #7d7d7d !important;
    }

.left-menu-header {
    margin-top: 0;
    color: #454545 !important;
}

.left-menu-item {
    font-weight: bold;
    color: #4394d1 !important;
    font-size: 1.1em;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: none;
}

.left-menu {
    margin: 0;
    padding-left: 0;
    padding-top: 10px;
    list-style-type: none;
}

.adminbar {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    list-style-type: none;
}

    .adminbar li {
        display: inline;
    }

        .adminbar li a {
            display: inline-block;
            padding: 15px;
        }

    .adminbar .active a {
        background-color: #fff;
        color: #4394d1;
    }



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@keyframes OpacityPulse {
    0% {
        opacity: 1;
    }

    75% {
        opacity: .25;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes OpacityPulse {
    0% {
        opacity: 1;
    }

    75% {
        opacity: .25;
    }

    100% {
        opacity: 1;
    }
}


#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    background-color: rgba(0,0,0,0.5); /*dim the background*/
}

#loadingOverlayContentContainer {
    width: 300px;
    height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -150px;
}

#loadingOverlayMessage {
    color: #ccea7a;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 1.5em;
    font-family: Segoe UI Semibold, Calibri, "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}

#loadingOverlayImage {
    display: block;
    text-align: center;
}

.Hidden {
    display: none;
}

.ui-icon-collapse {
    background-image: url('images/icons/minusIcon.png') !important;
}

.ui-icon-expand {
    background-image: url('images/icons/plusIcon.png') !important;
}

.ui-accordion-header,
.AccordionHeader {
    border-top: 1px solid #DFDFDF !important;
    color: #2493ff !important;
    font-size: 150% !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    margin: 4px !important;
}

.ui-accordion > div:last-child,
.ui-accordion-header-active,
.Accordion > div:last-child,
.AccordionHeaderActive {
    border-bottom: 1px solid #DFDFDF !important;
}

.AccordionHeader > span {
    float: left;
    margin: 8px;
}

.AccordionContent {
    padding: 8px;
    display: none;
}

.PaddedContainer {
    padding: 10px 15px;
}

hr.content-divider {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background-color: transparent !important;
}

.image-thumbnail {
    width: 180px;
    height: 135px;
}

.rg-totals {
    display: inline-block;
    min-width: 250px;
    max-width: 300px;
    font-size: 14px !important;
    margin-left: 3%;
    margin: 20px 0 0 30px;
    position: fixed;
    background-color: #ccea7a;
    outline: 1px solid black;
}

.rg-totals .section-divider {
    width: auto;
    margin-top: 0;
}

/**** Help ****/
span.HelpIcon,
span.HelpIcon > i {
    cursor: pointer;
}

label.HelpLabel {
    position: absolute;
    display: none;
    background: #ccea7a;
    border-radius: 3px;
    border: 1px solid #efefef;
    margin: 0;
}

    label.HelpLabel span {
        position: absolute;
        min-width: 140px;
        color: black;
        background: #ccea7a;
        padding: 10px 5px;
        text-align: center;
        visibility: hidden;
        border-radius: 3px;
        font-size: 14px;
        box-shadow: 0px 1px 3px #c6c6c6;
    }

        label.HelpLabel span:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-top: 8px solid #ccea7a;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

    label.HelpLabel.active {
        display: block;
    }
    label.HelpLabel.active span {
        visibility: visible;
        opacity: 0.9;
        bottom: 30px;
        left: 50%;
        margin-left: -76px;
        z-index: 999;
    }

.ActiveOverride {
    color: #B45F04;
}

ul.ListHorizontal {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.ListHorizontal > li {
    display: inline-block;
}

.NoDecoration {
    text-decoration: none;
}

.Table {
    display: table;
}
.TableRow {
    display: table-row;
}
.TableCell {
    display: table-cell;
}

.VerticalMiddle {
    vertical-align: middle;
}

/**DFK STYLES**/


.left-menu {
    padding: 10px 20px;
    background-color: #fafafa;
    border: 1px solid #e2e2e2;
    margin-top: 15px;
}

.left-menu-item {
    margin: 0;
    padding: 0;
    border-bottom: 1px #dddddd solid;
}

    .left-menu-item:last-child {
        border-bottom: 0;
    }

.left-menu-links {
    display: block;
    padding: 10px;
    text-decoration: none;
}

.left-menu-links,
.emat-button {
    transition: color 0.2s ease, background-color 0.2s ease;
}

    .left-menu-links:hover {
        background-color: #dddddd;
    }

    .emat-button:hover {
        background-color: #DFC531;
    }

/**WIZARD STYLES**/

.wizard-loading {
    position: relative;
}

    .wizard-loading::before {
        position: absolute;
        display: block;
        content: "";
        z-index: 99998;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }

    .wizard-loading::after {
        position: fixed;
        display: block;
        content: "Loading....";
        z-index: 99999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-top: 100px;
        background: transparent url('images/712.GIF') no-repeat scroll center top;
        color: #ccea7a;
        font-weight: bold;
        text-align: center;
        font-size: 1.5em;
    }

#wizardContent #menuContainer {
    display: block;
}

#wizardContent h5 {
    text-transform: uppercase;
    color: #999999;
    letter-spacing: 0.15em;
    font-size: 1.18rem;
    margin-bottom: 0;
}

#wizardContent .emat-button-gray {
    background-color: #C0C0C0;
}

#wizardContent .emat-button-large {
    font-size: 1.18rem;
}

#wizardContent .left-menu-content .emat-button {
    display: block;
}

#wizardContent .left-menu {
    background-color: #eeeeee;
    border: 0;
}

#wizardContent .add-asset-container {
    overflow: auto;
}

#wizardContent .add-asset-half {
    width: 45%;
    margin-right: 10%;
    float: left;
}

    #wizardContent .add-asset-half.included-assets {
        margin-right: 0;
    }

    #wizardContent .add-asset-half .left-menu {
        margin-bottom: 20px;
    }

    #wizardContent .add-asset-half h5 {
        margin-top: 0;
    }

#wizardContent .included-assets .left-menu-item {
    color: #454545 !important;
    clear: both;
    padding: 10px;
}

#wizardContent h5 + form {
    margin-top: 15px;
}

.wizard-pagination,
.wizard-nav {
    background-color: #eeeeee;
}

.wizard-pagination {
    font-size: 1.125em;
    text-align: right;
    color: #7d7d7d;
    margin: -25px -25px 0;
    padding: 10px 25px;
}

.wizard-nav {
    text-align: center;
    overflow: auto;
    margin: 0 -25px 25px;
    padding-bottom: 20px;
}

    .wizard-nav a {
        color: #4394d1 !important;
        text-decoration: none;
    }

.wizard-nav-step {
    width: 25%;
    float: left;
    position: relative;
}

    .wizard-nav-step::before,
    .wizard-nav-step::after,
    .wizard-nav-step-number {
        background-color: #E1E2E1;
    }

    .wizard-nav-step::before,
    .wizard-nav-step::after {
        content: "";
        display: block;
        width: 50%;
        height: 10px;
        position: absolute;
        top: 20px;
        z-index: 1;
    }

    .wizard-nav-step::before {
        left: 0;
    }

    .wizard-nav-step::after {
        right: 0;
    }

    .wizard-nav-step:first-child::before {
        display: none;
    }

    .wizard-nav-step:last-child::after {
        display: none;
    }

.wizard-nav-step-number {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #999;
    border-radius: 50%;
    font-size: 1.5em;
    font-weight: bold;
    margin: auto;
    position: relative;
    z-index: 5;
}

.wizard-nav-step-title {
    display: inline-block;
    font-weight: bold;
    color: #999;
}

.step-complete .wizard-nav-step-number,
.step-active .wizard-nav-step-number {
    color: #ffffff;
}

.step-complete .wizard-nav-step-number,
.step-complete::before,
.step-complete::after {
    background: #5AB400;
}

.step-complete .wizard-nav-step-title {
    color: #5AB400;
}

    .step-complete .wizard-nav-step-title::before {
        content: "\2714";
        padding-right: 0.3em;
    }

.step-active .wizard-nav-step-number,
.step-active::before,
.step-active::after {
    background: #7D7D7D;
}

.step-active .wizard-nav-step-title {
    color: #7D7D7D;
}

.wizard-nav-selected {
    font-size: 0.875em;
}

    .wizard-nav-selected a:hover {
        text-decoration: underline;
    }

.message {
    text-align: center;
    padding: 25px 0px 20px 0px;
}

    .message.message-confirmation {
        color: #4F8A10;
        background-color: #DFF2BF;
    }

    .message.message-information {
        color: #011A81;
        background-color: #B0C0FF;
    }

    .message.message-alert {
        color: #D8000C;
        background-color: #FFBABA;
    }