html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#renderData {
    overflow: auto;
}

.footer {
    bottom: -50px !important;
    text-align: center;
}

.evidence-jpg{
    height:280px;
}
/*----------------------------bootstrap message------------------------*/
.bootstrap-growl {
    position: fixed !important;
}

/*---------------------------loader start-----------------------------*/

#AjaxLoader {
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.8;
    z-index: 10000000;
    background: Black;
    height: 100%;
    width: 100%;
    margin: auto;
}

#AjaxLoader .text {
    margin-left: 65px;
    position: absolute;
    color: #0079d7;
    bottom: -85px;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Poppins',sans-serif;
}

#AjaxLoader .wrapper {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    margin-left: -50px;
    position: relative;
}

#AjaxLoader .loader {
    height: 50px;
    width: 50px;
    /*position: absolute;*/
    animation: rotate 3.5s linear infinite;
}

    .loader:nth-child(1) {
        animation-delay: 0.15s;
    }

    .loader:nth-child(2) {
        animation-delay: 0.3s;
    }

    .loader:nth-child(3) {
        animation-delay: 0.45s;
    }

    .loader:nth-child(4) {
        animation-delay: 0.6s;
    }

    .loader:nth-child(5) {
        animation-delay: 0.75s;
    }

    .loader:nth-child(6) {
        animation-delay: 0.9s;
    }

@keyframes rotate {
    30% {
        transform: rotate(220deg);
    }

    40% {
        transform: rotate(450deg);
    }

    75% {
        transform: rotate(720deg);
        opacity: 1;
    }

    76% {
        opacity: 0;
    }

    100% {
        transform: rotate(0deg);
        opacity: 0;
    }
}

.loader .dot {
    top: 30px;
    height: 7px;
    width: 7px;
    background: #0079d7;
    border-radius: 50%;
    position: relative;
}
/*------------------------------loader end---------------------------*/
