﻿* {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

body {
    margin: 0px;
    padding: 0px;
    /*font-family: Verdana;*/
    /*font-size: 11px;*/
    color: #003f51;
    background: #e1e1e3 repeat-x;
}

table {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
}

a {
    text-decoration: none;
    color: #003f51;
    font-weight: normal;
    cursor: pointer;
}

br {
    clear: both;
}

a:hover {
    color: #4d7483;
    text-decoration: underline;
}

.processandoSpinnerFundoDiv {
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=2);
    background-color: #000000;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.processandoSpinnerDiv {
    display: none;
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    border: 6px solid rgb(254 255 177 / 47%);
    -webkit-mask: linear-gradient(rgba(0, 0, 0, 0.2), #000000 90%);
    transform-origin: 50% 50%;
    transform: perspective(300px) rotateX(5deg);
    animation: spinner-wiggle 1.2s infinite;
    z-index: 999;
    -o-animation: pulse 2s infinite ease-in-out;
    -ms-animation: pulse 2s infinite ease-in-out;
    -moz-animation: pulse 2s infinite ease-in-out;
    animation: pulse 2s infinite ease-in-out;
}

    .processandoSpinnerDiv:before,
    .processandoSpinnerDiv:after {
        content: "";
        position: absolute;
        margin: -6px;
        box-sizing: inherit;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        opacity: .7;
        border: inherit;
        border-color: transparent;
        animation: spinner-spin 1.2s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, spinner-fade 1.2s linear infinite;
    }

    .processandoSpinnerDiv:before {
        border-top-color: rgb(255 238 170);
    }

    .processandoSpinnerDiv:after {
        border-top-color: rgb(252 229 3);
        animation-delay: 0.3s;
    }

@keyframes spinner-spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinner-fade {
    20% {
        opacity: .1;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: .1;
    }
}

#imgProcssDIV {
    z-index: 999;
    left: 50%;
    top: 50%;
    position: fixed;
}

#pagina {
    width: 1004px;
    margin: 0px auto auto auto;
    background-color: #f1f1f1;
}

#cabecalho {
    width: 1004px;
    color: #ccc;
    height: 110px;
    background: #e9e9e9;
}

#cabecalho-conectado {
    width: 1004px;
    height: 85px;
    color: #fff;
    background: url('../content/imagens/img_bg_ar_grafica') #b3b2b2 repeat-x;
}

#cabecalho h1 {
    padding: 20px 0px 0px 10px;
    font-size: 150%;
    color: red;
}

#banner {
    background-color: #ccc;
    height: 20px;
    color: #003f51;
}

#corpoPrincipal {
    float: left;
    width: 100%;
}

#conteudo {
    float: left;
    height: 100%;
    min-height: 400px;
    width: 100%;
}

#rodape {
    background-color: #333333;
    font-size: 12px;
    padding: 20px;
    text-align: center;
    color: White;
}

    #rodape a {
        color: White;
    }

.css-tab-nav {
    float: left;
    width: 100%;
    clear: both;
}

.css-tab-nav-item {
    cursor: pointer;
    border: none;
    background: #b3b2b2; /**/
    color: White;
    margin: 8px 0px 0px 2px;
    font-size: 12px;
    float: left;
    text-align: center;
}

    .css-tab-nav-item a {
        text-decoration: none;
        color: White;
        padding: 5px 25px 0px 25px;
        float: left;
        height: 20px;
    }

    .css-tab-nav-item:hover {
        background: #666;
        color: #fff;
    }

.css-tab-nav-item-disabled {
    cursor: pointer;
    border: none;
    background: #003f51;
    color: #8DA4A8;
    cursor: default;
    margin: 10px 0px 0px 2px;
    font-size: 13px;
    padding: 5px 15px 0px 15px;
    float: left;
    text-align: center;
    height: 19px;
}

