/*
    main.css
    Created by Dave Payerle on Jul 14, 2014
    Last Modified on Oct 29, 2014
*/

html,
body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #303030;
    font-family: Arial, sans serif;
    font-size: 95%;
    height: 100%;
    /* 15.2px */
}

html {
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling in landscape while allowing user zoom */
}

img {
    border: 0;
}

A {
    color: #1f4f82;
}

#footer A {
    color: #ffffff;
}

H1 {
    color: #222222;
    font-size: 2.2em;
    font-weight: bold;
}

H2 {
    color: #46575e;
    font-size: 1.75em;
    font-weight: normal;
}

H3 {
    color: #46575e;
    font-size: 1.35em;
    font-weight: normal;
    margin-top: 1.25em;
    margin-bottom: 0.25em;
}

DIV,
P,
LI,
TD {
    font-size: 1em;
}

.bold {
    font-weight: bold;
}

.warning,
TR.warning TD {
    color: #eb0000;
}


/* ************************ */


/* Main Structural Elements */


/* ************************ */

#container {
    width: 100%;
    min-height: 100%;
    position: relative;
}

.ContentHolder,
#content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
}


/*
#content, #header, #banner{
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
*/

#content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    min-height: 200px;
    overflow: hidden;
    padding-bottom: 50px;
}

#content.StartMode {
    padding: 0;
    width: 100%;
    max-width: 1400px;
}

#right {
    overflow: hidden;
}

.StartMode #right {
    padding: 0;
}


/* Header  */

#header {
    overflow: hidden;
    height: 70px;
    margin: 0;
    background-color: #ee1d23;
    padding: 10px 0;
    background-image: -webkit-linear-gradient(top, #ff3333 0%, #cc0033 100%);
    background-image: linear-gradient(to bottom, #ff3333 0%, #cc0033 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffff3333', endColorstr='#ffcc0033', GradientType=0);
    border-bottom: solid 1px #990000;
    box-sizing: border-box;
}

#logo {
    height: 56px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    width: 104px;
    float: left;
}

#links {
    float: right;
    text-align: right;
    padding-top: 16px;
    font-size: 0.9em;
}

#links a {
    padding-left: 20px;
    color: #ffffff;
    text-decoration: underline;
}


/* Banner */

#banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #dedede;
    background-position: 0 0;
    width: 100%;
    border-bottom: solid 1px #d6d9db;
}

#AppName {
    padding: 30px 0 30px;
    color: #444444;
    float: left;
    line-height: 39px;
}

#AppName h1 {
    color: #444444;
    font-size: 28px;
    margin: 0;
}

#AppName p {
    font-size: 16px;
    line-height: 24px;
}

#AppLogo {
    background-image: url('../images/BannerImage.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 180px;
    height: 180px;
    position: absolute;
    right: 0;
    z-index: 100;
    bottom: 0;
}

#AppLogo.hidden {
    display: none;
}


/* Horizontal Nav */

#nav {
    position: relative;
    background-color: #455854;
    height: 52px;
    margin-top: -52px;
    z-index: 0;
}

#nav.stuck {
    position: fixed;
    top: 0px;
    margin-top: 0;
    width: 100%;
    z-index: 500;
}

#navlist {
    margin: 0;
    padding-left: 0.25em;
    height: 52px;
}

#navlist li {
    display: inline-block;
    font-size: 1.1em;
    text-align: center;
    vertical-align: top;
    padding-top: 11px;
    /*    min-width: 100px;*/
}

#navlist li.Divider {
    background-image: url('../images/NavDivider.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    min-width: 30px;
    height: 36px;
    padding-top: 0;
}

#navlist LI.Current {
    /*    border-bottom: 7px red solid;*/
    padding-bottom: 3px;
    font-weight: bold;
}

#navlist li {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 17px;
    padding: 16px 5px;
}

#navlist li.Enabled {
    color: #ffffff;
    cursor: pointer;
    float: left;
    height: 100%;
    white-space: nowrap;
    box-sizing: border-box;
}

#navlist li.Disabled {
    color: #ffffff;
}


/* Footer */

#footer {
    background-color: #46575E;
    height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
}


/*
 
#footer .ContentHolder {
    background-image: url('../images/LogoOracle.png');
    background-repeat: no-repeat;
    background-position: center right;
}
*/

#footer P {
    color: #ffffff;
    font-size: 0.85em;
    padding-top: 10px;
}


