
#Browser {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
}

#BrowserContent {
  flex: 1;
  overflow: auto;
}

#Browser #FilterBar {
  grid-column: 1/3;
  /* Position étendue */
}

/* Lorsque la barre de filtres est étendue */
#Browser.extend {
  grid-template-rows: 48px 1fr;
}

#Browser.extend #DetailPanel {
  grid-row: 2/3;
  transform: translateY(0);
  /* Position étendue */
}

#Browser.extend #BrowserContent {
  grid-row: 2/3;
  transform: translateY(0);
  /* Position étendue */
}


#DetailPanel {
  position: fixed;
  width: 0px;
  overflow-x: hidden;
  height: 100%;
  background-color: #eaeaea;
  display: inline-block;
  box-sizing: border-box;
  top: 0px;
  right: 0px;
  transition: 0.5s;
  z-index: 999;
}

.t-browser-subcontent {
  height: 87%;
  font-size: 13px;
}

.subcontent {
  display: none;
}

.t-browser-item {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 10px 10px;
  display: inline-block;
  vertical-align: top;
  transition: 0.5s;
}

.t-browser-item-nodrop {
  opacity: 0.5;
  pointer-events: none;
}

.t-browser-item-selected {
  background-color: #d3d3d3;
}

.t-browser-item-even {
    background-color: #f3f3f3;
}

.t-browser-item-even:hover {
  background-color: #d3d3d3;
  cursor: pointer;
}

.t-browser-item-odd:hover {
  background-color: #d3d3d3;
  cursor: pointer;
}

.t-browser-item-selected:hover {
  background-color: #d3d3d3;
  cursor: pointer;
}

.t-browser-item-link:hover {
  text-decoration: underline;
}

.t-browser-item-link {
  cursor: pointer;
}

.t-browser-item-title {
  width: 100%;
  display: flex;
}

.t-browser-item-icon {
  background-size: 48px;
  background-position: center;
  width: 48px;
  height: 48px;
  display: inline-block;
  padding-left: 10px;
}

.t-browser-item-icon-folder {
  background: url('../images/folder48.png') no-repeat;
}

.t-browser-item-icon-rtu {
  background: url('../images/rtu48.png') no-repeat;
}

.t-browser-item-icon-rrtu {
  background: url('../images/rrtu48.png') no-repeat;
}

.t-browser-item-icon-scada {
  background: url('../images/scada48.png') no-repeat;
}

.t-browser-item-icon-map {
  background: url('../images/map48.png') no-repeat;
}

.t-browser-item-connected {
  background-image: url('../images/good16.png');
  background-repeat: no-repeat;
  background-position: right top;
}

.t-browser-item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  line-height: 16px;
  box-sizing: border-box;
  padding: 0px 0px 0px 10px;
  display: inline-block;
  flex: 1;
  padding: 6px;
}

.t-browser-item-text-title {
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

.t-browser-item-text-subtitle {
  font-size: 12px;
}

@media only screen and (min-width: 600px) {
  .t-browser-item {
    width: 50%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    display: inline-block;
  }

  .t-browser-item-selected {
    background-color: #f3f3f3;
  }

  .t-browser-item-title {
    border: 1px solid #d3d3d3;
    border-radius: 3px;
  }

  .t-browser-item-selected>.t-browser-item-title {
    background-color: #d3d3d3;
  }

  .t-browser-item-title:hover {
    background-color: #d3d3d3;
  }

  .t-browser-item-icon {
    background-size: 48px;
    background-position: center;
    width: 48px;
    height: 48px;
    display: inline-block;
  }

  .t-browser-item-even {
    background-color: #f8f8f8;
  }

  .t-browser-item-even:hover {
    background-color: #f3f3f3;
  }

  .t-browser-item-odd:hover {
    background-color: #f3f3f3;
  }

  .t-browser-item-selected:hover {
    background-color: #f3f3f3;
  }
}

@media only screen and (min-width: 900px) {

  #DetailPanel {
    position: static;
    border-left: 2px solid #d3d3d3;
    width: 300px;
    overflow-x: auto;
    z-index: 0;
  }

  .t-browser-item {
    width: 33%;
  }

  #Browser {
    grid-template-columns: 1fr 300px;
  }
}

