
/* Estilos comunes */

[data-href] {
  cursor: pointer;
}
table tr[data-href]:hover {
  background-color: #EEE;
}

#visor_pdf {
  width: 600px;
  height: 400px;
  overflow: auto;
}
/* 
.dataTables_filter input { 
  width: 400px !important;
}

.dataTables_length select { 
  width: 50px !important;
} */

#plantilla {
  width: 596px;
  height: 844px;
  border: 1px solid #000;
}
#canvas {
  background: transparent;
  z-index: 10;
  position: absolute;
}
#canvas1 {
  position: absolute;
  z-index: 1;
}
#canvas2 {
  position: absolute;
  z-index: 2;
}
.cuadro {
  border: 1px solid #C0C0C0;
  position: absolute;
}
.cuadro2 {
  border: 1px solid #000;
  position: absolute;
}

/* Esto estaba en subirarchivo.html */
.no-display{
  display: none;
}

.user-added{   
  /* box-shadow:inset 5px 0px 0px 0px #e93e44; */
}

#pasosFlujo strong{
  font-size: 1.5rem;
  font-weight: 100;
}
#pasosFlujo{
  font-size: 1.2rem;
}

.signant-name{
  padding: 2px 8px 2px 10px;
  cursor: pointer;
  margin-right: 5px;
}
.signant-name:hover{
  opacity: .7;
}
.signant-name a{
  margin-left: 10px;
  color: #222;
}

.btn-link:hover{
  text-decoration: none !important
}

.modal-content{
  background-color: #333;
}

.modal-header{
  align-items: center;
  border-bottom: none !important;
}

.modal-footer{
  border-top: none !important;
}
.modal-footer>*{
  margin: 0 !important
}

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid;
}
input[type='radio']{
  margin-bottom: 5px;
}

input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid ;
}
.close-btn{
  cursor: pointer;
}

#mode span{
  padding: .2rem .4rem;
  border-radius: .2rem;
  cursor: pointer;
  transition: all 0.5s ease!important;
}
#mode span:hover{
  opacity: .7;
  transition: all 0.5s ease!important;
}
#mode span.active{
  color: white;
  font-weight: bold;
}

.scrollable-panel {
  max-height: 500px;
  overflow-y: auto;
}

.scrollable-panel-dialog {
  max-height: 300px;
  overflow-y: auto;
}

div.dataTables_wrapper div.dataTables_filter input{
  width: 100% !important;
  margin-left: 0 !important
}

.form-group.required .control-label:after, legend.required:after {
  content: " *";
  color: black;
	font-weight: bold;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.breadcrumb-item a {
  color: #818896;
}

.breadcrumb-item a:hover {
  color: #818896;
  text-decoration: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  color: #000 !important;
}

label.custom-btn {
  margin-bottom: 0 !important;
}

tt {
  font-size: 10px;
  font-weight: bold;
  margin-top: 5px;
}

.custom-col {
  padding-bottom: 15px;
}

.card {
  font-size: 10px;
}

.card-body {
  padding: 0 !important;
}

.card .custom-btn {
  font-weight: 600 !important;
  font-size: 0.7rem !important;
}

.form-group.required .control-label:after, legend.required:after {
  content: " *";
  color: black;
}
