﻿body {
    background: var(--page-bg-color);
}

.login-bg {
    background-image: var(--login-bg-img);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px;
    height: 100vh;
}

.auth-bg {
    background-color: var(--page-bg-color);
}


.card-bodyPDF {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;

}


.modal-headerPDF {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;

    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}


.textStyle {
    color: var(--login-txt-color);
    font-size: 25px;
    margin-top: 26%;
}

.bd-masthead {
    padding-bottom: 5rem;
}

.formLogin {
    border-radius: 5px;
    box-shadow: 0 9px 50px hsla(20, 67%, 75%, 0.31);
    opacity: 0.94;
    background-color: #ffffff;
}

#eye {
    margin-left: -20px;
    padding: 15px 9px 19px 0px;
    border-radius: 0px 5px 5px 0px;
    float: right;
    position: relative;
    right: 1%;
    top: -.2%;
    z-index: 5;
    cursor: pointer;
}

.cookie {
    z-index: 99;
    width: 100%;
    display: block;
    background-color: rgb(25, 150, 152);
    color: white;
    font-size: 13px;
    text-align: justify;
}

.modal_Panel_Style {
    position: fixed;
    z-index: 1200;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 100vh;
    background-color: Black;
    filter: alpha(opacity=40);
    opacity: 0.9;
}

.Panel_Style {
    width: 290px;
    height: 170px;
    background-color: white;
    border-style: solid;
    border-radius: 20px;
    border-width: 4px;
    border-color: #3a4f63;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1300;
    filter: alpha(opacity=100);
    opacity: 1;
}

.navbar_edokial {
    background-color: var(--menu-bg-color);
}

    .navbar_edokial a {
        color: var(--menu-txt-color);
        padding: 5px 10px;
    }

    .navbar_edokial li {
        color: var(--menu-txt-color);
        padding: 5px;
    }

    .navbar_edokial a:hover {
        color: var(--menu-txt-hover);
        text-decoration: none;
        background-color: var(--menu-drop-bg-hover);
    }

    .navbar_edokial ul {
        list-style: none;
    }

a.level1.selected.static {
    /*border: 1px #3a4f63 solid;*/
    border: none;
    border-bottom: solid 3px var(--menu-txt-color);
    text-decoration: none;
    font-weight: 700;
}

a.dropdown-toggle.selected {
    /*border: 1px #3a4f63 solid;*/
    border: none;
    text-decoration: none;
    border-bottom: solid 3px var(--menu-txt-color);
    font-weight: 700;
}

a.level2.dropdown-item.dynamic.selected {
    /*border: 1px #3a4f63 solid;*/
    border: none;
    text-decoration: none;
    font-weight: 700;
}

.dropdown-searchable {
}

.dropdown-menu {
    background-color: var(--menu-drop-bg);
}

    .dropdown-menu a:hover {
        background-color: var(--menu-drop-bg-hover) !important;
    }

.headerBox {
    background-color: var(--menu-bg-color) !important;
    color: var(--menu-txt-color);
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #343a40;
    color: white;
    text-align: center;
    z-index: 50;
}

    .footer a {
        color: white;
    }

.box-edokial {
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 12px #555;
    background-color: white;
}

.box-edokial-body {
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-top: 0.5rem !important;
}

.table-row__except {

}

.treeview {
    text-align: left;
    font-size: 14px;
    color: black;
}

    .treeview img {
        width: 50%;
    }

.tree-rootnode {
    font-size: 18px;
    font-weight: bold;
}

.tree-selectnode {
    color: rgb(25, 150, 152);
    font-weight: bold;
    text-decoration: underline;
}

    .tree-selectnode a:hover {
        color: blue;
        text-decoration: underline;
    }

.tree-parentnode {
    font-weight: bold;
}

.tree-selectCompteAppli {
    color: #00acc1;
    font-style: italic;
}

.radioButton label {
    margin-left: 15px;
}

.customList-edokial {
}

.custom-control-treeview-input {
    position: absolute;
    left: 0;
    width: 1rem;
    height: 1.25rem;
}

