@CHARSET "ISO-8859-1";

.btn-user {
	min-width: 180px;
	padding: 20px;
	margin: 10px;
}

.iconColorGreen {
	color: #3c763d;
}

.iconColorBlue {
	color: #31708f;
}

.iconColorYellow {
	color: #FF9B00;
}

.iconColorRed {
	color: #a94442;
}

.orderUpdates {
	border: 1px solid #e5e5e5;
	margin-bottom:20px;
}

.orderOverview {
	/*border: 1px solid #e5e5e5;*/
	margin-bottom: 16px;
}

td.tableOrderOverview {
	margin-bottom: 4px;
}

.table td.tableColIcon, .table th.tableColIcon {
	text-align: center;
}

.table td.tableColText, .table th.tableColText {
	text-align: left;
	width: 30%
}

.table td.tableColTextDetalie, .table th.tableColTextDetalie {
	text-align: left;
	width: 50%;
}

.table td.tableColTime, .table th.tableColTime {
	text-align: right;
}

.divOverOverviewLeft {
	text-align: left;
	margin-top: 16px;
	margin-bottom: 16px;
}

.divOverOverviewRight {
	text-align: right;
	margin-top: 16px;
	margin-bottom: 16px;
}

.fadein.ng-hide-remove,
.fadeout.ng-hide-add {
    -webkit-transition: 400ms ease-in-out all;
    -moz-transition: 400ms ease-in-out all;
    -o-transition: 400ms ease-in-out all;
    transition: 400ms ease-in-out all;
    display: block !important;
}

.fadein.ng-hide-remove,
.fadeout.ng-hide-add.ng-hide-add-active {
    opacity: 0;
}

.fadeout.ng-hide-add,
.fadein.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}