#_form,#_dialog
{
  display:none;
}

html,body 
{
  font-size:11px;
  color:#444444;
    font-family: 'open sans', sans-serif; 
    margin:0px;
  padding:0px;
  border: none;
  
  width: 100%;
  background-color: #ffffff;  
}

ul {
    margin:0px;
    padding:0px;
}

li {
    margin:0px;
    padding:0px;
}

select, input[type="text"], input[type="password"]
{
    width:160px;
}

input ,select,option, optgroup, table, tr, td ,textarea
{
  color:#444444;
  font-size:11px;
}

table td {
    padding: 3px; 
}

img
{
  border:0px;
  vertical-align:middle;
}

input[type="button"]
{
    margin:10px 5px;
  /*margin-top : 5px;
  margin-bottom : 5px;*/
  height:24px;
  color:#444444;
}

input[type="text"],input[type="password"],input[type="file"], select {
    color:#444444;
    padding: 2px;   
    border: 1px solid #dddddd;
    margin-top : 3px;
    margin-bottom : 3px;
    /*applying css3 gradient*/
    background: -moz-linear-gradient(center top , #ffffff,  #eeeeee 1px, #ffffff 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#ffffff), color-stop(5%, #eeeeee) to(#ffffff));
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#fbfbfb', endcolorstr='#ffffff');
    
    /*applying css 3radius*/   
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    
    /*applying css3 box shadow*/
    -moz-box-shadow: 0 0 2px #dddddd;
    -webkit-box-shadow: 0 0 2px #dddddd;
    box-shadow: 0 0 2px #dddddd;

}

.plat{
    color:#444444;
    padding: 2px;   
    border: 0px;
    margin-top : 3px;
    margin-bottom : 3px;
    /*applying css3 gradient*/
    background: none;    
    background: none;
    filter: none;
    border: none;
    
    /*applying css 3radius*/   
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    
    /*applying css3 box shadow*/
    -moz-box-shadow: 0px;
    -webkit-box-shadow:0px;
    box-shadow: 0px;

}


fieldset,textarea
{
  border:1px solid #e0e0e0;
}


.clear {
    clear: float;
}


.sitecontent .mentions {
    width:400px;
    text-align: center;
    margin: 0 auto;
}

.add_item {
    font-size: 14px;
    text-decoration: underline;
    
}

.add_item img {
    align : right;
    position: relative;
    top:-2px;
    margin-left:5px;
}

img.add_item {
    margin-left:5px;
}

/* ---------- top logo ----------*/ 

.toplogo {
    float:left;
    width:165px;
    height:105px;
    margin: 15px 0 15px 50px;
}

.toplogo a {
    display: block;
    width:165px;
    height:105px;
    border: 0px;
}

.logo img{
  margin-left: 250px;
}

/* ---------- top nav ---------- */

.topnav {
    float:right;
    margin-top: 0px;
    text-align: right;
    background-color: #eeeeee;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
}
.topnav ul {
    margin: 0px;
    padding:0 0 0 20px;
}

.topnav ul li {
    display: inline-block;
    padding: 10px 10px 10px 15px;
    background-color: #eeeeee;
    margin:0px;
}

.topnav ul li a:hover{
    color:#95c11f;
}
.topnav ul li .picto {
    display:inline-block;
    width:16px;
    height:16px;
    position:relative;
    top:3px;
    margin-right:3px;
}
.topnav ul li.teamviewer .picto {
    background-image: url(../images/teamviewer.png);
}
.topnav ul li.account .picto {
    background-image: url(../images/topnavaccount.png);
}
.topnav ul li.help .picto {
    background-image: url(../images/topnavhelp.png);
}
.topnav ul li.connect .picto {
    background-image: url(../images/topnavconnect.png);
}

.comment_table {
    max-height: 160px !important;
}
 a.teamviewer:hover {color: #95c11f !important}
 a.teamviewer {color: black ! important}
/* ---------- main nav ---------- */

div.mainnav {
    float:left;
    width:100%;
    border-bottom: 2px solid #95c11f;
    padding: 0px;
    margin:0px;
}

.mainnav ul {
    margin:0px;
    padding:0px;
    background-color: #eeeeee;
}
.mainnav ul li {
    display:inline-block;
    width:24.89%;
    text-align: center;
    padding:10px 0 10px 0;
    background-color: #eeeeee;
    font-size: 16px;
    font-weight: 300;
    margin:0px;
    border-left:1px solid #ffffff;
    text-transform: uppercase;
    cursor:pointer;
}
.mainnav ul li:hover {
    color:#ffffff;
    background-color: #777777;
    margin:0px;
}

.mainnav ul li.actif {
    color:#ffffff;
    background-color: #95c11f;
    margin:0px;
}
.mainnav ul li a {
    color:#000000;
    text-transform: uppercase;
}

.mainnav ul li:hover a {
    color:#ffffff;
}
.mainnav ul li.actif a {
    color:#ffffff;
}

.mainnav ul li a:hover {
    color:#ffffff;
}
/* ---------- sitenavbar nav ---------- */

div.sitenavbar {
    float:left;
    width:100%;
    border-bottom: 2px solid #95c11f;
    padding: 0px;
    margin:40px 0 0px 0; 
}

.sitenavbar ul {
    margin:0px;
    padding:0px;
    background-color: #eeeeee;
}
.sitenavbar ul li {
    display:inline-block;
    width:19.8%;
    text-align: center;
    padding:6px 0 6px 0;
    background-color: #eeeeee;
    font-size: 14px;
    font-weight: 300;
    margin:0px;
    border-left:1px solid #ffffff;
    cursor:pointer;   
}
.sitenavbar ul li:hover {
    color:#ffffff;
    background-color: #777777;
    margin:0px;
}

.sitenavbar ul li.actif {
    color:#ffffff;
    background-color: #95c11f;
    margin:0px;
    
}
.sitenavbar ul li a {
    color:#000000;
    text-transform: uppercase;
}

.sitenavbar ul li:hover a {
    color:#ffffff;
}
.sitenavbar ul li.actif a {
    color:#ffffff;
}

.sitenavbar ul li a:hover {
    color:#ffffff;
}



/* ---------- sites nav ---------- */

.sitenav {
    float:left;
    margin-top: 30px;
    padding-right:1px;
    padding-bottom:100px;
    width:16%;
    border-right: 1px solid #95c11f;
    text-align: center;
}

.sitenav data {
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
}

.sitenav data .sitelink {
    padding:0 15px;
    margin-bottom:30px;
}

.sitenav data ul {
    margin:0px;
    border-bottom:1px solid #95c11f;
    background-color: #eeeeee;
}

.sitenav data ul li {
    list-style-position: inside;
    display: inline-block;
    width:49.5%;
    text-align: center;
    padding:5px 0 5px 0;
    background-color: #eeeeee;
    font-size: 10px;
    font-weight: 300;
    margin:0px;
    border-left:1px solid #ffffff;
    text-transform: uppercase;
    cursor:pointer;   
}

.sitenav ul li:hover {
    color:#ffffff;
    background-color: #777777;
}

.sitenav ul li.actif {
    color:#ffffff;
    background-color: #95c11f;
}
.sitenav ul li a {
    color:#000000;
    text-transform: uppercase;
}

.sitenav ul li:hover a {
    color:#ffffff;
}

.sitenav ul li a:hover {
    color:#ffffff;
}

.sitenav ul li.actif a {
    color:#ffffff;
}

.sitenav #_elements_site {
    text-align: left;
}

.sitenav .produit {
    display: inline-block;
    position:relative;
    top:15px;
    
}

.sitenav .type {
    color: #95c11f;
}

/* ---------- site content ---------- */

.sitecontent {
    float: left;
    width:100%;
    padding:10px;
}

.sitecontent h2 {
    font-weight: 100;
    font-size:30px;
    margin:0px;
}

.sitecontent table {
    margin: 0 auto;
}

.sitename {
    display:block;
    vertical-align: bottom;

    margin-top:15px;
}

.sitename .control {
    background-color: #95c11f;
    float:left;
    height:28px;
    padding:7px;
    margin-left:15px;
    -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
    top:-6px;
    
}

.sitename .control img {
    border-bottom:2px solid #95c11f;  
}

.sitename .control img:hover {
    border-bottom:2px solid #777;  
}
.sitename .control .separator {
    color:#fff;
    margin:0 3px;
    font-size: 16px;
}
.sitename a {
    float:left;
    height:35px;
}

.sitecontent .iconmenu {
    float: right;
    padding:10px;   
}

.sitecontent .iconmenu img { 
    border-bottom:2px solid #fff;
}
.sitecontent .iconmenu img:hover {
    border-bottom:2px solid #777;   
}

/* ---------- homepage ----------*/

.bodybackground {
    display: block;
    background-color: #ddd;
    width:100%;
    height:100%;
}
.homepagemain {
    margin: 0 auto ;
    height:95%;
    background-color: #3863b3;
    background-image: url(../images/homepage-formback.png);
    background-position: bottom;
    background-repeat: no-repeat;
    width:100%;
}

.homepagemain .logo{
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding:10px 0;

}
.formulaireacces {
    margin: 20px auto 0px auto;
    width:300px;
    background-color: rgba(255,255,255,0.85);
    -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
}

.formulaireacces table  {
    background-color: rgba(255,255,255,0);
    width: 90%;
    margin: 0 auto;
}
.formulaireacces table td  {
    padding:10px 5px 0 5px;
}

.formulaireacces table tr td.title {
    color: #000;
    font-size: 18px;
    font-weight: 100;
    border-bottom: 1px solid #3863b3;
    padding-top: 15px;
}

.formulaireacces table tr td a.forgotpassword {
    text-align: right;
    text-decoration: underline;
}

.formulaireacces table tr td input {
    margin:0;
    width:180px;
}
.formulaireacces table tr td input.button {
    background-color:#95c11f;
    color:#fff;
    width:150px;
    border: 0px;
    -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;  
    text-transform: uppercase;
    margin:15px 0;
    cursor: pointer;
}

.formulaireacces table tr td input.button:hover {
    background-color:#fff;
    color:#95c11f;
    -moz-box-shadow: 1px 1px 4px #888;
    -webkit-box-shadow: 1px 1px 4px #888;
    box-shadow: 1px 1px 4px #888;
}

.notabene {
    margin: 0 auto ;
    width:400px;
    text-align: center;
    padding-top: 5px;
    background-color: #fff;
    height:5%;
    
}

/* ---------- site content ---------- */

.sitecontent {
    float: left;
    width:100%;
}



table , .table{
  color:#444444;
  /*background-color:#fff;*/
  /*-moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  
  -moz-box-shadow: 1px 1px 2px 1px #d1d1d1;
  -webkit-box-shadow: 1px 1px 2px 1px #d1d1d1;
  box-shadow: 1px 1px 2px 1px #d1d1d1;*/
}

tr
{
  border-top: 1px solid #e0e0e0;
  border-bottom:1px solid #e0e0e0;
}

td.lightborder {
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;  
  border-top: 1px solid #e0e0e0;
  border-bottom:1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

table.onhover td:hover
{
  /*color:#888888;*/
  background: #f7f7f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f7f7f7));
  background: -moz-linear-gradient(top,  #f7f7f7,  #f7f7f7);  
}

table.default
{
  color:#444444;
  /*background-color:#fff;*/
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  
  -moz-box-shadow: 0px 0px 0px 0px #fff;
  -webkit-box-shadow: 0px 0px 0px 0px #fff;
  box-shadow: 0px 0px 0px 0px #fff;
}



td.afficherpar {
    text-align: right;
    padding:10px 0 10px 0;
}
td.pagetitle {
    font-size: 24px;
    font-weight:300;
    text-transform: uppercase;
    
}
table.filterrow {
    color: white;
    border-right:1px solid #ffffff;
    border-left:1px solid #ffffff;
    border-collapse:collapse;
}

table.filterrow tr td {
    background-color: #777777;
    color: white;
    border-collapse:collapse;
    padding:5px 15px 5px 15px;
}


table.withborder {
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  
  -moz-box-shadow: 0px 0px 0px 0px #fff;
  -webkit-box-shadow: 0px 0px 0px 0px #fff;
  box-shadow: 0px 0px 0px 0px #fff;

  border-collapse:collapse;
  
}
table.withborder td {
    border:1px solid #ffffff;
    text-align:center;
  padding: 5px;
}

table.withborder td a {
    color:#000000;
    text-decoration: underline;
}

table.withborder td a:hover {
    color:#888888;
    text-shadow: 1px 1px #fff;
}

table.withborder td.col1 {
    text-align:left;
}

table.withborder td.col1 img {
    margin:0 7px 0 10px;
}

table.withborder tr.tableheader td {
    background-color: #777777;
    color:white;
    padding:4px 0 4px 0;
}

table.withborder tr.pair td {
    background-color: #eeeeee;
    color:black;
  padding: 5px;
}
table.withborder tr.impair td {
    background-color: #dddddd;
    color:black;
  padding: 5px;
}

table.withborder table.table-no-border tr td
{
  padding : 3px;
  border: 0px;
}
/************************************************* global  *************************************************/
.new-device
{
  cursor:pointer;
}

.tooltip  
{ 
 z-index: 999999;
  padding:20px 20px; 
  border:1px solid #dca; 
  background:#fffaf0;
  font-size: 12pt;
  position:absolute; 
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  -moz-box-shadow: 1px 1px 2px 1px #d1d1d1;
  -webkit-box-shadow: 1px 1px 2px 1px #d1d1d1;
  box-shadow: 1px 1px 2px 1px #d1d1d1;  
} 

.full_screen_mask {
    position: fixed; /* makes the div go into a position that’s absolute to the browser viewing area */
    left: 0; /* positions the div half way horizontally */
    top: 0; /* positions the div half way vertically */
    padding: 0px; 
    background-color: #000000;
    width: 100%;
    height: 100%;
    z-index: 10000; /* makes the div the top layer, so it’ll lay on top of the other content */
    filter:alpha(opacity=20);
    opacity:0.2;
    
}

img[onclick*="("]{
    cursor:pointer;
}

/************************************************* main bar  *************************************************/
.style-tabs
{
    background: none;
    bgcolor:#000;
    width: 100%;
}
.style-tabs,
.style-tabs .ui-tabs-nav li a,
.style-tabs .ui-tabs-nav
{
    padding: 0;
}
.style-tabs .ui-tabs-panel
{
    padding: 0px;
}
.style-tabs .ui-widget-header
{
    border: none;
    background: url() repeat;
    height: 72px;
    width: 100%;
}
.style-tabs .ui-corner-all
{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.style-tabs .ui-tabs-nav li
{
    position: relative;
    height: 100%;
    cursor: pointer;
    margin: 0;
    top: 0;
}
.style-tabs .ui-widget-header .ui-state-default
{
    background: none;
    border: none;
}

.style-tabs .ui-tabs-nav li .icon
{
    color: #787878;
    background-position: center 3px;
    padding-top: 40px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    width: 80px;
}

.style-tabs .ui-tabs-nav li.ui-tabs-active a
{
    cursor: pointer;
}

.style-tabs li  a:link
{
  text-decoration: none; 
  color:#aaaaaa;
  font-weight:bold;
  vertical-align:middle;
  align:center;
  padding:20px;
  width:100px;
}

.style-tabs li  a:hover, a:visited
{
  text-decoration: none; 
  color:#ffffff;
  vertical-align:middle;
  font-weight:bold;
  align:center;
  padding:20px;
  width:100px;
}

.style-tabs img
{
  border:none;
}

.style-tabs #tab1
{
  border-radius:5;
  height:36px;
  padding:0px;
}

.noclose .ui-dialog-titlebar-close
{
  display:none;
}

.style-tabs .ui-widget-content { border: none;}

.dialogWithoutHeader .ui-widget-header
{
    background: none;
    border: none;
}
/************************************************* uploader  *************************************************/
.btn-pekeupload
{
  /*-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
  -webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
  box-shadow:inset 0px -3px 7px 0px #29bbff;*/
    
  -moz-box-shadow: 0px 3px 7px 0px #ddd;
  -webkit-box-shadow: 0px 3px 7px 0px #ddd;
  box-shadow: 0px 3px 7px 0px #ddd;
  
  /*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
  background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
  background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
  background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
  background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
  background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
  filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#2dabf9', endcolorstr='#0688fa',gradienttype=0);*/
  
  background-color:#95c11f; /*#2dabf9;*/
  
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  
  /*border:1px solid #0b0e07;*/
  
  display:inline-block;
  color:#ffffff;
  font-size:12px;
  font-weight:normal;
  padding:9px 23px;
  text-decoration:none;
    
    
}

.btn-pekeupload:hover
{
  /*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
  background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
  background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
  background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
  background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
  background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
  filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#0688fa', endcolorstr='#2dabf9',gradienttype=0);*/
    background-color: #bad36c;
  
  text-decoration: none;
  color:#ffffff;
}

.btn-pekeupload:visited
{
  position:relative;
  color:#ffffff;
  top:1px;
}

.btn-pekeupload:active
{
  position:relative;
  color:#ffffff;
  top:1px;
}

.progress-pekeupload
{
  width:100%;
  height:16px;
  margin:0 auto 20px auto;
  padding:0px;
  
  background:#cfcfcf;
  border-width:1px;
  border-style:solid;
  border-color: #aaa #bbb #fff #bbb;    
  box-shadow:inset 0px 2px 3px #bbb;    
}

.progress-pekeupload,
.bar-pekeupload
{
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -o-border-radius:4px;
}

.bar-pekeupload
{
  height:100%;
  background:#999;
  background-size:18px 18px;
  background-color:#7ce;   
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                      transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                      transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                      transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                      transparent 75%, transparent);
  background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                      transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                      transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                      transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                      transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                      transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                      transparent 75%, transparent);
  box-shadow:inset 0px 2px 8px rgba(255, 255, 255, .5), inset -1px -1px 0px rgba(0, 0, 0, .2);
}
.alert-pekeupload 
{
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
   
  border-color: ;
}
.alert-pekeupload .close
{
  margin-top: 2px;
}

a:link{text-decoration:none; color:#444444;}
a:visited{text-decoration:none; color:#7777ff;}
a:hover {text-decoration:none;color:#ff7777;}
a:active {text-decoration:none;color:#ff77ff;}

.element_title
{
  font-stretch: ultra-condensed;
  text-transform: uppercase;
  color: #222;
  font-size: 20px;
  white-space:nowrap;
}

.table-collapse-border 
 {
  border-collapse:collapse;
  border:1px solid #e0e0e0;
}

/*#__list_badges {
    max-witdh:100%;
    text-align: left;
    font-size:14px;
    padding-top:5px;
    border:1px solid red;
}

#__list_badges img {
    /*margin-left:30px;*/
    /*float:right;
}*/

#__list_badges_status {
    margin-top:10px;
}

#_form_weektype tr td{
    padding:3px 10px;
}

#_list_serviceprovidors table table tr td h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

/*#_list_serviceprovidors table table tr td img {
 background-color: #95c11f;
}

#_list_serviceprovidors table table table tr td img {
 background-color: transparent;
}*/

#devices_datas img {
    margin-left:5px;
}

#_update_d_progress_bar_ {
  border: solid 1px black;
}

/* ---------------- missions prestataires / equipements autorises -----------------*/

.equipauth div table {
  padding:0px;
  margin:1px 0 0 0;
} 

.ea_bat_sv {
    margin:0px;
    border:0px;
    background-color: #DFECBB;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    color:#000000;
}

.equipauth .ea_equip_pair {
    margin:0px;
    border:0px;
    background-color: #efefef;
}

.equipauth .ea_equip_impair {
    margin:0px;
    border:0px;
    background-color: #ddd;
}

/* -------------------profils affichage / acces ------------------ */

#ar_devices div table {
    padding:0px;
    margin:0px;
    border-collapse: collapse;
}

#ar_devices div table tbody {
    margin:0px;
    padding:0px;
}

