﻿html {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #000;
    font-size: 10pt;
    font-family: Arial;
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    text-decoration: none;
    font-weight: bold;
    color: #ed1b24;
    padding: 4px;
}

    a.download {
        outline: none;
        text-decoration: none;
        font-weight: bold;
        color: white !important;
        padding: 5px;
        background: #00A6CE;
        border-radius: 5px;
    }

    a:link,
    a:visited,
    a:active,
    a:hover {
        color: #000;
    }

    a:hover {
        background-color: #fff;
        color: #000;
    }

    a.download {
        outline: none;
        text-decoration: none;
        font-weight: bold;
        color: white !important;
        padding: 5px;
        background: #00A6CE;
        border-radius: 5px;
    }

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: #00A6CE;

    display: inline-block;
    padding-right: 10px;
}*/
h1 {
    text-align: center;
    font-weight: bold;
    color: #00A6CE;
    padding: 5px;
    font-size: 30px;
}

h2 {
    color: #00A6CE;
    font-weight: bold;
    font-size: 22px;
}

h3 {
    color: #00A6CE;
    font-size: 20px;
    display: inline-block;
    padding-right: 10px;
    font-weight: normal !important;
}

h4 {
    color: #00A6CE;
    font-weight: bold;
    font-size: 20px;
}

h5,
h6 {
    font-size: 1em;
    padding: 0;
    margin: 0;
}

    h5 a:link,
    h5 a:visited,
    h5 a:active {
        padding: 0;
        text-decoration: none;
    }

.login-content-wrapper {
    margin: 0 auto;
    max-width: 1024px;
    width: auto;
}

.marginright {
    margin-right: 10px;
}

.loader {
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    border: 16px solid #f3f3f3;
    border-top: 16px solid #555;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.login-wrapper {
    border: 1px #b3b4b5 solid;
    border-radius: 5px;
    min-height: 299px;
    background: #ffffff url("../Images/Login/image.jpg") no-repeat left center;
}

    .login-wrapper .form {
        padding: 50px 30px 0 0;
        width: 414px;
    }

        .login-wrapper .form li {
            padding-bottom: 15px;
            list-style: none;
        }

            .login-wrapper .form li .logintextbox {
                resize: none;
                height: 48px;
                border-radius: 5px;
                width: 414px;
                border: 1px #e8e8e8 solid;
                background: #ffffff no-repeat 10px center !important;
                margin: 0;
                display: block;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 20px 0 45px;
                font-size: 16px;
                font-family: Arial, sans-serif;
                color: #000000;
            }

.no-boxsizing .logintextbox {
    width: 349px !important;
}

.login-wrapper .form li .logintextbox.email-icon {
    background-image: url("../Images/Icons/email.png") !important;
}

.login-wrapper .form li .logintextbox.password-icon {
    background-image: url("../Images/Icons/key.png") !important;
}

.login-wrapper .form li.two-items {
    padding: 20px 0 30px 0;
}

.login-wrapper .form li input[type=checkbox] {
    display: inline-block !important;
    vertical-align: middle;
}

.login-wrapper .form li label {
    background: none;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    line-height: 1;
    padding: 0;
    font-size: 0.875em;
    color: #515151;
    padding-left: 5px;
}

.login-wrapper .form li a {
    font-size: 0.875em;
    text-decoration: none;
    line-height: 16px;
}

.login-wrapper .form li .logintextbox::-webkit-input-placeholder {
    color: #cfcfcf !important;
}

.login-wrapper .form li .logintextbox:-moz-placeholder {
    /* Firefox 18- */
    color: #cfcfcf !important;
}

.login-wrapper .form li .logintextbox::-moz-placeholder {
    /* Firefox 19+ */
    color: #cfcfcf !important;
}

.login-wrapper .form li .logintextbox:-ms-input-placeholder {
    color: #cfcfcf !important;
}

.logintextbox {
    border: none;
    color: #c53446;
    height: 46px;
    line-height: 46px;
    outline: none;
    background: #ffffff;
    border-radius: 4px;
    margin-left: 25px;
}
/* main layout
----------------------------------------------------------*/
.page {
    margin: 0 auto;
    max-width: 1024px;
    border: none;
    padding: 5px;
    border-radius: 5px;
}

#body {
    background-color: #fff;
    clear: both;
}

header {
    clear: both;
    background-color: #ffffff;
    margin: 0px auto;
    max-width: 1024px;
    text-align: center;
    width: auto;
}

footer {
    clear: both;
    background-color: #ffffff;
    font-size: 0.8em;
    height: 100px;
    margin: 0px auto;
    max-width: 1024px;
    text-align: center;
    padding-top: 10px;
    width: auto;
}

.textbox {
    border: 1px solid #b7b7b7;
    line-height: 1.5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    border-radius: 5px;
    background: #ffffff;
    color: #333333;
    vertical-align: middle;
    font-family: Arial;
    display: block;
}

.ddl {
    background: #ffffff;
    border: 1px #b7b7b7 solid;
    line-height: 1.5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    border-radius: 5px;
    color: #333333;
    vertical-align: middle;
    font-family: 'Franklin Gothic Book';
    display: block;
    width: 100%;
}

