/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.8 - 2017-04-18T05:43:43.881Z
 * License: MIT
 */

.ui-select-highlight {
  font-weight: 700;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0)!important;
  width: 1px!important;
  height: 1px!important;
  border: 0!important;
  margin: 0!important;
  padding: 0!important;
  overflow: hidden!important;
  position: absolute!important;
  outline: 0!important;
  left: 0!important;
  top: 0!important;
}

.selectize-control.single>.selectize-input>input,
.selectize-control>.selectize-dropdown {
  width: 100%;
}

.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

.ng-dirty.ng-invalid>a.select2-choice {
  border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select-locked>.ui-select-match-close,
.select2-locked>.select2-search-choice-close {
  display: none;
}

body>.select2-container.open {
  z-index: 9999;
}

.ui-select-container.select2.direction-up .ui-select-match,
.ui-select-container[theme=select2].direction-up .ui-select-match {
  border-radius: 0 0 4px 4px;
}

.ui-select-container.select2.direction-up .ui-select-dropdown,
.ui-select-container[theme=select2].direction-up .ui-select-dropdown {
  border-radius: 4px 4px 0 0;
  border-top-width: 1px;
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0,0,0,.25);
  margin-top: -4px;
}

.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search,
.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
}

.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}

.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.selectize-input.selectize-focus {
  border-color: #007FBB!important;
}

.selectize-control.multi>.selectize-input>input {
  margin: 0!important;
}

.ng-dirty.ng-invalid>div.selectize-input {
  border-color: #D44950;
}

.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0,0,0,.25);
  margin-top: -2px;
}

.ui-select-container[theme=selectize] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
}

.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle>.caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

.input-group>.ui-select-bootstrap.dropdown {
  position: static;
}

.input-group>.ui-select-bootstrap>input.ui-select-search.form-control {
  border-radius: 4px 0 0 4px;
}

.input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up {
  border-radius: 4px 0 0 4px!important;
}

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.ui-select-bootstrap>.ui-select-match>.btn {
  text-align: left!important;
}

.ui-select-bootstrap>.ui-select-match>.caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

.ui-select-bootstrap>.ui-select-choices,
.ui-select-bootstrap>.ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body>.ui-select-bootstrap.open {
  z-index: 1000;
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent!important;
  border: none;
  outline: 0;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: .75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:focus,
.ui-select-bootstrap .ui-select-choices-row>span:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.active.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none!important;
}

.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match {
  border-color: #D44950;
}

.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0,0,0,.25);
}

.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}

.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.ui-select-bootstrap .ui-select-toggle>a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}

tags-input {
  display: block;
}

tags-input *,
tags-input :after,
tags-input :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}

tags-input .host:active {
  outline: 0;
}

tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  box-shadow: 1px 1px 1px 0 #d3d3d3 inset;
  height: 100%;
}

tags-input .tags.focused {
  outline: 0;
  -webkit-box-shadow: 0 0 3px 1px rgba(5,139,242,.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5,139,242,.6);
  box-shadow: 0 0 3px 1px rgba(5,139,242,.6);
}

tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: -webkit-linear-gradient(top,#f0f9ff 0,#cbebff 47%,#a1dbff 100%);
  background: linear-gradient(to bottom,#f0f9ff 0,#cbebff 47%,#a1dbff 100%);
}

tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top,#febbbb 0,#fe9090 45%,#ff5c5c 100%);
  background: linear-gradient(to bottom,#febbbb 0,#fe9090 45%,#ff5c5c 100%);
}

tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  vertical-align: middle;
  font: 700 16px Arial,sans-serif;
  color: #585858;
}

tags-input .tags .input.invalid-tag,
tags-input .tags .tag-item .remove-button:active {
  color: red;
}

tags-input .tags .input {
  border: 0;
  outline: 0;
  margin: 2px;
  padding: 0 0 0 5px;
  float: left;
  height: 26px;
  font: 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

tags-input .tags .input::-ms-clear {
  display: none;
}

tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255,0,0,.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255,0,0,.6);
  box-shadow: 0 0 3px 1px rgba(255,0,0,.6);
}

tags-input[disabled] .host:focus {
  outline: 0;
}

tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}

tags-input[disabled] .tags .tag-item {
  opacity: .65;
  background: -webkit-linear-gradient(top,#f0f9ff 0,rgba(203,235,255,.75) 47%,rgba(161,219,255,.62) 100%);
  background: linear-gradient(to bottom,#f0f9ff 0,rgba(203,235,255,.75) 47%,rgba(161,219,255,.62) 100%);
}

tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}

tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}

tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}

tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.2);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}

tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #000;
  background-color: #fff;
}

tags-input .autocomplete .suggestion-item.selected,
tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}

tags-input .autocomplete .suggestion-item em {
  font: normal 700 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #000;
  background-color: #fff;
}.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}

.toggle {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.toggle.off .toggle-group {
  left: -100%;
}

.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  width: 0px;
  border-width: 0 1px;
}

.toggle.btn {
  min-width: 59px;
  min-height: 34px;
}

.toggle-on.btn {
  padding-right: 24px;
}

.toggle-off.btn {
  padding-left: 24px;
}

.toggle.btn-lg {
  min-width: 79px;
  min-height: 45px;
}

.toggle-on.btn-lg {
  padding-right: 31px;
}

.toggle-off.btn-lg {
  padding-left: 31px;
}

.toggle-handle.btn-lg {
  width: 40px;
}

.toggle.btn-sm {
  min-width: 50px;
  min-height: 30px;
}

.toggle-on.btn-sm {
  padding-right: 20px;
}

.toggle-off.btn-sm {
  padding-left: 20px;
}

.toggle.btn-xs {
  min-width: 35px;
  min-height: 22px;
}

.toggle-on.btn-xs {
  padding-right: 12px;
}

.toggle-off.btn-xs {
  padding-left: 12px;
}/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}body.asui {
  margin: 0;
}

/********** General Elements ************/

body {
  padding: 0px;
  overflow-x: hidden;
  background: #f6fafd !important;
}

.licenseContainer {
  padding: 20px;
  word-break: break-word;
  -ms-overflow-style: none;
  overflow-x: auto;
}

::-webkit-scrollbar,
license::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.licenseContainer asui-loading-mask {
  pointer-events: none;
  position: fixed;
  left: 0;
}

.asui .licenseContainer asui-loading-mask {
  z-index: 0;
}

.margin-t-10 {
  margin-top: 10px;
}

.padding-b-10 {
  padding-bottom: 10px;
}

.asui .well-container {
  overflow: visible !important;
}

.displayNone {
  display: none;
}

/********** Licensing Overview Components ************/

.label-bg {
  padding: 6px 10px;
  color: #FFFFFF;
  text-align: center;
}

.label-bg.active {
  background: #41a216;
  text-transform: capitalize;
}

.label-bg.warning {
  background: #f4b73e;
  text-transform: capitalize;
}

.label-bg.restricted {
  background: #f11e1e;
  text-transform: capitalize;
}

.label-bg.inactive {
  background: #000000;
  text-transform: capitalize;
}

.text-red {
  color: #f11e1e;
}

.tooltip-button {
  cursor: pointer;
}

#subscriptionPlan .popover.top {
  margin-top: 190px;
  margin-left: 115px;
}

#subscriptionPlan .popover.top>.arrow {
  top: 0px !important;
  left: 10% !important;
  margin-left: -11px !important;
  border-top-width: 0;
}

#subscriptionPlan .popover.top>.arrow:after,
#subscriptionPlan .popover.top>.arrow:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#subscriptionPlan .popover.top>.arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFFFFF;
  border-width: 10px;
  margin-left: -10px;
}

#subscriptionPlan .popover.top>.arrow:before {
  border-color: rgba(153, 153, 153, 0);
  border-bottom-color: #999;
  border-width: 11px;
  margin-left: -11px;
}

.noSubscriptionContainer {
  width: 50%;
  margin: 0px auto;
  color: #93a3b3;
  text-align: center;
  padding: 40px 0px;
  font-size: 14px;
}

.noSubscriptionContainer i.planIcon {
  opacity: 0.7;
  margin-left: -30px;
}

.noSubscriptionContainer i.noIcon {
  margin-top: -60px;
  margin-left: 40px;
}

.noSubscriptionContainer i.icon-sad {
  margin: 0 auto;
  font-size: 90px;
}

.noSubscriptionContainer p {
  margin-top: 0px;
}

#statusFlag {
  position: absolute;
  right: 0;
  top: 10px;
}

#statusFlag .popover-title {
  display: none !important;
}

#statusFlag .popover.top>.arrow {
  top: 0px !important;
  left: 90% !important;
  margin-right: -11px !important;
  border-top-width: 0;
}

#statusFlag .popover.top>.arrow:after,
#statusFlag .popover.top>.arrow:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#statusFlag .popover.top>.arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFFFFF;
  border-width: 10px;
  margin-left: -10px;
}

#statusFlag .popover.top>.arrow:before {
  border-color: rgba(153, 153, 153, 0);
  border-bottom-color: #999;
  border-width: 11px;
  margin-left: -11px;
}

.tableBorder {
  border-top: solid 1px #c9d8e0;
  border-left: solid 1px #c9d8e0;
  border-right: solid 1px #c9d8e0;
  background: #ffffff;
}

.truncate {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/********** Alerts /Flags ************/

.alertActive {
  background: #39B54A;
  color: #ffffff;
  padding: 3px 10px;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
  text-transform: capitalize;
}

.alertWarning,
.alertPending {
  background: #F8BD5F;
  color: #ffffff;
  padding: 3px 10px;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
  min-width: 80px;
  text-transform: capitalize;
}

.alertRestricted {
  background: #F11E1E;
  color: #ffffff;
  padding: 3px 10px;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
  min-width: 80px;
  text-transform: capitalize;
}

.alertInactive {
  background: #C9D8E0;
  color: #72889C;
  padding: 3px 10px;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
  min-width: 80px;
  text-transform: capitalize;
}

.alertUnavailable {
  background: #ffffff;
  border: solid 1px #afb5bb;
  color: #afb5bb;
  padding: 3px 10px;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
  min-width: 80px;
  text-transform: capitalize;
}

.alertDisabled {
  background: #2c4054;
  color: #F8BD5F;
  padding: 3px 10px;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
  min-width: 80px;
  text-transform: capitalize;
}

.alertLabel .alertDisabled a {
  color: #F8BD5F;
}

.alertLabel .alertInactive a,
.alertLabel .alertRestricted a,
.alertLabel .alertWarning a,
.alertLabel .alertPending a,
.alertLabel .alertActive a {
  color: #ffffff;
  text-decoration: none;
}

.alertLabel .alertUnavailable a {
  color: #afb5bb;
  text-decoration: none;
}

/********** Progress Steps ************/

.progressStepsContainer {
  width: 60%;
  margin: 30px auto 70px auto;
}

.component-title {
  margin-bottom: 10px;
}

.overviewSubscriptionPlan {
  margin-bottom: 0px !important;
  border-bottom: none !important;
}

.blueCallOut {
  border-left: solid 6px #087ACA;
  padding: 7px 20px;
}

.blueCallOut h4 {
  color: #087ACA;
  margin: 0px;
  padding-bottom: 7px;
}

.redCallOut {
  background: #f2dede;
  border: solid 1px #ecd2d5;
  border-radius: 4px;
  padding: 15px;
  color: #aa4f4f;
}

.inputErrorMessage {
  color: #E63E3E;
  display: block;
  font-size: 10px;
}

/********** Modal General Elements ************/

.asui .modal-content {
  border-radius: 0px;
}

.asui .modal-body {
  min-height: 537px;
  padding-top: 0px;
}

.noMinHeight .modal-body {
  min-height: initial;
}

.asui .modal-body textarea,
.minHeight.asui-textarea textarea {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  resize: none;
}

.minHeight.asui-textarea textarea {
  min-height: 430px;
}

.minHeight2.asui-textarea textarea {
  min-height: 300px;
}

.asui .modal-content .loadingMask {
  min-height: 300px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}

.asui .modal-content p,
.asui .modal-content td {
  word-break: break-word;
}

.close.closeModal {
  position: absolute;
  right: 0;
  margin-top: 12px;
  margin-right: 15px;
  background: transparent;
}

.modalFontGrey {
  color: #72889c;
}

.modalFontLightGrey {
  color: #a4a4a4;
}

.asui label.modalLabel {
  margin-top: 0px;
  margin-bottom: 0px;
}

.bstContainer [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.eulaContainer {
  padding: 20px 0px;
}

.eula {
  bottom: 20px;
  position: absolute;
}

.eulaRegister {
  padding-top: 10px;
}

/********** License Console Register New Server Styling ************/

.licenseConsole .content,
.licenseConsole .content3.content4 {
  margin-top: 90px;
}

.licenseConsole .content2 {
  margin-top: 90px;
}

.licenseConsole .content3 {
  margin-top: 10px;
}

.licenseConsole .buttonContainer {
  margin: 40px 0px 30px 0px;
}

.licenseConsole .buttonContainer button {
  width: 170px;
  margin: 0px 3px 10px 3px;
}

.licenseConsole .buttonContainer button.fullWidthButton {
  width: 100%;
}

.licenseConsole .inputErrorMessage.inputErrorMessageDetails {
  padding: 0px 0px 10px 0px;
}

.licenseConsole.bstContainer .colServerName {
  padding-right: 0px;
}

.licenseConsole.serverDetailsContainer {
  width: 40%;
  margin: -20px auto 0px auto;
}

.licenseConsole .eula {
  color: #72889c;
}

.licenseConsole .countryDD.asui-dropdown .btn-group .btn {
  min-width: initial;
}

/********** Media Break Point ************/

@media (max-width: 991px) {
  .licenseConsole.serverDetailsContainer {
    margin: 0px auto 0px auto;
    width: 50%;
  }

  .licenseConsole .content,
  .licenseConsole .content3.content4 {
    margin-top: 50px;
  }

  .licenseConsole .content2 {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .licenseContainer {
    padding: 10px;
  }

  #statusFlag {
    position: initial;
    display: block;
  }

  #statusFlag .popover {
    margin-left: 180px;
    color: #333333;
    width: 260px;
    min-width: 260px;
  }

  #statusFlag .popover.top>.arrow {
    top: 0px !important;
    left: 10% !important;
    margin-right: -11px !important;
    border-top-width: 0;
  }

  #statusFlag .popover.bottom>.arrow {
    left: 20px !important;
  }

  .noSubscriptionContainer {
    width: 100%;
  }

  .licenseConsole.serverDetailsContainer {
    width: 90%;
  }

  .licenseConsole.bstContainer .licenseConsoleServerDetails {
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  .licenseConsole .buttonContainer button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .progressStepsContainer {
    width: 90%;
    margin: 30px auto 70px auto;
  }

  .marginLeft10 {
    margin-left: 10px;
  }
}

@media (max-width: 320px) {
  .licenseConsole .buttonContainer button {
    width: 110px;
  }

  .licenseConsole.serverDetailsContainer {
    width: 100%;
  }
}.asconsole-navbar as-nav-bar>div {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 0;
  background-color: #212930;
  width: 100%;
  padding: 10px 20px;
  height: 40px;
}

.asconsole-navbar as-nav-bar .logo-container {
  height: 80%;
  margin-right: 30px;
  padding: 0px;
  cursor: pointer;
}

.asconsole-navbar as-nav-bar .logo-container img {
  height: 100%;
}

.asconsole-navbar as-nav-bar .commands {
  display: flex;
  flex-grow: 1;
  flex-direction: row-reverse;
  color: #fff;
}

.asconsole-navbar as-nav-bar .commands .fa {
  font-size: 120%;
  margin-left: 15px;
  margin-top: 0.4em;
  vertical-align: middle;
}

.asconsole-navbar as-nav-bar .commands i {
  cursor: pointer;
}

.asui as-nav-bar billing-action a.btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.9em;
  height: auto;
  padding: 0.3em 1em;
}

.asconsole-navbar as-nav-bar .console-logo {
  width: 16px;
  height: 16px;
  margin-left: 15px;
  margin-top: 4px;
}

.asconsole-navbar as-nav-bar .console-logo-tooltip {
  margin-left: 7px;
}

.asconsole-navbar as-nav-bar .tooltip-inner {
  padding: 5px;
  font-weight: bold;
  font-size: 8pt;
}

@media (max-width:767px) {
  .asconsole-navbar as-nav-bar .commands {
    margin-right: -0.9em;
  }

  .asconsole-navbar as-nav-bar .logo-container {
    margin-right: 0px;
  }
}

@media (max-width:360px) {
  .asui as-nav-bar billing-action a.btn {
    color: #fff;
    font-size: 0.8em;
    margin-top: 0.2em;
  }

  .asconsole-navbar as-nav-bar .logo-container img {
    height: 80%;
  }
}/********** Workflow Nav Bar ************/

.asui .asui-workflow-navbar .nav-tabs li.active > a::after {
  background: #f7f9fb;
}/******** Progress Steps Bar *************/

.progressSteps {
  display: inline-flex;
  align-items: center;
  counter-reset: step;
  padding: 0;
  margin: 0;
  width: 100%;
  color: #ccd4db;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  position: relative;
}

.progressTitle {
  margin: 60px 0 0 0;
  width: 150px;
  max-width: 150px;
  text-align: center;
  text-transform: initial;
  position: absolute;
  color: #ccd4db;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  left: -50px;
  right: 10px;
  font-size: 14px;
}

/******** To Do *************/

.progressStepsCircle {
  width: 50px;
  height: 50px;
  border: 3px solid #ccd4db;
  background: #ccd4db;
  color: #ffffff;
  border-radius: 50%;
  /*display: flex;
  align-items: center;
  flex-flow: column nowrap;*/
  text-align: center;
  padding: 12px;
  position: relative;
}

.progressStepsCircle:after {
  counter-increment: step;
  content: counter(step);
  margin-top: 13px;
  font-size: 24px;
}

/******** Done *************/

.progressStepsDone {
  background: #ffffff;
  border: 2px solid #087ACA;
  color: #087ACA;
}

.progressStepsDone:after {
  content: '<';
  font-family: 'appspace-font';
  font-size: 24px;
  color: #087ACA;
  margin-top: 12px;
}

.progressStepsDone .progressTitle {
  color: #ccd4db;
}

/******** Current/Active *************/

.progressStepsActive {
  border: 2px solid #087ACA;
  color: #ffffff;
  background: #087ACA;
}

.progressStepsActive:after {
  counter-increment: step;
  content: counter(step);
  margin-top: 13px;
  font-size: 24px;
}

.progressStepsActive .progressTitle {
  color: #000000;
}

/******** Failed *************/

.progressStepsActive.progressStepsFailed {
  border: 2px solid #f11e1e;
  color: #ffffff;
  background: #f11e1e;
}

.progressStepsFailed .progressTitle {
  color: #f11e1e;
}

/********** Bar ************/

.progressStepsBar {
  flex: 1;
  height: 3px;
  background: none;
  border-top: 2px dashed #ccd4db;
}

.progressStepsBar.progressStepsBarDone {
  background: none;
  border-top: 2px solid #087ACA;
}

/********** Media Break Point ************/

@media (max-width: 480px) {
  .progressTitle {
    width: 100px;
    left: -30px;
    right: 0px;
  }

  .progressTitle h5 {
    font-size: 14px;
  }
}/********** EULA CSS *************/

input[type=checkbox].margin-r-5 {
  margin-right: 5px;
}/************ General Error Message Overlay ***********/

.asui .asError .modal-body {
  min-height: 70px;
  padding-top: 10px;
}

.asui .asError .modal-header {
  border-radius: 0px;
}

.asui .asError .modal-body .margin-t-20 {
  margin-top: 20px;
}.asui .license .well-container {
  overflow: visible;
}

.chartDimension {
  width: 300px;
  margin-left: 0px;
  position: relative;
  margin-bottom: 20px;
}

.asui h1.innerChart {
  position: absolute;
  padding: 0px;
  margin: 80px 0px 0px -65px;
  font-size: 28px;
  font-weight: 400;
  z-index: 0;
}

as-doughnut-chart .staticUsageDisplay table {
  border: 0 !important;
}

as-doughnut-chart .staticUsageDisplay table td {
  border: 0 !important;
  border-top: 0 !important;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
}

as-doughnut-chart .staticUsageDisplay table tbody tr td:first-child {
  padding-left: 0;
}

as-doughnut-chart .staticUsageDisplay table tbody tr td:last-child {
  padding-right: 0;
}

.chartInfo {
  text-align: left;
  margin-top: -20px;
  width: 200px;
}

.chartInfo .tooltip-button {
  cursor: pointer;
}

.chartInfo h2 {
  margin-top: 10px;
}

.chartStaticUsageDetail {
  color: #708a9b;
}

.chartStaticUsageInfo {
  cursor: pointer;
  display: inline;
}

@media (min-width: 1921px) {
  .asui h1.innerChart {
    margin: 60px auto 0px auto;
    font-size: 28px;
    text-align: center;
    width: 300px;
  }
}

@media (max-width: 1920px) {
  .asui h1.innerChart {
    margin: 60px auto 0px auto;
    font-size: 28px;
    text-align: center;
    width: 300px;
  }
}

@media (max-width: 1500px) {
  .asui h1.innerChart {
    margin: 58px auto 0px auto;
    font-size: 29px;
    text-align: center;
    width: 300px;
  }
}

@media (max-width: 1199px) {
  .asui h1.innerChart {
    margin: 60px 0px 0px 107px;
    font-size: 27px;
    text-align: center;
    width: 90px;
  }
}

@media (max-width: 991px) {
  .chartDimension {
    margin-left: 0px;
  }

  .asui h1.innerChart {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .chartInfo {
    text-align: left;
  }

  .asui h1.innerChart {
    margin: 60px 0px 0px 107px;
  }
}

@media (max-width: 640px) {
  .chartInfo {
    width: 140px;
  }

  .asui .chartInfo h2 {
    font-size: 150%;
  }

  .asui h1.innerChart {
    margin: 61px 0px 0px 107px;
    font-size: 26px;
  }
}

@media (max-width: 500px) {
  .chartInfo {
    margin: 0px auto 0 auto;
    float: none;
    display: block;
    width: 300px;
    text-align: center;
  }

  as-doughnut-chart .staticUsageDisplay {
    text-align: center;
  }

  as-doughnut-chart .staticUsageDisplay table {
    margin: auto;
  }
}.as-copy.code-box .copy .button {
  border: .5px solid #ccd4db;
  padding: 5px 10px;
  background: #fff;
  border-radius: 0 4px 0 4px;
  border-top: 0;
  border-right: 0;
}

.as-copy.code-box .copy {
  right: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}

code.failedload {
  color: #72889C !important;
  text-align: center !important;
  word-break: keep-all;
}

.as-copy.code-box pre {
  margin: 0px;
  border: 0px;
  background: #eef4f9;
  padding: 10px;
  white-space: normal;
  min-height: 270px;
  max-height: 350px;
  overflow: auto;
}

.as-copy.code-box {
  background-color: #eef4f9;
  border: 1px solid #ccd4db;
  display: block;
  overflow: visible;
  position: relative;
  border-radius: 0px;
}as-breadcrumb {
  font-size: 11px;
}/********** View Case **************/

.commentContainer {
  background: #ffffff;
  border: 1px solid #c9d8e0;
  padding: 20px 10px 40px 10px;
  margin-top: 15px;
}

/* #supportViewCase .status {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
} */

support-view-case .col-sm-8 {
  padding-left: 30px;
}

support-view-case .col-sm-8>div:first-child {
  border-bottom: 1px solid #ececec;
}

support-view-case .caseFeed .row {
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 20px;
}

support-view-case .caseFeed .row:first-child {
  padding-top: 20px;
}

support-view-case .caseFeed .row:last-child {
  border-bottom: solid 1px #ececec;
}

/********** Media Breakpoint *************/

@media (max-width: 1024px) {
  support-view-case .col-md-8 {
    padding-left: 35px;
  }
}

@media (max-width: 991px) {
  support-view-case .commentContainer {
    padding: 30px 0px;
  }

  support-view-case .col-md-8 {
    padding-left: 20px;
    padding-right: 15px;
  }

  support-view-case .caseFeed .row {
    margin-left: -5px;
  }

  support-view-case .col-md-8>div:first-child {
    margin-left: -5px;
  }
}#supportOverview a,
#supportOverview a:hover {
  text-decoration: none;
}

support-view-case-dynamic {
  border-top: solid 4px #EEF4F9;
  padding: 15px;
  width: 80%;
  margin-left: 30px;
  display: block;
  margin-top: 30px;
}

support-view-case-dynamic sub.margin-b-10 {
  margin-bottom: 10px;
}

support-view-case-dynamic .margin-t-5 {
  margin: 5px 0px 10px 0px;
}

support-view-case-dynamic .caseDetails {
  margin-bottom: 15px;
}

support-view-case-dynamic a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;
  max-height: 48px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

@media (max-width:991px) {
  support-view-case-dynamic {
    padding: 15px 20px;
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    border-top: 0px;
  }
}support-view-case-detail h3 {
  margin: 7px 0px 0px 0px;
  padding: 0px;
  line-height: 22px;
}

support-view-case-detail p {
  margin-top: 20px;
}

support-view-case-detail span {
  cursor: pointer;
}

support-view-case-detail .popover-content {
  color: #000;
}

support-view-case-detail .updatedAt {
  font-size: 0.9em;
  margin-top: 5px;
  color: #72889c;
}

support-view-case-detail .iconStatus {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 3em;
  justify-content: center;
  width: 50px;
  height: 50px;
}

support-view-case-detail .icon-case {
  height: 24px;
  width: 24px;
  background-image: url(/assets/images/support/icon-case-white.svg);
  background-repeat: no-repeat;
}

support-view-case-detail .icon-case:before {
  content: none;
}

support-view-case-detail .iconOpen {
  background: #52a5ff;
}

support-view-case-detail .iconCustomerPending {
  background: #e63e3e;
}

support-view-case-detail .iconResolved {
  background: #4caf50;
}

support-view-case-detail .iconClosed {
  background: #9caabc;
}

support-view-case-detail .paddingLeft40 {
  padding-left: 40px;
}

@media (min-width:992px) and (max-width: 1220px) {
  support-view-case-detail .caseDetails .col-md-11 {
    padding-left: 3em;
  }
}

@media (min-width: 1221px) {
  support-view-case-detail .paddingLeft40 {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  support-view-case-detail .paddingLeft40 {
    padding-left: 15px;
  }
}

@media (min-width:320px) and (max-width: 991px) {
  support-view-case-detail .iconStatus {
    margin-bottom: 0.5em;
  }
}support-feed-comment .col-md-11 > div:first-child {
  padding-top: 0px;
  padding-bottom: 7px;
}

support-feed-event label {
  font-weight: bold;
}

support-feed-event .eventBody {
  display: inline-block;
}

support-feed-event .whitespace {
  white-space: pre-wrap;
}support-feed-create-comment .caseInput {
  margin-top: 0px;
}

support-feed-create-comment .caseInput textarea {
  min-height: 20px;
  border: 0px;
  resize: none;
  margin: 0px;
}

support-feed-create-comment .caseInput support-avatar .avatarClient {
  margin-left: 15px;
}

support-feed-create-comment .caseInput textarea:focus {
  border: none;
}

support-feed-create-comment .caseInput .commentTxt {
  margin-left: 12px;
}

support-feed-create-comment #liveagent_comment_button a {
  cursor: pointer;
}

support-feed-create-comment .caseInput .commentInputContainer {
  border-top: solid 1px #c9d8e0;
  border-left: solid 1px #c9d8e0;
  border-bottom: solid 1px #c9d8e0;
  padding-right: 1px;
  margin-left: 12px;
}

support-feed-create-comment .caseInput .commentInputContainer i {
  font-size: 3em;
  color: #8da0b2;
  margin: 20px 0px;
}

support-feed-create-comment .caseInput .commentInputContainer .defaultIcon {
  border: solid 1px #c9d8e0;
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 0 0 0.7em 1em;
}

support-feed-create-comment .caseInput .commentInputContainer .attachmentName {
  max-width: 500px;
  margin-left: 10px;
}

support-feed-create-comment .caseInput .commentInputContainer.errorComment {
  border: solid 1px #e63e3e;
}

support-feed-create-comment .commentBtn {
  margin: 10px -20px 0px 0px;
  float: right;
}

support-feed-create-comment .caseInput button:first-child {
  margin-left: 10px;
}

support-feed-create-comment .caseInput .btn-primary:disabled:hover {
  background: #1D7BE3;
}

support-feed-create-comment .caseInput .attachBtnContainer {
  background: #f8f9fb;
  border-top: solid 1px #c9d8e0;
  border-right: solid 1px #c9d8e0;
  border-bottom: solid 1px #c9d8e0;
  padding: 0px 10px;
}

support-feed-create-comment .caseInput a.attachBtn {
  font-size: 24px;
  color: #8da0b2;
  cursor: pointer;
}

support-feed-create-comment .caseInput a.attachBtn i {
  float: right;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  /*IE*/
  filter: fliph;
  /*IE*/
}

support-feed-create-comment .caseInput .attachmentThumb {
  width: 80px;
  height: 80px;
  margin-left: 15px;
  margin-bottom: 15px;
  border: solid 0px #c9d8e0;
}

support-feed-create-comment .caseInput .commentError {
  float: left;
  color: #e63e3e;
  font-size: 11px;
  clear: both;
  max-width: 300px;
}

support-feed-create-comment .caseInput #uploadInput {
  display: none;
}

support-feed-create-comment .chatRow {
  margin-bottom: 0.5em;
}

support-feed-create-comment .chatLabel {
  font-weight: 100;
}

support-feed-create-comment #livechat_comment a {
  color: #1d7be3;
  cursor: pointer;
}

support-feed-create-comment #livechat_comment a i {
  margin-top: -1px;
  position: absolute;
  margin-left: 5px;
}

@media (min-width:992px) and (max-width: 1220px) {
  support-feed-comment .col-md-11 {
    padding-left: 3em;
  }

  support-feed-create-comment .caseInput textarea {
    min-width: 500px;
  }

  support-feed-create-comment .caseInput .commentInputContainer,
  support-feed-create-comment .caseInput .commentTxt {
    margin-left: 35px;
  }
}

@media (max-width:1024px) {
  support-feed-create-comment .caseInput textarea {
    padding: 5px;
    min-width: 500px;
  }
}

@media (max-width:991px) {
  support-feed-create-comment .caseInput {
    margin-top: 0px;
    margin-right: 15px;
  }

  support-feed-create-comment .caseInput support-avatar .avatarClient {
    margin-bottom: 0.5em;
  }

  support-feed-create-comment .caseInput .commentTxt {
    margin-left: 15px;
  }
}

@media (max-width: 640px) {
  support-feed-create-comment .caseInput .commentError {
    padding-bottom: 15px;
  }

  support-feed-create-comment .caseInput .commentInputContainer {
    width: 100%;
  }

  support-feed-create-comment .caseInput textarea {
    padding: 5px;
    min-width: 400px;
  }
}

@media (max-width: 480px) {
  support-feed-create-comment .caseInput textarea {
    min-width: 200px;
  }
}support-feed-comment .col-md-11>div:first-child {
  padding-top: 0px;
  padding-bottom: 7px;
}

support-feed-comment .col-md-11 label {
  font-weight: bold;
}

support-feed-comment hr {
  border-top: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

support-feed-comment support-feed-attachment {
  margin-bottom: 5px;
}

support-feed-comment .readMoreLessLinks {
  cursor: pointer;
  margin-top: 1.5em;
  display: inline-block;
}support-feed-attachment {
  cursor: pointer;
  display: block;
}

support-feed-attachment a i.fa {
  color: #8da0b2;
  font-size: 1.2em;
}

support-feed-attachment a {
  text-decoration: none;
}/*****************Create Case*************/

.createCaseContainer {
  width: 500px;
  -webkit-box-shadow: -1px 6px 15px -8px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: -1px 6px 15px -8px rgba(0, 0, 0, 0.39);
  box-shadow: -1px 6px 15px -8px rgba(0, 0, 0, 0.39);
  margin: 15px  auto 30px auto;
  padding: 30px 30px 40px 30px;
  border: solid 1px #c8d7e1;
  background: #ffffff;
}

.createCaseContainer .form-control {
  box-shadow: none;
}

.createCaseContainer input[type=text] {
  border: solid 1px #cccccc;
}

.createCaseContainer textarea {
  resize: none;
}

.createCaseContainer h3 {
  margin-top: 0px;
  padding-top: 0px;
  font-weight: 400;
  margin-bottom: 20px;
}

.createCaseContainer label {
  font-weight: normal;
}

.createCaseContainer sup,
.createCaseContainer .errorMsg {
  color: #e63e3e;
  font-size: 11px;
}

.createCaseContainer input.errorInput,
.createCaseContainer input.errorInput:focus,
.createCaseContainer textarea.errorInput,
.createCaseContainer textarea.errorInput:focus,
.errorInput textarea,
.errorInput textarea.form-control:focus {
  border: solid 1px #e63e3e;
}

.createCaseContainer .asui-dropdown {
  width: 100%;
  position: relative;
}

.asui .createCaseContainer .asui-multiselect .btn-group .btn,
.asui .createCaseContainer .asui-dropdown .btn-group .btn {
  z-index: 0;
}

.createCaseContainer button {
  width: 100%;
  margin-top: 10px;
}

.asui-notification.asui-notification-success .caseTitle {
  color: #72889c;
  max-width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -5px;
  display: inline-block;
}

.createCaseContainer .asui-fileupload .drop .upload-icon-container .upload-icon {
  display: none;
}

.createCaseContainer .btn-primary:disabled:hover {
  background: #1D7BE3;
}

.createCaseContainer .subText {
  color: #a2a2a2;
  margin-bottom: 10px;
}

.createCaseContainer .asui-fileupload .file-list .file-row .toolbar-col .btn {
  margin-bottom: 10px;
}

.createCaseContainer .asui-fileupload .validation-error {
  font-size: 11px;
}

asui-form-component .asui-fileupload  .file-list .file-row .file-col.filename-col {
  max-width: 320px;
}

@media (max-width: 480px) {
  .createCaseContainer {
    width: 100%;
  }

  .noPadding {
    padding-left: 0px;
    padding-right: 0px;
  }
}/********** Phone Support ****************/

a.phoneSupport {
  border: 0px solid #ccc;
  height: 50px;
  text-align: center;
  cursor: pointer;
  padding: 0px 0px;
  border-radius: 50%;
  background: #304864;
  width: 50px;
  position: fixed;
  right: 5.5em;
  bottom: 3.5em;
  -webkit-box-shadow: 3px 4px 5px -2px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 3px 4px 5px -2px rgba(0, 0, 0, 0.26);
  box-shadow: 3px 4px 5px -2px rgba(0, 0, 0, 0.26);
  z-index: 99;
}

a.phoneSupport {
  text-decoration: none;
}

a.phoneSupport i {
  font-size: 2.8em;
  color: #ffffff;
  margin-right: 0px;
  margin-top: 10px;
}

support-contact .popover.top {
  margin-right: 30px;
}

support-contact sub {
  display: block;
  margin: 15px 0px;
}

support-contact .popover-content {
  max-width: 180px;
  padding-top: 15px;
  min-width: 172px;
}

ul.phoneList {
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 10px;
}

ul.phoneList li {
  list-style: none;
  margin: 10px 0px;
}

@media (max-width: 480px) {
  support-contact .popover-content {
    min-width: 150px;
  }

  a.phoneSupport {
    right: 5.5em;
    bottom: 2em;
  }

  .popover.top {
    margin-top: -20px;
  }

  .popover-content {
    padding: 9px 10px;
  }

  support-contact .popover.top {
    margin-right: 0px;
  }
}.asui a:link,
.asui a:visited {
  text-decoration: none;
}

.asui a:hover {
  text-decoration: none;
  color: #659ad2;
}

support-case-history-table asui-table.caseHistoryTable .asui-table {
  background: transparent;
  margin: 5px 0px;
}

asui-table.caseHistoryTable td:nth-child(2) {
  width: 40px;
  min-width: 40px;
}

.asui support-case-history-table .asui-table.hideTableMask .loading-mask {
  background-color: transparent;
}

support-case-history-table asui-table.caseHistoryTable.hasItems table tbody td {
  background: #ffffff;
}

support-case-history-table asui-table.caseHistoryTable.noItems table {
  border: 0 !important;
}

support-case-history-table asui-table.caseHistoryTable.noItems table tbody td {
  background-color: transparent;
}

.asui support-case-history-table .pagination-first,
.asui support-case-history-table .pagination-last,
.asui support-case-history-table .pagination-page {
  display: none;
}

support-case-history-table asui-loading-mask.historyTableMask {
  position: relative;
  top: 20vh;
}

support-case-history-table asui-loading-mask.historyTableMask .loading-mask-container {
  background: transparent;
}

.caseHistoryTable .table td:first-child,
.caseHistoryTable .table td:last-child {
  border-top: 0px;
  min-width: 5px;
  width: 5px;
  border-top: 0px !important;
  padding-left: 0px;
}

.caseHistoryTable .table th:nth-child(2) {
  padding-left: 15px;
}

.caseHistoryTable .table th:last-child {
  padding-right: 0px;
}

.caseHistoryTable .table th {
  padding-left: 0px;
}

.caseHistoryTable .table td {
  padding: 15px 0px;
}

.caseHistoryTable .table td a div {
  max-width: 700px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#caseHistory h2 {
  text-transform: uppercase;
  margin: -5px 0px 10px 0px;
  padding-top: 0px;
}

.asui .filterHistory.asui-command-bar {
  margin: 0px 0px 5px 0px;
  max-height: 26px;
  min-height: 26px;
  border: 0px;
}

.asui .filterHistory.asui-command-bar .content {
  padding: 0px;
  background: transparent;
}

.filterHistory.asui-command-bar .content .asui-dropdown .btn-group .btn {
  height: 26px;
  padding: 0px 10px;
}

.margin-t-20 {
  margin-top: 20px;
}

.itemCount {
  color: #72889c;
  margin-top: 5px;
  font-weight: 500;
}

.fontGrey {
  color: #72889c;
}

.status .icon-case {
  height: 16px;
  width: 16px;
  background-image: url(/assets/images/support/icon-case-white.svg);
  background-repeat: no-repeat;
  margin-left: 7px;
  margin-top: 6px;
}

.status .icon-case:before {
  content: none;
}

.status.open {
  background: #52a5ff;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.8em;
  width: 30px;
  height: 30px;
  text-align: center;
  display: table;
}

.status.customer-pending {
  background: #e63e3e;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.8em;
  width: 30px;
  height: 30px;
  text-align: center;
  display: table;
}

.status.resolved {
  background: #4caf50;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.8em;
  width: 30px;
  height: 30px;
  text-align: center;
  display: table;
}

.status.closed {
  background: #9caabc;
  color: #ffffff;
  border-radius: 50%;
  font-size: 1.8em;
  width: 30px;
  height: 30px;
  text-align: center;
  display: table;
}

.noBorder .caseHistoryTable .table {
  border: 0px !important;
}

.caseHistoryTable .caseTitle {
  max-width: 500px;
}

.noCases {
  text-align: center;
  color: #9caabc;
  border: 0px;
  padding-bottom: 30px;
}

.noCases i {
  font-size: 10em;
  margin: 0px 0px 30px 0px;
}

.noCases .icon-case {
  height: 100px;
  width: 100px;
  margin: auto;
  background-image: url("/assets/images/support/icon-case.svg");
}

.noCases .icon-case:before {
  content: none;
}

.licenseContainer .caseHistoryPreloader.asui-loading-mask {
  height: 40px;
  bottom: 0;
  position: relative;
  background: transparent;
}

#supportOverview .form-control {
  background: transparent;
}

