﻿/*TABLA DATOS*/
div.ajstd{
    position: relative;
}
div.ajstdModalFondo {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1040;
    background-color: rgba(0,0,0,.5);
}
div.ajstdModalVentana {
    position: fixed;
    top: 0px;
    left: 10%;
    width: 80%;
    z-index: 1050;
}
    div.ajstdModalVentana div.Lista {
        border: 1px solid #4682B4;
        width: auto;
        padding: 0px 0px;
        color: #585858;
        font-weight: bold;
    }
        div.ajstdModalVentana div.Lista div{
            padding: 5px 0px;
        }
        div.ajstdModalVentana div.Lista div:hover {
            color: #ffffff;
        }
        div.ajstdModalVentana input {
            height: 25px;
            border: 1px solid black;
        }
table.ajstdTablaDatos {
    width: 100%;
    margin-left:0%;
    /*border: 1px solid black;*/
    margin-bottom: 0.5em;
}
    table.ajstdTablaDatos thead {
        border: 1px solid #4682B4;
        background-color: #4682B4;
        color: #ffffff;
    }
    table.ajstdTablaDatos tbody {
        border: 1px solid #4682B4;
        color:#585858;
    }
    table.ajstdTablaDatos tfoot {
        border: 1px solid #4682B4;
        background-color: #4682B4;
        color: #ffffff;
    }
    table.ajstdTablaDatos i {
        cursor: pointer;
    }
    table.ajstdTablaDatos tbody tr {
        border-bottom: 1px solid #4682B4; 
    }
    table.ajstdTablaDatos tbody td {
        padding: 5px 2px;
    }
    table.ajstdTablaDatos thead input {
        height: 25px;
        border: 1px solid #4682B4;
        width: 100%;
        color:#585858;
    }
        table.ajstdTablaDatos thead div.Lista {
            /*height: 25px;*/
            border: 1px solid #4682B4;
            width: 250px;
            padding:5px 0px;
            color: #585858;
            font-weight:bold;
        }
            table.ajstdTablaDatos thead div.Lista div {
                padding: 5px 0px;
            }
            table.ajstdTablaDatos div.Lista div:hover {
                color: #ffffff;
            }
            table.ajstdTablaDatos thead input.Lista {
                /*height: 25px;*/
                border: 1px solid #4682B4;
                width: calc(100% - 20px);
                color: #585858;
            }
        table.ajstdTablaDatos thead input.datetime_date {
            /*height: 25px;*/
            width: 60%;
            padding: 0px;
            margin: 0px;
            color: #585858;
        }
        table.ajstdTablaDatos thead input.datetime_time {
            /*height: 25px;*/
            width: 40%;
            padding: 0px;
            margin: 0px;
            margin-left: -2%;
            color: #585858;
        }
        table.ajstdTablaDatos thead input.bit {
            height: 15px;
            width: 30px;
            padding-top: 5px;
            cursor: pointer;
            color: #585858;
        }
    table.ajstdTablaDatos thead th.Titulo {
        text-align: left;
        font-size: x-large;
        font-weight: bold;
        padding: 10px;
        padding-bottom: 20px;
    }
    table.ajstdTablaDatos thead td.Titulo {
        text-align: left;
        font-size: x-large;
        font-weight: bold;
        padding: 10px;
        padding-bottom: 20px;
    }
    table.ajstdTablaDatos thead th.arriba {
        font-weight: bold;
        vertical-align: top;
        position:sticky;
        height: 60px;
        top:60px;
        background-color: #4682B4;
    }
    table.ajstdTablaDatos thead th.abajo1 {
        font-weight: bold;
        vertical-align: top;
        position:sticky;
        height: 30px;
        top:120px;
        background-color: #4682B4;
    }
    table.ajstdTablaDatos thead th.abajo2 {
        font-weight: bold;
        vertical-align: top;
        position:sticky;
        height: 30px;
        top:150px;
        background-color: #4682B4;
    }
    table.ajstdTablaDatos th.acciones {
        text-align: center;
        width:100px;
    }
    table.ajstdTablaDatos thead td {
        font-weight: bold;
        vertical-align: top;
    }
    table.ajstdTablaDatos td.acciones {
        text-align: center;
        width:100px;
    }
        table.ajstdTablaDatos td.acciones i {
            margin: 0px 4px;
        }
    table.ajstdTablaDatos tbody tr.Activo {
        font-weight: bold;
        color: #FFFFFF;
        background-color: #B0C4DE;
        cursor: pointer;
    }
    table.ajstdTablaDatos tbody h4{
        padding-top: 75px;
        height: 175px;
    }
    table.ajstdTablaDatos tbody tr:hover {
        font-weight: bold;
        background-color: #B0C4DE;
        cursor: pointer;
    }
    table.ajstdTablaDatos tfoot select, table.ajstdTablaDatos tfoot input {
        width: 50px;
        text-align: center;
        height: 25px;
    }
    table.ajstdTablaDatos tfoot th {
        font-weight: bold;
        vertical-align: top;
        position:sticky;
        height: 30px;
        bottom:0px;
        background-color: #4682B4;
        padding-left: 10%;
    }
    table.ajstdTablaDatos div.Lista, div.ajstdModalVentana div.Lista {
        overflow-y: auto;
        padding: 0px 5px;
        position: absolute;
        background-color: white;
        border: 1px solid #4682B4;
        height: 200px;
        font-size: medium;
        font-weight: normal;
    }
        table.ajstdTablaDatos div.Lista div:hover, div.ajstdModalVentana div.Lista div:hover {
            background-color: #B0C4DE;
            cursor: pointer;
        }
    /*SUBTABLA DATOS*/
    table.ajstdTablaDatos tbody td.Elements {
        padding: 0px;
        margin: 0px;
        background-color: black;
    }
