﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,h7, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: HelvLightIBM;
    src: url("fonts/HelvNeueLightforIBM.eot");
    src: url("fonts/HelvNeueLightforIBM.eot?#iefix") format("embedded-opentype"), url("fonts/HelvNeueLightforIBM.woff") format("woff"), url("fonts/HelvNeueLightforIBM.ttf") format("truetype"), url("fonts/HelvNeueLightforIBM.svg#HelvLightIBM") format("svg");
    font-weight: lighter;
}

@font-face {
    font-family: HelvRomanIBM;
    src: url("fonts/HelvNeueRomanforIBM.eot");
    src: url("fonts/HelvNeueRomanforIBM.eot?#iefix") format("embedded-opentype"), url("fonts/HelvNeueRomanforIBM.woff") format("woff"), url("fonts/HelvNeueRomanforIBM.ttf") format("truetype"), url("fonts/HelvNeueRomanforIBM.svg#HelvRomanIBM") format("svg");
    font-weight: normal;
}

@font-face {
    font-family: HelvMediumIBM;
    src: url("fonts/HelvNeueMediumforIBM.eot");
    src: url("fonts/HelvNeueMediumforIBM.eot?#iefix") format("embedded-opentype"), url("fonts/HelvNeueMediumforIBM.woff") format("woff"), url("fonts/HelvNeueMediumforIBM.ttf") format("truetype"), url("fonts/HelvNeueMediumforIBM.svg#HelvMediumIBM") format("svg");
    font-weight: normal;
}

@font-face {
    font-family: HelvBoldIBM;
    src: url("fonts/HelvNeueBoldforIBM.eot");
    src: url("fonts/HelvNeueBoldforIBM.eot?#iefix") format("embedded-opentype"), url("fonts/HelvNeueBoldforIBM.woff") format("woff"), url("fonts/HelvNeueBoldforIBM.ttf") format("truetype"), url("fonts/HelvNeueBoldforIBM.svg#HelvBoldIBM") format("svg");
}

body {
    margin: 0;
    padding: 0;
    font-family: "HelvRomanIBM", "HelvRegularIBM", "HelveticaNeue", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    background: #fff;
}

a {
    color: #000;
}

    a:hover {
        color: #12a3b4;
    }

.clr {
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 0;
    height: 0;
    line-height: 0;
}

strong {
    font-family: "HelvNeueBoldforIBM", Helvetica, Arial, Roboto, sans-serif;
    font-weight: bold;
}

