﻿/*@import "bootstrap-theme.min.css";*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eff3f64f;
    z-index: 9999999;
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.spinner {
    position: absolute;
    width: 78px;
    height: 78px;
    left: 50%;
    margin-left: -39px;
    margin-top: -39px;
}

    .spinner:before {
        content: '';
        position: absolute;
        width: 45px;
        height: 45px;
        top: 50%;
        margin-top: -23px;
        left: 50%;
        margin-left: -23px;
        border-width: 2px 1px;
        border-style: solid;
        border-color: #0097a7 rgba(0, 151, 167, 0.3);
        border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        animation: spin 3.45s infinite;
        -o-animation: spin 3.45s infinite;
        -ms-animation: spin 3.45s infinite;
        -webkit-animation: spin 3.45s infinite;
        -moz-animation: spin 3.45s infinite;
    }

    .spinner:after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        top: 50%;
        margin-top: -6px;
        left: 50%;
        margin-left: -6px;
        background-color: #0097a7;
        border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
        -o-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
        -ms-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
        -webkit-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
        -moz-animation: pulse 6.9s infinite, borderPulse 6.9s infinite; 
    }

/*Added by Amit*/
.card-body {
    padding: 1rem;
}

.PageTitle {
    background-color: #015660;
    height: 45px;
    color: #fff;
    padding: 10px;
}

.table thead th {
    background-color: #088391;
}


/*--------------------priteee----*/
.img-responsive{
    width:69px;
    height:auto;
}
.navbar {
    padding: .5rem 1rem;
}
.bg-primary {
    background-color: #05adc0 !important;
}
a {
    color: #05adc0;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.flex {
    gap: 12px;
    display: flex;
    align-items: center;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.table thead th {
    vertical-align: bottom;
    background-color: #96774a;
    color: white;
    font-size: 15px;
    border-color: #C0C0C0;
    border-bottom: 2px solid #dee2e6;
    padding: 10px 7px;
    font-weight: normal !important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}

.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%;
}
.font-weight-bold {
    font-weight: 700 !important;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #f3f3f0;
}
label {
    margin-bottom: .5rem;
    color:black;
}
.table th, .table td {
    font-size: 14px;
}
.side-navbar li:last-child{
    border-bottom:0px;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
.close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    background: transparent;
    border: 0;
}
.btn-light {
    border: 1px solid #bdbdbd;
}