h4{font-weight:bold}
input{text-align:center}
textarea{text-align:center}
li{text-align:center}
.bold{font-weight:bold}
/*.list-group-item{font-weight:bold}*/
.panel-title{font-weight:bold; text-align:center}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{text-align:center}
button.submit{font-weight:bold}
.alert{text-align:center; font-weight: bold}
table td{text-align:center}

.has-success .input-group-btn .btn{
	border-color:#3c763d;
}

.has-error .input-group-btn .btn{
	border-color:#a94442;
}

.checkboxList input[type="checkbox"] {
    display: none;
}

.checkboxList input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.checkboxList input[type="checkbox"] + .btn-group > label span:first-child {
    display: inline-block;
}
.checkboxList input[type="checkbox"] + .btn-group > label span:last-child {
    display: none;  
}

.checkboxList input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: none;
}
.checkboxList input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: inline-block;   
}