#ar_devices div table tr.ea_bat {
    margin:0px;
    border:0px;
    background-color: #95c11f;
    border-right:1px solid white;
}
#ar_devices div table tr.ea_bat td {
    padding:5px;
    color:#fff;
    border-right:1px solid white;
}

#ar_devices div table tr.ea_equip_pair {
    margin:0px;
    border:0px;
    background-color: #efefef;
    border-right:1px solid white;
}
#ar_devices div table tr.ea_equip_pair td.td1 {
    padding:5px;
    width:260px;
}

#ar_devices div table tr.ea_equip_pair td.td1 img {
    margin-left:5px;
}

#ar_devices div table tr.ea_equip_pair td.td2 {
    padding:5px;
    text-align: center;

}
#ar_devices div table tr.ea_equip_pair td.td3 {
    padding:5px 3px;
    text-align: right;
    width:72px;
}
#ar_devices div table tr.ea_equip_pair td.td3 img{
    margin-left:3px;
}
#ar_devices div table tr.ea_equip_impair {
    margin:0px;
    border:0px;
    background-color: #ddd;
    border-right:1px solid white;
}
#ar_devices div table tr.ea_equip_impair td.td1 {
    padding:5px;
    width:260px;
}
#ar_devices div table tr.ea_equip_impair td.td1 img {
    margin-left:5px;
}
#ar_devices div table tr.ea_equip_impair td.td2 {
    padding:5px;
    text-align: center;
}
#ar_devices div table tr.ea_equip_impair td.td3 {
    padding:5px 3px;
    text-align: right;
    width:72px;
}
#ar_devices div table tr.ea_equip_impair td.td3 img{
    margin-left:3px;
}
/* ------------------- mon compte -------------------*/

