/*Css for tips tool tip popup */
.popover-content ul li {
    color: #ef5d21;
    list-style-type: disc;
    display: list-item;
}
.popover-content ul li p {
    color: #666;
}
label.catg-ul-li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #666666;
    box-shadow:none;
    border: 1px solid #fff;
}
label.catg-ul-li.active{
     border: 1px solid #01abc5;
     border-radius:0px;
    color: #666666;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow:none;
}
label.catg-ul-li:hover,label.catg-ul-li:focus{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #01abc5;
    border-radius:0px;
    color: #666666;        
    box-shadow:none;
}
.display-none{
    display:none;
}
.display-block{
    display:block;
}
.border-none{
    border: none;
}
.preimg{
    margin-left: 310px;
    margin-top: 142px;
}
.nextimg{
    margin-left: 260px;
    margin-top: 142px;
}
.btn.primary {
    background: none repeat scroll 0 0 #e33417;
    box-shadow: 0 -1px 0 rgba(111, 11, 9, 0.6) inset;
    color: #fff;
}

#menu-header-menu li.current-menu-item a{
    background-color: #555555 !important;
    box-shadow: 0 2px 0 #e33417;
    text-decoration: none;
}
.headermenu{
    text-transform: uppercase;
}
.btn.btn-primary.catg-ul-li {
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 1px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 1px;
}
ul li .pick-tag{
    margin:0px;
    padding: 0px 5px 0px;
    font-weight: normal;
    border: 1px solid #fff;
}
ul li .pick-tag:hover{
    border: 1px solid #fff;
    cursor: default;
}
.button.primary.facebook a,.button.primary.twitter a,.button.primary.google a{
    color:#fff;
}
.flex-direction-nav li a{
    text-indent: 6px;
}

.photoupload{
    cursor:pointer;
}

/*#masonry-container .grid-sizer {
    background: none repeat scroll 0 0 transparent;
    float: left;
    height: auto;
}
#masonry-container .item, #masonry-container .grid-sizer {
    margin: 1.65% 1.65% 20px;
    width: 30%;
}*/
ul.filter-options li a{
    cursor: pointer;
}
ul.filter-options li.active a:focus,ul.filter-options li.active a:hover{
    cursor: pointer;
}
.photo img{
    width: 100%;
    height: 100%;
}
.log-out-menu{
    z-index: 9999;
}
hr.hr-line{
    width:100%;
}
.belief-msg{
    margin: 4px auto 0;
    padding: 5px 8px;
    width: 38%;
}

#fb-root {
  display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

.character-count{
    position: absolute;
    right: 30px;
    bottom: 22px;
    color: #ccc;

}
.captcha-instruction{
    font-size: 14px;
}
textarea.why-belief{
    resize:none;
}
textarea.reason-belief{
    resize:none;
}
.description{
    resize:none;
}
img.imagesrc,.comment-body img{
    width: 100%;
}
.alert.alert-floating{    
    left: 25%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    z-index: 99999;
    background-color: #f5f5e2;
    border-color: #e8e3ca;
}

.about-blockquote {
    color: #e33417;
    display: block;
    font-size: 14px !important;
    font-weight: normal;
    height: auto;
    line-height: 1.4;
    margin-bottom: 40px;
    margin-top: 15px;        
}
#report-popup > div{
    position: inherit;
}
#report-popup{
    z-index: 10000;
}
#report-popup .modal-dialog{
    left: 25%;
}
.modal-backdrop{
    z-index: 9999;
}
.report-popup-width{
    width:98%;
}
#add_belief_icon{
    cursor: pointer;
}
.pending-status{
    color:red;
}
.privacy-policy-bold{
    font-weight: bold;
}
.privacy-policy-bold-underline{
    font-weight: bold;
    text-decoration: underline;
}
.the-rethink-padding-left{
    padding-left: 10px;
}
.the-rethink-btn{
    width:100px; 
    padding-left: 15px;
}
.the-rethink-vote-button{
     margin-top: 0px;
     padding-top: 0px; 
     margin-bottom: 5px; 
     height: 30px;
     color: #FFFFFF;
}