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

#navbar-logo { height: 45px; }
.navbar-brand { padding-top: 0; }

h1 { padding-bottom: 0.5em; border-bottom: 1px solid #eee; color: #1A462B; margin-bottom: 1em; }

.form-panel { padding: 1em; }

table.table-actions {
    margin-bottom: 60px;
}

.table-bordered>tbody>tr>td {
    vertical-align: middle;
}

.ui-jqgrid td { padding-right: 0 !important; }
td.subgrid-data { padding: 0 !important; }

.jumbotron {
    background-color: #F69B02;
    color: #000;
}

.ui-jqgrid .subgrid-data .subgrid-data .ui-th-column:first-child { background-color: #fcf8e3; }

#jqGrid, .ui-jqgrid-htable, .subgrid-data { font-size: 12px; }

.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/greenline-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 60px;
}
