.btn:focus {
    outline: 0 !important
}

.juicycodes {
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: #9E9E9E
}

.juicycodes .heart {
    color: #ff5722
}

.no-margins {
    margin: 0 !important
}

.no-radius {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

.no-vis {
    visibility: hidden
}

.badge {
    background: #FF147B
}

.badge-admin {
    background: #9000ff
}

.badge-editor {
    background: #f79e08
}

.h_t {
    color: crimson;
    background-color: #eeeeee;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%
}

.cp {
    cursor: pointer
}

.inline-block {
    display: inline-block
}

.text-small {
    font-size: small
}

.d-chart {
    margin: 0 auto;
    width: 140px;
    height: 140px
}

.m-dis {
    pointer-events: none;
    position: relative
}

.m-dis:before {
    content: "NO DATA TO GENERATE CHART";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 100;
    color: #999;
    padding: 60px 0;
    font-weight: bold;
    vertical-align: middle;
    text-align: center
}

.top-table td,
.top-table th {
    padding-left: 8px !important;
    border-color: transparent !important
}

.wave {
    position: relative
}

.wave .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 3px;
    background: #00AAFF;
    animation: wave 1.3s linear infinite
}

span.badge .wave .dot {
    width: 6px;
    height: 6px;
    background-color: #fff;
    animation: wave_small 1.3s linear infinite
}

span.badge .wave .dot:nth-child(2),
.wave .dot:nth-child(2) {
    animation-delay: -1.1s
}

span.badge .wave .dot:nth-child(3),
.wave .dot:nth-child(3) {
    animation-delay: -0.9s
}

.badge-success {
    background-color: #0fb816
}

.badge-danger {
    background-color: #ff0303
}

.btn-warning {
    background-color: #FF147B;
    border-color: #FF147B;
}

.label.label-success {
    background-color: #0fb816;
}

.btn-primary {
    background-color: #9000ff;
    border-color: #9000ff;
}

.btn-info {
    color: #fff;
    background-color: #9000ff;
    border-color: #9000ff;
}

.label.label-info {
    background-color: #FF147B;
}

@keyframes "wave" {

    0%,
    60%,
    100% {
        transform: initial;
    }

    30% {
        transform: translateY(-15px);
    }
}

@keyframes "wave_small" {

    0%,
    60%,
    100% {
        transform: initial;
    }

    30% {
        transform: translateY(-5px);
    }
}

.p-xxs {
    padding: 5px
}

.p-xs {
    padding: 10px
}

.p-sm {
    padding: 15px
}

.p-m {
    padding: 20px
}

.p-md {
    padding: 25px
}

.p-lg {
    padding: 30px
}

.p-xl {
    padding: 40px
}

.p-w-xs {
    padding: 0 10px
}

.p-w-sm {
    padding: 0 15px
}

.p-w-m {
    padding: 0 20px
}

.p-w-md {
    padding: 0 25px
}

.p-w-lg {
    padding: 0 30px
}

.p-w-xl {
    padding: 0 40px
}

.m-xxs {
    margin: 2px 4px
}

.m-xs {
    margin: 5px
}

.m-sm {
    margin: 10px
}

.m {
    margin: 15px
}

.m-md {
    margin: 20px
}

.m-lg {
    margin: 30px
}

.m-xl {
    margin: 50px
}

.m-n {
    margin: 0 !important
}

.m-l-none {
    margin-left: 0
}

.m-l-xs {
    margin-left: 5px
}

.m-l-sm {
    margin-left: 10px
}

.m-l {
    margin-left: 15px
}

.m-l-md {
    margin-left: 20px
}

.m-l-lg {
    margin-left: 30px
}

.m-l-xl {
    margin-left: 40px
}

.m-l-n-xxs {
    margin-left: -1px
}

.m-l-n-xs {
    margin-left: -5px
}

.m-l-n-sm {
    margin-left: -10px
}

.m-l-n {
    margin-left: -15px
}

.m-l-n-md {
    margin-left: -20px
}

.m-l-n-lg {
    margin-left: -30px
}

.m-l-n-xl {
    margin-left: -40px
}

.m-t-none {
    margin-top: 0
}

.m-t-xxs {
    margin-top: 1px
}

.m-t-xs {
    margin-top: 5px
}

.m-t-sm {
    margin-top: 10px
}

.m-t {
    margin-top: 15px
}

.m-t-md {
    margin-top: 20px
}

.m-t-lg {
    margin-top: 30px
}

.m-t-xl {
    margin-top: 40px
}

.m-t-n-xxs {
    margin-top: -1px
}

.m-t-n-xs {
    margin-top: -5px
}

.m-t-n-sm {
    margin-top: -10px
}

.m-t-n {
    margin-top: -15px
}

.m-t-n-md {
    margin-top: -20px
}

.m-t-n-lg {
    margin-top: -30px
}

.m-t-n-xl {
    margin-top: -40px
}

.m-r-none {
    margin-right: 0
}

.m-r-xxs {
    margin-right: 1px
}

.m-r-xs {
    margin-right: 5px
}

.m-r-sm {
    margin-right: 10px
}

.m-r {
    margin-right: 15px
}

.m-r-md {
    margin-right: 20px
}

.m-r-lg {
    margin-right: 30px
}

.m-r-xl {
    margin-right: 40px
}

.m-r-n-xxs {
    margin-right: -1px
}

.m-r-n-xs {
    margin-right: -5px
}

.m-r-n-sm {
    margin-right: -10px
}

.m-r-n {
    margin-right: -15px
}

.m-r-n-md {
    margin-right: -20px
}

.m-r-n-lg {
    margin-right: -30px
}

.m-r-n-xl {
    margin-right: -40px
}

.m-b-none {
    margin-bottom: 0
}

.m-b-xxs {
    margin-bottom: 1px
}

.m-b-xs {
    margin-bottom: 5px
}

.m-b-sm {
    margin-bottom: 10px
}

.m-b {
    margin-bottom: 15px
}

.m-b-md {
    margin-bottom: 20px
}

.m-b-lg {
    margin-bottom: 30px
}

.m-b-xl {
    margin-bottom: 40px
}

.m-b-n-xxs {
    margin-bottom: -1px
}

.m-b-n-xs {
    margin-bottom: -5px
}

.m-b-n-sm {
    margin-bottom: -10px
}

.m-b-n {
    margin-bottom: -15px
}

.m-b-n-md {
    margin-bottom: -20px
}

.m-b-n-lg {
    margin-bottom: -30px
}

.m-b-n-xl {
    margin-bottom: -40px
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}