/*
 * Copyright (C) 2000-2023 Chapsvision
 * License Chapsvision
 *
 */

@media (min-width: 500px) and (max-width: 1279px) {
  .elPageLayout.grid>.elPageLayoutHeaderGrpThm {
     z-index : 2;
  }
	
	.elPageLayout.grid>.elContextExplorer {
        grid-column: 1;
        grid-row: 2;
        z-index: 3;
    }

    .elPageLayout.grid>.elMainLayout {
        grid-column: 1 / 3;
        grid-row: 2;
        z-index: 1;
    }
    
  /* activation dynamique de la sidebar */
  .grid:not(.grid-md-sidebar-left)>.sideBarLeft {
   border-right: 0;
   margin-right: 0;
  }
  
  .grid:not(.grid-md-sidebar-left)>.sidebarRightToLeft {
    display:none;
  }
  .grid:not(.grid-md-sidebar-right)>.sidebarLeftToRight {
    display:none;
  }
  
    /** FAQ */
  #FaqPublicGrpThmTop {
    width:360px;
  }
  
  /* responsive.css */
   .navbar td.elLabel label {
        max-width: 300px !important;
    }

    .hidden-label-md .elBtnLabel,
    .hidden-md,
    .navbar .elBtnTool .elBtnLabel a {
        display: none !important;
    }

    .elContainer-block-md {
        display: table;
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        vertical-align: top;
    }

    .elGrpThmHeaderMenu td.elLabel label {
        max-width: 150px !important;
    }

    .elBtnListAction:not(.btn-primary) .elBtnLabel {
        display: none;
    }

    td.elBtnListAction {
        text-align: center !important;
    }
    td.elBtnListAction table i {
        margin-right:0 !important;
    }
    
    .elSelectAsBtn.fa-filter .select2-selection--single {
      width: 0;
    }
    .elSelectAsBtn .select2-container {
      min-width: 28px;
    }
    .elSelectAsBtn.fa-filter::before {
      left: 10px;
    }
    .el-block-md .elInput{
        display:block;
        width:100% !important;
    }

    .elGrpThmHeaderMenu td.elLabel label {
        display: none;
    }
    
  button.hidden-label-md {
    font-size: 0px;
  }
}