/*
    This should basically be the same as _Variables, but it's not really meant to be modified.
    I just wanted a shared file in case we need to reference things from multiple spots.
*/
/*
    This gets imported AFTER _Variables-Master.scss in every sass file.
    
    Anything specific to an instance should be here.

    If you add any NEW variables here that are site-specific, make sure you also add them to _Variables-Master.scss
    so we don't have to manually copy them back for typical instance.
*/
/* merged */
pre {
  white-space: pre-line !important;
  word-wrap: normal !important;
  word-break: normal !important; }

.headingText {
  color: white; }

.MyExpereinceDiv {
  float: left;
  margin-left: 1em;
  margin-top: 2em;
  width: 42%; }

.LinkButton {
  padding: 0.5em;
  border: 1px solid Black; }

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.linkButtonStyle {
  padding: 0.3em;
  margin-top: 0.2em;
  margin-right: 1em;
  float: right; }

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: #000;
  margin-bottom: 0;
  padding-bottom: 0; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1.1em; }

h5, h6 {
  font-size: 1em; }
  h5 a:link, h5 a:visited, h5 a:active, h6 a:link, h6 a:visited, h6 a:active {
    padding: 0;
    text-decoration: none; }

a {
  color: #372d1f;
  font-size: 16px; }

article {
  float: left;
  width: 70%; }

aside {
  float: right;
  width: 25%; }
  aside ul {
    list-style: none;
    padding: 0; }
    aside ul li {
      background: url("../Images/bullet.png") no-repeat 0 50%;
      padding: 2px 0 2px 20px; }

.label {
  font-weight: 700; }

#logoutForm {
  display: inline; }

hgroup.title {
  margin-bottom: 10px; }
  hgroup.title h1 {
    display: inline; }
  hgroup.title h2 {
    display: inline;
    font-weight: normal;
    margin-left: 3px; }

section.feature {
  width: 300px;
  float: left;
  padding: 10px; }

#footer {
  width: 100%;
  text-align: center;
  float: left;
  margin-left: -200px;
  margin-top: 100px; }
  #footer.no-menu {
    margin-left: 0; }
  #footer ul {
    list-style-type: none; }
    #footer ul li {
      display: inline-block;
      margin-left: 10px; }
      #footer ul li:first-child {
        margin-left: 0; }
  #footer #version {
    display: block;
    font-size: 0.9em;
    font-weight: bold; }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
  margin: 0 auto;
  max-width: 1040px; }

#body {
  background-color: #ffffff;
  clear: both;
  padding-bottom: 35px; }

header .content-wrapper {
  padding-top: .15em; }

footer {
  clear: both;
  background-color: #e2e2e2;
  font-size: .8em;
  height: 100px; }

/* site title
----------------------------------------------------------*/
.site-title {
  color: #c8c8c8;
  font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
  font-size: 2.3em;
  margin: 0; }
  .site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none; }

/* login
----------------------------------------------------------*/
#login {
  display: block;
  font-size: .85em;
  margin: 0 0 10px;
  text-align: right; }
  #login a {
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none; }
    #login a.username {
      background: none;
      margin: 0;
      padding: 0;
      text-decoration: underline; }
    #login a ul {
      margin: 0; }
      #login a ul li {
        display: inline;
        list-style: none; }

#loginForm {
  border-right: solid 2px #c8c8c8;
  float: left;
  width: 55%; }
  #loginForm .validation-error {
    display: block;
    margin-left: 15px; }
  #loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0; }
  #loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0; }
  #loginForm input {
    width: 250px; }
  #loginForm input[type="checkbox"] {
    width: auto; }
  #loginForm input[type="submit"] {
    width: auto; }
  #loginForm input[type="button"] {
    width: auto; }
  #loginForm button {
    width: auto; }

#socialLoginForm {
  margin-left: 40px;
  float: left;
  width: 40%; }
  #socialLoginForm h2 {
    margin-bottom: 5px; }

