@import "reset.css";
#logo {
  background: #86281e;
}
.stream-post .edit-btn.selected,
.stream-post .preview-btn.selected {
  border-color: #e74c3c !important;
}
html,
body {
  height: 100%;
  overflow: hidden;
}
body {
  font: 12px/18px Helvetica, Arial, Tahoma, sans-serif;
  background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
  background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
  background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
  background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
  background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-animation: showup 0.5s linear 0;
  -moz-animation: showup 0.5s linear 0;
  -o-animation: showup 0.5s linear 0;
  -ms-animation: showup 0.5s linear 0;
  animation: showup 0.5s linear 0;
}
#stage {
  width: 20em;
  margin: 10% auto;
  position: relative;
  z-index: 100;
  color: #eee;
  background: #333;
  border: 1px solid rgba(0,0,0,0.8);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 30px #000;
  box-shadow: 0 5px 30px #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-animation: pulse 0.5s linear 0;
  -moz-animation: pulse 0.5s linear 0;
  -o-animation: pulse 0.5s linear 0;
  -ms-animation: pulse 0.5s linear 0;
  animation: pulse 0.5s linear 0;
}
#stage .app-icon {
  position: absolute;
  left: 50%;
  top: -36px;
  padding: 4px;
  border-radius: 36px;
  margin-left: -37px;
  background: rgba(0,0,0,0.4);
  border: 1px solid rgba(255,255,255,0.2);
  -webkit-box-shadow: 0 1px 2px #000;
  box-shadow: 0 1px 2px #000;
}
#stage .app-icon .box {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  text-align: center;
  color: rgba(255,255,255,0.8);
  text-shadow: none;
  font-size: 40px;
  line-height: 64px;
  background: -webkit-linear-gradient(315deg, #444 0%, #444 50%, #222 50%, #222 100%);
  background: -moz-linear-gradient(315deg, #444 0%, #444 50%, #222 50%, #222 100%);
  background: -o-linear-gradient(315deg, #444 0%, #444 50%, #222 50%, #222 100%);
  background: -ms-linear-gradient(315deg, #444 0%, #444 50%, #222 50%, #222 100%);
  background: linear-gradient(135deg, #444 0%, #444 50%, #222 50%, #222 100%);
  border: 1px solid rgba(0,0,0,0.2);
}
#stage .app-icon .box > i {
  margin-top: 16px;
  height: 32px;
}
#stage .title {
  padding: 40px 1em 0.5em;
  text-align: center;
  background: -webkit-linear-gradient(top, #333 0%, #111 100%);
  background: -moz-linear-gradient(top, #333 0%, #111 100%);
  background: -o-linear-gradient(top, #333 0%, #111 100%);
  background: -ms-linear-gradient(top, #333 0%, #111 100%);
  background: linear-gradient(to bottom, #333 0%, #111 100%);
  -webkit-box-shadow: inset 1px 1px 3px rgba(255,255,255,0.1);
  box-shadow: inset 1px 1px 3px rgba(255,255,255,0.1);
  border-bottom: 1px solid #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-shadow: 0 1px 1px #000;
}
#stage .title > h3 {
  padding: 0.3em 0;
  letter-spacing: 1px;
  font-size: 150%;
  font-weight: 400;
  color: #fff;
}
#stage .title > h4 {
  font-size: 80%;
  text-transform: uppercase;
  color: #888;
}
#stage .content {
  padding: 1em 2em;
  border-top: 1px solid rgba(255,255,255,0.1);
}
#stage.hidden {
  margin-top: 40%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#logo {
  position: fixed;
  right: -300px;
  bottom: -150px;
  font-size: 600px;
  color: rgba(255,255,255,0.1);
}
input,
button {
  display: block;
  width: 100%;
  margin-top: 0.5em;
  padding: 10px !important;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.warn {
  margin-bottom: 1em;
  padding: 0.5em;
  font-weight: bold;
  color: rgba(200,0,0,0.8);
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(200,0,0,0.6);
}
.notice,
.info {
  position: relative;
  margin-top: 2em;
  padding: 0.5em;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
}
.notice,
.info {
  color: #888;
  border-top: 1px solid #888;
}
.width-full {
  width: 100% !important;
}
.width-half {
  width: 50% !important;
}
.width-half.second-half {
  margin-left: 0.5%;
  width: 49.5% !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;
}
.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;
}
.blur-half {
  filter: blur(6px);
}
.opacity-half {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.opacity-minimal {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.opacity-rare {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.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-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-align-justify {
  text-align: justify;
}
.font-small {
  font-size: 80%;
}
input,
textarea,
.input-box {
  padding: 6px;
  border: 0;
  outline: 0;
  color: rgba(0,0,0,0.8);
  background: -webkit-linear-gradient(top, #f2f2f2, #fefefe 2px, #fff);
  background: -moz-linear-gradient(top, #f2f2f2, #fefefe 2px, #fff);
  background: -o-linear-gradient(top, #f2f2f2, #fefefe 2px, #fff);
  background: -ms-linear-gradient(top, #f2f2f2, #fefefe 2px, #fff);
  background: linear-gradient(to bottom, #f2f2f2, #fefefe 2px, #fff);
  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: 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;
}
input::placeholder,
textarea::placeholder,
.input-box::placeholder {
  color: rgba(0,0,0,0.3);
}
input:focus,
textarea:focus,
.input-box:focus {
  border-color: #c0392b;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05), 0 0 0 3px rgba(192,57,43,0.3);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.05), 0 0 0 3px rgba(192,57,43,0.3);
}
input:not([type=range]):disabled,
textarea:not([type=range]):disabled,
.input-box:not([type=range]):disabled,
input.disabled,
textarea.disabled,
.input-box.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
input.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 ~ 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.focus {
  border-color: #c0392b !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05), 0 0 0 3px rgba(192,57,43,0.3) !important;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.05), 0 0 0 3px rgba(192,57,43,0.3) !important;
}
.selectize-control.multi .selectize-input > div {
  border: 1px solid #9a2e22 !important;
}
@media screen and (max-width: 1024px) {
  .selectize-input {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
}
.selectize-dropdown {
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2) !important;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2) !important;
}
.selectize-dropdown .active:not(.separator),
.selectize-control.multi .selectize-input [data-value]:not(.separator) {
  background: -webkit-linear-gradient(top, #e74c3c, #c0392b) !important;
  background: -moz-linear-gradient(top, #e74c3c, #c0392b) !important;
  background: -o-linear-gradient(top, #e74c3c, #c0392b) !important;
  background: -ms-linear-gradient(top, #e74c3c, #c0392b) !important;
  background: linear-gradient(to bottom, #e74c3c, #c0392b) !important;
}
.selectize-control.multi .selectize-input > div.active:not(.separator),
.selectize-control.multi .selectize-input [data-value].active:not(.separator) {
  background: -webkit-linear-gradient(top, #cf2b1a, #9a2e22) !important;
  background: -moz-linear-gradient(top, #cf2b1a, #9a2e22) !important;
  background: -o-linear-gradient(top, #cf2b1a, #9a2e22) !important;
  background: -ms-linear-gradient(top, #cf2b1a, #9a2e22) !important;
  background: linear-gradient(to bottom, #cf2b1a, #9a2e22) !important;
}
.datepicker .active,
.datepicker .active:hover {
  background: #c0392b !important;
  color: #fff !important;
}
.datepicker .today,
.datepicker .today:hover {
  background: #ee8277 !important;
  color: #fff !important;
}
.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-color: #7f8c8d;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05), 0 0 4px #7f8c8d;
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.05), 0 0 4px #7f8c8d;
}
.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: #c0392b !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-color: #888;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05), 0 0 4px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.05), 0 0 4px rgba(0,0,0,0.3);
}
input[type=checkbox] {
  height: 22px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
label.toggle-checkbox {
  margin-top: 5px;
}
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-top: -4px;
  margin-left: -70px;
  width: 60px;
  height: 27px;
  background: rgba(0,0,0,0.1);
  background: -webkit-repeating-linear-gradient(150deg, rgba(0,0,0,0.05), rgba(0,0,0,0.05) 5px, rgba(0,0,0,0.03) 5px, rgba(0,0,0,0.03) 10px);
  background: -moz-repeating-linear-gradient(150deg, rgba(0,0,0,0.05), rgba(0,0,0,0.05) 5px, rgba(0,0,0,0.03) 5px, rgba(0,0,0,0.03) 10px);
  background: -o-repeating-linear-gradient(150deg, rgba(0,0,0,0.05), rgba(0,0,0,0.05) 5px, rgba(0,0,0,0.03) 5px, rgba(0,0,0,0.03) 10px);
  background: -ms-repeating-linear-gradient(150deg, rgba(0,0,0,0.05), rgba(0,0,0,0.05) 5px, rgba(0,0,0,0.03) 5px, rgba(0,0,0,0.03) 10px);
  background: repeating-linear-gradient(-60deg, rgba(0,0,0,0.05), rgba(0,0,0,0.05) 5px, rgba(0,0,0,0.03) 5px, rgba(0,0,0,0.03) 10px);
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
  box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
  -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:focus::before {
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5), 0 0 0 3px rgba(192,57,43,0.3) !important;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.5), 0 0 0 3px rgba(192,57,43,0.3) !important;
}
input[type=checkbox] + label.toggle-checkbox::after {
  position: absolute;
  display: block;
  content: "\2014";
  margin-top: -21px;
  margin-left: -69px;
  width: 30px;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  -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: -23px;
}
input[type=checkbox] + label.toggle-checkbox.floated::after {
  margin-left: 5px;
  margin-top: -22px;
}
input[type=checkbox]:focus + label.toggle-checkbox::before {
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5), 0 0 0 3px rgba(192,57,43,0.1) !important;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.5), 0 0 0 3px rgba(192,57,43,0.1) !important;
}
input[type=checkbox]:checked + label.toggle-checkbox::before {
  background: #e74c3c;
  background: -webkit-repeating-linear-gradient(150deg, rgba(231,76,60,0.95), rgba(231,76,60,0.95) 5px, rgba(231,76,60,0.9) 5px, rgba(231,76,60,0.9) 10px);
  background: -moz-repeating-linear-gradient(150deg, rgba(231,76,60,0.95), rgba(231,76,60,0.95) 5px, rgba(231,76,60,0.9) 5px, rgba(231,76,60,0.9) 10px);
  background: -o-repeating-linear-gradient(150deg, rgba(231,76,60,0.95), rgba(231,76,60,0.95) 5px, rgba(231,76,60,0.9) 5px, rgba(231,76,60,0.9) 10px);
  background: -ms-repeating-linear-gradient(150deg, rgba(231,76,60,0.95), rgba(231,76,60,0.95) 5px, rgba(231,76,60,0.9) 5px, rgba(231,76,60,0.9) 10px);
  background: repeating-linear-gradient(-60deg, rgba(231,76,60,0.95), rgba(231,76,60,0.95) 5px, rgba(231,76,60,0.9) 5px, rgba(231,76,60,0.9) 10px);
}
input[type=checkbox]:checked + label.toggle-checkbox::after {
  margin-left: -41px;
  -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.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
input[type=checkbox]:disabled + label.toggle-checkbox::after {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
input[type=range] {
  -webkit-appearance: none;
  margin: 0.5em 0;
  vertical-align: middle;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: rgba(0,0,0,0.05);
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  border-radius: 6px;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  background: rgba(0,0,0,0.05);
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  border-radius: 6px;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  background: rgba(0,0,0,0.05);
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  border-radius: 6px;
}
input[type=range]::-ms-fill-lower {
  background: rgba(0,0,0,0.05);
  border-radius: 6px;
}
input[type=range]::-ms-fill-upper {
  background: rgba(0,0,0,0.05);
  border-radius: 6px;
}
input[type=range]::-webkit-slider-thumb {
  width: 30px;
  height: 16px;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #fff, #eee);
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -o-linear-gradient(top, #fff, #eee);
  background: -ms-linear-gradient(top, #fff, #eee);
  background: linear-gradient(to bottom, #fff, #eee);
  border: 1px solid #b8b8b8;
  -webkit-appearance: none;
  margin-top: -5px;
}
input[type=range]::-moz-range-thumb {
  width: 30px;
  height: 16px;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #fff, #eee);
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -o-linear-gradient(top, #fff, #eee);
  background: -ms-linear-gradient(top, #fff, #eee);
  background: linear-gradient(to bottom, #fff, #eee);
  border: 1px solid #b8b8b8;
  margin-top: -5px;
}
input[type=range]::-ms-thumb {
  width: 30px;
  height: 16px;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #fff, #eee);
  background: -moz-linear-gradient(top, #fff, #eee);
  background: -o-linear-gradient(top, #fff, #eee);
  background: -ms-linear-gradient(top, #fff, #eee);
  background: linear-gradient(to bottom, #fff, #eee);
  border: 1px solid #b8b8b8;
  margin-top: -5px;
}
input[type=range]:disabled {
  background: none;
  cursor: not-allowed;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(231,76,60,0.2);
}
input[type=range]:focus::-moz-range-track {
  background: rgba(231,76,60,0.2);
}
input[type=range]:focus::-ms-fill-lower {
  background: rgba(231,76,60,0.2);
}
input[type=range]:focus::-ms-fill-upper {
  background: rgba(231,76,60,0.2);
}
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(231,76,60,0.8);
  color: rgba(255,255,255,0.9);
  -webkit-box-shadow: inset 0 0 0.4em rgba(0,0,0,0.8);
  box-shadow: inset 0 0 0.4em rgba(0,0,0,0.8);
}
small {
  font-size: 90%;
  opacity: 80%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8000%)";
  filter: alpha(opacity=8000%);
}
button:not([type=button]),
a.button {
  margin-bottom: 0.5em;
  padding: 6px 10px;
  min-width: 8em;
  outline: 0;
  color: #222;
  text-shadow: 0 1px 1px #fff;
  background: #f9f9f9 -webkit-linear-gradient(top, #fefefe, #f5f5f5);
  background: #f9f9f9 -moz-linear-gradient(top, #fefefe, #f5f5f5);
  background: #f9f9f9 -o-linear-gradient(top, #fefefe, #f5f5f5);
  background: #f9f9f9 -ms-linear-gradient(top, #fefefe, #f5f5f5);
  background: #f9f9f9 linear-gradient(to bottom, #fefefe, #f5f5f5);
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 2px rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 2px rgba(255,255,255,0.8);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
button:not([type=button]):not(.segmented),
a.button:not(.segmented) {
  margin-right: 0.3em;
}
button:not([type=button]):focus:not(:disabled),
a.button:focus:not(:disabled) {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 2px rgba(255,255,255,0.8), 0 0 0 3px rgba(192,57,43,0.1);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 2px rgba(255,255,255,0.8), 0 0 0 3px rgba(192,57,43,0.1);
}
button:not([type=button]):active:not(:disabled),
a.button:active:not(:disabled) {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(192,57,43,0.1);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(192,57,43,0.1);
}
button:not([type=button]):disabled,
a.button:disabled {
  background: #f0f0f0 -webkit-linear-gradient(top, #f0f0f0, #fafafa);
  background: #f0f0f0 -moz-linear-gradient(top, #f0f0f0, #fafafa);
  background: #f0f0f0 -o-linear-gradient(top, #f0f0f0, #fafafa);
  background: #f0f0f0 -ms-linear-gradient(top, #f0f0f0, #fafafa);
  background: #f0f0f0 linear-gradient(to bottom, #f0f0f0, #fafafa);
  color: #aaa;
  cursor: not-allowed;
}
button:not([type=button]):not([cancel]):not(.cancel):not(:disabled):not(.type-clear),
a.button:not([cancel]):not(.cancel):not(:disabled):not(.type-clear) {
  color: #fff;
  text-shadow: 0 1px 1px #000;
  background: #e74c3c -webkit-linear-gradient(top, #ee8277, #e74c3c);
  background: #e74c3c -moz-linear-gradient(top, #ee8277, #e74c3c);
  background: #e74c3c -o-linear-gradient(top, #ee8277, #e74c3c);
  background: #e74c3c -ms-linear-gradient(top, #ee8277, #e74c3c);
  background: #e74c3c linear-gradient(to bottom, #ee8277, #e74c3c);
  border-color: #b52516;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 2px rgba(255,255,255,0.3);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 2px rgba(255,255,255,0.3);
}
button:not([type=button]):not([cancel]):not(.cancel):not(:disabled):not(.type-clear):focus,
a.button:not([cancel]):not(.cancel):not(:disabled):not(.type-clear):focus {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 2px rgba(255,255,255,0.3), 0 0 0 3px rgba(192,57,43,0.3);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 2px rgba(255,255,255,0.3), 0 0 0 3px rgba(192,57,43,0.3);
}
button:not([type=button]):not([cancel]):not(.cancel):not(:disabled):not(.type-clear):active,
a.button:not([cancel]):not(.cancel):not(:disabled):not(.type-clear):active {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(192,57,43,0.3);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(192,57,43,0.3);
}
button:not([type=button]).type-red,
a.button.type-red {
  background: #b52516 !important;
  -webkit-box-shadow: 0 1px 0 rgba(231,76,60,0.05), inset 0 1px 2px rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(231,76,60,0.05), inset 0 1px 2px rgba(255,255,255,0.8);
}
button:not([type=button]).type-red:not([cancel]):not(.cancel):not(:disabled):focus,
a.button.type-red:not([cancel]):not(.cancel):not(:disabled):focus {
  -webkit-box-shadow: 0 1px 0 rgba(231,76,60,0.05), inset 0 1px 2px rgba(255,255,255,0.3), 0 0 0 3px rgba(231,76,60,0.3) !important;
  box-shadow: 0 1px 0 rgba(231,76,60,0.05), inset 0 1px 2px rgba(255,255,255,0.3), 0 0 0 3px rgba(231,76,60,0.3) !important;
}
button:not([type=button]).type-red:not([cancel]):not(.cancel):not(:disabled):active,
a.button.type-red:not([cancel]):not(.cancel):not(:disabled):active {
  -webkit-box-shadow: 0 1px 0 rgba(231,76,60,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(231,76,60,0.3) !important;
  box-shadow: 0 1px 0 rgba(231,76,60,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(231,76,60,0.3) !important;
}
button:not([type=button]).type-blue,
a.button.type-blue {
  background: #1d6ca1 !important;
  -webkit-box-shadow: 0 1px 0 rgba(52,152,219,0.05), inset 0 1px 2px rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(52,152,219,0.05), inset 0 1px 2px rgba(255,255,255,0.8);
}
button:not([type=button]).type-blue:not([cancel]):not(.cancel):not(:disabled):focus,
a.button.type-blue:not([cancel]):not(.cancel):not(:disabled):focus {
  -webkit-box-shadow: 0 1px 0 rgba(52,152,219,0.05), inset 0 1px 2px rgba(255,255,255,0.3), 0 0 0 3px rgba(52,152,219,0.3) !important;
  box-shadow: 0 1px 0 rgba(52,152,219,0.05), inset 0 1px 2px rgba(255,255,255,0.3), 0 0 0 3px rgba(52,152,219,0.3) !important;
}
button:not([type=button]).type-blue:not([cancel]):not(.cancel):not(:disabled):active,
a.button.type-blue:not([cancel]):not(.cancel):not(:disabled):active {
  -webkit-box-shadow: 0 1px 0 rgba(52,152,219,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(52,152,219,0.3) !important;
  box-shadow: 0 1px 0 rgba(52,152,219,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(52,152,219,0.3) !important;
}
button:not([type=button]).type-green,
a.button.type-green {
  background: #208f4f !important;
  -webkit-box-shadow: 0 1px 0 rgba(46,204,113,0.05), inset 0 1px 2px rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(46,204,113,0.05), inset 0 1px 2px rgba(255,255,255,0.8);
}
button:not([type=button]).type-green:not([cancel]):not(.cancel):not(:disabled):focus,
a.button.type-green:not([cancel]):not(.cancel):not(:disabled):focus {
  -webkit-box-shadow: 0 1px 0 rgba(46,204,113,0.05), inset 0 1px 2px rgba(255,255,255,0.3), 0 0 0 3px rgba(46,204,113,0.3) !important;
  box-shadow: 0 1px 0 rgba(46,204,113,0.05), inset 0 1px 2px rgba(255,255,255,0.3), 0 0 0 3px rgba(46,204,113,0.3) !important;
}
button:not([type=button]).type-green:not([cancel]):not(.cancel):not(:disabled):active,
a.button.type-green:not([cancel]):not(.cancel):not(:disabled):active {
  -webkit-box-shadow: 0 1px 0 rgba(46,204,113,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(46,204,113,0.3) !important;
  box-shadow: 0 1px 0 rgba(46,204,113,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(46,204,113,0.3) !important;
}
button:not([type=button]).type-orange,
a.button.type-orange {
  background: #a65813 !important;
  -webkit-box-shadow: 0 1px 0 rgba(230,126,34,0.05), inset 0 1px 2px rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(230,126,34,0.05), inset 0 1px 2px rgba(255,255,255,0.8);
}
button:not([type=button]).type-orange:not([cancel]):not(.cancel):not(:disabled):focus,
a.button.type-orange:not([cancel]):not(.cancel):not(:disabled):focus {
  -webkit-box-shadow: 0 1px 0 rgba(230,126,34,0.05), inset 0 1px 2px rgba(255,255,255,0.3), 0 0 0 3px rgba(230,126,34,0.3) !important;
  box-shadow: 0 1px 0 rgba(230,126,34,0.05), inset 0 1px 2px rgba(255,255,255,0.3), 0 0 0 3px rgba(230,126,34,0.3) !important;
}
button:not([type=button]).type-orange:not([cancel]):not(.cancel):not(:disabled):active,
a.button.type-orange:not([cancel]):not(.cancel):not(:disabled):active {
  -webkit-box-shadow: 0 1px 0 rgba(230,126,34,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(230,126,34,0.3) !important;
  box-shadow: 0 1px 0 rgba(230,126,34,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(230,126,34,0.3) !important;
}
button:not([type=button]).type-purple,
a.button.type-purple {
  background: #6e3a84 !important;
  -webkit-box-shadow: 0 1px 0 rgba(155,89,182,0.05), inset 0 1px 2px rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(155,89,182,0.05), inset 0 1px 2px rgba(255,255,255,0.8);
}
button:not([type=button]).type-purple:not([cancel]):not(.cancel):not(:disabled):focus,
a.button.type-purple:not([cancel]):not(.cancel):not(:disabled):focus {
  -webkit-box-shadow: 0 1px 0 rgba(155,89,182,0.05), inset 0 1px 2px rgba(255,255,255,0.3), 0 0 0 3px rgba(155,89,182,0.3) !important;
  box-shadow: 0 1px 0 rgba(155,89,182,0.05), inset 0 1px 2px rgba(255,255,255,0.3), 0 0 0 3px rgba(155,89,182,0.3) !important;
}
button:not([type=button]).type-purple:not([cancel]):not(.cancel):not(:disabled):active,
a.button.type-purple:not([cancel]):not(.cancel):not(:disabled):active {
  -webkit-box-shadow: 0 1px 0 rgba(155,89,182,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(155,89,182,0.3) !important;
  box-shadow: 0 1px 0 rgba(155,89,182,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(155,89,182,0.3) !important;
}
button:not([type=button]).type-yellow,
a.button.type-yellow {
  background: #a98a0a !important;
  -webkit-box-shadow: 0 1px 0 rgba(241,196,15,0.05), inset 0 1px 2px rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(241,196,15,0.05), inset 0 1px 2px rgba(255,255,255,0.8);
}
button:not([type=button]).type-yellow:not([cancel]):not(.cancel):not(:disabled):focus,
a.button.type-yellow:not([cancel]):not(.cancel):not(:disabled):focus {
  -webkit-box-shadow: 0 1px 0 rgba(241,196,15,0.05), inset 0 1px 2px rgba(255,255,255,0.3), 0 0 0 3px rgba(241,196,15,0.3) !important;
  box-shadow: 0 1px 0 rgba(241,196,15,0.05), inset 0 1px 2px rgba(255,255,255,0.3), 0 0 0 3px rgba(241,196,15,0.3) !important;
}
button:not([type=button]).type-yellow:not([cancel]):not(.cancel):not(:disabled):active,
a.button.type-yellow:not([cancel]):not(.cancel):not(:disabled):active {
  -webkit-box-shadow: 0 1px 0 rgba(241,196,15,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(241,196,15,0.3) !important;
  box-shadow: 0 1px 0 rgba(241,196,15,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(241,196,15,0.3) !important;
}
button:not([type=button]).type-brown,
a.button.type-brown {
  background: #513b1d !important;
  -webkit-box-shadow: 0 1px 0 rgba(116,84,41,0.05), inset 0 1px 2px rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(116,84,41,0.05), inset 0 1px 2px rgba(255,255,255,0.8);
}
button:not([type=button]).type-brown:not([cancel]):not(.cancel):not(:disabled):focus,
a.button.type-brown:not([cancel]):not(.cancel):not(:disabled):focus {
  -webkit-box-shadow: 0 1px 0 rgba(116,84,41,0.05), inset 0 1px 2px rgba(255,255,255,0.3), 0 0 0 3px rgba(116,84,41,0.3) !important;
  box-shadow: 0 1px 0 rgba(116,84,41,0.05), inset 0 1px 2px rgba(255,255,255,0.3), 0 0 0 3px rgba(116,84,41,0.3) !important;
}
button:not([type=button]).type-brown:not([cancel]):not(.cancel):not(:disabled):active,
a.button.type-brown:not([cancel]):not(.cancel):not(:disabled):active {
  -webkit-box-shadow: 0 1px 0 rgba(116,84,41,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(116,84,41,0.3) !important;
  box-shadow: 0 1px 0 rgba(116,84,41,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(116,84,41,0.3) !important;
}
button:not([type=button]).type-pink,
a.button.type-pink {
  background: #ff05ce !important;
  -webkit-box-shadow: 0 1px 0 rgba(255,116,228,0.05), inset 0 1px 2px rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(255,116,228,0.05), inset 0 1px 2px rgba(255,255,255,0.8);
}
button:not([type=button]).type-pink:not([cancel]):not(.cancel):not(:disabled):focus,
a.button.type-pink:not([cancel]):not(.cancel):not(:disabled):focus {
  -webkit-box-shadow: 0 1px 0 rgba(255,116,228,0.05), inset 0 1px 2px rgba(255,255,255,0.3), 0 0 0 3px rgba(255,116,228,0.3) !important;
  box-shadow: 0 1px 0 rgba(255,116,228,0.05), inset 0 1px 2px rgba(255,255,255,0.3), 0 0 0 3px rgba(255,116,228,0.3) !important;
}
button:not([type=button]).type-pink:not([cancel]):not(.cancel):not(:disabled):active,
a.button.type-pink:not([cancel]):not(.cancel):not(:disabled):active {
  -webkit-box-shadow: 0 1px 0 rgba(255,116,228,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(255,116,228,0.3) !important;
  box-shadow: 0 1px 0 rgba(255,116,228,0.05), inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 3px rgba(255,116,228,0.3) !important;
}
path.tz.selected {
  fill: #e74c3c !important;
}
path.tz:hover {
  fill: rgba(231,76,60,0.9) !important;
}
@media screen and (max-width: 1024px) {
  input,
  textarea,
  .input-box {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    color: inherit;
    background: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  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);
}
.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;
}
.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;
}
input:not(:focus) {
  border-color: #000;
}
@-moz-keyframes pulse {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes pulse {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes pulse {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes pulse {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes showup {
  0% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  20% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  40% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  60% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  80% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  100% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
@-webkit-keyframes showup {
  0% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  20% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  40% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  60% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  80% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  100% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
@-o-keyframes showup {
  0% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  20% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  40% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  60% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  80% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  100% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
@keyframes showup {
  0% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.8) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  20% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.7) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  40% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  60% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.5) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  80% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.4) 1%, #000 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  100% {
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    background: -o-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.3) 1%, rgba(0,0,0,0.9) 100%), url("/public/images/loginbg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
}
