/* Main */
.wrapper {
	margin-top: 3rem;
}

html, body {
	width: 100%;
	height: 100%;
}

/*Navbar*/
.custom-navbar {
	background-color: #F1F2F4 !important;
}



.custom-navbar li a {
	color: #818285 !important;
}

.custom-navbar .dropdown-menu a {
	color: #212529 !important;
}

.custom-btn {
	background-color: #89C33F !important;
	border-color: #89C33F !important;
}

/* Login */
.signin-body {
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 85%;
}

.signin-form {
	width: 100%;
    max-width: 330px;
}

#card-login {
	background-color: #F5F5F5;
	margin: 2rem auto;
	width: 100%;
	max-width: 400px;
	box-shadow: 3px 3px;
}

.signin-form .card-header{
	background-color: #F1F2F4;
	color: #61666C !important;
}

.signin-form .card-body label{
	color: #61666C !important;
}

#card-new {
	text-align: justify;
	margin: 3rem auto;
	width: 100%;
	max-width: 50rem;
}

#card-new .card-header {
	text-align: center;
	color: #FFFFFF !important;
	background-color: #999999 !important;
}

/*Sidebar*/
.sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 100;  /* Behind the navbar */ 
	padding: 0;
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 48px; /* Height of navbar */
	height: calc(100vh - 48px);
	padding-top: .5rem;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
	font-weight: 500;
	color: #333;
}

.sidebar .nav-link .feather {
	margin-right: 4px;
	color: #999;
}

.sidebar .nav-link.active {
	color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
	color: inherit;
}

.sidebar-heading {
	font-size: .75rem;
	text-transform: uppercase;
}

.custom-table {
	margin: 1rem 0 0 0;
}

.custom-table thead {
	background-color: #999999 !important;
	color: #FFFFFF !important;
}

.custom-table tbody a {
	font-weight: bold;
	color: #89C33F !important;
}

.package-card {
	max-width: 800px;
	width: 100%;
	margin: 1rem auto 0 auto; 
}

.package-card .card-text {
	text-align: center;
	font-size: 23px; 
	margin-bottom: 1.5rem !important;
}

.tracking-bar {
	display: block;
	margin: 30px auto 10px auto;
	max-width: 800px;
	width: 100%;
	text-align: center;
}

.tracking-icon {
	display: inline-block;
	width: 60px;
	vertical-align: middle;
}

.tracking-table {
	margin: 0 auto;
	max-width: 930px !important;
	width: 100% !important;	
}

.tracking-table td {
	border-top: 0 !important;
	padding: 0 !important;
}

.tracking-table .table-title {
	margin-bottom: 0;
}

.table-title {
	color: #61666C !important;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 20px;
}

.tracking-information {
	margin: 30px auto 20px;
	max-width: 930px;
	width: 100%;
}

.table-history {
	margin: auto;
	max-width: 930px !important;
	width: 100% !important;
}

.table-history thead {
	background-color: #999999 !important;
	color: #FFFFFF !important;	
}

.history-title {
	color: #61666C !important;
	font-size: 35px;
	font-weight: bold;
	margin: 0 0 0 0;
}

.contact-information {
	margin: 30px auto;
	max-width: 930px !important;
	width: 100%;
}

.contact-info {
	margin-bottom: 20px;
}

.contact-icon {
	margin-left: 20px;
}

.nav-button {
	background-color: #89C33F !important; 
	color: #FFFFFF !important;
}

.company-title {
	margin-left: 20px !important;
	color: #FFFFFF;
}

.company-title img {
	max-width: 200px;
	width: 100%;
}

.company-title:hover {
	color: #FFFFFF;
}