header.masthead {
    float: left;
    width: 100%;
    height: 110px;
}

    header.masthead .branding {
        float: left;
        width: 25%;
    }

        header.masthead .branding h1 {
            margin: 16px 50px;
            font-family: "HelvNeueBoldforIBM", Helvetica, Arial, Roboto, sans-serif;
            font-weight: bold;
            font-size: 16px;
        }

    header.masthead .tab-nav {
        float: left;
        height: 48px;
        width: 50%;
    }

        header.masthead .tab-nav ul {
            display: inline-block;
            margin: 5px 0 0;
            width: 100%;
            font-size: 14px;
        }

            header.masthead .tab-nav ul li {
                position: relative;
                display: inline-block;
            }

                header.masthead .tab-nav ul li a {
                    display: block;
                    padding: 10px 20px 15px;
                }

                header.masthead .tab-nav ul li:hover a {
                    color: #fff;
                    background: #1d364d;
                }

                header.masthead .tab-nav ul li:hover .sub-menu {
                    display: block;
                }

                header.masthead .tab-nav ul li.active {
                    padding: 5px 0;
                    font-family: "HelvNeueBoldforIBM", Helvetica, Arial, Roboto, sans-serif;
                    font-weight: bold;
                    border-bottom: 5px solid #1d364d;
                    background: #fff;
                }

                    header.masthead .tab-nav ul li.active a {
                        padding: 8px 20px;
                        color: #000;
                        background: none;
                    }

                header.masthead .tab-nav ul li .sub-menu {
                    display: none;
                    position: absolute;
                    top: 34px;
                    left: 0;
                    width: 200px;
                    background: #12a3b4;
                }

                    header.masthead .tab-nav ul li .sub-menu li {
                        display: block;
                        margin: 0;
                        border: none;
                    }

            header.masthead .tab-nav ul a {
                color: #000;
                text-decoration: none;
            }

    header.masthead .logged {
        float: right;
        width: 25%;
        font-size: 14px;
        text-align: right;
    }

        header.masthead .logged .logged-info {
            position: relative;
            display: inline-block;
            padding: 16px 10px 14px;
            margin: 0 55px 0 0;
            width: auto;
        }

            header.masthead .logged .logged-info .user-name {
                padding: 2px 0 2px 20px;
                display: inline-block;
                background: url(images/icon-user.png) no-repeat 0 0;
            }

            header.masthead .logged .logged-info .menu {
                display: none;
                position: absolute;
                top: 48px;
                right: 0;
                width: 200px;
                background: #000;
                z-index: 999;
            }

                header.masthead .logged .logged-info .menu li {
                    text-align: left;
                    border-top: 1px solid #fff;
                }

                    header.masthead .logged .logged-info .menu li:first-child {
                        border: none;
                    }

                    header.masthead .logged .logged-info .menu li a {
                        display: block;
                        padding: 15px;
                        font-size: 14px;
                        color: #fff;
                        text-decoration: none;
                    }

                        header.masthead .logged .logged-info .menu li a:hover {
                            color: #12a3b4;
                        }

            header.masthead .logged .logged-info:hover {
                color: #12a3b4;
                background: #000;
            }

                header.masthead .logged .logged-info:hover .user-name {
                    background-image: none;
                }

                header.masthead .logged .logged-info:hover .menu {
                    display: block;
                }

    header.masthead .main-nav {
        float: left;
        display: block;
        width: 100%;
        background: #1d364d;
    }

        header.masthead .main-nav ul {
            margin: 2px 0 0 50px;
            display: inline-block;
            font-size: 14px;
        }

            header.masthead .main-nav ul li {
                display: inline-block;
                padding: 15px 0 10px;
                margin: 0 40px 0 0;
                border-bottom: 5px solid #1d364d;
            }

                header.masthead .main-nav ul li.hide_feature {
                    display: none !important;
                }

                header.masthead .main-nav ul li.active {
                    font-family: "HelvNeueBoldforIBM", Helvetica, Arial, Roboto, sans-serif;
                    font-weight: bold;
                    border-bottom: 5px solid #fff;
                }

            header.masthead .main-nav ul a {
                color: #fff;
                text-decoration: none;
            }

.login header.masthead {
    height: auto;
    border-bottom: 5px solid #1d364d;
}

    .login header.masthead .branding {
        width: 100%;
    }

