body, .wrapper{
    overflow: inherit;
}
.clear{
    clear: both;
}

dt{
    margin-top: 2em;
}

.label-base{
    background: #FFF;
    color:#333;
}

.context-admin .logo-lg{
    display: inline-block;
    width: 190px;
    height: 40px;
    background: url('../img/logo-expertes.png') no-repeat center center / 90%;
    margin-top: 5px;
}
.context-admin .logo-mini{
    display: inline-block;
    width: 50px;
    height: 40px;
    background: url('../img/logo-expertes-mini.png') no-repeat center center / 75%;
    margin: 5px;
}
.context-admin .logo-lg b, .context-admin .logo-mini b{
    display: none;
}
.app-version{
    display: inline-block;
    padding: 15px;
    color: #fff;
}

.context-public .main-header .logo{
    width: auto;
}

/** UTILS */
.comma-list > :not(:last-child)::after {
    content: ",";
}

.h-sticky{
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #FFF;
    padding: 1.5rem 0;
    border-bottom: #CCC 1px solid;
}
.p-sticky{
    position: sticky;
    top: 0;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}


/** TRANSLATIONS **/
.translation-nav-languages.nav.nav-tabs {
	margin-bottom: -1px;
    font-size: 0.8em;
}
.translation-nav-languages.nav > li > a {
	line-height: 1;
	padding: 4px 10px;
    margin: 0;
}

/** DATATABLES */
.dataTables_wrapper div.dataTables_processing {
	background: #fff9;
	color: #c20;
	top: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

/** ERRORS */
#form-errors-list{
    position:fixed;
    top: 50px;
    right: 5px;
    width: 180px;
}
#form-errors-list label{
    display: block;
    font-weight: 500;
    cursor: pointer;
}
#form-errors-list label span{
    display: block;
    font-weight: 900;
}
h4{
  font-size: 23px;
  line-height: 28px;
}
.context-admin h4{
  border-bottom: 1px solid #444;
  padding: 0 0 4px 0;
  margin: 25px 0 15px 0;
}
.context-admin small.help{
  display: none;
}
.help-tip {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: help;
}

.form-group {
  margin-bottom : 25px ;
	position: relative;
}
.form-group label{
  font-size: 16px;
  font-weight: 600;
}
.form-group label.required_label::after{
	content : " *";
	color: #D0011B;
}
.context-public .hidden-public{
    display:none !important;
}
.form-group .select2-container {
  width: 100% !important;
}
/** ICON BOOLEAN */
.sticky-local{
    color: #FF0;
    text-shadow: #000 0 0 1px;
}
.sticky-global{
    color: #09C;
}
.icon-boolean-icon{
    cursor: pointer;
}

.icon-boolean input:not(:checked) + .icon-boolean-icon{
    color: #999;
    text-shadow: none;
}


/** REQUIRED */

*:required:not(:valid),
*:required:not(:valid) ~ .select2-container--default .select2-selection--single,
*:required:not(:valid) ~ .select2-selection .select2-selection--single,
*:required:not(:valid) ~ .select2-container--default .select2-selection--multiple,
*:required:not(:valid) ~ .select2-selection .select2-selection--multiple{
    border-bottom-color:#900;
}
*:required:valid,
*:required:valid ~ .select2-container--default .select2-selection--single,
*:required:valid ~ .select2-selection .select2-selection--single,
*:required:valid ~ .select2-container--default .select2-selection--multiple,
*:required:valid ~ .select2-selection .select2-selection--multiple{
    border-bottom-color:#090;
}

*:required:not(:valid) + p + .label::after,
*:required:not(:valid) + span + p + .label::after,
*:required:not(:valid) + span + div + .label::after{
    content:"*";
    display:block;
    color:#900;
    position: absolute;
    top: 0px;
    right: -18px;
    font-weight: 900;
    font-size: 2em;
}

*:required:valid + p + .label::after,
*:required:valid + span + p + .label::after{
    content:"✔";
    display:block;
    color:#090;
    position: absolute;
    top: -3px;
    right: -22px;
    font-weight: 900;
    font-size: 2em;
}

