#central_cont{
  position: absolute;
  right: 245px;
  left:15px;
  padding-bottom: 70px;
}


.thumb {
  max-width: 100px;
  max-height: 100px;
  float: none;
  position: relative;
}
/**************************  TOP TITLE ************************************/
#tabTitle_cont{
  height: 109px;
}

#tabTitle_table{
  width: 100%;
}

.tabPic{
  width: 90px;
}

.tabTitle{
  vertical-align: top;
  padding-left: 20px;
  width: auto;
}

.tabTitle_follow{
  vertical-align: top;
  text-align: right;
}

.title{
  font-family: 'Roboto', sans-serif;
  font-size:24px;
  font-weight:bold;
  color: #5b608c;
}

.subTitle_owner{
  font-family: 'Roboto', sans-serif;
  font-size:18px;
  color:#515151;
}

.subTitle_number{
  font-family: 'Roboto', sans-serif;
  font-size:16px;
  color:#999999;
}


.tab_icon_action{
  padding-right:3px;
  font-size: 20px;
  color: #999999;
}
.tab_follow_button{
  vertical-align: top;
  display: block;
}

.follow_button{
  color:white;
  height: 36px;
  font-size:18px;
  background-color: #5b608c;
}

/**************************  MENU (STATS, ALERTES) ************************************/

#tabMenu_cont{
  height: 45px;
  border-bottom: 1px solid #cccccc;
  margin-top: 18px;
}

#tabMenu_table{
  height: 100%;
}

#tabMenu_TR1{
  vertical-align: top;
  color:#cccccc;
  border-bottom: 3px solid #cccccc;
}

#tabMenu_table TD{
  width: 120px;
  padding-bottom: 17px;
  font-family: 'Roboto', sans-serif;
  font-size:18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.selected{
  color: #5b608c;
}

.underline{
  border-bottom: 5px solid #5b608c;
}

#iconView-cont{
  margin-top: -50px;
  float: right;
  font-size: 24px;
  color:#cccccc;
  cursor: pointer;
}
/**************************  Affichage filtre ************************************/

#tabSearch_cont{

}

#tabSearch_table{
  width: 100%;
  height: 100%;
  vertical-align: top;
}
#tabSearch_table TD
 {
   vertical-align: top;
   padding-top: 20px;
 }
#tabSearch_table input
{
  background-color: #ebebeb;
}
.bs-back
{
  background-color: #ebebeb;

}
.DispFieldText{
  font-family: 'Roboto', sans-serif;
  font-size:15px;
  color:#999999;
}
.tabSearch_tab_but
{
  background-color: #5b608c;
  color:white;
  font-family: 'Roboto', sans-serif;
  font-size:14px;
}

.tab_search_input{
  width: 300px;
  padding-left: 20px;
  z-index: 0;
}
.adv_search{
  font-family: 'Roboto', sans-serif;
  font-size:13px;
  cursor: pointer;
}
/**************************  Affichage filtre avancée ************************************/
#tabAdvSearch_cont{
  height: 80px;
  margin:8px;
}

#tabAdvSearch_table{
  width: 100%;
  height: 100%;
}

.close_adv_search{
  float: right;
}

.input-search{
  width: 70%;
  /*margin: auto;*/
}

.select-search{
  width: auto;
  /*margin: auto;*/
}

.number-search{
  width: 70px;
  /*margin: auto;*/
}

.date-search{
  width: 70%;
  /*margin: auto;*/
}
/**************************  Affichage résultats ************************************/
#tabResult_cont{
  margin-bottom: 40px;
}

#tablist_header{
  background-color: white;
  font-size:16px;
  color:#5b608c;
}

.st-sort-ascent:after {
   content: '\25B2';
  /*  background-image:url("/images/up-arrow.png") !important;*/
}

.st-sort-descent:after {
  content: '\25BC';
}

