#gravatar{
	border-radius: 50%;
	vertical-align: -11px;
    margin-right: 6px;
}

.without-top-bottom-padding{
	padding-top: 0;
	padding-bottom: 0;
}

.user-menu-toggle::after, #alertsDropdown::after, #messagesDropdown::after{
	content: "" !important;
	display:none;
}

.sidenav-second-level li{
	background-color: #868e96;
}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a{
	color: #c9d4de;
    font-weight: 400;
    background-color: #4b5056;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table thead th{
	border-bottom: none;
	border-top: none;
}

.table thead tr{
	color: white;
	background: rgb(246,230,180); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,230,180,1) 0%, rgba(237,144,23,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(246,230,180,1) 0%,rgba(237,144,23,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 ); /* IE6-9 */
}

.table td{
	border-top: none;
	border-bottom: 1px solid #dee2e6;
}

.table{
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}

.table th{
	padding: 9px;
	padding-right: 9px !important; 
	padding-bottom: 22px;
	font-weight: 600;
    font-size: 15px;
}

.table td{
	font-size:14px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
	bottom: 6px;
}

.strong{
	font-weight: 600;
}

.verify-now{
	cursor: pointer;
}

#dataTableMyBlogs tr td:nth-child(3), #dataTableMyBlogs tr td:nth-child(4), #dataTableMyBlogs tr td:nth-child(5), #dataTableMyBlogs tr td:nth-child(6), #dataTableMyBlogs tr td:nth-child(7), #dataTableMyBlogs tr td:nth-child(8), #dataTableMyBlogs tr td:nth-child(9), #dataTableMyBlogs tr td:nth-child(10){
	text-align: center;
}

#dataTableMyBlogs tr th:nth-child(2){
	font-size: 14px;
}

#dataTableMyBlogs tr th:nth-child(3), #dataTableMyBlogs tr th:nth-child(4), #dataTableMyBlogs tr th:nth-child(5), #dataTableMyBlogs tr th:nth-child(6){
	width: 19px !important;
}

#dataTableMyBlogs tr th:nth-child(7){
	width: 40px !important;
}

#dataTableMyBlogs tr th:nth-child(8){
	width: 77px !important;
}

#dataTableMyBlogs tr th:nth-child(9){
	width: 76px !important;
}

#dataTableMyBlogs tr th:nth-child(10){
	width: 100px !important;
}

table.dataTable td{
	vertical-align: middle;
}




.modal-footer{
	position: relative;
}

.modal-footer-overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.5;
	margin: 0 !important;
	border-radius: 12px;
}


#anchor-results{
	display: none;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 2px 6px;
    font-size: 13px;
    line-height: 1.6;
    border-radius: 4px;
}








#user-balance-div .nav-link{
	padding-top: 6px;
    padding-bottom: 6px;
}

#user-balance{
	font-size: 18px;
}

#dataTableAnchorResults tr th:nth-child(2){
	font-size: 14px;
}

#dataTableAnchorResults tr td:nth-child(8){
	text-align: right;
}

#dataTableAnchorResults tr th:nth-child(8), #dataTableAnchorResults tr th:nth-child(9){
	width: 85px;
}

.links-indicator{
	display: inline-block;
    width: 60px;
    height: 14px;
    border: 1px solid #b7b7b7;
    margin-right: 9px;
    border-radius: 4px;
    background-color: #f9f9f9;
        overflow: hidden;
        vertical-align: inherit;
}

.links-indicator-item{
	    display: inline-block;
    width: 25%;
    height: 100%;
    border-right: 1px solid #d6d6d6;
        transform: translateY(-4px);
}

.links-indicator-item:last-child{
	border-right: none;
}

/*.links-indicator-item.active{ background-color: #e8e8e8 !important; }*/

.links-indicator-item.active-1{ background-color: #cddc39; }
.links-indicator-item.active-2{ background-color: #ffeb3b; }
.links-indicator-item.active-3{ background-color: #ffc107; }
.links-indicator-item.active-4{ background-color: #ff5722; }

#search-query, #search-anchors-button{
	padding: 10px 16px;
    font-size: 17px;
}


.bs-tooltip-left > .tooltip-inner {background-color: #fff; color: #000; border: 1px solid gray;}

.bs-tooltip-left > .arrow {
      display:none;
  }




.search-filters select, .search-filters input, .search-filters label{
	font-size: 14px;
}

#price-slider .slider-selection {
	background: #BABABA;
}

.slider.slider-horizontal:hover .tooltip.tooltip-main { opacity: 1 !important; }
.slider.slider-horizontal:hover .tooltip-inner {
        font-size: 90%;
        width: auto;
    }


.buy-link{
	width: 107px;
	height: 26px;
	text-align: center;
}

#queryLinkModal .links-indicator{
	margin-right: 0;
	margin-left: 9px;
	vertical-align: -1px;
}

#queryLinkModal .links-indicator-item{
	transform: translateY(-6px);
}




.link-pagination .paginate_button a{
	padding: 0px 5px;
}





