.l {
	box-shadow: inset 0 0 3px red;
}

.m-0 {
	margin: 0px !important;
}

*/
.l {
	box-shadow: inset 0 0 3px red;
}

.m-0 {
	margin: 0px !important;
}

.mt3 {
	margin-top: 3px !important;
}

.mb3 {
	margin-bottom: 3px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mt8 {
	margin-top: 8px !important;
}

.mb3 {
	margin-bottom: 8px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.p-3 {
	padding: 15px !important;
}

.au_card {
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .085);
	padding: 12px;
}

.au_heading {
	font-size: 17px !important;
	font-weight: 600 !important;
	padding: 0px;
	margin: 0;
	line-height: 22px !important;
}

.au_sub_title {
	font-size: 13px !important;
	line-height: 18px !important;
}

.domainProgressBox {
	padding-top: 20px;
}

.domain-progress {
	position: relative;
	padding: 0 132px;
}

.domain-progress>.before_text,
.domain-progress>.after_text {
	width: 132px;
	height: 36px;
	padding: 0px 5px;
	box-sizing: border-box;
	position: absolute;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #7f7f7f;
}

.before_text {
	left: 0px;
	top: 0px;
}

.after_text {
	right: 0px;
	top: 0px;
}

.domain-progress .progress {
	height: 36px;
	margin: 14px 0px !important;
	border-radius: 2px;
}

.domain-progress .progress-bar {
	line-height: 36px;
	cursor: pointer;
}

.progress-bar-success {
	background-color: #5CB85C !important
}

#dmarcPolicy {
	height: 210px !important;
	max-width: 360px;
	margin: auto;
}

.customtable {
	width: 100%;
}

.customtable thead tr th {
	line-height: 100%;
	padding: 5px 15px;
	border: 1px solid #ddd;
	font-size: 13px;
}

.customtable tbody tr td {
	padding: 5px 15px;
	border: 1px solid #ddd;
	font-size: 13px;
	color: #222;
}

.customtable.tabletdh td {
	padding: 8px 15px;
}

.customtable.tabletdh th {
	padding: 10px 15px;
}

.customtable tbody tr:nth-child(odd) td {
	background-color: #fafafa;
}

.second_th {
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
	font-weight: 600;
}

.progress_t .progress {
	height: 10px;
	margin: 8px 0px 0 0 !important;
	border-radius: 5px;
}

.progress_t .progress_p {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
}

.dmarc_pass .progress .progress-bar:hover,
.progress_t .progress .progress-bar:hover {
	opacity: 0.35;
}

.DomainGroup_h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 auto;
	position: relative;
	top: 60px;
	z-index: 1;
}

/* ... */

.circle {
	position: relative;
	display: inline-block;
	font-size: 0;
}

.circle .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 14px solid #f0f0f0;
	border-radius: 50%;
	z-index: 0;
}

.circle circle {
	position: absolute;
	fill: none;
	transform-origin: center;
	transform: rotateZ(180deg);
	z-index: -1;
}

.circle .text {
	position: absolute;
	font-size: 27px;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translateX(-50%) translateY(-50%);
}

.circle .percentage {
	position: absolute;
	font-size: 12px;
	left: 50%;
	bottom: 26px;
	color: #565656;
	text-align: center;
	transform: translateX(-50%) translateY(0);
	white-space: nowrap;
}

.circle.bigcircle .text {
	top: 45%;
}

.circle.bigcircle .percentage {
	bottom: 50px;
}

.circlebig {
	position: relative;
	width: 160px;
	height: auto;
	margin: 0px auto;
}

.circlebig .text {
	position: absolute;
	font-size: 27px;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translateX(-50%) translateY(-50%);
}

.circlebig .percentage {
	position: absolute;
	font-size: 12px;
	left: 50%;
	bottom: 26px;
	color: #565656;
	text-align: center;
	transform: translateX(-50%) translateY(0);
	white-space: nowrap;
}

.circlebig .text {
	top: 45%;
}

.circlebig .percentage {
	bottom: 50px;
}


.el-pagination {
	padding: 2px 0px !important;
}

