/* CSS Document */
:root {
  --reporting-td-result:#ffffff;
}

.navbar {
    background-color: #949494;
    border: none;
}
.linkBlack { color : #414658; text-decoration: none;display: block; }
.linkBlack:active,.linkBlack:hover,.linkBlack:visited,.linkBlack:focus { color : #414658; text-decoration: none; }

.linkCommerciaux { color:#414658;text-decoration:none; }
.linkCommerciaux:active,.linkCommerciaux:hover,.linkCommerciaux:visited,.linkCommerciaux:focus { color :#FFF; text-decoration: none;}

.text-black { color:#333 !important;}
.tooltip { min-width:100px; max-width: 280px !important;}
.panel-body { border: none !important; padding: 0 20px 20px 20px; }
.panel-default { border:none !important;}
.panel-info { }
.badge {margin-top: -3px;}

.clignotant {
animation: Test 1s infinite;
    color: red;
}
.clignotant-blanc {
animation: Test 1s infinite;
    color: #ffffff;
}

.popover { width:500px; min-width:500px;}
.popover-title { font-size:11px;}
.popover-content { font-size:11px;}

@keyframes Test{
    0%{opacity: 1;}
    50%{opacity: 0;}
    100%{opacity: 1;}
}
.toggle-group .btn { font-size:12px !important;}
@media (max-width:740px) {
    #countConnected { display:none; }
    
    .popover { width:300px; min-width:300px;}
    .popover-title { font-size:11px;}
    .popover-content { font-size:11px;}
}
@media (max-width:830px) {
    .nodisplayresponsive { display:none !important; }
}
.btn-primary, .input-group-addon.btn-file {
    color: #fff;
    background:#212163;
    border-color:#212163;
}
.btn-commande,.btn-commande:visited,.btn-commande:focus {
    color: #fff;
    background:#8919B3;
    border-color:#8919B3;
}
.btn-commande:hover {
    color: #fff;
    background-color:#420F64;
    border-color:#420F64;
}


.panel-jaune { background: #fff000; border:none !important;}
.panel-bleu { background: #BDD9E9; border:none !important;}
.panel-violet { border-color: #9346C0; }
.panel-information { background:#BDD9E9;border: none !important; }

.panel-violet > .panel-heading { color: #fff;background-color: #9346C0;border-color: #9346C0; }

.select2-container .select2-selection--single {
    height: 34px;
    border:1px solid rgb(193, 200, 208);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

#select2-Client-results li:nth-child(2) {
    background: #00ca95; color: #fff;
}

.alert-purple {
  background-color: #7425cd;
  border-color: #7425cd;
  color: #fff;
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
.alert-primary {
    background-color: #212163;
  border-color: #212163;
  color: #fff;
    
}
#tempsUtilisation { color:#414658; }
.tox { display:none !important;}
