﻿.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single, .SumoSelect > .CaptionCont {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.form-control {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

label {
    color: #333;
    font-weight: 500;
    margin-bottom: 1px;
}

.table-responsive {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 8px 8px;
    /* border: solid thin #ccc; */
    border-radius: 5px;
    margin-bottom: 0px;
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    border: 1px solid rgba(0, 0, 0, .07);
    font-size: 13px;
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
        font-size: 11px;
        line-height: 20px;
        font-weight: bold;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #18AACC;
            color: #fff;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel a i {
        display: contents;
        line-height: 18px;
    }

    .paginationPanel button {
        background: #18AACC;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        font-size: 11px;
        line-height: 19px;
        font-weight: bold;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }
/******pagimnation*****/

.table tbody tr td {
    vertical-align: top;
}

.statusBG {
    background: #f3f3f3;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
}

    .statusBG span {
        margin-right: 10px;
        padding: 4px 10px;
        display: inline-block;
        font-weight: 500;
        color: #4c4646;
    }

        .statusBG span.active {
            background: #fff;
            border-radius: 5px;
        }

.statVerified {
    color: #32b007 !important;
}

.statMismatch {
    color: #d15d80 !important;
}

.statUnverified {
    color: #5f6ad6 !important;
}

.statSetting {
    padding: 2px 5px;
    border-radius: 4px;
    border: solid thin #ccc;
    font-size: 10px;
    font-weight: bold;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
    border: none;
}

.statVerifiedBG {
    color: #32b007;
    background: #deffd3;
}

.statmismatchedBG {
    color: #d15d80;
    background: #ffe5ed;
}

.statUnverifiedBG {
    color: #5f6ad6;
    background: #f1f2ff;
}