/* Table Styles */

TABLE {
    border-collapse: collapse;
    width: 100%;
}

TH,
TD {
    border: 1px solid #d3d3d3;
    padding: 3px;
}

TH {
    background: #46575e;
    text-align: left;
    color: #ffffff;
}


/* Main Paragraph Elements */

.pageheader {
    position: absolute;
    color: #46575E;
    clear: left;
    font-size: 2.75em;
    margin-top: 2em;
    font-weight: normal;
    z-index: 1;
}

INPUT.button {
    margin-top: 1em;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 100px;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.6);
    color: #ffffff;
    border-top: 1px #760000 solid;
    border-left: 1px #760000 solid;
    border-right: 1px #760000 solid;
    background: #f80000;
    /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZDA2MDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f80000), color-stop(100%, #cd0602));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f80000 0%, #cd0602 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-linear-gradient(top, #f80000 0%, #cd0602 100%);
    background: linear-gradient(to bottom, #f80000 0%, #cd0602 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f80000', endColorstr='#cd0602', GradientType=0);
    /* IE6-8 */
}


/* ********* */


/* Start tab */


/* ********* */

#SuccessMessage {
    color: #ff0000;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    font-size: 1.3em;
    margin-top: 0;
    display: none;
}

#HideSuccessMessage {
    font-size: 75%;
    text-decoration: underline;
    cursor: pointer;
    color: #404040;
}

#StartTab {
    display: none;
    background: #e4ecef;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZWNlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNWQ4ZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4ecef), color-stop(100%, #c5d8de));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e4ecef 0%, #c5d8de 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-linear-gradient(top, #e4ecef 0%, #c5d8de 100%);
    background: linear-gradient(to bottom, #e4ecef 0%, #c5d8de 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e4ecef', endColorstr='#c5d8de', GradientType=0);
    /* IE6-8 */
}

.StartMode #StartTab {
    display: none;
}

#StartTabContent {
    max-width: 1170px;
    padding: 10px 15px;
    margin-left: auto;
    margin-right: auto;
    min-height: 612px;
    background-size: 55%;
    background-image: url('../images/SplashPage.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

#CompanyInfoHolder {
    border: 8px solid #B0C3C8;
    border-radius: 12px;
    margin-top: 5em;
    margin-bottom: 1em;
    overflow: hidden;
    padding: 10px;
    float: right;
    width: 40%;
    background: #ffffff;
}

#CompanyInfo {
    margin-top: 10px;
}

#CompanyInfo TD {
    border: 0;
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 90%;
}

.FirstColumn {
    width: 45%;
    text-align: right;
    line-height: 110%;
    vertical-align: top;
    padding-top: 8px;
}

#CompanyInfo TD .asterisk {
    color: red;
    font-size: 140%;
    font-weight: bold;
}

#CompanyInfo INPUT {
    border: 1px solid #8DA6B1;
    padding: 5px;
    width: 96%;
    border-radius: 5px;
}

TEXTAREA {
    border: 1px solid #8DA6B1;
    padding: 5px;
    width: 99%;
    border-radius: 5px;
}

#CompanyInfo SELECT {
    border: 1px solid #8DA6B1;
    padding: 3px;
    width: 102%;
    border-radius: 5px;
}

#StartTab .buttons {
    clear: both;
    width: 100%;
    overflow: hidden;
}

#StartTab .buttons DIV {
    float: right;
}

#StartTab .buttons #FirstNext {
    display: table;
}

#StartTab .buttons #FirstNext div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

#CompleteMandatoryFields {
    font-size: 80%;
    font-style: italic;
    font-weight: normal;
    padding-top: 0.5em;
    width: 140px;
    text-align: right;
    margin-right: 10px;
}

.ClearField {
    color: #B0C3C8;
    cursor: pointer;
}


/* Navigation buttons at the bottom of each tab */

.buttons {
    margin-top: 2em;
    margin-bottom: 2em;
}

.NavButton,
.NavButton DIV {
    text-decoration: none;
    width: 130px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}

.NavButton:hover {
    filter: alpha(opacity=90);
    /* internet explorer */
    -khtml-opacity: 0.9;
    /* khtml, old safari */
    -moz-opacity: 0.9;
    /* mozilla, netscape */
    opacity: 0.9;
    /* fx, safari, opera */
}

