/* CSS Document */
.pagEstatica {
    z-index: 2;
    overflow-y: auto;
    width: 100%;
    top: 0;
    height: 100%;
    transition: height 0.4s;
    padding-top: 43px;
    position: fixed;
    border-width: 0px;
    overscroll-behavior-y: contain;
    scrollbar-color: red;
    background: transparent;
}
#depuracion{
    display:none;
    padding: 5px 10px 60px 10px;
    background-color: #b86bd9;
    position: fixed;
    top: 50px;
    width: calc(100% - 12px);
    height: 35vh;
    transition: height 0.4s;
    overflow-y: scroll;
    border-top: 2px solid #726681;
    box-shadow: 3px -4px 7px rgba(0, 0, 0, .57);
}
.btn{
    border-radius: 1px;
    box-shadow: none;
    font-size: 15px;
}
.div-pag{
    padding-top: 30px;
    padding-bottom: 190px;
    overscroll-behavior-y: contain;
    scrollbar-color: blue;
}
@media screen and (max-width: 768px){
    .div-pag {
        padding-bottom: 260px;
    }
    .pagEstatica {
        padding-top: 50px;
    }
}
.group-productos{
    margin-bottom:30px!important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 0.7;
}
.form-control::placeholder {
  color: #797979;
}
.light-placeholder::placeholder {
  color: #ffffff;
}

.input-group[class*="col-"] {
    border-radius: 4px 0px 0px 4px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 0px;
}

.table > tbody > tr > td {
    vertical-align: middle;
    /* border-top: 1px solid #ddd; */
}
.table-responsive {
    width: 100%;
    overflow-y: visible;
    overflow-x: auto;
    border: 1px solid #ddd;
}
@media screen and (max-width: 767px){
    .table-responsive {
        -ms-overflow-style: auto;
        overflow-y: visible;
        overflow-x: auto;
    }
}
#productos_wrapper .form-group{
    background-color: rgba(0,0,0,0.33);
    margin-left: -4px;
    margin-right: -4px;
    padding: 4px;
}
.series-wrapper{
    padding: 10px 0;
    background-color: rgba(0,0,0,0.33);
}

.btn-success {
    background-image: -webkit-linear-gradient(top,#4a9f81 0,#1b4d39 100%);
    background-image: -o-linear-gradient(top,#4a9f81 0,#1b4d39 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4a9f81),to(#1b4d39));
    background-image: linear-gradient(to bottom,#4a9f81 0,#1b4d39 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4a9f81', endColorstr='#ff1b4d39', GradientType=0);
    border-color: #b9c3c3;
}
.btn-success:focus, .btn-success:hover {
    background-color: #1b4d39;
    background-position: 0 0px;
}
.btn-primary {
    background-image: -webkit-linear-gradient(top,#6f6f6f 0,#565657 100%);
    background-image: -o-linear-gradient(top,#6f6f6f 0,#565657 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#6f6f6f),to(#565657));
    background-image: linear-gradient(to bottom,#6f6f6f 0,#565657 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6f6f6f', endColorstr='#ff565657', GradientType=0);
    border-color: #5b5b5b;
}
.btn-primary:focus, .btn-primary:hover {
    background-color: #565657;
    background-position: 0 0px;
}

.negro{
	color:black;
	background-color: rgba(255,255,255,0.80);
}
/* selected link */
.negro a:active:not(.btn){
    color: #111111;
}

.negro a:link:not(.btn){
    color: #004882;
}

/* visited link */
.negro a:visited:not(.btn){
    color: #1E1E1E;
}

/* mouse over link */
.negro a:hover:not(.btn){
    color: #161619;
}

/* selected link */
.negro a:active:not(.btn){
    color: #0D0D0D;
}

.popover-title{
    background:#eeeeee;
}

.popover-content{
    color: #000;
}

.page-header{
	background-color: rgba(0, 16, 19, 0.61);
    color: white;
    padding: 16px 8px;
    border-radius: 10px;
}

.well{
	background: rgba(194, 194, 194, 0.68);
}

.holds-the-iframe {
  background-image: url(../imagenes/point-spinner.gif);
}

td.details-control {
    cursor: pointer;
    padding: 0px 9px!important;
    background: #777;
}
td.details-control span{
    color: #1b4d39;
}
tr.shown td.details-control span{
    color: #ccc;
}
div.tabla-celda:not(td.limpio div.tabla-celda){
    max-width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
td.limpio div.tabla-celda{
    display: inline;
}
tr.click:hover{
    cursor: pointer;
}
td.limpio div{
    pointer-events: none;
}
.big-text{
    font-size: 28px;
    padding: 0!important;
}
.big-text > span{
    position: relative;
    top: 1px;
    float: left;
}
.columna-roja{
    color:var(--red);
    font-weight: bold;
}
.columna-azul{
    color:var(--blue);
    font-weight: bold;

}
.dropdown-menu > li > .mult {
    border-bottom: #f3f3f3;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    display: block;
    padding: 0px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > .head {
    background: #999999;
    color: white;
    margin-bottom: 10px;
}
.dropdown-menu > li > .mult > .drop-head {
    width: 50%;
    display: inline-block;
    padding: 4px 12px;
    text-align: center;
    border-left-style: solid;
    border-right-style: solid;
    border-color: #ababab;
    border-width: 3px;
}
.dropdown-menu > li > .mult > a {
    border-radius: 1px;
    box-shadow: none;
    font-size: 14px;
    text-decoration: none;

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #333333;
    width: 50%;
}
.dropdown-menu > li > .mult > a.ver {
    background-image: -webkit-linear-gradient(top,#ffffff00 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#ffffff00 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff00),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#ffffff00 0,#e0e0e0 100%);
    background-repeat: repeat-x;
    border-style: none;
    background-color: #ffffff;
}
.dropdown-menu > li > .mult > a.edit {
    background-image: -webkit-linear-gradient(top,#ffffff00 0,#e1cfb6 100%);
    background-image: -o-linear-gradient(top,#ffffff00 0,#e1cfb6 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff00),to(#e1cfb6));
    background-image: linear-gradient(to bottom,#ffffff00 0,#e1cfb6 100%);
    background-repeat: repeat-x;
    border-style: none;
    background-color: #ffffff;
}
.dropdown-menu > li > .mult > a:hover, .dropdown-menu > li > .mult > a:focus {
    color: #252525;
    background-color: #fbfbfb;
    font-weight: bold;
}
.content-seriales{
    width: 100%;
    height: 100%;
}
.touch-seriales{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9001;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}
.ir-elemento{
	background-color: rgba(0,0,0,0.2)!important;
	transform: scale(1.16);
	transition-duration: 0.8s;
	transition-property: transform, background, padding;
    padding: 8px 10px;
}
.en-elemento{
	background-color: rgba(0,0,0,0.0)!important;
	transform: scale(1);
    padding: unset;
}