table.ajstdSubTablaDatos {
    width: 100%;
}
    table.ajstdSubTablaDatos thead tr, table.ajstdSubTablaDatos thead td {
        font-weight: normal;
        background-color: #FFFFFF;
        cursor: default;
    }
        table.ajstdSubTablaDatos thead tr.Activo, table.ajstdSubTablaDatos thead tr.Activo td {
            font-weight: normal;
            background-color: #FFFFFF;
            color: #4682B4;
            cursor: default;
            font-weight:bold;
        }
    table.ajstdSubTablaDatos tbody tr {
        font-weight: normal;
        background-color: #FFFFFF;
        cursor: default;
    }
        table.ajstdSubTablaDatos tbody tr:hover {
            font-weight: normal;
            background-color: #FFFFFF;
            cursor: default;
        }
        table.ajstdSubTablaDatos tbody tr.Activo {
            font-weight: normal;
            background-color: #FFFFFF;
            cursor: default;
        }
    table.ajstdSubTablaDatos tbody {
        border: 0px;
    }
        table.ajstdSubTablaDatos tbody tr.Activo {
            font-weight: normal;
            background-color: #FFFFFF;
            color:#585858;
            cursor: default;
        }
        .error{
            color:red;
        }
        .correct {
            color: green;
        }
pre{
    background-color:#ffffff;
    text-align:left;
    width:75%;
    margin-left:12.5%;
    padding-left:5%;
}
button.btnCab{
    width:70%;
    height:30px;
    text-align:left;
}
table.tblCab tr {
    height: 30px;
}
#comandos {
    width: 100%;
    text-align: left;
    padding: 10px;
}
    #comandos button {
        width: 30%;
        margin: 0;
        border: 1px solid #4682B4;
        background-color: #ffffff;
        color: #4682B4;
        padding: 5px 0px;
        font-weight: normal;
        font-size: 12px;
    }
        #comandos button:hover {
            background-color: #4682B4;
            color: #ffffff;
        }
@media only print {
    .NoPrint {
        display: none;
    }
}

.aviso{
        background-color: red;
        color: white;	
}

.aviso{  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}