/***** begin dataTables *****/
.listtable .dataTables_filter {
	margin-bottom: 10px;
}

.listtable .dataTables_filter:after {
	content: "";
	clear: both;
	display: block;
}

.listtable .dataTables_filter .input-group {
	float: left;
	right: auto !important;
	width: 300px;
}

.listtable .dataTables_filter .btn-search {
	background: #3f51b5;
	color: #fff;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	padding: 0 20px;
}

.listtable .dataTable {
	background: #fff;
}

.listtable .dataTable thead th {
	color: #737d89;
	border: 1px solid #efefef !important;
}

#tableEmailsList thead th:nth-child(3) {
	text-align: right;
}

.table-list > tbody > tr:nth-child(even) > td {
	background: transparent;
}

.listtable .dataTable td {
	border: 1px solid #efefef;
	font-size: 12px;
	height: 35px
}

.listtable .dataTable td:first-child {
	background: #fdfdfd;
	text-align: center;
	width: 40px;
}

table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_desc_disabled:after {
	display: none;
}

table .mail-list-action,
table .mail-list-action:hover {
	background: #34495e;
	color: #fff;
}

.listtable .table-info-page {
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	margin-top: 30px;
	width: 200px;
}

.listtable .pagination {
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.listtable .pagination li {
	border: none !important;
	display: inline-block;
	height: 30px;
	width: 50%;
}

.listtable .pagination li a,
.listtable .pagination li a:hover {
	background: transparent;
	border: none;
	border-radius: 0;
	display: block;
	padding: 10px 0;
	outline: none;
	text-align: center;
	width: 100%;
}

.listtable .pagination li:last-child a {
	border-right: 1px solid #ececec;
}

.listtable .dataTables_info {
	background: #fff;
	border-bottom: 1px solid #ececec;
	color: #0875b8;
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
}

.listtable .dataTable th.sorting,
.listtable .dataTable th.sorting_asc,
.listtable .dataTable th.sorting_desc {
	color: #0965b0 !important;
}

.btn.ticket-action,
.btn.service-action,
.btn.invoice-action,
.btn.domain-action {
	background: #3f51b5 !important;
	box-shadow:  none !important;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	padding: 8px 5px;
}

.listtable .status {
	line-height: 1.5;
	padding: 8px 5px;
}
/***** end dataTables *****/


/***** begin invoicesupaidtotal *****/
.invoicesupaidtotal {
	font-size: 13px;
	margin-bottom: 10px;
	padding: 8px 20px;
	border-bottom: 1px dashed #efefef;
}

.invoicesupaidtotal:after {
	clear: both;
	content: "";
	display: block;
}

.invoicesupaidtotal .title {
	color: #000;
	display: inline-block;
	font-weight: bold;
	padding: 4px 0;
}

.invoicesupaidtotal .amount {
	color: #e84c3d;
	display: inline-block;
	font-weight: bold;
	padding: 4px 0;
}

.invoicesupaidtotal .btn {
	float: left;
	font-size: 13px;
}
/***** end invoicesupaidtotal *****/


#domainForm + .btn-group .dropdown-menu {
	font-size: 12px;
	padding: 0;
	width: 200px;
}

@media(max-width: 480px) {
	#domainForm + .btn-group {
		margin-top: -240px;
	}
}

#domainForm  .table-info-page {
	float: left;
}
/***** end domain list ****/