﻿body {
}

legend.frame{
    margin-left: 1em;
    padding: 0.2em 0.8em;
    color: green;
}

.rowActive{
           
    border:1px solid;
    border-color:red;
}

 table { table-layout: fixed;  
         /*width: 1000px;*/
         font-size: 12px;
 }
 /*table th, table td { overflow: hidden; }*/


.requisitions {
  table-layout: fixed;
  width: 130%;
  white-space: nowrap;
}

.requisitions td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.thCol-FechaRecep
{
    width:20%;
}

.thCol-Ticket
{
    width:10%;
}

.thCol-Vin
{
    width:20%;
}

.thCol-Name
{
    width:25%;
}

.thCol-CPF
{
    width:20%;
}
.thCol-DatosComp
{
    width:15%;
}
.thCol-Status
{
    width:20%;
}


div.wrapper {
  width: 100px;
  height: 250px;
  overflow: scroll;
}

.btnWithIcon
{
    width: 150px;
}
/*Éstas clases son para mostrar el wait en los requests*/
#myDiv {  
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:grey;
    opacity: .5;
 }

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px;  /* -1 * image height / 2 */
    display: block;     
}
