div.dataTables_length label {
	font-weight: normal;
	float: left;
	text-align: left;
}

div.dataTables_length select {
	width: 75px;
}

div.dataTables_filter label {
	font-weight: normal;
	float: right;
	padding-right: 0.25em;
}

div.dataTables_filter input {
	width: 16em;
	margin-left: 0.3em;
}

div.dataTables_info {
	padding-top: 8px;
}

div.dataTables_paginate {
	float: right;
	margin: 0;
}

div.dataTables_paginate ul.pagination {
	margin: 2px;
}

table.table {
	clear: both;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
	cursor: pointer;
}

#available-panel table.table thead .sorting:hover,
#available-panel table.table thead .sorting_asc:hover,
#available-panel table.table thead .sorting_desc:hover {
	color: #007ba0;
}

#udai-panel table.table thead .sorting:hover,
#udai-panel table.table thead .sorting_asc:hover,
#udai-panel table.table thead .sorting_desc:hover {
    color: #719249;
}

#conflicted-panel table.table thead .sorting:hover,
#conflicted-panel table.table thead .sorting_asc:hover,
#conflicted-panel table.table thead .sorting_desc:hover {
    color: #e72e00;
}

#service-pricing-content table.table thead .sorting:hover,
#service-pricing-content table.table thead .sorting_asc:hover,
#service-pricing-content table.table thead .sorting_desc:hover {
	color: #e72e00;
}

table.table thead .sorting:after {
	font-family: FontAwesome;
	content: "\f0dc";
	color: #999;
	font-size: 11px;
	margin-left: 6px;
}
table.table thead .sorting_asc:after{
	font-family: FontAwesome;
	content: "\f0dd";
	font-size: 11px;
	display: block;
	margin-left: 6px;
	margin-bottom: 2px;
	display: inline-block;
}

table.table thead .sorting_desc:after {
	font-family: FontAwesome;
	content: "\f0de";
	font-size: 11px;
	margin-top: 4px;
	margin-left: 6px;
	display: inline-block;
}

#available-panel table.table thead .sorting_asc:after,
#available-panel table.table thead .sorting_desc:after
{
    color: #2c7d9a;
}

#udai-panel table.table thead .sorting_asc:after,
#udai-panel table.table thead .sorting_desc:after
{
    color: #699139;
}

#conflicted-panel table.table thead .sorting_asc:after,
#conflicted-panel table.table thead .sorting_desc:after
{
    color: #e72e00;
}

#service-pricing-content table.table thead .sorting_asc:after,
#service-pricing-content table.table thead .sorting_desc:after
{
	color: #e72e00;
}

table.dataTable th:active {
	outline: none;
}

/* Scrolling */
div.dataTables_scrollHead table {
	margin-bottom: 0 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
	border-top: none;
}

div.dataTables_scrollFoot table {
	border-top: none;
}




/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
	background-color: #08C;
	color: white;
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
	background-color: #0075b0 !important;
}

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
	cursor: pointer;
}

div.DTTT .btn {
	color: #333 !important;
	font-size: 12px;
}

div.DTTT .btn:hover {
	text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a {
	color: #333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li {
	position: relative;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
	background-color: #0088cc;
	color: white !important;
}

/* TableTools information display */
div.DTTT_print_info.modal {
	height: 150px;
	margin-top: -75px;
	text-align: center;
}

div.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

div.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}



/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
}

div.DTFC_RightHeadWrapper table ,
div.DTFC_LeftHeadWrapper table {
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin-bottom: 0 !important;
}

div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}

div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
    border-top: none;
}


/*-------styling changes to datatables-----*/

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 12px;
}


.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
}

#available-panel .pagination>.active>a,
#available-panel .pagination>.active>span,
#available-panel .pagination>.active>a:hover,
#available-panel .pagination>.active>span:hover,
#available-panel .pagination>.active>a:focus,
#available-panel .pagination>.active>span:focus,
#reserve-panel .pagination>.active>a,
#reserve-panel .pagination>.active>span,
#reserve-panel .pagination>.active>a:hover,
#reserve-panel .pagination>.active>span:hover,
#reserve-panel .pagination>.active>a:focus,
#reserve-panel .pagination>.active>span:focus {
    background-color: #2c7d9a;
    border: 1px solid #2c7d9a;
    color: #fff;
}

