.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

.thumbnail {
	height: 200px;
}

.thumbnail img.pull-right {
	width: 50px;
}
.btn-primary {
  /*background-color: red;*/

}

.cursor-pointer {
  cursor: pointer;
  cursor: hand; /* for cross-browser compatibility */
}

tr.hoverable:hover {
  background-color: #EFEFEF;
}

/*invalid input auto angular*/
.ng-invalid.ng-dirty {
  border-color: #FA787E;
  outline-color: #FA787E;
}

.ng-invalid.ng-dirty:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 78, 78, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 78, 78, 0.6);
}

.ng-invalid-required.ng-touched {
  border-color: #FA787E;
  outline-color: #FA787E;
}

/*invalid input forced*/
.wrong-input {
  border-color: #FA787E;
  outline-color: #FA787E;
}

.ng-invalid.save-pushed {
  border-color: #FA787E;
  outline-color: #FA787E;
}

.ng-invalid.save-pushed:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 78, 78, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 78, 78, 0.6);
}

.pull-right {
  float: right !important;
}

.invalid-input-message {
  color: #FF0000;
}

.text-left {
  text-align: left !important;
}

.alert-label {
  padding: 6px 10px 6px 10px;
  margin: 0px;
}

/*if nothing selected set placeholder color*/
select.ng-invalid {
  color: #999999;
}

select.ng-invalid > option {
  color: #000000;
}

/*disable select option placehlder*/
select option[disabled]:first-child {
  display: none;
}

/* chrome */
input::-webkit-input-placeholder {
  color: #fff !important;
}

input:focus::-webkit-input-placeholder {
  color: #bbb !important;
}

/* Firefox < 19 */
input:-moz-placeholder {
  color: #fff !important;
}

input:focus:-moz-placeholder {
  color: #bbb !important;
}

/* Firefox > 19 */
input::-moz-placeholder {
  color: #fff !important;
}

input:focus::-moz-placeholder {
  color: #bbb !important;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
  color: #fff !important;
}

input:focus:-ms-input-placeholder {
  color: #bbb;
}

/* chrome */
input::-webkit-input-placeholder {
  color: #fff !important;
}

input:focus::-webkit-input-placeholder {
  color: #bbb !important;
}

/* Firefox < 19 */
input:-moz-placeholder {
  color: #fff !important;
}

input:focus:-moz-placeholder {
  color: #bbb !important;
}

/* Firefox > 19 */
input::-moz-placeholder {
  color: #fff !important;
}

input:focus::-moz-placeholder {
  color: #bbb !important;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
  color: #fff !important;
}

input:focus:-ms-input-placeholder {
  color: #bbb;
}

.payments th {
  text-align: center;
}

.money {
  text-align: left;
}

.date {
  text-align: left;
}

.index {
  text-align: left !important;
}

#users td, #representations td, #consents td {
  line-height: 30px;
}

.user-data > tbody > tr > td {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

#availableRepresentations {
  width: 80%;
}

.inner_table_padding {
  padding-left: 10px;
}

.checkbox-group .btn.focus {
  outline: none;
  background-color: inherit;
}

.checkbox-group .btn.active.focus {
  outline: none;
  background-color: #e6e6e6;
}

.checkbox-group .btn:hover {
  background-color: #e6e6e6;
}

.loading-icon-div {
  text-align: center;
}

.loading-icon {
  width: 40px;
  height: 40px;
}

.loading-icon-small {
  width: 20px;
  height: 20px;
}

/*
new design
*/
.navbar-inverse {
  background-color: #9da6a2;
  border-color: #9da6a2;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #2a3539;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: #2a3539;
  color: #fff;
}

.username {
  color: #000 !important;
}

.username:hover {
  color: #fff !important;
}