.main {
    float: right;
    width: 75%;
    background: #eaeaea;
}

    .main .callout {
        padding: 5px 10px;
        width: 100%;
        background: #C0F5E8 url(images/callout-bg-pattern.png) repeat 0 0;
    }

        .main .callout header {
            font-size: 16px;
        }

            .main .callout header strong,
            .main .callout header .teaser,
            .main .callout header .show {
                display: inline-block;
            }

            .main .callout header .teaser {
                margin: 0 0 0 30px;
                width: 80%;
            }

            .main .callout header .show {
                float: right;
                cursor: pointer;
            }

        .main .callout article {
            display: none;
            position: relative;
            margin: 20px 0 0;
            padding: 10px 0 0;
            border-top: 2px solid #000;
        }

            .main .callout article p {
                margin: 5px 0 10px;
            }

            .main .callout article .hide {
                position: absolute;
                bottom: 0;
                right: 0;
                cursor: pointer;
            }

                .main .callout article .hide svg {
                    display: inline-block;
                    margin: 0 5px 0 0;
                    width: 16px;
                }

    .main h1 {
        margin: 50px 50px 0;
        font-family: "HelvNeueBoldforIBM", Helvetica, Arial, Roboto, sans-serif;
        font-weight: bold;
        font-size: 24px;
        color: #000;
    }

    .main .panel {
        margin: 50px;
        border: 2px solid #000;
        background: #fff;
    }

        .main .panel header {
            padding: 20px;
            font-family: "HelvNeueBoldforIBM", Helvetica, Arial, Roboto, sans-serif;
            font-weight: bold;
            color: #fff;
            background: #000;
        }

            .main .panel header .tabs li {
                display: inline-block;
                margin: 0 20px 0 0;
                line-height: 1;
            }

                .main .panel header .tabs li a {
                    padding: 10px 20px 19px;
                    color: #bbb;
                    text-decoration: none;
                    outline: none;
                }

                    .main .panel header .tabs li a:hover {
                        color: #12a3b4;
                    }

                .main .panel header .tabs li.ui-tabs-active a {
                    color: #000;
                    background: #fff;
                }

        .main .panel.rating-map article {
            padding: 5px;
        }

        .main .panel .data-editor {
            margin: 20px;
        }

    .main .data-table .dataTables_wrapper .dataTables_filter {
        float: left;
        margin: 20px 15px 20px;
    }

        .main .data-table .dataTables_wrapper .dataTables_filter label {
            font-weight: bold;
        }

    .main .data-table .tabcontent {
        padding: 20px;
    }

    .main .data-table table th {
        text-align: left;
    }

    .main .data-table table td {
        padding: 18px;
        border-top: 1px solid #000;
    }

        .main .data-table table td .rating::before {
            content: '';
            display: inline-block;
            margin: 0 10px 0 0;
            width: 12px;
            height: 12px;
            border-radius: 6px;
        }

        .main .data-table table td .high::before {
            background: #dc0000;
        }

        .main .data-table table td .medium::before {
            background: #fed500;
        }

        .main .data-table table td .low::before {
            background: #00884b;
        }
    /*    .main .data-table table tr td {
    font-family: "HelvMediumIBM", Helvetica, Arial, Roboto, sans-serif;
    font-style:normal;
    }
.main .data-table table tr td a {
    font-family: "HelvMediumIBM", Helvetica, Arial, Roboto, sans-serif;
    text-decoration:none;
    font-weight:100;
    }*/
    .main .data-table table tr:hover td {
        font-family: "HelvMediumIBM", Helvetica, Arial, Roboto, sans-serif;
        background: #d1f0f7;
    }

    .main .data-table table tfoot th {
        padding: 18px;
        border-bottom: 2px solid #000;
    }

    .main .summary {
        border: none;
    }

        .main .summary table th {
            text-align: left;
        }

        .main .summary table td {
            padding: 18px;
            border: 2px solid #000;
        }

            .main .summary table td.iso-info span {
                display: inline-block;
                margin: 0 0 0 40px;
            }

                .main .summary table td.iso-info span:first-child {
                    margin: 0;
                }

            .main .summary table td.rating {
                text-align: center;
                color: #fff;
                background: url(images/callout-bg-pattern.png) repeat 0 0;
            }

                .main .summary table td.rating.high {
                    background-color: #dc0000;
                }

                .main .summary table td.rating.medium {
                    background-color: #fed500;
                }

                .main .summary table td.rating.low {
                    background-color: #00884b;
                }

            .main .summary table td.pdf-download {
                text-align: center;
            }

                .main .summary table td.pdf-download svg {
                    display: inline-block;
                    margin: 0 10px 0 0;
                    width: 24px;
                }

    .main .info-table table {
        margin: 20px 2%;
        width: 96%;
    }

        .main .info-table table th {
            padding: 18px;
            text-align: left;
            font-weight: bold;
            border-bottom: 2px solid #000;
        }

        .main .info-table table td {
            padding: 18px;
            border-top: 1px solid #000;
        }

            .main .info-table table td.category-header {
                font-weight: bold;
                font-style: italic;
                background: #eaeaea;
            }

        .main .info-table table tbody tr:first-child td {
            border: none;
        }

        .main .info-table table tr.parent {
            font-weight: bold;
            background: #eaeaea;
        }

    .main .info-table a {
        color: #12a3b4;
    }

        .main .info-table a:hover {
            color: #1d364d;
        }

    .main .info-table .icon {
        width: 32px;
    }
