﻿body {
    margin: 0px;
    font-family: 'Poppins-regular', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #ffffff;
}

img, p, input, h5, h6 {
    border: 0;
    margin: 0;
    padding: 0
}


fieldset {
    margin: 10px 10px 0 10px;
}

legend {
    font-size: 10pt;
    font-weight: bold;
    color: #00B2B9;
}

.headerPage {
    background-color: #ffffff;
}

.nst-Aviso {
    background: #fff8da;
    border: 1px solid #c2a770;
    padding: 4px 8px;
    font-size: 8pt;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.headerPage a {
    color: #003399;
    text-decoration: none
}

    .headerPage a:hover {
        text-decoration: underline
    }

.headerPageLogo {
    float: left;
    padding: 10px 10px 20px 10px;
}

.headerPageLoginName {
    float: right;
    font-size: 8pt;
    font-family: 'Poppins-regular', Verdana, Geneva, Tahoma, sans-serif;
    color: #ffffff;
    padding: 3px 10px;
}

.nst-pageTitle {
    /* background:url('imagem/pageTitleBKGD.gif') top repeat-x; */
    background: #FFFFFF;
    color: #009DA8;
    padding-top: 10px;
    font-size: 13pt;
    text-align: right;
    padding-right: 15px;
    font-weight: bold;
}

.nst-masterContent {
    /*background:url('imagem/pagebackgrad.gif') top repeat-x;*/
}

.nst-navContent {
    margin: 10px;
}

.nst-contentPage {
    background-color: #ffffff;
    border: 1px solid #0C4273;
    padding-bottom: 10px;
    height: 440px;
}

.nst-pageConteudo {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.nst-navLateral {
    width: 140px;
}

.nst-contentNavBg {
}

.nst-footerPage {
    color: #ffffff;
    font-size: 8pt;
    text-align: right;
    padding: 5px;
}

    .nst-footerPage a {
        color: #ffffff;
        font-size: 8pt;
        font-weight: bold;
    }

        .nst-footerPage a:hover {
            text-decoration: underline;
        }

.nst-paginador {
    font-weight: bold;
    font-size: 9pt;
    padding: 10px 8px;
    color: #808080;
}

    .nst-paginador a {
        color: #3f76be;
        font-size: 8pt;
    }

        .nst-paginador a:hover {
            text-decoration: underline;
        }

.nst-paginadorPagina {
    font-size: 8pt;
}

.nst-updateProgress {
    font-family: Tahoma;
    right: 12px;
    margin: 2px;
    position: absolute;
    font-size: 11px;
    padding: 5px;
    font-style: italic;
}

/* Login */

div#nst-areaLogin {
    background: #ffffff;
    margin: 10px;
    border: solid 2px #6f9dd9;
    padding: 20px 10px;
    min-width: 770px;
    margin-top: 10px;
}

    div#nst-areaLogin table tr td {
        text-align: left;
    }

div#nst-areaTrocaSenha {
    background: #ffffff;
    margin: 10px;
    border: solid 2px #6f9dd9;
    padding: 20px 10px;
    margin-top: 20px;
}

div#nst-areaLogin input.txtBoxLogin {
    border: 1px solid #5da7d8;
    padding-left: 3px;
    padding-top: 1px;
}

.nst-labelLogin {
    font-size: 12px;
    color: #0C4273;
}

.nst-divLogin {
    height: 150px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top-color: #0C4273;
    border-right-color: #0C4273;
    border-bottom-color: #0C4273;
    border-left-color: #0C4273;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.nst-linkLogin {
    color: #0C4273;
    font-size: 8pt;
}

/* Topo */
#topo_acao_usuario {
    cursor: pointer;
    padding-top: 2px;
    float: right;
    font-size: 8pt;
    font-family: 'Poppins-regular', Verdana, Geneva, Tahoma, sans-serif;
    color: #004B52;
}

    #topo_acao_usuario div p {
        color: #004B52;
    }

