
.o_reconciliation {
  /* Match view */
  /* Create view */
}
.o_reconciliation h1 {
  width: 48%;
  padding: 0 0 0 15px;
  margin: 0 0 25px 0;
  float: left;
  font-size: 2em;
  height: 1.5em;
}
.o_reconciliation h1.statement_name_edition input {
  width: 85%;
}
.o_reconciliation .progress {
  width: 49%;
  margin: 10px 15px 0 0;
  float: right;
  position: relative;
  display: inline-block;
}
.o_reconciliation .progress .progress-bar {
  background-color: #7c7bad;
}
.o_reconciliation .progress .progress-text {
  text-align: center;
  position: absolute;
  width: 100%;
}
.o_reconciliation .notification_area {
  clear: both;
}
.o_reconciliation .o_view_nocontent {
  max-width: none;
  padding: 0 10%;
  color: #a8a8a8;
  font-size: 125%;
}
.o_reconciliation .accounting_view {
  width: 100%;
}
.o_reconciliation .accounting_view .cell_left {
  border-right: 1px solid #333;
  padding-right: 5px;
}
.o_reconciliation .accounting_view .do_partial_reconcile_true {
  color: #7c7bad;
  padding-right: 5px;
}
.o_reconciliation .accounting_view .do_partial_reconcile_false {
  color: #f0eeee;
  padding-right: 5px;
}
.o_reconciliation .o_multi_currency {
  margin-right: 5px;
}
.o_reconciliation .o_multi_currency.o_multi_currency_color_0 {
  color: #dd6666;
}
.o_reconciliation .o_multi_currency.o_multi_currency_color_1 {
  color: #aaaaaa;
}
.o_reconciliation .o_multi_currency.o_multi_currency_color_2 {
  color: #66dd66;
}
.o_reconciliation .o_multi_currency.o_multi_currency_color_3 {
  color: #6666dd;
}
.o_reconciliation .o_multi_currency.o_multi_currency_color_4 {
  color: #dddd66;
}
.o_reconciliation .o_multi_currency.o_multi_currency_color_5 {
  color: #dd66dd;
}
.o_reconciliation .o_multi_currency.o_multi_currency_color_6 {
  color: #66dddd;
}
.o_reconciliation .o_multi_currency.o_multi_currency_color_7 {
  color: #aaa333;
}
.o_reconciliation .o_reconciliation_line {
  margin-bottom: 30px;
  /* columns */
  /* info popover */
  /* Icons */
  /* Match view & Create view */
}
.o_reconciliation .o_reconciliation_line table {
  width: 100%;
  vertical-align: top;
}
.o_reconciliation .o_reconciliation_line tr {
  cursor: pointer;
}
.o_reconciliation .o_reconciliation_line tr.already_reconciled {
  color: #4444cc;
}
.o_reconciliation .o_reconciliation_line tr.invalid {
  text-decoration: line-through;
}
.o_reconciliation .o_reconciliation_line thead td {
  border-top: 1px solid #bbbbbb;
  padding-top: 4px;
  padding-bottom: 5px;
  background-color: #f0f0f0;
}
.o_reconciliation .o_reconciliation_line tfoot td {
  color: #bbb;
}
.o_reconciliation .o_reconciliation_line .cell_action {
  width: 15px;
  color: #555555;
  background: #fff;
  border: 0;
}
.o_reconciliation .o_reconciliation_line .cell_action .fa-add-remove:before {
  content: "";
}
.o_reconciliation .o_reconciliation_line tr:hover .cell_action .fa-add-remove:before {
  content: "\f068";
}
.o_reconciliation .o_reconciliation_line .is_tax .cell_action .fa-add-remove:before {
  position: relative;
  top: -18px;
}
.o_reconciliation .o_reconciliation_line .cell_account_code {
  width: 80px;
}
.o_reconciliation .o_reconciliation_line .cell_due_date {
  width: 100px;
}
.o_reconciliation .o_reconciliation_line .cell_label {
  width: auto;
}
.o_reconciliation .o_reconciliation_line .cell_left {
  padding-right: 5px;
}
.o_reconciliation .o_reconciliation_line .cell_right,
.o_reconciliation .o_reconciliation_line .cell_left {
  text-align: right;
  width: 120px;
}
.o_reconciliation .o_reconciliation_line .cell_info_popover {
  text-align: right;
  width: 15px;
  color: #ccc;
  background: #fff;
  border: 0;
}
.o_reconciliation .o_reconciliation_line .popover {
  max-width: none;
}
.o_reconciliation .o_reconciliation_line table.details {
  vertical-align: top;
}
.o_reconciliation .o_reconciliation_line table.details td:first-child {
  vertical-align: top;
  padding-right: 10px;
  font-weight: bold;
}
.o_reconciliation .o_reconciliation_line tr.one_line_info td {
  padding-top: 10px;
  text-align: center;
  color: #4444cc;
}
.o_reconciliation .o_reconciliation_line .toggle_match,
.o_reconciliation .o_reconciliation_line .toggle_create {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 300ms ease 0s;
  -moz-transition: transform 300ms ease 0s;
  -o-transition: transform 300ms ease 0s;
  transition: transform 300ms ease 0s;
}
.o_reconciliation .o_reconciliation_line .visible_toggle {
  visibility: visible !important;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.o_reconciliation .o_reconciliation_line[data-mode="match"] .toggle_match {
  visibility: visible !important;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.o_reconciliation .o_reconciliation_line[data-mode="create"] .toggle_create {
  visibility: visible !important;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.o_reconciliation .o_reconciliation_line > .match,
.o_reconciliation .o_reconciliation_line > .create {
  max-height: 0px;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: max-height 250ms ease 0s;
  -moz-transition: max-height 250ms ease 0s;
  -o-transition: max-height 250ms ease 0s;
  transition: max-height 250ms ease 0s;
}
.o_reconciliation .o_reconciliation_line[data-mode="match"] > .match {
  max-height: none;
  overflow: visible;
  -webkit-transition: max-height 400ms ease 0s;
  -moz-transition: max-height 400ms ease 0s;
  -o-transition: max-height 400ms ease 0s;
  transition: max-height 400ms ease 0s;
}
.o_reconciliation .o_reconciliation_line[data-mode="create"] > .create {
  max-height: 210px;
  -webkit-transition: max-height 400ms ease 0s;
  -moz-transition: max-height 400ms ease 0s;
  -o-transition: max-height 400ms ease 0s;
  transition: max-height 400ms ease 0s;
}
.o_reconciliation .match > div {
  padding: 1px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.o_reconciliation .match .cell_action .fa-add-remove:before {
  content: "";
}
.o_reconciliation .match tr:hover .cell_action .fa-add-remove:before {
  content: "\f067";
}
.o_reconciliation .match .match_controls {
  padding: 0 0 5px 18px;
}
.o_reconciliation .match .match_controls .filter {
  width: 240px;
  display: inline-block;
}
.o_reconciliation .match .match_controls .fa-chevron-left,
.o_reconciliation .match .match_controls .fa-chevron-right {
  display: inline-block;
  cursor: pointer;
}
.o_reconciliation .match .match_controls .fa-chevron-left {
  margin-right: 10px;
}
.o_reconciliation .match .match_controls .fa-chevron-left.disabled,
.o_reconciliation .match .match_controls .fa-chevron-right.disabled {
  color: #ddd;
  cursor: default;
}
.o_reconciliation .match .show_more {
  display: inline-block;
  margin-left: 18px;
  margin-top: 5px;
}
.o_reconciliation .create > div {
  margin: 0 15px;
  padding: 10px;
  overflow: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.o_reconciliation .create > div > div.quick_add > .o_reconcile_models {
  max-height: 54px;
  overflow: auto;
}
.o_reconciliation .create table {
  width: 49%;
  margin: 0;
  vertical-align: top;
}
.o_reconciliation .create td {
  width: 99%;
  padding-left: 8px;
}
.o_reconciliation .create tr .o_td_label {
  vertical-align: top;
  line-height: 26px;
  font-weight: bold;
  padding-right: 8px;
  min-width: 100px;
  border-right: 1px solid #ddd;
  white-space: nowrap;
  width: 1%;
}
.o_reconciliation .create .btn {
  padding-top: 0;
  padding-bottom: 0;
}
.o_reconciliation .create .add_line_container {
  text-align: center;
  clear: both;
  color: #4444cc;
  cursor: pointer;
}
/*Manual Reconciliation*/
.o_manual_statement .accounting_view td[colspan="3"] span:first-child {
  width: 50%;
  display: inline-block;
}
.o_manual_statement .accounting_view td[colspan="2"] {
  border-bottom: 1px solid #333;
  text-align: center;
  width: 240px;
}
.o_manual_statement .accounting_view .do_partial_reconcile_true {
  display: none;
}
