 /*
html, body{
   font-family: "Helvetica New", Helvetica, Arial, sans-serif !important;
   min-height: 100%;
   
 }

 .ui-widget {
    font-family: "Helvetica New", Helvetica, Arial, sans-serif !important;
}*/
 .container{
     /*min-width: 970px;*/
     margin-left: 10px;
     margin-right: 10px;
     margin-top: 10px;
     min-height: 300px;
 }
 .selected {
     background-color: #8a8792;
     color: orange
 }
 
 .fieldset_home {
     background-color: #F5F5F5;
 }
 
 .panelgrid_form {
     white-space: nowrap;
     border-spacing: 4px !important;
     text-align: center;
     height: auto;
     border: 2px solid lightgray
 }

 .panelgrid_home {
     width: 100%;
     border: 0;
 }
 
 .panelgrid_home .ui-panelgrid .ui-panelgrid_cell {

     border: 0;
 }
 
 /*
 #formulaire tr{
     text-align: center;
 }
 #form tr{
     text-align: center;
 }
 #fileup tr{
     text-align: center;
 }
 .indice_name{
     //font-weight:bold !important;
 }
 */
 /*
 .mypage{
     min-height: 100% !important;
     height: auto;
  // Negative indent footer by its height
  margin: 0 auto -60px;
 }
*/
/*
 .warp{
     min-width: 970px !important;
 }*/

.ui-widget {
  font-size: 85% !important;
}

.ui-widget .ui-widget {
  font-size: 100% !important;
}
/*
label {
    font-size: small;
    margin-left: 10px;
    margin-right: 10px;
}
*/

/* to hide scrollbars in Chromium */
.statusDialog .ui-dialog-content {
  overflow: hidden !important;
}
.statusDialog .ui-dialog-titlebar {
   display: none ;
}

.slideShow .ui-carousel-item {
   border: none ;
}

.slideShow .ui-carousel-header {
   display: none ;
}

/*
h2
{
    margin: 0px;
}
.navbar {
    min-width: 970px !important;
}
*/

body {
    margin:0px ;
    padding: 0px;
    min-width: 970px;
    max-width: 1500px;
    margin: 0 auto;
    border: 1px solid lightgray;
}

/*
.entete
{

    display:block;
    vertical-align:top;
    //min-height:100px;
     margin: 0px;
    //background: bisque !important;
}
*/
/*
.menu
{
    font-size: small !important;
    float: left;
    width: 10%;
    //min-height:900px;
    margin-right: 1%;
    //background: activeborder;
}
*/

.menu {
    border-radius: 0;
    background: #7C7885 url("/seismic-plus/javax.faces.resource/images/ui-bg_inset-hard_60_7c7885_1x100.png.xhtml?ln=primefaces-spp5&v=11.0.0") repeat-x scroll 50% 50%;
}

.dataTable{
    overflow: visible;
}
.dataTable td, .dataTable th  {
    font-size: small !important;
    padding-left:  0px !important;
    padding-right: 0px !important;
    text-align: center !important;
}
.resTab td, .resTab th  {
    width:20%;
    white-space: nowrap;
}

/*
.uploadimag{
    width: 30px;
}
*/
/*
.body
{  
     
     // width:88%;
      //min-height: 100%;
      margin-bottom: 20px;
      //margin-left: 0px;
      //margin-right: 0px;

}
*/
.status{
/*    width: 8%;*/
    width: 11px;
}
.ssi_status{
    width: 25%;
   
}
.info_status{
    width: 10px !important;
    margin: 5px;
}
.ssi_status_v2{
    width: 15px;
    alignment-adjust: central;
}
.noRecord{
    text-align: center;
    
}
.quicklook{
    padding: 0px !important ;
}


/* correction bug du a bootstap

#panel_form td,th{
    padding: auto !important;
}
#panel_form label{
    font-weight: normal !important;
}
#panel_form {
    border-spacing: 5px !important;
    border-collapse: separate !important;
    padding: auto !important;
}
#panel_form table{
        border-spacing: 5px !important;
    border-collapse: separate !important;
    padding: auto !important;
}*/
/* Sticky footer styles
-------------------------------------------------- */
/*
html {
  position: relative;
  min-height: 100%;
}

body {
  // Margin bottom by footer height 
  margin-bottom: 150px;
}
*/

.footer {
    /*position: absolute;
    //bottom: 0;
    //width: 100%;*/
    /* Set the fixed height of the footer here */
    /*height: 150px;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
   /* width: 70%;*/
    /*background-color: #f5f5f5;*/
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding-bottom: 20px;
}

/*
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
*/
/*
code {
  font-size: 80%;
}
*/

.moreButton .ui-fieldset-legend {
    font-size: 80%
}

.bckgroung_datadesc_odd {
    background-color: whitesmoke;
}

.bckgroung_datadesc_even {
    /*background-color: white;*/
    background-color: linen;
}

.dataQuery .ui-menuitem-text{
    font-weight: bold;
    color: #FFF;
}

.noBorders tr, .noBorders td {
    background: none !important;
    border: none !important;
}