
.nodisplay
{
	display: none !important;
}
.nomargin
{
	margin: 0px;
}
.nopadding
{
	padding: 0px;
}
textarea 
{
	resize: none;
}
button:hover, button:focus, .button:hover, .button:focus
{
	background-color: #888888;
}
.form button:hover, .form button:focus
{
	background: #888888;
	box-shadow: none;
}
button
{
	background: #666666;
	outline: none;
}
.button
{
	background: #666666;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.form button[type="submit"]
{
	text-transform: none;
}
.ui-widget-content a
{
	color: #1798A5;
}
.ui-tooltip
{
    white-space: pre-line;
}
.ui-tooltip-content
{
    white-space: pre-line;
    font-size: 80%;
}

.button_rightmargin
{
	margin-right: 2rem !important;
}
table tr
{
}
table tr td
{
	padding: 0.35rem;
}
table tr th
{
	border-bottom: 2px solid #888888;
}
table thead tr th
{
}
.table-header
{
	width: 1%;
	white-space: nowrap;
}
.table-min
{
	width: 1%;
	white-space: nowrap;
}
.side-nav li
{
	margin: 0;
}
.side-nav li a:not(.button)
{
	padding: 0.2rem 0.875rem;
}
.column, .columns
{
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
.button-center
{
	width: 100%;
	text-align: center;
}
.buttonbar
{
	padding: 0 5px;
}
.buttonbar > label
{
	display: inline-block;
	width: 116px;
	height: 10px;
}
.buttonbar button, .buttonbar .button
{
	padding: 8px 10px;
	font-size: 16px;
}
.smallbuttonbar
{
}
.smallbuttonbar button
{
	padding: 0.4rem 0.6rem;
	margin-right: 5px;
}
.text-center
{
	text-align: center;
}
.content h3
{
	margin-bottom: 10px;
}
h3
{
	color: black;
}
h4
{
	border: 0px solid black;
	font-weight: bold;
}
h5
{
	font-weight: bold;
}
.form button[type="submit"]
{
	float: none;
}
.bottombuttons
{
	display: inline-block;
	text-align: center;
	width: 100%;
}
.link_href_tr
{
	cursor: pointer;
}
.link_href_tr:hover
{
	background-color: #eeeeee;
}
.title-text
{
	cursor: pointer;
}
.colid
{
    width: 50px;
}
.colmin60
{
    width: 60px;
}
.colmin80
{
    width: 80px;
}
.colmin100
{
    width: 100px;
}
.colmin150
{
    width: 150px;
}
.shortwidth input
{
	max-width: 350px;
}
.shortwidth .bottombuttons
{
	max-width: 350px;
}
.shortwidth select
{
	max-width: 350px;
}
.shortwidth textarea
{
	max-width: 600px;
}
.shortpadding input, .shortpadding select
{
	margin-bottom: 0;
}
.edittable
{
	margin-bottom: 0;
}
.edittable tr
{
	border: 0px solid black;
}
.editcol1
{
	font-weight: bold;
	text-align: left;
	width: 125px;
	vertical-align: middle;
}
.editcol2
{
	text-align: left;
}
/*---------------------- global ----------------------*/
fieldset legend
{
	border-bottom: 2px solid #666666;
	color: black;
}
.dlgdate
{
	display: inline;
}
/*---------------------- page de login ----------------------*/
.welcometext
{
	font-size: 18px;
	margin-top: 30px;
}
.login
{
	padding-top: 30px;
}


.contshortwidth input
{
    max-width: 350px;
}
.contshortwidth select
{
    max-width: 350px;
}
/*---------------------- logs ----------------------*/
.log_error
{
	background: salmon;
}
.log_warning
{
	background: orange;
}