@charset "UTF-8";
/* CSS Document */

/* SEO Component Styles */

.locationTypesWrapper
{
	margin-top: 15px;
	background: #FFF;
	width: 80%;
	border-radius: 6px 6px 0px 0px;
	color: #666666;
	box-shadow: 0px -2px 2px #000000;
	padding-left: 5px;
	overflow-y: auto;
	height: 331px;
}
#list_seo_locations
{
	margin-top: 15px;
}
#listLocations li
{
	list-style: none;
	border-bottom: 1px solid #ebebeb;
}

/* Location Management Styles */
#locationsWrapper
{
	background: #FFFFFF;
	margin-top: 15px;
	width: 80%;
	color: #666666;
			
}
#listLocationsMang li
{
	list-style: none;
	font-size: 18px;
	border-bottom: 1px solid #ebebeb;
	padding: 16px 0px;
	margin-left: -25px;
	width: 100%;
}
/* End Location Management Styles */
#serviceTypesWrapper
{
	padding-left: 5px;
	overflow-y: auto;
	height: 331px;
	width: 77%;
	background: #FFFFFF;
	margin-top: 15px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	box-shadow: 0px -2px 2px #000000;
}
#containerSeoService 
{
	color: #666666;
	font-size: 16px;
}
#servicelist 
{
	margin-left: -35px;
	width: 90%;
}
#servicelist li 
{
	border-bottom: 1px solid #ebebeb;
	padding: 5px;
	list-style-type: none;
}
.keyText
{
	display: inline-block;
	width: 145px;
	padding: 2% 0px;
}
/*Home SEO Display Section */
.keywrapper
{
	margin: 20px 60px; 
	display: inline-block; 
	vertical-align: top; 
	width: 250px;
}
.keywrapper h1
{
	text-align: center;
}
				
.keyIcon
{
	text-align: center;
}
.keylistDiv
{
	width: 265px;
	line-height: 1.3;
}
.keylistDiv a
{
	color: #ebebeb;
	text-decoration: none;
}
.keylistDiv li
{
	border-bottom: 1px solid #ebebeb;
	padding: 5px;
	list-style: none;
	float: left;
	width: 213px;
}
/*END Home SEO Display Section */
/*SEO Page Display*/
.seoDivContentWrapper
{
	width: 92%;
	padding: 20px 4% 20px 4%;
	float: left;
}
.seocontent
{
	width: 80%;
	padding: 0px 50px 50px 50px;
	text-align: left;
	float: right;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 25px;
	line-height: 20px;
	position: relative;
}
#footerC
{
	background: #333333;
	color: #ebebeb;
	font-size: 14px;
}
/*END SEO Page Display*/

/* Masonry and Scrollable Plugin styles */
#footerCMasonryWrapper 
{
	position:relative;
	height:500px;
	width: 1200px;
	float: left;
}
#footerCMasonryWrapper .mCustomScrollBox {
	 background: rgb(51, 51, 51);
}
#footerCMasonryWrapper .mCSB_draggerRail, #footerCMasonryWrapper .mCSB_dragger_bar {
	background-color:rgb(235, 235, 235) !important;
}
/* END Mansonry and Scrollable Plugin styles */

/* END SEO Component Styles */


/*#SEO_SERVICE_SECTION
{
	width: 62%;
}

#seoserviceTable
{
	background: #717d96 url(/images/admin/bg_fade_white_to_transparent.png) repeat-x top left;
	padding-top: 0px;
	padding-bottom: 8px;
	margin-bottom: 1px;
	margin-top: 0px;
	color: #FFFFFF;
	width: 100%;
	clear: both;
	text-align: right;
	border-bottom: 1px solid #FFF;
	white-space-collapse: discard; 
	position:relative;
	behavior: url(/PIE.php);
	-webkit-transition: background-color 100ms linear;
   -moz-transition: background-color 100ms linear;
   -o-transition: background-color 100ms linear;
   -ms-transition: background-color 100ms linear;
   transition: background-color 100ms linear;
}

#seoserviceTable th 
{
	background: #717d96;
}*/

/* Font Awesome Icon Picker */
.iconpicker-popover.popover 
{
	/*width: 366px !important;*/
	display: none;
}
.iconpicker-popover a
{
	color: #000 !important;
}
.iconpicker-popover a:hover
{
	color: #000 !important;
}
.iconpicker-popover a:active
{
	color: #FFF !important;
}

.iconpicker-popover.popover .popover-title input[type=search].iconpicker-search
{
	margin:0 0 2px 0;
	width: 100%;
	border-radius: 0px !important;
	box-shadow: none !important;
	height: 28px;
	font-size: 16px;
}


.iconpicker-item 
{
	background: #FFF !important;
}
.iconpicker-item a.iconpicker-items:hover
{
	background: #333 !important;
}
.iconpicker .iconpicker-items
{
	background: none !important;
}
.iconpicker .iconpicker-item.iconpicker-selected
{
	color: #FFF !important;
	background: #f79627 !important;
}
// Dropdown arrow/caret
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top:   @caret-width-base dashed;
  border-top:   @caret-width-base solid ~"\9"; // IE8
  border-right: @caret-width-base solid transparent;
  border-left:  @caret-width-base solid transparent;
}

#seoContentArea #CONTENT_ifr
{
	height: 325px !important;
}
