/* Toastr custom styles*/
#toast-container {
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    margin: 10px auto 0;
}

#toast-container > .toast-info,
#toast-container > .toast-error,
#toast-container > .toast-warning,
#toast-container > .toast-success{
    background-image: none;
}

#toast-container > div {
    background: #fff;
    padding: 20px;
    color: #6a6c6f;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 1;
}


#toast-container > div:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toast-close-button {
    color: #000;
    opacity: 0.2;
}

.toast-info {
    background: #fff;
    border-left: 6px solid #3498db;
}
.toast-success {
    background: #fff;
    border-left: 6px solid #62cb31;
}
.toast-warning {
    background: #fff;
    border-left: 6px solid #ffb606;
}
.toast-error {
    background: #fff;
    border-left: 6px solid #e74c3c;
}

.toast-progress {
    opacity: 0.6;
}

.toast-info .toast-progress {
    background-color: #3498db;
}
.toast-success .toast-progress {
    background-color: #62cb31;
}
.toast-warning .toast-progress {
    background-color: #ffb606;
}
.toast-error .toast-progress {
    background-color: #e74c3c;
}

/* Nestable list */

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    border: 1px solid #e4e5e7;
    background: #f7f9fa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-handle span {
    font-weight: bold;
}

.dd-handle:hover {
    background: #f0f0f0;
    cursor: pointer;
    font-weight: bold;
}

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
    content: '-';
}

#nestable2 .dd-item > button {
    font-family: FontAwesome;
    height: 34px;
    width: 33px;
    color: #c1c1c1;

}

#nestable2 .dd-item > button:before {
    content: "\f067";
}

#nestable2 .dd-item > button[data-action="collapse"]:before {
    content: "\f068";
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #e4e5e7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    z-index: 9999;
    pointer-events: none;
}

.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}

/**
* Nestable Extras
*/
.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #e4e5e7;
    border-bottom: 2px solid #e4e5e7;
}

#nestable-menu {
    padding: 0;
    margin: 10px 0 20px 0;
}

#nestable-output,
#nestable2-output {
    width: 100%;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: open sans, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
    color: inherit;
    border: 1px dashed #e4e5e7;
    background: #f7f9fa;
    padding: 10px;
}

#nestable2 .dd-handle:hover {
    /*background: #bbb;*/
}


#nestable2  span.label {
    margin-right: 10px;
}

#nestable-output,
#nestable2-output {
    font-size: 12px;
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/****** Local listing page: START ****************/
.form-main .input-wrap {
	padding-left: 2px;
	padding-right: 2px;
}

.form-main .input-wrap:first-child {
	padding-left: 0;
}

.form-main .input-wrap:last-child {
	padding-right: 0;
}

.form-main .input-wrap input.form-control {
	border-radius: 0;
	height: 48px;
	border-radius: 5px;
}

.form-main .input-wrap .search-btn {
	border-radius: 5px;
	border:none !important;
	height: 48px;
	box-shadow: none;
	outline: 0;
	background:black !important;
}

.form-main .input-wrap .search-btn:hover,
.form-main .input-wrap .search-btn:active:hover {
	background-color: #1f72a9;
	border-color: #1f72a9;
}

.hpanel .panel-body.form-main {
	background: transparent;
	border: none;
}

.form-main .form {
	margin-bottom: 0;
}

@media(max-width: 767px) {
	.form-main .input-wrap {
		padding-left: 0;
		padding-right: 0;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.form-main .input-wrap:first-child {
		margin-top: 0;
	}
	.form-main .input-wrap:last-child {
		margin-bottom: 0;
	}
}

.business_info_box {
	margin-bottom: 16px;
}

.btn:active {
	background: none;
	box-shadow: none;
}

#listing_info #txtAddressLine1,
#listing_info #txtWebSite,
#listing_info #txtPhone {
	font-size: 18px;
}

#txtscore {
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
	color: #CCCCCE
}

#txtWebSite {
	word-wrap: break-word;
	line-height: 14px;
}

#search_date {
	font-size: 11px;
}

#copyurl {
	width: 80%;
	font-size: 15px;
	color: darkgray;
	padding: 5px;
}

.directory_info {
	width: 40%
}

.listing_info {
	width: 100%
}


.not_found {
	width: 100%
}

.not_found_red_border {
	border: 2px solid red !important;
}

#banner2 #banner_trans_local_listing_scan {
	background: url(/images/local-background.png) repeat center;
}

.header-title {
	background: #2b679b;
	padding: 5px 50px;
}

.header-title h2 {
	color: #fff;
}

.business-frm {
	margin-top: 40px;
}

footer #n_footer {
	background: #2b679b;
	padding: 10px;
	text-align: center;
	bottom: 0px;
	color: #fff;
}

