/* Reset CSS */
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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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;
}

/*Loader*/
.loader-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000099;
}

.loader-screen #loading {
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 49%;
  left: 50%;
  z-index: 3;
}

.loader-screen #loading .fol {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 14px;
  left: 14px;
  position: relative;
  margin: -14px 0 0 -14px;
}

.loader-screen #loading .cir {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  background: rgba(34, 108, 180, 0.8);
  top: 30px;
  left: 60px;
}

.loader-screen #loading #c1 {
  -webkit-animation: move 0.6s infinite;
  animation: move 0.6s infinite;
  -webkit-animation-timing-function: linear;
}

.loader-screen #loading #c2 {
  -webkit-animation: move 0.8s infinite;
  animation: move 0.8s infinite;
  -webkit-animation-timing-function: linear;
}

.loader-screen #loading #c3 {
  -webkit-animation: move 1.2s infinite;
  animation: move 1.2s infinite;
  -webkit-animation-timing-function: linear;
}

.loader-screen #loading #c4 {
  -webkit-animation: move 2.4s infinite;
  animation: move 2.4s infinite;
  -webkit-animation-timing-function: linear;
}


/** {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
  overflow-x: hidden;
}*/

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #ffce00 !important;
  }
  100% {
    border-color: #ffce00 !important;
  }
}

@keyframes pulseWarning {
  0% {
    border-color: #ffce00 !important;
  }
  100% {
    border-color: #ffce00 !important;
  }
}

@-webkit-keyframes fileuploaderFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fileuploaderFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(1turn);
    transform: rotateZ(1turn);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(1turn);
    transform: rotateZ(1turn);
  }
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes move {
  0% {
    top: 24px;
    left: 48px;
  }
  10% {
    top: 9.89315394px;
    left: 43.41640786px;
  }
  20% {
    top: 1.17464361px;
    left: 31.41640786px;
  }
  30% {
    top: 1.17464361px;
    left: 16.58359214px;
  }
  40% {
    top: 9.89315394px;
    left: 4.58359214px;
  }
  50% {
    top: 24px;
    left: 0px;
  }
  60% {
    top: 38.10684606px;
    left: 4.58359214px;
  }
  70% {
    top: 46.82535639px;
    left: 16.58359214px;
  }
  80% {
    top: 46.82535639px;
    left: 31.41640786px;
  }
  90% {
    top: 38.10684606px;
    left: 43.41640786px;
  }
  100% {
    top: 24px;
    left: 48px;
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/*Loader*/