#socialLoginList button {
  margin-bottom: 12px; }

/* menu
----------------------------------------------------------*/
ul#menu {
  list-style-type: none;
  overflow: hidden;
  font-size: 1.3em;
  font-weight: 600;
  margin: 4em 0em 0em;
  padding: 0; }
  ul#menu li {
    float: left;
    display: inline;
    list-style: none;
    padding-left: 0; }
    ul#menu li a {
      display: block;
      width: 120px;
      font-weight: bold;
      color: #000;
      background-color: #eeeeee;
      text-align: center;
      padding: 0;
      text-decoration: none;
      /*Tab*/
      border: .01em solid #ccc;
      border-bottom: none;
      outline: none;
      border-radius: 2em 2em 0 0;
      -moz-border-radius: 0 0 0 0;
      -webkit-border-top-left-radius: 5em;
      -webkit-border-top-right-radius: 5em; }

.questionOption:nth-child(even) {
  background: none; }

#historyPopupDialog {
  max-height: 500px !important; }

#ExperienceDetailsQuestionsList {
  counter-reset: yourCounter;
  margin-bottom: 20px; }
  #ExperienceDetailsQuestionsList > li {
    width: 100%; }
    #ExperienceDetailsQuestionsList > li:not(.skip) {
      counter-increment: yourCounter;
      list-style: none; }
      #ExperienceDetailsQuestionsList > li:not(.skip):before {
        content: counter(yourCounter) "."; }
    #ExperienceDetailsQuestionsList > li.skip:before {
      content: "\a0\a0\a0";
      /* some white-space... optional */ }
    #ExperienceDetailsQuestionsList > li .questionText > p {
      padding-left: 20px; }
      #ExperienceDetailsQuestionsList > li .questionText > p:first-child {
        display: inline;
        padding-left: 5px; }

#ExperienceDetailsDiv {
  width: 55%;
  padding-right: 5%;
  display: inline-block;
  vertical-align: top; }

#rightDiv {
  display: inline-block;
  width: 39%; }
  #rightDiv > div {
    margin-bottom: 5em; }

#MentorReviewDiv {
  margin-top: 10px; }

#post-assessment-holder {
  display: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0.75em;
  border: 0 none; }
  table.unstriped tr, table.unstriped tr:nth-child(even) {
    background: inherit; }

