html {
    position: relative;

    min-height: 100%;
}

body {
    margin-top: 62px;
    margin-bottom: 120px;
}

#social-links > ul > li {
    display:inline;
    padding-right: 5px;
    font-size: 16pt;
}

#social-links > ul {
    margin: 0;
    padding: 0;
}

.breadcrumb > li + li.pull-right:before {
    content: none;
}

.footer {
    position: absolute;
    bottom: 0;

    width: 100%;
    height: 120px;

    background-color: #f5f5f5;
}

.jumbotron-nav {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 12px;

    color: #fff;
    background-color: #000;
}

.jumbotron-premium {
    background-image: url('../images/premium.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 0px;
    color: #fff;
    padding-top: 50px;
    font-size: 16pt;
    padding-bottom: 50px;
}

.navbar-default {
    background-color: #1d1e23;
}

.navbar-fixed-top {
    border-width: 0 0 0;
}

.btn-success {
    background-color: #1B7AFC;
}

table th {
    width: auto !important;
}

.group {
    position: relative;

    display: inline-block;
}
.useravatar {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
}

.guide-ul > li {
    padding-top: 5px;
}

.input-xs {
    font-size: 11px;
    line-height: 1.5;

    height: 24px;
    padding: 5px 5px;

    border-radius: 3px;
}

@media (max-width:960px) {
    .footer {
        height: 160px !important;
    }

    body {
        margin-top: 60px !important;
        margin-bottom: 160px !important;
    }

    .pace .pace-progress {
        top: 60px !important;
    }
}

body > .container {
    padding: 0 15px 0;
}
.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.navbar-brand {
    font-family: 'Oswald', sans-serif;
}

.page-header {
    margin: 0 0 20px;
}

.page-header h2 {
    font-family: 'Oswald', sans-serif;

    margin-top: 10px;
    margin-bottom: 5px;
}

.modal-title {
    font-size: 12pt;
    line-height: .8;
}

.modal-footer {
    padding: 5px;
}

.modal-dialog {
    margin: 10% auto;
}

.pace {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;

    -webkit-pointer-events: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    top: 62px;
    right: 100%;

    width: 100%;
    height: 2px;

    background: #1B7AFC;
}

.table {
    table-layout: fixed;
}

.table td {
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;

    margin-top: -6px;
    margin-left: -1px;

    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    float: right;

    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;

    content: ' ';

    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #ccc;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;

    margin-left: 10px;

    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.equal {
    display: -webkit-flex;
    display: flex;
}

.w60 {
    width: 60% !important;
}

.w80 {
    width: 70% !important;
}

.w50px {
    width: 50px !important;
}

.w60px {
    width: 60px !important;
}

.w120px {
    width: 120px !important;
}

.w200px {
    width: 200px !important;
}

@media (max-device-height:768px) {
    .scrollable-menu {
        overflow-x: hidden;
        height: auto;
        max-height: 300px;
    }
}

@media (max-device-height:1050px) {
    .scrollable-menu {
        overflow-x: hidden;
        height: auto;
        max-height: 300px;
    }
}

@media (max-device-height:1080px) {
    .scrollable-menu {
        overflow-x: hidden;
        height: auto;
        max-height: 300px;
    }
}

#envelope {
    animation: pulse 1s alternate infinite;
    -webkit-animation: pulse 1s alternate infinite;
}
@keyframes pulse {
    from {opacity:1}
    to {opacity:0}
}
@-webkit-keyframes pulse {
    from {opacity:1}
    to {opacity:0}
}

.empty-icon-container{
    margin:1em auto;
    text-align:center;
    display:flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Dosis', sans-serif;

}
.animation-container{
    position:relative;
    display:block;
    text-align: center;
    height:100px;
    width:100px;
    border-bottom: solid 2px #333;
    overflow:hidden;
}
.bounce{
    display: inline-block;
    position:absolute;
    bottom:0;
    left:50%;
    width:40px;
    height:40px;
    margin-left: -20px;
    background-size: contain;
    animation: bounceAnim 1s cubic-bezier(.63,.09,.75,.46) infinite alternate,
    spinAnim 3s linear infinite;
}

@keyframes bounceAnim{
    0%, 10% { bottom: 50%; }

    100% { bottom: 0%; }
}
@keyframes spinAnim{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pebble1{
    position:absolute;
    top:95%;
    background-color:#333;
    width:10px;
    height:10px;
    border-radius: 20px 20px 0px 0px;
    animation: pebblesAnim 1s linear infinite;
}
.pebble2{
    position:absolute;
    top:97%;
    background-color:#333;
    width:5px;
    height:5px;
    border-radius: 10px 10px 0px 0px;
    animation: pebblesAnim 2s linear infinite;
}
.pebble3{
    position:absolute;
    top:98%;
    background-color:#333;
    width:3px;
    height:3px;
    border-radius: 20px 20px 0px 0px;
    animation: pebblesAnim 3s linear infinite;
}

@keyframes pebblesAnim{
    0% { right: -20%; }
    100% { right: 110%; }
}

#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    background-color:#eee; 
    z-index:9999;
}
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}
.loader{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f1c40f;
    -webkit-animation: rotate 2s linear infinite;
    -moz-animation: rotate 2s linear infinite;
    -ms-animation: rotate 2s linear infinite;
    -o-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}