.NavButton.Back {
    background: #60737b;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwNzM3YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NjU3NWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #60737b), color-stop(100%, #46575e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #60737b 0%, #46575e 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-linear-gradient(top, #60737b 0%, #46575e 100%);
    background: linear-gradient(to bottom, #60737b 0%, #46575e 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#60737b', endColorstr='#46575e', GradientType=0);
    /* IE6-8 */
}

.NavButton.Back DIV {
    background-image: url('../images/ButtonArrowBack.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.NavButton.Next {
    display: table;
    background: #ff0000;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #e00000));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff0000 0%, #e00000 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-linear-gradient(top, #ff0000 0%, #e00000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #e00000 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#e00000', GradientType=0);
    /* IE6-8 */
}

.NavButton.Next DIV {
    display: table-cell;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 115px 6px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.NavButton.Next DIV span {
    width: 9px;
    height: 12px;
    display: inline-block;
    background-image: url(../images/ButtonArrowNext.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.NavButton.Disabled {
    filter: alpha(opacity=50);
    /* internet explorer */
    -khtml-opacity: 0.5;
    /* khtml, old safari */
    -moz-opacity: 0.5;
    /* mozilla, netscape */
    opacity: 0.5;
    /* fx, safari, opera */
}

.NavButton.Disabled DIV {
    cursor: default;
}

.completdStack p {
    padding: 0 15px;
    font-weight: bold;
}


/* Side Nav */

#sessionmodulemenu {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    height: 100%;
    display: block;
    margin-bottom: 30px;
    height: 50px;
    font-size: 0;
}


/*
.StartMode #sessionmodulemenu {
    display: block;
}
*/

#responsiveMenu {
    width: 40px;
    height: 40px;
    background-color: #DEDEDE;
    border: 1px solid #D6D9DB;
    display: none;
    float: right;
    background-image: url(../images/menuIcon.png);
}

#responsiveMenu:hover {
    cursor: pointer;
}

#sessionmodulemenu .MenuItem {
    /*    overflow: hidden;*/
    margin-bottom: 0.85em;
    border: 1px solid #A5A7A8;
    border-left: none;
    cursor: pointer;
    background: #E5EAED;
    display: inline-block;
    width: 12.5%;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
    color: #000000;
    font-weight: bold;
    height: 100%;
}

#sessionmodulemenu .MenuItem:first-child {
    border: 1px solid #A5A7A8;
}

#sessionmodulemenu .MenuItem:before {
    content: " ";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #808080;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

#sessionmodulemenu .MenuItem:nth-child(1) {
    background-color: #b8b8b8;
}

#sessionmodulemenu .MenuItem:nth-child(2) {
    background-color: #c2c2c2;
}

#sessionmodulemenu .MenuItem:nth-child(3) {
    background-color: #cccccc;
}

#sessionmodulemenu .MenuItem:nth-child(4) {
    background-color: #d6d6d6;
}

#sessionmodulemenu .MenuItem:nth-child(5) {
    background-color: #e0e0e0;
}

#sessionmodulemenu .MenuItem:nth-child(6) {
    background-color: #ebebeb;
}

#sessionmodulemenu .MenuItem:nth-child(7) {
    background-color: #f5f5f5;
}

#sessionmodulemenu .MenuItem:nth-child(8) {
    background-color: #ffffff;
}

#sessionmodulemenu .MenuItem:nth-child(1) span {
    border-left: 8px solid #b8b8b8;
}

#sessionmodulemenu .MenuItem:nth-child(2) span {
    border-left: 8px solid #c2c2c2;
}

#sessionmodulemenu .MenuItem:nth-child(3) span {
    border-left: 8px solid #cccccc;
}

#sessionmodulemenu .MenuItem:nth-child(4) span {
    border-left: 8px solid #d6d6d6;
}

#sessionmodulemenu .MenuItem:nth-child(5) span {
    border-left: 8px solid #e0e0e0;
}

#sessionmodulemenu .MenuItem:nth-child(6) span {
    border-left: 8px solid #ebebeb;
}

#sessionmodulemenu .MenuItem:nth-child(7) span {
    border-left: 8px solid #f5f5f5;
}

#sessionmodulemenu .MenuItem:nth-child(8) span {
    border-left: 8px solid #ffffff;
}


/*

#sessionmodulemenu .MenuItem:after {
    content: " ";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #E5EAED;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 100%;
    z-index: 3;
}
*/

#sessionmodulemenu .MenuItem > span {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -8px;
    z-index: 9;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #E5EAED;
}