.el-pagination__editor,
.el-pagination__jump {
	margin-right: 0px !important;
}

.dmark_prog.small_c .circle {
	float: left;
}

.dmark_prog_text {
	display: inline-block;
	padding: 3px 15px;
}

.dmark_prog_text strong {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 100%;
}

.DomainGroup {
	padding: 15px;
}

.DomainGroup h4 {
	line-height: 20px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.circle_legend ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.circle_legend ul>li {
	display: inline-block;
	margin-right: 10px;
	color: #7f7f7f;
	font-size: 12px;
	white-space: nowrap;
}

.circle_legend_data {
	color: #7f7f7f;
	font-size: 12px;
}

.indicatorbox {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 2px;
	margin-right: 4px;
	position: relative;
	top: 0px;
}

.bigcircle {
	margin: 10px auto;
	display: block;
	width: 160px !important;
	height: 160px !important;
}

.circle_legend_value {
	display: inline-block;
	background-color: #eee;
	font-weight: 600;
	padding: 3px 4px;
	font-size: 14px;
	line-height: 20px;
	margin: 3px 0px;
	min-width: 30px;
	border-radius: 2px;
}

.date-selection a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	padding-left: 20px;
}

.date-selection a::before {
	content: '';
	width: 2px;
	height: 16px;
	border-right: 1px solid #999;
	position: absolute;
	left: 10px;
	top: 3px;
}

.date-selection a:first-child::before {
	content: none;
}

.DomainGroupHeading {
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	margin-top: 20px;
}

.protectionsection {
	padding-top: 20px;
	min-height: 420px;
	padding-right: 330px;
	position: relative;
}

.graphDefination {
	width: 330px;
	min-height: 400px;
	position: absolute;
	right: 0px;
	top: 20px;
	box-sizing: border-box;
}

.graphDefination .circle_legend ul li {
	display: block;
}

.ul50 {
	list-style-type: none;
	padding: 0px;
	margin: 0;
}

.ul50 li {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 13px;
}

.ul50 li strong {
	display: block;
}

.section_g {
	border-bottom: 1px solid #ddd;
	padding: 0 15px 15px 15px;
}

.section_g:last-child {
	border-bottom: none;
}

.section_g h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0px 0;
	padding: 0;
	/* 	text-align: center; */
}

.dmarc_pass {
	position: relative;
	padding-left: 55px;
}

.pv {
	display: inline-block;
	position: absolute;
	left: 0px;
	top: -5px;
	width: 50px;
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
}

.dmarc_pass .progress {
	margin: 0px;
	height: 10px;
	border-radius: 5px;
}

.highcharts-credits {
	display: none !important;
}

.text-success {
	color: #5CB85C !important;
}

.senderlogo {
	width: 26px;
	height: 26px;
	display: inline-flex;
}

.senderlogo img {
	width: 100%;
	max-height: 26px;
	object-fit: contain;
}

.sender {
	position: relative;
	padding-left: 32px;
}

.sender small {
	line-height: 16px;
	display: block;
}

.senderlogo {
	position: absolute;
	left: 0px;
	top: 3px;
}

.sender_small .senderlogo {
	width: 26px;
	height: 26px;
	display: inline-flex;
}

.sender_small .senderlogo img {
	width: 100%;
	max-height: 22px;
	object-fit: contain;
}

.sender_small {
	position: relative;
	padding-left: 32px;
}

.sender_small .senderlogo {
	position: absolute;
	left: 0px;
	top: -2px;
}

.sender h6 {
	padding-bottom: 2px;
	font-size: 13px;
}

.mr-1 {
	margin-right: 5px;
}

.mr-2 {
	margin-right: 10px;
}