#_form_society td {
    padding:5px;
}

#_form_login td {
    padding:5px;
}

#_st_form .mandatory {
    color:red;
    text-align: center;
}

.pager_button {
    position:relative;
    top:-3px;
}

/*********************************************************************************************************************/
.block_title
{
  
}

.upper_bold
{
  text-transform : uppercase;
  font-weight:bold;
  padding-top:10px;
  font-size:12px;
}

.panel_left, 
.panel_right
{
  display : inline-block;
  width : 48%;
  vertical-align : top;
  padding : 5px;
}

.element_title_block
{
  font-stretch: ultra-condensed;
  text-transform: uppercase;
  color: #222;
  font-size: 20px;
  white-space:nowrap;
  margin-top : 15px;
}

.table_green_bg
{
  background-color:#eaeed1;
}

.table_grey_bg
{
  background-color:#F2F2F2;
}

.green_bg 
{
  background-color: #95c11f;
}
a.submenuTitleSelected {
    color:#A2C037;
    font-weight:bold;
}

/* ---------- Page Gestion de compte : Badges digitaux mains libres ---------- */

#tabs-society-3 {
    padding: 5px;
}

div.societyVirtualTitleNavbar {
    margin: 5px; 
}

.societyVirtualTitleNavbar ul {
    display: flex;
  flex-direction: row;
}
.societyVirtualTitleNavbar ul.ui-tabs-panel {
    border: 1px solid rgba(153, 153, 153, 1);
    border-top: 0px;
}