.css-tab-nav-item-selecionado {
    cursor: pointer;
    background: #fce503; /*003f51*/
    border: none;
    margin: 3px 0px 0px 2px;
    float: left;
    text-align: center;
}

    .css-tab-nav-item-selecionado a {
        text-decoration: none;
        color: #000;
        padding: 6px 25px 0px 25px;
        height: 24px;
        float: left;
        font-size: 12px;
    }

.css-tab-item {
    float: left;
    border: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border: 1px solid #b1b3b2;
    margin-top: 0px;
    width: 100%;
    margin-left: -5px;
    _margin-left: -2px;
    background-color: #F1F1F1;
}

.css-tab-item-cadastros {
    float: left;
    border: none;
    padding-bottom: 0px;
    margin-bottom: 10px;
    border: 1px solid #b1b3b2;
    margin-top: 0px;
    width: 738px;
    margin-left: -5px;
    _margin-left: -2px;
    background-color: #F1F1F1;
}

.css-tab-item-container {
    padding: 7px 10px 10px 13px;
    width: auto;
}

.css-campo {
    font-family: Verdana;
    background-color: White;
    color: #333;
    font-size: 11px;
    float: left;
    margin: 3px 0px 0px 0px;
    padding-left: 5px;
    border: none;
    height: 17px;
    width: 100px;
    border: 1px solid #A7B7BA;
    padding-top: 1px;
}

