﻿div.main-content.development-plan {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
div.main-content.development-plan div.row .bg-secondary {
  background-color: #dad7c8 !important;
  line-height: 36px;
}
div.main-content.development-plan div.row .bg-light {
  background-color: #ebebeb !important;
  line-height: 36px;
}
div.main-content.development-plan > div div.section {
  padding-top: 12px;
  padding-bottom: 12px;
}
div.main-content.development-plan > div div.section:nth-child(odd) {
  background-color: #f9f8f6;
  border-top: #c6bea5 solid 2px;
  border-bottom: #c6bea5 solid 2px;
}
div.main-content.development-plan > div div.section:nth-child(even) {
  background-color: #fff;
}
div.main-content.development-plan > div div.section:last-child {
  border-bottom: 0 none #fff;
}
div.main-content.development-plan .align-top {
  vertical-align: 2px !important;
}
div.main-content.development-plan button.delete {
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 100;
  background-color: red;
}
div.main-content.development-plan input.cost::-webkit-outer-spin-button,
div.main-content.development-plan input.cost::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
div.main-content.development-plan input.cost[type=number] {
  -moz-appearance: textfield;
}

body.development-plan .plan-name {
  background-color: #cd6434;
}
body.development-plan .total-cost {
  background-color: #368c82;
}
body.development-plan .bg-warning {
  background-color: #d9d7c9 !important;
}
body.development-plan .bg-light {
  background-color: #ebebeb !important;
}
