﻿body a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
body a.navbar-brand img {
  max-height: 60px;
}
body a .fa-solid {
  color: #53a9d5;
  font-size: 20px;
}
body #btnBack {
  float: right;
  margin-right: 5px;
}
body .container {
  max-width: 1550px;
  overflow: hidden;
}
body .container main {
  overflow: hidden;
}
body .container main .filters {
  overflow: hidden;
  padding-bottom: 5px;
}
body .container main #SearchMonthDeclarations {
  float: right;
  margin-right: 5px;
}
body .container main #currentPage {
  padding: 5px;
  font-weight: 500;
}
body .container main #separator {
  padding: 5px 0;
  font-weight: 500;
}
body .container main #totalPages {
  padding: 5px;
  font-weight: 500;
}
body .container main #declarationsOverview {
  padding-top: 45px;
}
body .container main #account {
  overflow: hidden;
}
body .container main .uploadFileBtn {
  cursor: pointer;
}
body .container main #otherdeclarations input[type=text] {
  width: 100%;
}
body .container main #otherdeclarations input[type=number] {
  width: 140px;
}
body .container main #otherdeclarations input[type=submit] {
  margin-top: 32px;
}
body .container main #otherdeclarations label {
  display: block;
}
body .container main #otherdeclarations td {
  position: relative;
}
body .container main #otherdeclarations .currency {
  /*float: left;
  border: 1px solid #ced4da;
  border-right: 0;
  background-color: #FFF;
  border-radius: .25rem 0 0 .25rem;
  padding: .375rem .50rem .375rem .75rem;*/
  position: absolute;
  left: 20px;
  top: 52px;
}
body .container main #otherdeclarations .sub-dec-amount {
  /*border-left: 0;
  border-radius: 0 .25rem .25rem 0;*/
  padding-left: 30px;
}
body .container .table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(83, 169, 213, 0.1);
}
body .container .table td, body .container .table th {
  border-top: none;
}
body .container .table td:hover {
  background-color: rgba(83, 169, 213, 0.5);
}
body .container .table .totalAmmount {
  font-weight: 600;
}
body .container .form-control {
  width: auto;
  float: left;
  margin-right: 10px;
  /*border-width:1px;*/
}
body .container .btn.btn-primary {
  color: #FFF;
  background-color: #ed8100;
  border-color: #ba6500;
}
body .container .btn.btn-secondary {
  background-color: #53a9d5;
  border-color: #53a9d5;
}
body .container .btn.btn-outline-secondary:hover {
  background-color: #53a9d5;
  border-color: #53a9d5;
  /*background-color: $soma-orange;
  border-color: darken($soma-orange, 5%);*/
}
body .container .btn.btn-outline-secondary:focus {
  /*background-color: $soma-orange;*/
  /*border-color: darken($soma-orange, 5%);*/
  box-shadow: none;
}
