/* CSS général de l'interface (ne pas mettre à jour pour des styles spécifiques à une interface : utiliser specific.css */

body{
    font-family: 'Segoe UI', sans-serif !important;
}

/* Index */

.index-carddeck{
    width: 100%;
    height: 100%;
}
.index-cards{
    border-color: white !important;
    color: #D32A2A;
}
.index-cards:hover{
    color: #871B1B;
}
.img-row1 {
    display: block;
    margin: 20px auto 20px auto;
    width: auto;
    height: 100px;
}
.img-row2{
    display: block;
    margin: 0 auto;
    width: 30%;
    height: auto;
    margin-top: 5%;
    padding-bottom: 5%;
}
.index-text{
    text-align: center;
}
.index-card-body{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.index-card-body2{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 5%;
}
.index-h3{
    text-align: center;
}
.h1-title{
    font-size: 30px;
    color: white;
    position: absolute; 
    left: 47%!important;
}
.row-carddeck{
    margin-top: 5%;
    margin-bottom: 5%;
}
a.navbar-brand {
    background-image: url(../img/semantiweb.png);
    background-size: cover;
    height: 30px;
    width: 130px;
    margin: 5px;
}
.navbar{
    background: #D32A2A;
    font-family: 'Segoe UI', sans-serif;
}
.dropdown-menu-nav{
    width: 15vw;
    height: 16vh;
}
.btn-dropdown{
    width: 80%;
}
.welcome-user {
    color: #FFFFFF!important;
    margin: 0 10px;
}
.dividerX2 {
    border-left: 0.5px solid #ffffff40;
    border-right: 0.5px solid #ffffff40;
}

/* Rapports */

.text-form{
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold
}
#customRadio1:checked ~ .select-1{
    display: block;
}
#customRadio2:checked ~ .select-2{
    display: block;
}
#customRadio3:checked ~ .select-3{
    display: block;
}
#customRadio4:checked ~ .select-4{
    display: block;
}
.select-1{
    display: none;
}
.select-2{
    display: none;
}
.select-3{
    display: none;
}
.select-4{
    display: none;
}
.card-form{
    width: 100% !important;
}
.title{
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 15pt;
    color: #D32A2A;
}
.btn-red{
    background-color: #D32A2A;
    color: white;
    font-weight: bold;
}
.btn-red:hover{
    background-color: white;
    color: #D32A2A;
    border: 1px solid #D32A2A;
    transition-timing-function: ease-in;
    transition-duration: 0.2s;
}

/* Tableau de contrôle */

.container-control{
    width: 95% !important;
    margin: 0 auto !important;
}
.card-control{
    height: 25em;
    font-family: 'Segoe UI', sans-serif;
}
.list-source-btn{
    height:100%;
    overflow-y: scroll;
}

.custom-scrollbar::-webkit-scrollbar-track
{
	background-color: #ffffff;
}

.custom-scrollbar::-webkit-scrollbar
{
	width: 5px;
	background-color: #ffffff;
}

.custom-scrollbar::-webkit-scrollbar-thumb
{
    background-color: #D32A2A;
    border-radius: 5px;
}
.stat-sources{
    color: #D32A2A;
    font-weight: bold;
    font-size: 11pt;
    font-family: 'Segoe UI', sans-serif;
}
.card-header-control{
    background-color: #D32A2A;
}
#source_vdc_1{
    position: absolute;
    z-index: 1;
}
#source_vdc_2{
    position: absolute;
    z-index: 2;
}
#source_vdc_3{
    position: absolute;
    z-index: 3;
}
#source_vdc_4{
    position: absolute;
    z-index: 4;
}
#source_vdc_5{
    position: absolute;
    z-index: 5;
}
#source_vdc_6{
    position: absolute;
    z-index: 6;
}
#source_vdc_7{
    position: absolute;
    z-index: 7;
}
#source_vdc_8{
    position: absolute;
    z-index: 8;
}
#source_vdc_9{
    position: absolute;
    z-index: 9;
}
#source_vdc_10{
    position: absolute;
    z-index: 10;
}

