.mini-navbar .nav li .nav-second-level li .nav-label {
    display: inline !important;
}

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level, .mini-navbar .nav li:focus > .nav-second-level {
  min-width: 180px;
}

#innobonos-header img{
  height: 65px;
  float: right;
  margin-right: 40px;
}

.navbar {
  min-height: 65px;
}

.fa-globe:before {
  font-size: 4.5em;
}

.list-logo{
  margin-right: 25px;
}

.btn-primary {
  background-color: #0DB0DF;
  border-color: #0DB0DF;
  color: #FFFFFF;
}

.logo-lg img{
  max-width: 170px;
  max-height: 35px;
}

.user-panel > .info{
  position: static;
}

.button-heading {
  margin-top: 25px;
}

/* Dropzone */

.dropzone{
  padding: 0;
  border: 2px dashed #d4d4d4;
  text-align: center;
}

.dropzone.dz-started{
  border-color: transparent;
}

.dropzone .dz-preview .dz-image{
  width: 100%;
  height: 100%;
  max-width: 160px;
  max-height: 160px;
}

.dropzone .dz-image img{
  max-width: 100%;
}

.checkbox{
  padding-top: 14px;
}

/* Ordenamiento */

.order-by{
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.order-by .caret{
  display: none;
}

.order-by[data-order="desc"] .caret,
.order-by[data-order="asc"] .caret{
  display: inline-block;
}

.order-by[data-order="desc"] .caret{
  border-top: 4px dashed;
  border-bottom: 0;
}

.order-by[data-order="asc"] .caret{
  border-top: 0;
  border-bottom: 4px dashed;
}

/* Autocompletado de campos */

.autocomplete{
  position: absolute;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  padding: 0;
  margin: 0;
}

.autocomplete li{
  list-style: none;
  padding: 8px;
  cursor: pointer;
}

.autocomplete li.select{
  background-color: #eeeeee;
}

/* Estilos de formulario */

.form-inline .form-group label{
  vertical-align: middle;
}

.form-group label{
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Palabras clave */

.keyword{
  display: inline-block;
  padding: 4px;
  margin: 0 6px 6px 0;
  background-color: #eeeeee;
}

.keyword .fa-remove{
  cursor: pointer;
}

/* Paginacion */

.box-footer .pagination{
  margin-top: 0;
  margin-bottom: 0;
  min-height: 50px;
}

/**** Notifications ***/

#toast-container > .toast {
    background-image: none !important;
}

/**** Select con buscador ***/

.clockpicker-popover{
  z-index: 9999 !important;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  height: 34px !important;
}

.modal .select2-container {
  z-index: 2050;
}

/**** pointer contact-items ****/

.remove-contact-items{
  cursor:pointer
}

.note-editor {
  border: 0.1px solid #e5e5e5;
  min-height: 200px;
}

.messages-error {
  color: red;
}

/**** Label estados colores ****/

.label-yellow {
  background: #FFFF00;
}

.label-violeta {
  background: #800080;
  color: #fff;
}

.label-yellow {
  background: #FFFF00;
}

.pagination-totals{
  top: 35px;
  position: relative;
  min-height: 50px;
}

.checkbox-filter {
  bottom: 5px !important;
}

.checkbox-filter input[type="checkbox"]{
  margin-left: 5px;
}

.checkbox-filter label {
  padding-left: 25px;
}

.circulo-color .badge{
  border-radius: 50% !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 16px;
	height: 16px;
}

.form-sin-formato{
  margin-top: -35px;
  margin-right: 10px;
}



/*** MULTI Select ****/
.chosen-container-multi .chosen-choices li.search-choice {
    background: #f1f1f1 !important;
    border: 1px solid #ededed !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    color: #333333 !important;
    cursor: default !important;
    line-height: 13px !important;
    margin: 3px 0 3px 5px !important;
    padding: 3px 20px 3px 5px !important;
    position: relative !important;
}

@media only screen and (max-width: 1177px) {
  #innobonos-header img{
    display: none;
  }
}


@media (min-width: 768px){
  .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
  .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }

  .form-inline .form-group{
    margin-right: 10px;
  }
}
