.dz-message {/*line 2927*/
    padding-top: 2%;
    padding-bottom: 2%;
}
/*move to live when done*/
body{
	font-family: 'Roboto', sans-serif;
}
body [data-exit-fs]{
	display:none;
}
body.fullScreen [data-exit-fs]{
	display:inline-block;
}
.table tbody td .table-action-link-icon {opacity: 0;}
[data-toggle-h1title]{
	cursor: pointer;
}
.sticky_nav{
	position: sticky;
	top: 0;
	z-index: 10;
}
.stick_line.sticky_nav, .dt-top.sticky_nav{
	z-index: 11;
}
.sticky_line{
	position: sticky;
	top: 0;
	z-index: 3;
}
.nav-tabs-underline .nav-link.transform-tab{
	position: absolute;
	right: 0;
}
.full-screen-display {
    padding: 20px;
    background-image: -webkit-linear-gradient(top, #fafcff, #f8fbff, #f6faff, #f5f8ff, #f3f7ff);
    background-image: linear-gradient(to bottom, #fafcff, #f8fbff, #f6faff, #f5f8ff, #f3f7ff);
    -webkit-transition-property: padding;
    transition-property: padding;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
button[data-toggle-full-screen = "off"] span[data-exit-fs] {
	display:none;
}
.full-screen-display button[data-toggle-full-screen = "off"] span[data-exit-fs] { 
	display:inline-block;
}
.select2-results__option[aria-disabled="true"] {
    display: none;
}
.updating{
	cursor: wait !important;
}

.fs20 {
	font-size:20px !important;
}

.fs18 {
	font-size:18px !important;
}
.fs16 {
	font-size:16px !important;
}
.fs14 {
	font-size:14px !important;
}

.fw6 {
	font-weight:600 !important;
}
.fw5 {
	font-weight:500 !important;
}

.ms-container ul li span {
    word-break: break-all;
}
i.icon-eye.disabled{
	color: #a3a4a9;
}
i.icon-eye:not(.disabled) {
    cursor: pointer;
}
.dropdown-item .icon.icon-fill {
    color: #fff;
}
.btn-secondary:hover {
    color: inherit;
}
/*autocomplete*/
 .ui-autocomplete {
    color: #626262;
    /* max-width: 320px; */
    max-height: 320px;
    background: #fff;
    border: 1px solid #DDD;
    padding:0px 5px;
    z-index:99999;
	overflow-y:auto;
    list-style: none;
	font-size: 14px;
}
.ui-autocomplete li.ui-menu-item{
    padding:5px;
    cursor: pointer;
}
.ui-autocomplete li.ui-menu-item::before{
    content: ' ';
    
}
/* .ui-autocomplete li.ui-menu-item.ui-state-focus,
.ui-autocomplete li.ui-menu-item:hover{} */
.ui-autocomplete li.ui-menu-item.ui-state-focus,
.ui-autocomplete li.ui-menu-item:hover, 
.ui-autocomplete li.ui-menu-item .ui-state-active{
	color: #FE7F5C;
    background-color: rgba(184,192,205,0.12);
}
li.ui-autocomplete-category {
    font-weight: 700;
}
.ui-autocomplete.global-search {
    max-width: 500px;
}
.ui-autocomplete.global-search .ui-autocomplete-category {
    font-size: 13px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    padding: 4px;
    background: #F6F9FA;
    border-radius: 7px;
}
.ui-autocomplete.global-search .ui-autocomplete-category:before {
    display: inline-block;
    font-family: "font-icon" !important;
    speak: none;
    font-weight: normal;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 3px;
}
.ui-autocomplete.global-search .icon_URLs.ui-autocomplete-category:before {
    content: "";
}
.ui-autocomplete.global-search .icon_Groups.ui-autocomplete-category:before {
	content: "";
}
.ui-autocomplete.global-search .icon_Tags.ui-autocomplete-category:before {
  content: "";
}
.ui-autocomplete.global-search .icon_Filters.ui-autocomplete-category:before {
  content: "";
}
.ui-autocomplete.global-search .icon_Terms.ui-autocomplete-category:before {
  content: "";
}
.ui-autocomplete.global-search .icon_Reports.ui-autocomplete-category:before {
  content: "";
}
 .ui-helper-hidden-accessible{
    display:none !important;
}
input.form-control.form-control-sm.ui-autocomplete-input.ui-autocomplete-loading  {background:url(/dist/img/global-search-loading.gif)  no-repeat top 50% left 10px }
/*autocomplete*/
.top-list-item.line-pastel:before {
    background-color: #47a839;
}
.text-wrap{
	max-width: 90%;
    display: inline-block;
    white-space: break-spaces;
}
.nav-tabs-underline .nav-link.active_reports {
	color: #FE7F5C;
}
.nav-tabs-underline .nav-link.active_reports:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 1;
    height: 1px;
    border-radius: 12px;
    background: -webkit-linear-gradient(left, #ff9944 0%, #fc6076 100%);
    background: linear-gradient(90deg, #ff9944 0%, #fc6076 100%);
    border-top: 3px solid;
    border-right: none;
    border-left: none;
}
    
#filter_form .bootstrap-select .dropdown-menu,
.dropdown-width .bootstrap-select .dropdown-menu {
    min-width: 0px !important;
    width: 100% !important;
}
/*#filter_form .bootstrap-select .dropdown-menu{
    width: 150% !important;
}*/
#filter_form .bootstrap-select .dropdown-menu li a,
.dropdown-width .bootstrap-select .dropdown-menu li a {
    white-space: break-spaces;
    word-break: break-word;
}
/*.url-wrap span.text{
 .bootstrap-select .dropdown-menu span.text{
    width: 250px !important; 
    display: inline-block !important;
    white-space: break-spaces !important;
    max-width: 90% !important;
}*/
  .custom-control-form-input:disabled ~ .custom-control-form-label:before {
    background: #a3a4a9 !important;
    -webkit-transition-duration: unset;
    transition-duration: unset; }
/*fixed the line jump on table hover*/
.dt-bootstrap4 .table[data-table-hoverable] tbody tr:not(.tr-selected):not(.tr-active) td{
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-top-style: solid;
}

.dt-bootstrap4 .table[data-table-hoverable] tbody tr:not(.tr-selected):not(.tr-active) td:first-child{
    border-left: 1px solid transparent;
    }
.dt-bootstrap4 .table[data-table-hoverable] tbody tr:not(.tr-selected):not(.tr-active) td:last-child {
   /* border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;*/
    border-right: 1px solid transparent; 
    }  
/*fixed the line jump on table hover*/	
	/*site_audit*/
.top-list-item.line-green:before {
    background-color: #69C095;
}	
	/*site_audit*/
	/*Reports*/
	.page-content .dt-filter .btn[disabled]{display:none;}
[data-file-type-wrap] .bootstrap-select .dropdown-menu li.disabled,
[data-select-switch-wrap] .bootstrap-select .dropdown-menu li.disabled {
    display: none;
}
.btn-primary:disabled{
    padding:8px 26px
}
.dot:hover{cursor: pointer;}
.dot-active-disabled {
    background-image: -webkit-linear-gradient(261.47deg, #FF9944 0%, #fc6076 100%);
    background-image: linear-gradient(188.53deg, #FF9944 0%, #fc6076 100%); 
	opacity: 0.5;
}	
.breadcrumb {
    padding: .5rem .5rem;
    background: inherit;
	font-size: 14px;
}

.navbar-main{
    margin-bottom: 30px;
}

.download_view{
	font-size:20px;
	color: rgba(0, 0, 0, 0.8);
}	
.download_view .icon-cloud-download {
	margin-left: .25rem;
	font-size:20px;
}
.top-list-item.time-title-view {
    background: #fff;
}
/*move to live when done*/
.card-current-ranks a {
    color: inherit;
}
.table tbody td span.align-middle {
    display: inline-block;
    width: 30px;
}
/*.table tbody td.limitWidth span.align-middle {
    display: inline;
}*/
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
	font-family: "font-icon" !important;
	content: "";
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    color: #94A2B5;
}
.modal:not(.bootbox) .modal-body {
    height: 65vh;
    overflow-y: auto;
	overflow-x: hidden;
}
.modal .simplebar-scrollbar:before {
    background: #555d68;
}
/*Sortable Grid*
.row[data-init-sortable]{
    display: grid;
    grid-template-columns: repeat(3,25%);
    grid-template-rows: repeat(6, 70px);
    justify-items: stretch;
    align-items: center;
    justify-content: space-around;
    margin: 0px;
}*/
div[data-init-sortable]> div {
    counter-increment: section;
}

div[data-init-sortable]> div.sortable-chosen:not(.disabled) i.icon-equal:after {
    content: counter(section);
}
.CodeMirror {
    height: 160px;
}
.select2-container--bootstrap4 .select2-selection {
    border: 1px solid #a3a4a9;
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.highcharts-flags-series.highcharts-navigator-series,
.highcharts-navigator-series text {
    visibility: hidden;
}
/*Custom multiselect*/
[data-cust-multiselect-row]{}

[data-cust-multiselect-row] select{
	border-radius: 8px 8px 0 0;
	margin-top: 10px;
}
[data-cust-multiselect-row] select option:disabled{
	display:none;
}
/* [data-cust-multiselect-row] select option:disabled{
	display:none;
} */
[data-cust-multiselect-row] .btn {
    margin-bottom: 18px;
}
.form-control.is-invalid[data-selected-items]{
	background-position: right calc(.375em + 1.1875rem) center;
}
.cust-multiselect-footer{
    padding: 3px 10px;
    font-size: 13px;
    color: #48484D;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: 1px solid #a3a4a9;
    border-bottom: 1px solid #a3a4a9;
    border-left: 1px solid #a3a4a9;
    background-color: rgba(184, 192, 205, 0.25);
}
.cust-multiselect-footer span[data-items-count]{
	font-size: 11px;
}
.orange-footer{
	font-weight:600;
	color:#fe7f5c;
	font-size:13px;
}
.btn-mover{
    font-size: 26px;
    color: #fe7f5c;
    border-color: #d1d1d4;
    padding: 0 !important;
}	
.btn-mover-down {
	transform: rotate(90deg);
}
.btn-mover-fixed-w {
    min-width: 108px;
}
/*Custom multiselect*/
/*Grid*/
.spinner {
	display: block;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #29d;
	border-left-color: #29d;
	border-radius: 10px;
	margin: 0px auto;
	-webkit-animation: spinner 400ms linear infinite;
	-moz-animation: spinner 400ms linear infinite;
	-ms-animation: spinner 400ms linear infinite;
	-o-animation: spinner 400ms linear infinite;
	animation: spinner 400ms linear infinite;
}
.spinner.sp50 {
	width: 50px;
	height: 50px;
	border-radius: 45px;
}
@-webkit-keyframes spinner {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes spinner {
	0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes spinner {
	0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes spinner {
	0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spinner {
	0% { transform: rotate(0deg); transform: rotate(0deg); }
	100% { transform: rotate(360deg); transform: rotate(360deg); }
}
.time-title-view {
    font-size: 12px;
    padding-right: 26px;
}	

/********************************/
[data-user-note] {
    min-height:10px;;
}
[data-stats-action],
[data-note-date]:hover,
[data-user-note]:hover {
    cursor: pointer;
}
table.table.table-fixed {table-layout: fixed;}

table.table.table-fixed th.limitWidth, table.table.table-fixed td.limitWidth{
	white-space: initial;
}
.rtl{display: inline-block;direction: rtl !important;}
/*th[data-col] {
	width: 50px;
}*/
th[data-col="searchurl"]{
    width: 180px;
}
th[data-col="searchterm"], table.dataTable td[data-col="searchterm"]{
    width: 180px;
	font-weight: 600;
}
th[data-col="term_type"]{
    width: 50px;
}
th[data-col="title"]{
    width: 170px;
}
th[data-col="matchedurl"]{
    width: 170px;
}
th[data-col="engine"]{
    width: 100px;
}
th[data-col="device"]{
    width: 34px;
}
th[data-col="lang"]{
    /* width: 32px; */
    width: 50px;
}
th[data-col="location"]{
    width: 150px;
}
th[data-col="rank"], table.dataTable td[data-col="rank"] {
    width: 60px;
	font-weight: 600;
}
th[data-col="yesterdayrank"]{
    width: 70px;
}
th[data-col="weekagorank"]{
    width: 70px;
}
th[data-col="monthagorank"]{
    width: 70px;
}
th[data-col="base_rank"]{
    width: 70px;
}
th[data-col="top_rank"]{
    width: 70px;
}
th[data-col="local_max_vol"]{
    width: 60px;
}
th[data-col="string"]{
    width: 180px;
}
th[data-col="global_max_vol"]{
    width: 60px;
}
th[data-col="newSparkline"]{
    width: 120px;
}
th[data-col="notes"]{
    width: 50px;
}
th[data-col="full_notes"]{
    width: 150px;
}
th[data-col="tags"]{
    /* width: 30px; */
    width: 40px;
}
th[data-col="date"]{
    width: 50px;
}
th[data-col="note_date"]{
    width: 120px;
}
/********************************/

.card-account {
  position: relative;
  padding: 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  border-radius: 12px;
}

.card-account-title {
  margin-bottom: 20px;
  font-weight: 600;
}

.card-account-link,
.card-account-link:hover {
  color: #FF7F5D;
}

.card-account-img {
  position: absolute;
  right: -15px;
  bottom: 0;
  width: 140px;
  height: 140px;
}
.table-striped td>span.table-action-link-icon {
	cursor: not-allowed;
}

/*Sidebar left*/
.page-sidebar-left[data-simplebar]{
	flex-wrap: nowrap;
	overflow-y: hidden;
}
.page-sidebar-left[data-simplebar="init"]{
	flex-wrap: wrap;
	overflow-y: auto;
	
}
.page-sidebar-left[data-simplebar] .icon.icon-bars{
	visibility:hidden;
}
.page-sidebar-left[data-simplebar="init"] .icon.icon-bars{
	visibility:visible;
}
.page-sidebar-left:not(.page-sidebar-left-xs) .sidebar-nav-link-title{
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
}
.material-icons-outlined {
	font-family: 'Material Icons Outlined' !important;
}
span.sidebar-nav-link {
	cursor: pointer;
}
.sidebar-nav-link .icon-gear {
	position: relative;
}
.sidebar-nav-link .icon-gear:after {
	content: "";
	color: #fe7f5c;
	font-size: 19px;
	position: absolute;
	top: 3px;
	left: -3px;
	content: "";
}
/*Sidebar left*/
.star:before {
	content: "\2606";
}

.star:hover:before, .star.full:before {
	content: "\2605";
}
.star{
	color: #a3a4a9;
	font-size: 24px;
	display: inline-block;
}
[data-star-term] .star{
	cursor: pointer;
}
.star:hover,.star.full {
	color: #fe7f5c;
}
.page-sidebar-left .cust-mr-2 {
	margin-right: .7rem;
}
.page-sidebar-left.page-sidebar-left-xs .cust-mr-2{
	margin-right:0px
}
/*
.star.full{
	
}
*/