.titulo {
    color: #e95d0f;
}

.negrito {
    font-style: bold;
}

.panel_bg {
    background-color: #f5f5f5;
}

.group_linhas {
   box-shadow: none;
}

.lista_linhas {
   border: none;
}

.tooltip-inner {
    max-width: 500px;
    /* If max-width does not work, try using width instead */
    width: 500px;
}

.title{
   font-weight: 700;
   color:gray;
   font-style: bold;
}

hr.linha {
   border-color: gray;
   margin-top: -6px;
   margin-bottom: 2px;
}

div.cursos_selecao{
   background-color: gray;
}

.stepy-titles {
   list-style: none;
   margin: 0;
   padding: 0;
   width: 100%;
   display: table-cell;
}
.stepy-titles li { color: #DDD; cursor: pointer; font: bold 18px verdana; float: left; padding: 10px; }
.stepy-titles li span { font: 11px verdana; display: block; }
.stepy-titles .current-step { color: #000000; cursor: auto; }
.stepy-titles li {
   font-size: 14px;
   padding: 2px;
   color: #BEBEBE;
   margin-right: -1px;
   margin-bottom: 10px;
}

.uppercase {
    text-transform: uppercase;
}

.esqueci-minha-senha {
   position: relative;
   float: left;
   margin-top: 20px;
}

.curHand {
   cursor: pointer;
}

.passo {
    width: 141px;
    height: 28px;
    transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    color:white;
    margin-right: 8px;
    cursor: default;
}

.passo_texto {
    font-family: 'Droid Sans',sans-serif;
    font-style: bold;
    transform: skew(-20deg);
    text-align: center;
    padding-top: 5px;
}

.fundo_ativo {
    background-color:#ED8621;
}

.fundo_inativo {
    background-color:#D6D6D6;
}

.logo-cliente {
   width: 35%;
}

@media print {
body * {
    visibility:hidden;
}
#printable, #printable * {
    visibility:visible;
}
#printable { /* aligning the printable area */
    position:absolute;
    left:40;
    top:40;
}
