﻿html, head, form
{
    padding:0;
    margin:0;
    height: 100%;
    
}
body 
{
    padding: 0;
    margin:0;
}
#DVDialogConteudo
{
    position: relative;
    float: left;
    width: 800px;
    height: 400px;
    border: 1px solid #808080;
}
#DVMenuEsquerdo
{
    width: 180px;
    position: relative;
    float: left;   
}
#DVVoltar
{
    position: relative;
    float: right;
    margin-top: 15px;
}
.logomarca 
{
    padding-left: 40px;
}
.OcultarCampo
{
    background-color: #CCCCCC !important;
    width: 8px !important;
}
.fundoMobile {
    clear: both;
    padding: 10px;
    background-color: #f7f7f7;
}
.navbar-brand
{
    padding: 8px 8px !important;
}
.txtAlinhaDireita
{
    text-align: right;
}


/* EVE 2018 */
.centralizar {
    text-align: center;
}

/*
.header .navbar-nav > li.dropdown .dropdown-toggle .badge {
    position: absolute;
    top: 10px;
    right: 2px;
    border-radius: 2px !important;
    font-weight: 300;
    padding: 1px 4px 0px 4px;
    height: 14px;
}
    */


.navbar-nav > li.devider {
    border-left: 1px solid #484a4f !important;
    margin-left: 20px !important;
    margin-right: 10px !important;
    height: 45px;
    width: 1px !important;
}

.badge {
    font-size: 11px !important;
    font-weight: 300;
    text-align: center;
    background-color: #e02222;
    height: 20px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
    display: contents;
}

.label, .badge {
    top: 10px;
    right: 20px;

    font-weight: 300;
    text-shadow: none !important;
}

.badge-warning {
    background-color: #ecbc29;
    background-image: none !important;
}