.css-campo-lupa {
    background-image: url('../content/imagens/consultar.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px;
}

.css-campo-alerta {
    background-color: #B3C6CB;
    color: black;
    font-family: Verdana;
    font-size: 11px;
    float: left;
    margin: 3px 0px 0px 0px;
    padding-left: 5px;
    border: solid 1px #4e4e4e;
    height: 17px;
    width: 100px;
    padding-top: 1px;
}

.css-legenda {
    font-size: 11px;
    font-family: Verdana;
    color: #003f51;
    float: left;
    margin: 2px 5px 3px 0px;
    *margin: 2px5px3px0px;
    text-align: left;
    cursor: pointer;
    padding-left: 0px;
}

.css-legenda-radio {
    font-size: 11px;
    font-family: Verdana;
    color: #003f51;
    float: left;
    margin: 2px 15px 0px 0px;
    text-align: left;
    cursor: pointer;
    padding-left: 5px;
}

.css-campo-radio {
    float: left;
    margin: 3px 0px 0px 0px;
    *margin: -2px0px0px10px;
    cursor: pointer;
}

.css-legenda-check {
    font-size: 11px;
    font-family: Verdana;
    color: #003f51;
    float: left;
    margin: 5px 15px 0px 0px;
    *margin: 2px5px0px0px;
    text-align: left;
    cursor: pointer;
    padding-left: 0px;
}

.css-campo-check {
    float: left;
    margin: 5px 5px 0px 0px;
    *margin: 0px0px0px10px;
    cursor: pointer;
}

.css-campo-select {
    margin: 3px 0px 0px 0px;
    background-color: White;
    border: solid 1px #A7B7BA;
    color: #333;
    font-size: 11px;
    float: left;
    padding-left: 5px;
    height: 20px;
    padding-bottom: 1px;
}

.css-campo-select-alerta {
    background-color: #B3C6CB;
    border: solid 1px #4e4e4e;
    color: White;
    font-size: 11px;
    float: left;
    padding-left: 5px;
    height: 20px;
    padding-bottom: 1px;
}

.css-legenda-resumo {
    color: #ccc;
    float: left;
    margin: 3px 0px 0px 10px;
    text-align: left;
    padding-right: 5px;
    margin-top: 8px;
    width: 190px;
    text-align: right;
}

.css-legenda-resumo-descricao {
    text-align: left;
    margin-left: 0px;
    color: #e1e1e1;
    font-size: 14px;
    margin-top: 5px;
    float: left;
}


.css-botao {
    font-family: Verdana;
    min-height: 22px;
    min-width: 80px;
    padding: 3px 10px 3px 10px;
    border: solid 1px #b3b2b2;
    background: #b3b2b2; /* #b3b2b2#*/
    color: #ffffff;
    margin: 0px;
    cursor: pointer;
    font-size: 11px;
}

.css-botao-ok {
    border: solid 1px #498b39;
    background: #57a345;
}

    .css-botao-ok:hover {
        background: #6db95b;
    }



.css-botao-upload {
    font-family: Verdana;
    height: 22px;
    min-width: 470px;
    padding: 3px 0px 3px 3px;
    border: solid 1px #b3b2b2;
    background: #FFFFFF; /* #b3b2b2#*/
    color: #b3b2b2;
    margin: 0px;
    cursor: pointer;
    font-size: 11px;
}

.css-botao-suporte {
    font-family: Verdana;
    height: 22px;
    min-width: 50px;
    padding: 3px 0px 3px 0px;
    border: solid 1px #b3b2b2;
    background: #b3b2b2; /* #b3b2b2#*/
    color: #ffffff;
    margin: 0px;
    cursor: pointer;
    font-size: 11px;
}



.css-botao-desabilitado {
    font-family: Arial;
    min-width: 80px;
    height: 22px;
    padding: 3px 0px 3px 0px;
    border: solid 1px #B3C6CB;
    background: #B3C6CB;
    color: #ffffff;
    margin: 0px;
    cursor: pointer;
    font-size: 11px;
}

.css-botao-img {
    background-color: Transparent;
    border: 0px;
    padding: 0px;
}

.css-barra-navegador {
    background-color: #e1e1e1;
    text-align: center;
    height: 27px;
    padding-top: 5px;
}

.css-botao:hover {
    background: #666;
    color: #fff;
    border: solid 1px #666;
}

.css-botao:disabled {
    color: #666;
    cursor: default;
}

    .css-botao:disabled:hover {
        background: #B3C6CB;
        border: solid 1px #B3C6CB;
    }

.css-linhaDiv {
    height: 5px;
    border-top: solid 1px #CCD5D7;
    width: 100%;
    margin-top: 10px;
}

.css-cockpit {
    border: solid 1px #CCD5D7;
    width: 100%;
}

.css-Div-cockpit {
    border: 1px solid #CCD5D7;
    background: #f1f1f1;
    padding: 10px;
    margin-bottom: 10px;
}

.css-Div-dados {
    border: 0px solid #CCD5D7;
    padding: 0px;
    margin-bottom: 10px;
}

.css-Filtro-cockpit {
    margin: 0px;
    border-top: solid 0px #CCD5D7;
    border-bottom: solid 1px #CCD5D7;
    border-left: solid 1px #CCD5D7;
    border-right: solid 1px #CCD5D7;
    width: 354px;
    height: 60px;
    background-color: #f1f1f1;
}

.css-Filtro-tabela-cockpit {
    padding-top: 2px;
    padding-left: 15px;
    height: 55px;
}

label {
    float: left;
    margin-top: 7px;
}

#conteudo .field-validation-error {
    color: #c1022b;
    font-size: 11px;
    float: left;
    margin-top: 3px;
}

.ui-dialog {
    z-index: 1000 !important;
}


.css-framework-mensagemFundo {
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
    position: fixed;
    background-color: #000000;
    text-align: center;
    vertical-align: middle;
    top: 0px;
}

.css-framework-mensagemContainer {
    color: White;
    padding: 0px;
    width: 350px;
    border: 0px solid black;
    position: fixed;
    background-color: #003f51;
}

.css-framework-mensagemIcone {
    width: 25px;
    height: 25px;
    border: 0px solid #c9c9c9;
    position: absolute;
    left: 10px;
    top: 25px;
}

.css-framework-mensagemTexto {
    font-family: Verdana;
    font-size: 19px;
    color: #e1e1e1;
    text-align: left;
    margin: 35px 0px 0px 75px;
    padding-right: 10px;
}

.css-framework-mensagemBotoes {
    text-align: center;
    margin: 70px 0px 0px 0px;
    border-top: 1px solid #fff;
    padding: 10px 0px 10px 0px;
    background-color: #e1e1e1;
}

    .css-framework-mensagemBotoes button {
        background-color: Transparent;
    }