/* Old Login Styles
  .main .login-form {
    padding: 35px; }
    .main .login-form form {
      float: right;
      width: 50%; }
    .main .login-form legend {
      margin: 0 0 20px;
      font-family: "HelvMediumIBM", Helvetica, Arial, Roboto, sans-serif;
      font-size: 32px;
      color: #12a3b4; }
    .main .login-form .editor-label {
      margin: 20px 0 5px;
      font-size: 18px; }
    .main .login-form input[type="text"],
    .main .login-form input[type="password"] {
      padding: 2px;
      font-size: 18px;
      border: 1px solid #12a3b4; }
    .main .login-form input[type=submit] {
      margin: 20px 0 0;
      padding: 15px 50px;
      font-family: "HelvNeueBoldforIBM", Helvetica, Arial, Roboto, sans-serif;
      font-weight: bold;
      font-size: 18px;
      color: #fff;
      line-height: 1;
      border: none;
      background: #000; }
    .main .login-form .note {
      font-size: 14px; }

.login .main {
  width: 100%; }
  .login .main .callout {
    float: right;
    width: 50%; }
    .login .main .callout h3 {
      font-size: 22px; }
    .login .main .callout p {
      margin: 20px 0;
      font-size: 16px;
      line-height: 1.5; }
*/
.sidebar {
    float: left;
    width: 25%;
}

    .sidebar .sidebar-title {
        margin: 45px 50px;
    }

        .sidebar .sidebar-title h2 {
            margin: 0 0 10px;
            font-family: "HelvNeueBoldforIBM", Helvetica, Arial, Roboto, sans-serif;
            font-weight: bold;
            font-size: 32px;
            color: #12a3b4;
        }

        .sidebar .sidebar-title p {
            font-size: 16px;
        }

    .sidebar .meta {
        margin: 50px 50px 0;
    }

        .sidebar .meta h5 {
            padding: 0 0 10px;
            font-family: "HelvNeueBoldforIBM", Helvetica, Arial, Roboto, sans-serif;
            font-weight: bold;
            font-size: 18px;
            color: #12a3b4;
            border-bottom: 2px solid #12a3b4;
        }

        .sidebar .meta h6 {
            font-family: "HelvNeueBoldforIBM", Helvetica, Arial, Roboto, sans-serif;
            font-weight: bold;
            font-size: 14px;
            color: #000;
        }

        .sidebar .meta h7 {
            font-family: "HelvNeueBoldforIBM", Helvetica, Arial, Roboto, sans-serif;
            font-weight: bold;
            font-size: 14px;
            color: #000;
        }

        .sidebar .meta ul {
            margin: 20px 0;
        }

            .sidebar .meta ul li {
                margin: 0 0 8px;
            }

    .sidebar .filtering .filter {
        margin: 5px 0 40px;
        height: 29px;
        overflow: hidden;
        width: 100%;
        border-bottom: 2px solid #000;
    }

    .sidebar .filtering .info {
        margin: 5px 0 40px;
        height: 50px;
        overflow: hidden;
        width: 100%;
        border-bottom: 2px solid #000;
    }

    .sidebar .filtering .filter select, .sidebar .filtering .filter input[type=text] {
        padding: 5px 0;
        height: 29px;
        width: 100%;
        font-size: 16px;
        background: transparent;
        border: none;
        border-radius: 0;
    }

    .sidebar .filtering input[type=submit] {
        display: inline-block;
        padding: 15px 50px;
        font-family: "HelvNeueBoldforIBM", Helvetica, Arial, Roboto, sans-serif;
        font-weight: bold;
        font-size: 18px;
        color: #fff;
        line-height: 1;
        border: none;
        background: #000;
    }

footer {
    clear: both;
    padding: 40px 0;
    width: 100%;
    border-top: 2px solid #1d364d;
}

    footer p {
        margin: 0 0 0 25%;
        font-size: 14px;
        color: #999;
    }