#source_conc_1{
    position: absolute;
    z-index: 1;
}
#source_conc_2{
    position: absolute;
    z-index: 2;
}
#source_conc_3{
    position: absolute;
    z-index: 3;
}
#source_conc_4{
    position: absolute;
    z-index: 4;
}
#source_conc_5{
    position: absolute;
    z-index: 5;
}
#source_conc_6{
    position: absolute;
    z-index: 6;
}
#source_conc_7{
    position: absolute;
    z-index: 7;
}
#source_conc_8{
    position: absolute;
    z-index: 8;
}
#source_conc_9{
    position: absolute;
    z-index: 9;
}
#source_conc_10{
    position: absolute;
    z-index: 10;
}
.form-source{
    width: 40%;
}
.select-graph1{
    width: 30%;
}
.select-graph2{
    width: 30%;
    margin-left: 30%;
}
.graph1{
    height: 40vh;
    width: 40%;
}
.graph2{
    height: 40vh;
    width: 40%;
}
.kpi{
    height: 33vh;
    width: 32%;
}
.card{
    border: #ffffff !important;
}
.text-qualification{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.stat-alertes{
    color: #D32A2A;
    font-weight: bold;
    font-size: 14pt;
    font-family: 'Segoe UI', sans-serif;
}
.text-alertes{
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 14pt;
}
.divider{
    border: 1px solid #D32A2A !important;
    margin: 1.6rem 0;
}
.voir-plus{
    color: black;
}
.voir-plus:hover{
    color: #D32A2A;
    cursor: pointer;
}
.voir-plus:hover .rotate{
    transform: rotate(180deg);
}
.rotate{
    transition-duration: 0.5s;
}
.card-body-analytics{
    height: auto;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
}
.wrapped-alert{
    height: 20em;
    overflow: hidden;
}
.unwrapped-alert{
    height: auto;
}
.wrapped-synthese{
    height: 20em;
    overflow: hidden;
}
.unwrapped-synthese{
    height: auto;
}
.graph-alertes{
    height: 30vh;
    width: 90%;
    border-color: #D32A2A !important;
}
.list-group-item.active{
    background-color: white !important;
    border: 2px solid #D32A2A !important;
    color: #D32A2A;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.list-group-item{
    font-family: 'Montserrat', sans-serif;
}

/* Anonymisation */

.card-body-anonyme{
    height: 60vh;
}
.anonymisation{
    width: 100%;
    height: 100%;
}
.card-header-anonyme{
    background-color: #D32A2A;
}
.text-anonyme{
    color: white;
    font-size: 15pt;
}
.link-anim:hover .transition{
    transform: rotate(180deg);
}
.transition{
    transition-duration: 0.5s;
}
.source-error{
    width: 30px;
    height: 30px;
    background-color: #dc3545;
    border: 1px solid #dc3545;
    border-radius: 50%;
}
.source-ok{
    width: 30px;
    height: 30px;
    background-color: #28a745;
    border: 1px solid #28a745;
    border-radius: 50%; 
}
.source-warning{
    width: 30px;
    height: 30px;
    background-color: #ffc107;
    border: 1px solid #ffc107;
    border-radius: 50%; 
}

/* Sementic Queries */

.card-body-requete{
    height: 70vh;
}
.card-header-requete{
    background-color: #D32A2A;
}
.card-header-text{
    font-family: 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 19pt;
    color: white;
}
.divider-2{
    width: 100%;
    height: 1px;
    border: 1px solid #D32A2A;
}
.row-requete{
    height: 50vh;
}
.text-requete{
    width: 100%;
}
.scroll-div{
    overflow-y: scroll;
}
.bkg-red-vdc{
    background-color: #620712;
}
.bkg-blue-conc{
    background-color: #0073a2;
}
.bkg-purple-vda{
    background-color: #5B1E63;
}
.text-requete div{
    width: 100%; 
}
.btn-popover-sem{
    font-size: 11pt;
    font-weight: bold;
}
.card-body-sem{
    height: 50vh;
    overflow: auto;
}

/* Aide */

#editor{
    font-family: 'Nunito Sans', sans-serif;
}
#toolbar-container .ql-font span[data-label="Avenir"]::before {
    font-family: 'Nunito Sans', sans-serif;
}
#toolbar-container .ql-font span[data-label="Roboto"]::before {
    font-family: 'Roboto', sans-serif;
}
#toolbar-container .ql-font span[data-label="Sans-serif"]::before {
    font-family: sans-serif;
}
.select-aide{
    width: 40% !important;
}
.text-aide{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold; 
}
.arrow-a:hover img{
    transform: rotate(90deg);
}
.btn-red-static{
    background-color: #D32A2A;
    color: white;
    font-weight: bold;
}
.btn-red-static:hover{
    color: white;
}
.modal-article{
    height: 200vh;
}
.border-red{
    border: 2px solid #D32A2A !important;
}
.row-newarticle{
    height: 50vh;
    width: 95%;
}
.titre-article{
    border-bottom: 2px solid #D32A2A !important;
    width: 30%;
}
.titre-article p{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.link{
    cursor: pointer;
}
.titre-article-form{
    border: none !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold; 
    width: 100%;
}
.position-article-form{
    border: none !important;
    border-bottom: 2px solid #D32A2A !important;
    width: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-right: 15px;
}
.position-article-form::placeholder{
    text-align: center;
}
.position-article{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold
}

.daterangepicker td.in-range {
    background-color: #EEE;    
}

.daterangepicker td.today,
.daterangepicker td.today:hover {
    background-color: #CCC;    
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #D32A2A;    
}

/*********** Corpus ***********/

/* header */

#admin-select-corpus {
    border-radius: 5px;
    border: 0.5px solid #C1C1C1;
    width: 232px;
    height: 26px;
}

