/*eGovHub Portal*/
.timeline .line {
	width: 1px;
	background-color: silver;
	padding: 0 !important;
	margin: 0 !important;
}

.timeline .timegap {
	background-color: silver;
}

.timeline .timegap div.text {
	text-align: center;
}

.timeline .timeline-entry {
	min-width: 200px;
	width: 50%;
}

.timeline .timeline-entry .title {
	background-color: gray;
	color: white;
	padding: 1px 5px 1px 5px;
}

.timeline .timeline-entry .content {
	display: block;
}

.timeline .timeline-entry .cross {
	background-color: red;
	height: 2px;
	width: 20px;
	display: inline-block;
	position: relative;
	left: -10px;
}

.timeline .timeline-entry.left {
	text-align: right;
}

.timeline .timeline-entry.right {
	text-align: left;
}


.usage-item-heading
{
display: inline-block;
}
.usage-summary-item
{
     border: 1px solid #a1a1a1;
}

.usage-summary-item .usage-item-heading {

}

.usage-summary-item .usage-item-heading div.header {
  background-color: red;
}

.usage-summary-item .usage-item-heading div.header span.label {
  background-color: green;
}

.usage-summary-item .usage-item-heading div.header span.value {
  background-color: gray;
}

.usage-summary-container
{
    height: 321px;
    /*overflow: scroll;*/
}
.usage-total-duration-panel
{
  display: inline-block;
  border: 1px solid #a1a1a1;
  padding: 8px;
  border-radius: 6px;
}

.usage-total-duration-panel > table > thead > tr > th {
  padding-left: 10px;
}

.usage-total-heading{
    display: inline-block;
    height: 105px;
    margin-top: 36px;
    /* padding-top: 44px; */
    vertical-align: middle;
}

.usage-duration-panel
{
     display: inline-block;
    border: 1px solid #a1a1a1;
    padding: 10px 40px;
    /* background: #dddddd; */
    width: 300px;
    border-radius: 25px;
    margin-top: 30px;
}

