.timeline-style2 .timeline-item {
        padding-bottom: 0px;
        margin-bottom: 0
}

#timeline h3{
	word-break: break-all;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .1rem
}


.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}


.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden
}

hr {
    border: none;
    border-top: 1px solid #f5f6fa;
    margin: 30px 0
}


.card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0 0 30px 0 rgba(202, 199, 226, .5);
    box-shadow: 0 0 30px 0 rgba(202, 199, 226, .5);
    margin-bottom: 20px
}
.card-background-1 {
    background-color: #E1E1E1;
    color: #fff
}


.card-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2rem;
    color: #000000;
    margin-bottom: 2rem
}

.card-right{
   text-align:right;
}

a.tile-label  {
   text-decoration: none;
}

.tilerow {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}

h1.card-title, h2.card-title, h3.card-title
{
	    margin-top: 0px;
		margin-bottom: 15px;
}
.tile-status-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    padding: 0 5px;
color: rgb(241, 82, 0);
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.tile-transaction-type-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin-left: -22px;
    margin-top: -10px;
margin-bottom: -1rem;
    padding: 0;
    position: relative;
}
.tile.tile-type-block {
    border-left: 4px solid #d52b1e;
    word-break: break-all;
}


.tile {
border-radius: 4px;
border: 1px solid #dee2e6;
color: rgba(130, 139, 160, 1);
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
font-size: 12px;
padding: 1rem;

}



.tile.tile-type-block .tile-transaction-type-block {
background-color: rgba(218, 218, 218, .3);
border-bottom: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
border-top: 1px solid #c7c7c7;
color: #49a2ee;
height: 80px;

}


.tile .progress {
background-color: #f5f6fa;
border-radius: 2px;
height: 4px;
margin-top: 8px;
width: 100px;
margin-bottom: 0px;
}
.progress-bar {
    background-color: #d52b1e;
}


@media ( max-width :767px) {
	
.tile {
    border-radius: 0px;
    padding: 1rem 0rem 1rem 1rem;
}	
.tile.tile-type-block .tile-transaction-type-block
{
background-color: rgba(218, 218, 218, 0.2);
color: #49a2ee;
height: auto;
border: none;
padding: 0 5px;
border-radius: 3px;
width: -webkit-fill-available;
line-height: 25px;
}

.tile-transaction-type-block
{
	margin-left: -10px;
	margin-top: -20px;
}

.tile .col-sm-2
{
	margin-top: 10px;
    padding: 0px;
	
}


.tile .col-sm-7
{
	margin-top: 10px;
	
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: table-cell;
}

}

.minipercent{
font-size: 10px;
}

.transactionindex {
  position: relative;
  text-align: center;
  color: black;
}

.transactionindexcentered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dialogdiv .easy-pie-chart, .easyPieChart {
    position: absolute;
    text-align: center;
    background: white;
    margin-left: 2px;
}

.dialogs {
    padding: 9px;
    word-break: break-all;
}

@-webkit-keyframes qranimation {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes qranimation {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes qranimation {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes qranimation {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}	


#qrcode {
    border: 5px solid #ffffff;
    border-radius: 20px;
    margin: auto !important;
    -webkit-animation: qranimation 5s; /* Safari 4+ */
    -moz-animation:    qranimation 5s; /* Fx 5+ */
    -o-animation:      qranimation 5s; /* Opera 12+ */
    animation:         qranimation 5s; /* IE 10+, F */
}

.tacards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  float: left;
}

.tacards {
  margin: 10px 7px;
  max-height: 100%;
  max-width: 100%;
  height: 28px;
  border-radius: 10px;
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.25), -2px -2px 2px 2px rgba(0,0,0,0.22);
  cursor: pointer;
  transition: 0.4s;
}

.tacards .tacards_image {
  width: inherit;
  height: inherit;
  border-radius: 10px;
  display:block;
  justify-content: center;
}

.tacards .tacards_image img {
  width: inherit;
  height: inherit;
  border-radius: 10px;
  object-fit: cover;
}

.tacards .tacards_title {
  text-align: center;
  border-radius: 0px 0px 10px 10px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: -80px;
  height: 40px;
}

.tacards:hover {
  transform: scale(1.05, 1.05);
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.25), 
    -2px -2px 2px 2px rgba(0,0,0,0.22);
}

.tacards-title-white {
  color: white;
}

.tacards-title-black {
  color: black;
}

@media all and (max-width: 500px) {
  .tacards-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}


.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#connectdiv {
  position:relative;
  width:100%;
  height:500px;
  padding:5px;
  bottom:0px;
  overflow-y:auto;
}

#worldview {
  position: relative;
  border-top: -50px;
  width: 100%;
  height: 500px;
  max-width:100%;
  max-height:100%
}
