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

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

.nav > li > a {
  padding-left: 12px;
  padding-right: 12px;
}

.navbar-condensed {
  min-height: 35px;
}

.navbar-condensed .navbar-nav > li > a {
  padding-top: 8px;
  padding-bottom: 7px;
}

.currentactionbar-fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1030;
    top: 51px;
    border-width: 0 0 1px;
    border-radius: 0;
}

.currentactionbar {
    background-color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 2px 4px rgba(0,0,0,0.075);
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
}

.currentactionbar-header {
    font-size: 16px;
    line-height: 46px;
}

.currentactionbar-header .label {
    padding-top: 3px;
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle;
}

.currentactionbar-link {
    float: right;
    right: 15px;
    margin-top: 5px;
}

.has-error .help-block {
    list-style: none;
    padding-left: 0;
    font-size: 11px;
}

.form-group {
    position: relative; /* fix for dateTimePicker */
}

.navbar-list-header {
    margin-left: -15px;
    margin-right: -15px;
}

.navbar-list-header .navbar-right:last-child {
    margin-right: 0;
}

.navbar-list-header .navbar-brand {
    font-size: 24px;
}

.handlinghaus-tabs > .nav-tabs {
  margin-bottom: 15px;
}

.nav-tabs > li.has-errors > a {
  color: #a94442;
}

.help-block {
  font-size: 85%;
  color: #31708f;
  margin-top: 3px;
}

/*
.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
    padding: 0;
    border-radius: 0;
    border-bottom: 2px solid transparent;
}

label {
    font-weight: normal;
    font-size: 11px;
    color: #999;
}

.form-control:hover {
    border-color: #999;
}

.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: 0;
}
*/

.communication-preview {
  display: block;
  width: 100%;
  border: 1px solid #999;
  height: 600px;
}

.receipt-preview-container {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.receipt-preview {
  width: 100%;
  height: 100%;
  border: 0;

/*  -ms-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -o-transform: scale(0.25);
  -webkit-transform: scale(0.25);
  transform: scale(0.25);

  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;*/
}

.receipt-preview-hitarea {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  right: 17px;
  bottom: 17px;
}

.status {
  margin-bottom: 5px;
  padding: 2px 8px;
}

.status-header {
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.status-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.status-list > li {
  float: left;
  margin-right: 2px;
}

.status-list > .tag {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  padding: 0 4px;
  margin-top: 1px;
  border-radius: 3px;
}

.table-refund-request > tbody > .active > td:first-child {
  border-left: 2px solid #999;
}

.table-refund-request > tbody > .active > td:last-child {
  border-right: 2px solid #999;
}

.table-campaign-selection-form > tbody > tr > td {
  vertical-align: bottom;
}

.table-campaign-selection-form > tbody > tr > td:first-child {
  width: 300px;
}

.cekaso-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 95%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.cekaso-label-code-grey {
  background-color: #777777;
}

.cekaso-label-code-error {
  background-color: #d9534f;
}

.cekaso-label-code-yellow {
  background-color: #f0ad4e;
}

.cekaso-label-code-white {
  background-color: #ffffff;
  color: #555;
  border: 1px solid #999;
}

.bootstrap-tagsinput {
  display: block;
}
