/*** GLOBAL CSS ADDED TO EVERY PAGE FOR EVERY USER ***/

html {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    height: auto;
    height: 100%;
    min-height: 100%;
}

#wrapper {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

#wrapper>* {
    width: 100%;
    flex: 1 0 auto;
}

#wrapper>footer {
    flex: 0 1 auto;
}

.pagination {
    text-align: center;
}

.paginator-nav {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding-top: 20px;
}

.paginator-nav a {
    display: inline-block;
    padding: 5px 10px;
    line-height: 30px;
    font-weight: 500;
    vertical-align: middle;
    cursor: pointer;
}

.paginator-nav a.active {
    color: #575757
}

.loading>.paginator-nav a {
    color: #575757
}

.paginator-nav a.next span,
.paginator-nav a.prev span {
    display: none;
}

.paginator-nav a.prev:before {
    content: "\f104";
    font-size: 25px;
    line-height: 25px;
    top: 2px;
    position: relative;
}

.paginator-nav a.next:before {
    content: "\f105";
    font-size: 25px;
    line-height: 25px;
    top: 2px;
    position: relative;
}

.more-less.iconMinus {
    background: url(https://cdn.onerpm.com/images/icon_minus.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
}

.more-less.iconPlus {
    background: url(https://cdn.onerpm.com/images/icon_plus.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
}

.box-dark{
    background-color:#1c2227;
    padding:1em;
}