/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.

You're the boss, so have fun editing!

--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Global Styles
2.0 - Responsive media queries (mobile styles)
  2.1 - MAXIMUM width of 720 pixels (phones landscape)
  2.2 - MAXIMUM width of 380 pixels (phones portrait)
  2.3 - MINIMUM width of 721 pixels (tablets+)
  2.4 - MINIMUM width of 1040 pixels (desktops and laptops)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Global Styles
--------------------------------------------------------------*/



/*
.just_an_example {
  color: black;
}
*/

/* no need to show pages because we use scrolly datatables. */
/*.dataTables_paginate{
    display: none;
}*/

.dataTables_scrollFoot {
    display: none;
}

table.dataTable.nowrap td p {
    white-space: normal !important;
}
.dataTables_wrapper table.dataTable.display tbody tr.odd{
	background-color: white;
}
.entry-content table.dataTable.display{
	font-size: 14px;
	color: #525252;
}
@media screen and (min-width: 1040px) {

}


@media screen and (max-width: 721px) {


}

@media screen and (max-width: 721px) {
    body #send-message-popup {
        margin: 40% 2%;
        position: unset;
        width: auto;
    }
    #send-message-popup #send-message-buttons {
        width: auto;
    }
    #select2-drop {
        top: 190px!important;
	position: fixed;
    }
    .child-events-holder {
        display: none;
    }
    .dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
        float: left;
    }
}



@media screen and (max-width: 480px) {


}
/*--RTMEDIA Activity thumbnails --*/


@media screen and (min-width: 721px) {

}

@media screen and (min-width: 1040px) {



}



/*-----SP Gravity Form Front end list/edit styles------*/

/*.frontEndList table th {

min-width: 60px;

}*/



.frontEndList table tr td{

    padding:5px;

}

@media screen and (max-width: 480px) {


    .frontEndList table{

        margin-left: -15px!important;

    }

}

/* end (max-width: 480px) */

/* STUDENT PAGES*/

.entry-post-thumbnail img {
    max-width: 150px;
    max-height: none;
}

.child-general-holder h3 {
    margin:0 0 10px 0;
    color:#444;
}

div.parent-title, div.teacher-title {
    color:#444;
    text-align: center;
}


.teacher-col, .parent-col {

    display:inline-block;
    margin-bottom: 30px;
    margin-right: 30px;
    text-align:center;
}

.teacher-col img, .parent-col img {
    border-radius: 50%;
    margin:2px auto;
}

.child-general-holder {
    float:right;
    width: 90%;
    /*  background-color: #c7dae8;*/
    padding: 20px;
    /*  border:dotted 1px lightblue;
    */  border-radius: 5px;
    margin-bottom: 50px;
    clear:both;
    min-height: 300px;

}

@media screen and (min-width: 721px) {

    .single-students .entry-content > h3 {

        width:40%;
        float:left;
    }
		.single-students .entry-content .dataTables_paginate{
			margin-bottom: 40px;
		}
    .child-content-section {
        width: 60%;
        float: left;
        clear:both;
    }

    .child-general-holder {
        float:right;
        width: 30%;
        padding-left: 20px;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 250px;

    }

    .teacher-col img, .parent-col img {
        width:70px;
        height:70px;
    }

}

/*Profile Page Styles*/
@media screen and (max-width: 720px) {

}

.select-all-option {
    margin-bottom: 30px;
}
button.select.st-sel {
    margin-left: 0 !important;
    float: right;
}

.edit-entry.button,
.preview-entry.button,
.view-entry.button,
.delete-entry.button {
    display: block;
    margin-bottom: 5px;
    max-width: 4em;
}

.entry-content .frontEndList li {
    font-size: 12px;
}

.child-entries-holder table.frontEndList{
    display: none;
}
#divOverlay {
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

.modal_close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 14px;
    height: 14px;
    background: url(/wp-content/mu-plugins/hubbli-forms/public/img/modal_close.png);
    z-index: 2;
}

#modalDiv {
    padding: 0px;
    display: none;
    background: #FFF;
}
@media screen and (max-width: 719px) {
    #modalDiv {
        width: 90%;
        margin: 10px;
    }
}
@media screen and (min-width: 720px) {
    #modalDiv {
        width: 720px;
    }
}

@media screen and (min-width: 721px){
    #wpadminbar .quicklinks {
        z-index: 1000;
    }
}


