/* your styles go here */
@media only screen and (min-width: 400px) 
{
	.img-fluid
	{
		width: 390px !important;
	}
}
.navbar
{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.ui-loader
{
    display:none !important;
}
footer.main-footer
{
    padding:none !important;
}

.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}