::-moz-selection {
    color: #fff;
    background: #424242;
}
::selection {
    color: #fff;
    background: #424242;
}
.info{
	margin-top: 14%;
}
.user-menu{
  text-transform: capitalize;
}
.exspan-bottom{
  padding-bottom: 150px;
}
/*FIX BUG GROCERY*/
.small-loading{
	padding-left:10px;
	padding-top:1px;
	display: none;
}
.report-div{
 	display:none;
}
.datepicker-input-clear{
	cursor: pointer;
}
.tDiv2,
.tDiv3{
  margin: 0 0 10px;
}
.table-menu>li{
  float: left;
  position: relative;
  display: block;
  margin-left: 10px;
}
.td-action{
  width: 20%;
}
.form-horizontal .control-label{
  text-align: left;
}
.form-horizontal .radio{
  float: left;
}
.form-horizontal .radio{
  padding-top: 2px;
}
.pretty-radio-buttons>label{
  text-transform: capitalize;
  margin-right: 14px;
}
.datetime-input-clear, .field-sorting {
  cursor: pointer;
}
.sort{
  color: #b5bbc8;
}
/*PACE LOADING*/
.cover{
  position:fixed;
  z-index:1999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background-color: #ecf0f5;
}
.img-splash{
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10%;
  max-width: 200px;
  max-height: 200px;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index:2000;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #fff ;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}
.box.box-info.centrado {
  text-align: center;
  padding-bottom: 10px;
}
input[type="submit"].evento {
    margin-top: 10px;
    margin-bottom: 10px;
}
.btnevento{
  text-align: center;
}
.col-md-12.hasta {
  display: none;
}
.centrar {
  text-align: center;
}
.btn.busca {
  padding-right: 3em;
  padding-left: 3em;
}
.btn.limpia {
  padding-right: 3em;
  padding-left: 3em;
}
.separador {
  padding-top: 25px;
  padding-bottom: 25px;
}
.lockscreen-image > img {
    border-radius: 50%;
    height: 80px !important;
    width: 80px !important;
}
.lockscreen-image {
    left: -20px !important;
    top: -12px !important;
}
.btn-centrar {
  padding-left: 40%;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.sin-padding {
    padding: 20px 10px;
    margin-left: 0px;
    text-align: center;
}