﻿.table-responsive {
    border-radius: 10px;
}

.table > tbody > tr > td {
    vertical-align: top;
}

a.btnGenerate {
    color: #0d6efd;
    border-bottom: dashed 1px #0d6efd;
    font-weight: bold;
    margin-top: 15px;
}

/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 8px 8px;
    background: #fff;
    /* border: solid thin #ccc; */
    border-radius: 5px;
    margin-bottom: 7px;
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    border: 1px solid rgba(0, 0, 0, .07);
    font-size: 13px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
}

    .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*****/
.iconSet {
    width: 35px;
    height: 35px;
    background: #ccc;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-top: 2px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
}

.alert {
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
    margin-bottom: 0px;
    padding: 5px 10px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border-radius: 9px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.form-control {
    border-radius: 9px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

label {
    color: #333;
    font-weight: 600;
    margin-bottom: 4px;
}

.statDone {
    background: #e3f8e2;
    color: #58a367;
    display: inline-block;
    padding: 2px 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
    font-size: 13px;
    border-radius: 4px;
    font-weight: bold;
}

.bluethemeColor {
    color: #105ebc;
}

.btnViewDetails {
    border: solid thin #1479f7;
    font-size: 10px;
    font-weight: bold;
    color: #1479f7;
    padding: 0px 5px;
    border-radius: 10px;
    margin-left: 4px;
    margin-top: 2px;
    display: inline-block;
}

    .btnViewDetails:hover {
        background: #1479f7;
        color: #fff;
    }

#offcanvasDetails {
    width: 50%;
}

.offcanvas-header {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.popUpPanel {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 10px;
    width: 96%;
    border-radius: 10px;
    padding: 10px;
}

    .popUpPanel h4 {
        font-size: 16px;
        color: #105ebc;
    }