#caixa_acoes {
    width: 150px;
    border: 1px solid #007C86;
    position: absolute;
    top: 23px;
    right: 0px;
    display: none;
    background: #F8FDFE;
    z-index: 1000;
}

.link_usuario {
    cursor: pointer;
    border: 1px solid #00B2B9; 
    font-size: 8pt;
    font-family: 'Poppins-regular', Verdana, Geneva, Tahoma, sans-serif;
    color: #009DA8;
    background-color: #F0F9FA;
    padding: 2px 4px 0px 4px;
    height: 18px;
}

.div_nome_usuario {
    border: 1px solid #009DA8;
    font-size: 8pt;
    font-family: 'Poppins-regular', Verdana, Geneva, Tahoma, sans-serif;
    color: #FFFFFF;
    background-color: #009DA8;
    padding: 2px 4px 0px 4px;
    height: 18px;
}

#div_info_usuario {
    text-align: right;
    font-size: 8pt;
    font-family: 'Poppins-regular', Verdana, Geneva, Tahoma, sans-serif;
    color: #FFFFFF;
    padding: 4px 4px 0px 4px;
}

    #div_info_usuario span {
        font-weight: bold;
    }

.topo_acao_elemento {
    float: right;
    font-size: 8pt;
    font-family: tahoma;
    color: #666666;
    position: relative;
}

.caixa_acoes_elemento {
    font-size: 8pt;
    border: 1px solid #868686;
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
    background: url('../../imagem/bg_fundo_acao.gif');
    width: 170px;
    z-index: 2030;
    overflow-y: auto;
    height: 200px
}

.link_elemento {
    cursor: hand;
    text-align: center;
    border: 1px solid #6f9dd9;
    height: 20px;
    font-size: 8pt;
    font-family: tahoma;
    color: #666666;
    background-color: #F0f0f0;
    background: url('../../imagem/bg_nome_usuario.gif');
    z-index: -1;
}

.div_elemento {
    cursor: hand;
    text-align: center;
    height: 20px;
    border: 1px solid #e5f1ff;
    font-size: 8pt;
    font-family: tahoma;
    color: #666666;
    z-index: -1;
}

.hover_menu_acao {
    background-color: #ffffff;
    border: solid 1px #e5f1ff !important;
}

.out_menu_acao {
    border: solid 1px transparent !important;
}

.class_icone_usuario {
    float: left;
    text-align: center;
    width: 38px;
}

.class_link_usuario {
    padding: 10px 0px;
    padding-left: 45px;
}

.div_acao {
    padding: 2px;
}

/*teclado*/
a {
    text-decoration: none;
}

/* forms */

.nst-DropDownList {
    border: 1px solid #7f9db9;
    font-size: 8pt;
    font-family: Tahoma;
}

.nst-TextBox, .nst-TextBoxValor {
    border: 1px solid #7f9db9;
    font-size: 8pt;
    font-family: Tahoma;
    padding: 1px 3px 1px 3px;
}

.nst-TextBoxEnabled, .nst-TextBoxValorEnabled {
    border: 1px solid #9d9da1;
    font-size: 8pt;
    font-family: Tahoma;
    padding: 1px 3px;
    background: #f1efe2;
    text-transform: uppercase;
}

.nst-TextBoxValorEnabled, .nst-TextBoxValor {
    text-align: right;
}

.nst-TextBoxRequerido {
    border: 1px solid #f00000;
    font-size: 8pt;
    font-family: Tahoma;
    padding: 1px 3px;
}

.nst-CheckBox {
    font-size: 8pt;
    font-family: Tahoma;
    padding: 1px 0;
}

.nst-labelPadrao {
    color: #808080;
    font-weight: bold;
    font-size: 8pt;
}

    .nst-labelPadrao span.rfv {
        color: Red;
        padding-left: 3px;
    }

.requerido span.rfv {
    color: Red;
    font-size: 8pt;
    display: none;
}