@media (max-width: 991px) {
  asui-table.caseHistoryTable td:nth-child(2) {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .caseHistoryTable .table th:first-child,
  .caseHistoryTable .table th:last-child,
  .caseHistoryTable .table td:first-child,
  .caseHistoryTable .table td:last-child {
    display: none;
  }

  .open,
  .resolved {
    margin-bottom: 10px;
    margin-top: 5px;
  }

  .filterHistory .open,
  .resolved {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .caseHistoryTable .table td a div {
    max-width: 300px;
  }

  asui-table.caseHistoryTable td:nth-child(2) {
    min-width: 30px;
    padding-left: 30px;
    padding-right: 10px;
  }

  asui-table.caseHistoryTable.noItems .table td:first-child,
  asui-table.caseHistoryTable.noItems .table td:last-child {
    display: block;
    width: initial;
  }
}

@media (max-width: 320px) {
  support-support-case-history-table .asui-table.caseHistoryTable td {
    padding: 10px 5px;
    min-width: 60px;
    font-size: 0.9em;
  }

  .caseHistoryTable .table th:first-child,
  .caseHistoryTable .table th:last-child,
  .caseHistoryTable .table td:first-child,
  .caseHistoryTable .table td:last-child {
    display: none;
  }

  .caseHistoryTable .table td:nth-child(2) {
    min-width: 90px;
  }

  .caseHistoryTable .table td:last-child {
    max-width: 50px;
  }

  .caseHistoryTable .table td a div {
    max-width: 250px;
  }

  asui-table.caseHistoryTable.noItems .table td:first-child,
  asui-table.caseHistoryTable.noItems .table td:last-child {
    max-width: 90%;
    margin: auto;
  }
}/********** Banner  ****************/

.bannerContainer {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 5px;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #ffffff;
  height: 180px;
  border: solid 1px #dae7ef;
}

.bannerContainer .imgContainer {
  width: 50%;
  margin-bottom: 10px;
  background-image: url("/assets/images/support/banner-support-portal.svg");
  background-size: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: 0px;
  overflow: hidden;
  float: right;
}

.bannerContainer .wordingContainer {
  width: 50%;
  float: left;
}

.bannerContainer .wording {
  color: #153355;
  text-align: left;
  margin: 0.5em 1em 0.5em 2em;
  font-size: 2.5em;
  padding-top: 1em;
}

.bannerContainer .btnContainer {
  text-align: left;
  margin-left: 5.5em;
}

.bannerContainer .btnContainer button {
  text-transform: uppercase;
  width: 13.7em;
  height: 2.5em;
  font-size: 1.2em;
  line-height: initial;
  padding: initial;
}

.bannerContainer .btnContainer button:first-child {
  margin-right: 0.7em;
}

.bannerContainer .wordingContainer .btnContainer .asui-btn.btn.btn-default {
  background: #ffffff;
  color: #1f79e4;
  border: solid 1px #1f79e4;
}

.bannerContainer .btnContainer .asui-btn.btn.btn-default:hover {
  background: #ffffff;
  opacity: 0.7;
}

@media (min-width: 1441px) {
  .bannerContainer .imgContainer {
    background-size: contain;
    background-position: right;
  }
}

@media (width: 1920px) {
  .bannerContainer {
    height: 200px;
  }

  .bannerContainer .imgContainer {
    background-size: 80%;
    margin-top: 10px;
    background-position: right;
  }

  .bannerContainer .wordingContainer {
    width: 40%;
    float: left;
  }

  .bannerContainer .wording {
    margin: 0.5em 1em 0.3em 2.5em;
    font-size: 2.7em;
    padding-top: 1em;
  }

  .bannerContainer .btnContainer {
    margin-left: 6.5em;
  }

  .bannerContainer .btnContainer button {
    width: 12em;
    height: 2em;
    font-size: 1.5em;
  }
}

@media (max-width: 1199px) {
  .bannerContainer .wording {
    margin: 0.5em 0.5em 0.3em 2em;
    font-size: 2.4em;
  }

  .bannerContainer .btnContainer button {
    width: 13.5em;
    height: 2.5em;
  }

  .bannerContainer .btnContainer {
    margin-left: 5em;
  }

  .bannerContainer .imgContainer {
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .bannerContainer .imgContainer {
    margin-top: 0px;
  }

  .bannerContainer {
    height: 150px;
  }

  .bannerContainer .wording {
    font-size: 1.9em;
    margin: 1em 0.5em 0.3em 1em;
  }

  .bannerContainer .btnContainer button {
    width: 12.5em;
    height: 2.5em;
    font-size: 1em;
  }

  .bannerContainer .btnContainer {
    margin-left: 2em;
  }
}

@media (max-width: 767px) {
  .bannerContainer .wording {
    font-size: 1.7em;
    margin: 1em 0.5em 0.3em 1em;
  }

  .bannerContainer .btnContainer button {
    width: 11em;
  }

  .bannerContainer .imgContainer {
    margin-top: -30px;
  }
}

@media (max-width: 640px) {
  .bannerContainer .wording {
    font-size: 1.3em;
  }

  .bannerContainer .btnContainer button {
    width: 10em;
    font-size: 0.8em;
  }

  .bannerContainer .imgContainer {
    margin-top: -10px;
  }

  .bannerContainer .btnContainer {
    margin-left: 1.8em;
  }

  .bannerContainer {
    height: 130px;
  }
}

@media (max-width: 480px) {
  .bannerContainer {
    height: 180px;
  }

  .bannerContainer .imgContainer {
    margin-top: -55px;
  }

  .bannerContainer .wordingContainer {
    width: 100%;
    float: none;
  }

  .bannerContainer .imgContainer {
    width: 100%;
    float: none;
  }
}

@media (max-width: 320px) {
  .bannerContainer {
    height: 190px;
  }

  .bannerContainer .btnContainer button {
    font-size: 1em;
  }

  .bannerContainer .wording {
    text-align: center;
    font-size: 1.5em;
  }

  .bannerContainer .imgContainer {
    margin-top: -45px;
  }

  .bannerContainer .btnContainer {
    margin-left: 2.2em;
  }
}support-avatar .avatarClient {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  background: #94afbc;
  font-size: 2.5em;
  color: #fff;
}

support-avatar .avatarSupport {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  background: #5565c0;
  font-size: 2.5em;
  color: #fff;
}

support-avatar .fa-headphones {
  width: 28px;
  height: 28px;
  border: solid 3px #fff;
  position: absolute;
  margin-top: 25px;
  margin-left: 30px;
  text-align: center;
  font-size: 1.2em;
  background: #8da0b2;
  color: #fff;
  padding-top: 4px;
}

support-avatar .fa-comments {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  background: #94afbc;
  font-size: 2.5em;
  color: #fff;
}

support-avatar .roundIcon {
  border-radius: 50%;
}asui-form-component .subText {
  font-size: 0.9em;
}as-loading-mask {
  opacity: 0.9;
  height: 100vh;
  top: 0px;
  width: 100vw;
}

.asui as-loading-mask asui-loading-mask .loading-mask-container {
  position: fixed;
  min-height: 100%;
  min-width: 100%;
}as-image-overlay div.imageOverlayMaskContainer {
  width: 100%;
  min-height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  z-index: 500;
}

as-image-overlay div.imageOverlayContainer {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 300px;
  text-align: center;
  margin: 0 auto;
  z-index: 500;
  background: #ffffff;
  padding: 0px;
  border-radius: 4px;
  max-height: 90vh;
}

as-image-overlay div.imageOverlayContainer .body {
  padding: 20px;
  min-height: 150px;
}

as-image-overlay div.imageOverlayContainer .footer {
  padding: 20px;
  border-top: solid 1px #e5e5e5;
}

as-image-overlay .body img {
  min-width: 100%;
  height: auto;
  max-height: 70vh;
}

as-image-overlay asui-loading-mask {
  width: 0px!important;
}

as-image-overlay asui-loading-mask.loadingImage {
  height: 0px!important;
  top: 35%;
  margin-left: -20px;
}

as-image-overlay asui-loading-mask.loadingImage .loading-mask-container .outer .spinner2 div.loader {
  margin: 0px auto;
}

@media (min-width:320px) and (max-width:360px) {
  as-image-overlay div.imageOverlayContainer {
    min-width: 80%;
  }
}.asui as-country.form-control {
  padding: inherit;
  border: inherit;
}

.asui as-country .ui-select-container .btn-default {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0px;
}

.asui as-country .ui-select-container .btn-default span {
  color: #000000;
}

.asui as-country .ui-select-container:focus,
.asui as-country .ui-select-container .ui-select-match:focus,
.asui as-country .ui-select-container .btn-default-focus {
  outline: none;
  box-shadow: none;
}

.asui as-country .ui-select-container .form-control:focus {
  box-shadow: none;
  border-radius: 0px;
}

.asui as-country .ui-select-container input[type="search"] {
  border-radius: 0px;
  box-shadow: none;
}

.asui as-country .ui-select-bootstrap .ui-select-choices-row.active>span {
  background: #f5f5f5;
  color: #000000;
}.asui alert-notification .alert-notifications {
  background: white;
  padding: 15px 10px 15px 20px;
  margin-bottom: 10px;
  border: 1px solid #dbe0ea;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
}

.asui alert-notification .alert-notifications div {
  flex: 1;
}

.asui alert-notification .alert-notifications .notification-close {
  color: #dbe0ea;
  cursor: pointer;
  font-size: 150%;
  padding-left: 10px;
}

.asui alert-notification .alert-notifications .alert-notification-icon {
  font-size: 150%;
  padding-right: 30px;
}

.asui alert-notification .alert-notifications.alert-notification-info {
  border-left-width: 5px;
  border-left-color: #A8BCCD;
}

.asui alert-notification .alert-notifications.alert-notification-error {
  border-left-width: 5px;
  border-left-color: #F11E1E;
}

.asui alert-notification .alert-notifications.alert-notification-success {
  border-left-width: 5px;
  border-left-color: #1D7BE3;
}

.asui alert-notification .alert-notifications.alert-notification-warning {
  border-left-width: 5px;
  border-left-color: #F8BD5F;
}

.asui alert-notification .alert-notifications.alert-notification-info .alert-notification-icon {
  color: #A8BCCD;
  margin-top: 2px;
}

.asui alert-notification .alert-notifications.alert-notification-error .alert-notification-icon {
  color: #F11E1E;
  margin-top: 4px;
}

.asui alert-notification .alert-notifications.alert-notification-success .alert-notification-icon {
  color: #1D7BE3;
  margin-top: 2px;
}

.asui alert-notification .alert-notifications.alert-notification-warning .alert-notification-icon {
  color: #F8BD5F;
  margin-top: 2px;
}

.asui alert-notification .alert-notifications .detail-text {
  color: #708a9b;
}.userProvisioning .imgContainer {
  width: 40%;
  display: block;
  margin-bottom: 10px;
  background-image: url("/assets/images/authentication/account-management-portal-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 35%;
  margin: 0 auto;
}

.userProvisioning .content {
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #72889C;
  font-family: Roboto, "Helvetica Neue LT Std", sans-serif, Arial;
}

.userProvisioning .user-provisioning-link {
  text-transform: uppercase;
  margin: 30px auto;
  padding: 10px 20px !important;
  font-size: 12px;
  line-height: 1.2;
  height: auto !important;
}#settings {
  background: #ffffff;
  border: solid 1px #dbe0ea;
}

#settings .row.isFlex {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

#settings .sideBar {
  background: #eef4fa;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 85vh;
}

#settings .sideBar ul {
  margin-bottom: 0px;
}

.asui #settings asui-vertical-navbar {
  background-color: transparent;
  border: 0px;
}

@media (max-width: 991px) {
  #settings .row.isFlex {
    display: block;
  }

  #settings .sideBar {
    min-height: initial;
    display: block;
  }
}.permissionsContainer tags-input {
  margin-top: 15px;
}

.permissionsContainer .tags {
  box-shadow: none;
  border: solid 1px #c9d8e0;
  padding: 5px;
}

.permissionsContainer .tags.focused,
.permissionsContainer tags-input:focus,
.permissionsContainer .host:focus {
  box-shadow: none;
  outline: none;
}

.permissionsContainer .tags {
  min-height: 12em;
  -webkit-appearance: none;
}

.asui .permissionsContainer .tags input,
.asui .permissionsContainer .tags input:focus {
  min-width: 120px;
  border: 0px;
}

.permissionsContainer tags-input .tags .tag-item {
  background: #a8bccd;
  border-radius: 20px;
  color: #ffffff;
  font-size: 11px;
  padding: 1px 8px 0px 10px;
  border: 0px;
}

.permissionsContainer tags-input .tags .tag-item ti-tag-item:before {
  content: '\F007';
  font-family: 'FontAwesome';
  margin-right: 5px;
}

.permissionsContainer tags-input .tags .tag-item .remove-button {
  color: #ffffff;
}

.permissionsContainer tags-input .autocomplete {
  border: solid 1px #c9d8e0;
  margin-top: 1px;
}

.permissionsContainer tags-input .autocomplete .suggestion-item {
  font-size: 12px;
  padding: 8px 15px;
}

.permissionsContainer tags-input .autocomplete .suggestion-list {
  max-height: 200px;
}

.permissionsContainer tags-input .autocomplete .suggestion-item:before {
  content: '\F007';
  font-family: 'FontAwesome';
  margin-right: 5px;
}

.asui .permissionsContainer tags-input .autocomplete .suggestion-item em {
  color: #333333;
  font-size: 12px;
  padding: 0px;
}

.permissionsContainer tags-input .autocomplete .suggestion-item.selected {
  background: #f5f5f5;
  color: #333333;
  font-size: 12px;
  padding: 8px 15px;
}

.asui .permissionsContainer tags-input .autocomplete .suggestion-item.selected em {
  background: #f5f5f5;
  color: #333333;
  font-size: 12px;
  padding: 0px;
}

.permissionsContainer tags-input.ng-invalid .tags {
  border: solid 1px #e63e3e!important;
  outline: none;
  box-shadow: none;
}

.permissionsContainer .errorMsg {
  color: #e63e3e;
  font-size: 11px;
  clear: both;
  margin-top: 10px;
}

.permissionsContainer .exceedTotalSupportUsers {
  color: #e63e3e;
}

.permissionsLabel h5 {
  margin-top: 20px;
}

.permissionsContainer h5 {
  margin-top: 20px;
}

.permissionsContainer button {
  margin-top: 10px;
}

.asui-notification.asui-notification-success .caseTitle {
  color: #72889c;
  max-width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -5px;
  display: inline-block;
}

.permissionsContainer .btn-primary:disabled:hover {
  background: #1D7BE3;
}

.permissionBtnContainer {
  margin-top: 2em;
  text-align: right;
}

.asui .permissionBtnContainer  .btn.btn-default,
.asui .permissionBtnContainer  .btn.btn-primary {
  min-width: 12em;
}

