/* - PROFONDIA AUTH - */
/* - 29.06.2018 | Matthias Müller - */

em.list-empty {
	margin: 5px 0 0 40px !important;
	color: #777;
	font-weight: 600;
	font-style: normal;
	display: block;
}

table.list-report {
	margin: 5px 0 0 40px !important;
	color: #777;
	font-weight: 400;
	border: 1px solid #ccc;
}

table.list-report > tbody > tr > td {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

table.list-report > tbody > tr > td:last-child {
	text-align: right;
}

table.list-report > tbody > tr > td strong {
	font-weight: 600;
	color: #FB4E02;
}

.list-export {
	position: relative;
	z-index: 2;
	display: inline-block !important;
	margin: 5px 0 0 40px !important;
	color: #777;
	font-weight: 400;
	border: 1px solid #ccc;
	padding: 5px 10px;
}

@media(max-width:767px){
	.list-export {
		margin: 5px 0 0 0 !important;
	}
}


.list-export .list-export-head {
	margin: 0 !important;
	background: #ededed;
	display: block !important;
	margin: -5px -10px !important;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	font-weight: 600;
}

.list-export table.list-export-date {
	margin: 15px 0 15px 0 !important;
}

.list-export table.list-export-date > tbody > tr > td {
	padding: 0 10px 0 0;
}

.list-export table.list-export-checkboxes {
	margin: 0 0 15px 0 !important;
}

.list-export table.list-export-checkboxes > tbody > tr > td {
	padding: 0 10px 0 0;
}

.list-export table.list-export-checkboxes > tbody > tr > td input {
	cursor: pointer;
}

.list-export .list-export-buttons {
	margin: 0 !important;
	background: #ededed;
	display: block !important;
	margin: -5px -10px !important;
	border-top: 1px solid #ccc;
}

.list-export .list-export-warning {
	margin: 0 !important;
	background: #F18E00;
	color: #fff;
	display: none;
	margin: -5px -10px !important;
	border-top: 1px solid #ccc;
}

.list-export .list-export-buttons > table > tbody > tr > td {
	padding: 10px 5px 10px 10px;
}

.list-export .list-export-warning > table > tbody > tr > td {
	padding: 10px 5px 10px 10px;
}

.bottom-row {
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.follow-up-title {
	background-color: #D1D1D1;
	text-align: center;
}

.follow-up-table {
	background-color: #EEE;
	padding: 5px 0 15px 4px;;
}

.btn-followup {
	margin: 0 15px 0;
	float: right;
}

.text-orange {
	color: #f18e00;
	font-weight: 600;
}

.pdf-export-button {
	float:left;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .pdf-export-button {
        float:right;
    }
}
