
.dashboard-table.affiliate-table tbody tr:last-of-type:hover td {
	
	background-color: #fff !important;
}

.dashboard-table tbody tr:first-child td:first-child {
	
	border-top-right-radius: 1px;
	border-top-left-radius: 1px;
}

section.section-heading {
	margin-bottom: 1em;
}

#copyBtn_loading {
	margin-right: 35px;
	margin-top: 11px;
	font-size: 0.8em;
}

.small-section-margin .section-wraper {
	padding: 0 20px;
}

.dashboard-table.dns-audit-table {
	width: 1300px;
}

.dns-audit-table td.test-name,
.dns-audit-table td.status {
	width: 1%;
}

.dashboard-table.dns-audit-table thead tr th:nth-child(2) {
	font-size: 1em;
}

table.dns-audit-table td {
	border-right: 1px solid #e5e5e5;
}

.dns-audit-table > tbody > tr:hover > td {
	background-color: #fff;
}

.status .icon.icon-ok {
	color: green;
}

.status .icon.icon-close {
	color: red;
}

td.status {
	position: relative;
}

.info-icon {
	background: url(../i/information.png) no-repeat center center;
	border-color: #a2b4ee;
	color: #585b66;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.tools-form-wraper {
	width: 60%;
}

.popup-form-wraper.tools-form-wraper li label:not(.label-right) {
	max-width: 140px;
	min-width: 140px;
}

.tools-form-wraper label {
	width: 140px;
	text-align: left;
}

.dashboard-table.dns-audit-table tbody tr:first-child td:last-child {
	border-top-right-radius: 1px;
}

.dashboard-table.dns-audit-table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 1px;
}

.dashboard-table.dns-audit-table tbody tr:last-child td {
	border-bottom: 1px solid #e5e5e5;
}

.dashboard-table.dns-audit-table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 1px;
}

@media only screen and (max-width: 1020px) {
	
    .round-btn.color-btn.m-btn {
	margin: 0 auto !important;
	display: block;
	margin-top: 1.5em !important
    }
}

@media only screen and (max-width: 860px) {
	
    input.search-domain, select.search-domain, select.search-resolver {
        width: 100% !important;
    }

    form select {
        margin-top: 10px;
    }
    
    input, select, form select.search-domain {
	    width: 100%;
	    margin-top: 10px;
    }
    
    .search-nameserver,
    .search-location {
	max-width: none;
	width: 100%;
	margin-top: 10px;
    }
}

@media only screen and (max-width: 760px) {

	select.search-domain + button {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 670px) {

	.tools-form-wraper {
		width: 100%;
	}

	input.search-domain, select.search-domain, select.search-resolver {
		width: 100%;
	}
}

#loadtools {
	display: none;
}
