/* BOOTSTRAP FIXES */

html{
	background-color: #E8EEF4;
}

body { 
	padding-top: 70px; 
}
	

a.navbar-brand{
	padding: 12px 15px;
}

ul li{
	list-style: none;
}

ul{	
	padding-left: 0;
}

a{
	cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate li.paginate_button{
	padding: 0;
}

.dataTables_wrapper .dataTables_paginate li.paginate_button:hover{
	background: none;
	border: 1px solid transparent;
}

/* FOOTER */

#footer{
	background: #E8EEF4;
    color: #7c8081;
    padding: 5em;
    text-align: center;
    margin-top: 30px;
}

#footer p{
	color: #1e1e1e;
	font-weight: bold;
}

/* HOME */
#home_report_list div.caption h3{
	font-size: 14px;
	font-weight: bold;
}


/* REPORTS */
#tabularData{
	height: 500px;
	overflow: auto;
}

#tabularDataFreeHeight{
	overflow: auto;
}

tr.total td{
	font-weight: bold;
	color: #1e1e1e;
	height: 30px;
}

select.multi-select-entity{
	height: 300px;
}


#tblParcelVolumeDate th {
    width: auto !important;
}

#tblParcelVolumeDate{
	font-size: 11px;
}

#tblParcelVolumeDate td,
#tblParcelVolumeDate th{
	padding: 3px;
}

#tblParcelVolumeDate td.value{
	vertical-align: middle;
	text-align: center;
}

#tblParcelVolumeDate .aligncenter{
	text-align: center;
}

div.right{
	float: right;
}


/* COLLECTO REPORT - LOCATION SEACHES */
#mapContainer{
	width: 100%;
	height: 800px;
}

#mapControls{
	background-color: #1376BC;
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px;
	z-index: 99999;
	color: #FFFFFF;
}

#locationSearchTabularData{
	height: 800px;
	overflow: auto;
}

#tblCourierParcels{
	font-size: 12px;
}

#tblCourierParcels .txtCreatedAt{
	color: #1376BC;
}
#tblCourierParcels .txtExpiredAt{
	color: #AD4067;
}
#tblCourierParcels .txtRespondedAt{
	color: #7BB242;
}

.sla-monitoring-item{
	padding: 5px 10px;
	margin-bottom: 5px;
	border: 1px solid #DDD;
}

.progress-description{
	display: block;
	position: relative;
}

.progress-description div{
	width: calc(20% - 4px);
	display: inline-block;
	position: relative;
	font-size: 11px;
	text-align: right;
}

.home-menu-item{
	height: 330px;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }

	.danger, .danger td{
		background-color: #EEEEEE !important;
	}
}

span.small_name{
	font-size: 10px;
	display: block;
	color: #000099;
}