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;
}

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}

label { 
	display: block !important;
	margin-right:10px 
}

/* Notifications\Editor\EditorController input styles for list.phtml */
.list-input-class 
{
	padding: 3px 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.list-confirm-class 
{
	padding: 3px 6px;
	font-size: 12px;
	color: white;
	text-align: center;
	vertical-align: middle;
	border-radius: 4px;
	background-color: #337ab7;
	text-decoration: none;
}
.list-cancel-class 
{
	padding: 3px 6px;
	font-size: 12px;
	color: white;
	text-align: center;
	vertical-align: middle;	
	border-radius: 4px;
	background-color: #a94442;
	text-decoration: none;
}
td.select-checkbox:before,table.dataTable tbody td.select-checkbox:after,table.dataTable tbody th.select-checkbox:before,table.dataTable tbody th.select-checkbox:after
{
	display:block;
	position:absolute;
	top:1.2em;
	left:50%;
	width:12px;
	height:12px;
	box-sizing:border-box
}
table.dataTable tbody td.select-checkbox:before,table.dataTable tbody th.select-checkbox:before
{
	content:' ';
	margin-top:-6px;
	margin-left:-6px;
	border:1px solid black;
	border-radius:3px
}
table.dataTable tr.selected td.select-checkbox:after,table.dataTable tr.selected th.select-checkbox:after
{
	content:'\2714';
	margin-top:-11px;
	margin-left:-4px;
	text-align:center;
	text-shadow:1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9
}
.spinner
{
	position: absolute;
	top:30%;
	left:30%;
}
