body {
	background-color: #fff;
	/*background-color: #0071b7;*/
	/*background-image:  url("/images/logotrans.png");
                background-repeat: no-repeat;
                background-position: right bottom;*/
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
	color: white;
	padding-top: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #0071b7;
}

a {
    color: #0071b7;
}

a.footlink {
    color: #fff;
}

.photo-on-status {
	max-width:150px; 
	border-radius: 5px;
}

.card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
}

.card-clear {
    border: 0px;
}

.card-header-clear {
    padding: 0.15rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0px;
    font-size: 120%;
}

.shadow-sm {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) !important;
}

.bold-and-blue {
	color: #0071b7;
	font-weight: bold;
}

.badge-blue {
    color: #fff;
    background-color: #0071b7;
    font-size: 85%;
}

.btn-blue {
    color: #fff;
    background-color: #0071b7;
    border-color: #0071b7;
}

.btn-blue:hover {
    color: #fff;
    background-color: #0071b7e3;
    border-color: #0071b7;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #0071b7;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
    padding-bottom: 2em;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #0071b7;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}