
html{
    zoom: 80%;

}
/*
Nao necessita se as paginas do recaptcha tiverem um override do estilo do html zoom para 100%
.g-recaptcha
{
    zoom: 120%;
}
*/
.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;
}

.bacoDeleted,.bacoDeleted *
{
    background-color: #ffcbcb !important;
    color:white !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;
    border: 4px orange dashed !important;
    padding: 4px !important;
}


.list-group-item .btn-xs .glyphicon
{
    margin-right: 0;
}

.bg-secondary{
    background-color: #f2ecd1 !important;
    color: rgb(110, 99, 14) !important;
}
.bg-primary{
    background-color: #f2e66c !important;
    color: rgb(110, 99, 14) !important;
}

.bg-shadow{
    color: #555555 !important;
    background-color: rgb(218, 218, 218) !important;
}

.bg-red{
    background-color: red !important;
    color: #600000 !important;
    padding: 10px;
    font-weight: bold;
}

.bg-green{
    background-color: green !important;
    color: #00ff00 !important;
}
.bg-warning{
    background-color: #ffe455 !important;
    color: #987400 !important;
    font-weight: bold;
}

.bg-success{
    background-color: #dff0d8 !important;
    color: #3c763d; !important;
    font-weight: bold;
}
.bg-danger{
    background-color: #f2dede !important;
    color: #a94442; !important;
    font-weight: bold;
}

.bg-info{
     background-color: #d9edf7;;
    color: #004ca9; !important;
    font-weight: bold;
}

.modified
{
    border: 4px dashed orange !important;
}

#separatorEEscola .separadorContainer
{

}
#separatorPae .separadorContainer
{
    background-color: #ffe887;
}

#separatorPae li.active, #separatorPae li.active a
{
    background-color: white !important;
}
#separatorPae li a:hover
{
    background-color: #bb8200 !important;
    color: #ffffff !important;
}

#separadorEEscola li a:hover
{
    background-color: #777 !important;
    color:white !important;
}

.modal-header{
    background-color: #fef9e3;
    font-size: 1.1em;
    border-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.text-lg
{
    font-size: 20px;
    padding: 10px;
}

.text-xl
{
    font-size: 22px;
    padding: 10px;
}

.check-lg
{
    width: 18px;
    height: 18px;
}



.jobStatusPENDING
{
    background-color: #ffffff !important;
}
.jobStatusSTARTED
{
    background-color: darkgray !important;
}
.jobStatusFINISHED
{
    background-color: #00ff00 !important;
}
.jobStatusFINISHED_ERRORS, .jobStatusFAILED, .jobStatusUNKNOWN_ERROR
{
    background-color: #ff0000 !important;
}
.jobStatusFINISHED_WARNINGS
{
    background-color: #ffff00 !important;
}

.jumbotron h1
{
    font-size: 2.0em !important;
    font-weight: bold;
    text-decoration: underline;
}

.well h3
{
    font-size: 1.8em !important;
}


.field-error, .field-error input {
    background-color: #700005 !important;
    color: white !important;
    font-weight: bold;
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
 }
.field-error:focus , .field-error input:focus {
    border-color: #843534 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important; }



.modal-xlg{
    width:1200px;
}




/*ESTILOS PARA O ANGULAR SELECT COMBOBOX*/
.select2 > .select2-choice.ui-select-match {
    /* Because of the inclusion of Bootstrap */
    height: 29px;
}

.selectize-control > .selectize-dropdown {
    top: 36px;
}
/* Some additional styling to demonstrate that append-to-body helps achieve the proper z-index layering. */
.select-box {
    background: #fff;
    position: relative;
    z-index: 1;
}
.alert-info.positioned {
    margin-top: 1em;
    position: relative;
    z-index: 10000; /* The select2 dropdown has a z-index of 9999 */
}

.form-control.btn-lg
{
    padding: 6px 12px;
}

.subMenuSeparator a{
    margin-top: 5px;
    background-color: white;
    font-size: 1.2em;
    height: 40px;
}



.splash {
    display: none;
}

[ng-cloak].splash {
    display: block !important;
}



/**
CORREIO
 */

#correio, #correio .navbar
{
    background-color: white;
}
#correio .navbar
{
    border-radius: 0;
    border-bottom:0
}
#correio #notifications
{
    padding-right:0;
}
#correio .navbar
{
    border: 0;
}
#correioTop .searchCorreio
{
    margin-top: 20px;
    font-size: 1.3em;
    width: 100%;
    padding: 5px;
    border: 1px solid #eeeeee;
    border-bottom: 3px solid #dddddd;
    border-right: 3px solid #dddddd;
    border-radius: 5px;
    font-family: sans-serif;
    padding-left: 30px;
    background-color: white;
}
#correioTop .searchCorreio input,
#correioTop .searchCorreio input:hover,
#correioTop .searchCorreio input:focus
{
    border:0 !important;
    outline: none !important;
    width: 80%;
    padding-left: 20px;
}

#correio .mail-list{
    display:table;
    border-collapse:collapse;
    width:100%
}
#correio .mail-list-header{
    display:table;
    padding-top: 5px;
    padding-bottom: 5px;
    border-collapse:collapse;
    width:100%
}
#correio .mail-list-header .mail-list-header-row{
    display:table-row;
    width: 100%;
    font-size: 1.2em;
    border-bottom: 1px solid #dfdfdf;
}
#correio .mail-list-header .mail-list-header-row .mail-list-header-cell{
    display:table-cell;
    padding: 10px;
}
#correio .mail-list-header .mail-list-header-row .mail-list-header-cell.navigation-control
{
    text-align: right;
    font-size: 1.1em;
}
#correio .mail-list .mail-list-row{
    display:inline-table;
    width: 100%;
    font-size: 1.2em;
    border-bottom: 1px solid #dfdfdf;
    cursor:pointer;
}
#correio .mail-list .mail-list-row:not(.rowchecked):hover{
    background-color: #efefef;
}
#correio .mail-list .mail-list-row-trash:not(.rowchecked){
    background-color: rgba(255, 0, 17, 0.07);
    cursor:pointer;
}
#correio .mail-list .mail-list-row-important:not(.rowchecked){
    background-color: #deefdd;
    cursor:pointer;
}

