@import "reset.css";
@import url("/public/design/fonts/OpenSans.css");
.stream-post .edit-btn.selected,
.stream-post .preview-btn.selected {
  border-color: #3b5998 !important;
}
input.input-error,
textarea.input-error,
.input-box.input-error {
  background: rgba(231,76,60,0.1) !important;
  border-color: #e74c3c !important;
}
html {
  height: 100%;
}
body {
  color-scheme: light dark;
  background: light-dark(#fff, #374152);
  color: light-dark(#33333f, #e8e8e8);
  height: 100%;
}
body.darkmode {
  color-scheme: dark;
}
body.lightmode {
  color-scheme: light;
}
body,
html,
input,
textarea,
button,
select {
  font: 12px/18px "Open Sans", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
}
[class^="fa-"],
[class*=" fa-"] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  min-width: 1.5em;
  font-style: normal !important;
  font-variant: normal;
  text-rendering: auto;
  text-decoration: inherit;
  text-align: center;
  line-height: 1;
}
#stage {
  position: absolute;
  left: 0;
  nav-size: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.mini #stage {
  left: 50px;
}
body.no-nav #stage {
  left: 0;
}
h3 {
  padding: 0.5em;
  font-size: 150%;
  font-weight: 100;
  letter-spacing: 1px;
  color: light-dark(#33333f, #e8e8e8);
}
h3 > footer {
  font-size: 70%;
}
strong {
  font-weight: bold;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
hr {
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
::placeholder {
  color: light-dark(#5c6975, #6a6a6a);
}
@media screen and (max-width: 1024px) {
  #stage {
    left: 50px;
  }
  .smallscreen-disposable {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  #stage {
    left: 30px;
  }
}
.dialog-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  overflow: auto;
}
.dialog-box:not(.slideright) .dialog {
  margin-bottom: 50px;
}
.dialog-box.slideup.opened .dialog {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  top: 20px;
}
.dialog-box.slideright.opened .dialog {
  top: 20px;
  bottom: 20px;
  right: 20px;
}
.dialog-box.opened {
  background: light-dark(rgba(0,0,0,0.3), rgba(0,0,0,0.7));
}
.dialog {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px light-dark(rgba(0,0,0,0.5), rgba(0,0,0,0.8));
  box-shadow: 0 0 20px light-dark(rgba(0,0,0,0.5), rgba(0,0,0,0.8));
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.dialog > .title {
  padding: 1em;
  font-weight: bold;
  font-size: 120%;
  color: #fff;
  background: #3b5998;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.dialog:not(.slim) > .content {
  padding: 1em;
}
.dialog > .content {
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: light-dark(#fff, #374152);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.dialog > .content > iframe {
  margin-bottom: -5px;
}
.dialog > .content.no-title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.dialog > .content > .toolbar.sticky {
  top: 0;
  background: light-dark(#ececec, #22272e);
  border-bottom: 1px solid light-dark(#fff, #374152);
}
.slideup .dialog {
  left: 50%;
  top: -100px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.slideright .dialog {
  top: 20px;
  bottom: 20px;
  right: -1500px;
}
.slideright .dialog > .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slideright .dialog > .title + .content {
  top: 50px;
}
.slideright .dialog > .content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.toast-container {
  -webkit-animation: toastShow0 0.3s;
  -moz-animation: toastShow0 0.3s;
  -o-animation: toastShow0 0.3s;
  -ms-animation: toastShow0 0.3s;
  animation: toastShow0 0.3s;
  padding-top: 5px;
  text-align: center;
}
.toast-container > .toast {
  position: relative;
  top: 20px;
  display: inline-block;
  padding: 0.5em;
  min-width: 20em;
  text-align: left;
  font-size: 120%;
  line-height: 1.5em;
  background: light-dark(#fff, #374152);
  color: light-dark(#33333f, #e8e8e8);
  border-left: 4px;
  border-radius: 3px;
  -webkit-box-shadow: 28px 25px 90px -7px rgba(0,0,0,0.33);
  box-shadow: 28px 25px 90px -7px rgba(0,0,0,0.33);
  cursor: pointer;
}
.toast-container > .toast.type-red {
  border-left: 4px solid #e74c3c !important;
}
.toast-container > .toast.type-red > svg {
  background: #e74c3c !important;
}
.toast-container > .toast.type-orange {
  border-left: 4px solid #e67e22 !important;
}
.toast-container > .toast.type-orange > svg {
  background: #e67e22 !important;
}
.toast-container > .toast.type-yellow {
  border-left: 4px solid #f1c40f !important;
}
.toast-container > .toast.type-yellow > svg {
  background: #f1c40f !important;
}
.toast-container > .toast.type-yellowgreen {
  border-left: 4px solid #bad80d !important;
}
.toast-container > .toast.type-yellowgreen > svg {
  background: #bad80d !important;
}
.toast-container > .toast.type-green {
  border-left: 4px solid #2ecc71 !important;
}
.toast-container > .toast.type-green > svg {
  background: #2ecc71 !important;
}
.toast-container > .toast.type-seagreen {
  border-left: 4px solid #20b2aa !important;
}
.toast-container > .toast.type-seagreen > svg {
  background: #20b2aa !important;
}
.toast-container > .toast.type-skyblue {
  border-left: 4px solid #87cefa !important;
}
.toast-container > .toast.type-skyblue > svg {
  background: #87cefa !important;
}
.toast-container > .toast.type-blue {
  border-left: 4px solid #3498db !important;
}
.toast-container > .toast.type-blue > svg {
  background: #3498db !important;
}
.toast-container > .toast.type-slateblue {
  border-left: 4px solid #6b5fe0 !important;
}
.toast-container > .toast.type-slateblue > svg {
  background: #6b5fe0 !important;
}
.toast-container > .toast.type-purple {
  border-left: 4px solid #9b59b6 !important;
}
.toast-container > .toast.type-purple > svg {
  background: #9b59b6 !important;
}
.toast-container > .toast.type-pink {
  border-left: 4px solid #ff74e4 !important;
}
.toast-container > .toast.type-pink > svg {
  background: #ff74e4 !important;
}
.toast-container > .toast.type-rose {
  border-left: 4px solid #eb6b5e !important;
}
.toast-container > .toast.type-rose > svg {
  background: #eb6b5e !important;
}
.toast-container > .toast.type-wheat {
  border-left: 4px solid #f5deb3 !important;
}
.toast-container > .toast.type-wheat > svg {
  background: #f5deb3 !important;
}
.toast-container > .toast.type-goldenrod {
  border-left: 4px solid #bd8941 !important;
}
.toast-container > .toast.type-goldenrod > svg {
  background: #bd8941 !important;
}
.toast-container > .toast.type-brown {
  border-left: 4px solid #745429 !important;
}
.toast-container > .toast.type-brown > svg {
  background: #745429 !important;
}
.toast-container > .toast.type-darkbrown {
  border-left: 4px solid #382d2b !important;
}
.toast-container > .toast.type-darkbrown > svg {
  background: #382d2b !important;
}
.toast-container > .toast.type-black {
  border-left: 4px solid #000 !important;
}
.toast-container > .toast.type-black > svg {
  background: #000 !important;
}
.toast-container > .toast.type-darkgrey {
  border-left: 4px solid #737373 !important;
}
.toast-container > .toast.type-darkgrey > svg {
  background: #737373 !important;
}
.toast-container > .toast.type-lightgrey {
  border-left: 4px solid #c3c3c3 !important;
}
.toast-container > .toast.type-lightgrey > svg {
  background: #c3c3c3 !important;
}
.toast-container > .toast.type-white {
  border-left: 4px solid #fff !important;
}
.toast-container > .toast.type-white > svg {
  background: #fff !important;
}
.toast-container > .toast > svg {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: calc(50% - 15px);
  text-align: center;
  color: #fff;
  padding: 5px;
}
.toast-container > .toast > strong {
  margin-left: 20px;
  color: light-dark(#33333f, #e8e8e8);
}
.toast-container > .toast > footer {
  margin-left: 20px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.toast-container.closing {
  -webkit-animation: toastHide0 0.3s;
  -moz-animation: toastHide0 0.3s;
  -o-animation: toastHide0 0.3s;
  -ms-animation: toastHide0 0.3s;
  animation: toastHide0 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@-moz-keyframes toastShow0 {
  from {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
@-webkit-keyframes toastShow0 {
  from {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
@-o-keyframes toastShow0 {
  from {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes toastShow0 {
  from {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
@-moz-keyframes toastHide0 {
  from {
    margin-top: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    margin-top: -100px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes toastHide0 {
  from {
    margin-top: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    margin-top: -100px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes toastHide0 {
  from {
    margin-top: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    margin-top: -100px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes toastHide0 {
  from {
    margin-top: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  to {
    margin-top: -100px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.alert-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: light-dark(rgba(0,0,0,0.3), rgba(0,0,0,0.7));
  z-index: 2500;
}
.alert-container {
  position: fixed;
  left: 50%;
  top: 20%;
  width: 500px;
  margin-left: -250px;
  z-index: 2501;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: showAlertBox 0.3s;
  -moz-animation: showAlertBox 0.3s;
  -o-animation: showAlertBox 0.3s;
  -ms-animation: showAlertBox 0.3s;
  animation: showAlertBox 0.3s;
}
.alert-container-content {
  padding: 2em;
  text-align: center;
  background: light-dark(#fff, #374152);
  color: light-dark(#33333f, #e8e8e8);
  border-radius: 1em;
}
.alert-container-content h3 {
  margin: 1em 0;
}
.alert-container-content h4 {
  margin: 1em 0;
}
.alert-container-content button {
  margin: 0 0.2em;
}

	@-webkit-keyframes showAlertBox{0%{transform:scale(0.7);-webkit-transform:scale(0.7)}45%{transform:scale(1.05);-webkit-transform:scale(1.05)}80%{transform:scale(0.95);-webkit-tranform:scale(0.95)}100%{transform:scale(1);-webkit-transform:scale(1)}}@-moz-keyframes showAlertBox{0%{transform:scale(0.7);-webkit-transform:scale(0.7)}45%{transform:scale(1.05);-webkit-transform:scale(1.05)}80%{transform:scale(0.95);-webkit-tranform:scale(0.95)}100%{transform:scale(1);-webkit-transform:scale(1)}}@keyframes showAlertBox{0%{transform:scale(0.7);-webkit-transform:scale(0.7)}45%{transform:scale(1.05);-webkit-transform:scale(1.05)}80%{transform:scale(0.95);-webkit-tranform:scale(0.95)}100%{transform:scale(1);-webkit-transform:scale(1)}}.showAlertBox{-webkit-animation:showAlertBox 0.3s;-moz-animation:showAlertBox 0.3s;animation:showAlertBox 0.3s}
#stage > header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1550;
  right: 0;
  height: 50px;
  background: #222469;
  color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.no-nav #stage > header {
  left: 0;
}
#stage > header h3 {
  padding: 0 0.5em;
  line-height: 50px;
  float: left;
  min-width: 0;
  max-width: calc(100% - 200px);
  overflow: hidden;
  height: 50px;
  font-size: 14px;
  color: inherit;
}
#stage > header h3 > footer {
  margin-top: -16.666666666666668px;
  color: inherit;
  opacity: inherit;
  -ms-filter: inherit;
  filter: inherit;
  font-weight: 300;
}
#stage > header .button {
  display: inline-block;
  line-height: 50px !important;
  height: 50px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 100;
}
#stage > header .button.leftbar {
  border-left: 1px solid rgba(255,255,255,0.1);
}
#stage > header .button.rightbar {
  border-right: 1px solid rgba(255,255,255,0.1);
}
#stage > header .button > a,
#stage > header .button > strong,
#stage > header .button > span {
  line-height: 50px;
  height: 50px;
  padding: 0 0.5em;
  font-size: 14px;
  vertical-align: baseline;
  color: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#stage > header .button.highlighted {
  background: #263961;
  border-left: 1px solid rgba(0,0,0,0.3);
  border-right: 1px solid rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 0 0.5em rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0.5em rgba(0,0,0,0.3);
}
#stage > header .button.highlighted > * {
  color: #fff !important;
}
#stage > header .button > a > .badge {
  display: inline-block;
  position: relative;
  left: -0.5em;
  top: -0.8em;
  min-width: 2em;
  height: 2em;
  padding: 0.2em 0.4em 0.2em 0.2em;
  line-height: 2em;
  text-align: center;
  font-size: 50%;
  font-weight: 800;
  color: #fff !important;
  background: #263961;
  border-radius: 0.3em;
}
#stage > header .dropdown.open {
  background: #18194a;
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
}
#stage > header .dropdown.open > * {
  color: #fff !important;
}
#stage > header .session {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  background: #222469;
}
#stage > header .session > div {
  float: left;
  height: 50px;
  padding: 0 1em;
}
#stage > header .session > div > .session-icon {
  height: 50px;
  line-height: 50px;
}
#stage > header .session > div.highlighted {
  background: rgba(0,0,0,0.1);
  border-left: 1px solid rgba(0,0,0,0.3);
  border-right: 1px solid rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 0 0.5em rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0.5em rgba(0,0,0,0.3);
}
#stage > header .session small {
  font-size: 80%;
}
#stage > header .session ::placeholder {
  color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#stage > header .session ::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#stage > header .session [data-toggle=dropdown] .avatar:not(.tiny) {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 1px;
  width: 38px;
  height: 38px;
}
#stage > header .session .dropdown > .avatar {
  margin-top: 4px;
  width: 36px;
  height: 36px;
}
#stage > header .session .name {
  font-size: 150%;
  font-weight: 100;
  color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#stage > header .session .session-icon {
  height: 50px !important;
  font-size: 14px;
  border: 1px solid transparent;
}
.darkheader #stage > header .session .session-icon {
  color: inherit;
}
#stage > header .session .session-icon > a {
  color: inherit;
}
#stage > header .session .session-icon > strong {
  display: inline-block;
  position: relative;
  left: -0.5em;
  top: -0.8em;
  min-width: 2em;
  height: 2em;
  padding: 0.1em 0.2em 0.1em 0.1em;
  line-height: 2em;
  text-align: center;
  font-size: 50%;
  color: #fff;
  background: #263961;
  border-radius: 0.3em;
}
#stage > header .session .session-icon > strong[inverted] {
  background: #fff;
  color: #3b5998;
  border-color: #7f8c8d;
  text-shadow: none;
}
#stage > header .session .session-icon > strong + strong {
  margin-left: -0.8em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#stage > header .session .selectize-input {
  border: none;
  border-radius: 8px;
  margin-top: 8px;
  background: none;
  border: 1px solid #fff;
}
#stage > header .selectize-input {
  background: rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.6);
  box-shadow: inset 0 0 2px rgba(0,0,0,0.6);
  border-color: #222469;
}
#stage > header .selectize-input input {
  color: #fff;
}
#stage > header .selectize-input input::placeholder {
  color: #fff;
}
#stage > header ~ * {
  margin-top: 50px;
}
#stage > header + header ~ * {
  margin-top: 0;
}
#stage > header ~ header {
  position: relative;
  left: 0;
  z-index: 90;
  height: auto;
  padding: 0.5em;
  background: rgba(0,0,0,0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
#stage > header.flat {
  padding: 0;
}
#logo {
  float: left;
  width: auto;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0 1em;
  text-align: center;
  font-size: 14px;
  border-left: 1px solid rgba(0,0,0,0.1);
  border-right: 1px solid rgba(255,255,255,0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 1550;
}
#logo > [role=img] {
  margin-top: calc((50px - 14px) / 2);
  line-height: 50px;
  font-weight: bold;
}
#logo:not(.logo).selected {
  background: #3b5998;
  text-shadow: 0 1px 1px #131c31;
}
#logo.logo {
  padding: 0;
}
#logo > img {
  height: 50px;
}
#globalmenu {
  float: left;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em;
  text-align: center;
  font-size: 14px !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  cursor: pointer;
  z-index: 1550;
}
#globalmenu.selected,
#globalmenu:hover {
  background: #18194a;
}
#globalmenu.selected {
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
}
#globalmenu > * {
  font-weight: bold;
  line-height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
