/*==================================================================
HEADER
 ==================================================================*/
.page-header .icon {
    color: #52ADA6;
    margin-right: 10px;
}

/*==================================================================
BUTTONS
 ==================================================================*/
.btn {
    border-radius: 8px;
    box-shadow: none;
}
.all-buttons-action .btn {
    margin: 5px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
.all-buttons-action .btn.btn-secondary {
    background-color: #52ADA6;
    border: 1px solid #52ADA6;
    color: white;
}
.all-buttons-action .btn.btn-primary,
.eticeotabletd .btn,
.dropdown-menu.show,
.btn.return {
    background-color: white;
    border: 1px solid #52ADA6;
    color: #52ADA6;
}
.dropdown-menu.show {
    transform: translate3d(0, 35px, 76%) !important;
}
.dropdown-menu.show a,
.dropdown-menu.show button {
    color: #52ADA6;
    font-weight: 700;
    text-align: center;
    line-height: 2em;
}
#dropdownMenuButton {
    padding-left: 15px;
    padding-right: 15px;
}

/* DOC47 : Mettre le bouton enregistrer dossier en gras */
#files_filebrowser_createfolder {
    font-weight : bold;
}

/*==================================================================
NAV
 ==================================================================*/
#eticeogroupsview .nav-tabs {
    border: none;
}
#eticeogroupsview li a.active {
    background-color: #5269B0 !important;
    border-radius: 20px !important;
    color: white;
    border: none;
}
#eticeogroupsview li a {
    color: #777;
    font-weight: 700;
}
/*DOC48 style hover btn*/
#eticeogroupsview li a:hover:not(.active),
#eticeogroupsview li a:focus:not(.active){
    background-color: transparent;
    border-radius: 0px;
    border-bottom: 3px solid #5269B0;
}
/*DOC46 placeholder input*/
input#files_filebrowser_createfolder_name::placeholder {
    opacity:0.5 !important;
    font-style:italic;
}

/*==================================================================
TABLE
 ==================================================================*/
.ulgrouppage.table.table-responsive th {
    text-transform: initial;
    font-weight: 700;
    padding-bottom: 0;
}
.eticeotabletd {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 15px !important;
}
.tablelink {
    line-height: 2.2em;
    vertical-align: bottom;
}
.tablelink.title {
    font-weight: bold;
}
.tablelink.date span,
.tablelink.author {
    color: #333;
}
.tablelink,
.tablelink span {
    color: #555;
    font-weight: normal;
    font-size: 1.05em !important;
}