textarea {
    border: 0.5px solid #C1C1C1;
    padding: 10px 15px;
}

.subHeader {
    background: #F9F9F9;
    box-shadow: 10px 0px 5px #C1c1c1;
}

.iconBox {
    width: 95%;
    height: 50%;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    background: #fff;
}


/* btn/cartouche */

.btn-light {
    background: #fff;
    border: 1px solid #D32A2A;
    border-radius: 50px;
    height: 28px;
    text-transform: uppercase;
    color: #D32A2A;
    font-size: 12px;
    padding: 4px 10px;
}

.btn-light:hover {
    background: #d32a2a99;
    border: 1px solid transparent;
    color: #fff;
    text-decoration: none; 
}

.btn-grey {
    background: #fff;
    border: 1px solid #616161;
    border-radius: 50px;
    height: 28px;
    text-transform: uppercase;
    color: #616161;
    font-size: 12px;
    padding: 4px 10px;
    vertical-align: middle;
}

.btn-grey:hover {
    background: #61616185;
    border: 1px solid transparent;
    color: #fff;
    text-decoration: none; 
}

.btn-primary {
    background: #D32A2A;
    border: 1px solid #D32A2A;
    border-radius: 50px;
    height: 28px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 10px;
}

.btn-primary:hover {
    background: #d32a2a99;
    border: 1px solid transparent;
}

/* content */

.selectFacette {
    border: 0.5px solid #C1C1C1;
    margin: 2px 0;
    border-radius: 50px;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
    text-align: center!important;
    position: relative;
    color: #333;
}

.nullFacette {
    color: #CCC;
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
  }

input[type=checkbox] {
    border-radius: 3px;
    background: #DBDBDB;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    cursor: pointer
}

input[type=checkbox]:checked {
    background: #707070;
    background: url(../img/checkbox-check.png);
    background-size: cover;
    height: 12px;
    width: 12px;
}