.permissionBtnContainer button:first-child {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .permissionsContainer button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .permissionsContainer {
    width: 100%;
  }

  .noPadding {
    padding-left: 0px;
    padding-right: 0px;
  }
}.accAuthContainer .imgContainer {
  width: 40%;
  display: block;
  margin-bottom: 10px;
  background-image: url("/assets/images/authentication/account-management-portal-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 35%;
  margin: 0 auto;
}

.accAuthContainer .content {
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #72889C;
  font-family: Roboto, "Helvetica Neue LT Std", sans-serif, Arial;
}

.accAuthContainer .authentication-link {
  text-transform: uppercase;
  margin: 30px auto;
  padding: 10px 20px !important;
  font-size: 12px;
  line-height: 1.2;
  height: auto !important;
}.asui table.licenseTable,
.asui table.licenseTable td {
  border: 0px !important;
  min-height: 2vmin;
  padding-left: 0;
  padding-right: 0;
}

.asui table.licenseTable {
  table-layout: fixed;
}

.asui table.licenseTable .numbersAlign {
  text-align: center;
}

.asui table.licenseTable tr {
  border-bottom: solid 1px #c9d8e0;
}

.licenseTable label {
  margin: 0px !important;
}

td.total {
  padding-top: 10px;
  padding-bottom: 0px;
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

td.license {
  padding-top: 10px;
  padding-bottom: 0px;
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

td.used {
  padding-top: 10px;
  padding-bottom: 0px;
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

td.remaining {
  padding-top: 10px;
  padding-bottom: 0px;
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

.file-progress {
  border-radius: 1px;
  box-shadow: none;
  background-color: white;
  height: 14px;
}

td.progressBar {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

.userType .progress {
  height: 10px;
  width: 50px;
}

.userType .progress-bar-critical {
  background-color: #F11E1E;
}

.userType .progress-bar-grey {
  background-color: #708a9b;
}

.userType .progress-bar-warning {
  background-color: #F8BD5F;
}

.userType .progress-bar-none {
  background-color: #087ACA;
}

.userType .progressBar .progressBarSection {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  max-width: 100px;
  width: 100px;
}

.userType .progressBar .percentageSection {
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 0px;
  max-width: 50px;
  width: 50px;
}

td.license a {
  color: #2f475f;
  cursor: pointer;
  font-weight: bolder;
}

td.license a.disabled {
  color: #000000;
  pointer-events: none;
  cursor: default;
}

td.instType {
  width: 30px;
}

td.lastSync {
  padding-left: 10px !important;
}

td.lastSyncWithOnPrem {
  padding-left: 10px !important;
  width: 10%;
}

td.lastSync {
  padding-left: 10px !important;
  width: 200px;
}

td.devicesInUse {
  width: 13%;
}

td.devicesAlloc {
  width: 13%;
}

td.platformUsersInUse {
  width: 13%;
}

td.platformUsersAlloc {
  width: 13%;
}

as-horizontal-bar-chart .license span {
  font-weight: 700;
}

as-horizontal-bar-chart .license .envType,
as-horizontal-bar-chart .total .envType {
  color: #2f475f;
}

as-horizontal-bar-chart .total .serverVersion {
  color: #708a9b;
  font-size: 11px;
}

.online {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  background: #39B54A;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(57, 181, 74, 0.5);
  -webkit-animation: pulse 1.5s infinite;
  text-align: center;
}

.online:hover {
  -webkit-animation: none;
}

.online:before {
  content: "\F0E7";
  font-family: "FontAwesome";
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  padding: 0px 3px;
  line-height: 15px;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(57, 181, 74, 0);
  }

  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(57, 181, 74, 0);
  }
}

.offline {
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  background: #C9D8E0;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(201, 216, 224, 0.5);
  text-align: center;
  padding-bottom: 2px;
}

.offline:hover {
  -webkit-animation: none;
}

.offline:before {
  content: "\F0E7";
  font-family: "FontAwesome";
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  padding: 0px 3px;
  line-height: 15px;
}

td.instLabel {
  max-width: 150px;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}

.serverDescription {
  max-width: 150px;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.alertLabel {
  width: 140px;
}

.alertLabelWithoutOnPrem {
  text-align: center !important;
  width: 200px;
}

td.alertLabel a.disabled,
td.alertLabelWithoutOnPrem a.alertDisabled {
  pointer-events: none;
}

.alertPending {
  max-width: 110px;
  width: 110px;
  margin: 0px 10px 0px auto;
}

.alertWarning,
.alertRestricted,
.alertInactive,
.alertDisabled,
.alertUnavailable {
  margin: 0px 10px 0px auto;
  max-width: 80px;
  width: 75px;
}

.lostCommunication td {
  opacity: 0.5;
}

.lostCommunication button,
.lostCommunication a,
.lostCommunication .offline {
  cursor: not-allowed;
  pointer-events: none;
}

as-horizontal-bar-chart .btnContainer {
  display: none;
}

as-horizontal-bar-chart .license a:hover {
  color: #44678a;
}

as-horizontal-bar-chart .alertPending a:hover {
  color: #ffffff;
}

.ctxtMenu {
  width: 30px;
}

.notActiveCtxtMenu {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}

.hidden {
  display: none;
}

.onmobile {
  display: none;
}

.hideonMobile {
  display: block;
}

.usageDetail {
  display: none;
}

.usageDetail li {
  list-style: none;
}

@media (max-width:1000px) {
  .userType td.usageDisplay {
    display: none;
  }

  .userType td.usageDetail {
    display: block;
  }

  .userType td.progressBar {
    width: 200px;
    max-width: 200px;
  }

  td.lastSyncWithOnPrem {
    width: 15%;
  }

  td.alertLabel {
    width: 140px;
    max-width: 140px;
  }

  .asui table.licenseTable,
  .asui table.licenseTable td {
    min-height: auto;
    padding-bottom: 12px;
  }
}

@media (max-width: 500px) {
  .userType td.license {
    max-width: 170px;
    width: 170px;
  }

  .serverType,
  .serverDescription {
    max-width: 50px;
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }

  .userType td.progressBar {
    display: none;
  }

  .chartStaticUsageDetail {
    display: none;
    width: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
}.asui table.licenseTable,
.asui table.licenseTable td {
  border: 0px !important;
  min-height: 2vmin;
  padding-left: 0;
  padding-right: 0;
}

.asui table.licenseTable {
  table-layout: fixed;
}

.asui table.licenseTable .numbersAlign {
  text-align: center;
}

.asui table.licenseTable tr {
  border-bottom: solid 1px #c9d8e0;
}

.licenseTable label {
  margin: 0px !important;
}

td.total {
  padding-top: 10px;
  padding-bottom: 0px;
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

td.license {
  padding-top: 10px;
  padding-bottom: 0px;
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

td.used {
  padding-top: 10px;
  padding-bottom: 0px;
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

td.remaining {
  padding-top: 10px;
  padding-bottom: 0px;
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

.file-progress {
  border-radius: 1px;
  box-shadow: none;
  background-color: white;
  height: 14px;
}

td.progressBar {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

.resourceType .progress {
  height: 10px;
  width: 50px;
}

.resourceType .progress-bar-critical {
  background-color: #F11E1E;
}

.resourceType .progress-bar-grey {
  background-color: #708a9b;
}

.resourceType .progress-bar-warning {
  background-color: #F8BD5F;
}

.resourceType .progress-bar-none {
  background-color: #087ACA;
}

.resourceType .progressBar .progressBarSection {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  max-width: 100px;
  width: 100px;
}

.resourceType .progressBar .percentageSection {
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 0px;
  max-width: 50px;
  width: 50px;
}

td.license a {
  color: #2f475f;
  cursor: pointer;
  font-weight: bolder;
}

td.license a.disabled {
  color: #000000;
  pointer-events: none;
  cursor: default;
}

td.instType {
  width: 30px;
}

td.lastSync {
  padding-left: 10px !important;
}

td.lastSyncWithOnPrem {
  padding-left: 10px !important;
  width: 10%;
}

td.lastSync {
  padding-left: 10px !important;
  width: 200px;
}

td.devicesInUse {
  width: 13%;
}

td.devicesAlloc {
  width: 13%;
}

td.platformUsersInUse {
  width: 13%;
}

td.platformUsersAlloc {
  width: 13%;
}

as-horizontal-bar-chart .license span {
  font-weight: 700;
}

as-horizontal-bar-chart .license .envType,
as-horizontal-bar-chart .total .envType {
  color: #2f475f;
}

as-horizontal-bar-chart .total .serverVersion {
  color: #708a9b;
  font-size: 11px;
}

.online {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  background: #39B54A;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(57, 181, 74, 0.5);
  -webkit-animation: pulse 1.5s infinite;
  text-align: center;
}

.online:hover {
  -webkit-animation: none;
}

.online:before {
  content: "\F0E7";
  font-family: "FontAwesome";
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  padding: 0px 3px;
  line-height: 15px;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(57, 181, 74, 0);
  }

  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(57, 181, 74, 0);
  }
}

.offline {
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  background: #C9D8E0;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(201, 216, 224, 0.5);
  text-align: center;
  padding-bottom: 2px;
}

.offline:hover {
  -webkit-animation: none;
}

.offline:before {
  content: "\F0E7";
  font-family: "FontAwesome";
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  padding: 0px 3px;
  line-height: 15px;
}

td.instLabel {
  max-width: 150px;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}

.serverDescription {
  max-width: 150px;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.alertLabel {
  width: 140px;
}

.alertLabelWithoutOnPrem {
  text-align: center !important;
  width: 200px;
}

td.alertLabel a.disabled,
td.alertLabelWithoutOnPrem a.alertDisabled {
  pointer-events: none;
}

.alertPending {
  max-width: 110px;
  width: 110px;
  margin: 0px 10px 0px auto;
}

.alertWarning,
.alertRestricted,
.alertInactive,
.alertDisabled,
.alertUnavailable {
  margin: 0px 10px 0px auto;
  max-width: 80px;
  width: 75px;
}

.lostCommunication td {
  opacity: 0.5;
}

.lostCommunication button,
.lostCommunication a,
.lostCommunication .offline {
  cursor: not-allowed;
  pointer-events: none;
}

as-horizontal-bar-chart .btnContainer {
  display: none;
}

as-horizontal-bar-chart .license a:hover {
  color: #44678a;
}

as-horizontal-bar-chart .alertPending a:hover {
  color: #ffffff;
}

.ctxtMenu {
  width: 30px;
}

.notActiveCtxtMenu {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}

.hidden {
  display: none;
}

.onmobile {
  display: none;
}

.hideonMobile {
  display: block;
}

.usageDetail {
  display: none;
}

.usageDetail li {
  list-style: none;
}

@media (max-width:1000px) {
  .resourceType td.usageDisplay {
    display: none;
  }

  .resourceType td.usageDetail {
    display: block;
  }

  .resourceType td.progressBar {
    width: 200px;
    max-width: 200px;
  }

  td.lastSyncWithOnPrem {
    width: 15%;
  }

  td.alertLabel {
    width: 140px;
    max-width: 140px;
  }

  .asui table.licenseTable,
  .asui table.licenseTable td {
    min-height: auto;
    padding-bottom: 12px;
  }
}

@media (max-width: 500px) {
  .resourceType td.license {
    max-width: 170px;
    width: 170px;
  }

  .serverType,
  .serverDescription {
    max-width: 50px;
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }

  .resourceType td.progressBar {
    display: none;
  }

  .chartStaticUsageDetail {
    display: none;
    width: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
}.asui table.licenseTable,
.asui table.licenseTable td {
  border: 0px !important;
  min-height: 2vmin;
  padding-left: 0;
  padding-right: 0;
}

.asui table.licenseTable {
  table-layout: fixed;
}

.asui table.licenseTable .numbersAlign {
  text-align: center;
}

.asui table.licenseTable tr {
  border-bottom: solid 1px #c9d8e0;
}

.licenseTable label {
  margin: 0px !important;
}

td.total {
  padding-top: 10px;
  padding-bottom: 0px;
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

td.license {
  padding-top: 10px;
  padding-bottom: 0px;
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

td.used {
  padding-top: 10px;
  padding-bottom: 0px;
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

td.remaining {
  padding-top: 10px;
  padding-bottom: 0px;
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

.file-progress {
  border-radius: 1px;
  box-shadow: none;
  background-color: white;
  height: 14px;
}

td.progressBar {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

.deviceType .progress {
  height: 10px;
  width: 50px;
}

.deviceType .progress-bar-critical {
  background-color: #F11E1E;
}

.deviceType .progress-bar-grey {
  background-color: #708a9b;
}

.deviceType .progress-bar-warning {
  background-color: #F8BD5F;
}

.deviceType .progress-bar-none {
  background-color: #087ACA;
}

.deviceType .progressBar .progressBarSection {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  max-width: 100px;
  width: 100px;
}

.deviceType .progressBar .percentageSection {
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 0px;
  max-width: 50px;
  width: 50px;
}

td.license a {
  color: #2f475f;
  cursor: pointer;
  font-weight: bolder;
}

td.license a.disabled {
  color: #000000;
  pointer-events: none;
  cursor: default;
}

td.instType {
  width: 30px;
}

td.lastSync {
  padding-left: 10px !important;
}

td.lastSyncWithOnPrem {
  padding-left: 10px !important;
  width: 10%;
}

td.lastSync {
  padding-left: 10px !important;
  width: 200px;
}

td.devicesInUse {
  width: 13%;
}

td.devicesAlloc {
  width: 13%;
}

td.platformUsersInUse {
  width: 13%;
}

td.platformUsersAlloc {
  width: 13%;
}

as-horizontal-bar-chart .license span {
  font-weight: 700;
}

as-horizontal-bar-chart .license .envType,
as-horizontal-bar-chart .total .envType {
  color: #2f475f;
}

as-horizontal-bar-chart .total .serverVersion {
  color: #708a9b;
  font-size: 11px;
}

.online {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  background: #39B54A;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(57, 181, 74, 0.5);
  -webkit-animation: pulse 1.5s infinite;
  text-align: center;
}

.online:hover {
  -webkit-animation: none;
}

.online:before {
  content: "\F0E7";
  font-family: "FontAwesome";
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  padding: 0px 3px;
  line-height: 15px;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(57, 181, 74, 0);
  }

  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(57, 181, 74, 0);
  }
}

.offline {
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  background: #C9D8E0;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(201, 216, 224, 0.5);
  text-align: center;
  padding-bottom: 2px;
}

.offline:hover {
  -webkit-animation: none;
}

.offline:before {
  content: "\F0E7";
  font-family: "FontAwesome";
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  padding: 0px 3px;
  line-height: 15px;
}

td.instLabel {
  max-width: 150px;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}

.serverDescription {
  max-width: 150px;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.alertLabel {
  width: 140px;
}

.alertLabelWithoutOnPrem {
  text-align: center !important;
  width: 200px;
}

td.alertLabel a.disabled,
td.alertLabelWithoutOnPrem a.alertDisabled {
  pointer-events: none;
}

.alertPending {
  max-width: 110px;
  width: 110px;
  margin: 0px 10px 0px auto;
}

.alertWarning,
.alertRestricted,
.alertInactive,
.alertDisabled,
.alertUnavailable {
  margin: 0px 10px 0px auto;
  max-width: 80px;
  width: 75px;
}

.lostCommunication td {
  opacity: 0.5;
}

.lostCommunication button,
.lostCommunication a,
.lostCommunication .offline {
  cursor: not-allowed;
  pointer-events: none;
}

as-horizontal-bar-chart .btnContainer {
  display: none;
}

as-horizontal-bar-chart .license a:hover {
  color: #44678a;
}

as-horizontal-bar-chart .alertPending a:hover {
  color: #ffffff;
}

.ctxtMenu {
  width: 30px;
}

.notActiveCtxtMenu {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}

.hidden {
  display: none;
}

.onmobile {
  display: none;
}

.hideonMobile {
  display: block;
}

.usageDetail {
  display: none;
}

.usageDetail li {
  list-style: none;
}

@media (max-width:1000px) {
  .deviceType td.usageDisplay {
    display: none;
  }

  .deviceType td.usageDetail {
    display: block;
  }

  .deviceType td.progressBar {
    width: 200px;
    max-width: 200px;
  }

  td.lastSyncWithOnPrem {
    width: 15%;
  }

  td.alertLabel {
    width: 140px;
    max-width: 140px;
  }

  .asui table.licenseTable,
  .asui table.licenseTable td {
    min-height: auto;
    padding-bottom: 12px;
  }
}

@media (max-width: 500px) {
  .deviceType td.license {
    max-width: 170px;
    width: 170px;
  }

  .serverType,
  .serverDescription {
    max-width: 50px;
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }

  .deviceType td.progressBar {
    display: none;
  }

  .chartStaticUsageDetail {
    display: none;
    width: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
}/*********** Server Profile & Details ****************/

.asui asui-loading-mask.loadingRegisterInstance {
  height: 0px!important;
  top: 50%!important;
}

.asui asui-loading-mask.loadingRegisterInstance .loading-mask-container {
  background: transparent;
  height: 0px!important;
}

.asui .btn.btn-default,
.asui .btn.btn-primary {
  min-width: 80px;
}

.modal-body {
  padding: 0px 15px 15px 15px;
}

.serverProfileTable .table td:first-child {
  min-width: 30px;
  width: 30px;
}

.bstContainer .colServerName {
  padding-right: 15px;
}

/************* Media Breakpoints **************/

@media (max-width: 991px) {
  .bstContainer .colServerName {
    padding-right: 0px;
  }
}.overviewSubscriptionPlan {
  display: flex;
  flex-direction: row;
  flex-flow: row nowrap;
  /* Align on the same line */
  justify-content: space-between;
  /* Equal margin between the child elements */
}

.flex-container {
  display: flex;
  background-color: DodgerBlue;
}

.flex-container > div {
  background-color: #f1f1f1;
  margin: 10px;
  padding: 20px;
  font-size: 30px;
}

#licensePlanInfoSummary .planEntitlement {
  text-align: right;
  margin-left: 100px;
}

@media (max-width:1000px) {
  .overviewSubscriptionPlan {
    display: flex;
    flex-direction: column;
  }
}.asui license-overview .subscriptionInfo hr {
  margin-left: -20px;
  margin-right: -20px;
  border: 0;
  border-top: 1px solid #c9d8e0;
}

.asui license-overview .subscriptionInfo .asui-loading-mask {
  z-index: 2;
  width: inherit;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background-color: #ffffff;
}.asui table.licenseHeader {
  table-layout: fixed;
  border: 0 !important;
}

.asui table.licenseHeader tr {
  border-bottom: solid 1px #c9d8e0;
}

.asui table.licenseHeader tr th {
  padding: 15px 0;
  font-weight: bold !important;
  background-color: #eef4f9;
}

.hidden {
  display: none;
}

.licenseHeader label {
  margin: 0px !important;
}



.usageDetail {
  display: none;
}

th.license {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

th.used {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

th.remaining {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

th.progressBar {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width:1000px) {
  .asui table.licenseHeader tr th.alertLabel {
    width: 140px;
    max-width: 140px;
  }

  .userUsage .licenseHeader th.usageDetail {
    display: block;
  }

  .userUsage .licenseHeader th.progressBar {
    max-width: 200px;
    width: 200px;
  }

  .userUsage .licenseHeader th.usageDisplay {
    display: none;
  }

  th.lastSyncWithOnPrem {
    width: 15%;
  }
}

@media (max-width: 500px) {
  .userUsage .licenseHeader th.license {
    max-width: 170px;
    width: 170px;
  }

  .serverType,
  .serverDescription {
    max-width: 50px;
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }

  .userUsage .licenseHeader th.progressBar {
    display: none;
  }

  .chartStaticUsageDetail {
    display: none;
    width: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
}.asui table.licenseHeader {
  table-layout: fixed;
  border: 0 !important;
}

.asui table.licenseHeader tr {
  border-bottom: solid 1px #c9d8e0;
}

.asui table.licenseHeader tr th {
  padding: 15px 0;
  font-weight: bold !important;
  background-color: #eef4f9;
}

.hidden {
  display: none;
}

.licenseHeader label {
  margin: 0px !important;
}



.usageDetail {
  display: none;
}

th.resource {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

th.used {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

th.remaining {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

th.progressBar {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width:1000px) {
  .asui table.licenseHeader tr th.alertLabel {
    width: 140px;
    max-width: 140px;
  }

  .resourceUsage .licenseHeader th.usageDetail {
    display: block;
  }

  .resourceUsage .licenseHeader th.progressBar {
    max-width: 200px;
    width: 200px;
  }

  .resourceUsage .licenseHeader th.usageDisplay {
    display: none;
  }

  th.lastSyncWithOnPrem {
    width: 15%;
  }
}

@media (max-width: 500px) {
  .resourceUsage .licenseHeader th.resource {
    max-width: 170px;
    width: 170px;
  }

  .serverType,
  .serverDescription {
    max-width: 50px;
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }

  .resourceUsage .licenseHeader th.progressBar {
    display: none;
  }

  .chartStaticUsageDetail {
    display: none;
    width: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
}.asui table.licenseHeader {
  table-layout: fixed;
  border: 0 !important;
}

.asui table.licenseHeader tr {
  border-bottom: solid 1px #c9d8e0;
}

.asui table.licenseHeader tr th {
  padding: 15px 0;
  font-weight: bold !important;
  background-color: #eef4f9;
}

.hidden {
  display: none;
}

.licenseHeader label {
  margin: 0px !important;
}



.usageDetail {
  display: none;
}

th.license {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

th.used {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

th.remaining {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

th.progressBar {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width:1000px) {
  .asui table.licenseHeader tr th.alertLabel {
    width: 140px;
    max-width: 140px;
  }

  .deviceUsage .licenseHeader th.usageDetail {
    display: block;
  }

  .deviceUsage .licenseHeader th.progressBar {
    max-width: 200px;
    width: 200px;
  }

  .deviceUsage .licenseHeader th.usageDisplay {
    display: none;
  }

  th.lastSyncWithOnPrem {
    width: 15%;
  }
}

@media (max-width: 500px) {
  .deviceUsage .licenseHeader th.license {
    max-width: 170px;
    width: 170px;
  }

  .serverType,
  .serverDescription {
    max-width: 50px;
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }

  .deviceUsage .licenseHeader th.progressBar {
    display: none;
  }

  .chartStaticUsageDetail {
    display: none;
    width: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
}/************* Manage Allocation **************/

label.modalLabel.currentLabel,
.currentValue,
.currentIcon,
.newValue,
.differenceValue {
  float: left;
}

label.modalLabel.currentLabel {
  margin: 7px 20px 7px 0px;
}

.currentValue {
  min-width: 50px;
  margin: 7px 0px 7px 10px;
}

.currentIcon {
  margin: 7px 20px 0px 0px;
}

.newValue {
  margin: 7px 10px;
  min-width: 50px;
}

.manageAllocation input.newValueInput {
  width: 80px !important;
  margin-right: 10px;
}

.manageAllocation input.newValueInput[type='number'] {
  -moz-appearance: textfield;
}

.manageAllocation input.newValueInput::-webkit-outer-spin-button,
.manageAllocation input.newValueInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.inputContainer {
  width: 200px;
  float: left;
}

.differenceValue {
  margin: 7px 0px 0px -110px;
  color: #3bb04c;
}

.inputErrorMessage.minAllocationInput {
  margin: 0px 0px 0px 0px;
  width: 300px;
}

/************* Media Breakpoints **************/

@media (max-width: 991px) {
  .currentIcon,
  .differenceValue {
    float: none;
  }

  label.modalLabel.currentLabel {
    margin: 0px 20px 0px 0px;
  }

  .currentValue {
    min-width: 50px;
    margin: 0px 20px 0px 15px;
  }

  .currentIcon {
    margin: 4px 0px 0px 0px;
    display: block;
  }

  .newValue {
    margin: 10px 20px 0px 0px;
  }

  .manageAllocation input.newValueInput {
    margin: 0px 10px 0px 7px;
  }

  .differenceValue {
    margin: 9px 0px 0px 170px;
    position: absolute;
  }

  .inputErrorMessage.minAllocationInput {
    margin: 10px 0px 0px 10px;
    width: 200px;
  }
}

@media (max-width: 767px) {
  .inputErrorMessage.minAllocationInput {
    margin: 5px 0px 0px 7px;
    padding-bottom: 0px;
  }

  .inputContainer {
    width: 150px;
  }

  .inputErrorMessage {
    max-width: 500px;
    padding-bottom: 20px;
  }

  .inputErrorMessage.minAllocationInput {
    max-width: 150px;
  }
}

@media (max-width: 423px) {
  .differenceValue {
    margin: 8px 0px 0px 150px;
  }

  .inputContainer {
    width: 80px;
  }

  .inputErrorMessage.minAllocationInput {
    max-width: 100px;
  }

  .manageAllocation input.newValueInput {
    margin: 0px;
    width: 70px!important;
  }
}

@media (max-width: 360px) {
  .manageAllocation input.newValueInput {
    margin: 0px;
    width: 50px!important;
  }

  .differenceValue {
    margin: 8px 0px 0px 135px;
  }

  .currentIcon {
    padding-top: 20px;
  }

  .inputContainer {
    width: 70px;
  }

  .inputErrorMessage.minAllocationInput {
    max-width: 80px;
  }
}

@media (max-width: 320px) {
  label.modalLabel.currentLabel {
    margin: 0px 10px 0px 20px;
    float: none;
  }

  .currentValue {
    min-width: 50px;
    margin: 5px 20px 10px 20px;
    float: none;
    display: block;
  }

  .currentIcon {
    padding-top: 0px;
    margin: 4px 0px 4px 20px;
    display: block;
  }

  .newValue {
    margin: 0px 0px 0px 20px;
    display: block;
  }

  .manageAllocation input.newValueInput {
    margin: 3px 10px 0px 20px;
    width: 70px!important;
    padding: 5px;
  }

  .inputContainer {
    width: 110px;
  }

  .differenceValue {
    margin: 33px 0px 0px 0px;
    position: initial;
    word-break: break-word;
  }

  .inputErrorMessage.minAllocationInput {
    margin: 10px 0px 0px 20px;
    width: 80px;
  }
}.asui table.licenseHeader {
  table-layout: fixed;
  border: 0 !important;
}

.asui table.licenseHeader tr {
  border-bottom: solid 1px #c9d8e0;
}

.asui table.licenseHeader tr th {
  padding: 15px 0;
  font-weight: bold !important;
  background-color: #eef4f9;
}

.asui table.licenseHeader tr th.alertLabel {
  width: 140px;
}

.asui table.licenseHeader tr th.alertLabelWithoutOnPrem {
  text-align: center !important;
  width: 200px;
}

.asui table.licenseHeader tr th.instType {
  width: 30px;
}

.asui table.licenseHeader .numbersAlign {
  text-align: center;
}

.asui license-instances table tbody tr th:first-child,
.asui license-instances table tbody tr td:first-child {
  padding-left: 0;
}

.hidden {
  display: none;
}

.licenseHeader label {
  margin: 0px !important;
}

.usageDetail {
  display: none;
}

th.devicesInUse {
  width: 13%;
}

th.devicesAlloc {
  width: 13%;
}

.seperator {
  margin-top: 0px;
  margin-bottom: 0px;
}

th.instEnv {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

th.instName {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.asui license-instances table th {
  border-bottom: none !important;
}

license-instances th.usageDisplay {
  min-width: 150px;
}

license-instances td.usageDisplay {
  min-width: 150px;
}

th.lastSync {
  padding-left: 10px !important;
  width: 200px;
}

th.lastSyncWithOnPrem {
  padding-left: 10px !important;
  width: 10%;
}

th.platformUsersInUse {
  width: 13%;
}

th.platformUsersAlloc {
  width: 13%;
}

@media (max-width:1000px) {
  .asui table.licenseHeader tr th.alertLabel {
    width: 140px;
    max-width: 140px;
  }

  .usageDetail {
    display: block;
  }

  td.progressBar {
    width: 200px;
    max-width: 200px;
  }

  .usageDisplay {
    display: none;
  }

  th.lastSyncWithOnPrem {
    width: 15%;
  }
}.asui table.licenseHeader {
  table-layout: fixed;
  border: 0 !important;
}

.asui table.licenseHeader tr {
  border-bottom: solid 1px #c9d8e0;
}

.asui table.licenseHeader tr th {
  padding: 15px 0;
  font-weight: bold !important;
  background-color: #eef4f9;
}

.asui table.licenseHeader tr th.alertLabel {
  justify-content: flex-end;
  margin-left: auto;
  width: 140px;
}

.instanceInformation .popover label.allocationType {
  display: block;
}

.instanceInformation .popover {
  text-align: left;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-animation: none;
  -webkit-transform: translate3d(0, 0, 0);
}

.instanceInformation .connectionStatus .online {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  background: #39B54A;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(57, 181, 74, 0.5);
  -webkit-animation: pulse 1.5s infinite;
  text-align: center;
}

.instanceInformation .connectionStatus .online:hover {
  -webkit-animation: none;
}

.instanceInformation .connectionStatus .online:before {
  content: "\F0E7";
  font-family: "FontAwesome";
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  padding: 0px 3px;
  line-height: 15px;
}

.instanceInformation .connectionStatus .offline {
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  background: #C9D8E0;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(201, 216, 224, 0.5);
  text-align: center;
  padding-bottom: 2px;
}

.instanceInformation .connectionStatus .offline:hover {
  -webkit-animation: none;
}

.instanceInformation .connectionStatus .offline:before {
  content: "\F0E7";
  font-family: "FontAwesome";
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  padding: 0px 3px;
  line-height: 15px;
}

.asui table.licenseHeader tr th.alertLabelWithoutOnPrem {
  justify-content: flex-end;
  margin-left: auto;
  text-align: center !important;
  width: 200px;
}

.asui table.licenseHeader .numbersAlign {
  text-align: center;
}

.asui license-instances table tbody tr th:first-child,
.asui license-instances table tbody tr td:first-child {
  padding-left: 0;
}

.hidden {
  display: none;
}

.instanceInformation {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}

.instanceInformation .alertLabel {
  justify-content: flex-end;
  margin-left: auto;
}

.instanceInformation .alertLabel .alertPending {
  margin: 0px 0px 0px auto;
}

.instanceInformation .alertLabel .alertUnavailable {
  margin: 0px 0px 0px auto;
}

.instanceInformation .alertLabel .alertDisabled {
  margin: 0px 0px 0px auto;
}

.instanceInformation .alertLabel .alertRestricted {
  margin: 0px 0px 0px auto;
}

.instanceInformation .alertLabel .alertWarning {
  margin: 0px 0px 0px auto;
}

.instanceInformation .alertLabel .alertInactive {
  margin: 0px 0px 0px auto;
}

.instance {
  text-align: center;
  margin-left: 10px;
}

.envType {
  border-left: solid 1px #1a7aad;
  padding-left: 5px;
  margin-left: 5px;
}

.serverDescriptionText {
  border-left: solid 1px #1a7aad;
  padding-left: 5px;
  margin-left: 5px;
}

.serverVersion {
  border-left: solid 1px #1a7aad;
  padding-left: 5px;
  margin-left: 5px;
}

.lastSync {
  border-left: solid 1px #1a7aad;
  padding-left: 5px;
  margin-left: 5px;
}

.licenseHeader label {
  margin: 0px !important;
}

.usageDetail {
  display: none;
}

th.licenseType {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

th.total {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

th.instanceUsage {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

th.globalUsage {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

th.license {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

th.remaining {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

th.bar {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.asui license-instances table th {
  border-bottom: none !important;
}

license-instances th.usageDisplay {
  min-width: 150px;
}

license-instances td.usageDisplay {
  min-width: 150px;
}

th.lastSync {
  padding-left: 10px !important;
  width: 200px;
}

th.lastSyncWithOnPrem {
  padding-left: 10px !important;
  width: 10%;
}

.seperator {
  margin-top: 0px;
  margin-bottom: 0px;
}

th.instEnv {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

th.instName {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

th.lastSyncWithOnPrem {
  padding-left: 10px !important;
  width: 10%;
}

.asui table.licenseTable {
  table-layout: fixed;
}

.asui table.licenseTable .numbersAlign {
  text-align: center;
}

.licenseTable label {
  margin: 0px !important;
}

td.total {
  padding-top: 10px;
  padding-bottom: 0px;
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

td.license {
  padding-top: 10px;
  padding-bottom: 0px;
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

td.globalUsage {
  padding-top: 10px;
  padding-bottom: 0px;
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

td.instanceUsage {
  padding-top: 10px;
  padding-bottom: 0px;
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

td.remaining {
  padding-top: 10px;
  padding-bottom: 0px;
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
}

.file-progress {
  border-radius: 1px;
  box-shadow: none;
  background-color: white;
  height: 14px;
}

td.license a {
  color: #2f475f;
  cursor: pointer;
  font-weight: bolder;
}

td.license a.disabled {
  color: #000000;
  pointer-events: none;
  cursor: default;
}

td.lastSyncWithOnPrem {
  padding-left: 10px !important;
  width: 10%;
}

td.lastSync {
  padding-left: 10px !important;
  width: 200px;
}

as-horizontal-bar-chart .license span {
  font-weight: 700;
}

as-horizontal-bar-chart .total .serverVersion {
  color: #708a9b;
  font-size: 11px;
}

.online {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  background: #39B54A;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(57, 181, 74, 0.5);
  -webkit-animation: pulse 1.5s infinite;
  text-align: center;
}

.online:hover {
  -webkit-animation: none;
}

.online:before {
  content: "\F0E7";
  font-family: "FontAwesome";
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  padding: 0px 3px;
  line-height: 15px;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(57, 181, 74, 0);
  }

  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(57, 181, 74, 0);
  }
}

.offline {
  display: block;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  background: #C9D8E0;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(201, 216, 224, 0.5);
  text-align: center;
  padding-bottom: 2px;
}

.offline:hover {
  -webkit-animation: none;
}

.offline:before {
  content: "\F0E7";
  font-family: "FontAwesome";
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  padding: 0px 3px;
  line-height: 15px;
}

td.instLabel {
  max-width: 150px;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}

.serverDescription {
  max-width: 150px;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.alertLabel {
  width: 140px;
}

.alertLabelWithoutOnPrem {
  text-align: center !important;
  width: 200px;
}

td.alertLabel a.disabled,
td.alertLabelWithoutOnPrem a.alertDisabled {
  pointer-events: none;
}

.alertPending {
  max-width: 110px;
  width: 110px;
  margin: 0px 10px 0px auto;
}

.alertWarning,
.alertRestricted,
.alertInactive,
.alertDisabled,
.alertUnavailable {
  margin: 0px 10px 0px auto;
  max-width: 80px;
  width: 75px;
}

.lostCommunication td {
  opacity: 0.5;
}

.lostCommunication button,
.lostCommunication a,
.lostCommunication .offline {
  cursor: not-allowed;
  pointer-events: none;
}

as-horizontal-bar-chart .btnContainer {
  display: none;
}

as-horizontal-bar-chart .license a:hover {
  color: #44678a;
}

as-horizontal-bar-chart .alertPending a:hover {
  color: #ffffff;
}

.ctxtMenu {
  width: 30px;
}

.notActiveCtxtMenu {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}

.onmobile {
  display: none;
}

.hideonMobile {
  display: block;
}

.usageDetail li {
  list-style: none;
}

.asui table.licenseTable,
.asui table.licenseTable td {
  border: 0px !important;
  min-height: 5vmin;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 12px;
}

.asui table.licenseTable tr {
  border-bottom: solid 1px #c9d8e0;
}

td.licenseType {
  max-width: 170px;
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px !important;
  vertical-align: top;
  padding-top: 10px;
}

@media (max-width:1250px) {
  .asui table.licenseHeader tr th.alertLabel {
    width: 140px;
    max-width: 140px;
  }

  .instanceDetailClass .licenseHeader .usageDetail {
    display: block;
  }

  .instanceDetailClass .licenseHeader .usageDisplay {
    display: none;
  }

  .instanceLicenseTable td.usageDetail {
    display: block;
  }

  .instanceLicenseTable td.usageDisplay {
    display: none;
  }

  th.lastSyncWithOnPrem {
    width: 15%;
  }
}

@media (max-width:890px) {
  .instanceInformation .alertLabel {
    display: none;
  }
}

@media (max-width:800px) {
  .asui table.licenseHeader tr th.alertLabel {
    width: 140px;
    max-width: 140px;
  }

  .instanceDetailClass .licenseHeader .licenseType {
    display: none;
  }

  th.lastSyncWithOnPrem {
    width: 15%;
  }

  .instanceLicenseTable  td.licenseType {
    display: none;
  }
}

@media (max-width:610px) {
  .instanceInformation .serverDescriptionText {
    display: none;
  }

  .instanceInformation .serverVersion {
    display: none;
  }
}

@media (max-width:1000px) {
  .asui table.licenseHeader tr th.alertLabel {
    width: 140px;
    max-width: 140px;
  }

  .usageDetail {
    display: block;
  }

  .usageDisplay {
    display: none;
  }

  th.lastSyncWithOnPrem {
    width: 15%;
  }
}

@media (max-width: 540px) {
  .chartStaticUsageDetail {
    display: none;
    width: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
}#onlineBilling .title {
  text-transform: uppercase;
  color: #72889c;
  font-weight: 400;
}

#onlineBilling label {
  margin: 0px;
}

.row-flex {
  display: flex;
}

.col-v-centered {
  display: flex;
  align-items: center;
}

.col-width-first {
  width: 10%;
}

.col-width {
  width: 33.33%;
}

#onlineBilling .panel-title>a {
  display: block;
  position: relative;
}

#onlineBilling a.accordion-toggle:focus {
  outline: none;
}

#onlineBilling .hasFields a.accordion-toggle:after {
  content: "\F107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  margin-top: -1.3em;
  color: #9ba5b2;
  font-size: 1.7em;
}

#onlineBilling .hasFields a.accordion-toggle[aria-expanded="true"]:after {
  content: "\F106";
}

#onlineBilling h4 {
  font-weight: normal;
  font-size: inherit;
}

#onlineBilling h4 a {
  color: inherit;
}

#onlineBilling uib-accordion .panel-default {
  border: solid 1px #c8d7e1;
  box-shadow: none;
  padding-left: 1em;
  padding-right: 1em;
}

#onlineBilling uib-accordion .panel-default>.panel-heading {
  background: #ffffff;
}

#onlineBilling uib-accordion .panel-default i {
  color: #c7d4df;
}

#onlineBilling uib-accordion .panel-group .panel+.panel {
  margin-top: -4px;
}

#onlineBilling uib-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: 0px;
}

#onlineBilling .autoRenewal {
  background-image: url('/assets/images/billing/auto-renewal.svg');
  background-repeat: no-repeat;
  width: 2.8em;
  height: 3em;
  margin-left: 1.2em;
  margin-right: 1em;
  margin-top: 0em;
  background-size: contain;
}

#onlineBilling .manualRenewal {
  background-image: url('/assets/images/billing/manual-renewal.svg');
  background-repeat: no-repeat;
  width: 2.2em;
  height: 2.5em;
  margin-left: 1.5em;
  margin-right: 1.2em;
  margin-top: 0.3em;
  background-size: contain;
}

billing-preview .lblStatus {
  text-transform: uppercase;
  border: 1px solid;
  background: #ffffff;
  display: block;
  padding: 0.2em 0.3em;
  font-size: 0.9em;
  min-width: 10.5em;
  border-radius: 2px;
  text-align: center;
  line-height: normal;
}

billing-preview .lblStatus .popover-content {
  color: #333;
}

#onlineBilling .invoice {
  width: 94%;
  margin: 0em 1em 2em 5.7em;
  padding: 2em 4em;
  background: #fcfdfe;
  border: solid 1px #e9eff3;
}

#onlineBilling .invoice .row div {
  margin-bottom: 0.7em;
}

#onlineBilling .invoice .row div:last-child {
  margin-bottom: 0em;
}

billing-preview .invoice .row label {
  font-weight: 700;
}

@media (max-width:1024px) {
  #onlineBilling .invoice {
    width: 95%;
    margin: 0 1em 0 4em;
  }
}

@media (max-width:991px) {
  #onlineBilling .invoice {
    width: 100%;
    margin: 0 auto 1em auto;
    padding: 2em;
  }

  #onlineBilling .col-width-first {
    width: 15%;
  }

  #onlineBilling .autoRenewal {
    margin-left: 1em;
    margin-right: 0.7em;
  }

  #onlineBilling .manualRenewal {
    margin-left: 1.2em;
    margin-right: 1.2em;
  }

  #onlineBilling .lblStatus {
    max-width: 100%;
    min-width: initial;
    margin-right: 1em;
  }
}

@media (max-width:767px) {
  .row-flex {
    display: block;
  }

  .col-v-centered {
    padding: 0px 15px;
    line-height: 2em;
  }

  .col-width {
    width: 100%;
  }

  #onlineBilling .autoRenewal {
    margin: 1.5em 1em;
    width: 5em;
    height: 5em;
  }

  #onlineBilling .manualRenewal {
    margin: 1.2em 1em;
    width: 4.2em;
    height: 4.2em;
  }

  #onlineBilling .lblStatus {
    padding: 0em 0.5em;
    margin: 1em 0em;
    min-width: 11em;
  }

  #onlineBilling .panel-title>a:after {
    margin-top: -3.5em;
    font-size: 2.7em;
  }

  .row.padding-b-10 {
    padding-bottom: 0px;
  }

  #onlineBilling label {
    margin-top: 10px;
  }

  #onlineBilling .invoice {
    width: 100%;
    padding: 1em 2em;
  }

  #onlineBilling .hasFields a.accordion-toggle:after {
    margin-top: -5.3em;
  }
}.title.pH-margin-t-50,
.pH-margin-t-50 {
  margin-top: 30px;
}

#paymentHistory .title {
  text-transform: uppercase;
  color: #72889c;
  font-weight: 400;
}

.asui #paymentHistory .asui-table .table-container tr td {
  background: #ffffff;
  min-width: 20%;
  max-width: 400px;
  user-select: all;
  -moz-user-select: all;
  -webkit-user-select: text;
  -ms-user-select: text;
}

.asui #paymentHistory .asui-table .table-container td:first-child,
.asui #paymentHistory .asui-table .table-container td:last-child {
  width: 0.5em;
  min-width: 0.5em;
}

.asui #paymentHistory .asui-table .table-container th:nth-child(2) span {
  margin-left: -40px;
  min-width: 30%;
}

#paymentHistory billing-icon-payment svg {
  width: 2.2em;
  height: 2.5em;
  margin-left: 0.7em;
  margin-top: 0.3em;
}

#paymentHistory .lblStatus {
  text-transform: uppercase;
  border: 1px solid;
  display: block;
  padding: 0.1em 0.5em;
  font-size: 0.9em;
  min-width: 60px;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#paymentHistory i,
#paymentHistory a i,
#paymentHistory .icon-download {
  color: #bac6d2;
  font-size: 1.3em;
}

.itemRange {
  margin-top: 30px;
  color: #aebac5;
}

billing-payment-history #paymentHistory billing-action as-loading-icon asui-loading-mask {
  left: 3.5em;
  top: -0.3em;
}

@media (max-width:767px) {
  #paymentHistory .table-container {
    overflow-x: auto;
    word-break: keep-all;
  }

  .asui #paymentHistory .asui-table .table-container tr td {
    min-width: 10em;
  }
}.asui billing-modal-select-plan .modal-body {
  min-height: 18em;
  padding: 0em 1em;
  margin-top: -1em;
}

.asui billing-modal-select-plan .modal-body as-loading-icon {
  margin-left: -1em;
}

.asui billing-modal-select-plan .modal-footer {
  justify-content: flex-end;
  padding: 1.5em 2em;
}

.asui billing-modal-select-plan .modal-footer .btn-default {
  margin-right: 0.7em;
}

billing-modal-select-plan .planName {
  font-size: 1em;
  text-transform: uppercase;
  margin-top: 1.5em;
}

.asui billing-modal-select-plan h3 {
  margin-top: 0.2em;
  font-weight: 300;
  font-size: 2em;
}

billing-modal-select-plan billing-icon-product img {
  height: 6em;
  width: 6em;
  margin-top: 0.5em;
}

@media (max-width: 767px) {
  billing-modal-select-plan .planName,
  billing-modal-select-plan h3 {
    margin-left: 0em;
  }

  .asui billing-modal-select-plan .modal-body {
    min-height: 18em;
    padding: 0em 1em 2em 1em;
    margin-top: -2em;
  }
}.asui billing-modal-resend-activation-email .modal-header .modal-title {
  font-weight: bold;
}

.asui billing-modal-resend-activation-email .modal-body {
  min-height: 7em;
  padding: 1em 0em;
  margin-top: -1em;
}.asui billing-modal-request-plan .modal-body {
  min-height: 10em;
  padding: 0em 1em;
  margin-top: -1em;
}

.asui .modal-dialog billing-modal-request-plan {
  width: 40em;
}

.asui billing-modal-request-plan .modal-footer {
  justify-content: flex-end;
  padding: 1.5em 2em;
}

.asui billing-modal-request-plan .modal-footer .btn-default {
  margin-right: 0.7em;
}

@media (max-width: 767px) {
  .asui billing-modal-request-plan .modal-body {
    padding: 0em 1em 2em 1em;
    margin-top: -2em;
  }
}billing-modal-products .upgradeSubscriptions {
  margin-top: 2em;
  width: 97%;
}

.asui billing-modal-products billing-action as-loading-icon {
  margin-left: -8em;
}

.asui billing-modal-products billing-action as-loading-icon asui-loading-mask .loading-mask-container .outer .spinner2 {
  text-align: center;
  margin-top: 0.8em;
}

.asui billing-modal-products .modal-body {
  min-height: 400px;
  padding: 0em 0em 3em 0em;
}

billing-modal-products .modal-body div.upgradeSubscriptions:last-child .row {
  border-bottom: 0px;
}

billing-modal-products .upgradeSubscriptions .row {
  border-bottom: solid 1px #e3e7e9;
  padding-bottom: 2em;
}

billing-modal-products .upgradeSubscriptions .actions .row {
  border-bottom: 0px;
  padding-bottom: 0;
}

billing-modal-products .row-flex {
  display: flex;
  align-items: center;
}

billing-modal-products .upgradeSubscriptions .row-centered {
  align-items: center;
}

billing-modal-products .upgradeSubscriptions h5 {
  text-transform: uppercase;
  display: block;
}

billing-modal-products .planDescription {
  color: #a3b2c1;
  font-size: 0.9em;
}

billing-modal-products .planPrice {
  display: block;
  font-size: 1.2em;
  margin-bottom: 1em;
  font-weight: 300;
  margin-left: 3em;
  margin-top: 1.2em;
}

billing-modal-products billing-icon-product img {
  height: 6em;
  width: 6em;
  margin-top: 0.5em;
}

billing-modal-products .btnContainer {
  display: block;
  margin-bottom: 1em;
  margin-left: 1.2em;
  float: right;
  margin-top: 2.5em;
}

.asui billing-modal-products .btn {
  height: auto;
  padding: 0.3em 1em;
  margin-top: -2em;
}

@media (max-width:991px) {
  billing-modal-products .planPrice {
    margin-left: 1em;
  }

  billing-modal-products .btnContainer {
    float: none;
    margin-left: 0;
  }

  .asui billing-modal-products .btnContainer .btn-primary,
  .asui billing-modal-products .btnContainer .btn-default {
    min-width: 80%;
  }
}

@media (max-width: 767px) {
  billing-modal-products .planPrice {
    margin-left: 0em;
  }

  billing-modal-products .upgradeSubscriptions h5 {
    margin-top: 1.5em;
  }
}

@media (max-width:480px) {
  billing-modal-products .row-flex {
    display: block;
  }

  .asui billing-modal-products .btnContainer .btn-primary,
  .asui billing-modal-products .btnContainer .btn-default {
    min-width: 100%;
    font-size: 0.9em;
  }
}.asui billing-modal-payment-form .modal-body {
  min-height: 300px;
  padding: 0;
}

.asui billing-modal-payment-form .modal-footer {
  justify-content: flex-end;
  padding: 20px;
}

#zuora_payment #z_hppm_iframe {
  background-color: transparent;
  width: 100%;
}.asui billing-modal-add-payment .modal-body {
  min-height: 18em;
  padding: 0em 1em;
  margin-top: -1em;
}

.asui billing-modal-add-payment .modal-body as-loading-icon {
  margin-left: -1em;
}

.asui billing-modal-add-payment .modal-footer {
  justify-content: flex-end;
  padding: 1.5em 2em;
}

.asui billing-modal-add-payment .modal-footer .btn-default {
  margin-right: 0.7em;
}

billing-modal-add-payment .planName {
  font-size: 1em;
  text-transform: uppercase;
  margin-top: 1.5em;
}

.asui billing-modal-add-payment h3 {
  margin-top: 0.2em;
  font-weight: 300;
  font-size: 2em;
}

billing-modal-add-payment billing-icon-product img {
  height: 6em;
  width: 6em;
  margin-top: 0.5em;
}

@media (max-width: 767px) {
  billing-modal-add-payment .planName,
  billing-modal-add-payment h3 {
    margin-left: 0em;
  }

  .asui billing-modal-add-payment .modal-body {
    min-height: 18em;
    padding: 0em 1em 2em 1em;
    margin-top: -2em;
  }
}billing-icon-product {
  background-size: contain;
  border-radius: 50%;
}billing-icon-payment svg {
  width: 1em;
  height: 1em;
}billing-guest .console-navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 0;
  background-color: #212930;
  width: 100%;
  padding: 10px 20px;
  height: 40px;
}

billing-guest .console-navbar .logo-container {
  height: 80%;
  margin-right: 30px;
  padding: 0px;
}

billing-guest .console-navbar .logo-container img {
  height: 100%;
}

billing-guest .containerFlex {
  position: absolute;
  top: 40px;
  width: 100%;
  height: 90%;
  min-height: 700px;
}

billing-guest .containerFlex .loginColumns {
  flex-direction: row;
  margin-top: 0px;
}

billing-guest .containerFlex .guestLogin {
  text-align: left;
  width: 300px;
  border: solid 1px #dbe0ea;
  background: white;
  padding: 1.5em;
  border-radius: 2px;
  box-shadow: 2px 1px 15px -6px rgb(0 6 100 / 30%);
}

billing-guest .containerFlex  .divider {
  border-left: 1px solid #b3d5f3;
  width: 10px;
  margin-left: 80px;
  margin-right: 80px;
}

billing-guest .containerFlex .normalLogin {
  max-width: 300px;
  min-width: 300px;
  margin-top: 0px;
  border: solid 1px #dbe0ea;
  background: white;
  padding: 1.6em;
  font-size: 12px;
  font-family: "HelveticaNeueLight", Helvetica, arial, sans-serif;
  text-align: left;
  border-radius: 2px;
  box-shadow: 2px 1px 15px -6px rgb(0 6 100 / 30%);
}

billing-guest .containerFlex .normalLogin .loginContainer__form .btnBorder {
  width: 100%;
  color: #ffffff;
  background-color: #1D7BE3;
  border: solid 1px #1D7BE3;
  min-width: 90px;
  height: 32px;
  border-radius: 2px;
  font-size: 12px;
  cursor: pointer;
  min-width: 80px;
}

billing-guest .loginContainer h2 {
  margin-top: 5px;
  margin-bottom: 12px;
  font-size: 200%;
  font-weight: 300;
  text-align: left;
  color: #333333;
  font-family: "HelveticaNeueLight", Helvetica, arial, sans-serif;
}

billing-guest .loginContainer__text {
  margin-bottom: 15px;
  text-align: left;
}

billing-guest .loginContainer__form button {
  margin-top: 10px;
  width: 100%;
}

billing-guest .loginContainer__form input.errorInput {
  border: 1px solid #e44044;
}

billing-guest .loginContainer__form .error {
  color: #e44044;
}

billing-guest .loginContainer__form sup {
  color: #e44044;
  font-size: 11px;
}

billing-guest .loginContainer__errorMessage {
  background: #ffffff;
  padding: 5px 10px 4px 10px;
  text-align: left;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: solid 1px #c9d8e0;
  border-right: solid 1px #c9d8e0;
  border-bottom: solid 1px #c9d8e0;
  border-left: solid 4px #e44044;
}

billing-guest .loginContainer__errorMessage i {
  color: #e44044;
  font-size: 16px;
  margin-right: 5px;
  top: 2px;
  position: relative;
}

