﻿* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    background: #fff;
    color: #393939;
    font-family: Arial;
    font-size: 12px;
    line-height: 0;
    overflow: hidden;
}

.clear {
    clear: both;
    font-size: 0px;
    height: 0;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
}

.Configuracao {
    position: absolute;
    font: bold 24px Tahoma, Geneva, sans-serif;
    font-style: normal;
    color: #ffffff;
    background: #393939;
    border: 0px solid #ffffff;
    /*text-shadow: 0px -1px 1px #222222;*/
    /*box-shadow: 2px 2px 5px #000000;*/
    /*-moz-box-shadow: 2px 2px 5px #000000;
    -webkit-box-shadow: 2px 2px 5px #000000;*/
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    width: 90%;
    height: 90%;
    /*padding: 20px 43px;*/
    cursor: pointer;
    margin: auto;
}

.Configuracao:active {
    cursor: pointer;
    position: absolute;
}

.Configuracao .Logo {
    height: 50px;
    width: 95%;
    margin: auto;
    margin-bottom: 20px;
    border-bottom: solid 2px #919191;
}

.Configuracao .Conteudo {
    width: 95%;
    margin: auto;
}

.TabConteudo {
    width: 100%;
    margin: auto;
    overflow: auto;
}

.TabComando {
    width: 100%;
    height: 45px;
    margin: auto;
    overflow: hidden;
    border-top: solid 2px #919191;
}

.TabConteudo .Linha {
    width: 90%;
    margin: auto;
    margin-top: 10px;
    min-height: 30PX;
}

.TabConteudo .Linha .Label {
    width: 16%;
    margin: auto;
    text-align: left;
    float: left;
}

.TabConteudo .Linha .Box{
    width: 74%;
    margin: auto;
    text-align: right;
    float: right;
}

.TabComando .Btn{
    font: bold 12px Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #000000;
    background: #f2f2f2;
    border: 0px solid #ffffff;
    text-shadow: -1px 1px 0px #fff;
    box-shadow: 0px 0px 7px #000000;
    -moz-box-shadow: 0px 0px 7px #000000;
    -webkit-box-shadow: 0px 0px 7px #000000;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    width: 100px;
    padding: 6px;
    cursor: pointer;
    margin: 5px 5px 5px 0;
    float: right;
}

.TabComando .Btn:active {
    cursor: pointer;
    position: relative;
    top: 2px;
}
.dxeButtonEdit  {
    border-top: none;
    border-right: none;
    border-left: none;
}
.dxeTextBox {
    border-top: none;
    border-right: none;
    border-left: none;
}