.iplist {
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.removemiddleborder tr th:first-child,
.removemiddleborder tr td:first-child {
	border-right: none;
}

.removemiddleborder tr th:last-child,
.removemiddleborder tr td:last-child {
	border-left: none;
}

.card_w_date {
	position: relative;
	padding-right: 140px;
}

.date_dropdown {
	position: absolute;
	right: 0px;
	top: 3px;
}

.date_dropdown button.dropdown-toggle {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	min-width: 130px;
	text-align: left;
	line-height: 17px;
}

.date_dropdown button.dropdown-toggle .caret {
	float: right;
	position: relative;
	top: 8px;
}

.date_dropdown .dropdown-menu {
	background-color: #fff;
}

.date_dropdown .dropdown-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 260px !important;
	background-color: #fff;
	max-height: 180px;
	overflow: hidden;
	overflow-y: auto;
}

.date_dropdown.open button {
	background-color: #fff !important;
	border: 1px solid #eee !important;
	line-height: 17px;
}

.date_dropdown .dropdown-menu ul>li>a {
	padding: 4px 12px;
	color: #454545;
	display: block;
}

.date_dropdown .dropdown-menu ul>li>a:hover {
	background-color: #f0f0f0;
	cursor: pointer;
}

.date_dropdown .dropdown-menu ul>li:last-child {
	padding-bottom: 0px !important;
}

.date_dropdown .dropdown-menu ul>li:first-child {
	padding-top: 0px !important;
}

.topthreatsCountry {
	border: 1px solid #e5e5e5;
	padding-left: 12px;
}

.topthreatsCountry h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	margin-left: -12px;
	padding: 8px 10px;
	border-bottom: 1px solid #e5e5e5;
	width: calc(100% + 12px);
	line-height: 16px;
}

.topthreatsCountry ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	height: 450px;
	overflow: hidden;
	overflow-y: auto;
}

.topthreatsCountry ul li {
	border-bottom: 1px solid #f0f0f0;
	padding: 7px 0px;
	line-height: 100%;
	font-size: 12px;
	color: #1A73E8;
	cursor: default;
}

.topthreatsCountry ul li:last-child {
	border-bottom: none;
}

.graphDefinationTable {
	width: 100%;
}

.graphDefinationTable tr th,
.graphDefinationTable tr td {
	font-size: 12px;
	white-space: nowrap;
	line-height: 16px;
	padding: 4px 0px;
}

.lh_16 {
	line-height: 16px;
}

.p2 {
	padding: 2px;
}

.dropdown_footer {
	padding: 10px;
	background-color: #fafafa;
}

.btn-border.btn_sm,
.btn_sm.btn {
	min-height: 1px !important;
	padding: 6px 12px !important;
	margin: 0px !important;
	line-height: 100%;
}

.with_calander .hf_email_select .el-input__inner {
	height: 30px !important;
	border-radius: 2px !important;
}

.with_calander .el-date-editor--daterange.el-input {
	width: 100% !important;
	font-size: 12px !important;
}

.with_calander {
	padding-right: 80px !important;
	position: relative;
}

.with_calander button.btn_sm {
	position: absolute;
	right: 10px;
	min-width: auto;
	top: 10px;
	height: 30px;
	width: 60px;
	color: #fff !important;
	border-radius: 2px !important;
	border-color: #48B0F7 !important;
	background-color: #48B0F7 !important;
}

.hf-btn-info,
.hf-btn-info:focus {
	color: #fff !important;
	background-color: #48b0f7 !important;
	border-color: #48b0f7 !important;
}

.hf-btn-info:hover {
	background-color: #6DC0F9 !important;
}

.btn_w_100 {
	min-width: 100px;
}

.companyDropdown .el-input__inner {
	border-radius: 2px !important;
	border: 1px solid #e5e5e5 !important;
	height: 34px !important;
}

.companyDropdown .elselect {
	max-width: 300px;
	display: inline-block;
	margin-right: 5px;
}

.customtable.withoutborder td,
.customtable.withoutborder th {
	padding: 3px 4px !important;
	border: none;
	background-color: #fff !important;
}

.footer {
	margin-top: 30px;
}

.beforeimg {
	float: left;
	margin-right: 10px;
	position: relative;
	top: 3px;
	margin-left: 3px;
}

.jss840 {
	letter-spacing: -5px;
}

.jss837 {
	font-size: 70px;
	font-weight: bold;
	line-height: 0.8;
}

.pl-1 {
	padding-left: 5px;
}

