.table {
    overflow-x: auto;
}

.table>tbody+tbody {
    border-top: none;
}

/* Onglet */
.table_tab {
    border-radius: 10px 0 0 0;
    margin-right: 3px;
    margin-top:3px;
    padding-top:3px;
    padding-bottom:3px;
}

/* Bandeau avant l'entête */
.table_banner_before_header {
    height: 90px;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: transparent;
}
.jbmb-planning .table_banner_before_header { border-color: #001f3f; }
.table_banner_before_header_container ~ .menu-sub { border-top-width: 0px; }
@media (max-width: 767px) {
  .table_banner_before_header {
    height: 1px;
  }
}

.myCheckboxSquare {
    position: relative;
}
/************* Case à cocher avec une coche carrée **************/
.myCheckboxSquare > label {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 2px;
    cursor: pointer;
}
.myCheckboxSquare > label:after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.myCheckboxSquare > input {
    margin: 0;
}
.myCheckboxSquare > input:focus {
    outline: none;
}
.myCheckboxSquare > input:checked + label:after {
    opacity: 0;
}
.myCheckboxSquare > input.middleCheckboxState + label:after, .myCheckboxSquare > input.middleCheckboxState:checked + label:after {
    opacity: 1;
}
.jbmb-contact .myCheckboxSquare > label:after {
    background: #03A9F4;
}
.jbmb-product .myCheckboxSquare > label:after {
    background: #009688;
}
.jbmb-incoming .myCheckboxSquare > label:after {
    background: #E91E63;
}
.jbmb-outgoing .myCheckboxSquare > label:after {
    background: #8BC34A;
}
.jbmb-calendar .myCheckboxSquare > label:after {
    background: #001f3f;
}
.jbmb-media .myCheckboxSquare > label:after {
    background: #00BCD4;
}
.jbmb-param .myCheckboxSquare > label:after {
    background: #607D8B;
}

.archive {
    text-decoration: line-through;
}
input[type="checkbox"]:focus {
    outline: none;
}
.menu-export {
    text-align: center;
}
.menu-export > .btn {
    padding: 2px 5px;
    background: white;
}
.menu-export.open > .dropdown-toggle.btn-default,
.menu-export.open > .dropdown-toggle.btn-default:hover,
.menu-export.open > .dropdown-toggle.btn-default:active {
    /*background: white;*/
}
.menu-export > .dropdown-menu {
    white-space: nowrap;
    font-weight: normal;
    border-radius: 10px 0 10px 0;
}
.jbmb-incoming .menu-export > .dropdown-menu {
    border-color: rgba(233, 30, 99, 0.5);
}
.menu-export > .dropdown-menu > li {
    padding: 5px;
    cursor: pointer;
}
.menu-export > .dropdown-menu > li:hover {
    text-decoration: underline;
}
.table > thead > tr > th {
    vertical-align: middle;
}
.table > tbody > tr > td {
    /*word-break: break-all;*/
    word-wrap: normal;
}
.pagination.list_pagination {
    margin: 0;
}

.table > tbody > tr > td > i{
    cursor: pointer;
    font-size:16px;
    padding-left:8px;
    padding-right: 8px;
}

.table-group-action {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 0;
}

.list_pagination>button {
    background-color: #fafafa;
    color: #666;
    font-size: 1em;
    border: 1px solid #ddd;
}
.list_pagination>button:hover {
    background-color: #eee;
    color: #000;
}

/* Select dans un tableau  */
select.input-sm {
    line-height: 1.5 !important;
}

select.form-control.input-sm {
    text-align: right;
    text-align: -webkit-right;
    text-align: -o-right;
    text-align: -ms-right;
   }


/**** Vignettes ****/

.box-vignette {
    margin: 0 auto;
    padding-top: 5px;
}
.box-vignette div[class*="col-md-"] {
    padding-left: 3px;
    padding-right: 3px;
}
.vignette {
    /*border:1px solid #ddd;
    margin: 0px -5px 0 0;*/
    padding-bottom: 3px;
    
}
.vignette .mult_not_visible {
    opacity: 0.5;
}
.vignette-content {
    background-color: #fff;
    border:1px solid #ddd;
    min-width: 160px;
}
.vignette-content .row {
    margin-left: -3px;
    margin-right: -3px;
}
.vignette-title {
    padding: 0;
    padding-top: 10px;
    text-align:center;
    overflow-wrap: break-word;
}
.vignette-legend {
    text-align:center;
    padding-bottom: 20px;
}
.box-image {
    width: 150px;
    height: 150px;
    padding:0px 0;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}
.box-image img {
    display: inline-block;
    max-width: 150px;
    max-height: 150px;
    background-image: url('/assets/img/quadrillage_fond_transparent.png');
}
.box-image img.without-bg {
    display: inline-block;
    max-width: 150px;
    max-height: 150px;
    background-image: none !important;
}
.lien-fiche {
    padding-top: 5px;
    padding-right: 10px;
    cursor:pointer;
}
div > .lien-fiche:last-child, div > .lien-fiche:last-of-type {
    padding-right: 0px;
}
.action {
    bottom : 2px;
    padding-left: 5px;
    cursor: pointer;
}
 .vignette-content .action-check {
    width: 13px;
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;
}
.poubelle{
   position:absolute;
   bottom: 5px;
}

.vignette-date {
    text-align: right;
    color: #777;
    font-size: 11px;
}

tr.tb-group-opened > td > .fa.fa-angle-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}