/* Modal sidebar */
.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal-content {
    background-color: #343A40 !important;
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body {
    padding: 15px 15px 80px;
}

.modal-body {
	background-color: #89C33F !important;
}

.modal-body a {
	font-size: 16px !important;
	font-weight: bold;
	color: #FFFFFF !important;
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #F1F2F4 !important;
    background-color: #F1F2F4 !important;
}

.modal-header h5 {
    font-weight: bold;
    font-size: 20px;
    text-align: center !important;
    color: #FFFFFF;
}

.modal-header img {
    max-width: 200px;
    width: 100%;
}

.aside-btn {
    border: 0px !important;
    text-align: left !important;
    color: #CCCDCF !important;
    font-size: 14px !important;
    padding: 16px !important;
}

.aside-custom-btn {
    margin-top: 20px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #FFFFFF !important;
}

.jumbotron-home {
	margin: 0px auto !important;
	text-align: center;
	color: #89C33F !important;
	background-color: #F1F2F4 !important;
}

.jumbotron-home img {
	margin-top: 10px;
	max-width: 300px;
	width: 100%;
}

.enable-notifications {
	margin: 16px;
	background-color: #9933CC !important;
	border-color: #9933CC !important;
	font-weight: bold !important;
	font-size: 23px !important;
	padding: 8px 8px 8px 8px !important;
}

.tracking-card {
	margin: 3.9rem 0 0 0;
}

.tracking-card .card-header{
	background-color: #BFC1C5 !important;
	color: #FFFFFF !important;
	text-align: center;
}

.tracking-card .card-title {
	font-weight: bold !important;
	margin-top: 5px;
}

#user-menu .card {
	background-color: #89c33f !important;
	border-color: #89c33f !important;
}

.signin-body {
	background-image: url(../img/bkg.jpg);
	background-size: cover;
}

.signin-body .card {
	background-color: rgba(255, 255, 255, 0.7);
}

#packages-table .title-tag {
	display: none;
	font-weight: bold;
}

.pagination-container * {
	
}

.pagination-container > * {
	border-radius: 25px;
	text-align: center;
	width: 26px;
	height: 26px;
	display: inline-block;
	color: #ffffff;
	margin-right: 2px;
}

.pagination-container > a {
    background: #bfc1c5;
}

.pagination-container > a:hover,
.pagination-container > strong {
    background: #89c33f;
	text-decoration: none;
	color: #ffffff;
}

.table.tracking-table tr {
	display: inline-table;
	width: 50%;
}

.table.tracking-table tr th,
.table.tracking-table tr td {
	width: 50%;
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	thead tr { 
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	.table.tracking-table tr {
		display: table-row;
		width: 100%;	
	}
	
	.table.tracking-table tr, 
	.table.tracking-table td, 
	.table.tracking-table th {
		border: 0px;
	}
	
	.table.tracking-table td {
		display: table-cell;
		width: 50%;
	}
	
	#packages-table .title-tag {
		display: inline;
	}
	
	#packages-table {
		border: 1px;
	}
	
	#packages-table tr {
		font-size: 0px;
		letter-spacing: 0px;
		word-spacing: 0px;
		border: 0px;
	}
	
	#packages-table thead {
		background-color: transparent !important;
	}
	
	#packages-table th {
		border: 1px #cdcdcd solid;
		background-color: #999999 !important
	}

	#packages-table thead {
		display: none;
	}
	
	#packages-table tr {
		border: 1px solid #a1a1a1;
	}	
	
	#packages-table td, 
	#packages-table th {
		padding: 0px 5px;
		font-size: 15px;
		border: 0;
	}

	.tracking-icon {
		width: 50px;
	}
	
	.file-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}	

	.file-list li {
		border: 1px solid #ababab;
		display: block;
		width: 100%;
		padding: 15px 0;
		text-align: center;
		background: #ededed;
		margin: 5px auto;
		color: #000000;
	}	

	.file-list li a {
		color: #000000;
	}	
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {		
	#history-table .title-tag {
		display: inline;
	}
	
	#history-table {
		border: 1px;
	}
	
	#history-table tr {
		font-size: 0px;
		letter-spacing: 0px;
		word-spacing: 0px;
		border: 0px;
	}
	
	#history-table thead {
		background-color: transparent !important;
	}
	
	#history-table th {
		border: 1px #cdcdcd solid;
		background-color: #999999 !important
	}

	#history-table thead {
		display: none;
	}
	
	#history-table tr {
		border: 1px solid #a1a1a1;
	}	
	
	#history-table td, 
	#history-table th {
		padding: 0px 5px;
		font-size: 15px;
		border: 0;
	}

	.tracking-icon {
		width: 50px;
	}
}

.custom-pagination {
	display: inline-block;
}

.custom-pagination a, strong {
	color: black;
	float: left;
	padding: 8px 12px;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.custom-pagination strong {
	background-color: #89C33F;
	border-color: #89C33F;
	color: white;
}