.login {
    background: url(images/login-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}

    .login .main {
        padding: 0 3%;
        width: 94%;
        height: 92vh;
        background: none;
    }

        .login .main .logo-container {
            margin: 0 0 5px;
            width: 100%;
        }

            .login .main .logo-container img {
                width: 100%;
            }

        .login .main .login-form {
            float: left;
            margin: 100px 2% 100px 0;
            padding: 20px 2%;
            width: 45%;
            background: #fff;
            border: 20px solid #12a3b4;
        }

            .login .main .login-form h1 {
                margin: 0;
                font-family: "HelvNeueBoldforIBM", Helvetica, Arial, Roboto, sans-serif;
                color: #12a3b4;
            }

            .login .main .login-form form {
                margin: 40px 0;
            }

            .login .main .login-form .editor-label {
                margin: 5px 0 1px;
                font-size: 14px;
            }

            .login .main .login-form .editor-labels {
                margin: 5px 0 1px;
                font-size: 14px;
            }

            .login .main .login-form .editor-submit {
                float: right;
            }

            .login .main .login-form input[type="text"],
            .login .main .login-form input[type="password"] {
                padding: 5px 0;
                width: 100%;
                font-size: 14px;
                border: none;
                border-bottom: 1px solid #000;
                color: #12a3b4;
            }

            .login .main .login-form input[type=submit] {
                margin: 20px 0 0;
                padding: 15px 50px;
                font-family: "HelvNeueBoldforIBM", Helvetica, Arial, Roboto, sans-serif;
                font-weight: bold;
                font-size: 18px;
                color: #fff;
                line-height: 1;
                border: none;
                background: #12a3b4;
            }

            .login .main .login-form .note {
                display: inline-block;
                margin: 20px 0 0;
                font-size: 14px;
            }

                .login .main .login-form .note a {
                    color: #12a3b4;
                }

        .login .main .info-container {
            float: left;
            margin: 150px 0 100px 2%;
            padding: 20px 2%;
            width: 40%;
        }

            .login .main .info-container .info-block {
                margin: 40px 0;
                padding: 0;
                width: 100%;
                background: #fff;
                border: 2px solid #000;
            }

                .login .main .info-container .info-block .icon {
                    float: left;
                    padding: 30px 20px 20px;
                    margin: 0 20px 0 0;
                    width: 100px;
                    height: 100px;
                    background: #d1f0f7;
                    border-right: 2px solid #000;
                    text-align: center;
                }

                .login .main .info-container .info-block p {
                    margin: 20px 20px 0;
                    font-size: 14px;
                }

/* Breakpoints */


/*# sourceMappingURL=style.css.map */


/*# Dev Team Styles */



.progress {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}

.print-item-link {
    display: inline-block;
    height: 16px;
    background-image: url(images/pdf_icon_16.gif);
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}


.edit-link {
    display: inline-block;
    height: 16px;
    background-image: url(images/edit.gif);
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 20px;
}

.add-item-link {
    display: inline;
    height: 16px;
    background-image: url(images/add.gif);
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 20px;
}

.ui-widget {
    font-family: "HelvRomanIBM", "HelvRegularIBM", "HelveticaNeue", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
    font-size: inherit;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border: none;
    border-radius: 0px;
}

.ui-tabs .ui-tabs-nav {
    margin-bottom: 10px;
    padding: 5px 0px 0px 15px;
}

.ui-tabs-nav {
    font-family: "HelvNeueBoldforIBM", Helvetica, Arial, Roboto, sans-serif;
    font-weight: bold;
    color: #fff;
    background: #000;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: #000;
    font-weight: bold;
    color: #bbb;
}

    .ui-state-default a, .ui-state-default a:link {
        color: #bbb !important;
        margin: 0 20px 0 0;
    }

.ui-state-active a, .ui-state-active a:link, .ui-state-active {
    display: inline-block;
    background: #fff;
    color: #000 !important;
}


.summary-table {
    padding: 20px;
}



.standardButton,
.button-url {
    display: inline-block;
    padding: 15px 15px;
    font-family: "HelvNeueBoldforIBM", Helvetica, Arial, Roboto, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    line-height: 1;
    border: none;
    background: #000;
    margin-bottom: 20px;
}

.button-url-disabled {
    background: grey !important;
}

.meta .dataTables_filter label {
    font-weight: bolder;
}

.pagination {
    margin: 15px auto;
}

    .pagination .current {
        background-color: #000;
        border-radius: 5px;
        color: white;
        padding: 4px 8px;
    }

    .pagination a {
        background-color: #FFFFFF;
        border: 1px solid #000;
        border-radius: 5px;
        padding: 3px 7px 4px;
        color: #000;
        text-decoration: none;
        font-size: medium;
    }

        .pagination a:hover {
            color: White;
            background-color: #000;
        }

.page-size {
    display: inline-block;
    margin-left: 50px;
}

    .page-size select {
        border: 1px solid #2C6DCE;
        padding: 2px 2px 2px 5px;
        border-radius: 5px;
        cursor: pointer;
        color: #fff;
    }


div.formrow {
    margin: 0 0 2px 0;
    float: left;
    width: 100%;
    padding: 6px 0;
}

    div.formrow label {
        float: left;
        display: block;
        width: 15em;
        font-weight: bold;
        padding: 10px 10px;
    }

    div.formrow input:hover {
        cursor: pointer;
    }

    div.formrow fieldset {
        border: 1px solid gray;
        margin: 0 6px;
    }

        div.formrow fieldset span {
            display: block;
        }

            div.formrow fieldset span label {
                float: none;
                display: inline;
            }

        div.formrow fieldset legend {
            font-weight: bold;
        }

    div.formrow input {
        padding: 5px 0;
        height: 29px;
        width: 30%;
        font-size: 16px;
        border: 1-px solid;
        border-radius: 0;
        cursor: auto;
    }

    div.checkBoxStyle input {
        margin-top:17px;
        display:block; 
        float:left;
        padding: 5px 0;
        height: 15px;
        width: 15px;
        font-size: 16px;
        border: 1-px solid;
        border-radius: 0;
        cursor: auto;
    }

.actionbox {
    padding: 15px;
    margin-top: 8px;
}

#pswd_info {
    width: 320px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
}

    #pswd_info h4 {
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: normal;
    }

    #pswd_info::before {
        content: "\25B2";
        position: absolute;
        top: -5px;
        left: 45%;
        font-size: 20px;
        line-height: 20px;
        color: #ddd;
        text-shadow: none;
        display: block;
    }

