[hidden],
input[hidden] {
    display: none;
}

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

footer {
    margin: 50px 0;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand img {
    max-width: 142px;
}

.popular-tags .label {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 11px;
    margin-right: 11px;
    padding: 5px 7px 2px 17px;
}

.popular-tags .tag-badge {
    margin-bottom: 11px;
}

.popular-tags .label > .badge {
    position: relative;
    top: -1px;
    font-size: 12px;
}

.tag {
    color: #202020;
    background: white;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 0px 1px;
}

.tag:hover,
.tag:focus {
    background-color: #454545;
    color: white;
}

.tag > .badge {
    background: white;
    color: #202020;
    font-weight: normal;
    border: 1px #efefef solid;
}

@media (min-width: 768px) {
    .pull-right-sm {
        float: right !important;
    }
}

#additional-menu-content {
    display: none;
    position: absolute;
    top: 51px;
    left: 10px;
    right: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    max-width: 700px;
    background: #f5f5f5;
    padding: 5px 15px 15px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;

}

#additional-menu-header a {
    display: inline-block;
    height: 50px;
    padding: 15px 15px 15px;
    line-height: 20px;
    color: #9d9d9d;
}

#additional-menu-header a:hover,
#additional-menu-header a:focus {
    text-decoration: none;
    background: #080808;
    color: white;

}

.menu-content-wrapper .tag {
    display: inline-block;
}

#cat-icon-wrapper img {
    position: relative;
    bottom: -15px;
}

#cat-icon-wrapper {
    text-align: right;
    position: relative;
}

.top-sibebar-block {
    margin-bottom: 5px;
}

.user-avatar .img-thumbnail {
    cursor: pointer;
    max-width: 50px;
    box-sizing: content-box;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.user-avatar .img-thumbnail img {
    visibility: hidden;
}

.progress .bar {
    height: 21px;
    background: green;
}

.absolute-progress {
    position: relative;
}

.absolute-progress .progress {
    position: absolute;
    width: 100%;
}

.progress .progress-text {
    color: #ffffff;
    text-shadow: #000 0px 0px 1px;
    position: absolute;
    margin-left: 15px;
    font-weight: bold;
}

.user-avatar .progress {
    height: 5px;
}

.user-avatar .progress .bar {
    height: 6px;
}

a.scroll-to-top {
    display: none;
    background: #fff url("../media/images/scroll-top.png") no-repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    bottom: 20px;
    color: #999;
    height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-indent: -9999px;
    width: 40px;
    overflow: hidden;
}

a.scroll-to-top:hover {
    border-color: #aaa;
}

.nav .navbar-user > a {
    padding: 5px 15px;
}

.nav .navbar-user > a.dropdown-toggle {
    height: 50px;
    line-height: 38px;
}

.nav .navbar-user > a.dropdown-toggle .user-info {
    display: inline-block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 991px) {
    .nav .navbar-user > a.dropdown-toggle {
        padding: 5px 5px;
    }

    .nav .navbar-user > a.dropdown-toggle .user-info {
        max-width: 100px;
    }

    .search-form {
        max-width: 240px;
    }
}

.nav .dropdown .img-circle {
    display: inline-block;
    height: 40px;
    margin-right: 5px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: none;
}

.navbar-header .nav-notification{
    margin: 0px;
}

.nav-notification .header-notification.open .dropdown-menu {
    position: absolute;
    left: -188px;
    background-color: #fff;
}

.nav-notification .header-notification .dropdown-toggle{
    padding-top: 12px;
    padding-bottom: 12px;
}

@media (max-width: 767px) {
    .collapsed-user-nav .open .dropdown-menu > li > a {
        padding: 5px 15px;
    }

    .post .collapsing-content .col-xs-12 {
        padding: 0;
    }
}

.collapsed-user-nav {
    margin-top: -15px;
}

#social-accounts-table td {
    vertical-align: middle;
}

.custom-avatar-row {
    background: #ecfff0;
}

#build {
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
}

/** NEW LAYOUT **/

a.rlinks {
    font-family: 'Roboto', sans-serif;
    color: #000;
    width: 100%;
    border-left: solid 1px #e3e3e3;
    border-right: solid 1px #e3e3e3;
    display: block;
    margin: 0px;
    padding: 9px;
    background: #f5f5f5;
}

a.rlinks:first-child {
    border: solid 1px #e3e3e3;
    border-radius: 4px 4px 0px 0px;
}

a.rlinks:last-child {
    border: solid 1px #e3e3e3;
    border-radius: 0px 0px 4px 4px;
}

a.rlinks:hover {
    text-decoration: none;
    color: #7caf00;
}

.numeric-list {
    list-style: none;
    counter-reset: numeric-list-counter;
}

.numeric-list li:before {
    padding-right: 5px;
    content: counter(numeric-list-counter);
    counter-increment: numeric-list-counter;
}

.custom-avatar-row [data-uploader='progress-container']{
    width: 60px;
    margin-top: 2px;
}

.user-badge{
    font-size: 12px;
    border-radius: 50%;
    padding: 1px 3px 1px 3px;
    margin-right: 5px;
    width: 16px;
    position: relative;
    top: -1px;
    height: 16px;
}

.gray-user-badge{
    background-color: #757575;
}

.open .gray-user-badge,
.user-info:hover .gray-user-badge {
    background-color: #ccc;
}


.green-user-badge{
    background-color: #5E7B09;
}
.open .green-user-badge,
.user-info:hover .green-user-badge {
    background-color: #9AC127;
}

.red-user-badge{
    background-color: #90171A;
}
.open .red-user-badge,
.user-info:hover .red-user-badge {
    background-color:  #E41116;
}

.yellow-user-badge{
    background-color: #84690B;
}
.open .yellow-user-badge,
.user-info:hover .yellow-user-badge {
    background-color: #eec431;
}

.blue-user-badge{
    background-color: #03578A;
}
.open .blue-user-badge,
.user-info:hover .blue-user-badge {
    background-color: #0082D2;
}




.user-info .user-label-text{
    display: inline-block;
    line-height: 1.4;
    position: relative;
    top:2px;
}

.navbar-user .user-info > img{
    position: relative;
    top:-6px;
}
