.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.logo-spinner:before {
  background: url('https://static.creditinfo.is/resources/common/img/init/ciweb-spinner.gif') 0 100%;
  background-size: contain;
  content: "";
  color: #ccc;
  height: 55px;
  width: 55px;
  position: fixed;
  z-index: 100;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.logo-spinner:after {
  content: "Augnablik...";
  color: #ccc;
  height: 10px;
  width: 100px;
  position: fixed;
  z-index: 100;
  margin-top: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}
.init-app {
  height: 100%;
}
.init-app body {
  height: 100%;
}
.init-app body:before {
  background: url('https://static.creditinfo.is/resources/common/img/init/ciweb-spinner.gif') 0 100%;
  background-size: contain;
  content: "";
  color: #ccc;
  height: 55px;
  width: 55px;
  position: fixed;
  z-index: 100;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.init-app body:after {
  content: "Augnablik...";
  color: #ccc;
  height: 10px;
  width: 100px;
  position: fixed;
  z-index: 100;
  margin-top: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}
.init-app body header .user,
.init-app body header .action-bar,
.init-app body header .main-nav {
  opacity: 0;
}
.init-app body header:before {
  opacity: 1;
  content: "";
  display: block;
  height: 100px;
  width: 100%;
  margin-top: -100px;
  background-color: #FFF;
}
.init-app body .nav-scroller ul {
  opacity: 0;
}
.init-app body .sidebar,
.init-app body .side-nav,
.init-app body .main,
.init-app body .main-footer,
.init-app body .main-view {
  opacity: 0;
}
.init-app.is-settings .top-spacer:before {
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0.2;
  content: "";
  display: block;
  height: 20px;
  width: 190px;
  background-color: #f7f7f7;
  z-index: 1000;
  border-radius: 5px;
}
.sidebar,
.main,
.main-footer,
.main-header .grid,
.main-header .main-nav,
.main-header .user,
.main-header .action-bar,
.side-nav {
  transition: opacity linear 0.2s;
}
header:after,
header:before {
  opacity: 0;
  transition: all linear 0.2s;
}
.initial-loading .nav-scroller:before {
  position: absolute;
  top: 40px;
  left: 1.875em;
  content: url("https://static.creditinfo.is/resources/common/img/init/init-side-nav.png");
  display: block;
  transition: all linear 0.3s;
  opacity: 0;
}
.initial-loading .nav-scroller:before {
  opacity: 1;
  top: 50px;
}
.initial-loading .nav-scroller ul {
  opacity: 0;
  transition: all linear 0.3s;
}
.nav-scroller ul {
  transition: opacity linear 0.3s;
}
.loading-list-item:before {
  position: absolute;
  top: 40px;
  left: 1.875em;
  content: url("https://static.creditinfo.is/resources/common/img/init/init-side-nav.png");
  display: block;
  transition: all linear 0.3s;
  opacity: 0;
}
@media (max-width: 960px) {
  .initial-loading .nav-scroller:before {
    top: 125px;
  }
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('/fonts/opensans/OpenSans-Regular-webfont.eot');
  src: url('/fonts/opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/opensans/OpenSans-Regular-webfont.woff') format('woff'), url('/fonts/opensans/OpenSans-Regular-webfont.ttf') format('truetype'), url('/fonts/opensans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold';
  src: url('/fonts/opensans/OpenSans-Bold-webfont.eot');
  src: url('/fonts/opensans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/opensans/OpenSans-Bold-webfont.woff') format('woff'), url('/fonts/opensans/OpenSans-Bold-webfont.ttf') format('truetype'), url('/fonts/opensans/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('/fonts/opensans/OpenSans-Semibold-webfont.eot');
  src: url('/fonts/opensans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/opensans/OpenSans-Semibold-webfont.woff') format('woff'), url('/fonts/opensans/OpenSans-Semibold-webfont.ttf') format('truetype'), url('/fonts/opensans/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansitalic';
  src: url('/fonts/opensans/OpenSans-Italic-webfont.eot');
  src: url('/fonts/opensans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/opensans/OpenSans-Italic-webfont.woff') format('woff'), url('/fonts/opensans/OpenSans-Italic-webfont.ttf') format('truetype'), url('/fonts/opensans/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'open_sansregular';
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/opensans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  }
  @font-face {
    font-family: 'open_sansbold';
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/opensans/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
  }
  @font-face {
    font-family: 'open_sanssemibold';
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/opensans/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
  }
  @font-face {
    font-family: 'open_sansitalic';
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/opensans/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.grid {
  *zoom: 1;
}
.grid:before,
.grid:after {
  content: " ";
  display: table;
}
.grid:after {
  clear: both;
}
.grid:before,
.grid:after {
  content: " ";
  display: table;
}
.grid:after {
  clear: both;
}
.grid > .col {
  display: block;
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid > .col.s12of12 {
  width: 100%;
}
.grid > .col.s11of12 {
  width: 91.66666666666667%;
}
.grid > .col.s10of12 {
  width: 83.33333333333334%;
}
.grid > .col.s9of12 {
  width: 75%;
}
.grid > .col.s8of12 {
  width: 66.66666666666667%;
}
.grid > .col.s7of12 {
  width: 58.333333333333336%;
}
.grid > .col.s6of12 {
  width: 50%;
}
.grid > .col.s5of12 {
  width: 41.66666666666667%;
}
.grid > .col.s4of12 {
  width: 33.333333333333336%;
}
.grid > .col.s3of12 {
  width: 25%;
}
.grid > .col.s2of12 {
  width: 16.666666666666668%;
}
.grid > .col.s1of12 {
  width: 8.333333333333334%;
}
.grid > .col.s11of11 {
  width: 100.00000000000001%;
}
.grid > .col.s10of11 {
  width: 90.90909090909092%;
}
.grid > .col.s9of11 {
  width: 81.81818181818183%;
}
.grid > .col.s8of11 {
  width: 72.72727272727273%;
}
.grid > .col.s7of11 {
  width: 63.63636363636364%;
}
.grid > .col.s6of11 {
  width: 54.54545454545455%;
}
.grid > .col.s5of11 {
  width: 45.45454545454546%;
}
.grid > .col.s4of11 {
  width: 36.36363636363637%;
}
.grid > .col.s3of11 {
  width: 27.272727272727273%;
}
.grid > .col.s2of11 {
  width: 18.181818181818183%;
}
.grid > .col.s1of11 {
  width: 9.090909090909092%;
}
.grid > .col.s10of10 {
  width: 100%;
}
.grid > .col.s9of10 {
  width: 90%;
}
.grid > .col.s8of10 {
  width: 80%;
}
.grid > .col.s7of10 {
  width: 70%;
}
.grid > .col.s6of10 {
  width: 60%;
}
.grid > .col.s5of10 {
  width: 50%;
}
.grid > .col.s4of10 {
  width: 40%;
}
.grid > .col.s3of10 {
  width: 30%;
}
.grid > .col.s2of10 {
  width: 20%;
}
.grid > .col.s1of10 {
  width: 10%;
}
.grid > .col.s9of9 {
  width: 100%;
}
.grid > .col.s8of9 {
  width: 88.88888888888889%;
}
.grid > .col.s7of9 {
  width: 77.77777777777777%;
}
.grid > .col.s6of9 {
  width: 66.66666666666666%;
}
.grid > .col.s5of9 {
  width: 55.55555555555556%;
}
.grid > .col.s4of9 {
  width: 44.44444444444444%;
}
.grid > .col.s3of9 {
  width: 33.33333333333333%;
}
.grid > .col.s2of9 {
  width: 22.22222222222222%;
}
.grid > .col.s1of9 {
  width: 11.11111111111111%;
}
.grid > .col.s8of8 {
  width: 100%;
}
.grid > .col.s7of8 {
  width: 87.5%;
}
.grid > .col.s6of8 {
  width: 75%;
}
.grid > .col.s5of8 {
  width: 62.5%;
}
.grid > .col.s4of8 {
  width: 50%;
}
.grid > .col.s3of8 {
  width: 37.5%;
}
.grid > .col.s2of8 {
  width: 25%;
}
.grid > .col.s1of8 {
  width: 12.5%;
}
.grid > .col.s7of7 {
  width: 100%;
}
.grid > .col.s6of7 {
  width: 85.71428571428572%;
}
.grid > .col.s5of7 {
  width: 71.42857142857143%;
}
.grid > .col.s4of7 {
  width: 57.142857142857146%;
}
.grid > .col.s3of7 {
  width: 42.85714285714286%;
}
.grid > .col.s2of7 {
  width: 28.571428571428573%;
}
.grid > .col.s1of7 {
  width: 14.285714285714286%;
}
.grid > .col.s6of6 {
  width: 100%;
}
.grid > .col.s5of6 {
  width: 83.33333333333334%;
}
.grid > .col.s4of6 {
  width: 66.66666666666667%;
}
.grid > .col.s3of6 {
  width: 50%;
}
.grid > .col.s2of6 {
  width: 33.333333333333336%;
}
.grid > .col.s1of6 {
  width: 16.666666666666668%;
}
.grid > .col.s5of5 {
  width: 100%;
}
.grid > .col.s4of5 {
  width: 80%;
}
.grid > .col.s3of5 {
  width: 60%;
}
.grid > .col.s2of5 {
  width: 40%;
}
.grid > .col.s1of5 {
  width: 20%;
}
.grid > .col.s4of4 {
  width: 100%;
}
.grid > .col.s3of4 {
  width: 75%;
}
.grid > .col.s2of4 {
  width: 50%;
}
.grid > .col.s1of4 {
  width: 25%;
}
.grid > .col.s3of3 {
  width: 100%;
}
.grid > .col.s2of3 {
  width: 66.66666666666667%;
}
.grid > .col.s1of3 {
  width: 33.333333333333336%;
}
.grid > .col.s2of2 {
  width: 100%;
}
.grid > .col.s1of2 {
  width: 50%;
}
.grid > .col.s1of1 {
  width: 100%;
}
.grid.reverse > .col {
  float: right;
}
.grid.gutter {
  margin-left: -1.25em;
  margin-right: -1.25em;
}
.grid.gutter > .col {
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.grid.extra-gutter {
  margin-left: -3.125em;
  margin-right: -3.125em;
}
.grid.extra-gutter > .col {
  padding-left: 3.125em;
  padding-right: 3.125em;
}
.grid.tight {
  margin-left: -0.625em;
  margin-right: -0.625em;
}
.grid.tight > .col {
  padding-left: 0.625em;
  padding-right: 0.625em;
}
.grid.debug > .col {
  background-color: rgba(0, 0, 0, 0.25);
}
.grid.debug > .col:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1200px) {
  .grid.collapse1200 > .col {
    float: none;
    width: 100%;
  }
  td[class='trim1200'] span,
  td[class='trim1200'] a {
    overflow: visible;
    white-space: normal;
  }
}
@media only screen and (min-width: 1200px) {
  .grid.expand1200 > .col {
    float: none;
    width: 100%;
  }
}
.lt-ie9 .grid.expand1200 > .col {
  float: none;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .hide1200 {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  .grid.collapse1080 > .col {
    float: none;
    width: 100%;
  }
  td[class='trim1080'] span,
  td[class='trim1080'] a {
    overflow: visible;
    white-space: normal;
  }
}
@media only screen and (min-width: 1080px) {
  .grid.expand1080 > .col {
    float: none;
    width: 100%;
  }
}
.lt-ie9 .grid.expand1080 > .col {
  float: none;
  width: 100%;
}
@media only screen and (max-width: 1080px) {
  .hide1080 {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .grid.collapse960 > .col {
    float: none;
    width: 100%;
  }
  td[class='trim960'] span,
  td[class='trim960'] a {
    overflow: visible;
    white-space: normal;
  }
}
@media only screen and (min-width: 960px) {
  .grid.expand960 > .col {
    float: none;
    width: 100%;
  }
}
.lt-ie9 .grid.expand960 > .col {
  float: none;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .hide960 {
    display: none;
  }
}
@media only screen and (max-width: 840px) {
  .grid.collapse840 > .col {
    float: none;
    width: 100%;
  }
  td[class='trim840'] span,
  td[class='trim840'] a {
    overflow: visible;
    white-space: normal;
  }
}
@media only screen and (min-width: 840px) {
  .grid.expand840 > .col {
    float: none;
    width: 100%;
  }
}
.lt-ie9 .grid.expand840 > .col {
  float: none;
  width: 100%;
}
@media only screen and (max-width: 840px) {
  .hide840 {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  .grid.collapse720 > .col {
    float: none;
    width: 100%;
  }
  td[class='trim720'] span,
  td[class='trim720'] a {
    overflow: visible;
    white-space: normal;
  }
}
@media only screen and (min-width: 720px) {
  .grid.expand720 > .col {
    float: none;
    width: 100%;
  }
}
.lt-ie9 .grid.expand720 > .col {
  float: none;
  width: 100%;
}
@media only screen and (max-width: 720px) {
  .hide720 {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .grid.collapse600 > .col {
    float: none;
    width: 100%;
  }
  td[class='trim600'] span,
  td[class='trim600'] a {
    overflow: visible;
    white-space: normal;
  }
}
@media only screen and (min-width: 600px) {
  .grid.expand600 > .col {
    float: none;
    width: 100%;
  }
}
.lt-ie9 .grid.expand600 > .col {
  float: none;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .hide600 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .grid.collapse480 > .col {
    float: none;
    width: 100%;
  }
  td[class='trim480'] span,
  td[class='trim480'] a {
    overflow: visible;
    white-space: normal;
  }
}
@media only screen and (min-width: 480px) {
  .grid.expand480 > .col {
    float: none;
    width: 100%;
  }
}
.lt-ie9 .grid.expand480 > .col {
  float: none;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .hide480 {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .grid.collapse360 > .col {
    float: none;
    width: 100%;
  }
  td[class='trim360'] span,
  td[class='trim360'] a {
    overflow: visible;
    white-space: normal;
  }
}
@media only screen and (min-width: 360px) {
  .grid.expand360 > .col {
    float: none;
    width: 100%;
  }
}
.lt-ie9 .grid.expand360 > .col {
  float: none;
  width: 100%;
}
@media only screen and (max-width: 360px) {
  .hide360 {
    display: none;
  }
}
.grid.gutter.no-boxsizing {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}
.grid.gutter.no-boxsizing > .col {
  padding-left: 0;
  padding-right: 0;
}
.grid.gutter.no-boxsizing > .col > .padbox {
  padding-left: 0.46875em;
  padding-right: 0.46875em;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
  min-width: 320px;
  height: 100%;
  min-width: 100%;
  background: #fff;
  /*&.sidenav-open{
		overflow: hidden;
		height: 100%;
	}*/
}
body {
  margin: 0;
  overflow-x: visible!important;
  font-size: 16px;
  line-height: 1.5em;
  color: #333;
  background: #fff;
  height: 100%;
}
@media only screen {
  body {
    font-family: 'open_sansregular', Arial, sans-serif;
  }
}
hr {
  border: none;
  border-top: 1px solid #e6e6e6;
  margin: 1.5em 0 3em 0;
}
hr.small {
  margin: 0 0 1.5em 0;
}
hr.half {
  margin: 1.5em 0 1.5em 0;
}
hr.red {
  border-color: #c40f11;
}
.hr-expand hr {
  margin: 0.7em 0 1.5em 0;
}
.info-text {
  font-size: 0.875em;
  text-align: right;
}
.info-text span,
.info-text strong {
  vertical-align: -4px;
  margin-right: 5px;
}
.info-text span:before,
.info-text strong:before {
  margin-right: 5px;
  font-size: 1em;
  vertical-align: -1px;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.hide-true {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
  line-height: 1.5em;
  color: #c40f11;
  margin: 0;
}
@media only screen {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-family: 'open_sansregular', Arial, sans-serif;
  }
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.3em;
  margin-bottom: 0.6em;
  color: #333;
}
@media only screen {
  h1 span,
  .h1 span {
    font-family: 'open_sansbold', 'open_sansregular', Arial, sans-serif;
  }
}
h1 i,
.h1 i {
  color: #999;
  margin-right: 10px;
  font-size: 1.3em;
  vertical-align: -4px;
}
h2,
.h2 {
  margin-bottom: 1em;
  font-size: 1.5em;
  text-transform: none;
}
h2[class*=" header-sprite-"],
.h2[class*=" header-sprite-"],
h2[class^="header-sprite-"],
.h2[class^="header-sprite-"] {
  position: relative;
  padding-left: 50px;
}
h3,
.h3 {
  font-size: 1.25em;
  margin-bottom: 1.2em;
}
h4,
.h4 {
  font-size: 1.125em;
  margin-bottom: 1.33333333em;
}
h5,
.h5 {
  font-size: 1em;
  margin-bottom: 1.05em;
}
h6,
.h6 {
  font-size: 0.875em;
  color: #333;
  margin-bottom: 1.28571429em;
}
.preheading {
  text-transform: uppercase;
  color: #999;
  font-weight: normal;
}
@media only screen {
  .preheading {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
h1[class*=" icon-"]:before,
.h1[class*=" icon-"]:before,
h2[class*=" icon-"]:before,
.h2[class*=" icon-"]:before,
h3[class*=" icon-"]:before,
.h3[class*=" icon-"]:before,
h4[class*=" icon-"]:before,
.h4[class*=" icon-"]:before,
h1[class^="icon-"]:before,
.h1[class^="icon-"]:before,
h2[class^="icon-"]:before,
.h2[class^="icon-"]:before,
h3[class^="icon-"]:before,
.h3[class^="icon-"]:before,
h4[class^="icon-"]:before,
.h4[class^="icon-"]:before {
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
  font-size: 1.4em;
  color: #989898;
}
@media only screen and (max-width: 720px) {
  h1,
  .h1 {
    font-size: 1.875em;
  }
  h2,
  .h2 {
    font-size: 1.25em;
  }
}
p {
  margin: 0 0 1.5em;
}
p.large {
  font-size: 1.125em;
}
p.small {
  font-size: 0.875em;
  line-height: 1.6em;
}
p.table-footnote {
  padding: 0 0.75em;
  line-height: 1.6em;
  font-size: 0.875em;
  color: #999;
}
p.has-icon {
  padding-left: 1.875em;
  position: relative;
}
p.has-icon i {
  position: absolute;
  left: 0;
}
strong {
  font-weight: normal;
}
@media only screen {
  strong {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
@media only screen {
  em {
    font-family: 'open_sansitalic', 'open_sansregular', Arial, sans-serif;
  }
}
blockquote {
  margin: 0 0 1.5em;
  padding-left: 1.875em;
  border-left: 5px solid #dadada;
}
@media only screen {
  blockquote p {
    font-family: 'open_sansitalic', 'open_sansregular', Arial, sans-serif;
  }
}
ul,
ol,
dl {
  margin: 0 0 1.5em;
  padding: 0 0 0 1.5em;
}
ul ul,
ol ul,
dl ul,
ul ol,
ol ol,
dl ol,
ul dl,
ol dl,
dl dl {
  margin-bottom: 0;
}
ol li {
  list-style: decimal;
}
ul.list {
  padding: 0;
}
ul.list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.3125em;
  list-style: none;
}
ul.list li:before {
  position: absolute;
  content: "\E601";
  left: 0;
  font-family: 'credit-info';
  font-size: 0.9em;
  color: #c40f11;
}
ul.list li ul {
  padding: 0 0 0 1em;
  margin-top: 0.3125em;
}
ul.list li li:before {
  color: #333;
}
ul.borders li {
  margin: 0;
  padding: 0.85714286em 0.35714286em 0.85714286em 2.25em;
  border-bottom: 1px solid #e6e6e6;
}
ul.borders li:before {
  left: 1em;
}
ul.borders li li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
ul.borders > li:first-child {
  border-top: 1px solid #e6e6e6;
}
ul.calendar li {
  padding-left: 3.6em;
}
ul.calendar li:before {
  content: "\E614";
  left: 0;
  font-size: 2.2em;
  color: #999;
}
ul.calendar li:first-child {
  padding-top: 0;
  border-top: none;
}
ul.calendar li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
ul.checkmark li {
  list-style: none;
  position: relative;
  padding-left: 2.25em;
}
ul.checkmark li:before {
  content: "\E602";
  position: absolute;
  left: 0;
  font-size: 1.5em;
  vertical-align: -4px;
}
ul.links li {
  list-style: none;
  padding-left: 0;
}
ul.links li:before {
  display: none;
}
ul.links a {
  position: relative;
  padding-left: 1.3em;
}
ul.links a:before {
  position: absolute;
  left: 0;
  margin-right: 0.85714286em;
  content: "\E604";
  vertical-align: -2px;
  font-family: 'credit-info';
}
.grid-list {
  margin-bottom: 1.5em;
  font-size: 0.875em;
}
.grid-list a {
  color: #333;
}
.grid-list .row {
  padding: 0 10px 8px;
}
.grid-list.border .row {
  padding-top: 8px;
  border-top: 1px solid #e6e6e6;
}
.grid-list.border .row:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.grid-list .trunk {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.grid-list .num {
  padding-right: 10px;
}
.grid-list .has-image {
  padding-left: 30px;
  position: relative;
}
.grid-list .has-image .icoMedia {
  max-width: 22px;
  position: absolute;
  left: 0;
}
ul.checklist {
  margin-bottom: 1.5em !important;
}
ul.checklist li {
  list-style: none;
  position: relative;
  padding: 10px 0;
  font-size: 0.875em;
  border-bottom: 1px solid #e6e6e6;
}
ul.checklist li:before,
ul.checklist li:after {
  display: block!important;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 15px;
  width: 15px;
  line-height: 15px;
  font-family: 'credit-info';
  font-size: 1.4em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.no-csstransforms ul.checklist li:before,
.no-csstransforms ul.checklist li:after {
  top: 15px;
}
ul.checklist li:before {
  content: "\E601";
  color: #b3b3b3;
}
ul.checklist li:after {
  z-index: 2;
  color: #169818;
}
ul.checklist li.checked:before {
  color: #fff;
  font-size: 0.85em;
  text-align: center;
  right: -2px;
}
ul.checklist li.checked:after {
  content: "\E602";
}
ul.checklist li.nocheck:before,
ul.checklist li.nocheck:after {
  display: none!important;
}
ul.checklist li .button {
  display: inline;
  margin: 0;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  vertical-align: inherit;
}
@media only screen {
  ul.checklist li .button {
    font-family: 'open_sansregular', Arial, sans-serif;
  }
}
ul.checklist li .button.focus {
  background: none;
}
ul.checklist li .button input {
  height: auto;
  display: inline;
  padding: 0;
  float: none;
  line-height: inherit;
}
ul.checklist li .button input:active,
ul.checklist li .button input:focus {
  background: none;
}
ul.radio,
ul.checkbox {
  padding: 0;
}
ul.radio li,
ul.checkbox li {
  list-style: none;
}
ul.no-style {
  padding-left: 0;
}
ul.no-style li {
  list-style: none;
  padding-left: 0;
}
ul.no-style li:before {
  display: none;
}
ol {
  padding: 0 0 0 1.5em;
}
a {
  color: #00a6c6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.disabled:hover,
a.disabled {
  color: #999;
  text-decoration: none;
  cursor: default;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
a.link {
  color: #333;
}
a.link:before {
  margin-right: 0.75em;
  content: "\E604";
  vertical-align: -2px;
  font-family: 'credit-info';
  color: #c40f11;
}
a.link:hover {
  color: #c40f11;
  text-decoration: none;
}
a.url {
  color: #999;
}
.form select,
.form textarea,
.form input[type="text"],
.form input[type="password"],
.form input[type="datetime"],
.form input[type="datetime-local"],
.form input[type="date"],
.form input[type="month"],
.form input[type="time"],
.form input[type="week"],
.form input[type="number"],
.form input[type="email"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="color"],
.form .uneditable-input {
  *display: inline;
  *zoom: 1;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0.5em 0.9375em;
  width: 100%;
  height: 33px;
  color: #666;
  font-size: 0.875em;
  color: #333;
  font-weight: normal;
  outline-color: #999;
  border: 1px solid #e6e6e6;
  background: #fff;
}
@media only screen {
  .form select,
  .form textarea,
  .form input[type="text"],
  .form input[type="password"],
  .form input[type="datetime"],
  .form input[type="datetime-local"],
  .form input[type="date"],
  .form input[type="month"],
  .form input[type="time"],
  .form input[type="week"],
  .form input[type="number"],
  .form input[type="email"],
  .form input[type="url"],
  .form input[type="search"],
  .form input[type="tel"],
  .form input[type="color"],
  .form .uneditable-input {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.form select.margin-bottom,
.form textarea.margin-bottom,
.form input[type="text"].margin-bottom,
.form input[type="password"].margin-bottom,
.form input[type="datetime"].margin-bottom,
.form input[type="datetime-local"].margin-bottom,
.form input[type="date"].margin-bottom,
.form input[type="month"].margin-bottom,
.form input[type="time"].margin-bottom,
.form input[type="week"].margin-bottom,
.form input[type="number"].margin-bottom,
.form input[type="email"].margin-bottom,
.form input[type="url"].margin-bottom,
.form input[type="search"].margin-bottom,
.form input[type="tel"].margin-bottom,
.form input[type="color"].margin-bottom,
.form .uneditable-input.margin-bottom {
  margin-bottom: 0.75em;
}
.form select.required,
.form textarea.required,
.form input[type="text"].required,
.form input[type="password"].required,
.form input[type="datetime"].required,
.form input[type="datetime-local"].required,
.form input[type="date"].required,
.form input[type="month"].required,
.form input[type="time"].required,
.form input[type="week"].required,
.form input[type="number"].required,
.form input[type="email"].required,
.form input[type="url"].required,
.form input[type="search"].required,
.form input[type="tel"].required,
.form input[type="color"].required,
.form .uneditable-input.required {
  border: 1px solid #c40f11;
}
.form ::-webkit-input-placeholder {
  color: #999;
  line-height: 1.4;
}
.form :-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  line-height: 1;
}
.form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  line-height: 1.2;
}
.form :-ms-input-placeholder {
  color: #999;
  line-height: 1;
}
.form .date-field .ci-datepicker {
  max-width: 150px;
  min-width: 150px;
}
.form .number-field input {
  max-width: 150px;
  min-width: 150px;
}
.form select {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.form {
  margin-bottom: 1.5em;
}
.form.text,
.form .text {
  font-size: 0.875em;
}
.form label {
  display: block;
  margin: 0 0 0.1em;
  font-size: 0.875em;
  color: #666;
}
@media only screen {
  .form label {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.form label span {
  *display: inline;
  *zoom: 1;
  display: inline-block;
  margin: 0 0 0 10px;
  font-weight: normal;
  font-size: 0.6875em;
  color: #eee;
}
.form ul.list li:before {
  display: block;
}
.form li:before {
  display: none;
}
.form.search {
  position: relative;
}
.form.search input[type='text'] {
  padding-right: 50px;
}
.form.search .button.input-wrap.no-text {
  position: absolute;
  right: 0.75em;
  top: 50%;
  margin-top: -17px;
  background: transparent;
}
.form.search .button.input-wrap.no-text:before {
  color: #999;
  font-size: 1.8em;
}
.form-grid {
  line-height: 35px;
  position: relative;
}
.form-grid.type-one .left {
  padding-right: 300px;
}
.form-grid.type-one .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 270px;
}
.form.inline-button {
  margin-top: 27px;
}
.in-editmode.form .no-vertical-padding select,
.in-editmode .form .no-vertical-padding select,
.in-editmode.form .no-vertical-padding input,
.in-editmode .form .no-vertical-padding input {
  margin-top: 5px;
  margin-bottom: 5px;
}
@-moz-document url-prefix() {
  .form.inline-button {
    margin-top: 25px;
  }
}
.form .input-icon {
  position: relative;
}
.form .input-icon input {
  padding-right: 32px;
}
.form .input-icon input:focus + i {
  color: #c40f11;
}
.form .input-icon i,
.form .input-icon .input-icon-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  color: #333;
}
.form .input-icon i.icon-alert,
.form .input-icon .input-icon-btn.icon-alert {
  color: #e89e0e;
}
.form .input-icon i.icon-error,
.form .input-icon .input-icon-btn.icon-error {
  color: #d71921;
}
.form .list-unstyled {
  font-size: 14px;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  color: #666;
}
.no-gutter-bottom > .form {
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
  width: 40%;
}
.form-inline ci-datepicker,
.form-inline ci-textbox {
  display: inline-block;
  width: 50%;
}
.form-inline.append-input ci-textbox {
  display: inline-block;
  width: 30%;
}
.form-inline .append-input-text {
  display: inline-block;
  width: 20%;
}
.form-inline input[type=text] {
  width: 100%;
}
.form-label {
  line-height: 33px;
}
.form .validation-message {
  font-size: 16;
  display: none;
}
.form .validation-message .message {
  margin: 3px 0;
}
.form.has-warning input,
.form .has-warning input {
  border-color: #e89e0e;
  outline-color: #e89e0e;
}
.form.has-warning .validation-message,
.form .has-warning .validation-message {
  color: #e89e0e;
  display: inline-block;
}
.form.has-error input,
.form .has-error input {
  border-color: #d71921;
  outline-color: #d71921;
}
.form.has-error .validation-message,
.form .has-error .validation-message {
  color: #d71921;
  display: inline-block;
}
.form.has-success input,
.form .has-success input {
  border-color: #819d0a;
  outline-color: #819d0a;
}
.form.has-success .validation-message,
.form .has-success .validation-message {
  color: #819d0a;
  display: inline-block;
}
.form.has-info input,
.form .has-info input {
  border-color: #4091c6;
  outline-color: #4091c6;
}
.form.has-info .validation-message,
.form .has-info .validation-message {
  color: #4091c6;
  display: inline-block;
}
select[disabled],
textarea[disabled],
input[disabled] {
  border-color: #ffffff;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
fieldset {
  border: 1px solid #e6e6e6;
  margin: 0;
  padding: 0.5em 0.9375em;
}
@media only screen and (max-width: 720px) {
  .form-grid.type-one .left {
    padding-right: 0;
    margin-bottom: 0.9375em;
  }
  .form-grid.type-one .right {
    position: relative;
    width: 100%;
  }
}
.form.input-small-30,
.form.input-small-40,
.form.input-small-50,
.form.input-small-60 {
  margin: -4px 0 !important;
}
.form.input-small-30 input,
.form.input-small-40 input,
.form.input-small-50 input,
.form.input-small-60 input {
  padding-top: 2px;
  padding-bottom: 2px;
}
.form.input-small-30 {
  max-width: 30px;
}
.form.input-small-40 {
  max-width: 40px;
}
.form.input-small-50 {
  max-width: 50px;
}
.form.input-small-60 {
  max-width: 60px;
}
.form textarea {
  min-height: 6em;
  resize: vertical;
}
.form textarea.disabled,
.form textarea[disabled] {
  resize: none;
}
.description p {
  font-size: 0.8em;
  color: #999;
  margin: 0;
}
.description.claim-description {
  padding: 15px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.form.side {
  position: relative;
  padding-left: 10.5em;
}
.form.side.medium {
  padding-left: 18.5em;
}
.form.side.medium > label {
  width: 17em;
}
.form.side > label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 9em;
  line-height: 2.5em;
}
.form.side > label span {
  display: block;
  margin-left: 0;
  margin-top: -2.15em;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  font-size: 0.875em;
  text-transform: none;
  cursor: pointer;
}
@media only screen {
  input[type="checkbox"] + label {
    font-family: 'open_sansregular', Arial, sans-serif;
  }
}
input[type="checkbox"] + label:before {
  -webkit-transition: color 300ms;
  -khtml-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  content: " ";
  white-space: pre;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: -1px;
  margin-right: 10px;
  line-height: 14px;
  font-family: 'credit-info';
  color: #fff;
  background: #fff;
  border: 1px solid #d4d4d4;
}
input[type="checkbox"]:checked + label:before {
  content: "\E603";
  color: #c40f11;
}
input[type="checkbox"]:disabled + label {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  cursor: default;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  font-size: 0.875em;
  cursor: pointer;
}
@media only screen {
  input[type="radio"] + label {
    font-family: 'open_sansregular', Arial, sans-serif;
  }
}
input[type="radio"] + label:before {
  -webkit-transition: color 300ms;
  -khtml-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  content: "\E601";
  display: inline-block;
  width: 13px;
  height: 14px;
  padding-left: 1px;
  vertical-align: -1px;
  margin-right: 10px;
  line-height: 14px;
  font-family: 'credit-info';
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
}
input[type="radio"]:checked + label:before {
  color: #c40f11;
}
input[type="radio"]:disabled + label {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  cursor: default;
}
.checkradio-group.inline .ci-check,
.checkradio-group.inline .ci-radio {
  display: inline-block;
  margin-right: 10px;
}
.button-group .checkradio-group {
  display: inline-block;
  padding: 0 15px 15px 0;
}
label input[type="checkbox"] {
  display: block;
}
.lt-ie9 input[type="checkbox"],
.lt-ie9 input[type="radio"] {
  display: inline;
}
.lt-ie9 input[type="checkbox"] + label:before,
.lt-ie9 input[type="radio"] + label:before {
  display: none;
}
.lt-ie9 input[type="checkbox"] + label,
.lt-ie9 input[type="radio"] + label {
  display: inline;
}
.radio-horizontal input[type="radio"] + label {
  margin-right: 12px;
}
.radio-horizontal.margin-bottom {
  margin-bottom: 0.75em;
}
.checkbox-horizontal input[type="checkbox"] + label {
  margin-right: 12px;
}
.checkbox-horizontal.margin-bottom {
  margin-bottom: 0.75em;
}
.custom-dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  max-height: 33px;
}
.custom-dropdown .button {
  display: block;
  margin-bottom: 0;
}
.custom-dropdown .button-group.collapse {
  margin: 0;
}
.custom-dropdown .button-group.collapse .button {
  margin: 0 0 0.3em;
  outline: none;
}
.custom-dropdown .button-group.collapse .button:last-child {
  border-left: none!important;
}
.custom-dropdown .button-group.collapse .button.custom-dropdown-trigger {
  min-width: 0;
  padding-right: 5px!important;
}
.custom-dropdown .custom-dropdown-trigger {
  padding-right: 40px!important;
}
.custom-dropdown .custom-dropdown-trigger:after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #333 transparent transparent transparent;
}
.custom-dropdown .custom-dropdown-trigger.blue:after,
.custom-dropdown .custom-dropdown-trigger.gray:after,
.custom-dropdown .custom-dropdown-trigger.gray-dark:after {
  border-color: white transparent transparent transparent;
}
.custom-dropdown .custom-dropdown-trigger.hideCarret-true {
  padding-right: 1em !important;
  min-width: 30px;
}
.custom-dropdown .custom-dropdown-trigger.hideCarret-true:after {
  display: none;
}
.custom-dropdown .custom-dropdown-trigger.hideCarret-true:before {
  margin-right: 0;
}
.custom-dropdown .custom-dropdownclaim-trigger {
  color: #ffffff;
  text-decoration: none;
  padding: 3px 7px;
  font-size: 12px;
  background-color: #999;
  border-radius: 2px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.custom-dropdown .custom-dropdownclaim-trigger.yellow {
  background-color: #FFC419;
}
.custom-dropdown .custom-dropdownclaim-trigger.green {
  background-color: #6EB15A;
}
.custom-dropdown .custom-dropdown-trigger--large {
  padding-right: 40px!important;
}
.custom-dropdown .custom-dropdown-trigger--large:after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #333 transparent transparent transparent;
}
.custom-dropdown .custom-dropdown-trigger--large.blue:after,
.custom-dropdown .custom-dropdown-trigger--large.gray:after {
  border-color: white transparent transparent transparent;
}
.custom-dropdown .custom-dropdown-container {
  display: none;
  position: absolute;
  z-index: 10;
  width: auto;
  min-width: 150px;
  padding: 0.9375em;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.custom-dropdown .custom-dropdown-container a,
.custom-dropdown .custom-dropdown-container p,
.custom-dropdown .custom-dropdown-container li,
.custom-dropdown .custom-dropdown-container input {
  font-size: 14px;
  cursor: pointer;
}
.custom-dropdown .custom-dropdown-container a.disabled,
.custom-dropdown .custom-dropdown-container p.disabled,
.custom-dropdown .custom-dropdown-container li.disabled,
.custom-dropdown .custom-dropdown-container input.disabled {
  -webkit-opacity: 0.2;
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  cursor: default;
  text-decoration: none;
}
.custom-dropdown .custom-dropdown-container input {
  padding: 0;
  background: none;
  border: none;
  color: #00a6c6;
}
.custom-dropdown .custom-dropdown-container input:hover {
  text-decoration: underline;
}
.custom-dropdown .custom-dropdown-container > *:last-child {
  margin-bottom: 0;
}
.custom-dropdown .custom-dropdown-container ul,
.custom-dropdown .custom-dropdown-container p {
  margin-bottom: 0;
}
.custom-dropdown .custom-dropdown-container:before,
.custom-dropdown .custom-dropdown-container:after {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #e6e6e6 transparent;
}
.custom-dropdown .custom-dropdown-container.right {
  right: 0;
}
.custom-dropdown .custom-dropdown-container.right:before,
.custom-dropdown .custom-dropdown-container.right:after {
  content: '';
  right: 20px;
  left: auto;
}
.custom-dropdown .custom-dropdown-container:before {
  top: -9px;
}
.custom-dropdown .custom-dropdown-container:after {
  border-color: transparent transparent #fff transparent;
}
.custom-dropdown .custom-dropdownclaim-container {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  overflow: auto;
}
.custom-dropdown .custom-dropdownclaim-container a,
.custom-dropdown .custom-dropdownclaim-container p,
.custom-dropdown .custom-dropdownclaim-container li,
.custom-dropdown .custom-dropdownclaim-container input {
  color: #2D2D2D;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  margin-left: 5px;
}
.custom-dropdown .custom-dropdownclaim-container a.disabled,
.custom-dropdown .custom-dropdownclaim-container p.disabled,
.custom-dropdown .custom-dropdownclaim-container li.disabled,
.custom-dropdown .custom-dropdownclaim-container input.disabled {
  -webkit-opacity: 0.2;
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  cursor: default;
  text-decoration: none;
}
.custom-dropdown.open .custom-dropdown-trigger:after {
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #333 transparent;
}
.custom-dropdown.open .custom-dropdown-trigger.blue:after,
.custom-dropdown.open .custom-dropdown-trigger.gray:after {
  border-color: transparent transparent  white transparent;
}
.custom-dropdown.open .custom-dropdown-trigger--large:after {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #333 transparent;
}
.custom-dropdown.open .custom-dropdown-trigger--large.blue:after,
.custom-dropdown.open .custom-dropdown-trigger--large.gray:after {
  border-color: transparent transparent  white transparent;
}
.custom-dropdown.open .custom-dropdown-container {
  display: block;
  white-space: nowrap;
}
.custom-dropdown.open .custom-dropdownclaim-container {
  display: block;
  white-space: nowrap;
}
.custom-dropdown.open .custom-dropdownclaim-trigger {
  background-color: #2D2D2D;
}
.custom-dropdown.open .custom-dropdownclaim-trigger.yellow {
  background-color: #FFC419;
}
.custom-dropdown.open .custom-dropdownclaim-trigger.green {
  background-color: #6EB15A;
}
.custom-dropdown .custom-dropdown-divider {
  margin: 10px -0.9375em;
}
.custom-dropdown .custom-dropdown-divider:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #e6e6e6;
}
.modal-in-table {
  font-size: 1.2em;
  text-align: left;
}
.box {
  margin: 0 0 1.5em;
  padding: 1.875em 1.875em 0.375em;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-transition: all;
  -khtml-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  -khtml-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.box.no-padding {
  padding: 0;
}
.box.tight {
  padding: 0.9375em 0.9375em 0.375em;
}
.box.relative {
  position: relative;
}
.box.extra-padding-bottom {
  padding-bottom: 3.75em;
}
.box.no-shadow {
  box-shadow: none;
}
.box.no-bottom-margin {
  margin-bottom: 0;
}
.box.no-bottom-border {
  border-bottom: 0;
}
.box.no-border {
  border: 0;
}
.box.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.box.gray {
  background: #f3f3f3;
}
.box.border-top-red {
  border-top: 2px solid #c40f11;
}
.box .box-header {
  margin: -1.875em -1.875em 1.875em -1.875em;
}
.box.tight .box-header {
  margin: -0.9375em -0.9375em 0.9375em -0.9375em;
}
.box .box-footer {
  padding-top: 1.875em;
  margin-left: -1.875em;
  margin-right: -1.875em;
  padding-right: 1.875em;
  padding-left: 1.875em;
}
.box .box-footer.border-top {
  border-top: 1px solid #e6e6e6;
}
.box .box-footer p {
  font-size: 0.875em;
  line-height: 1.3em;
}
.box--modal {
  box-shadow: none;
  border-bottom: none;
}
.box.hover:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
  background-color: #f7f7f7;
}
.box.hover:hover h2,
.box.hover:hover h3,
.box.hover:hover h4,
.box.hover:hover h5 {
  color: #666;
}
.box-header {
  padding: 0.625em 1.875em;
  background: #f4f4f4;
  margin: 0;
}
.box-header .button-group {
  margin-bottom: 0;
}
.box-header .button-group .button {
  margin-bottom: 0;
}
.box-header .button {
  font-weight: normal;
}
.box-header .button.icon-large i {
  font-size: 1.8em;
  line-height: 0;
  margin-top: 15px;
  margin-right: 10px;
  float: left;
}
.box-header .button.transparent {
  color: #333;
}
.box-header .button[class^="icon-"]:before,
.box-header .button[class*=" icon-"]:before {
  color: inherit;
}
.box-header h1,
.box-header h2,
.box-header h3,
.box-header h4 {
  margin-bottom: 0;
  font-size: 1.25em;
  color: #333;
}
.box-header h1 span,
.box-header h2 span,
.box-header h3 span,
.box-header h4 span {
  padding-left: 1.875em;
  text-transform: uppercase;
  font-size: 11px;
  color: #999;
}
.box-header.border {
  border: 1px solid #e6e6e6;
}
.box-header.no-bottom-border {
  border-bottom: none;
}
.box-header.dark {
  background: #666;
  color: #fff;
}
.box-header.dark h1,
.box-header.dark h2,
.box-header.dark h3,
.box-header.dark h4 {
  color: #fff;
}
.box-header.dark h1 span,
.box-header.dark h2 span,
.box-header.dark h3 span,
.box-header.dark h4 span {
  color: #fff;
}
.box-header.gray-dark {
  background: #999999;
}
.box-header.green {
  background: #169818;
  color: #fff;
}
.box-header.green h1,
.box-header.green h2,
.box-header.green h3,
.box-header.green h4 {
  color: #fff;
}
.box-header.green h1 span,
.box-header.green h2 span,
.box-header.green h3 span,
.box-header.green h4 span {
  color: #fff;
}
.box-header.red {
  background: #c40f11;
  color: #fff;
}
.box-header.red h1,
.box-header.red h2,
.box-header.red h3,
.box-header.red h4 {
  color: #fff;
}
.box-header.red h1 span,
.box-header.red h2 span,
.box-header.red h3 span,
.box-header.red h4 span {
  color: #fff;
}
.tooltip-box {
  max-width: 500px;
}
.modal-content {
  border-bottom: none;
  border-radius: 0;
}
.info-banner-box {
  background-image: url('/ci-common/css/images/banner-bg-grid.png');
  background-repeat: repeat;
}
.mci-box {
  background: #fff;
}
.mci-box p {
  padding-top: -1em;
}
.mci-box .img-max-height {
  max-height: 120px;
}
.mci-box.box-shadow {
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}
.mci-box.border {
  border: 1px solid #ddd;
}
.mci-box .bounding-box {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.mci-box .bounding-box .border-right {
  border-right: 1px solid #ddd;
}
.mci-box .bounding-box-right {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.mci-box .total-box {
  background: #eee;
  text-align: center;
  padding-top: 1.875em;
  padding-bottom: 0.9375em;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.mci-box .total-box .sub-text {
  margin-top: 10px;
  font-size: 12px;
}
.mci-box .total-box-header {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.mci-box.relative {
  position: relative;
}
.mci-box.extra-padding-bottom {
  padding-bottom: 3.75em;
}
.mci-box.no-bottom-margin {
  margin-bottom: 0;
}
.mci-box.no-bottom-border {
  border-bottom: 0;
}
.mci-box.gray {
  background: #f3f3f3;
}
.mci-box .box-header {
  padding: 0.625em 1.875em;
  background: #f4f4f4;
}
.mci-box .box-header.gray-th {
  background: #efefef;
}
.mci-box .box-header.no-bottom-margin {
  margin-bottom: 0;
}
.mci-box .box-header h1,
.mci-box .box-header h2,
.mci-box .box-header h3,
.mci-box .box-header h4 {
  margin-bottom: 0;
  font-size: 1.25em;
  color: #333;
}
.mci-box .box-header h1 span,
.mci-box .box-header h2 span,
.mci-box .box-header h3 span,
.mci-box .box-header h4 span {
  padding-left: 1.875em;
  text-transform: uppercase;
  font-size: 11px;
  color: #999;
}
.mci-box .box-header h1:before,
.mci-box .box-header h2:before,
.mci-box .box-header h3:before,
.mci-box .box-header h4:before {
  color: inherit;
}
.mci-box .box-header.gray-dark,
.mci-box .box-header.dark {
  background: #3f3f3f;
  color: #fff;
}
.mci-box .box-header.gray-dark h1,
.mci-box .box-header.dark h1,
.mci-box .box-header.gray-dark h2,
.mci-box .box-header.dark h2,
.mci-box .box-header.gray-dark h3,
.mci-box .box-header.dark h3,
.mci-box .box-header.gray-dark h4,
.mci-box .box-header.dark h4 {
  color: #fff;
}
.mci-box .box-header.gray-dark h1 span,
.mci-box .box-header.dark h1 span,
.mci-box .box-header.gray-dark h2 span,
.mci-box .box-header.dark h2 span,
.mci-box .box-header.gray-dark h3 span,
.mci-box .box-header.dark h3 span,
.mci-box .box-header.gray-dark h4 span,
.mci-box .box-header.dark h4 span {
  color: #fff;
}
.mci-box .box-header.gray-dark {
  background: #999;
}
.mci-box .box-footer {
  padding-top: 1.875em;
  margin-left: -1.875em;
  margin-right: -1.875em;
  padding-right: 1.875em;
  padding-left: 1.875em;
}
.mci-box .box-footer.border-top {
  border-top: 1px solid #e6e6e6;
}
.mci-box .box-footer p {
  font-size: 0.875em;
  line-height: 1.3em;
}
.mci-box--modal {
  box-shadow: none;
}
@media (max-width: 320px) {
  .mci-box .box-header {
    padding-left: 0.8em;
  }
}
.overview-box {
  text-align: center !important;
  border: 1px solid #cecece;
}
@media (min-width: 480px) {
  .overview-box {
    margin-right: -1px;
  }
}
.overview-box .overview-box--sub {
  margin-top: 5px;
  font-size: 12px;
}
.overview-box .overview-box--header {
  font-size: 0.875em !important;
  font-weight: normal;
  padding: .5em;
  background-color: #f7f7f7;
  border-bottom: 1px solid #cecece;
}
@media only screen {
  .overview-box .overview-box--header {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif !important;
  }
}
.overview-box .overview-box--main {
  margin: 1.3em 0 1.3em 0;
}
.overview-box .overview-box--link {
  margin-top: .2em;
}
.grid.grid-border.border-top-red,
.grid.grid-border .border-top-red {
  border-top: 3px solid #c40f11;
}
.grid.grid-border > .col {
  border: 1px solid #e6e6e6;
}
.grid.grid-border > .col + .col {
  border-left: none;
}
.loading-element {
  position: relative;
}
.loading-element.loading {
  pointer-events: none;
  position: relative;
}
.loading-element.loading:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 44;
}
.loading-element.loading:after {
  background: url('https://static.creditinfo.is/resources/common/img/init/spinner-red.gif') no-repeat;
  content: "";
  height: 55px;
  width: 55px;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-animation: 0.5s loading-view-animation;
  -moz-animation: 0.5s loading-view-animation;
  -ms-animation: 0.5s loading-view-animation;
  -o-animation: 0.5s loading-view-animation;
  animation: 0.5s loading-view-animation;
}
.disable-element {
  position: relative;
}
.disable-element.disabled {
  pointer-events: none;
  position: relative;
}
.disable-element.disabled:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 44;
}
.table-wrap {
  position: relative;
  overflow-x: visible;
  overflow-y: visible;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.table-wrap .table {
  width: 100%;
  margin-bottom: 0;
  table-layout: fixed;
  empty-cells: show;
}
.table-wrap .table .gray-bg {
  background-color: #efefef;
}
.table-wrap .table .light-gray-bg {
  background-color: #f7f7f7;
}
.table-wrap .table.gray-border {
  border: 1px solid #e6e6e6;
}
.table-wrap .table .border-left {
  border-left: 1px solid #e6e6e6;
}
.table-wrap .table .border-right {
  border-right: 1px solid #e6e6e6;
}
.table-wrap .table.red-top {
  border-top: 2px solid #c40f11;
}
.table-wrap .table > thead > tr > th,
.table-wrap .table > tbody > tr > th {
  font-weight: normal;
}
@media only screen {
  .table-wrap .table > thead > tr > th,
  .table-wrap .table > tbody > tr > th {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
  .table-wrap .table > thead > tr > th a,
  .table-wrap .table > tbody > tr > th a {
    font-family: 'open_sansregular', Arial, sans-serif;
  }
}
.table-wrap .table > tfoot > tr > th,
.table-wrap .table > tfoot > tr > td {
  padding: 10px 15px;
  font-size: 0.875em;
}
@media only screen {
  .table-wrap .table > tfoot > tr > th,
  .table-wrap .table > tfoot > tr > td {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.table-wrap .table > tfoot > tr > th.no-padding,
.table-wrap .table > tfoot > tr > td.no-padding {
  padding: 0;
}
.table-wrap .table > tbody > tr > td,
.table-wrap .table > thead > tr > th,
.table-wrap .table > tbody > tr > th {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.3em;
  border-bottom: 1px solid #e6e6e6;
}
.table-wrap .table > tbody > tr > td.no-padding,
.table-wrap .table > thead > tr > th.no-padding,
.table-wrap .table > tbody > tr > th.no-padding {
  padding: 0;
}
.table-wrap .table > tbody > tr > td.no-side-padding,
.table-wrap .table > thead > tr > th.no-side-padding,
.table-wrap .table > tbody > tr > th.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}
.table-wrap .table > tbody > tr > td .form,
.table-wrap .table > thead > tr > th .form,
.table-wrap .table > tbody > tr > th .form {
  margin-bottom: 0;
  margin: 5px;
}
.table-wrap .table > tbody > tr > td img,
.table-wrap .table > thead > tr > th img,
.table-wrap .table > tbody > tr > th img {
  vertical-align: middle;
}
.table-wrap .table a {
  color: #00a6c6;
}
.table-wrap .table a[class*=icon-] {
  position: relative;
  font-size: 1.3em;
  top: 4px;
}
.table-wrap .table a[class*=icon-]:hover {
  text-decoration: none;
}
.table-wrap .table span.letter {
  padding: 3px 5px;
  text-align: center;
  line-height: 20px;
  background: #e3e3e3;
}
@media only screen {
  .table-wrap .table span.letter {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.table-wrap .table + .table-footnote {
  margin-top: 1.5em;
}
.table-wrap .table.no-vertical-border > tbody td,
.table-wrap .table.no-vertical-border > tbody th {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
.table-wrap table.border-top {
  border-top: 1px solid #e6e6e6;
}
.table-title {
  margin-bottom: 1.5em;
}
td[class*='trim'] span,
td[class*='trim'] a {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
tr.highlight-red td {
  background: #fbe8e8!important;
  background: rgba(215, 25, 33, 0.1) !important;
}
tr.highlight-red th {
  background: rgba(215, 25, 33, 0.15) !important;
}
tr.highlight-green td {
  background: #f2f5e6!important;
  background: rgba(129, 157, 10, 0.1) !important;
}
tr.highlight-green th {
  background: rgba(129, 157, 10, 0.15) !important;
}
tr.highlight-blue td {
  background: #ecf4f9!important;
  background: rgba(64, 145, 198, 0.1) !important;
}
tr.highlight-blue th {
  background: rgba(64, 145, 198, 0.15) !important;
}
tr.highlight-orange td {
  background: #fdf5e6!important;
  background: rgba(232, 158, 14, 0.1) !important;
}
tr.highlight-orange th {
  background: rgba(232, 158, 14, 0.15) !important;
}
.reversed td,
.reversed th {
  color: #999;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  text-decoration: line-through;
}
a {
  cursor: pointer;
}
.lt-ie9 .table-wrap {
  overflow: visible;
  max-width: auto;
}
.table-wrap .table-header {
  padding: 0.75em 1.5em;
  background: #efefef;
}
.table-wrap .table-header h1,
.table-wrap .table-header h2,
.table-wrap .table-header h3 {
  margin-bottom: 0;
  font-size: 1.25em;
  color: #666;
  text-transform: uppercase;
}
.table-wrap .table-header h1:before,
.table-wrap .table-header h2:before,
.table-wrap .table-header h3:before {
  color: inherit;
}
.table-wrap .table-header.light-gray {
  background: #cecece;
}
.table-wrap > .table.advanced {
  border: 1px solid #e5e5e5;
}
.table-wrap > .table.advanced > tbody > tr > td.no-left-border,
.table-wrap > .table.advanced > thead > tr > th.no-left-border,
.table-wrap > .table.advanced > tbody > tr > th.no-left-border {
  border-left: 0;
}
.table-wrap > .table.advanced > tbody > tr > td.no-right-border,
.table-wrap > .table.advanced > thead > tr > th.no-right-border,
.table-wrap > .table.advanced > tbody > tr > th.no-right-border {
  border-right: 0;
}
.table-wrap > .table.advanced > thead tr > th {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  border-bottom: 2px solid #c40f11;
}
.table-wrap > .table.advanced > thead.allow-wrap tr > th {
  white-space: pre-wrap;
}
.table-wrap > .table.advanced > thead.allow-overflow tr > th {
  overflow: visible;
}
.table-wrap > .table.advanced > thead.no-border > tr > th {
  border-left: 0;
  border-right: 0;
}
.table-wrap > .table.advanced > thead.no-border > tr > th:first-child {
  border-left: 1px solid #e5e5e5;
}
.table-wrap > .table.advanced > thead.no-border > tr > th:last-child {
  border-right: 1px solid #e5e5e5;
}
.table-wrap > .table.advanced > tbody > tr > th {
  text-align: left;
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
  vertical-align: top;
  word-wrap: break-word;
}
.table-wrap > .table.advanced > tbody > tr > th.no-bg {
  background: transparent;
}
.table-wrap > .table.advanced > tbody > tr > td {
  border: 1px solid #e5e5e5;
  border-right: 0;
  vertical-align: top;
  word-wrap: break-word;
}
.table-wrap > .table.advanced > tbody > tr > td.border-right {
  border-right: 1px solid #e5e5e5;
}
.table-wrap > .table.advanced > tbody.no-border > tr > td {
  border: none;
}
.table-wrap > .table.advanced > tbody.only-bottom-border > tr > td {
  border-left: none;
  border-right: none;
}
.table-wrap > .table.advanced > tbody.only-vertical-border > tr > td,
.table-wrap > .table.advanced > tbody.only-vertical-border > tr > th {
  border-bottom: 1px solid transparent;
}
.table-wrap > .table.advanced > tbody.only-vertical-border > tr > td.border,
.table-wrap > .table.advanced > tbody.only-vertical-border > tr > th.border {
  border-color: #e6e6e6;
}
.table-wrap > .table.advanced .expander {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  text-align: center;
}
@media only screen {
  .table-wrap > .table.advanced .expander {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.table-wrap > .table.advanced .expander:before {
  content: "+";
  line-height: 16px;
}
.table-wrap > .table.advanced .expander.open:before {
  content: "-";
}
.table-wrap > .table.advanced > tbody > tr.background-gray > td {
  background: #f7f7f7;
}
.table-wrap > .table.advanced > tbody > tr td.background-gray {
  background: #f7f7f7;
}
.table-wrap > .table.advanced > tbody > tr td i[class*=icon-arrow] {
  position: relative;
  top: 2px;
  font-size: 1.2em;
  margin-right: 10px;
}
.table-wrap .table .sub-text {
  font-size: 0.7em;
  color: #999;
}
.table-wrap > .table.zebra > tbody > tr:nth-child(2n) > td {
  background: #f7f7f7;
}
.table-wrap .table.hover > tbody > tr:hover > td {
  background: #f2f2f2 !important;
}
.table-wrap .table tbody > tr.background-gray td,
.table-wrap .table tbody > tr td.background-gray {
  background: #f7f7f7;
}
.table-wrap > .table.no-border {
  border: none;
}
.table-wrap > .table.no-border > tbody > tr > th,
.table-wrap > .table.no-border > tbody > tr > td {
  border: none;
}
.table-wrap > .table.no-vertical-padding > tbody > tr > th,
.table-wrap > .table.no-vertical-padding > tbody > tr > td {
  padding-top: 0;
  padding-bottom: 0;
}
.table-wrap > .table.no-vertical-padding > tbody > tr > th.padding-bottom,
.table-wrap > .table.no-vertical-padding > tbody > tr > td.padding-bottom,
.table-wrap > .table.no-vertical-padding > tbody > tr > th.padding-top,
.table-wrap > .table.no-vertical-padding > tbody > tr > td.padding-top {
  padding-top: 0.75em;
}
.table-wrap > .table.expand tr.even + tr > td {
  padding-top: 1.5em;
}
.table-wrap > .table.expand tr.even:hover > td {
  background: #f7f7f7;
}
.table-wrap > .table.expand > tbody tr.expand-row > td {
  border-bottom: 1px solid #e6e6e6;
}
.table-wrap > .table.expand > tbody tr.expand-row + tr > td {
  border-top: none !important;
}
.table-wrap > .table.expand.no-border {
  border: none;
}
.table-wrap > .table.expand.no-border > tbody > tr > th,
.table-wrap > .table.expand.no-border > tbody > tr > td {
  border: none;
}
.table-wrap tr.allow-wrap > th,
.table-wrap tr.allow-wrap > td {
  white-space: pre-wrap;
}
.table-wrap tr.no-border > th,
.table-wrap tr.no-border > td {
  border: none !important;
}
.table-wrap td.no-border,
.table-wrap th.no-border {
  border: none !important;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td {
  position: relative;
  overflow-x: visible;
  overflow-y: visible;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table {
  width: 100%;
  margin-bottom: 0;
  table-layout: fixed;
  empty-cells: show;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table .gray-bg {
  background-color: #efefef;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table .light-gray-bg {
  background-color: #f7f7f7;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table.gray-border {
  border: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table .border-left {
  border-left: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table .border-right {
  border-right: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table.red-top {
  border-top: 2px solid #c40f11;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > thead > tr > th,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > th {
  font-weight: normal;
}
@media only screen {
  .table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > thead > tr > th,
  .table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > th {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
  .table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > thead > tr > th a,
  .table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > th a {
    font-family: 'open_sansregular', Arial, sans-serif;
  }
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tfoot > tr > th,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tfoot > tr > td {
  padding: 10px 15px;
  font-size: 0.875em;
}
@media only screen {
  .table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tfoot > tr > th,
  .table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tfoot > tr > td {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tfoot > tr > th.no-padding,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tfoot > tr > td.no-padding {
  padding: 0;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > td,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > thead > tr > th,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > th {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.3em;
  border-bottom: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > td.no-padding,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > thead > tr > th.no-padding,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > th.no-padding {
  padding: 0;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > td.no-side-padding,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > thead > tr > th.no-side-padding,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > th.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > td .form,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > thead > tr > th .form,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > th .form {
  margin-bottom: 0;
  margin: 5px;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > td img,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > thead > tr > th img,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > th img {
  vertical-align: middle;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table a {
  color: #00a6c6;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table a[class*=icon-] {
  position: relative;
  font-size: 1.3em;
  top: 4px;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table a[class*=icon-]:hover {
  text-decoration: none;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table span.letter {
  padding: 3px 5px;
  text-align: center;
  line-height: 20px;
  background: #e3e3e3;
}
@media only screen {
  .table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table span.letter {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table + .table-footnote {
  margin-top: 1.5em;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table.no-vertical-border > tbody td,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table.no-vertical-border > tbody th {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td table.border-top {
  border-top: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td > .table.advanced > tbody > tr > th {
  vertical-align: top;
  word-wrap: break-word;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td > .table.advanced > tbody > tr > td {
  vertical-align: top;
  word-wrap: break-word;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td > .table.advanced > tbody > tr > td.border-right {
  border-right: 1px solid #e5e5e5;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td {
  position: relative;
  overflow-x: visible;
  overflow-y: visible;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table {
  width: 100%;
  margin-bottom: 0;
  table-layout: fixed;
  empty-cells: show;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table .gray-bg {
  background-color: #efefef;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table .light-gray-bg {
  background-color: #f7f7f7;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table.gray-border {
  border: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table .border-left {
  border-left: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table .border-right {
  border-right: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table.red-top {
  border-top: 2px solid #c40f11;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > thead > tr > th,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > th {
  font-weight: normal;
}
@media only screen {
  .table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > thead > tr > th,
  .table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > th {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
  .table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > thead > tr > th a,
  .table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > th a {
    font-family: 'open_sansregular', Arial, sans-serif;
  }
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tfoot > tr > th,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tfoot > tr > td {
  padding: 10px 15px;
  font-size: 0.875em;
}
@media only screen {
  .table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tfoot > tr > th,
  .table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tfoot > tr > td {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tfoot > tr > th.no-padding,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tfoot > tr > td.no-padding {
  padding: 0;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > td,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > thead > tr > th,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > th {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.3em;
  border-bottom: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > td.no-padding,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > thead > tr > th.no-padding,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > th.no-padding {
  padding: 0;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > td.no-side-padding,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > thead > tr > th.no-side-padding,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > th.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > td .form,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > thead > tr > th .form,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > th .form {
  margin-bottom: 0;
  margin: 5px;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > td img,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > thead > tr > th img,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > th img {
  vertical-align: middle;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table a {
  color: #00a6c6;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table a[class*=icon-] {
  position: relative;
  font-size: 1.3em;
  top: 4px;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table a[class*=icon-]:hover {
  text-decoration: none;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table span.letter {
  padding: 3px 5px;
  text-align: center;
  line-height: 20px;
  background: #e3e3e3;
}
@media only screen {
  .table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table span.letter {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table + .table-footnote {
  margin-top: 1.5em;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table.no-vertical-border > tbody td,
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table.no-vertical-border > tbody th {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td table.border-top {
  border-top: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table td {
  background-color: #fff;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table {
  border: #e6e6e6;
}
.table-wrap.sub-tables tr:not(.datarow) td.rgexpandcol + td .table td {
  background-color: #fff;
}
.entry-type:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: -5px;
  width: 10px;
  background: #999;
}
.entry-type.entry-type-1:before {
  background: #389CAF;
}
.entry-type.entry-type-2:before {
  background: #169818;
}
.entry-type.entry-type-3:before {
  background: #c40f11;
}
.entry-type.entry-type-0:before {
  background: #999;
}
.entry-type.entry-type-none {
  padding-left: 15px;
}
.entry-type.entry-type-none:before {
  background: transparent;
}
img {
  max-width: 100%;
}
.figure {
  margin-bottom: 1.5em;
}
.figure.centered {
  text-align: center;
}
.figure.centered img {
  max-width: 65%;
}
.button {
  *display: inline;
  *zoom: 1;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin: 0 0 0.3em;
  padding: 0 1em;
  height: 2.35714286em;
  text-shadow: none;
  min-width: 60px;
  max-width: 100%;
  overflow: hidden;
  vertical-align: bottom;
  font-size: 0.875em;
  line-height: 2.35714286em;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: #c40f11;
}
@media only screen {
  .button {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.button:hover {
  -webkit-transition: background 500ms, color 500ms;
  -khtml-transition: background 500ms, color 500ms;
  -moz-transition: background 500ms, color 500ms;
  -ms-transition: background 500ms, color 500ms;
  -o-transition: background 500ms, color 500ms;
  transition: background 500ms, color 500ms;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  text-decoration: none;
  background: #666;
}
.button:active,
.button:focus,
.button.focus {
  background: #d82325;
  outline: none;
}
.button.disabled,
.button:disabled {
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  cursor: default;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.4);
}
.button.disabled:before,
.button:disabled:before {
  color: rgba(255, 255, 255, 0.4);
}
.button.loading {
  position: relative;
}
.button.loading .spinner-container {
  position: absolute;
  left: 50%;
  margin-left: -7px;
}
button:focus {
  outline: none;
}
.button[class^="icon-"]:before,
.button[class*=" icon-"]:before {
  margin-right: 10px;
  color: #fff;
  display: inline-block;
  font-size: 1.3em;
  top: 1px;
  position: relative;
  float: left;
}
.button[class^="icon-"].right-icon:before,
.button[class*=" icon-"].right-icon:before {
  margin-right: 0;
  margin-left: 10px;
  float: right;
  line-height: inherit;
}
.button[class^="icon-"].icon-small:before,
.button[class*=" icon-"].icon-small:before {
  font-size: 0.9em;
}
.button.large {
  height: 2.85714286em;
  line-height: 2.85714286em;
}
.button.black {
  background: #252525;
}
.button.black:before {
  color: #cecece;
}
.button.black:hover,
.button.black.selected,
.button.black.active,
.button.black.focus {
  background: #c40f11;
  color: #fff;
}
.button.black:hover:before,
.button.black.selected:before,
.button.black.active:before,
.button.black.focus:before {
  color: #fff;
}
.button.gray-light {
  border: 1px solid #e6e6e6;
  line-height: 2.25714286em;
  padding: 0 1em;
  background: #f5f5f5;
  color: #666;
}
.button.gray-light:before {
  color: #9b9b9b;
}
.button.gray-light:hover,
.button.gray-light.selected,
.button.gray-light.active,
.button.gray-light.focus {
  color: #333;
  background: #d7d7d7;
  border-color: #dcdcdc;
}
.button.gray-light:hover:before,
.button.gray-light.selected:before,
.button.gray-light.active:before,
.button.gray-light.focus:before {
  color: #c40f11;
}
.button.gray-light:disabled,
.button.gray-light.disabled {
  color: #666666;
}
.button.gray {
  background: #666;
}
.button.gray:before {
  color: #fff;
}
.button.gray:hover,
.button.gray.selected,
.button.gray.active,
.button.gray.focus {
  background: #c40f11;
}
.button.green {
  background: #169818;
}
.button.green:before {
  color: #fff;
}
.button.green:hover,
.button.green.selected,
.button.green.active,
.button.green.focus {
  background: #aeaeae;
}
.button.green.disabled {
  color: #666666;
  background: #aeaeae;
}
.button.green.disabled:before {
  color: #666666;
}
.button.blue {
  background: #00a6c6;
}
.button.blue:before {
  color: #fff;
}
.button.blue:hover,
.button.blue.selected,
.button.blue.active,
.button.blue.focus {
  background: #aeaeae;
}
.button.blue.disabled {
  color: #fff;
  background: #aeaeae;
}
.button.blue.disabled:before {
  color: #fff;
}
.button.gray-dark {
  background: #555;
}
.button.gray-dark:before {
  color: #fff;
}
.button.gray-dark:hover,
.button.gray-dark.selected,
.button.gray-dark.active,
.button.gray-dark.focus {
  background: #737373;
}
.button.white {
  color: #555;
  background: #fff;
}
.button.white:before {
  color: #c40f11;
}
.button.white:hover,
.button.white.selected,
.button.white.active,
.button.white.focus {
  color: #fff;
  background: #c40f11;
}
.button.white:hover:before,
.button.white.selected:before,
.button.white.active:before,
.button.white.focus:before {
  color: #fff;
}
.button.white.disabled {
  color: #666666;
}
.button.white.disabled:before {
  color: #666666;
}
.button.white-blue {
  color: #00a6c6;
  background: #fff;
}
.button.white-blue:before {
  color: #00a6c6;
}
.button.white-blue:hover,
.button.white-blue.selected,
.button.white-blue.active,
.button.white-blue.focus {
  color: #fff;
  background: #555;
}
.button.white-blue:hover:before,
.button.white-blue.selected:before,
.button.white-blue.active:before,
.button.white-blue.focus:before {
  color: #fff;
}
.button.white-blue.disabled {
  color: #666666;
}
.button.white-blue.disabled:before {
  color: #666666;
}
.button.clear {
  color: #555;
  background: #fff;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.button.clear:before {
  color: #c40f11;
}
.button.clear:hover,
.button.clear.selected,
.button.clear.active,
.button.clear.focus {
  color: #fff;
  background: #c40f11;
}
.button.clear:hover:before,
.button.clear.selected:before,
.button.clear.active:before,
.button.clear.focus:before {
  color: #fff;
}
.button.clear.disabled {
  color: #666666;
}
.button.clear.disabled:before {
  color: #666666;
}
.button.clear:hover {
  background: transparent;
  color: #c40f11;
}
.button.clear:hover:before {
  color: #c40f11;
}
.button.transparent {
  background: none;
}
.button.border-white {
  border: 1px solid #fff;
  color: #fff;
}
.button.border-white:hover {
  border-color: transparent;
  background: #fff;
  color: #666;
}
.button.border-white:hover:before {
  color: #666;
}
.button.fill {
  min-width: 0;
  display: block;
  width: 100%;
}
.button.fill:before {
  float: none;
}
.button.fill.right-icon:before {
  float: right;
  margin-right: 0.9375em;
}
.button.link {
  height: auto;
  background: transparent;
  border: none;
  padding: 0;
  line-height: 1em;
  font-weight: normal;
  color: #00a6c6;
}
@media only screen {
  .button.link {
    font-family: 'open_sansregular', Arial, sans-serif;
  }
}
.button.link:before {
  top: 0;
  color: #00a6c6;
}
.button.link:hover:before {
  color: #c40f11;
}
.button.link.input-wrap input[type='submit'] {
  height: auto!important;
  padding: 0;
  line-height: 1em;
}
.button.link.input-wrap input[type='submit']:hover {
  background: transparent;
  color: #c40f11;
}
.button.link.input-wrap[class*=" icon-"] {
  padding-left: 0;
}
.button.btn-border {
  background: transparent;
  border-style: solid;
  border-width: 1px;
  line-height: 25px;
}
.button.btn-border.blue {
  border-color: #00a6c6;
  color: #00a6c6;
}
.button.btn-border.blue:before {
  color: #00a6c6;
}
.button.btn-border.blue:hover {
  background: #00a6c6;
  color: #fff;
}
.button.btn-border.blue:hover:before {
  color: #fff;
}
.button.btn-border.red {
  border-color: #c40f11;
  color: #c40f11;
}
.button.btn-border.red:before {
  color: #c40f11;
}
.button.btn-border.red.selected,
.button.btn-border.red:hover {
  background: #c40f11;
  color: #fff;
}
.button.btn-border.red.selected:before,
.button.btn-border.red:hover:before {
  color: #fff;
}
.button.btn-border.green {
  border-color: #169818;
  color: #169818;
}
.button.btn-border.green:before {
  color: #169818;
}
.button.btn-border.green.selected,
.button.btn-border.green:hover {
  background: #169818;
  color: #fff;
}
.button.btn-border.green.selected:before,
.button.btn-border.green:hover:before {
  color: #fff;
}
.button.btn-border.disabled,
.button.btn-border:disabled {
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  cursor: default;
  background: transparent;
  pointer-events: none;
}
.button.no-text {
  min-height: 33px;
  min-width: 33px;
  max-height: 33px;
  line-height: 33px;
  padding: 0;
  text-align: center;
  text-indent: -9999px;
}
.button.no-text:before {
  margin-right: 0;
  margin-left: 0;
  float: none;
  text-indent: 9999px;
}
.button-group {
  margin: 0 0 0.75em;
}
.button-group .button {
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 0.75em;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group .ci-button .button {
  margin-right: 5px;
  margin-bottom: 0.75em;
}
.button-group .ci-button:last-child .button {
  margin-right: 0;
}
.button-group .custom-dropdown {
  margin: 0;
  top: 0px;
  vertical-align: top;
}
.button-group .custom-dropdown .button {
  margin-bottom: 0;
}
.button-group .button + .button.clear {
  margin-left: 10px;
}
.button-group .extra-text {
  margin-left: 10px;
  display: inline-block;
}
.button-group .extra-text span {
  line-height: 1.8em;
}
.button-group.collapse {
  *zoom: 1;
}
.button-group.collapse:before,
.button-group.collapse:after {
  content: " ";
  display: table;
}
.button-group.collapse:after {
  clear: both;
}
.button-group.collapse:before,
.button-group.collapse:after {
  content: " ";
  display: table;
}
.button-group.collapse:after {
  clear: both;
}
.button-group.collapse .button {
  float: left;
  margin-right: 0;
}
.button-group.collapse .button:not(:first-child) {
  border-left: 1px solid #b00000;
}
.button-group.collapse .button.gray:not(:first-child) {
  border-left: 1px solid #5c5c5c;
}
.button-group.collapse .button.gray-light:not(:first-child) {
  border-left: 1px solid #ebebeb;
}
.button-group.collapse .button.black:not(:first-child) {
  border-left: 1px solid #393939;
}
.button-group.collapse .button.white {
  border: 1px solid #e6e6e6;
  border-right: none;
}
.button-group.collapse .button.white:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}
.button-group.collapse .button.white:last-child {
  border-right: 1px solid #e6e6e6;
}
.button.input-wrap {
  padding: 0;
}
.button.input-wrap[class^="icon-"],
.button.input-wrap[class*=" icon-"] {
  padding-left: 1.875em;
}
.button.input-wrap[class^="icon-"]:before,
.button.input-wrap[class*=" icon-"]:before {
  float: left;
  position: relative;
  margin-right: -1.125em;
  pointer-events: none;
}
.button.input-wrap[class^="icon-"] input[type='submit'],
.button.input-wrap[class*=" icon-"] input[type='submit'] {
  position: relative;
  z-index: 10;
  padding-left: 3.875em;
  margin-left: -1.875em;
}
.button.input-wrap[class^="icon-"].right-icon,
.button.input-wrap[class*=" icon-"].right-icon {
  padding-left: 0;
  padding-right: 1.875em;
}
.button.input-wrap[class^="icon-"].right-icon:before,
.button.input-wrap[class*=" icon-"].right-icon:before {
  top: 1px;
  float: right;
  margin-right: 0;
  margin-left: -1.125em;
}
.button.input-wrap[class^="icon-"].right-icon input[type='submit'],
.button.input-wrap[class*=" icon-"].right-icon input[type='submit'] {
  padding-left: 1.875em;
  padding-right: 3.875em;
  margin-right: -1.875em;
  margin-left: 0;
}
.button.input-wrap[class^="icon-"].clear,
.button.input-wrap[class*=" icon-"].clear {
  padding-left: 0;
}
.button.input-wrap[class^="icon-"].icon-small:before,
.button.input-wrap[class*=" icon-"].icon-small:before {
  font-size: 0.9em;
}
.button input[type='submit'] {
  float: left;
  padding: 0 1.875em;
  height: 2.35714286em;
  line-height: 2.35714286em;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  background: transparent;
  border: none;
  border-width: 0;
}
.button input[type='submit']:focus {
  border: none;
  outline: none;
}
.button input[type='submit']:hover {
  text-decoration: none;
}
.button.large input[type='submit'] {
  height: 2.85714286em;
  line-height: 2.85714286em;
}
.button.input-wrap.no-text {
  position: relative;
  padding: 0;
}
.button.input-wrap.no-text:before {
  float: none;
  top: 0;
  margin: 0;
}
.button.input-wrap.no-text input[type='submit'] {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 33px;
  max-width: 33px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}
.button.input-wrap.no-text.disabled:before {
  color: rgba(255, 255, 255, 0.6);
}
.button.fill {
  padding: 0;
  width: 100%;
  min-width: none;
  text-align: center;
}
.button.fill input {
  width: 100%;
  padding: 0;
  text-align: center;
}
.button.appstore,
.button.android {
  width: 170px;
  height: 60px;
  background-color: #555;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 3px;
}
.button.appstore:hover,
.button.android:hover {
  background-color: #6f6f6f;
}
.button.appstore {
  background-image: url(/resources/images/layout/app-store.png);
  margin-right: 1.875em;
}
.button.android {
  background-image: url(/resources/images/layout/play-store.png);
}
.lt-ie9 .button-group.float-right {
  float: none;
  text-align: right;
}
.lt-ie8 .button.no-text {
  text-indent: 0px;
}
.lt-ie8 .button.no-text span {
  padding: 0;
}
.lt-ie8 .button.input-wrap span {
  display: inline;
  float: left;
}
.lt-ie8 .button.input-wrap input {
  color: #fff;
  font-size: 0.875em;
}
@media only screen {
  .lt-ie8 .button.input-wrap input {
    font-family: 'open_sansbold', 'open_sansregular', Arial, sans-serif;
  }
}
.lt-ie8 .button.input-wrap.no-text span {
  float: none;
}
.lt-ie8 .button.white input {
  color: #333;
}
.lt-ie8 .button span {
  padding-right: 5px;
}
.button.float-right {
  float: right;
}
.button.absolute-bottom-right {
  position: absolute;
  bottom: 1.5em;
  right: 1.875em;
}
.ci-btn:before {
  display: none;
}
.hover-edit {
  cursor: pointer ;
}
.icon-button {
  font-size: 12px !important;
}
.icon-button.button:before {
  color: #00a6c6;
}
.button-round {
  border-radius: 25px;
}
.button-round.no-text {
  min-height: 25px;
  min-width: 25px;
  max-height: 25px;
  line-height: 25px;
  margin-bottom: 0;
}
.button-round.no-text:before {
  font-size: 0.8em;
}
.no-decoration {
  text-decoration: none;
}
.no-decoration:hover {
  text-decoration: none;
}
.section {
  border-top: 2px solid #e9e9e9;
}
.section.dark-gray h1,
.section.red h1,
.section.blue h1,
.section.dark-gray h2,
.section.red h2,
.section.blue h2,
.section.dark-gray h3,
.section.red h3,
.section.blue h3,
.section.dark-gray h4,
.section.red h4,
.section.blue h4,
.section.dark-gray h5,
.section.red h5,
.section.blue h5,
.section.dark-gray h6,
.section.red h6,
.section.blue h6,
.section.dark-gray p,
.section.red p,
.section.blue p,
.section.dark-gray blockquote,
.section.red blockquote,
.section.blue blockquote {
  color: inherit;
}
.section:first-child {
  border-top: none;
}
.section.dark-gray {
  background-color: #555;
  color: #fff;
}
.section.gray {
  background-color: #f0f0f0;
}
.section.red {
  background-color: #c40f11;
  color: #fff;
}
.section.blue {
  background-color: #00a6c6;
  color: #fff;
}
.section.fleki .svg {
  text-align: center;
}
.section.fleki .svg img {
  width: 100%;
  max-width: 280px;
}
.section.fixed-bottom {
  position: fixed;
  min-height: 100px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  border-top: none;
}
.section.fixed-bottom .limit {
  padding: 1.875em 1.875em 0;
}
.section.fixed-bottom.full-width .limit {
  max-width: 100%;
}
.section.fixed-bottom.gray {
  border-top: 1px solid #e6e6e6;
}
.section--fekkstu-bref-spacer {
  position: relative;
  height: 50px;
}
.has-fixed-bottom .section--fekkstu-bref-spacer {
  display: none!important;
}
.section.section--fekkstu-bref {
  height: 50px;
}
.section.section--fekkstu-bref a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section.section--fekkstu-bref .limit {
  padding: 0.9375em 1.875em 0;
}
.section.section--fekkstu-bref h1 {
  font-size: 1em;
}
.has-fixed-bottom .section.section--fekkstu-bref {
  display: none!important;
}
.limit {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.padded {
  padding: 3.75em 1.875em 2.25em;
}
.half-padded {
  padding: 3.75em 1.875em 0.375em;
}
.padded-sides {
  padding: 0 1.875em;
}
.section.bottom-message {
  position: fixed;
  min-height: 100px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  border-top: none;
  background: rgba(0, 0, 0, 0.7);
  transition: bottom 400ms;
}
.section.bottom-message .message {
  margin-bottom: 0.9375em;
}
.section.bottom-message .message p {
  color: #fff;
}
.section.bottom-message .button {
  margin-bottom: 0.9375em;
}
.section.bottom-message .limit {
  padding: 1.875em 1.875em 0;
}
.section.bottom-message.full-width .limit {
  max-width: 100%;
}
.section.bottom-message.red {
  background-color: #c40f11;
}
.section.bottom-message.hide {
  bottom: -100%;
}
@media only screen and (min-width: 1099px) {
  .section.section--fekkstu-bref,
  .section--fekkstu-bref-spacer {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .section.fixed-bottom {
    overflow: visible;
    height: 200px;
    bottom: -190px;
    transition: bottom 400ms;
  }
  .section.fixed-bottom:before {
    content: "\E608";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    height: 40px;
    width: 40px;
    line-height: 30px;
    text-align: center;
    font-family: 'credit-info';
    background: inherit;
  }
  .section.fixed-bottom.open {
    bottom: 0;
  }
  .section.fixed-bottom.open:before {
    content: "\E67C";
  }
  .section.fixed-bottom .message .button {
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.875em;
    top: 0;
    right: auto;
    position: relative;
  }
}
.thjonustuvefur .section {
  border-top: none;
}
@media only screen and (max-width: 460px) {
  .section.fixed-bottom {
    height: 250px;
    bottom: -240px;
  }
}
.tabs-container {
  margin-bottom: 1.5em;
}
.tabs-container.no-spacing {
  margin-bottom: 0;
}
.tabs-container .tabs {
  *zoom: 1;
  margin-bottom: 0;
  padding-left: 0;
  border-bottom: 1px solid #dedede;
}
.tabs-container .tabs:before,
.tabs-container .tabs:after {
  content: " ";
  display: table;
}
.tabs-container .tabs:after {
  clear: both;
}
.tabs-container .tabs:before,
.tabs-container .tabs:after {
  content: " ";
  display: table;
}
.tabs-container .tabs:after {
  clear: both;
}
.tabs-container .tabs li {
  list-style: none;
  float: left;
  padding-left: 0;
  margin-bottom: 0;
  margin-right: 1.5em;
}
@media (max-width: 600px) {
  .tabs-container .tabs {
    border-bottom: none;
  }
  .tabs-container .tabs li {
    margin-bottom: 4px;
    width: 100%;
    text-align: center !important;
  }
}
.tabs-container .tabs a,
.tabs-container .tabs .tab-item {
  outline: none;
  display: block;
  height: 40px;
  padding: 0 0.9375em;
  line-height: 40px;
  color: #333;
  background: #eee;
  -webkit-transition: 500ms;
  -khtml-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
@media only screen {
  .tabs-container .tabs a,
  .tabs-container .tabs .tab-item {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.tabs-container .tabs a.selected,
.tabs-container .tabs .tab-item.selected {
  color: #fff;
  background: #999;
}
.tabs-container .tabs a:hover,
.tabs-container .tabs .tab-item:hover {
  text-decoration: none;
  color: #fff;
  background: #999;
}
.tabs-container .tabs:last-child {
  margin-right: 0;
}
.tabs-container .tabs:before {
  display: none;
}
.tabs-container.small li {
  margin-right: 1.2em;
}
.tabs-container.small li:last-child {
  margin-right: 0;
}
.tabs-container.small.collapse li {
  margin-right: 0;
}
.tabs-container.small a,
.tabs-container.small .tab-item {
  height: 30px;
  font-size: 0.875em;
  line-height: 30px;
}
.tabs-container.dark a {
  background: #9d9d9d;
  color: #fff;
}
.tabs-container.dark a.selected,
.tabs-container.dark a:hover {
  background-color: #666;
}
.tabs-container.dark.simple a.selected,
.tabs-container.dark.simple a:hover {
  border-color: #666;
}
.tabs-container.red a.selected,
.tabs-container.red .tab-item.selected,
.tabs-container.red a:hover,
.tabs-container.red .tab-item:hover {
  background-color: #c40f11;
}
.tabs-container.red.simple a.selected,
.tabs-container.red.simple .tab-item.selected,
.tabs-container.red.simple a:hover,
.tabs-container.red.simple .tab-item:hover {
  border-color: #c40f11;
}
.tabs-container.blue a.selected,
.tabs-container.blue .tab-item.selected,
.tabs-container.blue a:hover,
.tabs-container.blue .tab-item:hover {
  background-color: #00a6c6;
}
.tabs-container.blue.simple a.selected,
.tabs-container.blue.simple .tab-item.selected,
.tabs-container.blue.simple a:hover,
.tabs-container.blue.simple .tab-item:hover {
  border-color: #00a6c6;
}
.tabs-container.simple.collapse li {
  margin-right: 0;
}
.tabs-container.simple a,
.tabs-container.simple .tab-item {
  color: #333;
  border-bottom: 4px solid transparent;
  background-color: transparent;
}
.tabs-container.simple a.selected,
.tabs-container.simple .tab-item.selected,
.tabs-container.simple a:hover,
.tabs-container.simple .tab-item:hover {
  background-color: transparent;
  color: #333;
}
.banner {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: 99% 100%, 100% 0;
}
.banner.bg-top-left {
  background-position: 99% 100%, 0 0;
}
.banner.bg-bottom-left {
  background-position: 99% 100%, 0 100%;
}
.banner.bg-bottom-right {
  background-position: 99% 100%, 100% 100%;
}
.banner.bg-top-centered {
  background-position: 99% 100%, 50% 0;
}
.banner.bg-bottom-centered {
  background-position: 99% 100%, 50% 100%;
}
.banner.bg-centered {
  background-position: 99% 100%, 50% 50%;
}
.banner .text {
  position: relative;
  z-index: 2;
  padding: 70px 0;
  max-width: 510px;
}
.banner.small {
  background-size: cover;
  background-position: 100% 0;
}
.banner.small .text {
  padding: 0;
  max-width: 100%;
}
.banner.small .text h1 {
  margin-bottom: 0.5em;
}
.banner.video-loaded {
  background: none!important;
}
.banner .videoloop-container {
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
}
.banner .videoloop-container video {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  min-width: 100%;
}
.banner .videoloop-container[data-pos=bottom-left] {
  top: auto;
  left: auto;
}
.banner .videoloop-container.visible {
  opacity: 1;
}
.banner .hero-box {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
}
.banner .hero-box.dark {
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 2100px) {
  .banner {
    background-position: 80% 100%, 100% 0;
  }
  .banner.bg-top-left {
    background-position: 80% 100%, 0 0;
  }
  .banner.bg-bottom-left {
    background-position: 80% 100%, 0 100%;
  }
  .banner.bg-bottom-right {
    background-position: 80% 100%, 100% 100%;
  }
  .banner.bg-top-centered {
    background-position: 80% 100%, 50% 0;
  }
  .banner.bg-bottom-centered {
    background-position: 80% 100%, 50% 100%;
  }
  .banner.bg-centered {
    background-position: 80% 100%, 50% 50%;
  }
}
@media only screen and (min-width: 2800px) {
  .banner {
    background-position: 70% 100%, 100% 0;
  }
  .banner.bg-top-left {
    background-position: 70% 100%, 0 0;
  }
  .banner.bg-bottom-left {
    background-position: 70% 100%, 0 100%;
  }
  .banner.bg-bottom-right {
    background-position: 70% 100%, 100% 100%;
  }
  .banner.bg-top-centered {
    background-position: 70% 100%, 50% 0;
  }
  .banner.bg-bottom-centered {
    background-position: 70% 100%, 50% 100%;
  }
  .banner.bg-centered {
    background-position: 70% 100%, 50% 50%;
  }
}
.lt-ie9 .banner {
  position: relative;
  overflow: hidden;
}
.lt-ie9 .banner .background {
  position: absolute;
  display: block;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.lt-ie9 .banner .limit {
  position: relative;
  z-index: 1;
}
.lt-ie9 .banner .text {
  position: relative;
  top: 0;
  z-index: 2;
}
.lt-ie9 .banner .col {
  position: relative;
  z-index: 2;
}
.strongest-banner {
  color: #fff;
  background-color: #d71921;
  border: 1px solid #d71921;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.strongest-banner .strongest-banner__container {
  margin: 12px;
  padding: 25px;
  border: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .strongest-banner .strongest-banner__container {
    padding: 10px;
    display: block;
    text-align: center;
  }
  .strongest-banner .strongest-banner__container .strongest-banner__button {
    margin-top: 20px;
  }
}
.strongest-banner .strongest-banner__container .strongest-banner__title {
  flex: 1;
  padding: 0 40px;
}
@media (max-width: 800px) {
  .strongest-banner .strongest-banner__container .strongest-banner__title {
    padding: 0 20px;
  }
}
@media (max-width: 420px) {
  .strongest-banner .strongest-banner__container .strongest-banner__title {
    padding: 0 10px;
  }
}
.strongest-banner .strongest-banner__container .strongest-banner__body {
  font-size: 0.875em !important;
  margin-top: 0.75em;
  line-height: 1.4em;
}
.strongest-banner .strongest-banner__container img {
  max-height: 120px;
}
.ad-banner--container {
  border: 1px solid #e6e6e6;
}
.ad-banner--container .ad-banner--inner {
  padding: 20px 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .ad-banner--container .ad-banner--inner {
    padding: 10px;
    display: block;
    text-align: center;
  }
  .ad-banner--container .ad-banner--inner .ad-banner--inner-button {
    margin-top: 20px;
  }
}
.ad-banner--container .ad-banner--inner .ad-banner--inner-button {
  text-align: right !important;
}
@media (max-width: 800px) {
  .ad-banner--container .ad-banner--inner .ad-banner--inner-button {
    text-align: center !important;
  }
}
.ad-banner--container .ad-banner--main-title {
  padding: 0 40px;
  flex: 1;
}
@media (max-width: 800px) {
  .ad-banner--container .ad-banner--main-title {
    padding: 0 20px;
  }
}
@media (max-width: 420px) {
  .ad-banner--container .ad-banner--main-title {
    padding: 0 10px;
  }
}
.ad-banner--container .ad-banner--main-body {
  font-size: 0.875em !important;
  margin-top: 0.75em;
  line-height: 1.4em;
}
.ad-banner--container img {
  max-height: 120px;
}
.nav-scroller {
  position: relative;
  overflow: hidden;
}
.side-nav-container {
  display: block;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 300ms;
  -khtml-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
.side-nav-container.no-display {
  display: none;
}
.side-nav-container.open {
  opacity: 1;
}
.side-nav-container ul li {
  color: #333;
}
.side-nav-container .side-nav {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 300ms;
  -moz-transition: -moz-transform 300ms;
  transition: transform 300ms;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 240px;
  min-height: 100%;
  background: #EEEEEE;
}
.side-nav-container .side-nav.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.side-nav-container .side-nav .top {
  padding: 23px 20px 19px 20px;
}
.side-nav-container .side-nav .top .logo {
  position: relative;
  display: inline-block;
  max-width: 130px;
  margin-left: 10px;
  margin-right: 10px;
}
.side-nav-container .side-nav .top .logo img {
  width: 100%;
}
.side-nav-container .side-nav ul {
  margin: 0;
  padding: 0;
}
.side-nav-container .side-nav ul li {
  margin-bottom: 0;
  list-style: none;
}
.side-nav-container .side-nav ul li:before {
  display: none;
}
.side-nav-container .side-nav ul li a.selected {
  color: #c40f11;
}
.side-nav-container .side-nav ul li.selected a {
  color: #c40f11;
}
.side-nav-container .side-nav ul li a {
  -webkit-transition: color 500ms;
  -khtml-transition: color 500ms;
  -moz-transition: color 500ms;
  -ms-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  color: #333;
  font-size: 0.875em;
}
.side-nav-container .side-nav ul li a:hover {
  text-decoration: none;
  color: #c40f11;
}
.side-nav-container .side-nav > div > div > ul,
.side-nav-container .side-nav .nav-scroller > ul,
.side-nav-container .side-nav > ul {
  background: #EEEEEE;
}
.side-nav-container .side-nav > div > div > ul > li,
.side-nav-container .side-nav .nav-scroller > ul > li,
.side-nav-container .side-nav > ul > li {
  padding: 1.875em;
  border-top: 1px solid #333;
}
.side-nav-container .side-nav > div > div > ul > li > a,
.side-nav-container .side-nav .nav-scroller > ul > li > a,
.side-nav-container .side-nav > ul > li > a {
  text-transform: uppercase;
  font-weight: normal;
}
@media only screen {
  .side-nav-container .side-nav > div > div > ul > li > a,
  .side-nav-container .side-nav .nav-scroller > ul > li > a,
  .side-nav-container .side-nav > ul > li > a {
    font-family: 'open_sansbold', 'open_sansregular', Arial, sans-serif;
  }
}
.side-nav-container .side-nav > div > div > ul > li ul,
.side-nav-container .side-nav .nav-scroller > ul > li ul,
.side-nav-container .side-nav > ul > li ul {
  margin-top: 0.75em;
}
.side-nav-container .side-nav > div > div > ul > li ul .group,
.side-nav-container .side-nav .nav-scroller > ul > li ul .group,
.side-nav-container .side-nav > ul > li ul .group {
  font-weight: normal;
  font-size: 0.875em;
  margin-bottom: 12px;
  margin-top: 45px;
}
@media only screen {
  .side-nav-container .side-nav > div > div > ul > li ul .group,
  .side-nav-container .side-nav .nav-scroller > ul > li ul .group,
  .side-nav-container .side-nav > ul > li ul .group {
    font-family: 'open_sansbold', 'open_sansregular', Arial, sans-serif;
  }
}
.side-nav-container .side-nav > div > div > ul > li ul .group:first-child,
.side-nav-container .side-nav .nav-scroller > ul > li ul .group:first-child,
.side-nav-container .side-nav > ul > li ul .group:first-child {
  margin-top: auto;
}
.side-nav-container .side-nav > div > div > ul > li ul li a,
.side-nav-container .side-nav .nav-scroller > ul > li ul li a,
.side-nav-container .side-nav > ul > li ul li a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #333;
}
.side-nav-container .side-nav > div > div > ul > li ul li:last-child a,
.side-nav-container .side-nav .nav-scroller > ul > li ul li:last-child a,
.side-nav-container .side-nav > ul > li ul li:last-child a {
  border-bottom: none;
}
.thjonustuvefur .side-nav-container {
  left: auto;
  z-index: 9;
  width: 250px;
  background: none;
}
.thjonustuvefur .side-nav-container .side-nav {
  top: 60px;
}
.thjonustuvefur .side-nav-container .side-nav .top {
  display: none;
}
.thjonustuvefur .side-nav-container .side-nav > div > ul {
  padding-bottom: 80px;
}
.thjonustuvefur .side-nav-container .side-nav ul li:first-child {
  border-top: none;
}
.thjonustuvefur .side-nav-container .side-nav ul .no-border {
  border-top: none;
}
.thjonustuvefur .side-nav-container.left {
  left: 0;
  right: auto;
}
.lt-ie9 .side-nav-container {
  background: url('/images/layout/ie8/bg-transparent-black.png');
}
.lt-ie9 .side-nav-container .side-nav .top {
  padding: 25px 20px;
}
.lt-ie9 .side-nav-container .side-nav .top .logo {
  background: url('/images/layout/ie8/creditinfo-logo-side.png');
  width: 130px;
  height: 18px;
}
.lt-ie9 .side-nav-container .side-nav .top .logo img {
  display: none;
}
.lt-ie9 .thjonustuvefur .side-nav-container {
  width: 220px;
}
.lt-ie9 .thjonustuvefur .side-nav-container .side-nav > div > ul > li {
  border-top: 1px solid #333;
}
.lt-ie9 .thjonustuvefur .side-nav-container .side-nav > div > ul > li li {
  border-bottom: 1px solid #333;
}
.nav-scroller {
  height: 500px;
  overflow-y: hidden;
  position: relative;
}
.lt-ie8 .side-nav-container.open {
  display: block;
  position: absolute;
  overflow: visible;
  height: 100%;
  opacity: 1;
  background: none;
}
.lt-ie8 .side-nav-container.open .nav-scroller {
  background: #666;
}
.side-nav .checklist li {
  border-color: #333;
}
.side-nav .checklist li:before,
.side-nav .checklist li:after {
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 1.5em;
}
.side-nav .checklist li.checked:after {
  color: #6EB15A;
}
.side-nav .checklist li .button {
  color: #333;
}
.accordion {
  position: relative;
  margin-bottom: 1.5em;
}
.accordion .toggle {
  position: absolute;
  right: 5px;
  top: -40px;
  font-size: 0.875em;
}
.accordion .wrap {
  margin-bottom: 1.5em;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 0 0 #dbdbdb;
}
.accordion .wrap .accordion-header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 0.9375em;
  margin: 0;
  font-size: 1em;
  text-transform: none;
  background-color: #fff;
  cursor: pointer;
  outline: none;
}
@media only screen {
  .accordion .wrap .accordion-header {
    font-family: 'open_sansregular', Arial, sans-serif;
  }
}
.accordion .wrap .accordion-header > .accordion-header-icon {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: 25px;
  height: 25px;
  font-weight: normal;
  text-align: center;
  color: #c40f11;
  vertical-align: middle;
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
}
@media only screen {
  .accordion .wrap .accordion-header > .accordion-header-icon {
    font-family: 'open_sansbold', 'open_sansregular', Arial, sans-serif;
  }
}
.accordion .wrap .accordion-header > .accordion-header-icon:before {
  content: '+';
  height: 100%;
  width: 100%;
  font-size: 1.625em;
  line-height: 1em;
}
.accordion .wrap .accordion-header > .accordion-header-icon.minus {
  background: #fff;
  border-color: #fff;
}
.accordion .wrap .accordion-header > .accordion-header-icon.minus:before {
  content: '-';
  color: #333;
}
.accordion .wrap .accordion-header.state-active {
  background: #999;
  color: #fff;
}
.accordion .wrap .accordion-header.state-active .text-red {
  color: #fff !important;
}
.accordion .wrap .accordion-header:hover:not(.state-active) {
  background: #e6e6e6;
}
.accordion .wrap .accordion-content {
  overflow: hidden;
  padding: 1.875em 3.75em 0.5625em;
  border-top: 1px solid #e6e6e6;
  height: auto;
  background-color: #fff;
}
.accordion .wrap .accordion-content.closed {
  padding-top: 0!important;
  padding-bottom: 0!important;
  height: 0;
  border: none;
}
.accordion .wrap .accordion-footer {
  border-top: 1px solid #e6e6e6;
  padding-top: 1.875em;
  margin-left: -3.75em;
  margin-right: -3.75em;
  padding-left: 3.75em;
  padding-right: 3.75em;
}
.accordion .wrap.tight .accordion-content {
  padding: 1.875em 1.875em 0;
}
.accordion .wrap.tight .accordion-footer {
  padding-top: 1.5em;
  margin-left: -1.875em;
  margin-right: -1.875em;
  padding-left: 1.875em;
  padding-right: 1.875em;
}
@media only screen and (max-width: 600px) {
  .accordion .wrap .accordion-content {
    padding: 0.9375em 1.875em 0.28125em;
  }
}
.filter {
  margin-bottom: 1.5em;
}
.box .box-header .filter {
  margin-bottom: 0;
}
.filter.no-spacing {
  margin-bottom: 0;
}
.filter ul {
  *zoom: 1;
  margin-bottom: 0;
  padding-left: 0;
}
.filter ul:before,
.filter ul:after {
  content: " ";
  display: table;
}
.filter ul:after {
  clear: both;
}
.filter ul:before,
.filter ul:after {
  content: " ";
  display: table;
}
.filter ul:after {
  clear: both;
}
.filter ul li {
  list-style: none;
  float: left;
  padding-left: 0;
  margin-bottom: 0;
  margin-right: 1.5em;
}
.filter ul li a {
  display: block;
  height: 40px;
  padding: 0 0.9375em;
  line-height: 40px;
  color: #333;
  background: #eee;
  -webkit-transition: 500ms;
  -khtml-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
@media only screen {
  .filter ul li a {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.filter ul li a.selected {
  color: #fff;
  background: #999;
}
.filter ul li a:hover {
  text-decoration: none;
  color: #fff;
  background: #999;
}
.filter ul li:last-child {
  margin-right: 0;
}
.filter ul li:before {
  display: none;
}
.filter.small ul li {
  margin-right: 1.2em;
}
.filter.small ul li a {
  height: 30px;
  font-size: 0.875em;
  line-height: 30px;
}
.filter.small ul li:last-child {
  margin-right: 0;
}
.filter.dark ul li a {
  background: #9d9d9d;
  color: #fff;
}
.filter.dark ul li a.selected,
.filter.dark ul li a:hover {
  background-color: #666;
}
.filter.red ul li a.selected,
.filter.red ul li a:hover {
  background-color: #c40f11;
}
.filter.blue ul li a.selected,
.filter.blue ul li a:hover {
  background-color: #00a6c6;
}
.pager {
  position: relative;
  margin: 0 auto 1.5em auto;
  text-align: center;
}
.pager a {
  -webkit-transition: all 500ms;
  -khtml-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px;
  color: #333;
  line-height: 28px;
  font-size: 0.875em;
  text-align: center;
  background: #e0e0e0;
}
@media only screen {
  .pager a {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.pager a.selected {
  background: #999;
  color: #fff;
}
.pager a:hover {
  background-color: #c40f11;
  color: #fff;
  text-decoration: none;
}
.pager a.button {
  position: absolute;
  top: 0;
  width: auto;
  margin-bottom: 0;
  text-align: left;
  line-height: 28px;
}
.pager a.button.nav-prev {
  left: 0;
}
.pager a.button.nav-next {
  right: 0;
}
.pager span {
  margin-right: 15px;
}
.pager_dots {
  background: none !important;
  cursor: text;
}
.pager_dots:hover {
  color: #333 !important;
}
.news-list {
  margin-bottom: 1.5em;
}
.news-list .news-list-item {
  margin: 0 0 1.5em;
  border-bottom: 1px solid #e6e6e6;
}
.news-list .news-list-item .date {
  color: #999;
}
.news-list .news-list-item .h2 {
  margin-bottom: 0.5em;
}
.news-list.small {
  padding-left: 0;
}
.news-list.small li {
  margin-left: 0;
  padding: 1.05em 0;
  border-bottom: 1px solid #e6e6e6;
  list-style: none;
}
.news-list.small li:first-child {
  border-top: 1px solid #e6e6e6;
}
.news-list.small li:before {
  display: none;
}
.news-list.small li .date {
  color: #999;
  font-size: 0.875em;
}
.news-list.small li a {
  display: block;
  -webkit-transition: color 500ms;
  -khtml-transition: color 500ms;
  -moz-transition: color 500ms;
  -ms-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  color: #333;
}
.news-list.small li a:hover {
  color: #c40f11;
  text-decoration: none;
}
.news-item .date {
  color: #999;
}
.message {
  position: relative;
  margin: 0 0 1.5em 0;
}
.message__header {
  position: relative;
  padding: 1.125em 1.5em 0.9em 3.75em;
  color: #fff;
  background: #f5f5f5;
}
.message__header h1,
.message__header h2 {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.3em;
  color: inherit;
}
.message__header:before {
  position: absolute;
  top: 50%;
  left: 0.75em;
  margin-top: -10px;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  font-family: 'credit-info';
  font-size: 1.5em;
  line-height: 20px;
}
.message__content {
  padding: 1.875em 1.875em 1.125em;
}
.message__content p {
  margin-bottom: 0.75em !important;
}
.message.info .message__header {
  background-color: #4091c6;
}
.message.info .message__header:before {
  content: "\E609";
}
.message.info .message__content {
  background-color: #f1f5f8;
}
.message.info .message__content .button.clear:before {
  color: #4091c6;
}
.message.info .message__content .button.clear:hover {
  color: #4091c6;
}
.message.info.bg-10 {
  color: #333;
}
.message.info.bg-10 .message__header {
  background-color: #ecf4f9!important;
  background-color: rgba(64, 145, 198, 0.1) !important;
  color: #333;
}
.message.success .message__header {
  background-color: #819d0a;
}
.message.success .message__header:before {
  content: "\E602";
}
.message.success .message__content {
  background-color: #f2f5e6;
}
.message.success .message__content .button.clear {
  height: auto;
}
.message.success .message__content .button.clear:before {
  color: #819d0a;
}
.message.success .message__content .button.clear:hover {
  color: #819d0a;
}
.message.success.bg-10 {
  color: #333;
}
.message.success.bg-10 .message__header {
  background: #f2f5e6!important;
  background: rgba(129, 157, 10, 0.1) !important;
  color: #333;
}
.message.error .message__header {
  background-color: #d71921;
}
.message.error .message__header:before {
  content: "\E618";
}
.message.error .message__content {
  background-color: #fcf3f3;
}
.message.error .message__content .button.clear:before {
  color: #d71921;
}
.message.error .message__content .button.clear:hover {
  color: #d71921;
}
.message.error.bg-10 {
  color: #333;
}
.message.error.bg-10 .message__header {
  background: #fbe8e8!important;
  background: rgba(215, 25, 33, 0.1) !important;
  color: #333;
}
.message.alert .message__header {
  background-color: #e89e0e;
}
.message.alert .message__header:before {
  content: "\E612";
}
.message.alert .message__content {
  background-color: #faf5ec;
}
.message.alert .message__content .button.clear:before {
  color: #e89e0e;
}
.message.alert .message__content .button.clear:hover {
  color: #e89e0e;
}
.message.alert.bg-10 {
  color: #333;
}
.message.alert.bg-10 .message__header {
  background: #fdf5e6!important;
  background: rgba(232, 158, 14, 0.1) !important;
  color: #333;
}
.message p {
  margin: 0;
  color: #333;
}
.message.no-icon .message__header {
  padding: 1.05em;
}
.message.no-icon .message__header:before {
  display: none;
}
.message .message-close {
  position: absolute;
  right: 1.5em;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -12px;
  cursor: pointer;
}
.message .message-close:before {
  position: absolute;
}
.message.regular .message__header {
  background: none;
  padding-top: 0;
}
.message.regular .message__header h1 {
  font-size: 1.125em;
}
.message.regular .message__header p {
  font-size: 0.875em;
  margin-bottom: 0;
}
.message.regular.has-icon .message__header {
  padding-left: 70px;
}
.message.regular.has-icon .message__header i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  font-size: 2.5em;
}
.message.regular .button {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.section.gray .message.regular {
  color: #333;
}
.fixed-bottom .message {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.fixed-bottom .message .message__header {
  padding-bottom: 0;
}
.message.fixed-top {
  position: fixed;
  top: 1% ;
  left: 0;
  right: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  z-index: 30;
  -webkit-transition: all;
  -khtml-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  -khtml-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-box-shadow: 0 3px 5px 0 #666;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 3px 5px 0 #666;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 3px 5px 0 #666;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.message.fixed-top.in {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  top: 90px;
}
.message.fixed-top.out {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.message.fixed-top .message {
  margin-bottom: 0;
}
.sidebar-on .fixed-top {
  left: 60px;
}
.sidebar-on.sidebar-open .fixed-top {
  left: 200px;
}
.search-results {
  margin-bottom: 3em;
}
.search-results .result {
  padding: 1.5em 0 0;
  border-bottom: 1px solid #e6e6e6;
}
.search-results .result p {
  width: 56.60377358%;
}
.search-results .result:first-child {
  border-top: 1px solid #e6e6e6;
}
.main-search-box {
  position: relative;
  z-index: 4;
  max-width: 1140px;
  margin: 0 auto;
}
.main-search-box h2 {
  position: absolute;
  left: 1.875em;
}
.main-search-box .form {
  margin-left: 200px;
}
.ps-container .ps-scrollbar-x-rail {
  position: absolute;
  bottom: 3px;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  display: block;
}
.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
  opacity: 0.6;
}
.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container .ps-scrollbar-x-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  right: 3px;
  width: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container .ps-scrollbar-y-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container .ps-scrollbar-x {
  position: absolute;
  bottom: 0;
  height: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0;
}
.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
  background-color: #999;
}
.ps-container .ps-scrollbar-y {
  position: absolute;
  right: 0;
  width: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.ps-container.ie6 .ps-scrollbar-y {
  font-size: 0;
}
.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
  background-color: #999;
}
.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
  visibility: hidden;
}
.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
  visibility: visible;
}
.easy-tabs > ul {
  *zoom: 1;
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.easy-tabs > ul:before,
.easy-tabs > ul:after {
  content: " ";
  display: table;
}
.easy-tabs > ul:after {
  clear: both;
}
.easy-tabs > ul:before,
.easy-tabs > ul:after {
  content: " ";
  display: table;
}
.easy-tabs > ul:after {
  clear: both;
}
.easy-tabs > ul li {
  position: relative;
  list-style: none;
  float: left;
  margin-right: 10px;
}
.easy-tabs > ul li:last-child {
  margin-right: 0;
}
.easy-tabs > ul li a {
  display: block;
  margin-bottom: -1px;
  font-size: 0.875em;
  color: #fff;
  background: #9d9d9d;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}
@media only screen {
  .easy-tabs > ul li a {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.easy-tabs > ul li a:hover {
  text-decoration: none;
}
.easy-tabs > ul li a.active {
  background: #fff;
  color: #333;
}
.easy-tabs .panel-container {
  position: relative;
  z-index: 1;
  border: 1px solid #e6e6e6;
  padding: 1.875em 1.875em 0.375em;
}
.easy-tabs.gray > ul li a.active {
  background: #eee;
}
.easy-tabs.gray .panel-container {
  background: #eee;
}
.DropDownSelect {
  margin: 0 0 1.5em;
  position: relative;
}
.DropDownSelect table tr td input {
  display: inline-block;
  box-sizing: border-box;
  height: 2.5em;
  margin: 0;
  padding: 0.5em 0.9375em;
  font-size: 0.875em;
  color: #666;
  border: 1px solid #e6e6e6;
}
@media only screen {
  .DropDownSelect table tr td input {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.DropDownSelect table tr td a {
  *display: inline;
  *zoom: 1;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin: 0 0 0.3em;
  padding: 0 1em;
  height: 2.35714286em;
  text-shadow: none;
  min-width: 60px;
  max-width: 100%;
  overflow: hidden;
  vertical-align: bottom;
  font-size: 0.875em;
  line-height: 2.35714286em;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: #c40f11;
  margin-bottom: 0;
}
@media only screen {
  .DropDownSelect table tr td a {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.DropDownSelect table tr td a:hover {
  -webkit-transition: background 500ms, color 500ms;
  -khtml-transition: background 500ms, color 500ms;
  -moz-transition: background 500ms, color 500ms;
  -ms-transition: background 500ms, color 500ms;
  -o-transition: background 500ms, color 500ms;
  transition: background 500ms, color 500ms;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  text-decoration: none;
  background: #666;
}
.DropDownSelect table tr td a:active,
.DropDownSelect table tr td a:focus,
.DropDownSelect table tr td a.focus {
  background: #d82325;
  outline: none;
}
.DropDownSelect table tr td a.disabled,
.DropDownSelect table tr td a:disabled {
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  cursor: default;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.4);
}
.DropDownSelect table tr td a.disabled:before,
.DropDownSelect table tr td a:disabled:before {
  color: rgba(255, 255, 255, 0.4);
}
.DropDownSelect table tr td a.loading {
  position: relative;
}
.DropDownSelect table tr td a.loading .spinner-container {
  position: absolute;
  left: 50%;
  margin-left: -7px;
}
.DropDownSelect .RadComboBoxDropDown {
  display: none;
  position: absolute;
  z-index: 10;
  top: 35px;
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.DropDownSelect .RadComboBoxDropDown label {
  font-size: 0.875em;
}
.DropDownSelect .RadComboBoxDropDown label input[type="checkbox"] {
  display: inline-block;
  margin-right: 5px;
}
.DropDownSelect.open .RadComboBoxDropDown {
  display: block;
}
.DropDownSelect ul {
  padding: 0;
}
.DropDownSelect ul li {
  list-style: none;
}
.RadComboBoxDropDown {
  display: none;
  position: absolute;
  top: 35px;
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.RadComboBoxDropDown label {
  font-size: 0.875em;
}
.RadComboBoxDropDown label input[type="checkbox"] {
  display: inline-block;
  margin-right: 5px;
}
.rcbArrowCellHidden {
  display: none;
}
.rtUL {
  list-style: none;
}
.rtUL.rtLines {
  list-style: none;
  padding-left: 5px;
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #333;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-size: 0.875em;
  line-height: 1.6em;
}
.tooltipster-default .tooltipster-content p {
  margin-bottom: 0;
}
.tooltipster-default .tooltipster-content h1,
.tooltipster-default .tooltipster-content h2,
.tooltipster-default .tooltipster-content h3,
.tooltipster-default .tooltipster-content h4 {
  font-size: 1em;
  margin-bottom: 0.75em;
}
.tooltipster-default .tooltipster-content ul {
  margin: -1.5em;
  bottom: 0;
  padding: 0;
}
.tooltipster-default .tooltipster-content ul li {
  list-style: none;
  line-height: 2.375em;
  border-bottom: 1px solid #e6e6e6;
}
.tooltipster-default .tooltipster-content ul li a {
  padding: 0 1.5em;
  display: block;
}
.tooltipster-default .tooltipster-content ul li a:hover {
  text-decoration: none;
  color: #333;
}
.tooltip-custom-dark {
  border: none;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.tooltip-custom-dark .tooltipster-content {
  font-size: 12px;
  line-height: 1.2em;
}
.tooltip-custom-dark .tooltipster-arrow .tooltipster-arrow-border {
  border-color: rgba(0, 0, 0, 0.8) !important;
}
.tooltip-custom-dark.tooltipster-base .tooltipster-content {
  padding: 0.375em 0.5em;
  overflow: hidden;
  line-height: 1em;
}
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}
/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}
/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 3px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  padding: 0.75em 0.75em;
  overflow: hidden;
  line-height: 1em;
}
/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}
/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.tooltip-text {
  display: none;
}
.tooltip-trigger {
  color: #9b9b9b;
  cursor: help;
}
.tooltip-trigger.tooltip-list {
  cursor: pointer;
}
.tooltip-trigger:before {
  font-size: 1.25em;
}
.tooltip-trigger.active {
  color: #c40f11;
}
.tooltip-trigger.top-right {
  position: absolute;
  margin-top: -10px;
  margin-right: -10px;
  top: 1.875em;
  right: 1.875em;
}
.tooltip-trigger.top-left {
  position: absolute;
  margin-top: -10px;
  margin-left: -10px;
  top: 1.875em;
  left: 1.875em;
}
.tooltip-trigger.bottom-right {
  position: absolute;
  margin-right: -10px;
  bottom: 1.875em;
  right: 1.875em;
}
.tooltip-trigger.bottom-left {
  position: absolute;
  margin-bottom: -10px;
  margin-left: -10px;
  bottom: 1.875em;
  left: 1.875em;
}
.ui-widget-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #666;
  filter: alpha(opacity=50);
  /* support: IE8 */
}
.ui-dialog {
  z-index: 101;
  background: #fff;
}
.ui-dialog .ui-dialog-content {
  padding: 1.5em 15px 0;
}
.ui-dialog .ui-dialog-buttonset {
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 8px 15px;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  color: inherit;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  color: inherit;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: inherit;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick:before {
  font-family: 'credit-info';
  line-height: 20px;
  content: '\E67C';
  color: inherit;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick:hover {
  color: #999;
}
.ui-dialog .ui-dialog-titlebar-close .ui-button-text {
  display: none;
}
.ui-dialog.dialog-blue .ui-dialog-titlebar {
  background: #00a6c6;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.ui-dialog.dialog-red .ui-dialog-titlebar {
  background: #c40f11;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.ui-dialog.dialog-green .ui-dialog-titlebar {
  background: #169818;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.ui-dialog.dialog-orange .ui-dialog-titlebar {
  background: #e89e0e;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.popover {
  border: 1px solid #e6e6e6;
  border-radius: 0 !important;
}
.spinner-container {
  display: inline-block;
  transform-origin: center center;
  position: relative;
  animation: rotate 1s linear infinite;
  font-size: 14px;
}
.spinner-container.x-small {
  width: 18px;
  height: 18px;
}
.spinner-container.small {
  width: 30px;
  height: 30px;
}
.spinner-container.medium {
  width: 50px;
  height: 50px;
}
.spinner-container.large {
  width: 75px;
  height: 75px;
}
.spinner-container.x-large {
  width: 100px;
  height: 100px;
}
.spinner-container .spinner.x-small {
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
}
.spinner-container .spinner.small {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
}
.spinner-container .spinner.medium {
  width: 50px;
  height: 50px;
  font-size: 50px;
  line-height: 50px;
}
.spinner-container .spinner.large {
  width: 75px;
  height: 75px;
  font-size: 75px;
  line-height: 75px;
}
.spinner-container .spinner.x-large {
  width: 100px;
  height: 100px;
  font-size: 100px;
  line-height: 100px;
}
.spinner-container .spinner.red {
  color: #c40f11;
}
.input-icon .spinner-container i,
.input-icon .input-icon-btn .spinner-container i {
  right: auto;
  top: auto;
  margin-top: 0;
}
@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.logo-spinner {
  white-space: inherit;
}
.logo-spinner:before {
  background: url('https://static.creditinfo.is/resources/common/img/init/ciweb-spinner.gif') 0 100%;
  background-size: contain;
  content: '';
  color: #ccc;
  height: 55px;
  width: 55px;
  position: fixed;
  z-index: 100;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.logo-spinner:after {
  content: '';
  color: #ccc;
  height: 10px;
  width: 100px;
  position: fixed;
  z-index: 100;
  margin-top: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}
#main-spinner {
  position: absolute;
  top: -99999px;
}
.add-spinner {
  position: relative;
  white-space: inherit;
}
.add-spinner:before {
  background: url('https://static.creditinfo.is/resources/common/img/init/ciweb-spinner.gif') 0 100%;
  background-size: contain;
  content: '';
  color: #ccc;
  height: 55px;
  width: 55px;
  position: fixed;
  z-index: 100;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.add-spinner:after {
  content: '';
  color: #ccc;
  height: 10px;
  width: 100px;
  position: fixed;
  z-index: 100;
  margin-top: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}
.add-spinner:before {
  position: absolute;
}
.add-spinner-small,
.add-spinner-medium,
.add-spinner-large,
.add-spinner-x-large {
  position: relative;
  white-space: inherit;
}
.add-spinner-small:before,
.add-spinner-medium:before,
.add-spinner-large:before,
.add-spinner-x-large:before {
  background: url('https://static.creditinfo.is/resources/common/img/init/ciweb-spinner.gif') 0 100%;
  background-size: contain;
  content: '';
  color: #ccc;
  height: 55px;
  width: 55px;
  position: fixed;
  z-index: 100;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.add-spinner-small:after,
.add-spinner-medium:after,
.add-spinner-large:after,
.add-spinner-x-large:after {
  content: '';
  color: #ccc;
  height: 10px;
  width: 100px;
  position: fixed;
  z-index: 100;
  margin-top: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}
.add-spinner-small:before,
.add-spinner-medium:before,
.add-spinner-large:before,
.add-spinner-x-large:before {
  position: absolute;
}
.add-spinner-small:before {
  width: 30px;
  height: 30px;
}
.add-spinner-medium:before {
  width: 50px;
  height: 50px;
}
.add-spinner-large:before {
  width: 75px;
  height: 75px;
}
.add-spinner-x-large:before {
  width: 100px;
  height: 100px;
}
.add-placeholder {
  position: relative;
}
.add-placeholder:after {
  display: block;
  content: url('https://static.creditinfo.is/css/img/init/spinner-red.gif');
  margin: 5px 0;
  padding: 5px 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  min-height: 55px;
  max-width: 1000px;
  z-index: 100;
  text-align: center;
  -webkit-transition: all 300ms;
  -khtml-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
.add-placeholder.max-width:after {
  max-width: none;
}
.component-placeholder {
  position: relative;
}
.component-placeholder:after {
  display: block;
  content: url('https://static.creditinfo.is/css/img/init/spinner-red.gif');
  margin: 5px 0;
  padding: 5px 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  min-height: 55px;
  max-width: 1000px;
  z-index: 100;
  text-align: center;
  -webkit-transition: all 300ms;
  -khtml-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
.component-placeholder.max-width:after {
  max-width: none;
}
.loading-busy {
  position: relative;
}
.loading-busy:before {
  content: '';
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.6;
  background: #fff;
  filter: alpha(opacity=50);
  /* support: IE8 */
}
.loading-busy:after {
  content: '';
  background: url('https://static.creditinfo.is/css/img/init/spinner-red.gif');
  background-size: 50px 50px, cover;
  height: 50px;
  width: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 21;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
/*img {
    min-width: 100%;
}*/
/*
.sr-only {
    position: absolute;
    left: -9999999px;
}*/
/*
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}*/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    position: relative;
    display: none;
    transition-duration: 1.5s;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203A';
}
.carousel-indicators {
  position: absolute;
  top: 102%;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 8px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #c8c8c8;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 20px;
  height: 20px;
  margin: 8px;
  background-color: #717171;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel #no-text {
  visibility: hidden;
}
.main-nav {
  padding: 0;
  line-height: 1.2em;
  font-size: 0.9375em;
  margin: 0 0 0 250px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
@media only screen {
  .main-nav {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.main-nav li {
  *display: inline;
  *zoom: 1;
  display: inline-block;
  margin: 0 1.5em 0 0;
}
.main-nav li:before {
  display: none;
}
.main-nav li.selected a {
  color: #c40f11;
}
.main-nav li a.selected {
  color: #c40f11;
}
.main-nav a {
  color: #333;
}
.main-nav a:hover {
  -webkit-transition: color 500ms;
  -khtml-transition: color 500ms;
  -moz-transition: color 500ms;
  -ms-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  text-decoration: none;
  color: #c40f11;
}
.menu-dropdown {
  position: absolute;
  background: #eee;
  border: 1px solid #e6e6e6;
}
.menu-dropdown.white {
  background: #fff;
}
.menu-dropdown.dropdown--dark {
  background: #eee;
  min-width: 240px;
}
.menu-dropdown ul li ul,
.menu-dropdown ul {
  margin: 0;
  padding: 1.5em;
  font-size: 0.875em;
}
.menu-dropdown ul li ul li,
.menu-dropdown ul li {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #333;
}
.menu-dropdown ul li ul li:before,
.menu-dropdown ul li:before {
  display: none;
}
.menu-dropdown ul li ul li:first-child,
.menu-dropdown ul li:first-child {
  padding-top: 0;
}
.menu-dropdown ul li ul li:last-child,
.menu-dropdown ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.menu-dropdown ul li ul li a,
.menu-dropdown ul li a {
  color: #333;
}
.menu-dropdown ul li ul li a:hover,
.menu-dropdown ul li a:hover {
  text-decoration: none;
  color: #c40f11;
}
.menu-dropdown ul li ul li a:before,
.menu-dropdown ul li a:before {
  margin-right: 5px;
  vertical-align: -2px;
  font-size: 1.4em;
}
.menu-dropdown ul li ul li.group,
.menu-dropdown ul li.group {
  padding-top: 1.5em;
}
.menu-dropdown ul li ul li.group:first-child,
.menu-dropdown ul li.group:first-child {
  padding-top: 0;
}
.menu-dropdown ul li ul li.group,
.menu-dropdown ul li.group,
.menu-dropdown ul li ul li.label,
.menu-dropdown ul li.label {
  font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: none;
}
.menu-dropdown ul > li > ul {
  padding: 0;
  font-size: 1em;
}
.menu-dropdown ul > li > ul > li:first-child {
  padding-top: 0;
}
.nav-button .button {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.shortcutbar .col:last-child .button {
  border-right: 0.1rem solid #e6e6e6;
}
.shortcutbar .button {
  height: 4em;
  line-height: 4em;
  color: #3f3f3f;
  border-right: 0;
}
.shortcutbar .button span {
  vertical-align: 4px;
}
.shortcutbar .button:hover {
  background-color: #eee;
}
.shortcutbar .button:before {
  font-size: 1.7em;
}
.shortcutbar.blue .button:hover {
  border-bottom: 3px solid #00a6c6;
}
.shortcutbar.blue .button--active {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  border-bottom: 3px solid #00a6c6;
}
.main-wrap {
  position: relative;
}
.has-fixed-bottom .main-wrap {
  padding-bottom: 100px;
}
.main.loading-view {
  white-space: inherit;
}
.main.loading-view:before {
  background: url('https://static.creditinfo.is/resources/common/img/init/ciweb-spinner.gif') 0 100%;
  background-size: contain;
  content: '';
  color: #ccc;
  height: 55px;
  width: 55px;
  position: fixed;
  z-index: 100;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.main.loading-view:after {
  content: '';
  color: #ccc;
  height: 10px;
  width: 100px;
  position: fixed;
  z-index: 100;
  margin-top: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .thjonustuvefur .main.transition {
    -webkit-transition: margin 300ms;
    -khtml-transition: margin 300ms;
    -moz-transition: margin 300ms;
    -ms-transition: margin 300ms;
    -o-transition: margin 300ms;
    transition: margin 300ms;
    -webkit-transition-duration: 200ms;
    -khtml-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
  }
  .thjonustuvefur .main.slide {
    margin-right: 240px;
  }
}
@media only screen and (max-width: 768px) {
  .has-fixed-bottom .main-wrap {
    padding-bottom: 10px;
  }
}
@keyframes loading-view-animation {
  from {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
  to {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
}
@-webkit-keyframes loading-view-animation {
  from {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
  to {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
}
@-moz-keyframes loading-view-animation {
  from {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
  to {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
}
@-o-keyframes loading-view-animation {
  from {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  }
  to {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  }
}
.main-header {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 60px;
  color: #333;
  background-color: #FFF;
  border-bottom: 1px solid #e6e6e6;
}
.main-header .logo {
  left: 2px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  display: block;
  max-width: 170px;
}
.main-header .logo img {
  image-rendering: optimizeSpeed;
  /*                     */
  image-rendering: -moz-crisp-edges;
  /* Firefox             */
  image-rendering: -o-crisp-edges;
  /* Opera               */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and Safari) */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed       */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                */
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
}
.main-header .action-bar {
  position: absolute;
  right: 1.875em;
  top: 50%;
  margin-bottom: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.main-header .action-bar .button.white:before {
  color: #333;
}
.main-header .action-bar .button.icon-envelope2 {
  padding-left: 1.425em;
  padding-right: 1.425em;
}
.main-header .action-bar .button.white:hover {
  background: #666;
}
.main-header .action-bar .button.white:hover:before {
  color: #fff;
}
.main-header .action-bar .button.white.active {
  background: #666;
}
.main-header .action-bar .button.white.active:before {
  color: #fff;
}
.main-header .action-bar .button {
  margin-bottom: 0;
}
.main-header .user {
  position: absolute;
  top: 50%;
  right: 80px;
  font-size: 0.875em;
  line-height: 1em;
  text-align: right;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.main-header .user .company {
  color: #999;
}
.main-header .toggle-settings {
  color: #333;
  font-size: 1.5em;
  text-decoration: none;
  z-index: 9999;
}
.main-header .toggle-settings:hover {
  color: #c40f11;
}
.main-header .tooltip {
  z-index: 99999;
}
.login-drop {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  right: 0;
  top: 60px;
}
.login-drop.transition {
  -webkit-transition: -webkit-transform 300ms;
  -khtml-transition: -webkit-transform 300ms;
  -moz-transition: -webkit-transform 300ms;
  -ms-transition: -webkit-transform 300ms;
  -o-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
.login-drop.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.top-spacer {
  position: relative;
  width: 100%;
  height: 60px;
}
.thjonustuvefur .main-header {
  background: #FFF;
}
.thjonustuvefur .main-header .mobilenav-toggle {
  display: none;
  position: absolute;
  left: 1.875em;
  top: 50%;
  margin-top: -16px;
  background: #fff;
}
.thjonustuvefur .main-header .mobilenav-toggle:before {
  color: #333;
}
.thjonustuvefur .main-header .mobilenav-toggle:active {
  background: #666;
}
.thjonustuvefur .main-header .mobilenav-toggle:active:before {
  color: #fff;
}
.thjonustuvefur .main-header .mobilenav-toggle.active {
  background: #666;
}
.thjonustuvefur .main-header .mobilenav-toggle.active:before {
  color: #fff;
}
.lt-ie9 .main-header .logo {
  width: 100%;
}
.lt-ie9 .action-bar {
  min-width: 300px;
  text-align: right;
}
.lt-ie9 .search-box {
  display: none;
  width: 300px;
}
.lt-ie9 .search-box input[type="text"] {
  line-height: 1em;
}
.lt-ie9 .search-box.open {
  display: block;
}
.no-csstransforms .login-drop {
  display: none;
}
.no-csstransforms .login-drop.open {
  display: block;
}
.header-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  height: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 80;
  overflow: hidden;
  -webkit-transition: height 500ms;
  -khtml-transition: height 500ms;
  -moz-transition: height 500ms;
  -ms-transition: height 500ms;
  -o-transition: height 500ms;
  transition: height 500ms;
}
.header-search .search-box {
  z-index: -10;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  margin-top: -15px;
  width: 100%;
  max-width: 1000px;
  height: 33px;
}
.header-search .search-box input[type=text] {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 33px;
  line-height: 1em;
  width: 100%;
  border: 0;
  box-shadow: none;
  outline: 0;
  border: 1px solid #e6e6e6;
}
.header-search .search-box .button {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.header-search.open {
  z-index: 10;
  height: 80px;
}
.thjonustuvefur .main-header .sidenav-toggle {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .main-header .button--fekkstu-bref {
    display: none;
  }
  .main-header .user {
    right: 105px;
  }
  .thjonustuvefur .main-header .sidenav-toggle {
    display: inline-block;
  }
  .main-header .sidenav-toggle {
    display: inline-block;
  }
  .main-header .toggle-settings {
    margin-right: 10px;
  }
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.check-overflow .ci-check {
  max-width: 225px;
}
.check-overflow .ci-check label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-footer {
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #2D2D2D;
  font-size: 0.875em;
}
.main-footer .address {
  width: 65.97222222%;
  height: 80px;
  float: left;
  position: relative;
  font-style: normal;
  color: #969696;
  background-color: #EEEEEE;
}
.main-footer .address .inner {
  position: relative;
  top: 1.875em;
  left: 1.875em;
}
.main-footer .address span.dash:after {
  content: '-';
  margin-left: 10px;
  margin-right: 10px;
  color: #969696;
}
.main-footer .address .icon-telephone {
  margin-left: 1.875em;
  margin-right: 1.875em;
}
.main-footer span:before,
.main-footer a:before {
  vertical-align: -4px;
  padding-right: 10px;
  color: #6c6c6c;
  font-size: 1.9em;
}
.main-footer a,
.main-footer .footer-link {
  color: #2D2D2D;
}
.main-footer a:hover,
.main-footer .footer-link:hover {
  -webkit-transition: color 300ms;
  -khtml-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  text-decoration: none;
}
.main-footer a:hover:before,
.main-footer .footer-link:hover:before {
  -webkit-transition: color 300ms;
  -khtml-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  color: #c40f11;
}
.main-footer .support {
  width: 100%;
  height: 80px;
  text-align: right;
  background-color: #EEEEEE;
}
.main-footer .support .inner {
  position: relative;
  top: 1.875em;
  right: 1.875em;
}
.main-footer .support a,
.main-footer .support .footer-link {
  margin-right: 1.875em;
  text-transform: uppercase;
  font-weight: 600;
}
.main-footer .support a:last-child,
.main-footer .support .footer-link:last-child {
  margin-right: 0;
}
.main-footer .icon {
  color: #666;
}
.settings-drop {
  min-width: 200px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  right: 0;
  top: 60px;
}
.settings-drop.transition {
  -webkit-transition: -webkit-transform 300ms;
  -khtml-transition: -webkit-transform 300ms;
  -moz-transition: -webkit-transform 300ms;
  -ms-transition: -webkit-transform 300ms;
  -o-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
.settings-drop.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
@media (max-width: 720px) {
  .frontpage .main-search-box {
    margin: 0;
    border-left: none;
    border-right: none;
  }
  .frontpage .main-search-box .form {
    margin-left: 0;
  }
  .frontpage .main-search-box h2 {
    position: relative;
    left: 0;
    text-align: center!important;
    margin-bottom: 0.75em;
  }
}
@media only screen and (max-width: 1800px) {
  .thjonustuvefur .main-nav {
    margin-left: 200px;
  }
  .thjonustuvefur .main-nav li {
    margin-right: 1em;
  }
  .thjonustuvefur .main-nav li a {
    font-size: 0.8125em;
  }
  .thjonustuvefur .main-nav a {
    font-size: 0.8125em;
  }
}
@media only screen and (max-width: 1500px) {
  .thjonustuvefur .main-nav {
    margin-left: 180px;
  }
  .thjonustuvefur .main-nav li {
    margin-right: 0.3em;
  }
  .thjonustuvefur .main-nav li a {
    font-size: 0.75em;
  }
  .thjonustuvefur .main-nav a {
    font-size: 0.8125em;
  }
}
@media only screen and (max-width: 1500px) {
  .main-nav {
    margin-left: 180px;
  }
  .thjonustuvefur .main-nav li {
    margin-right: 10px;
  }
  .main-nav a {
    font-size: 0.8125em;
  }
}
@media only screen and (max-width: 1100px) {
  .thjonustuvefur .main-nav,
  .thjonustuvefur .user {
    display: none;
  }
  .thjonustuvefur .main-header .mobilenav-toggle {
    display: block;
  }
  .thjonustuvefur .main-header .logo {
    left: 70px;
  }
}
@media only screen and (max-width: 960px) {
  .main-nav,
  .user {
    display: none;
  }
}
@media only screen and (max-width: 1500px) {
  .main-header .logo {
    left: 9px;
    max-width: 130px;
  }
  .main-header .action-bar {
    right: 1.875em;
  }
}
@media only screen and (max-width: 480px) {
  .main-header {
    height: 50px;
  }
  .main-header .logo {
    left: 2px;
    max-width: 120px;
  }
  .main-header .search-box {
    right: 104px;
  }
  .main-header .action-bar {
    right: 0.9375em;
  }
  .thjonustuvefur .main-header .mobilenav-toggle {
    left: 0.9375em;
  }
  .thjonustuvefur .main-header .logo {
    left: 60px;
  }
  .thjonustuvefur .main-header .action-bar {
    right: 0.46875em;
  }
  .top-spacer {
    height: 50px;
  }
  .login-drop {
    top: 50px;
  }
}
@media only screen and (max-width: 1350px) {
  .main-footer .address {
    height: auto;
    width: 100%;
    padding: 1.5em 0;
    float: none;
    text-align: center;
  }
  .main-footer .address .inner {
    padding: 0 1.875em;
    top: 0;
    left: auto;
  }
  .main-footer .support {
    height: auto;
    width: 100%;
    padding: 1.5em 0;
    float: none;
    text-align: center;
    right: 0;
  }
  .main-footer .support .inner {
    top: 0;
    padding: 0 1.875em;
    right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .main-footer .address a,
  .main-footer .address span {
    display: block;
  }
  .main-footer .address a:after,
  .main-footer .address span:after {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .support a {
    display: block;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .padded {
    padding: 1.875em 0.9375em 1.3125em;
  }
}
@media only screen and (max-width: 480px) {
  .appid .button {
    width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .banner {
    background-size: 0% 0%, cover;
  }
  .banner .text {
    width: 70%;
    max-width: 100%;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 960px) {
  .banner {
    background-size: 0% 0%, cover;
  }
  .banner .text {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .pager a,
  .pager span {
    display: none;
  }
  .pager a.button {
    display: inline-block;
  }
}
@media (max-width: 1200px) {
  .main-search-box {
    margin-left: 1.875em;
    margin-right: 1.875em;
  }
}
@media (max-width: 720px) {
  .search-results .result p {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .thjonustuvefur .side-nav-container {
    bottom: 0;
    z-index: 100;
  }
  .thjonustuvefur .side-nav-container .side-nav {
    top: 0;
  }
  .thjonustuvefur .side-nav-container .side-nav .top {
    display: block;
  }
  .thjonustuvefur .side-nav-container .side-nav > div > ul {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 720px) {
  .table {
    min-width: 1000px;
  }
  .table-wrap {
    overflow-x: auto;
  }
  .table-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1000px;
  }
}
@media only screen and (max-width: 1100px) {
  .shortcutbar .button {
    padding: 0;
  }
  .shortcutbar .button span {
    display: none;
  }
  .shortcutbar .button:before {
    margin-right: 0;
    font-size: 2em;
    vertical-align: -8px;
  }
}
.cursor-pointer {
  cursor: pointer !important;
}
.border-primary {
  border: 1px solid #e6e6e6;
}
.border-right {
  border-right: 1px solid #e6e6e6;
}
.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.spacing-bottom {
  margin-bottom: 1.5em !important;
}
.half-spacing-bottom {
  margin-bottom: 0.75em !important;
}
.half-spacing-left {
  margin-left: 0.75em !important;
}
.half-spacing-right {
  margin-right: 0.75em !important;
}
.half-spacing-top {
  margin-top: 0.75em !important;
}
.gutter-top {
  margin-top: 1.875em !important;
}
.gutter-bottom {
  margin-bottom: 1.875em !important;
}
.no-gutter-bottom {
  margin-bottom: 0 !important;
}
.gutter-left {
  margin-left: 1.875em !important;
}
.gutter-right {
  margin-right: 1.875em !important;
}
.divider {
  padding-top: 15px;
  border-top: 1px solid #e6e6e6;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-white {
  color: #fff !important;
}
.text-red {
  color: #c40f11 !important;
}
.text-blue {
  color: #00a6c6 !important;
}
.text-green {
  color: #169818 !important;
}
.text-gray {
  color: #999999 !important;
}
.text-gray-dark {
  color: #404040 !important;
}
.text-gray-darker {
  color: #2D2D2D !important;
}
.text-font-color {
  color: #333 !important;
}
.text-40 {
  font-size: 2.5em !important;
}
.text-36 {
  font-size: 2.25em !important;
}
.text-34 {
  font-size: 2.125em !important;
}
.text-32 {
  font-size: 2em !important;
}
.text-30 {
  font-size: 1.875em !important;
}
.text-28 {
  font-size: 1.75em !important;
}
.text-24 {
  font-size: 1.5em !important;
}
.text-22 {
  font-size: 1.375em !important;
}
.text-20 {
  font-size: 1.25em !important;
}
.text-18 {
  font-size: 1.125em !important;
}
.text-16 {
  font-size: 1em !important;
}
.text-14 {
  font-size: 0.875em !important;
}
.text-10 {
  font-size: 0.625em !important;
}
.text-upper {
  text-transform: uppercase !important;
}
.text-bold {
  font-weight: normal;
}
@media only screen {
  .text-bold {
    font-family: 'open_sansbold', 'open_sansregular', Arial, sans-serif !important;
  }
}
.text-semibold,
.font-semibold {
  font-weight: normal;
}
@media only screen {
  .text-semibold,
  .font-semibold {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif !important;
  }
}
@media only screen and (max-width: 720px) {
  .text-40 {
    font-size: 1.875em !important;
  }
  .text-36 {
    font-size: 1.75em !important;
  }
  .text-34 {
    font-size: 1.625em !important;
  }
  .text-32 {
    font-size: 1.5em !important;
  }
  .text-30 {
    font-size: 1.25em !important;
  }
}
@media print {
  .no-print {
    display: none;
  }
}
.text-yellow {
  color: #e89e0e !important;
}
@media only screen {
  .text-normal {
    font-family: 'open_sansregular', Arial, sans-serif !important;
  }
}
.text-12 {
  font-size: 0.75em !important;
}
.text-102 {
  font-size: 6.375em;
}
.text-middle {
  vertical-align: middle;
}
.vertical-align-center {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
h1,
.h1 {
  font-size: 1.25em;
  line-height: 1.3em;
  margin-bottom: 1.2em;
  color: #333;
  text-transform: uppercase;
}
@media only screen {
  h1 span,
  .h1 span {
    font-family: 'open_sansbold', 'open_sansregular', Arial, sans-serif;
  }
}
h1 i,
.h1 i {
  color: #999;
  margin-right: 10px;
  font-size: 1.3em;
  vertical-align: -4px;
}
@media only screen and (max-width: 720px) {
  h1,
  .h1 {
    font-size: 1.25em;
  }
  h2,
  .h2 {
    font-size: 1.25em;
  }
}
pre {
  font-family: 'open_sansregular', Arial, sans-serif;
}
pre.comment {
  margin: 0;
}
.set-new-password .form .message {
  vertical-align: -4px;
  display: none;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1em;
  color: #666;
}
@media only screen {
  .set-new-password .form .message {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.set-new-password .form.weak input {
  border-color: #d71921;
}
.set-new-password .form.weak .message {
  display: inline;
  color: #d71921;
}
.set-new-password .form.strong input {
  border-color: #e89e0e;
}
.set-new-password .form.strong .message {
  display: inline;
  color: #e89e0e;
}
.set-new-password .form.very-strong input {
  border-color: #819d0a;
}
.set-new-password .form.very-strong .message {
  display: inline;
  color: #819d0a;
}
.set-new-password .form.current-password.not-valid .message,
.set-new-password .form.confirm-password.not-valid .message {
  display: inline;
  color: #d71921;
}
.password-indicator {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5em;
}
.password-indicator > div {
  float: left;
}
.password-indicator .label {
  width: 20%;
  color: #666;
  font-size: 0.875em;
  font-weight: normal;
}
@media only screen {
  .password-indicator .label {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.password-indicator .indicator {
  top: 8px;
  left: 10px;
  position: relative;
  width: 80%;
  height: 10px;
  background: #eee;
}
.password-indicator .indicator > div {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 0%;
  -webkit-transition: width 300ms;
  -moz-transition: width 300ms;
  transition: width 300ms;
}
.password-indicator .indicator.weak > div {
  background: #d71921;
  width: 15%;
}
.password-indicator .indicator.strong > div {
  background: #e89e0e;
  width: 40%;
}
.password-indicator .indicator.very-strong > div {
  background: #819d0a;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .password-indicator > div {
    float: none;
  }
  .password-indicator .indicator {
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 1.5em;
  }
}
.ci-datepopupbutton {
  cursor: pointer;
}
.ci-datepicker .uib-datepicker-popup.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  font-family: 'open_sansregular', Arial, sans-serif;
}
.uib-daypicker thead,
.uib-monthpicker thead,
.uib-yearpicker thead {
  background-color: #efefef;
  margin-bottom: 5px;
}
.uib-daypicker thead th,
.uib-monthpicker thead th,
.uib-yearpicker thead th {
  padding: 5px 0;
}
.uib-daypicker thead small,
.uib-monthpicker thead small,
.uib-yearpicker thead small {
  color: #c40f11;
}
.uib-daypicker:focus,
.uib-monthpicker:focus,
.uib-yearpicker:focus {
  outline: none;
}
.uib-daypicker .uib-left,
.uib-monthpicker .uib-left,
.uib-yearpicker .uib-left,
.uib-daypicker .uib-right,
.uib-monthpicker .uib-right,
.uib-yearpicker .uib-right {
  display: block;
  position: relative;
  background-color: #efefef;
  border: none;
}
.uib-daypicker .uib-left i,
.uib-monthpicker .uib-left i,
.uib-yearpicker .uib-left i,
.uib-daypicker .uib-right i,
.uib-monthpicker .uib-right i,
.uib-yearpicker .uib-right i {
  position: static !important;
  font-style: normal;
}
.uib-daypicker .uib-left i:before,
.uib-monthpicker .uib-left i:before,
.uib-yearpicker .uib-left i:before,
.uib-daypicker .uib-right i:before,
.uib-monthpicker .uib-right i:before,
.uib-yearpicker .uib-right i:before {
  position: static;
  top: 0;
  left: 0;
  font-family: 'credit-info';
  text-indent: 0;
}
.uib-daypicker .uib-left:hover,
.uib-monthpicker .uib-left:hover,
.uib-yearpicker .uib-left:hover,
.uib-daypicker .uib-right:hover,
.uib-monthpicker .uib-right:hover,
.uib-yearpicker .uib-right:hover {
  background-color: #c40f11;
}
.uib-daypicker .uib-left:hover i,
.uib-monthpicker .uib-left:hover i,
.uib-yearpicker .uib-left:hover i,
.uib-daypicker .uib-right:hover i,
.uib-monthpicker .uib-right:hover i,
.uib-yearpicker .uib-right:hover i {
  color: #fff;
}
.uib-daypicker .uib-left i:before,
.uib-monthpicker .uib-left i:before,
.uib-yearpicker .uib-left i:before {
  content: "\E63B";
}
.uib-daypicker .uib-right i:before,
.uib-monthpicker .uib-right i:before,
.uib-yearpicker .uib-right i:before {
  content: "\E63E";
}
.uib-daypicker .uib-day button,
.uib-monthpicker .uib-day button,
.uib-yearpicker .uib-day button,
.uib-daypicker .uib-month button,
.uib-monthpicker .uib-month button,
.uib-yearpicker .uib-month button,
.uib-daypicker .uib-year button,
.uib-monthpicker .uib-year button,
.uib-yearpicker .uib-year button {
  background: #fff;
  border: 1px solid #efefef;
  display: inline-block;
  min-width: 100%;
  border-radius: 0;
}
.uib-daypicker .uib-day button[disabled],
.uib-monthpicker .uib-day button[disabled],
.uib-yearpicker .uib-day button[disabled],
.uib-daypicker .uib-month button[disabled],
.uib-monthpicker .uib-month button[disabled],
.uib-yearpicker .uib-month button[disabled],
.uib-daypicker .uib-year button[disabled],
.uib-monthpicker .uib-year button[disabled],
.uib-yearpicker .uib-year button[disabled] {
  color: #999;
}
.uib-daypicker .btn-info,
.uib-monthpicker .btn-info,
.uib-yearpicker .btn-info {
  background-color: aquamarine;
}
.uib-daypicker .btn-default:active,
.uib-monthpicker .btn-default:active,
.uib-yearpicker .btn-default:active,
.uib-daypicker .btn-default.active,
.uib-monthpicker .btn-default.active,
.uib-yearpicker .btn-default.active,
.uib-daypicker .open > .dropdown-toggle.btn-default,
.uib-monthpicker .open > .dropdown-toggle.btn-default,
.uib-yearpicker .open > .dropdown-toggle.btn-default {
  background-color: #c40f11;
  color: #fff;
  border: 0;
}
.uib-title.btn-default {
  background: #fff;
  border: 1px solid #e6e6e6;
}
.uib-button-bar {
  background-color: #efefef;
  padding: 10px;
  *zoom: 1;
}
.uib-button-bar .btn {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fff;
  padding: 3px 5px;
}
.uib-button-bar .btn:hover {
  color: #fff;
  background: #c40f11;
}
.uib-button-bar .uib-datepicker-current {
  background: #00a6c6;
  color: #fff;
}
.uib-button-bar:before,
.uib-button-bar:after {
  content: " ";
  display: table;
}
.uib-button-bar:after {
  clear: both;
}
.uib-button-bar:before,
.uib-button-bar:after {
  content: " ";
  display: table;
}
.uib-button-bar:after {
  clear: both;
}
.uib-monthpicker .uib-month button {
  text-transform: capitalize;
}
.timepicker.dropdown-menu {
  padding: 0 4px;
}
.timepicker.dropdown-menu button {
  outline: none;
  border: 0px;
}
.timepicker.dropdown-menu tbody button {
  padding: 6px;
}
.input-icon-btn {
  cursor: pointer;
}
.RadCalendarPopup {
  background: #fff;
  border: 1px solid #e6e6e6 !important;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.disabled .icon-calendar {
  cursor: default;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.react-datepicker__input-container {
  width: 140px;
}
.diary-entries .diary-entry td,
.table .diary-entry td,
.diary-entries tr td,
.table tr td {
  position: relative;
}
.diary-entries .diary-entry .action-group,
.table .diary-entry .action-group,
.diary-entries tr .action-group,
.table tr .action-group {
  display: inline-block;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 110px;
  z-index: 2;
}
.diary-entries .diary-entry .action-group.actions-left,
.table .diary-entry .action-group.actions-left,
.diary-entries tr .action-group.actions-left,
.table tr .action-group.actions-left {
  right: auto;
  left: 10px;
  min-width: 10px;
}
.diary-entries .diary-entry .action-group a[class*=icon-],
.table .diary-entry .action-group a[class*=icon-],
.diary-entries tr .action-group a[class*=icon-],
.table tr .action-group a[class*=icon-] {
  font-size: 12px;
}
.diary-entries .diary-entry .action-group .button:before,
.table .diary-entry .action-group .button:before,
.diary-entries tr .action-group .button:before,
.table tr .action-group .button:before {
  color: #00a6c6;
}
.diary-entries .diary-entry .action-group .toggle-btn,
.table .diary-entry .action-group .toggle-btn,
.diary-entries tr .action-group .toggle-btn,
.table tr .action-group .toggle-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.diary-entries .diary-entry .action-group.action-group-active-true:before,
.table .diary-entry .action-group.action-group-active-true:before,
.diary-entries tr .action-group.action-group-active-true:before,
.table tr .action-group.action-group-active-true:before {
  opacity: 1;
  font-family: 'credit-info';
  content: "\E7EC";
  display: inline-block;
  top: 50%;
  width: 45px;
  right: 10px;
  position: absolute;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all;
  -khtml-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  color: #00a6c6;
}
.diary-entries .diary-entry .action-group.action-group-active-true .button,
.table .diary-entry .action-group.action-group-active-true .button,
.diary-entries tr .action-group.action-group-active-true .button,
.table tr .action-group.action-group-active-true .button {
  opacity: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: all;
  -khtml-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-duration: 300ms;
  -khtml-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.diary-entries .diary-entry:hover .action-group.in-editstate,
.table .diary-entry:hover .action-group.in-editstate,
.diary-entries tr:hover .action-group.in-editstate,
.table tr:hover .action-group.in-editstate,
.diary-entries .diary-entry:active .action-group.in-editstate,
.table .diary-entry:active .action-group.in-editstate,
.diary-entries tr:active .action-group.in-editstate,
.table tr:active .action-group.in-editstate,
.diary-entries .diary-entry:focus .action-group.in-editstate,
.table .diary-entry:focus .action-group.in-editstate,
.diary-entries tr:focus .action-group.in-editstate,
.table tr:focus .action-group.in-editstate,
.diary-entries .diary-entry:hover .action-group.action-group-active-true,
.table .diary-entry:hover .action-group.action-group-active-true,
.diary-entries tr:hover .action-group.action-group-active-true,
.table tr:hover .action-group.action-group-active-true,
.diary-entries .diary-entry:active .action-group.action-group-active-true,
.table .diary-entry:active .action-group.action-group-active-true,
.diary-entries tr:active .action-group.action-group-active-true,
.table tr:active .action-group.action-group-active-true,
.diary-entries .diary-entry:focus .action-group.action-group-active-true,
.table .diary-entry:focus .action-group.action-group-active-true,
.diary-entries tr:focus .action-group.action-group-active-true,
.table tr:focus .action-group.action-group-active-true {
  background: #f2f2f2 !important;
}
.diary-entries .diary-entry:hover .action-group.in-editstate:before,
.table .diary-entry:hover .action-group.in-editstate:before,
.diary-entries tr:hover .action-group.in-editstate:before,
.table tr:hover .action-group.in-editstate:before,
.diary-entries .diary-entry:active .action-group.in-editstate:before,
.table .diary-entry:active .action-group.in-editstate:before,
.diary-entries tr:active .action-group.in-editstate:before,
.table tr:active .action-group.in-editstate:before,
.diary-entries .diary-entry:focus .action-group.in-editstate:before,
.table .diary-entry:focus .action-group.in-editstate:before,
.diary-entries tr:focus .action-group.in-editstate:before,
.table tr:focus .action-group.in-editstate:before,
.diary-entries .diary-entry:hover .action-group.action-group-active-true:before,
.table .diary-entry:hover .action-group.action-group-active-true:before,
.diary-entries tr:hover .action-group.action-group-active-true:before,
.table tr:hover .action-group.action-group-active-true:before,
.diary-entries .diary-entry:active .action-group.action-group-active-true:before,
.table .diary-entry:active .action-group.action-group-active-true:before,
.diary-entries tr:active .action-group.action-group-active-true:before,
.table tr:active .action-group.action-group-active-true:before,
.diary-entries .diary-entry:focus .action-group.action-group-active-true:before,
.table .diary-entry:focus .action-group.action-group-active-true:before,
.diary-entries tr:focus .action-group.action-group-active-true:before,
.table tr:focus .action-group.action-group-active-true:before {
  opacity: 0;
}
.diary-entries .diary-entry:hover .action-group.in-editstate .button,
.table .diary-entry:hover .action-group.in-editstate .button,
.diary-entries tr:hover .action-group.in-editstate .button,
.table tr:hover .action-group.in-editstate .button,
.diary-entries .diary-entry:active .action-group.in-editstate .button,
.table .diary-entry:active .action-group.in-editstate .button,
.diary-entries tr:active .action-group.in-editstate .button,
.table tr:active .action-group.in-editstate .button,
.diary-entries .diary-entry:focus .action-group.in-editstate .button,
.table .diary-entry:focus .action-group.in-editstate .button,
.diary-entries tr:focus .action-group.in-editstate .button,
.table tr:focus .action-group.in-editstate .button,
.diary-entries .diary-entry:hover .action-group.action-group-active-true .button,
.table .diary-entry:hover .action-group.action-group-active-true .button,
.diary-entries tr:hover .action-group.action-group-active-true .button,
.table tr:hover .action-group.action-group-active-true .button,
.diary-entries .diary-entry:active .action-group.action-group-active-true .button,
.table .diary-entry:active .action-group.action-group-active-true .button,
.diary-entries tr:active .action-group.action-group-active-true .button,
.table tr:active .action-group.action-group-active-true .button,
.diary-entries .diary-entry:focus .action-group.action-group-active-true .button,
.table .diary-entry:focus .action-group.action-group-active-true .button,
.diary-entries tr:focus .action-group.action-group-active-true .button,
.table tr:focus .action-group.action-group-active-true .button {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.diary-entries .diary-entry .table-action:before,
.table .diary-entry .table-action:before,
.diary-entries tr .table-action:before,
.table tr .table-action:before {
  color: #00a6c6;
}
.diary-entries .diary-entry [iconclass],
.table .diary-entry [iconclass],
.diary-entries tr [iconclass],
.table tr [iconclass] {
  display: inline-block;
}
.diary-entries .row-edit-mode-true > td,
.table .row-edit-mode-true > td {
  background-color: rgba(64, 145, 198, 0.1) !important;
}
.diary-entries .row-edit-mode-true:hover > td,
.table .row-edit-mode-true:hover > td,
.diary-entries .row-edit-mode-true:active > td,
.table .row-edit-mode-true:active > td,
.diary-entries .row-edit-mode-true:focus > td,
.table .row-edit-mode-true:focus > td {
  background-color: rgba(64, 145, 198, 0.1) !important;
}
.diary-entries .ng-hide,
.table .ng-hide {
  position: absolute;
  left: -99999px;
}
.diary-entries .ng-hide-add,
.table .ng-hide-add,
.diary-entries .ng-hide-remove,
.table .ng-hide-remove {
  transition: all linear 0.2s;
}
.diary-entries .action-td,
.table .action-td {
  width: 25px;
}
.diary-entries .ng-hide,
.table .ng-hide {
  opacity: 0;
}
.diary-entries .diary-entry .action-group {
  bottom: auto;
  top: 3px;
}
.diary-entries .diary-entry:hover .action-group {
  background-color: white ;
}
.diary-entries .diary-entry:hover .action-group.action-group-active-true {
  background: #ffffff !important;
}
.icon-plus-circle:before {
  font-size: 1.2em;
}
.table tr .toggle-btn {
  cursor: pointer;
  color: #999;
  background: transparent;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
.table tr .toggle-btn:hover {
  color: #00a6c6;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
.table tr .toggle-btn.active {
  color: #00a6c6;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.tag {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 2px;
  margin-left: 3px;
}
.tag:empty {
  display: none;
}
a.tag:hover,
a.tag:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tag.tag-color-yellow {
  background-color: #FFC419;
}
.tag.tag-color-green-secondary {
  background-color: #539941;
}
.tag.tag-color-red-secondary {
  background-color: #D96C6E;
}
.tag.tag-color-green {
  background-color: #6EB15A;
}
.tag.tag-color-blue-tertiary {
  background-color: #389CAF;
}
.tag.tag-color-orange {
  background-color: #F98E00;
}
.tag.tag-color-red {
  background-color: #d71921;
}
.tag.tag-color-blue {
  background-color: #0C9CB2;
}
.tag.tag-color-green-tertiary {
  background-color: #AEE4A1;
  color: #333;
}
.tag.tag-color-cream {
  background-color: #F7D878;
  color: #333;
}
.tag.tag-color-moccaccino {
  background-color: #691A12;
}
.tag.tag-color-gray-dark {
  background-color: #666;
}
.tag.tag-color-black {
  background-color: #2D2D2D;
}
.tag.round {
  margin-right: 12px;
  border-radius: 15px;
}
.tag.tag- {
  min-width: 10px;
}
.tag.tag-type-1 {
  background-color: #FFC419;
}
.tag.tag-type-2 {
  background-color: #539941;
}
.tag.tag-type-3 {
  background-color: #D96C6E;
}
.tag.tag-type-4 {
  background-color: #6EB15A;
}
.tag.tag-type-5 {
  background-color: #389CAF;
}
.tag.tag-type-6 {
  background-color: #F7D878;
  color: #333;
}
.tag.tag-type-7 {
  background-color: #691A12;
}
.tag.tag-type-8 {
  background-color: #AEE4A1;
  color: #333;
}
.tag.tag-type-9 {
  background-color: #d71921;
}
.ci-button-group {
  display: table;
  margin-bottom: 1.5em;
}
.ci-button-group ci-button {
  display: inline-block;
}
.ci-button-group .ci-control {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.ci-button-group .ci-control .form {
  margin-bottom: 0;
}
.ci-button-group .ci-control-button {
  display: table-cell;
  position: relative;
  width: 1%;
  vertical-align: middle;
}
.ci-button-group .ci-control-button .button {
  margin-bottom: 0;
}
.ci-button-group .button {
  margin: 0;
}
.ci-button-group .button.gray {
  border-left: 1px solid #fff;
}
.ci-input-group {
  display: table;
  margin-bottom: 1.5em;
}
.ci-input-group.full-size {
  width: 100%;
}
.ci-input-group.no-spacing {
  margin-bottom: 0;
}
.ci-input-group.half-spacing {
  margin-bottom: 0.75em;
}
.ci-input-group .ci-control {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.ci-input-group .ci-control .form {
  margin-bottom: 0;
}
.ci-input-group .ci-control-button {
  display: table-cell;
  position: relative;
  width: 1%;
  vertical-align: middle;
}
.ci-input-group .ci-control-button .button {
  margin-bottom: 0;
}
.ci-dropdown {
  position: relative;
}
.ci-dropdown .button .caret {
  display: inline-block;
  margin: 2px 0 2px 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #333 transparent transparent transparent;
}
.ci-dropdown .button.no-text .caret {
  display: block;
  margin: 2px auto;
}
.ci-dropdown .button.gray .caret {
  border-color: #fff transparent   transparent   transparent;
}
.ci-dropdown .ci-dropdown-container {
  display: none;
  position: absolute;
  z-index: 999;
  overflow: hidden;
  width: auto;
  min-width: 150px;
  background: #fff;
  border: 1px solid #cdcdcd;
  text-align: left;
  left: auto;
  right: auto;
  max-width: 100%;
  padding: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.ci-dropdown .ci-dropdown-container:before,
.ci-dropdown .ci-dropdown-container:after {
  display: none;
}
.ci-dropdown .ci-dropdown-container .list-item a {
  padding: 3px 10px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  font-size: 12px;
}
.ci-dropdown .ci-dropdown-container .list-item a:hover,
.ci-dropdown .ci-dropdown-container .list-item a:focus {
  background-color: #eee;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ci-dropdown .ci-dropdown-container .list-item a:hover .secondary,
.ci-dropdown .ci-dropdown-container .list-item a:focus .secondary,
.ci-dropdown .ci-dropdown-container .list-item a:hover .normal,
.ci-dropdown .ci-dropdown-container .list-item a:focus .normal,
.ci-dropdown .ci-dropdown-container .list-item a:hover .primary,
.ci-dropdown .ci-dropdown-container .list-item a:focus .primary {
  color: #333;
}
.ci-dropdown .ci-dropdown-container .list-item .normal {
  color: #333;
}
.ci-dropdown .ci-dropdown-container .list-item .primary {
  font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  font-weight: bold;
  color: #333;
}
.ci-dropdown .ci-dropdown-container .list-item .secondary {
  color: #999;
  margin-left: 5px;
}
.ci-dropdown .ci-dropdown-container .list-item.selected {
  background-color: #00a6c6;
}
.ci-dropdown .ci-dropdown-container .list-item.selected .secondary,
.ci-dropdown .ci-dropdown-container .list-item.selected .primary,
.ci-dropdown .ci-dropdown-container .list-item.selected .normal {
  color: #fff;
}
.ci-dropdown .ci-dropdown-container .list-item.disabled {
  -webkit-opacity: 0.2;
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  cursor: default;
  text-decoration: none;
}
.ci-dropdown .ci-dropdown-container a,
.ci-dropdown .ci-dropdown-container p,
.ci-dropdown .ci-dropdown-container li,
.ci-dropdown .ci-dropdown-container input {
  font-size: 14px;
  cursor: pointer;
}
.ci-dropdown .ci-dropdown-container a.disabled,
.ci-dropdown .ci-dropdown-container p.disabled,
.ci-dropdown .ci-dropdown-container li.disabled,
.ci-dropdown .ci-dropdown-container input.disabled {
  -webkit-opacity: 0.2;
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  cursor: default;
  text-decoration: none;
}
.ci-dropdown .ci-dropdown-container > *:last-child {
  margin-bottom: 0;
}
.ci-dropdown .ci-dropdown-container ul,
.ci-dropdown .ci-dropdown-container p {
  margin-bottom: 0;
}
.ci-dropdown .ci-dropdown-container:before,
.ci-dropdown .ci-dropdown-container:after {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #e6e6e6 transparent;
}
.ci-dropdown .ci-dropdown-container:before {
  top: -9px;
}
.ci-dropdown .ci-dropdown-container:after {
  border-color: transparent transparent #fff transparent;
}
.ci-dropdown .ci-dropdown-container > .selected {
  background-color: #00a6c6;
}
.ci-dropdown .ci-dropdown-container > .selected .primary {
  color: #fff;
}
.ci-dropdown.drop-top .ci-dropdown-container {
  top: auto;
  bottom: 100%;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}
.ci-dropdown.drop-top .ci-dropdown-container:after,
.ci-dropdown.drop-top .ci-dropdown-container:before {
  display: none;
}
.ci-dropdown.open .ci-dropdown-container {
  display: block;
}
.ci-dropdown.open .button .caret {
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #333 transparent;
}
.ci-dropdown.open .button.gray .caret {
  border-color: transparent   transparent  #fff  transparent;
}
ci-dropdownbuttonselect + ci-dropdownbuttonselect {
  display: inline-block;
  margin-right: 1.5em;
}
.ci-queryselector .query-input {
  width: 100%;
  position: relative;
}
.ci-queryselector .query-input .input-icon input[type="text"] {
  padding-left: 45px;
}
.ci-queryselector .query-input .query-trigger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 33px;
}
.ci-queryselector .query-input .query-trigger .button[class^="icon-"]:before,
.ci-queryselector .query-input .query-trigger .button[class*=" icon-"]:before {
  color: #333;
}
.ci-queryselector .query-input .spinner-container {
  position: absolute;
  right: 0;
  top: 7px;
  margin-right: 5px;
}
.ci-queryselector .query-list-container {
  background: #fff;
  border: 1px solid #e6e6e6;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
}
.ci-queryselector .query-list-container:before,
.ci-queryselector .query-list-container:after {
  display: none;
}
.ci-queryselector .query-list-container .list-item .primary {
  font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  color: #333;
  font-weight: bold;
}
.ci-queryselector .query-list-container .list-item .secondary {
  color: #999;
  margin-left: 5px;
}
.ci-queryselector.loading-input .spinner-container {
  display: none;
}
.ci-queryselector.loading-input.loading-true .query-trigger {
  display: none;
}
.ci-queryselector.loading-input.loading-true .spinner-container {
  display: inline-block;
}
.tag.tag- {
  min-width: 10px;
}
.tag.tag-claim-type-1 {
  background-color: #FFC419;
}
.tag.tag-claim-type-2 {
  background-color: #539941;
}
.tag.tag-claim-type-3 {
  background-color: #D96C6E;
}
.tag.tag-claim-type-4 {
  background-color: #6EB15A;
}
.tag.tag-claim-type-5 {
  background-color: #389CAF;
}
.tag.tag-claim-type-6 {
  background-color: #F7D878;
}
[class*=" tag-claim-type-"] {
  margin-right: 12px;
  border-radius: 15px;
}
.claim-header [class*=" tag-claim-type-"] {
  margin-right: 0px;
}
.tag.tag- {
  min-width: 10px;
}
.tag.tag-status-1 {
  color: #333;
  border: 1px solid #e6e6e6;
  background-color: white;
}
.tag.tag-status-2 {
  background-color: #539941;
}
.tag.tag-status-3 {
  background-color: #D96C6E;
}
.tag.tag-status-4 {
  background-color: #6EB15A;
}
.tag.tag-status-5 {
  background-color: #389CAF;
}
.tag.tag-status-6 {
  background-color: #F7D878;
}
[class*=" tag-status-"] {
  margin-right: 12px;
}
.claim-header [class*=" tag-status-"] {
  margin-right: 0px;
}
.tag.tag- {
  min-width: 10px;
}
.tag.tag-debtor-type-1 {
  background-color: #d71921;
}
.tag.tag-debtor-type-2 {
  background-color: #539941;
}
.tag.tag-debtor-type-3 {
  background-color: #D96C6E;
}
.tag.tag-debtor-type-4 {
  background-color: #FFC419;
}
.tag.tag-debtor-type-5 {
  background-color: #389CAF;
}
.tag.tag-debtor-type-6 {
  background-color: #F7D878;
}
.claim-header [class*=" tag-debtor-type-"] {
  margin-right: 12px;
  margin-left: 12px;
}
.list-table {
  display: table;
  list-style: none;
  padding: 0;
  margin-bottom: 1.5em;
  border: 1px solid #e6e6e6;
  width: 100%;
}
.list-table .no-borders {
  borer: none;
}
.list-table > .list-row {
  display: table-row;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  padding: 0;
}
.list-table > .list-row > .li-th,
.list-table > .list-row > .li-td {
  padding: 10px 15px;
  display: table-cell;
}
.list-table > .list-row > .li-th.tight,
.list-table > .list-row > .li-td.tight {
  padding: 6px ;
}
.list-table > .list-row > .li-th {
  background-color: #efefef;
  border-right: 1px solid #e6e6e6;
}
.list-table > .list-row > .form {
  margin-bottom: 0;
}
.list-table > .list-row:last-child {
  border-bottom: 0;
}
.table-form > th {
  padding: 0;
  vertical-align: middle;
}
.table-form > td {
  padding: 0 0 5px;
}
td .form .button,
td .button {
  margin-bottom: 0;
  min-height: 33px;
}
.mobilenav {
  display: block;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 300ms;
  -khtml-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
.mobilenav.no-display {
  display: none;
}
.mobilenav.open {
  opacity: 1;
}
.mobilenav ul li {
  color: #fff;
}
.mobilenav .side-nav {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 300ms;
  -moz-transition: -moz-transform 300ms;
  transition: transform 300ms;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 240px;
  min-height: 100%;
  background: #EEEEEE;
}
.mobilenav .side-nav.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.mobilenav .side-nav .top {
  padding: 23px 20px 19px 20px;
}
.mobilenav .side-nav .top .logo {
  position: relative;
  display: inline-block;
  max-width: 130px;
  margin-left: 10px;
  margin-right: 10px;
}
.mobilenav .side-nav .top .logo img {
  width: 100%;
}
.mobilenav .side-nav div div ul,
.mobilenav .side-nav ul {
  margin: 0;
  padding: 0;
}
.mobilenav .side-nav div div ul li,
.mobilenav .side-nav ul li {
  margin-bottom: 0;
  list-style: none;
}
.mobilenav .side-nav div div ul li:before,
.mobilenav .side-nav ul li:before {
  display: none;
}
.mobilenav .side-nav div div ul li.selected a,
.mobilenav .side-nav ul li.selected a {
  color: #c40f11;
}
.mobilenav .side-nav div div ul li a,
.mobilenav .side-nav ul li a {
  -webkit-transition: color 500ms;
  -khtml-transition: color 500ms;
  -moz-transition: color 500ms;
  -ms-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
  -webkit-transition-duration: 200ms;
  -khtml-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  color: #333;
  font-size: 0.875em;
}
.mobilenav .side-nav div div ul li a:hover,
.mobilenav .side-nav ul li a:hover {
  text-decoration: none;
  color: #999;
}
.mobilenav .side-nav > div > div > ul,
.mobilenav .side-nav > div > ul,
.mobilenav .side-nav > ul {
  background: #EEEEEE;
}
.mobilenav .side-nav > div > div > ul > li,
.mobilenav .side-nav > div > ul > li,
.mobilenav .side-nav > ul > li {
  padding: 0;
  border-top: #e6e6e6;
}
.mobilenav .side-nav > div > div > ul > li > a,
.mobilenav .side-nav > div > ul > li > a,
.mobilenav .side-nav > ul > li > a {
  display: block;
  padding: 0.9375em 1.875em;
  text-transform: uppercase;
  font-weight: normal;
}
@media only screen {
  .mobilenav .side-nav > div > div > ul > li > a,
  .mobilenav .side-nav > div > ul > li > a,
  .mobilenav .side-nav > ul > li > a {
    font-family: 'open_sansbold', 'open_sansregular', Arial, sans-serif;
  }
}
.mobilenav .side-nav > div > div > ul > li ul,
.mobilenav .side-nav > div > ul > li ul,
.mobilenav .side-nav > ul > li ul {
  margin-top: 0.75em;
}
.mobilenav .side-nav > div > div > ul > li ul li a,
.mobilenav .side-nav > div > ul > li ul li a,
.mobilenav .side-nav > ul > li ul li a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobilenav .side-nav > div > div > ul > li ul li:last-child a,
.mobilenav .side-nav > div > ul > li ul li:last-child a,
.mobilenav .side-nav > ul > li ul li:last-child a {
  border-bottom: none;
}
.expand-basic {
  position: relative;
  padding-top: 1.5em;
  border-top: 1px solid #e6e6e6;
}
.expand-basic__toggler {
  position: absolute;
  top: -15px;
  left: 0;
  overflow: visible;
}
.expand-basic__toggler:after {
  top: 0;
  right: -11px;
  display: block;
  width: 10px;
  content: '';
  position: absolute;
  height: 100%;
  background: #fff;
}
.expand-basic p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.expand-basic--expanded p {
  overflow: visible;
  white-space: normal;
}
.expand-basic--expanded .expand-basic__toggler:before {
  content: "\E731";
}
.table-wrap .table > tbody > tr.expand-row > td,
.table-wrap > .table.advanced > tbody tr.expand-row > td {
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  border-bottom: none !important;
}
.table .expand-container {
  border-bottom: 1px solid #e6e6e6;
}
.table .expand-container .padded {
  padding: 15px;
}
.box-scroller-header {
  min-height: 38px;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 15px;
}
.box-scroller {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  border: 1px solid #e6e6e6;
}
.box-scroller.loading {
  position: relative;
}
.box-scroller.loading:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 44;
}
.box-scroller.loading:after {
  background: url('/images/layout/loading-bar.gif');
  content: "";
  height: 10px;
  width: 130px;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-animation: 0.5s loading-view-animation;
  -moz-animation: 0.5s loading-view-animation;
  -ms-animation: 0.5s loading-view-animation;
  -o-animation: 0.5s loading-view-animation;
  animation: 0.5s loading-view-animation;
}
.box-scroller.row-hover tr:hover {
  cursor: pointer;
}
.panel-group {
  margin-bottom: 1.5em;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
  font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  font-size: 14px;
}
.panel-group .panel-heading h4 {
  font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  font-size: 14px;
}
.panel-group .panel-heading .panel-trigger {
  border: 1px solid #e6e6e6;
  padding: 2px 5px;
  margin: -2px 15px 0 0;
  color: #00a6c6;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #e6e6e6;
}
.panel-default > .panel-heading {
  background-color: #fff;
}
.panel-primary > .panel-heading {
  background-color: #2d2d2d;
  color: #fff;
}
.modal {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal .box--content {
  max-height: 100%;
  overflow-y: auto;
}
.modal .modal-container {
  padding: 1.875em 1.875em 0.375em;
  overflow-y: auto;
  max-height: 650px;
}
.modal .modal-container.modal-loading,
.modal .modal-container.modal-busy-true {
  position: relative;
}
.modal .modal-container.modal-loading:before,
.modal .modal-container.modal-busy-true:before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background: #fff;
  filter: alpha(opacity=50);
  /* support: IE8 */
}
.modal .modal-container.modal-loading:after,
.modal .modal-container.modal-busy-true:after {
  content: "";
  background: url(https://static.creditinfo.is/resources/common/img/init/ciweb-spinner-i.gif);
  background-size: 50px 50px, cover;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 101;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.modal .modal-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 0.75em 1.875em 0.75em;
}
.modal .modal-header h1,
.modal .modal-header h2,
.modal .modal-header h3 {
  margin-bottom: 0;
}
.modal .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 0.75em 1.875em 0.75em;
}
.modal .modal-footer .ci-button-group,
.modal .modal-footer .button {
  margin-bottom: 0;
}
.modal .modal-message {
  position: absolute;
  top: 120% ;
  left: 1.875em;
  right: 1.875em;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  z-index: 10;
  -webkit-transition: all;
  -khtml-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  -khtml-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-box-shadow: 0 3px 5px 0 #666;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 3px 5px 0 #666;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 3px 5px 0 #666;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.modal .modal-message.in {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  top: 115%;
}
.modal .modal-message.out {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.modal .modal-message .message {
  margin-bottom: 0;
}
.modal .modal-dialog {
  max-width: 900px;
  margin: 0px auto;
  position: relative;
  max-height: 900px;
  top: 50%;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.modal .modal-content {
  overflow: hidden;
  padding: 60px 0;
  max-height: 100%;
}
.modal-busy .modal-container {
  position: relative;
}
.modal-busy .modal-container:before {
  content: "";
  position: fixed;
  z-index: 100;
  top: 60px;
  left: 1px;
  bottom: -10px;
  right: 1px;
  opacity: .6;
  background: #fff;
  filter: alpha(opacity=50);
  /* support: IE8 */
}
.modal-busy .modal-container:after {
  content: "";
  background: url(https://static.creditinfo.is/resources/common/img/init/ciweb-spinner-i.gif);
  background-size: 50px 50px, cover;
  height: 50px;
  width: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.modal-loading {
  position: relative;
}
.modal-loading .modal {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.modal-loading #main-spinner {
  position: fixed;
  z-index: 1200;
  texrt-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.modal-backdrop {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #666;
  filter: alpha(opacity=50);
  /* support: IE8 */
}
.overlay {
  position: fixed;
  z-index: 9000;
  background-color: #000;
  display: none;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
}
.modal {
  position: fixed;
  display: none;
  z-index: 9999;
  /*.limit;*/
}
.diary-entries {
  list-style: none;
  padding: 0;
}
.diary-entries .diary-entry {
  position: relative;
  display: block;
  padding: 0.75em 0.75em 0.75em 55px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  line-height: 1.2em;
}
.diary-entries .diary-entry:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.diary-entries .diary-entry .entry-status {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
}
.diary-entries .diary-entry .entry-status .ci-check {
  position: absolute;
  top: 1.5em;
  left: 70%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  margin: auto;
}
.diary-entries .diary-entry:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: -5px;
  width: 10px;
  background: #999;
}
.diary-entries .diary-entry.entry-type-1:before,
.diary-entries .diary-entry.entry-type-nb:before {
  background: #389CAF;
}
.diary-entries .diary-entry.entry-type-2:before,
.diary-entries .diary-entry.entry-type-fn:before {
  background: #169818;
}
.diary-entries .diary-entry.entry-type-3:before,
.diary-entries .diary-entry.entry-type-nf:before {
  background: #c40f11;
}
.diary-entries .diary-entry.entry-type-0:before {
  background: #999;
}
.diary-entries .diary-entry.entry-type-none {
  padding-left: 15px;
}
.diary-entries .diary-entry.entry-type-none:before {
  background: transparent;
}
.diary-button {
  position: relative;
}
.diary-button .diray-counter {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 35px;
  height: 15px;
  width: 15px;
  font-size: 11px;
  line-height: 15px;
  background-color: #c40f11;
  color: #fff;
  border-radius: 15px;
  z-index: 1;
}
.action-menu .modal-header {
  left: 1.875em;
  right: 1.875em;
  top: 1.5em;
  background-color: #00a6c6;
  padding: 0.5em 1.5em;
}
.action-menu .modal-header h3,
.action-menu .modal-header h2 {
  margin-bottom: 0;
}
.action-menu ul > li {
  font-size: 0.9em;
  color: #00a6c6;
  line-height: 15px;
  margin-bottom: 7px;
  padding: 3px 0;
}
.progress-steps {
  display: table;
  width: 100%;
  position: relative;
}
.progress-steps .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.progress-steps .stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.progress-steps-row {
  display: table-row;
  width: 100%;
}
.progress-steps-row .step {
  display: table-cell;
  position: relative;
  height: 25px;
}
.progress-steps-row .step:after {
  top: 50%;
  position: absolute;
  bottom: 0;
  content: " ";
  right: 10px;
  left: 25px;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}
.progress-steps-row .step .action {
  background: #fff;
  padding: 0  8px 0 40px ;
  color: #333;
  z-index: 1;
  position: relative;
  text-decoration: none;
  cursor: default;
  font-weight: normal;
}
.progress-steps-row .step .action:before {
  position: absolute;
  left: 7px;
  top: 0;
  color: #fff;
  z-index: 1;
  display: none;
}
.progress-steps-row .step .action:after {
  position: absolute;
  left: 0;
  top: -2px;
  bottom: 0;
  width: 25px;
  height: 25px;
  content: " ";
  background-color: #eee;
  border: 2px solid #00a6c6;
  border-radius: 65px;
  line-height: 25px;
  text-align: center;
}
.progress-steps-row .step .done {
  cursor: pointer;
  color: #00a6c6;
}
.progress-steps-row .step .done.action:before {
  display: block;
}
.progress-steps-row .step .done:after {
  background-color: #00a6c6;
}
.progress-steps-row .step .done:hover {
  color: #999;
}
.progress-steps-row .step .active {
  font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
}
.progress-steps-row .step .active:after {
  background-color: #00a6c6;
}
.progress-steps-row .step:last-child:after {
  display: none;
}
@media (max-width: 720px) {
  .progress-steps-row .step .text {
    display: none;
  }
}
.step-container {
  position: relative;
}
.step-view.ng-enter,
.step-view.ng-move {
  -webkit-transition-property: all;
  -khtml-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -khtml-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-transform: translate3d(0, 2%, 0);
  -moz-transform: translate3d(0, 2%, 0);
  -ms-transform: translate3d(0, 2%, 0);
  -o-transform: translate3d(0, 2%, 0);
  transform: translate3d(0, 2%, 0);
}
.step-view.ng-enter.ng-enter-active,
.step-view.ng-move.ng-move-active {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.step-view.ng-leave {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
}
.confirm-dialog {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  max-width: 300px;
  min-width: 300px;
  -webkit-box-shadow: 0 3px 5px 0 #666;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 3px 5px 0 #666;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 3px 5px 0 #666;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.confirm-dialog-header {
  position: relative;
  padding: 1.125em 1.5em 0.9em 3.75em;
  color: #fff;
  background: #f5f5f5;
}
.confirm-dialog-header h1,
.confirm-dialog-header h2 {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.3em;
  color: inherit;
}
.confirm-dialog-header:before {
  position: absolute;
  top: 50%;
  left: 0.75em;
  margin-top: -10px;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  font-family: 'credit-info';
  font-size: 1.5em;
  line-height: 20px;
}
.confirm-dialog-content {
  padding: 1.875em 1.875em 1.125em;
}
.confirm-dialog-content p {
  margin-bottom: 0.75em !important;
  white-space: pre-line;
}
.confirm-dialog.info .confirm-dialog-header {
  background-color: #4091c6;
}
.confirm-dialog.info .confirm-dialog-header:before {
  content: "\E609";
}
.confirm-dialog.info .confirm-dialog-content {
  background-color: #f1f5f8;
}
.confirm-dialog.info .confirm-dialog-content .button.clear:before {
  color: #4091c6;
}
.confirm-dialog.info .confirm-dialog-content .button.clear:hover {
  color: #4091c6;
}
.confirm-dialog.success .confirm-dialog-header {
  background-color: #819d0a;
}
.confirm-dialog.success .confirm-dialog-header:before {
  content: "\E602";
}
.confirm-dialog.success .confirm-dialog-content {
  background-color: #f2f5e6;
}
.confirm-dialog.success .confirm-dialog-content .button.clear {
  height: auto;
}
.confirm-dialog.success .confirm-dialog-content .button.clear:before {
  color: #819d0a;
}
.confirm-dialog.success .confirm-dialog-content .button.clear:hover {
  color: #819d0a;
}
.confirm-dialog.success.bg-10 {
  color: #333;
}
.confirm-dialog.success.bg-10 .message__header {
  background: #f2f5e6!important;
  background: rgba(129, 157, 10, 0.1) !important;
  color: #333;
}
.confirm-dialog.error .confirm-dialog-header {
  background-color: #d71921;
}
.confirm-dialog.error .confirm-dialog-header:before {
  content: "\E618";
}
.confirm-dialog.error .confirm-dialog-ontent {
  background-color: #fcf3f3;
}
.confirm-dialog.error .confirm-dialog-ontent .button.clear:before {
  color: #d71921;
}
.confirm-dialog.error .confirm-dialog-ontent .button.clear:hover {
  color: #d71921;
}
.confirm-dialog.alert .confirm-dialog-header {
  background-color: #e89e0e;
}
.confirm-dialog.alert .confirm-dialog-header:before {
  content: "\E612";
}
.confirm-dialog.alert .confirm-dialog-content {
  background-color: #faf5ec;
}
.confirm-dialog.alert .confirm-dialog-content .button.clear:before {
  color: #e89e0e;
}
.confirm-dialog.alert .confirm-dialog-content .button.clear:hover {
  color: #e89e0e;
}
.confirm-dialog p {
  margin: 0;
  color: #333;
}
.confirm-dialog.no-icon .confirm-dialog-header {
  padding: 1.05em;
}
.confirm-dialog.no-icon .confirm-dialog-header:before {
  display: none;
}
.confirm-dialog .dialog-close {
  position: absolute;
  right: 1.5em;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -12px;
  cursor: pointer;
}
.confirm-dialog .dialog-close:before {
  position: absolute;
}
.confirm-dialog.in {
  z-index: 21;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.confirm-dialog.out {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.confirm-dialog.fixed {
  position: fixed;
  -webkit-transition: all;
  -khtml-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  -khtml-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.confirm-dialog.fixed-top {
  left: 0;
  right: 0;
  top: 1%;
}
.confirm-dialog.fixed-top.in {
  top: 90px;
}
.confirm-dialog.fixed-center {
  top: 40%;
}
.confirm-dialog.fixed-center.in {
  top: 43%;
}
.confirm-dialog-overlay {
  opacity: 0;
  position: absolute;
  top: -5000px;
  left: -500px;
  z-index: 0;
  -webkit-transition: 'opacity';
  -khtml-transition: 'opacity';
  -moz-transition: 'opacity';
  -ms-transition: 'opacity';
  -o-transition: 'opacity';
  transition: 'opacity';
  -webkit-transition-duration: 300ms;
  -khtml-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.confirm-dialog-overlay.active {
  z-index: 20;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .6;
  background: #fff;
  filter: alpha(opacity=60);
  /* support: IE8 */
}
.app-offline {
  position: relative;
}
.app-offline .main {
  visibility: hidden;
}
.app-offline:before {
  content: "";
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .6;
  background: #fff;
  filter: alpha(opacity=50);
  /* support: IE8 */
}
.app-offline:after {
  content: "...ahh - eitthva\F0   vir\F0ist vera a\F0   nettengingunni";
  color: #2d2d2d;
  background: url('https://static.creditinfo.is/css/img/init/spinner-red.gif') no-repeat 0 0;
  background-size: 50px 50px, cover;
  height: 50px;
  width: 300px;
  padding-left: 65px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 21;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
ci-toaster {
  position: relative;
}
.toast {
  display: flex;
  z-index: 999;
  min-height: 20px;
  min-width: 300px;
  max-width: 400px;
  position: fixed;
  background-color: #4091c6;
  border-radius: 2px;
  padding: 10px 15px;
  font-size: 14px;
  top: 75px;
  left: auto;
  right: 1.5em;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-transition: all;
  -khtml-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  -khtml-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: translate3d(440px, 0, 0);
  -moz-transform: translate3d(440px, 0, 0);
  -ms-transform: translate3d(440px, 0, 0);
  -o-transform: translate3d(440px, 0, 0);
  transform: translate3d(440px, 0, 0);
}
.toast .text {
  flex-grow: 3;
  color: #fff;
  font-family: 'open_sansregular', Arial, sans-serif;
}
.toast .icon {
  flex-grow: 1;
  padding-right: 15px;
  align-self: center;
  color: #fff;
  font-size: 30px;
}
.toast .close-button {
  padding-left: 15px;
  align-self: baseline;
  width: 10px;
}
.toast .close-button i::before {
  cursor: pointer;
  color: #fff;
}
.toast.active {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.toast.info {
  background-color: #4091c6;
}
.toast.warning {
  background-color: #e89e0e;
}
.toast.error {
  background-color: #d71921;
}
.toast.success {
  background-color: #819d0a;
}
.flex-container {
  display: flex;
}
.flex-container.row {
  flex-direction: row;
}
.flex-container.row-reverse {
  flex-direction: row-reverse;
}
.flex-container.column {
  flex-direction: column;
}
.flex-container.column-reverse {
  flex-direction: column-reverse;
}
.flex-container.wrap {
  flex-wrap: wrap;
}
.flex-container.wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-container.nowrap {
  flex-wrap: nowrap;
}
.flex-container.justify-flex-start {
  justify-content: flex-start;
}
.flex-container.justify-flex-end {
  justify-content: flex-end;
}
.flex-container.justify-space-between {
  justify-content: space-between;
}
.flex-container.justify-space-around {
  justify-content: space-around;
}
.flex-container.justify-space-evenly {
  justify-content: space-evenly;
}
.flex-container.justify-start {
  justify-content: start;
}
.flex-container.justify-end {
  justify-content: end;
}
.flex-container.justify-left {
  justify-content: left;
}
.flex-container.justify-right {
  justify-content: right;
}
.sidebar-on .main-footer,
.sidebar-on .main {
  padding-left: 60px;
}
.sidebar-on.sidebar-open .main-footer,
.sidebar-on.sidebar-open .main {
  padding-left: 200px;
}
.sidebar {
  position: fixed;
  left: 0;
  bottom: 0;
  min-width: 0;
  top: 0;
  z-index: 99;
}
.sidebar .sidebar-container {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  min-width: 50px;
  background-color: #EEE;
  width: 60px;
  border-right: 1px solid #e6e6e6;
  overflow: hidden;
  transition: width 300ms ;
}
.sidebar .sidebar-content {
  top: 60px;
}
.sidebar.small .sidebar-container {
  width: 60px;
}
.sidebar .sidebar-top {
  display: none;
  height: 40px;
  padding: 10px;
}
.sidebar .sidebar-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  border-top: 1px solid #e6e6e6;
}
.sidebar .level-2 {
  display: none;
}
.sidebar .version {
  display: none;
  margin-top: 1.5em;
  font-size: 0.8em;
  color: #999;
  padding: 10px;
  text-align: right;
}
.sidebar-open .sidebar {
  min-width: 0;
}
.sidebar-open .sidebar .sidebar-container {
  width: 200px;
}
.sidebar-open .sidebar .nav-link .label {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.sidebar-open .sidebar .toggleIcon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidebar-open .sidebar .version {
  display: block;
}
.toggleIcon {
  display: block;
}
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 0;
}
.sidebar-nav .nav-link {
  display: block;
  color: #333;
  padding: 10px 5px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
.sidebar-nav .nav-link .icon {
  position: absolute;
  top: 10px;
  left: 18px;
  bottom: 0;
  display: block;
  text-align: center;
  font-size: 20px;
}
.sidebar-nav .nav-link .label {
  margin-left: 60px;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 600;
}
.sidebar-nav .level-2 {
  padding-left: 0;
  margin-bottom: 10px;
}
.sidebar-nav .level-2 .nav-item {
  font-family: 'open_sansregular', Arial, sans-serif;
  border-bottom: none;
  padding: 0;
  font-size: 0.78em;
  user-select: none;
}
.sidebar-nav .level-2 .nav-link {
  padding: 0 0 0 20px;
}
.sidebar-nav .level-2 .nav-link:hover {
  background-color: #e9e9e9;
}
.sidebar-nav .level-2 .label {
  margin-left: 0;
  display: inline-block;
  font-weight: normal;
}
.sidebar-nav .nav-item {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
}
.sidebar-nav .nav-item.selected > .nav-link {
  color: #c40f11;
}
.sidebar-nav .nav-item:hover > .nav-link {
  color: #c40f11;
}
.sidebar-nav .nav-item .nav-link.selected {
  color: #c40f11;
}
@media only screen and (max-width: 1100px) {
  .sidebar .sidebar-container {
    top: 0;
    z-index: 300;
    position: fixed;
    visibility: hidden;
    width: 200px;
    -webkit-transform: .translate3d(-@sidebar-width-expanded,0,0);
    -moz-transform: .translate3d(-@sidebar-width-expanded,0,0);
    -ms-transform: .translate3d(-@sidebar-width-expanded,0,0);
    -o-transform: .translate3d(-@sidebar-width-expanded,0,0);
    transform: .translate3d(-@sidebar-width-expanded,0,0);
  }
  .sidebar .sidebar-top {
    display: block;
  }
  .sidebar.small .sidebar-container {
    width: 200px;
  }
  .sidebar-open .sidebar {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: background;
    -khtml-transition: background;
    -moz-transition: background;
    -ms-transition: background;
    -o-transition: background;
    transition: background;
    -webkit-transition-duration: 300ms;
    -khtml-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  .sidebar-open .sidebar .sidebar-container {
    visibility: visible;
    width: 200px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .sidebar-open .sidebar .sidebar-footer {
    display: none;
  }
  .sidebar-open .level-2 {
    display: block;
  }
  .sidebar-nav .nav-link {
    padding-left: 15px;
  }
  .sidebar-nav .nav-link .icon {
    padding-left: 0;
    display: none;
  }
  .sidebar-nav .nav-link .label {
    margin-left: 0;
  }
  .sidebar-on .main-footer,
  .sidebar-on .main {
    padding-left: 0;
  }
  .sidebar-on.sidebar-open .main-footer,
  .sidebar-on.sidebar-open .main {
    padding-left: 0;
  }
}
.page-header {
  margin-bottom: 2.25em;
}
.section-header {
  margin-bottom: 1.5em;
}
.printframe .main-nav,
.printframe .menu-dropdown,
.printframe .shortcutbar,
.printframe .sidebar,
.printframe .version,
.printframe .top-spacer,
.printframe .main-header,
.printframe .main-footer {
  display: none !important;
}
@media only screen and (max-width: 720px) {
  .printframe .table {
    min-width: 100% !important;
  }
}
html.printframe {
  overflow-x: auto !important;
}
.printFrameDoc .version {
  display: none;
}
.previewArea {
  min-height: 500px;
  position: relative;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #e6e6e6;
  margin-bottom: 25px;
}
.previewArea .printFrameDoc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
}
.print-color *,
.print-color * {
  color: #000000 !important;
}
.print-doc {
  padding: 50px;
  font-size: 80%;
}
.print-doc .table {
  width: 100%;
  table-layout: auto ;
  border: 0 !important;
}
.print-doc .table th {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background: none !important;
  overflow: visible !important;
  padding: 0.3em !important;
  word-break: keep-all;
  white-space: nowrap;
  font-weight: bold !important;
  font-size: 100% !important;
}
.print-doc .table td {
  white-space: nowrap;
  padding: 0.3em !important;
  border-top: 0 !important;
  font-size: 100% !important;
}
.print-doc .table td.allow-wrap {
  white-space: normal;
}
.print-doc .table .vertical-middle > th {
  vertical-align: middle;
}
.print-doc .table .vertical-top > th {
  vertical-align: top;
}
.print-doc .table .vertical-bottom > th {
  vertical-align: bottom;
}
.print-doc .table tbody {
  border-top: 0;
}
.print-doc .table.advanced td.allow-wrap,
.print-doc .table.advanced th.allow-wrap {
  white-space: normal;
}
.print-doc .data-table th {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background: none !important;
  overflow: visible !important;
  padding: 0.3em !important;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 70% !important;
  font-weight: bold !important;
}
.print-doc .data-table td {
  white-space: nowrap;
  padding: 0.3em !important;
  font-size: 65% !important;
}
.print-doc .total td {
  border-top: 2px solid #000 !important;
  border-bottom: none !important;
  padding-bottom: 15px !important;
  font-weight: bold;
}
.print-doc .title {
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 120%;
}
@media print {
  .print-doc {
    font-size: 150%;
    padding: 15px;
  }
  .print-doc.gutter-top {
    padding-top: 50px;
  }
}
.claim-breakdown .print-color * {
  color: #000000 !important;
}
.claim-breakdown .table {
  width: 100%;
  table-layout: auto ;
  border: 0 !important;
}
.claim-breakdown .table th {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background: none !important;
  overflow: visible !important;
  padding: 0.3em !important;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 70% !important;
}
.claim-breakdown .table td {
  white-space: nowrap;
  padding: 0.3em !important;
  font-size: 65% !important;
}
.claim-breakdown .table .total td {
  border-top: 2px solid #000 !important;
  font-weight: bold;
  padding-bottom: 15px !important;
}
.claim-status-print {
  padding: 85px;
  font-size: 100%;
}
.claim-status-print.print-color *,
.claim-status-print .print-color * {
  color: #000000 !important;
}
.claim-status-print .table {
  width: 100%;
  table-layout: auto ;
  border: 0 !important;
}
.claim-status-print .table th {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background: none !important;
  overflow: visible !important;
  padding: 0.3em !important;
  word-break: keep-all;
  white-space: nowrap;
  font-weight: bold !important;
  font-size: 100% !important;
}
.claim-status-print .table td {
  white-space: nowrap;
  padding: 0.3em !important;
  font-size: 100% !important;
}
.claim-status-print .table .vertical-middle > th {
  vertical-align: middle;
}
.claim-status-print .table .vertical-top > th {
  vertical-align: top;
}
.claim-status-print .table .vertical-bottom > th {
  vertical-align: bottom;
}
.claim-status-print .data-table th {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background: none !important;
  overflow: visible !important;
  padding: 0.3em !important;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 70% !important;
  font-weight: bold !important;
}
.claim-status-print .data-table td {
  white-space: nowrap;
  padding: 0.3em !important;
  font-size: 65% !important;
}
.claim-status-print .total td {
  border-top: 2px solid #000 !important;
  border-bottom: none !important;
  padding-bottom: 15px !important;
  font-weight: bold;
}
.claim-status-print .title {
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 120%;
}
.claim-status-print .owner-table {
  margin-bottom: 25px;
}
@media print {
  .claim-status-print {
    font-size: 150%;
    padding: 15px;
  }
}
@media print {
  @page {
    size: auto;
    margin: 0mm;
  }
  body {
    margin: 1cm;
  }
  .printArea {
    margin: 1em;
    padding: 1em;
  }
}
.claim-filter .box-scroller {
  min-height: 25px;
  max-height: 260px;
  height: auto;
  padding: 5px 15px 10px 0;
  margin: 5px 0 15px 0;
  border: none;
  border-bottom: 1px solid #efefef;
}
@media print {
  @page {
    margin: 1em;
  }
  html,
  body {
    width: 1100px;
    background: transparent;
    margin: 0;
    padding: 0;
  }
  body {
    color: #000 !important;
    font-family: Arial, sans-serif !important;
    font-size: 0.75em;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-weight: bold;
  }
  strong {
    font-weight: bold!important;
  }
  .section {
    background: transparent!important;
    border-top: none;
  }
  .box,
  .accordion .wrap {
    box-shadow: none;
  }
  .limit {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .main-header {
    background: transparent!important;
    position: relative;
    top: 0;
    margin-bottom: -40px;
    border-bottom: 0;
    height: 80px;
  }
  .main-header .logo,
  .main-header .action-bar,
  .main-header .main-nav,
  .main-header .search-box {
    display: none;
  }
  .main-header .print-logo {
    margin: 1em;
    display: block!important;
    height: 55px;
    width: 258px;
  }
  .main-header .logo-print-margin {
    margin-left: 36px;
  }
  .menu-dropdown {
    display: none;
  }
  .box,
  p,
  .table-wrap,
  .accordion .wrap {
    page-break-inside: avoid!important;
  }
  .main-footer a,
  .main-footer span {
    color: #000!important;
  }
  .main-footer .address {
    width: 100%!important;
    float: none;
    background: transparent;
    border-top: 1px solid #e6e6e6;
  }
  .main-footer .support {
    display: none;
  }
  input[type="text"],
  textarea {
    box-shadow: none !important;
  }
  .sidebar {
    display: none;
  }
  .sidebar-on .main-footer,
  .sidebar-on .main,
  .sidebar-on.sidebar-open .main-footer,
  .sidebar-on.sidebar-open .main {
    padding-left: 0;
  }
  .top-spacer {
    display: none;
  }
  .side-nav-container {
    display: none;
  }
  .pager {
    display: none;
  }
  .no-print {
    display: none !important;
  }
  .displayOnlyInPrint {
    display: initial !important;
  }
  .page-break-before {
    page-break-before: always;
  }
  .page-break-after {
    page-break-after: always;
  }
  .page-break-inside {
    page-break-inside: avoid;
  }
  .forcePrint {
    display: block !important;
  }
  .accordion .closed {
    display: none;
  }
  a.toggle {
    display: none;
  }
}
.text-yellow {
  color: #e89e0e !important;
}
@media only screen {
  .text-normal {
    font-family: 'open_sansregular', Arial, sans-serif !important;
  }
}
.text-12 {
  font-size: 0.75em !important;
}
.text-102 {
  font-size: 6.375em;
}
.text-middle {
  vertical-align: middle;
}
.radio-horizontal input[type="radio"] + label {
  margin-right: 12px;
}
.radio-horizontal.margin-bottom {
  margin-bottom: 0.75em;
}
.checkbox-horizontal input[type="checkbox"] + label {
  margin-right: 12px;
}
.checkbox-horizontal.margin-bottom {
  margin-bottom: 0.75em;
}
.form select.required,
.form textarea.required,
.form input[type="text"].required,
.form input[type="password"].required,
.form input[type="datetime"].required,
.form input[type="datetime-local"].required,
.form input[type="date"].required,
.form input[type="month"].required,
.form input[type="time"].required,
.form input[type="week"].required,
.form input[type="number"].required,
.form input[type="email"].required,
.form input[type="url"].required,
.form input[type="search"].required,
.form input[type="tel"].required,
.form input[type="color"].required,
.form .uneditable-input.required {
  border: 1px solid #c40f11;
}
.form label {
  margin: 0 0 0.1em;
}
.form.side.medium {
  padding-left: 18.5em;
}
.form.side.medium > label {
  width: 17em;
}
.accordion .wrap .accordion-header.state-active .text-red {
  color: #fff !important;
}
.side-nav > div > div > ul > li > ul > li.group,
.side-nav > ul > li > ul > li.group {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.875em;
  margin-bottom: 12px;
  margin-top: 45px;
}
@media only screen {
  .side-nav > div > div > ul > li > ul > li.group,
  .side-nav > ul > li > ul > li.group {
    font-family: 'open_sansbold', 'open_sansregular', Arial, sans-serif;
  }
}
.side-nav > div > div > ul > li > ul > li.group:first-child,
.side-nav > ul > li > ul > li.group:first-child {
  margin-top: auto;
}
.table-wrap > .table.advanced > tbody > tr > th {
  vertical-align: top;
  word-wrap: break-word;
}
.table-wrap > .table.advanced > tbody > tr > td {
  vertical-align: top;
  word-wrap: break-word;
}
.table-wrap > .table.advanced > tbody > tr > td.border-right {
  border-right: 1px solid #e5e5e5;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td {
  position: relative;
  overflow-x: visible;
  overflow-y: visible;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table {
  width: 100%;
  margin-bottom: 0;
  table-layout: fixed;
  empty-cells: show;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table .gray-bg {
  background-color: #efefef;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table .light-gray-bg {
  background-color: #f7f7f7;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table.gray-border {
  border: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table .border-left {
  border-left: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table .border-right {
  border-right: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table.red-top {
  border-top: 2px solid #c40f11;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > thead > tr > th,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > th {
  font-weight: normal;
}
@media only screen {
  .table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > thead > tr > th,
  .table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > th {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
  .table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > thead > tr > th a,
  .table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > th a {
    font-family: 'open_sansregular', Arial, sans-serif;
  }
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tfoot > tr > th,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tfoot > tr > td {
  padding: 10px 15px;
  font-size: 0.875em;
}
@media only screen {
  .table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tfoot > tr > th,
  .table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tfoot > tr > td {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tfoot > tr > th.no-padding,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tfoot > tr > td.no-padding {
  padding: 0;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > td,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > thead > tr > th,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > th {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.3em;
  border-bottom: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > td.no-padding,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > thead > tr > th.no-padding,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > th.no-padding {
  padding: 0;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > td.no-side-padding,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > thead > tr > th.no-side-padding,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > th.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > td .form,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > thead > tr > th .form,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > th .form {
  margin-bottom: 0;
  margin: 5px;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > td img,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > thead > tr > th img,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table > tbody > tr > th img {
  vertical-align: middle;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table a {
  color: #00a6c6;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table a[class*=icon-] {
  position: relative;
  font-size: 1.3em;
  top: 4px;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table a[class*=icon-]:hover {
  text-decoration: none;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table span.letter {
  padding: 3px 5px;
  text-align: center;
  line-height: 20px;
  background: #e3e3e3;
}
@media only screen {
  .table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table span.letter {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table + .table-footnote {
  margin-top: 1.5em;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table.no-vertical-border > tbody td,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table.no-vertical-border > tbody th {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td table.border-top {
  border-top: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table-header {
  padding: 0.75em 1.5em;
  background: #efefef;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table-header h1,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table-header h2,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table-header h3 {
  margin-bottom: 0;
  font-size: 1.25em;
  color: #666;
  text-transform: uppercase;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table-header h1:before,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table-header h2:before,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table-header h3:before {
  color: inherit;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table-header.light-gray {
  background: #cecece;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced {
  border: 1px solid #e5e5e5;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > tbody > tr > td.no-left-border,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > thead > tr > th.no-left-border,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > tbody > tr > th.no-left-border {
  border-left: 0;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > tbody > tr > td.no-right-border,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > thead > tr > th.no-right-border,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > tbody > tr > th.no-right-border {
  border-right: 0;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > thead tr > th {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  border-bottom: 2px solid #c40f11;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > thead.allow-wrap tr > th {
  white-space: pre-wrap;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > thead.allow-overflow tr > th {
  overflow: visible;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > thead.no-border > tr > th {
  border-left: 0;
  border-right: 0;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > thead.no-border > tr > th:first-child {
  border-left: 1px solid #e5e5e5;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > thead.no-border > tr > th:last-child {
  border-right: 1px solid #e5e5e5;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > tbody > tr > th {
  text-align: left;
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
  vertical-align: top;
  word-wrap: break-word;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > tbody > tr > th.no-bg {
  background: transparent;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > tbody > tr > td {
  border: 1px solid #e5e5e5;
  border-right: 0;
  vertical-align: top;
  word-wrap: break-word;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > tbody > tr > td.border-right {
  border-right: 1px solid #e5e5e5;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > tbody.no-border > tr > td {
  border: none;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > tbody.only-bottom-border > tr > td {
  border-left: none;
  border-right: none;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > tbody.only-vertical-border > tr > td,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > tbody.only-vertical-border > tr > th {
  border-bottom: 1px solid transparent;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > tbody.only-vertical-border > tr > td.border,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > tbody.only-vertical-border > tr > th.border {
  border-color: #e6e6e6;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced .expander {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  text-align: center;
}
@media only screen {
  .table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced .expander {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced .expander:before {
  content: "+";
  line-height: 16px;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced .expander.open:before {
  content: "-";
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > tbody > tr.background-gray > td {
  background: #f7f7f7;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > tbody > tr td.background-gray {
  background: #f7f7f7;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.advanced > tbody > tr td i[class*=icon-arrow] {
  position: relative;
  top: 2px;
  font-size: 1.2em;
  margin-right: 10px;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table .sub-text {
  font-size: 0.7em;
  color: #999;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.zebra > tbody > tr:nth-child(2n) > td {
  background: #f7f7f7;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table.hover > tbody > tr:hover > td {
  background: #f2f2f2 !important;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table tbody > tr.background-gray td,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table tbody > tr td.background-gray {
  background: #f7f7f7;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.no-border {
  border: none;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.no-border > tbody > tr > th,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.no-border > tbody > tr > td {
  border: none;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.no-vertical-padding > tbody > tr > th,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.no-vertical-padding > tbody > tr > td {
  padding-top: 0;
  padding-bottom: 0;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.no-vertical-padding > tbody > tr > th.padding-bottom,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.no-vertical-padding > tbody > tr > td.padding-bottom,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.no-vertical-padding > tbody > tr > th.padding-top,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.no-vertical-padding > tbody > tr > td.padding-top {
  padding-top: 0.75em;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.expand tr.even + tr > td {
  padding-top: 1.5em;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.expand tr.even:hover > td {
  background: #f7f7f7;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.expand > tbody tr.expand-row > td {
  border-bottom: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.expand > tbody tr.expand-row + tr > td {
  border-top: none !important;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.expand.no-border {
  border: none;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.expand.no-border > tbody > tr > th,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td > .table.expand.no-border > tbody > tr > td {
  border: none;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td tr.allow-wrap > th,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td tr.allow-wrap > td {
  white-space: pre-wrap;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td tr.no-border > th,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td tr.no-border > td {
  border: none !important;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td td.no-border,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td th.no-border {
  border: none !important;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td {
  position: relative;
  overflow-x: visible;
  overflow-y: visible;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table {
  width: 100%;
  margin-bottom: 0;
  table-layout: fixed;
  empty-cells: show;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table .gray-bg {
  background-color: #efefef;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table .light-gray-bg {
  background-color: #f7f7f7;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table.gray-border {
  border: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table .border-left {
  border-left: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table .border-right {
  border-right: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table.red-top {
  border-top: 2px solid #c40f11;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > thead > tr > th,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > th {
  font-weight: normal;
}
@media only screen {
  .table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > thead > tr > th,
  .table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > th {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
  .table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > thead > tr > th a,
  .table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > th a {
    font-family: 'open_sansregular', Arial, sans-serif;
  }
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tfoot > tr > th,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tfoot > tr > td {
  padding: 10px 15px;
  font-size: 0.875em;
}
@media only screen {
  .table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tfoot > tr > th,
  .table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tfoot > tr > td {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tfoot > tr > th.no-padding,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tfoot > tr > td.no-padding {
  padding: 0;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > td,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > thead > tr > th,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > th {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.3em;
  border-bottom: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > td.no-padding,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > thead > tr > th.no-padding,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > th.no-padding {
  padding: 0;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > td.no-side-padding,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > thead > tr > th.no-side-padding,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > th.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > td .form,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > thead > tr > th .form,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > th .form {
  margin-bottom: 0;
  margin: 5px;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > td img,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > thead > tr > th img,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table > tbody > tr > th img {
  vertical-align: middle;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table a {
  color: #00a6c6;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table a[class*=icon-] {
  position: relative;
  font-size: 1.3em;
  top: 4px;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table a[class*=icon-]:hover {
  text-decoration: none;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table span.letter {
  padding: 3px 5px;
  text-align: center;
  line-height: 20px;
  background: #e3e3e3;
}
@media only screen {
  .table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table span.letter {
    font-family: 'open_sanssemibold', 'open_sansregular', Arial, sans-serif;
  }
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table + .table-footnote {
  margin-top: 1.5em;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table.no-vertical-border > tbody td,
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table.no-vertical-border > tbody th {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td table.border-top {
  border-top: 1px solid #e6e6e6;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table {
  border: #e6e6e6;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td.sub-tables tr:not(.datarow) td.rgexpandcol + td .table td {
  background-color: #fff;
}
.table-wrap.sub-tables tr:not(.dataRow) td.rgExpandCol + td .table td {
  background-color: #fff;
}
.displayOnlyInPrint {
  display: none !important;
}
/* GRM */
.gm-value {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-size: 13px;
}
.gm-value:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: '';
  display: block;
  height: 22px;
  width: 22px;
  background-image: url("/ci-common/css/images/layout/greidslumat-sprite.png");
  background-repeat: no-repeat;
}
.gm-value.gm-notext {
  min-height: 20px;
}
.gm-value.gm-100:before {
  background-position: 0 -94px;
}
.gm-value.gm-75:before {
  background-position: 0 -70px;
}
.gm-value.gm-50:before {
  background-position: 0 -46px;
}
.gm-value.gm-25:before {
  background-position: 0 -22px;
}
.gm-value.gm-hidden:before {
  background-position: 0 -211px;
}
.gm-value-small {
  padding-left: 20px;
  font-size: 12px;
}
.gm-value-small:before {
  top: -2px;
  height: 16px;
  width: 16px;
  background-position: 0 -119px;
}
.gm-value-small.gm-100:before {
  background-position: 0 -192px;
}
.gm-value-small.gm-75:before {
  background-position: 0 -174px;
}
.gm-value-small.gm-50:before {
  background-position: 0 -157px;
}
.gm-value-small.gm-25:before {
  background-position: 0 -138px;
}
.gm-value-small.gm-hidden:before {
  background-position: 3px -244px;
}
.icoMedia {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('/ci-common/css/images/media/ico_media.png');
}
.icoMedia.blank {
  background-position: 0px 0px;
}
.icoMedia.bb {
  background-position: -22px 0px;
}
.icoMedia.bbl {
  background-position: -44px 0px;
}
.icoMedia.dv {
  background-position: -66px 0px;
}
.icoMedia.rikid {
  background-position: -88px 0px;
}
.icoMedia.ev {
  background-position: -110px 0px;
}
.icoMedia.eyjafrettir {
  background-position: -132px 0px;
}
.icoMedia.eyjan {
  background-position: -154px 0px;
}
.icoMedia.feykir {
  background-position: -176px 0px;
}
.icoMedia.fme {
  background-position: -198px 0px;
}
.icoMedia.mbl {
  background-position: 0px -22px;
}
.icoMedia.midjan {
  background-position: -22px -22px;
}
.icoMedia.nei {
  background-position: -44px -22px;
}
.icoMedia.pressan {
  background-position: -66px -22px;
}
.icoMedia.ruv {
  background-position: -88px -22px;
}
.icoMedia.sa {
  background-position: -110px -22px;
}
.icoMedia.sedlabanki {
  background-position: -132px -22px;
}
.icoMedia.si {
  background-position: -154px -22px;
}
.icoMedia.skessuhorn {
  background-position: -176px -22px;
}
.icoMedia.skutull {
  background-position: -198px -22px;
}
.icoMedia.talsmadur {
  background-position: 0px -44px;
}
.icoMedia.timinn {
  background-position: -22px -44px;
}
.icoMedia.vb {
  background-position: -44px -44px;
}
.icoMedia.vf {
  background-position: -66px -44px;
}
.icoMedia.vikari {
  background-position: -88px -44px;
}
.icoMedia.vikudagur {
  background-position: -110px -44px;
}
.icoMedia.visir {
  background-position: -132px -44px;
}
.icoMedia.dagbladidvisir {
  background-position: -154px -44px;
}
.icoMedia.sjonvarpid {
  background-position: -176px -44px;
}
.icoMedia.twitter {
  background-position: -198px -44px;
}
.icoMedia.fotbolti {
  background-position: 0px -66px;
}
.icoMedia.frettatiminn {
  background-position: -22px -66px;
}
.icoMedia.hunahorn {
  background-position: -44px -66px;
}
.icoMedia.igolf {
  background-position: -66px -66px;
}
.icoMedia.island {
  background-position: -88px -66px;
}
.icoMedia.smugan {
  background-position: -110px -66px;
}
.icoMedia.sport {
  background-position: -132px -66px;
}
.icoMedia.strandir {
  background-position: -154px -66px;
}
.icoMedia.sunnlenska {
  background-position: -176px -66px;
}
.icoMedia.svipan {
  background-position: -196px -66px;
}
.icoMedia.blog {
  background-position: 0px -88px;
}
.icoMedia.akureyrivikublad {
  background-position: -132px -132px;
}
.icoMedia.austurglugginn {
  background-position: -22px -88px;
}
.icoMedia.soknarfaeri {
  background-position: -88px -88px;
}
.icoMedia.prtbbl {
  background-position: -110px -88px;
}
.icoMedia.prtfinnur {
  background-position: -132px -88px;
}
.icoMedia.prt24stundir {
  background-position: -154px -88px;
}
.icoMedia.prtfrettatiminn {
  background-position: -176px -88px;
}
.icoMedia.stod2 {
  background-position: -198px -88px;
}
.icoMedia.ras12 {
  background-position: 0px -110px;
}
.icoMedia.ras2 {
  background-position: -22px -110px;
}
.icoMedia.ras1 {
  background-position: -44px -110px;
}
.icoMedia.bylgjan {
  background-position: -66px -110px;
}
.icoMedia.hugi {
  background-position: -88px -110px;
}
.icoMedia.hagstofan {
  background-position: -110px -110px;
}
.icoMedia.vi {
  background-position: -132px -110px;
}
.icoMedia.bland {
  background-position: -154px -110px;
}
.icoMedia.amx {
  background-position: -176px -110px;
}
.icoMedia.prtvf {
  background-position: -196px -110px;
}
.icoMedia.prtvb {
  background-position: 0px -132px;
}
.icoMedia.prtfrettabladid {
  background-position: -22px -132px;
}
.icoMedia.prtdv {
  background-position: -44px -132px;
}
.icoMedia.prtmbl {
  background-position: -66px -132px;
}
.icoMedia.spjall {
  background-position: -88px -132px;
}
.icoMedia.idnadarbladid {
  background-position: -110px -132px;
}
.icoMedia.akureyrivikublad {
  background-position: -132px -132px;
}
.icoMedia.utvegsbladid {
  background-position: -154px -132px;
}
.icoMedia.kjarninn {
  background-position: -176px -132px;
}
.icoMedia.gaflari {
  background-position: -198px -132px;
}
.icoMedia.e640 {
  background-position: 0px -154px;
}
.icoMedia.e641 {
  background-position: -22px -154px;
}
.icoMedia.austurfrett {
  background-position: -44px -154px;
}
.icoMedia.stundin {
  background-position: -66px -154px;
}
.icoMedia.nutiminn {
  background-position: -88px -154px;
}
.icoMedia.hringbraut {
  background-position: -110px -154px;
}
.icoMedia.prtstundin {
  background-position: -132px -154px;
}
.icoMedia.dfs {
  background-position: -154px -154px;
}
.icoMediaType {
  display: inline-block;
  width: 23px;
  height: 19px;
  background-image: url('/ci-common/css/images/media/ico_media_type.png');
}
.icoMediaType.net {
  background-position: -69px 0px;
}
.icoMediaType.tv {
  background-position: 0px 0px;
}
.icoMediaType.radio {
  background-position: -92px 0px;
}
.icoMediaType.paper {
  background-position: -23px 0px;
}
.icoMediaType.social {
  background-position: -46px 0px;
}
.text-details.default {
  float: right;
  color: #303030;
  font-size: 12px;
  font-weight: bold;
}
@media print {
  .displayOnlyInPrint {
    display: initial !important;
  }
  .page-break-before {
    page-break-before: always;
  }
  .page-break-after {
    page-break-after: always;
  }
  .page-break-inside {
    page-break-inside: avoid;
  }
  .forcePrint {
    display: block !important;
  }
  .accordion .closed {
    display: none;
  }
  a.toggle {
    display: none;
  }
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.main-wrap {
  position: relative;
}
.tab-pane.ng-enter,
.tab-pane.ng-move,
.main-view.ng-enter,
.main-view.ng-move {
  -webkit-transition-property: all;
  -khtml-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -khtml-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-transform: translate3d(0, 2%, 0);
  -moz-transform: translate3d(0, 2%, 0);
  -ms-transform: translate3d(0, 2%, 0);
  -o-transform: translate3d(0, 2%, 0);
  transform: translate3d(0, 2%, 0);
}
.tab-pane.ng-enter.ng-enter-active,
.tab-pane.ng-move.ng-move-active,
.main-view.ng-enter.ng-enter-active,
.main-view.ng-move.ng-move-active {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tab-pane.ng-leave,
.main-view.ng-leave {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
}
.ci-animate-repeat.ng-enter,
.ci-animate-repeat.ng-move {
  -webkit-transition-property: opacity;
  -khtml-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -khtml-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: relative;
}
/*
 The ng-enter-active and ng-move-active
 are where the transition destination properties
 are set so that the animation knows what to
 animate.
*/
.ci-animate-repeat.ng-enter.ng-enter-active,
.ci-animate-repeat.ng-move.ng-move-active {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  position: relative;
}
/*
  We're using CSS keyframe animations for when
  the leave event is triggered for the element
  that has the .repeated-item class
*/
.ci-animate-repeat.ng-leave {
  -webkit-animation: 0.3s repeat_animation;
  -moz-animation: 0.3s repeat_animation;
  -o-animation: 0.3s repeat_animation;
  animation: 0.3s repeat_animation;
}
@keyframes repeat_animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*
  Unfortunately each browser vendor requires
  its own definition of keyframe animation code...
*/
@-webkit-keyframes repeat_animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes repeat_animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes repeat_animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.ci-animate-show-hide.ng-hide {
  opacity: 0;
}
.ci-animate-show-hide.ng-hide-add,
.ci-animate-show-hide.ng-hide-remove {
  transition: all linear 0.15s;
}
.ci-animate-show-hide.ng-hide-add {
  position: absolute;
  top: 0;
}
.ci-animate-show-hide {
  opacity: 1;
}
.debug {
  z-index: 1000;
  font-size: 80%;
  position: fixed;
  background-color: rgba(247, 216, 120, 0.8);
  color: #3f3f3f;
  border: 1px solid#3f3f3f;
  padding: 10px;
  word-break: normal;
  white-space: normal;
  top: 3%;
  left: 3%;
}
.debug.right {
  right: 3%;
  left: auto;
}
.debug.bottom {
  top: auto;
  bottom: 3%;
}