@font-face {
  font-family: PTSans-Regular;
  src: url('../assets/fonts/PTSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: PTSans-Bold;
  src: url('/../assets/fonts/PTSans-Bold.ttf') format('truetype');
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: PTSans-Regular;
  font-size: 14px;
  margin-bottom: 70px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.panel {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}

h3 {
  font-family: PTSans-Bold;
}

.btn-apply {
  background-color: #2a3539;
  border-color: #2a3539;
}

.panel-default > .panel-heading {
  padding-top: 30px;
  font-family: PTSans-Regular;
  font-size: 14px;
  background-color: #fff;
  border-color: #fff;
  color: #2a3539;
}

.second-btn {
  position: relative;
  right: 30%;
}

.btn-edit {
  color: #000;
  padding: 8px 4px;
  background-color: transparent;
  border-radius: 0;
}

.btn-edit:hover, .btn-edit:focus, .btn-edit.focus, .btn-edit:active, .btn-edit.active, .open > .dropdown-toggle.btn-edit {
  background-color: #5cb85c;
  color: #fff;
}

.btn-representationEdit {
  color: #000;
  padding: 8px 4px;
  background-color: transparent;
  border-radius: 0;
}

.btn-representationEdit:hover, .btn-representationEdit:focus, .btn-representationEdit.focus, .btn-representationEdit:active, .btn-representationEdit.active, .open > .dropdown-toggle.btn-representationEdit {
  background-color: #286090;
  color: #fff;
}

.btn-delete:hover, .btn-delete:focus, .btn-delete.focus, .btn-delete:active, .btn-delete.active, .open > .dropdown-toggle.btn-delete {
  background-color: #b53942;
  color: #fff;
}

.btn-delete {
  color: #000;
  background-color: transparent;
  padding: 8px 4px;
  border-radius: 0;
}

i.glyphicon-user {
  font-size: 39px;
}

.btn-create {
  background-color: #9ea7a3;
  color: #fff;
  border-color: #9ea7a3;
}

.btn-create:hover, .btn-create:focus, .btn-create:active, .btn-create.active, .open > .dropdown-toggle.btn-create {
  background-color: #2a3539;
  color: #fff;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 0;
  padding-right: 4px;
  padding-left: 4px;
  vertical-align: 0;
  border-top: none;
  vertical-align: 0;
}

tbody tr {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

thead tr th {
  height: 40px;
  vertical-align: middle !important;
}

.add {
  position: relative;
  top: -38px;
}

.fa-user-plus {
  margin-right: 7px;
}

div.row i.fa {
  margin-right: 4px;
}

a.list-group-item.disabled {
  cursor: auto !important;
}

.header-icon {
  position: relative;
  top: -25px;
  left: -5px;
  font-size: 1.5em;
}

.actionList {
  background-color: #9DA6A2;
  max-width: 500px;
  margin-top: 30px;
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.actionList li {
  position: relative;
  list-style-type: none;
  line-height: 45px;
}

.actionList li a {
  padding-left: 15px;
  color: #fff;
  text-decoration: none;
  display: block;
  color: #fff;
}

.actionList li:hover {
  background-color: #2a3539;
}

.main-container {
  padding-left: 0;
  margin: 60px auto 120px;
}

.actionList i {
  margin-right: 7px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  background-color: #2a3539;
  bottom: 0;
}

.footer-content {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 30px;
  color: #9DA6A2;
}

.footer-content a {
  color: white;
}

.footer-copyright {
  float: left;
  margin: 40px 0 40px 40px;
}

.footer-app {
  float: left;
  margin: 40px 0 0 4px;
}

.footer-townHall-info {
  float: right;
  margin: 20px 20px;
}

.footer-townHall-info span {
  display: block;
}

.footer-website-availability-declaration {
  position: absolute;
  left: 60px;
  bottom: 10px;
}

.footer-townHall-logo {
  float: right;
  margin: 15px 0 0;
  display: inline-block;
}

.alert-custom-margin {
  margin-top: 25px;
}

.borderless {
  border-collapse: separate;
}

tr.sum-up {
  font-family: PTSans-Bold;
  color: #586263;
}

div.account.collapsed .panel-heading {
  background: rgba(42, 53, 57, .25);
}

#accounts {
  width: 100%;
}

#accounts div.account div {
  padding-top: 10px;
  padding-bottom: 10px;
}

div.account:not(.collapsed) > div > .panel-heading {
  background: rgb(42, 53, 57);
  color: white !important;
}

div.account:not (.collapsed ) > td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.accounts-title {
  font-family: PTSans-Bold;
  font-size: 22px;
  color: #2a3539;
}

.accounts-description {
  color: #2a3539;
}

div.payment.collapsed .panel-heading {
  background: rgb(255, 255, 255);
}

div.payment:not(.collapsed) div > .panel-heading {
  background-color: rgb(56, 96, 165);
  color: white !important;
}

div.payment:not (.collapsed ) > td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.payments {
  padding-right: 50px;
}

.payments-row {
  color: rgb(42, 53, 57);
}

.payments-row > td {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  vertical-align: middle;
}

.payments-row > th {
  text-align: left;
}

.payments-thead {
  font-family: PTSans-Bold;
  color: #2a3539
}

.payments-active-row {
  background-color: #375fa4;
  color: white;
}

.payment-details-row {
  font-size: 12px;
  color: rgb(56, 96, 165);
}

.payment-details-row:hover {
  font-size: 12px;
  background: rgba(56, 96, 165, .25);
  color: #375fa4;
}

.payment-details-thead {
  font-family: PTSans-Bold;
}

.centered {
  text-align: center;
}

div.expandable-icon {
  text-align: center;
}

.account-info {
  margin-left: 20px;
}

.table {
  display: table;
  margin-bottom: 0px;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
}

#accounts-container {
  margin-top: 50px;
}

.truncate {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tooltip-inner {
  max-width: 100%;

  /* For cross-browser compatibility */
  width: 100%;
}

.container .history td {
  line-height: 14px;
  padding: 8px;
}

.drop-box {
  background: #F8F8F8;
  border: 5px dashed #DDD;
  height: 105px;
  text-align: center;
  padding-top: 35px;
  margin-bottom: 10px;
}

.account .panel-heading {
  padding: 0px 0px 0px 0px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 14px !important;
  color: #2a3539 !important;
}

.separator {
  color: white;
  border: 0;
  height: 1px;
}

.vertical-separator {
  background-color: white;
  width: 1px;
}

.header-above-arrow {
  width: 5%;
}

.arrow {
  padding-left: 10px;
  width: 5%;
}

.account-index {
  width: 5%;
}

.account-name {
  width: 90%;
}

.payment-index {
  width: 5%;
}

.payment-description {
  width: 30%;
}

.payment-sum-up-text tbody tr td {
  font-weight: bold;
  color: green;
}

.payment-sum-up-column {
  width: 35%;
}

.payment-big-column {
  width: 30%;
}

.payment-small-column {
  width: 10%;
}

.payment-very-small-column {
  width: 5%;
}

.form-group .btn-create {
  margin-top: 5px;
}

.form-group .btn-create {
  margin-top: 5px;
}

.payment {
  /*margin-left: -20px;*/
  margin-right: 50px;
}

.spinner {
  margin: 20px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin: 0 3px 0 0;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4)
  }
  20% {
    -webkit-transform: scaleY(1.0)
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.loading-title {
  text-align: center;
}

.navbar-anchor-disabled {
  pointer-events: none;
}

.modal .modal-body#previewModal {
  max-height: 420px;
  overflow-y: auto;
}

.big-checkbox {
  width: 18px;
  height: 18px;
}

#pay-button {
  margin-right: 50px;
  margin-left: 10px;
}