@media screen
{
    body{
        color: #333
    }
    :focus {
        outline: 0
    }
    div#print_preview_hdr {
        margin: 0 0 16px 0;
        color: #18749D;
        font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
        padding: 12px 20px 12px 0;
        font-size: 16px;
        border-bottom: 2px solid #C5D7F1;
        background-color: #DFEFFF;
        display: block !important
    }
    div#print_preview_hdr div:first-child {
        background-image: url(/wp-content/mu-plugins/hubbli-forms/public/images/wp-logo.png);
        background-position: 16px center;
        background-repeat: no-repeat;
        padding-left: 36px
    }
    div#print_preview_hdr span.actionlinks {
        width: 200px;
        display: block;
        float: right;
        text-align: right;
        margin-top: 5px;
        font-family: "lucida sans", "lucida grande", lucida , sans-serif;
        font-size: 12px;
        color: #CCC
    }
    div#print_preview_hdr a {
        color: #21759B;
        text-decoration: none;
        display: inline;
        font-weight: normal;
        letter-spacing: normal
    }
    div#print_preview_hdr a:hover {
        color: #21759B;
        text-decoration: underline
    }
    div#view-container {
        margin: 0 20px 20px 20px
    }
    div.print-hr {
        border-top: 1px dotted #ccc;
        margin: 15px 0 30px
    }

    #divModalFrame {
        background-color: white;
        display: block;
        height: 85%;
        left: 4%;
        margin: 0;
        opacity: 1;
        padding: 0 0 3rem;
        position: fixed;
        top: 4%;
        width: 92%;
        z-index: 99999;
    }
    #divModalFrame iframe {
        background-color: white;
        height: 95%;
        width: 100%;
        max-height: 98%;
        max-width: 97%;
        margin: 0 0 0 0.60rem;
    }    

    #divModalFrame .head {
        background: #dfefff url('/wp-content/mu-plugins/hubbli-forms/public/img/hubbli-favicon.png') no-repeat 8px center;
        border-bottom: 2px solid #c5d7f1;
        color: #18749d;
        display: block !important;
        font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
        font-size: 16px;
        margin: 0 0 16px;
        padding: 12px 20px 12px 0;
    }

    .head .caption{
        margin-left: 32px;
    }

    .head .actions{
        display: inline-block;
        float: right;
    }

    .dataTables_scrollBody .dataTables_sizing {
        display: table-caption; /* hides the row which is needed only to set the widths for columns */
    }
}

@media print
{
    body{
        color:#000
    }
    div#print-preview-header,
    div#print-preview-header span.actionlinks,
    div#print-preview-header span.actionlinks a {
        display: none !important
    }
    div#print-preview-header {
        margin-left:-9000px
    }
    div.print-page-break {
        page-break-after: always;
        border-top: 0;
        margin: 0
    }
}