.platform-c {
	background-color: #fff;
	border: 2px solid green;
	box-shadow: 0 2px 5px rgba(136, 136, 136, .2);
	padding: 12px 0px 12px 0px;
	margin-bottom: 20px;
	min-height: 120px;
	margin-right: 18px;
	font-size: 13px;
}

.col-sm-4.platform-c {
	min-height: 180px !important;
	max-height: 180px !important;
}

.matching-percent {
	width: 99.5%;
	margin-bottom: 20px;
}

.matching-percent h2 {
	font-size: 20px;
}

.main-progress {
	position: fixed;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
	z-index: 1500;
}

.main-progress #dynamic {
	position: absolute;
	left: 10%;
	top: 50%;
	height: 20px;
	text-align: center;
}

.progress {
	background-color: #b72b2b !important;
}

.progress-bar {
	background-color: #07a507 !important;
}

.progress-bar .sr-only {
	clip: unset;
	position: unset;
	width: 50px;
}

@media (min-width: 768px) {
	.col-sm-4.platform-c {
		width: 31.333333% !important;
		min-height: 170px !important;
		max-height: 170px !important;
	}
}

@media (max-width: 768px) {
	.list_found {
		display: none;
	}
	.listing_info {
		width: 100%
	}
}

.listing_info a {
	display: block;
}

.listing_info span {
	display: block;
}

