/*
test
a{
    background-color: red;
}*/

.titre_tab {
    text-align: center;
    horiz-align: center;
    color: black;
}

a.link_no_deco:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.modal {
    position: relative;
    z-index: 9999
}

.modal_fild {
    position: absolute!important;
}


/* HIDE RADIO */

.theme {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}


/* IMAGE STYLES */

.theme+img {
    cursor: pointer;
}


/* CHECKED STYLES */

.theme:checked+img {
    /*outline: 2px solid #f00;*/
    box-shadow: 0 0.125rem 0.625rem rgb(217 37 80), 0 0.0625rem 0.125rem rgb(217 37 80);
}

.modal-backdrop {
    z-index: 1040;
}

.modal-content {
    margin: 2px auto;
    z-index: 1100 !important;
}

.modal-backdrop {
    /* bug fix - no overlay */
    display: none;
}

.overlay {
    position: fixed;
    /* Positioning and size */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(128, 128, 128, 0.5);
    /* color */
    display: none;
    /* making it hidden by default */
}

.modal-lg {
    max-width: 80%;
}
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 50vh;
    overflow-y: auto;
}

/* styling images check box in modal */

.modal_img+img {
    cursor: pointer;
}


/* CHECKED STYLES */

.modal_img:checked+img {
    /*outline: 2px solid #f00;*/
    box-shadow: 0 0.125rem 0.625rem rgb(217 37 80), 0 0.0625rem 0.125rem rgb(217 37 80);
}
.modal-open {
    overflow-y: scroll!important;
}

#tblBlocksBody tr {
    cursor: move;
}

#tblFieldsBody tr {
    cursor: move;
}

#tblContenusBody tr {
    cursor: move;
}