﻿body {
    font: 400 14px Arial,Helvetica,sans-serif;
}

.content {
    padding: 5px 30px !important;
}

.panel {
    margin-top: 40px;
}

.breadcrumb {
    border: 1px solid #B0BEC5;
    border-radius: 0px;
    padding: 0 25px 0 25px;
    background: #CFD8DC;
    margin-top: 4px;
}

    .breadcrumb .breadcrumb-item {
        line-height: 25px;
    }

.panel-heading {
    background-color: #526381 !important;
}

.panel-body {
    border-left: 1px solid #cfd8dc;
    border-right: 1px solid #cfd8dc;
    border-bottom: 1px solid #cfd8dc;
}

.btn-lab {
    color: #fff;
    background-color: #526381 !important;
    border: 1px solid #526381 !important;
    border-radius: 0px;
}

    .btn-lab:hover {
        color: #fff;
        background-color: #526381 !important;
        border: 1px solid #526381 !important;
    }

@media (max-width: 767.98px) {
    .btn-search {
        float: right;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .btn-search {
        float: right;
        margin-bottom: 15px;
    }
}

.modal-body {
     padding: 0px!important; 
}
.modal-header {
    padding: 7px 15px;
    background: #526381;
    border: 1px solid #526381 !important;
    border-radius: 0px;
}
.modal-header .close {
    padding: 10px 15px!important;
}

.modal-content {
    border-radius: 0px;
}
.Pager span {
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 45px;
    background-color: #526381;
    margin-right: 3px;
    line-height: 150%;
    border: 1px solid #526381;
    border-radius: 3px;
    padding: 4px 8px;
}

.Pager a {
    text-align: center;
    display: inline-block;
    width: 45px;
    color: #333;
    margin-right: 3px;
    line-height: 150%;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #d5dbe0;
}

.Pager > a:hover {
    background-color: #f2f4f5 !important;
}

@media (max-width:770px) {
    .dataTables_info {
        text-align: center !important;
        margin-bottom: 15px;
    }
}

@media (min-width: 994px) {
    .dataTables_info {
        text-align: left !important;
        margin-top: 7px;
    }
}

/*loader*/
.loaderbody {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: rgba(128,128,128,0.2);
    z-index: 2147483647;
}

.loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 35%;
    left: 45%;
}

.loader-title {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 54%;
    left: 46%;
    font-size: 12px;
    color: #757575;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hide {
    display: none;
}
@media (max-width: 575.98px) {
    .login.login-v1 {
        background: transparent;
    }
}