.invalidPwd, .invalidInfo {
    background: url(../Content/images/close.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.warningInfo {
    background: url(../Content/images/warning.png) no-repeat 0 50%;
    padding-left: 22px;
    color: black;
    font-weight: bold;
}

.validPwd {
    background: url(../Content/images/green_checkmark.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

.tab-hidden, .errMessageHide {
    display: none;
}

#ajax-saving, .errMessageShow {
    width: 90%;
    text-align: right; /*handles the horizontal centering*/
}

span.transparency {
    font-size: 12px;
}

.DivToScroll {
    border: 2px solid #DDDDDD;
    border-radius: 4px 0 4px 0;
    left: -1px;
    padding: 10px 7px 5px;
}

.DivWithScroll {
    height: 765px;
    overflow: scroll;
    overflow-x: hidden;
}

input[type='checkbox'] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: white;
    border: 2px solid #555;
}

    input[type='checkbox']:checked {
        background: #000;
    }

.display-label, 
.editor-label {
    margin: 1em 0 0 0;
    font-weight: bold;
}

.display-label,
.editor-labels {
    margin: 1em 0 0 0;
    font-weight: bold;
}

.display-field, 
.editor-field {
    display: inline-block;
    margin: 0.1em 0 0 0;
}

.display-field, 
.editor-fields {
    display: inline-block;
    margin: 0.1em 0 0 0;
}

    .editor-field input[type="text"],
    .editor-field input[type="password"],
    .editor-field input[type="number"],
    .editor-field input[type="email"],
    .editor-field input[type="search"] {
        border: 1px solid #ccd0d5;
        padding: 7px 10px;
        width: 280px;
        border-radius: 4px;
        font-size: 14px;
        color: #333;
        background-color: #fff;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
        transition: border-color 0.15s ease, box-shadow 0.15s ease;
        outline: none;
    }

    .editor-field input[type="text"]:focus,
    .editor-field input[type="password"]:focus,
    .editor-field input[type="number"]:focus,
    .editor-field input[type="email"]:focus,
    .editor-field input[type="search"]:focus {
        border-color: #12a3b4;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.07), 0 0 0 3px rgba(18,163,180,0.15);
    }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="search"],
textarea {
    border: 1px solid #ccd0d5;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
    border-color: #12a3b4;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.07), 0 0 0 3px rgba(18,163,180,0.15);
}

    .editor-field select {
        padding: 5px 0;
        height: 29px;
        width: 100%;
        font-size: 16px;
        background: transparent;
        border: none;
        border-bottom: solid 1px;
        border-radius: 0;
    }

.editor-fields select {
    padding: 5px 0;
    height: 29px;
    width: 100%;
    font-size: 16px;
    background: transparent;
    border: none;
    border-bottom: solid 1px;
    border-radius: 0;
}

.padded-div {
    padding: 20px;
}

/* Tree Table Styles */
/* jQuery treeTable stylesheet
 *
 * This file contains styles that are used to display the tree table. Each tree
 * table is assigned the +treeTable+ class.
 * ========================================================================= */

/* jquery.treeTable.collapsible
 * ------------------------------------------------------------------------- */
.treeTable tr td .expander {
    cursor: pointer;
    padding: 0;
    zoom: 1; /* IE7 Hack */
}

.treeTable tr td a.expander {
    background-position: left center;
    background-repeat: no-repeat;
    color: #000;
    text-decoration: none;
}

.treeTable tr.collapsed td a.expander {
    background-image: url(images/toggle-expand-dark.png);
}

.treeTable tr.expanded td a.expander {
    background-image: url(images/toggle-collapse-dark.png);
}

/* jquery.treeTable.sortable
 * ------------------------------------------------------------------------- */
.treeTable tr.selected, .treeTable tr.accept {
    background-color: #3875d7;
}

    .treeTable tr.selected a.expander, .treeTable tr.accept a.expander {
        color: #fff;
    }

.treeTable tr.collapsed.selected td a.expander, .treeTable tr.collapsed.accept td a.expander {
    padding-left: 5px;
    background-image: url(images/toggle-expand-light.png);
}

.treeTable tr.expanded.selected td a.expander, .treeTable tr.expanded.accept td a.expander {
    padding-left: 5px;
    background-image: url(images/toggle-collapse-light.png);
}

.treeTable .ui-draggable-dragging {
    color: #000;
    z-index: 1;
}

li input[type="url"] {
    text-decoration: underline;
    border: none;
    font: inherit;
    cursor: pointer;
    cursor: hand;
}

.sidebar .sidebar-title h4 {
    margin: 0 0 10px;
    font-family: "HelvNeueBoldforIBM", Helvetica, Arial, Roboto, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #12a3b4;
}

.showhide {
    float: right;
    cursor: pointer;
    margin: -8px;
}

#dwnProgress {
    width: 100%;
    background-color: lightgray;
}

