.tabs{
	margin: 20px 5px;	
}
		
.tabs ul.tab-buttons{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 35px;
}		
		

.tabs ul.tab-buttons > li{
	float: left;
	display: inline-block;
	list-style: none;
	cursor: pointer;
	margin:0 5px;
    border: 1px solid #D1D1D1;
	border-bottom: none;
	text-align: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 3px;
	color: #0079c2;
	background: linear-gradient(to bottom, #FFFFFF 0%, #EDEDED 100%) repeat scroll 0 0 transparent;
    display: inline-block;
    font: 13px/24px 'Open Sans',Arial,sans-serif;
    height: 34px;
    padding: 0 8px;
    text-decoration: none;
    text-shadow: 0 1px 0 white;	
	box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.3), 0 0 3px rgb(224, 224, 224) inset;
}		
.tabs ul.tab-buttons > li:hover{
	color:#005589;
	background:none repeat scroll 0 0 #FFFFBF;
}


.tabs ul.tab-buttons > li:first-child{
	margin-left: 0px;
	box-shadow:0px -1px 3px rgba(0, 0, 0, 0.3), 0 0 3px rgb(224, 224, 224) inset;	
}

.tabs ul.tab-buttons > li.active{
	background: #fff;
	height: 35px;		
	box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.3);	
	color:#333;
	position: relative;
	top: 0px;
	
}

.tabs ul.tab-buttons > li.disabled{
	cursor: not-allowed;
}

.tabs ul.tab-buttons > li.disabled:hover{
	cursor: not-allowed;
	
}
.tabs ul.tab-buttons > li div{
	line-height: 34px;

}	
.tabs ul.tab-buttons > li.active div{
	background: #fff;
	position: relative;
	width: 100%;	
}		
.tabs .tab-container {
 	border: 1px solid #D1D1D1;
    border-radius: 5px 5px 5px 5px;
    box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);	
    min-height: 200px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
    
}		
.tabs .tab-container .tab{
	display: none;
	position: relative;
	padding: 20px;
    min-height: 360px;
}		

.tabs .tab-container .tab > div{
	overflow-x: hidden;
    min-height: 300px;
}

.tabs .tab-container .tab.active{
	display: block;		
}	
#tab-container-submission > div {
    overflow-x: visible;
}
.tab p.first{
	margin-top:0;
}
.pager-details__unique{
    width: 51%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pager-details__unique > div{
	text-align: center;
}