button.css-framework-mensagemBotoes-botoesConfirmacao {
    background: #003f51;
    border: none;
    color: White;
    height: 23px;
    cursor: pointer;
    padding: 0px 15px 0px 15px;
}

    button.css-framework-mensagemBotoes-botoesConfirmacao:hover {
        background: #003f51;
    }



/* Popup */
.css-framework-popupFundo {
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    background-color: #000000;
    text-align: center;
    vertical-align: middle;
    top: 0px;
}

.css-framework-popupContainer {
    background: #ddd;
    color: Black;
    padding: 0px;
    width: 320px;
    border: 0px solid black;
    position: absolute;
}

.css-framework-popupTitulo {
    width: 100%;
    height: 40px;
    border: 0px solid #003f51;
    background: #333;
    color: White;
    float: left;
}

.css-framework-popupTituloLabel {
    color: #ffffff;
    float: left;
    font-size: 18px;
    margin: 9px 0px 0px 10px;
}


.css-framework-popupTituloBotaoClose {
    font-family: Verdana;
    border: solid 1px #464646;
    background: black;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    float: right;
    margin: 3px 3px 0px 0px;
    width: 20px;
}

.css-framework-popupTexto {
    font-family: Verdana;
    font-size: 15px;
    color: black;
    text-align: left;
    margin: 25px 0px 0px 10px;
    *margin: 0px0px0px10px;
}


.css-campo-toolTipDiv {
    color: #fff;
    width: 200px;
    min-height: 40px;
    background: url('../content/imagens/img_mensagem_alerta.gif') #003F51 no-repeat 5px 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 38px;
    border: solid 1px #035167;
}

.css-grupo-tipo-papel {
    font-size: 17px;
    font-weight: normal;
    font-family: Verdana;
    color: #003F51;
    margin: 5px 5px 5px 0px;
    padding: 0px 5px 0px 0px;
}

.css-grupo {
    border: solid 0px #CCD5D7;
    padding: 5px 5px 5px 5px;
}

.css-grupo-orcamento {
    border: solid 1px #CCD5D7;
    padding: 5px 5px 10px 10px;
}

.css-grupo-orcamento-titulo {
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana;
    color: #003F51;
    margin: 5px 5px 0px 0px;
    padding: 0px 5px 5px 0px;
}

.css-label-orcamento {
    font-weight: bold;
    line-height: 16px;
}

.css-titulo {
    font-size: 17px;
    font-family: Verdana;
}

.css-informacao-grafica {
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana;
    color: #b3b2b2;
}

.css-Painel-mensagens {
    padding-left: 12px;
    line-height: 3px;
}

.css-TreeView {
    padding-top: 7px;
    padding-bottom: 5px;
    background-color: #f1f1f1;
}

.css-TreeView-Pai {
    /*background-color: #b3b2b2;*/
    /*color: #ffffff;*/
    font-weight: bold;
    height: 25px;
}

    .css-TreeView-Pai th {
        border-bottom: solid 1px #CCD5D7;
    }

    .css-TreeView-Pai:hover {
        border-bottom: solid 1px #CCD5D7;
        /*background-color: #003E4D;   */
        cursor: pointer;
    }

/*
.css-TreeView th
{
    background-color: #b3b2b2;   
    color: #ffffff;
    height: 25px;    
}
*/

.css-TreeView-Filho {
    background-color: #FFFFFF;
    height: 21px;
}

    .css-TreeView-Filho:hover {
        background-color: #FFFFFF;
    }

.css-TreeView td {
    height: 21px;
    background-color: #F1F1F1;
}

.css-TreeView-espaco {
    background-color: #ffffff;
}

.css-TreeView-valor {
    padding-left: 6px;
    padding-bottom: 2px;
    vertical-align: middle;
}

.css-Captcha {
    float: left;
    margin-top: -3px;
    height: 20px;
    width: 76px;
}

