/* 
    Document   : generico
    Created on : 02/02/2015, 10:11:15 PM
    Author     : JapoDeveloper
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.div_etiqueta{
    background: #0072C6;
    border: 1px solid #ccc;
    color:white;
}

.ui-header{
    /*background-color: #62B1DC !important;*/
    /*color:white !important;*/
    font-weight: normal !important;
}

.ui-header, .ui-content, .ui-footer{
    padding:14px;
}

.ui-outputlabel, .ui-commandlink{
    font-size: 0.9em;
    color:#333333;
}

/*.ui-mobile label,.ui-input-text input, .ui-input-search input{
    font-weight: bold;
    font-size: 12px;
}*/



table tr td{
    vertical-align: middle;
    width:100%;
}

.ui-listview > li {
    display: block;
    position: relative;
    overflow: visible;
    margin-bottom: 10px;
    margin-top: 4px;

}
.ui-page-theme-a .ui-btn{
    background: #0068C8 !important;
    color:white !important;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
    font-weight: normal;
    font-size: 12px;
}

.ui-datatable-even{
    background-color: #E9E9E9;
    border-color:#E9E9E9;
}

.ui-datatable-odd{
    background:#F9F9F9;
    border-color:#F9F9F9;
}

.ui-panel-m .ui-panel-m-titlebar{
    font-size: 12px;
}