.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -ms-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}
.loader:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #2ecc71;
    -webkit-animation: rotate 1.5s linear infinite;
    -moz-animation: rotate 1.5s linear infinite;
    -ms-animation: rotate 1.5s linear infinite;
    -o-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
}

.mm-panels {
    background: #1d1e23 !important;
    color: #fff !important;
    font-family: fira sans,helvetica neue,Helvetica,Arial,sans-serif !important;
    font-size: 13px !important;
}

.mm-navbar {
    color: #fff !important;
}

.mm-navbar__title {
    color: #fff !important;
    font-weight: bold;
    font-size: 15px;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    border-color: #fff !important;
}

.mm-menu .mm-listview .mm-btn_next::after {
    border-color: #fff !important;
}

.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: #fff !important;
}

.pagination-margin > .pager {
    margin: 0;
}

#userMenu {
    width: 340px;
    background: #16171b;
    color: #fff;
    top: 0;
    height: 100%;
    right: 0;
    position: fixed;
    z-index: 1060;
    padding-bottom: 30px;
    display: none;
}

#userMenu .uMHeader {
    background: #2a2c32;
    text-align: center;
    font-size: 13pt;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    overflow: auto;
}

#userMenu .uMBody {
    padding: 10px;
}

#userMenu .uMBody ul {
  padding-left: 20px;
}

#userMenu .uMBody ul li {
  font-size: 12pt;
  margin-top: 10px;
}

#userMenu .uMFooter {
    background: #282829;
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    bottom: 0;
    width: 340px;
    position: fixed;
}

#userMenu .row {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 9px;
}

#userMenu .row img {
    width: 94px;
    height: 94px;
}

#userMenu .uMWrap {
    background: #1d1e23;
}

#userMenu a {
    color: #fff;
}

#userMenu h4 {
    font-size: 12pt;
    font-weight: bold;
}

#userMenu hr {
    height: 1px;
    color: #fff;
    width: 75%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.uMMargin {
    margin-top: 7px;
}

#adminPanel {
    width: 340px;
    background: rgb(102,51,153);
    background: linear-gradient(158deg, rgba(102,51,153,1) 0%, rgba(146,65,227,1) 100%);
    color: #fff;
    top: 140px;
    left: 0;
    position: fixed;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px 10px 10px 0px;
}

#adminPanel a {
    color: #fff;
}

#adminPanel h4 {
    font-size: 12pt;
    font-weight: bold;
}

#adminPanel hr {
    height: 1px;
    color: #fff;
    width: 75%;
    margin-top: 0;
    margin-bottom: 15px;
}

.buttonAlign {
    bottom: 5px;
    left: 5px;
    position: fixed;
}

.buttonAlignRight {
    bottom: 5px;
    right: 5px;
    position: fixed;
}

.menuBG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1020;
    background-color: rgba(0,0,0,0.5);
    display: none;
}

#downloadsPanel {
    padding-bottom: 15px;
    background: #222;
    color: #fff;
    top: 63px;
    position: absolute;
    width: 100%;
    display: none;
    z-index: 1080;
}