@import url("https://fonts.googleapis.com/css?family=Open+Sans:300");
/* Global */
body{
    font-weight: 300;
    line-height: 24px;
    background-color: #f3f4f5;
    padding-top: 51px;
}
.letter-spacing{
    letter-spacing: 0.02em;
}
.brdr{
    border :1px solid;
}
.fnt-sans{
    font-family: 'Open Sans', sans-serif;
}
/* Font Weight */
.fnt-300{
    font-weight: 300;
}
.fnt-400{
    font-weight: 400;
}
.fnt-bold{
    font-weight: bold;
}
/* Color Text */
.grey-text{
    color: #c2c4c9;
}
.gray2{
    color: #8b909a;
}
.gray3{
    color:#777;
}
.text-black{
    color: #000;
}
/* Font size */
.caps{
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.fnt-1{
    font-size: 1em;
}
.fnt-1-2{
    font-size: 1.2em;
}
.fnt-1-5{
    font-size: 1.5em;
}
.fnt-2{
    font-size: 2em;
}
.fnt-2-5{
    font-size: 2.5em;
}
.fnt-3{
    font-size: 3em;
}
.fnt-3-5{
    font-size: 3.5em;
}
/* Form Controls */
.form-control{
    border-radius: 0;
    box-shadow: none;
    border-color: #e1e1e1;
}
.form-control:focus{
    border-color: #777;
    box-shadow: none;
}
/* Header Menu Custom */
.navbar-default.nabvar-white{
    background-color: #fff
}
/* For Logo */
.nbb-custom{
    padding: 7px 15px;
}
/* divider */
.div-mrgTp{
    margin-top:35px;
}
.hr-btm{
    border-color: #e1e1e1;
}
/* For Links style */
.a-link-brdrBtm{
    border-bottom: 1px solid transparent;
}
.a-link-brdrBtm:hover,.a-link-brdrBtm:focus{
    text-decoration: none;
}
a,a:hover,a:focus{
    text-decoration: none;
}
/* Right Sidebar */
.wrap-dv2-container-padd{
    padding: 0 0 10px;
}
.brandTtle{
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    color: #8b909a;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    word-wrap:break-word;
    letter-spacing: 0.07em;
    line-height: 18px;
}
.li-nav-link-left{
    border-left: 1px dotted #aaa;
    line-height: normal;
    position: relative;
}
.li-nav-link-left:before{
    border-bottom: 1px dotted #aaa;
    content: "";
    height: 1px;
    position: absolute;
    top: 34%;
    width: 5px;
}
.a-nav-link-left{
    color: #333;
    display: inline-block;
    font-size: 11px;
    line-height: normal;
    padding-bottom: 10px;
    padding-left: 10px;
    position: relative;
    text-transform: capitalize;
    vertical-align: top;
    word-wrap: break-word;
}
.a-nav-link-left:hover{
    text-decoration: none;
}
.text-ellipsis {
    display: inline-block;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    max-width: 100px;
}
.ul-nav-link-right li.nav-apps {
    border-left: 1px dotted #999;
    margin-bottom: 1px;
    padding-left: 10px;
    position: relative;
}
.ul-nav-link-right li.nav-apps:before{
    border-bottom: 1px dotted #aaa;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 10px;
    left: 0;
}
.ul-nav-link-right li.nav-apps .a-nav-link-right:hover{
    border-bottom: 1px solid transparent;
}
/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}
.cl-effect-1 a::before {
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
    color: #000;
}

