.align-middle {
  vertical-align: middle;
}
.navbar-brand {
  padding: 0;
}
.informations {
  margin:0 auto;
  margin-top: 65px;
  width: 80%;
}
.admin_content {
  margin:0 auto;
  width: 98%;
}
.table thead tr {
  background-color: #e5e5e5!important;
}
.table tbody tr:hover {
  background-color: #ccc!important;
}

/*Panel tabs*/
.panel-primary>.panel-heading {
  padding:0;
}
.panel-tabs {
  position: relative;
  clear:both;
  border-bottom: 1px solid transparent;
  margin: 0 auto;
  display: table;
}

.panel-tabs > li {
  display: table-cell;
  margin-bottom: -1px;
}

.panel-tabs > li > a {
  margin-right: 2px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  font-weight: 700;
  font-size:14px;
}

.panel-tabs > li > a:hover {
  border-color: transparent;
  color: #ffffff;
  background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(255,255,255, .23);
  border-bottom-color: transparent;
}
/*panel tabs*/

.page-types {
  display: none;
}

.form-group {
  margin-bottom: 10px;
}
.panel {
  margin-bottom: 0;
}
.tooltip {
  width: 100%;
  font-size: 14px;
}
.select2.select2-container, .select2.select2-container .select2-search__field, .select2.select2-container .select2-search.select2-search--inline {
  width: 100%!important;
}

.documents, .groups {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.red {
  color:red;
}

input[type=search]:focus {
  width: 100%;
}

.relative {
  position: relative;
}

.jstree-pageactions {
  float: right;
  position: relative;
  right: 0;
  top:0;
  clear: both;
  height: 32px;
}
.jstree-default-large .jstree-icon:empty {
  width: 23px!important;
}
.jstree-node.active>div.jstree-pageactions>a>i.fa-check:before {
  content: "\f00c";
  color:#337ab7;
}
.jstree-node.inactive>div.jstree-pageactions>a>i.fa-check:before {
  content: "\f05e";
  color:red;
}
.jstree-node.inactive i.fa-check {
  width: 32px;
}
.jstree-node.active .jstree-anchor {
  color:#000;
}
.jstree-node.inactive .jstree-anchor {
  color:red;
}
.jstree-node.valable .jstree-anchor {
  color:#000;
}
.jstree-node.expired .jstree-anchor {
  color:red;
}
.jstree-anchor {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
}








@media only screen and (max-width : 1600px) {
  
}

@media only screen and (max-width : 1280px) {
  
}
@media only screen and (max-width : 1024px) {
  
}

@media only screen and (max-width : 992px) {
  
}

@media only screen and (max-width : 768px) {
  
}

@media screen and (max-width: 40em) {
  .form-signin {
    width: 100%!important;
  
  }
  

}