body.mini #stage > header {
  left: 50px;
}
body.mini #stage > header i {
  display: block;
  position: absolute;
  right: -50px;
  top: -40px;
  z-index: 1000 !important;
  font-size: 150px;
  opacity: 5%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=500%)";
  filter: alpha(opacity=500%);
}
@media screen and (max-width: 1024px) {
  #stage {
    left: 0;
  }
  #globalmenu {
    font-size: 10px;
  }
}
@media screen and (max-width: 780px) {
  #stage {
    left: 0;
  }
  #globalmenu {
    font-size: 8.333333333333334px;
  }
}
body.print #stage > header {
  position: absolute;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.print #stage > header .session {
  display: none;
}
aside {
  position: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  top: 0;
  bottom: 0;
  overflow: auto;
  color: light-dark(#33333f, #e8e8e8);
  background: light-dark(#ececec, #22272e);
  border: 1px solid light-dark(#fff, #374152);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
aside.large {
  width: 330px;
}
aside > h3,
aside > * > h3 {
  font-size: inherit;
}
aside > h3 + h4,
aside > * > h3 + h4 {
  margin-top: 0 !important;
}
aside > h4,
aside > * > h4 {
  margin-top: 0.5em;
  padding-left: 0.5em;
  font-size: 80%;
  font-weight: bold;
}
aside > ul,
aside > * > ul {
  margin: 8px;
}
aside > ul li > a,
aside > * > ul li > a {
  display: block;
  padding: 8px;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 5px;
}
aside > ul li > a .badge,
aside > * > ul li > a .badge {
  float: right;
  margin-top: -0.1em;
  padding: 0.1em 0.5em;
  background: #3b5998;
  color: #fff;
  border-radius: 0.5em;
}
aside > ul li > a .badge.warning,
aside > * > ul li > a .badge.warning {
  background: #a00;
}
aside > ul li > a.level1,
aside > * > ul li > a.level1 {
  padding-left: 2em;
}
aside > ul li > a.level2,
aside > * > ul li > a.level2 {
  padding-left: 3.5em;
}
aside > ul li > a.level3,
aside > * > ul li > a.level3 {
  padding-left: 5em;
}
aside > ul li > a.selected,
aside > * > ul li > a.selected {
  background: rgba(59,89,152,0.1);
}
aside > ul li > a.selected .badge,
aside > * > ul li > a.selected .badge,
aside > ul li > a.selected:hover .badge,
aside > * > ul li > a.selected:hover .badge {
  background: rgba(0,0,0,0.5);
}
aside > ul li.disabled a,
aside > * > ul li.disabled a {
  color: light-dark(#aaa, #666);
  text-shadow: 0 1px 1px light-dark(#fff, #222);
  cursor: not-allowed;
}
aside > ul li:hover:not(.disabled) a:not(.selected),
aside > * > ul li:hover:not(.disabled) a:not(.selected) {
  color: light-dark(#33333f, #e8e8e8);
  background: light-dark(#fff, #374152);
}
aside > ul li.sep,
aside > * > ul li.sep {
  margin: 0.3em 0;
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
aside > footer,
aside > * > footer {
  position: absolute;
  left: 0;
  bottom: 0.5em;
  right: 0;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 90%;
  color: rgba(0,0,0,0.4);
  text-shadow: 0 1px 1px rgba(255,255,255,0.9);
}
aside > input,
aside > button,
aside > form,
aside > footer > input,
aside > footer > button,
aside > footer > form {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
aside + section {
  margin-left: 250px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
aside.large + section {
  margin-left: 330px;
}
@media screen and (max-width: 1024px) {
  aside {
    width: 130px;
  }
  aside.large {
    width: 200px;
  }
  aside + section {
    margin-left: 130px;
  }
  aside.large + section {
    margin-left: 200px;
  }
}
@media screen and (max-width: 780px) {
  aside {
    width: 80px;
  }
  aside.large {
    width: 80px;
  }
  aside + section {
    margin-left: 80px;
  }
  aside.large + section {
    margin-left: 80px;
  }
}
body.print aside,
body.smallscreen aside {
  display: none;
}
body.print aside + section,
body.smallscreen aside + section {
  margin-left: 0 !important;
}
.dangerous {
  color: #a00;
}
.disabled {
  color: rgba(0,0,0,0.5);
  cursor: default !important;
}
.dropup,
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 8px;
  margin: 2px 0 0;
  line-height: 1;
  list-style: none;
  text-align: left;
  background-color: light-dark(#fff, #111);
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  max-height: 800px;
  overflow: auto;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .well {
  margin: 3px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
  color: #333;
}
.dropdown-menu .badge {
  float: right;
  margin-top: -0.1em;
  padding: 0.1em 0.5em;
  background: rgba(59,89,152,0.4);
  color: #fff;
  text-shadow: 0 1px 1px #000;
  border-radius: 0.5em;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: light-dark(#e5e5e5, #444);
}
.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 10px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0,0,0,0.2);
  content: '';
}
.dropdown-menu:after {
  position: absolute;
  top: -5px;
  left: 11px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid light-dark(#fff, #111);
  border-left: 6px solid transparent;
  content: '';
}
.dropdown-menu small {
  line-height: 1em;
  padding: 5px 20px;
  color: inherit;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.dropdown-menu li > a {
  display: block;
  padding: 8px;
  clear: both;
  font-weight: 12px;
  line-height: 1.42857143;
  color: light-dark(#333, #ccc);
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-radius: 5px;
}
.dropdown-menu li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background: #3b5998;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background: #3b5998;
}
.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;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.dropdown.open > .dropdown-menu {
  display: block;
}
.dropdown.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-right:before {
  left: auto;
  right: 10px;
}
.dropdown-menu-right:after {
  left: auto;
  right: 11px;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 8px;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.datalabel-tooltip {
  padding: 2px 5px;
  font-size: 9px;
  color: #fff;
  background: rgba(0,0,0,0.7);
  border-radius: 2px;
}
.tooltip {
  position: absolute;
  z-index: 2030;
  display: block;
  visibility: visible;
  font-size: 12px;
  font-weight: normal !important;
  line-height: 1.4;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tooltip.in {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 400px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.5);
  box-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.tooltip-inner td {
  padding: 0.5em 1em;
  color: #fff;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2010;
  display: none;
  max-width: 400px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  color: light-dark(#000, #fff);
  background-color: light-dark(#fff, #111);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover.top .arrow {
  left: 50%;
  bottom: -11px;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: rgba(0,0,0,0.25);
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: light-dark(#fff, #111);
}
.popover.right .arrow {
  left: -11px;
  top: 50%;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: light-dark(#fff, #111);
}
.popover.bottom .arrow {
  left: 50%;
  top: -11px;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0,0,0,0.25);
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: light-dark(#fff, #111);
}
.popover.left .arrow {
  right: -11px;
  top: 50%;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-right-width: 0;
  border-left-color: light-dark(#fff, #111);
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
@import url("/public/design/fonts/OpenSans.css");
.stream-post .edit-btn.selected,
.stream-post .preview-btn.selected {
  border-color: #3b5998 !important;
}
input.input-error,
textarea.input-error,
.input-box.input-error {
  background: rgba(231,76,60,0.1) !important;
  border-color: #e74c3c !important;
}
.list {
  width: 100%;
  max-height: 31em;
  overflow: auto;
  outline: 0;
}
.list.ridged {
  margin: 0.2em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid light-dark(#e3e3e3, #14181c);
  border-radius: 3px;
  -webkit-transition: border-color, box-shadow 0.2s;
  -moz-transition: border-color, box-shadow 0.2s;
  -o-transition: border-color, box-shadow 0.2s;
  -ms-transition: border-color, box-shadow 0.2s;
  transition: border-color, box-shadow 0.2s;
  padding: 5px;
}
.list.fixed-height {
  height: 31em;
  min-height: 31em;
}
.list > * {
  padding: 0.3em 0.5em;
}
.list.gallery {
  max-height: unset;
}
.list.gallery > a {
  position: relative;
  float: left;
  display: inline-block;
  width: 255px;
  height: 150px;
  margin-bottom: 15px;
  cursor: pointer;
}
.list.gallery > a > .deprecated {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 0;
}
.list.gallery > a > img {
  width: 100%;
  height: 70%;
  object-fit: contain;
  background: light-dark(#ececec, #22272e);
  border-radius: 3px;
}
.list.gallery > a > h5 {
  font-size: 110%;
}
.list.gallery > a > p {
  color: light-dark(#5c6975, #9b9b9b);
  font-size: 80%;
  line-height: normal;
}
.list.gallery > a:not(.disabled).selected {
  color: #fff;
  background: #3b5998;
  border-radius: 3px;
}
.list.gallery > a:not(.disabled).selected > p {
  color: #fff;
}
.list.gallery > a:not(.selected):hover {
  background: rgba(59,89,152,0.1);
}
.list:not(.gallery) > a {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.list:not(.gallery) > a:nth-child(2n) {
  background: rgba(0,0,0,0.08);
}
.list:not(.gallery) > a:not(.disabled).selected {
  color: #fff;
  background: #3b5998;
  border-radius: 3px;
}
.list:not(.gallery) > a > footer {
  padding: 0.5em 0;
  font-size: 90%;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.list:not(.gallery) > a > i ~ footer {
  margin-left: 2em;
}
.list:not(.gallery) > a > .badge {
  float: right;
}
.list > a.disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.list > h4 {
  clear: left;
  margin-top: 0.5em;
  font-size: 90%;
  border-bottom: 1px solid light-dark(#ececec, #22272e);
}
.list.large > * {
  padding: 0.5em 0.8em;
}
.list.xlarge > * {
  padding: 0.8em 1.2em;
}
.list:focus {
  border-color: #3b5998;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2), 0 0 0 3px rgba(59,89,152,0.3);
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2), 0 0 0 3px rgba(59,89,152,0.3);
}
.tabgroup {
  font-size: 0;
}
.tabgroup > * {
  font-size: 12px;
  display: inline-block;
  padding: 0.3em 0.5em 0.2em;
  color: #aaa;
  cursor: pointer;
}
.tabgroup > *:not(:first-child) {
  border-left: 1px solid #ccc;
}
.tabgroup > *.selected {
  font-weight: bold;
  color: #888;
}
.tabs {
  position: relative;
  margin: 5px;
}
.tabs > ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tabs > ul > li.selected {
  font-weight: bold;
  border-bottom: 2px solid #3b5998;
}
.tabs > .overflow {
  background: rgba(0,0,0,0.7);
  color: #fff;
}
.tabs > .overflow:hover {
  background: #263961;
}
.tab-form {
  padding: 0.5em 1em;
}
.toolbar {
  margin: 0;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar.sticky {
  position: sticky;
  top: 50px;
  z-index: 10;
}
.toolbar.ridged {
  background: light-dark(#ececec, #22272e);
  border-bottom: 1px solid light-dark(#fff, #374152);
}
.toolbar > *,
.toolbar .toolbar-button {
  vertical-align: middle;
}
.toolbar > .clear:first-child,
.toolbar > div > .clear:first-child,
.toolbar .toolbar-button.clear:first-child {
  padding: 8px 16px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  border-right: 1px solid light-dark(#fff, #374152);
}
.toolbar > a,
.toolbar .toolbar-button {
  vertical-align: middle;
}
.toolbar > a:not(.clear),
.toolbar > .dropdown,
.toolbar > div > .dropdown,
.toolbar > div:not(.dropdown) > a:not(.clear),
.toolbar .toolbar-button:not(.clear) {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  margin-right: 4px;
  line-height: 18px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.toolbar > a:not(.clear):hover:not(.disabled),
.toolbar > .dropdown:hover:not(.disabled),
.toolbar > div > .dropdown:hover:not(.disabled),
.toolbar > div:not(.dropdown) > a:not(.clear):hover:not(.disabled),
.toolbar .toolbar-button:not(.clear):hover:not(.disabled),
.toolbar > a:not(.clear).open,
.toolbar > .dropdown.open,
.toolbar > div > .dropdown.open,
.toolbar > div:not(.dropdown) > a:not(.clear).open,
.toolbar .toolbar-button:not(.clear).open,
.toolbar > a:not(.clear).pressed,
.toolbar > .dropdown.pressed,
.toolbar > div > .dropdown.pressed,
.toolbar > div:not(.dropdown) > a:not(.clear).pressed,
.toolbar .toolbar-button:not(.clear).pressed,
.toolbar > a:not(.clear).selected,
.toolbar > .dropdown.selected,
.toolbar > div > .dropdown.selected,
.toolbar > div:not(.dropdown) > a:not(.clear).selected,
.toolbar .toolbar-button:not(.clear).selected {
  background: light-dark(#fff, #374152);
}
.toolbar > a:not(.clear).disabled,
.toolbar > .dropdown.disabled,
.toolbar > div > .dropdown.disabled,
.toolbar > div:not(.dropdown) > a:not(.clear).disabled,
.toolbar .toolbar-button:not(.clear).disabled {
  cursor: not-allowed !important;
  color: inherit;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.toolbar > a:not(.clear) .badge,
.toolbar > .dropdown .badge,
.toolbar > div > .dropdown .badge,
.toolbar > div:not(.dropdown) > a:not(.clear) .badge,
.toolbar .toolbar-button:not(.clear) .badge {
  margin-left: 0.5em;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
  background: #3b5998;
  color: #fff;
}
.toolbar > .dropdown {
  top: 1px;
}
.toolbar > .input-daterange {
  margin-right: 0.5em;
}
.toolbar > input,
.toolbar .toolbar-input {
  background: light-dark(#f4f4f4, #2a323b);
  border: 1px solid light-dark(#e3e3e3, #14181c);
  border-radius: 5px;
  height: 34px;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar > input[type=range]::-moz-range-track,
.toolbar .toolbar-input[type=range]::-moz-range-track {
  background: #b7b7b7;
}
.toolbar > input[type=range]::-webkit-slider-runnable-track,
.toolbar .toolbar-input[type=range]::-webkit-slider-runnable-track {
  background: #b7b7b7;
}
.toolbar > span {
  display: inline-block;
}
.toolbar > span.label {
  padding: 0 0.5em;
  color: rgba(0,0,0,0.7);
}
.toolbar > span:not(.label) {
  width: 0;
  height: 2em;
}
.toolbar > strong {
  padding: 0.5em;
}
.datagrid {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.datagrid.margin {
  margin: 1em;
  width: calc(100% - 2em);
}
.datagrid.bordered {
  border: 1px solid light-dark(#ececec, #22272e);
}
.datagrid.bordered > thead > tr > td:first-child {
  border-left: 1px solid light-dark(#ececec, #22272e);
}
.datagrid.bordered > thead > tr > td:last-child {
  border-right: 1px solid light-dark(#ececec, #22272e);
}
.datagrid.bordered > thead > tr:last-child > td {
  border-top: 1px solid light-dark(#ececec, #22272e);
}
.datagrid > thead > tr > td,
.datagrid > thead > tr > th,
.datagrid > tfoot > tr > td {
  padding: 1em 0.5em;
  font-size: 110%;
  font-weight: bold;
}
.datagrid > thead > tr > td[data-sort],
.datagrid > thead > tr > th[data-sort],
.datagrid > tfoot > tr > td[data-sort] {
  cursor: pointer;
}
.datagrid > thead > tr > td > .selectize-control,
.datagrid > thead > tr > th > .selectize-control,
.datagrid > tfoot > tr > td > .selectize-control {
  font-weight: normal;
}
.datagrid > thead > tr > td.group-start,
.datagrid > thead > tr > th.group-start,
.datagrid > tfoot > tr > td.group-start {
  border-left: 1px solid light-dark(#ececec, #22272e);
}
.datagrid > thead > tr > td.group-end,
.datagrid > thead > tr > th.group-end,
.datagrid > tfoot > tr > td.group-end {
  border-right: 1px solid light-dark(#ececec, #22272e);
}
.datagrid > thead > tr > td.sorted,
.datagrid > thead > tr > th.sorted,
.datagrid > tfoot > tr > td.sorted {
  background: none;
}
.datagrid > thead > tr > td.sorted:after,
.datagrid > thead > tr > th.sorted:after,
.datagrid > tfoot > tr > td.sorted:after {
  content: "↓";
  display: inline;
  font-size: 120%;
  margin-left: 10px;
  color: light-dark(#33333f, #e8e8e8);
}
.datagrid > thead > tr > td.sorted.sorted-desc:after,
.datagrid > thead > tr > th.sorted.sorted-desc:after,
.datagrid > tfoot > tr > td.sorted.sorted-desc:after {
  content: "↑";
}
.datagrid > thead > tr > td.pagination,
.datagrid > thead > tr > th.pagination,
.datagrid > tfoot > tr > td.pagination {
  z-index: 20 !important;
  vertical-align: middle;
}
.datagrid > thead > tr > td.pagination a,
.datagrid > thead > tr > th.pagination a,
.datagrid > tfoot > tr > td.pagination a {
  vertical-align: middle;
  display: inline-block;
  height: 2em;
  cursor: pointer;
}
.datagrid > thead > tr > td.pagination a svg,
.datagrid > thead > tr > th.pagination a svg,
.datagrid > tfoot > tr > td.pagination a svg {
  color: light-dark(#33333f, #e8e8e8);
}
.datagrid > thead > tr > td.pagination svg,
.datagrid > thead > tr > th.pagination svg,
.datagrid > tfoot > tr > td.pagination svg {
  vertical-align: middle;
}
.datagrid > thead > tr > td.pagination [role=img],
.datagrid > thead > tr > th.pagination [role=img],
.datagrid > tfoot > tr > td.pagination [role=img] {
  padding: 0.5em;
}
.datagrid > thead > tr > td.pagination [role=img].disabled,
.datagrid > thead > tr > th.pagination [role=img].disabled,
.datagrid > tfoot > tr > td.pagination [role=img].disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.datagrid > thead > tr > td.pagination .description,
.datagrid > thead > tr > th.pagination .description,
.datagrid > tfoot > tr > td.pagination .description {
  display: inline-block;
  margin-left: 3em;
  padding: 0.5em;
  font-weight: normal;
  color: light-dark(#33333f, #e8e8e8);
}
.datagrid > thead > tr > td.pagination .page,
.datagrid > thead > tr > th.pagination .page,
.datagrid > tfoot > tr > td.pagination .page {
  width: 4em;
  margin: 0 0.2em;
  text-align: center;
  border: 1px solid light-dark(#e3e3e3, #14181c);
}
.datagrid > thead > tr > td.pagination .filter,
.datagrid > thead > tr > th.pagination .filter,
.datagrid > tfoot > tr > td.pagination .filter {
  float: right;
  width: 20%;
  background: light-dark(#f4f4f4, #2a323b);
  border: 1px solid light-dark(#e3e3e3, #14181c);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
  padding: 7px;
}
.datagrid > thead > tr > td.pagination .limits:not(.selectize-dropdown),
.datagrid > thead > tr > th.pagination .limits:not(.selectize-dropdown),
.datagrid > tfoot > tr > td.pagination .limits:not(.selectize-dropdown) {
  float: right;
  margin-left: 0.5em;
}
.datagrid > thead > tr > td,
.datagrid > thead > tr > th {
  border-bottom: 1px solid light-dark(#ececec, #22272e);
}
.datagrid > thead > tr:not([valign=middle]) > td,
.datagrid > thead > tr:not([valign=middle]) > th {
  vertical-align: bottom;
}
.datagrid > tfoot > tr > td {
  border-top: 1px solid light-dark(#ececec, #22272e);
}
.datagrid:not(.datagrid-manual-zebra) > tbody > tr:nth-child(2n),
.datagrid.datagrid-manual-zebra > tbody > tr.datagrid-zebra1 {
  background: light-dark(#ececec, #22272e);
}
.datagrid > tbody + thead {
  border-top: 1px solid #ccc !important;
}
.datagrid > tbody > tr.sub {
  background: rgba(0,0,0,0.03) !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.datagrid > tbody > tr.sub > td {
  border-top: 1px solid rgba(0,0,0,0.1) !important;
  border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}
.datagrid > tbody > tr.selected {
  background: rgba(0,0,0,0.2);
}
.datagrid > tbody > tr.selected > td {
  color: #fff !important;
  border-bottom: 1px solid rgba(0,0,0,0.1) !important;
  background-color: #5373bb !important;
}
.datagrid > tbody > tr.selected > td > a,
.datagrid > tbody > tr.selected > td > footer {
  color: #fff;
}
.datagrid > tbody > tr.separator > td {
  border-top: 1px dashed rgba(0,0,0,0.2);
}
.datagrid:not(.datagrid-manual-zebra) > tbody > tr:hover.selected > td {
  background-color: #5373bb !important;
  color: #fff !important;
}
.datagrid:not(.datagrid-manual-zebra) > tbody > tr:hover.selected > td > a {
  color: #fff;
}
.datagrid > tbody > tr > td {
  padding: 1em 0.5em;
  color: light-dark(#33333f, #e8e8e8);
}
.datagrid > tbody > tr > td.raw {
  padding: 0;
}
.datagrid > tbody > tr > td.highlight {
  background: rgba(0,0,0,0.05);
  border-left: 1px solid rgba(0,0,0,0.05);
  border-right: 1px solid rgba(0,0,0,0.05);
}
.datagrid > tbody > tr > td.notification {
  text-align: center;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.datagrid > tbody > tr > td > a {
  text-decoration: none;
  font-weight: bold;
}
.datagrid > tbody > tr > td > footer {
  font-size: 80%;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.datagrid > tbody > tr > td .dataprogress {
  float: left;
  margin-top: -1em;
  height: 3px;
  background: rgba(59,89,152,0.5);
}
@media screen and (max-width: 1024px) {
  .datagrid > tbody > tr > td,
  .datagrid > thead > tr > td,
  .datagrid > tfoot > tr > td {
    padding: 0.3em !important;
  }
  .datagrid > tbody > tr > td .dataprogress,
  .datagrid > thead > tr > td .dataprogress,
  .datagrid > tfoot > tr > td .dataprogress {
    margin-top: -0.2em !important;
    height: 1px !important;
  }
}
body.print .datagrid > tbody > tr > td,
body.print .datagrid > thead > tr > td,
body.print .datagrid > tfoot > tr > td {
  padding: 0.4em !important;
}
.infogrid {
  width: 100%;
}
.infogrid > tbody > tr:not([valign=top]) > td:not([valign=top]),
.infogrid > tr:not([valign=top]) > td:not([valign=top]) {
  vertical-align: middle;
}
.infogrid > tbody > tr > td,
.infogrid > tr > td {
  padding: 8px;
  line-height: 18px;
  border-bottom: 1px solid light-dark(#ececec, #22272e);
}
.infogrid > tbody > tr > td > label,
.infogrid > tr > td > label {
  display: block;
}
.infogrid > tbody > tr > td:nth-child(2n - 1) > label,
.infogrid > tr > td:nth-child(2n - 1) > label {
  text-align: right;
}
.infogrid > tbody > tr > td > strong,
.infogrid > tr > td > strong {
  font-weight: bold;
}
.infogrid > tbody > tr > td > p.headnote,
.infogrid > tr > td > p.headnote,
.infogrid > tbody > tr > td > p.footnote,
.infogrid > tr > td > p.footnote {
  margin: 0.5em 0 0 0;
  font-style: oblique;
  text-align: justify;
  color: #888;
}
.infogrid > tbody > tr > td > p.headnote,
.infogrid > tr > td > p.headnote {
  margin-bottom: -0.3em;
}
.infogrid > tbody > tr > td > p.footnote,
.infogrid > tr > td > p.footnote {
  margin-top: -0.3em;
}
.infogrid > tbody > tr > td > input[type=checkbox],
.infogrid > tr > td > input[type=checkbox] {
  float: right;
}
.infogrid > tbody > tr > td:first-child[rowspan],
.infogrid > tr > td:first-child[rowspan] {
  border-right: 1px solid #ddd;
}
.infogrid > tbody > tr > td:not(:first-child)[rowspan],
.infogrid > tr > td:not(:first-child)[rowspan] {
  border-left: 1px solid #ddd;
}
.infogrid.no-bottom-line > tbody > tr:last-child > td,
.infogrid.no-bottom-line > tr:last-child > td {
  border-bottom: 0 !important;
}
.infogrid.debug td {
  border: 1px dashed #f00 !important;
}
form .infogrid > tbody > tr:last-child > td,
form .infogrid > tr:last-child > td {
  border-bottom: 0 !important;
}
.print .infogrid > tbody > tr > td,
.print .infogrid > tr > td {
  border-bottom: 0 !important;
}
.iconview {
  padding: 8px;
}
.iconview > li {
  display: inline-block;
}
.iconview > li > a {
  display: block;
  float: left;
  padding: 8px;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: light-dark(#5c6975, #e8e8e8);
  border-radius: 5px;
}
.iconview > li > a > [role=img] {
  float: left;
  display: inline-block;
  font-size: 3em;
  margin-right: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.iconview > li > a > strong {
  font-weight: bold;
}
.iconview > li > a > span:not([role=img]) {
  min-width: 150px;
  margin-left: 3em;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.iconview > li > a > span:not([role=img]).badge {
  float: right;
  display: inline-block;
  min-width: auto;
  padding: 0 0.5em 0.1em;
  background: #3b5998;
  color: #fff;
  border-radius: 5px;
}
.iconview > li > a:hover {
  background: light-dark(#ececec, #22272e);
}
.width-full {
  width: 100% !important;
}
.width-half {
  width: 50% !important;
}
.width-half.second-half {
  margin-left: 0.5%;
  width: 49.5% !important;
}
.width-xlarge {
  width: 660px !important;
}
.width-large {
  width: 440px !important;
}
.width-medium {
  width: 330px !important;
}
.width-small {
  width: 220px !important;
}
.width-tiny {
  width: 110px !important;
}
.width-teeny {
  width: 55px !important;
}
.width-auto {
  width: auto !important;
  min-width: auto !important;
}
.selectize-control ~ .selectize-control {
  margin-left: 5px;
}
.selectize-control ~ .selectize-control.width-half {
  width: calc(50% - 5px) !important;
}
.selectize-control ~ .selectize-control.width-xlarge {
  width: 655px !important;
}
.selectize-control ~ .selectize-control.width-large {
  width: 435px !important;
}
.selectize-control ~ .selectize-control.width-medium {
  width: 325px !important;
}
.selectize-control ~ .selectize-control.width-small {
  width: 215px !important;
}
.selectize-control ~ .selectize-control.width-tiny {
  width: 105px !important;
}
.height-full {
  height: 100% !important;
}
.height-xlarge {
  height: 660px !important;
}
.height-large {
  height: 440px !important;
}
.height-medium {
  height: 330px !important;
}
.height-small {
  height: 220px !important;
}
.height-tiny {
  height: 110px !important;
}
.height-teeny {
  height: 55px !important;
}
.height-auto {
  height: auto !important;
}
.blur-half {
  filter: blur(6px) !important;
}
.opacity-half {
  opacity: 0.5 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
  filter: alpha(opacity=50) !important;
}
.opacity-rare {
  opacity: 0.3 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
  filter: alpha(opacity=30) !important;
}
.display-none {
  display: none;
}
.display-inline-block {
  display: inline-block;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  position: relative;
  overflow: auto;
}
.overflow-scroll {
  position: relative;
  overflow: scroll;
}
.float-right {
  float: right;
}
.float-right.padding {
  padding: 0.4em;
}
.float-right.margin {
  margin: 0.4em;
}
.float-left {
  float: left;
}
.float-left.padding {
  padding: 0.4em;
}
.float-left.margin {
  margin: 0.4em;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.clear-both {
  clear: both;
}
.whitespace-no-wrap {
  white-space: nowrap;
}
.whitespace-no-pre {
  white-space: pre;
}
.padding-none {
  padding: 0 !important;
}
.padding-base {
  padding: 0.5em;
}
.padding-large {
  padding: 1em;
}
.margin-none {
  margin: 0 !important;
}
.margin-base {
  margin: 0.5em;
}
.margin-large {
  margin: 1em;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-align-justify {
  text-align: justify;
}
.font-xxlarge {
  font-size: 200% !important;
}
.font-xlarge {
  font-size: 150% !important;
}
.font-large {
  font-size: 120% !important;
}
.font-small {
  font-size: 80% !important;
}
.font-xsmall {
  font-size: 70% !important;
}
.font-monospace {
  font-family: monospace !important;
}
.font-bold {
  font-weight: 800 !important;
}
.font-normal {
  font-weight: 100 !important;
}
input[type=text]:not(.selectize-inputbox),
input[type=search],
input[type=password],
textarea,
.input-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  min-height: 34px;
  line-height: 18px;
  vertical-align: middle;
  border-radius: 5px;
  border: 0;
  outline: 0;
  color: light-dark(#33333f, #fff);
  background: light-dark(#f4f4f4, #2a323b);
  border: 1px solid light-dark(#e3e3e3, #14181c);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
input[type=text]:not(.selectize-inputbox)::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
textarea::placeholder,
.input-box::placeholder {
  color: light-dark(#5c6975, #9b9b9b);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
input[type=text]:not(.selectize-inputbox):focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
.input-box:focus {
  border: 1px solid #3b5998;
}
input[type=text]:not(.selectize-inputbox):not([type=range]):disabled,
input[type=search]:not([type=range]):disabled,
input[type=password]:not([type=range]):disabled,
textarea:not([type=range]):disabled,
.input-box:not([type=range]):disabled,
input[type=text]:not(.selectize-inputbox).disabled,
input[type=search].disabled,
input[type=password].disabled,
textarea.disabled,
.input-box.disabled {
  cursor: not-allowed;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
input[type=text]:not(.selectize-inputbox).striped,
input[type=search].striped,
input[type=password].striped,
textarea.striped,
.input-box.striped {
  display: inline;
  width: auto !important;
  padding: 0 !important;
  font-weight: inherit !important;
  background: none !important;
  color: inherit !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input[type=text]:not(.selectize-inputbox),
input[type=password],
.input-box {
  height: 34px;
}
input ~ input {
  margin-left: 1px !important;
}
.input-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.selectize-input {
  -webkit-transition: border-color, box-shadow 0.2s !important;
  -moz-transition: border-color, box-shadow 0.2s !important;
  -o-transition: border-color, box-shadow 0.2s !important;
  -ms-transition: border-color, box-shadow 0.2s !important;
  transition: border-color, box-shadow 0.2s !important;
}
.selectize-input > input {
  height: auto;
}
.selectize-input > input::placeholder {
  color: light-dark(#5c6975, #9b9b9b);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.selectize-input {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 34px;
  width: 100%;
  padding: 7px;
  border-radius: 5px;
  outline: 0;
  z-index: 1;
  text-align: left;
  background: light-dark(#f4f4f4, #2a323b);
  color: light-dark(#5c6975, #6a6a6a);
  border: 1px solid light-dark(#e3e3e3, #14181c);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.selectize-input.focus {
  border: 1px solid #3b5998;
}
.selectize-control .selectize-input.disabled {
  opacity: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5000%)";
  filter: alpha(opacity=5000%);
}
.selectize-dropdown {
  margin-top: 2px;
  padding: 5px;
  background: light-dark(#e3e3e3, #14181c);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2) !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.2) !important;
}
.selectize-dropdown .selectize-dropdown-content > * {
  color: light-dark(#404258, #9b9b9b);
  border-radius: 5px;
}
.selectize-dropdown .selectize-dropdown-content > * > [role=img] {
  margin-right: 8px;
}
.selectize-input.items [data-value] > [role=img] {
  margin-right: 8px;
  border: 1px solid transparent;
}
.selectize-control.multi .selectize-input [data-value] {
  margin: 2px;
  border-radius: 5px;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin-right: 2px;
  padding: 4px;
  color: #fff;
}
.selectize-control.multi .selectize-input {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  overflow: auto;
}
.selectize-control.multi .selectize-input > div {
  min-width: max-content;
}
.selectize-control.multi.width-full .selectize-input {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.selectize-dropdown .active:not(.separator),
.selectize-control.multi .selectize-input [data-value]:not(.separator),
.selectize-control.multi .selectize-input > div.active:not(.separator),
.selectize-control.multi .selectize-input [data-value].active:not(.separator) {
  background: #3b5998 !important;
  color: #fff !important;
}
.selectize-dropdown .optgroup-header {
  padding-top: 8px;
  font-weight: 700;
  font-size: 80%;
  cursor: default;
}
.selectize-dropdown .optgroup:not(:first-child) {
  border-top: 1px solid light-dark(#fff, #374152);
}
.selectize-dropdown .optgroup > :not(.optgroup-header) {
  padding-left: 16px;
}
.selectize-dropdown .active.create,
.selectize-dropdown .active .badge {
  color: #fff;
}
.datepicker-dropdown:before {
  border-bottom-color: light-dark(#fff, #374152);
}
.datepicker-dropdown:after {
  border-bottom-color: light-dark(#ececec, #22272e);
}
.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid light-dark(#fff, #374152);
}
.datepicker-dropdown.datepicker-orient-top:after {
  border-top: 7px solid light-dark(#ececec, #22272e);
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  color: light-dark(#33333f, #e8e8e8);
  background: light-dark(#fff, #374152);
  cursor: pointer;
}
.datepicker:not(.datepicker-week-select) td.active,
.datepicker:not(.datepicker-week-select) td.active:hover {
  background: #3b5998 !important;
  color: #fff !important;
}
.datepicker .day.today,
.datepicker .day.today:hover {
  background: light-dark(#fff, #374152) !important;
  color: light-dark(#33333f, #e8e8e8) !important;
}
.datepicker:not(.datepicker-week-select) table tr td.active {
  background: #95a5a6;
  color: #fff;
}
.datepicker.dropdown-menu {
  color: light-dark(#404258, #9b9b9b);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: light-dark(#fff, #374152);
  border: 1px solid light-dark(#fff, #374152);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.CodeMirror {
  border: 0;
  outline: 0;
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  transition: 0.4s all;
}
.CodeMirror.CodeMirror-focused {
  border: 1px solid #3b5998;
}
.float-input-label {
  display: inline-block;
  position: relative;
}
.float-input-label > label[float] {
  position: absolute;
  margin-left: 2px;
  margin-top: 1px;
  color: rgba(0,0,0,0.4) !important;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
}
.float-input-label > label[float].focus {
  color: #263961 !important;
}
.float-input-label > label[float]:not(.focus):not(.filled) {
  padding: 8px;
}
.float-input-label > label[float].filled {
  font-size: 80%;
}
.float-input-label > label[float][center]:not(.focus):not(.filled) {
  text-align: center;
}
.float-input-label > label[float] + input {
  padding-top: 12px;
  padding-bottom: 4px;
}
.input-box.focused {
  border: 1px solid #3b5998;
}
input[type=checkbox]:before,
input[type=checkbox]:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  vertical-align: middle;
}
input[type=checkbox]:has(+ label) {
  height: 22px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
input[type=checkbox]:not(:has(+ label)) {
  outline: 0;
  -webkit-appearance: none;
}
input[type=checkbox]:not(:has(+ label)):focus:after {
  -webkit-box-shadow: 0 0 0 5px rgba(38,57,97,0.2);
  box-shadow: 0 0 0 5px rgba(38,57,97,0.2);
}
input[type=checkbox]:not(:has(+ label)):after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-left: -2px;
  text-align: center;
  font-size: 8px;
  line-height: 18px;
  background: light-dark(#e3e3e3, #14181c);
  border: 0;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
  tabindex: -1;
}
input[type=checkbox]:not(:has(+ label)):not(:disabled):after {
  color: #fff;
}
input[type=checkbox]:not(:has(+ label)):checked:after {
  content: "✓";
}
input[type=checkbox]:not(:has(+ label)):checked:not(:disabled):after {
  background-color: #3b5998;
  border-color: #3b5998;
}
input[type=checkbox]:not(:has(+ label)).expander:not(:checked):after {
  content: "+";
  font-size: 12px;
  color: light-dark(#14181c, #e3e3e3);
}
input[type=checkbox]:not(:has(+ label)).expander:checked:after {
  content: "-";
  font-size: 12px;
}
input[type=checkbox]:not(:has(+ label)):disabled:after {
  opacity: 40%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4000%)";
  filter: alpha(opacity=4000%);
  border-style: dotted;
}
label.toggle-checkbox {
  margin-top: 5px;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
label.toggle-checkbox.floated {
  margin-top: 0;
  margin-left: 45px;
}
label[mandatory]::before {
  content: "\2022";
  display: inline;
  margin-right: 0.5em;
  color: #e32;
}
input[type=checkbox] + label.toggle-checkbox::before {
  position: absolute;
  display: block;
  content: "";
  margin-left: -55px;
  width: 45px;
  height: 27px;
  background: light-dark(#e3e3e3, #14181c);
  border-radius: 22px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -ms-transition: background 0.4s;
  transition: background 0.4s;
}
input[type=checkbox] + label.toggle-checkbox::after {
  position: absolute;
  display: block;
  content: "";
  margin-left: -54px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.8);
  box-shadow: 0 0 1px rgba(0,0,0,0.8);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
input[type=checkbox] + label.toggle-checkbox.floated::before {
  margin-left: 5px;
  margin-top: -25px;
}
input[type=checkbox] + label.toggle-checkbox.floated::after {
  margin-left: 5px;
  margin-top: -25px;
}
input[type=checkbox]:focus + label.toggle-checkbox::before {
  border: 1px solid #3b5998;
}
input[type=checkbox]:checked + label.toggle-checkbox::before {
  background: #3b5998;
}
input[type=checkbox]:checked + label.toggle-checkbox::after {
  margin-left: -36px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
input[type=checkbox]:checked + label.toggle-checkbox.floated:after {
  margin-left: 34px;
}
input[type=checkbox]:disabled + label.toggle-checkbox::before {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
input[type=checkbox]:disabled + label.toggle-checkbox::after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
input[type=range] {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 5px;
  background: none;
  border: 0;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -moz-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -o-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -ms-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: linear-gradient(to right, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
}
input[type=range]::-moz-slider-runnable-track {
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -moz-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -o-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -ms-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: linear-gradient(to right, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  background: -webkit-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -moz-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -o-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: -ms-linear-gradient(left, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  background: linear-gradient(to right, #3b5998 0%, #3b5998 var(--value), #b7b7b7 var(--value), #b7b7b7 100%);
  border-radius: 5px;
}
input[type=range]::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 5px #b7b7b7 solid;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 5px #b7b7b7 solid;
  margin-top: -7px;
}
input[type=range]:disabled {
  background: none;
  cursor: not-allowed;
}
fieldset {
  white-space: nowrap;
  height: 2em;
}
fieldset > label {
  float: left;
}
fieldset > label > span {
  display: inline-block;
  min-width: 2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: 2em;
  text-align: center;
  cursor: pointer;
  background: rgba(0,0,0,0.05);
  color: rgba(0,0,0,0.9);
  border: 1px solid rgba(0,0,0,0.3);
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
  transition: 0.2s all;
}
fieldset > label > span > * {
  line-height: inherit !important;
}
fieldset > label:not(:first-child) > span {
  border-left: 0;
}
fieldset > label:not(:last-child) > span {
  border-right: 0;
}
fieldset > label:first-child > span {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
fieldset > label:last-child > span {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
fieldset > label > input[type=radio],
fieldset > label > input[type=checkbox] {
  display: none;
}
fieldset > label > input[type=radio]:checked + span,
fieldset > label > input[type=checkbox]:checked + span {
  background: rgba(59,89,152,0.8);
  color: rgba(255,255,255,0.9);
}
small {
  font-size: 90%;
  opacity: 80%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8000%)";
  filter: alpha(opacity=8000%);
}
button,
a.button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 16px;
  margin-right: 4px;
  margin-bottom: 4px;
  height: 34px;
  line-height: 18px;
  vertical-align: middle;
  border-radius: 5px;
  cursor: pointer;
  outline: 0;
  color: light-dark(#222, #fff);
  background: light-dark(#f9f9f9, #333);
  border: 1px solid light-dark(#b8b8b8, #555);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
button:focus:not(:disabled):not(.disabled),
a.button:focus:not(:disabled):not(.disabled),
button:active:not(:disabled):not(.disabled),
a.button:active:not(:disabled):not(.disabled) {
  border-color: rgba(0,0,0,0.4) !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.01), 0 0 0 3px rgba(0,0,0,0.15) !important;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.01), 0 0 0 3px rgba(0,0,0,0.15) !important;
}
button:disabled,
a.button:disabled,
button.disabled,
a.button.disabled {
  background: light-dark(#f0f0f0, #333);
  color: light-dark(#ccc, #888);
  border-color: light-dark(#dfdfdf, #666);
  cursor: not-allowed;
}
button:not([cancel]):not(.cancel):not(:disabled):not(.disabled):not(.type-clear),
a.button:not([cancel]):not(.cancel):not(:disabled):not(.disabled):not(.type-clear) {
  color: #fff;
  background: #3b5998;
  border-color: #293e6a;
}
button:not([cancel]):not(.cancel):not(:disabled):not(.disabled):not(.type-clear):focus,
a.button:not([cancel]):not(.cancel):not(:disabled):not(.disabled):not(.type-clear):focus,
button:not([cancel]):not(.cancel):not(:disabled):not(.disabled):not(.type-clear):active,
a.button:not([cancel]):not(.cancel):not(:disabled):not(.disabled):not(.type-clear):active {
  border: 1px solid #3b5998;
}
button.type-red:not(:disabled):not(.disabled),
a.button.type-red:not(:disabled):not(.disabled) {
  background: #e74c3c !important;
  border-color: #b52516 !important;
  -webkit-box-shadow: 0 1px 0 rgba(231,76,60,0.05);
  box-shadow: 0 1px 0 rgba(231,76,60,0.05);
}
button.type-red:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-red:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-red:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-red:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #e74c3c !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(231,76,60,0.05), 0 0 0 3px rgba(231,76,60,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(231,76,60,0.05), 0 0 0 3px rgba(231,76,60,0.3) !important;
}
button.type-orange:not(:disabled):not(.disabled),
a.button.type-orange:not(:disabled):not(.disabled) {
  background: #e67e22 !important;
  border-color: #a65813 !important;
  -webkit-box-shadow: 0 1px 0 rgba(230,126,34,0.05);
  box-shadow: 0 1px 0 rgba(230,126,34,0.05);
}
button.type-orange:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-orange:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-orange:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-orange:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #e67e22 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(230,126,34,0.05), 0 0 0 3px rgba(230,126,34,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(230,126,34,0.05), 0 0 0 3px rgba(230,126,34,0.3) !important;
}
button.type-yellow:not(:disabled):not(.disabled),
a.button.type-yellow:not(:disabled):not(.disabled) {
  background: #f1c40f !important;
  border-color: #a98a0a !important;
  -webkit-box-shadow: 0 1px 0 rgba(241,196,15,0.05);
  box-shadow: 0 1px 0 rgba(241,196,15,0.05);
}
button.type-yellow:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-yellow:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-yellow:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-yellow:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #f1c40f !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(241,196,15,0.05), 0 0 0 3px rgba(241,196,15,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(241,196,15,0.05), 0 0 0 3px rgba(241,196,15,0.3) !important;
}
button.type-yellowgreen:not(:disabled):not(.disabled),
a.button.type-yellowgreen:not(:disabled):not(.disabled) {
  background: #bad80d !important;
  border-color: #829709 !important;
  -webkit-box-shadow: 0 1px 0 rgba(186,216,13,0.05);
  box-shadow: 0 1px 0 rgba(186,216,13,0.05);
}
button.type-yellowgreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-yellowgreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-yellowgreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-yellowgreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #bad80d !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(186,216,13,0.05), 0 0 0 3px rgba(186,216,13,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(186,216,13,0.05), 0 0 0 3px rgba(186,216,13,0.3) !important;
}
button.type-green:not(:disabled):not(.disabled),
a.button.type-green:not(:disabled):not(.disabled) {
  background: #2ecc71 !important;
  border-color: #208f4f !important;
  -webkit-box-shadow: 0 1px 0 rgba(46,204,113,0.05);
  box-shadow: 0 1px 0 rgba(46,204,113,0.05);
}
button.type-green:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-green:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-green:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-green:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #2ecc71 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(46,204,113,0.05), 0 0 0 3px rgba(46,204,113,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(46,204,113,0.05), 0 0 0 3px rgba(46,204,113,0.3) !important;
}
button.type-seagreen:not(:disabled):not(.disabled),
a.button.type-seagreen:not(:disabled):not(.disabled) {
  background: #20b2aa !important;
  border-color: #167d77 !important;
  -webkit-box-shadow: 0 1px 0 rgba(32,178,170,0.05);
  box-shadow: 0 1px 0 rgba(32,178,170,0.05);
}
button.type-seagreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-seagreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-seagreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-seagreen:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #20b2aa !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(32,178,170,0.05), 0 0 0 3px rgba(32,178,170,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(32,178,170,0.05), 0 0 0 3px rgba(32,178,170,0.3) !important;
}
button.type-skyblue:not(:disabled):not(.disabled),
a.button.type-skyblue:not(:disabled):not(.disabled) {
  background: #87cefa !important;
  border-color: #18a1f5 !important;
  -webkit-box-shadow: 0 1px 0 rgba(135,206,250,0.05);
  box-shadow: 0 1px 0 rgba(135,206,250,0.05);
}
button.type-skyblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-skyblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-skyblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-skyblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #87cefa !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(135,206,250,0.05), 0 0 0 3px rgba(135,206,250,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(135,206,250,0.05), 0 0 0 3px rgba(135,206,250,0.3) !important;
}
button.type-blue:not(:disabled):not(.disabled),
a.button.type-blue:not(:disabled):not(.disabled) {
  background: #3498db !important;
  border-color: #1d6ca1 !important;
  -webkit-box-shadow: 0 1px 0 rgba(52,152,219,0.05);
  box-shadow: 0 1px 0 rgba(52,152,219,0.05);
}
button.type-blue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-blue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-blue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-blue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #3498db !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(52,152,219,0.05), 0 0 0 3px rgba(52,152,219,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(52,152,219,0.05), 0 0 0 3px rgba(52,152,219,0.3) !important;
}
button.type-slateblue:not(:disabled):not(.disabled),
a.button.type-slateblue:not(:disabled):not(.disabled) {
  background: #6b5fe0 !important;
  border-color: #3224bb !important;
  -webkit-box-shadow: 0 1px 0 rgba(107,95,224,0.05);
  box-shadow: 0 1px 0 rgba(107,95,224,0.05);
}
button.type-slateblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-slateblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-slateblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-slateblue:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #6b5fe0 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(107,95,224,0.05), 0 0 0 3px rgba(107,95,224,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(107,95,224,0.05), 0 0 0 3px rgba(107,95,224,0.3) !important;
}
button.type-purple:not(:disabled):not(.disabled),
a.button.type-purple:not(:disabled):not(.disabled) {
  background: #9b59b6 !important;
  border-color: #6e3a84 !important;
  -webkit-box-shadow: 0 1px 0 rgba(155,89,182,0.05);
  box-shadow: 0 1px 0 rgba(155,89,182,0.05);
}
button.type-purple:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-purple:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-purple:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-purple:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #9b59b6 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(155,89,182,0.05), 0 0 0 3px rgba(155,89,182,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(155,89,182,0.05), 0 0 0 3px rgba(155,89,182,0.3) !important;
}
button.type-pink:not(:disabled):not(.disabled),
a.button.type-pink:not(:disabled):not(.disabled) {
  background: #ff74e4 !important;
  border-color: #ff05ce !important;
  -webkit-box-shadow: 0 1px 0 rgba(255,116,228,0.05);
  box-shadow: 0 1px 0 rgba(255,116,228,0.05);
}
button.type-pink:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-pink:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-pink:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-pink:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #ff74e4 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,116,228,0.05), 0 0 0 3px rgba(255,116,228,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(255,116,228,0.05), 0 0 0 3px rgba(255,116,228,0.3) !important;
}
button.type-rose:not(:disabled):not(.disabled),
a.button.type-rose:not(:disabled):not(.disabled) {
  background: #eb6b5e !important;
  border-color: #cd2a19 !important;
  -webkit-box-shadow: 0 1px 0 rgba(235,107,94,0.05);
  box-shadow: 0 1px 0 rgba(235,107,94,0.05);
}
button.type-rose:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-rose:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-rose:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-rose:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #eb6b5e !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(235,107,94,0.05), 0 0 0 3px rgba(235,107,94,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(235,107,94,0.05), 0 0 0 3px rgba(235,107,94,0.3) !important;
}
button.type-wheat:not(:disabled):not(.disabled),
a.button.type-wheat:not(:disabled):not(.disabled) {
  background: #f5deb3 !important;
  border-color: #e6ad43 !important;
  -webkit-box-shadow: 0 1px 0 rgba(245,222,179,0.05);
  box-shadow: 0 1px 0 rgba(245,222,179,0.05);
}
button.type-wheat:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-wheat:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-wheat:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-wheat:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #f5deb3 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(245,222,179,0.05), 0 0 0 3px rgba(245,222,179,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(245,222,179,0.05), 0 0 0 3px rgba(245,222,179,0.3) !important;
}
button.type-goldenrod:not(:disabled):not(.disabled),
a.button.type-goldenrod:not(:disabled):not(.disabled) {
  background: #bd8941 !important;
  border-color: #84602d !important;
  -webkit-box-shadow: 0 1px 0 rgba(189,137,65,0.05);
  box-shadow: 0 1px 0 rgba(189,137,65,0.05);
}
button.type-goldenrod:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-goldenrod:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-goldenrod:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-goldenrod:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #bd8941 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(189,137,65,0.05), 0 0 0 3px rgba(189,137,65,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(189,137,65,0.05), 0 0 0 3px rgba(189,137,65,0.3) !important;
}
button.type-brown:not(:disabled):not(.disabled),
a.button.type-brown:not(:disabled):not(.disabled) {
  background: #745429 !important;
  border-color: #513b1d !important;
  -webkit-box-shadow: 0 1px 0 rgba(116,84,41,0.05);
  box-shadow: 0 1px 0 rgba(116,84,41,0.05);
}
button.type-brown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-brown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-brown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-brown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #745429 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(116,84,41,0.05), 0 0 0 3px rgba(116,84,41,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(116,84,41,0.05), 0 0 0 3px rgba(116,84,41,0.3) !important;
}
button.type-darkbrown:not(:disabled):not(.disabled),
a.button.type-darkbrown:not(:disabled):not(.disabled) {
  background: #382d2b !important;
  border-color: #27201e !important;
  -webkit-box-shadow: 0 1px 0 rgba(56,45,43,0.05);
  box-shadow: 0 1px 0 rgba(56,45,43,0.05);
}
button.type-darkbrown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-darkbrown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-darkbrown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-darkbrown:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #382d2b !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(56,45,43,0.05), 0 0 0 3px rgba(56,45,43,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(56,45,43,0.05), 0 0 0 3px rgba(56,45,43,0.3) !important;
}
button.type-black:not(:disabled):not(.disabled),
a.button.type-black:not(:disabled):not(.disabled) {
  background: #000 !important;
  border-color: #000 !important;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}
button.type-black:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-black:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-black:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-black:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #000 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05), 0 0 0 3px rgba(0,0,0,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.05), 0 0 0 3px rgba(0,0,0,0.3) !important;
}
button.type-darkgrey:not(:disabled):not(.disabled),
a.button.type-darkgrey:not(:disabled):not(.disabled) {
  background: #737373 !important;
  border-color: #515151 !important;
  -webkit-box-shadow: 0 1px 0 rgba(115,115,115,0.05);
  box-shadow: 0 1px 0 rgba(115,115,115,0.05);
}
button.type-darkgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-darkgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-darkgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-darkgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #737373 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(115,115,115,0.05), 0 0 0 3px rgba(115,115,115,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(115,115,115,0.05), 0 0 0 3px rgba(115,115,115,0.3) !important;
}
button.type-lightgrey:not(:disabled):not(.disabled),
a.button.type-lightgrey:not(:disabled):not(.disabled) {
  background: #c3c3c3 !important;
  border-color: #898989 !important;
  -webkit-box-shadow: 0 1px 0 rgba(195,195,195,0.05);
  box-shadow: 0 1px 0 rgba(195,195,195,0.05);
}
button.type-lightgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-lightgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-lightgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-lightgrey:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #c3c3c3 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(195,195,195,0.05), 0 0 0 3px rgba(195,195,195,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(195,195,195,0.05), 0 0 0 3px rgba(195,195,195,0.3) !important;
}
button.type-white:not(:disabled):not(.disabled),
a.button.type-white:not(:disabled):not(.disabled) {
  background: #fff !important;
  border-color: #b3b3b3 !important;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.05);
  box-shadow: 0 1px 0 rgba(255,255,255,0.05);
}
button.type-white:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
a.button.type-white:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):focus,
button.type-white:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active,
a.button.type-white:not(:disabled):not(.disabled):not([cancel]):not(.cancel):not(:disabled):not(.disabled):active {
  border-color: #fff !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 0 0 3px rgba(255,255,255,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 0 0 3px rgba(255,255,255,0.3) !important;
}
a.button {
  padding-bottom: 8px !important;
}
.toolbar > button {
  margin-bottom: 0;
}
path.tz.selected {
  fill: #3b5998 !important;
}
path.tz:hover {
  fill: rgba(59,89,152,0.9) !important;
}
.pickr .pcr-button::before,
.pickr .pcr-button::after {
  border-radius: 5px;
}
.progressbar {
  position: relative;
  text-align: left;
  padding: 1px;
  height: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255,255,255,0.3);
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3), 0 0 1px 0 rgba(0,0,0,0.8);
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.3), 0 0 1px 0 rgba(0,0,0,0.8);
  border-radius: 3px;
}
.progressbar > div,
.progressbar > span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #3b5998;
  border-radius: 2px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  -ms-transition: width 0.3s;
  transition: width 0.3s;
}
.progressbar > div + div:not(.cursor) {
  border-right: 1px solid #fff;
}
.progressbar > .cursor {
  width: 0px;
  height: 100%;
  border-left: 1px solid rgba(0,0,0,0.8);
}
.progressbar.warning {
  border-color: #dbb;
}
.progressbar.warning > div,
.progressbar.warning > span {
  background: #e74c3c;
}
.progressbar.working {
  background: -webkit-repeating-linear-gradient(135deg, rgba(0,0,0,0.1) 0, rgba(0,0,0,0.1) 20px, rgba(0,0,0,0.05) 20px, rgba(0,0,0,0.05) 40px);
  background: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,0.1) 0, rgba(0,0,0,0.1) 20px, rgba(0,0,0,0.05) 20px, rgba(0,0,0,0.05) 40px);
  background: -o-repeating-linear-gradient(135deg, rgba(0,0,0,0.1) 0, rgba(0,0,0,0.1) 20px, rgba(0,0,0,0.05) 20px, rgba(0,0,0,0.05) 40px);
  background: -ms-repeating-linear-gradient(135deg, rgba(0,0,0,0.1) 0, rgba(0,0,0,0.1) 20px, rgba(0,0,0,0.05) 20px, rgba(0,0,0,0.05) 40px);
  background: repeating-linear-gradient(-45deg, rgba(0,0,0,0.1) 0, rgba(0,0,0,0.1) 20px, rgba(0,0,0,0.05) 20px, rgba(0,0,0,0.05) 40px);
  background-size: 200% 100%;
  -webkit-animation: barberpole 0.5s linear infinite;
  -moz-animation: barberpole 0.5s linear infinite;
  -o-animation: barberpole 0.5s linear infinite;
  -ms-animation: barberpole 0.5s linear infinite;
  animation: barberpole 0.5s linear infinite;
}
span.progressbar {
  display: inline-block;
  width: 10em;
  height: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sticker > .progressbar {
  vertical-align: text-bottom;
}
@-moz-keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -54px 0;
  }
}
@-webkit-keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -54px 0;
  }
}
@-o-keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -54px 0;
  }
}
@keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -54px 0;
  }
}
.warn,
.info,
.notice,
.error {
  position: relative;
  margin: 0.3em 1em;
  padding: 1.3em 1em 1.3em 1.5em;
  color: light-dark(#222, #fff);
  background: light-dark(rgba(0,0,0,0.03), rgba(0,0,0,0.2));
  border-radius: 3px;
  border-left: 4px solid #ccc;
}
.warn::before,
.info::before,
.notice::before,
.error::before {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  position: absolute;
  left: -12px;
  top: calc(50% - 10px);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  color: #fff;
}
.warn > [role=img],
.info > [role=img],
.notice > [role=img],
.error > [role=img] {
  position: absolute;
  left: -12px;
  top: calc(50% - 10px);
  min-width: 10px;
  height: ;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  color: #fff;
}
.warn > footer,
.info > footer,
.notice > footer,
.error > footer {
  margin-top: 0.5em;
  font-size: 80%;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.notice {
  border-color: #2ecc71;
}
.notice:not(:has(> [role=img]))::before {
  content: "i";
  background: #2ecc71;
}
.notice > [role=img] {
  background: #2ecc71;
  color: #fff !important;
}
.warn {
  border-color: #f1c40f;
}
.warn:not(:has(> [role=img]))::before {
  content: "!";
  background: #f1c40f;
}
.warn > [role=img] {
  background: #f1c40f;
  color: #fff !important;
}
.error {
  border-color: #e74c3c;
}
.error:not(:has(> [role=img]))::before {
  content: "!";
  background: #e74c3c;
}
.error > [role=img] {
  background: #e74c3c;
  color: #fff !important;
}
.info {
  border-color: #3498db;
}
.info:not(:has(> [role=img]))::before {
  content: "i";
  background: #3498db;
}
.info > [role=img] {
  background: #3498db;
  color: #fff !important;
}
.well {
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 3px;
  background: rgba(0,0,0,0.05);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.box {
  background: light-dark(#fff, #374152);
  border: 1px solid light-dark(#e3e3e3, #14181c);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dark-mode .box {
  background: #444;
  border: 1px solid rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.hlayout1 {
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 0;
  right: 0;
}
.hlayout1.aside {
  left: 250px;
}
.hlayout2 {
  position: absolute;
  top: 50px;
  bottom: 0;
}
.hlayout2.left {
  left: 0;
  right: 30%;
  z-index: 20;
  border-right: 1px solid #ccc;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.hlayout2.left.aside {
  left: 250px;
}
.hlayout2.right {
  right: 0;
  width: 30%;
  z-index: 19;
}
.hlayout1 > .full,
.hlayout2 > .full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
aside + section > .hlayout2.left {
  left: 200px;
}
.debug {
  border: 1px dashed rgba(170,0,0,0.9);
}
.comment-box {
  clear: left;
  margin-bottom: 10px;
}
.comment-box .details {
  float: left;
  width: 120px;
  height: 80px;
  text-align: center;
  font-size: 90%;
}
.comment-box .details .user {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.5em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.comment-box .details .time {
  display: block;
  font-size: 80%;
  line-height: 1em;
  color: rgba(0,0,0,0.5);
}
.comment-box .statement {
  margin-left: 120px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.comment-box .statement:after {
  display: block;
  content: "";
  position: absolute;
  left: -6px;
  top: 8px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  border-right: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.comment-box .statement h5 {
  line-height: 1.5em;
  margin-bottom: 0.5em;
  font-size: 120%;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.comment-box .statement ul {
  margin: 0.5em;
}
.stat-values {
  margin: 5%;
  width: 90%;
}
.stat-values > tbody > tr > td,
.stat-values > tr > td {
  padding: 2em 0.5em 0.5em 0.8em;
  border-left: 4px solid transparent;
}
.stat-values > tbody > tr > td > h4,
.stat-values > tr > td > h4 {
  padding: 0.5em 0;
  font-size: 200%;
  font-weight: 100;
}
.stat-values > tbody > tr > td > strong,
.stat-values > tr > td > strong {
  padding: 0.5em 0;
  font-size: 300%;
  font-weight: 800;
}
.stat-values > tbody > tr > td > p,
.stat-values > tr > td > p {
  padding: 0.5em 0;
  color: light-dark(#33333f, #e8e8e8);
}
.stat-values > tbody > tr > td > i,
.stat-values > tr > td > i {
  float: left;
  font-size: 7em;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  padding-bottom: 0.2em;
}
.stat-values .red {
  border-color: #a00;
}
.stat-values .green {
  border-color: #0a0;
}
.stat-values .blue {
  border-color: #00a;
}
.stat-values.compact {
  margin: 2%;
}
.stat-values.compact td {
  padding: 1em 0.25em 0.25em 0.4em;
}
.stat-values.compact td > h4,
.stat-values.compact td strong,
.stat-values.compact td p {
  padding: 0.25em 0;
}
.stat-box > h4 {
  padding: 0.5em 0;
  font-size: 200%;
  font-weight: 100;
}
.stat-box > strong {
  padding: 0.5em 0;
  font-size: 300%;
  font-weight: 800;
}
.stat-box > p {
  padding: 0.5em 0;
  color: light-dark(#33333f, #e8e8e8);
}
.stat-box > i {
  float: left;
  font-size: 7em;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  padding-bottom: 0.2em;
}
.stat-boxes {
  width: 100%;
  border-spacing: 30px;
  border-collapse: separate;
}
.stat-boxes td {
  width: 25%;
  padding: 2em 1em;
  font-size: 80%;
  line-height: 1.5em;
  background: rgba(0,0,0,0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.stat-boxes td > h3 {
  font-size: 300%;
  font-weight: 800;
  line-height: 1.5em;
  text-align: center;
  color: rgba(0,0,0,0.8);
}
.stat-boxes td > h4 {
  font-size: 150%;
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(0,0,0,0.6);
}
.avatar {
  display: inline-block;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  padding: 0;
  border-radius: 48px;
}
.avatar.squared {
  border-radius: 3px;
}
.avatar.teeny {
  width: 16px;
  height: 16px;
}
.avatar.tiny {
  width: 20px;
  height: 20px;
}
.avatar.small {
  width: 34px;
  height: 34px;
}
.avatar.large {
  width: 80px;
  height: 80px;
}
.avatar.deck {
  margin-right: -24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.avatar.deck.slide:hover {
  margin-right: -5px;
}
.avatar.deck + strong {
  margin-left: 30px;
}
.avatar.deck.tiny {
  margin-right: -10px;
}
.avatar.deck.tiny + strong {
  margin-left: 14px;
}
.avatar.deck.large {
  margin-right: -40px;
}
.avatar.deck.large + strong {
  margin-left: 48px;
}
.avatar.deck:nth-child(1) {
  z-index: 10;
}
.avatar.deck:nth-child(2) {
  z-index: 9;
}
.avatar.deck:nth-child(3) {
  z-index: 8;
}
.selectize-input.items.has-items .avatar.tiny {
  padding: 0;
  border: 0;
}
.selectize-control.single .selectize-input.items.has-items .avatar.tiny {
  width: 14px;
  height: 14px;
}
aside li .avatar.tiny {
  padding: 0;
  border: 0;
}
.picture {
  display: inline-block;
  position: relative;
  padding: 5px;
  margin-right: 3px;
  margin-bottom: 5px;
  font-size: 80%;
  text-align: center;
  vertical-align: top;
  background-color: rgba(255,255,255,0.7);
  border: 1px solid rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.picture.action {
  font-size: 300%;
  line-height: 1.5em;
  color: rgba(0,0,0,0.5);
}
.picture > * {
  display: block;
}
.picture > img {
  border: 1px solid rgba(0,0,0,0.3);
}
.picture > .remove {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 200%;
  padding: 0.5em;
  background: rgba(255,255,255,0.5);
  color: rgba(0,0,0,0.5);
  border-bottom-left-radius: 5px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.picture:hover > .remove {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -o-transition: 1s all;
  -ms-transition: 1s all;
  transition: 1s all;
}
.chart {
  padding: 0.5em 1em;
}
.chart .canvas {
  width: 100%;
  height: 200px;
}
.text-content {
  padding: 0.5em;
  line-height: 1.5em;
  color: light-dark(#33333f, #e8e8e8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.text-content table {
  border: 1px solid rgba(0,0,0,0.2);
}
.text-content td,
.text-content th {
  padding: 0.3em;
  border: 1px solid rgba(0,0,0,0.1);
}
.text-content th {
  background: rgba(0,0,0,0.05);
}
.text-content strong,
.text-content b {
  font-weight: bold;
}
.text-content em,
.text-content i {
  font-style: oblique;
}
.text-content a {
  text-decoration: underline;
  color: #888;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}
.text-content a:hover {
  color: #000;
}
.text-content blockquote {
  padding: 0.5em 2em;
  font-style: oblique;
  border-left: 2px solid rgba(0,0,0,0.1);
}
.text-content blockquote:before,
.text-content blockquote:after {
  font-size: 300%;
  font-weight: bold;
  color: rgba(0,0,0,0.15);
}
.text-content blockquote:before {
  content: "“";
  float: left;
  margin-left: -20px;
}
.text-content blockquote:after {
  content: "”";
  float: right;
  margin-top: -10px;
}
.text-content pre {
  margin: 1em 0;
  padding: 0.5em;
  background: rgba(0,0,0,0.05);
  overflow: auto;
}
.text-content code {
  font-family: monospace;
}
.text-content.wrap code {
  text-wrap: wrap;
}
.text-content p {
  margin: 0.5em 0;
}
.text-content ul {
  margin: 0.5em 0;
  list-style-type: circle;
}
.text-content ol {
  margin: 0.5em 0;
  list-style-type: decimal;
}
.text-content ul > ul,
.text-content ol > ol,
.text-content ul > ol,
.text-content ol > ul {
  margin-left: 2em;
}
.text-content li {
  margin: 0 1.5em;
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4 {
  margin: 1em 0 0.5em;
  padding: 0;
  color: inherit;
}
.text-content h1 {
  font-size: 200%;
  font-weight: 800;
}
.text-content h2 {
  font-size: 160%;
  font-weight: 600;
}
.text-content h3 {
  font-size: 140%;
  font-weight: 400;
}
.text-content h4 {
  font-size: 120%;
}
.text-content hr {
  height: 0;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.text-content.dark {
  background: #444;
  color: #f0f0f0;
}
.text-content.dark pre {
  background: #232323;
  border-left: 0;
}
.color-theme {
  color: #3b5998 !important;
}
.hover-color-theme:hover {
  color: #3b5998 !important;
}
.border-theme {
  border-color: #3b5998 !important;
}
.bg-theme {
  background: #3b5998 !important;
}
.hover-bg-theme:hover {
  background: #3b5998 !important;
}
.color-black {
  color: #111 !important;
}
.color-white {
  color: #fff !important;
}
.border-black {
  border-color: #111 !important;
}
.border-white {
  border-color: #fff !important;
}
.bg-black {
  background: rgba(17,17,17,0.05) !important;
}
.bg-black.bg-marked {
  background: rgba(17,17,17,0.3) !important;
}
.bg-black.bg-full {
  background: #111 !important;
}
.bg-white {
  background: #fff !important;
}
.color-red {
  color: #e74c3c !important;
}
.border-red {
  border-color: #e74c3c !important;
}
.hover-color-red:hover {
  color: #e74c3c !important;
}
.hover-border-red:hover {
  border-color: #e74c3c !important;
}
.color-orange {
  color: #e67e22 !important;
}
.border-orange {
  border-color: #e67e22 !important;
}
.hover-color-orange:hover {
  color: #e67e22 !important;
}
.hover-border-orange:hover {
  border-color: #e67e22 !important;
}
.color-yellow {
  color: #f1c40f !important;
}
.border-yellow {
  border-color: #f1c40f !important;
}
.hover-color-yellow:hover {
  color: #f1c40f !important;
}
.hover-border-yellow:hover {
  border-color: #f1c40f !important;
}
.color-yellowgreen {
  color: #bad80d !important;
}
.border-yellowgreen {
  border-color: #bad80d !important;
}
.hover-color-yellowgreen:hover {
  color: #bad80d !important;
}
.hover-border-yellowgreen:hover {
  border-color: #bad80d !important;
}
.color-green {
  color: #2ecc71 !important;
}
.border-green {
  border-color: #2ecc71 !important;
}
.hover-color-green:hover {
  color: #2ecc71 !important;
}
.hover-border-green:hover {
  border-color: #2ecc71 !important;
}
.color-seagreen {
  color: #20b2aa !important;
}
.border-seagreen {
  border-color: #20b2aa !important;
}
.hover-color-seagreen:hover {
  color: #20b2aa !important;
}
.hover-border-seagreen:hover {
  border-color: #20b2aa !important;
}
.color-skyblue {
  color: #87cefa !important;
}
.border-skyblue {
  border-color: #87cefa !important;
}
.hover-color-skyblue:hover {
  color: #87cefa !important;
}
.hover-border-skyblue:hover {
  border-color: #87cefa !important;
}
.color-blue {
  color: #3498db !important;
}
.border-blue {
  border-color: #3498db !important;
}
.hover-color-blue:hover {
  color: #3498db !important;
}
.hover-border-blue:hover {
  border-color: #3498db !important;
}
.color-slateblue {
  color: #6b5fe0 !important;
}
.border-slateblue {
  border-color: #6b5fe0 !important;
}
.hover-color-slateblue:hover {
  color: #6b5fe0 !important;
}
.hover-border-slateblue:hover {
  border-color: #6b5fe0 !important;
}
.color-purple {
  color: #9b59b6 !important;
}
.border-purple {
  border-color: #9b59b6 !important;
}
.hover-color-purple:hover {
  color: #9b59b6 !important;
}
.hover-border-purple:hover {
  border-color: #9b59b6 !important;
}
.color-pink {
  color: #ff74e4 !important;
}
.border-pink {
  border-color: #ff74e4 !important;
}
.hover-color-pink:hover {
  color: #ff74e4 !important;
}
.hover-border-pink:hover {
  border-color: #ff74e4 !important;
}
.color-rose {
  color: #eb6b5e !important;
}
.border-rose {
  border-color: #eb6b5e !important;
}
.hover-color-rose:hover {
  color: #eb6b5e !important;
}
.hover-border-rose:hover {
  border-color: #eb6b5e !important;
}
.color-wheat {
  color: #f5deb3 !important;
}
.border-wheat {
  border-color: #f5deb3 !important;
}
.hover-color-wheat:hover {
  color: #f5deb3 !important;
}
.hover-border-wheat:hover {
  border-color: #f5deb3 !important;
}
.color-goldenrod {
  color: #bd8941 !important;
}
.border-goldenrod {
  border-color: #bd8941 !important;
}
.hover-color-goldenrod:hover {
  color: #bd8941 !important;
}
.hover-border-goldenrod:hover {
  border-color: #bd8941 !important;
}
.color-brown {
  color: #745429 !important;
}
.border-brown {
  border-color: #745429 !important;
}
.hover-color-brown:hover {
  color: #745429 !important;
}
.hover-border-brown:hover {
  border-color: #745429 !important;
}
.color-darkbrown {
  color: #382d2b !important;
}
.border-darkbrown {
  border-color: #382d2b !important;
}
.hover-color-darkbrown:hover {
  color: #382d2b !important;
}
.hover-border-darkbrown:hover {
  border-color: #382d2b !important;
}
.color-black {
  color: #000 !important;
}
.border-black {
  border-color: #000 !important;
}
.hover-color-black:hover {
  color: #000 !important;
}
.hover-border-black:hover {
  border-color: #000 !important;
}
.color-darkgrey {
  color: #737373 !important;
}
.border-darkgrey {
  border-color: #737373 !important;
}
.hover-color-darkgrey:hover {
  color: #737373 !important;
}
.hover-border-darkgrey:hover {
  border-color: #737373 !important;
}
.color-lightgrey {
  color: #c3c3c3 !important;
}
.border-lightgrey {
  border-color: #c3c3c3 !important;
}
.hover-color-lightgrey:hover {
  color: #c3c3c3 !important;
}
.hover-border-lightgrey:hover {
  border-color: #c3c3c3 !important;
}
.color-white {
  color: #fff !important;
}
.border-white {
  border-color: #fff !important;
}
.hover-color-white:hover {
  color: #fff !important;
}
.hover-border-white:hover {
  border-color: #fff !important;
}
.theme-color-red {
  color: #e74c3c !important;
}
.theme-border-red {
  border-color: #e74c3c !important;
}
.theme-hover-color-red:hover {
  color: #e74c3c !important;
}
.theme-hover-border-red:hover {
  border-color: #e74c3c !important;
}
.theme-color-blue {
  color: #3498db !important;
}
.theme-border-blue {
  border-color: #3498db !important;
}
.theme-hover-color-blue:hover {
  color: #3498db !important;
}
.theme-hover-border-blue:hover {
  border-color: #3498db !important;
}
.theme-color-green {
  color: #2ecc71 !important;
}
.theme-border-green {
  border-color: #2ecc71 !important;
}
.theme-hover-color-green:hover {
  color: #2ecc71 !important;
}
.theme-hover-border-green:hover {
  border-color: #2ecc71 !important;
}
.theme-color-orange {
  color: #e67e22 !important;
}
.theme-border-orange {
  border-color: #e67e22 !important;
}
.theme-hover-color-orange:hover {
  color: #e67e22 !important;
}
.theme-hover-border-orange:hover {
  border-color: #e67e22 !important;
}
.theme-color-purple {
  color: #9b59b6 !important;
}
.theme-border-purple {
  border-color: #9b59b6 !important;
}
.theme-hover-color-purple:hover {
  color: #9b59b6 !important;
}
.theme-hover-border-purple:hover {
  border-color: #9b59b6 !important;
}
.theme-color-yellow {
  color: #f1c40f !important;
}
.theme-border-yellow {
  border-color: #f1c40f !important;
}
.theme-hover-color-yellow:hover {
  color: #f1c40f !important;
}
.theme-hover-border-yellow:hover {
  border-color: #f1c40f !important;
}
.theme-color-brown {
  color: #745429 !important;
}
.theme-border-brown {
  border-color: #745429 !important;
}
.theme-hover-color-brown:hover {
  color: #745429 !important;
}
.theme-hover-border-brown:hover {
  border-color: #745429 !important;
}
.theme-color-pink {
  color: #ff74e4 !important;
}
.theme-border-pink {
  border-color: #ff74e4 !important;
}
.theme-hover-color-pink:hover {
  color: #ff74e4 !important;
}
.theme-hover-border-pink:hover {
  border-color: #ff74e4 !important;
}
.theme-color-turquoise {
  color: #69a8a4 !important;
}
.theme-border-turquoise {
  border-color: #69a8a4 !important;
}
.theme-hover-color-turquoise:hover {
  color: #69a8a4 !important;
}
.theme-hover-border-turquoise:hover {
  border-color: #69a8a4 !important;
}
.theme-color-navy {
  color: #235785 !important;
}
.theme-border-navy {
  border-color: #235785 !important;
}
.theme-hover-color-navy:hover {
  color: #235785 !important;
}
.theme-hover-border-navy:hover {
  border-color: #235785 !important;
}
.theme-color-social {
  color: #3b5998 !important;
}
.theme-border-social {
  border-color: #3b5998 !important;
}
.theme-hover-color-social:hover {
  color: #3b5998 !important;
}
.theme-hover-border-social:hover {
  border-color: #3b5998 !important;
}
.theme-color-vodafone {
  color: #e60000 !important;
}
.theme-border-vodafone {
  border-color: #e60000 !important;
}
.theme-hover-color-vodafone:hover {
  color: #e60000 !important;
}
.theme-hover-border-vodafone:hover {
  border-color: #e60000 !important;
}
.theme-color-deep-purple {
  color: #505a7c !important;
}
.theme-border-deep-purple {
  border-color: #505a7c !important;
}
.theme-hover-color-deep-purple:hover {
  color: #505a7c !important;
}
.theme-hover-border-deep-purple:hover {
  border-color: #505a7c !important;
}
.theme-color-sugar-candy {
  color: #e40046 !important;
}
.theme-border-sugar-candy {
  border-color: #e40046 !important;
}
.theme-hover-color-sugar-candy:hover {
  color: #e40046 !important;
}
.theme-hover-border-sugar-candy:hover {
  border-color: #e40046 !important;
}
.theme-color-surgery-blue {
  color: #00c9cc !important;
}
.theme-border-surgery-blue {
  border-color: #00c9cc !important;
}
.theme-hover-color-surgery-blue:hover {
  color: #00c9cc !important;
}
.theme-hover-border-surgery-blue:hover {
  border-color: #00c9cc !important;
}
.theme-color-sky-blue {
  color: #189dfc !important;
}
.theme-border-sky-blue {
  border-color: #189dfc !important;
}
.theme-hover-color-sky-blue:hover {
  color: #189dfc !important;
}
.theme-hover-border-sky-blue:hover {
  border-color: #189dfc !important;
}
.theme-color-light-blue {
  color: #0cf !important;
}
.theme-border-light-blue {
  border-color: #0cf !important;
}
.theme-hover-color-light-blue:hover {
  color: #0cf !important;
}
.theme-hover-border-light-blue:hover {
  border-color: #0cf !important;
}
.theme-color-trackingdiary {
  color: #f60 !important;
}
.theme-border-trackingdiary {
  border-color: #f60 !important;
}
.theme-hover-color-trackingdiary:hover {
  color: #f60 !important;
}
.theme-hover-border-trackingdiary:hover {
  border-color: #f60 !important;
}
.theme-color-nature-green {
  color: #a8b400 !important;
}
.theme-border-nature-green {
  border-color: #a8b400 !important;
}
.theme-hover-color-nature-green:hover {
  color: #a8b400 !important;
}
.theme-hover-border-nature-green:hover {
  border-color: #a8b400 !important;
}
.theme-color-military {
  color: #505645 !important;
}
.theme-border-military {
  border-color: #505645 !important;
}
.theme-hover-color-military:hover {
  color: #505645 !important;
}
.theme-hover-border-military:hover {
  border-color: #505645 !important;
}
.theme-color-mustard {
  color: #f0c200 !important;
}
.theme-border-mustard {
  border-color: #f0c200 !important;
}
.theme-hover-color-mustard:hover {
  color: #f0c200 !important;
}
.theme-hover-border-mustard:hover {
  border-color: #f0c200 !important;
}
.theme-color-thinkdigital {
  color: #0085ca !important;
}
.theme-border-thinkdigital {
  border-color: #0085ca !important;
}
.theme-hover-color-thinkdigital:hover {
  color: #0085ca !important;
}
.theme-hover-border-thinkdigital:hover {
  border-color: #0085ca !important;
}
.theme-color-rose {
  color: #ff24ad !important;
}
.theme-border-rose {
  border-color: #ff24ad !important;
}
.theme-hover-color-rose:hover {
  color: #ff24ad !important;
}
.theme-hover-border-rose:hover {
  border-color: #ff24ad !important;
}
.theme-color-corporate-dark {
  color: #46526d !important;
}
.theme-border-corporate-dark {
  border-color: #46526d !important;
}
.theme-hover-color-corporate-dark:hover {
  color: #46526d !important;
}
.theme-hover-border-corporate-dark:hover {
  border-color: #46526d !important;
}
.theme-color-fiamma {
  color: #eb6b5e !important;
}
.theme-border-fiamma {
  border-color: #eb6b5e !important;
}
.theme-hover-color-fiamma:hover {
  color: #eb6b5e !important;
}
.theme-hover-border-fiamma:hover {
  border-color: #eb6b5e !important;
}
.bg-red {
  background-color: rgba(231,76,60,0.15) !important;
}
.bg-red.bg-marked {
  background-color: rgba(231,76,60,0.6) !important;
}
.bg-red.bg-full {
  background-color: rgba(231,76,60,0.8) !important;
}
.hover-bg-red:hover {
  background-color: rgba(231,76,60,0.15) !important;
}
.hover-bg-red.bg-marked:hover {
  background-color: rgba(231,76,60,0.6) !important;
}
.hover-bg-red.bg-full:hover {
  background-color: rgba(231,76,60,0.8) !important;
}
.bg-orange {
  background-color: rgba(230,126,34,0.15) !important;
}
.bg-orange.bg-marked {
  background-color: rgba(230,126,34,0.6) !important;
}
.bg-orange.bg-full {
  background-color: rgba(230,126,34,0.8) !important;
}
.hover-bg-orange:hover {
  background-color: rgba(230,126,34,0.15) !important;
}
.hover-bg-orange.bg-marked:hover {
  background-color: rgba(230,126,34,0.6) !important;
}
.hover-bg-orange.bg-full:hover {
  background-color: rgba(230,126,34,0.8) !important;
}
.bg-yellow {
  background-color: rgba(241,196,15,0.15) !important;
}
.bg-yellow.bg-marked {
  background-color: rgba(241,196,15,0.6) !important;
}
.bg-yellow.bg-full {
  background-color: rgba(241,196,15,0.8) !important;
}
.hover-bg-yellow:hover {
  background-color: rgba(241,196,15,0.15) !important;
}
.hover-bg-yellow.bg-marked:hover {
  background-color: rgba(241,196,15,0.6) !important;
}
.hover-bg-yellow.bg-full:hover {
  background-color: rgba(241,196,15,0.8) !important;
}
.bg-yellowgreen {
  background-color: rgba(186,216,13,0.15) !important;
}
.bg-yellowgreen.bg-marked {
  background-color: rgba(186,216,13,0.6) !important;
}
.bg-yellowgreen.bg-full {
  background-color: rgba(186,216,13,0.8) !important;
}
.hover-bg-yellowgreen:hover {
  background-color: rgba(186,216,13,0.15) !important;
}
.hover-bg-yellowgreen.bg-marked:hover {
  background-color: rgba(186,216,13,0.6) !important;
}
.hover-bg-yellowgreen.bg-full:hover {
  background-color: rgba(186,216,13,0.8) !important;
}
.bg-green {
  background-color: rgba(46,204,113,0.15) !important;
}
.bg-green.bg-marked {
  background-color: rgba(46,204,113,0.6) !important;
}
.bg-green.bg-full {
  background-color: rgba(46,204,113,0.8) !important;
}
.hover-bg-green:hover {
  background-color: rgba(46,204,113,0.15) !important;
}
.hover-bg-green.bg-marked:hover {
  background-color: rgba(46,204,113,0.6) !important;
}
.hover-bg-green.bg-full:hover {
  background-color: rgba(46,204,113,0.8) !important;
}
.bg-seagreen {
  background-color: rgba(32,178,170,0.15) !important;
}
.bg-seagreen.bg-marked {
  background-color: rgba(32,178,170,0.6) !important;
}
.bg-seagreen.bg-full {
  background-color: rgba(32,178,170,0.8) !important;
}
.hover-bg-seagreen:hover {
  background-color: rgba(32,178,170,0.15) !important;
}
.hover-bg-seagreen.bg-marked:hover {
  background-color: rgba(32,178,170,0.6) !important;
}
.hover-bg-seagreen.bg-full:hover {
  background-color: rgba(32,178,170,0.8) !important;
}
.bg-skyblue {
  background-color: rgba(135,206,250,0.15) !important;
}
.bg-skyblue.bg-marked {
  background-color: rgba(135,206,250,0.6) !important;
}
.bg-skyblue.bg-full {
  background-color: rgba(135,206,250,0.8) !important;
}
.hover-bg-skyblue:hover {
  background-color: rgba(135,206,250,0.15) !important;
}
.hover-bg-skyblue.bg-marked:hover {
  background-color: rgba(135,206,250,0.6) !important;
}
.hover-bg-skyblue.bg-full:hover {
  background-color: rgba(135,206,250,0.8) !important;
}
.bg-blue {
  background-color: rgba(52,152,219,0.15) !important;
}
.bg-blue.bg-marked {
  background-color: rgba(52,152,219,0.6) !important;
}
.bg-blue.bg-full {
  background-color: rgba(52,152,219,0.8) !important;
}
.hover-bg-blue:hover {
  background-color: rgba(52,152,219,0.15) !important;
}
.hover-bg-blue.bg-marked:hover {
  background-color: rgba(52,152,219,0.6) !important;
}
.hover-bg-blue.bg-full:hover {
  background-color: rgba(52,152,219,0.8) !important;
}
.bg-slateblue {
  background-color: rgba(107,95,224,0.15) !important;
}
.bg-slateblue.bg-marked {
  background-color: rgba(107,95,224,0.6) !important;
}
.bg-slateblue.bg-full {
  background-color: rgba(107,95,224,0.8) !important;
}
.hover-bg-slateblue:hover {
  background-color: rgba(107,95,224,0.15) !important;
}
.hover-bg-slateblue.bg-marked:hover {
  background-color: rgba(107,95,224,0.6) !important;
}
.hover-bg-slateblue.bg-full:hover {
  background-color: rgba(107,95,224,0.8) !important;
}
.bg-purple {
  background-color: rgba(155,89,182,0.15) !important;
}
.bg-purple.bg-marked {
  background-color: rgba(155,89,182,0.6) !important;
}
.bg-purple.bg-full {
  background-color: rgba(155,89,182,0.8) !important;
}
.hover-bg-purple:hover {
  background-color: rgba(155,89,182,0.15) !important;
}
.hover-bg-purple.bg-marked:hover {
  background-color: rgba(155,89,182,0.6) !important;
}
.hover-bg-purple.bg-full:hover {
  background-color: rgba(155,89,182,0.8) !important;
}
.bg-pink {
  background-color: rgba(255,116,228,0.15) !important;
}
.bg-pink.bg-marked {
  background-color: rgba(255,116,228,0.6) !important;
}
.bg-pink.bg-full {
  background-color: rgba(255,116,228,0.8) !important;
}
.hover-bg-pink:hover {
  background-color: rgba(255,116,228,0.15) !important;
}
.hover-bg-pink.bg-marked:hover {
  background-color: rgba(255,116,228,0.6) !important;
}
.hover-bg-pink.bg-full:hover {
  background-color: rgba(255,116,228,0.8) !important;
}
.bg-rose {
  background-color: rgba(235,107,94,0.15) !important;
}
.bg-rose.bg-marked {
  background-color: rgba(235,107,94,0.6) !important;
}
.bg-rose.bg-full {
  background-color: rgba(235,107,94,0.8) !important;
}
.hover-bg-rose:hover {
  background-color: rgba(235,107,94,0.15) !important;
}
.hover-bg-rose.bg-marked:hover {
  background-color: rgba(235,107,94,0.6) !important;
}
.hover-bg-rose.bg-full:hover {
  background-color: rgba(235,107,94,0.8) !important;
}
.bg-wheat {
  background-color: rgba(245,222,179,0.15) !important;
}
.bg-wheat.bg-marked {
  background-color: rgba(245,222,179,0.6) !important;
}
.bg-wheat.bg-full {
  background-color: rgba(245,222,179,0.8) !important;
}
.hover-bg-wheat:hover {
  background-color: rgba(245,222,179,0.15) !important;
}
.hover-bg-wheat.bg-marked:hover {
  background-color: rgba(245,222,179,0.6) !important;
}
.hover-bg-wheat.bg-full:hover {
  background-color: rgba(245,222,179,0.8) !important;
}
.bg-goldenrod {
  background-color: rgba(189,137,65,0.15) !important;
}
.bg-goldenrod.bg-marked {
  background-color: rgba(189,137,65,0.6) !important;
}
.bg-goldenrod.bg-full {
  background-color: rgba(189,137,65,0.8) !important;
}
.hover-bg-goldenrod:hover {
  background-color: rgba(189,137,65,0.15) !important;
}
.hover-bg-goldenrod.bg-marked:hover {
  background-color: rgba(189,137,65,0.6) !important;
}
.hover-bg-goldenrod.bg-full:hover {
  background-color: rgba(189,137,65,0.8) !important;
}
.bg-brown {
  background-color: rgba(116,84,41,0.15) !important;
}
.bg-brown.bg-marked {
  background-color: rgba(116,84,41,0.6) !important;
}
.bg-brown.bg-full {
  background-color: rgba(116,84,41,0.8) !important;
}
.hover-bg-brown:hover {
  background-color: rgba(116,84,41,0.15) !important;
}
.hover-bg-brown.bg-marked:hover {
  background-color: rgba(116,84,41,0.6) !important;
}
.hover-bg-brown.bg-full:hover {
  background-color: rgba(116,84,41,0.8) !important;
}
.bg-darkbrown {
  background-color: rgba(56,45,43,0.15) !important;
}
.bg-darkbrown.bg-marked {
  background-color: rgba(56,45,43,0.6) !important;
}
.bg-darkbrown.bg-full {
  background-color: rgba(56,45,43,0.8) !important;
}
.hover-bg-darkbrown:hover {
  background-color: rgba(56,45,43,0.15) !important;
}
.hover-bg-darkbrown.bg-marked:hover {
  background-color: rgba(56,45,43,0.6) !important;
}
.hover-bg-darkbrown.bg-full:hover {
  background-color: rgba(56,45,43,0.8) !important;
}
.bg-black {
  background-color: rgba(0,0,0,0.15) !important;
}
.bg-black.bg-marked {
  background-color: rgba(0,0,0,0.6) !important;
}
.bg-black.bg-full {
  background-color: rgba(0,0,0,0.8) !important;
}
.hover-bg-black:hover {
  background-color: rgba(0,0,0,0.15) !important;
}
.hover-bg-black.bg-marked:hover {
  background-color: rgba(0,0,0,0.6) !important;
}
.hover-bg-black.bg-full:hover {
  background-color: rgba(0,0,0,0.8) !important;
}
.bg-darkgrey {
  background-color: rgba(115,115,115,0.15) !important;
}
.bg-darkgrey.bg-marked {
  background-color: rgba(115,115,115,0.6) !important;
}
.bg-darkgrey.bg-full {
  background-color: rgba(115,115,115,0.8) !important;
}
.hover-bg-darkgrey:hover {
  background-color: rgba(115,115,115,0.15) !important;
}
.hover-bg-darkgrey.bg-marked:hover {
  background-color: rgba(115,115,115,0.6) !important;
}
.hover-bg-darkgrey.bg-full:hover {
  background-color: rgba(115,115,115,0.8) !important;
}
.bg-lightgrey {
  background-color: rgba(195,195,195,0.15) !important;
}
.bg-lightgrey.bg-marked {
  background-color: rgba(195,195,195,0.6) !important;
}
.bg-lightgrey.bg-full {
  background-color: rgba(195,195,195,0.8) !important;
}
.hover-bg-lightgrey:hover {
  background-color: rgba(195,195,195,0.15) !important;
}
.hover-bg-lightgrey.bg-marked:hover {
  background-color: rgba(195,195,195,0.6) !important;
}
.hover-bg-lightgrey.bg-full:hover {
  background-color: rgba(195,195,195,0.8) !important;
}
.bg-white {
  background-color: rgba(255,255,255,0.15) !important;
}
.bg-white.bg-marked {
  background-color: rgba(255,255,255,0.6) !important;
}
.bg-white.bg-full {
  background-color: rgba(255,255,255,0.8) !important;
}
.hover-bg-white:hover {
  background-color: rgba(255,255,255,0.15) !important;
}
.hover-bg-white.bg-marked:hover {
  background-color: rgba(255,255,255,0.6) !important;
}
.hover-bg-white.bg-full:hover {
  background-color: rgba(255,255,255,0.8) !important;
}
.tag,
.sticker {
  font-size: 90%;
  background: #3b5998;
  color: #fff;
  white-space: nowrap;
}
.tag .progressbar:not(.warning),
.sticker .progressbar:not(.warning) {
  background: rgba(255,255,255,0.3);
  border-color: #fff !important;
}
.tag .progressbar:not(.warning) > div,
.sticker .progressbar:not(.warning) > div,
.tag .progressbar:not(.warning) > span,
.sticker .progressbar:not(.warning) > span {
  background: rgba(255,255,255,0.5);
}
.tag {
  padding: 0.2em 0.8em 0.3em 1em;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
.tag:before {
  content: "•";
  margin-left: -0.5em;
  margin-right: 0.5em;
  color: #fff;
}
.print .tag {
  display: none;
}
.sticker {
  padding: 0.1em 0.5em 0.2em;
  cursor: default;
  border-radius: 0.4em;
}
.sticker:not(.compact) {
  margin-left: 0.6em;
}
.sticker.left-icon {
  padding-left: 0;
}
.sticker .progressbar {
  position: relative;
  top: 1px;
  margin-left: 3px;
}
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #3b5998;
  position: fixed;
  z-index: 3000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
@charset "UTF-8";
/*Animate.css - http://daneden.me/animate Licensed under the MIT license -http://opensource.org/licenses/MIT Copyright (c) 2015 Daniel Eden*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}100%{-webkit-transform:none;transform:none}}@keyframes jello{11.1%{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}100%{-webkit-transform:none;transform:none}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
#help-block {
  position: fixed;
  top: 50px;
  right: -550px;
  width: 30%;
  min-width: 400px;
  max-width: 500px;
  height: calc(100vh - 50px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  padding-top: 0;
  background: light-dark(#fff, #22272e);
  z-index: 900;
  border-left: 10px solid #263961;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -webkit-transition: right 0.3s ease-out;
  -moz-transition: right 0.3s ease-out;
  -o-transition: right 0.3s ease-out;
  -ms-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
#help-block.loaded {
  right: 0;
}
#help-block p {
  line-height: 1.5em;
  margin: 1em 0;
}
#help-block > .help-search {
  position: sticky;
  top: 0;
  margin-left: -20px;
  margin-right: -20px;
  z-index: 4000;
  background: light-dark(#fff, #22272e);
  background: -webkit-linear-gradient(270deg, light-dark((#fff), (#22272e)) 0%, light-dark((#fff), (#22272e)) 80%, rgba(255,255,255,0) 100%);
  background: -moz-linear-gradient(270deg, light-dark((#fff), (#22272e)) 0%, light-dark((#fff), (#22272e)) 80%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(270deg, light-dark((#fff), (#22272e)) 0%, light-dark((#fff), (#22272e)) 80%, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(270deg, light-dark((#fff), (#22272e)) 0%, light-dark((#fff), (#22272e)) 80%, rgba(255,255,255,0) 100%);
  background: linear-gradient(180deg, light-dark((#fff), (#22272e)) 0%, light-dark((#fff), (#22272e)) 80%, rgba(255,255,255,0) 100%);
  padding: 20px;
}
#help-block > .help-search > input {
  width: 100%;
}
#help-block > .help-close {
  position: absolute;
  top: 20px;
  left: -40px;
  padding: 10px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  background: #263961;
  color: #fff;
  cursor: pointer;
}
#help-block > .help-close:hover {
  background: #1e2e4e;
}
#help-block > .help-scroll {
  overflow: auto;
  position: absolute;
  top: 70px;
  width: calc(100% - 2 * 20px);
  right: 20px;
  bottom: 20px;
  padding-left: 1em;
}
#help-block > .help-scroll > .toc-content {
  margin: 0.5em 0;
  font-size: 1.2em;
}
#help-block > .help-scroll > .toc-content > h1,
#help-block > .help-scroll > .toc-content > h2 {
  padding: 0.5em 0;
}
#help-block > .help-scroll > .toc-content > h1 {
  border-bottom: 1px solid #263961;
  font-size: 1.5em;
}
#help-block > .help-scroll > .toc-content > ul {
  margin-left: 1em;
  padding: 0.5em 0;
  counter-reset: toc1-counter;
}
#help-block > .help-scroll > .toc-content > ul > li {
  padding: 0.5em 0;
}
#help-block > .help-scroll > .toc-content > ul > li:before {
  counter-increment: toc1-counter;
  content: counters(toc1-counter, ".") ". ";
  margin-right: 0.5em;
}
#help-block > .help-scroll > .toc-content > ul > li > ul {
  counter-reset: toc2-counter;
  margin-left: 1em;
  margin-top: 0.5em;
  padding-bottom: 0;
}
#help-block > .help-scroll > .toc-content > ul > li > ul > li {
  padding: 0.5em 0;
}
#help-block > .help-scroll > .toc-content > ul > li > ul > li:before {
  counter-increment: toc2-counter;
  content: counters(toc1-counter, ".") ". " counters(toc2-counter, ".") ". ";
  margin-right: 0.5em;
}
#help-block > .help-scroll > .toc-content > ul a {
  cursor: pointer;
  text-decoration: underline;
}
#help-block > .help-scroll > .help-content .text-content {
  padding: 0 !important;
  line-height: 2.5em;
  counter-reset: toc1-counter;
}
#help-block > .help-scroll > .help-content .text-content > p {
  text-align: justify;
}
#help-block > .help-scroll > .help-content .text-content > h2,
#help-block > .help-scroll > .help-content .text-content > h3 {
  padding: auto 1em;
  border-bottom: 1px solid #263961;
  letter-spacing: unset;
}
#help-block > .help-scroll > .help-content .text-content > h2 {
  counter-reset: toc2-counter;
}
#help-block > .help-scroll > .help-content .text-content > h2:before {
  counter-increment: toc1-counter;
  content: counters(toc1-counter, ".") ".";
  margin-right: 0.5em;
}
#help-block > .help-scroll > .help-content .text-content > h3:before {
  counter-increment: toc2-counter;
  content: counters(toc1-counter, ".") "." counters(toc2-counter, ".") ".";
  margin-right: 0.5em;
}
#help-block > .help-scroll > .help-content .text-content > h3 {
  font-weight: bold;
  font-size: 1.2em;
}
#help-block > .help-scroll > .help-content .text-content a {
  padding: 0.25em 0.5em;
  text-decoration: none;
  font-weight: 800;
  background: rgba(0,0,0,0.05);
  color: light-dark(#111, #fff);
  white-space: nowrap;
  border-radius: 0.25em;
}
#help-block > .help-scroll > .help-content .text-content a:hover {
  background: #263961;
  color: #fff;
}
#help-block > .help-scroll > .help-content .text-content .find-match {
  background: #3b5997;
  color: #fff;
}
#help-block > .help-scroll > .help-content > .help-feedback {
  margin-top: 50px;
}
#help-block > .help-scroll > .help-content > .help-feedback > p {
  padding: 1em;
}
#help-block > .help-scroll > .help-content > .help-feedback > p > span {
  display: block;
  margin: 0.5em 0;
  font-weight: 600;
}
.session-help-icon > .session-icon {
  font-size: 24px !important;
}
.flexcontainer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexcontainer.gap-large {
  gap: 50px;
}
.flexcontainer.gap-medium {
  gap: 20px;
}
.flexcontainer.gap-small {
  gap: 5px;
}
.flexcontainer h3 {
  font-weight: bold;
  padding: 0;
}
.flexcontainer h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.fc-theme-standard,
.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid light-dark(#e3e3e3, #14181c) !important;
}
body.print {
  line-height: 1;
}
body.print i {
  display: none;
}
body.print #stage {
  left: 0;
  margin-left: 0;
  position: relative;
  height: auto;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
