﻿/*--------@Autor - Cássio de Oliveira Ferraz--------*/
/*--------Css página de Financeiro - Institucional FFERJ---------*/
.avisoParteUm {
    background-color: #FFFFFF;
    border: 1px solid #022B63;
    /*left: 879px;*/
    left: 45%;
    margin-left: -200px;
    margin-top: -50px;
    min-height: 100px;
    min-width: 400px;
    padding: 10px;
    position: fixed;
    text-align: center;
    /*top: 343px;*/
    top:40%;
    max-width:400px;
}
.avisoParteUm input[type='button'], .avisoParteUm input[type='submit'] {
    background: none repeat scroll 0 0 #515257;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    height: 32px;
    margin-top: 15px;
    min-width: 100px;
    text-transform: lowercase !important;
}
.avisoParteUm input[type="button"]:hover, .avisoParteUm input[type="submit"]:hover {
    background: none repeat scroll 0 0 #013884;
    color:#fff!important;
}
.avisoParteTres center img {
    width:auto!important;
    height:auto!important;
    max-width:200px!important;
    max-height:200px!important;
    margin-bottom:10px;
}

.AllenPopUpFundo {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    height: 100%;
    /*position: absolute;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.avisoParteDois
{
    width: 100%;
    height: 30px;
    text-align: left;
    color: #022b63;
    border-bottom: 0px;
    cursor: move;
    font-size: 24px;
    font-weight: 300;
    display: inline-block;
}
.avisoParteTres
{
    width: 100%;
    min-height: auto;
    text-align: left;
    background-color: white;
    margin-top: 20px;
}
.avisoParteUmModal
{
    padding: 10px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid rgb(2, 43, 99);
    min-height: 310px;
    background-color: rgb(255, 255, 255);
}
.avisoParteDoisModal
{
    width: 100%;
    height: 17px;
    text-align: left;
    background-color: #fff;
    border-bottom: 0px;
    cursor: move;
}
.avisoParteTresModal
{
    width: 100%;
    min-height: 310px;
    overflow-x: auto;
    text-align: left;
    background-color: #fff;
}
