/*!
 * Ajout styles personnalisés à Bootstrap
 */

body {
    margin-top: 8px;
}

.navbar {
  margin-bottom: 8px;
}

.navbar-nav {
    font-size: 110%;
}

.navbar-brand {
    font-size: 160%;
    height: auto;
    text-transform: uppercase;
    margin: 1px 5px -1px 0;
}

.navbar-brand .logo {
    height: 34px;
    margin: -18px -14px -12px -5px;
    padding: 0;
}

.navbar-brand-print {
    font-size: 120%;
    height: auto;
    text-transform: uppercase;
    margin: 3px 0 0 0;
    width: 40%;
    text-align: right;
}

.navbar-brand-print .logo {
    height: 24px;
    margin: -18px -12px -12px 0;
    padding: 0;
}

.logo-text-left {
    color: #59b42d;
}

.logo-text-right {
    color: #000;
}

.dropdown-menu {
  font-size: 100%;
}

.breadcrumb {
  margin-bottom: 10px;
}

.nav-tabs {
  margin: 0 2px;
  border-bottom: 0px solid transparent;

}

.tab-pane {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 20px;
}

.nofloat {
    float: none;
}

.nav-tabs > li > a 
, .nav-pills > li > a {
  border: 1px solid rgba(200, 200, 200, 0.3);
  border-bottom:  1px solid rgba(0, 0, 0, 0);
  margin-right: 4px;
}

.onglets-big .nav-tabs > li 
, .onglets-big .nav-pills > li {
    font-size: 14px;
}

.onglets .nav-tabs > li > a,
.onglets .nav-pills > li > a {
    color: #999;
    background-color: #fff;
}

.onglets .nav-tabs > li > a:focus,
.onglets .nav-pills > li > a:focus {
    outline: none;
}

.onglets .nav-tabs > li > a:hover,
.onglets .nav-pills > li > a:hover {
    color: #3399f3;
    background-color: #f4f4f4;
}

.onglets .nav-tabs > li.active > a
, .onglets .nav-tabs > li.active > a:hover
, .onglets .nav-tabs > li.active > a:focus 
, .onglets .nav-pills > li.active > a
, .onglets .nav-pills > li.active > a:hover
, .onglets .nav-pills > li.active > a:focus {
    color: #3a87ad;
    border-color: #ddd #ddd transparent #ddd;
}

.onglets.onglets-info .nav-tabs > li.active > a
, .onglets.onglets-info .nav-tabs > li.active > a:hover
, .onglets.onglets-info .nav-tabs > li.active > a:focus 
, .onglets.onglets-info .nav-pills > li.active > a
, .onglets.onglets-info .nav-pills > li.active > a:hover
, .onglets.onglets-info .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #33820f;
    border-color: #33820f;
}

.onglets .nav-tabs > li > a {
    border-color: #ddd;
    margin-right: 5px;
}

.onglet-spinner {
    font-size: 40px;
    text-align: center;
    color: #999999;
}

.bulle-liste > li {
    list-style-position: outside;
    text-align: left;
    margin-left: -25px;
    margin-bottom: 5px;
}

#carte {
  padding-top: 10px;
}

img.baseline {
  vertical-align: baseline;
}

.panel {
    margin-bottom: 5px;
}

.panel h2
, .panel h3
, .panel h4
, .panel h5
, .panel h6 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}

.panel-ca {
    margin-bottom: 7px !important;
}

.panel-ca .panel-heading {
    padding: 5px 15px;
}

.panel-ca .panel-title {
    font-size: 18px;
}

.panel-ca .ca-photo {
    display: inline-block;
    float: left;
}

.panel-ca .ca-infos {
    padding-left: 100px;
}

.panel-ca h4 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 5px;
}

.panel-ca h4:last-child {
    margin-bottom: 0 !important;
}

.panel-ca .fonction {
    display: inline-block;
    font-size: 13px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dedede;
    margin-bottom: 4px;
}

.panel-ca .badge {
    font-size: 13.5px;
}

.panel-ca .badge.small {
    font-size: 12px;
}

.bandeau-identite img.vignette {
    height: 65px;
    width: auto;
    margin-right: 6px;
    float: left;
}

.bandeau-identite h4 {
    margin: 0 auto 5px;
}