@media only screen and (min-width: 1100px) {
  .t-browser-item {
    width: 25%;
  }
}

@media only screen and (min-width: 1300px) {
  .t-browser-item {
    width: 20%;
  }
}
.CImgFolderList{
  vertical-align:-5px;
  padding:2px;
}

.CFolderList:hover{
  background-color:#f3f3f3;
  cursor: pointer;
}

.CFolderListNoEditable{
  font-style: italic;
}

.CFolderListNoEditable:hover{
  cursor:default;
  background-color:#f3f3f3;
}

#ListElement{
  overflow: auto;
  width:250px;
  height:250px;
}

.CurrentFolder:hover{
  cursor:default;
  background-color:#f3f3f3;
}

.CFolderIcon{
  background-image: url('../images/folder16.png');
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: left
}
#SelectGroups{
  height: 100px;
  overflow: auto;
  width: 236px;
  border: 1px solid #000;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(169, 169, 169);
  overflow-y: scroll;
}

#SelectGroup_btnFinish {
  position:absolute;
  right:18px;
}

.Item_Group {
  display:inline;
}

.Special_Groups {
  font-weight: bold;
}
#SelectSubnets{
  height: 100px;
  overflow: auto;
  width: 236px;
  border: 1px solid #000;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(169, 169, 169);
  overflow-y: scroll;
}

#SelectSubnet_btnFinish {
  position:absolute;
  right:18px;
}

.Item_Subnet {
  display:inline;
}

.Item_Choice {
  vertical-align:sub;
}
#ResultList{
  border: 1.4px solid #f3f3f3;
  background-color: white;
  width: 185.2px;
  position: absolute;
}
.ImgResultList_Content{
  vertical-align:sub;
}
.List_Elem{
  line-height:20px;
}
.List_Elem:hover{
  cursor: pointer;
  background-color: #f3f3f3;
}

.SyncProblem{
  background: url('../images/SyncProblem.svg') no-repeat;
  background-position:right;
  padding-right:30px;
  background-size: 24px;
}

.UserGroupDomain{
  background: url('../images/Sync.svg') no-repeat;
  background-position:right;
  padding-right:30px;
  background-size: 24px;
}


.UserTwoFactor{
  background: url('../images/two_factor_24.png') no-repeat;
  background-position:right;
  padding-right:30px;
  background-size: 24px;
}    

.UserGroupDomain_UserTwoFactor{
  background: url('../images/Sync.svg')  no-repeat ,url('../images/two_factor_24.png') ;
  background-position:top 0px right 30px, right;
  padding-right:30px;
  background-repeat: no-repeat, no-repeat;
  background-size: 24px;
}

.SyncProblem_UserTwoFactor{
  background: url('../images/SyncProblem.svg')  no-repeat ,url('../images/two_factor_24.png') ;
  background-position:top 0px right 30px, right;
  padding-right:30px;
  background-repeat: no-repeat, no-repeat;
  background-size: 24px;
}
#ContextMenu {
  width: 400px;
  background: white;
  padding: 10px;
  border: 1px solid #d3d3d3;
  position: fixed;
  z-index: 100000;
  top: 50px;
  left: 50px;
  display: none;
  width: min-content;
}

#ContextMenu div {
  padding: 5px;
  width: 100%;
  display: inline-block;
  border-radius: 4px;
  box-sizing: border-box;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}

#ContextMenu div:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}

#ContextMenu span {
  font-weight: bold;
  font-style: italic;
}

#ContextMenu img {
  vertical-align:middle;
  padding: 0 10px 0 0;
}
/* Style général pour le FilterBar */
#FilterBar {
  width: 100%; /* Vous pouvez ajuster cela comme vous le souhaitez */
  background-color: #eaeaea;
  padding: 10px;
  gap: 12px;
  display: none;
  border-bottom: 2px solid #d3d3d3
}
#FilterBar.extend{
  display: flex;
}

/* Style pour tous les containers à l'intérieur de FilterBar */
#FilterBar > div {
  margin-bottom: 10px;
}

