﻿.Background {
    background: #eeeeee url("../images/ui-bg_diagonals-thick_90_eeeeee_40x40.png") 50% 50% repeat;
    opacity: .8;
    filter: Alpha(Opacity=80); /* support: IE8 */
}

.Popup2 {
    background-color: #F2F5F7;
    border-width: 1px;
    border-style: solid;
    border-color: #E5E6E6;
    padding-top: 10px;
    padding-left: 10px;
    width: auto;
    height: auto;
    border-radius: 12px;
    padding: 0;
}

    .Popup2 .header {
        background-color: #E0EEF8;
        height: 30px;
        color: black;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

.lbl {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.searchbtn {
    background-color: #408c99;
    cursor: pointer;
    color: #ffffff;
}

    .searchbtn:hover {
        background-color: #599bb3; /* #408c99;*/
        color: #ffffff;
    }

    .searchbtn:active {
        position: relative;
        top: 1px;
    }


.Clean {
    background-color: #fb9e25;
    cursor: pointer;
    color: #ffffff;
}

    .Clean:hover {
        background-color: #ffc477;
        color: #ffffff;
    }

    .Clean:active {
        position: relative;
        top: 1px;
    }
.swal2-container {
    z-index: 20000 !important;
}