.dataTables_wrapper .panel-heading,
.panel-reduit .panel-heading {
  padding: 5px 10px 0;
}

.dataTables_filter input {
    max-width: 100px;
}

.rech-adherents td {
    vertical-align: middle !important;
}

.rech-adherents td label {
    font-weight: bold !important;
    margin-bottom: 0 !important;
}

.panel-map {
    padding-bottom: 5px;
    margin-bottom: 0;
}

.container-structures {
    margin-bottom: 7px;
}

.container-structures h4 {
    margin-top: 0;
    margin-bottom: 7px;
}

.panel-body .panel:last-child {
    margin-bottom: 0;
}

.traitement {
    margin-bottom: 3px;
}

.traitement label {
    margin-left: 7px;
    margin-right: 5px;
}

.panel-nobordure {
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: none;
}

.nopadding {
  padding: 0;
}

#btnimport {
  margin-top: 10px;
}

.pagination {
  margin: 0 0 1px 0;
}

.marge-haute {
    margin-top: 14px;
}

.marge-gauche {
    margin-left: 14px;
}

.marge-droite {
    margin-right: 14px;
}

.marge-basse {
    margin-bottom: 14px;
}

.form-auto {
  width: auto;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  margin-top: 1px;
  margin-bottom: 1px;
}

.form-group {
    margin-bottom: 7px;
}

.form-details .form-group {
    margin-bottom: 0;
}

.form-details hr, table hr {
    margin-top: 3px;
    margin-bottom: 3px;
}

table hr {
    border-color: #ddd;
    border-style: dashed;
}

.form-horizontal .form-group.nomargin {
    margin-left: -4px;
    margin-right: -4px;
}

.form-identification {
    max-width: 280px;
    margin: auto;
}

.form-identification .form-group,
.form-identification .checkbox
{
    margin-bottom: 10px;
}

.form-identification input {
    height: 28px;
}

.form-control-static p {
    margin-bottom: 3px;
}

.form-text-big {
    margin-top: -3px;
}

.form-control.text-danger {
    color: #a94442;
}

.form-control.text-success {
    color: #3c763d;
}

.radio input[type="radio"], 
.radio-inline input[type="radio"], 
.checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"] {
    margin-top: 2px;
}

.radio label, .checkbox label {
    margin: auto auto 10px -12px;
}


td p {
    margin-bottom: 5px;
}

td p:last-child {
    margin-bottom: 0;
}

.desactive {
  text-decoration:line-through;
}

.text-transparent {
  color: transparent;
}

.text-milieu {
  vertical-align: middle !important;
}

.text-haut {
  vertical-align: top !important;
}

.text-left, 
.control-label.text-left {
    text-align: left;
}

.text-italique {
    font-style: italic;
}

.text-big {
    font-size: 120%;
}

.label-big {
    font-size: 95%;
}

.text-nobold {
    font-weight: normal;
}

sup.text-danger {
    top: -0.9em;
}

sup .fa-asterisk {
    font-size: 60%;
}

.glyphicon.fa {
    top: 0;
}

span.editfic:hover {
    cursor: pointer;
    color: #428bca;
}

.icoedit {
    position: absolute;
    margin-left: 5px;
}

.ico-activites {
    padding-top: 3px;
}

legend {
  /*margin-top: 5px;*/
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #c8c8c8;
}

.badge {
  font-weight: normal;
  margin: 1px;
  text-align: left;
}

.form-group .badge {
    padding: 5px 10px;
}

label.badge input[type="checkbox"] {
    margin: 0;
}

.badge-form {
  margin-bottom: 5px;
}

.badge-wrap {
  white-space: normal;
}

.badge-small {
    padding: 3px 10px 4px !important;
}

label i {
    margin-left: 5px;
    margin-right: 5px;
}

label.btn i {
    margin: 0;
}

.strong, .bold, .text-bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #fafadc;
}

table.table-activites
, table.table-ventilation {
    font-size: 13px;
    margin-bottom: 3px;
    border-bottom: 1px solid #dddddd;
}

table.table-activites > tbody > tr > td {
    vertical-align: middle;
}


table.table-activites .badge {
    white-space: normal;
}

