.padding-22 {
    padding-left: 22px;
}

.padding-42 {
    padding-left: 42px;
}

.padding-62 {
    padding-left: 62px;
}

.indent-22 {
    padding-left: 22px;
    text-indent: -22px ;
}

.sticker.fixed b {
    background: #67C200;
}
.sticker b {
    padding: 1px 6px;
    border-radius: 3px;
    color: white;
}

span.changelog-bug-fix {
    background-color: #67C200;
    color: white;
    padding: 2px;
    border: solid 1px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 4px;
}

span.changelog-new-file {
    background-color: lightskyblue;
    padding: 2px;
    border: solid 1px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 4px;
}

span.changelog-new-function {
    background-color: #793862;
    color: #fff;
    padding: 2px;
    border: solid 1px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 4px;
}

span.changelog-highlight {
    background-color: #ffffe0;
    padding: 2px;
    border: none;
    display: inline-block;
    margin-top: 4px;
}

.ctrlUnit {
    position: relative;
    margin: 10px auto;
}

select.textCtrl {
    width: 98%;
}
.textCtrl {
    font-size: 13px;
    font-family: Calibri, 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
    /** background: #ffffff url('styles/default/xenforo/clear.png'); */
    padding: 3px;
    margin-bottom: 2px;
    border-width: 1px;
    border-style: solid;
    border-top-color: rgb(192, 192, 192);
    border-right-color: rgb(233, 233, 233);
    border-bottom-color: rgb(233, 233, 233);
    border-left-color: rgb(192, 192, 192);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    outline: 0;
}

._depth0 { padding-left:  0em; }
._depth1 { padding-left:  2em; }
._depth2 { padding-left:  4em; }
._depth3 { padding-left:  6em; }
._depth4 { padding-left:  8em; }
._depth5 { padding-left: 10em; }
._depth6 { padding-left: 12em; }
._depth7 { padding-left: 14em; }
._depth8 { padding-left: 16em; }
._depth9 { padding-left: 18em; }

div.xenword_branding {
    width: auto;
    text-align: center;
}

#wpadminbar #wp-admin-bar-conversations .ab-icon:before {
    content: "\f466";
    top: 1px;
    font: 400 16px/1 dashicons;
}

#wpadminbar #wp-admin-bar-alerts .ab-icon:before {
    content: "\f227";
    top: 1px;
    font: 400 16px/1 dashicons;
}

#wpadminbar #wp-admin-bar-likes .ab-icon:before {
    content: "\f487";
    top: 1px;
    font: 400 16px/1 dashicons;
}

/* --------------------------------------------------
2.0) - XenWord Specific
----------------------------------------------------- */

/* Login / Visitor widget */
.widget_xenword_login_widget a.avatar {
    background-color: #fcfcff;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 2px;
}

.xenword_profile.avatar {
    display: inline-block;
}

.xenword_profile.edit,
.xenword_logout.logout,
.xenword_discuss {
    font-family: "Opens Sans", Arial, sans-serif;
    border: 1px solid #c5c5c5;
    background-color: #2581aa;
    color: #f3f3f3;
    height: 32px;
    margin: 2px 5px;
    padding: 4px 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.xenword_discuss:hover {
    color: #ffffff;
}