.con-responsive-container {
    border: 1px solid #e1e1e1;
    margin-bottom: 5px;
    border-radius: 6px 6px 0 0;
}

.con-responsive-title {
    background-color: #337AB7;
    padding: 4px 0 3px 18px;
    position: relative;
}

    .con-responsive-title .con-responsive-action {
        position: absolute;
        left: 3px;
        top: 9px;
    }

    .con-responsive-title > span {
        color: #FFF;
        font-family: Tahoma, Arial;
        font-size: 14px !important;
        line-height: 30px;
        font-weight: normal !important;
        text-transform: uppercase;
    }

.containerAdminBorder {
    border: none !important;
}

.con-responsive-content {
    overflow-y: auto;
}

.con-responsive-action-custom {
    background: #e4e4e4;
    text-align: right;
}

    .con-responsive-action-custom > span {
        background: #ccc none repeat scroll 0 0;
        padding: 2px;
        margin-left: -10px;
    }

        .con-responsive-action-custom > span > span {
            border-left: 1px solid #B9B9B9;
            display: inline-block;
            margin-left: -2px;
            padding-left: 5px;
            padding-right: 2px;
        }

            .con-responsive-action-custom > span > span > input {
                background: none;
                height: 10px;
                width: 10px;
            }

            .con-responsive-action-custom > span > span > a {
                text-decoration: none !important;
                display: inline;
                color: #333333 !important;
            }