.rbscore {
    text-align: center;
    margin-left: 5%;
    width: 100%;
    vertical-align: top;
    border: 0px !important;
}

.alert {
    position: fixed;
    z-index: 100;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
}

.banner {
    padding: 10px;
    text-align: center;
    background: #9fdc53;
    /* Old browsers */
    background: -moz-linear-gradient(left, #9fdc53 0%, #71c168 50%, #71c168 51%, #1c917e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9fdc53), color-stop(50%, #71c168), color-stop(51%, #71c168), color-stop(100%, #1c917e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #9fdc53 0%, #71c168 50%, #71c168 51%, #1c917e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #9fdc53 0%, #71c168 50%, #71c168 51%, #1c917e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #9fdc53 0%, #71c168 50%, #71c168 51%, #1c917e 100%);
    /* IE10+ */
    background: linear-gradient(to right, #9fdc53 0%, #71c168 50%, #71c168 51%, #1c917e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fdc53', endColorstr='#1c917e', GradientType=1);
    /* IE6-9 */
    color: #ffffff;
    vertical-align: central;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.center {
    text-align: center;
    width: 100%;
}

.full {
    width: 100%;
    display: block;
}

.short {
    width: 49%;
    display: inline-block;
}

.Terms {
    padding-left: 300px;
}

.btn {
    min-width: 140px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0 1px;
    background: #00A6CE;
    border: #00A6CE;
    border-radius: 3px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    cursor: pointer;
}

    .btn:hover {
        background: #ffffff;
        color: #00A6CE;
        border: 1px solid #00A6CE;
    }

.btn2 {
    min-width: 140px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0 1px;
    background: #00A6CE;
    border: #00A6CE;
    border-radius: 3px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    cursor: pointer;
}

    .btn2:hover {
        background: #ffffff;
        color: #00A6CE;
        border: 1px solid #00A6CE;
    }

.overlay {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa;
    filter: alpha(opacity=80);
    opacity: 0.8;
    text-align: center;
}

.overlayContent {
    z-index: 99;
    margin: 250px auto;
    text-align: center;
}

    .overlayContent h2 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

#overlayLoadGenerate {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

.assessment-progress {
    width: 50%;
    margin: 0 auto;
}

    .assessment-progress .ui-progressbar {
        border-radius: 0;
        height: 18px !important;
        border: 1px #9d9d9d solid;
        background: #ffffff;
    }

    .assessment-progress .ui-progressbar-value {
        background: #6eab24;
    }

    .assessment-progress .progress-label {
        font-size: 0.875em;
        color: #333333;
        font-weight: bold;
        padding: 4px 0 0 0;
        margin: 0 auto;
    }

.sticky {
    position: fixed;
    top: 0;
    padding: 10px;
    background: white;
    width: 100%;
    max-width: 1024px;
}

.valueitem {
    display: inline-block;
    width: 200px;
    vertical-align: top;
}

.fullvalueitem {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.valueitemtop {
    display: inline-block;
    width: 130px;
    vertical-align: top;
}

.item {
    display: inline-block;
    width: 180px;
    padding-left: 2px;
}

.itemtop {
    display: inline-block;
    width: 110px;
    padding-left: 2px;
}

.greyborder {
    border: 1px solid #b7b7b7;
    padding: 10px;
}

.insidesticky {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

#wrapper {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.table-ui {
    width: 100%;
    border-collapse: collapse;
}

    .table-ui .table-ui-header {
        color: #ffffff;
        font-weight: bold;
        background: #006150 !important;
        text-align: center;
    }

    .table-ui tr {
        text-align: left;
    }

        .table-ui tr td {
            vertical-align: middle;
            min-width: 40%;
            padding: 5px;
            margin: 0;
        }

    .table-ui .table-ui-header th {
        vertical-align: middle;
        color: #ffffff;
        text-align: center;
        padding: 5px;
        margin: 0;
    }

    .table-ui .text-center {
        text-align: center;
        padding-left: 14px !important;
    }

.smallstickytext {
    font-size: 10px;
}

@media all and (max-width: 623px) {
    #wrapper {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .valueitem {
        display: inline-block;
        width: 160px;
        vertical-align: top;
    }

    .item {
        display: inline-block;
        width: 140px;
        padding-left: 2px;
    }

    .rbscore {
        text-align: left;
        display: block;
        padding: 0;
        margin: 0;
    }

    .rbcontainer {
        width: 150px;
        text-align: left;
    }

    .Terms {
        padding-left: 0;
    }

    .float-left {
        text-align: center;
        display: block;
        float: none;
    }

    .float-right {
        text-align: center;
        display: block;
        float: none;
    }

    .short {
        width: 100%;
        display: block;
    }
}

@media all and (max-width: 400px) {
    #wrapper {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .rbscore {
        text-align: left;
        display: block;
        padding: 0;
        margin: 0;
    }

    .rbcontainer {
        width: 150px;
        text-align: left;
    }

    .Terms {
        padding-left: 0;
    }
}

.ui-dialog .ui-dialog-buttonpane button.ui-button {
    border-radius: 0;
    border: 1px #00A6CE solid !important;
    color: #00A6CE !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    padding: 0;
    text-align: center;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eaebec 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaebec));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #eaebec 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #eaebec 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #eaebec 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #eaebec 100%);
    /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaebec',GradientType=0 );*/
    /* IE6-9 */
}

    .ui-dialog .ui-dialog-buttonpane button.ui-button:hover {
        background: #ffffff;
    }

