/* branding */
#header {
  background: #6d3abf;
  color: #fff;
  border-bottom: 5px solid #ad92ef;
}
#branding h1,
#branding h1 a:link,
#branding h1 a:visited {
  color: #fff;
}

/* breadcrumbs */
div.breadcrumbs {
  border-bottom: 1px dotted #ad92ef;
  background:#fafafa;
  color:#ad92ef;
}
div.breadcrumbs a {
  color: #6d3abf;
}
div.breadcrumbs a:focus, div.breadcrumbs a:hover {
  text-decoration:underline;
  color: #6d3abf;
}

/* modules */
.module h2, .module caption, .inline-group h2 {
  background:#fafafa;
  color: #6d3abf;
  border-style: solid;
  border-width: 0px 0px 2px 2px;
  border-color: #ad92ef;
}

/* links */
a:link, a:visited {
  color: #bf43e8;
  text-decoration: none;
}
a:focus, a:hover {
  color: #3939d8;
}
a.section:link, a.section:visited {
  color: #6d3abf;
  text-decoration: none;
}

/* changelist filter */
#changelist-filter li.selected a {
  color: #6d3abf;
}
#changelist-filter a:focus, #changelist-filter a:hover,
#changelist-filter li.selected a:focus,
#changelist-filter li.selected a:hover {
  color: #ad92ef;
}

/* object tools */
.object-tools a:focus, .object-tools a:hover {
  background-color: #6d3abf;
}
.object-tools button.btn {
  display: block;
  float: left;
  border: none;
  padding: 3px 12px;
  background: #999;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  border-radius: 15px;
  line-height: 20px;
  cursor: pointer;
}
.object-tools button.btn:not(:disabled):hover {
  background-color: #6d3abf;
}
.object-tools button.btn:disabled {
  cursor: not-allowed;
  background: #DDD;
}

/* form buttons */
.button, input[type=submit], input[type=button], .submit-row input, a.button,
a.clear-datepicker {
  background: #fff;
  color: #bf43e8;
  border: 1px solid #bf43e8;
}
.button:active, input[type=submit]:active, input[type=button]:active,
.button:focus, input[type=submit]:focus, input[type=button]:focus,
.button:hover, input[type=submit]:hover, input[type=button]:hover {
  color: #fff;
  background: #bf43e8;
  border: 1px solid #bf43e8;
}
.button.default, input[type=submit].default, .submit-row input.default {
  background: #6d3abf;
  color: #fff;
  border:0;
}
.button.default:active, input[type=submit].default:active,
.button.default:focus, input[type=submit].default:focus,
.button.default:hover, input[type=submit].default:hover {
  background: #34d169;
}

/* submit row */
.submit-row {
  padding: 12px 14px;
  margin: 0 0 20px;
  background: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 4px;
  text-align: right;
  overflow: hidden;
}

@media (max-width: 767px) {
  .submit-row {
    margin: 0 0 20px;
  }
}

.submit-row a.deletelink {
  background: #fff;
  color: #e53963;
  border: 1px solid #e53963;
}
.submit-row a.deletelink:focus,
.submit-row a.deletelink:hover,
.submit-row a.deletelink:active {
  color: #fff;
  background: #e53963;
}

/* dates */
input[type=date] {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 6px;
}

input[type=date]:focus {
  border-color: #999;
}

/* other */
td.field-item_no input {
  width: 35px;
}

td.field-date input,
td.field-currency_date input {
  size: 5;
}

td.field-transaction_info,
td.field-subject_info,
td.field-item_info  {
  max-width: 300px;
}

td.field-transaction_info textarea,
td.field-subject_info textarea,
td.field-item_info textarea {
  max-width: 300px;
}

td.field-deposit input,
td.field-payment input {
  max-width: 80px;
}


.button__mark-as {
  white-space: nowrap;
}

.button.button__unmark-as {
  white-space: nowrap;
  background-color: #bf43e8;
  color: white;
}

.button.button__unmark-as:hover,
.button.button__unmark-as:active {
  background-color: white;
  color: #bf43e8;
}

.admin-button {
  background: #6d3abf;
  background-repeat: no-repeat;
  height: 35px;
  padding: 3px 12px;
  border: none;
  border-radius: 4px;
  font-weight: 400;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  cursor: pointer;
}

.admin-button:hover  {
  background: #34d169;;
}

.admin-button__export {
  margin-top: 20px;
}

.export-form__footer {
  margin-top: 20px;
  margin-left: 10px;
}

.datepicker-container {
  margin-bottom: 30px;
}

.datepicker-container {
  display: flex;
  margin: 10px 0;
}

.datepicker-form {
  display: flex;
  flex-direction: column;
  margin:0 10px;
}

.datepicker-buttons {
  flex-direction: row;
  align-self: flex-end;
  margin-bottom: 2px;
}

input.filter-dates {
  padding: 10px 15px;
  height: 25px;
  line-height: 0;
}

a.clear-datepicker {
  padding: 2.5px 10px;
  border-radius: 4px;
  margin-left: 10px;
}

.items-table {
  width: 900px;
}

.items-column {
  width: 450px;
}

.zip-filename__input {
  margin-bottom: 20px;
}

input[type="submit"].default.without-float {
  float: none;
}

.button__month-detail {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .button__month-detail {
    padding: 5px 0;
  }
}
.submit-row.submit-row__month-report {
  margin-top: 30px;
}

.button__float-right {
  float: right
}