@media screen,print
{

    html {
        height: 100%;
    }
    body {
        font-family: sans-serif;
        font-size: 12px;
        padding: 0;
        margin: 0;
        height: 100%
    }
    ul {
        margin: 10px 0;
        padding: 0
    }
    img {
        border: 0
    }
    .widefat {
        background-color: #FFF;
        border-color: #DFDFDF
    }
    .widefat {
        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border-spacing: 0;
        border-style: solid;
        border-width: 1px;
        clear: both;
        margin: 0;
        width: 100%
    }
    table.fixed {
        table-layout: fixed
    }
    table.entry-detail-view,
    table.entry-detail-notes {
        margin: 0 0 16px 0
    }
    table.entry-detail-notes {
        page-break-before: always
    }
    table.entry-detail-view th,
    table.entry-detail-notes th {
        font-size: 14px;
        text-shadow: 0 1px 0 #FFF;
        text-align: left;
        padding: 7px;
        background-color: #E3E3E3
    }

    table.entry-detail-view td.lastrow,
    table.entry-detail-notes td.lastrow {
        border-bottom: none !important
    }
    td.entry-view-section-break {
        font-size: 14px;
        font-weight: bold;
        background-color: #EEE;
        border-bottom: 1px solid #DFDFDF;
        padding: 7px 7px
    }
    td.entry-view-field-name {
        font-weight: bold;
        background-color: #EAF2FA;
        border-bottom: 1px solid #FFF;
        line-height: 150%;
        padding: 7px 7px
    }
    td.entry-view-field-value {
        border-bottom: 1px solid #DFDFDF;
        padding: 7px 7px 7px 40px;
        line-height: 150%
    }
    td.entry-view-field-value p {
        text-align: left;
        line-height: 150%
    }
    td.entry-view-field-value ul.bulleted {
        margin-left:12px
    }
    td.entry-view-field-value ul.bulleted li {
        list-style-type:disc
    }
    td.entry-detail-note {
        border-bottom: 1px solid #DFDFDF;
        padding: 7px 7px;
        line-height: 150%
    }
    div.note-avatar {
        width: 48px;
        height: 48px;
        float: left;
        margin-right: 6px
    }
    h6.note-author {
        font-weight: bold;
        font-size: 13px;
        margin: 0;
        padding: 0;
        line-height: 100%
    }
    div.detail-note-content {
        margin: 10px 0 10px 54px;
        line-height: 150%
    }
    div.detail-note-content p {
        line-height: 150%
    }

    /* transaction table styles  ------------------------------------------------------------------------- */

    table.entry-products {
        border: 1px solid #DFDFDF;
        border-right: none;
        border-bottom: none;
        margin: 10px 0
    }
    table.entry-products th[scope=col] {
        background-color: #F4F4F4;
        border-right: 1px solid #DFDFDF !important;
        border-bottom: 1px solid #DFDFDF
    }
    table.entry-products col.entry-products-col2 {
        width: 50px
    }
    table.entry-products col.entry-products-col3 {
        width: 155px
    }
    table.entry-products col.entry-products-col4 {
        width: 155px
    }
    table.entry-products td {
        border-right: 1px solid #DFDFDF !important;
        border-bottom: 1px solid #DFDFDF;
        padding: 7px 7px 8px 7px;
        vertical-align: top
    }
    table.entry-products td.textcenter,
    table.entry-products th.textcenter {
        text-align: center
    }
    table.entry-products td.textright,
    table.entry-products th.textright {
        text-align: right
    }
    table.entry-products td.grandtotal,
    table.entry-products td.grandtotal_amount,
    table.entry-products td.shipping,
    table.entry-products td.shipping_amount {
        font-weight: bold;
        font-size: 13px;
        padding-top: 7px;
        padding-bottom: 8px
    }
    table.entry-products td.emptycell {
        background-color: #F4F4F4
    }
    table.entry-products td div.product_name {
        font-weight: bold;
        color: #BF461E;
        font-size: 13px;
        margin-bottom: 5px
    }
    table.entry-products td ul.product_options {}
    table.entry-products td ul.product_options li {
        background-image: url(/wp-content/mu-plugins/hubbli-forms/public/images/prodlist.png);
        background-repeat: no-repeat;
        background-position: left top;
        overflow: visible;
        margin: 0 0 0 2px !important;
        padding: 4px 0 4px 16px;
        list-style-type: none
    }
    table.entry-products td ul.product_options li.lastitem {
        background-image: url(/wp-content/mu-plugins/hubbli-forms/public/images/prodlist_last.png)
    }

    /* list table styles  ------------------------------------------------------------------------- */

    table.gfield_list td.gfield_list_cell {
        padding: 8px 0
    }
    table.gfield_list td.gfield_list_cell + td.gfield_list_cell {
        padding: 8px 10px
    }
    table.gfield_list thead tr th  {
        padding: 8px 0;
        font-weight: bold
    }
    table.gfield_list thead tr th + th {
        padding: 8px 10px
    }
    table.widefat tbody tr td.entry-view-field-value table.gfield_list {
        border-top: 1px solid #DFDFDF !important;
        border-left: 1px solid #DFDFDF !important;
        border-spacing: 0;
        padding: 0;
        margin: 2px 0 6px;
        width: 100%
    }
    table.widefat tbody tr td.entry-view-field-value table.gfield_list td {
        border-right: 1px solid #DFDFDF !important;
        font-family: sans-serif !important
    }
    table.widefat tbody tr td.entry-view-field-value table.gfield_list thead tr th {
        background-image: none !important;
        border-right: 1px solid #DFDFDF !important;
        padding: 6px 10px;
        font-family: sans-serif !important
    }
    table.widefat tbody tr td.entry-view-field-value ul li {
        color: #555 !important
    }
    table.widefat tbody tr td.entry-view-field-value table.gfield_list td,
    table.widefat tbody tr td.entry-view-field-value table.gfield_list th {
        border-bottom: 1px solid #DFDFDF;
        padding: 6px 10px
    }
    table.widefat tbody tr td.entry-view-field-value table.gfield_list td {
        border-top: 1px solid #FFF
    }
    table.widefat tbody tr td.entry-view-field-value table.gfield_list th {
        color: #333;
        background-color: #F1F1F1;
        font-size: 12px
    }
    table.widefat tbody tr td.entry-view-field-value table.gfield_list td {
        font-size: 12px;
        padding: 4px 7px 3px 10px;
        vertical-align: top;
        color: #555;
        word-wrap: break-word
    }
}#item-buttons  .group-button.private.generic-button {
    display: none;
}.atwho-view{background:rgba(204,204,204,.8);border-radius:2px;border:1px solid #ccc;box-shadow:0 0 5px rgba(204,204,204,.25),0 0 1px #fff;color:#d84800;display:none;font-family:sans-serif;margin-top:18px;position:absolute;top:0;z-index:1000}.atwho-view{left:0}.atwho-view ul{background:#fff;list-style:none;margin:auto;padding:0}.atwho-view ul li{border-bottom:1px solid #efefef;box-sizing:content-box;cursor:pointer;display:block;font-size:14px;height:20px;line-height:20px;margin:0;overflow:hidden;padding:5px 10px}.atwho-view img{border-radius:2px;float:right;height:20px;margin-top:0;width:20px}.atwho-view strong{background:#efefef;font-weight:700}.atwho-view .username strong{color:#d54e21}.atwho-view small{color:#aaa;float:right;font-size:smaller;font-weight:400;margin:0 10px 0 40px}.atwho-view .cur{background:rgba(239,239,239,.5)}@media (max-width:900px){.atwho-view img{float:left;margin:0 10px 0 0}}@media (max-width:400px){.atwho-view ul li{font-size:16px;line-height:23px;padding:13px}.atwho-view ul li img{height:30px;margin-top:-5px;width:30px}.atwho-view{border-radius:0;left:0!important;width:100%}.atwho-view ul li .username{display:inline-block;margin:-10px 0 0 0;padding:10px 0}.atwho-view ul li small{display:inline-block;margin-left:20px}}.tm-tweet-clear {
  zoom: 1;
}
.tm-tweet-clear:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.tm-click-to-tweet {
  display: block;
  background-color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #dddddd;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 30px;
  margin: 15px 0px;
  zoom: 1;
}
.tm-click-to-tweet .clearfix {
  zoom: 1;
}
.tm-click-to-tweet .clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.tm-click-to-tweet .clear {
  clear: both;
}
.tm-click-to-tweet .f-left {
  float: left;
  display: inline-block;
  position: relative;
}
.tm-click-to-tweet .f-right {
  float: right;
  display: inline-block;
  position: relative;
}
.tm-click-to-tweet .list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tm-click-to-tweet .list-reset li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tm-click-to-tweet .list-float {
  zoom: 1;
}
.tm-click-to-tweet .list-float:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.tm-click-to-tweet .list-float li {
  float: left;
  display: inline-block;
}
.tm-click-to-tweet .kill-box-shadow {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.tm-click-to-tweet .alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: right;
}
.tm-click-to-tweet .alignleft {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: right;
}
.tm-click-to-tweet:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.tm-click-to-tweet .tm-ctt-reset {
  margin: 0;
  padding: 0;
  position: relative;
}
.tm-click-to-tweet:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.tm-click-to-tweet a {
  text-decoration: none;
  text-transform: none;
}
.tm-click-to-tweet a:hover {
  text-decoration: none;
}
.tm-click-to-tweet .tm-ctt-text {
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.tm-click-to-tweet .tm-ctt-text a {
  margin: 0;
  padding: 0;
  position: relative;
  color: #999999;
  font-size: 24px;
  line-height: 140%;
  text-transform: none;
  letter-spacing: 0.05em;
  font-weight: 100;
  text-decoration: none;
  text-transform: none;
}
.tm-click-to-tweet .tm-ctt-text a:hover {
  text-decoration: none;
  color: #666666;
}
.tm-click-to-tweet a.tm-ctt-btn {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
  color: #999999;
  float: right;
  padding-right: 24px;
  text-decoration: none;
  background: transparent url(/wp-content/plugins/click-to-tweet-by-todaymade/assets/img/twitter-little-bird.png) no-repeat right top;
}
.tm-click-to-tweet a.tm-ctt-btn:hover {
  text-decoration: none;
  color: #666666;
  text-transform: uppercase;
}
.tm-click-to-tweet .tm-powered-by {
  font-size: 10px;
  color: #999999;
}
.tm-click-to-tweet .tm-powered-by a {
  font-size: 10px;
  color: #999999 !important;
}
.tm-click-to-tweet .tm-powered-by a:hover {
  color: #999999 !important;
  text-decoration: underline !important;
}
.screen-reader-text{display:none}#buddypress div#message-threads.messages-notices ul li.thread-options{margin-top:35px}#send-reply .bbm-attachment-wrapper,#send_message_form .bbm-attachment-wrapper{padding:0 0 15px}#wp-message_content-wrap{margin-bottom:1.5rem;margin-top:-1.5rem}#buddypress .standard-form textarea#message_content{display:block;margin-bottom:10px}#message-recipients .button.confirm{vertical-align:baseline}.bbm_label_wrapper{display:inline-block;margin-left:2px;min-width:62px;vertical-align:top}.bbm_label_wrapper dd,.bbm_label_wrapper dl,.bbm_label_wrapper dt{margin:0!important}.bbm_label_wrapper .multiSel{display:none}.bbm_label_dropdown dd,.bbm_label_dropdown dt{margin:0;padding:0}.bbm_label_dropdown ul{margin:-1px 0 0}.bbm_label_dropdown dd{position:relative}.bbm_label_dropdown a,.bbm_label_dropdown a:visited{text-decoration:none;outline:0}.bbm_label_dropdown dt a{overflow:hidden;border:0}.bbm_label_dropdown .multiSel span,.bbm_label_dropdown dt a span{cursor:pointer;display:inline-block;font-weight:400}.bbm_label_dropdown dd ul{background-color:#fff;border:1px solid #ddd;color:#000;display:none;left:0;min-width:160px;max-height:350px;padding:0;position:absolute;top:4px;list-style:none;overflow:auto;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:0 1px 3px rgba(0,0,0,.08);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.08);box-shadow:0 1px 3px rgba(0,0,0,.08);z-index:20}.bbm_label_dropdown span.value{display:none}.bbm_label_dropdown dd ul li a{border:none;display:block;text-decoration:none}.bbm_label_dropdown button{background-color:#6BBE92;width:302px;border:0;padding:10px 0;margin:5px 0;text-align:center;color:#fff;font-weight:700}.bbm_label_dropdown .multiSelect li{padding:2px 12px;margin:0}.bbm_label_dropdown .multiSelect li.bbm_label_title{border-bottom:1px solid #ddd;font-weight:600;margin-bottom:10px;padding:9px 12px}.bbm_label_dropdown .multiSelect li:last-child{border-top:1px solid #ddd;margin-top:10px;padding:6px 12px 7px;text-indent:0}#message-threads.messages-table .bbm-label,.bbm-label{display:inline-block;font-size:11px;margin-bottom:5px;margin-right:3px;padding:3px 5px}#buddypress .thread-labels .bbm-label a,#message-threads.messages-table .bbm-label a,.bbm-label a{color:#fff}.bbm-label-input{float:left}.bbm-label-wrap{margin-bottom:8px;overflow:hidden;padding-left:6px}.white-popup-block{background:#FFF;padding:20px 30px;text-align:left;max-width:650px;margin:40px auto;position:relative}div#bbm_add_label_popup{width:260px;text-align:center}div#bbm_add_label_popup h3{font-size:15px;text-align:center;margin-bottom:14px}div#bbm_add_label_popup button.mfp-close{width:30px;height:30px;line-height:0;font-size:25px;background:0 0;color:#000}div#bbm_add_label_popup input#label_add,div#bbm_add_label_popup input.bbm-label-name{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:100%}.mfp-content .bbm-li-left{padding-left:0;list-style:none}.mfp-content .bbm-li-left li{margin-bottom:20px}.mfp-content .bbm-li-left li:last-child{margin-bottom:0}#buddypress .standard-form .bbm-li-no-margin li:first-child{margin-left:0}#buddypress .standard-form .bbm-li-left li{float:left;list-style:none;margin-right:25px}.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content,.drop-element.drop-theme-arrows.drop-element-attached-right.drop-element-attached-middle .drop-content,.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content{margin-right:16px}#buddypress .standard-form ul.bbm-li-left{overflow:hidden;margin-bottom:10px;padding:0}#buddypress .standard-form .bbm-distance-bottom{margin-bottom:30px;overflow:hidden}#buddypress .standard-form .bbm-distance{margin-top:10px;margin-bottom:10px;overflow:hidden}.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-center .drop-content,.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content,.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content{margin-bottom:5px}.bbm-uploaded-file{margin-left:10px;display:inline-block;font-size:smaller;padding:2px 5px;background:#F4FFF4}.bbm-uploaded-file a.remove-uploaded-file{margin-left:10px}.drop-element,.drop-element *,.drop-element :after,.drop-element :before,.drop-element:after,.drop-element:before{box-sizing:border-box}.drop-element{position:absolute;display:none}.drop-element.drop-open{display:block;z-index:99}.drop-element.drop-theme-arrows{max-width:100%;max-height:100%}.drop-element.drop-theme-arrows .drop-content{border-radius:5px;position:relative;font-family:inherit;background:#fff;color:#444;font-size:1.1em;line-height:1.5em;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-filter:drop-shadow(0 1px 4px rgba(0, 0, 0, .2));filter:drop-shadow(0 1px 4px rgba(0, 0, 0, .2))}.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-center .drop-content:before{top:100%;left:50%;margin-left:-16px;border-top-color:#eee}.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-center .drop-content{margin-top:5px}.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-center .drop-content:before{bottom:100%;left:50%;margin-left:-16px;border-bottom-color:#eee}.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content,.drop-element.drop-theme-arrows.drop-element-attached-left.drop-element-attached-middle .drop-content,.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content{margin-left:16px}.drop-element.drop-theme-arrows.drop-element-attached-right.drop-element-attached-middle .drop-content:before{left:100%;top:50%;margin-top:-16px;border-left-color:#eee}.drop-element.drop-theme-arrows.drop-element-attached-left.drop-element-attached-middle .drop-content:before{right:100%;top:50%;margin-top:-16px;border-right-color:#eee}.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content,.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content{margin-top:5px}.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content:before{bottom:100%;left:16px;border-bottom-color:#eee}.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content:before{bottom:100%;right:16px;border-bottom-color:#eee}.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content:before{top:100%;left:16px;border-top-color:#fff}.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content:before{top:100%;right:16px;border-top-color:#eee}.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content:before{top:16px;left:100%;border-left-color:#eee}.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content:before{top:16px;right:100%;border-right-color:#eee}.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content:before{bottom:16px;left:100%;border-left-color:#eee}.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content:before{bottom:16px;right:100%;border-right-color:#eee}.bbm-label-drop-wrapper{padding:1em 0}#bbm-label-drop-btn{text-transform:uppercase}#bbm-label-drop-btn:after{display:inline-block;width:0;height:0;vertical-align:-2px;content:"";border:4px solid;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.bbm-label-drop-element ul{list-style-type:none;margin:0;padding:1em}.bbm-label-drop-element{max-height:350px;overflow:auto}.bbm-label-drop-element ul a{display:block;padding:8px 0}.drafts .thread-labels,body.boss .bbm-label-drop-wrapper,body.buddyboss .bbm-label-drop-wrapper,body.onesocial .bbm-label-drop-wrapper{display:none}.bbm-label-drop-element .bbm-label{border-radius:100%;float:left;height:14px;margin:4px 10px 0 0;padding:0;width:14px}.wp-editor-container{border:1px solid #dedede}.wp-editor-container>textarea#message_content{width:100%!important;border-radius:0!important;background-color:#fff!important}#buddypress #send-reply.standard-form div.submit,#buddypress #send_message_form.standard-form div.submit{float:left;margin-bottom:10px;clear:none}input#save_as_draft{margin-bottom:10px;float:left;margin-right:10px}#buddypress table#message-threads.drafts{width:100%}.drafts .button.confirm{max-width:40%;margin-left:7px}#buddypress #message-threads.drafts .button.confirm{margin:0;margin-left:20px}.drafts .thread-avatar{min-width:50px}#buddypress td.thread-avatar,#buddypress th.thread-checkbox{text-align:center}#buddypress th.thread-options{padding:15px 10px}.thread-subject-label{display:inline-block;line-height:1;margin-left:10px;vertical-align:top}.thread-subject-label span{display:inline-block;font-size:11px;font-weight:600;line-height:1.3;margin:0 4px;padding:3px 5px}body #buddypress .thread-subject-label span a{color:#fff}#buddypress form#send_message_form .send-notice-label input#send-notice{clear:none;float:none}.bbm_label_delete{color:#4c4c4c;cursor:pointer;display:none;float:right;margin-right:1px;margin-top:5px}.bbm-label-drop-element li:hover .bbm_label_delete,.bbm_label_dropdown .multiSelect li:hover .bbm_label_delete{display:block}.bbm-attachment.thumbnail a.attachment-single span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;background:rgba(0,0,0,.6);color:#fff;width:162px;position:absolute;bottom:0;box-sizing:border-box;height:30px;padding:0 7px;line-height:30px;display:none}.bbm-attachment.thumbnail a.attachment-single img,.bbm-attachment.thumbnail a.attachment-single span.vprev,.bbm-attachment.thumbnail a.attachment-single:hover span{display:block}.bbm-attachment.thumbnail a.attachment-single span.vprev{width:162px;height:112px;line-height:112px;background:rgba(0,0,0,.05);color:rgba(0,0,0,.4);font-size:20px;text-align:center;margin:0 auto;box-sizing:border-box}.bbm-attachment.thumbnail a.attachment-single:hover span.vprev{background:rgba(0,0,0,.12)}.bbm-attachment.bbm-attachment{margin-left:42px}.bbm-attachment h4{font-size:13px;padding-bottom:14px;padding-top:12px}.bbm-attachment.thumbnail a.attachment-single{width:162px;display:block;float:left;margin:0 15px 10px 0;position:relative;height:110px;overflow:hidden}.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.bbm-attachment.thumbnail a.attachment-single img{width:162px;height:110px}.bbm-attachment.filename a{padding-right:16px;padding-bottom:5px}.kleo-page .bbm-attachment{margin-bottom:20px;margin-left:50px;margin-top:-10px}.kleo-page #wp-message_content-editor-container button{border:0!important;line-height:1!important;padding:4px 8px!important}#bb-buddyboss-attachment{font-weight:700}#bb-buddyboss-attachment:hover{cursor:pointer}.bbm-attachment-wrapper i{font-size:18px}.messages #buddypress .standard-form div.submit{padding:0}#leftcolumn .bb-label-container .bb-label-name{height:36px;max-width:100%;padding:0 10px}.bbm-attachment.thumbnail{margin-top:10px;display:inline-block;width:100%}.label-color-1{background:#de491b}.label-color-2{background:#ef953b}.label-color-3{background:#21c221}.label-color-4{background:#219ac2}.label-color-5{background:#39d185}.label-color-6{background:#33bdbd}.label-color-7{background:#875bb3}.label-color-8{background:#c33bc3}.label-color-9{background:#da3e8c}.label-color-10{background:#66c3c3}.label-color-11{background:#39F}.label-color-12{background:#5151c4}.label-color-13{background:#758fbd}.label-color-14{background:#4a5d7f}.label-color-15{background:#893389}.label-color-16{background:#832525}.label-color-17{background:#6fc86f}.label-color-18{background:#329a32}.label-color-19{background:#B8860B}.label-color-20{background:#FF4500}.bp-user #buddypress #message-threads tr td.thread-info a:after{content:' '}#messages-select{margin-bottom:1rem}.kleo-page .html-active button.wp-switch-editor.switch-html,.kleo-page .tmce-active button.wp-switch-editor.switch-tmce{background:#f5f5f5!important}.kleo-page .bbm_label_wrapper .bbm_label_dropdown .button{border-radius:4px;display:inline-block;font-size:11px;height:30px;line-height:30px;padding:0 10px;text-transform:uppercase}.kleo-page #buddypress div#message-thread div.message-metadata img.avatar{box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;margin-right:10px}.kleo-page #buddypress div#message-thread #send-reply div.message-box,.kleo-page #buddypress div#message-thread div.message-content{margin-bottom:20px;margin-left:50px}body.messages .message-content ol,body.messages .message-content ul{list-style:outside;padding:5px;padding-left:16px}body.messages .message-content ol{list-style-type:decimal}.message-box .message-star-actions{display:inline-block;line-height:1;margin:0 10px}.autodraftnotify{margin-bottom:20px;font-size:12px}.twentyseventeen.bp-user #buddypress #message-threads tr td.thread-from,.twentyseventeen.bp-user #buddypress #message-threads tr td.thread-info,.twentyseventeen.bp-user #buddypress #message-threads tr td.thread-options,.twentysixteen.bp-user #buddypress #message-threads tr td.thread-from,.twentysixteen.bp-user #buddypress #message-threads tr td.thread-info,.twentysixteen.bp-user #buddypress #message-threads tr td.thread-options{width:auto;padding:10px}.twentyseventeen.bp-user #buddypress #message-threads tr td,.twentysixteen.bp-user #buddypress #message-threads tr td{display:table-cell;float:none;font-size:14px;font-weight:400;vertical-align:top}.twentyseventeen.bp-user #buddypress #message-threads tr.unread td,.twentysixteen.bp-user #buddypress #message-threads tr.unread td{font-weight:600}.twentyseventeen.bp-user #buddypress #message-threads tr td.thread-options,.twentysixteen.bp-user #buddypress #message-threads tr td.thread-options{min-width:110px;font-size:12px}.twentyseventeen.bp-user .thread-from .avatar,.twentysixteen.bp-user .thread-from .avatar{vertical-align:middle}.bp-screen-reader-text{width:1px!important;max-width:1px!important}.twentyseventeen.bp-user #buddypress #message-threads th,.twentysixteen.bp-user #buddypress #message-threads th{display:table-cell;color:#fff;font-weight:400;font-size:14px}.twentyseventeen.bp-user #buddypress #message-threads th:first-child,.twentysixteen.bp-user #buddypress #message-threads th:first-child{width:30px}.twentyseventeen.bp-user #buddypress #message-threads tr,.twentysixteen.bp-user #buddypress #message-threads tr{border-bottom:1px solid #bebebe}.twentyseventeen.bp-user #buddypress #message-threads tr span.activity,.twentysixteen.bp-user #buddypress #message-threads tr span.activity{line-height:1.3;float:none;font-size:12px;color:#999;margin:10px 0 5px}.twentysixteen.bp-user #buddypress #message-threads tr td.thread-options,.twentysixteen.bp-user #buddypress #message-threads tr td.thread-star{border-bottom-width:1px;height:auto;padding-bottom:10px;padding-top:10px}.twentysixteen.bp-user #buddypress #message-threads td.bulk-select-check,.twentysixteen.bp-user #buddypress #message-threads td.thread-star,.twentysixteen.bp-user #buddypress #message-threads th.bulk-select-all{border-right:1px solid #d4d0ba}.twentysixteen.bp-user #buddypress #message-threads th:last-child{text-align:right}.twentysixteen.bp-user #buddypress #message-threads{border-collapse:collapse}.twentysixteen.bp-user #buddypress #message-threads tr td{border-width:1px!important;border-color:#d4d0ba!important;border-collapse:collapse}.kleo.bp-user #buddypress #message-threads tr td{vertical-align:top}.kleo #buddypress #message-threads .activity{display:block}.kleo #buddypress table#message-threads{width:100%}@media screen and (max-width:720px){.bp-user #buddypress #message-threads th{display:none}.bp-user #buddypress #message-threads{border-spacing:0;border-width:1px 0 0 1px;width:100%}.bp-user #buddypress #message-threads tr td{background:0 0;display:inline-block;float:left;border-style:solid;border-color:#ddd;border-width:1px 1px 0;box-sizing:border-box}#buddypress .messages-notices .bulk-select-check,#buddypress .messages-notices .notification-actions,#buddypress .messages-notices .thread-star,#buddypress .messages-notices td.thread-options,#buddypress .notifications .bulk-select-check,#buddypress .notifications .notification-actions,#buddypress .notifications .thread-star,#buddypress .notifications td.thread-options{text-align:center}.bp-user #buddypress #message-threads td.bulk-select-check,.bp-user #buddypress #message-threads td.thread-star,.bp-user #buddypress #message-threads th.bulk-select-all{border-right:0;width:30px}.bp-user #buddypress #message-threads tr td.thread-labels{padding-bottom:4px}.bp-user #buddypress #message-threads tr td.thread-labels.empty,.bp-user #buddypress #message-threads tr th.thread-label{display:none}.bp-user #buddypress #message-threads tr td.thread-from{text-align:left}.bp-user #buddypress #message-threads tr td.thread-from .avatar{vertical-align:middle}.bp-user #buddypress #message-threads tr td.thread-from,.bp-user #buddypress #message-threads tr td.thread-options{border-left:0;width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);width:calc(100% - 30px);margin-left:0}.bp-user #buddypress #message-threads tr td.bulk-select-check,.bp-user #buddypress #message-threads tr td.thread-from{height:3.5em}.bp-user #buddypress #message-threads tr span.activity{display:block;float:right;line-height:2}.bp-user #buddypress #message-threads tr td.thread-info,.bp-user #buddypress #message-threads tr td.thread-labels{padding-left:41px;width:100%}.bp-user #buddypress #message-threads tr td.thread-info a::after{content:" – " attr(title);font-size:12px}.bp-user #buddypress #message-threads tr td.thread-options,.bp-user #buddypress #message-threads tr td.thread-star{border-bottom-color:#b7b7b7;border-bottom-width:1px;height:2.4em;padding-bottom:.2em;padding-top:.2em}.bp-user #buddypress #message-threads tr td.thread-options{text-align:right}.bp-user.notices #buddypress #item-body #message-threads tr td{background:0 0;border:0;display:inline-block;float:left;padding:0!important;text-align:left;width:100%!important}.bp-user.notices #buddypress #item-body #message-threads tr td:nth-child(2){padding-top:20px!important}.bp-user.notices #buddypress #item-body #message-threads tr td:last-child{padding-bottom:20px!important;padding-top:10px!important}.bp-user.notices #buddypress #item-body #message-threads tr td p{margin-bottom:12px}.bp-user.notices #buddypress #item-body #message-threads tr{border-bottom:1px solid #ddd}.bp-user.notices #buddypress #item-body #message-threads tr span.activity{float:left}.bp-user.notices #buddypress #item-body #message-threads tr td:empty{display:none}.bp-user.notices #message-threads.notices-table a.button{display:inline-block}}.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg,.mfp-container,.mfp-wrap{width:100%;height:100%}@media screen and (max-width:620px){.bp-user #buddypress #message-threads tr span.activity{clear:both;font-size:11px;width:100%}.bp-user #buddypress #message-threads tr td.bulk-select-check,.bp-user #buddypress #message-threads tr td.thread-from{height:5.2em}}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-close,.mfp-preloader{text-align:center;position:absolute}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;top:50%;width:auto;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;right:0;top:0;text-decoration:none;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
ul.gravityview-az-filter{margin:10px 0}ul.gravityview-az-filter,ul.gravityview-az-filter li{list-style:none !important;padding:0;background:none}ul.gravityview-az-filter li{margin:0;float:left}ul.gravityview-az-filter li a{padding:0 .4em}ul.gravityview-az-filter li.last a{padding-right:0}ul.gravityview-az-filter li.first a{padding-left:0}ul.gravityview-az-filter li.gv-active a{font-weight:bold}ul.gravityview-az-filter li.gv-uppercase a{text-transform:uppercase !important}
/* Chosen v1.1.0 | (c) 2011-2013 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:23px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(/wp-content/plugins/buddypress-docs/lib/css/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(/wp-content/plugins/buddypress-docs/lib/css/chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(/wp-content/plugins/buddypress-docs/lib/css/chosen/chosen-sprite.png) no-repeat 100% -20px;background:url(/wp-content/plugins/buddypress-docs/lib/css/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:5px;height:15px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#666;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-field .default{color:#999}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 0 3px 5px;padding:3px 20px 3px 5px;border:1px solid #aaa;border-radius:3px;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(/wp-content/plugins/buddypress-docs/lib/css/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#111!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(/wp-content/plugins/buddypress-docs/lib/css/chosen/chosen-sprite.png) no-repeat -30px -20px;background:url(/wp-content/plugins/buddypress-docs/lib/css/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(/wp-content/plugins/buddypress-docs/lib/css/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.existing-or-new-selector .selector-content{padding-left:30px;margin:.5em 0 2em}.existing-or-new-selector#new-folder-block .selector-content label{float:left;width:150px;clear:left}.existing-or-new-selector#new-folder-block .selector-content input,.existing-or-new-selector#new-folder-block .selector-content select{margin:15px 0 5px;width:300px}#toggle-folders-show{display:none}#buddypress .standard-form .existing-or-new-selector label{font-weight:400}#buddypress .standard-form .existing-or-new-selector label.radio-label{padding-left:5px;display:inline}.docs-folder-tree>li.folder{margin-left:0}.docs-folder-tree li.folder{position:relative}.docs-folder-tree li.folder.hover>.folder-name,.docs-folder-tree li.folder:hover>.folder-name{padding:0 9px;border:1px solid #666}.docs-folder-tree li.folder .folder-name{cursor:pointer;padding:1px 10px;display:inline-block;width:50%}.docs-folder-tree li.folder .docs-in-folder>.folder-empty{display:none}.docs-folder-tree li.folder .docs-in-folder.empty>.folder-empty{display:block;opacity:.5;font-style:italic}.docs-folder-tree .doc-in-folder>a{padding:1px 10px}.docs-folder-manage>li.folder{margin-left:0}.docs-folder-manage li{list-style-type:none}.docs-folder-manage li.folder-edit-closed>.folder-info .folder-details,.docs-folder-manage li.folder-edit-closed>.folder-info .folder-toggle-close,.docs-folder-manage li.folder-edit-open>.folder-info .folder-toggle-edit{display:none}.docs-folder-manage li .folder-info{margin:.5em 0;padding:.5em 1em;border:1px solid #eaeaea}.docs-folder-manage li .folder-info h4{margin:0 0 .5em}.docs-folder-manage li .folder-info h4>span>a{font-size:.8em;font-weight:400;padding-left:8px}.docs-folder-manage li .folder-info label{display:block;float:left;clear:left;width:100px;margin-bottom:1em}.docs-folder-manage li .folder-info a.folder-delete{color:red;font-size:.8em}.create-new-folder label{display:block;float:left;clear:left;width:170px;margin-bottom:1em}.folder-type-selector-div.cannot-change{display:none}.folder-action-links{overflow:hidden}a#manage-folders-link{float:right;width:200px;text-align:right;text-decoration:none;font-weight:700;font-size:.9em}body.js #new-folder-block .selector-content,body.no-js .docs-folder-manage h4>span{display:none}.doctable{border:1px dashed transparent}.doctable.hover{border:1px dashed gray}.doctable.successful-drop{-webkit-animation:a 2s ease-in-out 0s;animation:a 2s ease-in-out 0s;border-style:solid}.doctable.failed-drop{-webkit-animation:b 2s ease-in-out 0s;animation:b 2s ease-in-out 0s;border-style:dotted}@-webkit-keyframes a{0%{border-color:#9acd32}to{border-color:transparent}}@keyframes a{0%{border-color:#9acd32}to{border-color:transparent}}@-webkit-keyframes b{0%{border-color:darkred}to{border-color:transparent}}@keyframes b{0%{border-color:darkred}to{border-color:transparent}}.draggable-in-flux{opacity:.4}.folder-row .toggle-content{background-color:#fff}.folder-row .toggle-content.loading{background:url(/wp-content/plugins/buddypress-docs/includes/images/loading.gif) no-repeat 50%;height:40px}.folder-row .up-one-folder{width:100%;display:inline-block}.folder-toggle-link{background-color:#eee;display:block;padding:.2em;border:1px solid #ccc}.folder-meta-info{background-color:#eee;font-size:.9em}.folder-meta-info td{border-top:1px solid #dedede}.folder-loop{margin-bottom:.5em}ul.docs-folder-tree{font-weight:700}ul.docs-folder-tree,ul.docs-folder-tree ul{list-style-type:none}ul.docs-folder-tree ul.docs-in-folder{font-weight:400}ul.docs-folder-tree ul.docs-in-folder li>a{opacity:1}body.js li.folder-closed{opacity:.5}body.js li.folder-closed>ul{display:none}body.js li.folder-open{opacity:1}div.manage-folders-link,div.toggle-folders-link{float:left;width:140px;font-size:.8em;margin-bottom:1em}#buddypress .folder-loop table{margin:0}.bp-docs-theme-twentyfourteen .folder-loop table{border:0}