﻿#loading,
#loadingdasiy {
    /*background-color: black;*/
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1041;
    margin-top: 0px;
    top: 0px;
}

.bkground {
    height: 100%;
    background: url("../images/login_background.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bkcolor {
    background-color: #1c2060;
}

#loading-center {
    position: relative;
    top: 40%;
    height: 100px;
    margin-top: -50px;
    margin: 0 auto;
    text-align: center;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 70%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;
}

.object {
    width: 25px;
    height: 25px;
    background-color: #3498db;
    float: left;
}




#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}

#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
}

#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
}

#object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite;
}


@-webkit-keyframes loading-center-absolute {
    100% {
        -webkit-transform: rotate(-45deg);
    }
}

@keyframes loading-center-absolute {
    100% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}



@-webkit-keyframes object_one {
    25% {
        -webkit-transform: translate(0,-50px) rotate(-180deg);
    }

    100% {
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}

@keyframes object_one {
    25% {
        transform: translate(0,-50px) rotate(-180deg);
        -webkit-transform: translate(0,-50px) rotate(-180deg);
    }

    100% {
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_two {
    25% {
        -webkit-transform: translate(50px,0) rotate(-180deg);
    }

    100% {
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}

@keyframes object_two {
    25% {
        transform: translate(50px,0) rotate(-180deg);
        -webkit-transform: translate(50px,0) rotate(-180deg);
    }

    100% {
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}

@-webkit-keyframes object_three {
    25% {
        -webkit-transform: translate(-50px,0) rotate(-180deg);
    }

    100% {
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}

@keyframes object_three {
    25% {
        transform: translate(-50px,0) rotate(-180deg);
        -webkit-transform: translate(-50px,0) rotate(-180deg);
    }

    100% {
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: rtranslate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_four {
    25% {
        -webkit-transform: translate(0,50px) rotate(-180deg);
    }

    100% {
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}

@keyframes object_four {
    25% {
        transform: translate(0,50px) rotate(-180deg);
        -webkit-transform: translate(0,50px) rotate(-180deg);
    }

    100% {
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}


/* Demo */
/*body {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-linear-gradient(#ecf0f1, #fff);
  background: linear-gradient(#ecf0f1, #fff);
}*/

/* Animation */
@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Variables */
/* Loading Icon */
.loading {
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding-top: 60px;
    padding-left: 50px;
}

.loading__ring {
    position: absolute;
    width: 100px;
    height: 100px;
}

    .loading__ring:first-child {
        -webkit-transform: skew(30deg, 20deg);
        transform: skew(30deg, 20deg);
    }

    .loading__ring:last-child {
        -webkit-transform: skew(-30deg, -20deg) scale(-1, 1);
        transform: skew(-30deg, -20deg) scale(-1, 1);
    }

        .loading__ring:last-child svg {
            -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
        }

    .loading__ring svg {
        -webkit-animation: rotate 1s linear infinite;
        animation: rotate 1s linear infinite;
        fill: #3498db;
    }


.system_name {
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 23px;
    height: 100%;
    padding-top: 10px;
    padding-left: 0px;
    font-size: 20px;
    color: #FFF;
    display: block;
    letter-spacing: 1px;
}



.load {
    position: relative;
    margin: 50px auto;
    width: 200px;
    height: 160px;
  }
  
  .gear {
    position: absolute;
    z-index: -10;
    width: 80px;
    height: 80px;
    -webkit-animation: spin-load 5s infinite;
    animation: spin-load 5s infinite;
  }
  
  .two {
    left: 40px;
    width: 160px;
    height: 160px;
    -webkit-animation: spin-reverse 5s infinite;
    animation: spin-reverse 5s infinite;
  }
  
  .three {
    top: 45px;
    left: -10px;
    width: 120px;
    height: 120px;
  }
  
  
  .fetchingData {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    z-index: 1;
    margin-top: 5em;
  }
  
    .fetchingData .gear {
        width: 40px;
        height: 40px;
    }
  
        .fetchingData .gear.two {
            left: 20px;
            width: 80px;
            height: 80px;
        }
  
        .fetchingData .gear.three {
            top: 30px;
            width: 60px;
            height: 60px;
        }
  
    .fetchingData .lil-circle {
        width: 100px;
        height: 100px;
    }
  
  .load p {
    font-size: 24px !important;
  }
  
  
  @-webkit-keyframes spin-load {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
  }
  
  @keyframes spin-load {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes spin-reverse {
    50% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
  }
  
  @keyframes spin-reverse {
    50% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
  }
  
  .lil-circle {
    position: absolute;
    border-radius: 50%;
    box-shadow: inset 0 0 10px 2px gray, 0 0 50px white;
    width: 200px;
    height: 200px;
    opacity: 0.65;
  }
  
  .blur-circle {
    position: absolute;
    top: -19px;
    left: -19px;
  }