@media (max-width: 991px) {
  billing-guest .containerFlex {
    justify-content: flex-start;
  }

  billing-guest .containerFlex .loginColumns {
    flex-direction: column;
    margin: 0 auto;
  }

  billing-guest .containerFlex  .divider {
    border-top: 1px solid #b3d5f3;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }

  billing-guest .containerFlex .guestLogin {
    text-align: left;
    width: 300px;
    border: solid 1px #dbe0ea;
    background: white;
    padding: 1.5em;
    margin-top: 40px;
    border-radius: 2px;
    box-shadow: 2px 1px 15px -6px rgb(0 6 100 / 30%);
  }
}.asui billing-action asui-loading-mask .loading-mask-container {
  width: 8em;
  height: 1em;
  margin-top: 1em;
  background-color: transparent;
  display: inline-block;
}

.asui billing-action asui-loading-mask .loading-mask-container .outer .spinner2 div.loader {
  width: 2em;
  height: 2em;
}@font-face {
  font-family: "appspace-font";
  src: url(../../assets/fonts/appspace-font.eot);
  src: url(../../assets/fonts/appspace-font.eot?#iefix) format("embedded-opentype"), url(../../assets/fonts/appspace-font.woff) format("woff"), url(../../assets/fonts/appspace-font.ttf) format("truetype"), url(../../assets/fonts/appspace-font.svg#appspace-font) format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "appspace-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "appspace-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-file-zip:before {
  content: "b";
}

.icon-hierarchy:before {
  content: "d";
}

.icon-globe:before {
  content: "i";
}

.icon-copy:before {
  content: "m";
}

.icon-tag:before {
  content: "q";
}

.icon-cog:before {
  content: "r";
}

.icon-flag:before {
  content: "w";
}

.icon-menu:before {
  content: "x";
}

.icon-bolt:before {
  content: "y";
}

.icon-remove:before {
  content: "C";
}

.icon-reset:before {
  content: "F";
}

.icon-refresh:before {
  content: "I";
}

.icon-edit:before {
  content: "O";
}

.icon-alert:before {
  content: "S";
}

.icon-lock:before {
  content: "T";
}

.icon-unlock:before {
  content: "U";
}

.icon-caret-right:before {
  content: "Y";
}

.icon-caret-down:before {
  content: "Z";
}

.icon-caret-up:before {
  content: "0";
}

.icon-caret-diagonal:before {
  content: "1";
}

.icon-cross:before {
  content: "2";
}

.icon-eye-disabled:before {
  content: "5";
}

.icon-mobile:before {
  content: "6";
}

.icon-underline:before {
  content: "8";
}

.icon-align-center:before {
  content: "9";
}

.icon-align-left:before {
  content: "!";
}

.icon-align-right:before {
  content: "\"";
}

.icon-background-color:before {
  content: "#";
}

.icon-text-color:before {
  content: "$";
}

.icon-italic:before {
  content: "%";
}

.icon-bold:before {
  content: "&";
}

.icon-text-size:before {
  content: "'";
}

.icon-grid:before {
  content: "*";
}

.icon-logout:before {
  content: ",";
}

.icon-metro:before {
  content: ":";
}

.icon-settings:before {
  content: ";";
}

.icon-check:before {
  content: "<";
}

.icon-chevron-left:before {
  content: "=";
}

.icon-search:before {
  content: ">";
}

.icon-arrow-back:before {
  content: "]";
}

.icon-context:before {
  content: "^";
}

.icon-image:before {
  content: "_";
}

.icon-dash:before {
  content: "{";
}

.icon-tv-portrait:before {
  content: "|";
}

.icon-chevron-right:before {
  content: "}";
}

.icon-eye-enabled:before {
  content: "\E002";
}

.icon-drag:before {
  content: "\E003";
}

.icon-vertical-drag:before {
  content: "\E004";
}

.icon-add-folder:before {
  content: "\E006";
}

.icon-info-full:before {
  content: "\E009";
}

.icon-info:before {
  content: "\E00A";
}

.icon-warning:before {
  content: "\E00B";
}

.icon-success:before {
  content: "\E00C";
}

.icon-tv:before {
  content: "\E00D";
}

.icon-file-dynamic:before {
  content: "\E00E";
}

.icon-file-flash:before {
  content: "\E00F";
}

.icon-file-html:before {
  content: "\E010";
}

.icon-file-image:before {
  content: "\E011";
}

.icon-file-pdf:before {
  content: "\E012";
}

.icon-file-ppt:before {
  content: "\E013";
}

.icon-file-text:before {
  content: "\E014";
}

.icon-file-video:before {
  content: "\E015";
}

.icon-card-template:before {
  content: "\E017";
}

.icon-upload:before {
  content: "a";
}

.icon-download:before {
  content: "u";
}

.icon-sort:before {
  content: "c";
}

.icon-add-channel-group:before {
  content: "t";
}

.icon-add-content:before {
  content: "E";
}

.icon-list:before {
  content: "D";
}

.icon-help-circled:before {
  content: "f";
}

.icon-link:before {
  content: "l";
}

.icon-share:before {
  content: "G";
}

.icon-users:before {
  content: "z";
}

.icon-user:before {
  content: "B";
}

.icon-error:before {
  content: "P";
}

.icon-device:before {
  content: "M";
}

.icon-device-group:before {
  content: ")";
}

.icon-channel-sharing:before {
  content: "N";
}

.icon-channel-sharing-filled:before {
  content: "-";
}

.icon-chm-announcement:before {
  content: ".";
}

.icon-chm-charity:before {
  content: "/";
}

.icon-chm-checklist:before {
  content: "?";
}

.icon-chm-conference:before {
  content: "@";
}

.icon-chm-data:before {
  content: "~";
}

.icon-chm-goals:before {
  content: "\\";
}

.icon-chm-governance:before {
  content: "\E001";
}

.icon-chm-messaging:before {
  content: "\E005";
}

.icon-chm-news:before {
  content: "\E007";
}

.icon-chm-newspaper:before {
  content: "\E008";
}

.icon-chm-paperplane:before {
  content: "\E016";
}

.icon-chm-people:before {
  content: "\E018";
}

.icon-chm-presentation:before {
  content: "\E019";
}

.icon-chm-presenter:before {
  content: "\E01A";
}

.icon-chm-ribbon:before {
  content: "\E01B";
}

.icon-chm-rss:before {
  content: "\E01C";
}

.icon-chm-security:before {
  content: "\E01D";
}

.icon-chm-shield:before {
  content: "\E01E";
}

.icon-chm-target:before {
  content: "\E01F";
}

.icon-chm-time:before {
  content: "\E020";
}

.icon-chm-report:before {
  content: "K";
}

.icon-playout:before {
  content: "\E023";
}

.icon-forever:before {
  content: "\E024";
}

.icon-chevron-down:before {
  content: "\E025";
}

.icon-empty-folder:before {
  content: "\E022";
}

.icon-no-results:before {
  content: "s";
}

.icon-clear:before {
  content: "H";
}

.icon-play:before {
  content: "o";
}

.icon-device-tasks:before {
  content: "\E026";
}

.icon-content-library:before {
  content: "\E027";
}

.icon-networks:before {
  content: "\E028";
}

.icon-alerts:before {
  content: "\E029";
}

.icon-dashboard:before {
  content: "\E02A";
}

.icon-other:before {
  content: "\E02B";
}

.icon-no-approvals:before {
  content: "\E02D";
}

.icon-icon-subscription:before {
  content: "\E02F";
}

.icon-no-channel-assignment:before {
  content: "\E031";
}

.icon-flash-filled:before {
  content: "\E034";
}

.icon-dynamic-filled:before {
  content: "\E035";
}

.icon-image-filled:before {
  content: "\E037";
}

.icon-txt-filled:before {
  content: "\E038";
}

.icon-ppt-filled:before {
  content: "\E039";
}

.icon-web-filled:before {
  content: "\E03B";
}

.icon-external-filled:before {
  content: "\E03C";
}

.icon-file:before {
  content: "\E021";
}

.icon-file-error:before {
  content: "\E02C";
}

.icon-pulse:before {
  content: "\E03D";
}

.icon-system:before {
  content: "\E03E";
}

.icon-notifications:before {
  content: "\E040";
}

.icon-filter:before {
  content: "\E041";
}

.icon-home:before {
  content: "\E03F";
}

.icon-eye-disabled-line:before {
  content: "\E042";
}

.icon-required-approvals:before {
  content: "\E043";
}

.icon-write-article:before {
  content: "\E044";
}

.icon-registration-code:before {
  content: "\E032";
}

.icon-generic-filled:before {
  content: "A";
}

.icon-edit-filled:before {
  content: "L";
}

.icon-sync:before {
  content: "\E045";
}

.icon-save:before {
  content: "\E046";
}

.icon-no-browser-support:before {
  content: "\E047";
}

.icon-no-access:before {
  content: "V";
}

.icon-add-channels:before {
  content: "\E033";
}

.icon-online:before {
  content: "\E048";
}

.icon-warning-square:before {
  content: "\E049";
}

.icon-arrow-forward:before {
  content: "\E04A";
}

.icon-add-image-folder:before {
  content: "\E036";
}

.icon-add-channel-group-sq:before {
  content: "\E04D";
}

.icon-pdf:before {
  content: "\E04E";
}

.icon-flip:before {
  content: "\E04B";
}

.icon-search-directory:before {
  content: "\E04F";
}

.icon-add-devices:before {
  content: "\E050";
}

.icon-case:before {
  content: "\E051";
}

.icon-chevron-left-filled:before {
  content: "\E052";
}

.icon-chevron-right-filled:before {
  content: "\E053";
}

.icon-chevron-right-line:before {
  content: "\E054";
}

.icon-chevron-left-line:before {
  content: "\E055";
}

.icon-network:before {
  content: "h";
}

.icon-link-accounts:before {
  content: "\E056";
}

.icon-bank:before {
  content: "\E057";
}

.icon-auto-renewal-payment:before {
  content: "\E058";
}

.icon-mastercard:before {
  content: "\E059";
}

.icon-visa:before {
  content: "\E05A";
}

.icon-payment:before {
  content: "\E05B";
}

.icon-published:before {
  content: "\E05C";
}

.icon-american-express:before {
  content: "\E05D";
}

.icon-discover:before {
  content: "\E05E";
}

.icon-admin-assigned-devices:before {
  content: "\E05F";
}

.icon-not-published:before {
  content: "\E060";
}

.icon-align-right-1:before {
  content: "4";
}

.icon-chrome:before {
  content: "\E062";
}

.icon-brightsign:before {
  content: "\E063";
}

.icon-global:before {
  content: "\E064";
}

.icon-check-circle:before {
  content: "\E065";
}

.icon-2k:before {
  content: "3";
}

.icon-4k:before {
  content: "\E066";
}

.icon-8k:before {
  content: "\E068";
}

.icon-pound:before {
  content: "\E069";
}

.icon-circle-half:before {
  content: "\E06A";
}

.icon-expand:before {
  content: "\E06B";
}

.icon-frequency:before {
  content: "\E06C";
}

.icon-object-profile:before {
  content: "\E06D";
}

.icon-browse-mode:before {
  content: "\E02E";
}

.icon-browse-mode-filled:before {
  content: "\E06E";
}

.icon-autoplay-published-channels:before {
  content: "\E06F";
}

.icon-autoplay-published-channels-filled:before {
  content: "\E070";
}

.icon-lock-channel:before {
  content: "\E030";
}

.icon-lock-channel-filled:before {
  content: "\E071";
}

.icon-cisco:before {
  content: "\E072";
}

.icon-elevator-down:before {
  content: "\E074";
}

.icon-elevator-up:before {
  content: "\E079";
}

.icon-stairs-down:before {
  content: "\E07B";
}

.icon-stairs-up:before {
  content: "\E080";
}

.icon-arrow-down-left:before {
  content: "\E082";
}

.icon-arrow-down-right:before {
  content: "\E083";
}

.icon-arrow-left:before {
  content: "\E084";
}

.icon-arrow-right:before {
  content: "\E085";
}

.icon-arrow-up-left:before {
  content: "\E086";
}

.icon-arrow-up-right:before {
  content: "\E087";
}

.icon-arrow-up:before {
  content: "\E088";
}

.icon-arrow-down:before {
  content: "[";
}

.icon-brand:before {
  content: "\E08C";
}

.icon-card:before {
  content: "\E08D";
}

.icon-download-arrow:before {
  content: "\E090";
}

.icon-double-arrow-right:before {
  content: "\E091";
}

.icon-double-arrow-left:before {
  content: "\E092";
}

.icon-folder:before {
  content: "\E093";
}

.icon-model:before {
  content: "\E094";
}

.icon-mobile-resolution:before {
  content: "\E095";
}

.icon-share-with-users:before {
  content: "\E096";
}

.icon-resolution:before {
  content: "\E097";
}

.icon-recent:before {
  content: "\E098";
}

.icon-tv-resolution:before {
  content: "\E099";
}

.icon-tablet-resolution:before {
  content: "\E09A";
}

.icon-templates:before {
  content: "\E09B";
}

.icon-trash:before {
  content: "\E09C";
}

.icon-video-filled:before {
  content: "\E09D";
}

.icon-shared-folder:before {
  content: "\E09F";
}

.icon-publish-filled:before {
  content: "\E0A0";
}

.icon-library:before {
  content: "\E0A1";
}

.icon-form:before {
  content: "\E0A2";
}

.icon-escalator-down:before {
  content: "g";
}

.icon-escalator-up:before {
  content: "n";
}

.icon-reset-table:before {
  content: "v";
}

.icon-quick-book-plus:before {
  content: "Q";
}

.icon-calendar:before {
  content: "\E03A";
}

.icon-pin:before {
  content: "R";
}

.icon-clock:before {
  content: "\E067";
}

.icon-channel-filled:before {
  content: "\E073";
}

.icon-horizontal-flip:before {
  content: "\E075";
}

.icon-rotate:before {
  content: "\E076";
}

.icon-vertical-flip:before {
  content: "\E077";
}

.icon-css:before {
  content: "\E078";
}

.icon-crop:before {
  content: "\E07A";
}

.icon-channel:before {
  content: "`";
}

.icon-publish:before {
  content: "p";
}

.icon-schema:before {
  content: "\E000";
}

.icon-article:before {
  content: "\E061";
}

.icon-ios-star-half:before {
  content: "\E07C";
}

.icon-aspect-ratio:before {
  content: "\E07D";
}

.icon-playlist:before {
  content: "\E07E";
}

.icon-live-stream:before {
  content: "\E07F";
}

.icon-live-stream-filled:before {
  content: "\E081";
}

.icon-playlist-filled:before {
  content: "\E089";
}

.icon-signs-filled:before {
  content: "\E08A";
}

.icon-signs:before {
  content: "\E08B";
}

.icon-channel-group-filled:before {
  content: "\E08F";
}

.icon-crestron:before {
  content: "k";
}

.icon-channel-group:before {
  content: "e";
}

.icon-add-image:before {
  content: "W";
}

.icon-edit-page:before {
  content: "J";
}

.icon-edit-circle-filled:before {
  content: "X";
}

.icon-plus-circle-filled:before {
  content: "7";
}

.icon-plus-circle:before {
  content: "j";
}

.icon-edit-page-1:before {
  content: "(";
}

.icon-edit-circle:before {
  content: "+";
}

@charset "UTF-8";

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideInFromBottom {
  from {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideOutToBottom {
  from {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
  }
}

@keyframes noSlide {
  from {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*==============Module Full Height=================*/

.module-full {
  height: calc(100% - 30px) !important;
  overflow: hidden;
}

/*==============Layout=================*/

.inline {
  display: inline;
  vertical-align: top;
}

.block {
  display: block;
}

.table-cell {
  display: table-cell;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.invisible {
  visibility: hidden;
}

.middle {
  vertical-align: middle;
}

.hide {
  display: none;
}

.scroll {
  overflow: auto;
}

.zoom-hover {
  transition: transform 0.4s;
}

.zoom-hover:hover {
  transform: scale(1.2);
  transition: transform 0.4s;
}

/*==============Text Alignments==========*/

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

/*==============Responsive Tables==========*/

@media all and (max-width: 992px) {
  .hide-column-md {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
  }
}

@media all and (max-width: 667px) {
  .hide-column-sm {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
  }
}

@media all and (max-width: 320px) {
  .hide-column-xs {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse;
  }
}

/*==============Margins=================*/

.margin-0 {
  margin: 0px;
}

.margin-5 {
  margin: 5px;
}

.margin-10 {
  margin: 10px;
}

.margin-15 {
  margin: 15px;
}

.margin-20 {
  margin: 20px;
}

.margin-25 {
  margin: 25px;
}

.margin-30 {
  margin: 30px;
}

.margin-35 {
  margin: 35px;
}

.margin-40 {
  margin: 40px;
}

.margin-45 {
  margin: 45px;
}

.margin-50 {
  margin: 50px;
}

/*==============Margin Right=================*/

.margin-r-0 {
  margin-right: 0px;
}

.margin-r-5 {
  margin-right: 5px;
}

.margin-r-10 {
  margin-right: 10px;
}

.margin-r-15 {
  margin-right: 15px;
}

.margin-r-20 {
  margin-right: 20px;
}

.margin-r-25 {
  margin-right: 25px;
}

.margin-r-30 {
  margin-right: 30px;
}

.margin-r-35 {
  margin-right: 35px;
}

.margin-r-40 {
  margin-right: 40px;
}

.margin-r-45 {
  margin-right: 45px;
}

.margin-r-50 {
  margin-right: 50px;
}

/*==============Margin Left=================*/

.margin-l-0 {
  margin-left: 0px;
}

.margin-l-5 {
  margin-left: 5px;
}

.margin-l-10 {
  margin-left: 10px;
}

.margin-l-15 {
  margin-left: 15px;
}

.margin-l-20 {
  margin-left: 20px;
}

.margin-l-25 {
  margin-left: 25px;
}

.margin-l-30 {
  margin-left: 30px;
}

.margin-l-35 {
  margin-left: 35px;
}

.margin-l-40 {
  margin-left: 40px;
}

.margin-l-45 {
  margin-left: 45px;
}

.margin-l-50 {
  margin-left: 50px;
}

/*==============Margin Top=================*/

.margin-t-0 {
  margin-top: 0px;
}

.margin-t-5 {
  margin-top: 5px;
}

.margin-t-10 {
  margin-top: 10px;
}

.margin-t-15 {
  margin-top: 15px;
}

.margin-t-20 {
  margin-top: 20px;
}

.margin-t-25 {
  margin-top: 25px;
}

.margin-t-30 {
  margin-top: 30px;
}

.margin-t-35 {
  margin-top: 35px;
}

.margin-t-40 {
  margin-top: 40px;
}

.margin-t-45 {
  margin-top: 45px;
}

.margin-t-50 {
  margin-top: 50px;
}

/*==============Margin Bottom=================*/

.margin-b-0 {
  margin-bottom: 0px;
}

.margin-b-5 {
  margin-bottom: 5px;
}

.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-15 {
  margin-bottom: 15px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-25 {
  margin-bottom: 25px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-35 {
  margin-bottom: 35px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.margin-b-45 {
  margin-bottom: 45px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

/*==============Padding=================*/

.padding-0 {
  padding: 0px;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.padding-25 {
  padding: 25px;
}

.padding-30 {
  padding: 30px;
}

.padding-35 {
  padding: 35px;
}

.padding-40 {
  padding: 40px;
}

.padding-45 {
  padding: 45px;
}

.padding-50 {
  padding: 50px;
}

/*==============Padding Right=================*/

.padding-r-0 {
  padding-right: 0px;
}

.padding-r-5 {
  padding-right: 5px;
}

.padding-r-10 {
  padding-right: 10px;
}

.padding-r-15 {
  padding-right: 15px;
}

.padding-r-20 {
  padding-right: 20px;
}

.padding-r-25 {
  padding-right: 25px;
}

.padding-r-30 {
  padding-right: 30px;
}

.padding-r-35 {
  padding-right: 35px;
}

.padding-r-40 {
  padding-right: 40px;
}

.padding-r-45 {
  padding-right: 45px;
}

.padding-r-50 {
  padding-right: 50px;
}

/*==============Padding Left=================*/

.padding-l-0 {
  padding-left: 0px;
}

.padding-l-5 {
  padding-left: 5px;
}

.padding-l-10 {
  padding-left: 10px;
}

.padding-l-15 {
  padding-left: 15px;
}

.padding-l-20 {
  padding-left: 20px;
}

.padding-l-25 {
  padding-left: 25px;
}

.padding-l-30 {
  padding-left: 30px;
}

.padding-l-35 {
  padding-left: 35px;
}

.padding-l-40 {
  padding-left: 40px;
}

.padding-l-45 {
  padding-left: 45px;
}

.padding-l-50 {
  padding-left: 50px;
}

/*==============Padding Top=================*/

.padding-t-0 {
  padding-top: 0px;
}

.padding-t-5 {
  padding-top: 5px;
}

.padding-t-10 {
  padding-top: 10px;
}

.padding-t-15 {
  padding-top: 15px;
}

.padding-t-20 {
  padding-top: 20px;
}

.padding-t-25 {
  padding-top: 25px;
}

.padding-t-30 {
  padding-top: 30px;
}

.padding-t-35 {
  padding-top: 35px;
}

.padding-t-40 {
  padding-top: 40px;
}

.padding-t-45 {
  padding-top: 45px;
}

.padding-t-50 {
  padding-top: 50px;
}

/*==============Padding Bottom=================*/

.padding-b-0 {
  padding-bottom: 0px;
}

.padding-b-5 {
  padding-bottom: 5px;
}

.padding-b-10 {
  padding-bottom: 10px;
}

.padding-b-15 {
  padding-bottom: 15px;
}

.padding-b-20 {
  padding-bottom: 20px;
}

.padding-b-25 {
  padding-bottom: 25px;
}

.padding-b-30 {
  padding-bottom: 30px;
}

.padding-b-35 {
  padding-bottom: 35px;
}

.padding-b-40 {
  padding-bottom: 40px;
}

.padding-b-45 {
  padding-bottom: 45px;
}

.padding-b-50 {
  padding-bottom: 50px;
}

/*============== Widths=================*/

.width-10 {
  width: 10px;
}

.width-20 {
  width: 20px;
}

.width-30 {
  width: 30px;
}

.width-40 {
  width: 40px;
}

.width-50 {
  width: 50px;
}

.width-60 {
  width: 60px;
}

.width-70 {
  width: 70px;
}

.width-80 {
  width: 80px;
}

.width-90 {
  width: 90px;
}

.width-100 {
  width: 100px;
}

.width-110 {
  width: 110px;
}

.width-120 {
  width: 120px;
}

.width-130 {
  width: 130px;
}

.width-140 {
  width: 140px;
}

.width-150 {
  width: 150px;
}

.width-160 {
  width: 160px;
}

.width-170 {
  width: 170px;
}

.width-180 {
  width: 180px;
}

.width-190 {
  width: 190px;
}

.width-200 {
  width: 200px;
}

.width-210 {
  width: 210px;
}

.width-220 {
  width: 220px;
}

.width-230 {
  width: 230px;
}

.width-240 {
  width: 240px;
}

.width-250 {
  width: 250px;
}

.width-260 {
  width: 260px;
}

.width-270 {
  width: 270px;
}

.width-280 {
  width: 280px;
}

.width-290 {
  width: 290px;
}

.width-300 {
  width: 300px;
}

.width-310 {
  width: 310px;
}

.width-320 {
  width: 320px;
}

.width-330 {
  width: 330px;
}

.width-340 {
  width: 340px;
}

.width-350 {
  width: 350px;
}

.max-width-10 {
  max-width: 10px;
}

.max-width-20 {
  max-width: 20px;
}

.max-width-30 {
  max-width: 30px;
}

.max-width-40 {
  max-width: 40px;
}

.max-width-50 {
  max-width: 50px;
}

.max-width-60 {
  max-width: 60px;
}

.max-width-70 {
  max-width: 70px;
}

.max-width-80 {
  max-width: 80px;
}

.max-width-90 {
  max-width: 90px;
}

.max-width-100 {
  max-width: 100px;
}

.width-full {
  width: 100%;
}

/*============== Heights=================*/

.height-10 {
  height: 10px;
}

.height-20 {
  height: 20px;
}

.height-30 {
  height: 30px;
}

.height-40 {
  height: 40px;
}

.height-50 {
  height: 50px;
}

.height-60 {
  height: 60px;
}

.height-70 {
  height: 70px;
}

.height-80 {
  height: 80px;
}

.height-90 {
  height: 90px;
}

.height-100 {
  height: 100px;
}

.height-110 {
  height: 110px;
}

.height-120 {
  height: 120px;
}

.height-130 {
  height: 130px;
}

.height-140 {
  height: 140px;
}

.height-150 {
  height: 150px;
}

.height-160 {
  height: 160px;
}

.height-170 {
  height: 170px;
}

.height-180 {
  height: 180px;
}

.height-190 {
  height: 190px;
}

.height-200 {
  height: 200px;
}

.height-210 {
  height: 210px;
}

.height-220 {
  height: 220px;
}

.height-230 {
  height: 230px;
}

.height-240 {
  height: 240px;
}

.height-250 {
  height: 250px;
}

.height-260 {
  height: 260px;
}

.height-270 {
  height: 270px;
}

.height-280 {
  height: 280px;
}

.height-290 {
  height: 290px;
}

.height-300 {
  height: 300px;
}

.height-310 {
  height: 310px;
}

.height-320 {
  height: 320px;
}

.height-330 {
  height: 330px;
}

.height-340 {
  height: 340px;
}

.height-350 {
  height: 350px;
}

.height-full {
  min-height: 100%;
}

/*==============Object-fir=================*/

.object-fit-contain {
  object-fit: contain;
}

.object-fit-cover {
  object-fit: cover;
}

.flex {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.flex-inline {
  display: -webkit-inline-flex;
  display: inline-flex;
  display: inline-block;
}

.flex-align-center {
  align-items: center;
}

.flex-align-bottom {
  align-items: flex-end;
}

.flex-row {
  flex-direction: row;
  -webkit-flex-direction: row;
}

.flex-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-column-reverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  float: right;
}

.flex-align-stretch {
  align-items: stretch;
}

.flex-justify-content {
  justify-content: space-between;
}

.flex-full {
  min-height: 95%;
}

.scroll-flex {
  overflow: visible;
}

.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

.flex-center {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.flex-vertical-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
}

.flex-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33.33%;
}

.flex-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 25%;
}

.flex-order-0 {
  order: 0;
}

.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

.flex-order-3 {
  order: 3;
}

.flex-order-4 {
  order: 4;
}

/*==============Responsive Tables==========*/

@media all and (max-width: 768px) {
  .flex-responsive {
    flex: 0 1 10%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

.flex-center-box {
  border: 1px solid #dbe0ea;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-center-box .centered-flex-inner {
  max-width: 100%;
  background: #eef4f9;
  height: 30px;
  width: 30px;
}

/*==============Flex Grid==========*/

.grid {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.grid-cell {
  flex: 1;
}

.demo-box {
  padding: .8em 1em 0;
  margin-bottom: 1em;
  background: #dae7ef;
  transition: background-color 0.3s ease;
  border: 1px solid #33cccc;
  border-radius: 3px;
}

.demo-box:after {
  content: "";
  display: block;
  margin-top: .8em;
  height: 1px;
}

/* mixin for multiline */

/*==============Inputs=================*/

.asui {
  /*==============Input Chrome Autofill=================*/
  /*==============Forms=================*/
}

.asui input {
  height: 32px;
  margin: 0px 4px 4px 0px;
}

.asui textarea:focus,
.asui input[type="text"]:focus,
.asui input[type="password"]:focus,
.asui input[type="datetime"]:focus,
.asui input[type="datetime-local"]:focus,
.asui input[type="date"]:focus,
.asui input[type="month"]:focus,
.asui input[type="time"]:focus,
.asui input[type="week"]:focus,
.asui input[type="number"]:focus,
.asui input[type="email"]:focus,
.asui input[type="url"]:focus,
.asui input[type="search"]:focus,
.asui input[type="tel"]:focus,
.asui input[type="color"]:focus,
.asui .uneditable-input:focus {
  border: 1px #1D7BE3 solid;
  outline: 0 none;
}

.asui input:-webkit-autofill,
.asui input:-webkit-autofill:hover,
.asui input:-webkit-autofill:focus,
.asui input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.asui input[type=checkbox],
.asui input[type=radio] {
  height: auto;
  margin: 0px;
}

.asui input[type=text],
.asui input[type="password"],
.asui input[type="datetime"],
.asui input[type="datetime-local"],
.asui input[type="date"],
.asui input[type="month"],
.asui input[type="time"],
.asui input[type="week"],
.asui input[type="number"],
.asui input[type="email"],
.asui input[type="url"],
.asui input[type="search"],
.asui input[type="tel"] {
  padding: 6px 12px;
  width: 100%;
  font-size: 12px;
  border: 1px solid #ccc;
}

.asui textarea {
  min-height: 150px;
  max-height: 450px;
  font-size: 12px;
  width: 100%;
  padding: 6px 12px;
  margin: 0px 4px 4px 0px;
  border: 1px solid #ccc;
}

.asui input:-webkit-autofill,
.asui input:-webkit-autofill:hover,
.asui input:-webkit-autofill:focus,
.asui input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.asui input:-webkit-autofill,
.asui textarea:-webkit-autofill,
.asui select:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.asui ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  display: none;
}

.asui .form-control {
  font-size: 12px;
  height: 32px;
}

.asui .form-control:focus {
  border-color: #3b99fc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(20, 128, 240, 0);
  outline: 0 none;
}

.asui .bootstrap-select .btn:focus {
  outline: none !important;
  border-color: #3b99fc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(20, 128, 240, 0);
  outline: none;
  border: none;
}

.asui .settings ul {
  list-style-type: none;
  -webkit-padding-start: 0px;
  min-width: 250px;
}

.asui .settings ul li {
  margin-bottom: 10px;
}

.asui .settings label,
.asui .settings input,
.asui .settings textarea {
  display: inline-block;
  vertical-align: text-top;
}

.asui .settings label {
  width: 15%;
}

.asui .settings input,
.asui .settings textarea {
  width: 80%;
}

.asui .page-container {
  padding: 20px;
}

.asui .container-content {
  padding: 10px;
  width: 100%;
}

.asui .container-vcenter {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.asui .container-vcenter-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.asui .icon {
  line-height: .7 !important;
  display: inline-block;
  font: normal normal normal 14px/1 "Appspace Font";
  font-size: 110%;
}

.asui .icon-link {
  line-height: 0.7 !important;
}

.asui .icon-global {
  line-height: 0.7 !important;
}

.asui .icon-check-circle {
  line-height: 0.7 !important;
}

.asui .icon-chrome {
  line-height: 0.7 !important;
}

.asui .icon-brightsign {
  line-height: 0.7 !important;
}

.asui .icon-cog {
  line-height: 0.8 !important;
}

.asui .icon-users {
  line-height: 0.8 !important;
}

.asui .icon-metro {
  line-height: 0.6 !important;
}

.asui .icon-search {
  line-height: 0.6 !important;
}

.asui .icon-folder {
  line-height: 0.6 !important;
}

.asui .icon-info {
  line-height: 0.7 !important;
}

.asui .icon-image-filled {
  line-height: 0.7 !important;
}

.asui .icon-file-image {
  line-height: 0.6 !important;
}

.asui .icon-video-filled {
  line-height: 0.7 !important;
}

.asui .icon-file-video {
  line-height: 0.6 !important;
}

.asui .icon-card {
  line-height: 0.7 !important;
}

.asui .icon-dynamic-filled {
  line-height: 0.7 !important;
}

.asui .icon-file-dynamic {
  line-height: 0.6 !important;
}

.asui .icon-web-filled {
  line-height: 0.7 !important;
}

.asui .icon-file-web {
  line-height: 0.6 !important;
}

.asui .icon-txt-filled {
  line-height: 0.7 !important;
}

.asui .icon-file-txt {
  line-height: 0.6 !important;
}

.asui .icon-download {
  line-height: 0.75 !important;
}

.asui .icon-ppt-filled {
  line-height: 0.7 !important;
}

.asui .icon-file-ppt {
  line-height: 0.6 !important;
}

.asui .icon-pdf-filled {
  line-height: 0.7 !important;
}

.asui .icon-file-pdf {
  line-height: 0.6 !important;
}

.asui .icon-external-filled {
  line-height: 0.7 !important;
}

.asui .icon-file-external {
  line-height: 0.6 !important;
}

.asui .icon-playlist {
  line-height: 0.7 !important;
}

.asui .icon-signs {
  line-height: 0.7 !important;
}

.asui .icon-no-channel-assignment {
  line-height: 0.7 !important;
}

.asui .icon-live-stream {
  line-height: 0.6 !important;
}

.asui .icon-channel-filled {
  line-height: 0.6 !important;
}

.asui .icon-channel {
  line-height: 0.7 !important;
}

.asui .icon-channel-group {
  line-height: 0.68 !important;
}

.asui .icon-quick-book-plus {
  line-height: 0.73 !important;
}

.asui {
  /*================DEBUG    Hide validation error temporarily=================*/
}

.asui .global-validation-error {
  font-style: italic;
}

.asui .invalid-input {
  border: 1px solid #E63E3E !important;
}

.asui .validation-error {
  color: #E63E3E;
  font-size: 80%;
  font-weight: normal;
  margin-top: 5px;
  clear: both;
}

.asui form .requiredFieldLabel:after {
  content: " *";
  color: #E63E3E;
}

.asui form .CustomValidationError {
  position: relative;
  font-size: 80%;
  color: #E63E3E;
  font-weight: 350;
  margin-right: 4px;
}

.asui form .help-block {
  font-size: 80%;
  font-weight: 350;
  color: #999;
}

.asui .border {
  border: 1px solid #dbe0ea;
  overflow: hidden;
}

.asui .border-drop {
  border: 1px dashed #dbe0ea;
  overflow: hidden;
}

.asui .curved-border {
  border-radius: 4px;
  overflow: hidden;
}

.asui .circle-border {
  border-radius: 50%;
  overflow: hidden;
}

.asui .drop-shadow {
  -webkit-box-shadow: 2px 1px 15px -6px rgba(0, 6, 100, 0.3);
  -moz-box-shadow: 2px 1px 15px -6px rgba(0, 6, 100, 0.3);
  box-shadow: 2px 1px 15px -6px rgba(0, 6, 100, 0.3);
}

.asui .tooltip-inner {
  background-color: #fff;
  color: #333;
  border: 1px solid #dbe0ea;
  opacity: 1;
  text-align: left;
}

.asui .tooltip.top .tooltip-arrow {
  border-top-color: #dbe0ea;
}

.asui .tooltip.right .tooltip-arrow {
  border-right-color: #dbe0ea;
}

.asui .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #dbe0ea;
}

.asui .tooltip.left .tooltip-arrow {
  border-left-color: #dbe0ea;
}

.asui {
  /*==============Button=================*/
}

.asui button:active,
.asui button:focus {
  outline: 0;
}

.asui select:active,
.asui select:focus {
  outline: 0;
}

.asui .asui-btn {
  min-width: 90px;
}

.asui .btn {
  height: 30px;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: .3px;
}

.asui .btn .btn-icon {
  margin-right: 6px;
}

.asui .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #E1E1E1;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none !important;
}

.asui .btn-default .caret {
  color: #2c4054;
}

.asui .btn-disabled {
  box-shadow: none;
  opacity: .65;
  cursor: not-allowed;
}

.asui default:active,
.asui .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: white;
  border-color: #E1E1E1;
}

.asui default:active:hover,
.asui .open > .dropdown-toggle.btn-default.focus,
.asui .open > .dropdown-toggle.btn-default:focus,
.asui .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: white;
  border-color: #E1E1E1;
}

.asui .btn-default.active,
.asui .btn-default:active,
.asui .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #f2f2f2;
  border-color: #E1E1E1;
}

.asui .btn-default.focus,
.asui .btn-default:focus,
.asui .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #EEF4FA;
  border-color: #E1E1E1;
}

.asui .btn-default:active,
.asui focus,
.asui hover {
  color: #333;
  background-color: white;
  border-color: #E1E1E1;
  box-shadow: none;
  text-shadow: none !important;
}

.asui .btn-default:hover {
  color: #333;
  background-color: #EEF4FA;
  border-color: #E1E1E1;
  box-shadow: none;
  text-shadow: none !important;
}

.asui .btn-default:focus {
  color: #333;
  background-color: #EEF4FA;
  border-color: #E1E1E1;
  box-shadow: none;
  text-shadow: none !important;
}

.asui .btn:focus,
.asui .btn:active:focus,
.asui .btn.active:focus {
  outline: 0 none;
}

.asui .btn-default:hover,
.asui visited,
.asui link,
.asui focus,
.asui lang {
  background-color: #EEF4FA;
}

.asui .btn-default.active.focus,
.asui .btn-default.active:focus,
.asui .btn-default.active:hover,
.asui .btn-default:active.focus,
.asui .btn-default:active:focus,
.asui .btn-default:active:hover,
.asui .open > .dropdown-toggle.btn-default.focus,
.asui .open > .dropdown-toggle.btn-default:focus,
.asui .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #EEF4FA;
  border-color: #E1E1E1;
}

.asui .btn.active,
.asui .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px transparent;
  box-shadow: inset 0 0px 0px transparent;
}

.asui .form-control[disabled],
.asui .form-control[readonly],
.asui fieldset[disabled] .form-control {
  background-color: #f2f2f2;
  opacity: 1;
}

.asui .bootstrap-select.btn-group .dropdown-menu {
  padding-left: 0px;
}

.asui .bootstrap-select.btn-group .dropdown-menu li a {
  outline-color: transparent !important;
  outline: none;
  border: none;
  height: 32px;
  padding-top: 8px;
  padding-left: 10px;
}

.asui .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  padding-left: 0px;
}

.asui .bootstrap-select.btn-group .dropdown-toggle .filter-option i {
  padding-left: 5px;
}

.asui .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 8px;
}

.asui .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 0px 0px transparent;
  box-shadow: inset 0 0px 0px transparent;
}

.asui .btn-group.open .dropdown-toggle {
  border-color: #3b99fc;
}

.asui .dropdown-toggle:active,
.asui .open .dropdown-toggle {
  background: #FFF !important;
  -webkit-box-shadow: inset 0 1px 1px #E1E1E1;
  box-shadow: inset 0 1px 1px transparent;
}

.asui .btn-primary {
  color: #fff;
  background-color: #1D7BE3;
  border-color: #1D7BE3;
}

.asui .btn-primary.active,
.asui .btn-primary:active,
.asui .btn-primary:hover,
.asui .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #136CCF !important;
  border-color: #1D7BE3 !important;
  border-left: 1px solid #8BC3FD !important;
}

.asui .btn-link {
  color: #308ced;
  text-decoration: none;
}

.asui .tooltip-button {
  padding: 0;
  padding-bottom: 5px;
  background: 0;
  border: 0;
  border-bottom: 1px dotted #72889c;
}

.asui .status-btn {
  background: white;
  border: 1px solid #ccc;
}

.asui .status-active {
  background: #5dd299;
  color: white;
  border: 1px solid #5dd299;
}

.asui .btn-footer {
  z-index: 100;
  background: transparent;
  bottom: 0px;
  right: 0px;
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
}

.asui .btn-footer .btn-group {
  float: right;
  margin: 10px 10px 15px 10px;
}

.asui .btn-footer .btn-group .btn {
  margin-right: 10px;
}

.asui .asui-background {
  width: 100%;
}

.asui .asui-background .parent {
  display: inline-flex;
  width: 100%;
}

.asui .asui-background .sp-replacer {
  margin-right: 5px;
  vertical-align: top;
  height: 40px;
  width: 40px;
  background-color: white;
  border-radius: 3px;
}

.asui .asui-background .sp-replacer .sp-preview .sp-preview-inner {
  height: 40px;
  width: 40px;
}

.asui .asui-background .file {
  width: 100%;
  margin: 0px;
}

.asui .asui-background .file .filename {
  padding-left: 0;
}

.asui .asui-background .file .progress-container {
  float: right;
  padding-left: 0;
  padding-right: 0;
}

.asui .asui-background .file .icon-container {
  padding-right: 0px;
  padding-left: 0px;
}

.asui .asui-background .drop {
  padding: 5px;
  width: 100%;
}

.asui .asui-card {
  -webkit-box-shadow: 2px 1px 15px -6px rgba(0, 6, 100, 0.3);
  -moz-box-shadow: 2px 1px 15px -6px rgba(0, 6, 100, 0.3);
  box-shadow: 2px 1px 15px -6px rgba(0, 6, 100, 0.3);
  border: 1px solid #dbe0ea;
  display: flex;
  flex-direction: row;
}

.asui .asui-card .card-thumbnail {
  position: relative;
  z-index: 0;
  display: flex;
  flex: unset;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 55px;
}

.asui .asui-card .card-thumbnail img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.asui .asui-card .card-thumbnail .video-duration {
  position: absolute;
  background-color: #111111;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  opacity: .8;
  border-radius: 2px;
  line-height: 1.2rem;
  margin: 4px;
  padding: 2px 4px;
  letter-spacing: .5px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}

.asui .asui-card a {
  cursor: pointer;
}

.asui .asui-card .asui-context-menu .cm-button {
  padding: 0 0 0 10px;
}

.asui .asui-card .title-1line {
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "\2026";
  overflow: hidden;
  white-space: nowrap;
  word-break: break-word;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .asui .asui-card .title-1line break-word {
    word-break: break-all;
  }
}

.asui .asui-card .title-2lines {
  overflow: hidden;
  max-height: 31px;
}

.asui .asui-card .title-3lines {
  overflow: hidden;
  max-height: 44px;
}

.asui .asui-card .popover-content {
  word-break: break-word;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .asui .asui-card .popover-content break-word {
    word-break: break-all;
  }
}

.asui .asui-view-overlay-initializing {
  background-color: white !important;
}

.asui .asui-view-overlay-loading {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.asui .asui-view-overlay-saving {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.asui .asui-view-overlay-deleting {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.asui .asui-view-overlay-processing {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.asui .asui-view-hide-content {
  display: none;
}

.asui .view-overlay .loading-mask-container {
  background-color: transparent;
}

.asui asui-card-user .asui-card {
  box-shadow: none;
  border: none;
}

.asui asui-card-user .asui-card .icon-line-height {
  line-height: 0.8;
}

.asui asui-card-user .card-icon-xs .card-thumbnail-image-circle {
  width: 24px !important;
  height: 24px !important;
}

.asui asui-card-user .card-icon-xs .card-thumbnail-image-circle span {
  font-size: 13px !important;
}

.asui asui-card-user .card-icon-sm .card-thumbnail-image-circle {
  width: 40px !important;
  height: 40px !important;
}

.asui asui-card-user .card-icon-sm .card-thumbnail-image-circle span {
  font-size: 16px !important;
}

.asui asui-card-user .card-icon-md .card-thumbnail-image-circle {
  width: 66px !important;
  height: 66px !important;
}

.asui asui-card-user .card-icon-md .card-thumbnail-image-circle span {
  font-size: 30px !important;
}

.asui asui-card-user .card-icon-lg .card-thumbnail-image-circle {
  width: 100px !important;
  height: 100px !important;
}

.asui asui-card-user .card-icon-lg .card-thumbnail-image-circle span {
  font-size: 50px !important;
}

.asui asui-card-user .card-thumbnail .card-thumbnail-image-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: #A8BCCD;
  color: white;
}

.asui asui-card-user .card-thumbnail .card-thumbnail-image-circle span {
  font-size: 24px;
  text-transform: uppercase;
}

.asui asui-card-user .card-thumbnail .card-thumbnail-image-circle img {
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border: 1px solid white;
}

.asui asui-card-user .card-thumbnail .white-bg {
  background-color: white;
}

.asui asui-card-user .details-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.asui asui-card-user-group .card-thumbnail-image-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #A8BCCD;
  background-color: #A8BCCD;
  color: white;
  width: 40px;
  height: 40px;
}

.asui asui-card-user-group .card-thumbnail-image-circle i {
  font-size: 22px;
}

.asui asui-card-user-group .card-icon-xs {
  width: 24px !important;
  height: 24px !important;
}

.asui asui-card-user-group .card-icon-xs i {
  font-size: 13px !important;
}

.asui asui-card-user-group .card-icon-sm {
  width: 40px !important;
  height: 40px !important;
}

.asui asui-card-user-group .card-icon-sm i {
  font-size: 16px !important;
}

.asui asui-card-user-group .card-icon-md {
  width: 66px !important;
  height: 66px !important;
}

.asui asui-card-user-group .card-icon-md i {
  font-size: 32px !important;
}

.asui asui-card-user-group .card-icon-lg {
  width: 100px !important;
  height: 100px !important;
}

.asui asui-card-user-group .card-icon-lg i {
  font-size: 50px !important;
}

.asui asui-card-device .card-thumbnail {
  width: 46px;
  height: 46px;
  font-size: 30px;
}

.asui asui-card-device .card-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.asui asui-card-device .card-icon-lg {
  width: 100px;
  height: 100px;
  font-size: 76px;
}

.asui asui-card-device .card-icon-md {
  width: 66px;
  height: 66px;
  font-size: 36px;
}

.asui asui-card-device .card-icon-sm {
  width: 38px;
  height: 38px;
  font-size: 26px;
}

.asui asui-card-device .card-icon-xs {
  width: 24px;
  height: 24px;
  font-size: 10px;
}

.asui asui-card-device-group .card-thumbnail-image-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #A8BCCD;
  background-color: #A8BCCD;
  color: white;
  width: 40px;
  height: 40px;
}

.asui asui-card-device-group .card-thumbnail-image-circle i {
  font-size: 20px;
}

.asui asui-card-device-group .card-icon-xs {
  width: 24px !important;
  height: 24px !important;
}

.asui asui-card-device-group .card-icon-xs i {
  font-size: 13px !important;
}

.asui asui-card-device-group .card-icon-sm {
  width: 40px !important;
  height: 40px !important;
}

.asui asui-card-device-group .card-icon-sm i {
  font-size: 16px !important;
}

.asui asui-card-device-group .card-icon-md {
  width: 66px !important;
  height: 66px !important;
}

.asui asui-card-device-group .card-icon-md i {
  font-size: 32px !important;
}

.asui asui-card-device-group .card-icon-lg {
  width: 100px !important;
  height: 100px !important;
}

.asui asui-card-device-group .card-icon-lg i {
  font-size: 50px !important;
}

.asui asui-card-network .card-thumbnail-image-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #A8BCCD;
  background-color: #A8BCCD;
  color: white;
  width: 40px;
  height: 40px;
}

.asui asui-card-network .card-thumbnail-image-circle i {
  font-size: 26px;
}

.asui asui-card-network .card-icon-xs {
  width: 24px !important;
  height: 24px !important;
}

.asui asui-card-network .card-icon-xs i {
  font-size: 17px !important;
}

.asui asui-card-network .card-icon-sm {
  width: 40px !important;
  height: 40px !important;
}

.asui asui-card-network .card-icon-sm i {
  font-size: 20px !important;
}

.asui asui-card-network .card-icon-md {
  width: 66px !important;
  height: 66px !important;
}

.asui asui-card-network .card-icon-md i {
  font-size: 48px !important;
}

.asui asui-card-network .card-icon-lg {
  width: 100px !important;
  height: 100px !important;
}

.asui asui-card-network .card-icon-lg i {
  font-size: 70px !important;
}

.asui asui-card-channel-group .asui-card {
  display: flex;
  flex-direction: column;
}

.asui asui-card-channel-group .card-icon-only {
  border: none;
  box-shadow: none;
}

.asui asui-card-channel-group .card-icon-only .card-thumbnail {
  min-width: 240px;
  min-height: 100px;
  height: 0;
  flex: none !important;
}

.asui asui-card-channel-group .card-icon-only .card-icon-sm {
  min-width: 160px;
  min-height: 66px;
  font-size: 36px;
}

.asui asui-card-channel-group .card-icon-only .card-icon-xs {
  min-width: 120px;
  min-height: 50px;
  font-size: 26px;
}

.asui asui-card-channel-group .card-thumbnail {
  flex: none !important;
  height: 100px;
  background-color: #A8BCCD;
  font-size: 60px;
}

.asui asui-card-channel-group .card-thumbnail .card-thumbnail-image {
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.asui asui-card-channel-group .card-thumbnail .card-thumbnail-image img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.asui asui-card-channel-group .card-thumbnail .thumbnail-opacity {
  opacity: 0.25;
  background-color: transparent;
}

.asui asui-card-channel-group .details-container {
  flex: none;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: 90px;
}

.asui asui-card-channel-group .details-container .details-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 10px 0px 15px;
  flex: 1;
}

.asui asui-card-channel-group .details-container .details-header .channelgroup-title {
  word-break: break-all;
  word-break: break-word;
  margin: 0px;
  font-size: 115%;
  font-weight: 500;
  line-height: 1.1;
  margin-right: 5px;
}

.asui asui-card-channel-group .details-container .details-header .channelgroup-title a {
  color: #333;
}

.asui asui-card-channel-group .details-container .details-header .channelgroup-title a:hover {
  color: #308ced;
}

.asui asui-card-channel-group .details-container .details-main {
  flex: 1;
  padding: 0px 10px 10px 15px;
  overflow: hidden;
  min-width: 0;
  font-size: 90%;
  /*line clipping for IE and Firefox */
  max-height: 22px;
  min-height: 22px;
  /*line clipping for chrome and safari*/
  text-overflow: ellipsis;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.asui asui-card-channel-group .details-container .details-main span {
  color: #72889c;
}

.asui asui-card-channel-group .details-container .details-main a {
  color: #72889c;
}

.asui asui-card-channel-group .details-container .details-main a:hover {
  color: #308ced;
}

.asui asui-card-channel-group .details-container .details-footer {
  border-top: 1px solid #dbe0ea;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 15px;
  color: #72889c;
  font-size: 90%;
}

.asui asui-card-channel .card-icon-only {
  border: none;
  box-shadow: none;
}

.asui asui-card-channel .card-icon-only .card-icon-lg {
  min-width: 130px;
  min-height: 169px;
  font-size: 76px;
}

.asui asui-card-channel .card-icon-only .card-icon-sm {
  min-width: 66px;
  min-height: 86px;
  font-size: 36px;
}

.asui asui-card-channel .card-icon-only .card-icon-xs {
  min-width: 36px;
  min-height: 50px;
  font-size: 26px;
}

.asui asui-card-channel .card-thumbnail {
  min-width: 100px;
  min-height: 130px;
}

.asui asui-card-channel .details-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background-color: #fff;
}

.asui asui-card-channel .details-container .details-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 15px;
  padding-bottom: 5px;
  height: 32px;
}

