.SentQueue {
	height: 90%;
	width:	100%;
}

.SentQueue .sent-queue-conversion-body-container{
	display: none;
}

.SentQueue .sent-queue-container {
	position: relative;
	min-height:   100%;
	padding-left: 0px;
	min-width:	 100%;
}

.SentQueue .sent-queue-buttons {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	outline: none;
}

.SentQueue .border {
	border: 1px solid black;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	margin-bottom: 5px;
}

.SentQueue .sent-queue-header {
	height: 50px;
	line-height: 50px;
	background-color: #90a4ae;
	margin-right: 0px;
	margin-left: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.SentQueue .sent-queue-header-text {
	margin-top: 0px;
	text-align: center;
	color: white;
}

.SentQueue .sent-queue-header-tab {
	cursor: pointer;
	z-index: 1;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border: solid;
	border-color: #90a4ae;
	border-width: 1px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
	margin-bottom: -1px;
	background-color: #E0DFDD;
	position: relative;
	top: 3px;
	font-weight: normal;
	border-bottom-color: #E0DFDD;
}

.SentQueue .sent-queue-tabs-container {
	border-bottom: solid;
	border-color: #90a4ae;
	border-width: 1px;
	padding-left: 5px !important;
	position: relative;
}

.SentQueue .active-tab {
	background-color: #FFFFFF !important;
	border-bottom: none !important;
	bottom: -1px;
	height: 25px;
	top: 0px;
	font-weight: bold;
}

.SentQueue .sent-queue-export-button{
	width: 100px;
	font-size: 14px;
	float: right !important; 
	margin: 10px !important;
}

.SentQueue .sent-queue-cancel-button{
	width: 100px;
	font-size: 14px;
	float: right !important; 
	margin: 10px !important;
}

.SentQueue #fda-conversion-queue-table_paginate,
.SentQueue #telematics-queue-table_paginate
{
	float: left;
}

.SentQueue .rm-10{
	font-size: 14px;
	margin-right: 10px !important;
}

.SentQueue .tm-5{
	margin-top: 5px;
}

.SentQueue .tm-11{
	margin-top: 11px;
}

.SentQueue .qcpro-success{
	display: inline-block;
	height: 30px;
}

.SentQueue .qcpro-neutral{
	display: inline-block;
	height: 30px;
}

.SentQueue #telematics-queue-table_wrapper {
	border-top: solid #90a4ae 1px;
}

.SentQueue #fda-conversion-queue-table_wrapper {
	border-top: solid #90a4ae 1px;
}

.SentQueue .dt-buttons {
	float: right;
	display: inline-flex;
}

.SentQueue .dt-button-collection {
	left: -128px !important;
}

.SentQueue .dataTables_scroll {
	display: flex;
    height: 435px;
    flex-direction: column;
}

.SentQueue .dataTables_scrollBody {
	flex-grow: 1;
}