/*
* mywidgets
*
* Special styles for displaying the icons and their classes in the docs.
*/

.bs-mywidgets {
    margin: 0 -10px 20px;
    overflow: hidden;
}
.bs-mywidgets-list {
    padding-left: 0;
    list-style: none;
}
.bs-mywidgets li {
    float: left;
    width: 25%;
    height: 200;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff;
}
.bs-mywidgets .mywidget {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.bs-mywidgets .mywidget-class {
    display: block;
    text-align: center;
    word-wrap: break-word; /* Help out IE10+ with class names */
}
.bs-mywidgets li:hover {
    color: #fff;
    background-color: #563d7c;
}

@media (min-width: 768px) {
    .bs-mywidgets {
        margin-right: 0;
        margin-left: 0;
    }
    .bs-mywidgets li {
        width: 25%;
        font-size: 12px;
    }
}

.badge-custom {
    border-radius: 2px !important;
    font-style: normal !important;
    transform: skew(-13deg) rotate(0.001deg) !important;
    outline: none !important;
    border: none !important;
}
.dt-search {
    float: right !important;
    text-align: right;
}