.societyVirtualTitleNavbar ul li.ui-state-default {
    display: inline-block;
    flex: auto;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    border:0px;
    background-color: #ffffff;
}

.societyVirtualTitleNavbar ul li:not(.ui-state-active) {
    border-bottom: 1px solid rgba(153, 153, 153, 1);
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #cccccc;
}

.societyVirtualTitleNavbar ul li.ui-state-active {
    border: 1px solid rgba(153, 153, 153, 1);
    border-bottom: 0px;
}

.societyVirtualTitleNavbar ul li:not(.ui-state-active).ui-state-default a {
    color:#1E1E1E;
    display: inline-block;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}

.societyVirtualTitleNavbar ul li:not(.ui-state-active).ui-state-default:hover a{
    color:#ffffff;
    background-color: #777777;
}

.societyVirtualTitleNavbar ul li.ui-state-active a{
    color:#1E1E1E;
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    padding-top: 6px;
}

/* ---------- Prestataires ---------- */

.service_accordion{
    background-color:#99CC00;
}

.service_accordion.active, .service_accordion:hover{
    background-color:#abe402;
}

.service_panel{
    display: none;
}

.serviceProvidorNavbar {
    padding-left: 20px;
    padding-right: 20px;
}

.serviceProvidorNavbar > ul {
    display: flex;
    flex-direction: row;
}