#udai-panel .pagination>.active>a,
#udai-panel .pagination>.active>span,
#udai-panel .pagination>.active>a:hover,
#udai-panel .pagination>.active>span:hover,
#udai-panel .pagination>.active>a:focus,
#udai-panel .pagination>.active>span:focus {
    background-color: #699139;
    border: 1px solid #699139;
    color: #fff;
}

#conflicted-panel .pagination>.active>a,
#conflicted-panel .pagination>.active>span,
#conflicted-panel .pagination>.active>a:hover,
#conflicted-panel .pagination>.active>span:hover,
#conflicted-panel .pagination>.active>a:focus,
#conflicted-panel .pagination>.active>span:focus {
    background-color: #e72e00;
    border: 1px solid #e72e00;
    color: #fff;
}

#service-pricing-content .pagination>.active>a,
#service-pricing-content .pagination>.active>span,
#service-pricing-content .pagination>.active>a:hover,
#service-pricing-content .pagination>.active>span:hover,
#service-pricing-content .pagination>.active>a:focus,
#service-pricing-content .pagination>.active>span:focus {
	background-color: #e72e00;
	border: 1px solid #e72e00;
	color: #fff;
}

.pagination>li>a{
	color: #666;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
color: #ccc;
cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
}

.pagination>li>a, .pagination>li>span {
position: relative;
float: left;
padding: 3px 8px;
margin-left: -1px;
line-height: 1.428571429;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}

#dataTable_filter .form-control{
	margin-left: 6px;
}
#dataTable_length .form-control{
	margin-right: 5px;
}

.table>thead>tr>th:first-child, .table>tbody>tr>td:first-child{
	padding-left: 20px;
}

div.dataTables_info {
	padding-left: 20px;
	color: #ccc;
	font-size: 11px;
}


.dataTables_wrapper{
	font-size: 12px;
}

.table th {
	background: #eee!important;
	color: #333;
	border-bottom:none!important;
}

.table i {
	font-size: 16px;
	margin: 0 2px;
	color: #666666;
}
.red{
	color: #d9534f!important;
}
.green {
  color: #4cae4c !important;
}

.table i {
	font-size: 16px;
	margin: 0 2px;
}

.table a i {
	-o-transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}


.table a:hover i {
	color: #20d0f3;
}

.table a:hover i.red {
	color: #ff0800!important;
}

.table a:hover i.green {
  color: #4FCE4F !important;
}

.dataTables_processing {
    position: absolute;
	left: 50%;
	width: 100%;
	height: 100%;
	min-height: 600px;
	margin-left: -50%;
	margin-top: -50px;
	padding-top: 10%;
	text-align: center;
	font-size: 1.2em;
	background-color: rgba(255,255,255,0.8);
	z-index: 10;
}


/*----logging styling-------*/

.logging>thead>tr>th:first-child,
.logging>tbody>tr>td:first-child,
.logging .dataTables_info{
 	padding-left: 10px;
}

.logging>thead>tr>th{
	padding-bottom:8px!important;
	padding-top:6px!important;
}

.logging>thead>tr>th,
.logging>tbody>tr>th,
.logging>tfoot>tr>th,
.logging>thead>tr>td,
.logging>tbody>tr>td,
.logging>tfoot>tr>td {
	padding: 4px;
}

.logging>tbody>tr>td{
	font-size: 10px!important;
}


#left-filter{
	margin-left: 75px;
}
div.dataTables_filter input{
		width: 210px;
}



/*---only relates to the logging filter---*/

#logging #dataTable_filter, #logging #dataTable_length{
	margin-top: 10px;
}
#logging #dataTable_filter label{
	margin-top: -103px;
}
#logging #dataTable_length{
	margin-top: -30px;
}

/*------datatable actions ----*/

.datatable-actions>thead>tr>th:last-child, .datatable-actions>tbody>tr>td:last-child{
	width: 100px;
}
