/**
 * Unicorn Admin Template
 * Version 2.1.0
 * Diablo9983 -> diablo9983@gmail.com
**/
body {
  background-color: #f8f8f8;
}
#header {
  height: 90px;
  box-shadow: none;
  background-color: #0072bc;
  border-bottom: 1px solid #0072bc;
}
#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 .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;
}
#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;
}
.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;
}
.dataTables_length .select2-container .select2-choice {
  min-width: 65px;
  width: 65px;
}
.widget-title {
  height: 47px;
}
.dataTables_top .dataTables_filter {
  top: 8px;
  left: 45px;
}
.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;
}