#dwnProgressBar {
    width: 0.01%;
    height: 10px;
    background-color: green;
}

#treshold {
    padding: 5px 0;
    width: 210px;
    font-size: 18px;
    border: 1px solid groove;
}

.filtertable {
    border-style: none;
}

    .filtertable td {
        border-style: none;
        padding-bottom: 0px;
        padding-top: 0px;
    }

.multiselect {
    overflow: auto;
    margin-left:20px;
}

    .multiselect label {
        display: block;
        padding: 10px;
    }


.multiselct .shortList {
    height: 15em !important;
}

.firstItem {
    margin: 15px;
    padding:5px;
    background-color: lightblue;
}

    .smallInfoItalics {
        font-size: smaller;
        color: Gray;
        font-style: italic;
        text-align: left;
    }

    .adCntnr .acco2 .expandAcc a{
	background:url(../Content/images/bullet_toggle_plus.png) no-repeat 0 4px;
	padding-left:25px;
    padding-bottom:5px;
	text-decoration:none;
	}
.adCntnr .acco2 .openAd a{
	background:url(../Content/images/bullet_toggle_minus.png) no-repeat 0 4px ;
	padding-left:25px;
    padding-bottom:5px;
	color:#000040 !important;
	text-decoration:none;
	}

.adCntnr .acco2 .expandAcc {
     border:none;
     outline: 0;
     cursor: pointer;
}