body {
    padding-top: 70px;
    /*padding-bottom: 40px;*/
    padding-bottom: 20px;
}

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

#attachFileArea {
    /*border: 2px dotted #0B85A1;*/
    border: 1px dotted #0B85A1;
    /*width: 500px;*/
    width: 100%;
    color: #92AAB0;
    text-align: left;
    vertical-align: middle;
    padding: 40px 10px 40px 40px;
    margin-bottom: 10px;
    /*font-size: 200%;*/
}

.label-inline {
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  /*cursor: pointer;*/
}

.text-inline {
  display: inline-block;
  /*padding-left: 0px;*/
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  /*cursor: pointer;*/
}

.form-horizontal .label-inline,
.form-horizontal .text-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/*
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
*/

#graydisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%!important;
  height: 100%;
  background: rgba(0,0,0,0.45);
}
#graydisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 70%!important;
  height: 70%;
  width: 70%;
}
