body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 1024px;
}

.container {
  width: 1024px;
}

.navbar-inner {
  background: #b6e026; /* Old browsers */
  background: -moz-linear-gradient(top, #b6e026 0%, #abdc28 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6e026), color-stop(100%,#abdc28)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b6e026 0%,#abdc28 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b6e026 0%,#abdc28 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b6e026 0%,#abdc28 100%); /* IE10+ */
  background: linear-gradient(to bottom, #b6e026 0%,#abdc28 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e026', endColorstr='#abdc28',GradientType=0 ); /* IE6-9 */
}

#address {
  clear: both; 
  color: #999; 
  line-height: 16px
}

/* users */
.form-signin {
  max-width: 300px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
      
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}

.content {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  max-width: 900px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

#adduser-div {
  border: 1px solid #e5e5e5;
  max-width: 600px;
  padding: 19px 29px 29px;
  margin: 10px 0 0 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.adduser-form {
  margin-top: 30px;
}

/* finances */
.input-datepicker {
  width: 120px;
}

#total-show, #group-show, #expenses-show, #balance-show, #charts-show {
  margin-bottom: 10px;
}

#group-results .table {
  width: 700px;
}

#balance .table {
  width: 300px;
}

/* service */

#btn-stop {
  margin-bottom: 10px;
}

.filter-form-button-download {
  margin-bottom: 10px;
}

/* actions */

#create-action, #create-new-action, #actions-show{
  margin-bottom: 10px;
}

.mt-10{
  margin-top: 10px;
}

.mt-20{
  margin-top: 20px;
}

.mt-30{
  margin-top: 30px;
}

.mt-40{
  margin-top: 40px;
}

.mt-50{
  margin-top: 50px;
}

.mb-10{
  margin-bottom: 10px;
}

.mb-20{
  margin-bottom: 20px;
}

.ml-10{
  margin-left: 10px;
}

.ml-20{
  margin-left: 20px;
}

.col-mt-10{
  margin-top: 10px;
}

.input-middle {
  width: 132px;
}

.table th.text-center, .table td.text-center{
  position: relative;
  text-align: center;
}

.alert .btn-change-priority,
.alert .btn-cancel-priority{
  position: relative;
  top: 8px;
  right: -21px;
  line-height: 20px;
  float: right;
}

.sortable .ui-state-default a,
.sortable .ui-state-default a:link,
.sortable .ui-state-default a:visited{
  color: #ffffff;
}

.sortable .ui-state-default{
  border: none;
  background: #ffffff;
  color: inherit;
}

.sortable-modal .ui-state-default{
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  color: inherit;
}

.sortable .ui-icon{
  display: none;
}

.sortable-modal .ui-icon{
  position: absolute;
  left: 10%;
  top: 13px;
}

.modal.modal-priority .btn-container,
.sortable-modal .btn-container{
  display: none;
}

.modal.modal-priority{
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.modal.fade.in.modal-priority{
  top: 15%;
}

.modal-body {
  max-height: 600px;
}

.top-nav{
  margin-top: 40px;
  font-size: 18px;
}