/*
 * Categories Box
 */

 #bannersBoxContent,
 #categoriesBoxContent{
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: 
    url('images/categories/content.png');
}

#bannersBox
{margin-bottom: 15px;}

#bannersBoxBottom,
#categoriesBoxBottom
{
  width: 212px;
  height: 2px;
  background: 
    url('images/categories/bottom.png');
}

#bannersBoxContent,
#bannersBox,
#categoriesBox,
#categoriesBoxContent
{width: 212px;}

#leftListingUsers .listingHeaderLeft {
    width: 550px;
}

#leftListingUsers
{
  width: 756px;
  float: left;
  margin-right: 12px;
}

#rightListingUsers
{
  width: 212px;
  float: right;
}

#leftListing
{
    width: 212px;
    float: right;
    margin-left: 12px;
}

#rightListign {
    width: 756px;
    float: right;
}

.categoryList li {
    font-size: 14px;
    color: #1d1d1d;
    line-height: 14px;
    margin-bottom: 12px;
}
.categoryList {
    padding: 15px 15px;
}

.categoryList li a:hover
{
  color: #1774B3;
  transition: color 0.6s;
}

 #listingBoxContent{
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* background: 
    url('images/listingsBox/content.png'); */
   width: 756px;
   padding: 10px;
  background: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

#listingMainContent
{
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
margin-top: 15px;
/* padding-top: 1px; */
}

.listingItem {
    /* background:
     url('images/listingsBox/innerShadow.png')
     repeat-x bottom; */
    border-bottom: 5px solid #dfdfdf;
    margin-top: 5px;
}

.listingItemContent {
    padding: 10px;
}
.listingItemMeta {
    color: #333333;
    /* margin-top: 10px; */
    margin-bottom: 5px;
}
.listingItemPreview
{
    color: #000;
    margin-top: 10px;
}
.listingItemPreview.stretch{
  
  padding-top: 10px;
  clear: both;
  text-align: justify;
  word-wrap: break-word;
}

ul.user-tags {

  margin-top: 12px;
  margin-bottom: 10px;
}

li.user-tag {

    float: left;
    padding: 5px 10px !important;
    background: #F9F8F8 !important;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3) !important;
    margin: 5px 10px 3px 0px;
}

.listingItemAuthor {
    
    color: #515151;
    margin-top: 1px;
    padding-bottom: 2px;
}

.listingItemMeta a,
.listingItemAuthor a
{
    color: #00a5ef;
}

.listingItemLeft {
    /* width: 600px; */
    float: left;
    margin-bottom: 5px;
    text-align: justify;
}

.listingItemPicture
{
    float: right;
    margin-top: 3px;
    margin: 10px;
}

.listingItemMenu {
    border-bottom: 8px solid #dfdfdf;
    box-sizing: border-box;
    padding: 0px 10px 10px;
    /* background: #F7F7F7; */
}

.listingItemViewMore
{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
    line-height: 13px;
}

.listingItemViewMore img 
{
    margin-left: 5px;
    position: relative;
    top: 3px;
}




.listingMenu li img {
display: block;
float: left;
margin-top: 1px;
margin-right: 5px;
}

.listingHeaderLeft {
    float: left;
}
.listingHeaderRight {
    float: right;
}

#searchInput
{
    border: none;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.27);
    height: 28px;
    width: 180px;
    border-radius: 3px;
    text-indent: 10px;
    color: #044861;
    padding: 0px;
    /* float: left; */
}

#searchInput:hover
{outline: none;}

#searchSubmit
{
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.27);
    height: 30px;
    width: 30px;
    background: none;
    border-radius: 3px;
    border: none;
    padding: 0px;
    text-indent: 9999px;
    background: 
     #ffffff url('images/buttons/bg/search.png') 
    no-repeat center;

    cursor: pointer;
}

.listingMenu li
{float:left;padding-left: 25px;}

