html {
  overflow-y: scroll;
}

.anim-rotate {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
}

th.rotate > div {
  transform:
    /* Magic Numbers */
    /*translate(25px, 51px)*/
    rotate(-45deg);
  width: 30px;
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

.doc-list {
  padding-left: 16px;
}

.doc-list-item-icon {
  padding-right: 16px;
}

div.stack div {
  margin-top: 12px;
}

div#loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(255, 255, 255, 0.6) url('/project/img/spinner.gif') no-repeat center center;
}

.no-show {
  visibility: hidden;
}

.show {
  opacity: 1;
  transition: opacity 300ms;
}

.hide {
  opacity: 0;
  transition: opacity 300ms;
}

.transparent {
  opacity: 0.7;
  transition: opacity 300ms;
}

.navbar.debug {
  background: repeating-linear-gradient(
  45deg,
  #2c3e50,
  #2c3e50 100px,
  #2c5e70 100px,
  #2b5d70 180px
  );
}

.documents a {
  color: #2c3e50;
}

.affix-bottom {
  display:none;
}

.separator {
  padding-top: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
}

.pill {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.event-name {
  padding-bottom:8px;
}

.agency-badge {
  float:right;
  margin-top:-8px;
  margin-right:-8px;
}

.warn-assigned a {
  color: #f39c12;
}

.warn-assigned ul {
  margin: 0;
  margin-left: 1px;
}

.label-pill {
  border-radius: 1em;
}

.bootstrap-select .btn-select {
  color: #2c3e50;
  background-color: #fff;
  border-color: rgb(220, 228, 236);
}

.bootstrap-select .btn-select:hover {
  color: #2c3e50;
  background-color: #ecf0f1;
  outline: none;
}

.bootstrap-select .btn-select:focus {
  color: #2c3e50;
  background-color: #fff;
  border-color: #2c3e50;
  outline: none !important;
}

.dropdown-menu>li>a {
  color: #2c3e50;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #fff;
  outline: none;
}

.deco-none {
  color: #2c3e50;
}

.deco-none:hover {
  color: #2c3e50;
}

.text-icon {
  margin-right: 6px;
}

.clickable:hover {
  text-decoration: underline;
  cursor: pointer;
}

.focusable .focused {
  visibility: hidden;
}

.focusable:hover .focused {
  visibility: visible;
}

.chart {
  margin-top: 36px;
}

.no-highlight {
  color: #2c3e50;
}

.transaction-count {
  width: 100%;
}

.transaction-count td:last-child {
  padding-right: 8px;
  padding-left: 8px;
}

.progress-transactions {
  height: 20px;
  margin: 0;
  background-color: #95a5a6;
}

.progress-transactions .progress-bar {
  font-size: 16px;
}

.brand {
  font-family: 'Noto Serif';
}

.navbar {
  border-radius: 0;
}

.navbar-brand > img {
  margin-top: -6px;
}

.modal-dialog {
  z-index: 1100;
}

.col-week {
  width: 10%;
  text-align: center;
  vertical-align: middle !important;
}

.col-day {
  text-align: center;
  width: 12.9%;
}

.holiday {
  background-color: #f9c5c5;
}

.today {
  background-color: #95a5a6;
  color: #fff;
}

.holiday.today {
  background-color: #fca9a9;
}

.today.link.hovered {
  color: #2C3E50;
}

.noon{
  background-color: #ECF0F1;
  height: 35px;
}

.planning .slots {
  padding: 0px;
  border: none;
  background: repeating-linear-gradient(
  45deg,
  white,
  white 10px,
  #ECF0F1 10px,
  #ECF0F1 20px
  );
}

.link {
  cursor: pointer;
}

.table-slots tbody tr td {
  height: 64px;
  vertical-align: middle;
}

.table-slots tbody tr td {
  text-align: center;
}

.table-slots tbody tr td div span {
  text-align: center;
  display: block;
}

.hovered {
  background-color: #f5f5f5;
}

.slots span.hover {
  display: none;
}

.slots.slots--current span.hover {
  display: block;
}

.slots span.nothover {
  display: block;
}

.slots.slots--current span.nothover {
  display: none;
}

.toggle span.hover {
  display: none;
}

.toggle span.nothover {
  display: block;
}

.toggle:hover span.hover {
  display: block;
}

.toggle:hover span.nothover {
  display: none;
}

.no-toggle span.hover {
  display: none;
}

.no-toggle span.nothover {
  display: block;
}

.slots table {
  margin-bottom: 0;
}

.table tbody tr td.day {
  text-align: center;
  vertical-align: middle;
}

/* folder funeral */
.folder-type-0 {
  background-color: #3498db;
  color: #fff
}
.folder-type-0-reservation {
  background-color: rgba(231, 76, 60, .8);
}
.folder-type-0:hover {
  background-color: #4f9acb;
}
.folder-type-0-reservation:hover {
  background-color: rgba(231, 76, 60, .9);
}

/* folder transport */
.folder-type-1,
.folder-type-1-reservation {
  background-color: #18bc9c;
  color: #fff
}
.folder-type-1:hover,
.folder-type-1-reservation:hover {
  background-color: #15a589;
}

/* folder exhumation */
.folder-type-2,
.folder-type-2-reservation {
  background-color: #884ea0;
  color: #fff;
}
.folder-type-2:hover,
.folder-type-2-reservation:hover {
  background-color: #7d3c98;
}

/* folder cemetery arrival */
.folder-type-3,
.folder-type-3-reservation {
  background-color: #5f6a6a;
  color: #fff;
}

.folder-type-3:hover,
.folder-type-3-reservation:hover {
  background-color: #4d5656;
}

/* folder admission PF ext*/
.folder-type-4,
.folder-type-4-reservation {
  background-color: #2B5D70;
  color: #fff;
}

.folder-type-4:hover,
.folder-type-4-reservation:hover {
  background-color: #1B4D60;
}

/* folder contrat obseque */
.folder-type-5,
.folder-type-5-reservation {
  background-color: #a7d3ef;
  color: #2c3e50;
}

.folder-type-5:hover,
.folder-type-5-reservation:hover {
  background-color: #a7d3ef;
  color: #2c3e50;
}

/* folder marbrerie */
.folder-type-6,
.folder-type-6-reservation {
  background-color: #E0DACE;
  color: #6b6762;
}

.folder-type-6:hover,
.folder-type-6-reservation:hover {
  background-color: #d6cdbc;
  color: #6b6762;
}

/* event MEB + service */
.event-type-2 {
  background-color: #3498db;
  color: #fff;
}
.event-type-2:hover {
  background-color: #258cd1;
}

/* event MEB and event Service */
.event-type-4,
.event-type-8 {
  background-color: #58ade3;
}
.event-type-4:hover,
.event-type-8:hover {
  background-color: #4f9acb;
}

.event-type-2-reservation,
.event-type-4-reservation,
.event-type-8-reservation {
  background-color: rgba(231, 76, 60, .8);
}

.event-type-2-reservation:hover,
.event-type-4-reservation:hover,
.event-type-8-reservation:hover {
  background-color: rgba(231, 76, 60, .9);
}

/* event urn delivery */
.event-type-16 {
  background-color: #f39c12;
}
.event-type-16:hover {
  background-color: #e08e0b;
}
.event-type-16-reservation {
  background-color: #f1b351;
}
.event-type-16-reservation:hover {
  background-color: #e0a64b;
}

.event-lending {
  color: #fff;
  background-color: #42586e;
}

.event-lending:hover {
  color: #fff;
  background-color: #384b5e;
}

td.selected, td.booked, td.bookable {
  display: none;
}

td.selected.slot--current, td.booked.slot--current, td.bookable.slot--current {
  display: table-cell;
}

.selected {
  background-color: rgba(52, 152, 219, 0.5);
}

.page-header {
  padding-bottom: 9.5px;
  margin: 18px 0 15px;
  border-bottom: 1px solid transparent;
}

.connected-instant {
  color: #18bc9c;
}

.connected-already {
  color: rgba(44, 62, 80, 1);
}

.connected-never {
  color: rgba(44, 62, 80, 0.5);
}

.disabled {
  color: rgba(44, 62, 80, 0.5);
}

.strong {
  font-weight: bold;
}

h3 small,
h4 small {
  color: rgba(44, 62, 80, 0.7);
}

span.assign-status > div > div.tooltip-inner {
  width: 150px;
}

pre {
  white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
  white-space: -pre-wrap; /* Opera */
  white-space: -o-pre-wrap; /* Opera */
  white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
  word-wrap: break-word; /* IE 5.5+ */
}

.empty-label {
  text-align: center;
  margin-top: 24px;
  color: #777;
  font-size: 16px;
}

.panel .empty-label {
  margin-top: 8px;
}

.row-fluid {
  display: flex;
  align-items: flex-end;
}

.vcenter, .vcenter td{
  vertical-align: middle !important;
}

.no-bg {
  background-color: #fff !important;
}

.locked {
  color: rgba(0, 0, 0, 0.4);
}

.readonly:hover {
  background-color: #bbbbbb !important;
}

.tr-section {
  background-color: #fff !important;
}

.tr-section-large td {
  height: 48px;
  margin-left: 24px;
}

.tr-section td {
  vertical-align: middle !important;
  font-size: 110%;
  font-weight: bold;
  color: rgba(44, 62, 80, 0.7);
}

.tr-total {
  height: 64px;
}

.tr-total td {
  vertical-align: middle !important;
  font-size: 120%;
}

.collapse-section {
  margin-top: 12px;
  margin-bottom:6px;
  font-size: 17px;
}

/* Start custom pagination...
.pagination > li > a,
.pagination > li > span {
background-color: #2c3e50;
}

.pagination.disabled > li > a,
.pagination.disabled > li > span {
background-color: #798d8f;
}
 */

  .plan-name {
    font-size: 32px;
  }

  .plan-subname {
    font-size: 22px;
    color: #5c6e80
  }