.asui asui-card-channel .details-container .details-header .channel-type {
  color: #72889c;
  font-size: 70%;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.asui asui-card-channel .details-container .details-header .channel-type i {
  margin-right: 5px;
  font-size: 14px;
}

.asui asui-card-channel .details-container .details-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0px 10px 0px 15px;
  overflow: hidden;
}

.asui asui-card-channel .details-container .details-main .channel-title {
  margin: 0px;
  margin-bottom: 8px;
  font-size: 115%;
  font-weight: 500;
  line-height: 1.1;
  word-break: break-all;
  word-break: break-word;
}

.asui asui-card-channel .details-container .details-main .channel-title a {
  color: #333;
}

.asui asui-card-channel .details-container .details-main .channel-title a:hover {
  color: #308ced;
}

.asui asui-card-channel .details-container .details-main .channel-publishto {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 90%;
}

.asui asui-card-channel .details-container .details-main .channel-publishto span {
  color: #72889c;
}

.asui asui-card-channel .details-container .details-main .channel-publishto a {
  color: #72889c;
}

.asui asui-card-channel .details-container .details-main .channel-publishto a:hover {
  color: #308ced;
}

.asui asui-card-channel .details-container .details-main .channel-channelgroups {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  font-size: 90%;
}

.asui asui-card-channel .details-container .details-main .channel-channelgroups span {
  color: #72889c;
}

.asui asui-card-channel .details-container .details-main .channel-channelgroups a {
  color: #72889c;
}

.asui asui-card-channel .details-container .details-main .channel-channelgroups a:hover {
  color: #308ced;
}

.asui asui-card-channel .details-container .details-main p {
  font-size: 90%;
}

.asui asui-card-channel .details-container .details-footer {
  border-top: 1px solid #dbe0ea;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 10px 10px 15px;
  color: #72889c;
  font-size: 90%;
}

.asui asui-card-content .asui-card {
  display: flex;
  flex-direction: column;
  width: 177.7778px;
}

.asui asui-card-content .card-icon-only {
  border: none;
  box-shadow: none;
  width: auto;
}

.asui asui-card-content .card-icon-only .card-icon-lg {
  width: 248.88892px;
  height: 140px;
}

.asui asui-card-content .card-icon-only .card-icon-lg .card-thumbnail-image {
  font-size: 56px;
}

.asui asui-card-content .card-icon-only .card-icon-md {
  width: 177.7778px;
  height: 100px;
}

.asui asui-card-content .card-icon-only .card-icon-md .card-thumbnail-image {
  font-size: 46px;
}

.asui asui-card-content .card-icon-only .card-icon-sm {
  width: 117.33335px;
  height: 66px;
}

.asui asui-card-content .card-icon-only .card-icon-sm .card-thumbnail-image {
  font-size: 26px;
}

.asui asui-card-content .card-icon-only .card-icon-xs {
  width: 88.8889px;
  height: 50px;
}

.asui asui-card-content .card-icon-only .card-icon-xs .card-thumbnail-image {
  font-size: 16px;
}

.asui asui-card-content .card-thumbnail {
  height: 100px;
  width: 100%;
}

.asui asui-card-content .card-thumbnail .card-thumbnail-image {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 60px;
}

.asui asui-card-content .card-thumbnail .card-thumbnail-image img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.asui asui-card-content .details-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
}

.asui asui-card-content .details-container .details-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 7px 10px;
}

.asui asui-card-content .details-container .details-header .channel-title {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  word-break: break-word;
  margin: 0px;
  white-space: nowrap;
  margin-right: 5px;
}

.asui asui-card-content .details-container .details-header .channel-title a {
  color: #333;
}

.asui asui-card-content .details-container .details-header .channel-title a:hover {
  color: #308ced;
}

.asui asui-card-content .details-container .details-header .asui-context-menu {
  color: #72889c;
}

.asui asui-carousel .carousel-item-placeholder {
  background-color: #eef4f9;
}

.asui asui-carousel .error-template {
  background-color: black;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: white;
  padding: 10%;
  text-align: center;
}

.asui asui-carousel .error-template i {
  margin-bottom: 20px;
  font-size: 40px;
  color: white;
}

.asui asui-carousel .not-supported-template {
  background-color: black;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: white;
  padding: 10%;
  text-align: center;
}

.asui asui-carousel .not-supported-template i {
  margin-bottom: 3px;
  font-size: 40px;
  color: white;
}

.asui asui-carousel .asui-carousel-item {
  height: 100px;
  overflow: hidden;
  position: relative;
}

.asui asui-carousel .asui-carousel-item asui-template {
  width: 100%;
  height: 100%;
  display: flex;
}

.asui asui-carousel .asui-carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asui asui-carousel .asui-carousel-item .aspect-uniform {
  object-fit: contain;
}

.asui asui-carousel .asui-carousel-item .aspect-uniformfill {
  object-fit: cover;
}

.asui asui-carousel .asui-carousel-item .aspect-fill {
  object-fit: fill;
}

.asui asui-carousel .asui-carousel-item iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background-color: transparent;
  pointer-events: none;
}

.asui asui-carousel .asui-carousel-item asui-carousel-web iframe {
  background-color: white;
}

.asui asui-carousel .asui-carousel-item asui-carousel-card {
  width: 100%;
  height: 100%;
}

.asui asui-carousel .asui-carousel-item asui-carousel-card iframe {
  width: 1920px;
  height: 1080px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: white;
}

.asui asui-carousel .asui-carousel-item asui-carousel-video {
  width: 100%;
  height: 100%;
}

.asui asui-carousel .asui-carousel-item asui-carousel-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.asui asui-carousel .asui-carousel-item asui-carousel-video .play-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.asui asui-carousel .asui-carousel-item asui-carousel-video .play-button i {
  flex: 1;
  font-size: 58px;
}

.asui asui-carousel .asui-carousel-item asui-carousel-video .play-btn-holder {
  background-color: white !important;
  border-radius: 100px !important;
  opacity: .90 !important;
  height: 62px;
  width: 62px;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
}

.asui asui-carousel .asui-carousel-item asui-carousel-video .icon-play {
  color: black !important;
  opacity: .90 !important;
  margin: auto;
}

.asui .asui-checkbox label {
  font-weight: normal;
  font-size: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
}

.asui .asui-checkbox input[type="checkbox"] {
  margin-right: 10px;
}

.asui .asui-codeview {
  margin: 0px 0px 5px 0px;
}

.asui .asui-codeview .CodeMirror {
  height: 100% !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #dae7ef;
  z-index: 20 !important;
}

.asui .asui-codeview .CodeMirror-gutters {
  background-color: #eef4f9;
  border-right: 1px solid #dae7ef;
}

.asui .asui-codeview .CodeMirror-linenumber {
  color: #72889c;
}

.asui .sp-replacer {
  margin: 0px 0px 5px 0px;
  display: block;
  width: 30px;
  color: #eaedf0;
  border: solid 1px #dbe0ea;
  border-radius: 3px;
}

.asui .sp-replacer .sp-preview {
  border: none;
  background-image: -moz-linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000 100%), -moz-linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000 100%);
  background-image: -webkit-linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000 100%), -webkit-linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000 100%);
  -moz-background-size: 100px 100px;
  background-size: 100px 100px;
  -webkit-background-size: 101px 101px;
  background-position: 0 0, 50px 50px;
  border-radius: 3px;
}

.asui .sp-replacer .sp-preview .sp-preview-inner {
  top: -5px;
  left: -5px;
  height: 32px;
  width: 30px;
  border-radius: 3px;
  z-index: 200px;
}

.asui .sp-replacer .sp-preview .sp-clear-display {
  opacity: 0.4;
}

.asui .sp-replacer .sp-dd {
  display: none;
}

.asui .sp-clear-enabled .sp-clear {
  left: 87%;
  height: 20px;
  width: 20px;
  background-image: linear-gradient(135deg, #f8f9f9 0, #f8f9f9 281px, #f00 282px, #f8f9f9 283px, #f8f9f9 566px);
  background-size: 400px, 400px;
  border: solid 1px #ccc;
}

.asui .sp-clear-enabled .sp-hue {
  top: 27px;
}

.asui .sp-alpha {
  bottom: -5px;
  height: 10px;
}

.asui .sp-alpha-inner {
  border: none;
}

.asui .sp-alpha-handle {
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 3px;
}

.asui .sp-replacer:hover,
.asui .sp-replacer.sp-active {
  color: #ccc;
  border: solid 1px #CCCCD3;
}

.asui .sp-button-container {
  width: 185px;
}

.asui .sp-container {
  border: none;
  background-color: #fafafa;
  border: 1px solid #ccc;
  -webkit-box-shadow: -1px 7px 21px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 7px 21px -5px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 7px 21px -5px rgba(0, 0, 0, 0.2);
}

.asui .sp-container .sp-palette-container {
  border: none;
  margin-top: 65px;
  width: 105px;
}

.asui .sp-container .sp-palette-container .sp-palette {
  display: none;
}

.asui .sp-container .sp-palette-container .sp-thumb-el,
.asui .sp-container .sp-palette-container .sp-thumb-el:hover {
  border-radius: 10px;
  border: solid 1px #d0d0d0;
}

.asui .sp-container .sp-palette-container .sp-thumb-el .sp-thumb-inner,
.asui .sp-container .sp-palette-container .sp-thumb-el:hover .sp-thumb-inner {
  border-radius: 10px;
}

.asui .sp-container .sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: none;
}

.asui .sp-container .sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: none;
}

.asui .sp-container .sp-picker-container {
  border: none;
  padding-left: 0px;
}

.asui .sp-container .sp-picker-container .sp-input-container {
  position: absolute;
  top: 11px;
  left: -112px;
  width: 100px;
}

.asui .sp-container .sp-picker-container .sp-input-container .sp-input {
  height: 40px;
  border: 1px solid #ccc;
  color: #000;
  font-size: 12px !important;
  text-align: center;
  background-color: #fff;
}

.asui .sp-container .sp-picker-container .sp-initial {
  position: absolute;
  top: 60px;
  left: -112px;
  width: 98px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.asui .sp-container .sp-picker-container .sp-initial .sp-thumb-el {
  width: 50%;
}

.asui .sp-container .sp-picker-container .sp-initial .sp-thumb-el .sp-thumb-inner {
  width: 100%;
}

.asui .sp-container .sp-picker-container .sp-initial .sp-clear-display {
  background-repeat: repeat;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
  width: 50%;
}

.asui .sp-container .sp-picker-container .sp-fill {
  padding-top: 73%;
}

.asui .sp-container .sp-picker-container .sp-top-inner {
  height: 120px;
}

.asui .sp-container .sp-picker-container .sp-color {
  border: none;
}

.asui .sp-container .sp-picker-container .sp-dragger {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
  height: 5px;
  width: 5px;
  border-radius: 50px;
  -webkit-box-shadow: -4px 17px 51px -1px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: -4px 17px 51px -1px rgba(0, 0, 0, 0.8);
  -box-shadow: -4px 17px 51px -1px rgba(0, 0, 0, 0.8);
}

.asui .sp-container .sp-picker-container .sp-hue {
  border: none;
  width: 20px;
  margin-left: 6px;
}

.asui .sp-container .sp-picker-container .sp-slider {
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  background: #e6e6e6 90% 90% repeat-x;
  font-weight: normal;
  color: #555555;
  -webkit-box-shadow: -4px 17px 51px -1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -4px 17px 51px -1px rgba(0, 0, 0, 0.9);
  -box-shadow: -4px 17px 51px -1px rgba(0, 0, 0, 0.9);
  width: 24px;
  margin-left: -3px;
  height: 6px;
}

.asui .sp-container .sp-picker-container .sp-alpha-handle {
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  background: #e6e6e6 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
  -webkit-box-shadow: -4px 17px 51px -1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -4px 17px 51px -1px rgba(0, 0, 0, 0.9);
  -box-shadow: -4px 17px 51px -1px rgba(0, 0, 0, 0.9);
}

.asui .sp-container .sp-picker-container .sp-cancel,
.asui .sp-container .sp-picker-container .sp-cancel:hover {
  border: 0;
  background-color: #fff;
  color: #333 !important;
  padding: 7.5px 26px;
  line-height: normal;
  text-decoration: none;
  border: 1px solid #E1E1E1;
  border-radius: 2px;
  border-radius: 3px;
  height: 30px;
}

.asui .sp-container .sp-picker-container .sp-choose,
.asui .sp-container .sp-picker-container .sp-choose:active,
.asui .sp-container .sp-picker-container visited,
.asui .sp-container .sp-picker-container focus {
  color: #fff;
  background-color: #1D7BE3;
  border-color: #1D7BE3;
  height: 30px;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: .3px;
  min-width: 90px;
  outline: none;
  box-shadow: none;
  background-image: none;
  text-shadow: none !important;
  border: 0px;
}

.asui .sp-container .sp-picker-container .sp-choose:hover {
  color: #fff;
  background-color: #136CCF;
  border-color: #1D7BE3;
}

.asui .sp-container .sp-picker-container .sp-color,
.asui .sp-container .sp-picker-container .sp-hue,
.asui .sp-container .sp-picker-container .sp-clear {
  border: 1px solid #ccc;
}

.asui .ct-l-sm {
  width: 88.8889px !important;
  height: 50px !important;
}

.asui .ct-l-md {
  width: 177.7778px !important;
  height: 100px !important;
}

.asui .ct-l-lg {
  width: 266.6667px !important;
  height: 150px !important;
}

.asui .ct-p-sm {
  width: 35.71429px !important;
  height: 50px !important;
}

.asui .ct-p-md {
  width: 71.42857px !important;
  height: 100px !important;
}

.asui .ct-p-lg {
  width: 107.14286px !important;
  height: 150px !important;
}

.asui .ct-xl-sm {
  width: 131.25px !important;
  height: 50px !important;
}

.asui .ct-xl-md {
  width: 262.5px !important;
  height: 100px !important;
}

.asui .ct-xl-lg {
  width: 393.75px !important;
  height: 150px !important;
}

.asui .ct-s-sm {
  width: 50px !important;
  height: 50px !important;
}

.asui .ct-s-md {
  width: 100px !important;
  height: 100px !important;
}

.asui .ct-s-lg {
  width: 150px !important;
  height: 150px !important;
}

.asui .ct-channel-sm {
  width: 35.71429px !important;
  height: 50px !important;
}

.asui .ct-channel-md {
  width: 71.42857px !important;
  height: 100px !important;
}

.asui .ct-channel-lg {
  width: 107.14286px !important;
  height: 150px !important;
}

.asui .ct-channelgroup-sm {
  width: 116.66667px !important;
  height: 50px !important;
}

.asui .ct-channelgroup-md {
  width: 233.33333px !important;
  height: 100px !important;
}

.asui .ct-channelgroup-lg {
  width: 350.0px !important;
  height: 150px !important;
}

.asui .ct-content-sm {
  width: 88.8889px !important;
  height: 50px !important;
}

.asui .ct-content-md {
  width: 177.7778px !important;
  height: 100px !important;
}

.asui .ct-content-lg {
  width: 266.6667px !important;
  height: 150px !important;
}

.asui .asui-content-tile {
  width: 177.7778px;
  height: 100px;
  background-color: #fafbfc;
  overflow: hidden;
  transform: translateZ(0);
}

.asui .asui-content-tile .ct-content-container {
  width: 100%;
  height: 100%;
}

.asui .asui-content-tile .ct-content-container .ct-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.asui .asui-content-tile .ct-content-container .ct-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asui .asui-content-tile .ct-content-container .ct-content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asui .asui-date-picker {
  /*
       
        .round-border {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }
        .active{
            background: $primary-button;
        }
        */
}

.asui .asui-date-picker .timepicker .btn {
  height: unset;
}

.asui .asui-date-picker .timepicker-hour {
  font-weight: 400;
}

.asui .asui-date-picker .timepicker-minute {
  font-weight: 400;
}

.asui .asui-date-picker .timepicker-second {
  font-weight: 400;
}

.asui .asui-date-picker .input-group-addon {
  background: #fff;
  padding: 5px 12px 2px;
  color: #2c4054;
}

.asui .asui-date-picker .form-control[readonly] {
  background-color: white;
}

.asui .asui-date-picker input {
  margin: 0;
}

.asui .asui-date-range-picker {
  width: 100%;
  display: flex;
  flex-direction: row;
  border: 1px solid #dbe0ea;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 4px;
}

.asui .asui-date-range-picker input[type=text] {
  border: none;
  margin: 0;
  flex: 1;
  background-color: transparent;
  width: initial;
  text-overflow: ellipsis;
}

.asui .asui-date-range-picker input[type=text]:focus {
  outline: none;
  border: none;
}

.asui .asui-date-range-picker .icon-container {
  color: #2c4054;
  font-size: 120%;
  padding: 0px 12px;
  padding-top: 9px;
  height: 32px;
  border-left: 1px solid #dbe0ea;
  cursor: pointer;
}

.asui .asui-date-range-picker .date-clear {
  color: #72889c;
  font-size: 120%;
  margin-right: 6px;
  display: none;
  cursor: pointer;
  padding-top: 4px;
}

.asui .asui-date-range-picker .daterangepicker-input .input-mini input {
  padding-left: 25px;
}

.asui .asui-date-range-picker:hover .date-clear {
  display: initial;
}

.asui .daterangepicker {
  font-family: "Roboto", Arial, Helvetica, sans-serif !important;
}

.asui .daterangepicker .cancelBtn,
.asui .daterangepicker .applyBtn {
  font-weight: normal;
  padding: 6px 12px;
  min-width: 90px;
}

.asui .asui-multiselect,
.asui .asui-dropdown {
  display: inline-block;
  margin: 0px 0px 5px 0px;
}

.asui .asui-multiselect .form-control,
.asui .asui-dropdown .form-control {
  z-index: initial;
}

.asui .asui-multiselect .bootstrap-select .dropdown-toggle .filter-option,
.asui .asui-dropdown .bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.asui .asui-multiselect .bootstrap-select .dropdown-toggle .filter-option-inner-inner,
.asui .asui-dropdown .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  display: flex;
}

.asui .asui-multiselect .bootstrap-select .dropdown-toggle .filter-option-inner-inner img,
.asui .asui-dropdown .bootstrap-select .dropdown-toggle .filter-option-inner-inner img {
  height: 16px;
  margin-right: 5px;
  min-width: 18px;
}

.asui .asui-multiselect .bootstrap-select .dropdown-toggle .filter-option-inner-inner i,
.asui .asui-dropdown .bootstrap-select .dropdown-toggle .filter-option-inner-inner i {
  margin-right: 5px;
  min-width: 16px;
  text-align: center;
}

.asui .asui-multiselect .btn-group,
.asui .asui-dropdown .btn-group {
  width: 100% !important;
}

.asui .asui-multiselect .btn-group .btn,
.asui .asui-dropdown .btn-group .btn {
  display: block !important;
  height: 32px;
}

.asui .asui-multiselect .btn-group .btn:hover,
.asui .asui-dropdown .btn-group .btn:hover {
  border-color: #1D7BE3;
  background-color: white;
}

.asui .asui-multiselect .btn-group .btn:focus,
.asui .asui-dropdown .btn-group .btn:focus {
  background-color: white;
  border: 1px solid #3b99fc;
}

.asui .asui-multiselect .btn-group .fa,
.asui .asui-multiselect .btn-group .glyphicon,
.asui .asui-dropdown .btn-group .fa,
.asui .asui-dropdown .btn-group .glyphicon {
  width: 16px;
  margin-right: 5px;
}

.asui .asui-multiselect .btn-group img,
.asui .asui-dropdown .btn-group img {
  margin-right: 5px;
}

.asui .asui-multiselect .btn-group select,
.asui .asui-dropdown .btn-group select {
  display: none !important;
}

.asui .asui-multiselect .btn-group .btn > span > img,
.asui .asui-multiselect ul > li > a > img,
.asui .asui-dropdown .btn-group .btn > span > img,
.asui .asui-dropdown ul > li > a > img {
  margin-top: -3px;
  width: 16px;
}

.asui .asui-multiselect .dropdown-menu,
.asui .asui-dropdown .dropdown-menu {
  font-size: 12px;
}

.asui .asui-multiselect .dropdown-menu .divider,
.asui .asui-dropdown .dropdown-menu .divider {
  margin: 0;
}

.asui .asui-multiselect .dropdown-menu li a,
.asui .asui-dropdown .dropdown-menu li a {
  padding: 8px 10px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.asui .asui-multiselect .dropdown-menu li a .fa,
.asui .asui-dropdown .dropdown-menu li a .fa {
  margin-right: 10px;
  color: #2c4054;
}

.asui .asui-multiselect .dropdown-menu li a img,
.asui .asui-dropdown .dropdown-menu li a img {
  height: 16px;
  min-width: 16px;
  margin-right: 5px;
}

.asui .asui-multiselect .dropdown-menu li a i,
.asui .asui-dropdown .dropdown-menu li a i {
  min-width: 16px;
  margin-right: 5px;
  text-align: center;
}

.asui .asui-multiselect span.check-mark {
  position: absolute;
  display: inline-block;
  right: 10px;
  font-size: 16px;
  margin-top: 8px;
  color: #2c4054;
}

.asui .asui-multiselect .check-mark:before {
  content: "<";
  font-family: 'appspace-font';
}

.asui .additional-info a .fa {
  text-decoration: none;
  color: #2c4054;
}

.asui .asui-input-checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #dbe0ea;
  border-radius: 3px;
  cursor: pointer;
  background-color: white;
  font-size: 12px;
  color: white;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-top: 1px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.asui .asui-input-checkbox-checked {
  background-color: #1D7BE3;
  border: 1px solid #1D7BE3;
  transition: background-color 200ms linear;
}

.asui .asui-input-text {
  border: 1px solid #dbe0ea;
  background-color: white;
  box-sizing: border-box;
  padding: 6px 12px;
  width: 100%;
  height: 32px;
  margin: 0px 4px 4px 0px;
}

.asui [contenteditable]:focus {
  outline: 0px solid transparent;
}

.asui .asui-fileupload {
  margin: 0px 0px 10px 0px;
}

.asui .asui-fileupload .ext {
  font-size: 12px;
  font-weight: normal;
}

.asui .asui-fileupload .drop {
  padding: 10px;
  border: 2px #ebebeb dashed;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  overflow: auto;
}

.asui .asui-fileupload .drop .upload-icon-container {
  text-align: center;
}

.asui .asui-fileupload .drop .upload-icon-container .upload-icon {
  max-height: 105px;
  width: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  margin: 0 auto;
  color: #ddd;
  font-size: 74px;
  margin-bottom: 10px;
}

.asui .asui-fileupload .browse {
  color: #1D7BE3;
  cursor: pointer;
}

.asui .asui-fileupload .file-list2 {
  text-align: left;
}

.asui .asui-fileupload .file-list2 .file {
  margin: 7px 1vw 0 1vw;
  color: #555;
  border: 1px solid #f0f0f0;
  padding: 8px;
}

.asui .asui-fileupload .file-list2 .file .filename {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 90%;
}

.asui .asui-fileupload .file-list2 .file .progress-container {
  float: right;
}

.asui .asui-fileupload .file-list2 .file .progress-container .progress {
  height: 6px;
  border-radius: 1px;
  background-color: #f4f4f4;
  background-image: none;
  margin-top: 3px;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  box-shadow: none;
  border: none;
}

.asui .asui-fileupload .file-list2 .file .progress-container .progress .progress-bar {
  line-height: 3px;
  background-color: mediumseagreen;
}

.asui .asui-fileupload .file-list2 .file .icon-container {
  float: right;
  text-align: right;
  white-space: nowrap;
}

.asui .asui-fileupload .file-list2 .file .icon-container .upload-delete {
  color: #333;
  cursor: pointer;
}

.asui .asui-fileupload .file-list2 .file .icon-container .upload-cancel {
  color: #999;
  cursor: pointer;
}

.asui .asui-fileupload .file-list2 .file .icon-container .upload-success {
  color: mediumseagreen;
  padding-right: 5px;
}

.asui .asui-fileupload .file-list2 .file .icon-container .upload-failed {
  color: #cc1100;
  padding-right: 5px;
}

.asui .asui-fileupload .file-list2 .file .icon-container .hidden {
  display: none;
}

.asui .asui-fileupload .file-list {
  display: flex;
  display: -webkit-flex;
  flex-flow: column nowrap;
  -ms-overflow-style: none;
}

.asui .asui-fileupload .file-list .file-row {
  background: #fff;
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  border-radius: 2px;
  height: 34px;
  border: 1px solid #f0f0f0;
  margin-bottom: 7px;
  padding: 0px 15px;
  -webkit-box-shadow: 0px 0px 4px -2px rgba(0, 6, 100, 0.2);
  -moz-box-shadow: 0px 0px 4px -2px rgba(0, 6, 100, 0.2);
  box-shadow: 0px 0px 4px -2px rgba(0, 6, 100, 0.2);
}

.asui .asui-fileupload .file-list .file-row .file-col {
  align-items: center;
  flex-flow: row nowrap;
  display: flex;
  padding-right: 10px;
}

.asui .asui-fileupload .file-list .file-row .sort-col {
  font-size: 20px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  color: #8d939d;
}

.asui .asui-fileupload .file-list .file-row .sort-col .fa {
  cursor: pointer;
  line-height: 0.7;
}

.asui .asui-fileupload .file-list .file-row .thumbnail-col .file-thumbnail {
  height: 16px;
  color: #72889c;
  object-fit: contain;
  border: none;
}

.asui .asui-fileupload .file-list .file-row .filename-col {
  flex-grow: 1;
  min-width: 0;
}

.asui .asui-fileupload .file-list .file-row .filename-col span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 90%;
}

.asui .asui-fileupload .file-list .file-row .toolbar-col .btn {
  font-size: 85%;
  padding: 5px 10px;
  height: 24px;
  margin-right: 10px;
}

.asui .asui-fileupload .file-list .file-row .toolbar-col .btn span {
  font-size: 70%;
  padding-left: 2px;
  color: #dbe0ea;
}

.asui .asui-fileupload .file-list .file-row .toolbar-col .btn:last-child {
  margin-right: 0px;
}

.asui .asui-fileupload .file-list .file-row .progress-col {
  width: 150px;
}

.asui .asui-fileupload .file-list .file-row .progress-col .progress {
  height: 6px;
  border-radius: 1px;
  background-color: #f4f4f4;
  background-image: none;
  margin-top: 3px;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  box-shadow: none;
  border: none;
}

.asui .asui-fileupload .file-list .file-row .progress-col .progress .progress-bar {
  line-height: 3px;
  background-color: mediumseagreen;
}

.asui .asui-fileupload .file-list .file-row .filesize-col {
  min-width: 50px;
  justify-content: flex-end;
  white-space: nowrap;
}

.asui .asui-fileupload .file-list .file-row .delete-col {
  justify-content: flex-end;
  padding-right: 0px;
}

.asui .asui-fileupload .file-list .file-row .delete-col .upload-delete {
  color: #8d939d;
  cursor: pointer;
}

.asui .asui-fileupload .file-list .file-row .delete-col .upload-cancel {
  color: #999;
  cursor: pointer;
}

.asui .asui-fileupload .file-list .file-row .delete-col .upload-success {
  color: mediumseagreen;
  padding-right: 10px;
}

.asui .asui-fileupload .file-list .file-row .delete-col .upload-failed {
  color: #cc1100;
  padding-right: 10px;
}

.asui .asui-fileupload .file-list .file-row .delete-col .hidden {
  display: none;
}

.asui .asui-fileupload .file-list .file-row:first-child .fa-caret-up {
  color: #ddd;
  cursor: initial;
}

.asui .asui-fileupload .file-list .file-row:last-child {
  margin-bottom: 0;
}

.asui .asui-fileupload .file-list .file-row:last-child .fa-caret-down {
  color: #ddd;
  cursor: initial;
}

.asui .asui-fileupload .dragdrop-filelist .file-row {
  height: 41px;
  justify-content: space-between;
}

.asui .asui-fileupload .dragdrop-filelist .file-row .upload-cancel {
  font-size: 120%;
}

.asui .asui-fileupload .dragdrop-filelist .file-row .filename-col span {
  font-size: 100%;
}

.asui .asui-fileupload ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.asui asui-flip {
  perspective: 800px;
  -webkit-perspective: 800px;
  position: relative;
  text-align: center;
  display: flex;
  width: 100%;
  height: 100%;
}

.asui asui-flip .flip-container.flipped {
  transform: rotatey(-180deg);
}

.asui asui-flip .enable-transition {
  transition: transform 0.5s ease-in-out;
}

.asui asui-flip .flip-container.flipped.postTransition {
  transform: none;
}

.asui asui-flip .flip-container.flipped.postTransition .frontface {
  display: none;
}

.asui asui-flip .flip-container.flipped.postTransition .backface {
  transform: none;
  position: initial;
  display: flex;
}

.asui asui-flip .flip-container.postTransition {
  transform: none;
}

.asui asui-flip .flip-container.postTransition .frontface {
  transform: none;
  position: initial;
  display: flex;
}

.asui asui-flip .flip-container.postTransition .backface {
  display: none;
}

.asui asui-flip .flip-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex: 1;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.asui asui-flip .flip-container ng-transclude {
  display: flex;
  flex: 1;
}

.asui asui-flip .flip-container .frontface {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  z-index: 1;
  flex: 1;
  display: flex;
}

.asui asui-flip .flip-container .backface {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 2;
  transform: rotatey(-180deg);
  display: flex;
  max-width: 100%;
  flex: 1;
}

.asui asui-grid {
  display: flex;
  width: 100%;
}

.asui asui-grid .asui-grid {
  flex: 1;
  position: relative;
  max-width: 100%;
}

.asui asui-grid .grid-container-horizontal {
  flex-direction: row !important;
  overflow-x: auto;
  flex-wrap: nowrap !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.asui asui-grid .grid-container-horizontal .grid-virtualscroll-marker {
  height: 0px;
  width: 1px;
}

.asui asui-grid .grid-container-horizontal .grid-item {
  padding-top: 0px !important;
}

.asui asui-grid .grid-container {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 20px -20px;
  list-style: none;
  padding: 0;
  min-height: 100px;
}

.asui asui-grid .grid-container .loading-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.asui asui-grid .grid-container .grid-item {
  flex: 0 0 20%;
  min-width: 0;
  padding: 20px 0 0 20px;
}

@media (max-width: 3000px) {
  .asui asui-grid .grid-container .grid-item {
    flex: 0 0 25%;
  }
}

@media (max-width: 1600px) {
  .asui asui-grid .grid-container .grid-item {
    flex: 0 0 33.33333%;
  }
}

@media (max-width: 1024px) {
  .asui asui-grid .grid-container .grid-item {
    flex: 0 0 50%;
  }
}

@media (max-width: 700px) {
  .asui asui-grid .grid-container .grid-item {
    flex: 0 0 100%;
  }
}

.asui asui-grid .grid-show-more {
  margin-top: 10px;
  text-align: center;
}

.asui asui-grid .grid-show-more .grid-show-more-link {
  cursor: pointer;
}

.asui asui-grid .grid-show-more-spinner {
  margin: 0px auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.asui asui-grid .grid-show-more-spinner-horzontal {
  margin: 0px auto;
  display: flex;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  position: absolute;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.asui asui-grid .grid-virtualscroll-marker {
  color: #fff;
  height: 1px;
  width: 0px;
  background-color: blue;
}

.asui asui-loading-mask {
  z-index: 200;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}

.asui asui-loading-mask .loading-mask-container {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.asui asui-loading-mask .loading-mask-container .message {
  text-align: center;
  color: #ccc;
  padding: 20px;
}

.asui .spinner-sm {
  font-size: 1px;
}

.asui .spinner-sm .spinner-container {
  padding: 2px;
}

.asui .spinner-sm .spinner-container .spinner-rect-wave {
  height: 20px;
  width: 25px;
}

.asui .spinner-sm .spinner-container .spinner-rect-wave div {
  margin-right: 1px;
  width: 4px;
}

.asui .spinner-sm .spinner-container .sk-fading-circle {
  width: 20px;
  height: 20px;
}

.asui .spinner-sm .spinner-container .spinner-fade-line {
  width: 20px;
}

.asui .spinner-sm .spinner-container .spinner-fade-line div {
  width: 6px;
  height: 6px;
}

.asui asui-spinner .spinner-container {
  padding: 5px;
}

.asui asui-spinner .spinner-container .spinner-rect-wave {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 0px;
}

.asui asui-spinner .spinner-container .spinner-rect-wave div {
  background-color: #A8BCCD;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin-right: 2px;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.asui asui-spinner .spinner-container .spinner-rect-wave .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.asui asui-spinner .spinner-container .spinner-rect-wave .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.asui asui-spinner .spinner-container .spinner-rect-wave .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.asui asui-spinner .spinner-container .spinner-rect-wave .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.asui asui-spinner .spinner-container .sk-fading-circle {
  width: 40px;
  height: 40px;
  position: relative;
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #A8BCCD;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.asui asui-spinner .spinner-container .sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

.asui asui-spinner .spinner-container .spinner-fade-line {
  width: 43px;
  text-align: center;
}

.asui asui-spinner .spinner-container .spinner-fade-line div {
  width: 12px;
  height: 12px;
  background-color: #A8BCCD;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.asui asui-spinner .spinner-container .spinner-fade-line .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.asui asui-spinner .spinner-container .spinner-fade-line .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }

  40% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.1;
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.asui .asui-radio label {
  font-weight: normal;
}

.asui .asui-radio input[type="radio"] {
  margin-right: 10px;
}

.asui .asui-radio-inline {
  display: inline;
}

.asui .asui-radio-inline label {
  padding-left: 20px;
}

.asui .asui-radio-inline:first-child label {
  padding-left: 0px;
}

.asui .asui-richtext {
  margin: 0px 0px 5px 0px;
  position: relative;
}

.asui .asui-richtext .CodeMirror {
  border: 1px solid #dbe0ea;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}

.asui .asui-richtext .style-toolbar {
  padding: 0;
}

.asui .asui-richtext .fr-quick-insert {
  display: none;
}

.asui .asui-richtext .sticky-toolbar .style-toolbar {
  position: inherit;
}

.asui .asui-richtext .sticky-toolbar .fr-toolbar {
  border: 1px solid #dbe0ea !important;
  border-bottom: none !important;
  background-color: transparent;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  padding: 0px;
}

.asui .asui-richtext .sticky-toolbar .fr-box .fr-wrapper {
  height: 100px;
}

.asui .asui-richtext .sticky-toolbar .fr-box .fr-wrapper .fr-code {
  border-top: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  border: 1px solid #dbe0ea;
}

.asui .asui-richtext .sticky-toolbar .fr-box .fr-element {
  padding: 12px 12px;
  min-height: 100px;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  border: 1px solid #dbe0ea;
  height: 100%;
}

.asui .asui-richtext .sticky-toolbar .fr-box .fr-element p {
  margin: 0;
}

.asui .asui-richtext .sticky-toolbar .fr-box .fr-element table td {
  border: 1px solid #dddddd;
  padding: 5px 8px;
}

.asui .asui-richtext .sticky-toolbar .fr-box .fr-element table th {
  padding: 5px 10px;
  background-color: #f8f8f8;
  border: 1px solid #dddddd;
}

.asui .asui-richtext .sticky-toolbar .fr-box .fr-element table td.fr-selected-cell,
.asui .asui-richtext .sticky-toolbar .fr-box .fr-element table th.fr-select {
  border: 1px double #3b99fc;
}

.asui .asui-richtext .sticky-toolbar .fr-box.fr-basic .fr-wrapper .fr-placeholder {
  top: 0;
  left: 0;
  padding: 6px 12px;
}

.asui .asui-richtext .fr-toolbar {
  border: none;
  background-color: transparent;
  padding: 5px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.asui .asui-richtext .fr-toolbar a.fr-command:hover {
  background-color: #EEF4FA;
}

.asui .asui-richtext .fr-toolbar .fr-btn {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #2c4054;
  margin: 0px;
}

.asui .asui-richtext .fr-toolbar .fr-btn:hover,
.asui .asui-richtext .fr-toolbar .fr-btn:active {
  background-color: #EEF4FA;
  border-radius: 0px;
}

.asui .asui-richtext .fr-toolbar .fr-command.fr-btn.fr-dropdown,
.asui .asui-richtext .fr-toolbar .fr-popup .fr-command.fr-btn.fr-dropdown {
  width: auto;
}

.asui .asui-richtext .fr-toolbar .fr-command.fr-btn i,
.asui .asui-richtext .fr-toolbar .fr-popup .fr-command.fr-btn i {
  font-size: 10px;
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  margin-left: 7px;
  margin-top: 9px;
}

.asui .asui-richtext .fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
.asui .asui-richtext .fr-toolbar .fr-popup .fr-command.fr-btn.fr-dropdown::after {
  top: 12.5px;
}

.asui .asui-richtext .fr-toolbar .fr-command.fr-active {
  color: #333;
  border: 0;
  background-color: #fff;
  border-radius: 0px;
}

.asui .asui-richtext .fr-toolbar .fr-command.fr-btn.fr-disabled:hover,
.asui .asui-richtext .fr-toolbar .fr-popup .fr-command.fr-btn.fr-disabled:hover {
  color: #bdbdbd;
  cursor: default;
  background-color: #fff;
}

.asui .asui-richtext .fr-toolbar .fr-separator.fr-vs {
  height: 12px;
  margin-top: 8px;
}

.asui .asui-richtext .fr-toolbar .fr-command.fr-btn i.icon-text-color {
  font-size: 14px;
  margin-top: 7px;
}

.asui .asui-richtext .fr-toolbar .fr-command.fr-btn i.icon-background-color {
  font-size: 14px;
  margin-top: 7px;
}

.asui .asui-richtext .fr-toolbar .fr-command.fr-btn i.icon-container-color {
  font-size: 14px;
  margin-top: 7px;
}

.asui .asui-richtext .fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
.asui .asui-richtext .fr-toolbar .fr-popup .fr-command.fr-btn.fr-dropdown::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #8d939d;
}

.asui .asui-richtext .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  font-size: 12px;
}

.asui .asui-richtext .fr-box .fr-element {
  border: 1px solid #dbe0ea;
  border-radius: 4px;
  padding: 6px 12px;
  min-height: 50px;
}

.asui .asui-richtext .fr-box .fr-element p {
  margin: 0;
}

.asui .asui-richtext .fr-box .fr-placeholder {
  padding: 6px 12px;
}

.asui .asui-richtext .grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.asui .asui-richtext .fr-box.fr-basic.fr-top .fr-wrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.asui .asui-richtext .fr-popup {
  color: #333;
  background-color: #fff;
  border: 1px solid #dbe0ea;
  -webkit-box-shadow: -1px 7px 21px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 7px 21px -5px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 7px 21px -5px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  text-align: left;
}

.asui .asui-richtext .fr-popup .fr-arrow {
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  display: inline-block;
}

.asui .asui-richtext .fr-popup .fr-buttons {
  display: none;
}

.asui .asui-richtext .fr-popup .fr-checkbox-line {
  display: none;
}

.asui .asui-richtext .fr-popup .fr-input-line {
  padding: 10px 0;
}

.asui .asui-richtext .fr-popup .fr-link-insert-layer {
  padding: 5px 5px 0px;
}

.asui .asui-richtext .fr-popup .fr-link-insert-layer input {
  font-size: 12px;
  box-shadow: inset 0px 0px 0px 0px white;
  border-right: 0;
  border-left: 0;
}

.asui .asui-richtext .fr-popup .fr-action-buttons button {
  background-color: #1D7BE3;
  color: white;
  font-size: 12px;
  height: 28px;
  border-radius: 3px;
  padding: 0px 10px;
}

.asui .asui-richtext .fr-popup .fr-action-buttons button:hover,
.asui .asui-richtext .fr-popup .fr-action-buttons button :focus {
  background-color: #136CCF;
  color: white;
}

.asui .asui-richtext .fr-popup .fr-action-buttons .btn.active,
.asui .asui-richtext .fr-popup .fr-action-buttons .btn:active {
  color: #1D7BE3;
}

.asui .asui-richtext .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  color: #2c4054;
}

.asui .asui-richtext .fr-command.fr-btn.fr-dropdown.fr-active,
.asui .asui-richtext .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
  background: #EEF4FA !important;
  color: #333 !important;
}

.asui .asui-richtext .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #EEF4FA !important;
  color: #333 !important;
}

.asui .asui-richtext .CodeMirror-gutter {
  background-color: #eef4f9;
}

.asui .asui-richtext .CodeMirror-linenumbers {
  color: #72889c;
}

.asui .fr-popup {
  border-top: 0;
}

.asui .fr-popup .fr-arrow {
  border-bottom: 5px solid #8d939d;
  top: -5px;
}

.asui .asui-search {
  position: relative;
  width: 100%;
  border-radius: 3px;
  margin: 0px 0px 5px 0px;
}

.asui .asui-search .form-control {
  border: 1px solid #dbe0ea;
}

.asui .asui-search input[type=text] {
  padding-left: 33px;
}

.asui .asui-search .icon-addon .glyphicon,
.asui .asui-search .icon-addon.addon-md .fa,
.asui .asui-search .icon-addon .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 3px 0;
  top: 1px;
  color: #C7C7CD;
}

.asui asui-search-autocomplete {
  position: absolute;
  top: 32px;
  left: 0px;
  z-index: 100;
  width: 100%;
  min-height: 150px;
  max-height: 80vh;
  background: #fff;
  border: 1px solid #dbe0ea;
  border-top: none;
  overflow-y: scroll;
}

.asui asui-search-autocomplete .search-group-block {
  border-bottom: 1px solid #dbe0ea;
  margin: 0 25px;
  padding: 15px 5px;
}

.asui asui-search-autocomplete .search-group-block .search-header {
  padding-bottom: 15px;
  color: #A8BCCD;
}

.asui asui-search-autocomplete .search-group-block .search-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 10px;
}

.asui asui-search-autocomplete .search-group-block .search-item .search-item-name {
  margin-left: 15px;
  color: initial;
}

.asui asui-search-autocomplete .search-group-block .search-item .search-item-default {
  display: flex;
  align-items: center;
  min-height: 24px;
  color: initial;
}

.asui asui-search-autocomplete .search-group-block .search-item asui-card-channel-group .card-icon-only .card-icon-xs {
  min-width: 96px;
  min-height: 40px;
}

.asui asui-search-autocomplete .search-all-block {
  margin: 15px 20px;
  color: #A8BCCD;
  cursor: pointer;
}

.asui asui-search-autocomplete .search-all-block .search-all-keywords {
  margin: 0 10px;
  color: #333;
}

.asui .asui-style-editor {
  margin: 0px 0px 5px 0px;
}

.asui .asui-style-editor .style-toolbar {
  position: absolute;
  transform: translate(0%, -100%);
  border-radius: 4px;
  z-index: 99;
  padding-bottom: 2px;
  padding-left: 5px;
  margin-right: 15px;
  width: 100%;
  padding: 5px 10px;
}

.asui .asui-style-editor .style-toolbar .btn-default {
  color: #2c4054;
  font-size: 12px;
  border: 0;
}

.asui .asui-style-editor .style-toolbar .btn-default:active {
  color: #333;
  border: 0;
}

.asui .asui-style-editor .style-toolbar .btn-group {
  margin-bottom: 0px;
}

.asui .asui-style-editor .style-toolbar .btn-default:focus {
  color: #333;
  border: 0;
  background-color: transparent;
}

.asui .asui-style-editor .style-toolbar .btn-default:hover {
  color: #333;
  border: 0;
}

.asui .asui-style-editor .style-toolbar .btn-default:focus .open > .dropdown-toggle.btn-default {
  color: #333;
  border-color: #dbe0ea;
}

.asui .asui-style-editor .style-toolbar .btn-default:hover,
.asui .asui-style-editor .style-toolbar .open > .dropdown-toggle.btn-default {
  color: #000;
  background-color: #EEF4FA;
  border-color: #dbe0ea;
}

.asui .asui-style-editor .style-toolbar .btn-default:active,
.asui .asui-style-editor .style-toolbar .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: transparent;
  border-color: #dbe0ea;
}

