.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 25px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 13px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 13px;
}
.tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #303c41;
  white-space: nowrap;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.system-status-footer,
.status-icon-container {
  float: right !important;
}
.copyright-text,
.system-status-footer .status-text,
.pending-changes-notification > button,
.pending-changes-notification > p {
  float: left !important;
}
.system-status-footer,
.status-icon-container {
  float: right;
}
.copyright-text,
.system-status-footer .status-text,
.pending-changes-notification > button,
.pending-changes-notification > p {
  float: left;
}
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span,
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input,
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-rtl .chosen-search input {
  background-image: url('images/chosen-sprite.png');
}
.chosen-container-single .chosen-single,
.chosen-container .chosen-results li.highlighted {
  background-image: none;
}
body {
  background-color: #ffffff;
  font-family: 'ProximaNova-Regular';
  padding-bottom: 15px;
  overflow-x: auto;
  color: #303c41;
}
.inline-title-container h2 {
  display: inline-block;
}
.inline-title-container .btn {
  margin-bottom: 12px;
  margin-left: 15px;
}
.card {
  background-color: white;
  border: 1px solid #cfcfcf;
  border-top: none;
  border-left: none;
  border-radius: 2px;
  padding: 15px 0;
}
.card.aside .row:not(:first-child) {
  padding-top: 1em;
}
.card.aside h1,
.card.aside h2 {
  clear: both;
  color: #303c41;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 1.8rem;
}
.card.main h1 {
  color: #303c41;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 2.6rem;
}
.container[data-region="content"] {
  transition: opacity 0.3s linear;
}
a {
  color: #678089;
}
.applications-menu {
  left: 0;
  right: 0;
  background-color: transparent;
  text-align: center;
}
.applications-menu ul {
  display: inline-block;
  background-color: #3a484e;
  text-align: left;
}
.settings-menu,
.applications-menu {
  letter-spacing: .5px;
  position: absolute;
  -webkit-transition: right 0.5s, left 0.5s;
  min-width: 240px;
  top: -225px;
  transition: top 0.5s, z-index 0s;
  z-index: 999;
  color: #fff;
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
}
.settings-menu.active,
.applications-menu.active {
  top: 65px;
  z-index: 1061;
  transition: top 0.5s, z-index 0s 0.5s;
}
.settings-menu a,
.applications-menu a,
.settings-menu a:hover,
.applications-menu a:hover,
.settings-menu a:visited,
.applications-menu a:visited,
.settings-menu a:active,
.applications-menu a:active {
  color: #fff;
  text-decoration: none;
}
.settings-menu a:hover,
.applications-menu a:hover {
  background-color: #303c41;
}
.settings-menu ul,
.applications-menu ul {
  list-style-type: none;
  min-width: 240px;
  padding: 0;
  margin: 0;
}
.settings-menu li,
.applications-menu li {
  height: 55px;
  line-height: 55px;
}
.settings-menu li a,
.applications-menu li a {
  display: block;
  height: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.settings-menu li .fa,
.applications-menu li .fa {
  margin-right: 10px;
}
.settings-menu {
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  right: 0;
  background-color: #3a484e;
}
.settings-menu li.info {
  background-color: #303c41;
  padding: 10px 20px;
  line-height: 1.1em;
}
.settings-menu li.info .info-label {
  font-size: .8em;
}
.settings-menu li.info .info-value {
  font-family: 'ProximaNova-Light';
}
.settings-menu li a {
  padding-left: 0;
  cursor: pointer;
}
.settings-menu li a img {
  margin-right: 0;
}
.settings-menu .icon-wrapper {
  display: inline-block;
  height: 55px;
  background-color: #303c41;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.modal-dialog .modal-content {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.modal-dialog .modal-content {
  border-radius: 0 0 0 0;
}
.modal-dialog .modal-header {
  color: #ffffff;
  background-color: #303c41;
  border-radius: 0 0 0 0;
  border-bottom: none;
}
.modal-dialog .modal-header:before,
.modal-dialog .modal-header:after {
  content: " ";
  display: table;
}
.modal-dialog .modal-header:after {
  clear: both;
}
.modal-dialog .modal-header:before,
.modal-dialog .modal-header:after {
  content: " ";
  display: table;
}
.modal-dialog .modal-header:after {
  clear: both;
}
.modal-dialog .modal-header h2,
.modal-dialog .modal-header h3,
.modal-dialog .modal-header h4 {
  color: #ffffff;
}
.modal-dialog .modal-header .close {
  opacity: 1;
  overflow: visible;
}
.modal-dialog .modal-header .close img,
.modal-dialog .modal-header .close svg {
  height: .8em;
}
.modal-dialog.modal-primary .modal-header {
  background-color: #303c41;
}
.modal-dialog.modal-danger .modal-header {
  background-color: #b31f2b;
}
.modal-dialog.modal-confirmation .modal-header {
  background-color: transparent;
  padding-bottom: 0px;
}
.modal-dialog.modal-confirmation .modal-body {
  text-align: center;
}
.modal-dialog .modal-title {
  text-align: center;
}
.modal-dialog .modal-footer {
  border-top: none;
}
.modal-dialog .modal-body {
  padding: 20px 30px;
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('fonts/337C99_0_0.eot');
  src: url('fonts/337C99_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/337C99_0_0.woff2') format('woff2'), url('fonts/337C99_0_0.woff') format('woff'), url('fonts/337C99_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova-RegularIt';
  src: url('fonts/337C99_3_0.eot');
  src: url('fonts/337C99_3_0.eot?#iefix') format('embedded-opentype'), url('fonts/337C99_3_0.woff2') format('woff2'), url('fonts/337C99_3_0.woff') format('woff'), url('fonts/337C99_3_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url('fonts/337C99_1_0.eot');
  src: url('fonts/337C99_1_0.eot?#iefix') format('embedded-opentype'), url('fonts/337C99_1_0.woff2') format('woff2'), url('fonts/337C99_1_0.woff') format('woff'), url('fonts/337C99_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('fonts/337C99_2_0.eot');
  src: url('fonts/337C99_2_0.eot?#iefix') format('embedded-opentype'), url('fonts/337C99_2_0.woff2') format('woff2'), url('fonts/337C99_2_0.woff') format('woff'), url('fonts/337C99_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('fonts/337C99_4_0.eot');
  src: url('fonts/337C99_4_0.eot?#iefix') format('embedded-opentype'), url('fonts/337C99_4_0.woff2') format('woff2'), url('fonts/337C99_4_0.woff') format('woff'), url('fonts/337C99_4_0.ttf') format('truetype');
}
.form-control,
input,
textarea {
  font-size: 14px;
}
input,
textarea,
input.form-control,
textarea.form-control {
  color: #678089;
}
.chosen-disabled {
  opacity: 1 !important;
}
.chosen-disabled a:hover,
.chosen-disabled a:focus {
  outline: none;
}
.chosen-drop {
  font-size: 11px;
}
.chosen-container-single.chosen-disabled .chosen-single {
  background-color: #edf1f2;
  border: 1px solid;
  border-color: #000000;
  border-color: rgba(0, 0, 0, 0.15);
  cursor: not-allowed;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.has-error .form-control {
  background-color: lightgoldenrodyellow !important;
  border-width: 2px;
}
.has-error .chosen-single {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: lightgoldenrodyellow;
  border-width: 2px;
}
.has-error .help-block {
  font-weight: bold;
  font-size: 1em;
}
.red {
  color: #a94442;
}
.search {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
@media (min-width: 768px) {
  .search .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .search .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .search .form-control-static {
    display: inline-block;
  }
  .search .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .search .input-group .input-group-addon,
  .search .input-group .input-group-btn,
  .search .input-group .form-control {
    width: auto;
  }
  .search .input-group > .form-control {
    width: 100%;
  }
  .search .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .search .radio,
  .search .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .search .radio label,
  .search .checkbox label {
    padding-left: 0;
  }
  .search .radio input[type="radio"],
  .search .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .search .has-feedback .form-control-feedback {
    top: 0;
  }
}
.search:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.28571429em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 5px;
  content: "\f002";
  color: #678089;
  line-height: 30px;
}
.search:before.fa-pull-left {
  margin-right: .3em;
}
.search:before.fa-pull-right {
  margin-left: .3em;
}
.search:before.pull-left {
  margin-right: .3em;
}
.search:before.pull-right {
  margin-left: .3em;
}
.search input[type="search"],
.search input[type="text"] {
  text-indent: 1em;
}
.div-row {
  padding: 3px 0 5px 0;
  border: gainsboro 1px solid;
  background-color: ghostwhite;
}
.expand-collapse-buttons {
  margin-bottom: 15px;
}
.expand-collapse-buttons button {
  margin-right: 10px;
}
.overlay {
  background: #ffffff;
  border: 1px solid #999999;
  padding: 15px;
  position: absolute;
  z-index: 1060;
}
.overlay:after,
.overlay:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
}
.overlay:after {
  border-color: #ffffff;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 13px;
  left: 50%;
  margin-left: -13px;
}
.overlay:before {
  border-color: #999999;
  border-color: rgba(153, 153, 153, 0);
  border-bottom-color: #999999;
  border-width: 14px;
  left: 50%;
  margin-left: -14px;
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.panel-group .panel {
  overflow: visible;
}
.panel-heading {
  border-radius: 0;
}
.panel-heading h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.panel-heading.collapsed {
  background-color: #fff;
}
.panel-collapsible .panel-heading {
  cursor: pointer;
}
.panel-collapsible .panel-heading:hover {
  background-color: #edf1f2;
}
.panel-collapsible .panel-heading.collapsed {
  border-bottom-width: 0;
}
.panel-collapsible .panel-heading .panel-title {
  color: #3898cf;
}
.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  max-height: 150px;
  overflow-y: auto;
}
.tt-menu.pull-right {
  right: 0;
  left: auto;
}
.tt-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.tt-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #303c41;
  white-space: nowrap;
}
.tt-hint {
  color: #adbcc3;
}
.tt-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 15px;
  line-height: 1.42857143;
  color: #303c41;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dae4e7;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  font-size: 14px;
}
.tt-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tt-input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.tt-input:-ms-input-placeholder {
  color: #999999;
}
.tt-input::-webkit-input-placeholder {
  color: #999999;
}
.tt-input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.tt-input[disabled],
.tt-input[readonly],
fieldset[disabled] .tt-input {
  background-color: #edf1f2;
  opacity: 1;
}
.tt-input[disabled],
fieldset[disabled] .tt-input {
  cursor: not-allowed;
}
textarea.tt-input {
  height: auto;
}
.tt-input.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 25px;
}
select.tt-input.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.tt-input.input-lg,
select[multiple].tt-input.input-lg {
  height: auto;
}
.tt-input::-ms-clear {
  display: none;
}
.tt-suggestion:hover,
.tt-suggestion:focus,
.tt-suggestion.tt-cursor {
  text-decoration: none;
  color: #303c41;
  background-color: #f5f5f5;
}
.padding-top-none,
.ptn {
  padding-top: 0px !important;
}
.padding-top-small,
.pts {
  padding-top: 5px !important;
}
.padding-top-medium,
.ptm {
  padding-top: 10px !important;
}
.padding-top-large,
.ptl {
  padding-top: 20px !important;
}
.padding-top-extra-large,
.ptxl {
  padding-top: 30px !important;
}
.padding-top-extra-extra-large,
.ptxxl {
  padding-top: 40px !important;
}
.padding-left-none,
.pln {
  padding-left: 0px !important;
}
.padding-left-small,
.pls {
  padding-left: 5px !important;
}
.padding-left-medium,
.plm {
  padding-left: 10px !important;
}
.padding-left-large,
.pll {
  padding-left: 20px !important;
}
.padding-left-extra-large,
.plxl {
  padding-left: 30px !important;
}
.padding-left-extra-extra-large,
.plxxl {
  padding-left: 40px !important;
}
.margin-left-none,
.mln {
  margin-left: 0px !important;
}
.margin-left-small,
.mls {
  margin-left: 5px !important;
}
.margin-left-medium,
.mlm {
  margin-left: 10px !important;
}
.margin-left-large,
.mll {
  margin-left: 20px !important;
}
.margin-left-extra-large,
.mlxl {
  margin-left: 30px !important;
}
.margin-left-extra-extra-large,
.mlxxl {
  margin-left: 40px !important;
}
.margin-right-none,
.mrn {
  margin-right: 0px !important;
}
.margin-right-small,
.mrs {
  margin-right: 5px !important;
}
.margin-right-medium,
.mrm {
  margin-right: 10px !important;
}
.margin-right-large,
.mrl {
  margin-right: 20px !important;
}
.margin-right-extra-large,
.mrxl {
  margin-right: 30px !important;
}
.margin-right-extra-extra-large,
.mrxxl {
  margin-right: 40px !important;
}
.margin-bottom-none,
.mbn {
  margin-bottom: 0px !important;
}
.margin-bottom-small,
.mbs {
  margin-bottom: 5px !important;
}
.margin-bottom-medium,
.mbm {
  margin-bottom: 10px !important;
}
.margin-bottom-large,
.mbl {
  margin-bottom: 20px !important;
}
.margin-bottom-extra-large,
.mbxl {
  margin-bottom: 30px !important;
}
.margin-bottom-extra-extra-large,
.mbxxl {
  margin-bottom: 40px !important;
}
h1 {
  font-family: 'ProximaNova-Semibold';
  color: #303c41;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #dae4e7;
  line-height: 21px;
}
h2 {
  font-family: 'ProximaNova-Semibold';
  color: #678089;
  margin-top: 16px;
  margin-bottom: 16px;
}
h3 {
  font-family: 'ProximaNova-Semibold';
  color: #a1b2b8;
}
h4 {
  font-family: 'ProximaNova-Regular';
  color: #a1b2b8;
}
p {
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  color: #303c41;
}
p.alt {
  color: #678089;
}
.body-copy-description,
a.body-copy-description {
  font-family: 'ProximaNova-Regular';
  font-size: 14px;
  color: #678089;
}
strong {
  font-family: 'ProximaNova-Semibold';
  font-weight: normal;
}
.contrasted-label {
  display: block;
  color: #5c5c5c;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
}
.contrasted-block-label {
  display: block;
  color: #5c5c5c;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
}
.contrasted-inline-label {
  display: inline;
  color: #5c5c5c;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
}
.custom-heading {
  color: #303c41;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 1.8rem;
}
.view-description {
  color: #5295d7;
  font-style: italic;
  font-size: 1.4em;
}
.control-label {
  font-family: 'ProximaNova-Semibold';
  font-size: 14px;
  margin-bottom: 10px;
}
.details-label {
  font-family: 'ProximaNova-Bold';
  font-size: 12px;
  text-transform: uppercase;
  color: #678089;
}
.label-key {
  font-family: 'ProximaNova-Semibold';
  font-size: 14px;
  color: #303c41;
}
.label-value {
  font-family: 'ProximaNova-Regular';
  font-size: 14px;
  color: #678089;
}
.application-header .header-settings {
  float: right !important;
  height: 100%;
}
.application-header .primary-navbar {
  z-index: 1000;
}
.application-header .primary-navbar li > a {
  padding-top: 0;
  padding-bottom: 0;
  height: 65px;
  line-height: 65px;
}
.application-header .secondary-navbar {
  z-index: 999;
}
.application-header .navbar {
  border: 0;
  height: 65px;
  font-size: 16px;
}
.application-header .navbar .nav.navbar-nav {
  float: none;
  display: inline-block;
}
.application-header .navbar .nav.navbar-nav li,
.application-header .navbar .nav.navbar-nav li * {
  max-height: 65px;
}
.application-header .navbar .nav.navbar-nav li:hover {
  background-color: #303c41;
}
.application-header .navbar .nav.navbar-nav .dropdown-menu {
  font-size: 16px;
  background-color: #f6f7f9;
  width: 100%;
  padding: 0;
  max-height: none;
}
.application-header .navbar .nav.navbar-nav .dropdown-menu li > a:hover,
.application-header .navbar .nav.navbar-nav .dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #353e44;
}
.application-header .navbar .nav.navbar-nav .dropdown-menu li:hover {
  background-color: #d8d9db;
}
.application-header .navbar .nav.navbar-nav .dropdown-menu .dropdown-item {
  margin: 0;
}
.application-header .navbar .nav.navbar-nav .dropdown-menu .dropdown-item a {
  padding: 10px 20px;
}
.application-header .navbar-inverse {
  background-color: #303c41;
}
.application-header .navbar-inverse .navbar-nav > .active > a {
  background-color: #3a484e;
}
.application-header .navbar-inverse .navbar-nav > .open > a,
.application-header .navbar-inverse > .open > a:hover,
.application-header .navbar-inverse > .open > a:focus {
  background-color: inherit;
}
.application-header .navbar-inner {
  margin-bottom: 0;
}
.application-header .launchpad-button {
  position: absolute;
  left: 0;
  top: 0;
  height: 65px;
  margin: 0 0;
  padding: 0 0;
  width: 130px;
}
.application-header .launchpad-button:hover {
  background-color: #303c41;
}
.application-header .launchpad-button .img {
  width: 60px;
  display: inline-block;
  background-image: url('images/vht_logo.png');
  height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.application-header .applications-menu-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.application-header .settings-menu-button {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #fff;
  font-family: 'ProximaNova-Light';
  text-decoration: none;
  padding: 0 10px 0 20px;
  line-height: 65px;
}
.application-header .settings-menu-button span {
  vertical-align: middle;
}
.application-header .settings-menu-button span.user-name {
  color: #e4e8e8;
  white-space: nowrap;
  max-width: 140px;
  text-overflow: ellipsis;
  display: none;
  overflow: hidden;
}
.application-header .settings-menu-button .avatar {
  margin-right: 7px;
  vertical-align: middle;
  background-color: #0f1a22;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}
.application-header .settings-menu-button.active {
  background-color: #3a484e;
}
.application-header .settings-menu-button.active .avatar {
  background-color: transparent;
}
.application-header .settings-menu-button:hover {
  background-color: #3a484e;
}
.application-header .settings-menu-button,
.application-header .applications-menu-button {
  height: 65px;
}
.application-header .settings-menu-button .fa,
.application-header .applications-menu-button .fa {
  margin-right: 10px;
  color: #3f5f76;
}
.application-header .settings-menu-button .glyphicon,
.application-header .applications-menu-button .glyphicon {
  color: #3f5f76;
  height: 1.5em;
  line-height: 1.5em;
  vertical-align: middle;
}
.application-header .settings-menu-button span,
.application-header .applications-menu-button span {
  margin-right: 10px;
}
.application-header li img {
  width: 1em;
  margin-bottom: 2px;
}
.application-header .navbar.secondary-navbar {
  height: 65px;
  min-height: 65px;
  background-color: #edf1f2;
  color: #a1b2b8;
  padding-left: 0;
}
.application-header .navbar.secondary-navbar .navbar-nav > li > a {
  font-family: 'ProximaNova-Regular';
  padding: 0 30px;
  margin: 0;
  height: 65px;
  line-height: 65px;
  color: #303c41;
  font-size: 16px;
}
.application-header .navbar.secondary-navbar .navbar-nav > li.active,
.application-header .navbar.secondary-navbar .navbar-nav > li:hover {
  background-color: #e4e9ed;
}
.application-header .navbar.secondary-navbar .navbar-nav > li.active > a,
.application-header .navbar.secondary-navbar .navbar-nav > li:hover > a {
  background-color: transparent;
  color: #293a42;
}
.application-header .navbar.secondary-navbar .navbar-nav > li.active > a {
  font-family: 'ProximaNova-Semibold';
}
.application-header .navbar-header {
  float: none;
}
.application-header .secondary-nav-icon {
  height: 22px;
  margin-right: 3px;
}
.application-header h1 {
  border-bottom: none;
}
.application-header li.applications-menu-button img,
.application-header .primary-nav-items img {
  height: 1.2em;
  width: 1.2em;
  margin-right: .5em;
}
.application-header .avatar img {
  height: 1.2em;
  width: 1.2em;
}
.application-header .menu-open-arrow {
  height: 1em;
  width: 1em;
}
@media (min-width: 992px) {
  .application-header .settings-menu-button span.user-name {
    display: inline-block;
  }
}
.copyright-text {
  line-height: 36px;
  color: #678089;
}
[data-region="footer"] > footer {
  font-size: 12px;
  margin-top: 60px;
}
.system-status-footer {
  margin-right: -15px;
}
.system-status-footer .status-text {
  color: #678089;
  line-height: 36px;
}
.status-icon-container {
  height: 36px;
  width: 36px;
  display: block;
  overflow: hidden;
  text-align: center;
}
.status-icon-container .status-icon {
  margin-top: 11px;
  border-radius: 50%;
  display: inline-block;
  height: 13px;
  width: 13px;
  vertical-align: middle;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.status-icon-container .status-icon .halo {
  width: inherit;
  height: inherit;
  border-radius: 7px;
}
.status-started {
  background-color: #51ce00;
}
.status-started .halo {
  box-shadow: 0 0 7px 2px #51ce00;
}
.status-error {
  background-color: #e01d19;
}
.status-error .halo {
  box-shadow: 0 0 7px 2px #e01d19;
}
.status-starting {
  background-color: #f7e102;
}
.status-starting .halo {
  box-shadow: 0 0 7px 2px #f7e102;
}
.status-unknown,
.status-notready {
  background-color: #aaaaaa;
}
.status-unknown .halo,
.status-notready .halo {
  box-shadow: 0 0 7px 2px #aaaaaa;
}
.secondary-footer {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #303c41;
  text-align: center;
  height: 60px;
  min-height: 60px;
  z-index: 1000;
  padding: 10px 15px 0 15px;
}
.secondary-footer .dropdown,
.secondary-footer .dropup {
  position: static;
}
.secondary-footer .dropdown-menu {
  border: none;
  border-radius: 8px;
  width: 400px;
  left: calc(50% - 200px);
  bottom: 60px;
  background-color: white;
  padding: 0;
  margin: 0;
}
.secondary-footer .dropdown-menu .header {
  background-color: #303c41;
  margin: 0;
  border-radius: 8px 8px 0 0;
}
.secondary-footer .dropdown-menu .header h2 {
  margin: 0;
  padding: 15px;
  color: #fff;
}
.secondary-footer .dropdown-menu .header button {
  padding: 15px;
}
.secondary-footer .dropdown-menu .header .btn-tertiary {
  color: #fff;
}
.secondary-footer .dropdown-menu .content {
  padding: 15px;
  max-height: 60vh;
  overflow: auto;
}
.secondary-footer .container {
  padding-top: 5px;
}
.has-secondary-footer {
  margin-bottom: 60px;
}
[data-region="notifications"] {
  pointer-events: none;
  position: fixed;
  top: 97.5px;
  width: 100%;
  height: 50px;
  z-index: 1070;
}
[data-region="notifications"] .message {
  color: #303c41;
}
[data-region="notifications"] .container {
  text-align: center;
}
[data-region="notifications"] .container .alert {
  pointer-events: auto;
  display: inline-block;
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
  min-width: 60%;
  text-align: left;
}
[data-region="notifications"] .container .alert span.fa {
  display: inline-block;
  width: 50px;
  margin-right: 10px;
  text-align: center;
}
[data-region="notifications"] .container .alert button {
  top: 0px;
  right: 0;
  line-height: 50px;
  width: 50px;
  font-size: 20px;
}
[data-region="notifications"] .container .alert span {
  font-size: 20px;
  line-height: 50px;
}
[data-region="notifications"] .container .alert.alert-success span.fa {
  border-right: 2px solid #a2bd3a;
}
[data-region="notifications"] .container .alert.alert-danger span.fa {
  border-right: 2px solid #e01d19;
}
[data-region="notifications"] .container .alert.alert-warning span.fa {
  border-right: 2px solid #e5c929;
}
[data-region="notifications"] .container .alert.alert-info span.fa {
  border-right: 2px solid #5bc0de;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] {
  opacity: 0.45;
}
.btn-default {
  background-color: #edf1f2;
}
.input-group-addon {
  color: #3898cf;
  background-color: #fff;
}
.dropdown .btn.btn-default {
  background-color: #fff;
}
.dropdown .btn .fa {
  color: #3898cf;
}
.btn-group .btn-default.active {
  background-color: #3898cf;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.btn-group-justified.btn-group-auto-width {
  table-layout: auto;
}
.btn-group.btn-group-justified.btn-group-auto-width .btn-group {
  width: auto;
}
.btn-group > .btn,
.btn-group-justified > .btn,
.btn-group > .btn-group .btn,
.btn-group-justified > .btn-group .btn {
  border: 1px solid #dae4e7;
}
.btn-group > .btn.active,
.btn-group-justified > .btn.active,
.btn-group > .btn-group .btn.active,
.btn-group-justified > .btn-group .btn.active {
  border-color: #3898cf;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn-success:focus,
.btn-success.focus {
  background-color: #90a73c;
  border-color: #809435;
}
.btn-default:focus,
.btn-default.focus {
  background-color: #edf1f2;
  border-color: #cccccc;
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: #3898cf;
  border-color: #2e8abf;
}
.btn-info:focus,
.btn-info.focus {
  background-color: #303c41;
  border-color: #252e32;
}
.btn-warning:focus,
.btn-warning.focus {
  background-color: #e5c929;
  border-color: #dabd1a;
}
.btn-warning:active,
.btn-warning.active,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: 000;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  border-color: #c91a16;
}
.nav.navbar-nav li,
.nav.navbar-nav li * {
  max-height: 65px;
}
.chosen-container .chosen-results li.highlighted {
  color: #303c41;
  background-color: #f5f5f5;
}
.chosen-container .chosen-single div b {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none !important;
}
.chosen-container .chosen-single div b.fa-pull-left {
  margin-right: .3em;
}
.chosen-container .chosen-single div b.fa-pull-right {
  margin-left: .3em;
}
.chosen-container .chosen-single div b.pull-left {
  margin-right: .3em;
}
.chosen-container .chosen-single div b.pull-right {
  margin-left: .3em;
}
.chosen-container .chosen-single div b:before {
  content: "\f107";
  color: #3898cf;
}
.chosen-container .chosen-results li {
  font-size: 14px;
  padding: 3px 20px;
}
.alert.alert-success {
  background-color: #ecf2d9;
  color: #a2bd3a;
}
.panel-primary {
  border: none;
}
.panel-primary > .panel-heading {
  background-color: #303c41;
  border: 1px solid #303c41;
}
.panel-primary > .panel-body {
  background-color: #edf1f2;
  border: 1px solid #D7E5EC;
}
.panel.panel-rounded > .panel-heading {
  border-radius: 5px 5px 0 0;
}
.panel.panel-rounded > .panel-body {
  border-radius: 0 0 5px 5px;
}
[data-region="processing-notification"] .active {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 1060;
  background-color: rgba(255, 255, 255, 0.5);
}
[data-region="processing-notification"] .active .img-text {
  font-size: 16px;
  color: #3e5766;
}
[data-region="processing-notification"] .active div.img-container {
  display: inline-block;
  min-width: 250px;
  margin: 10% auto;
  background-color: white;
  border-color: #999;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 15px;
}
[data-region="processing-notification"] .active div.img-container div.img {
  background-image: url("images/spinner.gif");
  background-repeat: no-repeat;
  background-position: center;
  height: 128px;
  width: 128px;
  margin: 0 auto;
}
.expand-collapse a {
  margin: 0px 5px;
  text-decoration: none;
}
.expand-collapse a:hover {
  cursor: pointer;
  font-weight: bold;
}
label input[type="radio"],
label input[type="checkbox"] {
  display: none;
}
label input[type="radio"] ~ span,
label input[type="checkbox"] ~ span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
}
label input[type="radio"] ~ span:before,
label input[type="checkbox"] ~ span:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.28571429em;
  text-align: center;
  text-align: left;
  font-size: 1.6em;
  line-height: 1.6em;
  vertical-align: middle;
}
label input[type="radio"] ~ span:before.fa-pull-left,
label input[type="checkbox"] ~ span:before.fa-pull-left {
  margin-right: .3em;
}
label input[type="radio"] ~ span:before.fa-pull-right,
label input[type="checkbox"] ~ span:before.fa-pull-right {
  margin-left: .3em;
}
label input[type="radio"] ~ span:before.pull-left,
label input[type="checkbox"] ~ span:before.pull-left {
  margin-right: .3em;
}
label input[type="radio"] ~ span:before.pull-right,
label input[type="checkbox"] ~ span:before.pull-right {
  margin-left: .3em;
}
label input[type="radio"] ~ span:before {
  content: "\f1db";
}
label input[type="checkbox"] ~ span:before {
  content: "\f096";
}
label input[type="radio"]:checked ~ span:before {
  content: "\f192";
  color: #90a73c;
}
label input[type="checkbox"]:checked ~ span:before {
  content: "\f046";
  color: #90a73c;
}
label input[type="radio"]:disabled ~ span,
label input[type="radio"]:disabled ~ span:before,
label input[type="radio"]:disabled:checked ~ span:before,
label input[type="checkbox"]:disabled ~ span,
label input[type="checkbox"]:disabled ~ span:before,
label input[type="checkbox"]:disabled:checked ~ span:before {
  color: #a1b2b8;
}
.btn + .btn,
.btn + .btn-group,
.btn-group + .btn {
  margin-left: 15px;
}
.btn {
  font-size: 14px;
  font-family: 'ProximaNova-Regular';
  border-style: none;
  border-width: 0;
}
.btn:active,
.btn.active {
  box-shadow: none;
  outline: none;
}
.btn {
  line-height: 18px;
}
.btn-sm,
.btn-group-sm > .btn {
  line-height: 16px;
}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 16px;
  line-height: 30px;
}
.btn-danger-secondary {
  color: #b31f2b;
  background-color: #fbefef;
  border-color: #c91a16;
}
.btn-danger-secondary:focus,
.btn-danger-secondary.focus {
  color: #b31f2b;
  background-color: #f1c6c6;
  border-color: #560b0a;
}
.btn-danger-secondary:hover {
  color: #b31f2b;
  background-color: #f1c6c6;
  border-color: #921310;
}
.btn-danger-secondary:active,
.btn-danger-secondary.active,
.open > .dropdown-toggle.btn-danger-secondary {
  color: #b31f2b;
  background-color: #f1c6c6;
  border-color: #921310;
}
.btn-danger-secondary:active,
.btn-danger-secondary.active,
.open > .dropdown-toggle.btn-danger-secondary {
  background-image: none;
}
.btn-danger-secondary .badge {
  color: #fbefef;
  background-color: #b31f2b;
}
.btn-danger {
  color: #fff;
  background-color: #b31f2b;
}
.btn-danger:hover {
  color: #fff;
  background-color: #9f0b17;
}
.btn-tertiary {
  background-color: transparent;
  border: none;
  color: #678089;
}
.btn-tertiary.btn:hover {
  box-shadow: none;
}
.btn-tertiary:hover {
  background-color: transparent;
  border: none;
}
.btn-tertiary .fa {
  color: #678089;
}
.btn-tertiary.btn-default:hover {
  color: #678089;
}
.btn-tertiary.btn-default:focus,
.btn-tertiary.btn-default.focus {
  background-color: transparent;
  color: #678089;
}
.btn-tertiary.btn-primary {
  color: #3898cf;
}
.btn-tertiary.btn-primary:focus,
.btn-tertiary.btn-primary.focus {
  background-color: transparent;
}
.btn-tertiary.btn-success {
  color: #90a73c;
}
.btn-tertiary.btn-success:focus,
.btn-tertiary.btn-success.focus {
  background-color: transparent;
}
.btn-tertiary.btn-info {
  color: #303c41;
}
.btn-tertiary.btn-info:focus,
.btn-tertiary.btn-info.focus {
  background-color: transparent;
}
.btn-tertiary.btn-warning {
  text-transform: uppercase;
}
.btn-tertiary.btn-warning .fa {
  color: #e5c929;
}
.btn-tertiary.btn-warning:hover {
  color: #678089;
}
.btn-tertiary.btn-warning:focus,
.btn-tertiary.btn-warning.focus {
  background-color: transparent;
  color: #678089;
}
.btn-tertiary.btn-danger {
  color: #b31f2b;
}
.btn-tertiary.btn-danger .fa {
  color: #b31f2b;
}
.btn-tertiary.btn-danger:focus,
.btn-tertiary.btn-danger.focus {
  background-color: transparent;
}
.view-back-button {
  display: inline-block;
  background-color: #edf1f2;
  border-radius: 3px;
  color: #678089;
  margin-right: 15px;
  font-size: .7em;
  vertical-align: bottom;
}
.btn-help {
  color: #27a393;
  background-color: #edf1f2;
  border-color: #27a393;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 13px;
  line-height: 16px;
  border: 1px solid #27a393;
}
.btn-help:focus,
.btn-help.focus {
  color: #27a393;
  background-color: #cfdadd;
  border-color: #0e3c36;
}
.btn-help:hover {
  color: #27a393;
  background-color: #cfdadd;
  border-color: #1b7266;
}
.btn-help:active,
.btn-help.active,
.open > .dropdown-toggle.btn-help {
  color: #27a393;
  background-color: #cfdadd;
  border-color: #1b7266;
}
.btn-help:active,
.btn-help.active,
.open > .dropdown-toggle.btn-help {
  background-image: none;
}
.btn-help .badge {
  color: #edf1f2;
  background-color: #27a393;
}
.btn-help::after {
  font-family: FontAwesome;
  content: "\f059";
}
.btn-help::before {
  content: 'Help ';
}
.btn-help:focus,
.btn-help.focus,
.btn-help:active,
.btn-help.active,
.btn-help:hover,
.btn-help.hover {
  box-shadow: none;
  border-color: #27a393;
  outline: none;
}
.btn-help:focus,
.btn-help.focus,
.btn-help:active,
.btn-help.active {
  background-color: #edf1f2;
}
.btn-help-section {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 15px;
  line-height: 1.42857143;
  border-radius: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-family: 'ProximaNova-Regular';
  border-style: none;
  border-width: 0;
  line-height: 18px;
  border: none;
  color: #678089;
  padding: 0 2px;
  line-height: inherit;
  font-size: 1em;
  background-color: transparent;
  color: #27a393;
}
.btn-help-section:hover,
.btn-help-section:focus,
.btn-help-section.focus {
  color: #303c41;
  text-decoration: none;
}
.btn-help-section:active,
.btn-help-section.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-help-section.disabled,
.btn-help-section[disabled],
fieldset[disabled] .btn-help-section {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-help-section.btn:hover {
  box-shadow: none;
}
.btn-help-section:hover {
  background-color: transparent;
  border: none;
}
.btn-help-section .fa {
  color: #678089;
}
.btn-help-section.btn-default:hover {
  color: #678089;
}
.btn-help-section.btn-default:focus,
.btn-help-section.btn-default.focus {
  background-color: transparent;
  color: #678089;
}
.btn-help-section.btn-primary {
  color: #3898cf;
}
.btn-help-section.btn-primary:focus,
.btn-help-section.btn-primary.focus {
  background-color: transparent;
}
.btn-help-section.btn-success {
  color: #90a73c;
}
.btn-help-section.btn-success:focus,
.btn-help-section.btn-success.focus {
  background-color: transparent;
}
.btn-help-section.btn-info {
  color: #303c41;
}
.btn-help-section.btn-info:focus,
.btn-help-section.btn-info.focus {
  background-color: transparent;
}
.btn-help-section.btn-warning {
  text-transform: uppercase;
}
.btn-help-section.btn-warning .fa {
  color: #e5c929;
}
.btn-help-section.btn-warning:hover {
  color: #678089;
}
.btn-help-section.btn-warning:focus,
.btn-help-section.btn-warning.focus {
  background-color: transparent;
  color: #678089;
}
.btn-help-section.btn-danger {
  color: #b31f2b;
}
.btn-help-section.btn-danger .fa {
  color: #b31f2b;
}
.btn-help-section.btn-danger:focus,
.btn-help-section.btn-danger.focus {
  background-color: transparent;
}
.btn-help-section::after {
  font-family: FontAwesome;
  content: "\f059";
}
.btn-secondary {
  color: #ffffff;
  background-color: #678089;
  border-color: #2e8abf;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #51656c;
  border-color: #154059;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #51656c;
  border-color: #22678e;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #51656c;
  border-color: #22678e;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary .badge {
  color: #678089;
  background-color: #ffffff;
}
.btn-tertiary.btn-secondary {
  color: #678089;
  background-color: transparent;
}
.btn-tertiary.btn-secondary:focus,
.btn-tertiary.btn-secondary.focus {
  color: #678089;
  background-color: transparent;
}
.btn-wide {
  padding-left: 40px;
  padding-right: 40px;
}
.btn-footer {
  padding-left: 40px;
  padding-right: 40px;
}
.slider .slider-track {
  height: 10px;
  background-image: none;
  box-shadow: none;
  background-color: #edf1f2;
  border-radius: 5px;
}
.slider .slider-track .slider-handle {
  opacity: 0;
}
.slider .slider-track .slider-selection {
  background-color: #3898cf;
  background-image: none;
  filter: none;
  height: 100%;
  border-radius: 5px;
}
.navigation-blocks a {
  border: 1px solid #dae4e7;
  display: block;
  text-align: center;
  height: 250px;
  width: 100%;
  padding: 40px 20px 0 20px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.navigation-blocks a:hover,
.navigation-blocks a:active,
.navigation-blocks a:visited,
.navigation-blocks a:focus {
  text-decoration: none;
}
.navigation-blocks a img {
  margin-bottom: 20px;
  height: 50px;
}
@media (min-width: 768px) {
  .navigation-blocks a {
    width: 370px;
  }
  .navigation-blocks a:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .navigation-blocks a {
    width: 480px;
  }
}
@media (min-width: 1200px) {
  .navigation-blocks a {
    width: 285px;
  }
  .navigation-blocks a:nth-child(even) {
    margin-right: 10px;
  }
  .navigation-blocks a:last-child {
    margin-right: 0;
  }
}
.modal-dialog .modal-title {
  word-break: break-word;
}
.modal-dialog textarea {
  resize: vertical;
}
table td {
  color: #303c41;
}
table.table {
  border: 1px solid #a1b2b8;
}
table.table > thead:first-child > tr:first-child > th {
  font-family: 'ProximaNova-Bold';
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #303c41;
  background-color: #dae4e7;
  border: 1px solid #dae4e7;
  font-family: 'ProximaNova-Semibold';
}
table.table > thead > tr > th {
  vertical-align: middle;
}
table.table > tr > th,
table.table > tbody > tr > th,
table.table > tfoot > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > td,
table.table > tfoot > tr > td {
  height: calc(2.9em + 12px);
  vertical-align: middle;
  border: 1px solid #dae4e7;
}
table.table.table-striped > tbody > tr.group-divider {
  background-color: #678089;
  border-left: 1px solid #678089;
  border-right: 1px solid #678089;
}
table.table.table-striped > tbody > tr.group-divider td {
  border: none;
  color: #fff;
}
table.table.table-striped > tbody > tr.group-divider + tr td {
  border: none;
}
table.table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
table.table > thead > tr > td,
table.table > thead > tr > th {
  padding-right: 20px;
}
table.table .action-column {
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}
table.table .action-column a,
table.table .action-column .fa {
  cursor: pointer;
}
table.table .action-column > * + * {
  margin-left: 20px;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-image: none;
  position: relative;
}
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 5px;
  top: calc(50% - .5em);
  color: #303c41;
  font-size: 16px;
}
table.dataTable thead .sorting::after.fa-pull-left,
table.dataTable thead .sorting_asc::after.fa-pull-left,
table.dataTable thead .sorting_desc::after.fa-pull-left {
  margin-right: .3em;
}
table.dataTable thead .sorting::after.fa-pull-right,
table.dataTable thead .sorting_asc::after.fa-pull-right,
table.dataTable thead .sorting_desc::after.fa-pull-right {
  margin-left: .3em;
}
table.dataTable thead .sorting::after.pull-left,
table.dataTable thead .sorting_asc::after.pull-left,
table.dataTable thead .sorting_desc::after.pull-left {
  margin-right: .3em;
}
table.dataTable thead .sorting::after.pull-right,
table.dataTable thead .sorting_asc::after.pull-right,
table.dataTable thead .sorting_desc::after.pull-right {
  margin-left: .3em;
}
table.dataTable thead .sorting_asc::after {
  content: "\f0de";
  color: #303c41;
}
table.dataTable thead .sorting_desc::after {
  content: "\f0dd";
  color: #303c41;
}
table.dataTable thead .sorting::after {
  content: "\f0dc";
}
.dataTables_scrollBody table.dataTable thead .sorting::after,
.dataTables_scrollBody table.dataTable thead .sorting_asc::after,
.dataTables_scrollBody table.dataTable thead .sorting_desc::after {
  content: '';
}
table.dataTable {
  border-collapse: collapse;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 12px 8px;
}
table.dataTable.no-footer {
  border-bottom-color: #a1b2b8;
}
table.dataTable .fa {
  color: #303c41;
}
table.dataTable .bootstrap-switch {
  margin-bottom: -5px;
  margin-top: -5px;
}
table.dataTable tbody td {
  word-break: break-word;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #303c41 !important;
  border-radius: 15px;
  padding: .2em .6em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-image: none;
  background-color: #edf1f2;
  border-color: #cccccc;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #303c41 !important;
  background-image: none;
  background-color: #edf1f2;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #303c41 !important;
  background-image: none;
  background-color: #a1b2b8;
  border-color: #cccccc;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: #678089 !important;
}
.table-toolbar {
  margin: 15px 0 10px 0;
  text-align: right;
}
.table-toolbar:before,
.table-toolbar:after {
  content: " ";
  display: table;
}
.table-toolbar:after {
  clear: both;
}
.table-toolbar:before,
.table-toolbar:after {
  content: " ";
  display: table;
}
.table-toolbar:after {
  clear: both;
}
.table-toolbar > * + * {
  margin-left: 15px;
}
.number-box .input-group-addon.glyphicon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  top: 0px !important;
}
.number-box input {
  text-align: center;
}
[data-disabled=true] .number-box .input-group-addon.glyphicon {
  cursor: not-allowed;
}
.file-chooser input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.file-chooser .btn-file {
  padding-top: 9px;
  padding-bottom: 9px;
  height: 34px;
}
.file-chooser input {
  border-radius: 0 15px 15px 0;
}
#confirmation-modal-view .dialog-icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  border-radius: 50%;
  background-color: #b31f2b;
  color: #fff;
}
.bubble-text {
  font-size: 16px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #edf1f2;
  text-align: center;
  line-height: 60px;
  position: relative;
}
.bubble-text .total {
  font-size: .5em;
  line-height: 1em;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.bubble-text + .tooltip {
  white-space: nowrap;
  text-align: left;
  font-size: 16px;
}
.bubble-text + .tooltip .tooltip-inner {
  text-align: left;
}
.bubble-text .bubble-text-notification-container {
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bubble-text .bubble-text-notification-container span {
  font-size: 12px;
}
.pending-changes-notification > button {
  margin-right: 20px;
}
.pending-changes-notification > p {
  display: inline-block;
}
.pending-queue-list {
  list-style-type: none;
  margin: 0 0;
  padding: 0 0;
}
.pending-queue-list li {
  padding: 1em;
  position: relative;
}
.pending-queue-list li:nth-child(odd) {
  background: #f2f2f2;
}
.pending-queue-list dd {
  margin: 0 0;
  overflow: hidden;
  padding: 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pending-queue-list dt {
  display: block;
  color: #5c5c5c;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  font-size: 1em;
  display: inline-block;
  float: left;
  width: 57px;
}
#demo {
  background-color: #fff;
}
#demo .demo-contents > * {
  margin-bottom: 20px;
}
#demo .demo-contents > .secondary-footer {
  margin-bottom: 0;
}
#demo .style-section {
  background-color: #ddd;
  border-bottom: 1px solid #333;
  margin: 30px -15px 15px -15px;
  padding: 15px;
  color: #458;
}
#demo .color-swatch {
  display: inline-block;
  padding: 10px;
  margin-top: 15px;
}
#demo .color-swatch.primary {
  background-color: #3898cf;
  color: #fff;
}
#demo .color-swatch.secondary {
  background-color: #678089;
  color: #fff;
}
#demo .color-swatch.danger {
  background-color: #e01d19;
  color: #fff;
}
#demo .color-swatch.warning {
  background-color: #e5c929;
  color: #fff;
}
#demo .color-swatch.success {
  background-color: #90a73c;
  color: #fff;
}
#demo .color-swatch.info {
  background-color: #5bc0de;
  color: #fff;
}
#demo .color-swatch.subheading {
  background-color: #678089;
  color: #fff;
}
#demo .color-swatch.body-copy {
  background-color: #303c41;
  color: #fff;
}
#demo .color-swatch.help {
  background-color: #27a393;
  color: #fff;
}
#demo .color-swatch.background {
  background-color: #edf1f2;
  color: #000;
}
#demo .color-swatch.border {
  background-color: #fff;
  border: 1px solid #dae4e7;
}
#demo .color-swatch.gray-darker {
  background-color: #303c41;
  color: #fff;
}
#demo .color-swatch.gray-dark {
  background-color: #678089;
  color: #fff;
}
#demo .color-swatch.gray {
  background-color: #a1b2b8;
  color: #fff;
}
#demo .color-swatch.gray-light {
  background-color: #dae4e7;
  color: #fff;
}
#demo .color-swatch.gray-lighter {
  background-color: #edf1f2;
  color: #000;
}
#demo .color-swatch.notification {
  background-color: #f5792e;
  color: #fff;
}
#demo .color-swatch.help {
  background-color: #27a393;
  color: #fff;
}
#demo .color-swatch.help-light {
  background-color: #36bcab;
  color: #fff;
}
#demo .number-box,
#demo .date,
#demo .input-group,
#demo .btn-group,
#demo input[type="search"],
#demo .slider {
  max-width: 250px;
}