/*
*:required:not(:valid) ~ .select2-container--default .select2-selection--single::before,
*:required:not(:valid) ~ .select2-selection .select2-selection--single::before{

}
*/
.invalid, .wrong, .error{
    background: #FEE;
    border: #900 1px solid;
    color: #900;
}

/** EDITOR */
.toolbar a.wysihtml-command-active {
  background: #222;
  color: white;
}
.counter,
.counter.label-info,
.biography-counter,
.biography-counter.label-info{
	position: absolute;
	bottom : 0;
	background-color: transparent	!important;
	color: rgba(58, 71, 80, 0.5) !important;
	right: 8px;
}
.counter.label-danger,
.biography-counter.label-danger{
	color: rgba(208, 1, 27, 0.7) !important;
}

/** SUBMIT */
.context-public #form-save-bar{
    display: none;
}
.form-save-bar-fixed{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #FFF;
    padding: 5px 35px;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px;
    text-align: right;
}

/** COORDINATES */
#coordsListes{
    position: relative;
}
.context-admin .intl-tel-input{
  display: block;
  width: 100%;
}

/** AVATAR */
.profile-user-img-box{
    background:#FFFFFF no-repeat center center / contain;
    height: 256px;
    max-width: 256px;
    width: 100%;
    margin-top: 6px;
    position: relative;
}
.profile-user-img-box .btn-group{
    bottom: 10px;
    position: absolute;
}
#profile-user-img-preview{
    display:none;
    word-break: break-all;
    border:#999 2px solid;
    background:rgba(255, 255, 255, 0.8);
    color:#111;
    padding: 1em;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
#profile-user-img-preview span{
    display: block;
}
#profile-user-img-preview strong{
    color:#DD4B39;
    display: block;
}

/** META */
div.form-control.dateAction{
  padding: 0;
}
.metasListes-wrapper{
    position: relative;
}
.metasListes{
    margin-bottom: 20px;
}
.metasListes .table{
    margin-bottom: 0;
}
.metasListes .add-another-meta{
    margin-top: 0;
}

.metasListes .ui-pnotify-move{
    vertical-align: baseline;
    margin-top: 0.5em;
}
@media (min-width: 992px) {
  .metasListes .ui-pnotify-move{
        margin-right: 2em;
   }
}
.col-meta-type{
    display: flex;
}


.meta-fields-list .meta_container{
	padding: 15px;
	background: #F6F6F6;
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
	margin: 0 0 45px 0;
}
.meta-fields-list .meta_container .form-group .form-control{
	background: #F6F6F6;
}
.meta-fields-list .meta_container .form-group .form-control{
	background: #F6F6F6;
}
.meta-fields-list .meta_container .remove-ligne{
	height: 24px;
	width: 25px;
	background-image: url(../img/x.png);
	display: inline-block;
	cursor: pointer;
}
.meta-fields-list .meta_container .ui-pnotify-move {
	margin: 0 8px 0 0;
	font-size: 17px;
	vertical-align: top;
	line-height: 25px;
	color: rgba(58, 71, 80, 0.2);
	cursor: grab;
}

/* TAXONOMY */
#province .select2-selection__choice{
    background-color: #3366CC !important;
}
#langue .select2-selection__choice{
    background-color: #FFCC00 !important;
}
#network .select2-selection__choice{
    background-color: #993300 !important;
}
#type .select2-selection__choice{
    background-color: #87CEEB !important;
}
#university .select2-selection__choice{
    background-color: #FF00FF !important;
}
#skill .select2-selection__choice{
    background-color: #3CB371 !important;
}


@media (max-width: 767px) {
  .metasListes thead{
    display: none;
  }
  .metasListes tr, .metasListes td{
    display: block !important;
  }
}

/* TYPEHEAD */
.twitter-typeahead{
    display: block !important;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 100%;
  height: 30px;
  padding: 0 12px;
  line-height: 30px;
  border: 1px solid #ccc;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 100%;
  margin: 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 1.1em;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.activ{
  color:#008000;
}

.desactiv{
  color:#da933c;
}

/* Temp suggestion */
.temp-suggestion-style{
    display: inline-block;
    padding: 0.1em 0.5em;
    background: #9CF;
    color: #039;
    border-radius: 3px;
    transition: all .5s ease;
}

#temp-suggestion-count{
    font-weight: 900;
}
.temp-suggestion{
    cursor: pointer;
    margin: 0.1em 0 0.5em;
}
.temp-suggestion:before{
content: "⤴";
font-weight: 900;
color: #fff;
padding-right: 1em;
}
.temp-suggestion-done{
    background: #CCC;
    color:#999;
}
.temp-suggestion-done:before{
content: "⤵";
}