.cl-effect-1 a::after {
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
    color: #000;
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}
/* Middle Content */
.wdget-dv2-main{
    padding: 15px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ecedef;
    box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    letter-spacing: 0.02em;
    word-wrap:break-word;
}
.a-nav-link-right{
    border-bottom: 1px solid transparent;
    line-height: 24px;
    display: inline-block;
}
.a-nav-link-right:hover{
    text-decoration: none;
    color: #333;
    border-bottom: 1px dotted #333;
}
/* Tab UL */
.ul-filter-link .a-link-brdrBtm{
    border-radius: 4px;
    padding: 10px 15px;
    position: relative;
    color: #337ab7;
}
.ul-filter-link .a-link-brdrBtm.active{
    background-color: #337ab7;
    color: #fff;
}
.a-link-brdrBtm.active{
    position: relative;
}
.a-link-brdrBtm:hover{
    text-decoration: none;
}
/* For Displaying Features */
.wrap-display-main{
    position: relative;
}
.wrap-item-dv2{
    box-shadow: 2px 4px 13px rgba(7, 7, 7, 0.23);
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
    border-bottom: 5px solid #27ae60;
    border-top: 5px solid #27ae60;
}
.wrap-dv2-header{
    padding: 15px;
    word-wrap:break-word;
    text-align: center;
}
.wrap-dv2-header .ttle{
    line-height: 1.5em;
    font-size: 1.5em
}
.wrap-dv2-footer,.wrap-half-dv2{
    position: relative;
    text-align: center;
}
.wrap-half-dv2{
    border-left: 1px solid #ddd;
    width: 50%;
    display: block;
    padding: 10px 15px;
    border-top:1px solid #e6e7e8;
    float: left;
}
.wrap-half-dv2:first-child{
    border-left:none;
}
.wrap-half-dv2:last-child{
    border-right:none;
}
.wrap-half-dv2:before,.wrap-half-dv2:after,.wrap-dv2-footer:before,.wrap-dv2-footer:after{
    display: table;
    content: "";
}
.wrap-half-dv2:after,.wrap-dv2-footer:after{
    clear: both;
}
.wrap-half-dv2 img{
    display: inline-block;
    height: 30px;
}
.wrap-half-dv2 .a-link{
    margin: -10px -15px;
    padding: 10px 15px;
    display: block;
}
.wrap-half-dv2 .a-link:focus{
    outline: none;
}
.meta-legendFtr{
    background-color: rgba(63, 195, 128,1);
    color: #fff;
    display: inline-block;
    line-height: 0.8em;
    padding: 3px 5px;
    text-transform: uppercase;
}
/* Notification style */
/* Right Sidebar */
.msg-wrap.msg-new-ftrd{
    color: #fff;
    background: -webkit-linear-gradient(top, #fa3c45, #dc0d17);
    background: -moz-linear-gradient(center top , #FA3C45, #DC0D17) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -o-linear-gradient(center top , #FA3C45, #DC0D17) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -ms-linear-gradient(center top , #FA3C45, #DC0D17) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background:linear-gradient(center top , #FA3C45, #DC0D17) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.7);
    border-radius:2px;
    font:"Helvetica Neue",Helvetica,Arial,"segoe ui",tahoma,sans-serif;
    overflow: visible;
    right: 5px;
    top:9px;
    position:absolute;
}
.msg-wrap.msg-new-ftrd.rsb{
    top: auto;
    right: auto;
}
.msg-noti {
    border: medium none;
    border-radius: 2px;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
    min-width: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
/* Activity style 2 */
.wrap-activity-listMain{
    position: relative;
}
.walm-header{
    position: relative;
}
.walm-img{
    float: left;
    overflow: hidden;
    max-width: 30px;
    max-height: 30px;
    border-radius: 50%;
}
.walm-actvty-content{
    margin-left: 45px;
}
.ul-feed-v2 .list-group-item{
    border-color: #f3f4f5;
}
/* Brand Details Idea Tab */
.wrap-ideas-bd{
    margin-bottom: 15px;
    position: relative;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.05);
}
.wrap-ideas-bd-header{
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.wrap-ideas-bd-header .title-header{
    margin-top: 0;
}
.wrap-ideas-bd-footer{
    padding: 10px 15px;
}
.numb-vote{
    display: block;
    font-size: 21px;
    line-height: normal;
}
.posted-img{
    height: 50px;
    width: 50px;
    border: 1px solid #eee;
}
/* header menu notification */
.header-msg {
    overflow: hidden;
    text-align: center;
}
.dropdown-menu.extended li {
    border-bottom: 1px solid #dedede;
}
.dropdown-menu.extended li.header-msg p {
    background-color: #eeeeee;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 10px;
    white-space: nowrap;
}
.dropdown-menu.extended{
    padding: 0;
}
.dropdown-menu.extended a {
    overflow: hidden;
    padding: 5px 20px 5px 5px;
}
.dropdown-menu.extended a img {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 8px #121212 inset;
    float: left;
    margin: 2px 6px 2px 2px;
    width: 40px;
}
.details-msg {
    margin-left: 45px;
    max-width: 210px;
    overflow: hidden;
}
.name-msg {
    font-weight: bold;
    text-transform: capitalize;
}
.msg-cont {
    color: #777;
}
.name-msg p, .msg-cont p {
    margin: 0;
}
.name-msg p {
    margin-bottom: 0;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.see-msg a, .see-msg {
    border-radius: 0 0 6px 6px;
}
.dropdown-menu.extended .more-msg {
    padding: 8px 15px;
}
.ui-autocomplete {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 200px;
}
.working{
    background: url('https://d2qcctj8epnr7y.cloudfront.net/images/jayson/contrib/loader/ajax-loader-trans.gif') no-repeat scroll right center;
}
/* Statistics dashboard */
.wrap-dash-stats{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
}
.wrap-dash-stats:last-child{
    margin-bottom: 0;
}
.wrap-dash-stats .fa{
    height: 56px;
    margin-right: 0;
    text-align: center;
    width: 56px;
}
.fa-rounded-succ{
    background-color: rgba(102, 189, 120, 1);
    color: #fff;
    padding: 15px;
    border-radius: 50%;
    font-size: 28px;
}
.wds-stats-info{
    padding-left: 85px;
}
.wds-stats-info h4{
    margin: 10px 0 5px;
}
.meta-or{
    position: relative;
}
.meta-or span{
    background-color: #E1E1E1;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.meta-or:before{
    position: absolute;
}
.meta-or:before{
    display: table;
    content: "";
    height: 1px;
    background-color: #e1e1e1;
    width: 100%;
    top: 14px;
}
/* Large desktop */
@media (min-width: 1024px) {
    .container {
        width: 970px;
    }
}
/* People you may know */
.wrap-pcm-img-container{
    display: inline-block;
    margin-bottom: 10px;
}
.wrap-pcm-img-container img{
    background-color: #e1e1e1;
    /*box-shadow: 0 0 0 1px #d9d9d9;*/
    display: inline-block;
    height: 30px;
    width: 30px;
}

/*new edit*/

.wrap-people-container-main .label-success {
	background-color: #413839;
}
.wrap-people-container-main .label-danger {
	background-color: #837E7C;
}
.lp-container {
padding: 10px;
border-radius: 4px;
background-color: #FFF;
border: 1px solid #ECEDEF;
margin-bottom: 15px;
letter-spacing: 0.02em;
word-wrap: break-word;
box-shadow: 0px 0px 0.25rem 0px rgba(0, 0, 0, 0.05);
}
.lp-logo img {
display: inline-block;
}
.lp-description {
margin: 15px 0px;
padding: 10px 5px 5px;
background: rgb(250, 250, 250) none repeat scroll 0% 0%;
line-height: 17px;
}
.lp-follower img {
width: 30px;
}
.lp-update .updesc {
font-size: 11px;
line-height: 15px;
margin-bottom: 6px;
}
.lp-contribute {
	margin-top:10px;
}
.wdtwo {
	margin-top:5px;
}
.wdtwo .nav-tabs {
    border-bottom: none;
}
.wdtwo .nav-tabs > li.active > a, .wdtwo .nav-tabs > li.active > a:focus, .wdtwo .nav-tabs > li.active > a:hover {   
    background-color: #F3F4F5 !important;
    border-color: #F3F4F5 !important;
}
.wdtwo .nav > li > a {
    padding: 0px 15px 0px 5px !important;
}
#tab_b .col-md-6 {
	padding-right: 0px;
	padding-left: 0px;
}
.wdtwo .wdget-dv2-main {
	padding: 15px 30px;
}
.wdtwo .row {
 -moz-column-width: 14em;
 -webkit-column-width: 14em;
 -moz-column-gap: 1em;
 -webkit-column-gap:1em;   
}
.wdtwo .row > .col-md-6 {
 display: inline-block;
 padding:  .14rem;
 width:  100%; 
 float:none;
}
.wdtwo #tab_b h3 {
	font-size: 18px;
text-transform: capitalize;
}