th {
  background: #ffffff; }
  th a {
    position: relative; }
    th a:link {
      color: #333;
      font-weight: 600;
      text-decoration: none;
      padding: 0; }
    th a:visited {
      color: #333;
      font-weight: 600;
      text-decoration: none;
      padding: 0; }
    th a:active {
      color: #333;
      font-weight: 600;
      text-decoration: none;
      padding: 0; }
    th a:hover {
      color: #333;
      font-weight: 600;
      text-decoration: none;
      padding: 0;
      color: #000; }
  th.asc a {
    margin-right: .75em; }
    th.asc a:after {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 0.75em;
      content: '?'; }
  th.desc a {
    margin-right: .75em; }
    th.desc a:after {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 0.75em;
      content: '?'; }

td {
  padding: 10px;
  border-top: 1px solid #DBE2E7;
  border-bottom: 1px solid #fff; }
  td input[type="submit"] {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px; }
  td input[type="button"] {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px; }
  td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px; }

tr.pager td {
  padding: 0 0.25em 0 0; }

tr:nth-child(even) {
  background: #ececec; }

tr.header {
  border: none; }

.tableHeader {
  background: linear-gradient(top, #ffffff 0, #dae2e7 100%)  !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dae2e7)) !important;
  background: -webkit-linear-gradient(top, #ffffff 0%, #dae2e7 100%) !important;
  background: -o-linear-gradient(top, #ffffff 0%, #dae2e7 100%) !important;
  background: -ms-linear-gradient(top, #ffffff 0%, #dae2e7 100%) !important;
  background: linear-gradient(top, #ffffff 0%, #dae2e7 100%) !important;
  text-align: left !important;
  border-bottom: 1px solid #fff !important;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.08) !important;
  border-top: 1px solid #ccc !important;
  border-right: 1px solid #DAE2E7 !important;
  border-left: 1px solid #fff !important;
  text-shadow: none !important;
  padding: 12px 10px !important;
  font-size: 15px !important;
  color: #245F86 !important;
  cursor: default !important; }

button {
  background-color: #d3dce0;
  border: 1px solid #787878;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  padding: 7px;
  margin-right: 8px;
  width: auto; }
  button.submitButton {
    float: right;
    margin-bottom: 5px; }

button.plusButton {
  background-size: 100%;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 10px;
  background-image: url("../Images/Icons/appbar.add.png"); }

button.upArrowButton {
  background-size: 100%;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 10px;
  background-image: url("../Images/Icons/appbar.arrow.up.png"); }

button.downArrowButton {
  background-size: 100%;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 10px;
  background-image: url("../Images/Icons/appbar.arrow.down.png"); }

button.minusButton {
  background-size: 100%;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url("../Images/Icons/appbar.minus.png"); }

#back-button {
  float: left;
  top: 10px;
  position: relative; }

ol.round {
  list-style-type: none;
  padding-left: 0; }
  ol.round li {
    margin: 25px 0;
    padding-left: 45px; }
    ol.round li.zero {
      background: url("../Images/orderedList0.png") no-repeat; }
    ol.round li.one {
      background: url("../Images/orderedList1.png") no-repeat; }
    ol.round li.two {
      background: url("../Images/orderedList2.png") no-repeat; }
    ol.round li.three {
      background: url("../Images/orderedList3.png") no-repeat; }
    ol.round li.four {
      background: url("../Images/orderedList4.png") no-repeat; }
    ol.round li.five {
      background: url("../Images/orderedList5.png") no-repeat; }
    ol.round li.six {
      background: url("../Images/orderedList6.png") no-repeat; }
    ol.round li.seven {
      background: url("../Images/orderedList7.png") no-repeat; }
    ol.round li.eight {
      background: url("../Images/orderedList8.png") no-repeat; }
    ol.round li.nine {
      background: url("../Images/orderedList9.png") no-repeat; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }
  fieldset legend {
    display: none; }
  fieldset ol {
    padding: 0;
    list-style: none; }
    fieldset ol li {
      padding-bottom: 5px; }

b label, b label.ui-input-text {
  font-weight: bold; }

label {
  display: block;
  font-weight: 600; }
  label.checkbox {
    display: inline; }

textarea {
  font-family: inherit;
  width: 500px;
  border: 1px solid #e2e2e2;
  background: #ffffff;
  color: #333333;
  font-size: 1.2em;
  margin: 5px 0 6px;
  padding: 5px;
  width: 300px; }
  textarea:focus {
    border: 1px solid #7ac0da; }

input[type="checkbox"] {
  background: transparent;
  border: inherit;
  width: auto; }

input[type="submit"], input[type="button"] {
  background-color: #d3dce0;
  border: 1px solid #787878;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  padding: 7px;
  margin-right: 8px;
  width: auto;
  float: right;
  margin-bottom: 5px; }

input:focus {
  border: 1px solid #7ac0da; }

.field-validation-error {
  color: #e80c4d;
  font-weight: bold; }

.field-validation-valid {
  display: none; }

.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em; }

.validation-summary-valid {
  display: none; }

input.input-validation-error {
  border: 1px solid #e80c4d; }

input[type="checkbox"].input-validation-error {
  border: 0 none; }

.tabrow {
  text-align: center;
  list-style: none;
  margin: 3em 0 0;
  padding: 0;
  line-height: 24px;
  height: 26px;
  overflow: hidden;
  font-size: 12px;
  font-family: verdana;
  position: relative;
  margin-bottom: -2px; }
  .tabrow li {
    background: #c8c8c8;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin: 0 .5em;
    padding: 0 20px;
    float: left; }
    .tabrow li.selected {
      background: #FFF;
      color: #333;
      z-index: 2;
      border-bottom-color: #FFF; }
  .tabrow a {
    color: #000;
    text-decoration: none; }

a.menuImage {
  background-image: url("../Images/menuIcon.png");
  float: right;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  background-size: 100%; }
a.adminImage {
  background-image: url("../Images/adminIcon.png");
  float: right;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  background-size: 100%;
  display: block;
  font-size: 16px;
  min-width: 0.75em;
  overflow: hidden;
  padding: 0.6em 20px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0; }
a.searchImage {
  background-image: url("../Images/searchIcon.png");
  float: right;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  background-size: 100%;
  display: block;
  font-size: 16px;
  min-width: 0.75em;
  overflow: hidden;
  padding: 0.6em 20px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0; }
a.newEntry {
  background-image: url("../Images/Icons/appbar.page.add.png");
  float: right;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  background-size: 100%; }

.ui-icon-lem-trophy {
  background-image: url("../Images/appbar.trophy.png") !important;
  background-repeat: no-repeat;
  background-size: 18px 18px; }

.logo-image {
  left: 55px;
  position: absolute;
  top: 12px; }

.my-profile-accordion-head {
  padding-left: 27px !important; }
  .my-profile-accordion-head + div {
    width: 85% !important;
    padding-right: 0 !important; }

.contact h3 {
  font-size: 1.2em; }
.contact p {
  margin: 5px 0 0 10px; }
.contact iframe {
  border: 1px solid #333;
  margin: 5px 0 0 10px; }

.activity_detail {
  font-size: 14px;
  color: #372d1f; }
  .activity_detail .toolbar {
    margin: 0;
    overflow: hidden; }
    .activity_detail .toolbar .left {
      float: left; }
    .activity_detail .toolbar .right {
      float: right;
      margin-right: 15px; }
    .activity_detail .toolbar li {
      display: inline;
      margin-left: 5px; }
      .activity_detail .toolbar li a {
        display: inline-block;
        height: 24px;
        width: 24px;
        line-height: 75px;
        overflow: hidden;
        background: url(../Images/dsk_toolbar_sprite.png) no-repeat 0 0;
        filter: Alpha(opacity=75);
        opacity: .75; }
        .activity_detail .toolbar li a:hover, .activity_detail .toolbar li a:active, .activity_detail .toolbar li a.active {
          filter: Alpha(opacity=100);
          opacity: 1; }
      .activity_detail .toolbar li.feedback a {
        background: url(../Images/dsk_toolbar_sprite.png) no-repeat -30px 0; }
        .activity_detail .toolbar li.feedback a.active {
          background: url(../Images/dsk_toolbar_sprite.png) no-repeat -30px -24px; }
      .activity_detail .toolbar li.calendar a {
        background: url(../Images/dsk_toolbar_sprite.png) no-repeat -55px 0; }
        .activity_detail .toolbar li.calendar a.active {
          background: url(../Images/dsk_toolbar_sprite.png) no-repeat -55px -24px; }
      .activity_detail .toolbar li.voteup a {
        background: url(../Images/dsk_toolbar_sprite.png) no-repeat -105px 0; }
        .activity_detail .toolbar li.voteup a.active {
          background: url(../Images/dsk_toolbar_sprite.png) no-repeat -105px -24px; }
      .activity_detail .toolbar li.votedown a {
        background: url(../Images/dsk_toolbar_sprite.png) no-repeat -80px 0; }
        .activity_detail .toolbar li.votedown a.active {
          background: url(../Images/dsk_toolbar_sprite.png) no-repeat -80px -24px; }
      .activity_detail .toolbar li.close {
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 18px 0 0 0;
        line-height: 75px;
        overflow: hidden;
        background: url(../Images/dsk_toolbar_sprite.png) no-repeat 0 0; }
  .activity_detail h2 {
    font: bold 22px/1.25 "Archivo Narrow", Helvetica, Arial, sans-serif;
    color: #13375e;
    margin: 0;
    padding: 0; }
  .activity_detail h3 {
    font-size: 16px;
    margin: 0;
    padding: 0; }
  .activity_detail h4 {
    color: #372d1f;
    font-size: 16px;
    margin: 18px 0; }
  .activity_detail p {
    margin-right: 15px; }
  .activity_detail .submission_guide {
    color: #372d1f;
    margin: 28px 0 8px 0; }

#adminPathPanel div.activity_detail {
  padding-top: 95px; }

.PortfolioFeedbackTable {
  width: 100%; }
  .PortfolioFeedbackTable th {
    text-align: left;
    width: 32%;
    padding: 10px; }
  .PortfolioFeedbackTable td {
    width: 32%; }

.tooltip-helper {
  height: 15px;
  margin: 0; }
  .tooltip-helper.left {
    margin-left: 15px; }
  .tooltip-helper.right {
    float: right; }

.accordionTDWithoutMargin {
  font-size: 14px;
  width: 15%; }

.accordionTD {
  font-size: 16px;
  width: 15%; }

.accordionPercentage {
  text-align: center;
  font-size: 48px;
  width: 15%; }

.LearningActivitiesUserTD {
  width: 81%;
  border-bottom: gray 1px; }

.LearningActivitiesProgressTD {
  width: 80%;
  border-bottom: gray 1px;
  text-align: right; }

#userListDiv {
  position: fixed;
  margin-left: 52%;
  top: 200px;
  max-length: 600px;
  overflow-y: auto; }

.dashboard_block._tabs .portfolio_tabs {
  margin: 0;
  padding: 0 0 10px 0;
  list-style-type: none;
  clear: both;
  margin-bottom: -1px; }
  .dashboard_block._tabs .portfolio_tabs li {
    display: inline;
    margin-right: 4px; }
    .dashboard_block._tabs .portfolio_tabs li a {
      padding: 10px 10px 10px 10px;
      color: #fafafa;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-border-radius: 4px 4px 0px 0px;
      border-radius: 4px 4px 0px 0px;
      background: #184373;
      background: -moz-linear-gradient(top, #1e5799 0%, #184373 50%, #08366a 51%, #2a507c 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(50%, #184373), color-stop(51%, #08366a), color-stop(100%, #2a507c));
      background: -webkit-linear-gradient(top, #1e5799 0%, #184373 50%, #08366a 51%, #2a507c 100%);
      background: -o-linear-gradient(top, #1e5799 0%, #184373 50%, #08366a 51%, #2a507c 100%);
      background: -ms-linear-gradient(top, #1e5799 0%, #184373 50%, #08366a 51%, #2a507c 100%);
      background: linear-gradient(to bottom, #1e5799 0%, #184373 50%, #08366a 51%, #2a507c 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#2a507c',GradientType=0 ); }
      .dashboard_block._tabs .portfolio_tabs li a:hover {
        filter: Alpha(opacity=85);
        opacity: .85;
        text-decoration: none; }
      .dashboard_block._tabs .portfolio_tabs li a.active {
        color: #184373;
        background: #ececec;
        background: -moz-linear-gradient(top, #dbdbdb 0%, #ececec 50%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(50%, #ececec));
        background: -webkit-linear-gradient(top, #dbdbdb 0%, #ececec 50%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #dbdbdb 0%, #ececec 50%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #dbdbdb 0%, #ececec 50%);
        /* IE10+ */
        background: linear-gradient(to bottom, #dbdbdb 0%, #ececec 50%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#ececec',GradientType=0 );
        /* IE6-9 */ }
      .dashboard_block._tabs .portfolio_tabs li a.inactive {
        color: #fafafa !important; }
.dashboard_block._tabs .tab {
  background-color: #ECECEC; }
.dashboard_block._tabs .content {
  padding: 10px; }
.dashboard_block._tabs table {
  border: 0 none;
  padding: 0;
  margin: 0;
  border-collapse: collapse; }
  .dashboard_block._tabs table tr, .dashboard_block._tabs table td {
    border: 0 none;
    padding: 0;
    margin: 0;
    border-collapse: collapse; }
.dashboard_block._tabs th {
  border: 0 none;
  padding: 0;
  margin: 0;
  border-collapse: collapse; }
.dashboard_block._tabs table {
  margin: 10px 8px;
  width: 98%; }
  .dashboard_block._tabs table td {
    padding: 8px 10px; }
.dashboard_block._tabs tr:nth-child(odd) {
  background-color: #F6F6F6; }
.dashboard_block._tabs tr:nth-child(even) {
  background-color: #ECECEC; }
.dashboard_block._tabs tr:hover {
  background-color: rgba(250, 250, 250, 0.9); }
.dashboard_block._tabs td.timestamp {
  text-align: right;
  color: #999999;
  font-style: italic;
  font-size: 14px; }
.dashboard_block._tabs td a {
  color: #372d1f;
  font-size: 16px;
  display: block;
  text-decoration: underline; }
  .dashboard_block._tabs td a:hover {
    text-decoration: none; }

#learningpath_page .dashboard_block h3 a {
  font-size: 15px;
  text-transform: uppercase;
  padding-right: 24px;
  color: #002f65; }
#learningpath_page .dashboard_block .activity_list {
  border-top: 1px solid #d3b992;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #learningpath_page .dashboard_block .activity_list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative; }
    #learningpath_page .dashboard_block .activity_list li a {
      text-decoration: none;
      color: #372d1f; }
      #learningpath_page .dashboard_block .activity_list li a.thumb {
        position: absolute;
        top: 10px;
        left: 4px;
        height: 38px;
        width: 4px;
        background: #184A7E; }
    #learningpath_page .dashboard_block .activity_list li.activity a.activity_btn {
      display: block;
      padding: 12px 16px;
      height: auto;
      border-bottom: 1px solid #d3b992;
      background: #ececec;
      /* Old browsers */
      background: -moz-linear-gradient(top, #ececec 0%, #fafafa 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #fafafa));
      background: -webkit-linear-gradient(top, #ececec 0%, #fafafa 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #ececec 0%, #fafafa 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #ececec 0%, #fafafa 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #ececec 0%, #fafafa 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#fafafa',GradientType=0 );
      /* IE6-9 */ }
      #learningpath_page .dashboard_block .activity_list li.activity a.activity_btn:hover {
        filter: Alpha(opacity=80);
        opacity: .8; }
#learningpath_page .dashboard_block._mybadges {
  /* My Badges block */ }
  #learningpath_page .dashboard_block._mybadges .certificate_list {
    margin: 0;
    padding: 0; }
  #learningpath_page .dashboard_block._mybadges h3 {
    margin-bottom: 0; }
#learningpath_page .dashboard_block._updates .activity_list li a {
  color: #372d1f;
  font-style: normal; }
  #learningpath_page .dashboard_block._updates .activity_list li a.thumb {
    background: #372d1f; }

.dashboard_widget {
  margin: 10px 0px 10px 0px;
  text-align: center;
  max-height: 700px;
  overflow-y: auto;
  box-shadow: none !important;
  border: 0px !important; }

.dash_badge_chart {
  position: absolute;
  border: none; }
  .dash_badge_chart > div {
    position: relative;
    top: -12px; }

.dash_badge_count {
  background: linear-gradient(to bottom, #ececec 0%, #fafafa 100%) repeat scroll 0 0 transparent !important; }

.dashboard_block._mybadges h4 {
  color: #372d1f;
  font: 20px/24px "Archivo Narrow", Helvetica, Arial, sans-serif;
  margin-top: 10px;
  padding-top: 22px;
  padding-bottom: 0;
  margin-bottom: 16px; }

#_cols {
  position: relative;
  top: 114px;
  left: 220px;
  width: 100%; }

#mid_col, #right_col, #ko_right_col {
  float: left;
  position: relative;
  padding: 0 0 1em 0; }

#ko_right_col .popup {
  width: calc(50% - 127px); }

#mid_col {
  width: 28%;
  left: 0; }

#right_col {
  width: 46%;
  left: 2%; }
#workdayDetail .display-field{
    margin-top:3px !important

}
#dashboard .thumb {
  background: #184A7E none; }
  #dashboard .thumb.autosize-thumb {
    height: 90%;
    top: 5%; }

#LearnerProgressWidget ul li div.activity_title {
  display: inline-block;
  float: left;
  width: 5em;
  margin-right: 2em;
  width: 90%;
  white-space: normal; }
#LearnerProgressWidget ul li div.chart-div {
  padding: 0; }
  #LearnerProgressWidget ul li div.chart-div .my-learner-chart {
    display: inline-block;
    border: 1px solid black;
    padding: 0;
    width: 30px;
    height: 40px;
    overflow: hidden; }
    #LearnerProgressWidget ul li div.chart-div .my-learner-chart .graph {
      padding: 0;
      position: relative;
      height: 100%;
      background-color: #e2e2e2; }
      #LearnerProgressWidget ul li div.chart-div .my-learner-chart .graph .bar {
        margin: 0;
        background-color: #e98c03;
        position: absolute;
        bottom: 0;
        width: 100%; }

#NeedsReviewSteps > table > tbody > tr {
  border: #ececec 10px solid; }

#NeedsReviewAssessments > table > tbody > tr {
  border: #ececec 10px solid; }

.learning-progress-bar {
  display: inline-block;
  margin-right: 5px;
  height: 50px;
  width: 20px; }
  .learning-progress-bar:hover {
    opacity: .7; }

/*
mid_col - width: 31% - 3% = 28%
right_col - width:51% - 3# = 48%
2% between each column (6% total)
*/
#CoachingStatsWidget h3 {
  margin: 0 0 0 0;
  text-align: left; }
#CoachingStatsWidget .not-table-property {
  text-align: left;
  font-weight: bold; }
  #CoachingStatsWidget .not-table-property .property-name {
    margin-right: 5px; }
  #CoachingStatsWidget .not-table-property .property-value {
    font-size: 1em; }
#CoachingStatsWidget table {
  width: 100%; }
  #CoachingStatsWidget table thead td {
    font-weight: bold; }
  #CoachingStatsWidget table tbody td:first-child {
    font-weight: bold;
    font-size: 1em; }
  #CoachingStatsWidget table tbody td {
    font-weight: bold;
    font-size: 2em; }

.col_content h2 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 24px 8px 0;
  margin-top: 2px;
  color: #002f65;
  font-weight: normal;
  border-bottom: 1px solid #d3b992; }
.col_content .activity_list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative; }
  .col_content .activity_list li a {
    text-decoration: none; }
    .col_content .activity_list li a.thumb {
      position: absolute;
      top: 10px;
      left: 4px;
      height: 38px;
      width: 4px;
      background: url(../Images/dsk_activity_thumb.png) no-repeat top left; }
  .col_content .activity_list li.activity a.activity_btn {
    display: block;
    padding: 12px;
    height: 34px;
    border-bottom: 1px solid #d3b992;
    background: #ececec;
    background: linear-gradient(to bottom, #ececec 0, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#fafafa',GradientType=0 ); }
    .col_content .activity_list li.activity a.activity_btn:hover {
      filter: Alpha(opacity=80);
      opacity: .8; }

.activity_list li.activity a.activity_btn {
  background: linear-gradient(to bottom, #ececec 0%, #fafafa 100%) repeat scroll 0 0 transparent;
  border-bottom: 1px solid #d3b992;
  display: block;
  height: 100%;
  padding: 12px 16px; }

.widgetBox {
  overflow-y: auto;
  background: -webkit-linear-gradient(top, #eae3d8 0%, white 100%);
  box-shadow: 1px 0px 2px 0px #d2c4ab;
  border: 1px solid #e2e2e2 !important;
  padding: 0px 5px 0px 5px; }

.correctAnswer {
  width: 30px; }

.incorrectAnswer {
  background: url(../../Images/redx.png) no-repeat center right;
  width: 30px; }

.answer {
  width: 30px; }

/* page elements
----------------------------------------------------------*/
/*Mobile ePortfolio slide out menus*/
.mobileePortfolio {
  background: linear-gradient(#F9F9F9, #EEEEEE) repeat scroll 0 0 #F9F9F9;
  display: none;
  position: absolute;
  z-index: 9999;
  height: 100%;
  width: 100%;
  padding-right: 0;
  top: 0px;
  margin-left: -10px;
  padding-left: 10px; }

#ActionContainer .mobileePortfolio {
  position: relative;
  right: 30px;
  top: 50px; }

#ExpDescription .mobileePortfolio {
  overflow-wrap: break-word; }

/* featured */
.featured {
  background-color: #fff; }
  .featured .content-wrapper {
    background-color: #7ac0da;
    background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
    background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
    color: #3e5667;
    padding: 20px 40px 30px 40px; }
    .featured .content-wrapper hgroup.title h1, .featured .content-wrapper hgroup.title h2 {
      color: #fff; }
  .featured p {
    font-size: 1.1em; }

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
  header .float-left {
    float: none; }
  header .float-right {
    float: none; }
  header .site-title {
    margin: 10px;
    text-align: center; }

  nav {
    margin-bottom: 5px; }

  .main-content {
    background-position: 10px 0; }

  .featured .content-wrapper {
    padding: 10px; }
  .featured + .main-content {
    background-position: 10px 0; }

  .content-wrapper {
    padding-right: 10px;
    padding-left: 10px; }

  article {
    float: none;
    width: 100%; }

  aside {
    float: none;
    width: 100%; }

  input {
    width: 90%; }

  #loginForm {
    border-right: none;
    float: none;
    width: auto; }
    #loginForm .validation-error {
      display: block;
      margin-left: 15px; }

  #socialLoginForm {
    margin-left: 0;
    float: none;
    width: auto; }

  footer {
    text-align: center;
    height: auto;
    padding: 10px 0; }
    footer .float-left {
      float: none; }
    footer .float-right {
      float: none; }
    footer p {
      margin: 0; }

  ul#menu {
    margin: 0;
    padding: 0;
    text-align: center; }
    ul#menu li {
      margin: 0;
      padding: 0; }

  ol.round {
    list-style-type: none;
    padding-left: 0; }
    ol.round li {
      padding-left: 10px;
      margin: 25px 0; }
      ol.round li.zero {
        background: none; }
      ol.round li.one {
        background: none; }
      ol.round li.two {
        background: none; }
      ol.round li.three {
        background: none; }
      ol.round li.four {
        background: none; }
      ol.round li.five {
        background: none; }
      ol.round li.six {
        background: none; }
      ol.round li.seven {
        background: none; }
      ol.round li.eight {
        background: none; }
      ol.round li.nine {
        background: none; }

  section.feature {
    float: none;
    padding: 10px;
    width: auto; }
    section.feature img {
      color: #999;
      content: attr(alt);
      font-size: 1.5em;
      font-weight: 600; } }

/*# sourceMappingURL=Site.css.map */
table.dataTable thead .sorting {
    background-image: url(../content/themes/images/sort_both.png),-webkit-linear-gradient(top, #ffffff 0%, #dae2e7 100%) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}
table.dataTable thead .sorting_asc {
    background-image: url(../content/themes/images/sort_asc.png),-webkit-linear-gradient(top, #ffffff 0%, #dae2e7 100%) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}
table.dataTable thead .sorting_desc {
    background-image: url(../content/themes/images/sort_desc.png),-webkit-linear-gradient(top, #ffffff 0%, #dae2e7 100%) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}