.selectFacette input[type=checkbox] {
    position: absolute;
    border-radius: 50px;
    background: transparent;
    height: 21px;
    width: 100%;
    right: 0; 
    top: 0;
    cursor: pointer
}

 input[type="checkbox"]:focus {
	outline:none;
}

.checked {
    background: #616161;
    color: #ffffff;
    border: 0.5px solid #616161;
}

.titleLine {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}

.titleFacette {
    text-transform: uppercase;
    color: #D32A2A;
    border-bottom: 0.5px solid #c1c1c1;
}

.nav-results {
    background: #F9F9F9;
    box-shadow: 0px 3px 6px #c1c1c1;
    height: 48px;
    border: none;
}

.nav-results .nav-item.show .nav-link, .nav-results .nav-link.active {
    padding-top: 10px;
    background: transparent;
    color: #D32A2A;
}

.results {
    display: block;
    margin: auto 0;
    text-transform: uppercase;
    color: #D32A2A;
    font-weight: bold;
    border-right: 0.5px solid #c1c1c1;
    padding-right: 20px;
}

.results p {
    display: block;
    margin: auto 0;
}

.nav-link.active:before {
    content: url(../img/arrow-down.png);
    position: absolute;
    left: 38%;
    bottom: 1px;
    height: 15px;
    width: 15px;
}

.nav-link {
    color: #000000;
    text-transform: uppercase;
    height: 48px;
    padding: 10px 0 0 20px;
    position: relative;
}

.nav-item p {
    border-right: 0.5px solid #c1c1c1;
    text-align: center;
    padding-right: 20px;
    line-height: 16px;
    margin-top: 6px;
}

.nav-link:hover {
    color:#616161;
}

body {
    cursor: default;
}

#myTabContent .table td, .table th {
    border-top: none; 
    border-bottom: 0.5px solid #C1C1C1;
}

#myTabContent .table-striped tbody tr:nth-of-type(odd) {
    background: transparent;
}

.containerWidget {
    padding: 0 20px;
    border: 0.3px solid #c1c1c12e;
    background: #FFFFFF;
    box-shadow: 0 2px 2px #0000002b;
}

.titleWidget {
    text-transform: uppercase; 
    padding-bottom: 5px;
    border-bottom: 0.5px solid #C1C1C16b;
}

#contact .table thead th {
    border-bottom: 1px solid #000000;
}

#admin-corpus-modify .admin-corpus-remove-filter {
    background: #E2E2E2;
    padding: 0 25px 2px 15px;
    border-radius: 50px;
    font-size: 14px;
    color: #000000;
    position: relative;
    margin: 2px 0;
}

#admin-corpus-modify .admin-corpus-remove-filter:after {
    content:url(../img/Cross.png); 
    position: absolute;
    right: 8px;
    top: 0px;
}

#admin-corpus-modify .admin-corpus-remove-filter:hover {
    text-decoration: none;
    color: #D32A2A; 
}

#admin-corpus-modify .admin-corpus-remove-filter:hover::after {
    content:url(../img/red-cross.png); 
    position: absolute;
    right: 8px;
    top: 0px;
    text-decoration: none; 
}

#up {
    position: fixed;
    right: 20px; 
    bottom: 20px;
    cursor: pointer;
    z-index: 2000;
}

em, .hlpst {
  background: yellow;
  font-style: normal;
}

.keywords-box th {
    text-transform: uppercase;
    border-bottom: 0.5px solid #cecece;
    padding: 5px 20px;
}

.keywords-box td {
    border: none!important;
    padding: 5px 30px 5px 20px;
}

.keywords-box thead {
    margin-bottom: 10px;
}

.table thead th {
    padding-top: 20px;
    border: none; 
}

.aside-key td, .aside-key th {
    background: #f9f9f9;
}

.content-log {
    margin-top: 10%;
}