.serviceProvidorNavbar > ul > li.ui-state-default {
    display: inline-block;
    flex: auto;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    border:0px;
    background-color: #ffffff;
}

.serviceProvidorNavbar > ul > li:not(.ui-state-active) {
    border-bottom: 1px solid #99CC00;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #cccccc;
}

.serviceProvidorNavbar > ul > li.ui-state-active {
    border: 1px solid #99CC00;
    border-bottom: 0px;
}

.serviceProvidorNavbar > ul > li:not(.ui-state-active).ui-state-default a {
    color:#1E1E1E;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
}

.serviceProvidorNavbar > ul > li:not(.ui-state-active).ui-state-default:hover a{
    color:#ffffff;
    background-color: #777777;
}

.serviceProvidorNavbar > ul > li.ui-state-active a{
    color:#1E1E1E;
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
}

.serviceProvidorNavbar > ul > li a{
    font-size: 12px; 
    text-transform: uppercase;
}

#_list_serviceprovidors, #_list_loginServices{
    padding: 20px;
    border-left: 1px solid rgb(153, 204, 0);
    border-right: 1px solid rgb(153, 204, 0);
}

.participantBlock{
    background-color: #eaeed1; 
    margin-left:5px;
    margin-right:5px;
    margin-top: 5px;
    padding: 10px;
}

