
.demo-container {
	margin:10px;
}

code {
    background: #ddd;
    padding:2px 5px;
}

.status-metro {
    /*display: inline-block;*/
    padding: 2px 5px;
	color:#fff;

}

.status-metro.status-active {
    color: #dc002e;
    font-weight: bold !important;
}

.status-metro.status-disabled {
    color: #00c621;
	background:transparent;
	font-weight: bold !important;
}

.status-metro.status-suspended {
    color: #424251;
	background:transparent;
	font-weight: bold !important;
}

.foo-setup li {
	margin-bottom:30px;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    background: url("../images/tools-off.png") no-repeat scroll 0 0 transparent;
    color: #888888;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 11px;
    padding-right: 21px;
    text-transform: none;
    width: 15px;
}

/* MODIFS PROD 17/07/2014 */
.footable.breakpoint > tbody > tr> td > span.footable-toggle {
    background: url("../images/tools-off.png") no-repeat scroll center center transparent;
    /*float: right;
    height: 28px;*/
    position: relative;
    top: 1px;
    width: 22px;
    height: 22px;
    margin: 0 0 0 5px;
    border-radius: 6px;
    background-color: #eee;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle {
    background: url("../images/tools-on.png") no-repeat scroll center center transparent;
    background-color: transparent;
}
th.footable-sortable {
    /*cursor: pointer;*/
}
th:not(.th_red) {
    /*background: url("../images/tools-off.png") no-repeat scroll 95% center #f4f3f8;*/
}
th:not(.th_red).footable-sorted {
    /*background: url("../images/tools-black-off.png") no-repeat scroll 95% center #f4f3f8;*/
}
th:not(.th_red).footable-sorted-desc {
    /*background: url("../images/tools-black-on.png") no-repeat scroll 95% center #f4f3f8;*/
}
th.th_red {
    /*background: url("../images/tools-light-off.png") no-repeat scroll 95% center #7c298b;*/
}
th.th_red.footable-sorted {
    /*background: url("../images/tools-off.png") no-repeat scroll 95% center #7c298b;*/
}
th.th_red.footable-sorted-desc {
    /*background: url("../images/tools-on.png") no-repeat scroll 95% center #7c298b;*/
}
/* FIN MODIFS PROD 17/07/2014 */