/**
 * Unicorn Admin Template
 * Version 2.1.0
 * Diablo9983 -> diablo9983@gmail.com
**/
body {
  background-color: #f8f8f8;
}
#header {
  height: 90px;
  box-shadow: none;
  background-color: #e3e0ed;
  border-bottom: 1px solid #e3e0ed;
}
#user,
#user .avatar,
#user .inner,
#user .text {
  position: absolute;
  left: 0;
}
.bs-bo-page .bo-login {
  background-color: #e3e0ed;
  padding: 20px 50px 50px 50px !important;
  border-radius: 10px;
}
.bs-bo-page #user .text {
  color: #069;
  text-shadow: none;
}
#search input[type=text],
#search button {
  background-color: #13152a;
}
#search input[type=text]:focus {
  color: #777;
}
#user-nav .btn-inverse {
  background-color: #33324b;
  border-top-color: #069;
}
#sidebar > ul > li > a {
  color: #069;
}
#user-nav .username {
  padding: 12.5px 10px;
  display: block;
}
#user-nav > ul > li > a,
#user-nav > ul > li > a > i {
  color: #000 !important;
  vertical-align: middle;
  font-size: 14px;
}
#user-nav .btn-inverse > a {
  color: #fff;
  color: rgba(255,255,255,0.6);
}
#sidebar > ul {
  border-top: 1px solid #069;
  border-bottom: 1px solid #069;
}
#sidebar > ul > li {
  border-top: 1px solid #069;
  border-bottom: 1px solid #069;
}
#sidebar > ul > li.active {
  background-color: #069;
  color: #fff;
  box-shadow: none;
}
#sidebar > ul > li.active > a {
  color: #fff;
}
#sidebar > ul > li.open.submenu > a {
  border-bottom: 1px solid #069;
}
#sidebar > ul > li.open.active.submenu > a {
  border-bottom: 1px solid #069;
  color: #fff;
}
#sidebar > ul > li > a > .label {
  background-color: #0d0d1e;
}
#sidebar > ul > li > a:hover {
  background-color: #069;
  color: #fff;
}
#sidebar > ul ul {
  border-top: 1px solid #069;
  background-color: #fff;
}
#sidebar > ul ul li a {
  color: #069;
  background-color: #f8f8f8;
}
#sidebar > ul ul li a:hover,
#sidebar > ul ul li.active a {
  color: #fff;
  background-color: #069;
}
.dropdown-menu li a:hover,
.dropdown-menu .active a,
.dropdown-menu .active a:hover,
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  background-color: #004380;
  color: #eee;
}
@media (max-width: 480px) {
  #sidebar > a {
    border-bottom: 1px solid #464471;
  }
  #sidebar > ul {
    background-color: #069;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  #sidebar > ul ul:before {
    border-right: 7px solid rgba(0,0,0,0.2);
  }
  #sidebar > ul ul:after {
    border-right: 6px solid #13152a;
  }
}
#sidebar > ul ul li a,
#jPanelMenu-menu > ul ul li a {
  padding: 10px 0 10px 40px;
}
#footer {
  color: #333;
  text-shadow: none;
  z-index: -1;
}
#footer a {
  color: #333;
}
#header h1 {
  background: url("../img/logo_small.png") no-repeat scroll 0 0 transparent;
  height: 80px;
  left: 25px;
  line-height: 60px;
  overflow: hidden;
  position: relative;
  top: 4px;
  width: 160px;
}
@media (max-width: 480px) {
  #header h1 {
    left: 0px;
    top: 5px;
  }
}
.btn-success {
  background-color: #099;
  border-color: #008787;
}
.btn-success:hover {
  background-color: #008787;
}
.bs-bo-page .controls .icheckbox_square-blue {
  margin: 4px 0;
}
.bs-bo-page span.input-group-addon {
  width: 38px;
}
.controls .icheckbox_flat-blue {
  margin-top: 5px;
  margin-bottom: 5px;
}
.DataTables_sort_icon {
  display: none;
}
.dataTables_paginate span .ui-state-disabled,
.pagination.alternate li.active a {
/* filter: alpha(opacity=100);  genera error en el compilador de stylus */
  background-color: #f93 !important;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e82), to(#fa4)) !important;
  background-image: -webkit-linear-gradient(top, #e82, 0%, #fa4, 100%) !important;
  background-image: -moz-linear-gradient(top, #e82 0%, #fa4 100%) !important;
  background-image: linear-gradient(to bottom, #e82 0%, #fa4 100%) !important;
  background-repeat: repeat-x !important;
  color: #fff !important;
  cursor: default !important;
  border-color: #f93 !important;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset !important;
  opacity: 1;
}
.form-horizontal .separator-label {
  line-height: 5rem;
  margin-left: 15px;
  text-decoration: underline;
}
.form-horizontal .form-actions {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  max-width: 700px;
}
.select2-container-multi.select2-container-disabled .select2-choices li {
  color: #808080;
}
.select2-drop {
  z-index: 99999990;
}
.select2-container .select2-choice {
  min-width: 0;
}
.select2-container-multi .select2-choices {
  max-height: 300px;
  overflow-y: auto;
}
.dataTables_length .select2-container .select2-choice {
  min-width: 65px;
  width: 65px;
}
.widget-title {
  height: auto;
}
.dataTables_top #btnBuscar {
  margin: 7px 0 7px 10px;
}
.dataTables_top .dataTables_filter {
  position: inherit;
  width: auto;
  float: left !important;
  margin-top: 6px;
  margin-right: 0px;
}
.dataTables_top .dataTables_filter input {
  max-width: 145px !important;
}
.dataTables_top .dataTables_filter:last-of-type {
  margin-right: 10px;
}
.dataTables_top .dataTables_length {
  float: right;
  position: relative;
  top: 0;
  right: 0;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 20px;
}
.widget-box .widget-title h5 {
  padding: 16px;
}
.widget-box .widget-title span.icon {
  padding: 15px;
}
#center-helper {
  position: absolute;
  left: 50%;
  top: 50%;
}
#loading-message {
  position: relative;
  display: none;
  margin-top: -200px;
  margin-left: -50%;
  padding: 10px;
  background-color: #f5f4f9;
  box-shadow: 0 1px 0 #fff inset;
  border-radius: 6px;
  z-index: 1;
  border: 1px solid #cdcdcd;
}
body.popup {
  margin-top: 0;
}
body.popup #content {
  margin-left: 0;
  margin-top: 0;
  min-height: auto;
}
iframe.crud-container {
  width: 100%;
  border: 0;
}
.control-label-multielement {
  margin: 6px 10px 0 10px;
  white-space: nowrap;
}
/*
Bug fixes de Unicorn
*/
#loginbox form#loginform .input-group {
  width: 100%;
}
.table.table-striped tbody > tr:nth-child(2n+1) > th,
.table.table-striped tbody > tr:nth-child(2n+1) > td {
  background-color: inherit;
}
#sidebar {
  position: inherit;
  z-index: 100;
}
@media (max-width: 768px) {
  #sidebar {
    position: relative;
  }
}
@media (max-width: 480px) {
  .form-horizontal .control-label {
    text-align: center;
  }
  .form-horizontal .control-label+ .controls {
    margin-left: 0;
  }
}
