.sk-fading-circle .sk-circle:before,
q:after,
q:before {
  content: ''
}
.pointer,
div.image.pointer,
div.pointer {
  cursor: pointer
}
html,
legend {
  color: #000
}
html {
  background: #FFF
}
body,
div,
html {
  -webkit-background-size: 100% 100%
}
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
fieldset,
img {
  border: 0
}
address,
caption,
cite,
code,
dfn,
em,
optgroup,
strong,
th,
var {
  font-style: inherit;
  font-weight: inherit
}
del,
ins {
  text-decoration: none
}
li {
  list-style: none
}
caption,
th {
  text-align: left
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400
}
abbr,
acronym {
  border: 0;
  font-variant: normal
}
sub,
sup {
  vertical-align: baseline
}
button,
input,
optgroup,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit
}
body,
html {
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  line-height: 1.48em
}
#dialog-form form input,
#dialog-form p,
div.caption,
div.ui-dialog form textarea {
  font-family: Courier
}
a,
a:active,
a:hover,
a:link,
a:visited {
  color: inherit;
  text-decoration: inherit
}
.sk-fading-circle {
  width: 5em;
  height: 5em;
  top: 45%;
  left: 45%;
  position: fixed;
  z-index: 1000
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}
.sk-fading-circle .sk-circle:before {
  display: block;
  margin: 0 auto;
  width: 3%;
  height: 30%;
  background-color: #333;
  border-radius: 0;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both
}
div#dialog-form,
div.caption {
  height: 100%
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg)
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg)
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg)
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg)
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg)
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg)
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg)
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg)
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -.7s;
  animation-delay: -.7s
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -.6s;
  animation-delay: -.6s
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -.1s;
  animation-delay: -.1s
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  100%,
  39% {
    opacity: 0
  }
  40% {
    opacity: 1
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  100%,
  39% {
    opacity: 0
  }
  40% {
    opacity: 1
  }
}
div.caption {
  background-color: #fff
}
div.caption p {
  bottom: 0;
  padding: 1em;
  position: absolute
}
div.caption.loading {
  color: #c6c6c6
}
div.pointer {
  position: relative
}
div.ui-widget-header {
  border-color: grey;
  background-color: grey
}
div.ui-widget-header span {
  color: #0073ea
}
#dialog-form form {
  padding-bottom: 5px;
  position: relative;
  width: 100%;
  height: 100%
}
#dialog-form p {
  font-size: .9em;
  height: 18px;
  padding-left: 2px
}
div#dialog-form form.caption {
  height: 280px
}
div#dialog-form.enter-url form {
  min-height: 100px
}
div#dialog-form.enter-url form input#object-url {
  width: 97%
}
div.ui-dialog form textarea {
  background-color: #fff;
  height: 230px;
  padding: 3px 0 0 3px;
  resize: none;
  width: 98%
}
#dialog-form form input.control {
  background-color: transparent;
  bottom: 8px;
  border-top-color: #fff;
  border-left-color: #fff;
  color: #0073ea;
  font-size: 1em;
  padding: 5px;
  position: absolute
}
#dialog-form form input#cancel,
#dialog-form form input#submit {
  border-top-width: 1px;
  height: 30px;
  margin-bottom: 0;
  margin-top: 26px;
  padding-left: 5px;
  padding-top: 6px;
  width: 90px
}
#dialog-form form input#submit {
  color: #0073ea;
  right: 0
}
#dialog-form form input#cancel {
  left: 0
}
#dialog-form form input#cancel:hover,
#dialog-form form input#submit:hover {
  background-color: #0073ea;
  color: #fff
}
div.ui-dialog form input#object-url {
  background-color: #fff;
  border-radius: 0;
  padding: 3px;
  width: 100%;
  height: 26px
}
.ui-dialog .ui-dialog-titlebar {
  background-color: #eee;
  border-color: #eee;
  color: #0073ea;
  font-family: Courier;
  font-size: 1em;
  border-bottom-width: 0;
  padding-bottom: 0;
  padding-top: 10px
}
.image {
  opacity: 0!important
}
.loaded {
  opacity: 1!important;
  /*  transition: opacity .3s ease-in*/
}
.loading {
  opacity: 0.5!important
}
p {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */

  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
