﻿.row {
    padding: 0 6px;
}
.data_table table th {
    background: #d72b6c;
    color: rgb(255 255 255);
    border: 1px solid #fff !important;
}

.data_table .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(255 212 76 / 10%);
}

.data_table td {
    color: #000;
}
.close {
    opacity: 1;
    color: white !important;
    background-color: #ff4646
}
.table a {
    color: #bb1a54;
    text-decoration: none;
    font-weight: 700;
}

.data_table .table-hover > tbody > tr:hover {
    background-color: rgb(245 118 164 / 18%);
}

.Pageshivindex tr td span {
    padding: 5px 10px;
    font-weight: 700;
    display: inline-block;
    background: #f9df80;
    font-size: 16px;
}

.Pageshivindex tr td a {
    padding: 5px 10px;
    font-weight: 700;
    display: inline-block;
    background: #bb1a54;
    color: #fff;
    font-size: 16px;
}

.btn {
    height: auto !important;
    padding: 8px 15px;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px 3px 0px 0px rgba(93, 81, 54, 0.7);
    margin: 0 5px;
    font-weight: 600;
    color: #fff !important;
}
.btn-sm {
    font-size: 14px;
    font-weight: 500 !important;
    padding: 3px 5px;
}
.btn-primary {
    color: #000 !important;
    box-shadow: 0px 3px 0px 0px rgb(207 54 109);
}

.btn-danger {
    background: #cf366d;
    box-shadow: 0px 3px 0px 0px rgb(118 55 4);
}

.alert-warning {
    color: #000000;
    background-color: #f9df80;
    border-color: #faebcc;
    margin: 0px;
    font-size: 24px;
    margin-left: 7px;
    margin-right: 7px;
    border-left: 7px solid #cf366d;
}

.alert .fa {
    margin-right: 8px;
    color: #cf366d;
}

.text-pink {
    color: #c73e6e;
    font-weight: 700;
    font-size: 16px;
    padding: 10px;
}

.btnbgnewcls i {
    background: #cf366d;
    padding: 3px 5px;
    border-radius: 5px;
    color: #ffffff !important;
    margin: 2px;
}

.data_table input[type="radio"] {
    height: auto;
    margin: 0 8px;
    accent-color: #c73e6e;
}

#ctl00_MainContent_divForm table {
    box-shadow: none;
}

    #ctl00_MainContent_divForm table, #ctl00_MainContent_divForm table tr td {
        border: 0 !important;
    }