.pl-2 {
	padding-left: 10px;
}

.bg-dark {
	background-color: #D1E7DD;
}

.firsttd tr td:first-child {
	width: 180px;
}

.fixd_w {
	min-width: 100px;
	display: inline-block;
}

.SecurityRating {
	position: relative;
	padding-left: 100px;
}

.Securitymeeter {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 90px;
	box-sizing: border-box;
	padding: 4px 10px;
}

.btn-border {
	color: #48b0f7;
	border-color: #48b0f7;
	font-weight: normal;
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: transparent;
}

.content_in_box {
	border: 1px solid #ddd;
	background-color: #FAFAFA;
	padding: 7px 10px;
	line-height: 18px;
	font-size: 12px;
	color: #222;
	word-break: break-all;
	white-space: pre-line;
}

.spfListt {
	list-style-type: square;
	font-size: 13px;
}

.radio_mode.radio label::before,
.radio_mode .checkbox label::before {
	top: calc(50% - 10px);
}

.radio_mode {
	border: 1px solid #eee;
	padding: 5px 5px 0px 5px;
	border-radius: 2px;
	margin-top: 15px;
}

.radio_mode .span_radio {
	font-weight: normal !important;
	text-transform: none;
	line-height: 16px;
	display: block;
	margin-top: 4px;
}

span.firstLetter::first-letter {
	font-size: 200%;
	color: #8A2BE2;
}

/*----------placeholder loader---------------*/
.placeholder_loader {
	display: none;
}

.placeholder_loader>div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-basis: 100%;
	max-width: 100%;
}

.placeholder_item {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	animation-delay: 0.3s;
	background-color: #ededed;
	background-image: linear-gradient(90deg, #ededed 14.36%, #d7d6d6 56.29%, #ededed 100%);
	background-repeat: no-repeat;
	background-size: 244px 104px;
	position: relative;
	height: 15px;
	border-radius: 8px;
	width: 100%;
	margin: 8px 5px 10px 0px;
}

@keyframes placeHolderShimmer {
	0% {
		background-position: calc(0% - 300px) 0;
	}

	20% {
		background-position: calc(0% - 300px) 0;
	}

	80% {
		background-position: calc(100% + 300px) 0;
	}

	100% {
		background-position: calc(100% + 300px) 0;
	}
}

.placeholder_box {
	background-color: #ffffff !important;
	z-index: 0 !important;
}

.placeholder_box .showdata {
	display: none !important;
}

.placeholder_box .placeholder_loader {
	display: block;
}

/*--end--*/
.aemodal.modal {
	z-index: 1090 !important;
}

.aemodal.modal .modal-header {
	padding: 15px 15px 0px 15px !important;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
}

.aemodal.modal .modal-body {
	padding: 15px !important;
}

.domainList {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.domainList li {
	padding: 5px 0px;
	line-height: 16px;
}

/* -------------lookup---- */
.card_mis{
	background-color: #fafafa;
	padding: 10px 15px 15px 15px;
	border-radius: 2px;
	margin-top: 30px;
}
.main_h{
  font-size: 18px!important;
  font-weight: 600!important;
  margin: 0 0 0px 0px!important;
	line-height: 20px!important;
}
.status{
	font-size: 16px!important;
	text-transform: uppercase;
	font-weight: bold;
	padding: 13px 0px!important;
}
.t_danger{color:#EA6642!important}
.t_success{color: #0DC3A7!important;}
.w_background{background-color: #fff;}
.content_in_box.w_background{
	font-size: 13px!important;
	line-height: 20px!important;
}
.radioboxmta .radio.label{font-weight: normal;}
.main_h2{
	font-size: 22px!important;
	font-weight: bold!important;
	margin: 0px 0 10px 0!important;
}
.main_h2 > span{color: #00A9E0;}

/* table.dataTable thead > tr > th.sorting_asc, 
table.dataTable thead > tr > th.sorting_desc, 
table.dataTable thead > tr > th.sorting, 
table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 15px!important;
} */
table.dataTable tbody > tr > td{
	padding: 15px 30px 15px 15px;
}