/* 
    Document   : Mobil
    Created on : 1/11/2012, 11:28:03 AM
    Author     : TomasRamirezQuintero
    Description:
    Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#DivBody{
   overflow:hidden;
}
 
#DivAvance{
   float: left;
   width: 40%;
}
#DivDivision{
   float:left;
   width: 10%;
   background: grey;
}
 
#DivConsulta{
   float:right;
   width: 50%;
}

.aa {
    
}

.LblFecha {
    font-size : 12px;
    float: right;
    
}

.TxtLote{
    width: 150px;
    display: block;
    margin-bottom: 10px;
    background-color: yellow;
}

.LblDescripcion {
    font-size : 10px;
    
}

.DivDescripcion {
    border-style: ridge; 
    border-width: 2px; 
    width: 99%; 
    min-height: 120px;
}


.DivDetalle {
   border-style: ridge; 
   border-width: 1px; 
   
}
.LinDetalle{
    color: darkorange;
}

.ImgDetalle{
    
}

.DivDescripcionStatus {
    
    border-style: ridge; 
    border-width: 2px; 
    width: 99%; 
    min-height: 50px;
}
.LblTituloStatus{    
    font-size : 16px;
}
.LblFechaStatus{    
    float:right;
    font-size : 12px;    
}
.LblUserStatus1{    
    font-size : 16px;
}
.LblObservacionesStatus{    
    font-size : 10px;     
}

.ImgDetalle{
   width: 100%;
   height: 100%;  
}
.divCheck {
position : absolute;
left : 0;
top : 0;
width : 100%;
background :#363636 ;
}
nav {
position : absolute;
left : 0;
top : 0;
width : 100%;
height: 50px;
background :#df0024 ;
}
nav ul {
padding-left: 10px;
margin-right: 0;
margin-left: 0;
margin-top: 0;
list-style : none;
}
nav ul li {

}
nav ul li a {
float : left;
display : block;
margin-right : 10px;
width : 150px;
top:0;
font-size : 15px;
line-height : 60px;
text-align : center;
text-decoration : none;
color : white ;
}
nav ul li img {
float : left;
display : block;
margin-right : 10px;
width :48px;
height:48px;
left:0;
color : #fff;
}
nav ul li a:hover {
color : #fff;
}
nav ul li.selected a {
color : #fff;
}

.ToolClientes { 
    height: 30px;
    width: 150px;
    border: 1px #000 solid;
    background-color: white;
}
.ToolClientes li { padding: 5px 10px; z-index: 2; }
.ToolClientes li:not(.init) { float: left; width: 130px; display: none; background: #ddd; }
.ToolClientes li:not(.init):hover, ul li.selected:not(.init) { background: #09f; }
.ToolClientes.init { cursor: pointer; }

.ui-datepicker {
   /* 
   background:black;
    border: 1px solid #555;
    color: #EEE;
    width: 300px;
    height: 300px;
    margin: 5px auto 0;
    font: 12pt Arial, sans-serif;
 */
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);*/
}
.sidenav {
    display: none;
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

    .ui-datepicker table {
        width: 100%;
        margin: 5px auto 0;
    }

.ui-datepicker-header {
    background: #3399ff;
    color: #ffffff;
    font-family: 'Times New Roman';
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #111;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 15px;
}

.ui-datepicker-prev {
    float: left;
    cursor: pointer;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
    cursor: pointer;
    background-position: center 0px;
}

.ui-datepicker thead {
    background-color: #f7f7f7;
    /*border-bottom: 1px solid #bbb;*/
}

.ui-datepicker th {
    background-color: #808080;
    text-transform: uppercase;
    font-size: 8pt;
    color: #666666;
    /*text-shadow: 1px 0px 0px #fff;*/
    /*filter: dropshadow(color=#fff, offx=1, offy=0);*/
}

.ui-datepicker tbody td {
    padding: 0;
    /*border-right: 1px solid #808080;*/
}

    .ui-datepicker tbody td:last-child {
        border-right: 0px;
    }

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}

    .ui-datepicker tbody tr:last-child {
        border-bottom: 0px;
    }

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    /*font-weight: bold;*/
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    /*text-shadow: 1px 1px 0px #fff;*/
    /*filter: dropshadow(color=#fff, offx=1, offy=1);*/
}

.ui-datepicker-calendar .ui-state-default {
    background: linear-gradient(#999999, #737373);
    color: #ffffff;
    height: 40px;
    width: 40px;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #33adff;
    color: #FFFFFF;
}

.ui-datepicker-calendar .ui-state-active {
    background: #33adff;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #e0e0e0;
    text-shadow: 0px 1px 0px #4d7a85;
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #D6E4BE;
    color: #000;
}