.temp-suggestion-new{
    background: #9CF !important;
}
.temp-suggestion-new .temp-suggestion-style.temp-suggestion{
    display: none;
}
.temp-suggestion-removed{
    background: #FBB !important;
}
.temp-suggestion-taxo-item, .temp-suggestion-taxo-remove-item{
    margin-right: 0.3em;
}

#select_all1{
        margin-right: 15px;
        margin-left: 10px;
}

.experte-domains-wrapper h5 > a:before{
    content: "⋅";
    color: #999;
    display: inline-block;
    margin: 0 5px;
}

.experte-domains-checkbox-container{
    white-space: nowrap;
    display: inline-block;
    padding: 1px 5px;
}

.expert-organisation{
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.domains-container{
    background: #F4F4F4;
    margin-left: -23px;
    margin-right: -23px;
    padding: 0px 7px;
}

/* Recipient */

.td0, .td4{
    text-align: center;
}

.td4{
    color: #b0413e;
}

.recipientName{
    text-align:left;
}
.recipientName i{
    padding-right: 5px;
}

#form-save-bar{
  display: inline;
}

#loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fffc;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../img/loader.png");
}
#emailing-preview-wrapper{
  clear: both;
  position: relative;
}


/*** Checkbox list mailing ***/


.checkbox.checbox-switch {
    padding-left: 0;
}

.checkbox.checkbox_align {
    padding-left: 15px;
}

.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0;
}
.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
    display: none;
}
.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid #dbdbdb;
    background-color: rgb(255, 255, 255);
    border-color: rgb(223, 223, 223);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(255,255,255);
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
    left: 17px;
}


