.mo-TCF-sidebar .header 			{ padding: 15px; border: 1px #E1E9ED solid; background: #2C3E50; color: #FFF}
.mo-TCF-sidebar .header .title 		{ text-transform: uppercase; font-size: 22px; font-weight: bold;}
.mo-TCF-sidebar .header .text 		{ font-size: 13px}

.mo-TCF-sidebar .mo-TCF-box-filters .title 			{ padding: 15px; text-transform: uppercase; font-weight: bold; border-left: 1px #E1E9ED solid; border-right: 1px #E1E9ED solid; background: #F9FCFD}
.mo-TCF-sidebar .mo-TCF-box-filters .list-filters  	{ padding: 15px; border: 1px #E1E9ED solid; }
.mo-TCF-sidebar .mo-TCF-box-filters .list-filters label 	{ display: block; }
.mo-TCF-sidebar .mo-TCF-box-filters .list-filters label span 	{ display: inline-block; padding-left: 5px; position: relative; top: -5px  }





.mo-TCF-sidebar .mo-TCF-box-filters input[type=checkbox] {
    padding: 5px;
    -webkit-appearance: button;
    border: 2px #E1E9ED solid;
    background-color: #FFF;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    width: 23px;
    height: 23px;
    outline: none;
    cursor: pointer;
    margin-right: 5px;
    float: inline-block;
    position relative
    top 3px
}

.mo-TCF-sidebar .mo-TCF-box-filters input[type=checkbox]:checked {
    background-color:#1ABC9C;
	border: 2px #15A589 solid;
	outline: none;
}