.fillparent {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.headerBox-padding {
    padding: 0.375rem 0.75rem;
}

.embed-responsive-16by9-half {
    padding-top: 28.125%;
    padding-bottom: 28.125%;
}

.bg-cross {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='%23d9dcdf' stroke-width='0.75'/><path d='M0 0 L100 100 ' stroke='%23d9dcdf' stroke-width='0.75'/></svg>");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%, auto;
    background-color: #e9ecef;
}

.btn-edokial {
    background-color: #8e9efd !important;
    border-color: #8e9efd !important;
    color: white;
    font-weight: bold;
}

    .btn-edokial:hover,
    .btn-edokial:active,
    .btn-edokial:visited,
    .btn-edokial:focus {
        background-color: #8e9efd !important;
        border-color: #8e9efd !important;
    }

.Cntrl1 {
    background-color: #abcdef;
    color: Yellow;
    border: 1px solid #AB00CC;
    font: Verdana 10px;
    padding: 1px 4px;
    font-family: Palatino Linotype, Arial, Helvetica, sans-serif;
}

.modal .modal-dialog {
  
    margin: auto;
    width: 80%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}





.modal.right.fade .modal-dialog {
    right: -220px;
    transition: opacity 0.1s linear, right 0.1s ease-out;
}



@media (min-width: 580px) {
    .modal-dialog {
        max-width: 100%;
        margin: 1.75rem auto;
   
    }

  


}



.rowHover:hover {
    background-color: #cdcdcd;
    font-family: Arial;
    cursor: pointer;
}

.FixedHeader {
    position: absolute;
    font-weight: bold;
}

.btn-outline-info:disabled, .btn-outline-danger:disabled {
    color: #6c757d;
    border-color: #6c757d;
}

/* Accordion */
.accordionHeader {
    font-family: "Font Awesome 5 Free";
    background: #3a4f63;
    border-radius: 30px;
    border: 2px solid #808080;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 1px 5px;
}

    .accordionHeader:after {
        content: '\02795';
        float: left;
    }

.accordionHeaderSelected:after {
    content: "\2796";
    float: left;
}

#master_content .accordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
    padding: 10px 20px 10px 60px;
}

    #master_content .accordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionHeaderSelected {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 30px;
    background: #3a4f63;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-right: 3px solid #808080;
    z-index: 1;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.image-thumbnail {
    cursor: all-scroll;
    width: 162px;
    height: 162px;
    background-image: url("../../images/Documents.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin: 5px;
    border-radius: 5px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

    .image-thumbnail:hover {
        background-blend-mode: overlay;
        background-color: #555;
    }

        .image-thumbnail:hover .actions {
            visibility: visible;
        }

.image-thumbnail-dragging {
    position: absolute;
    cursor: all-scroll;
    width: 162px;
    height: 162px;
    background-color: #999;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

[selected] .details {
    background: #303F9F;
}

[selected] .actions {
    visibility: visible;
}

    [selected] .actions i {
        color: #C2185B;
    }

.actions {
    visibility: hidden;
    display: flex;
    height: 40px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 11px;
}

    .actions > * {
        cursor: pointer;
    }

.details {
    background-color: #adb5bd82;
    text-align: center;
}

    .details span {
        font-family: Muli;
        font-size: 12.6px;
        font-style: normal;
        font-stretch: normal;
        color: #ffffff;
        text-overflow: ellipsis;
        white-space: nowrap;
    }



.details__sequence {
    background-color: rgba(255, 255, 255, .24);
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    font-weight: initial;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-left: 6px;
}

.password__toggle {
    margin-left: -20px;
    padding: 15px 9px 19px 0px;
    border-radius: 0px 5px 5px 0px;
    float: right;
    position: relative;
    right: 1%;
    top: -.2%;
    z-index: 5;
    cursor: pointer;
}

.password__eye {
    width: 0.75rem;
} 

.password__shown {
    content: url("../images/eye.png");
}

.password__hidden {
    content: url("../images/eye_b.png");
}