/* Style pour les boutons qui déclenchent l'affichage du menu */
/*
.FilterBarToggleButton {
  background-color: #e0e0e0;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  height: 24px;
}

.FilterBarToggleButton:hover {
  background-color: #d0d0d0;
}*/
.FilterBarToggleButton {

display: flex;
margin-right: 10px;
position: relative;
background-color: #ddd; /* couleur de fond plus claire pour les onglets inactifs */
transition: background-color 0.3s ease; /* transition douce pour le changement de couleur */
align-self: center;
border-radius: 5px;
min-width: fit-content;
outline: transparent;
border-color: transparent;
}

/* Couleur de fond plus foncée pour les onglets actifs */
.FilterBarToggleButton.active {
  background-color: #fff; /* couleur de fond blanche pour l'onglet actif */
}

/* Effet au survol pour les onglets inactifs */
.FilterBarToggleButton:not(.active):hover {
  background-color: #ccc; /* une nuance légèrement plus foncée que l'inactif, mais plus claire que l'actif */
}



.monBouton::before {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg width="17.521284mm" height="6.3500037mm" viewBox="0 0 17.521284 6.3500037" version="1.1" id="svg739" xmlns:svg="http://www.w3.org/2000/svg"><defs id="defs736" /><g id="layer1" transform="translate(-10.186458)"><path id="rect12151-6-8" style="fill:#eac632ff;fill-opacity:1;stroke:#adadad;stroke-width:0.525488;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1.9;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" d="m 10.186458,6.0867393 h 14.341376 v -0.00155 c 0.01629,8.311e-4 0.03259,0.00152 0.04889,0.00207 1.584105,10e-8 2.868275,-1.3038615 2.868275,-2.9122562 0,-1.6083947 -1.28417,-2.9122564 -2.868275,-2.91225629 -0.0163,5.4818e-4 -0.0326,0.001238 -0.04889,0.002068 v -0.002068 l -14.341376,-2.8e-6" /><path style="fill:none;stroke:#adadad;stroke-width:0.267068px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 10.054166,0 V 6.35" id="path29180" /></g></svg>');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Place le SVG derrière le texte du bouton */
}


.checkboxHover {
  background-image: url('data:image/svg+xml;utf8,<svg width="17.521284mm" height="6.3500037mm" viewBox="0 0 17.521284 6.3500037" version="1.1" id="svg739" xmlns:svg="http://www.w3.org/2000/svg"><defs id="defs736" /><g id="layer1" transform="translate(-10.186458)"><path id="rect12151-6-8" style="fill:#eac632ff;fill-opacity:1;stroke:#adadad;stroke-width:0.525488;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:1.9;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" d="m 10.186458,6.0867393 h 14.341376 v -0.00155 c 0.01629,8.311e-4 0.03259,0.00152 0.04889,0.00207 1.584105,10e-8 2.868275,-1.3038615 2.868275,-2.9122562 0,-1.6083947 -1.28417,-2.9122564 -2.868275,-2.91225629 -0.0163,5.4818e-4 -0.0326,0.001238 -0.04889,0.002068 v -0.002068 l -14.341376,-2.8e-6" /><path style="fill:none;stroke:#adadad;stroke-width:0.267068px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 10.054166,0 V 6.35" id="path29180" /></g></svg>');
  transition: background-image 0.5s;
}

/* Style pour le menu qui sera affiché/flottant en dessous du bouton */
.FilterBarMenu {
  display: none;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: absolute;
  z-index: 100;
  padding: 10px;
  width: 200px; 
  top: calc(100% + 10px); 
  border: 2px solid #d3d3d3;
  min-width: fit-content;

}

/* Quand le menu est étendu, il sera affiché */
.FilterBarMenu.extend {
  display: block;
  position: absolute;
  z-index: 100;
  background-color: #eaeaea;
}
body {
  /* Disable user selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Default cursor */
  cursor: default;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#Page {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
}

#Banner {
  width: 100%;
  height: 89px;
  box-sizing: border-box;
  background-color: #333333;
  position: relative;
  display: inline-block;

  transition: height 0.5s;
  -moz-transition: height 0.5s; /* Firefox 4 */
  -webkit-transition: height 0.5s; /* Safari and Chrome */
  -o-transition: height 0.5s; /* Opera */
  overflow: hidden;
}