.listingMenu 
{margin-top: 15px;}

.listingMenu ul 
{float: right;}

.listingSearch 
{text-align: right;}

.listingHeader h4
{
    margin-bottom: -10px;
    margin-top: 5px;
    line-height: 44px;
}

.listingCalendar 
{
    width: 67px;
    height: 75px;
    float: left;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    margin-right: 15px;
}

.listingCalendarContent 
{
    line-height: 50px;
    font-size: 32px;
}

.listingCalendarTop {
    height: 23px;
    border-bottom: 1px solid #012e49;
    color: #FFF;
    line-height: 22px;
    background: #3f96cf;
}

.listingUserWrap {
    margin: 10px 0px;
    
}
.listingUserWrap 
.listingItemPreview
{
    margin-bottom: 5px;
}

.userSearch h2 {
    margin-bottom: 5px;
}

#userSearchBox {
  border-top: 0px;
  margin-top: 15px;
  background: #012e49;
  padding: 15px;
  border: 1px solid #021724;
  border-left: 0px;
  border-right: 0px;
  clear: left;
  float: none; 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 15px;
  
}

/*
 * Left bar 
 * Users search
 */

 .expand_menu
 {display: none;}

.expand_menu > ul 
{
    border: 1px solid #0085D5;
    background: #3f96cf;
    color: #FFF;
    border-radius: 5px;
    padding: 15px 15px 5px 15px;
    margin-bottom: 15px;
    margin-top: auto;
}

.expand_menu li
{color: #FFF;}
.expand_menu li a:hover
{color: #012e49;}


/*
 * Professionals listings
 */


.categoriesBoxMenu 
{
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    width: 180px;
    padding-top: 10px;
    margin-left: 15px;
}

#listingAnotherLocations {
    border-top: 1px solid #dfdfdf;
    padding: 15px;
    padding-top: 25px;
}

#listingAnotherLocations li
{
  background:
   url('images/bullets/green.png')
   no-repeat left center;
  padding-left: 20px;
  line-height: 22px;
  float: left;
  width: 320px;
}

#listingAnotherLocations ul {
    margin-top: 20px;
    padding-bottom: 10px;
}

.listingSeoText
{
  margin-top: 15px;
  margin-bottom: 0px;
}

#rightListingUsers 
 .companyPicture
{width: 180px;margin: 0 auto;}

#rightListingUsers
 .featuredComapniesWrapper
{width: 210px;text-align: center;}

#rightListingUsers 
 .companyPicture:last-child
 {border: none;}

#locationSearch,
#expertise,
.selectShadow{
  border: none;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.27);
  height: 29px;
  width: 180px;
  border-radius: 3px;
  /* text-indent: 10px; */
  color: #044861;
  padding: 0px 0px 0px 10px;
}

.selectShadow:active,
.selectShadow:focus
{outline: none;}

.selectShadow
{cursor: pointer;}


#expertiseSubmit
{
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.27);
  height: 30px;
  width: 30px;
  background: none;
  border-radius: 3px;
  margin-left: 7px;
  border: none;
  padding: 0px;
  cursor: pointer;
  text-indent: 9999px;
  background: 
   #ffffff url('images/buttons/bg/search.png') 
   no-repeat center;
}

#userSearchBox form {
    float: left;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* width: 220px; */
    /* background: url('images/userListingSearchSep.png') right center no-repeat; */
}

#userSearchBoxMenu li {
    color: #FFF;
    line-height: 20px;
    padding-left: 20px;
    background: url('images/bullets/blueSmall.png') left center no-repeat;
}

#userSearchBoxMenu {
    float: right;
    width: 210px;
}

#listingTabs
{margin-top:20px;/* margin-bottom: 10px; */}

#listingTabs .activeTab
{
  border: 1px solid #D2D2D2;
  height: 39px;
  border-bottom: none;
  width: 366px !important;
}

