
/*input[type=text]{
    text-transform: uppercase;
}*/
body{
    font: 1.5em "Trebuchet MS", sans-serif;
    background-color: white;
}
.styleLogin{
    display: block;
    text-align: justify;
}
.imageLogin{
    margin: 0 auto;
    position: absolute;
}
.tituloSesion{
    font: 1.35em "Trebuchet MS",sans-serif;
    font-weight: bold;
    color: #700000;
}
.labelClass_01{
    font-size: 1.05em;
    color: black;
    font-weight: 600;
}
.headerPrincipal{
    border-color:none;
    background-image: none;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}
.tituloHeader{
    font-family: "Trebuchet MS", arial, sans-serif;
    font-weight: 600;
    font-size: 1.3em;
    color:#C36666;
}
.etiquetaSimple{
    font-size: 0.9em; 
    color: #700000;
}

.ui-icon ui-confirm-dialog-severity{
    
}

.stylePrincipal{
    top: 150px;
    margin: 0 auto;
    text-align: justify;
    z-index: 999;
}

.modal-header{
    padding-top: 5px;
    padding-bottom: 0px;
}
.modal-footer{
    padding-top: 5px;
    padding-bottom: 5px;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom: 10px;
}

.columnaLineaSimple
{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.columnaLineaSimple:hover
{
    word-wrap:break-word;
    white-space:initial;
    overflow:visible;
    text-overflow:clip;
}
.vericalText{
    width:1px;
    word-wrap: break-word;
    font-family: monospace;
    white-space: pre-wrap;
    text-transform: uppercase;
}

.pLabelNormal{
    font-weight: normal;
    width: 100%;
}
.panelColumnTop{
     vertical-align: top;
}
.classFilaRechazada{
    color: #FF0000 !important;
}
.classFilaInspeccionFin{
    color: #345AC4 !important;
}
.classFilaInspeccionConcluida{
    color: #479A47 !important;
}
/*.x_title{
    border-bottom:1px solid rgb(25, 149, 220);padding:1px 5px 6px;
}*/
.x_title .filter{width:40%;float:right}
.x_title h2{font-size: 14px;}
.x_title h2 small{margin-left:10px}