﻿@charset "UTF-8";
/************** PADDING & MARGINS *************/
/************** TRANSITION *************/
/********** GENERAL **********/
body {
  margin-top: 80px; }

h4 {
  font-weight: bold; }

.navbar-fixed-top {
  top: 5px;
  padding: 5px 0; }
  .navbar-fixed-top .dropdown-toggle {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 35px; }
    .navbar-fixed-top .dropdown-toggle .caret {
      position: absolute;
      right: 18px;
      top: 23px; }

#navFirmNameSpan {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 400px; }

.sub-header {
  margin-top: 1rem;
  font-size: 1.5rem; }

.navbar-brand img {
  width: 180px;
  float: left;
  display: block;
  margin-top: -10px;
  margin-right: 10px; }

.top-border {
  height: 5px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999;
  background: #00a3eb;
  background: -moz-linear-gradient(90deg, #00a3eb 0%, #00a3eb 33%, #003574 33%, #003574 66%, #909395 66%, #909395 100%);
  background: -webkit-linear-gradient(90deg, #00a3eb 0%, #00a3eb 33%, #003574 33%, #003574 66%, #909395 66%, #909395 100%);
  background: linear-gradient(90deg, #00a3eb 0%, #00a3eb 33%, #003574 33%, #003574 66%, #909395 66%, #909395 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a3eb",endColorstr="#909395",GradientType=1); }

/********** LAYOUT **********/
.body-content {
  padding-left: 15px;
  padding-right: 15px; }

.dl-horizontal dt {
  white-space: normal; }

input,
select,
textarea {
  max-width: 450px; }

.col-centered {
  float: none;
  margin: 0 auto; }

textarea.form-control.large-textarea {
  max-width: 100%;
  height: 10em; }

/********** BUTTONS **********/
.decision-panel .form-group label.btn {
  width: auto; }

.decision-panel .btn-group {
  width: 100%;
  margin-top: 1rem; }

.decision-panel .btn-label {
  position: absolute;
  font-size: 2rem;
  top: 3.25rem;
  left: calc(50% - 5px); }

.decision-panel .btn-danger {
  background: none;
  color: #be000a; }
  .decision-panel .btn-danger .btn-label {
    color: #be000a; }
  .decision-panel .btn-danger.active {
    background: #be000a;
    color: #fff; }

.decision-panel .btn-warning {
  background: none;
  color: #fe6138; }
  .decision-panel .btn-warning .btn-label {
    color: #fe6138; }
  .decision-panel .btn-warning.active {
    background: #fe6138;
    color: #fff; }

.decision-panel .btn-info {
  background: none;
  color: #ffa600; }
  .decision-panel .btn-info .btn-label {
    color: #ffa600; }
  .decision-panel .btn-info.active {
    background: #ffa600;
    color: #fff; }

.decision-panel .btn-success {
  background: none;
  color: #00a489; }
  .decision-panel .btn-success .btn-label {
    color: #00a489; }
  .decision-panel .btn-success.active {
    background: #00a489;
    color: #fff; }

.decision-panel .display-only label.btn {
  pointer-events: none;
  cursor: not-allowed; }

/********** STATUSES **********/
[class="Invite"],
[class="Invited"],
[class="Registered – Pending Activation"],
[class="Active – Pending Assessment"],
[class="Active - In Progress"],
[class="Active - Awaiting Praxity Review 1"],
[class="Active - Awaiting Praxity Review 2"],
[class="Active - Praxity Review 1 In Progress"],
[class="Active - Praxity Review 2 In Progress"],
[class="Active - Awaiting Firm Review"],
[class="Active - Firm Review In Progress"],
[class="Completed"] {
    margin-right: 1rem;
    font-family: FontAwesome;
    font-size: 1.5rem;
}

    [class="Invite"]:before {
        content: "\f0e0";
        color: #ffa600;
    }

    [class="Invited"]:before {
        content: "\f2b6";
        color: #00a489;
    }

    [class="Registered – Pending Activation"]:before {
        content: "\f234";
        color: #ffa600;
    }

    [class="Active – Pending Assessment"]:before {
        content: "\f250";
        color: #fe6138;
    }

    [class="Active - In Progress"]:before {
        content: "\f252";
        color: #802177;
    }


    [class="Active - Firm Review In Progress"]:before {
        content: "\f252";
        color: #4C2177;
    }

    [class="Active - Awaiting Praxity Review 1"]:before {
        content: "\f251";
        color: #073c78;
    }


    [class="Active - Awaiting Praxity Review 2"]:before {
        content: "\f251";
        color: #0F53AC;
    }

    [class="Active - Praxity Review 1 In Progress"]:before {
        content: "\f252";
        color: #123ABC;
    }

    [class="Active - Praxity Review 2 In Progress"]:before {
        content: "\f252";
        color: #CBA321;
    }

    [class="Active - Awaiting Firm Review"]:before {
        content: "\f251";
        color: #0021DE;
    }

    [class="Completed"]:before {
        content: "\f00c";
        color: #00a489;
    }

/********** PAGINATION **********/
.pagination li {
  display: inline-block;
  margin-left: 1rem; }
  .pagination li a {
    border-width: 2px;
    border-radius: 5rem;
    padding: 5px 10px; }
  .pagination li.active span {
    padding: 5px 10px;
    border-radius: 5rem !important; }
  .pagination li:first-of-type a, .pagination li:last-of-type a {
    border-radius: 5rem !important; }

/********** FILTERS **********/
.filter-bar {
  background: #f2f2f2;
  padding: 1rem;
  margin-bottom: 1rem; }
  .filter-bar .multiselect-container .form-control {
    border: none; }
  .filter-bar .btn-group {
    width: 100%; }
    .filter-bar .btn-group button {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

/********** TABLES **********/
.table-hover {
  table-layout: fixed; }
  .table-hover thead tr th {
    padding: 2rem 1rem; }
    .table-hover thead tr th i {
      float: right;
      display: block;
      padding: 0.3rem; }
    .table-hover thead tr th:hover {
      cursor: pointer;
      color: #be000a;
      transition: 0.3s ease all; }
  .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #073c78;
    cursor: pointer;
    transition: 0.3s ease all; }
  .table-hover tbody tr td {
    border: none;
    padding: 1rem 1rem; }

/********** FORMS **********/
.navbar-form {
  border-bottom: none;
  margin-bottom: 0; }

.validation-summary-errors ul, .field-validation-error {
  list-style: none;
  padding: 0;
  color: #be000a; }

.field-validation-error {
  display: block;
  margin-top: 5px; }

.input-validation-error {
  border: 1px solid #be000a; }

/*[type=radio].input-validation-error{
    border: 1px solid #be000a;
    outline: 1px solid #be000a;
}*/
fieldset {
  margin-bottom: 60px;
  color: #616161;
  border-right: solid 3px #fff;
  padding: 20px;
  background: #F7F7F7;
  position: relative;
  margin-top: 35px; }
  fieldset:hover {
    border-right: solid 3px #ffa600;
    background: #F7F7F7;
    transition: .2s linear; }
  fieldset h4 {
    font-weight: bold; }

legend {
  position: absolute;
  top: -40px;
  left: 20px;
  border-bottom: none;
  font-weight: bold; }
  legend small {
    font-weight: 300;
    opacity: 0.6; }

label {
  color: #333333; }

.file-upload {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100px;
  margin: 15px 0 0 0; }

.file-upload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.form-group label {
  width: 100%; }

.tab-pane fieldset:first-of-type {
  margin-top: 6rem; }

.checkbox-inline input[type="checkbox"] {
	margin-top: 2px;
}

.million-dollars {
  display: inline; }
  .million-dollars .form-control {
    display: inline; }
  .million-dollars:before {
    content: "$";
    margin-right: 5px; }
  .million-dollars:after {
    content: "Million";
    margin-left: 5px; }

.decision-panel {
  margin: 1.5em 0;
  padding: 1.5em 0;
  /*border-top: dashed 1px $gray-light;*/
  border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
  /*background: $white;*/ }
  .decision-panel textarea {
    max-width: 600px; }
  .decision-panel small {
    color: #777777;
    font-weight: 300;
    display: block; }

/********** LOGIC BANDS **********/
.btn-orange {
  background: #ffa600;
  color: #fff; }

.Green-band legend:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #00a489;
  margin-right: 0.5rem; }

.Green-band:hover {
  border-color: #00a489; }

.Yellow-band legend:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #ffa600;
  margin-right: 0.5rem; }

.Yellow-band:hover {
  border-color: #ffa600; }

.Yellow-band .slider-selection {
  background-color: rgba(255, 166, 0, 0.3); }

.Yellow-band .slider-handle {
  background-color: #ffa600; }

.Orange-band legend:before {
  content: "\f00d";
  font-family: FontAwesome;
  color: #fe6138;
  margin-right: 0.5rem; }

.Orange-band:hover {
  border-color: #fe6138; }

.Orange-band .slider-selection {
  background-color: rgba(254, 97, 56, 0.3); }

.Orange-band .slider-handle {
  background-color: #fe6138; }

.Red-band legend:before {
  content: "\f00d";
  font-family: FontAwesome;
  color: #be000a;
  margin-right: 0.5rem; }

.Red-band:hover {
  border-color: #be000a; }

/********** SIGN IN **********/
.sign-in .image {
  margin-top: 100px;
  padding: 15px; }
  .sign-in .image img {
    width: 300px;
    height: auto; }

.sign-in h3 {
  margin-top: 0;
  margin-bottom: 1.5em; }

.sign-in .grey {
  background: #eeeeee;
  margin: -15px 0;
  padding: 15px; }

.sign-in .col-md-6 {
  padding: 40px;
  margin-top: -15px; }

/********** DASHBOARD **********/
.dashboard .panel {
  height: 150px;
  overflow: hidden;
  position: relative;
  opacity: 1; }
  .dashboard .panel .progress {
    margin: -15px -15px 0 -15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 35px; }
    .dashboard .panel .progress .status {
      right: 10px;
      position: absolute;
      top: 10px; }
  .dashboard .panel .red {
    background-color: #ffd8da; }
    .dashboard .panel .red .status {
      color: #be000a; }
  .dashboard .panel .orange {
    background-color: #ffedcc; }
    .dashboard .panel .orange .progress-bar {
      background-color: #ffa600; }
    .dashboard .panel .orange .status {
      color: #ffa600; }
  .dashboard .panel .yellow {
    background-color: white; }
    .dashboard .panel .yellow .progress-bar {
      background-color: #fe6138; }
    .dashboard .panel .yellow .status {
      color: #be000a; }
  .dashboard .panel .green {
    background-color: #71ffe8; }
    .dashboard .panel .green .progress-bar {
      background-color: #00a489; }
    .dashboard .panel .green .status {
      color: #fff; }
  .dashboard .panel .progress-bar {
    line-height: 35px;
    text-align: left;
    text-indent: 15px; }
  .dashboard .panel h4 {
    position: absolute;
    bottom: 5px;
    max-width: 180px;
    z-index: 2; }
  .dashboard .panel .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: .85em;
    color: #333333;
    z-index: 2; }
  .dashboard .panel:hover {
    transition: .3s ease;
    opacity: 1;
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px); }
  .dashboard .panel i.fa {
    font-size: 7em;
    position: absolute;
    display: block;
    right: 10px;
    bottom: 10px;
    color: #f6f6f6;
    z-index: 1; }

/********** QUESTIONNAIRE PAGES **********/
.questionnaire h1, .questionnaire h3 {
  margin-top: 0;
  margin-bottom: 10px; }

.questionnaire .panel-group {
  cursor: pointer; }

.questionnaire .progress {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 35px; }

.questionnaire .progress-bar {
  line-height: 35px;
  text-align: left;
  text-indent: 15px; }

.questionnaire .table tr {
  height: 40px; }

.questionnaire .table tr, .questionnaire .table th, .questionnaire .table td {
  vertical-align: middle; }

/********** ALERTS **********/
.alert {
  position: fixed;
  top: 9rem;
  right: 2rem;
  z-index: 9999;
  max-width: 340px; }

/********** TABS **********/
.nav-tabs li a {
  background: rgba(0, 0, 0, 0.05);
  font-size: 1.5rem;
  font-weight: bold; }

/********** REPORT **********/
.container-wide {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container-wide:before, .container-wide:after {
  content: " ";
  display: table; }

.container-wide:after {
  clear: both; }

@media (min-width: 768px) {
  .container-wide {
    width: 750px; } }

@media (min-width: 992px) {
  .container-wide {
    width: 970px; } }

@media (min-width: 1200px) {
  .container-wide {
    width: 1170px; } }

@media (min-width: 1400px) {
  .container-wide {
    width: 1370px; } }

@media (min-width: 1600px) {
  .container-wide {
    width: 1570px; } }

@media (min-width: 1800px) {
  .container-wide {
    width: 1770px; } }

.report-key {
  list-style: none;
  margin: 0;
  margin-top: 1.5em;
  padding: 1rem;
  padding-bottom: 0;
  background: #fbfbfb; }
  .report-key li {
    margin-bottom: 0.75em;
    display: inline-block;
    font-size: 1rem;
    width: 33%; }
    .report-key li span {
      height: 1.5em;
      line-height: 1.5em;
      width: 4.5em;
      text-align: center;
      display: inline-block;
      margin-right: 1.5em; }
    .report-key li span.bg-muted, .report-key li span.text-muted {
      background: #eeeeee;
      color: #eeeeee; }

.spacer {
  display: block;
  height: 65vh;
  width: 100%;
  position: relative;
  clear: both;
  z-index: -1; }

.hide-overflow {
  position: relative; }

.report-container {
  position: absolute;
  clip: rect(0, auto, auto, 0);
  height: 65vh;
  overflow: hidden;
  width: 100%;
  left: 0; }
  .report-container sup {
    position: initial;
    vertical-align: super; }
  .report-container table {
    margin-bottom: 0; }
  .report-container .header-rotate tr.header th {
    font-size: 1.5rem;
    height: 40px;
    max-height: 40px;
    text-align: center;
    border: none;
    background: #eeeeee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .report-container .header-rotate tr.header th:nth-of-type(2n) {
      background: rgba(0, 0, 0, 0.1); }
  .report-container .header-rotate tr.header th[colspan="1"] {
    max-width: 140px; }
  .report-container .header-rotate tr.header th[colspan="2"] {
    max-width: 280px; }
  .report-container .header-rotate tr.header th[colspan="3"] {
    max-width: 420px; }
  .report-container .header-rotate tr.header th[colspan="4"] {
    max-width: 560px; }
  .report-container .header-rotate tr.header th[colspan="5"] {
    max-width: 700px; }
  .report-container .header-rotate tr.header th[colspan="6"] {
    max-width: 840px; }
  .report-container .header-rotate tr.header th[colspan="7"] {
    max-width: 980px; }
  .report-container .header-rotate tr.subheader th {
    height: 140px;
    border: none;
    max-width: 140px;
    min-width: 140px;
    opacity: 0.3;
    transition: all 0.2s linear; }
    .report-container .header-rotate tr.subheader th div {
      transform: translate(0px, -50px) rotate(-45deg);
      width: 140px;
      line-height: 1;
      font-size: 1.3rem; }
      .report-container .header-rotate tr.subheader th div small {
        font-size: 1rem;
        font-weight: 500; }
  .report-container .header-rotate tr.subheader .fadeIn {
    opacity: 1; }
  .report-container .fixed-corner {
    position: fixed;
    margin-top: 0;
    background: #fff;
    width: 560px;
    height: 180px;
    z-index: 9; }
    .report-container .fixed-corner .table {
      margin-top: 100px; }
      .report-container .fixed-corner .table tr.header th {
        font-size: 1.5rem;
        text-align: center;
        border: none;
        height: 40px; }
      .report-container .fixed-corner .table tr.subheader th {
        min-width: 140px;
        max-width: 140px;
        background: #eeeeee;
        border: none;
        font-size: 1.5rem;
        width: 140px;
        height: 40px; }
        .report-container .fixed-corner .table tr.subheader th:nth-of-type(2n) {
          background: rgba(0, 0, 0, 0.1); }
  .report-container .fixed-header {
    margin-left: 560px;
    position: absolute;
    background: #fff; }
  .report-container .fixed-side {
    margin-top: 180px;
    position: absolute;
    width: 560px;
    background: #fbfbfb; }
    .report-container .fixed-side table th {
      min-width: 140px;
      max-width: 140px;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: left;
      width: 140px;
      border: none;
      white-space: nowrap; }
    .report-container .fixed-side table tr:nth-of-type(2n) {
      background: rgba(0, 0, 0, 0.02); }
  .report-container .data {
    margin-top: 180px;
    margin-left: 560px; }
    .report-container .data:hover {
      cursor: grab;
      cursor: -webkit-grab;
      cursor: -moz-grab; }
    .report-container .data.active {
      cursor: grabbing;
      cursor: -webkit-grabbing;
      cursor: -moz-grabbing; }
    .report-container .data .table th, .report-container .data .table td {
      min-width: 140px;
      max-width: 140px;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center;
      border: none;
      white-space: nowrap; }
    .report-container .data .table td.bg-gray {
      background-color: #555555; }
    .report-container .data .table td:hover {
      background: #eeeeee; }
    .report-container .data .table tr:nth-of-type(2n) {
      background: #fbfbfb; }
  .report-container .fixed {
    position: fixed; }

/********** UTILITIES **********/
.hidden-md-up {
  display: none; }

.u-marg-top {
  margin-top: 1.5em; }

.u-marg-left {
  margin-left: 1.5em; }

.u-marg-right {
  margin-right: 1.5em; }

.u-marg-bottom {
  margin-bottom: 1.5em; }

.table > thead > tr > th.yearend {
  width: 15%; }

.vertical-align {
  display: flex;
  align-items: center;
}

/*********************** MOBILE ONLY **************************/
@media (max-width: 480px) {
  .btn {
    width: 100%;
    margin-bottom: 1.5em; }
    .btn:last-of-type {
      margin-bottom: 0; }
  input,
  select,
  textarea {
    max-width: 100%; }
  .pull-right, .pull-left {
    float: none !important; }
  .navbar-brand a {
    display: none; }
  .panel span.btn {
    width: auto; } }

/*********************** MOBILE & TABLET **************************/
@media (max-width: 992px) {
  [class*="col-"] {
    margin-bottom: 1.5em; }
    [class*="col-"]:last-of-type {
      margin-bottom: 0; }
  .tab-pane fieldset:first-of-type {
    margin-top: 10rem; }
  fieldset {
    margin-bottom: 100px; }
    fieldset legend {
      top: -70px;
      text-align: center;
      left: 0; }
      fieldset legend small {
        display: block;
        font-size: 1.1rem; }
  .table-responsive {
    margin: 0;
    border: none; }
    .table-responsive thead {
      display: none; }
      .table-responsive thead th {
        display: none; }
    .table-responsive tbody th {
      display: none; }
    .table-responsive tbody tr td {
      display: block;
      border: none !important;
      padding: 8px 0; }
      .table-responsive tbody tr td:first-child {
        padding-bottom: 0.5rem;
        font-size: 1.5rem; }
      .table-responsive tbody tr td:last-child {
        padding-bottom: 0.5em; }
      .table-responsive tbody tr td:before {
        content: attr(data-th);
        font-weight: bold;
        width: 100%;
        display: block;
        padding: 1rem 0; }
  .table-hover tbody tr td {
    padding: 8px; }
    .table-hover tbody tr td:before {
      padding: 0; }
  .scroll-indicator {
    display: block !important;
    width: 100%;
    text-align: center;
    padding: 1rem;
    font-weight: bold;
    margin: 1rem 0;
    background-color: rgba(0, 0, 0, 0.1);
    color: #073c78; }
  .table-responsive-scroll {
    display: block;
    overflow-x: scroll; }
    .table-responsive-scroll .table {
      table-layout: fixed;
      min-width: 800px; }
  .hidden-md-down {
    display: none; }
  .hidden-md-up {
    display: block; } }

/*********************** TABLET ONLY **************************/
/*********************** DESKTOP **************************/
@media (min-width: 992px) {
  .mmt {
    margin-top: 23px; } }