.btn-hover {
	width: 200px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	margin: 20px;
	height: 55px;
	text-align: center;
	border: none;
	background-size: 300% 100%;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-hover:hover {
	background-position: 100% 0;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-hover:focus {
	outline: none;
}

.btn-hover.color-2 {
	background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
	box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}

.directory_image {
	margin: 0 auto;
	display: block;
	margin-top: -30px;
}


/* Center the loader */

#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	margin: -75px 0 0 -75px;
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid #3498db;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.matching-percent .progress {
    border-radius: 20px;
}
.logo_text {
    text-align: center;
}
.logo_text span {
    text-transform: capitalize;
    /* padding-left: 5px;
    display: none; */
}
#search-box-wrapper {
    /*background: url('../images/local-background.png') #f1f3f6; */
	min-height:550px;
	background: linear-gradient(to right, #ffb606 0%, #e4622e 100%);
	border-bottom: 3px solid #e74c3c ;
	box-shadow: 0px 7px 10px 0px darkorange;
}
/****** Local listing page: END ****************/

.local-listing-welcome h1.title {

	color: #ffffff;
	text-align: center;
	width: 100%;
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 20px;
	font-family: Jost;

}

.local-listing-welcome {
	margin-top: 100px;
}

.local-listing-welcome p.subtitle {
	color: #ffffff;
	font-size: 17px;
}

/****  Indicator  ***/
.login-logo .content-box .total-count h4{
	font-size: 36px;
	color: #444;
	font-weight: 600;
	display: block;
	line-height: .7em;
	white-space: nowrap;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
  margin-bottom: 0;
  font-family: 'Jost', sans-serif;
  }
  .login-logo .content-box .total-count {
	margin-bottom: 4px;
  }
  .login-logo .content-box .total-count i {
	color: #6a697d;
	font-size: 13px;
	font-weight: bold;
	margin-left: 5px;
  }
  .login-logo .content-box .content-detail .desc {
	white-space: nowrap;
	text-transform: uppercase;
	color: #444;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 12px;
  }
  .login-logo .content-box .content-indicator {
	max-width: 150px;
	position: relative;
  } 
  .login-logo .content-indicator>.indicator-value {
	display: block;
	height: 6px;
	position: absolute;
  }
  .content-difficulty-indicator>.indicator-value-red {
	background-color: red;
	color: red;
  }
  .content-difficulty-indicator>.indicator-value-yellow {
	background-color: rgb(251,192,7);
	color: rgb(251,192,7);
  }
  .content-difficulty-indicator>.indicator-value-green {
	background-color: green;
	color: green;
  }
  .keyword-difficulty-indicator>.indicator-value {
	  background-color: #ff552a;
	  color: #ff552a;
  }
  .login-logo .content-indicator > .indicator-value > .in-mark {
	position: absolute;
	right: 0;
	height: 20px;
	width: 3px;
	background: inherit;
	top: -8px;
	z-index: 1;
  }
  .login-logo .content-indicator > .indicator-value >  label {
	display: block;
	text-transform: uppercase;
	margin-top: 14px;
	font-size: 10px;
	white-space: nowrap;
  }
  .login-logo  .content-indicator > table {
	border: 0;
	background: transparent;
	height: 6px;
	margin: 0;
	padding: 0;
	width: 150px;
	table-layout: fixed;
	position: relative;
  }
  .login-logo .content-indicator >table>tbody>tr>td {
	border: 0;
	border-right: 2px solid #FFF;
  }
  .login-logo .content-indicator {
	background: #f1f2f7;
	display: inline-block;
  }
  .login-logo .content-indicator > .indicator-value > .in-mark {
	position: absolute;
	right: 0;
	height: 20px;
	width: 3px;
	background: inherit;
	top: -8px;
	z-index: 1;
  }
  .login-logo .content-indicator > .indicator-value >  label {
	display: block;
	text-transform: uppercase;
	margin-top: 14px;
	font-size: 10px;
	white-space: nowrap;
  }
  .login-logo  .content-indicator > table {
	border: 0;
	background: transparent;
	height: 6px;
	margin: 0;
	padding: 0;
	width: 150px;
	table-layout: fixed;
	position: relative;
  }
  .login-logo .content-indicator >table>tbody>tr>td {
	border: 0;
	border-right: 2px solid #FFF;
  }
  .login-logo .content-indicator {
	background: #f1f2f7;
	display: inline-block;
  }
  @media(max-width: 1399px) {
	.login-logo .content-indicator > table {
		width: 260px;
	}
	.login-logo .content-box .content-indicator {
		max-width: 260px;
	}
  }
  @media(max-width: 1199px)  {
	.login-logo .content-indicator > table {
		width: 200px;
	}
	.login-logo .content-box .content-indicator {
		max-width: 200px;
	}  
  }
  /**** Indicator: END ***********/

.pac-container:after{
    content:none !important;
}

/* new search box of datatable design:: START */
.main-search-box-input .search-box-text-input {
	border-radius: 50px;
	border-color: #4c545d !important;
	color: #4c545d;
	padding-right: 42px;
	height: 24px;
  }
  
  .main-search-box-input {
	position: relative;
  }
  
  .main-search-box-input .main-span-line {
	position: absolute;
	right: 60px;
	top: 1px;
	border-left: 1px solid #4c545d;
	padding-left: 5px;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
  }
  
  .main-search-box-input .main-span-line .bar-span {
	width: 10px;
	height: 1px;
	background: #4c545d;
	display: block;
	border: 5px;
	position: relative;
  }
  
  .main-search-box-input .main-span-line .bar-span:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #fff;
	border: 1px solid #4c545d;
	left: -6px;
	border-radius: 50%;
	top: -1.1px;
  }

  .custom-filter-serach.main-search-box-input .main-span-line{
	right: 14px !important;
  }
  
  .main-search-box-input .main-span-line .bar-span + .bar-span {
	margin-top: 5px;
  }
  
  .custom-filter-serach.main-search-box-input .dataTables_filter label{
	width: 260px;
	position: relative;
	text-align: right !important;
  }

  	.main-span-line .flaticon-search{
		font-size: 15px;
		margin-top: 2px;
  	}

  @media (max-width:767px) {
	.custom-filter-serach.main-search-box-input .main-span-line {
		right: calc(50% - 90px/1) !important;
	}

	.custom-filter-serach.main-search-box-input .dataTables_filter label{
		width: 260px;
		position: relative;
		text-align: center !important;
	}

	.custom-filter-serach div.dataTables_filter input{
		margin-left: 0px !important;
	}

	.custom-filter-serach{
		padding-left: 0px !important;
	}
  }
  
  @media (max-width:390px) {
	.custom-filter-serach.main-search-box-input .main-span-line {
		left: 172px !important;
	}
  }

  @media (max-width: 450px){
	.custom-filter-table div.dataTables_wrapper div.dataTables_filter{
		margin-top: 10px;
		width: 100% !important;
		display: block;
		text-align: left !important;
	}
  }

  /* new search box of datatable design:: END */

  .custom-filter-table .col-sm-6,
  .custom-filter-table .col-md-6,
  .custom-filter-table .col-lg-6,
  .custom-filter-table .col-lg-4,
  .custom-filter-table .col-lg-8,
  .custom-filter-table .col-lg-12,
  .custom-filter-table .col-md-4,
  .custom-filter-table .col-md-8,
  .custom-filter-table .col-md-12,
  .custom-filter-table .col-sm-4,
  .custom-filter-table .col-sm-8,
  .custom-filter-table .col-sm-12{
	padding-right: 0px !important;
    padding-left: 0px !important;
  }

.hs-custom-btn-group-primary,
.hs-custom-btn-group-primary:hover,
.hs-custom-btn-group-primary:active,
.hs-custom-btn-group-primary:focus {
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd;
    height: 30px;
    font-weight: 400;
	outline: none !important;
}