.services_list_header_filters{
    border: 1px solid #99cc00;
    border-radius: 10px;
    margin-top: 15px;
    padding: 10px;
}
.siteNavbarNew > ul {
    display: flex;
  flex-direction: row;
}

.siteNavbarNew > ul > li.ui-state-default {
    display: inline-block;
    flex: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border:0px;
    background-color: #ffffff;
}

.siteNavbarNew > ul > li:not(.ui-state-active) {
    border-bottom: 1px solid #99CC00;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #cccccc;
}

.siteNavbarNew > ul > li.ui-state-active {
    border: 1px solid #99CC00;
    border-bottom: 0px;
}

.siteNavbarNew > ul > li:not(.ui-state-active).ui-state-default a {
    color:#1E1E1E;
    display: inline-block;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}

.siteNavbarNew > ul > li:not(.ui-state-active).ui-state-default:hover a{
    color:#ffffff;
    background-color: #777777;
}

.siteNavbarNew > ul > li.ui-state-active a{
    color:#1E1E1E;
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    padding-top: 6px;
}

.siteNavbarNew > ul > li a{
    font-size: 14px; 
}

.equipementNavbar > ul {
    display: flex;
  flex-direction: row;
    background-color: #ffffff;
}
.equipementNavbar > ul > li.ui-state-default {
/*.equipementNavbar > ul > li {*/
    display: inline-block;
    flex: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border:2px;
    background-color: #99CC00;
}
.equipementNavbar > ul > li:not(.ui-state-active) {
    border-bottom: 1px solid #99CC00;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-radius: 10px 10px 0 0px;
    background-color: #eeeeee;
}
.equipementNavbar > ul > li.ui-state-active {
    border-bottom: 1px solid #99CC00;
    border-left: 1px solid #99CC00;
    border-right: 1px solid #99CC00;
    border-radius: 10px 10px 0 0px;
    background-color: #99CC00;
}
.equipementNavbar > ul > li:not(.ui-state-active).ui-state-default a {
/*.equipementNavbar > ul > li:not() a {*/
    color:#1E1E1E;
    display: inline-block;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}