.nst-labelPreto {
    color: #000000;
    font-weight: bold;
    font-size: 8pt;
}

.nst-labelPretoNormal {
    color: #000000;
    font-weight: normal;
    font-size: 8pt;
}

.nst-ValidationSummary {
    font-size: 8pt;
    padding: 5px;
    margin: 10px;
    border: 1px solid #7f9db9;
    background: #fcf8de url('../../imagem/ico_alert.gif') right center no-repeat;
}

.nst-RequiredFieldValidator {
    font-size: 8pt;
}


.nst-modTopoRodape {
    padding: 15px 5px;
    color: #808080;
    font-weight: bold;
    font-size: 8pt;
}

    .nst-modTopoRodape span.alert {
        font-size: 8pt;
        color: red;
        font-weight: normal;
        padding-left: 10px;
    }

/*************** GRID VIEW *********************/

.nst-filtroGrid {
    padding: 5px;
    font-size: 10pt;
    background: #ffffff;
}

.nst-GridView, .nst-DataList {
    font-size: 8pt;
    border: none;
}

.nst-HeaderStyle th, .nst-HeaderDataListStyle th {
    background: #eceefc url('../../imagem/gridHeaderBKGD.gif') repeat-x;
    border-bottom: 1px solid #9196a2;
    border-top: 1px solid #9196a2;
    border-left: 0px;
    border-right: 0px;
    color: #808080;
    padding: 0px 8px;
    height: 24px;
    font-size: 8pt;
}

.nst-HeaderDataListStyle th {
    padding: 0px 7px;
    text-align: left;
}

.nst-PesquisaRowStyle td {
    background: #f9f9f9;
    padding: 4px 8px;
    border: none;
    font-size: 8pt;
    cursor: hand;
}

    .nst-PesquisaRowStyle td a, .nst-AlternatingRowStyle td a {
        color: #003399;
        font-size: 8pt;
        cursor: hand;
    }

        .nst-PesquisaRowStyle td a:hover, .nst-AlternatingRowStyle td a:hover {
            color: #000000;
            font-size: 8pt;
            text-decoration: underline;
            cursor: hand;
        }

.nst-HeaderStyle th a {
    color: #808080;
    font-size: 8pt;
    text-decoration: underline;
}

.nst-RowStyle td {
    background: #fff;
    padding: 4px 8px;
    border: none;
    font-size: 8pt;
}

    .nst-RowStyle td a, .nst-AlternatingRowStyle td a {
        color: #003399;
        font-size: 8pt;
    }

        .nst-RowStyle td a:hover, .nst-AlternatingRowStyle td a:hover {
            color: #000000;
            font-size: 8pt;
            text-decoration: underline;
        }

.nst-AlternatingRowStyle td {
    background: #eceefc;
    padding: 4px 8px;
    border: none;
    font-size: 8pt;
}

.nst-EditRowStyle td {
    background: #e2efff;
    border-top: 1px solid #6f9dd9;
    border-bottom: 1px solid #6f9dd9;
    padding: 4px 8px;
    font-size: 8pt;
}

.nst-SelectedRowStyle td {
    background: #fff8da;
    border-top: 1px solid #c2a770;
    border-bottom: 1px solid #c2a770;
    padding: 4px 8px;
    font-size: 8pt;
}

.nst-FooterStyle td {
    background: #e2efff;
    border-top: 1px solid #6f9dd9;
    border-bottom: 1px solid #6f9dd9;
    padding: 4px 8px;
    font-size: 8pt;
    font-weight: bold;
}

/********** TREE VIEW ********************/
.nst-HoverNodeStyle {
    background: url('../../imagem/navPageBKGD2.gif') bottom repeat-x;
    border: 1px solid #c2a770;
    color: #000000;
    padding: 4px;
    font-size: 8pt;
}

.nst-NodeStyle {
    border: 1px solid #ffffff;
    padding: 4px;
    color: #003399;
    font-size: 8pt;
}