#listingTabs .tab
{width: 50%;}

#listingTabs .tabs
{padding-left:0px;}

#listingTabs .activeTab
{border-top-right-radius: 5px;border-top-left-radius: 5px;}

#listingTabs .unactiveTab
{margin-top:5px;}

#listingTabs .tab:last-child a
{ font-size: 16px !important;}

#listingTabsSep {
    height: 10px;  width: 100%;  
    border-left: 1px solid #D2D2D2;  
    border-right: 1px solid #D2D2D2;
    margin-bottom: -15px;
    box-sizing: border-box;
    background: #FFF;
    z-index: 9999;
    position: relative;
}
#listingTabs .unactiveTab
{
  transition:
    box-shadow 0.6s, color 0.6s;
  border: none;
  font-size: 16px;
  box-sizing: border-box;
}
#listingTabs .unactiveTab:hover
{
    color: #333;
    box-shadow: 0px 0px 5px rgba(46, 42, 42, 0.54);
}

.tab.tabRight.unactiveTab {
    border-top-left-radius: 0px;
}

.tab.tabLeft.unactiveTab {
    border-top-right-radius: 0px;
}

#userSearchBox form:last-child {
    text-align: center;
}
#cat_loc_search_form {
    text-align: center;
    padding-left: 10px;
}

.container {
    padding: 20px;
    font-weight: bold;
}

.listingHeaderLeft h1 {
    line-height: 30px;
    font-size: 30px;
    color: #00456e;
}

.listingItemLeft h2 {
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 5px;
}

.profileSendEnq a
{
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  background: #72d116 url('images/buttons/bg/addGreen.png') no-repeat left;
  box-shadow: 0px 1px 0px #557f43;
  border-bottom: 1px solid #45DD04 !important;
  font-size: 14px;
  margin-top: 20px;
  transition: background 0.5s;
  display: block;
  width: auto;
  background-position-x: 10px;
  text-indent: 30px;
  width: 185px;
  padding-right: 15px;
  height: 35px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.34);
  line-height: 35px;
}

.searchProfessionalsAll {
    border-top: 0px;  margin-top: 15px;  
    background: #012e49;  padding: 15px;  
    border: 1px solid #021724;  border-left: 0px;  border-right: 0px; 
}

#selectSize
{
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.27);
  height: 30px;
  border-radius: 3px;
  border: medium none;
  color: rgb(51, 51, 51);
  padding: 6px 10px;
  line-height: 30px;
  overflow: hidden;
  background: #FFF;
  display: inline;
  margin-left: 15px;
  width: 200px;
}

#expertise {
    width: 210px;
}

.listingItemMenu.myPostings > ul > li {
    float: left;  
    line-height: 20px;  
    padding-left: 20px;  
    padding-right: 10px;  
    background: url('../../images/bullets/greenArrow.png') no-repeat left center;  
    margin-right: 10px;
}

.listingItemRight.myPostings > ul > li {
    /* float: left; */  
    line-height: 24px;  padding-left: 20px;  padding-right: 10px;  
    background: url('../../images/bullets/blueArrow.png') no-repeat left center;  margin-right: 10px;
}
.listingItemRight.myPostings {
    float: left;
    width: 180px;
}

#editArticle
  > .fullWidthContent
  > .mainContainerHeading {
    background: #00456e;
    padding: 25px 20px;
    color: #FFF
}
#editArticle {
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#editArticle .mainContainerHeading,
#editArticle .fullWidthContent {
    /* border-top-left-radius: 5px; */  
    /* border-top-right-radius: 5px; */
}

.formContent {
    padding: 10px 20px;
}

.formContent > p {
    color: #505050;
}

#eventFormNew label,
.formContent > form > label {
    width: 250px;
    float: left;
    display: block;
    clear: both;
    margin-right: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}

#eventFormNew select,
.formContent > form > select
{
    border:1px solid #BABABA;
    border-radius: 5px;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
}