#sessionmodulemenu .MenuItem:last-child:before,
#sessionmodulemenu .MenuItem:last-child span {
    display: none;
}

#sessionmodulemenu .MenuItem.noafter1:before,
#sessionmodulemenu .MenuItem.noafter1 span {
    display: none;
}

#sessionmodulemenu .MenuItem.noafter1:after {
    display: none;
}

#sessionmodulemenu .modulename {
    font-size: 11px;
    background-repeat: no-repeat;
    background-position: center left;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sessionmodulemenu .MenuItem .moduleincomplete {
    background: #E5EAED url('../images/incomplete.png');
    background-repeat: no-repeat;
    background-position: center left;
}

#sessionmodulemenu .modulename.complete {
    /*    background: #E5EAED url('../images/complete.png');*/
    background-repeat: no-repeat;
    background-position: center left;
}

#sessionmodulemenu .MenuItem .current {
    font-weight: bold;
    color: #eb0000;
}

#sessionmodulemenu .MenuItem .current.complete {
    color: #ffffff;
}


/* Top-of-section help */

.HelpText.evaluator .CategoryImage {
    background-image: url('../images/CategoryEvaluators.png');
    background-repeat: no-repeat;
}

.HelpText.enabler .CategoryImage {
    background-image: url('../images/CategoryEnablers.png');
    background-repeat: no-repeat;
}

.HelpText.competency .CategoryImage {
    background-image: url("../images/CategoryCompetencies.png");
    background-repeat: no-repeat;
}

.CategoryImage {
    float: right;
    height: 150px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 157px;
}

H1.modulename {
    line-height: 100%;
    display: inline-block;
}

.HelpIcon {
    vertical-align: middle;
    cursor: pointer;
    width: 22px;
}

#AppName .HelpIcon {
    display: none;
}

.HelpText {
    display: none;
    background: #e5eaed;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
}

.HelpText P {
    font-size: 16px;
}

P.HideHelp {
    font-weight: bold;
    font-size: 80%;
    cursor: pointer;
    margin-bottom: 0;
    clear: both;
}


/* Questions */

.FinalFormValues {
    display: none;
}

INPUT.weight {
    display: none;
}

.Module {
    overflow: hidden;
    display: none;
    box-sizing: border-box;
    margin-bottom: 30px;
}

#DataIntegration {
    display: block;
}

.Module H1 {
    margin-top: 0;
}

.Module ol {
    margin-left: -2.5em;
}

.question input[type=radio] {
    display: none;
    /* Radio buttons. See http://www.csscheckbox.com/ */
}

.question input[type=radio] + label {
    background-repeat: no-repeat;
    background-position: 0 -2px;
    vertical-align: middle;
    cursor: pointer;
}

.question input[type=radio]:checked + label {
    background-image: url('../images/radio_selected.png');
}

.question label.RadioLabel {
    padding-left: 25px;
    padding-top: 1px;
    background-image: url('../images/radio_blank.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1em;
}

.ListWrapper LI {
    line-height: 130%;
}

.answerscore P {
    margin-left: 7px;
    padding-left: 3px;
    text-indent: -25px;
    color: #222222;
}

.answerscore P:hover {
    /*	background: #E5EAED;*/
    /*	border-radius: 7px;*/
}

.Module .question {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px;
}


/*
.Module .answered {
    background: #E5EAED; 
    border: 5px solid #8DA6B1;
}
*/

.Module .missed {
    border: 5px solid #8A133B;
}

P.CheckHolder {
    margin-left: 35px;
    margin-top: 0;
}

.ListWrapper {
    padding-left: 0.7em;
}

.ListWrapper OL {
    padding-left: 2em;
    list-style: none;
}

.ListWrapper OL LI {
    list-style-position: inside;
    font-weight: bold;
}

.answers .answerscore LABEL {
    font-weight: normal;
}

.Module .questiontext {
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    padding-left: 2px;
    display: inline;
    font-size: 1.2em;
    color: #222222;
    font-weight: bold;
}

.Module .answers {
    margin-left: 10px;
}


/* Special handling for Cross-Channel Orchestration */

.questiondetails P {
    font-weight: normal;
}

.ListWrapper OL LI .questiondetails LI {
    font-weight: normal;
    margin-top: 0.35em;
    margin-bottom: 0.35em;
}

.ItemName {
    font-weight: bold;
    display: inline;
}

.questiondetails SPAN {
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.questiondetails SPAN.Selected {
    font-weight: bold;
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
}

.questiondetails SPAN.Unselected {
    font-weight: normal;
    color: #000000;
    border-bottom: 1px solid #d3d3d3;
}

.TotalSelected {
    display: inline;
    font-style: italic;
}

LABEL.shaded {
    color: #ff0000;
}


/* View Results */

#UnasweredQuestions {
    display: none;
    font-size: 1.1em;
    color: #ff0000;
    margin-top: 1em;
    margin-bottom: 2em;
    font-style: italic;
}

#UnasweredQuestions DIV {
    font-style: normal;
    display: inline;
}