.equipementNavbar > ul > li:not(.ui-state-active).ui-state-default:hover a{
/*.equipementNavbar > ul > li:not() a{*/
    color:#ffffff;
    border-bottom: 1px solid #777777;
    border-radius: 10px 10px 0 0px;
    background-color: #777777;
}
.equipementNavbar > ul > li.ui-state-active a{
/*.equipementNavbar > ul > li a{*/
    color:#FFFFFF;
    background-color: #99CC00;
    display: inline-block;
    border-radius: 10px 10px 0 0px;
    width: 100%;
    padding-top: 6px;
}

.equipementNavbar > ul > li a{
    font-size: 14px; 
}

#btnDownloadServiceProvidorGuide{
    font-size: 20px; 
    font-weight: bold; 
    text-transform: uppercase;
    color: white; 
    background-color: #3862B6;
    cursor: pointer;
    border-radius: 5px;
    border: 1px;
    padding: 2px 8px;
    margin-top: 15px;
    margin-bottom: 0px;
    height: auto;
}

#btnDownloadServiceProvidorGuide:hover{
    background-color: #677fb1;
}
.topnav ul li.oecko .picto {
    background-image: url(../images/oecko/picto-oecko-menu.png);
}
a.oecko:hover {color: #95c11f !important}
a.oecko {color: black ! important}