body {
    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;
}

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -10px;
}

.bb-alert
{
    position: fixed;
    margin-bottom: 0;
    font-size: 1.2em;
    padding: 1em 1.3em;
    z-index: 9999 !important;
	-webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
    animation: mymove 5s infinite;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    from {left:50%;top: 0px;}
    to {left:50%;top: 200px;}
}

@keyframes mymove {
from {left:50%;top: 0px;}
    to {left:50%;top: 200px;}
}
.reqfield{
	color: #c9302c;
	font-size: 14px; /* font size */
	font-weight:bold;
}
.tlbartitle {
    float: left;
}
.register .register-summary{
	margin-top:5px
}

.modal-xl{
    max-width: 90% !important;
}
.modal-lg{
    max-width: 80% !important;
}
.modal-md{
    max-width: 70% !important;
}
.modal-sm{
    max-width: 50% !important;
}