html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}ol, ul {list-style: none;}
blockquote, q {quotes: none;}blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}

#loading-mask{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:20000;
  background-color: #ddd;
}

#loading{
  position: absolute;
  left: 48%;
  top: 40%;
  padding: 2px;
  z-index: 20001;
  height: auto;
  text-align: center;
  margin: 100px auto;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 10px;
  -webkit-animation: loadBackground 1s infinite ease-in-out;
  animation: loadBackground 1s infinite ease-in-out;
  background: url('../../resources/images/load/eqloader.gif') no-repeat center center;
  background-size: 40px 60px !important;
}

#loading > div {
  height: 100%;
  width: 6px;
  display: inline-block;
  margin-left: 1px;
}

#loading .rect1 {
  background-color: transparent;
  -webkit-animation: stretchdelay 1s infinite ease-in-out;
  animation: stretchdelay 1s infinite ease-in-out;
}

#loading .rect2 {
  background-color: transparent;
  -webkit-animation: stretchdelay 1s infinite -0.9s ease-in-out;
  animation: stretchdelay 1s infinite -0.9s ease-in-out;
}

#loading .rect3 {
  background-color: transparent;
  -webkit-animation: stretchdelay 1s infinite -0.8s ease-in-out;
  animation: stretchdelay 1s infinite -0.8s ease-in-out;
}

#loading .rect4 {
  background-color: transparent;
  -webkit-animation: stretchdelay 1s infinite -0.7s ease-in-out;
  animation: stretchdelay 1s infinite -0.7s ease-in-out;
}

#loading .rect5 {
  background-color: transparent;
  -webkit-animation: stretchdelay 1s infinite -0.6s ease-in-out;
  animation: stretchdelay 1s infinite -0.6s ease-in-out;
}


@-webkit-keyframes loadBackground {
  0%, 100%  { background: transparent; }
}

@-webkit-keyframes stretchdelay {
  0%, 100%  {  background: #aaa;}
  0%, 40%, 100% {  -webkit-transform: scaleY(0.4) ;}
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 100%  {  background: #aaa;}
  0%, 40%, 100% {  -webkit-transform: scaleY(0.4) ;}
  20% { -webkit-transform: scaleY(1.0) }
}

* {
  text-rendering: optimizeLegibility;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: rgba(128, 128, 128, 0.4);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
h1,h2,h3,h4,h5 {
  font-weight: 400;
  color: #000;
}

#content-box-loadmask-container{
  z-index:20000;
  position: fixed;
  top:      50%;
  left:     50%;
}

#content-box-loadmask{
  z-index: 20001;
  width: 40px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}


#content-box-loadmask > div {
  background-color: #555;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

#content-box-loadmask .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

#content-box-loadmask .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

#content-box-loadmask .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

#content-box-loadmask .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

