﻿body {
/*    overflow: hidden ;*/
}

input[type="button"], input[type="submit"] {
    outline: none;
    border: none;
    background: #2c4c8f;
    color: red; 
    cursor: pointer;
    height: 28px;
    vertical-align: middle;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    padding: 3px 25px;
    border-radius: 4px;
}
/* FONT FACE */
@font-face {
    font-family: 'OpenSans';
    src: url('webfonts/opensans-regular.eot');
    src: url('webfonts/opensans-regular.eot?#iefix') format('embedded-opentype'), url('webfonts/opensans-regular.woff') format('woff'), url('webfonts/opensans-regular.ttf') format('truetype'), url('webfonts/opensans-regular.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('webfonts/opensans-italic.eot');
    src: url('webfonts/opensans-italic.eot?#iefix') format('embedded-opentype'), url('webfonts/opensans-italic.woff') format('woff'), url('webfonts/opensans-italic.ttf') format('truetype'), url('webfonts/opensans-italic.svg#OpenSansitalic') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('webfonts/opensans-bold.eot');
    src: url('webfonts/opensans-bold.eot?#iefix') format('embedded-opentype'), url('webfonts/opensans-bold.woff') format('woff'), url('webfonts/opensans-bold.ttf') format('truetype'), url('webfonts/opensans-bold.svg#OpenSansbold') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('webfonts/opensans-bolditalic.eot');
    src: url('webfonts/opensans-bolditalic.eot?#iefix') format('embedded-opentype'), url('webfonts/opensans-bolditalic.woff') format('woff'), url('webfonts/opensans-bolditalic.ttf') format('truetype'), url('webfonts/opensans-bolditalic.svg#OpenSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'OpenSansSemiBold';
    src: url('webfonts/opensans-semibold.eot');
    src: url('webfonts/opensans-semibold.eot?#iefix') format('embedded-opentype'), url('webfonts/opensans-semibold.woff') format('woff'), url('webfonts/opensans-semibold.ttf') format('truetype'), url('webfonts/opensans-semibold.svg#OpenSansSemiBold') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'OpenSansSemiBoldItalic';
    src: url('webfonts/opensans-semibolditalic.eot');
    src: url('webfonts/opensans-semibolditalic.eot?#iefix') format('embedded-opentype'), url('webfonts/opensans-semibolditalic.woff') format('woff'), url('webfonts/opensans-semibolditalic.ttf') format('truetype'), url('webfonts/opensans-semibolditalic.svg#OpenSansSemiBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'OpenSanslightItalic';
    src: url('webfonts/opensans-lightitalic.eot');
    src: url('webfonts/opensans-lightitalic.eot?#iefix') format('embedded-opentype'), url('webfonts/opensans-lightitalic.woff') format('woff'), url('webfonts/opensans-lightitalic.ttf') format('truetype'), url('webfonts/opensans-lightitalic.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal
}

.Grid {
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-family: Bahnschrift,Calibri;
    color: #474747;
    font-size: 9pt;
    width: 500px;
}

    .Grid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
    }

    .Grid th {
        padding: 4px 2px;
        color: #fff;
        background: #363670 url(img/grid-header.png) repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .Grid .alt {
        background: #fcfcfc url(img/grid-alt.png) repeat-x top;
    }

    .Grid .pgr {
        background: #363670 url(img/grid-pgr.png) repeat-x top;
    }

        .Grid .pgr table {
            margin: 3px 0;
        }

        .Grid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .Grid .pgr a {
            color: Gray;
            text-decoration: none;
        }

            .Grid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }


.hidden {
    display: none !important;
    visibility: hidden !important;
    width: 0px;
}

.maiusculo {
    text-transform: uppercase !important
}

.esquerda {
    text-align: left !important;
    font-size: 12px !important;
    font-family: OpenSans, sans-serif !important;
    padding-left:10px !important;
}

.gEsquerda {
    text-align: left !important;
    font-size: 12px !important;
    font-family: OpenSans, sans-serif !important;
}


.direita {
    text-align: right !important;
    font-size: 12px !important;
    font-family: OpenSans, sans-serif !important;
}


.gDireita {
    text-align: right !important;
    font-size: 10pt;
}

.direitaBold {
    text-align: right !important;
    font-weight: bold;
}

.center {
    text-align: center !important
}

.gCenter {
    text-align: center !important;
    font-size:8pt;
}


.container h2 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
    visibility: hidden;
    font-family: Bahnschrift,'IntroRegular','Helvetica Neue',Helvetica,Arial,sans-serif !important;
}

.titulo {
    font-size: 15px;
    /* font-weight: bold;*/
    padding-bottom: 0px;
    font-family: Arial, sans-serif !important;
    color: white !important;
    top: 7px !important;
    position: relative;
    padding-left: 5px;
    font-style: normal;
}

.mr0 {
    margin-right: 0 !important
}

.mt10 {
    margin-top: 10px !important
}

.mr20 {
    margin-right: 20px !important;
            margin-top: 20px;
}

.mr70 {
    margin-right: 70px !important;
    margin-top: 20px;
}


.mr7040 {
    margin-right: 70px !important;
    margin-top: 40px;
}

.mrt4020 {
    margin-right: -10px !important;
    margin-top: 20px;
}

.m70 {
    margin-right: 70px !important;
}

.mrt-40 {
    margin-right: 20px !important;
    margin-top: -40px;
}

.mt20 {
    margin-top: 20px;
}


.mt40 {
    margin-top: 40px;
}


.mt60 {
    margin-top: 60px;
}
.mr10 {
    margin-right: 10px !important
}

.ml20 {
    margin-left: 20px !important
}



.left {
    float: left
}

.clear {
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    display: block
}


.divDetalhe {
    position: relative;
    background-color: #f0f5f8;
    left: 240px;
    width: 900px;
    height: 534px;
    top: 104px;
}

.containerMenu {
    position: relative;
    left: 100px;
    width: 800px;
    top:-9px;
    
}

/*input[type=text]*//*, select*/ /*{
    width: 100%;
    padding: 4px 8px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 10pt !important;
}*/

.label1 {
    font-size: 14px;
    font-family: Bahnschrift,'IntroRegular','Helvetica Neue',Helvetica,Arial,sans-serif !important;
    color: #363670 !important;
    position: relative;
    top: 25px;
    padding-right: 195px;
}

.r110 {
    position: relative;
    right: -110px;

}


.btEditGrid {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('') no-repeat center !important;
    height: 15px;
    width: 25px !important;
    }

/*.btExcluirGrid {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('') no-repeat center !important;
    height: 15px;
    }*/

.botaoEditarRegistro {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('') no-repeat center !important;
    height: 25px;
    }


.botaoExcluirRegistro {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('') no-repeat center !important;
    height: 27px;
    }

.expandedPanel .title {
    display: none;
}

.mainMenu {
    float: right !important;
    margin: 8px 0 4px;
}

.expandedPanel .mainMenu {
    width: 100%;
}

.grid,
.grid .dxgvHSDC,
.grid .dxgvCSD {
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
}

.dxpnl-edge.l {
    border-right-width: 1px;
    left: 0;
    bottom: 0;
    top: 0;
    height: 800px !important;
    background-color: #fcfcfc !important;
    top: 70px;
}

.dxnbLite .dxnb-header, .dxnbLite .dxnb-headerCollapsed {
    background-color: #f0f5f8;
    color:red;
    font-weight: bold;
    padding: 4px 10px;
    white-space: nowrap;
    color:red !important;
}

.dxnbLite .dxnb-content {
    list-style: none none outside;
    margin: 0;
    padding: 5px;
    overflow: hidden;
    border-top: 0 solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
    border-bottom: 1px solid #A8A8A8;
    border-left: 1px solid #A8A8A8;
    background-color:#fcfcfc;
    
}

.dxnbLite .dxnb-item.dxnb-link, .dxnbLite .dxnb-item .dxnb-link {
    padding: 3px 4px 4px;
    white-space: nowrap;
    
}

span.dx-vam, span.dx-vat, span.dx-vab, a.dx-vam, a.dx-vat, a.dx-vab {
    line-height: 100%;
    padding: 2px 0;
    text-decoration: inherit;
    color: #666;
}
.dxnb-header, dxnb-header:hover {
color: #fff !important;
}


.hLinkMenu {
    cursor: pointer;
    position: fixed;
    top: 3px;
    left:-5px;

}
.inputTexto {
    position: relative !important;
    left: -10px !important;
    top: 26px !important;
    content: "\A";

}

.inputTextoVencimento {
    position: relative !important;
    /*left: -90px !important;
    top: 26px !important;*/
    content: "\A";
    margin-top: 35px !important;
}

.inputTextoValidade {
    position: relative !important;
    left: -70px !important;
    top: 26px !important;
    content: "\A";
}

.lbInputEmailLogin {
    width: 102px;
    margin-left: 17px;
    /* white-space: pre-line; */
    font-size: 10pt;
    top: 25px;
    position: relative;
    /* padding-right: 52px; */
    margin-right: -9px;
}


.lbInputLogin {
    width: 190px;
    margin-left: 21px;
    white-space: pre-line;
    font-size: 10pt;
    top: 9px !important;
    position: relative;
    padding-right: 52px;
    margin-right: 30px;
    margin-left: 1px;
    margin-bottom: -11px;
    /* margin-top: -30px; */
    font-family: Verdana important;
}

.lbSelecioneIdioma {
    width: 250px;
    margin-left: 21px;
    white-space: pre-line;
    font-size: 10pt;
    top: -3px !important;
    position: relative;
    padding-right: 52px;
    margin-right: 30px;
    margin-left: 1px;
    margin-bottom: -11px;
    /* margin-top: -30px; */
    font-family: Verdana important;
    color:white;
    text-align:right;
}

.lbInput {
    /*padding-top: 27px;
    width: 58px;
    margin-left: 10px;
    white-space: pre-line;
    font-size:8pt;*/
    width: 58px;
    margin-left: 21px;
    white-space: pre-line;
    font-size: 10pt;
    top: 25px;
    position: relative;
    padding-right: 52px;
    margin-right: 30px;
}

.lbInputLongo {
    width: 88px;
    /*margin-left: 21px;*/
    white-space: pre-line;
    font-size: 10pt;
    top: 1px;
    position: relative;
    /*padding-right: 52px;
    margin-right: 30px;*/
}
.lbInputLongo2 {
    width: 98px;
    /*margin-left: 21px;*/
    white-space: pre-line;
    font-size: 10pt;
    top: 1px;
    position: relative;
    /*padding-right: 52px;
    margin-right: 30px;*/
}

.lbInputPeq {
  
    width: 58px;
    margin-left: 21px;
    white-space: pre-line;
    font-size: 10pt;
    top: 25px;
    position: relative;
    padding-right: 15px;
    margin-right: 18px;
    font-family: 'OpenSans', sans-serif !important;
}

.divDetalheWizard {
   /* position: absolute;*/
    height: 550px;
    width: 924px;
    margin-left: 215px;
    margin-top: 17px;
    overflow-y: auto;
}

.divInterna {
    position: relative;
    height: 536px;
    width: 839px;
    /*background-color: #e8c7c7;*/
    margin-left: 60px;
    top: 6px;
}


.divPaginaWizard {
    position: fixed;
    background-color: orange !important;
    top: 142px;
    height: 535px;
    width: 900px;
    left: 300px;
    border: 1px gray inset;
    z-index: 2;
}
.divBotoes {
    position: fixed;
    top: 633px;
    left: 842px;
    width: 200px;
}

.tituloDivPagina {
    position: relative;
    text-align: center;
    margin-left: -131px;
    top: 38px;
    width: 942px;
    font-weight: bold;
   
}
.tituloDivPagina1 {
    position: relative;
    text-align: center;
    margin-left: 2px;
    top: 11px;
    width: 960px;
    font-weight: bold;
    color: white;
}


.lbTituloDivPagina {
    background-color: white !important;
    color: #7eb3e8 !important;
    top: -35px;
    position: relative;
    height: 30px !important;
    font-size: 12pt;
    padding-left: 20px;
    padding-right: 20px;
}

menu .li
{
    background-color: orange !important;
}

.tituloDivPaginaM {
    position: relative;
    text-align: center;
    margin-left: 100px;
    top: 2px;
}
.tituloDivPaginaModal {
    position: relative;
    text-align: center;
    margin-left: 1px;
    top: 0px;
    background-color: #6aa3b6;
    width: 676px !important;
    font-size: 14pt;
    color: white;
}
/*.gridEmailUsuario
{
position: relative;
left:100px;
top: 31px;
}*/
    /* The Modal (background) */
    .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color:#fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    height:120px;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.btnToolbar {
    width: 45px !important;
    margin-left: 10px;
    border-radius: 5px;
}