table.table-activites .text-haut {
    padding-top: 4px !important;
}

table.table-stats {
    margin-bottom: 3px !important;
}

@media (min-width: 100px)
{
    .table-stats-responsive {
        margin-bottom: 3px !important;
        overflow-y: hidden !important;
        overflow-x: auto !important;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
}

.bord-gauche {
    border-left: 1px solid #ddd;
}

.titre-graph {
    margin-top: 0 !important;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 2px;
}

.btn-aff label {
    margin-top: -4px;
}

.selectpickersmall .form-control, .btn-small {
    height: 22px;
    line-height: 1.2;
}

.btn-small {
    height: 20px;
    line-height: 0.9;
}

.btn-md,
.btn-group-md > .btn {
  padding: 0px 8px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  border-radius: 5px !important;
}

.btn-active-color .active {
    background-color: #c1c1c1;
}

td .bloc-seance {
    width: 100%;
    padding: 0 5px 0 5px;
}

td .btn-choix {
    color: transparent;
    text-shadow: none;
}

.td-overflow {

  width: 300px;
  overflow: hidden;
}

.chp_filtre .form-control
, .chp_filtremulti .form-control {
    height: 24px;
}

.chp-montant {
    width: 75px;
/*    min-width: 70px;
    max-width: 120px;*/
}

.postchp {
    padding-left: 3px;
}

#containerfiltre .form-group {
  margin: 0 0 3px 0;
  padding-left: 0;
  padding-right: 0;
}

#containerfiltre .control-label {
  padding-right: 0;
  padding-left: 0;
}

#containerfiltre .ico-filtre {
    width: 50px;
    float: left;
    text-align: center;
}

#containerfiltre .chps-filtre {
    padding-left: 50px;
    width: 100%;
}

#liste_stats table {
  margin-bottom: 6px;  
}

#liste_stats table + p.small {
  margin-top: -9px;  
}

h4 .bulle-aide {
  margin-left:5px;
}

.alert-sm {
    margin-bottom: 10px;
    padding: 3px 25px 3px 10px;
}

.btn-form {
  margin-top: 7px;
}

.btn-large {
  padding-left: 15px;
  padding-right: 15px;
}

.input-group-btn:last-child > .btn
, .input-group-btn:last-child > .btn-group
, .input-group-btn > .btn {
    height: 28px;
}

/*.form-group .input-group {
    padding-left: 9px;
    padding-right: 9px;
}*/

.list-group-item {
    padding: 5px 10px;
}

.list-group-item > .badge.nofloat {
    float: none;
}

.date .form-control[readonly] {
    background-color: #fff;
    cursor: auto;
}

.btn-group .btn-success:active
, .btn-group .btn-success.active {
    background-color: #058905;
    border-color: #058905;
}

.btn-success.btn-active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/*
input[readonly] {
    background-color: white !important;
    cursor: text !important;
}
*/

.pointer {
    cursor: pointer;
}

.table-structures i {
    padding-top: 4px;
}

.table-structures input {
    width: 100%;
}

a.affichemedia:hover {
    text-decoration: none;
}

#map {
    width: 100%;
    height:650px;
    margin: auto;
}

#map_detail {
    height: 500px;
    margin: 0;
}

.mapinfobulle {
    width: 250px;
}

li.selectpage span {
  padding: 1px 2px 0 0;
}

li.selectpage select {
  border: 0px solid transparent;
  box-shadow: none;
  transition: none;
}

.tooltip-inner {
  background-color: #151515;
}

.panel-group .panel-success > .panel-heading {
    background-color: #33820F;
    color: #ffffff;
    background-image: none;
}



.tooltip-inner {
  background-color: #3D84C1;
  border-color: #3D84C1;
  color: #ffffff;
}

.tooltip.top .tooltip-arrow
, .tooltip.top-left .tooltip-arrow
, .tooltip.top-right .tooltip-arrow {
  border-top-color: #3D84C1;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #3D84C1;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #3D84C1;
}

.tooltip.bottom .tooltip-arrow
, .tooltip.bottom-left .tooltip-arrow
, .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #3D84C1;
}


.DTTT {
  margin: 0 0 0 7px;
}

.ctnr-ca {
    display: flex;
    flex-wrap: wrap;
}