input.short {
    width: 30px;
}

.nosubmit .editing {
    background: #fff5c5 !important;
    transition: 0.5s background;
}

.edited {
    background: #bbff9f !important;
    animation: fadeout;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    transition: 0.5s background;
}

.cancelled {
    background: #ffc6d8 !important;
    animation: fadeout;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    transition: 0.5s background;
}

@keyframes fadeout {
    to {
        background: #fff !important;
    }
}

.html_form select +div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

div[type='text']:not([contentEditable]) {
    opacity: 0.5;
}

.html_form div[type='text'], .html_form div[type='password'], .html_form input:not([type="checkbox"]), .html_form select {
    border: 1px solid #666;
    border-radius: 2px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}

.html_form select[multiple] {
    height: 166px;
}

div[type='text'][multiline] {
    margin-left: 10px;
    resize: both;
    overflow: auto;
}

div[type='password'] {
    /* -webkit-text-security: disc; */
    -webkit-appearance: textfield;
    -webkit-user-select: text;
}

input[readonly] {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #666;
}

.nosubmit div[type='text'].editing:after, .nosubmit select.editing +:after {
    content: "Validez avec ENTREE";
    position: absolute;
    background: #4aace8;
    color: #fff;
    border-radius: 10px;
    padding: 1px 5px;
    z-index: 1;
    white-space: nowrap;
    transform: translateX(3px);
}

.nosubmit select.editing +:after {
    right: 0;
    bottom: 0;
}

/*class html*/
.html_liste {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.html_liste .titreinfos {
    font-size: 12px;
    margin-bottom: 8px;
}

.html_liste h2,.html_liste>h3,.html_liste>h4 {
    font-size: inherit;
    margin: 0;
    margin-right: 10px;
    color: #ff9612;
    display: inline;
}

.html_liste>div {
    background: linear-gradient(215deg, #fcfcfd, #fefefe);
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    box-shadow: hsl(202 100% 4% / 0.06) 0px 2px 5px, inset hsl(33 100% 94% / 1) 0px 1px 0px 0px;
    cursor: pointer;
    word-break: break-word;
}
.html_liste>.html_liste {
    width: unset;
    box-sizing: border-box;
}

.html_liste>div.selected {
    background: linear-gradient(215deg, #09acea, #4ac1ff);
    box-shadow: inset #1f84c1 0 0 0 2px;
    color: #fff;
}

.html_liste>div.bordergreen {
    box-shadow: inset #00fb08 0 0 0 2px !important;
}
.html_liste>div.borderred {
    box-shadow: inset #fb1900 0 0 0 2px !important;
}

.html_liste>div.html_titre {
    background: #515962;
    color: #fff;
    box-shadow: none;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
}

.html_liste>div.html_titrediscret {
    background: none;
    box-shadow: none;
    text-align: center;
    height: 5px;
    margin: 0;
    letter-spacing: 6px;
    font-size: 10px;
}

.html_liste>.page {
    box-shadow: hsl(202deg 100% 4% / 6%) 0px 2px 5px, inset hsl(127deg 34% 57%) 0px 1px 0px 0px;
}

.html_liste>div:hover {
    box-shadow: inset #888 0 0 0 2px;
}

.html_colonne {
    display: flex;
    max-width: 100%;
}
.html_colonne>div {
    flex-basis: 400px;
    flex-grow: 1;
}

.html_colonne.inline {
    display: block;
}

.html_colonne.inline>div {
    display: inline-block;
}
.html_colonne.inline>div:not(:first-child) {
    margin-left:5px;
}

.html_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

.html_form>table, .html_form>div {
    margin: 0 20px;
    flex-grow: 1;
    flex-basis: 270px;
    margin-bottom: 20px
}

table.fullwidth {
    flex-basis: 100%;
}

.html_form td {
    width: 50%;
}

.html_form tr:hover {
    background: #d1eaf9;
}

.html_form tr:hover td>div {
    border-color: #4aace8;
    border-right-width: 5px;
}

span.aidechamp {
    opacity: 0.7;
    font-size: 10px;
}

.clonecours a {
    color: #fd9915;
}

div[data-type="submit"] {
    background: linear-gradient(345deg, #ececec, #f7f7f700);
    margin: 20px auto;
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #c7c7c7;
    box-shadow: rgb(0 0 0 / 0.05) 3px 4px 6px;
    cursor: pointer;
}

.html_button {
    margin: 1px;
    margin-top: 20px;
}

.html_form .html_button {
    margin-top: 0px;
}

.html_button.inline {
    display: inline-block
}

.html_button>a,
input[type='submit'] {
    background: #4aace8;
    color: #fff;
    padding: 0 5px;
    border-radius: 10px;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.html_button[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.red.html_button>a {
    background: #ff0e0e;
}

.orange.html_button>a {
    background: #ffb52b;
}
.green.html_button>a {
    background: #96d92f;
}
.green2.html_button>a {
    background: #b5da64;
}

.html_button>a:hover {
    opacity: 0.9;
    transform: scale(1.01);
}

.info {
    font-size: 12px;
    color: #888;
}

.html_form div[type="file"]>input {
    display: none;
}

.html_form>table td {
    height: 36px;
}

.html_form div[type="file"]>label, .html_form .html_button>a {
    display: block;
    margin: 9px;
    background: #4aace8;
    color: #fff;
    padding: 2px 5px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    min-height: 12px;
}

.keyword-list
{
	position: absolute;
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 5px;
	cursor: pointer;
}
.keyword-list>div:hover
{
	background:#4aace8;
    color:#fff;
}

/*video ia*/

div#videoai_thumbs {
    display: flex;
    z-index: 10000;
    flex-wrap: wrap;
    position: fixed;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    background: #fff;
    border-bottom: 2px solid #00adff;
    cursor: pointer;
}
div#videoai_thumbs:hover img
{
	opacity:0.5;
}
div#videoai_thumbs:hover img:hover
{
	opacity:1;
}
