#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#processMessage {
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
    text-align: center;
}


.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 10000;
}


/*bg header*/
.in-banner {
    position: relative;
    z-index: 0;
    min-height: 192px;
    background-image: url('../../images/bg-header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.inheading {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0px auto;
    z-index: 100;
    padding: 0px;
    top: 15px;
    text-align: center;
}

    .inheading h2 {
        color: #fff;
        font-size: 2em;
        display: inline-block;
        padding: 3px 25px;
        background-color: rgb(22 42 109);
        border: 1px dashed rgba(255,255,255,.8);
        margin-top: 53px;
    }

.in-banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0%);
    right: 0;
    top: 0;
    left: 0px;
    margin: 0px auto;
}

.breed-crum-div {
    margin-bottom: 0px;
    border-radius: 0px;
    /* background-color: #d42736; */
    padding: 0px 0px;
    color: black;
}

.breadcrumb {
    font-size: 13px;
    margin-bottom: 0px;
    background-color: transparent;
    text-align: right;
}

    .breadcrumb li {
        color: #000 !important;
        margin: 0px 5px;
        font-weight: 500;
    }

    .breadcrumb > li {
        display: inline-block;
    }

.contentarea {
    background-color: #dbe4eb;
    padding: 30px;
}

.incontent {
    background-color: #fff;
    padding: 15px;
    min-height: 368px;
}

.card-3 {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

/*end bg-header*/
.panel-heading {
    background: #000c4e;
    border-radius: 0;
    color: #fff;
}

.panel-heading {
    padding: 2px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading .panel-title {
        font-size: 18px;
    }


.imp-link li a {
    color: #000;
    display: block;
    text-decoration: none;
    padding: 8px 0;
    padding-left: 15px;
    text-transform: uppercase;
}

    .imp-link li a:hover::before {
        left: 10px;
    }

    .imp-link li a:before {
        content: "\f105";
        font-family: FontAwesome;
        color: #d52736;
        font-size: 20px;
        position: absolute;
        left: 0px;
        transition-duration: .2s;
    }






    .imp-link li a:hover {
        padding-left: 25px;
        transition: all 0.2s ease 0s;
        background-color: #fff;
        color: #d63036;
    }

.imp-link {
    background: #efefef;
    border: 1px solid #e5dfdf;
    padding: 8px;
}

    .imp-link li {
        list-style: none;
        color: #000;
        border-bottom: 1px solid #dcdcdc;
        line-height: normal;
        font-size: .930em;
        transition: all 0.2s ease 0s;
        position: relative;
    }

.ct-h2 {
    background-color: #f4f4f4 !important;
    color: #000 !important;
    font-size: 22px;
}

.bg-blue {
    background-color: #ffffff;
}


.ht {
    text-align: center;
    margin-top: 8px;
    font-size: 15px;
}

@media screen and (min-width:320px) and (max-width:768px) {
    .contentarea {
        background-color: #ffffff;
        /* margin-top: 11px; */
        padding-top: 7px !important;
        padding-bottom: 2px !important;
        padding: 0px;
    }
}











#modal_img .modal-dialog {
    max-width: 800px;
    margin: 6rem auto;
    z-index: 9999;
}

.modal-body img {
    width: 100%;
}

div#modal_img .modal-body {
    padding: 0;
}

.modal_butons button.close {
    margin: 5px 10px;
}

.modal_butons button:focus {
    border: 0;
    outline: none;
}

.middle-header {
    z-index: 999;
}
