/* 
    Document   : estilos
    Created on : 04/10/2013, 11:54:06 AM
    Author     : Renato
    Description:
        Purpose of the stylesheet follows.
*/

body {
    font-family: Arial;
    font-size: 12px;
}

.ui-widget {
    font-family: Arial;
    font-size: 12px;
}

.ui-widget .ui-widget {
    font-family: Arial;
    font-size: 12px;
}

.ui-panelmenu .ui-menuitem-link {
    font-size: 10px;
    text-decoration: none;
}

.ui-dialog.ui-widget-content .ui-dialog-title {
    font-size: 14px;
}

.ui-dialog.ui-widget-content .ui-dialog-content {
    font-size: 12px;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    text-transform: uppercase;
}

.ui-widget button {
    font-size: 12px;
}

.cal-100px input {
    min-width: 10px;
    width: 100px;
}

.cal-70px input {
    min-width: 10px;
    width: 70px;
}

#confirmarForm\:relojTurno {
    font-size: xx-large;
}

.makeBold{
    font-weight:bold;
}

.datatable-row-normal
{
}

.datatable-row-inactivo
{
    color: lightsteelblue;
    background-color: white;    
}

.datatable-row-alerta
{
    color: red;
    background-color: yellow;
}

.datatable-row-cerrado
{
    background-color: lightskyblue;
}

.datatable-row-derivado
{
    color: black;
    background-color: palegreen;
}

