@charset "utf-8";
tr th img {
    text-align: center;
}
.card .card-body #DeliverySummary {
    text-align: center;

}
.card .card-body #AMRSummary {
    text-align: center;
    min-height: 50px;

}



jon-resizeimages {
    text-align: center;
    height: 100px;
    width: 100%;
    
}


#jon-menuBar img{
	text-align: center;
	min-height: 30px;
	min-width: 30px;
    max-width: 100%;
    max-height: 50px;

}

tr th {
	text-align: center;
	
}

tr th img {
	text-align: center;
	
}
.card-body #jon-menuBar .Amr-SummaryTableHead {
	background-color: #E9E9E9;
}

.card-body #amr-log {
	text-align: center;
}

.card-body #amr-log .tr #happy-event{
	background-color: #E9E9E9;
}

tr td img {
	text-align: center;
}
.jon-resizeimages .card-body #jon-menuBar {
	text-align: center;
}

p.login-mb-1 {
	text-align: center;
}

p.login-mb-2 {
	text-align: center;
	background-color: #E9E9E9;
}



.modal-content .renderjson a              { text-decoration: none; }
.modal-content .renderjson .disclosure    { color: rgb(190, 200, 255);
									background-color: black;
			                              font-size: 150%; }
.modal-content .renderjson .syntax        { color: grey; }
.modal-content .renderjson .string        { color: red; }
.modal-content .renderjson .number        { color: cyan; }
.modal-content .renderjson .boolean       { color: plum; }
.modal-content .renderjson .key           { color: lightblue; }
.modal-content .renderjson .keyword       { color: lightgoldenrodyellow; }
.modal-content .renderjson .object.syntax { color: lightseagreen; }
.modal-content .renderjson .array.syntax  { color: lightsalmon; }
.modal-content .renderjson { background-color: rgb(41, 84, 130);
			border-radius: 2em;}




			@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

.modal-body p {
    text-align: center;
}

.bars{
  	clip: rect(auto, auto, auto, auto);
/*   overflow:hidden; */
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bars li{
    position: absolute;
    display: block;
    list-style: none;
    width: 200%;  
    left: -50%;
    height: 60px;
    background: rgba(255, 255, 255, .4);
    animation: animate 5s linear infinite;
    bottom: -350px;
    animation-duration: 7s;    
    opacity: 1;
}

.bars li:nth-child(1){  animation-delay: 0s;}
.bars li:nth-child(2){  animation-delay: 1s;}
.bars li:nth-child(3){  animation-delay: 2s;}
.bars li:nth-child(4){  animation-delay: 3s;}
.bars li:nth-child(5){  animation-delay: 4s;}
.bars li:nth-child(6){  animation-delay: 5s;}
.bars li:nth-child(7){  animation-delay: 6s;}
.bars li:nth-child(8){  animation-delay: 7s;}
.bars li:nth-child(9){  animation-delay: 8s;}
.bars li:nth-child(10){ animation-delay: 9s;}


@keyframes animate {
    0%{
        transform: translateY(0) rotate(25deg);

    }
    100%{
        transform: translateY(-1200px) rotate(25deg);    
    }
}