.css-fieldset {
    padding: 0px 15px 15px 15px;
    float: left;
    width: calc(100% - 10px) !important;
    border: solid 1px #e1e1e1;
    margin-top: 20px;
}

    .css-fieldset legend {
        margin-left: 20px;
        margin-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
        color: #ada934;
        font-weight: bold;
    }

    .css-fieldset .css-linhaDiv {
        border-top: solid 1px #fff;
    }


.css-TreeView {
    padding-top: 7px;
    padding-bottom: 5px;
    background-color: #f1f1f1;
}

.css-TreeView-Pai {
    /*background-color: #b3b2b2;*/
    /*color: #ffffff;*/
    font-weight: bold;
    height: 25px;
}

    .css-TreeView-Pai th {
        border-bottom: solid 1px #CCD5D7;
    }

    .css-TreeView-Pai:hover {
        border-bottom: solid 1px #CCD5D7;
        /*background-color: #003E4D;   */
        cursor: pointer;
    }

/*
.css-TreeView th
{
    background-color: #b3b2b2;   
    color: #ffffff;
    height: 25px;    
}
*/

.css-TreeView-Filho {
    background-color: #FFFFFF;
    height: 21px;
}

    .css-TreeView-Filho:hover {
        background-color: #FFFFFF;
    }

.css-TreeView td {
    height: 21px;
    background-color: #F1F1F1;
}

.css-TreeView-espaco {
    background-color: #ffffff;
}

.css-TreeView-valor {
    padding-left: 6px;
    padding-bottom: 2px;
    vertical-align: middle;
}


#culturaBrasilImg, .culturaBrasilImg {
    border: none;
    background-color: transparent;
    background: url('../content/imagens/bandeira_brasil.gif') no-repeat;
    width: 24px;
    height: 17px;
    border: solid 1px #e1e1e1;
}

    #culturaBrasilImg:hover {
        background: url('../content/imagens/bandeira_brasil_hover.gif') no-repeat;
        border: solid 1px #f5f5f5;
    }

#culturaUSImg, #culturaUSImg {
    border: none;
    background-color: transparent;
    background: url('../content/imagens/bandeira_us.gif') no-repeat;
    width: 24px;
    height: 17px;
    border: solid 1px #e1e1e1;
}

    #culturaUSImg:hover {
        background: url('../content/imagens/bandeira_us_hover.gif') no-repeat;
        border: solid 1px #f5f5f5;
    }

#culturaSpainImg, .culturaSpainImg {
    border: none;
    background-color: transparent;
    background: url('../content/imagens/bandeira_spain.gif') no-repeat;
    width: 24px;
    height: 17px;
    border: solid 1px #e1e1e1;
}

    #culturaSpainImg:hover {
        background: url('../content/imagens/bandeira_spain_hover.gif') no-repeat;
        border: solid 1px #f5f5f5;
    }

.div-hover:hover {
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}

li.icone_atencao > a:after {
    content: url('../Content/imagens/icone_atencao.png');
    margin-left: 4px;
}

li.icone_checado > a:after {
    content: url('../Content/imagens/icone_checado.png');
    margin-left: 4px;
}

.editable-container.ui-widget {
    font-size: inherit;
    z-index: 9990;
    width: 260px;
}

    .editable-container.ui-widget input {
        width: 100px;
        height: 22px;
        font-size: 12px;
        margin-left: 4px;
    }

.css-botao-verde {
    background-color: #8fde98;
    border: solid 1px #a7c2aa;
    color: #fff;
}

.css-campo-alerta, .css-campo-select-alerta {
    border-color: #ac2020 !important;
    color: #ac2020 !important;
    background-color: #f2f0c2 !important;
}

.select2-error {
}

    .select2-error.select2-container .select2-choice > .select2-chosen, .select2-error a.select2-choice, .select2-error.select2-container--default .select2-error.select2-selection--single {
        color: #ffd800 !important;
        border-color: #ac2020 !important;
        color: #ac2020 !important;
        background-color: #f2f0c2 !important;
    }



