.tool-container {
  background-color: #d0cbcb;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #d0cbcb), color-stop(100%, #e9e5e5));
  background: -moz-linear-gradient(top, #d0cbcb 14%, #e9e5e5 100%);
  background: -ms-linear-gradient(top, #d0cbcb 14%,#e9e5e5 100%);
  background: linear-gradient(to bottom, #d0cbcb 14%,#e9e5e5 100%);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiNkMGNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTllNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0cbcb', endColorstr='#e9e5e5',GradientType=0 );
  background-size: 100% 100%;
  border-radius: 3px;
  box-shadow: 0px 0px 15px #000;
  position: absolute;       
}

.tool-container.tool-top, .tool-container.tool-bottom {
  height: 34px;
  border-bottom: 1px solid #beb8b8 ; /* #B1A9A9 */
}

.tool-items {
  height: 100%; 
}

.tool-top .tool-item, .tool-bottom .tool-item {
  float: left;
  border-right: 1px solid #e2dfdf;
  border-left: 1px solid #9f9898;
}

.tool-left .tool-item, .tool-right .tool-item {
  height: 34px;
  border-top: 1px solid #e2dfdf;
  border-bottom: 1px solid #9f9898;
}


.tool-item {
  height: 100%;
  display: block;       
  width: 44px;
  text-align: center;
  line-height: 30px;
}

.tool-item:first-child {
  border-left: none;
}a.tool-item span

.tool-left .tool-item:first-child, .tool-right .tool-item:first-child {
  border-top: 1px solid transparent;
}

.tool-item:last-child {
  border-right: none;
  border-bottom: none;
}

.tool-item.selected, .tool-item:hover, .tool-item.active  {
  background: #a79f9f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a79f9f), color-stop(93%, #e2dfdf));
  background: -moz-linear-gradient(top, #a79f9f 0%, #e2dfdf 93%);
  background: -ms-linear-gradient(top, #a79f9f 0%, #e2dfdf 93%);
  background: linear-gradient(to bottom, #a79f9f 0%, #e2dfdf 93%);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3OWY5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2UyZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a79f9f', endColorstr='#e2dfdf',GradientType=0 );
}

.tool-top .tool-item:last-child:hover, .tool-bottom .tool-item:last-child:hover {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tool-top  .tool-item:first-child:hover, .tool-bottom  .tool-item:first-child:hover {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tool-left .tool-item:last-child:hover, .tool-right .tool-item:last-child:hover {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tool-left .tool-item:first-child:hover, .tool-right .tool-item:first-child:hover {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.tool-container .arrow {
  width:0;
  height:0;
  position: absolute; 
  border-width:7px;
  border-style:solid;
}

.tool-container.tool-top .arrow {
  border-color: #e9e5e5 transparent transparent; 
  left: 50%;  
  bottom: -14px;
  margin-left: -7px;
}

.tool-container.tool-bottom .arrow {
  border-color: transparent transparent #e9e5e5; 
  left: 50%;  
  top: -14px;
  margin-left: -7px;
}

.tool-container.tool-left .arrow {
  border-color: transparent transparent transparent #E9E5E5;
  top: 50%;
  right: -14px;
  margin-top: -7px;
}

.tool-container.tool-right .arrow {
  border-color: transparent #E9E5E5 transparent transparent;
  top: 50%;
  left: -14px;
  margin-top: -7px;
}

.demo-link {
  color: #89CDE4;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 30px;
}

.demo-link:hover {
  text-decoration: none;
  cursor: pointer;
}


/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a.tool-item span {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 9px;
}
a.workbench_moderation_node_view_draft span,
a.node_page_view span,
a.user_view_page span {
  background-position: -96px -120px;
  text-indent: -99999px;
}
a.workbench_moderation_node_view_draft span {
  background-position: -120px -120px;
}
a.workbench_moderation_node_edit_page_override span,
a.node_page_edit span,
a.drupal_get_form span {
  background-position: 0 -72px;
  text-indent: -99999px;
}
a.i18n_node_translation_overview span {
  background-position: -336px -144px;
  text-indent: -99999px;
}
a.javali_indicadores_sections span {
  background-position: -240px 0px;
  text-indent: -99999px;
}
a.workbench_moderation_node_revisions_redirect span,
a.workbench_moderation_notes_node_history_view span,
a.node_revision_overview span {
  background-position: -240px -24px;
  text-indent: -99999px;
}
a.webform_components_page span {
  background-position: -360px -144px;
  text-indent: -99999px;
}
a.webform_results_submissions span {
  background-position: -240px -120px;
  text-indent: -99999px;
}
a.node_export_gui span {
  background-position: -96px -24px;
  text-indent: -99999px;
}

a.scheduler_list span {
  background-position: -48px -24px;
  text-indent: -99999px;
}
a.linkchecker_user_report_page span {
  background-position: -144px -119px;
  text-indent: -99999px;
}
a.node_page_file_manage_page span {
  background-position: -384px -144px;
  text-indent: -99999px;
}

.settings-button {
    background-color: #343433;
    border: 1px solid #161615;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26) inset, 0 1px 0 0 rgba(255, 255, 255, 0.15);
    display: block;
    height: 28px;
    left: 6%;
    margin: 0;
    opacity: 0.7;
    position: fixed;
    top: 40%;
    width: 36px;
    z-index: 2;
}
.settings-button span {
  background: url("../images/icon-cog-small.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 19px;
    margin: 5px auto;
    width: 20px;
}
.settings-button img {
    display: block;
    margin: 5px auto 0;
    z-index: -1;
}
.settings-button:hover, .pressed {
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    opacity: 1;
    z-index: 2;
}
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
div.messages {
  display: none;
  border: 2px solid #ccc !important;
  background: none repeat scroll 0 0 #FFFFFF !important;
  border-radius: 5px !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7) !important;
  padding: 15px 30px !important;
  width: 600px !important;
}
div.messages ul {
  margin: 0;
  padding: 0;
}
div.messages ul li {
  margin: 0;
  padding: 3px 0;
}