﻿a {
  cursor: pointer; }
  a.tooltip-trigger {
    text-decoration: none;
    border-bottom: 1pt dashed;
    cursor: help; }

body {
  font-size: 16px;
  font-family: muli, sans-serif;
  overflow-x: hidden; }

dl {
  /*&.dl-150 {
        > dt {
            width: 150px;
        }
    }*/ }
  dl > dt {
    /*clear: both;*/
    float: left;
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
    width: 85px; }

footer {
  background-color: #f3f2f2;
  bottom: 0;
  font-size: .6em;
  left: 0;
  padding: 5px;
  position: fixed;
  right: 0;
  text-align: center; }

header {
  margin: auto -15px;
  position: relative; }
  header .provided-by {
    /*bottom: 0;*/
    height: 35px;
    position: absolute;
    right: 0;
    top: 0; }

html, body {
  width: 100%;
  height: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: raleway, sans-serif;
  font-weight: 300; }

h1 {
  color: #e08f00; }

h2 {
  font-size: 42px; }

h1, h2, h3, h4, h5, h6 {
  color: #e08f00; }

input.valid {
  background-image: url("images/icon-checkmark.png");
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid green; }
  input.valid:focus {
    background-image: none; }

input.invalid {
  background-image: url("images/icon-error.png");
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 24px;
  overflow: visible;
  padding-right: 30px;
  border: 1px solid red; }
  input.invalid:focus {
    background-image: none; }

label {
  font-family: raleway, sans-serif; }

p {
  font-family: muli, san-serif; }

ul.checklist {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.checklist > li {
    border-radius: 5px;
    color: #3764ac;
    margin: 10px 20px;
    padding: 5px 10px 5px 35px; }
    ul.checklist > li:after {
      background-image: url("images/icon-check-boxes.png");
      background-position: 0 -2px;
      background-repeat: no-repeat;
      content: '';
      display: block;
      height: 22px;
      margin-left: -25px;
      position: relative;
      margin-top: -21px;
      width: 20px; }
    ul.checklist > li.selected {
      background-color: #3764ac;
      color: white;
      cursor: pointer; }
    ul.checklist > li.complete:after {
      background-position: -20px 0;
      background-repeat: no-repeat;
      margin-top: -23px; }
    ul.checklist > li.complete:hover {
      background-color: #e08f00;
      color: white;
      cursor: pointer; }

#applicationHost {
  height: calc(100% - 145px);
  position: relative; }

.alert {
  border-radius: 0; }
  .alert.alert-danger {
    background-image: url("images/icon-error.png");
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: 1px solid red;
    padding-left: 50px; }
  .alert.alert-success {
    background-image: url("images/icon-checkmark.png");
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: 1px solid green;
    padding-left: 50px; }

.background-overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000; }

.bar-bottom {
  /*background-color: $primary-color-3;*/
  background-color: #f3f2f2;
  bottom: 0;
  height: 50px;
  left: 0;
  padding: 9px 15px;
  position: fixed;
  width: 100%; }

.bar-side {
  background-color: #f3f2f2;
  color: white;
  height: 100%;
  position: absolute;
  top: 0;
  width: 250px;
  /*ul {
        list-style-type: none;
        margin: 0;
        padding: 0;

        > li {
            
            &:after {
                background-image: url('images/icon-check-boxes.png');
                background-position: 0 -2px;
                background-repeat: no-repeat;
                content: '';
                display: block;
                height: 22px;
                margin-left: -25px;
                position: relative;
                margin-top: -21px;
                width: 20px;
            }

            border-radius: 5px;
            color: #3764ac;
            margin: 10px 20px;
            padding: 5px 10px 5px 35px;

            &.selected {
                background-color: #3764ac;
                color: white;
                cursor: pointer;
            }

            &.complete {
                
                &:after {
                    background-position: -20px 0;
                    background-repeat: no-repeat;
                    margin-top: -23px;
                }

                &:hover {
                    background-color: $secondary-color;
                    color: white;
                    cursor: pointer;
                }
            }
        }
    }*/ }
  @media only screen and (max-width: 992px), screen and (max-height: 800px) {
    .bar-side {
      display: none; } }

.bar-side-content {
  margin-left: 275px;
  margin-right: -15px;
  overflow-y: auto;
  padding: 50px 15px 75px 15px; }
  @media only screen and (max-width: 992px), screen and (max-height: 800px) {
    .bar-side-content {
      margin-left: 0; } }

.bar-side-left {
  left: 0;
  margin-left: -15px; }

.bar-top {
  background-color: #364471;
  color: white;
  height: 50px; }
  @media only screen and (max-height: 600px) {
    .bar-top {
      display: none; } }

.bg-dark {
  background-color: #364471;
  color: #eee; }
  .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5 {
    color: #e08f00; }
  .bg-dark label {
    color: #ccc;
    font-weight: normal;
    width: 125px; }
  .bg-dark .text-muted {
    color: #ccc; }

.box {
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 5px; }
  .box .title {
    background-color: #ddd;
    font-weight: bold;
    margin: -5px -5px 5px -5px;
    padding: 3px 10px; }
  .box.box-important {
    border-color: #800000 !important; }
    .box.box-important .title {
      background-color: #800000 !important;
      color: white; }

.box-scroll {
  border: 1px solid #ddd;
  height: 400px;
  overflow-y: scroll;
  padding: 5px; }

.btn-icon .caption {
  display: inline-block;
  position: relative;
  top: -13px; }

.btn-jumbo {
  font-size: 2em; }
  .btn-jumbo.btn-icon {
    text-align: left !important; }

.btn-no-hover:active {
  background-color: #337ab7 !important; }

.btn-no-hover:focus {
  background-color: #337ab7 !important; }

.btn-no-hover:hover {
  background-color: #337ab7 !important; }

.code-input-container {
  text-align: center; }
  .code-input-container .code-verify {
    display: inline-block !important;
    font-size: 4em !important;
    height: 1.3em !important;
    margin-right: 25px !important;
    width: 1em !important; }
    .code-input-container .code-verify::selection {
      background: #e08f00;
      /* WebKit/Blink Browsers */ }
    .code-input-container .code-verify::-moz-selection {
      background: #e08f00;
      /* Gecko Browsers */ }
    .code-input-container .code-verify:focus {
      background-color: #e08f00;
      color: white; }

/*.complete {
    color: green;
    font-weight: bold;
    list-style-type: none;

    &::after {
        background-image: url('images/icon-checkmark.png');
        background-repeat: no-repeat;
        background-size: 16px;
        content: '';
        display: block;
        height: 16px;
        position: relative;
        margin-left: -20px;
        margin-top: -18px;
        width: 16px;
    }
}*/
.dialog {
  background-color: white;
  display: none;
  position: fixed;
  top: 0;
  z-index: 1001; }
  .dialog.dialog-drop {
    /*height: 100%;*/
    overflow: scroll;
    width: 100%;
    /*& > * {
            height: 100%;
        }*/ }
    .dialog.dialog-drop footer {
      background-color: #364471;
      bottom: 0;
      padding: 10px;
      position: fixed;
      width: 100%;
      z-index: 2; }
    .dialog.dialog-drop header {
      background-color: #364471;
      margin: 0;
      padding: 5px 10px;
      position: fixed;
      width: 100%;
      z-index: 2; }
      .dialog.dialog-drop header h1, .dialog.dialog-drop header h2, .dialog.dialog-drop header h3, .dialog.dialog-drop header h4, .dialog.dialog-drop header h5 {
        color: white;
        margin: 0; }
      .dialog.dialog-drop header + .body {
        padding-top: 60px; }
    .dialog.dialog-drop .body {
      background-color: white;
      height: 100%;
      padding: 10px 10px 60px 10px;
      z-index: 2; }

.divider-vertical-shadow {
  background-color: white;
  border-left: 1px solid #ccc;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  width: 20px !important; }
  .divider-vertical-shadow:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    bottom: 0px;
    left: 0%;
    right: 10%;
    width: 10px;
    height: 94%;
    top: 3%;
    -moz-border-radius: 100%;
    border-radius: 100%; }

.durandal-wrapper {
  height: 100%;
  /*padding-bottom: 200px;*/ }

.form-control {
  border-radius: 0; }

.form-group.invalid label {
  color: red;
  position: relative;
  width: 100%; }
  .form-group.invalid label::after {
    background-color: red;
    color: white;
    content: 'REQUIRED';
    display: inline-block;
    font-size: .7em;
    padding: 0 2px;
    position: absolute;
    right: 0;
    top: 3px; }

.icon, .icon-16, .icon-24, .icon-32, .icon-account-sprite, .icon-contact, .icon-claim-cancel, .icon-claim-open, .icon-print, .icon-download, .icon-message {
  background-repeat: no-repeat;
  display: inline-block; }

.icon-16 {
  background-size: 16px;
  height: 16px;
  width: 16px; }

.icon-24 {
  background-size: 24px;
  height: 24px;
  width: 24px; }

.icon-32 {
  background-size: 32px;
  height: 32px;
  width: 32px; }

.icon-account-sprite, .icon-contact, .icon-claim-cancel, .icon-claim-open, .icon-print {
  background-image: url("images/icons-account-screen.png");
  background-size: 424px 53px !important;
  height: 53px;
  width: 53px; }

.icon-claim-cancel {
  background-position: -106px; }

.icon-claim-open {
  background-position: -159px; }

.icon-download {
  background-image: url("images/icon-download.png") !important; }

.icon-message {
  background-image: url("images/icon-message.jpg") !important; }

.icon-print {
  background-position: -53px; }

.list-border-bottom-gray > li {
  border-bottom: 1px solid #ddd; }
  .list-border-bottom-gray > li:last-child {
    border-bottom: none; }

.list-flat {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .list-flat > li {
    padding: 0; }

.list-items-border > li {
  border-bottom: 1px solid #ddd; }

.list-items-margin > li {
  margin-bottom: 10px; }
  .list-items-margin > li:last-child {
    border-bottom: none; }

@media only screen and (max-width: 768px) {
  .list-shadow-xs > li {
    background-color: white;
    display: block;
    margin-bottom: 5px;
    position: relative; }
    .list-shadow-xs > li:after {
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
      bottom: 0;
      left: 3%;
      right: 3%;
      width: 94%;
      height: 20%;
      -moz-border-radius: 100%;
      border-radius: 100%; } }

.navbar-cp {
  background-color: white;
  border: none;
  font-size: 13px;
  margin: 0; }
  .navbar-cp:after {
    background: #1e5799;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1e5799 0%, #3a62aa 2%, #0ab9d8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1e5799 0%, #3a62aa 2%, #0ab9d8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1e5799 0%, #3a62aa 2%, #0ab9d8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0ab9d8',GradientType=1 );
    /* IE6-9 */
    display: block;
    height: 10px; }
  @media only screen and (min-width: 480px) {
    .navbar-cp {
      margin: 0; } }
  @media only screen and (min-width: 768px) {
    .navbar-cp {
      padding: 10px 0 0 0; } }
  .navbar-cp.affix {
    background-color: white;
    border-radius: 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10; }
    @media only screen and (min-width: 768px) {
      .navbar-cp.affix {
        padding-top: 10px; } }
  .navbar-cp .navbar-collapse {
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .navbar-cp .navbar-collapse {
        text-align: center; } }
  .navbar-cp .navbar-header a.nav-logo {
    padding: 15px; }
    .navbar-cp .navbar-header a.nav-logo > img {
      display: block;
      max-width: 225px; }
  .navbar-cp .navbar-nav {
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .navbar-cp .navbar-nav {
        display: inline-block;
        float: none;
        font-family: raleway, sans-serif;
        font-style: normal;
        font-weight: 900;
        letter-spacing: 1px;
        vertical-align: middle; } }
    @media only screen and (min-width: 1200px) {
      .navbar-cp .navbar-nav > li {
        padding-top: 25px; } }
    @media only screen and (min-width: 320px) {
      .navbar-cp .navbar-nav > li {
        padding-left: 10px; } }
    .navbar-cp .navbar-nav > li > a {
      background-color: transparent !important;
      color: #364471 !important;
      padding: 0;
      padding: 15px 12px; }
      @media only screen and (max-width: 480px) {
        .navbar-cp .navbar-nav > li > a {
          padding: 8px 12px; } }
      .navbar-cp .navbar-nav > li > a:hover {
        color: #e08f00 !important; }
      .navbar-cp .navbar-nav > li > a.demo {
        background-color: #364471;
        border: 1px solid #364471;
        border-radius: 3px;
        color: white !important;
        margin: 7px 5px;
        padding: 7px 6px; }
        .navbar-cp .navbar-nav > li > a.demo:hover {
          background-color: #e08f00;
          border: 1px solid #e08f00; }
      @media only screen and (min-width: 480px) {
        .navbar-cp .navbar-nav > li > a.btn-login {
          background-color: #337ab7 !important;
          border-radius: 5px;
          color: white !important;
          font-weight: bold;
          margin-top: 10px;
          padding: 5px 10px; } }
    .navbar-cp .navbar-nav > .active > a:hover, .navbar-cp .navbar-nav > .active > a:focus {
      background-color: transparent;
      /*@media only screen and (min-width : $breakpoint-sm) {
                        border-bottom: 2px solid $secondary-color;
                        border-left: none;
                    }

                    @media only screen and (max-width : 320px) {
                        border-left: 2px solid $secondary-color;
                        color: $secondary-color !important;
                    }*/ }
    .navbar-cp .navbar-nav .nav-logo {
      padding: 0; }
      .navbar-cp .navbar-nav .nav-logo > img {
        height: 90px; }

.number {
  text-align: right; }

.page-host {
  height: 100%;
  position: relative; }

.pane {
  padding: 35px; }
  @media only screen and (min-width: 768px) {
    .pane {
      background-color: #f7f7f7;
      height: 100%; } }
  .pane label {
    font-weight: normal; }
  @media only screen and (min-width: 768px) {
    .pane.pane-left {
      border-right: 1px solid #ccc;
      position: relative; }
      .pane.pane-left:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        bottom: 0;
        right: 0;
        width: 10px;
        height: 94%;
        top: 3%;
        -moz-border-radius: 100%;
        border-radius: 100%; } }

.panel {
  border-radius: 0; }
  .panel .panel-body {
    background-color: #f7f7f7; }
    .panel .panel-body .panel-heading {
      background-color: #dedede; }
    .panel .panel-body .panel-body {
      background-color: white; }
  .panel .panel-heading {
    border-radius: 0; }
  .panel.panel-shadow {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75); }
  .panel.panel-sm .panel-body {
    padding: 3px; }
  .panel.panel-sm .panel-heading {
    padding: 3px; }

@media only screen and (min-width: 768px) {
  .row.row-full-height-sm {
    height: 100%; }
    .row.row-full-height-sm > [class^="col-"] {
      height: 100%;
      overflow-y: auto;
      padding: 0; } }

.row.row-no-padding {
  padding: 0; }
  .row.row-no-padding > [class^="col-"] {
    padding: 0; }

.social {
  background-color: transparent;
  background-image: url("images/socialMedia.png");
  background-size: 200px 80px;
  border: none;
  height: 40px;
  width: 40px; }
  .social.social-Google {
    background-position-x: -80px; }
  .social.social-Microsoft, .social.social-OpenIdConnect {
    background-position-x: -160px; }
  .social.social-Twitter {
    background-position-x: -120px; }

.splash {
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%; }

.status-bar {
  display: inline-block;
  font-size: 0;
  height: 20px;
  margin: 35px 0 10px 0;
  padding: 0;
  text-align: center;
  width: 100%; }
  .status-bar.status-bar-gaps > li {
    border-right: 3px solid white; }
  .status-bar.status-bar-xs {
    height: 5px;
    margin-top: 10px; }
  .status-bar > li {
    background-color: #22305C;
    box-sizing: border-box;
    border-right: 3px solid #22305C;
    display: inline-block;
    height: 100%;
    overflow: visible;
    position: relative; }
    .status-bar > li:last-child {
      border-right: none; }
    @media only screen and (min-width: 992px) {
      .status-bar > li:before {
        content: attr(title);
        display: block;
        font-size: 11pt;
        height: 20px;
        position: absolute;
        text-align: center;
        top: -1.7em;
        width: 100%; } }
    .status-bar > li:hover {
      background-color: #ffbc47; }
    .status-bar > li.active {
      background-color: #e08f00;
      /*:after {
                background-image: url('images/icon-arrow-up-orange.png');
                background-repeat: no-repeat;
                background-size: 20px;
                content: '';
                display: block;
                height: 20px;
                margin-right: -10px;
                margin-top: 5px;
                position: absolute;
                right: 0%;
                top: 100%;
                width: 20px;
            }*/ }
      .status-bar > li.active > .status-bar {
        display: inline-block; }
    .status-bar > li > .status-bar {
      background-color: #22305C;
      display: none;
      margin: 0; }
      .status-bar > li > .status-bar > li:after, .status-bar > li > .status-bar > li:before {
        display: none; }

.table-cp input[type="radio"] {
  margin: 0;
  position: relative; }

.table-highlight tbody > tr:hover {
  background-color: #fff4e0; }

.table-summary tr {
  background-color: #364471;
  color: white; }

.text-lg {
  font-size: 1.2em; }

.text-secondary {
  color: #e08f00; }

.text-shadow {
  color: white;
  text-shadow: 1px 2px 3px #666; }

.text-sm {
  font-size: .8em; }

.text-xl {
  font-size: 1.5em; }

.tooltip-cp {
  position: relative; }
  .tooltip-cp > * {
    display: none; }
  .tooltip-cp:hover > * {
    background-color: #232323;
    border-radius: 5px;
    color: white;
    display: block;
    width: 200px;
    opacity: .9;
    padding: 10px;
    position: absolute;
    top: 1em;
    left: 75%;
    z-index: 1; }

@media only screen and (max-height: 800px) {
  .visible-height-lt-800 {
    display: block !important; } }