.ResultsHolder {
    overflow: hidden;
    width: 100%;
    border: 1px solid #8ea7b2;
    border-radius: 5px;
    padding: 10px;
    background: #e5eaed;
    margin-bottom: 2em;
    box-sizing: border-box;
}

.ResultsHolder H3 {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 1.5em;
}

.ResultsHolder H3 span {
    color: #ff0000;
}

.ResultsHolder .CircleHolder {
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ResultsHolder .Circle {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #8ea7b2;
    background: #E1E6E7;
    display: table;
    margin-left: 10px;
}

.ResultsHolder .Number {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 3em;
    color: #B0C3C8;
}

.ResultsHolder .Selected {
    background: #8ea7b2;
    border-top-left-radius: 44px;
    border-bottom-left-radius: 44px;
}

.ResultsHolder .Selected .Circle {
    border: 5px solid #46575E;
    background: #ffffff;
    width: 80px;
    height: 80px;
    margin-left: 0px;
}

.ResultsHolder .Selected .Number {
    color: #ff0000;
    font-size: 4.5em;
}

.ResultsHolder .DescriptionHolder {
    float: left;
    width: 80%;
    height: 60px;
    display: table;
    margin-left: 25px;
}

.ResultsHolder .Selected .DescriptionHolder {
    height: 80px;
    margin-left: 15px;
}

.ResultsHolder .LevelDescription {
    display: table-cell;
    vertical-align: middle;
}

.ResultsHolder .Selected .CircleLabel {
    color: #ff0000;
}

.ResultsHolder .Selected .LevelDescription {
    color: #ffffff;
    font-size: 1.25em;
    font-style: italic;
}

#SummaryChart {
    width: 400px;
    height: 400px;
    position: relative;
    margin-left: 150px;
    font-family: Arial;
    font-size: 12px;
}

#SummaryChart .diagramText {
    max-width: 150px;
}

#submit {
    cursor: pointer;
    width: 140px;
    height: 40px;
    border-radius: 7px;
    border: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #ffffff;
    background: #ff0000;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #e00000));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff0000 0%, #e00000 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-linear-gradient(top, #ff0000 0%, #e00000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #e00000 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#e00000', GradientType=0);
    /* IE6-8 */
}

#submit:disabled {
    background: #dddddd;
    color: #808080;
    cursor: default;
}

#CompleteAllModules {
    font-size: 80%;
    font-style: italic;
    font-weight: normal;
    padding-top: 0.5em;
    text-align: right;
    width: 140px;
}

#Processing {
    color: #eb0000;
    display: none;
    margin-top: 0.5em;
    text-align: center;
}


/* Eloqua Form */

#eloquaForm {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.72);
    z-index: 9;
    overflow: auto;
}

#eloquaForm > div {
    width: 25%;
    min-width: 300px;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5%;
}

#eloquaForm div#eloquaCloseBtn {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    position: absolute;
    right: 20px;
    top: 12.5px;
    background-image: url(../images/modal-close.png);
    background-size: contain;
}

#eloquaForm div#eloquaCloseBtn:hover {
    cursor: pointer;
}

#eloquaForm > div legend {
    font-style: italic;
}

#eloquaForm > div p {
    margin: 15px 0 8px;
}

#eloquaForm > div input.eloquaInput, #eloquaForm > div select.eloquaInput {
    height: 34px;
    width: 100%;
    text-indent: 5px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    /*    border-top: none;*/
    /*    border-bottom: 1px solid #DDD;*/
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}

#eloquaForm > div input:focus {
    outline: none !important;
}

#eloquaFormBtn {
    background: #ff0000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod.EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #e00000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #e00000 100%);
    background: -webkit-linear-gradient(top, #ff0000 0%, #e00000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #e00000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#e00000', GradientType=0);
    border: 0;
    margin: 20px 0 0px;
    padding: 12px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-weight: 600;
    border-radius: 3px;
}