.sortable {
  cursor: pointer;
}
#tabRec{
  margin-top: 23px;
}
/*
#sticky {
  width: 100%;
  background-color: white;
}
#sticky.stick {
  position: fixed;
  width:inherit;
  top: 90px;
  z-index: 10000;
  border-radius: 0 0 0.5em 0.5em;
}

#test_fix{
  background-color: white;
}
#tablist_header.stick{
  position: fixed;
  width:inherit;
  top: 150px;
  z-index: 10000;
  border-radius: 0 0 0.5em 0.5em;
}
*/
/**** SMART TABLE FIX HEADER *****/
.tableRec {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /* height: 500px;  this can vary */
}

.tableRec * {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
}

.theadRec {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.tbodyRec {
/*  overflow-y: scroll;*/
  display: inline-block;
}

.theadRec > tr, .tbodyRec > tr, .tfootRec > tr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 5px;
  padding-bottom: 5px;
}

.theadRec, .tfootRec {
  flex-shrink: 0;
}

.tableRec th, .tbodyRec td {
  /*  width: 10%;  this can vary */
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.tfootRec {
  display: inline-block;
}

.tfootRec td {
  width: 100%;
  display: inline-block;
}

/**************************  RIGHT MENU ************************************/
.nav-tabs > li > a{
  color: #4c8da6;
  font-size: 15px;
  font-weight: bold;
}

.private_cont{
  color:#fa6e69;
  font-size:16px;
  cursor: pointer;
}

#share_cont{

}

#share-list{
  max-height: 300px;
  overflow-y: auto;
/*
  border-left-style: solid;
  border-left-color: gainsboro;
  border-left-width: 1px;  */
}

#share_tab{
  width: 100%;
}

#share_tab TD{
  padding-bottom: 10px;
  padding-top: 10px;
}

#newShare-cont{
  padding-top: 15px;
  background-color: #ebebeb;
}


#newShare_input{
  width: 100%;
  height: 38px;
  background-color: #ebebeb;
  font-size: 13px;
}
.contacts_share{

}

.contact_share{
  border-bottom-style: solid;
  border-bottom-color: grey;
  border-bottom-width: 1px;
}

.user_pic_share{
  width: 40px;
  margin-right: 5px;
  display:block;
  float: left;
}

.user_info_share{
  text-overflow: ellipsis;
  font-size:12px;
  font-weight: bold;
  color:#333333;
}

.circleName
{
  width:40px;
  height:40px;
  font-weight: bold;
  border-radius:50%;
  font-size:16px;
  line-height:40px;
  text-align:center;
  background:#e5e5e5;
}

.initial_avatar {
  position: relative;
  left: 15px;
  top: 10px;
}

.btn-remove{
  color:#4c8da6;
  padding: 5px;
}

.newContact_input{
  width: 100%;
  height: 38px;
  background-color: #ebebeb;
  margin-top: 10px;
  margin-bottom: 10px;
}

#tab-contact-cont{
  padding-top: 10px;
}

#contact-cont{
  max-height: 300px;
  overflow-y: auto;
}

#contact-tab{
  width: 100%;
}

#contact-tab TD{
  padding-bottom: 10px;
  padding-top: 10px;
}

#group-tab{
  width: 100%;
  border: solid;
  border-width: 1px;
  border-color: #5b608c;
}

#group-tab TD{
  padding-left: 10px;
}

.newGroup-input{
  width: 100px;
}

#invit{
  margin-top: 20px;
  font-size:15px;
  color: #515151;
  cursor: pointer;
}
#invit input{
  background-color: #ebebeb;
}
#invit button{
  background-color: #4c8da6;
  color:white;
}


.pagination > .active > a{
  background-color: #4c8da6;
}
.pagination > .active > a:hover{
  background-color: #4c8da6;
}

.pagination > li > a{
  cursor: pointer;
}

/***************************************  Modal mobile visible fields  ***********************/
.mob_fields_label {
  font-size: 15px;
  color: #4c8da6;
}