
.ui-button-text {
          font-size: 11px;
          /*width: 70px;*/
          text-align: center;
     
       }
/*       .ui-toolbar{
           text-align: left;
           background-color: #faf2cc;
          
       }*/
      .ui-toolbar{
    bottom: 40px;
    margin-bottom: 0;
    /*position: absolute;*/
    /*text-align: left;*/
    background-color: #faf2cc;
/*    width: 98.5%;*/

}
     #titulo
{
    text-align: left;
    padding-top: 10px;
    font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
    /*font-size: 15px;*/
    font-weight: 500;
   white-space: nowrap;
    color: white;
     left: 70px;
}
#titulolabel
{
    padding-top: 0px;
    font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: bold;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    color: white;
    left: 70px;
 position: absolute;
}
#coperightlabel
{
    padding-top: 10px;
    font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    color: white;
}
#footer
{
    bottom:0;
    height: 30px;
    width:100%;
    background: url('/epro/resources/images/header.png') repeat-x;
    overflow: hidden;
    position:fixed;
    clear: both;
    text-align: center;
    font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
    vertical-align: middle;
}
#rodape_botoes
{
    bottom:30px;
    height: 40px;
    width:100%;
    overflow: hidden;
    position:fixed;
    clear: both;
    text-align: center;
    font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
    vertical-align: middle;
    left: 0;
}
.ui-icon {
    /*width: 16px!important;*/
    height: 20px!important;
    /*border-radius: 1px!important;*/
    /*background-image: none!important;*/
}
.class1 {
/*    background-color: rgb(218, 247, 229);
    background-color: rgba(218, 247, 229, 0.3); 
    background-image: none*/
background-color:#e5e5e5;
}
.class2 {
/*    background-color: rgb(188, 218, 245);
    background-color: rgba(188, 218, 245, 0.3); 
    background-image: none*/
 background: #a4fba6;
}
.class3 {
/*    background-color: rgb(247, 218, 236);
    background-color: rgba(247, 218, 236, 0.3);
    background-image: none*/
background: #fff9ae;
}
.class4 {
    background: #defbee;
  
}
.class5 {
  background: #e3d1ad;
}
.class6 {
   background: #e79b86;
}
.class7 {
   background: #e57ea7;
}
.class8 {
  background: #f87e7e;
}
.class9 {
   background: #e5f4f7;
}
.class10 {
    background: #9dd0e1;
}

/* Remove o ícone de som, mas mantém o clique funcional */
.ui-chkbox .ui-chkbox-box .ui-icon {
    background: none !important;
    text-indent: 0 !important;
    overflow: hidden !important;
}

/* Mostra um quadrado padrão de checkbox */
.ui-chkbox-box {
    border: 1px solid #666 !important;
    border-radius: 3px !important;
    background: #fff !important;
    width: 16px !important;
    height: 16px !important;
}

/* Estado marcado */
.ui-chkbox-box.ui-state-active {
    background: #2e6da4 !important;
    border-color: #2e6da4 !important;
}

/* Check visível */
.ui-chkbox-box.ui-state-active::after {
    content: '✔' !important;
    color: #05f531 !important;
    font-size: 12px !important;
    position: relative;
    top: -1px;
    left: 2px;
}