#pay-div {
  margin-top: 10px;
}

.typeahead-input .dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
}

#cookie-consent {
  color: white;
  background: #4e5a5f;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

#cookie-consent button {
  color: black;
}

.highContrast {
  width: 20px;
  position: relative;
}

.gpps-icon {
  margin-top: -4px;
  max-height: 32px;
  margin-left: 40px;
  max-width: 80%;
}

.accessibilityParagraph {
  cursor: pointer;
}

#cookieButton {
  color: black;
  background: #f3f323;
  margin-left: 5%;
  width: 80px;
}

#cookieWarning {
  margin-left: 15px;
}

#cookieDiv {
  position: relative;
  z-index: 10000;
}

#gpps-forms .gpps-forms-section {
  margin: 0 10px;
  border-bottom: 1px #737373 solid;
}

#gpps-forms .gpps-forms-section .gpps-forms-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  cursor: pointer;
}

#gpps-forms .gpps-forms-section .gpps-forms-header:after {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  color: #737373;
  margin-right: 10px;
}

#gpps-forms .gpps-forms-section .gpps-forms-header.collapsed:after {
  content: "\e080";
}

#gpps-forms .gpps-forms-section .gpps-forms-header h3 {
  user-select: none;
  margin: 10px 0;
}

#gpps-forms .gpps-forms-section .gpps-forms-header:hover h3 {
  color: #4183c4;
}

#gpps-forms .gpps-forms-section .gpps-forms-links {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
}

#gpps-forms .gpps-forms-section .gpps-forms-links > * {
  margin: 5px 0;
}

#gpps-forms .gpps-forms-section .gpps-forms-links .epuap-icon {
  height: 15px;
}
