.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;
}
.application-header .secondary-nav-icon {
  height: 18px;
}
.application-header .app-icon {
  margin-left: 5px;
  margin-top: 15px;
  float: left;
}
.application-header .app-icon img,
.application-header .app-icon svg {
  height: 40px;
  width: 198px;
}
.application-header .navbar.secondary-navbar {
  height: auto;
  font-size: 0;
  line-height: 0;
}
.application-header .navbar.secondary-navbar .navbar-nav > li > a {
  padding: 0 20px;
}
.settings-menu {
  top: -325px;
}
.settings-menu li .fa,
.applications-menu li .fa {
  width: 1em;
  margin-right: 0;
}
body {
  overflow-y: scroll;
}
.loading-message {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 45vh;
  font-size: 28px;
  color: #edf1f2;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.container[data-region="content"] {
  background-color: #fff;
  min-height: 45vh;
}
.container[data-region="navigation"] {
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.container[data-region="navigation"] #template-name {
  transition: opacity 0.3s linear;
}
.info-message {
  background-color: #edf1f2;
  font-family: 'ProximaNova-RegularIt';
  font-size: .9em;
  color: #678089;
  padding: 10px 15px;
}
.info-message:before,
.info-message:after {
  content: " ";
  display: table;
}
.info-message:after {
  clear: both;
}
.info-message:before,
.info-message:after {
  content: " ";
  display: table;
}
.info-message:after {
  clear: both;
}
.fa-disabled {
  opacity: .3;
}
.fa-disabled:hover {
  opacity: 1;
  color: #CF5D5D !important;
}
table.table .action-column a,
table.table .action-column .fa-disabled {
  cursor: not-allowed;
}
.text-warning {
  color: #e5c929;
}
.text-disabled {
  color: #a1b2b8;
}
p.page-description {
  font-family: 'ProximaNova-Light';
  font-size: 15px;
  color: #303c41;
  margin-bottom: 30px;
  text-align: justify;
}
.nowrap-column {
  white-space: nowrap;
}
.btn-bookmarklet {
  display: inline-block;
  border-radius: 5px;
  color: white;
  background: #678089;
  background: -moz-linear-gradient(top, #678089 0%, #303c41 100%);
  background: -webkit-linear-gradient(top, #678089 0%, #303c41 100%);
  background: linear-gradient(to bottom, #678089 0%, #303c41 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#678089', endColorstr='#303C41', GradientType=0);
  margin-top: 15px;
  padding: 6px 15px;
  min-width: 30%;
}
.btn-bookmarklet::after {
  content: 'Preview';
}
.btn-bookmarklet:hover {
  text-decoration: none;
}
.btn-bookmarklet.disabled {
  opacity: .3;
}
.btn-bookmarklet.disabled::after {
  content: 'Loading...';
}
.resource-limit-error {
  background-color: #f2dede;
  padding: 10px;
  margin-bottom: 10px;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border: 1px solid #a1b2b8;
  border-top: none;
  max-height: calc(100vh - 350px);
}
.dataTables_wrapper.no-footer .dataTables_scrollBody td {
  border-top: none;
  border-bottom: 1px solid #a1b2b8;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody table.table {
  border: none;
}
.dataTable .status img {
  width: 1em;
  height: 1em;
}
code.box {
  position: relative;
  font-size: 14px;
  display: block;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  border: 1px solid #dae4e7;
  border-radius: 3px;
  color: #678089;
  background-color: white;
  padding: 15px;
  word-break: break-all;
}
code.box .copy-to-clipboard {
  width: 3em;
  color: #303c41;
  background-color: #edf1f2;
  border: none;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 15% 30%;
  float: right;
  margin-top: -15px;
  margin-right: -15px;
  padding: 6px 15px;
  text-align: center;
}
code.box .copy-to-clipboard:hover {
  background-color: #dae4e7;
  cursor: pointer;
}
code.box textarea {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0px;
  height: 0px;
}
.help-tips-toggle::before {
  content: 'Quick Help ';
}
.help-tips-toggle.open {
  color: #fff;
  background-color: #27a393;
}
.help-tips-toggle.open::before {
  content: 'Hide Help ';
}
.help-tips {
  display: none;
  margin-bottom: 30px;
}
.help-tips .help-tip-description {
  font-family: 'ProximaNova-Regular';
  margin-bottom: 0;
}
.help-tips .help-tip-buttons {
  margin-bottom: 10px;
}
.help-tips .help-tip-buttons .btn {
  margin-right: 10px;
}
.help-tips .help-tip-buttons .btn + .btn {
  margin-left: 0;
}
.help-tips img {
  height: 1em;
  width: 1em;
}
.help-tips .help-tip-buttons .btn-help-related {
  background-color: transparent;
  color: #27a393;
  border: 1px solid transparent;
  margin-bottom: 10px;
}
.help-tips .help-tip-buttons .btn-help-related.active {
  background-color: #27a393;
  color: #fff;
}
.help-tips .body-copy-description {
  line-height: 33px;
  font-family: 'ProximaNova-Bold';
  color: #303c41;
}
.help-tips .well {
  border-color: #27a393;
  margin-bottom: 0;
}
.help-pulse {
  animation: help-pulse 1.5s linear infinite;
}
.help-highlight {
  position: absolute;
  z-index: 999;
  pointer-events: none;
}
.help-highlight img,
.help-highlight svg {
  width: 3em;
  height: 3em;
  overflow: visible;
  animation: help-highlight-poke 5s linear infinite;
}
.help-highlight img #circleoutline path,
.help-highlight svg #circleoutline path {
  fill: transparent;
  stroke: #36bcab;
  stroke-opacity: 0;
  animation: help-highlight-pulse 3s linear infinite;
}
.help-highlight img #innercircle,
.help-highlight svg #innercircle {
  fill: rgba(229, 212, 41, 0.1);
  stroke: #27a393;
  stroke-width: 6;
}
.help-highlight img #glovelower,
.help-highlight svg #glovelower,
.help-highlight img #handoutline,
.help-highlight svg #handoutline {
  fill: #27a393;
  stroke: #27a393;
  stroke-width: 2;
}
.help-highlight img #glovehand,
.help-highlight svg #glovehand {
  fill: #fff;
}
.help-highlight.point-right {
  margin-left: -3em;
  transform: rotate(90deg);
}
.help-highlight.fixed-highlight {
  position: fixed;
  z-index: 1000;
}
.help-highlight.fixed-highlight.point-left {
  transform: rotate(-90deg);
}
.help-highlight.fixed-highlight.point-right {
  transform: rotate(180deg);
}
.settings-menu .help-launchpad {
  background-color: #36bcab;
}
.settings-menu .help-launchpad a {
  padding-left: 0;
}
.settings-menu .help-launchpad a:hover {
  background-color: #27a393;
}
.settings-menu .help-launchpad span {
  background-color: #27a393;
}
.btn-help-secondary {
  color: #ffffff;
  background-color: #27a393;
  border-color: #27a393;
}
.btn-help-secondary:focus,
.btn-help-secondary.focus {
  color: #ffffff;
  background-color: #1d7a6e;
  border-color: #0e3c36;
}
.btn-help-secondary:hover {
  color: #ffffff;
  background-color: #1d7a6e;
  border-color: #1b7266;
}
.btn-help-secondary:active,
.btn-help-secondary.active,
.open > .dropdown-toggle.btn-help-secondary {
  color: #ffffff;
  background-color: #1d7a6e;
  border-color: #1b7266;
}
.btn-help-secondary:active,
.btn-help-secondary.active,
.open > .dropdown-toggle.btn-help-secondary {
  background-image: none;
}
.btn-help-secondary .badge {
  color: #27a393;
  background-color: #ffffff;
}
@keyframes help-highlight-pulse {
  0% {
    stroke-width: 0;
    stroke-opacity: 0;
  }
  40% {
    stroke-width: 8;
    stroke-opacity: 0.3;
  }
  100% {
    stroke-width: 30;
    stroke-opacity: 0;
  }
}
@keyframes help-highlight-poke {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  88% {
    transform: translateX(0px) translateY(0px);
  }
  91% {
    transform: translateX(-5px) translateY(-5px);
  }
  94% {
    transform: translateX(0px) translateY(0px);
  }
  97% {
    transform: translateX(-5px) translateY(-5px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes help-pulse {
  50% {
    color: #27a393;
    box-shadow: 0 0 30px #36bcab;
  }
}
.tab-bar {
  margin: 0 0 30px;
}
.tab-bar a {
  font-family: 'ProximaNova-Bold';
  font-size: 12px;
  text-transform: uppercase;
  color: #678089;
  display: inline-block;
  font-size: 14px;
  padding: 10px;
  margin-bottom: -2px;
  border-bottom: 2px solid #dae4e7;
  text-align: center;
  margin-top: 10px;
}
.tab-bar a.active {
  color: #303c41;
  border-bottom: 3px solid #3898cf;
  padding-bottom: 9px;
}
.tab-bar a:hover {
  color: #303c41;
}
.tab-bar a:hover,
.tab-bar a:focus,
.tab-bar a:active {
  text-decoration: none;
}
.api-example h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #dae4e7;
}
.api-example textarea {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
}
.api-example .api-data {
  margin-bottom: 15px;
}
.api-example code {
  font-size: 14px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  color: #678089;
  display: inline-block;
}
.api-example li {
  margin-bottom: 5px;
}
.api-example ul {
  padding-left: 0;
  list-style: none;
}
.api-example code.data-code {
  border: 1px #dae4e7 solid;
  margin-right: -26px;
  padding-right: 26px;
  white-space: nowrap;
  overflow-x: scroll;
  width: 100%;
}
.api-example code.bg-white {
  background: white;
}
.api-example .copy-to-clipboard {
  background: #edf1f2;
  border-radius: 0 3px 0 0;
  margin-top: 1px;
  right: 16px;
  position: absolute;
}
.api-example .copy-to-clipboard .fa-clipboard {
  padding: 5px 5px 5px 7px;
}
.api-example .copy-to-clipboard :hover {
  background-color: #dae4e7;
  cursor: pointer;
}
.api-example p {
  text-align: right;
  font-weight: bold;
}
.api-example .api-route {
  margin-left: 20px;
}
.authentication {
  padding-top: 80px;
}
.authentication .login-form {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 5px rgba(50, 50, 50, 0.6);
}
.authentication .logo {
  margin-bottom: 15px;
  min-height: 35px;
}
.authentication button {
  width: 100%;
  margin: 15px 0;
}
.authentication .alert {
  margin-top: 15px;
}
.authentication .alert-info {
  background-color: #edf1f2;
  border-color: #dae4e7;
  font-family: 'ProximaNova-RegularIt';
}
.authentication .login-bg-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  background-image: url('images/login_bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.modal-body.authentication {
  padding: 15px;
}
.modal-body.authentication .login-form {
  box-shadow: none;
}
.users-view .current-user {
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  color: #303c41;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.users-view .fa.opt-in {
  color: #303c41;
}
.users-view table.dataTable .status-column .fa {
  color: #e01d19;
}
.users-view table.dataTable .status-column .fa + .fa {
  margin-left: 20px;
}
.widgets-view table.dataTable .status {
  text-align: center;
}
.widgets-view table.dataTable th.status {
  padding-right: 20px;
}
.widgets-view table.dataTable .fa.text-success {
  color: #90a73c;
}
.widgets-view table.dataTable .fa.text-warning {
  color: #f5792e;
}
.widgets-view table.dataTable .fa.text-danger {
  color: #e01d19;
}
.widgets-view table.dataTable button.select-button {
  font-size: .9em;
  width: 130px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.widgets-view table.dataTable button.select-button .fa {
  margin-right: 5px;
}
.widgets-view table.dataTable button.btn-default {
  color: #303c41;
  background-color: white;
  border: 1px solid #dae4e7;
}
.widgets-view table.dataTable button.btn-default .fa {
  margin-right: 5px;
}
.widgets-view table.dataTable button.btn-info {
  color: #303c41;
  background-color: #dae4e7;
}
.widgets-view table.dataTable th.enabled-column {
  padding-left: 8px;
}
.widgets-view table.dataTable .enabled-no {
  color: #a1b2b8;
  cursor: default;
}
.widgets-view table.dataTable .enabled-asap {
  color: #3898CF;
  cursor: default;
}
.widgets-view table.dataTable .enabled-scheduled {
  color: #66489D;
  cursor: default;
}
.widgets-view table.dataTable .action-column img {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.widget-templates-view button.btn-default {
  border: 1px solid #dae4e7;
  font-size: .9em;
  width: 145px;
  background-color: white;
}
.widget-templates-view button.btn-default .fa {
  margin-right: 5px;
}
.widget-html-view .widget-template-name-label {
  margin-bottom: 15px;
}
.widget-html-view .widget-template-description {
  display: block;
  margin: 0 0 15px 0;
}
.widget-html-view .panel.panel-primary .panel-heading .btn {
  margin-top: -7px;
}
.widget-html-view .panel.panel-primary .panel-body textarea {
  height: 10em;
  resize: vertical;
  width: 100%;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: .9em;
}
.widget-html-view .panel.panel-primary .panel-body .widget-components .btn {
  margin: 0 10px 10px 0;
  background-color: #FFFFFF;
  border: 1px solid #3898cf;
  color: #3898cf;
}
.widget-html-view .button-wrapper {
  line-height: 10em;
  float: right;
}
.widget-html-view .form-group {
  padding-top: 15px;
}
.widget-template-callback-form-view .alert-info {
  font-size: 1.2em;
}
.widget-template-callback-form-view .widget-template-name-label {
  margin: 0 0 15px 0;
}
.widget-template-callback-form-view .widget-template-description {
  display: block;
  margin: 0 0 15px 0;
}
.widget-template-callback-form-view .parenthetical {
  font-size: 14px;
}
.widget-template-callback-form-view .panel.panel-primary .panel-body textarea {
  height: 10em;
  resize: vertical;
  width: 100%;
  font-size: .9em;
}
.widget-template-callback-form-view .btn-group-justified > .btn-group .btn {
  border: 1px solid #dae4e7;
}
.widget-template-callback-form-view .btn-group-justified > .btn-group .btn.active {
  border-color: #3898cf;
}
.widget-template-callback-form-view .scheduled-panel-title {
  display: inline-block;
  padding-left: 7px;
}
.widget-template-callback-form-view .callback-form-components {
  padding: 10px 0 0 0;
}
.widget-template-callback-form-view .callback-form-components .btn {
  margin: 0 10px 10px 0;
  background-color: #FFFFFF;
  border: 1px solid #3898cf;
  color: #3898cf;
}
.widget-template-callback-form-view .scheduled-message-panel-body {
  min-height: 17.75em;
}
.widget-template-callback-form-view .info-message {
  padding-bottom: 0px;
}
.widget-template-callback-form-view .name-panel-title {
  display: inline-block;
}
.widget-template-callback-form-view .enabled-title {
  padding: 3px 13px 0 0;
}
.widget-template-callback-form-view .name-prompts-enabled-switch {
  margin-top: -0.35em;
}
.widget-template-callback-form-view .name-prompts-enabled-switch .bootstrap-switch {
  border: 1px solid #303c41;
}
.widget-template-callback-form-view .user-name-panel-body {
  padding-left: 0px;
}
.widget-template-callback-form-view .bootstrap-switch.bootstrap-switch-disabled * {
  cursor: not-allowed !important;
}
.widget-template-callback-form-view .user-name-panel-body .bootstrap-switch.bootstrap-switch-disabled.bootstrap-switch-focused {
  border: #cccccc;
}
.secondary-footer {
  bottom: 0;
}
.secondary-footer .container {
  padding-top: 5px;
}
.copyright-text {
  padding-bottom: 50px;
  display: block;
}
#select-template-modal-view ul {
  list-style: none;
  padding: 0;
  border: 1px solid #dae4e7;
}
#select-template-modal-view ul li {
  padding: 15px 7.5px;
  border-bottom: 1px solid #dae4e7;
  cursor: pointer;
  position: relative;
}
#select-template-modal-view ul li::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;
  width: 1.28571429em;
  text-align: center;
  content: "\f1db";
  position: absolute;
  top: 22px;
  right: 20px;
  font-size: 1.8em;
  color: #dae4e7;
}
#select-template-modal-view ul li::after.fa-pull-left {
  margin-right: .3em;
}
#select-template-modal-view ul li::after.fa-pull-right {
  margin-left: .3em;
}
#select-template-modal-view ul li::after.pull-left {
  margin-right: .3em;
}
#select-template-modal-view ul li::after.pull-right {
  margin-left: .3em;
}
#select-template-modal-view ul li.selected {
  background-color: #e5f5f9;
}
#select-template-modal-view ul li.selected::after {
  content: "\f058";
  color: #90a73c;
}
#select-template-modal-view ul li * {
  pointer-events: none;
}
#select-template-modal-view p {
  margin: 15px 0;
}
#select-template-modal-view .selection-list {
  min-height: 200px;
  height: calc(100vh - 350px);
  overflow: auto;
}
#select-template-modal-view .info-message {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#select-template-modal-view .info-message .btn {
  padding: 0;
  font-family: 'ProximaNova-Regular';
}
#select-template-modal-view .btn-danger.disabled:hover,
#select-template-modal-view .btn-danger[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
#select-segment-modal-view table.dataTable tbody tr .checkmark::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;
  width: 1.28571429em;
  text-align: center;
  content: "\f1db";
  font-size: 1.8em;
  color: #dae4e7;
}
#select-segment-modal-view table.dataTable tbody tr .checkmark::after.fa-pull-left {
  margin-right: .3em;
}
#select-segment-modal-view table.dataTable tbody tr .checkmark::after.fa-pull-right {
  margin-left: .3em;
}
#select-segment-modal-view table.dataTable tbody tr .checkmark::after.pull-left {
  margin-right: .3em;
}
#select-segment-modal-view table.dataTable tbody tr .checkmark::after.pull-right {
  margin-left: .3em;
}
#select-segment-modal-view table.dataTable tr {
  cursor: pointer;
}
#select-segment-modal-view table.dataTable tbody tr.selected {
  background-color: #e5f5f9;
  cursor: default;
}
#select-segment-modal-view table.dataTable tbody tr.selected .checkmark {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: middle;
}
#select-segment-modal-view table.dataTable tbody tr.selected .checkmark::after {
  content: "\f058";
  color: #90a73c;
}
#select-segment-modal-view .dataTables_scrollBody {
  max-height: 220px;
}
#select-segment-modal-view .modal-content.selection {
  min-height: 540px;
  height: calc(95vh - 60px);
}
#select-segment-modal-view .remove-warning {
  padding-top: 10px;
}
#select-segment-modal-view .segment-source {
  font-size: 14px;
  margin-bottom: 2px;
}
#select-segment-modal-view .radio-label {
  margin-left: 5px;
  margin-right: 3px;
  font-size: 14px;
}
#select-segment-modal-view .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#select-segment-modal-view .modal-body {
  padding-top: 0;
}
#select-segment-modal-view .info-message {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#select-segment-modal-view .info-message .btn {
  padding: 0;
  font-family: 'ProximaNova-Regular';
}
#select-segment-modal-view .btn-danger.disabled:hover,
#select-segment-modal-view .btn-danger[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
@media (min-height: 600px) {
  #select-segment-modal-view .dataTables_scrollBody {
    max-height: calc(98vh - 375px);
  }
}
#embed-widget-modal-view .btn-help {
  z-index: 1;
  position: absolute;
  top: 8px;
  right: 30px;
}
#embed-widget-modal-view h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #dae4e7;
  margin-bottom: 20px;
}
#embed-widget-modal-view .modal-dialog {
  min-width: 50%;
}
#embed-widget-modal-view ol {
  list-style: none;
  margin: 10px 0 15px;
  padding: 10px 0;
}
#embed-widget-modal-view li {
  counter-increment: item;
  text-align: left;
  margin-bottom: 10px;
  margin-left: 45px;
  text-indent: -45px;
}
#embed-widget-modal-view li {
  color: #678089;
}
#embed-widget-modal-view li:before {
  display: inline-block;
  background-color: #edf1f2;
  color: #678089;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7em;
  text-align: center;
  margin-right: 20px;
  border-radius: 50%;
  text-indent: 0;
  content: counter(item);
}
#embed-widget-modal-view #embed-header {
  margin-top: 5px;
}
#embed-widget-modal-view .embed-step {
  margin-bottom: 15px;
}
#embed-widget-modal-view .embed-step .step-instructions {
  position: relative;
}
#embed-widget-modal-view .embed-step .embed-step-number {
  background-color: #edf1f2;
  color: #678089;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7em;
  text-align: center;
  margin-right: 20px;
  border-radius: 50%;
  text-indent: 0;
  display: inline-block;
}
#embed-widget-modal-view .embed-step .embed-step-text {
  display: inline-block;
  margin-bottom: 5px;
}
#embed-widget-modal-view .input-group {
  margin-bottom: 20px;
}
#embed-widget-modal-view .input-group .form-control {
  background-color: #edf1f2;
}
#embed-widget-modal-view .btn-help {
  font-family: 'ProximaNova-Regular', sans-serif;
}
#embed-widget-modal-view .text-hidden {
  font-size: 0;
}
#embed-widget-modal-view .branded_css_switch {
  margin-top: 1em;
  padding-left: 2em;
}
#embed-widget-modal-view #brand-css-label {
  font-size: 20px;
  padding-left: 1em;
}
#preview-widget-html-modal-view .btn-help,
#preview-widget-callback-form-modal-view .btn-help,
#preview-api-message-modal-view .btn-help {
  position: absolute;
  top: 30px;
  right: 40px;
}
#preview-widget-html-modal-view h2,
#preview-widget-callback-form-modal-view h2,
#preview-api-message-modal-view h2 {
  padding-bottom: 0;
  border-bottom: 1px solid #dae4e7;
  margin-bottom: 20px;
}
#preview-widget-html-modal-view ol,
#preview-widget-callback-form-modal-view ol,
#preview-api-message-modal-view ol {
  list-style: none;
  margin: 10px 0 15px;
  padding: 10px 0;
}
#preview-widget-html-modal-view li,
#preview-widget-callback-form-modal-view li,
#preview-api-message-modal-view li {
  font-size: 14px;
  color: #678089;
  counter-increment: item;
  text-align: left;
  margin-bottom: 10px;
  margin-left: 45px;
  text-indent: -45px;
}
#preview-widget-html-modal-view li:before,
#preview-widget-callback-form-modal-view li:before,
#preview-api-message-modal-view li:before {
  display: inline-block;
  background-color: #edf1f2;
  color: #678089;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7em;
  text-align: center;
  margin-right: 20px;
  border-radius: 50%;
  text-indent: 0;
  content: counter(item);
}
#preview-widget-html-modal-view .modal-dialog,
#preview-widget-callback-form-modal-view .modal-dialog,
#preview-api-message-modal-view .modal-dialog {
  min-width: 50%;
}
#preview-widget-html-modal-view #preview-header,
#preview-widget-callback-form-modal-view #preview-header,
#preview-api-message-modal-view #preview-header {
  margin-top: 5px;
}
#preview-widget-html-modal-view .control-label,
#preview-widget-callback-form-modal-view .control-label,
#preview-api-message-modal-view .control-label {
  color: #303c41;
}
#preview-widget-html-modal-view .control-label.preview-control-label,
#preview-widget-callback-form-modal-view .control-label.preview-control-label,
#preview-api-message-modal-view .control-label.preview-control-label {
  font-size: 12px;
}
#preview-widget-html-modal-view .preview-component-values,
#preview-widget-callback-form-modal-view .preview-component-values,
#preview-api-message-modal-view .preview-component-values {
  border: 2px solid #F2DC71;
}
#preview-widget-html-modal-view .preview-component-values .form-group,
#preview-widget-callback-form-modal-view .preview-component-values .form-group,
#preview-api-message-modal-view .preview-component-values .form-group {
  padding-top: 10px;
  margin-bottom: 0;
}
#preview-widget-html-modal-view .preview-component-values .component-value-title,
#preview-widget-callback-form-modal-view .preview-component-values .component-value-title,
#preview-api-message-modal-view .preview-component-values .component-value-title {
  padding-bottom: 10px;
  padding-right: 55px;
}
#preview-widget-html-modal-view .preview-component-values .component-value-title p,
#preview-widget-callback-form-modal-view .preview-component-values .component-value-title p,
#preview-api-message-modal-view .preview-component-values .component-value-title p {
  font-family: 'ProximaNova-Semibold';
  color: #D3B026;
  margin-bottom: 5px;
}
#preview-widget-html-modal-view .preview-component-values .bootstrap-switch,
#preview-widget-callback-form-modal-view .preview-component-values .bootstrap-switch,
#preview-api-message-modal-view .preview-component-values .bootstrap-switch {
  margin-top: 4px;
}
#preview-widget-html-modal-view .text-hidden,
#preview-widget-callback-form-modal-view .text-hidden,
#preview-api-message-modal-view .text-hidden {
  font-size: 0;
}
#preview-widget-html-modal-view #message-preview-text,
#preview-widget-callback-form-modal-view #message-preview-text,
#preview-api-message-modal-view #message-preview-text {
  word-wrap: break-word;
}
#preview-widget-html-modal-view .html-preview-container code.box,
#preview-widget-callback-form-modal-view .html-preview-container code.box,
#preview-api-message-modal-view .html-preview-container code.box {
  max-height: 140px;
  overflow-y: auto;
}
#preview-widget-html-modal-view .message-preview-container code.box,
#preview-widget-callback-form-modal-view .message-preview-container code.box,
#preview-api-message-modal-view .message-preview-container code.box {
  max-height: 200px;
  overflow-y: auto;
}
#preview-widget-html-modal-view .bootstrap-switch.bootstrap-switch-disabled *,
#preview-widget-callback-form-modal-view .bootstrap-switch.bootstrap-switch-disabled *,
#preview-api-message-modal-view .bootstrap-switch.bootstrap-switch-disabled * {
  cursor: not-allowed !important;
}
#preview-widget-html-modal-view .loading,
#preview-widget-callback-form-modal-view .loading,
#preview-api-message-modal-view .loading {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(240, 240, 240, 0.8);
  font-size: 2em;
  color: #678089;
  padding-top: 1em;
  text-align: center;
}
#preview-widget-html-modal-view #copy-not-supported,
#preview-widget-callback-form-modal-view #copy-not-supported,
#preview-api-message-modal-view #copy-not-supported {
  margin-top: 10px;
  font-size: 15pt;
}
.dashboard-view h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.dashboard-view h2.ruled {
  border-bottom: 2px solid #dae4e7;
  padding-bottom: 15px;
}
.dashboard-view .status-block,
.dashboard-view .status-block-bordered {
  position: relative;
}
.dashboard-view .status-block h3 svg,
.dashboard-view .status-block-bordered h3 svg {
  width: 1em;
  height: 1em;
  margin-right: 10px;
  vertical-align: middle;
}
.dashboard-view .status-block .loading,
.dashboard-view .status-block-bordered .loading {
  color: #678089;
}
.dashboard-view .status-block > a.btn,
.dashboard-view .status-block-bordered > a.btn {
  padding-right: 0;
}
.dashboard-view .status-block > a.btn .fa,
.dashboard-view .status-block-bordered > a.btn .fa {
  margin-left: 10px;
}
.dashboard-view .status-block h3 {
  color: #303c41;
  background-color: transparent;
  padding: 10px 0;
  margin: 0;
}
.dashboard-view .status-block .block-contents {
  height: 180px;
}
.dashboard-view .status-block-bordered h3 {
  color: #fff;
  background-color: #303c41;
  padding: 10px;
  margin: 0;
}
.dashboard-view .status-block-bordered .block-contents {
  border: 1px solid #dae4e7;
  height: 180px;
}
.dashboard-view .status-indicator {
  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;
}
.dashboard-view .status-indicator.fa-pull-left {
  margin-right: .3em;
}
.dashboard-view .status-indicator.fa-pull-right {
  margin-left: .3em;
}
.dashboard-view .status-indicator.pull-left {
  margin-right: .3em;
}
.dashboard-view .status-indicator.pull-right {
  margin-left: .3em;
}
.dashboard-view .status-indicator::before {
  font-size: 1.2em;
}
.dashboard-view .status-indicator.success::before {
  content: "\f00c";
}
.dashboard-view .status-indicator.warning::before {
  content: "\f071";
}
.dashboard-view .status-indicator.danger::before {
  content: "\f071";
}
.dashboard-view .status-indicator.loading {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.dashboard-view .status-indicator.loading::before {
  content: "\f110";
}
.dashboard-view .block-contents td {
  padding: 3px 10px;
}
.dashboard-view .block-contents .total-row {
  background-color: #edf1f2;
  font-family: 'ProximaNova-Bold';
}
.dashboard-view .block-contents .count {
  width: 0;
  min-width: 1em;
  font-family: 'ProximaNova-Bold';
}
.dashboard-view .block-contents .name {
  width: 100%;
}
.dashboard-view .block-contents .status {
  width: 1.2em;
}
.dashboard-view .block-contents .status img {
  width: 1.2em;
  height: 1.2em;
}
.dashboard-view .load-error {
  border: 1px solid #e01d19;
  border-top: none;
  position: absolute;
  top: 43px;
  right: 15px;
  left: 15px;
  bottom: 0;
  background-color: #fbefef;
  font-size: 1.2em;
  padding-top: 2em;
}
.dashboard-view .loading {
  position: absolute;
  top: 43px;
  right: 15px;
  left: 15px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1.2em;
  padding-top: 2em;
  z-index: 10;
}
.dashboard-view .system-status-alerts-block .success {
  background-color: #dff0d8;
}
.dashboard-view .system-status-alerts-block .warning {
  background-color: #fcf8e3;
}
.dashboard-view .system-status-alerts-block .danger {
  background-color: #f2dede;
}
.dashboard-view .system-status-alerts-block h3 {
  text-transform: uppercase;
  vertical-align: middle;
}
.dashboard-view .system-status-alerts-block h3 img {
  height: 1.5em;
  width: 1.5em;
  vertical-align: middle;
  margin: -0.25em 10px 0 10px;
}
.dashboard-view .system-status-alerts-block ul {
  list-style: none;
  margin: 0;
  overflow-y: auto;
  padding-left: 10px;
  max-height: 180px;
}
.dashboard-view .system-status-alerts-block ul::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.dashboard-view .system-status-alerts-block ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.dashboard-view .system-status-alerts-block ul li {
  margin: 15px;
}
.dashboard-view .system-status-alerts-block ul img {
  height: 1em;
  width: 1em;
  margin-right: 10px;
  vertical-align: middle;
}
.dashboard-view .system-status-alerts-block .operational-message {
  margin-top: 62px;
}
.dashboard-view .system-status-alerts-block .load-error {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  border-top: 1px solid #e01d19;
}
.dashboard-view table table {
  margin-left: 1em;
  font-size: .8em;
  color: #303c41;
}
.dashboard-view [data-action="rename-organization"] {
  font-size: .8em;
  color: #678089;
  margin-left: .2em;
  cursor: pointer;
}
.dashboard-view .graph-bg {
  border: 1px solid #dae4e7;
  position: relative;
  height: 10px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.dashboard-view .graph-bg > * {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 3px;
  width: 0;
}
.dashboard-view .graph-bg .graph-under-threshold {
  background-color: #90a73c;
}
.dashboard-view .graph-bg .graph-over-threshold {
  background-color: #ffe5b1;
}
.dashboard-view .graph-bg .graph-threshold-indicator {
  background-color: #ff8b28;
  width: 4px;
  border-radius: 0;
  margin-left: -2px;
}
.dashboard-view .empty-graph {
  height: 1px;
  border: none;
  background-color: #a1b2b8;
  width: 100%;
  margin-bottom: 15px;
}
.dashboard-view h1.subsection {
  font-size: 24px;
}
.dashboard-view .usage-caption {
  font-size: 24px;
}
.dashboard-view .usage-counts {
  font-size: 24px;
}
.dashboard-view .usage-limits-block .loading {
  top: 0;
}
.dashboard-view .usage-limits-block .block-contents {
  height: 100px;
}
.password-reset-view .alert h3:first-child {
  margin-top: 0;
}
#edit-user-modal-view .email-alerts {
  margin-bottom: 0px;
}
#edit-user-modal-view .check-label {
  padding-left: 5px;
}
.error-view h2 {
  font-size: 1.5em;
}
.error-view .logo-404 {
  display: none;
  border-left: 2px solid #dae4e7;
  text-align: center;
}
.error-view .logo-404 img {
  width: 60%;
  margin: 15px 0;
}
@media (min-width: 992px) {
  .error-view .logo-404 {
    display: block;
  }
}
#edit-widget-modal-view .info {
  margin-top: .5em;
  color: #678089;
  font-family: 'ProximaNova-RegularIt';
  font-size: 12px;
}
#edit-widget-modal-view .btn-group-justified > .btn-group .btn {
  border: 1px solid #dae4e7;
}
#edit-widget-modal-view .btn-group-justified > .btn-group .btn.active {
  border-color: #3898cf;
}
.launchpad-view h1 {
  text-align: center;
}
.launchpad-view .items-wrapper {
  text-align: center;
  font-size: 0;
}
.launchpad-view .items-wrapper a,
.launchpad-view .items-wrapper a:hover {
  text-decoration: none;
}
.launchpad-view .items-wrapper > * {
  border: 1px solid #dae4e7;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 60px;
  margin-right: 0;
  box-sizing: border-box;
  padding: 0 15px 60px 15px;
  vertical-align: top;
}
.launchpad-view .items-wrapper > * .button-wrapper {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.launchpad-view .items-wrapper > * h3 {
  margin-top: 0;
}
.launchpad-view .items-wrapper img,
.launchpad-view .items-wrapper svg {
  border: 1px solid #dae4e7;
  height: 80px;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: -40px;
  background-color: white;
}
.launchpad-view .launchpad-toggle {
  text-align: center;
  margin: 25px 0 0;
}
.launchpad-view input.launchpad-default-checkbox {
  height: 15px;
  margin-right: 8px;
}
.launchpad-view .launchpad-display-label {
  display: inline;
}
.launchpad-view .launchpad-display-description {
  text-align: center;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .launchpad-view .items-wrapper > * {
    width: calc(50% - (10px / 2));
    height: 240px;
    margin-right: 10px;
  }
  .launchpad-view .items-wrapper > *:nth-child(2n+0) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .launchpad-view .items-wrapper > * {
    width: calc(33.3% - (20px / 3));
    height: 270px;
    margin-right: 10px;
  }
  .launchpad-view .items-wrapper > *:nth-child(2n+0) {
    margin-right: 10px;
  }
  .launchpad-view .items-wrapper > *:nth-child(3n+0) {
    margin-right: 0;
  }
}
.usage-limits-view .month-name {
  text-transform: capitalize;
  line-height: 35px;
}
.usage-limits-view .quarter-column {
  width: 25%;
}
.user-data-sets-view table.dataTable .fa.text-danger {
  color: #e01d19;
}
.user-data-sets-view button.btn-default {
  border: 1px solid #dae4e7;
  font-size: .9em;
  background-color: white;
}
.user-data-sets-view button.btn-default .fa {
  margin-right: 5px;
}
.user-data-sets-view .user-data-sets-name-label {
  margin: 0 0 15px 0;
}
.user-data-sets-view .user-data-sets-description {
  display: block;
  margin: 0 0 15px 0;
}
.user-data-sets-view .table-toolbar .btn {
  display: inline-block;
  vertical-align: middle;
}
.user-data-sets-view .integration-type {
  font-size: 1.1em;
}
.user-data-sets-view .integration-type:active {
  color: #3898cf;
}
.user-data-sets-view .integration-type:disabled {
  opacity: 0.95;
  background-color: white;
}
.user-data-sets-view .fa.fa-key {
  transform: rotateZ(90deg);
}
.user-data-sets-view h3 {
  margin-top: 0;
}
.user-data-sets-view .grid {
  margin-top: 15px;
}
.user-data-sets-view .side-margin {
  margin-left: 15px;
  margin-right: 15px;
}
#edit-user-data-set-kvp-modal-view .info {
  margin-top: .5em;
  color: #678089;
  font-family: 'ProximaNova-RegularIt';
  font-size: 12px;
}
#edit-user-data-set-kvp-modal-view .input-group-addon {
  border: 1px solid #dae4e7;
  border-left: none;
  border-radius: 0 4px 4px 0;
}
#edit-user-data-set-kvp-modal-view .dropdown-menu a {
  cursor: pointer;
}
#edit-user-data-set-kvp-modal-view .dropdown-menu a[disabled] {
  cursor: not-allowed;
  font-family: 'ProximaNova-RegularIt';
  color: #a1b2b8;
}
#edit-user-data-set-kvp-modal-view #user-inputs-group {
  background-color: #edf1f2;
  padding-top: 10px;
  margin-bottom: 15px;
}
#edit-user-data-set-kvp-modal-view .one-line-textarea {
  white-space: nowrap;
  overflow: hidden;
  resize: none;
}
#edit-user-data-set-kvp-modal-view .user-data-components-region {
  padding-top: 10px;
}
#edit-user-data-set-kvp-modal-view .user-data-components-region .btn {
  margin: 0 10px 10px 0;
  background-color: #FFFFFF;
  border: 1px solid #3898cf;
  color: #3898cf;
}
#select-template-modal-view.select-integration-type-modal-view ul li:after {
  top: 12px;
}
.api-message-view .widget-template-description {
  display: block;
  margin: 0 0 15px 0;
}
.api-message-view .panel.panel-primary .panel-heading .btn {
  margin-top: -7px;
}
.api-message-view .panel.panel-primary .panel-body textarea {
  height: 7em;
  resize: vertical;
  width: 100%;
  font-family: "Lucida Console", Monaco, monospace;
  font-size: .9em;
}
.api-message-view .panel.panel-primary .panel-body .widget-components .btn {
  margin: 0 10px 10px 0;
  background-color: #FFFFFF;
  border: 1px solid #3898cf;
  color: #3898cf;
}
#widget-api-modal-view .modal-header textarea {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
}
.date-time-format-view #selected-appointment-time {
  margin-left: -20px;
}
.date-time-format-view .format-editor {
  margin-bottom: 0;
}
.date-time-format-view .sub-formatter + .control-label {
  margin-top: 15px;
}
.date-time-format-view .date-time-format-table {
  padding: 10px;
}
.date-time-format-view .date-time-format-header {
  font-size: medium;
  font-weight: bold;
}
.date-time-format-view .inline {
  display: inline;
}
.date-time-format-view .date-time-format-components {
  padding: 10px 0 0 0;
}
.date-time-format-view .date-time-format-components .btn {
  margin: 0 10px 10px 0;
  background-color: #FFFFFF;
  border: 1px solid #3898cf;
  color: #3898cf;
}
.date-time-format-view .preview {
  padding-top: 35px;
}
.date-time-format-view textarea {
  resize: none;
}
.date-time-format-view .one-line-textarea {
  white-space: nowrap;
  overflow: hidden;
}
.date-time-format-view .fa-question-circle-o {
  padding-left: 5px;
  color: #27a393;
}
.date-time-format-view .clock-type {
  background-color: white;
}
.date-time-format-view .start-of-week {
  padding-top: 15px;
}
.date-time-format-view .format-group-label {
  color: #303c41;
}
.date-time-format-view .sub-formatter {
  padding: 0 20px;
}
.date-time-format-view .sub-format-label {
  color: #678089;
}
.ewt-format-view .ewt-format-input {
  padding: 10px;
}
.ewt-format-view .ewt-format-header {
  font-size: medium;
  font-weight: bold;
}
.ewt-format-view .inline {
  display: inline;
}
.ewt-format-view .ewt-format-components {
  padding: 10px 0 0 0;
}
.ewt-format-view .ewt-format-components .btn {
  margin: 0 10px 10px 0;
  background-color: #FFFFFF;
  border: 1px solid #3898cf;
  color: #3898cf;
}
.ewt-format-view .preview {
  padding-top: 35px;
  text-align: left;
}
.ewt-format-view textarea {
  resize: none;
}
.ewt-format-view .one-line-textarea {
  white-space: nowrap;
  overflow: hidden;
}
.ewt-format-view .fa-question-circle-o {
  padding-left: 5px;
  color: #27a393;
}
.error-message-view .error-message-input {
  padding: 10px;
}
.error-message-view .error-message-header {
  font-size: medium;
  font-weight: bold;
}
.error-message-view .inline {
  display: inline;
}
.error-message-view textarea {
  resize: none;
}
.error-message-view .fa-question-circle-o {
  padding-left: 5px;
  color: #27a393;
}
#get-token-modal-view .expiration {
  font-weight: bold;
}
#get-token-modal-view li {
  margin-bottom: 5px;
}
#get-token-modal-view h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #dae4e7;
}
.callback-deployments-view td.segments-column {
  white-space: nowrap;
  text-align: center;
}
.callback-deployments-view .status-placeholder .pending {
  color: #678089;
  margin-right: 10px;
}
.callback-deployments-view .status-placeholder .danger {
  color: #e01d19;
  margin-right: 10px;
}
.callback-deployments-view .status-placeholder .warning {
  color: #f5792e;
  margin-right: 10px;
}
.callback-deployments-view .status-placeholder .success {
  color: #90a73c;
  margin-right: 10px;
}
span.host-name {
  display: inline;
  white-space: nowrap;
  margin-right: 10px;
}
span.host-name img {
  padding-right: 2px;
}
a[data-action="download-application"] {
  text-decoration: none;
  cursor: pointer;
}
.organization-api-view .api-heading {
  margin-top: 30px;
}
.organization-api-view .api-example {
  border: 1px solid #dae4e7;
  margin-bottom: 30px;
}
.organization-api-view .api-example h2 {
  padding-left: 15px;
}
.organization-api-view .api-example .api-route {
  margin-right: 20px;
}