#correio .mail-list .mail-list-row-draft:not(.rowchecked){
    background-color: #efe9aa;
}

#correio .mail-list .mail-list-row-inbox:not(.rowchecked){

}

#correio .mail-list .mail-list-row-sent:not(.rowchecked){
    background-color: #12a6ba12;
}

#correio .mail-list .mail-list-row:hover{

    border-bottom: 3px solid #dfdfdf;
}
#correio .mail-list .mail-list-row .mail-list-cell{
    display:table-cell;
    padding: 10px;
}
#correio md-checkbox{
    margin-bottom: 0;
}

#correio .mail-list .mail-list-row .mail-list-cell.control,
#correio .mail-list-header .mail-list-header-row .mail-list-header-cell.control
{
    width: 30px;
}
#correio .mail-list .mail-list-row .mail-list-cell.from
{
    /*width: 200px;*/
    width: 40%;
}
#correio .mail-list .mail-list-row .mail-list-cell.subject
{
    width: 40%;
}
#correio .mail-list .mail-list-row .mail-list-cell.message-box
{
    width: 150px;
    display: inline-block;
}

#correio .mail-list .mail-list-row .mail-list-cell.date
{
    width: 50px;
}
#correio md-checkbox.md-checked.mailcheck .md-icon {
    background-color: rgba(132, 120, 34, 0.87);
}
#correio md-checkbox.md-default-theme.md-checked .md-ink-ripple, md-checkbox.md-checked .md-ink-ripple {
    color: rgba(255, 213, 14, 0.25);
}
#correio .rowchecked
{
    background-color: #cbb91c;
}


/* LIST GROUP COMUNICATION */
.list-group-comunication {
    margin-bottom: 0;
    padding-left: 0;
}

