/*------------------------------ Transport ------------------------------ */

.transportContainer {
	display: flex;
	justify-content: center;

	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	background-color: rgba(0, 0, 0, 0.6);
}



.bntCancelTransport ,.btnValidateTransport ,.bntScTrade{
	width: 30%;
	height: 35px;
	background-color: var(--orange);
	border: 0;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: white;
	border-radius: 10px;
	cursor: pointer;
	font-weight: bold;
}

.bntCancelTransport{
float: left;	
}
.btnValidateTransport{
float: right;
}
.bntScTrade{
	width: 35%;
float: left;
margin-left: 2%;
}
.transportButtons{
	/*border: 2px solid lime; /*TEMPORAIRE*/
	width: 35%;
	position: absolute;
	right: 5%;
	bottom: 10%;
	
}

.panierJob{
	color:white !important;
	border :2px solid black; 
	text-align: center;
	font-size: large;
	border: 1px solid var(--orange);
	background-color: #455f78;
	color: var(--orange);
	height: 80%;
	width: 20%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.listingTitle,.totalTitle,.vaisseauContTitle{
	font-size: large;
	font-weight: bold;
	color:var(--orange);
}
.jobsResumeCont{
	/*border: 2px solid green; /*TEMPORAIRE*/

	height: 75%;
	margin-left: 5px;
	margin-right: 5px;
	
}

.transportMineral{
	color: aliceblue;
	font-weight: bold;
}
.vaisseauCont{
	color:white !important;
	overflow: hidden;
	/*border: 2px solid blue; /*TEMPORAIRE*/
	border: 1px solid var(--orange);
	background-color: #455f78;
	color: var(--orange);
	height: 80%;
	width: 70%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.vaisseauCont a{
	color:lightblue;
}
.vaisseauCont a:hover{
	color:lightcyan;
}
.vaisseauContTitleCont{
	text-align: center;
}
.vaisseauxListCont{
	/*border: 2px solid pink; TEMPORAIRE*/
	overflow-y: scroll;
	scrollbar-color: rgb(0, 0, 0) rgb(139, 139, 139);
	scrollbar-width: thin;
	width: 49%;
	max-height: 95%;
	font-size: larger;
	float: left;
}
.vaisseauxPhotoCont{
	/*border: 2px solid orange; TEMPORAIRE*/
	width: 49%;
	height: 49%;
	float: right;
	padding: 5px;
	border-radius: 10px;
	text-align: center;
}

.vaisseauxPhotoCont img{
	width: 90%;
	height: 90%;	
	border-radius: 10px;
}

.vaisseauContTitle{
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.totalPanierCont{	 
	width: 90%;
	bottom: 0;
	margin: 5%;
}

.vaisseauxListTable{
	text-align: center;
	width: 100%;
}
.vaisseauxListTable td{
	margin-left: 5px;
	border-top: 2px solid black;
}