.text-strike {
    text-decoration: line-through;
}
.text-bold {
    font-weight: bold;
}
.text-word-break {
    word-break: break-all;
}
.text-very-muted {
    color: #bbb;
}

.cursor-pointer {
    cursor: pointer;
}
.cursor-move {
    cursor: move;
}

.margin-top {
    margin-top: 15px !important;
}
.margin-bottom {
    margin-bottom: 15px !important;
}
.no-margin {
    margin: 0 !important;
}

.badge {
    width: 24px;
    height: 24px;
    padding: 0;
    line-height: 26px;
    text-align: center;
    border-radius: 12px;
}
    .badge-lg {
        width: 28px;
        height: 28px;
        line-height: 31px;
        border-radius: 14px;
        font-size: 14px;
    }
    .badge-default-light {
        background: #bbb;
    }
    .badge-default {
        background: #777;
    }
    .badge-info {
        background: #5bc0de;
    }
    .badge-primary {
        background: #337ab7;
    }
    .badge-success {
        background: #5cb85c;
    }
    .badge-warning {
        background: #f0ad4e;
    }
    .badge-danger {
        background: #d9534f;
    }

.dl-inline {
    margin: 0;
}
    .dl-inline dt {
        display: inline-block;
    }
    .dl-inline dd {
        display: inline-block;
        margin: 0 20px 0 5px;
        white-space: nowrap;
    }
    .dl-inline dd:last-of-type {
        margin-right: 0;
    }
 
@media (max-width: 480px) {
    .hidden-xxs {
        display: none !important;
    }
}
    
@media (max-width: 767px) {
    .pull-left-xs {
        float: left !important; 
    }
    .pull-right-xs {
        float: right !important; 
    }
    
    .text-left-xs {
        text-align: left !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-justify-xs {
        text-align: justify !important;
    }
}

@media (min-width: 768px) {
    .pull-left-sm {
        float: left !important; 
    }
    .pull-right-sm {
        float: right !important; 
    }
    
    .text-left-sm {
        text-align: left !important;
    }
    .text-right-sm {
        text-align: right !important;
    }
    .text-center-sm {
        text-align: center !important;
    }
    .text-justify-sm {
        text-align: justify !important;
    }
}

@media (min-width: 992px) {
    .pull-left-md {
        float: left !important; 
    }
    .pull-right-md {
        float: right !important; 
    }
    
    .text-left-md {
        text-align: left !important;
    }
    .text-right-md {
        text-align: right !important;
    }
    .text-center-md {
        text-align: center !important;
    }
    .text-justify-md {
        text-align: justify !important;
    }
}

@media (min-width: 1200px) {
    .pull-left-lg {
        float: left !important; 
    }
    .pull-right-lg {
        float: right !important; 
    }
    
    .text-left-lg {
        text-align: left !important;
    }
    .text-right-lg {
        text-align: right !important;
    }
    .text-center-lg {
        text-align: center !important;
    }
    .text-justify-lg {
        text-align: justify !important;
    }
}