/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, /*ol, ul,*/ li,
fieldset, form, label, legend,
/*table,*/ caption, tbody, tfoot, thead,/* tr, th, td,*/
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
/*ol, ul {
        list-style: none;
}*/
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*New Css Added on 19-05-2020*/
.modal-backdrop{
    background-color: rgba(0,0,0,0.9) !important;
}

/*PAGINATION*/
.pagination{
    margin: 0;
}
.pagination .paginate_button a{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #003466;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
}
.pagination .paginate_button a:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.pagination .paginate_button.disabled a{
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination .paginate_button.active a{
    z-index: 1;
    color: #fff;
    background-color: #003466;
    border-color: #002749;
}
.pagination .paginate_button:first-child a {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.pagination .paginate_button:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
#payoutTable_wrapper{
    justify-content: space-between;
}
.dataTables_length {
    margin-left: 0;
    margin-top: 0;
}
.dataTables_paginate {
    margin-top: 0;
    margin-left: 0;
}

/*END PAGINATION*/

.modal-title {
    font-weight: 600;
    color: #fff;
}
.modal-body ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
.modal-header{
    background: linear-gradient(45deg, #0c7c9e, #0c517987) !important;
}
.modal-header .close {
    float: right;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #fd0000;
    text-shadow: none;
    opacity: 1;
}