.asui .asui-style-editor .style-toolbar .btn-default:visited,
.asui .asui-style-editor .style-toolbar .open > .dropdown-toggle.btn-default {
  color: #333;
  border-color: #dbe0ea;
}

.asui .asui-style-editor .style-toolbar .btn-default.active,
.asui .asui-style-editor .style-toolbar .btn-default:active,
.asui .asui-style-editor .style-toolbar .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #EEF4FA;
  border-color: #dbe0ea;
}

.asui .asui-style-editor .style-toolbar .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 3px;
}

.asui .asui-style-editor .style-toolbar .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.asui .asui-style-editor .style-toolbar .btn-group > .btn:last-child:not(:first-child),
.asui .asui-style-editor .style-toolbar .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.asui .asui-style-editor .style-toolbar .btn-group > .btn:last-child:not(:first-child) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.asui .asui-style-editor .style-toolbar .btn-toolbar {
  border: 1px solid;
  margin-left: -5px;
}

.asui .asui-style-editor .style-toolbar .btn-group .btn + .btn,
.asui .asui-style-editor .style-toolbar .btn-group .btn + .btn-group,
.asui .asui-style-editor .style-toolbar .btn-group .btn-group + .btn,
.asui .asui-style-editor .style-toolbar .btn-group .btn-group + .btn-group {
  margin-left: 0px;
}

.asui .asui-style-editor .style-toolbar .dropdown-menu > li > a {
  display: block;
  height: 32px;
  padding-top: 8px;
  padding-left: 15px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.asui .asui-style-editor .style-toolbar .dropdown-menu > .active > a {
  color: #333;
  background-color: #EEF4FA;
}

.asui .asui-style-editor .btn {
  display: inline-block;
  padding: 3px 12px;
  margin-bottom: 0;
  font-size: 10px;
  height: 32px;
  font-size: 10px;
  margin-left: 3px;
}

.asui .asui-style-editor .btn-default {
  color: #2c4054;
  font-size: 10px;
  border: 0;
  border-radius: 3px !important;
}

.asui .asui-style-editor .btn-default:active {
  color: #333;
  border: 0;
}

.asui .asui-style-editor .font16 {
  font-size: 14px;
  padding: 4px 12px;
}

.asui .asui-style-editor span.fa.icon-square {
  padding-top: 2px;
}

.asui .asui-table {
  border: 1px solid #dae7ef !important;
  margin: 0px 0px 5px 0px;
  background-color: #fff;
}

.asui .asui-table thead {
  background-color: #eef4f9;
  color: #333;
}

.asui .asui-table tbody[dnd-list] {
  min-height: 42px;
  padding-left: 0px;
  margin-bottom: 0px;
}

.asui .asui-table th {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  vertical-align: middle !important;
  font-weight: normal !important;
  border-bottom: 1px solid #dae7ef !important;
}

.asui .asui-table thead tr th:first-child,
.asui .asui-table tbody tr td:first-child {
  padding-left: 20px;
}

.asui .asui-table thead tr th:last-child,
.asui .asui-table tbody tr td:last-child {
  padding-right: 20px;
}

.asui .asui-table td {
  border-top: 1px solid #ececec !important;
  padding: 8px;
}

.asui .asui-table-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 10px 0px;
}

.asui .asui-table-container .table-container {
  width: 100%;
}

.asui .asui-table-container tr.selected {
  background-color: #edf2f7;
}

.asui .asui-table-container .loading-mask {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100;
}

.asui .asui-table-container .dnd-alert {
  padding: 5px;
  margin: 10px;
  position: relative;
  color: #E63E3E;
  font-size: 80%;
  font-weight: 300;
  clear: both;
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc( 100% - 20px);
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.97);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 6, 100, 0.3);
  box-shadow: 0px 0px 3px 1px rgba(0, 6, 100, 0.3);
}

.asui .asui-table-container thead .as-table-checkbox-header {
  padding-left: 10px;
}

.asui .asui-table-container thead .as-action-column-header {
  width: 10px;
  max-width: 10px;
  box-sizing: content-box;
}

.asui .asui-table-container tbody .dndPlaceholder1 {
  background-color: #edf2f7;
  border-left: 0;
  border-right: 0;
}

.asui .asui-table-container tbody .dndPlaceholder1 td {
  min-height: 42px;
}

.asui .asui-table-container tbody .dndPlaceholder {
  background-color: #edf2f7;
  border-left: 0;
  border-right: 0;
}

.asui .asui-table-container tbody .dndPlaceholder td {
  min-height: 42px;
}

.asui .asui-table-container tbody .dndDraggingSource {
  display: none;
}

.asui .asui-table-container tbody .as-checkbox-column {
  width: 14px;
  max-width: 14px;
  box-sizing: content-box;
  padding-left: 10px;
}

.asui .asui-table-container tbody .as-checkbox-column input[type=checkbox] {
  text-align: center;
  margin: 0px;
  padding: 6px 6px;
}

.asui .asui-table-container tbody .as-action-column {
  width: 10px;
  max-width: 10px;
  box-sizing: content-box;
}

.asui .asui-table-container tbody .as-order-input-column {
  min-width: 54px;
  width: 54px;
}

.asui .asui-table-container tbody .as-order-input-column input[type=text] {
  text-align: center;
  margin: 0px;
  padding: 6px 6px;
}

.asui .asui-table-container tbody .as-drag-sort-column {
  min-width: 14px;
  width: 14px;
}

.asui .asui-table-container tbody .as-drag-sort-column .drag-icon {
  font-size: 90%;
  color: #bcd2e4;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.asui .asui-table-container tbody td {
  vertical-align: middle;
}

.asui .asui-table-container tbody td .drag-item {
  table-layout: fixed;
  position: relative;
}

.asui .asui-table-container tbody td .drag-item .drag-content {
  display: table-cell;
}

.asui .asui-table-container tbody td .drag-item .drag-content img {
  pointer-events: none;
}

.asui .asui-table-container tbody td .drag-item .drag-content .drag-transclude {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.asui .asui-table-container tbody td .drag-item .dnd-remove-btn {
  display: table-cell;
  color: #808080;
  cursor: pointer;
}

.asui .asui-table-container tbody td.dnd-selected {
  background-color: #edf2f7;
}

.asui .asui-table-container tbody td.dnd-disabled {
  opacity: 0.5;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.asui .asui-table-container .asui-loading-mask {
  opacity: 0.8;
}

.asui .asui-table-editor {
  width: 100%;
  height: 100%;
}

.asui .asui-table-editor textarea {
  min-height: 0px !important;
  max-height: 450px;
  font-size: 12px;
  width: 100%;
  padding: 0px 5px !important;
  margin: 0 !important;
  border: 0;
}

.asui .asui-table-editor .handsontable table {
  border: 1px solid #dae7ef !important;
}

.asui .asui-table-editor .handsontable table.htCore {
  border-collapse: collapse;
}

.asui .asui-table-editor .handsontable th {
  background-color: #eef4f9;
}

.asui .asui-table-editor .handsontable tr:first-child td,
.asui .asui-table-editor .handsontable .handsontable tr:first-child th {
  border-top: 1px solid #dae7ef !important;
  border-bottom: 1px solid #dae7ef !important;
}

.asui .asui-table-editor .handsontable td,
.asui .asui-table-editor .handsontable th {
  border-top-width: 0;
  border-left-width: 0;
  border-right: 1px solid #dae7ef !important;
  border-bottom: 1px solid #dae7ef !important;
}

.asui .asui-table-editor .handsontable .listbox td,
.asui .asui-table-editor .handsontable .listbox th {
  border-bottom: 0;
  border-top: 0;
}

.asui .asui-table-editor .handsontable .listbox tr td.current {
  background: #1D7BE3;
  color: #fff;
  font-weight: normal;
}

.asui .asui-table-editor .handsontable .listbox tr:hover td {
  background: #EEF4FA;
}

.asui .asui-table-editor .handsontable td.htInvalid {
  background-color: #ffbab7 !important;
}

.asui .asui-table-editor .form-control,
.asui .asui-table-editor output {
  color: #333;
}

.asui .asui-table-editor .listbox .ht_master table {
  border: 1px solid #dae7ef !important;
}

.asui .asui-table-editor .content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.asui .asui-table-editor .content .te-error {
  padding-bottom: 20px;
}

.asui .asui-table-editor .content .table-container {
  width: 100%;
  min-height: 256px;
}

.asui div.pika-lendar table {
  border: 0 !important;
}

.asui div.pika-lendar table td {
  border: 0 !important;
  height: 30px;
  width: 30px;
  padding: 2px;
}

.asui div.pika-lendar table thead {
  background-color: white;
}

.asui div.pika-lendar table thead tr {
  border-top: 1px solid #dae7ef !important;
  border-bottom: 1px solid #dae7ef !important;
}

.asui div.pika-lendar table thead tr th {
  color: #333;
}

.asui div.pika-lendar table tbody tr {
  border: 0 !important;
}

.asui div.pika-lendar table tbody td:first-child {
  padding-left: 0px;
}

.asui div.pika-lendar table .pika-button {
  color: #333;
  text-align: center;
  background: #fff;
}

.asui div.pika-lendar table .pika-button:hover {
  color: #333;
  background: #EEF4FA;
  box-shadow: none;
  border-radius: 3px;
}

.asui div.pika-lendar table .is-selected .pika-button {
  color: #fff;
  background: #1D7BE3;
  box-shadow: 0 !important;
  border-radius: 3px;
}

.asui .asui-workbook {
  position: relative;
  width: 100%;
  min-height: 400px;
}

.asui .asui-workbook .workbook-sheet-container {
  width: 100%;
  height: calc(100% - 35px);
  position: absolute;
}

.asui .asui-workbook .workbook-bottom-bar {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid #dbe0ea;
  background-color: #eef4f9;
  padding: 0 5px 5px 22px;
}

.asui .asui-workbook .workbook-bottom-bar .new-sheet-btn {
  border: 1px solid transparent;
  margin-right: 10px;
  margin-top: 3px;
  padding: 5px 9px;
  color: #72889c;
  cursor: pointer;
  line-height: 1;
}

.asui .asui-workbook .workbook-bottom-bar .new-sheet-btn:hover {
  background-color: #eef4f9 !important;
  border: 1px solid #dbe0ea;
  color: #333;
}

.asui .asui-workbook .workbook-bottom-bar .sheet-collection {
  display: flex;
  flex: 1;
  overflow-x: auto;
}

.asui .asui-workbook .workbook-bottom-bar .sheet-collection .sheet-tab {
  padding: 5px 9px;
  border: 1px solid #dbe0ea;
  border-top: none;
  cursor: pointer;
  color: #72889c;
  white-space: nowrap;
}

.asui .asui-workbook .workbook-bottom-bar .sheet-collection .sheet-tab .editing {
  border: 1px solid #308ced;
}

.asui .asui-workbook .workbook-bottom-bar .sheet-collection .sheet-tab .error {
  border: 1px solid #f55959;
}

.asui .asui-workbook .workbook-bottom-bar .sheet-collection .sheet-tab.active {
  background-color: white;
  cursor: default;
  color: #333;
}

.asui .asui-workbook .workbook-bottom-bar .sheet-collection .sheet-tab:hover {
  border: 1px solid #dbe0ea;
  border-top: none;
  background-color: #FCFDFE;
  color: #333;
}

.asui .asui-workbook .workbook-bottom-bar .sheet-collection .fa-caret-down {
  margin-left: 5px;
  color: #72889c;
  cursor: pointer;
}

.asui .asui-workbook .workbook-bottom-bar .sheet-collection .fa-caret-down:hover {
  color: #333;
}

.asui asui-tags-input .asui-tags-input {
  border-radius: 0px;
  border: 1px solid #dbe0ea;
  height: auto;
  width: 100%;
  padding: 5px;
  background-color: #fff;
  /* tag styling */
  /*  secondary tag */
}

.asui asui-tags-input .asui-tags-input .host {
  margin-top: 0px;
  margin-bottom: 0px;
  height: auto;
}

.asui asui-tags-input .asui-tags-input .input-hidden {
  display: none;
}

.asui asui-tags-input .asui-tags-input .tags {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  max-height: 50vh;
  min-height: 30px;
  overflow: auto;
  background-color: transparent;
  /*  base tag */
}

.asui asui-tags-input .asui-tags-input .tags .tag-item {
  display: flex;
  align-items: center;
  font-size: 10px;
  max-width: 200px;
  overflow: hidden;
  position: relative;
  padding-right: 25px;
  word-break: break-all;
  border-radius: 20px;
  line-height: inherit;
  color: #333;
  border: 1px solid #dfe4ea;
  background: #dfe4ea;
  cursor: default;
}

.asui asui-tags-input .asui-tags-input .tags .tag-item ti-tag-item {
  min-width: 0;
}

.asui asui-tags-input .asui-tags-input .tags .tag-item .remove-button {
  font-size: 10px;
  color: #A8BCCD;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 6px;
  padding-right: 9px;
}

.asui asui-tags-input .asui-tags-input .tags .tag-item .remove-button:active {
  color: #333;
}

.asui asui-tags-input .asui-tags-input .tags .tag-item .remove-button:hover {
  color: #333;
}

.asui asui-tags-input .asui-tags-input .tags .tag-item .validation-spinner {
  position: absolute;
  top: 2px;
  right: 3px;
}

.asui asui-tags-input .asui-tags-input .tags .tag-item .validation-spinner .sk-fading-circle {
  width: 16px;
  height: 16px;
}

.asui asui-tags-input .asui-tags-input .tags .invalid-tag {
  border: 1px solid #f55959 !important;
  background-color: white !important;
  color: #333 !important;
}

.asui asui-tags-input .asui-tags-input .tags .invalid-tag .tag-text {
  color: #333 !important;
}

.asui asui-tags-input .asui-tags-input .tags .invalid-tag .tag-icon {
  color: #A8BCCD !important;
}

.asui asui-tags-input .asui-tags-input .tags .invalid-tag .remove-button {
  color: #A8BCCD !important;
}

.asui asui-tags-input .asui-tags-input .tags .invalid-tag .remove-button:active {
  color: #333 !important;
}

.asui asui-tags-input .asui-tags-input .tags .invalid-tag .remove-button:hover {
  color: #333 !important;
}

.asui asui-tags-input .asui-tags-input .tags .invalid-tag.selected {
  background-color: #ffeeee !important;
}

.asui asui-tags-input .asui-tags-input .tags .new-tag {
  border: 1px solid #5dd299 !important;
  background-color: white !important;
  color: #333 !important;
}

.asui asui-tags-input .asui-tags-input .tags .new-tag .tag-text {
  color: #333 !important;
}

.asui asui-tags-input .asui-tags-input .tags .new-tag .tag-icon {
  color: #A8BCCD !important;
}

.asui asui-tags-input .asui-tags-input .tags .new-tag .remove-button {
  color: #A8BCCD !important;
}

.asui asui-tags-input .asui-tags-input .tags .new-tag .remove-button:active {
  color: #333 !important;
}

.asui asui-tags-input .asui-tags-input .tags .new-tag .remove-button:hover {
  color: #333 !important;
}

.asui asui-tags-input .asui-tags-input .tags .new-tag.selected {
  background-color: #effbf5 !important;
}

.asui asui-tags-input .asui-tags-input .tags .readonly-tag {
  padding-right: 10px !important;
  opacity: 0.6;
}

.asui asui-tags-input .asui-tags-input .tags .tag-item.selected.readonly-tag {
  border: 1px solid #dfe4ea;
  background: #dfe4ea;
}

.asui asui-tags-input .asui-tags-input .tags .tag-template {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.asui asui-tags-input .asui-tags-input .tags .tag-template span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.asui asui-tags-input .asui-tags-input .tags .tag-template .tag-icon {
  color: #2c4054;
  padding-left: 2px;
  display: flex;
  align-items: center;
}

.asui asui-tags-input .asui-tags-input .tags .tag-template .tag-icon asui-card-device .card-icon-xs {
  width: 15px;
  height: 15px;
}

.asui asui-tags-input .asui-tags-input .tags .tag-template .tag-icon asui-card-user .card-thumbnail img {
  border: none;
}

.asui asui-tags-input .asui-tags-input .tags .tag-template .tag-icon asui-card-user .card-thumbnail-image-circle {
  width: 16px !important;
  height: 16px !important;
}

.asui asui-tags-input .asui-tags-input .tags .tag-template .tag-text {
  display: flex;
  flex-direction: row;
  flex: 1;
  /* IE10+ specific fix*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 5px;
  color: #333;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .asui asui-tags-input .asui-tags-input .tags .tag-template .tag-text {
    flex: none;
    line-height: 1.5;
  }
}

.asui asui-tags-input .asui-tags-input .tags .tag-item.selected {
  background: #cdd5de;
  border: 1px solid #cdd5de;
}

.asui asui-tags-input .asui-tags-input .tags .input {
  width: 192px !important;
  box-shadow: none;
  border: 0;
  font-size: 12px;
}

.asui asui-tags-input .asui-tags-input .secondary-tag .tag-item {
  color: white;
  border: 1px solid #A8BCCD;
  background: #A8BCCD;
}

.asui asui-tags-input .asui-tags-input .secondary-tag .tag-item .remove-button {
  color: #e4ecf4;
}

.asui asui-tags-input .asui-tags-input .secondary-tag .tag-item .remove-button:active {
  color: white;
}

.asui asui-tags-input .asui-tags-input .secondary-tag .tag-item .remove-button:hover {
  color: white;
}

.asui asui-tags-input .asui-tags-input .secondary-tag .tag-item .validation-spinner {
  background-color: #A8BCCD;
}

.asui asui-tags-input .asui-tags-input .secondary-tag .tag-item .validation-spinner .loading-mask-container .outer .spinner2 div.loader {
  background-color: #A8BCCD;
}

.asui asui-tags-input .asui-tags-input .secondary-tag .tag-template .tag-icon {
  color: white;
}

.asui asui-tags-input .asui-tags-input .secondary-tag .tag-template .tag-text {
  color: white;
}

.asui asui-tags-input .asui-tags-input .secondary-tag .tag-item.selected {
  background: #586b82;
  border: 1px solid #586b82;
}

.asui asui-tags-input .asui-tags-input .secondary-tag .tag-item.selected.readonly-tag {
  border: 1px solid #A8BCCD;
  background: #A8BCCD;
}

.asui asui-tags-input .asui-tags-input .autocomplete {
  left: -6px;
  width: calc(100% + 12px);
}

.asui asui-tags-input .asui-tags-input .autocomplete .suggestion-list {
  height: auto;
  max-height: 280px;
}

.asui asui-tags-input .asui-tags-input .autocomplete .suggestion-item {
  padding: 0;
}

.asui asui-tags-input .asui-tags-input .autocomplete .suggestion-item.selected,
.asui asui-tags-input .asui-tags-input .autocomplete .suggestion-item.selected em {
  color: #333;
  background-color: transparent;
  z-index: 100;
}

.asui asui-tags-input .asui-tags-input .autocomplete .suggestion-item.selected .autocomplete-item,
.asui asui-tags-input .asui-tags-input .autocomplete .suggestion-item.selected em .autocomplete-item {
  background-color: #EEF4FA !important;
}

.asui asui-tags-input .asui-tags-input .autocomplete-template {
  font-size: 12px;
  display: flex;
  flex-direction: column;
}

.asui asui-tags-input .asui-tags-input .autocomplete-template .autocomplete-header {
  color: #72889c;
  text-transform: uppercase;
  font-size: 85%;
  padding: 8px 10px 5px 10px;
}

.asui asui-tags-input .asui-tags-input .autocomplete-template .autocomplete-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 10px;
}

.asui asui-tags-input .asui-tags-input .autocomplete-template .autocomplete-item .autocomplete-icon {
  color: #2c4054;
  margin-right: 5px;
}

.asui asui-tags-input .asui-tags-input .autocomplete-template .autocomplete-item .autocomplete-icon .user-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #A8BCCD;
  background-color: #A8BCCD;
  color: white;
  color: white;
  font-size: 12px;
}

.asui asui-tags-input .asui-tags-input .autocomplete-template .autocomplete-item asui-card-device .card-icon-xs {
  width: 20px;
  height: 20px;
}

.asui asui-tags-input .asui-tags-input .autocomplete-template .autocomplete-item .autocomplete-text {
  margin-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.asui asui-tags-input .asui-tags-input .autocomplete-template .autocomplete-item .autocomplete-text span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.asui asui-tags-input .asui-tags-input .autocomplete-template .autocomplete-item .autocomplete-text-secondary {
  margin-left: 8px;
  color: #72889c;
}

.asui asui-tags-input .asui-tags-input .ng-invalid .tags {
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}

.asui asui-tags-input .tagsinput-progress {
  height: 4px;
  margin-top: -4px;
  margin-bottom: 0;
  background-color: #EEF4FA;
  border-radius: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.asui .asui-textarea {
  position: relative;
  margin: 0px 0px 5px 0px;
}

.asui .asui-textbox {
  position: relative;
  margin: 0px 0px 5px 0px;
}

.asui .asui-thumbnail-upload {
  margin: 0px 0px 5px 0px;
}

.asui .asui-thumbnail-upload .as-thumbnail-container {
  margin-bottom: 10px;
  text-align: center;
  background: #f1f5f8;
}

.asui .asui-thumbnail-upload .as-thumbnail-container .as-thumbnail {
  height: 100%;
  background-repeat: no-repeat;
  border: 1px solid #f1f4f6;
  margin: 0 auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-position: 50% 50%;
  background-size: contain;
  color: #dbe3ea;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.asui .asui-thumbnail-upload .as-thumbnail-container .as-thumbnail .default-tn-icon {
  font-size: 300%;
}

.asui .asui-thumbnail-upload .as-thumbnail-container .as-thumbnail-default {
  background-size: 50%;
  -webkit-filter: grayscale(100%) brightness(5) brightness(88%);
  filter: grayscale(100%) brightness(5) brightness(88%);
}

.asui .asui-thumbnail-upload .as-fileupload .file-list .file-row {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.asui .asui-thumbnail-upload .drop {
  width: 320px;
}

.asui .asui-workflow-navbar {
  overflow: hidden;
  margin: 0px 0px 16px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.asui .asui-workflow-navbar .workflow-title {
  font-size: 120%;
  padding: 10px 20px 10px 10px;
}

.asui .asui-workflow-navbar ul {
  overflow: hidden;
  flex: 1;
  height: 100%;
}

.asui .asui-workflow-navbar ul li {
  height: 100%;
  margin-bottom: 0;
}

.asui .asui-workflow-navbar .nav-tabs {
  background: white;
  border: none;
}

.asui .asui-workflow-navbar .nav-tabs a {
  color: #dbe0ea;
  height: 100%;
  padding: 8px 20px;
  border: none;
  margin-right: 8px;
  border-radius: 0;
  font-weight: 500;
  padding-left: 35px;
  border-top: 1px solid #dbe0ea;
  border-bottom: 1px solid #dbe0ea;
}

.asui .asui-workflow-navbar .nav-tabs a::before {
  position: absolute;
  top: 6px;
  left: -11px;
  width: 21px;
  height: 21px;
  background: transparent;
  border-left: solid 1px #dbe0ea;
  border-top: solid 1px #dbe0ea;
  transform: rotate(134deg) skewX(-10deg) skewY(-10deg);
  content: '';
}

.asui .asui-workflow-navbar .nav-tabs a::after {
  position: absolute;
  top: 6px;
  right: -10px;
  width: 21px;
  height: 21px;
  border-left: solid 1px #dbe0ea;
  border-top: solid 1px #dbe0ea;
  transform: rotate(134deg) skewX(-10deg) skewY(-10deg);
  content: '';
}

.asui .asui-workflow-navbar .nav-tabs a:hover {
  background-color: transparent;
  border-top: 1px solid #dbe0ea;
  border-bottom: 1px solid #dbe0ea;
}

.asui .asui-workflow-navbar .nav-tabs li.active > a {
  color: #333;
  background: #FCFDFE;
}

.asui .asui-workflow-navbar .nav-tabs li.active > a::before {
  position: absolute;
  top: 6px;
  right: -11px;
  width: 21px;
  height: 21px;
  border-left: solid 1px #dbe0ea;
  border-top: solid 1px #dbe0ea;
  transform: rotate(134deg) skewX(-10deg) skewY(-10deg);
  content: '';
  background: white;
}

.asui .asui-workflow-navbar .nav-tabs li.active > a::after {
  position: absolute;
  top: 6px;
  right: -10px;
  width: 21px;
  height: 21px;
  border-left: solid 1px #dbe0ea;
  border-top: solid 1px #dbe0ea;
  transform: rotate(134deg) skewX(-10deg) skewY(-10deg);
  background: #FCFDFE;
  content: '';
}

.asui .asui-workflow-navbar .nav-tabs li.active > a:hover {
  border-right: 0;
  border-left: 0;
}

.asui .asui-workflow-navbar .nav-tabs li:first-child a {
  border-left: 1px solid #dbe0ea !important;
  padding-left: 25px;
  border-radius: 3px 0px 0px 3px;
}

.asui .asui-workflow-navbar .nav-tabs li:first-child a::before {
  display: none;
}

.asui .asui-workflow-navbar .nav-tabs li:last-child a {
  border-right: 1px solid #dbe0ea !important;
  padding-right: 25px;
  border-radius: 0px 3px 3px 0px;
}

.asui .asui-workflow-navbar .nav-tabs li:last-child a::after {
  display: none;
}

.asui .asui-workflow-navbar .nav-tabs li.previous > a {
  color: #72889c;
  opacity: 0.60;
  z-index: 100;
}

.asui .asui-workflow-navbar .nav-tabs li.next > a {
  color: #72889c;
  opacity: 0.60;
}

@media all and (max-width: 667px) {
  .asui .asui-workflow-navbar .nav-tabs li.previous > a {
    display: none;
  }

  .asui .asui-workflow-navbar .nav-tabs li.next > a {
    display: none;
  }
}

.asui asui-horizontal-navbar {
  width: 100%;
  height: 42px;
  background: #fff;
  margin: 0px 0px 16px 0px;
  display: flex;
  border: 1px solid #dbe0ea;
  align-items: center;
  position: relative;
}

.asui asui-horizontal-navbar a:focus {
  outline: none;
}

.asui asui-horizontal-navbar ul {
  display: flex;
  flex: 1;
}

.asui asui-horizontal-navbar ul.nav.nav-pills {
  text-align: right;
}

.asui asui-horizontal-navbar .horznav-search-autocomplete-container {
  top: 41px;
  left: -1px;
  z-index: 100;
  width: calc( 100% + 2px);
}

.asui asui-horizontal-navbar .horznav-search-autocomplete-container .loading-mask-container {
  background-color: white;
}

.asui asui-horizontal-navbar .horznav-bar-commands {
  color: #72889c;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 0;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.asui asui-horizontal-navbar .horznav-bar-commands .horznav-bar-command {
  margin-right: 10px;
  cursor: pointer;
  font-size: 120%;
  display: flex;
  align-items: center;
}

.asui asui-horizontal-navbar .horznav-bar-commands .horznav-bar-command i {
  font-size: 16px;
}

.asui asui-horizontal-navbar .horznav-bar-commands .horznav-bar-command:hover {
  color: #2c4054;
}

.asui asui-horizontal-navbar .nav-search {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
}

.asui asui-horizontal-navbar .nav-search .horznav-searchbox {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
}

.asui asui-horizontal-navbar .nav-search .horznav-searchbox input[type=text] {
  border: none;
  margin: 0;
  font-size: 120%;
}

.asui asui-horizontal-navbar .nav-search .horznav-searchbox .horznav-searchbox-icon {
  font-size: 18px;
  color: #72889c;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 6px 12px;
}

.asui asui-horizontal-navbar .nav-pills > li {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  padding-top: 4px;
  padding-bottom: 2px;
  cursor: pointer;
  font-size: 120%;
}

.asui asui-horizontal-navbar .hnb-search .search-button {
  padding: 7px 13px;
  cursor: pointer;
  color: #2c4054;
}

.asui asui-horizontal-navbar .nav-pills > li > a,
.asui asui-horizontal-navbar .nav-pills > li > a:hover {
  color: #72889c;
  background-color: #fff;
  padding: 5px 13px;
}

.asui asui-horizontal-navbar .nav-pills > li.active > a,
.asui asui-horizontal-navbar .nav-pills > li.active > a:focus,
.asui asui-horizontal-navbar .nav-pills > li.active > a:hover {
  color: #333;
  background-color: #fff;
}

.asui asui-horizontal-navbar .nav-pills > li.active {
  border-bottom: 3px solid #8da0b2;
}

.asui .pagination {
  margin: 0px 0px 16px 0px;
}

.asui .pagination li a,
.asui .pagination li span {
  color: #308ced;
  border: 1px solid #dbe0ea;
  line-height: 1px;
  padding: 14px 12px;
}

.asui .pagination .active a {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #1D7BE3;
  border-color: #1D7BE3;
}

.asui .pagination .disabled a {
  color: #C7C7CD;
  outline: none;
}

.asui .asui-context-menu {
  display: inline;
}

.asui .asui-context-menu .cm-button {
  cursor: pointer;
}

.asui .asui-context-menu .popover {
  border-radius: 0px 0px 3px 3px;
  margin-top: 7px;
}

.asui .asui-context-menu .popover .arrow {
  display: none;
}

.asui .asui-context-menu .popover-content {
  padding: 0;
  min-width: 120px;
}

.asui .asui-context-menu .popover-content .cm-header {
  margin: 8px 5px 0 6px;
  display: inline-block;
  font-size: 60%;
  text-transform: uppercase;
  font-weight: 400;
  color: #72889c;
  letter-spacing: .5px;
}

.asui .asui-context-menu .popover-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.asui .asui-context-menu .popover-content ul .divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.asui .asui-context-menu .popover-content ul li a {
  display: flex;
  align-items: center;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  font-size: 12px;
  padding: 8px 15px;
  clear: both;
  font-weight: 400;
  cursor: pointer;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.asui .asui-context-menu .popover-content ul li a span.ng-binding {
  margin-right: 20px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.asui .asui-context-menu .popover-content ul li a .item-icon {
  color: #72889c;
  text-decoration: none;
  width: 26px;
  font-size: 110%;
}

.asui .asui-context-menu .popover-content ul li a .check-mark {
  position: absolute;
  display: inline-block;
  right: 10px;
  font-size: 16px;
  color: #2c4054;
}

.asui .asui-context-menu .popover-content ul li > a:focus,
.asui .asui-context-menu .popover-content ul li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #EEF4FA;
}

.asui .asui-context-menu .popover-content ul .cm-item-disabled {
  color: #72889c;
  padding: 8px 15px;
}

.asui .asui-context-menu .fa-ellipsis-h {
  color: #2c4054;
}

.asui .asui-command-bar {
  position: relative;
  width: 100%;
  margin: 10px 0px;
  border: 1px solid #dbe0ea;
  min-height: 32px;
}

.asui .asui-command-bar .up-arrow_box {
  position: relative;
  top: -1px;
  background: #fff;
  border: 1px solid white;
}

.asui .asui-command-bar .up-arrow_box:after,
.asui .asui-command-bar .up-arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.asui .asui-command-bar .up-arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

.asui .asui-command-bar .up-arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #dbe0ea;
  border-width: 9px;
  margin-left: -9px;
}

.asui .asui-command-bar .down-arrow_box {
  position: relative;
  top: calc( 100% - 1px);
  background: #fff;
  border: 1px solid #dbe0ea;
}

.asui .asui-command-bar .down-arrow_box:after,
.asui .asui-command-bar .down-arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.asui .asui-command-bar .down-arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

.asui .asui-command-bar .down-arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #dbe0ea;
  border-width: 9px;
  margin-left: -9px;
}

.asui .asui-command-bar .content {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  padding: 8px 30px 8px 5px;
  background: white;
}

.asui .asui-command-bar .trigger-pointer {
  position: absolute;
}

.asui .asui-command-bar .close-btn {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  font-size: 14px;
  padding: 9px 10px;
  color: #72889c;
  cursor: pointer;
}

.asui asui-drag-drop {
  border: 1px solid #dbe0ea;
  width: 100%;
  position: relative;
  margin: 0px 0px 5px 0px;
  display: flex;
  flex: 1;
}

.asui asui-drag-drop .dnd-alert {
  padding: 5px;
  margin: 10px;
  position: relative;
  color: #E63E3E;
  font-size: 80%;
  font-weight: 300;
  clear: both;
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc( 100% - 20px);
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.97);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 6, 100, 0.3);
  box-shadow: 0px 0px 3px 1px rgba(0, 6, 100, 0.3);
}

.asui asui-drag-drop ul[dnd-list] {
  flex: 1;
  flex-direction: column;
  min-height: 20px;
  padding: 0;
  margin: 0;
}

.asui asui-drag-drop ul[dnd-list] .dndPlaceholder {
  background-color: #dbe0ea;
  min-height: 20px;
  display: block;
  border-left: 0;
  border-right: 0;
}

.asui asui-drag-drop ul[dnd-list] .dndDragging {
  border: 1px solid #dbe0ea !important;
}

.asui asui-drag-drop ul[dnd-list] .dndDraggingSource {
  opacity: 0.5;
}

.asui asui-drag-drop ul[dnd-list] li {
  background-color: #fff;
  display: flex;
  flex: 1;
  border: 1px solid transparent;
  padding: 10px;
}

.asui asui-drag-drop ul[dnd-list] li .drag-item {
  display: flex;
  flex: 1;
  align-items: center;
}

.asui asui-drag-drop ul[dnd-list] li .drag-item .drag-icon {
  font-size: 90%;
  color: #bcd2e4;
  padding-right: 10px;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.asui asui-drag-drop ul[dnd-list] li .drag-item .drag-content {
  flex: 1;
  min-height: 20px;
  display: flex;
}

.asui asui-drag-drop ul[dnd-list] li .drag-item .drag-content img {
  pointer-events: none;
}

.asui asui-drag-drop ul[dnd-list] li .drag-item .drag-content .drag-transclude {
  width: 100%;
}

.asui asui-drag-drop ul[dnd-list] li .drag-item .drag-item-buttons {
  min-width: 35px;
  height: 24px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
}

.asui asui-drag-drop ul[dnd-list] li .drag-item .drag-item-add {
  margin-left: 5px;
  display: none;
}

.asui asui-drag-drop ul[dnd-list] li .drag-item .drag-item-checked {
  margin-left: 5px;
}

.asui asui-drag-drop ul[dnd-list] li .drag-item .drag-item-remove {
  margin-left: 5px;
  display: none;
}

.asui asui-drag-drop ul[dnd-list] li .drag-item .dnd-remove-btn {
  padding-left: 10px;
  vertical-align: middle;
  color: #72889c;
  cursor: pointer;
  font-size: 14px;
  vertical-align: sub;
}

.asui asui-drag-drop ul[dnd-list] li:hover .drag-item .drag-item-add {
  display: initial;
}

.asui asui-drag-drop ul[dnd-list] li:hover .drag-item .drag-item-remove {
  display: initial;
}

.asui asui-drag-drop ul[dnd-list] li.dnd-selected {
  background-color: #edf2f7;
}

.asui asui-drag-drop ul[dnd-list] li.dnd-disabled {
  opacity: 0.4;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.asui asui-duration {
  display: flex;
  flex-direction: row;
  border: 1px solid #dbe0ea;
  align-items: center;
  justify-content: center;
  width: 140px;
  position: relative;
  border-radius: 4px;
}

.asui asui-duration .popover-content {
  padding: 2px;
}

.asui asui-duration .duration-label {
  display: initial;
  border: none;
  flex: 1;
  text-align: center;
  margin: 0px;
  background-color: transparent;
}

.asui asui-duration input[type=text]:focus {
  outline: none;
  border: none;
}

.asui asui-duration .duration-clear {
  color: #72889c;
  margin-right: 6px;
  font-size: 120%;
  display: none;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 8px;
}

.asui asui-duration .duration-input-popup {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.asui asui-duration .duration-input-popup .duration-number-block {
  border: 1px solid #dbe0ea;
  margin: 3px;
}

.asui asui-duration .duration-input-popup .duration-number-block input[type=number]::-webkit-inner-spin-button,
.asui asui-duration .duration-input-popup .duration-number-block input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.asui asui-duration .duration-input-popup .duration-number-block .duration-number-up {
  text-align: center;
  cursor: pointer;
  height: 14px;
}

.asui asui-duration .duration-input-popup .duration-number-block .duration-number-input {
  border-left: none;
  border-right: none;
  margin: 0;
  padding: 2px 2px;
  text-align: center;
  width: 30px;
  border-top: 1px solid #dbe0ea;
  border-bottom: 1px solid #dbe0ea;
}

.asui asui-duration .duration-input-popup .duration-number-block .duration-number-down {
  text-align: center;
  cursor: pointer;
  height: 14px;
}

.asui asui-duration .duration-input-popup .duration-number-block .disable-arrow {
  opacity: 0.5;
  pointer-events: none;
}

.asui asui-duration:hover .duration-clear {
  display: initial;
}

.asui .angular-ui-tree-handle {
  font-weight: normal;
  display: inline;
}

.asui .angular-ui-tree-empty {
  background-color: inherit;
  border: 0;
  background-image: none;
}

.asui .angular-ui-tree-nodes {
  padding-left: 15px;
}

.asui .asui-ui-tree-node {
  padding: 2px 0px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.asui .asui-ui-tree-node .tree-caret {
  cursor: pointer;
}

.asui .asui-ui-tree-node .tree-icon {
  cursor: pointer;
  margin-right: 5px;
}

.asui .asui-ui-tree-node .tree-drag {
  display: inline;
  margin-left: -6px;
}

.asui .asui-ui-tree-node .icon-library {
  color: #72889c;
}

.asui .asui-ui-tree-node .icon-folder {
  color: #72889c;
}

.asui .asui-ui-tree-node i {
  color: #72889c;
}

.asui .angular-ui-tree-placeholder {
  display: block;
  border: 1px dashed #dbe0ea;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.asui asui-breadcrumbs {
  margin: 0px 0px 16px 0px;
}

.asui asui-breadcrumbs .breadcrumb {
  font-size: 120%;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}

.asui asui-breadcrumbs .breadcrumb li {
  display: inline !important;
}

.asui asui-breadcrumbs .breadcrumb .breadcrumb-item a {
  color: #72889c;
}

.asui asui-breadcrumbs .breadcrumb .breadcrumb-item span {
  color: #333;
}

.asui .asui-grouper {
  width: 100%;
}

.asui .asui-grouper .grouper-item-click {
  cursor: pointer;
  color: #308ced;
}

.asui .asui-grouper .grouper-container {
  overflow: hidden;
  white-space: nowrap;
}

.asui .asui-grouper .grouper-container .grouper-item {
  display: inline;
}

.asui .asui-grouper .grouper-container .grouper-item .grouper-item-templateurl {
  display: inline;
}

.asui .asui-grouper .grouper-container .grouper-item .grouper-item-template {
  display: inline;
}

.asui .asui-grouper .grouper-container .grouper-item .grouper-item-link {
  cursor: pointer;
}

.asui .asui-grouper .grouper-tooltip .grouper-item .grouper-item-link {
  cursor: pointer;
}

.asui .asui-grouper .grouper-ellipsis {
  text-overflow: ellipsis;
}

.asui .asui-grouper .grouper-remainder {
  display: inline-block;
  padding-left: 5px;
  color: #308ced;
}

.asui .popover-content {
  font-size: 12px;
}

.asui .popover-title {
  font-size: 12px;
  background-color: #fff;
  border-bottom: 1px solid #dbe0ea;
}

.asui .modal {
  text-align: center;
  padding: 0 !important;
}

.asui .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.asui .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 0;
}

.asui .modal-dialog .modal-content {
  border-radius: 0px;
}

.asui .modal-dialog .modal-title {
  font-size: 118%;
  font-weight: 500;
}

.asui .asui-modal-error .modal-header {
  background: #E63E3E;
  color: #fff;
  border-radius: 0;
  border-bottom: 0;
}

.asui .asui-modal-error .modal-header .fa {
  vertical-align: middle;
}

.asui .asui-modal-custom {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.asui .asui-modal-custom .modal-body {
  flex: 1;
}

.asui .modal-asui-workflow {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 20px;
}

.asui .modal-asui-workflow .modal-dialog {
  width: 100%;
  height: 100%;
}

.asui .modal-asui-workflow .modal-content {
  width: 100%;
  height: 100%;
}

.asui .modal-asui-property {
  width: 80vw;
  max-width: 1400px;
  height: 80vh;
  margin: 0;
}

.asui .modal-asui-property .modal-dialog {
  width: 100%;
  height: 100%;
}

.asui .modal-asui-property .modal-content {
  width: 100%;
  height: 100%;
}

.asui .well-container {
  border: 1px solid #dbe0ea;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
  height: 100%;
}

.asui .well-container .well-inner {
  margin: 20px;
  position: relative;
  height: 100%;
}

.asui asui-vertical-navbar {
  display: flex;
  margin: 0px 0px 16px 0px;
  border: 1px solid #dbe0ea;
  background-color: #eef4fa;
  max-width: 300px;
}

.asui asui-vertical-navbar .vertical-navbar-container {
  padding: 0;
  flex: 1;
}

.asui asui-vertical-navbar .vertical-navbar-container a:focus {
  outline: none;
}

.asui asui-vertical-navbar .vertical-navbar-container li {
  list-style: none;
  display: flex;
  align-items: center;
}

.asui asui-vertical-navbar .vertical-navbar-container li .navitem {
  padding: 16px;
  color: #72889c;
  cursor: pointer;
}

.asui asui-vertical-navbar .vertical-navbar-container li .navitem a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #72889c;
}

.asui asui-vertical-navbar .vertical-navbar-container li .active {
  border-left: 3px solid #72889c;
}

.asui asui-vertical-navbar .vertical-navbar-container li .active a {
  color: #333;
}

.asui asui-vertical-navbar .vertical-navbar-container li .active i {
  color: #333;
}

.asui asui-vertical-navbar .vertical-navbar-container hr {
  border: -0.5px solid #eaedf0;
  margin: 5px 10px;
}

.asui growl-notifications {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 9999;
}

.asui growl-notification .asui-notification {
  background: white;
  padding: 15px 10px;
  margin-bottom: 10px;
  width: 450px;
  -webkit-box-shadow: 2px 1px 15px -6px rgba(0, 6, 100, 0.3);
  -moz-box-shadow: 2px 1px 15px -6px rgba(0, 6, 100, 0.3);
  box-shadow: 2px 1px 15px -6px rgba(0, 6, 100, 0.3);
  border-radius: 5px;
  border: 1px solid #dbe0ea;
  border-radius: 5px 0px 0px 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.asui growl-notification .asui-notification span {
  flex: 1;
  word-break: break-all;
}

@media all and (max-width: 500px) {
  .asui growl-notification .asui-notification {
    width: 80vw;
  }
}

.asui growl-notification .notification-icon {
  padding-right: 10px;
  font-size: 150%;
}

.asui growl-notification .notification-close {
  padding-left: 10px;
  cursor: pointer;
  color: #bcd2e4;
}

.asui growl-notification .asui-notification-success {
  border-left-width: 5px;
  border-left-color: #1D7BE3;
  justify-content: flex-start;
}

.asui growl-notification .asui-notification-success .notification-icon {
  color: #1D7BE3;
}

.asui growl-notification .asui-notification-info {
  border-left-width: 5px;
  border-left-color: #A8BCCD;
}

.asui growl-notification .asui-notification-info .notification-icon {
  color: #A8BCCD;
}

.asui growl-notification .asui-notification-warning {
  border-left-width: 5px;
  border-left-color: #FFD98B;
}

.asui growl-notification .asui-notification-warning .notification-icon {
  color: #FFD98B;
}

.asui growl-notification .asui-notification-error {
  border-left-width: 5px;
  border-left-color: #f55959;
}

.asui growl-notification .asui-notification-error .notification-icon {
  color: #f55959;
}

.asui growl-notification.fading.ng-move {
  opacity: 0;
  -webkit-transition: 1s linear all;
  /* Safari/Chrome */
  transition: 1s linear all;
  /* All other modern browsers and IE10+ */
}

.asui growl-notification.fading.ng-move.ng-move-active {
  opacity: 1;
}

.asui growl-notification.fading.ng-leave {
  opacity: 1;
  -webkit-transition: 1s linear all;
  /* Safari/Chrome */
  transition: 1s linear all;
  /* All other modern browsers and IE10+ */
}

.asui growl-notification.fading.ng-leave.ng-leave-active {
  opacity: 0;
}

.asui .badge-container {
  position: relative;
}

.asui .badge-container .badge-top-right {
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(30%, -30%);
}

.asui .badge-container .badge-bottom-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  transform: translate(30%, 30%);
}

.asui .badge-container .badge-top-left {
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translate(-30%, -30%);
}

.asui .badge-container .badge-bottom-left {
  position: absolute;
  left: 0px;
  bottom: 0px;
  transform: translate(-30%, 30%);
}

.asui .badge-container .badge-center {
  position: absolute;
  left: 49.9%;
  top: 49.9%;
  transform: translate(-50%, -50%);
}

.asui .badge-container .badge-left {
  position: absolute;
  left: 0px;
  top: 49.9%;
  transform: translate(0%, -50%);
}

.asui .badge-container .badge-right {
  position: absolute;
  right: 0px;
  top: 49.9%;
  transform: translate(0%, -50%);
}

.asui .badge-container .badge-show-hover {
  display: none;
}

.asui .badge-container:hover .badge-show-hover {
  display: inline;
}

.asui .badge-sm .asui-badge-circle {
  width: 15px !important;
  height: 15px !important;
  border-radius: 15px !important;
  font-size: 7px !important;
  padding-top: 3px !important;
  box-shadow: 0.5px 0.5px 1.5px 0.5px rgba(0, 6, 100, 0.3) !important;
}

.asui .badge-sm .asui-badge-circle span {
  top: 4px !important;
  position: relative !important;
}

.asui .badge-sm .asui-badge-square {
  height: 15px !important;
  font-size: 7px !important;
  min-width: 13px !important;
  padding-top: 7px !important;
}

.asui .badge-lg .asui-badge-circle {
  width: 32px !important;
  height: 32px !important;
  border-radius: 32px !important;
  font-size: 15px !important;
  padding-top: 8px !important;
}

.asui .badge-lg .asui-badge-circle span {
  top: 8px !important;
  position: relative !important;
}

.asui .badge-lg .asui-badge-square {
  height: 32px !important;
  font-size: 15px !important;
  min-width: 28px !important;
  padding-top: 15px !important;
}

.asui .badge-lg .asui-badge-remove {
  padding-top: 6px !important;
}

.asui .asui-badge {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #72889c;
  line-height: 0;
  font-size: 12px;
}

.asui .asui-badge .asui-badge-circle {
  width: 23px;
  height: 23px;
  border-radius: 23px;
  box-shadow: 0.5px 0.5px 2px 1px rgba(0, 6, 100, 0.3);
  background-color: white;
  border: 1px white solid;
  text-align: center;
  padding-top: 5px;
}

.asui .asui-badge .asui-badge-circle span {
  top: 6px;
  position: relative;
}

.asui .asui-badge .asui-badge-square {
  height: 23px;
  min-width: 20px;
  padding-top: 11px;
  text-align: center;
  background-color: white;
  border: 1px #72889c solid;
}

.asui .asui-badge .asui-badge-remove {
  padding-top: 4px;
}

.asui .asui-badge .asui-badge-check {
  background-color: #238bff;
  border: 1px #238bff solid;
  color: white;
}

.asui .asui-badge .asui-badge-count-group {
  background-color: #238bff;
  border: 1px #238bff solid;
  color: white;
  font-size: 80%;
}

.asui .asui-badge .asui-badge-count-unread {
  background-color: red;
  border: 1px red solid;
  color: white;
  font-size: 80%;
}

.asui .asui-badge .asui-badge-count-approvals {
  border: 1px #ffa533 solid;
  color: #ffa533;
  font-size: 80%;
}

.asui asui-chart-donut {
  position: relative;
  width: 100%;
}

.asui asui-chart-donut .asui-chart-donut {
  height: 100%;
  width: 100%;
}

.asui asui-chart-donut .asui-chart-donut .chart-doughnut {
  z-index: 2;
  position: relative;
}

.asui asui-chart-donut .asui-chart-donut .center-label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 300%;
  pointer-events: none;
  z-index: 1;
}

.asui asui-info-label {
  display: flex;
  flex-direction: row;
  color: #72889c;
  min-width: 0;
  font-size: 120%;
}

.asui asui-info-label .info-label-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 0;
}

