﻿.TableCreate
{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align:center;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-color:#808080;
	border-style:solid;
	width:100%;
	color:#000000;
}

.TableCreatePetit
{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-color:#808080;
	border-style:solid;
	width:100%;
	color:#000000;
}

.TableMenu
{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-color:#808080;
	border-style:solid;
	width:95%;
	color:#000000;
}

.Tablelink{
	padding-left:5px;
	text-align:left;
	width:100%;
	height:100%;
}

.Tablelink:hover{
	background-color:gray;
	color:white;
}


.headerRight
{
	padding-left: 20px;
	width: 300px;
	text-align:left;
	color:#000000;
}

.headerLeft
{
	padding-left: 20px;
	text-align:left;
}

.TitleInfo{
	background-image:url('../Gestion/Css/inventory_skin/title_row.png');
	height:20px;
	font-weight:bold;
	font-size: 11px;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}

/*Alert box*/
.alertbox{
	background-color:#333333;
	color:#FFFFFF;
	font-size: 10px;
	height: 13px;
	position:absolute;
	width: auto;
	padding:3px;
	top:-10px;
}

.custom-file-button{
    font-weight: normal;
    border: 1px #707070 solid;
    padding: 3px;
    background: #E8E8E8;
}

.custom-file-button:hover{
    border-color: #26A0DA;
    background: #A6F4FF;
}

#custom-file-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 400px;
    width: min-content;
    height: 30px;
    white-space: nowrap;
}

#custom-file-name{
    margin-left: 10px;
}

#custom-file-name2{
    margin-left: 10px;
}

#FormListePrix{
    font-size: 15px;
}

#ListePrixDivFr{
    font-size: 15px;
}

#ListePrixDivEn{
    font-size: 15px;
}
