﻿
#BemVindoAdm
{
    margin: 5px 2px 5px 2px;
    padding: 50px;
    border-radius:7px;
    background-color: #e8e8e8;
}

#LoginBox
{
    margin: auto;
    margin-top: 20vh;
    width: 500px;
    height: 300px;
    padding: 10px;
    border-radius: 7px;
    border: solid #ff9500; border-bottom-width: 8px;
    /*background-color: #ff9500;
    background-color: #c4bfbf;*/
    background: rgba(255,255,255,1);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 29%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
    background: rgba(232,232,232,1);
    background: linear-gradient(to right, rgba(232,232,232,1) 0%, rgba(222,222,222,1) 29%, rgba(217,217,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#d9d9d9', GradientType=1 );
}
#LoginBox label
{
    display: inline-block;
    margin: 5px 0 5px 0;
    width: 100px;
    font-size: 14px;
}
    #LoginBox input
    {
        margin:10px;
        padding: 2px;
    }
    #LoginBox input[type=submit]
    {
        margin: 20px 0 0 50px;
        width: 100px;
        height: 50px;
    }
#TopoMasterPage

{
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #911b17;
    color: white;
}



body
{
    margin: 0px;
    font-family: Tahoma;
    font-size: 12px;
    text-align: center;
}
/* Design do Site */
.Design1SiteTable
{
    width: 100%;
    border: 0px;
    padding: 0px;
    background-color: #E8E8E8;
}

.Design1SiteTable .Design1LeftColumn
{
    width: 30px;
    background-color: #E8E8E8;
}
.Design1SiteTable .DesignTopColumn
{
    width: 30px;
    background-color: #F7941D;
}
.Design1SiteTable .Design1RightColumn
{
    width: 30px;
    background-color: #E8E8E8;
}
/*New menu*/
.Menu1
{
    margin: auto auto auto auto;
    display: table; text-align:left;
}
.Menu1 > *
{
    margin:0px; padding:0px;
}
.Menu1 > header{
    display: table-cell;
    vertical-align:middle;
}
.Menu1 > div > ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}
.Menu1 > div > ul > li{
    display:inline-block;
}
.Menu1 > div > ul > li > a{
    font-size: 14px;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    background-color: #666565; color: white;
    margin: 1px;
    text-decoration:none;
    white-space: nowrap;
}
.Menu1 > div > ul > li > a:hover{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}
.Menu1 > div > ul > li > a:active{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}


    .Menu1 > div > ul > li > ul > li {
        list-style: none;
        list-style-type: none;
        margin: 100px;
        padding: 0px;
        width: auto;
    }


/* ------------------------------ Grid Padrão Unitec------------------------------- */
/* -- Cabeçalho do Grid -- */
.gridPadrao th
{
    background-color: #F4C058;
    text-align: left;
    padding: 10px;
    color: White;
    font-size: 14px;
}
.gridPadrao td
{
    background-color: #F0F4F7;
    padding: 10px;
    text-align: left;
    color: Black;
    font-size: 14px;
}
.Titulo1
{
    font-family: Tahoma;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 10px 10px;
}
.Titulo2
{
    font-family: Tahoma;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 8px 8px 8px 8px;
}
.Titulo3
{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 4px 4px 4px 4px;
}
.Titulo4
{
    font-family: Tahoma;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 10px 10px;
    color: Green;
}

/* Novo Grid*/
.gv { font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; }
.gvHeader { color: white; white-space: nowrap; }
.gvHeader > th { padding: 5px; background-color: #F4C058; text-align: left; font-size: 16px; }

.gvPager {background-color: red; color: white; background-color: #146600; background-color: #E5CD00; background-color: #79A9F2; }
.gvPager td { padding: 10px; font-size: 20px; text-decoration: none; }

.gvRow1 { background-color: #BCBCBC; background-color: #D3D3D3; background-color: #D6D6D6; }
        
.gvRow2 { background-color: #D6D6D6; background-color: #DEDEDE; background-color: #F0F4F7; }

.gv > thead > tr > td { white-space: nowrap; }
.gv > tbody > tr > td { text-align: left; vertical-align: top; padding: 5px; white-space: nowrap; }



/* Grid Médio */
.gridMedio th
{
    background-color: #F4C058;
    text-align: left;
    padding: 5px;
    color: White;
    font-size: 12px;
}
.gridMedio td
{
    background-color: #F0F4F7;
    padding: 5px;
    text-align: left;
    color: Black;
    font-size: 12px;
}
/* Colapsible panel handle */
.handle
{
    width: 16px;
    height: 16px;
    background-image: url(/Img/Grip.png);
    overflow: hidden;
    cursor: se-resize;
}
/* Boletim */
.Boletim
{
    width: 100%;
    font-family: Verdana;
    font-size: smaller;
    color: Red;
    text-align: center;
}
.Boletim .Titulo
{
    font-size: xx-large;
}
.Aviso
{
    color: Green;
    font-size: medium;
}