#eloquaFormBtn:hover {
    cursor: pointer;
}


/* Media Queries */


/* 1400 */

@media (max-width: 1400px) {
    #StartTabContent {
        background-size: 55%;
        background-position: bottom left;
    }
    #CompanyInfoHolder {
        width: 42%;
    }
    #StartTabContent .buttons {
        margin-top: 1em;
    }
    .HelpText P {
        font-size: 16px;
    }
}


/* 1200 */

@media (max-width: 1200px) {
    #StartTabContent {
        background-size: 55%;
        background-position: center left;
    }
    #SummaryChart {
        margin-left: 90px;
    }
}


/* 1100 */

@media (max-width: 1100px) {
    #content {
        padding-top: 1.5em;
    }
    #StartTabContent {
        min-height: 510px;
        background-size: 45%;
    }
    #CompanyInfoHolder {
        margin-top: 1.25em;
        width: 50%;
        border: 5px solid #b0c3c8;
    }
    #sessionmodulemenu,
    #right {
        clear: both;
        width: 100%;
        overflow: hidden;
        min-height: 0;
    }
    #responsiveMenu {
        display: block;
    }
    #sessionmodulemenu {
        display: none;
        height: auto;
        margin-bottom: 0;
    }
    #sessionmodulemenu .MenuItem {
        width: 100%;
        display: block;
        border: 1px solid #A5A7A8;
        border-top: 0px;
        margin: 0;
        height: 42px;
    }
    #sessionmodulemenu .MenuItem:nth-child(1) {
        border-top: 1px solid #A5A7A8;
    }
    #sessionmodulemenu .modulename {
        font-size: 12px;
        padding: 10px 0;
    }
    #sessionmodulemenu .MenuItem:before,
    #sessionmodulemenu .MenuItem > span {
        display: none;
    }
    #sessionmodulemenu .modulename.complete {
        /*        background: url("../images/complete.png") no-repeat scroll left center #ffffff;*/
    }
    #right {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }
    .Module {
        margin-left: 0;
    }
    .ResultsHolder .Selected .DescriptionHolder {
        padding: 20px 0;
    }
    .HelpText P {
        font-size: 16px;
    }
}


/* 1000 */

@media (max-width: 1000px) {
    #AppLogo {
        display: none;
    }
    #SummaryChart .diagramText {
        max-width: 100px;
    }
}


/* 850 */

@media (max-width: 850px) {
    #footer .ContentHolder {
        background: none;
    }
    #footer P {
        padding-top: 0;
    }
}


/* 800 */

@media (max-width: 800px) {
    #CompanyInfo SELECT {
        border: 1px solid #8DA6B1;
        padding: 3px;
        width: 99%;
        border-radius: 5px;
    }
    .FirstColumn {
        text-align: left;
    }
    #StartTabContent {
        background-size: 0%;
        height: auto;
        padding: 20px 0px 20px;
        min-height: auto;
    }
    #CompanyInfoHolder {
        width: 95%;
        box-sizing: border-box;
        float: none;
        margin: 0px auto;
    }
    #eloquaForm > div {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .HelpText P {
        font-size: 16px !important;
    }
}


/* 800 */

@media (max-width: 600px) {
    #navlist li {
        font-size: 14px;
        padding: 18px 5px;
    }
    #content {
        padding-bottom: 80px;
    }
    #footer {
        height: 80px;
    }
    .ResultsHolder .Circle {
        width: 20%;
        max-width: 60px;
        margin-left: 0px;
    }
    .ResultsHolder .Selected .Circle {
        max-width: 80px;
    }
    .ResultsHolder .Selected .DescriptionHolder {
        width: 70%;
    }
    /*
    #AppName .HelpIcon {
        display: inline-block;
    }
*/
    /*
    #AppName p {
        display: none;
    }
*/
    h1 {
        font-size: 24px;
    }
    #AppName h1 {
        font-size: 24px;
    }
    .HelpText P {
        font-size: 16px;
    }
}


/* 800 */