/* Switch Default */
.checkbox.checbox-switch label > input:checked + span,
.checkbox-inline.checbox-switch > input:checked + span {
    background-color: rgb(180, 182, 183);
    border-color: rgb(180, 182, 183);
    box-shadow: rgb(180, 182, 183) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch label > input:checked:disabled + span,
.checkbox-inline.checbox-switch > input:checked:disabled + span {
    background-color: rgb(220, 220, 220);
    border-color: rgb(220, 220, 220);
    box-shadow: rgb(220, 220, 220) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch label > input:disabled + span,
.checkbox-inline.checbox-switch > input:disabled + span {
    background-color: rgb(232,235,238);
    border-color: rgb(255,255,255);
}
.checkbox.checbox-switch label > input:disabled + span:before,
.checkbox-inline.checbox-switch > input:disabled + span:before {
    background-color: rgb(248,249,250);
    border-color: rgb(243, 243, 243);
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

/* Switch Light */
.checkbox.checbox-switch.switch-light label > input:checked + span,
.checkbox-inline.checbox-switch.switch-light > input:checked + span {
    background-color: rgb(248,249,250);
    border-color: rgb(248,249,250);
    box-shadow: rgb(248,249,250) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Dark */
.checkbox.checbox-switch.switch-dark label > input:checked + span,
.checkbox-inline.checbox-switch.switch-dark > input:checked + span {
    background-color: rgb(52,58,64);
    border-color: rgb(52,58,64);
    box-shadow: rgb(52,58,64) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-dark label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-dark > input:checked:disabled + span {
    background-color: rgb(100, 102, 104);
    border-color: rgb(100, 102, 104);
    box-shadow: rgb(100, 102, 104) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Success */
.checkbox.checbox-switch.switch-success label > input:checked + span,
.checkbox-inline.checbox-switch.switch-success > input:checked + span {
    background-color: rgb(40, 167, 69);
    border-color: rgb(40, 167, 69);
    box-shadow: rgb(40, 167, 69) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-success label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-success > input:checked:disabled + span {
    background-color: rgb(153, 217, 168);
    border-color: rgb(153, 217, 168);
    box-shadow: rgb(153, 217, 168) 0px 0px 0px 8px inset;
}

/* Switch Danger */
.checkbox.checbox-switch.switch-danger label > input:checked + span,
.checkbox-inline.checbox-switch.switch-danger > input:checked + span {
    background-color: rgb(200, 35, 51);
    border-color: rgb(200, 35, 51);
    box-shadow: rgb(200, 35, 51) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-danger label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-danger > input:checked:disabled + span {
    background-color: rgb(216, 119, 129);
    border-color: rgb(216, 119, 129);
    box-shadow: rgb(216, 119, 129) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Primary */
.checkbox.checbox-switch.switch-primary label > input:checked + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked + span {
    background-color: rgb(60, 141, 188);
    border-color: rgb(60, 141, 188);
    box-shadow: rgb(60, 141, 188) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
    background-color: rgb(109, 163, 221);
    border-color: rgb(109, 163, 221);
    box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Info */
.checkbox.checbox-switch.switch-info label > input:checked + span,
.checkbox-inline.checbox-switch.switch-info > input:checked + span {
    background-color: rgb(23, 162, 184);
    border-color: rgb(23, 162, 184);
    box-shadow: rgb(23, 162, 184) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-info label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-info > input:checked:disabled + span {
    background-color: rgb(102, 192, 206);
    border-color: rgb(102, 192, 206);
    box-shadow: rgb(102, 192, 206) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Warning */
.checkbox.checbox-switch.switch-warning label > input:checked + span,
.checkbox-inline.checbox-switch.switch-warning > input:checked + span {
    background-color: rgb(255, 193, 7);
    border-color: rgb(255, 193, 7);
    box-shadow: rgb(255, 193, 7) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-warning label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-warning > input:checked:disabled + span {
    background-color: rgb(226, 195, 102);
    border-color: rgb(226, 195, 102);
    box-shadow: rgb(226, 195, 102) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}


.font_weight{
  font-weight: normal;
}




.subscribers_report{
  margin-top: 15px;
}
.subscribers_report .panel-heading{
  font-size: 20px;
}

.subscribers_report ul{
  list-style-type: none;
  padding: 0;
}
.subscribers_report li{
  padding: 15px;
  border: 1px solid #ddd;
  position: relative;
}
.subscribers_report ul.level-two > li,
.subscribers_report ul.level-two > li{
  border: 1px solid #f1f1f1;
}

.subscribers_report .details {
  display: none;
}
.subscribers_report li.open > .details{
  display: block;
}
.subscribers_report ul.level-three,
.subscribers_report ul.level-two{
  margin-top: 10px;
}

.subscribers_report ul.level-one > li > .number,
.subscribers_report ul.level-one > li > .title{
  font-size: 18px;
  font-weight: 600;
}

.subscribers_report ul.level-two > li > .number,
.subscribers_report ul.level-two > li > .title{
  font-size: 16px;
  font-weight: 500;
}
.subscribers_report ul.level-three li{
  padding: 2px 0px 2px 10px;
  border: 0px;
  border-bottom: 1px solid #f9f9f9;
}
.subscribers_report ul.level-three li:first-child{
  border-top: 1px solid #f9f9f9;
}

.subscribers_report .show_details {
  font-size: 0px;
  position: absolute;
  right: 15px;
  cursor: pointer;
}
.subscribers_report .show_details::before {
  font-size: 15px;
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
}
.subscribers_report li.open > .show_details::before {
  content: "\f078";
}
.subscribers_report  ul.level-one > li .title{
  display: inline-block;
  width: 80%;
  max-width: 450px;
}

/*Admin Taxo list*/


.item_taxo{
  background: white;
  min-height: 3em;
  width: 100%;
  margin-bottom: 1em;
  padding-top: 1em;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  border-radius: 2px;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
  padding-left: 1em;
}

.taxo_search{
  margin-left: 3em;
  hyphens: auto;
  width: 9em;
  text-align: center;
  height: 2em;
}

.slist {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.slist:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.slist:hover>div{
    border: 1px dotted gray;
    background-color: #eee6;
}
#emailing_list_expertTypes label{
  margin: 0 10px 0 5px;
}

#export_date_start{
    margin-right: 10px;
}

.button-accreditation{
    justify-content: end;
}


.container-accreditation{
    display: flex;
    justify-content: space-between;
}

.container-accreditation form{
    display: flex;
    justify-content: space-between;
}

.link-stats{
    float:right;
    font-size: 20px;
}

.box-date{
    position: relative; 
    padding: 20px;
    padding-bottom: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #81858c;
}

.box-stats{
    color: #81858c;
}

.box-stats table{
    width: 100%;
}

.box-stats td{
    padding: 8px;
}

.box-domain-title{
    font-weight: bold;
    margin-bottom: 16px;
}

.domain-table{
    text-align: center;
    border-collapse: separate; 
    border: 1px solid #8c8b8b;
    font-weight: bold;
    font-size: 13px;
}

.domain-table td:nth-child(1){
    text-align: left;
    padding: 13px;
}
.domain-table td:nth-child(2){
    border-left: 1px solid #8c8b8b;
    border-right: 1px solid #8c8b8b;    
}

.box-connection-title {
    font-weight: bold;
}

.table-connection{
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #8c8b8b;
    text-align: center;
    width: 100% !important;
}

.table-connection tr:not(:last-child) td {
    border-bottom: 1px solid #a09e9e;
}

.table-connection-stats{
    border-left: 1px solid #8c8b8b;
    text-align: center;
    background-color: #FC6558;
    color:white;
    font-weight: bold;
}

.table-connection-stats2{
    border-left: 1px solid #a09e9e;
    text-align: center;
    background-color: #4979CF;
    color:white;
    font-weight: bold;
}

.top-table{  
    font-size : 12px;
    border: #8c8b8b 1px solid;
    width: 100%;
}

.top-table td {
    border-collapse: separate;
    border-left: 1px solid #8c8b8b;
    border-right: 1px solid #8c8b8b;
    border-top: 1px solid #8c8b8b;
    width: 100%;
    padding: 10px;
    font-weight: bold;
}
.box-top-title{
    font-weight: bold;
    margin-bottom : 16px;
}
.top-table td:first-child {
    border-left: none;
    border-right: none;
}
.top-table td:last-child {
    border-right: none;
    width: 100px;
}
.top-table th {    
    text-align: center;
    background-color: #FDFF9D;
    font-weight: bold;
    font-size:13px;
    padding: 12px;
}

.top-table-accredited{
    padding: 0% 0% 0% 0%;
}
.top-table-organism{
    padding: 0% 0% 0% 0%;
}

.graph-box-title{
    font-size: 25px !important;
    font-weight: bold;
}
.no-data {
    font-size: 20px;
    font-weight: bold;
    color: red;
    margin-bottom: 10px;
}

.graph-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.graph-total{
    font-size: 15px;
    margin-bottom: 10px;
}
.organism-graph{
    padding-top: 20px;
}
.box-header-graphs{
    display: flex;
    justify-content: space-between;
}

.graphs{
    padding-top: 50px;
    text-align: center;
}

.form-stats .select2-container {
    width: 250px !important;
}

.date-label {
    font-size: smaller;
}
.date-label #form_stats_start_date  {
    margin-right: 20px;
}
.date-label #form_stats_end_date  {
    margin-left: 15px;
}
@media (max-width: 992px) {
    .form-stats .select2-container {
        width: 100% !important;
    }

    .box-header-graphs{
        display: block;
    }

    .box-header-graphs .graphs canvas{
        width: 100% !important;
    }

    .box-stats{
        display: inline;
    }

    .box-date{
        top: 0px;
    }

    .top-table{
        width: 100%;
        height: 100%;
        display: block;
        float: inline-end;
    }

    .box-connection, .box-domain,.box-top{
        padding-top: 20px;
    }

    .table-connection, .domain-table, .box-domain-title{
        width: 100%;
        margin : 0px;
    }
}
.sent-total td{
    border-top: 1px solid black !important;
    margin-top: 10px;
}
.partner-group .control-label{
    padding: 0% !important;
}
.form-accred-search-organisms,.form-accred-search-domains{
    width: 175px !important;
}
.mb-20{
    margin-bottom: 20px;
}