.nst-SelectedNodeStyle {
    background: url('../../imagem/navPageBKGD.gif') bottom repeat-x;
    border: 1px solid #c2dcff;
    color: #000000;
    padding: 4px;
    font-size: 8pt;
}

.nst_selectColor tr td {
    margin: 3px;
    cursor: hand;
}

/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    width: 500px;
    height: 100px;
    font-size: 9pt;
    padding: 5px;
    border: 1px solid #F9F0B5;
    background: #fcf8de;
}

.modalTitulo {
    cursor: move;
    color: Black;
    height: 40px;
    padding-left: 40px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    border: 1px solid #E5E5E5;
    background: #F9F9F9 url('../../imagem/ico_interrogacao.gif') left center no-repeat;
}

.invisivel {
    display: none;
    width: 0px;
    visibility: hidden;
}


#container {
    height: 68px;
    overflow: hidden;
    background: url('imagem/navHeaderBKGD.gif') top left repeat-x;
    border: solid 1px #bfced5;
}

#scroller {
    width: 700px; /* programar para ficar dinamico */
}

.content, .contentOn {
    height: 66px;
    float: left;
    font-size: .8em;
    margin: 1px 0px;
}

.contentOn {
    background: url("imagem/navHeaderOnBKGD.gif") left top repeat-x;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus {
    background-color: #ffffcc;
    color: #000000;
}

.MaskedEditMessage {
    color: #ff0000;
    font-weight: bold;
}

.MaskedEditError {
    background-color: #ffcccc;
}

.MaskedEditFocusNegative {
    background-color: #ffffcc;
    color: #ff0000;
}

.MaskedEditBlurNegative {
    color: #ff0000;
}

.MyCalendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight: bold;
}

/* Formulario de Orçamento */
.nst-Formulario {
    padding: 3px;
    text-align: left
}

.campo-desabilitado {
    border: 1px solid #c9c9c2;
    font-size: 8pt;
    font-family: Tahoma;
    padding: 1px 0;
}

/*- Menu Tabs 8--------------------------- */

#navAbas {
    float: left;
    width: 100%;
    background: #e9f8ff;
    font-size: 93%;
    line-height: normal;
    border-bottom: 1px solid #7fa5b7;
    margin-bottom: 10px;
}

    #navAbas ul {
        margin: 0;
        padding: 10px 10px 0 50px;
        list-style: none;
    }

    #navAbas li {
        display: inline;
        margin: 0;
        padding: 0;
    }

    #navAbas a {
        float: left;
        background: url("imagem/navAbaLeft.gif") no-repeat left top;
        margin: 0;
        padding: 0 0 0 4px;
        text-decoration: none;
    }

        #navAbas a span {
            float: left;
            display: block;
            background: url("imagem/navAbaRight.gif") no-repeat right top;
            padding: 5px 15px 4px 6px;
            color: #333;
        }
        /* Hack from IE5-Mac */
        #navAbas a span {
            float: none;
        }
        /* End IE5-Mac hack */

        #navAbas a:hover span {
            color: #591333;
        }

        #navAbas a:hover {
            background-position: 0% -42px;
        }

            #navAbas a:hover span {
                background-position: 100% -42px;
            }

    #navAbas .current a {
        background-position: 0% -42px;
    }

        #navAbas .current a span {
            background-position: 100% -42px;
        }

/* Login */
#iniPlane {
    height: 134px;
    background: url('imagem/imgPlane.gif') top right no-repeat;
    margin-bottom: 20px;
}

ul#itens {
    padding-top: 40px;
}

    ul#itens li {
        float: left;
        padding-right: 64px;
        list-style: none;
    }

.Comunicado {
    padding: 10px;
}

    .Comunicado h6 {
        font-size: 11px;
        color: #003399;
        padding-bottom: 5px;
    }

        .Comunicado h6 span {
            font-style: italic;
            padding-left: 5px;
            font-weight: normal;
        }

/* Orçamento Observação */
.nst-Observacao {
    font-size: 11px;
    padding: 10px;
}

