/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.bg-gradient {
  background-color: #a4aafc;
  background-image: none;
}
.mainnav {
  background-color: #ffb95d;
  background-image: none;
}
.navbar-default .navbar-nav > li > a {
  color: black;
}
.site-header {
  font-size: 36px;
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}
.site-header .content-block {
  background-color: rgba(204, 208, 255, 0.5);
}
.content-block {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: 2px 2px grey;
}
.content-block.dialog {
  display: inline-block;
}
.content-block table {
  border: 1px grey solid;
}
.content-block table tr td,
.content-block table tr th {
  padding: 5px;
  border: 1px grey dotted;
}
.content-block table tr th {
  font-size: 18px;
}
.content-block table tr td {
  font-size: 16px;
}
.content-block table.noborder {
  border: 0px;
}
.content-block table.noborder tr td,
.content-block table.noborder tr th {
  border: 0px;
}
.content-block input[type="checkbox"] {
  margin-left: 0px;
}
.color-ok {
  color: green;
}
.color-remove {
  color: red;
}
label {
  padding-right: 10px;
  padding-bottom: 10px;
}
.positive_currency {
  font-size: 17px;
  color: green;
}
.positive_currency.back_payment {
  color: blue;
}
td.grey span.positive_currency,
td.grey span.negative_currency {
  color: grey;
}
.negative_currency {
  font-size: 17px;
  color: red;
}
.negative_currency.back_payment {
  color: orange;
}
.show-calculation {
  font-size: 12px;
}
.default_currency,
.zero_currency {
  font-size: 16px;
  color: grey;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.center-container {
  width: 100%;
}
.flash {
  font-size: 24px;
  color: red;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
}
.row {
  margin-left: 20px;
  margin-right: 20px;
}
.no-margin {
  margin: 0;
}
input.form-control {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
}
a.btn {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.btn-micro {
  padding: 2px 4px;
}
.flash_succeed {
  color: green;
  font-size: 20px;
}
.flash_grey {
  color: grey;
  font-size: 16px;
}
.flash_error {
  color: red;
  font-size: 20px;
}
.invisible-button {
  border: 0px;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.invisible-button :hover {
  text-decoration: underline;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffca86;
}
.finalBills.index label {
  width: 120px;
}
.finalBills.show h1 {
  text-align: center;
}
.finalBills.show table {
  margin-top: 10px;
}
.finalBills.show table td {
  text-align: center;
}
.finalBills.show table tr.sum td span {
  text-decoration: underline;
  border-bottom: 1px solid #000;
}
.noscript-hide {
  display: none;
}
a.link {
  cursor: pointer;
}
a.disable-btn {
  pointer-events: none;
  cursor: default;
  background-color: grey;
  background-image: none;
}
.btn-transparent {
  background-color: none;
  background-image: none;
  color: black;
}
.btn-transparent:hover {
  border: 1px solid grey;
}
.modal-dialog {
  background-color: white;
  border-radius: 20px;
  min-width: 850px;
  width: 90%;
  background-color: #a4aafc;
}
.modal-dialog .modal-title {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 10px;
  box-shadow: 2px 3px black;
}
.modal-dialog button.close {
  border-radius: 30px;
  background-color: red;
  padding-left: 6px;
  padding-right: 5px;
}
li.dropdown:hover ul.dropdown-menu {
  display: block;
}
table tr {
  text-align: right;
}
.sticky-bottom-left {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  left: 10px;
  color: white;
  padding: 15px;
  border-radius: 15px;
  background-color: #767ffc;
  z-index: 100;
  border: blue 1px solid;
}
h3.error-title {
  text-align: center;
  border-bottom: 1px solid black;
  margin-top: 10px;
}
div.error-message {
  text-align: left;
}
.clickable {
  cursor: pointer;
}
.fieldset-border {
  border: 1px dotted grey;
  max-width: 400px;
  padding: 5px;
}
.fieldset-border .normal-legend {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: bold;
}
.content-block table tr td.without-border {
  border: none;
}
.content-block.message-sender {
  margin-bottom: 0px;
  color: #545aac;
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 2px;
  padding-top: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.content-block.message-sender.message-right {
  float: right;
}
.content-block.message-sender.message-left {
  float: left;
}
.content-block.message-sender .date {
  color: grey;
  font-size: smaller;
}
.message-content h3 {
  color: #2231f6;
}
.message-content.message-left {
  border-top-left-radius: 0;
}
.message-content.message-right {
  border-top-right-radius: 0;
}
.message-content .date {
  color: grey;
  font-size: 12px;
  float: right;
}
#MessageIndexForm input[type='text'] {
  width: 230px;
}
h3.inline {
  display: inline-block;
  margin-right: 5px;
}
.nextdiv-inline div {
  display: inline-block;
}