.asui asui-info-label .info-label-container .info-label-icon {
  margin-right: 5px;
  order: 1;
}

.asui asui-info-label .info-label-container .info-label {
  order: 2;
}

.asui asui-info-label .info-label-container .info-label-left {
  order: 0;
  margin-right: 5px;
}

.asui asui-info-label .info-label-container .label-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.asui asui-info-label .multiline {
  align-items: flex-start;
}

.asui asui-info-label .multiline .info-label-icon {
  margin-top: 3px;
}

.asui asui-info-label .singleline .info-label-icon {
  margin-top: -3px;
}

.asui toggle .toggle,
.asui toggle .toggle-on,
.asui toggle .toggle-off {
  border-radius: 20px;
  font-size: 12px;
}

.asui toggle .toggle.btn-sm {
  height: 28px !important;
}

.asui toggle .toggle.btn-xs {
  height: 18px !important;
}

.asui toggle .btn-primary {
  background-color: #1D7BE3;
  border-color: #1D7BE3;
}

.asui toggle .btn-primary:active,
.asui toggle .btn-primary:hover,
.asui toggle .btn-primary:active {
  background-color: #1D7BE3;
  border-color: #1D7BE3;
}

.asui toggle .btn-success {
  background-color: #5dd299;
  border-color: #5dd299;
}

.asui toggle .btn-success:active,
.asui toggle .btn-success:hover,
.asui toggle .btn-success:active {
  background-color: #5dd299;
  border-color: #5dd299;
}

.asui toggle .btn-info {
  background-color: #FFD98B;
  border-color: #FFD98B;
}

.asui toggle .btn-info:active,
.asui toggle .btn-info:hover,
.asui toggle .btn-info:active {
  background-color: #FFD98B;
  border-color: #FFD98B;
}

.asui toggle .btn-danger {
  background-color: #f55959;
  border-color: #f55959;
}

.asui toggle .btn-danger:active,
.asui toggle .btn-danger:hover,
.asui toggle .btn-danger:active {
  background-color: #f55959;
  border-color: #f55959;
}

.asui toggle .toggle.btn-xs {
  min-width: 60px !important;
}

.asui toggle .toggle.btn-sm {
  min-width: 75px !important;
}

.asui toggle .toggle.btn-lg {
  min-width: 110px !important;
}

.asui toggle .toggle.btn {
  min-width: 85px;
}

.asui toggle .toggle .btn {
  line-height: 1.6;
  letter-spacing: 1.2;
  font-size: 14px;
}

.asui toggle .toggle .btn.toggle-handle {
  border-radius: 32px;
  width: 64px !important;
  height: 32px !important;
  box-shadow: 0px 0px 1.5px 0.5px rgba(0, 6, 100, 0.3) !important;
}

.asui toggle .toggle .toggle-on.btn {
  padding-right: 35px;
}

.asui toggle .toggle .toggle-off.btn {
  padding-left: 35px;
}

.asui toggle .toggle .btn-xs {
  font-size: 10px;
  line-height: 1.8;
}

.asui toggle .toggle .btn-xs.toggle-handle {
  border-radius: 20px;
  width: 40px !important;
  height: 20px !important;
}

.asui toggle .toggle .toggle-off.btn-xs {
  padding-left: 20px;
}

.asui toggle .toggle .toggle-on.btn-xs {
  padding-right: 20px;
}

.asui toggle .toggle .btn-sm {
  font-size: 12px;
  line-height: 1.6;
}

.asui toggle .toggle .btn-sm.toggle-handle {
  border-radius: 28px;
  width: 56px !important;
  height: 28px !important;
}

.asui toggle .toggle .toggle-off.btn-sm {
  padding-left: 30px;
}

.asui toggle .toggle .toggle-on.btn-sm {
  padding-right: 30px;
}

.asui toggle .toggle .btn-lg {
  font-size: 16px;
  line-height: 1.4;
}

.asui toggle .toggle .btn-lg.toggle-handle {
  border-radius: 43px;
  width: 86px !important;
  height: 43px !important;
}

.asui toggle .toggle .toggle-off.btn-lg {
  padding-left: 46px;
}

.asui toggle .toggle .toggle-on.btn-lg {
  padding-right: 46px;
}

.asui toggle label {
  margin: 0 !important;
  height: 100% !important;
  height: 20px;
}

.asui toggle span {
  height: 100% !important;
  width: 20px !important;
  height: 20px !important;
}

.asui input.asui-input-validator {
  border: 1px solid #dbe0ea;
}

.asui .asui-input-validator-icon {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4px;
  width: 32px;
  height: 32px;
}

.asui .asui-input-validator-icon .spinner {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTM0cHgnIGhlaWdodD0nMTM0cHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLWRlZmF1bHQiPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyM0NDQ0NDQnIHRyYW5zZm9ybT0ncm90YXRlKDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMXMnIGJlZ2luPScwcycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjNDQ0NDQ0JyB0cmFuc2Zvcm09J3JvdGF0ZSgzMCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxcycgYmVnaW49JzAuMDgzMzMzMzMzMzMzMzMzMzNzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyM0NDQ0NDQnIHRyYW5zZm9ybT0ncm90YXRlKDYwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC4xNjY2NjY2NjY2NjY2NjY2NnMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzQ0NDQ0NCcgdHJhbnNmb3JtPSdyb3RhdGUoOTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMXMnIGJlZ2luPScwLjI1cycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjNDQ0NDQ0JyB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMXMnIGJlZ2luPScwLjMzMzMzMzMzMzMzMzMzMzNzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyM0NDQ0NDQnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxcycgYmVnaW49JzAuNDE2NjY2NjY2NjY2NjY2N3MnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzQ0NDQ0NCcgdHJhbnNmb3JtPSdyb3RhdGUoMTgwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC41cycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjNDQ0NDQ0JyB0cmFuc2Zvcm09J3JvdGF0ZSgyMTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMXMnIGJlZ2luPScwLjU4MzMzMzMzMzMzMzMzMzRzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyM0NDQ0NDQnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxcycgYmVnaW49JzAuNjY2NjY2NjY2NjY2NjY2NnMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzQ0NDQ0NCcgdHJhbnNmb3JtPSdyb3RhdGUoMjcwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC43NXMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzQ0NDQ0NCcgdHJhbnNmb3JtPSdyb3RhdGUoMzAwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzFzJyBiZWdpbj0nMC44MzMzMzMzMzMzMzMzMzM0cycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PHJlY3QgIHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjNDQ0NDQ0JyB0cmFuc2Zvcm09J3JvdGF0ZSgzMzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMXMnIGJlZ2luPScwLjkxNjY2NjY2NjY2NjY2NjZzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48L3N2Zz4=);
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}

.asui .asui-input-validator-icon-error {
  color: #f55959;
}

.asui .asui-input-validator-icon-valid {
  color: #5dd299;
}

.asui asui-editable-label {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.asui asui-editable-label .editable-label {
  margin: 0;
  padding: 4px 0;
  flex: 1;
  white-space: nowrap;
  overflow-x: auto;
  font-weight: 200;
}

.asui asui-editable-label .editable-label:hover {
  outline: 1px solid #dbe0ea;
  cursor: text;
}

.asui asui-editable-label .placeholder {
  color: #C7C7CD;
}

.asui asui-editable-label input[type=text] {
  margin: 0;
  padding: 4px;
  height: auto;
  font-size: inherit;
}

.asui asui-editable-label .disabled,
.asui asui-editable-label .disabled:hover {
  cursor: not-allowed;
  color: #dbe0ea;
  outline: 1px solid #dbe0ea;
}

.asui asui-editable-label .error {
  border: 1px solid red !important;
}

.asui asui-editable-label .editable-label-button-container {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-left: 4px;
}

.asui asui-editable-label .editable-label-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #dbe0ea;
  padding: 5px;
  cursor: pointer;
  background-color: white;
}

.asui asui-editable-label .editable-label-icon:focus {
  outline: none;
  border: 1px solid #4D90FE;
  -webkit-box-shadow: 0px 0px 5px  #4D90FE;
  box-shadow: 0px 0px 5px  #4D90FE;
}

.asui asui-editable-label .iconcheck {
  margin-right: 2px;
  background-color: #1D7BE3;
  border: 1px solid #1D7BE3;
  color: white;
}

.asui asui-editable-label .iconcross {
  color: #A8BCCD;
}

.asui asui-copy {
  display: inline-block;
}