.ui-dialog .ui-dialog-content {
    line-height: 1.3;
}

    .ui-dialog .ui-dialog-content p {
        padding: 20px 0;
    }

    .ui-dialog .ui-dialog-content label {
        display: block;
        padding-bottom: 5px;
        cursor: pointer;
    }

    .ui-dialog .ui-dialog-content .textbox {
        width: 100% !important;
        height: 35px;
        display: block !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px #c0c0c0 solid;
        border-radius: 2px;
        line-height: 35px;
        padding: 0 35px 0 7px;
        background: #ffffff;
        color: #333333;
        margin: 0;
        vertical-align: middle;
    }

.no-boxsizing .ui-dialog .ui-dialog-content .textbox {
    width: 530px !important;
}

.ui-dialog .ui-dialog-title {
    width: 100%;
}

.ui-dialog .ui-dialog-content textarea.textbox {
    padding: 7px;
}

.ui-dialog .ui-dialog-titlebar {
    background: #00A6CE;
    color: #ffffff;
    border-radius: 0;
    border: none;
    text-align: center;
}

.ui-dialog {
    z-index: 9999 !important;
    max-width: 600px;
    background: #ffffff;
}

.Selection {
    border: 1px solid #00A6CE;
    border-radius: 5px;
    width: 65%;
}

.filter {
    vertical-align: middle;
    padding: 5px;
    width: 20%;
    text-align: left;
}

.short {
    width: 5%;
}

.primary {
    color: #00A6CE;
}

.primarybg {
    color: white;
    background: #00A6CE;
}

.secondary {
    color: #fec60b;
}

.secondarybg {
    color: white;
    background: #fec60b;
}
/*h3 {
    font-weight: bold;
    font-size: 20px;
    padding: 5px 0;
}

h4 {
    font-weight: bold;
    font-size: 17px;
    padding: 5px 0;
}*/
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 15px 5px 15px !important;
    margin: 0;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 13px !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0;
    border-bottom: none;
}

.CompositionItem {
    display: inline-block;
    padding: 5px;
    width: 30%;
    vertical-align: top;
}

    .CompositionItem span {
        padding-left: 5px;
    }

.On {
    display: inline-block;
}

.Off {
    display: none;
}

.listtable {
    width: 100%;
    border-collapse: collapse;
}

    .listtable th {
        border: 1px solid white;
        color: white;
        font-weight: bold;
        background: #00A6CE;
        padding: 10px;
    }

    .listtable > tbody td {
        padding: 10px;
        border: 1px solid #6d6e71;
    }

        .listtable > tbody td a {
            color: #00A6CE;
            font-weight: bold;
        }

    .listtable > tfoot td {
        padding: 0;
    }

    .listtable > tfoot .center {
        text-align: center;
    }

.pageNumber {
    text-align: center;
    background: #00A6CE;
    color: white;
    font-size: 18px;
    font-weight: bold;
    width: 50px;
    display: inline-block;
    margin-right: 10px;
}

.bannerHeader {
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #00A6CE;
    height: 40px;
    line-height: 40px;
}

.legendblock {
    display: inline-block;
    padding: 10px 10px;
    /*margin: 0 !important;*/
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    border: none;
    text-align: center;
    /*width: 19%;*/
    margin-right: 5px;
}

.activelyengaged-bg {
    background: #00AF50;
    color: white;
}

.engaged-bg {
    background: #A4E718;
    color: white;
}

.ambivalent-bg {
    background: #F9BF48;
    color: white;
}

.disengaged-bg {
    background: #F9BF48;
    color: white;
}

.activelydisengaged-bg {
    background: #FE0000;
    color: white;
}

.reportTable {
    width: 100%;
    border-collapse: collapse;
}

.bordersecondary {
    border: 1px solid #00A6CE;
}

.reportTable th {
    background: #00A6CE;
    border: 1px solid grey;
    padding: 5px 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.reportTable tbody tr:nth-child(even) {
    background: #d9d9d9;
}

.reportTable tbody td {
    padding: 5px 5px;
    border: 1px solid grey;
}

.reportTable .clear {
    border: 0;
    background: white;
}

.noscore-bg {
    background: white;
    color: white;
}

.detractorbg {
    color: white;
    background: #ee1c25;
}

.passivebg {
    color: white;
    background: #ffbf00;
}

.promoterbg {
    color: white;
    background: #69b246;
}

.detractor {
    color: #ee1c25;
}

.promoter {
    color: #69b246;
}

.retention {
    background: #243F43;
    text-align: center;
    color: white;
}
