/* 
    Created on : Jan 29, 2020, 8:42:47 AM
    Author     : burcin
*/

#init {
    width: 100vw;
    height: 100vh;
    color: #3A86F2;
    background:#FFFFFF;
    background-size: 100% 100%;
}
.init-logo{
    background-image: url('/static/assets/img/kpdd-logo.svg');
    background-size: inherit;
    height: 192px;
    width:312px;
    margin: 0 auto;
}
.load-circle {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  position: relative;
}
.load-circle .load-child {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
}
.load-circle .load-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #3A86F2;
  border-radius: 50%;
  -webkit-animation: load-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: load-circleBounceDelay 1.2s infinite ease-in-out both;
}
.load-circle .load-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.load-circle .load-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.load-circle .load-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.load-circle .load-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.load-circle .load-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.load-circle .load-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.load-circle .load-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.load-circle .load-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.load-circle .load-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.load-circle .load-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.load-circle .load-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.load-circle .load-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.load-circle .load-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.load-circle .load-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.load-circle .load-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.load-circle .load-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.load-circle .load-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.load-circle .load-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.load-circle .load-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.load-circle .load-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.load-circle .load-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.load-circle .load-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes load-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes load-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.warning-container{
    width: 100%;
    height: 100%;
    background: #164EA4;
}
.warning {
    border-radius: 25px;
    height: 400px;
    width: 600px;
    background: #FFFFFF;

    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -300px;

    text-align: center;
}

.loading-text{
    position: absolute;
    width: 300px;
    margin-top: 100px;
    margin-left: -50px;
}
@keyframes blink {
    0% {
      opacity: .2;
    }
    20% {
      opacity: 1;
    }
    100% {
      opacity: .2;
    }
}

.loading-text span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.loading-text span:nth-child(2) {
    animation-delay: .2s;
}

.loading-text span:nth-child(3) {
    animation-delay: .4s;
}

.img-responsive{max-width: 5vw;}

.kdpp-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    opacity: .8;
    font-variant: normal;
    text-transform: none;
    font-size: 120%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?71320267');
  src: url('../fonts/fontello.eot?71320267#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?71320267') format('woff2'),
       url('../fonts/fontello.woff?71320267') format('woff'),
       url('../fonts/fontello.ttf?71320267') format('truetype'),
       url('../fonts/fontello.svg?71320267#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


.icon-document-upload:before { content: '\e800'; } /* '' */
.icon-folder-upload:before { content: '\e801'; } /* '' */
.icon-add-document:before { content: '\e802'; } /* '' */
.icon-add-folder:before { content: '\e803'; } /* '' */

