/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
table.table-bordered.dataTable.fixedHeader-floating  {
     top: -7px!important;
}

.table.table-striped.fixedHeader-floating > thead {
    display: block;
    width: 90% !important;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
    background:#a71381!important;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 80px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom:20px;
    box-shadow:1px 1px 8px -5px rgba(0, 0, 0, 0.4);
    text-align: center;
    font-weight:bold;
    font-size: 1.2em;
   color:#a71381;
   Background:white!important;
   z-index:99999;
}
div.dataTables_wrapper div.dataTables_processing {
    box-shadow:2px 2px 1px rgba(0,0,0,0.30);
}

/* datatables */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    background:#a71381!important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
     background-color:#a71381!important;
    border-color:#a71381!important;
}
.pagination > li > a, .pagination > li > span {
    color:#393838!important;
}
.pagination > li.active >a {
    color:White!important;
}
div.dataTables_wrapper div.dataTables_filter {
    float:left!important;
}
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;
    color: #313541;
}
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;
}

.modal-footer .btn+.btn.pull-right {
    margin-left: 10px;
}