table.dataTable thead .sorting {
	background: url("../img/dataTables/sort_both.png") center right no-repeat !important;
}
table.dataTable thead .sorting_asc {
	background: url("../img/dataTables/sort_asc.png") center right no-repeat !important;
}
table.dataTable thead .sorting_desc {
	background: url("../img/dataTables/sort_desc.png") center right no-repeat !important;
}
table.dataTable thead .sorting_asc_disabled {
	background: url("../img/dataTables/sort_asc_disabled.png") center right no-repeat !important;
}
table.dataTable thead .sorting_desc_disabled {
	background: url("../img/dataTables/sort_desc_disabled.png") center right no-repeat !important;
}

table.dataTable thead>tr>th.sorting:before, 
table.dataTable thead>tr>th.sorting:after, 
table.dataTable thead>tr>th.sorting_asc:before, 
table.dataTable thead>tr>th.sorting_asc:after, 
table.dataTable thead>tr>th.sorting_desc:before, 
table.dataTable thead>tr>th.sorting_desc:after, 
table.dataTable thead>tr>th.sorting_asc_disabled:before, 
table.dataTable thead>tr>th.sorting_asc_disabled:after, 
table.dataTable thead>tr>th.sorting_desc_disabled:before, 
table.dataTable thead>tr>th.sorting_desc_disabled:after, 
table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, 
table.dataTable thead>tr>td.sorting_asc:before, 
table.dataTable thead>tr>td.sorting_asc:after, 
table.dataTable thead>tr>td.sorting_desc:before, 
table.dataTable thead>tr>td.sorting_desc:after, 
table.dataTable thead>tr>td.sorting_asc_disabled:before, 
table.dataTable thead>tr>td.sorting_asc_disabled:after, 
table.dataTable thead>tr>td.sorting_desc_disabled:before, 
table.dataTable thead>tr>td.sorting_desc_disabled:after {
	display: none;
}

table.dataTable {
	width:100%;
}

.dataTables_wrapper .bottom {
	border-bottom: none;
}

table.dataTable .dtrg-group.dtrg-start {
	background-color: #ccc;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	margin:0;
	padding:0;
	border:0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button a:focus {
	outline:0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	border:0;
}


.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border:0;
	background-color:inherit;
	background:inherit;
}

table.dataTable{
	border-collapse: collapse !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
	border: 0px solid transparent;
}
table.dataTable thead tr {
	background-color: rgba(98, 120, 170, 1);
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	min-height: 34px;
}

table.dataTable thead tr th,
table.dataTable thead tr td {
	font-weight: normal;
	padding: 3px 7px 3px 7px;
	border: 1px solid #FFFFFF;
	text-align: center;
}
table.dataTable thead tr th.sorting,
table.dataTable thead tr th.sorting_asc,
table.dataTable thead tr th.sorting_desc,
table.dataTable thead tr td.sorting,
table.dataTable thead tr td.sorting_asc,
table.dataTable thead tr td.sorting_desc {
	padding: 3px 13px 3px 7px;
    text-align: center;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 2px 7px;
}

table.dataTable td.dataTables_empty {
  text-align: center;
  font-style: italic;
  padding: 25px 0;
}

table.dataTable tbody tr td {
	font-size: 11px;
	border: 1px solid #FFFFFF;
}

table.dataTable tbody tr td.small-text {
	font-size: 9px;
	border: 1px solid #FFFFFF;
}

table.dataTable.child tbody tr td {
	border-bottom: 1px solid rgba(242,242,242,1);
}

table.dataTable.child tbody tr:hover {
	background-color: rgba(242,242,242,1);
}



div.dataTables_wrapper div.bottom div.dataTables_info,
div.dataTables_wrapper div.top div.dataTables_info,
div.dataTables_wrapper div.bottom div.dataTables_length,
div.dataTables_wrapper div.top div.dataTables_length{
	float: left;
    padding: 0;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    margin-right: 30px;
}


table.dataTable tbody tr td.center {
    text-align: center;
}
table.dataTable tbody tr td.no-wrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
table.dataTable tbody tr.odd,
table.dataTable tbody tr.odd td {
    background-color: rgba(242,242,242,1);
}
table.dataTable tbody tr.even,
table.dataTable tbody tr.even td {
    background-color: rgba(249,249,249,1);
}
table.dataTable tbody tr.odd:hover,
table.dataTable tbody tr.odd:hover td,
table.dataTable tbody tr.even:hover,
table.dataTable tbody tr.even:hover td {
    background-color: rgba(230,256,230,1);
}

table.dataTable tbody tr.selected.odd,
table.dataTable tbody tr.selected.odd td,
table.dataTable tbody tr.selected.even,
table.dataTable tbody tr.selected.even td,
table.dataTable tbody tr.selected.odd:hover,
table.dataTable tbody tr.selected.odd:hover td,
table.dataTable tbody tr.selected.even:hover,
table.dataTable tbody tr.selected.even:hover td{
	background-color: #FFFFAC;
	box-shadow: none;
	color: inherit;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
}

.dataTables_wrapper .multi-action-container {
    float: right;
    text-align: right;
}

.dataTables_wrapper .multi-action-container label{
    font-weight: normal;
}

.dataTables_wrapper .multi-action-container label.bold{
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
		float: right;
	}
	
	.dataTables_wrapper .dataTables_length .form-control {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
}

.dataTables_wrapper .goToPage{
	float: left;
	line-height: 40px;
}

.goToPage input[type=number] {
	width: 75px;
	margin-left: 10px;
}

.goToPage > label {
	font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.fix-overflow{
	overflow: hidden !important;
	overflow-x: auto !important;
	width: 100%;
}

.dataTables_scroll .dts_label {
	display:none;
}


/* Progress Bar */
.blockUI.blockMsg {
	background-color: rgba(0, 0, 0, 0.5);
	width : 100%;
	height : 100%;
	position :fixed;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    opacity: 0;
    cursor: wait;
    animation: show-progress-bar 0.2s linear 1s forwards;
}

.blockUI.blockMsg .progress{
	width: 70%;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    left: 50%;
}

.blockUI.blockMsg .progress .progress-bar {
  width: 100%;
  height: 20px;
  margin: 0;
  position: absolute;
  border-radius: 2px;
  border: 1px solid #555;
  background-image: repeating-linear-gradient(
      -45deg,
      #315e90,
      #315e90 11px,
      #205081 10px,
      #205081 20px );
  background-size: 28px 28px;
  animation: background-progress-bar 3s linear infinite, move-progress-bar .5s linear infinite;
}

.blockUI.blockMsg .progress .progress-bar.determ-progress-bar{
	width: 0%;
    color: white;
}


@keyframes background-progress-bar {
  0%   { background-color: #f5f5f5; }
  50% { background-color: #bbb; }
  100% { background-color: #f5f5f5; }
}

@keyframes move-progress-bar {
  0%   { background-position: 0 0; }
  100% { background-position: 28px 0; }
}

@keyframes show-progress-bar {
    0%   { opacity: 0; }
    100% { opacity: 1; }
} 