﻿body 
{
    padding: 0px;
    margin: 0px;
}

.PnlFundo
{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 2000;
}

.FundoTransparente
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity:0.65;
 -moz-opacity: 0.65;
 filter: alpha(opacity=65);
 z-index: 1;
}

.PnlConteudo
{
    position: absolute;
    max-width: 500px;
    height: 300px;
    left: -250px;
    margin-left: 50%;
    top: 50%;
    margin-top: -150px;
    border: 2px solid #305cb8;
    border-radius: 25px;
    background-color: #e0e7f5;
    padding: 15px;
    z-index: 10;
}
.PnlConteudoEditar
{
    position: absolute;
    max-width: 350px;
    min-width: 350px;
    height: 320px;
    left: -175px;
    margin-left: 50%;
    top: 50%;
    margin-top: -150px;
    border: 2px solid #305cb8;
    border-radius: 25px;
    background-color: #e0e7f5;
    padding: 15px;
    z-index: 10;
}
.PnlConteudoAlunos
{
    position: absolute;
    width: 400px;
    height: 100px;
    left: -250px;
    margin-left: 50%;
    top: 50%;
    margin-top: -150px;
    border: 2px solid #305cb8;
    border-radius: 25px;
    background-color: #e0e7f5;
    padding: 15px;
    z-index: 10;
}
/*.PnlConteudo input[type=submit]
{
    position: absolute;
    padding: 10px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background-color: #CCC;
    border: 2px solid #666;
    color: #666;
    font-weight: bold;
}

.PnlConteudo input[type=submit]:hover
{
    position: absolute;
    background-color: #666;
    border: 2px solid #111;
    color: #CCC;
    font-weight: bold;
}*/
.PnlConteudo2
{
    position: absolute;
    width: 200px;
    height: 100px;
    left: -200px;
    margin-left: 55%;
    top: 50%;
    margin-top: -50px;
    border: 2px solid #305cb8;
    background-color: #e0e7f5;
    padding: 15px;
    z-index: 10;
}
.PnlConteudo2 input[type=submit]
{
    position: absolute;
    padding: 10px;
    bottom: 15px;
    left: 15px;
    right: 158px;
    background-color: #CCC;
    border: 2px solid #666;
    color: #666;
    font-weight: bold;
}

.PnlConteudo2 input[type=submit]:hover
{
    position: absolute;
    background-color: #666;
    border: 2px solid #111;
    color: #CCC;
    font-weight: bold;
}
.PnlConteudo3
{
    position: absolute;
    width: 750px;
    height: 300px;
    left: -380px;
    margin-left: 50%;
    top: 50%;
    margin-top: -150px;
    border: 2px solid #305cb8;
    background-color: #e0e7f5;
    padding: 15px;
    z-index: 10;
}
.PnlConteudo3 input[type=submit]
{
    position: absolute;
    padding: 10px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background-color: #CCC;
    border: 2px solid #666;
    color: #666;
    font-weight: bold;
}

.PnlConteudo3 input[type=submit]:hover
{
    position: absolute;
    background-color: #666;
    border: 2px solid #111;
    color: #CCC;
    font-weight: bold;
}
.PnlConteudo4
{
    position: absolute;
    width: 230px;
    height: 100px;
    left: -200px;
    margin-left: 55%;
    top: 50%;
    margin-top: -50px;
    border: 2px solid #305cb8;
    background-color: #e0e7f5;
    padding: 15px;
    z-index: 10;
}
.PnlConteudo4 input[type=submit]
{
    position: relative;
    padding: 10px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background-color: #CCC;
    border: 2px solid #666;
    color: #666;
    font-weight: bold;
}
.PnlConteudo4 input[type=submit]:hover
{
    position: relative;
    background-color: #666;
    border: 2px solid #111;
    color: #CCC;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
}
.PnlConteudoIns
{
    position: absolute;
    max-width: 850px;
    height: 300px;
    /*left: -250px;
    margin-left: 50%;
    top: 50%;
    margin-top: -150px;*/
    border: 2px solid #305cb8;
    border-radius: 25px;
    background-color: #e0e7f5;
    padding: 15px;
    z-index: 10;
}
 .centraliza {
        width: 100vw;
        height: 80vh;
        
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

 .PnlConteudoRegras
{
       position: absolute;
        max-width: 1250px;
        min-width: 850px;
        max-height: 720px;
        min-height:520px;
        /*left: -175px;
        margin-left: 50%;
        top: 30%;
        margin-top: -150px;*/
        border: 2px solid #305cb8;
        border-radius: 25px;
        background-color: #e0e7f5;
        padding: 15px;
        z-index: 10;

   
}

 .janelaFrame{
     min-height:620px;
     width:100%
 }

 @media screen and (max-width: 500px) {
      .PnlConteudoRegras
    {
         position: absolute;
    max-width: 750px;
    min-width: 350px;
    max-height: 820px;
    min-height:420px;
    /*left: -175px;
    margin-left: 50%;
    top: 30%;
    margin-top: -150px;*/
    border: 2px solid #305cb8;
    border-radius: 25px;
    background-color: #e0e7f5;
    padding: 15px;
    z-index: 10;
    }

      .janelaFrame{
     min-height:420px;
     width:100%
 }
}