@media (max-width: 480px) {
    #navlist li {
        font-size: 12px;
        padding: 19px 5px;
        min-width: auto;
    }
    #navlist li.Divider {
        width: 6px;
        min-width: auto;
        background-size: contain;
    }
    .FirstColumn {
        display: table-row;
        width: 100%;
    }
    #CompanyInfo tr {
        display: table;
        width: 100%;
        margin-bottom: 10px;
        position: relative;
    }
    #CompanyInfo TD {
        display: block;
        margin: 0px;
        padding: 3px;
        width: 100%;
    }
    .ClearField {
        position: absolute;
        width: 15px !important;
        right: 4px;
        bottom: 7px;
    }
    .HelpText .CategoryImage {
        display: none;
    }
    .ResultsHolder .DescriptionHolder {
        width: 100%;
        margin: 0;
        padding: 10px 0;
    }
    #AppName h1 {
        font-size: 18px;
    }
}


/* Loader Style */

.cs-loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.cs-loader-inner {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    color: #428bca;
    text-align: center;
}

.cs-loader-inner label {
    font-size: 20px;
    opacity: 0;
    display: inline-block;
}

@keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    33% {
        opacity: 1;
        -webkit-transform: translateX(115px);
        transform: translateX(115px);
    }
    66% {
        opacity: 1;
        -webkit-transform: translateX(115px);
        transform: translateX(115px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
    }
}

@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0px);
    }
    33% {
        opacity: 1;
        -webkit-transform: translateX(115px);
    }
    66% {
        opacity: 1;
        -webkit-transform: translateX(115px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(250px);
    }
}

.cs-loader-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
    -webkit-animation: lol 3s 100ms infinite ease-in-out;
    animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
    -webkit-animation: lol 3s 200ms infinite ease-in-out;
    animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s 300ms infinite ease-in-out;
    animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s 400ms infinite ease-in-out;
    animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s 500ms infinite ease-in-out;
    animation: lol 3s 500ms infinite ease-in-out;
}
/* CSS for results page */

.result-desc {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}

.top-res {
    display: block;
    border-bottom: 1px solid #cccccc;
}

.bottom-res {
    display: flex;
    box-sizing: border-box;
    font-size: 0;
    margin-top: 25px;
}

.bot-res-col {
    display: inline-flex;
    vertical-align: top;
    width: 47.5%;
    padding: 15px;
    box-sizing: border-box;
    background: #f4f4f4;
    margin-bottom: 30px;
}

.bot-res-col:first-child {
    margin-right: 5%;
}

.result-desc .res-one,
.result-desc .res-two,
.result-desc .res-three,
.result-desc .res-four,
.result-desc .res-five {
    display: none;
}

.result-desc .result-dis {
    display: block;
}

.res-one h2,
.res-two h2,
.res-three h2,
.res-four h2,
.res-five h2 {
    font-size: 2.2em;
    color: #222222;
    font-weight: bold;
    margin-top: 20px;
}

.bot-in-img {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-right: 5%;
    text-align: center;
}

.bot-in-img.bot-pot img {
    width: 75%;
}

.bot-in-img img {
    width: 100%;
    border: 1px solid #cfcfcf;
}

.bot-in-des {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}

.bot-in-des a {
    color: #225080;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0px 10px;
    text-decoration: none;
}

.bot-in-des a:hover {
    color: #46575E;
}

.bot-in-des a:active {
    color: #8b173c;
}

.bot-in-des p {
    color: #0d0d0d;
    font-size: 14px;
}

.bot-in-des p a {
    display: block;
    color: #225080;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.bot-vw {
    position: relative;
    padding-left: 15px;
}

.bot-vw:before {
    position: absolute;
    width: 10px;
    height: 14px;
    left: 2px;
    top: 4px;
    content: '';
    background: url(../images/sprites.png) no-repeat -57px -370px;
    top: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-55%);
}

.bot-vw:hover:before {
    background-position: -68px -370px;
}

@media (max-width: 766px) {
    .bottom-res {
        display: block;
    }
    .bot-res-col {
        display: block;
        width: 100%;
    }
}


/*Test-CSS*/

.tst-blck {
    display: block;
    background-color: #f4f4f4;
    margin: 0 auto 0;
    box-sizing: border-box;
    padding: 30px;
    font-size: 0;
    text-align: center;
}

.tst-heading {
    font-size: 48px;
    margin: 0 auto 50px;
}

.tst-col {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-right: 5%;
}

.tst-col:last-child {
    margin: 0;
}

.tst-btn {
    background-color: #e81e26;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 7px;
    outline: none;
    position: relative;
    transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    -webkit-box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.5);
}

.tst-btn:hover {
    background-color: #46575E;
    color: #ffffff;
}