﻿.pro {
    color: #2D4839;
    font-weight: bold;
}

.Bon {
    color: #ff091b;
    font-weight: bold;
}

.btnvoltar{
    background-color:#808080 !important;
}

.h1 {
    font-weight: normal;
    font-size: 2.5em;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #900;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

.h2 {
    font-weight: 500;
    font-size: 1.0em;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #900;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    color: #900;
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}


.MenuBarHorizontal {
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

 

.MenuBarHorizontalli {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 25%;
        float: left;
        border: 0.1em solid #fff;
}

.MenuBarHorizontalul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 500px;
    float: left;
    border: 0.1em solid #fff;
}

.MenuBarHorizontal a {
        display: block;
        cursor: pointer;
        background-color: #900;
        padding: 0.5em 0.75em;
        color: #FFF;
        text-decoration: none;

        font-family: Verdana, Geneva, sans-serif;
        font-size: 11px;
        
        height: 30px; /* Ajusta a altura do menu */
    }

@media (max-width: 800px) {
    .table-probon {
        width: 300px !important;
    }
    .probon {
        width: 80% !important;
    }
    ul.MenuBarHorizontal li {

        list-style-type: none;
        font-size: 14px;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 100%;
        float: left;
        /*border: 0.1em solid #FFF;*/
    }

    .MenuBarHorizontalul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: center !important;
        cursor: pointer;
        width: 500px;
        float: left;
        border: 0.1em solid #fff;
    }

    .fundobranco {
        background-color: white !important;
        color: red !important;
        border: 1px solid red;
    }

    ul.MenuBarHorizontal ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 100%;
        position: initial !important;
        left: -1000em;
    }

}


ul.MenuBarHorizontal a.MenuBarItemSubmenu {
    background-image: url(SpryMenuBarDownHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu {
    background-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
    background-image: url(SpryMenuBarDown.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
    background-color: #C00;
    color: #FFF;
}

ul.MenuBarHorizontal ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: 100%;
    position: absolute;
    left: -1000em;
}
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
        left: auto;
    }
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li {
        width: 100%;
    }
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul {
        position: absolute;
        margin: -5% 0 0 95%;
    }
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
        left: auto;
        top: 0;
    }

#conteudo {
    width: 740px;
}

.table-probon
{
    width:50%;
}

.probon {
    width: 90%;
}

#atencao {
    clear: both;
    float: left;
    margin-top: 10px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

#mensagem {
        clear: both;
        float: left;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 10px;
        width: 100%;
        text-align: center;
    }

.margem30 {
    margin-left: 30px;
    text-align: justify;
}

#mensagem h3 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #F00;
}


#titulo {
    float: left;
    clear: both;
    color: #900;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    width: 90%;
    background-color: #FFF;
    border: 1px solid #900;
    margin-left: auto;
    margin-right: auto;
}

#texto_topo {
    
    clear: both;
    margin: 1em;
    margin-bottom: 1em;
    
    width: 90%;
    margin-left:auto;
    margin-right:auto;
}

input{
    height:35px !important;
}

select {
    height: 35px !important;
    font-size:14px;
}

.flex {
    display: flex;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    background-color: #eee;
    
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-success {
    color: #fff;
    background-color: rgb(45, 72, 57);
    /*border-color: #28a745;*/
}

.Titulo_login {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
}

.mt-02 {
    padding-top: 20px;
}


.mt-01 {
    padding-top: 10px;
}

.mb-02 {
    padding-bottom: 20px;
}


.mb-01 {
    padding-bottom: 10px;
}

.menurelacoes {
    border: 1px double #fff;
    background-color: #900;
    color: white;
    font-size: 15px;
    cursor: pointer;
}

.menurelacoes:hover {
    border: 1px double #900;
    background-color: #fff;
    color: #900;
    font-size: 15px;
    cursor:pointer;
}

.amenu {
  
    background-color: #900;
    color: white;

}

    .amenu:hover {
       
        background-color: #fff;
        color: #900;
 
 
    }

.blocksize {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.cabecalho {
    background-color: #900;
    color: white;
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}