#eventFormNew textarea,
#eventFormNew input[type="text"],
.formContent > form > textarea {
    width: 450px;
    border:1px solid #BABABA;
    border-radius: 5px;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    height: 25px;
    float: left;
    line-height: 25px;
    margin-right: 20px;
}
.formContent > form > div {
    clear: both;
    /* float: none; */
    margin-bottom: 20px;
}
label {}
.formContent > label i {
    font-size: 14px;
}
label > b > i {
    font-size: 14px;
    font-style: normal;
    color: #888686;
}

.formContent > p > a {
    font-weight: bold;
    color: #1E88C8;
}

.listingItemMenu > a > img:hover {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.74);
    border-radius: 4px;
}
.listingItemMenu > a > img{
    border-radius: 4px;
    transition:  box-shadow 0.4s;
}

.formContent h2 {
    color: #3f95ce;
    line-height: 40px;
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 10px;
}


#userPostings .fullWidthContent {
    padding-bottom: 20px;
}

#userPostings .listingItemContent {
    padding: 15px 20px;
}
#userPostings .listingItemMenu {
    padding: 10px 15px;
}

#userPostings .listingItemLeft {
    width: 770px;
}

.listingAlgin {
    padding-top: 6px;
}

.aboutTopLeft.bottomTopLeft {
    width: 100%;
    padding: 0px 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
}

.entryDate {
    font-size: 13px;
    color: #515151;
}

.notFound {
    padding: 20px;
    text-align: center;
}

li.categories.relative.eventLocations {
    background-position: top left;
    background-position: 0px 5px;
}

h3.searchString {
    padding-top: 18px;
}

#leftListingUsers .listingItemLeft {
    width: 600px;
}

div#editArticle ul.checkbox_list > li {
    float: left;
    margin-top: 5px;
    padding-right: 20px;
}

ul.checkbox_list label {
    margin-bottom: 0px !important;
}

div.users.allProfessionals .listingItemLeft {
    
}

div.listingItemMenu a {
    float: left;  
    margin-right: 5px;
}

div.listingItemAuthor > a:nth-child(2) {
    color: #012e49;
}

.searchProfessionalsAll > form > select:last-child {
    margin-left: 30px;
}
.searchProfessionalsAll > form > input:nth-child(2) {
    margin-right: 5px !important;
}


#listingMainContent .topTabs {
    background: #B2B6BD;
    overflow: hidden;
}

#listingMainContent .topTabs li.selectedTab {
  background: #FFF !important;
  position: relative;
  border-top: 2px solid #118bbd;
  font-weight: bold;
  height: 33px;
  padding-bottom: 11px;
}

#listingMainContent .topTabs li {
  float: left;
  width: 250px !important;
  box-shadow: 2px 0px 5px rgba(142, 149, 158, 0.84);
  background: #F4F4F4;
  line-height: 25px;
  cursor: pointer;
  font-weight: bold;
  height: 45px;
  transition: background 0.6s;
}

#listingMainContent .topTabs li:last-child {
  padding-right: 0px;
  
}
#listingMainContent .topTabs:after{
  content: ' ';
  display: table;
  clear: both;
  float: none;
}

#listingMainContent 
  .topTabs >
    ul > li > a {
    display: block;
    padding: 10px 8px 10px 15px;
  }

#listingMainContent .topTabs li:hover{
  background: #CAD4E2;;
}

#listingBox .listingHeader {
    margin-bottom: 25px;
}

#listingBoxContent 
  .companyInformation {
    padding: 2px 0px;
    color: #515151;
}

.listingItemLeft h6.category{
  margin: 2px 0px;
}


.sectionHeader {
  padding-bottom: 15px;
  margin: 20px 0 20px;
  border-bottom: 1px solid #eee;
}

.most-recent {
  color: #FFF;
  margin-left: 20px;
  margin-top: 7px;
}
