
.table-menu-wrapper {
  float: right;
  z-index: 50;
  background: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 40px;
}
.table-menu {
  position: absolute;
  background-color: #fff;	
  margin-top: 5px;
  padding: 10px;
  font-size: 1.2em;
  min-width: 135px;
  right: 20px;
  left: auto;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-color:#eaeaea;
  border-style:solid;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-width:1px;
  box-shadow:rgba(0, 0, 0, 0.1) 0 5px 5px;
  z-index:40;
}
.table-menu-hidden {
   left: -999em;
   right: auto;
}
.table-menu-wrapper .caret {
	margin-top:8px;
}
/* .table-menu-btn {
   text-decoration: none;
   color: #333;
   background: #eee;
   padding: .3em 10px .3em 10px;
	-webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.0470588) 0 1px 2px;
  background-color:#ECECED;
  background-image:linear-gradient(#F0F1F2, #E6E6E6);
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-color:#BBBBBB #BBBBBB #A2A2A2;
  border-style:solid;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-width:1px;
  box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(0, 0, 0, 0.0470588) 0 1px 2px;
  color:#333333;
  cursor:pointer;
  display:inline-block;
  font-size:13px;
  line-height:18px;
  margin-bottom:0;
  margin-top: 1px;
  padding:4px 12px;
  text-align:center;
  text-shadow:rgba(255, 255, 255, 0.74902) 0 1px 1px;
  vertical-align:middle;
} */

.table-menu-btn {
  color:#333333;
  cursor:pointer;
  display:inline-block;
  font-size:13px;
  margin-bottom:0px;
  margin-top:-5px;
  padding:0px 12px 0px 12px;
  vertical-align:middle;
}

.table-menu-wrapper  a:hover {
	text-decoration: none;
}
.table-menu-wrapper:hover {
  border-top: 2px solid #333;
}
.table-menu ul {

margin-left: 0px;
margin-bottom: 0px;
}

.table-menu li {
   padding: 5px 5px 2px 5px;
   list-style-type: none;
   border-radius:4px;
  border-width:1px;
}
.table-menu li:hover {
  background: #e5e5e5;
}



/* Table styles */


.co-name {
   opacity: .4;
}

.enhanced th,
.enhanced td {
   display: table-cell;
}

.legacy-ie .enhanced th.campo_fijo, 
.legacy-ie .enhanced td.campo_fijo {
	display: inline;
}
.enhanced th.campo_fijo, 
.enhanced td.campo_fijo {
   display: table-cell;
}

.configuracion > .btn {
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background: #fff !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: right;
  margin-bottom:0px;
  margin-top:0px;
  padding:10px 12px;
  vertical-align:middle;
  border: none;
  border-radius: 0px !important;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  -webkit-border-top-left-radius: 5px !important;
  -webkit-border-top-right-radius: 5px !important;
  -moz-border-radius-topleft: 5px !important;
  -moz-border-radius-topright: 5px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.configuracion > .btn:hover {
   border-top: 2px solid #333;
}
.configuracion .btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
