.listGroup{
    max-height: 600%;
    margin-bottom: 5px;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 1px;
    overflow-x: hidden;
    z-index: 2;
}

.dialogoProturbo{
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

.listGroup lu li{
    left: 0px;
}

.bold {
	font-weight:bold;
}
.cursor-pointer {
  cursor: pointer;
}
.no-padding > [class*="col-"], .no-padding-parent{
  padding: 0 !important;
}
.no-margintop{
  margin-top: 0 !important;
}
.radio-form {
    padding-right: 15px;
    padding-left: 15px;
	margin-right: 10px !important;
}
.btn-file {
  position: relative;
  overflow: hidden;
  }
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.margin-right {
	margin-right: 10px !important;
}
.error {
	margin-top: 10px;
}
.btn-right {
	display: table;
}
.dataTables_paginate, .dataTables_filter {
    text-align: right !important;
}
#txtObservaciones {
	resize: none;
}
.camara span.input-group-addon{
	padding: 0;
}
#imgThumb01, #imgThumb02, #imgThumb03, #imgThumb04, #imgThumb05, #imgThumb06, #canvas_frontal, #canvas_posterior, #canvas_lateral,
#imgFrontal, #imgPosterior, #imgLateral {
	display:block;
	margin:auto;
}
.enviada {
	color: #337ab7;
}
.trabajando {
	color: #f0ad4e;
}
.mora {
	color: #d9534f;
}
.entregado {
	color: #5cb85c;
}
.folio {
	color: #ca0000;
}
.idbutton {
    background:none;
    border:none;
    margin:0;
    padding:0;
    cursor: pointer;
}

.notification {
  text-decoration: none;
  padding: 15px 26px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.notification:hover {
  background: red;
}

.notification .badge {
  position: absolute;
  top: 9px;
  right: 22px;
  padding: 2px 4px;
  border-radius: 50%;
  background: red;
  color: white;
}

.badge {
    font-size: 10px;
    font-weight: bold;
}

.newIcon {
    font-size: 20px;
}