body {
    background-color: #eff3f6;
    font-size: 14px!important;
}
.h4, h4 {
    font-size: 18px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: right;
}

.btn {
    border-radius: 0;
}

.tab-outer {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}


.nav-outer .navbar {
    padding-bottom: 0;
    margin-bottom: 0;
}

.nav-outer {
    background: #407ec9;
    color: #fff;
}

.navbar1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand {
    color: #fff !important;
    font-size: 28px;
    padding-left: 0;
}

.page-head {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    background: #fff;
    box-shadow: 2px 2px 3px #ccc;
    margin-bottom: 20px;
}

.glyphicon {
    color: #fff;
    font-size: 20px;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.navbar-right li:last-child {
    border-left: 1px solid #ccccccc7;
}

.btn-info {
    border: 1px solid #cccccc5e;
    color: #000;
    background-color: #fff;
}

.card-body {
    background: #fff;
    padding: 10px;
    height: auto;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .15) !important;
}

.row1 .card-body {
    background: #fff;
    padding: 10px;
    height: auto;
}

.row2 .card-body {
    background: #fff;
    padding: 10px;
    height: 256px;
}

.mb-20 {
    margin-bottom: 20px;
}

.name {
    color: #fff;
}

.card-title {
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 20px;
}

.kl-outer {
    display: flex;
    justify-content: space-between;
}

    .kl-outer .btn {
        border-radius: 0;
        display: flex;
        min-width: 18%;
        justify-content: space-between;
        align-items: baseline;
        padding: 14px;
        font-weight: bold;
    }

    .kl-outer .btn-primary {
        color: #000;
        background-color: #fff;
        border-color: #a5d0ff;
    }

    .kl-outer .btn .badge {
        position: relative;
        top: -1px;
        background: #4da1ff;
        color: #fff;
    }

.active .btn-info {
    color: #fff;
    background-color: #ff6400;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  
    border-color: #337ab7;
    background-color: #ff6400;
    width: 35px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.container1:hover .image {
    opacity: 0.3;
}

.container1:hover .middle {
    opacity: 1;
}

.text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.panel-body {
    padding: 10px;
    font-weight: 700;
    height: 60px;
    display: flex;
    align-items: center;
}

.list-group-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px;
    align-items: center;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 9px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #89d0c5;
    border-radius: 0;
    margin-right: 10px;
}
.h4 {
    text-transform: uppercase;
}

.panel {
    border-width: 2px;
}

.ctry-wraper {
    margin-bottom: 10px;
    text-align: right;
}

select {
    height: 37px;
    width: 100%;
    line-height: 26px;
}

.pad {
    padding: 0
}

.inner-container {
    padding-bottom: 3px !important;
}

.view-report {
    background: var(--sea);
    border: none;
    padding: 0 20px;
    color: #fff !important;
    height: 31px;
    font-size: 15px;
    border-radius: 4px;
    line-height: 32px;
}

.select-style {
    width: 100% !important
}

input.hasDatepicker + i.fa-calendar {
    bottom: 27px;
    color: #407ec9;
    position: absolute;
    right: 24px;
    cursor: pointer;
    top: 43px;
}
.nav a.logout {
    width: 35px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

 @media screen and (min-width:992px) and (max-width:1199px){
    .row1 .card-body {
        height:340px;
    }
    .necropsy-chart{
        margin-top:20px;
    }
 }


@media screen and (min-width:1200px) {
    .row1 .card-body {
        height: 300px;
    }
}
label {
    font-weight: bold;
}