Subversion Repositories bacoAlunos

Rev

Rev 1711 | Blame | Compare with Previous | Last modification | View Log | RSS feed



.panel-heading
{
    font-size: 1.2em !important;
    font-weight: bold;
}
.web-messages
{
    /*margin-bottom: 30px !important;*/

}
.web-messages .alert
{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    margin-bottom: 2px !important;
    margin-left: 20px;
}
.btn-huge{
    padding-top:20px;
    padding-bottom:20px;
}

.bacoInvisible,.bacoInvisible *
{
    background-color: lightgray !important;
    color:dimgray !important;
}

/***** NOVOS ***/


.cursorLink:hover
{
    cursor: pointer;
}


.alert-small
{
    padding: 3px !important;
    margin-bottom: 3px !important;
}

.nav-tabs li a
{
    text-decoration: none !important;
    color: black !important;
}


.tablesorterfiltered
{}


.box-col-1px
{
    padding: 1px !important;
}
.box-col-2px
{
    padding: 2px !important;
}
.box-col-3px
{
    padding: 3px !important;
}
.box-col-4px
{
    padding: 4px !important;
}
.box-col-5px
{
    padding: 5px !important;
}

/*REPORTS STYLES*/
.isAnuaistrue,.isSemestretrue,.isTrimestretrue, .isGrautrue
{
    background-color: greenyellow;
}
.isAnuaisfalse,.isSemestrefalse,.isTrimestrefalse, isGraufalse
{
    background-color: lightgray;
    color: #f5f5f5;
}
.periodosTable
{
    width: 100%;
    border: 1px solid black;
    padding: 0;
}
.periodosTable td
{
    border: 1px solid black;
    text-align: center;
    padding: 0;
}


.dirty, tr.dirty td
{
    background-color: #ffff00 !important;
}


.list-group-item .btn-xs .glyphicon
{
    margin-right: 0;
}

.bg-red{
    background-color: red !important;
    color: #600000 !important;
    padding: 10px;
}
.bg-green{
    background-color: green !important;
    color: #00ff00 !important;
}

.modified
{
    border: 4px dashed orange !important;
}