.asui asui-copy .asui-copy {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.asui asui-copy .asui-copy:hover {
  color: #308ced;
}

.asui asui-schedule-table {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  color: #182449;
  font-size: .63vmax;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.asui asui-schedule-table .schedule-header {
  height: 2.083vmax;
  align-items: center;
}

.asui asui-schedule-table .schedule-list-row {
  align-items: center;
  display: flex;
}

.asui asui-schedule-table .schedule-row-height {
  min-height: 6.25vmax;
  max-height: 6.25vmax;
}

.asui asui-schedule-table .schedule-slot-width {
  min-width: 6.25vmax;
  max-width: 6.25vmax;
}

.asui asui-schedule-table .schedule-header-block {
  display: flex;
  min-width: 100%;
  max-width: 100%;
  background-color: #213b62;
}

.asui asui-schedule-table .schedule-header-block .schedule-items-header {
  display: flex;
  color: white;
  align-items: flex-end;
  padding-left: 1.563vmax;
  padding-right: 0.833vmax;
  padding-bottom: 0.156vmax;
  justify-content: space-between;
  min-width: 30%;
  max-width: 30%;
}

.asui asui-schedule-table .schedule-header-block .schedule-items-header .schedule-filter {
  font-size: 140%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.asui asui-schedule-table .schedule-header-block .schedule-items-header .schedule-filter i {
  margin-left: .260vmax;
}

.asui asui-schedule-table .schedule-header-block .schedule-items-header .schedule-date-container {
  font-size: 140%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1;
  cursor: pointer;
}

.asui asui-schedule-table .schedule-header-block .schedule-items-header .schedule-date-container .day-label {
  margin: 0px 0.417vmax;
  min-width: 1.771vmax;
  text-align: center;
}

.asui asui-schedule-table .schedule-header-block .schedule-items-header .schedule-date-container i {
  padding: .052vmax .260vmax;
}

.asui asui-schedule-table .schedule-header-block .schedule-timeline-header {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  align-items: flex-end;
  padding-bottom: 0.156vmax;
  color: #EEF4FA;
  flex: 1;
}

.asui asui-schedule-table .schedule-header-block .schedule-timeline-header asui-schedule-table-timeline-header {
  border-right: 1px solid #dbe0ea;
}

.asui asui-schedule-table .schedule-header-block .schedule-timeline-header asui-schedule-table-timeline-header span {
  text-align: left;
  margin-left: 5%;
  font-size: 130%;
  overflow: hidden;
  white-space: nowrap;
}

.asui asui-schedule-table .schedule-header-block .schedule-timeline-header asui-schedule-table-timeline-header:first-child {
  border-left: 1px solid #dbe0ea;
}

.asui asui-schedule-table .schedule-list-block {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.asui asui-schedule-table .schedule-list-block asui-schedule-table-filter-footer {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.563vmax 1.563vmax;
  cursor: pointer;
}

.asui asui-schedule-table .schedule-list-block asui-schedule-table-filter-footer .filter-partial-container {
  font-size: 120%;
  font-weight: 500;
}

.asui asui-schedule-table .schedule-list-block asui-schedule-table-filter-footer .filter-noresults-container {
  font-size: 120%;
  font-weight: 500;
}

.asui asui-schedule-table .schedule-list-block asui-schedule-table-filter-footer .filter-view-all {
  text-align: center;
  border: 1px solid #114;
  font-weight: 500;
  font-size: 140%;
  border-radius: .781vmax;
  padding: 0.156vmax 0.417vmax;
  max-width: 7.396vmax;
  margin-top: .573vmax;
}

.asui asui-schedule-table .schedule-list-block .schedule-items-block {
  min-width: 30%;
  max-width: 30%;
  background-color: transparent !important;
}

.asui asui-schedule-table .schedule-list-block .schedule-items-block .asui-schedule-table-item {
  padding: 0.521vmax 0px 0.521vmax 1.563vmax;
  display: flex;
  border-bottom: 1px solid #dbe0ea;
  color: #182449;
}

.asui asui-schedule-table .schedule-list-block .schedule-items-block .asui-schedule-table-item .schedule-item-container {
  display: flex;
  flex: 1;
  min-width: 0;
}

@media (orientation: portrait) {
  .asui asui-schedule-table .schedule-list-block .schedule-items-block .asui-schedule-table-item .schedule-item-container {
    flex-direction: row;
    align-items: center;
  }
}

.asui asui-schedule-table .schedule-list-block .schedule-items-block .asui-schedule-table-item .schedule-item-container .schedule-item-name {
  flex: 1;
  font-size: 220%;
  font-weight: 500;
  margin-right: 1.302vmax;
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "\2026";
  overflow: hidden;
  white-space: nowrap;
  word-break: break-word;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .asui asui-schedule-table .schedule-list-block .schedule-items-block .asui-schedule-table-item .schedule-item-container .schedule-item-name break-word {
    word-break: break-all;
  }
}

@media (orientation: portrait) {
  .asui asui-schedule-table .schedule-list-block .schedule-items-block .asui-schedule-table-item .schedule-item-container .schedule-item-name {
    max-width: 90%;
    margin-right: 0;
  }
}

.asui asui-schedule-table .schedule-list-block .schedule-items-block .asui-schedule-table-item .schedule-item-container .schedule-item-container-details {
  display: flex;
  flex-direction: row;
}

.asui asui-schedule-table .schedule-list-block .schedule-items-block .asui-schedule-table-item .schedule-item-container .schedule-item-container-details .schedule-item-number {
  margin-right: 1.302vmax;
  font-size: 220%;
}

.asui asui-schedule-table .schedule-list-block .schedule-items-block .asui-schedule-table-item .schedule-item-container .schedule-item-container-details .schedule-item-direction {
  margin-right: 1.302vmax;
  font-size: 220%;
}

.asui asui-schedule-table .schedule-list-block .schedule-items-block .asui-schedule-table-item .schedule-item-status {
  width: 0.833vmax;
}

.asui asui-schedule-table .schedule-list-block .schedule-items-block .asui-schedule-table-item .schedule-item-status-available {
  background-color: #58b090;
}

.asui asui-schedule-table .schedule-list-block .schedule-items-block .asui-schedule-table-item .schedule-item-status-checkin {
  background-color: #eab84d;
}

.asui asui-schedule-table .schedule-list-block .schedule-items-block .asui-schedule-table-item .schedule-item-status-occupied {
  background-color: #e3645f;
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block {
  overflow-x: auto;
  overflow-y: visible;
  min-width: 70%;
  max-width: 70%;
  background-color: transparent !important;
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline {
  position: relative;
  border-bottom: 1px solid #EEF4FA;
  background-repeat: repeat;
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-slot {
  border-right: 1px solid #EEF4FA;
  color: #ebebf0;
  display: flex;
  align-items: center;
  font-size: 150%;
  font-weight: 200;
  justify-content: center;
  position: absolute;
  z-index: -1;
  cursor: pointer;
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule {
  display: flex;
  padding: 0px;
  padding: .104vmax;
  cursor: pointer;
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule .schedule-container {
  padding: 0.521vmax;
  display: flex;
  flex: 1;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  background: repeating-linear-gradient(45deg, #e9ecf0, #e9ecf0 5px, #ced4dd 6px, #ced4dd 8px);
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule .schedule-container .schedule-name {
  font-size: 200%;
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "\2026";
  overflow: hidden;
  white-space: nowrap;
  word-break: break-word;
  pointer-events: none;
  font-weight: 500;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule .schedule-container .schedule-name break-word {
    word-break: break-all;
  }
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule .schedule-container .schedule-organizer {
  font-size: 160%;
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "\2026";
  overflow: hidden;
  white-space: nowrap;
  word-break: break-word;
  pointer-events: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule .schedule-container .schedule-organizer break-word {
    word-break: break-all;
  }
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule .schedule-container .schedule-time {
  font-size: 160%;
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "\2026";
  overflow: hidden;
  white-space: nowrap;
  word-break: break-word;
  pointer-events: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule .schedule-container .schedule-time break-word {
    word-break: break-all;
  }
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule .schedule-container-current {
  padding: 1vmax 2vmax;
  display: flex;
  flex: 1;
  max-width: 100%;
  flex-direction: row;
  align-items: center;
  font-size: 220%;
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule .schedule-container-current .schedule-name {
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "\2026";
  overflow: hidden;
  white-space: nowrap;
  word-break: break-word;
  pointer-events: none;
  font-weight: 500;
  margin-left: 1.5vmax;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule .schedule-container-current .schedule-name break-word {
    word-break: break-all;
  }
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule .schedule-container-current .schedule-facts {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule .schedule-container-current .schedule-facts .schedule-organizer {
  margin-left: 1.5vmax;
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "\2026";
  overflow: hidden;
  white-space: nowrap;
  word-break: break-word;
  pointer-events: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule .schedule-container-current .schedule-facts .schedule-organizer break-word {
    word-break: break-all;
  }
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule .schedule-container-current .schedule-facts .schedule-time {
  margin-left: 1.5vmax;
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "\2026";
  overflow: hidden;
  white-space: nowrap;
  word-break: break-word;
  pointer-events: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule .schedule-container-current .schedule-facts .schedule-time break-word {
    word-break: break-all;
  }
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule .schedule-container-current .schedule-booknow {
  border: 1px solid #114;
  font-weight: 500;
  font-size: 90%;
  max-width: 10vmax;
  min-width: 10vmax;
  text-align: center;
  border-radius: 1.5vmax;
  padding: 0.156vmax .3vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule .schedule-container-current .schedule-booknow .now-plus {
  font-size: 140%;
  font-weight: 200;
  margin-right: 0.4vmax;
  left: .6vmax;
  top: -.15vmax;
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule .schedule-container-current .schedule-checkin {
  text-align: center;
  border: 1px solid #114;
  max-width: 10vmax;
  min-width: 10vmax;
  font-weight: 500;
  font-size: 90%;
  border-radius: 1.5vmax;
  padding: 0.5vmax 2vmax;
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule .schedule-container-current .schedule-time-current {
  margin-left: 1.5vmax;
  pointer-events: none;
  opacity: 0.7;
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule-booknow {
  display: flex;
  position: absolute;
  flex-direction: column;
  align-items: center;
  padding: 0.156vmax;
  left: 0;
  top: 0;
  justify-content: center;
  font-size: 400%;
  color: #182449;
  background-size: contain;
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule-checkin {
  flex-direction: column;
  align-items: flex-start;
  padding: .052vmax;
  border-right: 1px solid #EEF4FA;
  min-width: 5.729vmax;
  background: none;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.97);
  background-clip: content-box;
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule-checkin .schedule-checkin-continer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.521vmax;
  max-width: 100%;
  justify-content: center;
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule-checkin .schedule-checkin-continer .schedule-checkin {
  text-align: center;
  border: 1px solid #114;
  font-weight: 500;
  font-size: 140%;
  border-radius: .781vmax;
  padding: 0.156vmax .208vmax;
  max-width: 7.396vmax;
  width: 100%;
  margin-bottom: .260vmax;
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule-checkin .schedule-checkin-continer .schedule-name {
  font-size: 190%;
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "\2026";
  overflow: hidden;
  white-space: nowrap;
  word-break: break-word;
  pointer-events: none;
  font-weight: 500;
  text-align: left;
  margin: auto;
  max-width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule-checkin .schedule-checkin-continer .schedule-name break-word {
    word-break: break-all;
  }
}

.asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule-checkin .schedule-checkin-continer .schedule-time {
  font-size: 100%;
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "\2026";
  overflow: hidden;
  white-space: nowrap;
  word-break: break-word;
  pointer-events: none;
  text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .asui asui-schedule-table .schedule-list-block .schedule-timeline-block .asui-schedule-table-item-timeline .timeline-schedule-checkin .schedule-checkin-continer .schedule-time break-word {
    word-break: break-all;
  }
}

.asui asui-range-slider {
  display: flex;
  align-items: center;
  flex: 1;
}

.asui asui-range-slider .asui-range-slider {
  width: 100%;
}

.asui asui-range-slider .asui-range-slider .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #dbe0ea;
  outline: none;
}

.asui asui-range-slider .asui-range-slider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #1D7BE3;
  cursor: pointer;
}

.asui asui-range-slider .asui-range-slider .slider::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #1D7BE3;
  cursor: pointer;
}

.asui asui-range-slider .asui-range-slider input {
  margin: 0;
}

.asui asui-dayparting {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
  font-size: 110%;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.asui asui-dayparting .dayparting-container {
  display: flex;
  flex-direction: row;
  flex: 1;
}

.asui asui-dayparting .dayparting-container .dayparting-day-col {
  align-items: center;
}

.asui asui-dayparting .dayparting-container .dayparting-day-col .dayparting-filter {
  display: flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #dbe0ea;
  height: 30px;
  width: 100%;
  font-size: 90%;
}

.asui asui-dayparting .dayparting-container .dayparting-day-col .dayparting-filter .cm-button {
  width: 100%;
}

.asui asui-dayparting .dayparting-container .dayparting-day-col .dayparting-filter .cm-button ng-transclude {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.asui asui-dayparting .dayparting-container .dayparting-day-col .dayparting-day-label {
  display: flex;
  align-items: center;
  font-weight: 400;
  padding: 0 12px;
  border-right: 1px solid #dbe0ea;
  border-left: 1px solid #dbe0ea;
  border-bottom: 1px solid #dbe0ea;
  height: 40px;
  cursor: pointer;
}

.asui asui-dayparting .dayparting-container .dayparting-day-col .dayparting-day-everyday {
  border-top: 1px solid #dbe0ea;
  cursor: default;
}

.asui asui-dayparting .dayparting-container .dayparting-time-block {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.asui asui-dayparting .dayparting-container .dayparting-time-block .dayparting-header-row {
  display: flex;
  height: 30px;
}

.asui asui-dayparting .dayparting-container .dayparting-time-block .dayparting-header-row .dayparting-header {
  display: flex;
  flex: 1;
  align-items: center;
  border-top: 1px solid #dbe0ea;
  border-bottom: 1px solid #dbe0ea;
  font-size: 80%;
  padding-left: 2px;
  line-height: 0.9;
  background-color: #eef4f9;
}

.asui asui-dayparting .dayparting-container .dayparting-time-block .dayparting-header-row .dayparting-header:last-child {
  border-right: 1px solid #dbe0ea;
}

.asui asui-dayparting .dayparting-container .dayparting-time-block .dayparting-row {
  display: flex;
  height: 40px;
}

.asui asui-dayparting .dayparting-container .dayparting-time-block .dayparting-row > div {
  border-right: 1px solid #eef4f9;
  border-bottom: 1px solid #dbe0ea;
  height: 100%;
  flex: 1;
  display: flex;
  cursor: pointer;
}

.asui asui-dayparting .dayparting-container .dayparting-time-block .dayparting-row > div > div {
  background: #8BC3FD !important;
  color: white;
}

.asui asui-dayparting .dayparting-container .dayparting-time-block .dayparting-row > div:nth-child(even) {
  background-color: #F7Fbfb;
}

.asui asui-dayparting .dayparting-container .dayparting-time-block .dayparting-row > div:last-child {
  border-right: 1px solid #dbe0ea;
}

.asui asui-dayparting .dayparting-container .dayparting-day-everyday {
  margin-top: 28px;
}

.asui asui-dayparting .dayparting-container .dayparting-day-everyday > div {
  border-top: 1px solid #dbe0ea;
}

.asui asui-dayparting .dayparting-clear {
  color: #308ced;
  cursor: pointer;
  margin-left: 96px;
  margin-top: 10px;
  font-size: 90%;
}

.asui asui-dayparting.dayparting-readonly {
  font-size: 75%;
}

.asui asui-dayparting.dayparting-readonly .dayparting-day-col {
  min-width: 0 !important;
}

.asui asui-dayparting.dayparting-readonly .dayparting-day-col .dayparting-filter {
  padding: 0 !important;
}

.asui asui-dayparting.dayparting-readonly .dayparting-header-row,
.asui asui-dayparting.dayparting-readonly .dayparting-filter,
.asui asui-dayparting.dayparting-readonly .dayparting-row,
.asui asui-dayparting.dayparting-readonly .dayparting-day-label {
  height: 18px !important;
}

.asui asui-dayparting.dayparting-readonly .dayparting-row > div {
  min-width: 0 !important;
}

.asui asui-dayparting.dayparting-readonly .dayparting-header {
  min-width: 0 !important;
}

.asui asui-dayparting.dayparting-readonly .dayparting-day-label {
  border-left: none !important;
  border-bottom: none !important;
  cursor: default !important;
  padding: 0 4px 0 0 !important;
  font-size: 90%;
}

.asui asui-dayparting.dayparting-readonly .dayparting-filter {
  border: none !important;
}

.asui asui-dayparting.dayparting-readonly .dayparting-header {
  background-color: white !important;
  border-top: none !important;
}

.asui asui-dayparting.dayparting-readonly .dayparting-header:last-child {
  border-right: none !important;
}

.asui asui-dayparting.dayparting-readonly .dayparting-row > div {
  cursor: default !important;
}

.asui asui-dayparting.dayparting-readonly .dayparting-clear,
.asui asui-dayparting.dayparting-readonly .dayparting-filter .cm-button,
.asui asui-dayparting.dayparting-readonly .dayparting-day-everyday {
  display: none !important;
}

.asui asui-split-button .dropdown-toggle,
.asui asui-split-button .dropdown-toggle:hover {
  color: #8BC3FD !important;
  padding: 0 4px !important;
  border-left: 1px solid #8BC3FD !important;
}

.asui asui-split-button .dropdown-toggle:active,
.asui asui-split-button .open .dropdown-toggle {
  background: #1D7BE3 !important;
  border-left: 1px solid #8BC3FD;
}

.asui asui-split-button .main-btn,
.asui asui-split-button .main-btn:hover {
  border-right: 1px solid #8BC3FD !important;
}

.asui asui-split-button .btn-primary:focus {
  background: #1D7BE3;
  border-color: #1D7BE3;
}

.asui asui-split-button .dropdown-menu {
  margin-top: 0;
  left: 0px !important;
  border: 1px solid #dbe0ea;
  padding: 6px 0;
}

.asui asui-split-button .dropdown-menu .divider {
  margin: 6px 0;
}

.asui asui-split-button .dropdown-menu li a {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  padding: 6px 15px;
  clear: both;
  font-size: 12px;
}

.asui asui-split-button .dropdown-menu li a .item-icon {
  color: #72889c;
  text-decoration: none;
  width: 26px;
  font-size: 110%;
}

.asui {
  /*==============Standard HTML Elements=================*/
  /*==============Decorators=================*/
}

.asui body {
  margin: 0;
  padding: 0;
}

.asui h1,
.asui .h1 {
  font-size: 240%;
}

.asui h2,
.asui .h2 {
  font-size: 166%;
}

.asui h3,
.asui .h3 {
  font-size: 133%;
}

.asui h4,
.asui .h4 {
  font-size: 118%;
}

.asui h5,
.asui .h5 {
  font-size: 108%;
}

.asui .small {
  color: #72889c;
}

.asui label {
  font-size: 100%;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
}

.asui p {
  font-size: 100%;
  line-height: 1.428;
}

.asui a {
  text-decoration: none;
  color: #308ced;
}

.asui sub {
  font-size: 10px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #72889c;
}

.asui .text-secondary {
  color: #72889c;
}

.asui .text-placeholder {
  color: #C7C7CD;
}

.asui .bold {
  font-weight: bold;
}

.asui .psmall {
  font-size: 80%;
}

.asui .tooltip-link {
  border-bottom: 1px dotted #dbe0ea !important;
  color: #333;
}

.asui .blue {
  color: #1D7BE3;
}

.asui .red {
  color: #f55959;
}

.asui .yellow {
  color: #FFD98B;
}

.asui .grey {
  color: #A8BCCD;
}

.asui .green {
  color: #5dd299;
}

.asui .border-std {
  border: 1px solid #dbe0ea;
}

.asui .text-secondary {
  color: #72889c;
}

.asui .as-tooltip {
  color: #999;
  font-weight: 200;
  margin-left: 5px;
}

.asui .fa-caret-down {
  padding-left: 4px;
  color: #72889c;
}

.asui .fa-caret-up {
  padding-left: 4px;
  color: #72889c;
}

.asui .search i {
  color: #bcd2e4;
  font-size: 300%;
}

.asui .ellipse {
  width: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.asui .noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently*/
}

.asui ::selection {
  background: #abd3fc !important;
  /* WebKit/Blink Browsers */
}

.asui ::-moz-selection {
  background: #abd3fc !important;
  /* Gecko Browsers */
}

.asui ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #C7C7CD;
}

.asui ::-moz-placeholder {
  /* Firefox 19+ */
  color: #C7C7CD;
}

.asui :-ms-input-placeholder {
  /* IE 10+ */
  color: #C7C7CD !important;
}

.asui :-moz-placeholder {
  /* Firefox 18- */
  color: #C7C7CD;
}

/* roboto-regular */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(../../assets/fonts/roboto-regular.eot);
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url(../../assets/fonts/roboto-regular.eot?#iefix) format("embedded-opentype"), url(../../assets/fonts/roboto-regular.woff2) format("woff2"), url(../../assets/fonts/roboto-regular.woff) format("woff"), url(../../assets/fonts/roboto-regular.ttf) format("truetype"), url(../../assets/fonts/roboto-regular.svg#Roboto) format("svg");
  /* Legacy iOS */
}

/* roboto-italic */

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(../../assets/fonts/roboto-italic.eot);
  /* IE9 Compat Modes */
  src: local("Roboto Italic"), local("Roboto-Italic"), url(../../assets/fonts/roboto-italic.eot?#iefix) format("embedded-opentype"), url(../../assets/fonts/roboto-italic.woff2) format("woff2"), url(../../assets/fonts/roboto-italic.woff) format("woff"), url(../../assets/fonts/roboto-italic.ttf) format("truetype"), url(../../assets/fonts/roboto-italic.svg#Roboto) format("svg");
  /* Legacy iOS */
}

/* roboto-500 */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(../../assets/fonts/roboto-500.eot);
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url(../../assets/fonts/roboto-500.eot?#iefix) format("embedded-opentype"), url(../../assets/fonts/roboto-500.woff2) format("woff2"), url(../../assets/fonts/roboto-500.woff) format("woff"), url(../../assets/fonts/roboto-500.ttf) format("truetype"), url(../../assets/fonts/roboto-500.svg#Roboto) format("svg");
  /* Legacy iOS */
}

/* roboto-500italic */

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url(../../assets/fonts/roboto-500italic.eot);
  /* IE9 Compat Modes */
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(../../assets/fonts/roboto-500italic.eot?#iefix) format("embedded-opentype"), url(../../assets/fonts/roboto-500italic.woff2) format("woff2"), url(../../assets/fonts/roboto-500italic.woff) format("woff"), url(../../assets/fonts/roboto-500italic.ttf) format("truetype"), url(../../assets/fonts/roboto-500italic.svg#Roboto) format("svg");
  /* Legacy iOS */
}

.asui {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  background-color: asui-white;
  font-size: 12px;
  color: #333;
  height: 100%;
}/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../../assets/fonts/glyphicons-halflings-regular.eot);
  src: url(../../assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../../assets/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../../assets/fonts/glyphicons-halflings-regular.woff) format('woff'), url(../../assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../../assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270F";
}

.glyphicon-glass:before {
  content: "\E001";
}

.glyphicon-music:before {
  content: "\E002";
}

.glyphicon-search:before {
  content: "\E003";
}

.glyphicon-heart:before {
  content: "\E005";
}

.glyphicon-star:before {
  content: "\E006";
}

.glyphicon-star-empty:before {
  content: "\E007";
}

.glyphicon-user:before {
  content: "\E008";
}

.glyphicon-film:before {
  content: "\E009";
}

.glyphicon-th-large:before {
  content: "\E010";
}

.glyphicon-th:before {
  content: "\E011";
}

.glyphicon-th-list:before {
  content: "\E012";
}

.glyphicon-ok:before {
  content: "\E013";
}

.glyphicon-remove:before {
  content: "\E014";
}

.glyphicon-zoom-in:before {
  content: "\E015";
}

.glyphicon-zoom-out:before {
  content: "\E016";
}

.glyphicon-off:before {
  content: "\E017";
}

.glyphicon-signal:before {
  content: "\E018";
}

.glyphicon-cog:before {
  content: "\E019";
}

.glyphicon-trash:before {
  content: "\E020";
}

.glyphicon-home:before {
  content: "\E021";
}

.glyphicon-file:before {
  content: "\E022";
}

.glyphicon-time:before {
  content: "\E023";
}

.glyphicon-road:before {
  content: "\E024";
}

.glyphicon-download-alt:before {
  content: "\E025";
}

.glyphicon-download:before {
  content: "\E026";
}

.glyphicon-upload:before {
  content: "\E027";
}

.glyphicon-inbox:before {
  content: "\E028";
}

.glyphicon-play-circle:before {
  content: "\E029";
}

.glyphicon-repeat:before {
  content: "\E030";
}

.glyphicon-refresh:before {
  content: "\E031";
}

.glyphicon-list-alt:before {
  content: "\E032";
}

.glyphicon-lock:before {
  content: "\E033";
}

.glyphicon-flag:before {
  content: "\E034";
}

.glyphicon-headphones:before {
  content: "\E035";
}

.glyphicon-volume-off:before {
  content: "\E036";
}

.glyphicon-volume-down:before {
  content: "\E037";
}

.glyphicon-volume-up:before {
  content: "\E038";
}

.glyphicon-qrcode:before {
  content: "\E039";
}

.glyphicon-barcode:before {
  content: "\E040";
}

.glyphicon-tag:before {
  content: "\E041";
}

.glyphicon-tags:before {
  content: "\E042";
}

.glyphicon-book:before {
  content: "\E043";
}

.glyphicon-bookmark:before {
  content: "\E044";
}

.glyphicon-print:before {
  content: "\E045";
}

.glyphicon-camera:before {
  content: "\E046";
}

.glyphicon-font:before {
  content: "\E047";
}

.glyphicon-bold:before {
  content: "\E048";
}

.glyphicon-italic:before {
  content: "\E049";
}

.glyphicon-text-height:before {
  content: "\E050";
}

.glyphicon-text-width:before {
  content: "\E051";
}

.glyphicon-align-left:before {
  content: "\E052";
}

.glyphicon-align-center:before {
  content: "\E053";
}

.glyphicon-align-right:before {
  content: "\E054";
}

.glyphicon-align-justify:before {
  content: "\E055";
}

.glyphicon-list:before {
  content: "\E056";
}

.glyphicon-indent-left:before {
  content: "\E057";
}

.glyphicon-indent-right:before {
  content: "\E058";
}

.glyphicon-facetime-video:before {
  content: "\E059";
}

.glyphicon-picture:before {
  content: "\E060";
}

.glyphicon-map-marker:before {
  content: "\E062";
}

.glyphicon-adjust:before {
  content: "\E063";
}

.glyphicon-tint:before {
  content: "\E064";
}

.glyphicon-edit:before {
  content: "\E065";
}

.glyphicon-share:before {
  content: "\E066";
}

.glyphicon-check:before {
  content: "\E067";
}

.glyphicon-move:before {
  content: "\E068";
}

.glyphicon-step-backward:before {
  content: "\E069";
}

.glyphicon-fast-backward:before {
  content: "\E070";
}

.glyphicon-backward:before {
  content: "\E071";
}

.glyphicon-play:before {
  content: "\E072";
}

.glyphicon-pause:before {
  content: "\E073";
}

.glyphicon-stop:before {
  content: "\E074";
}

.glyphicon-forward:before {
  content: "\E075";
}

.glyphicon-fast-forward:before {
  content: "\E076";
}

.glyphicon-step-forward:before {
  content: "\E077";
}

.glyphicon-eject:before {
  content: "\E078";
}

.glyphicon-chevron-left:before {
  content: "\E079";
}

.glyphicon-chevron-right:before {
  content: "\E080";
}

.glyphicon-plus-sign:before {
  content: "\E081";
}

.glyphicon-minus-sign:before {
  content: "\E082";
}

.glyphicon-remove-sign:before {
  content: "\E083";
}

.glyphicon-ok-sign:before {
  content: "\E084";
}

.glyphicon-question-sign:before {
  content: "\E085";
}

.glyphicon-info-sign:before {
  content: "\E086";
}

.glyphicon-screenshot:before {
  content: "\E087";
}

.glyphicon-remove-circle:before {
  content: "\E088";
}

.glyphicon-ok-circle:before {
  content: "\E089";
}

.glyphicon-ban-circle:before {
  content: "\E090";
}

.glyphicon-arrow-left:before {
  content: "\E091";
}

.glyphicon-arrow-right:before {
  content: "\E092";
}

.glyphicon-arrow-up:before {
  content: "\E093";
}

.glyphicon-arrow-down:before {
  content: "\E094";
}

.glyphicon-share-alt:before {
  content: "\E095";
}

.glyphicon-resize-full:before {
  content: "\E096";
}

.glyphicon-resize-small:before {
  content: "\E097";
}

.glyphicon-exclamation-sign:before {
  content: "\E101";
}

.glyphicon-gift:before {
  content: "\E102";
}

.glyphicon-leaf:before {
  content: "\E103";
}

.glyphicon-fire:before {
  content: "\E104";
}

.glyphicon-eye-open:before {
  content: "\E105";
}

.glyphicon-eye-close:before {
  content: "\E106";
}

.glyphicon-warning-sign:before {
  content: "\E107";
}

.glyphicon-plane:before {
  content: "\E108";
}

.glyphicon-calendar:before {
  content: "\E109";
}

.glyphicon-random:before {
  content: "\E110";
}

.glyphicon-comment:before {
  content: "\E111";
}

.glyphicon-magnet:before {
  content: "\E112";
}

.glyphicon-chevron-up:before {
  content: "\E113";
}

.glyphicon-chevron-down:before {
  content: "\E114";
}

.glyphicon-retweet:before {
  content: "\E115";
}

.glyphicon-shopping-cart:before {
  content: "\E116";
}

.glyphicon-folder-close:before {
  content: "\E117";
}

.glyphicon-folder-open:before {
  content: "\E118";
}

.glyphicon-resize-vertical:before {
  content: "\E119";
}

.glyphicon-resize-horizontal:before {
  content: "\E120";
}

.glyphicon-hdd:before {
  content: "\E121";
}

.glyphicon-bullhorn:before {
  content: "\E122";
}

.glyphicon-bell:before {
  content: "\E123";
}

.glyphicon-certificate:before {
  content: "\E124";
}

.glyphicon-thumbs-up:before {
  content: "\E125";
}

.glyphicon-thumbs-down:before {
  content: "\E126";
}

.glyphicon-hand-right:before {
  content: "\E127";
}

.glyphicon-hand-left:before {
  content: "\E128";
}

.glyphicon-hand-up:before {
  content: "\E129";
}

.glyphicon-hand-down:before {
  content: "\E130";
}

.glyphicon-circle-arrow-right:before {
  content: "\E131";
}

.glyphicon-circle-arrow-left:before {
  content: "\E132";
}

.glyphicon-circle-arrow-up:before {
  content: "\E133";
}

.glyphicon-circle-arrow-down:before {
  content: "\E134";
}

.glyphicon-globe:before {
  content: "\E135";
}

.glyphicon-wrench:before {
  content: "\E136";
}

.glyphicon-tasks:before {
  content: "\E137";
}

.glyphicon-filter:before {
  content: "\E138";
}

.glyphicon-briefcase:before {
  content: "\E139";
}

.glyphicon-fullscreen:before {
  content: "\E140";
}

.glyphicon-dashboard:before {
  content: "\E141";
}

.glyphicon-paperclip:before {
  content: "\E142";
}

.glyphicon-heart-empty:before {
  content: "\E143";
}

.glyphicon-link:before {
  content: "\E144";
}

.glyphicon-phone:before {
  content: "\E145";
}

.glyphicon-pushpin:before {
  content: "\E146";
}

.glyphicon-usd:before {
  content: "\E148";
}

.glyphicon-gbp:before {
  content: "\E149";
}

.glyphicon-sort:before {
  content: "\E150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}

.glyphicon-sort-by-order:before {
  content: "\E153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}

.glyphicon-sort-by-attributes:before {
  content: "\E155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}

.glyphicon-unchecked:before {
  content: "\E157";
}

.glyphicon-expand:before {
  content: "\E158";
}

.glyphicon-collapse-down:before {
  content: "\E159";
}

.glyphicon-collapse-up:before {
  content: "\E160";
}

.glyphicon-log-in:before {
  content: "\E161";
}

.glyphicon-flash:before {
  content: "\E162";
}

.glyphicon-log-out:before {
  content: "\E163";
}

.glyphicon-new-window:before {
  content: "\E164";
}

.glyphicon-record:before {
  content: "\E165";
}

.glyphicon-save:before {
  content: "\E166";
}

.glyphicon-open:before {
  content: "\E167";
}

.glyphicon-saved:before {
  content: "\E168";
}

.glyphicon-import:before {
  content: "\E169";
}

.glyphicon-export:before {
  content: "\E170";
}

.glyphicon-send:before {
  content: "\E171";
}

.glyphicon-floppy-disk:before {
  content: "\E172";
}

.glyphicon-floppy-saved:before {
  content: "\E173";
}

.glyphicon-floppy-remove:before {
  content: "\E174";
}

.glyphicon-floppy-save:before {
  content: "\E175";
}

.glyphicon-floppy-open:before {
  content: "\E176";
}

.glyphicon-credit-card:before {
  content: "\E177";
}

.glyphicon-transfer:before {
  content: "\E178";
}

.glyphicon-cutlery:before {
  content: "\E179";
}

.glyphicon-header:before {
  content: "\E180";
}

.glyphicon-compressed:before {
  content: "\E181";
}

.glyphicon-earphone:before {
  content: "\E182";
}

.glyphicon-phone-alt:before {
  content: "\E183";
}

.glyphicon-tower:before {
  content: "\E184";
}

.glyphicon-stats:before {
  content: "\E185";
}

.glyphicon-sd-video:before {
  content: "\E186";
}

.glyphicon-hd-video:before {
  content: "\E187";
}

.glyphicon-subtitles:before {
  content: "\E188";
}

.glyphicon-sound-stereo:before {
  content: "\E189";
}

.glyphicon-sound-dolby:before {
  content: "\E190";
}

.glyphicon-sound-5-1:before {
  content: "\E191";
}

.glyphicon-sound-6-1:before {
  content: "\E192";
}

.glyphicon-sound-7-1:before {
  content: "\E193";
}

.glyphicon-copyright-mark:before {
  content: "\E194";
}

.glyphicon-registration-mark:before {
  content: "\E195";
}

.glyphicon-cloud-download:before {
  content: "\E197";
}

.glyphicon-cloud-upload:before {
  content: "\E198";
}

.glyphicon-tree-conifer:before {
  content: "\E199";
}

.glyphicon-tree-deciduous:before {
  content: "\E200";
}

.glyphicon-cd:before {
  content: "\E201";
}

.glyphicon-save-file:before {
  content: "\E202";
}

.glyphicon-open-file:before {
  content: "\E203";
}

.glyphicon-level-up:before {
  content: "\E204";
}

.glyphicon-copy:before {
  content: "\E205";
}

.glyphicon-paste:before {
  content: "\E206";
}

.glyphicon-alert:before {
  content: "\E209";
}

.glyphicon-equalizer:before {
  content: "\E210";
}

.glyphicon-king:before {
  content: "\E211";
}

.glyphicon-queen:before {
  content: "\E212";
}

.glyphicon-pawn:before {
  content: "\E213";
}

.glyphicon-bishop:before {
  content: "\E214";
}

.glyphicon-knight:before {
  content: "\E215";
}

.glyphicon-baby-formula:before {
  content: "\E216";
}

.glyphicon-tent:before {
  content: "\26FA";
}

.glyphicon-blackboard:before {
  content: "\E218";
}

.glyphicon-bed:before {
  content: "\E219";
}

.glyphicon-apple:before {
  content: "\F8FF";
}

.glyphicon-erase:before {
  content: "\E221";
}

.glyphicon-hourglass:before {
  content: "\231B";
}

.glyphicon-lamp:before {
  content: "\E223";
}

.glyphicon-duplicate:before {
  content: "\E224";
}

.glyphicon-piggy-bank:before {
  content: "\E225";
}

.glyphicon-scissors:before {
  content: "\E226";
}

.glyphicon-bitcoin:before {
  content: "\E227";
}

.glyphicon-btc:before {
  content: "\E227";
}

.glyphicon-xbt:before {
  content: "\E227";
}

.glyphicon-yen:before {
  content: "\A5";
}

.glyphicon-jpy:before {
  content: "\A5";
}

.glyphicon-ruble:before {
  content: "\20BD";
}

.glyphicon-rub:before {
  content: "\20BD";
}

.glyphicon-scale:before {
  content: "\E230";
}

.glyphicon-ice-lolly:before {
  content: "\E231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}

.glyphicon-education:before {
  content: "\E233";
}

.glyphicon-option-horizontal:before {
  content: "\E234";
}

.glyphicon-option-vertical:before {
  content: "\E235";
}

.glyphicon-menu-hamburger:before {
  content: "\E236";
}

.glyphicon-modal-window:before {
  content: "\E237";
}

.glyphicon-oil:before {
  content: "\E238";
}

.glyphicon-grain:before {
  content: "\E239";
}

.glyphicon-sunglasses:before {
  content: "\E240";
}

.glyphicon-text-size:before {
  content: "\E241";
}

.glyphicon-text-color:before {
  content: "\E242";
}

.glyphicon-text-background:before {
  content: "\E243";
}

.glyphicon-object-align-top:before {
  content: "\E244";
}

.glyphicon-object-align-bottom:before {
  content: "\E245";
}

.glyphicon-object-align-horizontal:before {
  content: "\E246";
}

.glyphicon-object-align-left:before {
  content: "\E247";
}

.glyphicon-object-align-vertical:before {
  content: "\E248";
}

.glyphicon-object-align-right:before {
  content: "\E249";
}

.glyphicon-triangle-right:before {
  content: "\E250";
}

.glyphicon-triangle-left:before {
  content: "\E251";
}

.glyphicon-triangle-bottom:before {
  content: "\E252";
}

.glyphicon-triangle-top:before {
  content: "\E253";
}

.glyphicon-console:before {
  content: "\E254";
}

.glyphicon-superscript:before {
  content: "\E255";
}

.glyphicon-subscript:before {
  content: "\E256";
}

.glyphicon-menu-left:before {
  content: "\E257";
}

.glyphicon-menu-right:before {
  content: "\E258";
}

.glyphicon-menu-down:before {
  content: "\E259";
}

.glyphicon-menu-up:before {
  content: "\E260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}

.form-control: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, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203A';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.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 {
  display: table;
  content: " ";
}

.clearfix:after,
.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;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

html {
  height: 100%;
}

.cloudRegistrationContainer {
  padding: 0 1.1em;
  font-family: Roboto;
  font-style: normal;
  line-height: 26px;
}

.cloudRegistrationContainer .title {
  margin-top: 30px;
  font-weight: 500;
  font-size: 22px;
}

.cloudRegistrationContainer .message {
  margin-top: 10px;
  font-weight: normal;
  font-size: 16px;
  color: #72889C;
}

.cloudRegistrationContainer .actionContainer {
  margin-top: 30px;
}

.cloudRegistrationContainer .actionContainer.expand .actionButton {
  flex-grow: 1;
}

.cloudRegistrationContainer .actionContainer .actionButton {
  line-height: 1.43;
}

.cloudRegistrationContainer .actionContainer .actionButton:first-child {
  margin-right: 10px;
}

.cloudRegistrationContainer .actionContainer .actionButton:last-child {
  margin-left: 10px;
}

.imgContainer {
  display: block;
  height: 18em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.containerFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  height: 100%;
}

.fullHeight {
  height: 100%;
}

.cloudContainer {
  max-width: 471px;
  min-width: 471px;
  margin: 0 auto;
  border: solid 1px #dbe0ea;
  background: #ffffff;
  padding: 2.6em;
  font-family: "HelveticaNeueLight", Helvetica, arial, sans-serif;
  box-shadow: 2px 1px 15px -6px rgba(0, 6, 100, 0.3);
}

.cloudUI {
  background: #f7fafc;
}

.cloudUI .fullHeight {
  height: 100%;
}

.cloudUI .containerFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .cloudUI .containerFlex {
    height: initial;
    width: 100%;
  }
}

/*---------Mobile View----------------*/

@media (max-width: 480px) {
  .cloudContainer {
    max-width: 290px;
    min-width: 290px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  html .cloudUI {
    margin: 0 auto 70px auto;
  }
}

@media (max-width: 480px) {
  html body.cloudUI {
    max-width: 290px;
    min-width: 290px;
  }
}

@media (max-height: 768px) and (max-width: 320px) {
  html body.cloudUI {
    margin-top: 50px;
  }
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.dropup {
  margin-top: -5px;
}

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}

.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
  float: none;
}

.daterangepicker.show-calendar .calendar {
  display: block;
}

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}

.daterangepicker .calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker table {
  width: 100%;
  margin: 0;
}

.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}

.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}

.daterangepicker .daterangepicker_input {
  position: relative;
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}

.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}

.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}

.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}

.ranges li:hover {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}

.ranges li.active {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/*  Larger Screen Styling */

@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 160px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .calendar.left {
    clear: none;
  }

  .daterangepicker.single.ltr .ranges,
  .daterangepicker.single.ltr .calendar {
    float: left;
  }

  .daterangepicker.single.rtl .ranges,
  .daterangepicker.single.rtl .calendar {
    float: right;
  }

  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }

  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }

  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }

  .daterangepicker.ltr .ranges,
  .daterangepicker.ltr .calendar {
    float: left;
  }

  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }

  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }

  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }

  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }

  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }

  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker.ltr .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .calendar.left {
    clear: none !important;
  }
}

.asui as-notifier growl-notification .asui-notification span .chart-name {
  color: #72889c;
}

.asui growl-notification .asui-notification span {
  word-break: break-word;
}

.imgUrlVerification {
  background-image: url("/assets/images/cloud/url-verification.svg");
}

.cloudRegistrationContainer .urlContainer {
  background: #EEF4F9;
  border: 1px solid #DBE0EA;
  box-sizing: border-box;
  border-radius: 4px;
  height: 45px;
  margin-top: 23px;
}

.cloudRegistrationContainer .urlContainer .text {
  font-size: 16px;
  line-height: 26px;
  color: #72889C;
  margin-top: 7px;
}

.cloudRegistrationContainer .urlContainer .popover-content {
  padding: 15px 18px;
}

.cloudRegistrationContainer .urlContainer .notsecure {
  color: #E63E3E;
  margin-right: 15px;
}

.cloudRegistrationContainer .urlContainer .notsecure > i {
  margin-right: 5px;
}

.cloudRegistrationContainer .urlContainer span.tooltipmessage {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.cloudRegistrationContainer .urlContainer span.tooltipmessage > .focus {
  font-weight: bold;
}

.imgRegistration {
  background-image: url("/assets/images/cloud/registration-code.svg");
}

.copyContainer {
  margin-top: 22px;
}

.as-copy.code-box .copy {
  /* prevent button appear above loading mask. */
  z-index: 0;
}

.as-copy.code-box .copy > .button {
  padding: 0 10px;
}

.as-copy.code-box pre {
  min-height: 120px;
  padding: 24px;
  text-align: left;
}

.btn-close {
  padding: 0 10px;
}

.expiredMessage {
  margin-top: 10px;
  font-size: 13px;
  line-height: 15px;
  color: #E63E3E;
  text-align: left;
}

.expiredMessage > i {
  margin-right: 10px;
  font-size: 16px;
}

read-more div.collapsed {
  max-height: 255px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

read-more div.expand {
  max-height: 3000px;
  transition: max-height 1s ease-in-out;
  overflow: hidden;
}

read-more .prewrap {
  white-space: pre-wrap;
}

.licenseContainer as-loading-icon asui-loading-mask {
  position: relative;
}

#billingSummary .currentPlan {
  border: solid 1px #4a94e9;
  font-size: 0.8em;
  color: #4a94e9;
  background: #ffffff;
  padding: 0.3em 0.5em;
  width: fit-content;
  width: -moz-max-content;
  text-transform: uppercase;
  display: inline-block;
}

#billingSummary .price {
  font-size: 1.5em;
  color: #435461;
  font-weight: 400;
  margin: 0.8em 0 0.6em 0;
}

div.summary-container {
  font-weight: 500;
}

div.summary-container dl dt,
div.summary-container dl dd {
  font-size: 1.2em;
  margin: 0.4em 0 0.4em 0;
  float: left;
}

div.summary-container dl dt {
  color: #255f91;
  clear: left;
  min-width: 150px;
}

div.summary-container dl dd {
  color: #000000;
}

div.summary-container dl dd > a.autoPayButton {
  cursor: pointer;
}

#billingSummary .btn-primary {
  text-transform: uppercase;
  background: #1f79e4;
  margin-right: 0.5em;
  padding: 0.4em 0.7em;
  font-size: 0.9em;
  height: 25px;
}

#billingSummary .btn-primary:hover {
  background-color: #136CCF;
  border-color: #1D7BE3;
}

#billingSummary .btn-primary:disabled:hover {
  background: #1D7BE3;
}

#billingSummary .btn-default {
  text-transform: uppercase;
  margin-right: 0.5em;
  padding: 0.4em 0.7em;
  font-size: 0.9em;
  height: 25px;
}

#billingSummary .ccContainer {
  float: right;
}

billing-summary billing-action > div {
  display: inline-block;
}

billing-summary billing-action:first-child asui-loading-mask .loading-mask-container {
  display: block;
  margin-left: 7em;
}

billing-summary billing-action:not(:first-child) asui-loading-mask .loading-mask-container {
  display: none;
}

@media (max-width: 991px) {
  .billDescription {
    padding-right: 3em;
  }
}

@media (max-width: 767px) {
  #billingSummary .ccContainer {
    float: none;
    margin-top: 2em;
  }
}

@media (max-width: 640px) {
  .billDescription {
    padding-right: 0em;
  }

  billing-summary billing-action:first-child asui-loading-mask .loading-mask-container {
    margin-left: 5em;
  }
}

@media (max-width: 360px) {
  #billingSummary .btn-primary {
    width: 100%;
  }

  #billingSummary .btn-default {
    width: 100%;
    margin-top: 0.5em;
  }

  billing-summary billing-action > div {
    display: block;
  }
}

@media (max-width: 320px) {
  #paymentMethod .ccBg {
    width: 19em;
  }
}

#paymentMethod {
  text-align: center;
}

#paymentMethod as-loading-icon asui-loading-mask {
  top: 5em;
  margin-right: 10em;
  display: block;
}

#paymentMethod as-loading-icon asui-loading-mask .message {
  display: none;
}

#paymentMethod .ccBg {
  font-weight: 300;
  width: 20em;
  height: 12em;
  border-radius: 10px;
  padding: 2em 1.5em;
  margin-bottom: 1em;
  color: rgba(255, 255, 255, 0.5);
  background: #0f2285;
  background: -moz-linear-gradient(left, #0f2285 0%, #0423ae 100%);
  background: -webkit-linear-gradient(left, #0f2285 0%, #0423ae 100%);
  background: linear-gradient(to right, #0f2285 0%, #0423ae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2285', endColorstr='#0423ae', GradientType=1);
}

#paymentMethod .ccBg.blank {
  background-image: none;
  border: 1px solid #dbe0ea;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#paymentMethod .ccBg.blank > .card-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em;
}

#paymentMethod .ccBg.blank > .card-list > .card {
  opacity: 1;
  width: 3em;
  height: 2em;
  background-size: contain;
  margin: 0 0 0 0.5em;
}

#paymentMethod .ccBg.blank > .card-list > .card.iconBank {
  height: 2em;
  width: 1.80em;
}

#paymentMethod .ccBg.blank a {
  cursor: pointer;
}

#paymentMethod .ccNumber {
  text-align: center;
  margin-top: 2em;
}

#paymentMethod .ccNumber label {
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: 2px;
}

#paymentMethod .ccType {
  margin-top: 0.6em;
}

#paymentMethod .ccDate {
  float: left;
  margin-left: 0.9em;
  margin-top: 1em;
}

#paymentMethod .card.visa {
  float: right;
  margin-top: 0.7em;
  background-image: url("/assets/images/billing/visa.svg");
  background-repeat: no-repeat;
  opacity: 0.5;
  width: 2.5em;
  height: 2.5em;
  margin-right: 0.9em;
  background-size: contain;
}

#paymentMethod .card.mastercard {
  float: right;
  margin-top: 0.7em;
  background-image: url("/assets/images/billing/mastercard.svg");
  background-repeat: no-repeat;
  opacity: 0.5;
  width: 2.5em;
  height: 2.5em;
  margin-right: 0.9em;
  background-size: contain;
}

#paymentMethod .card.discover {
  float: right;
  margin-top: 0.7em;
  background-image: url("/assets/images/billing/discover.svg");
  background-repeat: no-repeat;
  opacity: 0.5;
  width: 2.5em;
  height: 2.5em;
  margin-right: 0.9em;
  background-size: contain;
}

#paymentMethod .card.americanexpress {
  float: right;
  margin-top: 0.7em;
  background-image: url("/assets/images/billing/american-express.svg");
  background-repeat: no-repeat;
  opacity: 0.5;
  width: 2.5em;
  height: 2.5em;
  margin-right: 0.9em;
  background-size: contain;
}

#paymentMethod .iconBank {
  margin: auto;
  width: 3.5em;
  height: 3.5em;
  background-image: url("/assets/images/billing/bank.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}

#paymentMethod .bankName {
  font-size: 1.2em;
  margin: 0.4em 0 0.2em 0;
}

#paymentMethod .bankNumber {
  font-size: 0.9em;
  font-weight: 300;
}

#paymentMethod a.chgPaymentBtn {
  cursor: pointer;
}

billing-payment-method #paymentMethod billing-action as-loading-icon asui-loading-mask {
  top: 0.2em;
  left: 7em;
}

billing-payment-method #paymentMethod billing-action as-loading-icon asui-loading-mask .loading-mask-container {
  display: block;
}

@media (max-width: 767px) {
  #paymentMethod {
    margin-top: 2em;
    text-align: left;
  }

  #paymentMethod a.chgPaymentBtn {
    width: 4em;
    margin-left: 4em;
    text-align: left;
  }

  #paymentMethod as-loading-icon asui-loading-mask {
    top: 3em;
  }

  billing-payment-method #paymentMethod billing-action as-loading-icon asui-loading-mask {
    left: 5em;
  }
}

div.make-payment-modal > .modal-body {
  padding-top: 15px !important;
  min-height: 0 !important;
}

div.make-payment-modal > .modal-body.is-loading {
  min-height: 400px !important;
}

div.make-payment-modal > .modal-body input[type=checkbox] {
  margin-right: 10px;
}

div.make-payment-modal > .modal-body .card-container,
div.make-payment-modal > .modal-body .text-container {
  position: absolute;
  float: left;
  height: 0;
}

div.make-payment-modal > .modal-body .text-container {
  margin-left: 50px;
  margin-top: 5px;
  font-size: 1.1em;
}

div.make-payment-modal > .modal-body i.card {
  background-repeat: no-repeat;
  width: 2.5em;
  height: 1.55em;
  margin-right: 1em;
  background-size: contain;
}

div.make-payment-modal > .modal-body i.card.visa {
  background-image: url("/assets/images/billing/visa.svg");
}

div.make-payment-modal > .modal-body i.card.mastercard {
  background-image: url("/assets/images/billing/mastercard.svg");
}

div.make-payment-modal > .modal-body i.card.discover {
  background-image: url("/assets/images/billing/discover.svg");
}

div.make-payment-modal > .modal-body i.card.americanexpress {
  background-image: url("/assets/images/billing/american-express.svg");
}

div.make-payment-modal input[type=text] {
  font-size: 1.1em;
}

div.make-payment-modal > .modal-footer {
  justify-content: flex-end;
  padding: 1.5em 2em;
}

div.make-payment-modal div.enroll-auto-pay h4 {
  display: inline-block;
}

div.make-payment-modal div.enroll-auto-pay toggle .toggle.btn {
  min-width: 110px !important;
}

div.make-payment-modal div.enroll-auto-pay toggle .toggle .toggle-on.btn-xs {
  padding-right: 35px !important;
}

div.make-payment-modal div.enroll-auto-pay toggle .toggle .toggle-off.btn-xs {
  padding-left: 40px !important;
}

div.make-payment-modal .iconBank {
  margin: auto;
  width: 3.5em;
  height: 3.5em;
  background-image: url("/assets/images/billing/bank.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}

li.dropdown-header {
  padding-left: 10px;
}

div.enroll-auto-pay-modal > .modal-body {
  padding-top: 15px !important;
  min-height: 0 !important;
}

div.enroll-auto-pay-modal > .modal-body.is-loading {
  min-height: 100px !important;
}

div.enroll-auto-pay-modal > .modal-footer {
  justify-content: flex-end;
  padding: 1.5em 2em;
}

@charset "UTF-8";

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(../../assets/fonts/fontawesome-webfont.eot);
  src: url(../../assets/fonts/fontawesome-webfont.eot) format("embedded-opentype"), url(../../assets/fonts/fontawesome-webfont.woff2) format("woff2"), url(../../assets/fonts/fontawesome-webfont.woff) format("woff"), url(../../assets/fonts/fontawesome-webfont.ttf) format("truetype"), url(../../assets/fonts/fontawesome-webfont.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  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;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


/*# sourceMappingURL=app.8330edba396195db4373c255a433ca2f.css.map*/