@import "/limitless/css/icons/icomoon/styles.css";
@import "/limitless/css/core.min.css";
@import "/limitless/css/components.min.css";
@import "/limitless/css/colors.min.css";
.navbar {
  padding-right: 0;
}
.navbar h1 {
  font-size: 20px;
  text-align: center;
  margin: 9px auto;
  letter-spacing: 0.05em;
}
.navbar .navbar-brand {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.navbar .navbar-brand > img {
  margin-top: -4px;
  height: 32px;
  display: inline-block;
  margin: -4px 10px 0 -8px;
}

.page-container {
  min-height: calc(100vh - 48px) !important;
}
.page-container .panel-heading {
  padding: 5px 20px;
}
.page-container .panel-heading .panel-title {
  font-weight: bold;
}
.page-container .btn [class^=icon-],
.page-container .btn [class*=" icon-"] {
  font-size: 14px;
  top: -2px;
}
.page-container .btn.btn-small {
  padding: 1px 8px;
}

.page-container.page-container-login {
  width: 100%;
  display: table;
  table-layout: fixed;
  min-height: calc(100vh - 130px) !important;
}

.modal .nav-tabs {
  margin-bottom: 0;
}
.modal .panel-body {
  padding-top: 5px;
  padding-bottom: 5px;
}
.modal .modal-body .panel:last-child {
  margin-bottom: 0;
}

.account-will-replace {
  font-weight: bold;
  color: rebeccapurple;
}

.icon-separate {
  display: flex;
  flex-direction: row;
}
.icon-separate > * {
  margin-right: 5px;
}

.datatable-wrapper td svg:hover path,
.datatable-wrapper td svg:focus path {
  fill: #2196f3;
}

.datatable-wrapper td svg {
  cursor: pointer;
}

.split-button-bar {
  display: flex;
  flex-direction: row;
}
.split-button-bar .text-left {
  width: 40%;
}
.split-button-bar .text-right {
  width: 60%;
}

.dropdown-error {
  position: initial;
  width: 100%;
  border: 0;
  box-shadow: none;
  padding-left: 20px;
  list-style-type: circle;
}

.login-logo-sightcall {
  display: block;
  width: 157px;
  margin: 5% auto;
}

.login-container.nomargin {
  margin: -20px -20px 0;
}

.brand {
  margin: 20px 0 30px;
  text-align: center;
}
.brand img {
  width: 20%;
  height: auto;
}

.input-group-addon {
  padding: 2px 12px;
}

.nice-checkbox,
.nice-radio {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.nice-checkbox + .nice-checkbox,
.nice-radio + .nice-radio {
  margin-top: 5px;
}

.nice-checkbox-inline,
.nice-radio-inline {
  display: inline-block;
}

.nice-checkbox-inline input + label:before,
.nice-radio-inline input + label:before {
  top: 1px;
}

.nice-checkbox-inline + .nice-checkbox-inline,
.nice-checkbox-inline + .nice-radio-inline,
.nice-radio-inline + .nice-checkbox-inline,
.nice-radio-inline + .nice-radio-inline,
.wrapkit-content-rtl .nice-checkbox-inline,
.wrapkit-content-rtl .nice-radio-inline {
  margin-left: 10px;
}

.nice-checkbox > [type=checkbox],
.nice-radio > [type=radio] {
  position: absolute;
}

.nice-checkbox > label,
.nice-radio > label {
  margin-bottom: 0;
}

.nice-checkbox > [type=checkbox]:checked + label,
.nice-checkbox > [type=checkbox]:not(:checked) + label,
.nice-radio > [type=radio]:checked + label,
.nice-radio > [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 20px;
  color: inherit;
  line-height: 20px;
  z-index: 1;
  font-weight: 400;
  cursor: pointer;
}

.nice-checkbox:hover > label:before,
.nice-checkbox > [type=checkbox]:focus + label:before,
.nice-radio:hover > label:before,
.nice-radio > [type=radio]:focus + label:before {
  color: #5D9CEC !important;
}

.nice-checkbox > [type=checkbox]:disabled + label,
.nice-checkbox > [type=checkbox]:disabled + label:before,
.nice-checkbox > [type=checkbox]:disabled + label > [class*=text-],
.nice-radio > [type=radio]:disabled + label,
.nice-radio > [type=radio]:disabled + label:before,
.nice-radio > [type=radio]:disabled + label > [class*=text-] {
  color: rgba(22, 24, 27, 0.54) !important;
  cursor: not-allowed;
}

.nice-checkbox > label .fake-addon,
.nice-radio > label .fake-addon {
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  width: 12px;
}

.text-align-left {
  text-align: left;
}

.prefill-order-headline {
  width: 100%;
  padding-bottom: 15px;
}

.prefill-order-indented-1 {
  display: block;
  margin-left: 50px;
}

.prefill-order-indented-2 {
  display: block;
  margin-left: 80px;
}

.prefill-order-indented-3 {
  display: block;
  margin-left: 110px;
}

.prefill-order-radio-button {
  margin-right: 20px;
}

.prefill-order-form {
  display: flex;
  flex-direction: row;
}

.prefill-order-form-label {
  margin-left: 80px;
  width: 25%;
}

.prefill-order-form-input {
  width: 25%;
}

.prefill-order-tenant-list {
  display: flex;
  max-height: 300px;
  overflow: auto;
  margin-left: 100px;
}

.prefill-order-tenant-list > label {
  flex: 0 0 60%;
}

.prefill-order-tenant-list > select {
  display: inline;
  width: 125px;
  height: 20px;
  margin-top: 3px;
}

.select-providers-headline {
  width: 100%;
  padding-bottom: 15px;
}

.form-horizontal .row {
  display: flex;
}
.form-horizontal .row > .infos-left {
  width: 25%;
}
.form-horizontal .row > .infos-center {
  width: 50%;
  margin-right: 15px;
}
.form-horizontal .row > .infos-right {
  width: 25%;
}
.form-horizontal .infos-right {
  float: right;
  margin-bottom: 15px;
}
.form-horizontal .infos-right .well {
  padding: 5px 10px;
}
.form-horizontal .infos-right .well .dl-horizontal dt {
  width: 6em;
}
.form-horizontal .infos-right .well .dl-horizontal dd {
  margin-left: 7em;
}
.form-horizontal .infos-right .well .dl-horizontal dd + dt, .form-horizontal .infos-right .well .dl-horizontal dt + dd {
  margin-top: 0;
}
.form-horizontal .infos-center {
  margin-bottom: 15px;
}
.form-horizontal .infos-center .well {
  padding: 5px 10px;
}
.form-horizontal .infos-center .well .dl-horizontal dt {
  width: 6em;
}
.form-horizontal .infos-center .well .dl-horizontal dd {
  margin-left: 7em;
}
.form-horizontal .infos-center .well .dl-horizontal dd + dt, .form-horizontal .infos-center .well .dl-horizontal dt + dd {
  margin-top: 0;
}
.form-horizontal .infos-center .well .label-description {
  font-style: italic;
  white-space: pre-line;
}
.form-horizontal .infos-left {
  margin-bottom: 15px;
}
.form-horizontal .infos-left dt {
  width: 10em;
  display: block;
  float: left;
  clear: left;
  margin-top: 0;
}
.form-horizontal .infos-left dd {
  margin: 0 0 10px 9em;
}
.form-horizontal .form-group {
  margin-bottom: 2px;
}
.form-horizontal .form-group .control-label {
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 0;
  text-align: right;
}
.form-horizontal .form-control,
.form-horizontal .form-control-static {
  min-height: 24px;
  height: 24px;
  padding: 2px 5px;
}
.form-horizontal .multiple-select {
  height: 135px;
}
.form-horizontal .radio-inline {
  padding-top: 2px;
  margin-bottom: -4px;
}
.form-horizontal .input-group-btn .btn {
  padding: 1px 8px;
}
.form-horizontal textarea {
  max-width: 100%;
  min-width: 100%;
}
.form-horizontal .help-inline {
  margin-left: 2px !important;
  margin-top: 3px;
  margin-bottom: 3px;
}

.label.provider-name {
  text-transform: initial;
}

.error {
  color: red;
}

.opportunity-name {
  color: #282896;
}

.btn-link {
  background-color: #03A9F4;
  color: white !important;
  border-radius: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 15px;
}

.separation-top {
  margin-top: 25px;
  border-top: 1px solid #ddd;
  padding-top: 25px;
}

.form-control.select-in-label {
  display: inline-block;
  width: auto;
}

.short-input {
  width: 45px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.theme_radar {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1000;
  width: 140px;
  height: 140px;
  margin-left: -70px;
  margin-top: -70px;
}
.theme_radar .pace_progress {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.theme_radar .pace_activity {
  width: 140px;
  height: 140px;
  border-width: 10px;
  margin: 0;
}

.datatable-wrapper .datatable-footer,
.datatable-wrapper .datatable-header {
  padding: 5px 20px 0;
}
.datatable-wrapper .datatable-footer .dataTables_length,
.datatable-wrapper .datatable-footer .dataTables_filter,
.datatable-wrapper .datatable-footer .dataTables_paginate,
.datatable-wrapper .datatable-footer .dataTables_info,
.datatable-wrapper .datatable-header .dataTables_length,
.datatable-wrapper .datatable-header .dataTables_filter,
.datatable-wrapper .datatable-header .dataTables_paginate,
.datatable-wrapper .datatable-header .dataTables_info {
  margin-bottom: 5px;
}
.datatable-wrapper .datatable-footer .dataTables_length,
.datatable-wrapper .datatable-header .dataTables_length {
  margin-left: 0;
}
.datatable-wrapper .datatable-footer .dataTables_length select,
.datatable-wrapper .datatable-footer .dataTables_filter input,
.datatable-wrapper .datatable-footer .btn,
.datatable-wrapper .datatable-header .dataTables_length select,
.datatable-wrapper .datatable-header .dataTables_filter input,
.datatable-wrapper .datatable-header .btn {
  height: 24px;
  padding: 2px 6px;
}
.datatable-wrapper .datatable-footer .btn,
.datatable-wrapper .datatable-header .btn {
  margin-left: 6px;
}
.datatable-wrapper .datatable-footer .pagination > li > a,
.datatable-wrapper .datatable-footer .pagination > li > span,
.datatable-wrapper .datatable-header .pagination > li > a,
.datatable-wrapper .datatable-header .pagination > li > span {
  padding: 2px 6px;
  min-width: 26px;
}
.datatable-wrapper td i {
  cursor: pointer;
}
.datatable-wrapper td i:hover, .datatable-wrapper td i:focus {
  color: #2196f3;
}

.error-multiplier {
  white-space: nowrap;
  max-width: 90px;
  font-size: 10px;
  font-style: italic;
}

.xero-contact-list {
  overflow-y: auto;
  height: 62px;
  margin-left: 25.8%;
  margin-right: 10px;
}

.xero-contact-list td, th {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.products-form {
  margin-top: 20px;
}
.products-form .control-label {
  padding: 2px 20px 2px 0 !important;
}
.products-form .section {
  position: relative;
  border-top: 1px solid #DDD;
  margin: 0 -20px;
  padding: 10px 10px 10px 20px;
  overflow: hidden;
}
.products-form .section:before, .products-form .section:after {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 100%;
  top: 0;
  background: #FAFAFA;
  z-index: 0;
}
.products-form .section:before {
  right: 20px;
}
.products-form .section:after {
  right: 200px;
}
.products-form .section:first-child {
  border-top: 0;
}
.products-form .section hr {
  margin: 10px 10px -5px 0px;
}
.products-form .section.totals {
  padding: 0;
  background: #FFF;
  border-top: 1px solid #888;
}
.products-form .section .product-entity,
.products-form .section .product-label,
.products-form .section .product-unitPrice,
.products-form .section .product-quantity,
.products-form .section .product-totalPrice,
.products-form .section .product-dates,
.products-form .section .product-hidden,
.products-form .section .product-arr {
  display: table-cell;
  padding: 0 3px;
}
.products-form .section .product-label {
  width: auto;
}
.products-form .section .product-unitPrice {
  width: 90px;
}
.products-form .section .product-quantity {
  width: 90px;
}
.products-form .section .product-totalPrice {
  width: 90px;
}
.products-form .section .row.header,
.products-form .section .row.totals {
  position: relative;
  font-weight: bold;
  color: #888;
  text-align: center;
  line-height: 2em;
  display: table;
  width: 100%;
  font-size: 0.9em;
  z-index: 1;
}
.products-form .section .row.header .product-entity,
.products-form .section .row.totals .product-entity {
  width: 220px;
}
.products-form .section .row.header .product-entity h5,
.products-form .section .row.totals .product-entity h5 {
  color: #333;
  margin: 0 5px;
  text-align: left;
}
.products-form .section .row.totals {
  color: #000;
  font-weight: normal;
  background: #FFF;
  font-size: 1.1em;
  padding: 0 20px 0 10px;
  margin-left: 0;
  line-height: 1.5em;
}
.products-form .section .row.totals:first-child {
  padding-top: 5px;
}
.products-form .section .row.totals:last-child {
  background: #FAFAFA;
  padding-bottom: 5px;
}
.products-form .section .row.totals .product-label,
.products-form .section .row.totals .product-totalPrice {
  text-align: right;
  padding-right: 1em;
}
.products-form .section ul {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 0 10px;
}
.products-form .section ul li {
  position: relative;
  list-style: none;
  margin: 2px 0px;
  min-height: 30px;
}
.products-form .section ul li .hasProductChkBox {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 1.2em;
}
.products-form .section ul li .hasProductChkBox input {
  margin-right: 10px;
}
.products-form .section ul li .remove {
  position: absolute;
  top: 7px;
  left: 7px;
  font-size: 1.5em;
  color: #CCC;
  cursor: pointer;
}
.products-form .section ul li .remove:hover {
  color: #D00;
}
.products-form .section ul li .extended-part {
  display: none;
  border: 1px solid #DDD;
  background: #FAFAFA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 0 4px 30px;
}
.products-form .section ul li .extended-part .row {
  display: table;
  width: 100%;
}
.products-form .section ul li .extended-part .row .order-item-name {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}
.products-form .section ul li .extended-part .row .product-entity {
  width: 23%;
  min-width: 100px;
}
.products-form .section ul li .extended-part .row .product-hidden,
.products-form .section ul li .extended-part .row .product-arr {
  width: 90px;
  padding-right: 15px;
}
.products-form .section ul li .extended-part .row .product-hidden input,
.products-form .section ul li .extended-part .row .product-arr input {
  margin-right: 5px;
}
.products-form .section ul li .extended-part .row .product-hidden label,
.products-form .section ul li .extended-part .row .product-arr label {
  margin-bottom: 2px;
}
.products-form .section ul li .extended-part .row .product-dates {
  padding-left: 20px;
}
.products-form .section ul li .extended-part .row .product-dates label {
  margin: 0 15px 0 0;
  font-weight: bold;
  color: #888;
  font-size: 0.9em;
}
.products-form .section ul li .extended-part .row .product-dates input {
  display: inline-block;
  width: 90px;
  margin-left: 5px;
  margin-top: 5px;
  font-weight: normal;
}
.products-form .section ul li.extended, .products-form .section ul li.true, .products-form .section ul li.newLine {
  margin: 10px 0 -5px;
}
.products-form .section ul li.extended .extended-part, .products-form .section ul li.true .extended-part, .products-form .section ul li.newLine .extended-part {
  display: block;
}
.products-form .section ul li.newLine .extended-part .row .product-entity {
  width: 20px;
  min-width: 0;
}
.products-form .section ul li.highlight {
  box-shadow: 0 0 10px #3b88fd;
}
.products-form .add {
  margin: 3px 17px 0 0;
}

.error-order-item {
  box-shadow: red 0px 0px 3px 0px;
}

.button-advanced-item {
  margin-top: 10px;
}

.products-form .section ul li .remove.remove-advanced {
  top: 35px;
}

.add-item-form {
  margin-top: 20px;
  width: 100%;
  height: 135px;
}

.product-type {
  float: left;
}

.product-type label {
  float: left;
  margin: 0px 10px 0px 10px;
}

.product-type select {
  float: left;
  width: 250px;
}

.product-edition {
  float: left;
}

.product-edition label {
  float: left;
  margin: 0px 10px 0px 20px;
}

.product-edition select {
  float: left;
  width: 250px;
}

.product-name {
  float: left;
}

.product-name label {
  float: left;
  margin: 0px 10px 0px 20px;
}

.product-name select {
  float: left;
  width: 250px;
}

.overlap-hidden {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 32%;
}

.two-fa .nice-checkbox > label:before,
.two-fa .nice-radio > label:before {
  color: #000;
  line-height: 18px;
}
.two-fa .nice-radio > [type=radio]:checked + label:before {
  color: #5D9CEC;
}
.two-fa .intl-tel-input {
  width: 100%;
}
.two-fa .intl-tel-input input {
  padding-right: 32px;
}
.two-fa .intl-tel-input .country-name {
  color: #333;
}
.two-fa .form-control-feedback {
  display: none;
}
.two-fa .input-group .input-group-btn span.btn,
.two-fa .pull-right input.btn {
  min-width: 6em;
}
.two-fa .login-container .page-container .login-form {
  width: 480px;
  padding: 20px 40px;
}

.ember-cli-spinner {
  display: table;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000000000000000;
}

.ember-cli-spinner .spinner {
  vertical-align: middle;
  display: table-cell;
}

.ember-cli-spinner .load-text {
  color: #000;
  font-weight: 200;
  text-align: center;
}

/***
* Circle Spinner
***/
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-child.white:before {
  background-color: #fff;
}

.sk-circle .sk-child.black:before {
  background-color: #000;
}

.sk-circle .sk-child.light-green:before {
  background-color: #99b433;
}

.sk-circle .sk-child.green:before {
  background-color: #00a300;
}

.sk-circle .sk-child.dark-green:before {
  background-color: #1e7145;
}

.sk-circle .sk-child.magenta:before {
  background-color: #ff0097;
}

.sk-circle .sk-child.purple:before {
  background-color: #7e3878;
}

.sk-circle .sk-child.dark-purple:before {
  background-color: #603cba;
}

.sk-circle .sk-child.darken:before {
  background-color: #1d1d1d;
}

.sk-circle .sk-child.light-blue:before {
  background-color: #eff4ff;
}

.sk-circle .sk-child.blue:before {
  background-color: #2d89ef;
}

.sk-circle .sk-child.dark-blue:before {
  background-color: #2b5797;
}

.sk-circle .sk-child.yellow:before {
  background-color: #ffc40d;
}

.sk-circle .sk-child.orange:before {
  background-color: #e3a21a;
}

.sk-circle .sk-child.dark-orange:before {
  background-color: #da532c;
}

.sk-circle .sk-child.red:before {
  background-color: #ee1111;
}

.sk-circle .sk-child.dark-red:before {
  background-color: #b91d47;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/***
* Pulse Spinner
***/
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

.sk-spinner-pulse.white {
  background-color: #fff;
}

.sk-spinner-pulse.black {
  background-color: #000;
}

.sk-spinner-pulse.light-green {
  background-color: #99b433;
}

.sk-spinner-pulse.green {
  background-color: #00a300;
}

.sk-spinner-pulse.dark-green {
  background-color: #1e7145;
}

.sk-spinner-pulse.magenta {
  background-color: #ff0097;
}

.sk-spinner-pulse.purple {
  background-color: #7e3878;
}

.sk-spinner-pulse.dark-purple {
  background-color: #603cba;
}

.sk-spinner-pulse.darken {
  background-color: #1d1d1d;
}

.sk-spinner-pulse.light-blue {
  background-color: #eff4ff;
}

.sk-spinner-pulse.blue {
  background-color: #2d89ef;
}

.sk-spinner-pulse.dark-blue {
  background-color: #2b5797;
}

.sk-spinner-pulse.yellow {
  background-color: #ffc40d;
}

.sk-spinner-pulse.orange {
  background-color: #e3a21a;
}

.sk-spinner-pulse.dark-orange {
  background-color: #da532c;
}

.sk-spinner-pulse.red {
  background-color: #ee1111;
}

.sk-spinner-pulse.dark-red {
  background-color: #b91d47;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/***
* Fading Circle Spinner
***/
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-child.white:before {
  background-color: #fff;
}

.sk-fading-circle .sk-child.black:before {
  background-color: #000;
}

.sk-fading-circle .sk-child.light-green:before {
  background-color: #99b433;
}

.sk-fading-circle .sk-child.green:before {
  background-color: #00a300;
}

.sk-fading-circle .sk-child.dark-green:before {
  background-color: #1e7145;
}

.sk-fading-circle .sk-child.magenta:before {
  background-color: #ff0097;
}

.sk-fading-circle .sk-child.purple:before {
  background-color: #7e3878;
}

.sk-fading-circle .sk-child.dark-purple:before {
  background-color: #603cba;
}

.sk-fading-circle .sk-child.darken:before {
  background-color: #1d1d1d;
}

.sk-fading-circle .sk-child.light-blue:before {
  background-color: #eff4ff;
}

.sk-fading-circle .sk-child.blue:before {
  background-color: #2d89ef;
}

.sk-fading-circle .sk-child.dark-blue:before {
  background-color: #2b5797;
}

.sk-fading-circle .sk-child.yellow:before {
  background-color: #ffc40d;
}

.sk-fading-circle .sk-child.orange:before {
  background-color: #e3a21a;
}

.sk-fading-circle .sk-child.dark-orange:before {
  background-color: #da532c;
}

.sk-fading-circle .sk-child.red:before {
  background-color: #ee1111;
}

.sk-fading-circle .sk-child.dark-red:before {
  background-color: #b91d47;
}

.sk-fading-circle .sk-fading-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-fading-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-fading-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-fading-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-fading-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-fading-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-fading-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-fading-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-fading-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-fading-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-fading-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-fading-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-fading-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-fading-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-fading-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-fading-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-fading-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-fading-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-fading-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-fading-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-fading-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-fading-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;
  }
}
/***
* Wave Spinner
***/
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-child {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-child.white {
  background-color: #fff;
}

.sk-wave .sk-child.black {
  background-color: #000;
}

.sk-wave .sk-child.light-green {
  background-color: #99b433;
}

.sk-wave .sk-child.green {
  background-color: #00a300;
}

.sk-wave .sk-child.dark-green {
  background-color: #1e7145;
}

.sk-wave .sk-child.magenta {
  background-color: #ff0097;
}

.sk-wave .sk-child.purple {
  background-color: #7e3878;
}

.sk-wave .sk-child.dark-purple {
  background-color: #603cba;
}

.sk-wave .sk-child.darken {
  background-color: #1d1d1d;
}

.sk-wave .sk-child.light-blue {
  background-color: #eff4ff;
}

.sk-wave .sk-child.blue {
  background-color: #2d89ef;
}

.sk-wave .sk-child.dark-blue {
  background-color: #2b5797;
}

.sk-wave .sk-child.yellow {
  background-color: #ffc40d;
}

.sk-wave .sk-child.orange {
  background-color: #e3a21a;
}

.sk-wave .sk-child.dark-orange {
  background-color: #da532c;
}

.sk-wave .sk-child.red {
  background-color: #ee1111;
}

.sk-wave .sk-child.dark-red {
  background-color: #b91d47;
}

.sk-wave .sk-wave1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.sk-wave .sk-wave2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave .sk-wave3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-wave .sk-wave4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave .sk-wave5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
/***
* Rotating Plane Spinner
***/
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #fff;
  margin: 40px auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

.sk-rotating-plane.white {
  background-color: #fff;
}

.sk-rotating-plane.black {
  background-color: #000;
}

.sk-rotating-plane.light-green {
  background-color: #99b433;
}

.sk-rotating-plane.green {
  background-color: #00a300;
}

.sk-rotating-plane.dark-green {
  background-color: #1e7145;
}

.sk-rotating-plane.magenta {
  background-color: #ff0097;
}

.sk-rotating-plane.purple {
  background-color: #7e3878;
}

.sk-rotating-plane.dark-purple {
  background-color: #603cba;
}

.sk-rotating-plane.darken {
  background-color: #1d1d1d;
}

.sk-rotating-plane.light-blue {
  background-color: #eff4ff;
}

.sk-rotating-plane.blue {
  background-color: #2d89ef;
}

.sk-rotating-plane.dark-blue {
  background-color: #2b5797;
}

.sk-rotating-plane.yellow {
  background-color: #ffc40d;
}

.sk-rotating-plane.orange {
  background-color: #e3a21a;
}

.sk-rotating-plane.dark-orange {
  background-color: #da532c;
}

.sk-rotating-plane.red {
  background-color: #ee1111;
}

.sk-rotating-plane.dark-red {
  background-color: #b91d47;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/***
* Folding Cube Spinner
***/
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-child {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-child.white:before {
  background-color: #fff;
}

.sk-folding-cube .sk-child.black:before {
  background-color: #000;
}

.sk-folding-cube .sk-child.light-green:before {
  background-color: #99b433;
}

.sk-folding-cube .sk-child.green:before {
  background-color: #00a300;
}

.sk-folding-cube .sk-child.dark-green:before {
  background-color: #1e7145;
}

.sk-folding-cube .sk-child.magenta:before {
  background-color: #ff0097;
}

.sk-folding-cube .sk-child.purple:before {
  background-color: #7e3878;
}

.sk-folding-cube .sk-child.dark-purple:before {
  background-color: #603cba;
}

.sk-folding-cube .sk-child.darken:before {
  background-color: #1d1d1d;
}

.sk-folding-cube .sk-child.light-blue:before {
  background-color: #eff4ff;
}

.sk-folding-cube .sk-child.blue:before {
  background-color: #2d89ef;
}

.sk-folding-cube .sk-child.dark-blue:before {
  background-color: #2b5797;
}

.sk-folding-cube .sk-child.yellow:before {
  background-color: #ffc40d;
}

.sk-folding-cube .sk-child.orange:before {
  background-color: #e3a21a;
}

.sk-folding-cube .sk-child.dark-orange:before {
  background-color: #da532c;
}

.sk-folding-cube .sk-child.red:before {
  background-color: #ee1111;
}

.sk-folding-cube .sk-child.dark-red:before {
  background-color: #b91d47;
}

.sk-folding-cube .sk-folding-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-folding-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-folding-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-folding-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-folding-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-folding-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/***
* Double Bounce Spinner
***/
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-double-bounce .sk-child.white {
  background-color: #fff;
}

.sk-double-bounce .sk-child.black {
  background-color: #000;
}

.sk-double-bounce .sk-child.light-green {
  background-color: #99b433;
}

.sk-double-bounce .sk-child.green {
  background-color: #00a300;
}

.sk-double-bounce .sk-child.dark-green {
  background-color: #1e7145;
}

.sk-double-bounce .sk-child.magenta {
  background-color: #ff0097;
}

.sk-double-bounce .sk-child.purple {
  background-color: #7e3878;
}

.sk-double-bounce .sk-child.dark-purple {
  background-color: #603cba;
}

.sk-double-bounce .sk-child.darken {
  background-color: #1d1d1d;
}

.sk-double-bounce .sk-child.light-blue {
  background-color: #eff4ff;
}

.sk-double-bounce .sk-child.blue {
  background-color: #2d89ef;
}

.sk-double-bounce .sk-child.dark-blue {
  background-color: #2b5797;
}

.sk-double-bounce .sk-child.yellow {
  background-color: #ffc40d;
}

.sk-double-bounce .sk-child.orange {
  background-color: #e3a21a;
}

.sk-double-bounce .sk-child.dark-orange {
  background-color: #da532c;
}

.sk-double-bounce .sk-child.red {
  background-color: #ee1111;
}

.sk-double-bounce .sk-child.dark-red {
  background-color: #b91d47;
}

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/***
* Wandering Cubes Spinner
***/
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-child {
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-wandering-cubes .sk-wandering-cubes2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wandering-cubes .sk-child.white {
  background-color: #fff;
}

.sk-wandering-cubes .sk-child.black {
  background-color: #000;
}

.sk-wandering-cubes .sk-child.light-green {
  background-color: #99b433;
}

.sk-wandering-cubes .sk-child.green {
  background-color: #00a300;
}

.sk-wandering-cubes .sk-child.dark-green {
  background-color: #1e7145;
}

.sk-wandering-cubes .sk-child.magenta {
  background-color: #ff0097;
}

.sk-wandering-cubes .sk-child.purple {
  background-color: #7e3878;
}

.sk-wandering-cubes .sk-child.dark-purple {
  background-color: #603cba;
}

.sk-wandering-cubes .sk-child.darken {
  background-color: #1d1d1d;
}

.sk-wandering-cubes .sk-child.light-blue {
  background-color: #eff4ff;
}

.sk-wandering-cubes .sk-child.blue {
  background-color: #2d89ef;
}

.sk-wandering-cubes .sk-child.dark-blue {
  background-color: #2b5797;
}

.sk-wandering-cubes .sk-child.yellow {
  background-color: #ffc40d;
}

.sk-wandering-cubes .sk-child.orange {
  background-color: #e3a21a;
}

.sk-wandering-cubes .sk-child.dark-orange {
  background-color: #da532c;
}

.sk-wandering-cubes .sk-child.red {
  background-color: #ee1111;
}

.sk-wandering-cubes .sk-child.dark-red {
  background-color: #b91d47;
}

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/***
* Chasing Dots Spinner
***/
.sk-chasing-dots {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-child.white {
  background-color: #fff;
}

.sk-chasing-dots .sk-child.black {
  background-color: #000;
}

.sk-chasing-dots .sk-child.light-green {
  background-color: #99b433;
}

.sk-chasing-dots .sk-child.green {
  background-color: #00a300;
}

.sk-chasing-dots .sk-child.dark-green {
  background-color: #1e7145;
}

.sk-chasing-dots .sk-child.magenta {
  background-color: #ff0097;
}

.sk-chasing-dots .sk-child.purple {
  background-color: #7e3878;
}

.sk-chasing-dots .sk-child.dark-purple {
  background-color: #603cba;
}

.sk-chasing-dots .sk-child.darken {
  background-color: #1d1d1d;
}

.sk-chasing-dots .sk-child.light-blue {
  background-color: #eff4ff;
}

.sk-chasing-dots .sk-child.blue {
  background-color: #2d89ef;
}

.sk-chasing-dots .sk-child.dark-blue {
  background-color: #2b5797;
}

.sk-chasing-dots .sk-child.yellow {
  background-color: #ffc40d;
}

.sk-chasing-dots .sk-child.orange {
  background-color: #e3a21a;
}

.sk-chasing-dots .sk-child.dark-orange {
  background-color: #da532c;
}

.sk-chasing-dots .sk-child.red {
  background-color: #ee1111;
}

.sk-chasing-dots .sk-child.dark-red {
  background-color: #b91d47;
}

.sk-chasing-dots .sk-chasing-dots2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/***
* Three Bounce Spinner
***/
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-child.white {
  background-color: #fff;
}

.sk-three-bounce .sk-child.black {
  background-color: #000;
}

.sk-three-bounce .sk-child.light-green {
  background-color: #99b433;
}

.sk-three-bounce .sk-child.green {
  background-color: #00a300;
}

.sk-three-bounce .sk-child.dark-green {
  background-color: #1e7145;
}

.sk-three-bounce .sk-child.magenta {
  background-color: #ff0097;
}

.sk-three-bounce .sk-child.purple {
  background-color: #7e3878;
}

.sk-three-bounce .sk-child.dark-purple {
  background-color: #603cba;
}

.sk-three-bounce .sk-child.darken {
  background-color: #1d1d1d;
}

.sk-three-bounce .sk-child.light-blue {
  background-color: #eff4ff;
}

.sk-three-bounce .sk-child.blue {
  background-color: #2d89ef;
}

.sk-three-bounce .sk-child.dark-blue {
  background-color: #2b5797;
}

.sk-three-bounce .sk-child.yellow {
  background-color: #ffc40d;
}

.sk-three-bounce .sk-child.orange {
  background-color: #e3a21a;
}

.sk-three-bounce .sk-child.dark-orange {
  background-color: #da532c;
}

.sk-three-bounce .sk-child.red {
  background-color: #ee1111;
}

.sk-three-bounce .sk-child.dark-red {
  background-color: #b91d47;
}

.sk-three-bounce .sk-three-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-three-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/***
* Three Bounce Horizontal Spinner
***/
.sk-three-bounce-horizontal {
  margin: 40px auto;
  width: 80px !important;
  text-align: center;
}

.sk-three-bounce-horizontal .sk-child {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce-horizontal .sk-child.white {
  background-color: #fff;
}

.sk-three-bounce-horizontal .sk-child.black {
  background-color: #000;
}

.sk-three-bounce-horizontal .sk-child.light-green {
  background-color: #99b433;
}

.sk-three-bounce-horizontal .sk-child.green {
  background-color: #00a300;
}

.sk-three-bounce-horizontal .sk-child.dark-green {
  background-color: #1e7145;
}

.sk-three-bounce-horizontal .sk-child.magenta {
  background-color: #ff0097;
}

.sk-three-bounce-horizontal .sk-child.purple {
  background-color: #7e3878;
}

.sk-three-bounce-horizontal .sk-child.dark-purple {
  background-color: #603cba;
}

.sk-three-bounce-horizontal .sk-child.darken {
  background-color: #1d1d1d;
}

.sk-three-bounce-horizontal .sk-child.light-blue {
  background-color: #eff4ff;
}

.sk-three-bounce-horizontal .sk-child.blue {
  background-color: #2d89ef;
}

.sk-three-bounce-horizontal .sk-child.dark-blue {
  background-color: #2b5797;
}

.sk-three-bounce-horizontal .sk-child.yellow {
  background-color: #ffc40d;
}

.sk-three-bounce-horizontal .sk-child.orange {
  background-color: #e3a21a;
}

.sk-three-bounce-horizontal .sk-child.dark-orange {
  background-color: #da532c;
}

.sk-three-bounce-horizontal .sk-child.red {
  background-color: #ee1111;
}

.sk-three-bounce-horizontal .sk-child.dark-red {
  background-color: #b91d47;
}

.sk-three-bounce-horizontal .sk-three-bounce-horizontal1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce-horizontal .sk-three-bounce-horizontal2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce-horizontal {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce-horizontal {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/***
* Cube Grid Spinner
***/
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-cube-grid .sk-child {
  width: 33.33%;
  height: 33.33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-child.white {
  background-color: #fff;
}

.sk-cube-grid .sk-child.black {
  background-color: #000;
}

.sk-cube-grid .sk-child.light-green {
  background-color: #99b433;
}

.sk-cube-grid .sk-child.green {
  background-color: #00a300;
}

.sk-cube-grid .sk-child.dark-green {
  background-color: #1e7145;
}

.sk-cube-grid .sk-child.magenta {
  background-color: #ff0097;
}

.sk-cube-grid .sk-child.purple {
  background-color: #7e3878;
}

.sk-cube-grid .sk-child.dark-purple {
  background-color: #603cba;
}

.sk-cube-grid .sk-child.darken {
  background-color: #1d1d1d;
}

.sk-cube-grid .sk-child.light-blue {
  background-color: #eff4ff;
}

.sk-cube-grid .sk-child.blue {
  background-color: #2d89ef;
}

.sk-cube-grid .sk-child.dark-blue {
  background-color: #2b5797;
}

.sk-cube-grid .sk-child.yellow {
  background-color: #ffc40d;
}

.sk-cube-grid .sk-child.orange {
  background-color: #e3a21a;
}

.sk-cube-grid .sk-child.dark-orange {
  background-color: #da532c;
}

.sk-cube-grid .sk-child.red {
  background-color: #ee1111;
}

.sk-cube-grid .sk-child.dark-red {
  background-color: #b91d47;
}

.sk-cube-grid .sk-cube-grid1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube-grid2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube-grid3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube-grid4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube-grid5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube-grid6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube-grid7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube-grid8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube-grid9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.navigation li a:hover, .navigation li a:focus {
  background-color: rgba(0, 0, 0, 0.4);
}
.navigation li a.active {
  background-color: #4CAF50;
  color: #fff;
}

.display-none {
  display: none;
}

.visibility-hidden {
  visibility: hidden;
}

.pointer {
  cursor: pointer;
}

.small-text {
  font-size: x-small;
}

.disabled {
  color: lightgray;
}

.framed {
  border: 1px solid darkgray;
}

.is-hovered {
  box-shadow: inset 0 0 5px black;
}

.griffon-column {
  height: 40px;
  text-align: center;
  white-space: nowrap;
}

.width-33 {
  width: 33%;
}

.width-25 {
  width: 25%;
}

.width-12 {
  width: 12%;
}

.panel-left {
  font-size: 95%;
  width: 31%;
  float: left;
  padding-right: 0.75%;
}

.panel-right {
  font-size: 95%;
  width: 69%;
  float: right;
  padding-left: 0.75%;
}

.panel-separator {
  width: 1px;
  left: 31.5%;
  position: absolute;
  height: 90%;
  background-color: lightgray;
}

.plus-btn, .cross-btn {
  background-color: inherit;
  line-height: 1px;
  height: 23px;
}

.close-selected-tenant-btn {
  width: 10px;
  padding-bottom: 16px;
}

.split-button-bar {
  display: flex;
  flex-direction: row;
}
.split-button-bar .buttons-left {
  width: 30%;
}
.split-button-bar .buttons-center {
  width: 40%;
}
.split-button-bar .buttons-right {
  width: 30%;
}

.create-demo-tenant-btn {
  border: gray 1px solid;
  margin: 10px 10px 10px 36%;
}

.save-btn {
  border: gray 1px solid;
  margin: 10px 10px 10px 82%;
}

.extend-demo-tenant-btn {
  float: right;
  border: gray 1px solid;
  margin: 10px 22px 10px 10px;
}

.extend-demo-tenant-date-input {
  margin: 10px;
  width: 200px;
}