/**
 * @package     Working Traveller
 * @subpackage  Front CSS
 * @author      Pap Narcis <contact@papnarcis.com>
 * @copyright   Pap Narcis <contact@papnarcis.com>
 * @version     2.0
 */
  
/**
 * Base Elements
 */
.wi_clear, .wiclear, #wiclear, #wi_clear, .clear{clear: both}
b{font-weight: bold}
.wt-green{color: #76b94e}

.wi_link_confirm{background: #ae1b1f; color: #fff}
.wi_link_confirm:hover{background:#eee; color: #ae1b1f}

del{color: #ae1b1f}
ins{color: green; text-decoration: none}

.wtDivider{width: 100%; margin: 0 auto; background: #eee; height: 1px; margin: 10px 0}
.wtBoxRed{background: #a22c15; color: #fff; padding: 10px 15px;
    margin: 2px;
    border-radius: 5px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 12px;}
.wtBoxRed h3{padding: 0 0 15px 0!important; font-size: 16px!important; color: #fff; margin: 1px 0 3px 0; font-family: Lato, sans-serif!important;}
.wtBoxRed ul li{padding: 0; margin: 0 0 1px 20px}

.wtBoxInfo{background: #f5f5f5; color: #666; padding: 5px; margin: 2px 0; border-radius: 5px; margin-bottom: 5px; border: 1px solid #eee; line-height: 18px}
.wtBoxInfo h3{margin: 0 0 15px 0!important; padding: 2px 0 3px 0}

.wtBoxSuccess{background: #6aa646; padding: 10px 15px; margin: 2px; border-radius: 5px; color: #fff; border:1px solid #6aa646; margin-bottom: 5px;}
.wtBoxSuccess h3{margin: 0; padding: 2px 0 3px 0; color: #fff!important; font-family: Lato, sans-serif!important; font-size: 19px!important;}

.wtBoxLarge{font-size: 15px}

/*.wtBoxRed{background: #a22c15; color: #fff; padding: 5px; margin: 2px; border-radius: 5px; margin-bottom: 5px}*/
.wtBoxRed h3{margin: 0; padding: 2px 0 3px 0; color: #fff!important}

/**
 * Fixes/Hacks
 */
.ui-datepicker-calendar tr th, .ui-datepicker-calendar tr td{padding: 1px!important}
.wtAutosuggest ul li, .wtAutosuggest ul{list-style: none!important}

.wtMLPoints{background: none repeat scroll 0 0 #EEEEEE;
    font-size: 11px;
    padding: 2px;
    border-radius: 5px;}
.wtProfilePnt{background: #a22c15;
    color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    font-size: 13px;
    padding: 4px;
    float: left;
    margin-top: 5px;
    margin-left: 25px;}
.wtProfilePnt span{font-weight: bold}
.wtProfileCLB{padding-top: 10px; padding-left: 5px; float:left}
.wtProfileCLB a{font-size: 16px}

.item-list-tabs #groups-all{display: none}
body.xprofile .profile .bp-widget h4{display: none} 
.profile .editfield input[type="text"]{width: 100%}

#groups-list>li>div.item-subitem-indicator>a{color: #76b94e}

/**
 * Buttons
 */
  .wtButtonRed{border-radius: 4px; box-shadow: 0px 1px 1px #480707; box-shadow: inset 0px 1px 1px #f99c9c; color: #fff; text-shadow: 0px -1px 1px #632121;
  background-color: #ae0b0b;cursor: pointer;
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ae0b0b), to(#930a0a));
  background: -webkit-linear-gradient(top, #ae0b0b, #930a0a);
  background: -moz-linear-gradient(top, #ae0b0b, #930a0a);
  background: -ms-linear-gradient(top, #ae0b0b, #930a0a);font-weight: bold;
  background: -o-linear-gradient(top, #ae0b0b, #930a0a);padding: 5px 7px;
 }
 
  .wtButtonRed:hover{
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#930a0a), to(#ae0b0b));
  background: -webkit-linear-gradient(top, #930a0a, #ae0b0b);
  background: -moz-linear-gradient(top, #930a0a, #ae0b0b);
  background: -ms-linear-gradient(top, #930a0a, #ae0b0b);color:#fff;
  background: -o-linear-gradient(top, #930a0a, #ae0b0b);
 }
 
 #item-header-content .group-button a,
 .wtButtonGreen{border-radius: 4px; box-shadow: 0px 1px 1px #185705; box-shadow: inset 0px 1px 1px #9cf561; color: #fff; text-shadow: 0px -1px 1px #356f24;
  background-color: #76b94e;
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b94e), to(#6aa646));
  background: -webkit-linear-gradient(top, #76b94e, #6aa646);
  background: -moz-linear-gradient(top, #76b94e, #6aa646);
  background: -ms-linear-gradient(top, #76b94e, #6aa646);font-weight: bold;
  background: -o-linear-gradient(top, #76b94e, #6aa646);padding: 5px 15px 5px 15px;
  font-family: Lato;
  line-height: 1.2;
 }
 
 #item-header-content .group-button :hover,
 .wtButtonGreen:hover{  background-color: #6aa646;
  background-repeat: repeat-x;
  color: #fff!important;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6aa646), to(#76b94e));
  background: -webkit-linear-gradient(top, #6aa646, #76b94e);
  background: -moz-linear-gradient(top, #6aa646, #76b94e);
  background: -ms-linear-gradient(top, #6aa646, #76b94e);
  background: -o-linear-gradient(top, #6aa646, #76b94e);}
 
 .wtButtonSmall{font-size: 12px; padding-top: 4px}
 .wtButtonMedium{font-size: 14px;}
 .wtButtonLarge{font-size: 17px}
 
 .wtButtonGrey{
 background-color: #fafafa;margin: 2px 4px;
  background-repeat: repeat-x;cursor: pointer;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#e8e8e8));
  background: -webkit-linear-gradient(top, #fafafa, #e8e8e8);
  background: -moz-linear-gradient(top, #fafafa, #e8e8e8);
  background: -ms-linear-gradient(top, #fafafa, #e8e8e8);
  background: -o-linear-gradient(top, #fafafa, #e8e8e8);
  border-radius: 4px;
  box-shadow: 0px 1px 1px #bdbdbd;font-weight: bold;
  box-shadow: inset 0px 1px 1px #fff;
  color: #a22c15;
  text-shadow: 0px 1px 1px #fff;
  padding: 5px 7px;
 }
 
 .wtButtonGrey:hover{
 background-color: #e8e8e8;
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e8e8e8), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #e8e8e8, #f2f2f2);
  background: -moz-linear-gradient(top, #e8e8e8, #f2f2f2);
  background: -ms-linear-gradient(top, #e8e8e8, #f2f2f2);
  background: -o-linear-gradient(top, #e8e8e8, #f2f2f2);
 }
  
 .wi_link_b{ background-color: #6aa646; font-family: Lato, sans-serif;
  border-radius: 4px;
  box-shadow: none;
  color: #ffffff!important;
  text-shadow: none; font-weight: bold;
  padding: 5px 7px; font-size: 12px
 }

 .wi_link_b_danger{background: #a22c15;}

 .wi_link_b:hover{ background-color: #185705; opacity: 0.8;}
 
 .wi_link_confirm{background: #a22c15; color: #fff; cursor: pointer; text-shadow: none}

 .wt-lnk-blue{color: #1a0dab!important; text-decoration: none}
 .wt-lnk-blue:hover{opacity: 0.7; text-decoration: underline}

 /**
  * Form Buttons
  */
  input[type="button"], input[type="submit"], input[type="reset"]{ border-radius: 4px; box-shadow: 0px 1px 1px #185705; box-shadow: inset 0px 1px 1px #9cf561; color: #fff; text-shadow: 0px -1px 1px #356f24;
  background-color: #76b94e;
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b94e), to(#6aa646));
  background: -webkit-linear-gradient(top, #76b94e, #6aa646);
  background: -moz-linear-gradient(top, #76b94e, #6aa646);cursor: pointer;
  background: -ms-linear-gradient(top, #76b94e, #6aa646);font-weight: bold;
  background: -o-linear-gradient(top, #76b94e, #6aa646);padding: 4px 15px 4px 15px!important;
  font-size: 15px;
  font-family: Lato;
  line-height: 1.2;
 }
 
  input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover{  background-color: #6aa646;
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6aa646), to(#76b94e));
  background: -webkit-linear-gradient(top, #6aa646, #76b94e);
  background: -moz-linear-gradient(top, #6aa646, #76b94e);
  background: -ms-linear-gradient(top, #6aa646, #76b94e);
  background: -o-linear-gradient(top, #6aa646, #76b94e);
  }

.bp-wrapper .button, .button.submit, .bp-wrapper .generic-button a, .bp-wrapper ul.button-nav li a, .bp-wrapper .item-list .activity-meta a, .bp-wrapper .item-list .acomment-options a, .bp-wrapper .activity-meta a:hover span, .widget .item-options a, .widget .swa-wrap ul#activity-filter-links a, .widget .swa-activity-list li.mini div.swa-activity-meta a, .widget .swa-activity-list div.swa-activity-meta a.acomment-reply, .widget .swa-activity-list div.swa-activity-meta a, .widget .swa-activity-list div.acomment-options a{
    background-color: #76b94e;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b94e), to(#6aa646));
    background: -webkit-linear-gradient(top, #76b94e, #6aa646);
    background: -moz-linear-gradient(top, #76b94e, #6aa646);
    background: -ms-linear-gradient(top, #76b94e, #6aa646);font-weight: bold;
    background: -o-linear-gradient(top, #76b94e, #6aa646);padding: 2px 15px 2px 15px;
    font-family: Lato, sans-serif;
    line-height: 1.2;
    font-size: 14px;
    color: #ffffff;
}

.bp-wrapper .button:hover, .button.submit:hover, .bp-wrapper .generic-button a:hover, .bp-wrapper ul.button-nav li a:hover, .bp-wrapper .item-list .activity-meta a:hover, .bp-wrapper .item-list .acomment-options a:hover, .bp-wrapper .acomment-options a:hover, .bp-wrapper .activity-meta a span, .widget .item-options a:hover, .widget .item-options a.selected, .widget .swa-wrap ul#activity-filter-links a:hover, .widget .swa-activity-list div.swa-activity-meta a.acomment-reply:hover, .widget .swa-activity-list div.swa-activity-meta a:hover, .widget .swa-activity-list div.acomment-options a:hover{
    background-color: #6aa646;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b94e), to(#6aa646));
    background: -webkit-linear-gradient(top, #76b94e, #6aa646);
    background: -moz-linear-gradient(top, #76b94e, #6aa646);
    background: -ms-linear-gradient(top, #76b94e, #6aa646);font-weight: bold;
    background: -o-linear-gradient(top, #76b94e, #6aa646);padding: 2px 15px 2px 15px;
    opacity: 0.7;
}
 
/**
 * Work In Wiki
 */
.wt_wiki_left{float: left; width: 70%}
.wt_wiki_right{float: right; width: 28%}

#wtWidgetNavigation{padding: 0}
#wtWidgetNavigation ul, #wtWidgetNavigation ul li{list-style: none!important}
#wtWidgetNavigation ul li{margin-top: 5px}
#wtWidgetNavigation ul li a{font-weight: bold; font-family: Lato, sans-serif; font-size: 13px}
#wtCurrentCounty{color: #a22c15; font-weight: bold}

.wtWidget{border-radius: 8px; border: 2px solid #ebebeb!important; padding: 7px!important}

.wtWidgetTitle{  color: #262626!important;
    font-family: league-gothic,arial;
    font-size: 22px; }

.wikiHeading{margin-bottom: 5px}
.wikiContentBox{margin-bottom: 15px!important}

#wikiEditorRules{background: #f5f5f5; border-radius: 5px; border: 1px solid #ddd; padding: 5px}

.wtWikiEditorO{margin-top: 10px;}
.wtWikiEditorOLeft{background: #f5f5f5; padding: 5px; border-radius: 5px;float: left; width: 70%}
.wtWikiEditorORight{float:right; width: 24%}

#wikiRevisionChangeExplorer{padding: 5px; margin-top: 10px; border: 1px solid #ddd; border-radius: 5px}
#wikiRevisionRestorePreview{background: #f5f5f5; border: 1px solid #ddd; color: #000;margin-top: -10px;padding:5px;margin-bottom: 5px; border-radius: 5px}

#wikiHomePage{padding: 0}
#wikiHomePage ul li{float:left;list-style: none; width: 205px; margin: 0; padding-top: 10px}
#wikiHomePage ul{list-style: none}
#wikiHomePage h3{padding: 0; margin: 10px 0 5px 0}

h3.wikiHeading{font-size: 20px}
#wtWikiH1{float: left}
#wtWikiH1Flag{float:left;margin-right: 10px;}
#wtModeratorApply{cursor: pointer; font-weight: bold}

.wikiContentBox{font-size: 14px; color: #262626; font-weight: 400;}

#wikiHomePage ul li a{    font-family: Lato;
    font-size: 13px;font-weight: bold}

/**
 * Registration
 */
.wtRegLeft{float:left; width: 49%}
.wtRegRight{float:right; width: 49%}
#wtReg{padding: 0}
#wtReg .wi_textinput, #wtReg .wi_password{width: 100%; border: 1px solid #ddd}
#wtReg .wi_ui_table, #wtReg .wi_ui_table tr, #wtReg .wi_ui_table tr td{border:0}
#wtReg .wi_submit_button{border-radius: 4px; box-shadow: 0px 1px 1px #185705; box-shadow: inset 0px 1px 1px #9cf561; color: #fff; text-shadow: 0px -1px 1px #356f24;
  background-color: #76b94e;
  background-repeat: repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76b94e), to(#6aa646));
  background: -webkit-linear-gradient(top, #76b94e, #6aa646);
  background: -moz-linear-gradient(top, #76b94e, #6aa646);
  background: -ms-linear-gradient(top, #76b94e, #6aa646);font-weight: bold;
  background: -o-linear-gradient(top, #76b94e, #6aa646);padding: 8px;
  font-size: 18px;
}
.wtRegErros{background: #ae1b1f; color: #fff; padding: 5px; border-radius: 5px}
.wtRegErros h3{color: #fff!important; padding: 0; margin: 2px 0 3px 0}
.wtRegErros ul li{padding: 0; margin: 1px 0 1px 20px}
#wtReg .wtRegFLabel{font-size: 14px}
#wtReg .wtRegFHT{padding: 0}

.wtSocialFacebook{background:url(images/btn_fb.png); width: 201px; height: 36px; display: inline-block}
.wtSocialVK{background:url(images/btn_vk.png); width: 205px; height: 37px;  display: inline-block}
.socialLogin{border-bottom:1px solid #eee}

/**
 * Home Page
 */
.home-page #header-outer{background:transparent!important} 
.home-page #copyright{display:none} 
.home-page #content-wrapper{background:rgba(255, 255, 255, 0.9)!important; padding: 15px!important; border-radius:5px!important; width: 425px;}
.home-page #header-left{margin-left: 100px}
.home-page #content-wrapper h1{font-family: league-gothic, arial!important; color: #a22c15!important; margin-bottom: 10px}
.home-page #content-wrapper p{font-size: 16px}
.home-page .wtRegFLabel{text-align: left}
.home-page .wtHomeAbBtn{text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;}
.home-page .ama{font-size: 16px}

/**
 * Login
 */
#wtLogin{margin-bottom: 150px}
#wtLogin #wtLoginLeft{width: 48%; float: left}
#wtLogin #wtLoginLeft .wi_ui_table, #wtLogin #wtLoginLeft .wi_ui_table tr, #wtLogin #wtLoginLeft .wi_ui_table tr td{border: 0;font-size: 15px;}
#wtLogin #wtLoginLeft .wi_textinput, #wtLogin #wtLoginLeft .wi_password{width: 90%}
#wtLogin #wtLoginRight{width: 48%; float: right}
#wtLogin .wtLoginRegBtn{background: #364046;
color: white;
padding: 5px;
border-radius: 5px;
font-size: 16px;}
#wtLogin .wtLoginRegBtn:hover{color:#364046; background: #eee}
#wtLogin .wtLoginRegBox{margin-top: 10px; }
#wtLogin .wtLostPassL{font-size: 75%;float: right;}

/**
 * Points History
 */
.wtPointsAbout{padding:0}
.wtPointsAbout .wtPointsAboutC{float: left;
    width: 85px;
    height: 36px;
    background: #eee;
    text-align: center;
    padding-top: 15px;
    font-size: 22px;
    border: 1px solid #ddd;
    border-radius: 5px;}
.wtPointsAbout .wtPointsAboutR{float: left;
    padding-left: 15px;}
.wtPointsAbout .wtPointsAboutR h3{margin-bottom: 0}

/**
 * Work Request Create
 */
#wtWorkRequest{}
#wtWorkRequest #mapCanvas{width: 900px; height: 350px}
#wtWorkRequest #wtMapPlaceholderText{background: url('images/map.loads.gif') no-repeat; text-align: center; width: 200px}
#wtWorkRequest .wi_ui_table{border:0}
#wtWorkRequest .wi_ui_table tr td{border: 0; vertical-align: middle}
#wtWorkRequest .wi_textinput{width: 100%}
#wtWorkRequest #wtDatePicker{width: 85px}

/**
 * Work Search
 */
.wtWorkSearch{padding: 0}
.wtWorkSearch .wtWorkSearchMap{width: 100%;}
.wtWorkSearch .wtWorkSearchFilter{width: 900px;}
.wtWorkSearch #wtMapP{background: url('images/map.loads.gif') no-repeat; width: 200px; margin: 0 auto; padding-top: 140px; font-size: 25px; margin-top: 25px }
.wtWorkSearch .wtWSFilterBox .wtWSFBox{width: 50%; float:left}
.wtWorkSearch .wtWSFilterBox{float: left;width: 225px}
.wtWorkSearch .wtWSFilterBox .wi_submit_button{margin-top: 25px}
.wtWorkSearch .wtWSFilterBox h3{font-size: 18px; margin-bottom: 5px; margin-top: 10px}
.wtWorkSearch .wtWSFilters{width: 100%;}
.wtWorkSearch #wtDatePicker1, .wtWorkSearch #wtDatePicker2{width: 75px;
    box-shadow: none;
    padding: 3px 4px;
    margin-bottom: 4px;
    cursor: pointer;}
.wtWorkSearch #wtWSFilterB_location .wtRegionSDR_L .wtRegionSDR{max-width: 195px}
.wtWorkSearch #wtWSFilterB_language .wi_select{width: 160px}
.wtWorkSearch #wtWSFilterB_language .wi_select[name="wtLNL"]{margin-left: 25px}
.wtWorkSearch .wtWSFiltersTIT{float:left; width: 225px}
.wtWorkSearch #wtWSFilterB_keywords .wi_textinput{width: 100px; box-shadow: none;padding: 3px 4px;}
.wtWorkSearch .wtWSFiltersNT{ background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    font-size: 12px;
    margin-top: 10px;
    padding: 5px 3px;
    text-align: center;
    float: left;
    width: 220px;}

#wtWSFilterB_keywords{float: none}
.wtWSAbout{text-align: center}
.wtWSAbout>a{font-size: 15px}

.wtWorkSearch #wtWSFilterB_type h3{display: none}
.wtWorkSearch #wtWSFilterB_barter .wi_select{width: 65px}
.wtWorkSearch .wtWSFiltersGroup{width: 225px; float:left}

.wtWorkSearch .wtWSFilterBox h4{margin-bottom: 2px}

/**
 * Work Details Page
 */
.wtWDetails{padding: 0}
.wtWDetails h3{margin-bottom: 5px; margin-top: 10px}
.wtWDetails .wtWDetailsL{float:left; width: 500px}
.wtWDetails .wtWDetailsR{float:right; width: 375px }
.wtWDetails .wtWDetailsH{background: #eee; border: 1px solid #ddd; border-radius: 5px; padding: 3px}
.wtWDetails .wtWDetailsH .wtWDetailsAvatar{float: left; width: 100px}
.wtWDetails .wtWDetailsH .wtWDetailsHost{float: left; }
.wtWDetails .wtWDetailsH h4{margin-bottom: 5px}
.wtWDetails .wtWDetailsH p{margin-bottom: 5px; margin-top: 0}
.wtWDetails .wtWDetailsH .cbtn{background: #666; color: #fff; text-decoration: none; border-radius: 5px; padding: 3px}
.wtWDetails .wtWDetailsH .cbtn:hover{background: #ddd; color: #333}
.wtWDetails .wtWDetailsH .cbtn2{margin-right: 10px}

/**
 * Editing Points Box
 */
.wtPointsBox{float: left;
    margin-top: 14px;
    margin-left: 10px;
    background: #eee;
    color: #000;
    padding: 4px;
    border-radius: 5px;}
.wtPointsBox a{color: #000!important;
    text-shadow: none;}
.wtPointsBox:hover{background: #666;}
.wtPointsBox:hover a{color: #fff!important}
.wtPointsBox span{padding:0}

/**
 * Account Upgrade
 */
.wtPurchaseOptions{}
.wtPurchaseOptions .wtPurchaseOptionsL{width: 49%; float:left}
.wtPurchaseOptions .wtPurchaseOptionsL .wi_paypal_button{background: url("images/pay.gif"); width: 207px; height: 120px!important; border:0; box-shadow: none;}
.wtPurchaseOptions .wtPurchaseOptionsR{ width: 45%; float: right; background: #eee; padding:15px; height: 125px}
.wtPurchaseOptions .wtPurchaseOptionsT{text-align: center; font-size:20px; width: 200px; margin: 0 auto}
.wtPurchaseOptions .wtPurchaseOptionsT span{font-weight: bold}
.wtPurchaseOptions .wtPurchaseOptionsBBT{width: 207px; margin: 0 auto}
.wtPurchaseOptions .wtPurchaseOptionsR span{font-weight: bold}

/**
 * Expert Upgrade
 */
.wtExpertUpgrade{}
.wtExpertUpgrade .wi_paypal_button, .wtExpertUpgrade .wi_paypal_button:hover{background: url("images/pay.gif"); width: 207px; height: 120px; border:0; box-shadow: none;}
.wtExpertUpgrade .wi_paypal_button:hover{border:1px solid #eee}
.wtExpertUpgrade .wtPurchaseOptionsAA{background: #f5f5f5; border: 1px solid #ddd; padding: 5px; border-radius: 5px}
.wtExpertUpgrade .wtPurchaseOptionsL{width: 210px; text-align: center}
.wtExpertUpgrade .wtPurchaseOptionsT{font-size: 18px}
.wtExpertUpgrade .wtPurchaseOptionsT span{font-weight: bold; font-size: 23px}

/**
 * Account Checklist Box
 */
.wtChecklist{ background: #fff;
    border: 2px solid #6aa646;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    padding: 10px;}
.wtChecklist h4{color: #6AA646;
    margin-bottom: 2px;
    padding: 0;
    text-transform: uppercase;
    font-family: league-gothic, arial;
    font-size: 25px;}
.wtChecklist p{font-weight: normal; margin-bottom: 3px}
.wtChecklist ul{font-weight: normal}
.wtChecklist ul li{font-weight: normal; margin-top: 0}
.wtChecklist .wtChecklistItem{font-weight: bold;
    list-style-type: none;  height: 27px;
    margin-bottom: 2px;line-height: 0.9;}
.wtChecklist .wtChecklistText{padding: 8px 0 0 0; float: left}
.wtChecklist .wtChecklistBtn{float: right; display: inline-block; margin-top: 6px}
.wtChecklist .wtChecklistItems{margin-top:10px}

/**
 * Wiki Permissions Box
 */
.wtWikiEditInfoBox{background: #fff;
    border: 2px solid #a22c15;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    padding: 10px;}
.wtWikiEditInfoBox h4{ color: #A22C15;
    margin-bottom: 2px;
    padding: 0;
    text-transform: uppercase;
    font-family: league-gothic, arial;
    font-size: 25px;}

/**
 * Work Listings - Wiki Widget
 */
 #wtWikiWorkLW{margin-top:15px;margin-bottom:5px}
 
/**
 * Barter Points Box
 */
.wtBarterPBox{border: 1px solid #eee}
.wtBarterPBox .wtBarterPBox1{ background: none repeat scroll 0 0 #EEEEEE;
    float: left;
    font-size: 28px;
    height: 41px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 11px;
    width: 180px;
    text-align: center;}
.wtBarterPBox .wtBarterPBoxS{float: left;
    font-size: 18px;
    height: 40px;
    padding: 6px;
    width: 123px;
    text-align: center;}
h4.wtBarterPH4{margin-bottom: 2px}
.wtBarterPBox .wtBarterPBoxS span{font-size: 13px}
.wtBarterPBox .wtBarterPBox2{text-align: center}
.wtBarterPBox .wtBarterPBox3{text-align: center}
.wtBarterPBox .wtBarterPBox4{text-align: center}

.wtBarterPSuggest{background: #f5f5f5; padding:10px 15px; border-radius: 5px;margin-top: 10px}
.wtBarterPSuggest h5{margin-bottom: 3px}
.wtBarterPSuggest .wi_textinput{width: 75px}
.wtBarterPSuggest table{width: 100%}
.wtBarterPSuggestA{cursor: pointer}
.wtBarterPSuggest table tr td{}
.wtBarterPSuggest .wi_submit_button{}

a.wikiBedit, a.wikiBRevisions{font-weight: bold}

/**
 * Affiliate Area
 */
.wtAffiliate{padding: 0}
.wtAffiliate .wtAffiliateHBox{float: left;
    width: 25%;
    background: #eee;
    text-align: center;
    margin-right: 72px;
    height: 30px;
    font-size: 19px;
    padding-top: 9px;
    margin-top: 18px;
    border-radius: 5px;
    border: 1px solid #ddd;}

/**
 * Top Lists
 */
.wtTopList{padding: 0}
.wtTopList .wtTopTabSingle{border: 2px solid #eee!important;
    margin-top: -1px;
    border-radius: 0 5px 5px 5px;}
.wtTopList .wtTopTabSingleL{border-bottom: 1px solid #eee;
    font-size: 18px;
    padding-top: 10px;font-weight: bold;
    padding-bottom: 10px;}
.wtTopList .wtTopTabSingleL span{font-weight: normal}
.wtTopList .wtTopTabSingleL a{padding: 0 10px;cursor: pointer}
.wtTopList .wtTopTabSingleL:hover{background: #f5f5f5}
.wtTopList .wtTopTabAction{font-size: 15px}
.wtTopList .wtTopTabSingle:nth-last-child{border: 0}
.wtTopList .wtTopTabSingleLast{border: 0}
.wtTopList .wtTopTabSingleFirst{margin-top: 3px}

.wtTopList .ui-widget-content{background: #fff; border:0; padding:0}
.wtTopList .ui-widget-header{border:0; background: #fff}
.wtTopList .ui-tabs-nav li{margin-right: 10px; }
.wtTopList .ui-tabs-nav li a{  font-family: league-gothic,arial;
    font-size: 23px;
    font-weight: normal;}
.wtTopList .ui-tabs-nav li{border:2px solid #eee!important}
.wtTopList .ui-tabs .ui-tabs-nav li.ui-tabs-selected{border-top: 2px solid #eee!important; border-left: 2px solid #eee!important; border-right: 2px solid #eee!important;border-bottom: 2px solid #fff!important}
.wtTopList .ui-tabs .ui-tabs-nav li.ui-tabs-selected a{color: #a22c15;}

.wtTopList .wtTopUsers{border-bottom: 1px solid #eee}
.wtTopList .wtTopUser{padding: 10px; font-weight: bold}
.wtTopList .wtTopUser:hover{background: #f5f5f5}

 #wtHandshakeAccept{height: 27px; width: 48%;
padding: 5px 7px!important;
font-size: 13px;}

 .wtHandshakeACDNActions{}
 .wtHandshakeACDNActions .wi_link_b{width: 48%; display: inline-block; text-align: center}

 /* Upgrade Banner */
.wt-upgrade-banner{background:#669933;border-radius:5px; border-color:#769B4A;padding: 10px 20px;color:#fff;text-align:center;margin-top:15px}
.wt-upgrade-banner>h4{padding:0;margin:0;color:#fff!important;font-size:34px!important;font-family: Lato, sans-serif!important;font-weight: bold;}
.wt-upgrade-banner>p{padding:0;margin:0;font-size:18px;font-family:Lato, sans-serif}
  
  /* Hacks */
  .radio .clear-value{display:none}
  #item-header-content .group-button a{  font-size: 14px; padding-top: 5px; }
  body.page-template-wt-work-search-php .gm-style-iw{overflow:hidden}
  
  /* Color Updates */
  .bp-wrapper #item-header #item-header-content .activity, .bp-wrapper span.activity, #message{background: #a22c15; border:1px solid #ddd; color: #ffffff}
  .skin-darkblue.bp-wrapper div.item-list-tabs ul li a span{background: #6aa646}
  .gnav a, span.prev, span.next, ul.acfb-holder li.friend-tab{background: #eeeeee!important; border:1px solid #ddd!important; color: #000!important}
  .skin-darkblue.bp-wrapper div.item-list-tabs ul li a:hover span, .skin-darkblue.bp-wrapper div.item-list-tabs ul li.selected span{background:#a22c15}
  .bp-wrapper #message.error{background:#a22c15;color:#fff}
  #top-content .left h1 span{color: #fff}

    #nav .sub-menu{background: #6aa646;}
    li#menu-item-66 a{background: #6aa646!important; border-radius: 5px!important;}
    .logged-in li#menu-item-66 a{background: transparent!important;}
  
  
  .simpleGreenLink{font-weight:bold;color:#1a0dab; font-size: 105%}
  #wtWidgetCurrentA a{color:#a22c15!important;font-weight:bold}
  div.bp-media{border:0}

  #item-nav .no-count, #item-nav .count, #item-nav a#user-gallery span{font-size: 18px}

  #message-threads tr.unread td{background: #dddddd; font-weight: bold}

body.parent-pageid-51 #post-content a, body.parent-pageid-44 #post-content a, body.parent-pageid-13 #post-content a{font-weight:bold;color:#1a0dab; font-size: 14px}
.wtChecklist .wtChecklistItem:nth-child(2n){background: #f5f5f5}
.bp-wrapper #message-threads tr.unread td{background: #ffcccc}

body.groups .action .generic-button a{padding: 5px 45px}


#item-body .profile .button-nav li a:hover, #item-body .profile .button-nav li.current a{
    background: #7ea549;
    color: #ffffff;
    box-shadow: none;
    text-shadow: none;
    text-decoration: underline;
    border: 0;
    padding: 5px 25px;
}

#item-body .profile .button-nav li a{
    background: #7ea549;
    color: #ffffff;
    box-shadow: none;
    text-shadow: none;
    border: 0;
    padding: 5px 25px;
}

.wt-checklist-warning{
    background: #a22c15;
    text-align: center;
    padding: 5px;
    border-radius: 0;
    color: #ffffff;
    font-size: 15px;
    margin: 0 -12px 0 -12px;
}

body.profile-edit div.profile div.editfield>p.description>a{font-size: 16px}

.bp-wrapper div.item-list-tabs#subnav ul li {
    margin: 0 4px 0 0;
    padding: 0;
    border-width: 0;
    background: #6aa646;
    text-align: center;
    border-radius: 0;
}

.bp-wrapper div.item-list-tabs#subnav ul li a, .bp-wrapper div.messages-options-nav a {
    padding: 10px;
    font-size: 13px;
    color: #fff;
    text-shadow: none;
}

.bp-wrapper div.item-list-tabs#subnav ul li.current a{text-decoration: underline}
.bp-wrapper div.item-list-tabs#subnav ul li:first-child a{padding-left: 10px}

.wt-open-work-listing{background: #6aa646; padding: 15px 10px; list-style: none; color: #ffffff; margin: 0 0 5px 0}
.wt-open-work-listing>a{font-weight: bold}

/* Crop Issues */
div#avatar-crop-pane{width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 0;
    border: 1px solid #ddd;
    margin-top: 20px;
}