.btnGrid {
    width: 26px;
    height: 26px;
    padding-left: -14px !important;
    position: relative;
    /* text-align: center; */
    padding: 4px 5px !important;
    background-color: #666 !important;
}

.top25 {
    top:25px;
}

.ptop25 {
    padding-top: 25px;
}


.closeEmail {
    position: relative;
    margin-left:670px;
    top:-20px;
}


.lowercase {
    text-transform: lowercase;
}
#nav table {
    display: inline;
}

#nav tr {
    display: inline;
}

#nav td {
    display: inline;
}

#nav a {
    display: inline;
}


#menu.ul li {
    color: Red !important;
    background-color: orange !important;
    list-style-type:none;
}


#links.ul li {
    color: Red !important;
    background-color: orange !important;
    list-style-type: none;
}

.botaoTela {
    margin-top: 114px !important;
}

.ckTelefonePrincipalDetalhe {
    position: relative;
    top: 18px !important;
    left: 48px;
}



hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #eee;
    width: 100%;
    margin-left: 8px;
    position: relative;
}

.msg_erro {
    color: #C9302C;
    font-size: 14px;
    margin: 20px
}

.alert_message {
    text-align: center;
    /* padding: 18px 31px 25px 10px; */
    min-width: 400px;
    text-align: center !important;
    height: 141px;
    padding-top: 10px;
    padding-right: 37px;
    /* width: 200px; */
 
    padding-left: 15px;

}

.alert_message1 {
    text-align: center;
    padding: -5px 31px 25px 10px;
    min-width: 286px;
    text-align: center !important;
    height: 141px;
    padding-top: 10px;
    padding-right: 22px;
    /* width: 200px; */
    padding-left: 0px;
}

    .alert_message1 p {
        font-size: 11pt;
        padding: 13px 10px 10px 9px;
        line-height: 18px;
        margin-left: 4px !important;
    }


.alert_message1 input[type="button"] {
    margin-top: 10px;
    text-transform: uppercase;
    margin-right: -1px;
    width: 49px;
    /* padding-left: 17px;*/
}
.alert_message p {
    font-size: 11pt;
    padding: 12px;
    line-height: 18px;
    text-align: center;
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif !important;
    width: 100%;
    padding: 5px 5px 5px 5px;
    position: relative;
    margin-left: 0px;
    margin-top: 7px;
}



    .red
    {
        background-color:red;
    }