#Banner #Logo {
  background: url('/main/docs/images/TConnect_RGB_OverBlack.svg') no-repeat;
  width: 200px;
  height: 64px;
  display: inline-block;
  position: relative;
  left: 20px;
  top: 18px;
  background-size: contain;
}

#Content {
  all: revert;
  background-color: #f8f8f8;
  width: 100%;
  flex: 1;
  overflow: auto;
}

#Footer {
  text-align: center;
  bottom: 0px;
  height: 70px;
  left: 0px;
  right: 0px;
  color: white;
  background-color: #333333;
  box-sizing: border-box;
  font-size: 11px;
  transition: height 0.5s;
  -moz-transition: height 0.5s; /* Firefox 4 */
  -webkit-transition: height 0.5s; /* Safari and Chrome */
  -o-transition: height 0.5s; /* Opera */
  overflow: hidden;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/resources/docs/fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-20 { font-size: 20px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/* Rule for adding padding to all material icons */
.material-icons.pr-5 { padding-right: 5px; }                   

/* Rule for centering icon (<i>) with text (<span>) in a <div> (class to apply of div) */
.valign-center {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}

/* Colors */
.material-icons.md-ok { color: green; }
.material-icons.md-warning { color: orange; }
.material-icons.md-critical { color: orangered; }
.material-icons.md-disabled { color: gray; }
.t-floatingMessage {
  display: block;
  border-radius: 8px;
  padding: 8px 24px 8px 24px;
  font-size: 14px;
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 999999;
}

.t-floatingMessage.error {
  background: -webkit-linear-gradient(red, LightPink);
  background: -o-linear-gradient(red, LightPink);
  background: -moz-linear-gradient(red, LightPink);
  background: linear-gradient(red, LightPink);
}

.t-floatingMessage.warning {
  background: -webkit-linear-gradient(orange, salmon);
  background: -o-linear-gradient(orange, salmon);
  background: -moz-linear-gradient(orange, salmon);
  background: linear-gradient(orange, salmon);
}

.t-floatingMessage.info {
  background: -webkit-linear-gradient(LightSkyBlue, Lavender);
  background: -o-linear-gradient(LightSkyBlue, Lavender);
  background: -moz-linear-gradient(LightSkyBlue, Lavender);
  background: linear-gradient(LightSkyBlue, Lavender);
}
/* Notifications icon */

#Notifications_Count {
  background-color: red;
  text-align: center;
  font-size: 14px;
  color: white;
  width: 22px;
  border-radius: 8px;
  position: relative;
  top: -48px;
  left: 32px;
  display: none;
}

#Notifications .std-block {
  width: 100%;
  padding: 10px;
  padding: 4px;
  box-sizing: border-box;
  background-color: white;
  color: black;
  border-radius: 10px;
  margin: 10px 0 0 0;
}

#Notifications .content {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  height: auto;
}

#Notifications .clickdiv {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

  #Notifications .clickdiv:hover {
    opacity: 0.8;
  }

#Notifications .ack {
  float: right;
  background-image: url('../images/ack16.png');
  margin-top : 5px;
}

#Notifications .delete {
  float: right;
  background-image: url('../images/nak16.png');
  margin-right : 10px;
  margin-top : 5px;
}

#Notifications .moreinfo {
  float: right;
  background-image: url('../images/question16.png');
  margin-top : 5px;
  margin-right : 10px;
}

.NotificationScheduler {
  color: black;
  text-decoration: none;
  position: relative;
  border-radius: 2px;
}

.NotificationScheduler:hover {
  text-decoration: underline;
}
.permission-users-searchlist{
  background-image: url('../images/baseline_person_black_18dp.png');
  background-repeat: no-repeat;
  margin-left: 20px;
  background-position: left
}

.permission-groups-searchlist{
  background-image: url('../images/baseline_people_black_18dp.png');
  background-repeat: no-repeat;
  margin-left: 20px;
  background-position: left
}

