li.prev, li.next, div.paginator a  {
  margin-right: 15px;
  color: #007bff;
}

div.paginator li.active  a {
    color: red;
    font-weight: bold;
}

div.message {
  padding: 10px;
  margin-bottom: 10px;
}

div.message.error {
  background: #dc3545;
  color: white;
}

div.message.success {
  background: #28a745;
  color: white;
}

div.message.hidden {
  display: none;
}

div.page-title a {
	color: #007bff;
}

li.menu-item.active a.link-menu-activo {
	color: white !important;
	font-weight: bold;
}

div.content div.container {
    background: white;
    padding-top: 15px;
}

fieldset {
	padding: .5rem!important;
	background-color: #f8f9fa!important;
	border-bottom: 3px solid #8c8c8c;
}

fieldset div {
	padding-bottom: .8rem!important;
}


div.modal-body fieldset div {
	padding: .5rem!important;
	margin: .2rem!important;
	background-color: #efefef !important;
	border-bottom: 1px solid #8c8c8c;
	width: 24%;
	height: 7rem;
	float: left;
}

div.modal-body fieldset  {
	border-bottom: none;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu a i {
	padding: 0px;
    margin: 0px;    
    top: 10px !important;
}

table.reportes {
    font-size: 14px;
}

table.reportes td {
    padding: .45rem;
    border: 1px solid #dee2e6;
}

table.reportes th {
    padding: .45rem;
    border-bottom:  1px solid #6b6b6b;
    background-color: #dee2e6;
}

.header-menu {
    background: #ffffff;
    margin-top: 5px;
}
.user-area .user-avatar{
/*    margin-top: 20px !important;*/
}

.navbar .navbar-nav li > a {
  padding: 0px !important;
}

.user-area .user-menu {
  top: 46px !important;
}

.table td, .table th {
    font-size: 14px;
}

.input_chosen {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #000000;
  text-decoration: none;
  /*text-shadow: 0 1px 0 #fff;*/
  text-transform: uppercase;
  font-family: "Tahoma", sans-serif;
  font-size: 11px;
  /*font-weight: bold;*/
}

.tabla_filtros label {
    display: block;
    margin-bottom: .5rem;
    font-weight: bold;
}