.seta-obrasoft {
    float: left;
    background: url(Imagens/nc_status_cinza.gif) no-repeat;
    background-size: contain !important;
    width: 146px;
    height: 60px;
    text-align: center;
    padding-top: 4px;
    font-size: 11px;
    font-weight: bold;
    color: #959794;
    margin-left: -18px !important;
}

    .seta-obrasoft .cinza {
        background: url(Imagens/nc_status_cinza.gif) no-repeat;
    }

.center-outer {
    float: right;
    right: 50%;
    position: relative;
}

.center-inner {
    float: right;
    right: -50%;
    position: relative;
}

.informacao img {
    height: auto;
}

.select2-container .select2-choice > .select2-chosen {
    white-space: normal !important;
}

.campo-obrigatorio-asterisk {
    float: right;
    color: red;
    font-size: 11px;
}

button[comando='ajuda'] {
    display: none;
}

.form-bpm {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    margin-top: 0px !important;
    border-radius: 12px;
}

.titulo-etapa {
    margin-top: 20px;
}

.pull-left {
    float: left !important;
}

fieldset {
    padding: 0px 15px 15px 15px;
    border: solid 1px #e1e1e1;
    margin-top: 20px;
    border-radius: 5px;
}

legend {
    width: auto;
}


.select2-results li:hover {
    background: #ccc;
    cursor: pointer;
}

.select2-selection__clear {
    margin-right: 5px !important;
    opacity: 0.3;
}

select:disabled {
    border-radius: 3px;
    padding: 5px;
}


.btn-comando:hover {
    background: #fff;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
    border: solid 1px #ccc;
    padding: 0px 5px 0px 5px;
    border-radius: 3px;
}

.ui-dialog .ui-dialog-titlebar-close {
    border: solid 1px #ccc;
    border-radius: 5px;
}

    .ui-dialog .ui-dialog-titlebar-close:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00d";
    }

.titulo-1 {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}

.agrupador {
    color: #887c32;
}

.dica-informacao-menu {
    color: blue !important;
    left: 8px;
}

.dica-informacao {
    color: blue !important;
    position: relative;
    top: 9px;
    left: 8px;
}

.titulo-1 input[type="checkbox"] {
    margin-right: 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal !important;
}

.select2-container--default .select2-selection--single {
    overflow: hidden;
}


.btn-trocar-ambiente {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 3px;
    background: none repeat scroll 0% 0% #E9EAEE;
    border: 1px solid #f3f3f3;
    padding: 2px 8px 2px 8px;
    margin-left: 10px;
    text-align: center;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

    .btn-trocar-ambiente:hover {
        background: none repeat scroll 0% 0% #E9EAEE;
        box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
        opacity: 1;
        text-decoration: none;
    }

    .btn-trocar-ambiente i {
        margin-right: 5px;
    }

.ui-dialog .ui-dialog-title {
    color: #ada934;
}

.btn-link {
    font-size: 10px;
    font-weight: 400;
    color: #007bffab !important;
    background-color: transparent;
}


div .dropButton {
    display: flex;
    padding-top: 5px;
    margin-bottom: 7px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    color: #999;
    background-color: #ededed !important;
}

/*.css-tab-item {
    display: inline-table;
}*/

/* Estilo para tornar a tabela responsiva */
/*table {
    overflow-x: auto;
}*/

/* Estilo para as células da tabela */
/*table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 8px;
    margin: 0;
}*/

/* Estilo para remover bordas extras nas células */
/*table tr {
    border: none;
}*/

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

.btn-dialog {
    font-size: 12px !important;
    padding: 4px !important;
    min-width: 120px;
}

.texto-dialog {
    font-size: 14px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-login-sso:hover {
    background-color:#fff;
}
.btn-login-sso {
    cursor: pointer;
    background-color: #d5d3d4;
    color: #292929;
    padding: 8px;
    font-weight: bold;
    border: solid 1px #b6b6b6;
    border-radius: 8px;
    display: inline-flex;
    margin-bottom:22px;

}

select.form-control:not([size]):not([multiple]){
    height:auto !important;
}

.w-100{
    clear:both;
}