.permission-users{
  background-image: url('../images/baseline_person_black_18dp.png');
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: left
}

.permission-groups{
  background-image: url('../images/baseline_people_black_18dp.png');
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: left
}

.permission-users-inherited{
  background-image: url('../images/baseline_person_grey_18dp.png');
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: left
}

.permission-groups-inherited{
  background-image: url('../images/baseline_people_grey_18dp.png');
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: left
}

.permission-listing {
  position: relative;
  transform: translate3d(12px, 35px, 0px);
  top: -25px;
  min-height: 10px;
  max-height: 150px;
  overflow: auto; 
  padding-left:5px;
}
#SearchContainer {
  align-self: center;
  height: 30px;
  display: flex;
  --white: #ffffffff;
  --yellow: #eac632ff;
  --dark: #333333ff;
  --grey: #adadadff;

  border: 2px solid var(--grey);
  width: fit-content;
  border-radius: 6px;
  margin: 5px;
  background: var(--white);
}

#checkboxcontainer {
  display: flex;
  background-color: var(--dark);
  border-radius: 3px 0% 0% 3px;
  width: 75px;
  justify-content: space-evenly;
  align-items: center;


}

#checkboxlabel {
  color: white;
  margin-bottom: 0;

}

/* #searchcontainer {
  border-radius: 0% 3px 3px 0%;
  background-color: var(--white);
  width: 150px;
  align-items: center;
  display: flex;
} */

#ToggleFilterButton {
  border-width: 0;
  border-radius: 0% 3px 3px 0%;
  background-color: var(--white);
  width: inherit;
  height: -webkit-fill-available;
}

@keyframes grow {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@keyframes shrink {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(0);
  }
}

.filter-criterion {
  display: flex;
  align-items: center;
  margin-bottom: 10px; /* Espace entre les critères */
}

.filter-criterion input[type="checkbox"] {
  margin-right: 10px; /* Espace entre la checkbox et le label */
}

.filter-criterion label {
  font-size: 16px; /* Taille de police des labels */
  font-weight: normal; /* Poids de police des labels */
}
#SideMenu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
  overflow-x: hidden;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

#SideMenu #Logo {
  padding-top: 15px;
  width: 100%;
  height: 53px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}

#SideMenu #Menu {
  padding-top: 30px;
  padding-left: 10px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}

#SideMenu #Menu .item {
  padding: 8px 0px 8px 0px;
  font-size: 16px;
  text-decoration: none;
}

#SideMenu #Menu .sub_item {
  padding: 4px 0px 4px 52px;
  font-size: 14px;
  text-decoration: none;
}

#SideMenu #Menu .no_click {
  pointer-events: none;
}

#SideMenu #Menu a:hover {
  text-decoration: underline;
}

#SideMenu #Menu img {
  vertical-align: middle;
  padding: 0px 12px 0px 12px;
}

#Notification {
  padding: 24px 0px 8px 10px;
  font-size: 16px;
  text-decoration: none;
}

#Notification img {
  vertical-align: middle;
  padding: 0px 12px 0px 12px;
}

#Notifications {
  flex: 1;
  padding: 10px 10px 0px 10px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}

#SideMenuOverlay {
  opacity:0;
  background-color:black;
  position:fixed;
  width:100%;
  height:0;
  top:0px;
  left:0px;
  z-index:998;
  transition:opacity 0.5s ease;
}

#ToolBar {
  width: 100%;
  height: 48px;
  min-height: 48px;
  background-color: #666666;
  display: flex;
}

#ToolBar #Menu {
  width: 48px;
  height: 48px;
  padding: 0px 12px 0px 12px;
  display: inline-block;
}

#ToolBar #Bar {
  height: 48px;
  padding: 9px 12px 9px 12px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  flex: 1;
}

#ToolBar #Bar #Folder {
  height: 30px;
  background-color: #f8f8f8;
  border-radius: 6px;
  box-sizing: border-box;
  flex: 1;
  --grey: #adadadff;
  border: 2px solid var(--grey);
}

.t-address-item {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
}

@media only screen and (max-width: 800px) {
  #ToolBar #Bar #Folder{
    display:none;
  }
}
