/*-----------------------------------------------------------------------
Custom Activity Timeline
*/

.timeline {
  list-style: none;
  padding: 0 0 20px;
  position: relative;
  margin-top: -15px
}

.timeline:before {
  top: 30px;
  bottom: 25px;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #ccc;
  left: 25px;
  margin-right: -1.5px
}

.timeline>li,
.timeline>li>.timeline-panel {
  margin-bottom: 5px;
  position: relative
}

.timeline>li:after,
.timeline>li:before {
  content: " ";
  display: table
}

.timeline>li:after {
  clear: both
}

.timeline>li>.timeline-panel {
  margin-left: 55px;
  float: left;
  top: 19px;
  padding: 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 95%
}

.timeline>li>.timeline-badge {
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  top: 26px;
  left: 9px;
  margin-right: -25px;
  background-color: #fff;
  z-index: 100;
  border-radius: 50%;
  border: 1px solid #d4d4d4
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: left
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-right-width: 0;
  border-left-width: 15px;
  right: -15px;
  left: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-right-width: 0;
  border-left-width: 14px;
  right: -14px;
  left: auto
}

.timeline-badge.primary {
  background-color: #2e6da4 !important
}

.timeline-badge.success {
  background-color: #3f903f !important
}

.timeline-badge.warning {
  background-color: #f0ad4e !important
}

.timeline-badge.danger {
  background-color: #d9534f !important
}

.timeline-badge.info {
  background-color: #5bc0de !important
}

.timeline-title {
  margin-top: 0;
  color: inherit
}

.timeline-heading {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

.timeline-body {
  padding: 15px 10px;
  font-size: 1.2em;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
  margin-top: 0
}

.timeline-body>p+p {
  margin-top: 5px
}

.timeline-badge>.glyphicon {
  margin-right: 0px;
  color: #fff
}

.timeline-body>h4 {
  margin-bottom: 0 !important
}

/**
 * 
 */

.main-content {
  color: #004684
}

.main-content > h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
}

.ajaxOverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
}

.box-content.card .card-content {
  word-break: break-all;
}

.fa {
  font-weight: normal;
}

/* To remove notifications */
a.ico-item.pulse {
  display: none;
}

#paymentAccountsList .btn-group-vertical>.btn.active,
#paymentAccountsList .btn-group-vertical>.btn:active,
#paymentAccountsList .btn-group-vertical>.btn:focus,
#paymentAccountsList .btn-group-vertical>.btn:hover,
#paymentAccountsList .btn-group>.btn.active,
#paymentAccountsList .btn-group>.btn:active,
#paymentAccountsList .btn-group>.btn:focus,
#paymentAccountsList .btn-group>.btn:hover {
  background: #1d84df;
  color: #fff;
}

.firebaseui-tos{
  display:none !important;
}

.disableOverlay {
  /* Do not display it on entry */
  display: none;

  /* Display it on the layer with index 1001.
  Make sure this is the highest z-index value
  used by layers on that page */
  z-index: 1001;

  /* make it cover the whole screen */
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;

  /* make it white but fully transparent */
  background-color: #000;
  opacity: .1;
  filter: alpha(opacity=10);
}