

body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.zf-green {
    color: #68b604;
}

.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}

.btn-success:active, .btn-success.active {
  background-color: #57a900;
}

div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}

.alu_login_social_networks dd
{
	display: inline-block;
}

form button
{

}

.margin_top_20{
    margin-top: 20px;
}

.margin_bottom_20{
    margin-bottom: 20px;
}

.margin_bottom_top_20{
    margin: 20px 0 20px 0;
}

.image-upload img{

}

.search_button{
    padding: 5px;
}

td.message{
    overflow: hidden;
}

ul.navbar-left{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    border-bottom: 1px solid rgb(238, 238, 238);
}

ul.navbar-left li{
    list-style-type: none;
}

#attached_image{
    margin-bottom: 15px;
}

.preview{
    width: 120px;
    height: 120px;
    float: left;
}

ul.categories{
    list-style-type: none;
}

ul.categories li{
    height:25px;
}

.preview img{
    width: 120px;
    height:120px;
    margin-right: 20px;
}

.answerTitle.answer_apply
{
	color:red;
	
}

input[type="checkbox"] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    padding: 10px;
    margin: 10px 10px;
}

div.checkbox input[type="checkbox"] {
    margin: auto;
}
.hascheckboxlist .row 
{
width: 90%;
}