@media (min-width: 768px)
{
    .top-navigation .navbar-nav .dropdown-menu{
        max-height: 78vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
}
.FieldColor{
    border: 1px solid #CACACA;
    border-radius: 6px;
    width: 30px;
    height: 30px;
}
.FieldFile{
    position: absolute;
    left: -10000px;
}
.ImageMax100{
    max-width: 100px;
}
.ImageMax200{
    max-width: 200px;
}
.FieldImageView{
    cursor: pointer;
    width: 100%;
    max-width: 100px;
    max-height: 100px;
}
.i18NToggleExpand > span.glyphicon{
    font-size: 16px;
}
.i18NLGDefault{
    color: #0000FF !important;
}
.EditSaveCancel{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto !important;
    padding: 10px 0px !important;
    background-color: rgba(255,255,255,0.8);
    z-index: 1000;
}

.input-group.datetime,.input-group.date,.input-group.time,.input-group.year{
    width: 100%;
}

.SortHandle{
    margin: 3px;
    font-size: 14px;
    cursor: move;
}
.TDAdjust{
    width: 1%;
    white-space: nowrap;
}
.FieldInfo{
    list-style: none;
    padding: 0 0;
    margin: 0 0;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    color: #8f6b49;
}
.FieldRequired{
    color: #EFADB8;
    font-size: 12px;
}
.Filters tr > td:last-child{
    font-weight: bold;
}
.ArianeEditMode{
    font-style: italic;
    font-weight: lighter;
    font-size: 12px;
}
.note-editor{
    min-height: auto !important;
}
.ColSort{
    display: inline-block;
}
.THSort > a{
    display: inline-block;
    color: #1ab394;
}
ul.Ternaire{
    display: inline-block;
    overflow: auto;
    min-width: 130px;
    max-height: 200px;
    list-style: none;
    margin: 0 0;
    padding: 0 0;
}
ul.Ternaire>li{
    margin: 2px 2px;
    display: block;
}
.has-feedback .form-control{
    padding-right: 0px;
}
.BTFileDelete{
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 3px 5px;
    border: 1px dashed #000000;
}
.BTFileDelete:hover{
    background-color: rgba(255, 255, 255, 1);
    color: #FF0000;
}

.SET_TAG{
    display: inline-block;
    background-color: #e1e1e1;
    padding: 3px 4px;
    margin: 2px 2px;
}
.select2-container{
    width: 100% !important;
}
.select2-container.select2-container--open{
    z-index: 5000;
}
.select2-container .select2-selection--single{
    height: 36px !important;
}
.select2-selection__rendered {
    white-space: normal !important;
    line-height: 31px !important;
}
.select2-selection.select2-selection--single{
    overflow: hidden !important;
}
.select2-selection__rendered>*,.select2-results__option>*{
    display: inline-block;
    vertical-align: top;
}
.select2-selection__choice{
    min-height: 42px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    font-size: 20px;
}
.select2-selection__clear{
    font-size: 20px;
}
.has-error .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{
    border-color: #ed5565;
}
.has-success .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{
    border-color: #3c763d;
}

.FileContainer{
    display: block;
    border: 1px dashed #bababa;
    outline-offset: 0px;
    background: #f1f1f1;
    padding: 5px 5px;
    position: relative;
    width: fit-content;
    min-width: 200px;
    max-width: 500px;
    cursor: pointer;
}
.FileContainer.onDragFile{
    border: 1px dashed rgb(237,125,49);
}
.FileContainer.onUploadFile{
    border: 1px solid rgb(237,125,49);
}
.FileContainer.disabled>.onDragFile,.FileContainer.disabled>.onUploadFile{
    border:none;
}
.FileContainer>.FileOverlay{
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    min-height: 70px;
}
.FileOverlay .fa-cloud-upload-alt{
    font-size: 30px !important;
}

.FileContainer>.FileOverlay>div{

}
.FileContainer>.FileOverlay>div>span{
    font-size: 12px;
    line-height: 14px;
}
.FileContainer>.FileOverlay>div>i{
    font-size: 60px;
    color: rgba(0, 0, 0, 0.4);
}
.FileContainer>.FileImage {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 38px;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    pointer-events: none;
}
.FileContainer.disabled>.FileImage{
    cursor:default;
}
.FileContainer>.FileInfo{
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 2px 5px;
    border: 1px solid #bababa;
    background: #f1f1f1;
    cursor:default;
}
.FileContainer>.FileInfo>.FileName{
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    word-wrap: anywhere;
}
.FileContainer>.FileInfo>.FileDelete{
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
}
.FileContainer>.FileInfo>.FileDelete>i{
    background: rgba(255,255,255,0.8);
    color: #000000;
    font-size: 20px;
}

.FileContainer>.FileDelete:hover{
    color: #FF0000;
    margin-left: 10px;
}

.text-align-center{
    text-align: center;
}

.select2-results{
    border: 2px solid #000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.select2-container--default .select2-results>.select2-results__options{
    max-height: 40vh;
}
.has-feedback label~.form-control-feedback{
    top: 30px;
    right: 12px;
}
.has-feedback,.has-error .form-control-feedback{
    top: 4px;
}
