/*
Custom Dashboard
*/
.login-box, .register-box {
    z-index: 999999;
    position: relative;
}
.login-page{
    /*background: #50a3a2;
    background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
    background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);*/
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #dedede;
    background-image: url(../images/index.png);
    background-repeat: no-repeat;
}
.login-box-body, .register-box-body{
    background-image: url(../images/login-bg.png);
    background-repeat: repeat-x;
    border: 1px solid #999999;
    background-color: #e8e8e8;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 20px;
}
.login-box .btn-google{
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
}
.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
    bottom: -160px;
    -webkit-animation: square 25s infinite;
    animation: square 25s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
    left: 10%;
}
.bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
    left: 25%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
    left: 70%;
}
.bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
}
@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}
@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}


/*
* CSs Module placements
*/

.sidebar-nav-fixed {
    width:25%;
}
@media (max-width: 370px) {
    #sale .td-1{
        padding: 2px 0px 0px 15px !important;
    }
    #sale .td-2{
        padding: 2px 0px 0px 15px !important;
    }
    #sale .td-3{
        padding: 2px 0px 0px 60px !important;
    }
    #sale .td-4{
        padding: 2px 0px 0px 100px !important;
    }
    #sale .last-value {
        display:block;
    }
    #sale .td-5{
        padding: 2px 0px 0px 60% !important;
    }
    /*
    traffic
    */
    #traffic .td-1{
        padding: 2px 0px 0px 15px !important;
    }
    #traffic .td-2{
        padding: 2px 0px 0px 15px !important;
    }
    #traffic .td-3{
        padding: 2px 0px 0px 60px !important;
    }
    #traffic .td-4{
        padding: 2px 0px 0px 100px !important;
    }
    #traffic .last-value {
        display:block;
    }

}
@media (min-width: 371px) and (max-width: 685px) {
    #sale .td-1{
        padding: 2px 0px 0px 15px !important;
    }
    #sale .td-2{
        padding: 2px 0px 0px 12% !important;
    }
    #sale .td-3{
        padding: 2px 0px 0px 25% !important;
    }
    #sale .td-4{
        padding: 2px 0px 0px 40% !important;
    }
    #sale .td-5{
        padding: 2px 0px 0px 60% !important;
    }
    /*
    traffic
    */
    #traffic .td-1{
        padding: 2px 0px 0px 15px !important;
    }
    #traffic .td-2{
        padding: 2px 0px 0px 12% !important;
    }
    #traffic .td-3{
        padding: 2px 0px 0px 25% !important;
    }
    #traffic .td-4{
        padding: 2px 0px 0px 40% !important;
    }
    #traffic .td-5{
        padding: 2px 0px 0px 60% !important;
    }
}
@media  (min-width: 686px) and (max-width: 768px){
    /*
    */
    #sale .td-1{
        padding: 2px 0px 0px 15px !important;
    }
    #sale .td-2{
        padding: 2px 0px 0px 25% !important;
    }
    #sale .td-3{
        padding: 2px 0px 0px 43% !important;
    }
    #sale .td-4{
        padding: 2px 0px 0px 62% !important;
    }
    #sale .td-5{
        padding: 2px 0px 0px 60% !important;
    }
    /*
    table traffic
    */
    #traffic .td-1{
        padding: 2px 0px 0px 15px !important;
    }
    #traffic .td-2{
        padding: 2px 0px 0px 25% !important;
    }
    #traffic .td-3{
        padding: 2px 0px 0px 43% !important;
    }
    #traffic .td-4{
        padding: 2px 0px 0px 62% !important;
    }
    #traffic .td-5{
        padding: 2px 0px 0px 60% !important;
    }
}
@media  (min-width: 767px) and (max-width: 980px){
    #sale .last-value {
        display:block;
    }
}
/*
Table Sale
*/
#sale .th{
    font-size: 14px;
    font-weight: 800;
}
#sale .row{
    border-bottom: 1px solid #f4f4f4;
}
#sale .danger{
    *background-color: #f2dede;
}
#sale #report-table .row:hover{
    background-color:#D6EBF5 ;
}
#sale .td-1,#sale .td-2,#sale .td-3,#sale .td-4{
    padding: 8px 0px 8px 0px;
    font-size: 20px;
}
#sale .last-value{
    font-size: 14px;
}
#draw-chart-visitor h1{
    text-align: center;
    font-size: 14px;
}
/*Table Traffic*/
#traffic .th{
    font-size: 14px;
    font-weight: 800;
}
#traffic .row{
    border-bottom: 1px solid #f4f4f4;
}
#traffic .danger{
    *background-color: #f2dede;
}
#traffic #report-table .row:hover{
    background-color:#D6EBF5 ;
}
#traffic .td-1,#traffic .td-2,#traffic .td-3,#traffic .td-4{
    padding: 8px 0px 8px 0px;
    font-size: 20px;
}
#traffic .last-value{
    font-size: 14px;
}
/*
loading
*/
.wrapper-loading{
    position: fixed;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 999999;
    display: none;
}

.loader {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    top:300px;
}
.report-loading{
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 38px;
    top:0;
    left:0;
    z-index: 999999;

}
.report-loader {
    margin: 6px 50%;
    font-size: 7px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #337ab7, 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.5), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.7), 1.8em -1.8em 0 0em #337AB7, 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.5), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.7), 2.5em 0em 0 0em #337AB7, 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.5), 2.5em 0em 0 0em rgba(51, 122, 183, 0.7), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.5), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.7), 0em 2.5em 0 0em #337AB7, -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.5), 0em 2.5em 0 0em rgba(51, 122, 183, 0.7), -1.8em 1.8em 0 0em #337AB7, -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.5), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.7), -2.6em 0em 0 0em #337AB7, -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.5), -2.6em 0em 0 0em rgba(51, 122, 183, 0.7), -1.8em -1.8em 0 0em #337AB7;
    }
}
@keyframes load5 {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #337AB7, 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.5), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.7), 1.8em -1.8em 0 0em #337AB7, 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.5), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.7), 2.5em 0em 0 0em #337AB7, 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.5), 2.5em 0em 0 0em rgba(51, 122, 183, 0.7), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.5), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.7), 0em 2.5em 0 0em #337AB7, -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.2), -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.5), 0em 2.5em 0 0em rgba(51, 122, 183, 0.7), -1.8em 1.8em 0 0em #337AB7, -2.6em 0em 0 0em rgba(51, 122, 183, 0.2), -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.5), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.7), -2.6em 0em 0 0em #337AB7, -1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(51, 122, 183, 0.2), 1.8em -1.8em 0 0em rgba(51, 122, 183, 0.2), 2.5em 0em 0 0em rgba(51, 122, 183, 0.2), 1.75em 1.75em 0 0em rgba(51, 122, 183, 0.2), 0em 2.5em 0 0em rgba(51, 122, 183, 0.2), -1.8em 1.8em 0 0em rgba(51, 122, 183, 0.5), -2.6em 0em 0 0em rgba(51, 122, 183, 0.7), -1.8em -1.8em 0 0em #337AB7;
    }
}

.dropzone .dz-preview .dz-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}

/**
*Loading style2
*/
.dashboard-loading {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 10px;
    margin: auto;
    margin-top: 90px;

}
.report-tree-list-loading {
    width: 30px;
    height: 12px;
    text-align: center;
    font-size: 10px;
    margin: auto;
}

.spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

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

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


