[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.footer {
  padding: 5px 0;
}
i.pointer {
  cursor: pointer;
}
i.status {
  position: absolute;
  right: 10px;
  bottom: 6px;
}
.login-page .content .container {
  margin-top: 0;
}
.login-page h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.full-page > .content {
  padding-top: 10vh;
}
.angucomplete-holder {
  position: relative;
}

.angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 750px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  max-height: 500px;
  overflow-y: auto;

  position: absolute;
  /*top: 32px;
    left: 0px;
    */
  margin-top: -6px;
  background-color: #ffffff;
}

.angucomplete-searching {
  color: #acacac;
  font-size: 14px;
}

.angucomplete-description {
  font-size: 14px;
}

.angucomplete-row {
  padding: 5px;
  color: #000000;
  margin-bottom: 4px;
  clear: both;
}

.angucomplete-selected-row {
  background-color: lightblue;
  color: #ffffff;
}

.angucomplete-image-holder {
  padding-top: 2px;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}

.angucomplete-image {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px;
}

.angucomplete-image-default {
  /* Add your own default image here
     background-image: url('/assets/default.png');
    */
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 34px;
}

.list-small {
  padding: 0.25rem 1.25rem;
}

.logo {
  background: #dff6f6;
}

.main-panel {
  background-color: #dff6f6;
}
#user-hidden {
  display: none;
}

@media (min-width: 991px) {
  .sidebar-mini .sidebar .logo a.logo-normal {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #000;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #000;
}
.tooltip-inner {
  padding: 0.3rem 0.5rem;
  background-color: #000;
  color: #fff;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  display: inline;
}

#loading {
  text-align: center;
  color: #aaa;
}

#cie_cieCategory,
#core_cie1 {
  display: block !important;
  height: 1px;
  color: #fff;
  overflow: hidden;
  padding: 0;
  border: none;
}

.bootstrap-tagsinput {
  border: 1px solid #dddddd;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  width: 500px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 13px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
  padding: 5px 10px;
  text-align: center;
}

#multiple-datasets .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

#rtl-support .tt-menu {
  text-align: right;
}

.bootstrap-tagsinput .badge {
  font-size: 1.05em;
}

.bootstrap-tagsinput .badge [data-role="remove"] {
  top: 2.5px;
}

.section-image:after {
  background: #fff;
}

.qualifier-symbol {
  padding: 1px 10px;
  line-height: 21px;
  border: 1px dashed #ddd;
  font-weight: bold;
  color: red;
}
#search_logs_user {
  color: #fff;
}

.sidebar:after,
.off-canvas-sidebar:after {
  background: #2d9d9f;
  background: linear-gradient(#287e80 0%, #2d9d9f 80%);
  z-index: 3;
}

.tooltip-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Estilo del texto del tooltip */
.tooltip-btn .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

/* Mostrar el tooltip cuando se pasa el cursor sobre el botón */
.tooltip-btn:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
