/* ----------- BODY ------------*/
html {
	height: 100%;
  }
color1 {
	color: white; /* blanc */
}
color2 {
	color: #ce7420;	/* orange */
}
color3 {
	color: #34120e; /* marron */
}
.back-color1 {
	background-color: #60b555;	/* vert */
}
.back-color2 {
	background-color: #ce7420;	/* orange */
}
.back-color3 {
	color: white;
	background-color: #555;	/* gris foncé */
}
.back-color4 {
	background-color: #f1cdab;	/* orange */
}
.back-color5 {
	background-color: #998e83;	/* gris */
}
.yt-color-white {
	color: white;
}
.yt-background-primary {
	background-color: #c9d7ec;
}
.yt-no-background-color {
	background-color: transparent;
}
.print {
  display: none; /* cache les éléments de classe print */
}
.form-item-header {
	font-weight: bolder;
	text-align:center;
	border: 2px solid #999;
	padding: 6px 4px;
	background-color: #ccc;
}
.form-item-container {
	/* border: 2px solid #999;*/
	border-bottom: 0px;
	padding: 8px;
}
.form-item-footer {
	text-align:center;
	/* border: 2px solid #999;*/
	border-top: 0px;
	padding: 6px 4px;
	/*background-color: #ccc;*/
}
.yt-iframe {
	width:100%;
	height: 90vh;
}
.header-sticky {
	background: #fff;
	color: #666;
	padding: 10px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
}
.new-item-title {
    color: #fff;
    background-color: #555;
	font-size: 0.875rem;
	text-align: left;
}
.item-wait{
	background-color: #ffd1a8;	/* orange */
}
.item-delete{
	background-color: #cacbd3;	/* gris */
	background: linear-gradient(135deg, white 25%,
	#aaaaaa 25%, #aaaaaa 50%, 
	white 50%, white 75%, 
	#aaaaaa 75%);
	background-size: 25px 25px;
}
.logo-header {
	margin:6px;
}
.title-header {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/* ------- input search --- */
#filterTableInput {
	background-image: url('../site_elts/searchicon.png'); /* Add a search icon to input */
	background-position: 10px 12px; /* Position the search icon */
	background-repeat: no-repeat; /* Do not repeat the icon image */
	width: 100%; /* Full-width */
	font-size: 16px; /* Increase font-size */
	padding: 12px 20px 12px 40px; /* Add some padding */
	border: 1px solid #ddd; /* Add a grey border */
	margin-bottom: 12px; /* Add some space below the input */
  }
/* -------- SIZE ------ */

/* -------- CSS ------------ */
.uk-margin-small {
    margin-bottom: 3px;
}
.uk-padding-small {
    padding: 3px;
}
.uk-button-small {
    padding: 0 6px;
    line-height: 28px;
    font-size: 0.875rem;
	border-radius: 3px;
    min-width: 32px;
}

.head-table {
    color: #ffff;
    background-color: #555;
}
.uk-table th {
    padding: 6px 6px;
	color: #333;
	background-color: #ccc;
}
.uk-table td {
    padding: 6px 6px;
}
.uk-table caption {
	color: #ffff;
	background-color: #555;
}
.uk-table-striped > tr:nth-of-type(odd), .uk-table-striped tbody tr:nth-of-type(odd) {

    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
}
.uk-table-divider > tr:not(:first-child), .uk-table-divider > :not(:first-child) > tr, .uk-table-divider > :first-child > tr:not(:first-child) {
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
}
/*   */
.uk-modal-dialog {
	width:1100px;
}
.uk-modal-body {
	padding: 0px;
}
@media (min-width: 640px) {
	.uk-modal {
		padding: 10px 30px;
	}
}
@media (min-width: 960px){
	.uk-container {
		padding-left: 0;
		padding-right: 0;
	}
}
.uk-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    min-width: 80px;
    padding: 10px;
    background: #fff;
    color: #333;
	border: 1px solid #b4b4b4;
    box-shadow: 0 5px 12px rgb(0 0 0 / 15%);
}
.uk-dropdown .uk-button {
    margin: 0;
    padding: 0;
	min-width: 100px;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 38px;
    text-align: left;
    text-decoration: none;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, border-color;
}
.uk-dropdown-nav > li > a {
    color: #333;
}
.uk-dropdown ul {
	list-style-type : none;
	padding : 0;
	margin : 0;
}
[class*='uk-dropdown-right'] {
    margin-left: 2px;
}
/*.uk-grid {
    margin-left: 0px;
}
@media (min-width: 1200px){
	.uk-grid {
		margin-left: 0px;
	}
}*/
.uk-input, .uk-select, .uk-textarea {
    border: 1px solid #c2c2c2;
}
.uk-table th {
  text-transform: none;
}

/* wXXX */
.w5 {
	width: 5px;
}
.w10 {
	width: 10px;
}
.w15 {
	width: 15px;
}
.w20 {
	width: 20px;
}
.w25 {
	width: 25px;
}
.w30 {
	width: 30px;
}
.w35 {
	width: 35px;
}
.w40 {
	width: 40px;
}
.w45 {
	width: 45px;
}
.w50 {
	width: 50px;
}
.w55 {
	width: 55px;
}
.w60 {
	width: 60px;
}
.w65 {
	width: 65px;
}
.w70 {
	width: 70px;
}
.w75 {
	width: 75px;
}
.w80 {
	width: 80px;
}
.w85 {
	width: 85px;
}
.w90 {
	width: 90px;
}
.w95 {
	width: 95px;
}

/* ! wXXX */