.nst-ObservacaoAlternating {
    background: #e2efff;
    font-size: 11px;
    padding: 10px;
}

    .nst-Observacao p, .nst-ObservacaoAlternating p {
        font-weight: bold;
        color: #003399;
        padding-bottom: 5px;
    }

        .nst-Observacao p span, .nst-ObservacaoAlternating p span {
            font-weight: normal;
            font-style: italic;
        }

.divrolagem {
    /* define barra de rolagem automatica quando o conteudo ultrapassar o limite em x ou y */
    overflow: auto; /* define o limite maximo da autura do div */
    height: 429px; /* define o limite maximo da largura do div */
    vertical-align: top;
    position: relative;
}

.ajax__colorPicker_container table tr td {
    padding: 0;
    margin: 0;
}

.ctl00_ContentPlaceHolder1_DayPilotCalendar1 table thead {
    display: block;
    position: relative;
}

/* MsgErro */
#boxErro {
    padding: 10px;
    background: #f9edbe;
    font-size: 12px;
    color: Red;
    display: none;
    border: 1px solid #f0c36d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #boxErro #boxMsg {
        float: left;
    }

    #boxErro #msgClose {
        float: right;
        cursor: pointer;
    }

.clearBoth {
    clear: both;
    height: 1px;
}

.divLoading, #divLoading {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background: #fff url('imagem/loading.gif') center no-repeat;
    opacity: .6;
    -moz-opacity: .6;
    filter: alpha(opacity=60);
}

#divLoading {
    display: none;
}

span.linkcep {
    padding-left: 10px;
}

    span.linkcep a {
        color: #0072bc;
        font-size: 11px;
    }

        span.linkcep a:hover {
            text-decoration: underline;
        }

.RequiredFieldValidator {
    font: bold 11px verdana;
    color: Red;
}

.kd-button:hover {
    border: 1px solid #0C4273;
    color: #fff;
    -webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
    background-color: #0C4273;
    text-decoration: none;
    background-image: linear-gradient(top,#a4cde0,#6ab5dd);
}

.kd-button {
    display: inline-block;
    min-width: 54px;
    border: 1px solid #fff;
    border: 1px solid #fff;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    padding: 0 8px;
    line-height: 27px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
    background-color: #0C4273;
    background-image: linear-gradient(top,#6ab5dd,#a4cde0);
}

.nst-Img-MapDentePermanente {
    background: url("imagem/dente_mapeamento_permanente.png") center no-repeat;
    text-align: center;
    width: 48px;
    height: 48px;
}

.nst-Img-MapDenteDecidoVazio {
    background: url("") center no-repeat;
    text-align: center;
    width: 48px;
    height: 48px;
}

.nst-Img-MapDenteDecido {
    background: url("imagem/dente_mapeamento_deciduo.png") center no-repeat;
    text-align: center;
    width: 48px;
    height: 48px;
}

.nst-Mapeamento-ColunaEsquerda {
    background: #eceefc url('../../imagem/gridHeaderBKGD.gif') repeat-x;
    border-bottom: 1px solid #9196a2;
    /*border-top:1px solid #9196a2;*/
    border-left: 0px;
    border-right: 0px;
    color: #808080;
    height: 24px;
    font-size: 8pt;
    padding: 0px 7px;
    text-align: left;
}

.box-cookies.hide {
    display: none !important;
}

.box-cookies {
    position: fixed;
    background: #000000;
    width: 100%;
    z-index: 998;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .box-cookies .msg-cookies,
    .box-cookies .msg-cookies a:link a:visited,
    .box-cookies .btn-cookies {
        text-align: center;
        padding: 25px;
        color: #fff !important;
        font-size: 18px;
    }

    .box-cookies .btn-cookies {
        background: #1e88e5;
        cursor: pointer;
        align-self: normal;
        border: 0;
    }

@media screen and (max-width: 600px) {
    .box-cookies {
        flex-direction: column;
    }
}