.list-group-comunication .list-group-item-comunication {
    position: relative;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.list-group-comunication .list-group-item-comunication.featured1 {
    border: 3px dashed #cfc581;
}

.list-group-comunication .list-group-item-comunication-right
{
    text-align: right;
}

.list-group-comunication .list-group-item-comunication.featured2 {
    border: 1px dashed #555555;
    display: inline-block;
    padding-right: 30px;
    font-size: 1.2em;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;

}

.list-group-comunication .list-group-item-comunication.featured3 {
    border: 1px solid #dddddd;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 40px;
    border-top-left-radius: 0;
    background-color:#ffee9a;
    font-weight: bold;

}
.list-group-comunication .list-group-item-comunication.featured4 {
    border: 1px solid #dddddd;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 40px;
    border-top-left-radius: 0;
}
.list-group-comunication .list-group-item-comunication.featured5 {
    border: 1px solid #dddddd;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    text-align: right;
}

.list-group-comunication .list-group-item-comunication.featuredSplash {
    border: 5px dashed #44ec47 !important;
}

.list-group-comunication .list-group-item-comunication {
    margin-bottom: 5px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}

.list-group-comunication a.list-group-item-comunication {
    color: #555555;
}
.list-group-comunication .list-group-item-comunication-space-top
{
    margin-top: 20px
}
.list-group-comunication .list-group-item-comunication-space-2top
{
    margin-top: 40px
}

.list-group-comunication .list-group-item-comunication .list-group-item-comunication-text {
    font-size: 1.3em;
    margin-left: 14px;
    vertical-align: middle;
    ;
}
.list-group-comunication a.list-group-item-comunication
{
    text-decoration: underline
}

.list-group-comunication a.list-group-item-comunication:hover,
.list-group-comunication a.list-group-item-comunication:focus {
    text-decoration: none;
    background-color: rgba(255, 160, 98, 0.21) !important;
    color: #6A5806 !important;
}

.list-group-comunication .list-group-item-comunication.active,
.list-group-comunication .list-group-item-comunication.active:hover,
.list-group-comunication .list-group-item-comunication.active:focus {
    color: #ffffff;
    background-color: #ffd3a9;
    border-color: #f67e09;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}

.list-group-comunication .list-group-item-comunication.active:hover,
.list-group-comunication .list-group-item-comunication.active:focus {
    color: #fde5ce;
}

.list-group-comunication .list-group-item-comunication-text-badge
{
    border: 1px solid #908f8a;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    background-color: #ffd257;
    font-weight: bold;
}




/*ANIMATIONS*/

.animationIfFast.ng-enter,
.animationIfFast.ng-leave {
    -webkit-transition: opacity ease-in-out 200ms;
    -moz-transition: opacity ease-in-out 200ms;
    -ms-transition: opacity ease-in-out 200ms;
    -o-transition: opacity ease-in-out 200ms;
    transition: opacity ease-in-out 200ms;
}


.animationIf.ng-enter,
.animationIf.ng-leave {
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.animationIfFast.ng-enter,
.animationIfFast.ng-leave.ng-leave-active
.animationIf.ng-enter,
.animationIf.ng-leave.ng-leave-active {
    opacity: 0;
}
.animationIfFast.ng-leave,
.animationIfFast.ng-enter.ng-enter-active
.animationIf.ng-leave,
.animationIf.ng-enter.ng-enter-active {
    opacity: 1;
}



/**
PAE SEPARATORS
 */
.pae-separators
{
    display: inline-table;
    width: 100%;
}
.pae-separator{
    display: table-cell;

}
.pae-separator .pae-separator-title
{
    font-size: 1.2em;
    padding: 10px;
    border-bottom: 2px solid lightgrey;
    text-align: center;
}
.pae-separator .pae-separator-title:hover
{
    background-color: rgba(255, 160, 98, 0.21) !important;
    cursor: pointer;

}

.pae-separator .pae-separator-title.active
{
    font-weight: bold;
    border-bottom: 4px solid #f67e09;
    background-color: #ffd3a9;

}
.pae-separator-body:not(.active)
{
    display: none;
}
.pae-separator-body.active
{
    width: 100%;
}


/**
PAE FORM TABLE
 */


.pae-form-table
{
    width: 100%;
    display: inline-table;
    padding: 10px;
}
.pae-form-table-row
{
    display: table-row;
    width: 100%px;
}
.pae-form-table-cell
{
    display: table-cell;
    font-size: 1.2em;
    padding: 5px;
}

.pae-form-table-input
{
    border-bottom: 1px solid gray;
    display: table-cell;
    padding: 5px;
}
.pae-form-table-cell-100
{
    display: table-cell;
    font-size: 1.2em;
    padding: 5px;
    width: 100%;
}
.pae-form-control
{
    outline: none !important;
    border-bottom: 0;
    padding: 3px;
    font-size: 1.2em;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 95%;
}

.pae-window-btn-transparent
{
    color: #a2a2a2;
    margin-left:5px;

}
.pae-window-btn-transparent:hover
{
    background-color: rgba(0, 0, 0, 0.07);
    color: white;
}


.blink
{
    animation: alert-warning 0.5s cubic-bezier(.2, 0, 1, 1) infinite alternate;
}



.debugPane{
    background-color: yellow;
    padding: 10px;
}