/* possibilitar cards com grids ajustados à altura e largura disponíveis na tela */
html, body {
    height: 100vh; /* vh: altura total da viewport */
    max-width: 100vw; /*vw: largura total da viewport */
    margin: 0 auto;
    padding-top: 00px;
    border: 0px solid red;
}

/* ajustando o alinhamento da imagem do cliente no canto superior esquerdo */
.header-nav-brand {
    display: flex !important;
    align-items: center;
}

/* fazer o card de conteúdo ocupar toda largura */
.contain-lg {
    max-width: none;
}

.k-card-header {
    background: linear-gradient(#F1F1F1, #FFF) !important;
}


/* Breacrumb Telerik*/
.breadcrumbTelerik {
    background-color: transparent;
    box-shadow: none;
}

    .breadcrumbTelerik > li {
        margin-top: 5px;
        list-style: none;
    }

.breadcrumb > li {
    font-size: 11pt;
}

/*==============================================
  ESTILOS DA MASTER
==============================================*/
/* Menu - Foto da minha conta */
.customer-photo-mini {
    display: inline-block;
    border-radius: 50%;
    background-size: 43px 43px;
    background-position: center top;
    background-position-y: -4px;
    vertical-align: middle;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    background-repeat: no-repeat;
    border: 2px solid #0aa89e;
}



/* Alerta de Suporte de Navegador na Master */
#jr_inner {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 12px;
    background: #FFF;
    border: 1px solid #CCC;
    color: #4F4F4F;
    margin: 0 auto;
    height: 160px;
    padding: 10px;
    position: relative;
    box-sizing: content-box;
}

    #jr_inner .jr_icon {
        width: 120px;
        height: 100px;
        margin: 1px auto;
        padding: 0;
        background: transparent no-repeat scroll left top;
        cursor: pointer;
    }

    #jr_inner ul {
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #jr_inner ul li {
            cursor: pointer;
            float: left;
            width: 120px;
            height: 122px;
            margin: 0 10px 10px 10px;
            padding: 0;
            text-align: center;
            font-size: 8pt;
        }

    #jr_inner li a {
        color: #333;
        font-size: 0.8em;
        text-decoration: none;
        padding: 0;
        margin: 0;
    }


/*==============================================
  OUTROS ESTILOS
==============================================*/

/* Tooltips de formulário */
/*#fieldlist .k-tooltip {
    background-color: #faebd4;
    border-color: #f7d7be;
    color: #ff785a;
    height: 22px;
    line-height: 20px;
}*/

/*.lista-campos-form .k-tooltip {
    background-color: #faebd4;
    border-color: #f7d7be;
    color: #333;
    height: 22px;
    line-height: 20px;
    margin-left: 5px;
}*/

section {
    padding: 15px;
}

.section-header {
    height: 44px;
}
/* estilo do Bipper para ser utilizado em telas que terão apenas um grid que se ajusta à largura e altura da tela */
.bip-conteudo-elastico .col-xs-12 .bip-grid-elastico .k-grid-header {
    font-size: 9pt;
}

.bip-conteudo-elastico .col-xs-12 .bip-grid-elastico .k-grid-content-locked {
    font-size: 9pt;
}

.bip-conteudo-elastico .col-xs-12 .bip-grid-elastico .k-grid-content {
    font-size: 9pt;
}
/* Necessário para não ocultar o ícone de coluna com filtro ao passar o mouse sobre o cabeçalho da coluna */
.bip-grid-elastico a.k-link {
    background-color: transparent;
    border-color: #cccccc;
    color: #333333;
}

.k-grid td {
    text-overflow: initial !important;
}

/* ajuste visual de elementos do menu */
.gui-icon {
    text-align: center;
}
/* Mensagens de alerta, erro e sucesso para formulários */
.alerta-geral-centro, .erro-geral-centro, .sucesso-geral-centro {
    display: none;
    position: relative;
    padding: 10px;
    line-height: 14pt;
}

.alerta-geral, .erro-geral, .sucesso-geral {
    display: none;
    position: relative;
    padding: 10px;
    line-height: 14pt;
    width: max-content;
}

#divMsgAlertas {
    margin-top: 15px;
    margin-left: 127px;
    margin-bottom: 15px;
    min-height: 20px;
}

#divMsgAlertasCentro {
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Botão destaque - destacar a ação mais importante ou inicial de uma tela que já possui outros botões de ação (btn-primary) */
.btn-destaque {
    color: white;
    background-color: rgba(213, 95, 22, 1);
    border-color: rgba(213, 95, 22, 1);
}

    .btn-destaque:hover {
        color: white;
        background-color: rgba(171, 77, 18, 1);
        border-color: rgba(171, 77, 18, 1);
    }

    .btn-destaque:active, .btn-destaque.active {
        color: white;
        background-color: rgba(171, 77, 18, 1);
        border-color: rgba(171, 77, 18, 1);
    }

    .btn-destaque:focus {
        color: white;
        background-color: rgba(171, 77, 18, 1);
        border-color: rgba(171, 77, 18, 1);
    }

/* Botões secundários antigos */
.btn-second {
    color: white;
    background-color: #a4a3a3;
    border-color: #a4a3a3;
}

    .btn-second:hover {
        color: white;
        background-color: #808080;
        border-color: #808080;
    }

    .btn-second:active, .btn-second.active {
        color: white;
        background-color: #808080;
        border-color: #808080;
    }

    .btn-second:focus {
        color: white;
        background-color: #808080;
        border-color: #808080;
    }

/* Antigo botão destaque
.btn-third {
    color: white;
    background-color: rgba(213, 95, 22, 1);
    border-color: rgba(213, 95, 22, 1);
}

    .btn-third:hover {
        color: white;
        background-color: rgba(171, 77, 18, 1);
        border-color: rgba(171, 77, 18, 1);
    }

    .btn-third:active, .btn-second.active {
        color: white;
        background-color: rgba(171, 77, 18, 1);
        border-color: rgba(171, 77, 18, 1);
    }

    .btn-third:focus {
        color: white;
        background-color: rgba(171, 77, 18, 1);
        border-color: rgba(171, 77, 18, 1);
    } */


/* Elementos de formulários */
.form-control {
    padding: 3px;
    border: 1px solid silver;
    font-size: 14px;
    height: 30px;
    color: #20252b;
}

.form-group {
    margin-bottom: 15px !important;
}


/* Rotação de ícones */
.icon-rotate-45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.form-group .campoObrigatorio {
    opacity: 0.8;
}

.form-group .form-control ~ label:after,
.form-group .form-control ~ .form-control-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    /*left: 45%;*/
    left: 0;
    height: 2px;
    /*width: 10px;*/
    width: 100%;
    opacity: 0;
    /*background-color: #0aa89e;*/
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.form-group .form-control:focus ~ label:after,
.form-group .form-control:focus ~ .form-control-line:after {
    opacity: 1;
    width: 100%;
    left: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #e5e6e6;
    opacity: 1;
}

.k-textbox {
    width: 100%;
}

.k-window-title {
    font-size: 10pt;
}

.CarregandoOcultar {
    display: none;
}

.carregamentoParar {
    display: inline;
}

.CarregandoExibir {
    display: inline-block;
    -moz-animation: spin-moz .7s infinite linear;
    -webkit-animation: spin-webkit .7s infinite linear;
    animation: spin .7s infinite linear;
}

    .CarregandoExibir:hover, .CarregandoExibir:active {
        text-decoration: none;
    }

@-moz-keyframes spin-moz {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin-webkit {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Template Days */
.exhibition, .party, .cocktail {
    width: 20px;
    height: 20px;
    margin: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 50%;
    line-height: 20px;
}

.exhibition {
    background-color: #000;
    color: #000;
}

.party {
    background-color: #70c114;
}

.cocktail {
    background-color: #0fbeb3;
    color: #FFFFFF;
    font-weight: bold;
}


/* css para formularios */
#fieldlist {
    list-style-type: none;
}

    #fieldlist > li {
        margin-bottom: 7px;
        list-style-type: none;
    }
        /* css das labels */
        #fieldlist > li label {
            font-size: 12px;
            width: 120px;
            text-align: right;
            vertical-align: middle;
            margin-bottom: 0px;
            margin-right: 3px;
            line-height: 100%;
        }

.label_informacoes {
    color: blue;
    text-align: left;
    font-size: 9pt;
    line-height: 20pt;
}

#fieldlist > li label.campoOpcional {
    color: #808080;
    font-style: italic;
}

#fieldlist > li.ultima-modificacao {
    color: #808080;
    text-align: left;
    font-size: 9pt;
    line-height: 30pt;
}

#fieldlist > li a.ultima-modificacao-usuario:link {
    color: #0aa89e;
    text-decoration: underline;
}

#fieldlist > li a.ultima-modificacao-usuario:visited {
    color: #0aa89e;
    text-decoration: underline;
}

#fieldlist > li a.ultima-modificacao-usuario:hover {
    color: #0aa89e;
    text-decoration: underline;
}

#fieldlist > li a.ultima-modificacao-usuario:active {
    color: #0aa89e;
    text-decoration: underline;
}

#fieldlist > li.ultima-modificacao i {
    vertical-align: middle;
    margin-bottom: 1px;
}

.lista-campos-form > li.ultima-modificacao i.md-history {
    vertical-align: bottom;
}

/* lista de campos */
.lista-campos-form {
    list-style-type: none;
}

    .lista-campos-form > li {
        margin-bottom: 7px; /*7px*/
        list-style-type: none;
    }
        /* css das labels */
        .lista-campos-form > li label {
            font-size: 12px;
            width: 120px;
            text-align: right;
            vertical-align: middle;
            margin-bottom: 0px;
            margin-right: 3px;
            line-height: 100%;
        }

        /* css dos multiselect */
        .lista-campos-form > li .k-multiselect {
            display: inline-block;
            vertical-align: middle;
        }

    /* Label com ícone de ajuda presente em alguns campos dos formulários */
    .lista-campos-form label.ajuda-form-label {
        width: auto;
        color: #666;
        cursor: pointer;
    }

        .lista-campos-form label.ajuda-form-label:hover {
            width: auto;
            color: #333;
            cursor: pointer;
        }

    .lista-campos-form > li label.campoOpcional {
        color: #808080;
        font-style: italic;
    }

    .lista-campos-form > li.ultima-modificacao {
        color: #808080;
        text-align: left;
        font-size: 9pt;
        line-height: 30pt;
    }

    .lista-campos-form > li a.ultima-modificacao-usuario:link {
        color: #0aa89e;
        text-decoration: underline;
    }

    .lista-campos-form > li a.ultima-modificacao-usuario:visited {
        color: #0aa89e;
        text-decoration: underline;
    }

    .lista-campos-form > li a.ultima-modificacao-usuario:hover {
        color: #0aa89e;
        text-decoration: underline;
    }

    .lista-campos-form > li a.ultima-modificacao-usuario:active {
        color: #0aa89e;
        text-decoration: underline;
    }

    .lista-campos-form > li.ultima-modificacao i {
        vertical-align: middle;
        margin-bottom: 1px;
    }

/* Remove alguns estilos padrão do Firefox (por exemplo: borda vermelha nos inputs com atributos "required" dos formulários) */
:invalid {
    box-shadow: none;
}

:-moz-submit-invalid {
    box-shadow: none;
}

:-moz-ui-invalid {
    box-shadow: none;
}
/* -- */

/**************************************************************************************/

input[type='radio'] {
    vertical-align: text-bottom;
}

/*.breadcrumb > li { text-transform: uppercase; }*/

/* ícone do módulo */
.breadcrumb > li:first-child i, .breadcrumb > li:first-child span {
    font-size: 11pt;
    vertical-align: text-bottom;
}
/* ícone do último item */
.breadcrumb .brc-icone-link {
    /*font-size:12px; color:#888E8C;*/
    vertical-align: sub;
    display: none;
}

.breadcrumb a:link {
    text-decoration: underline;
    text-transform: capitalize;
}

.breadcrumb a:visited {
    text-decoration: underline;
    text-transform: capitalize;
}

.breadcrumb a:hover {
    text-decoration: underline;
    text-transform: capitalize;
}

.breadcrumb {
    display: inline;
}

/* Error template 
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}
.wrong-pass {
    width: 550px;
    height: 100px;
}
.wrong-pass h3 {
    color: red;
    font-size: 1.6em;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}
.wrong-pass p {
    color: #ff0000;
    color: rgba(100%,0%,0%,.7);
    font-size: 1.2em;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

.wrong-pass img {
    float: left;
    margin: 30px 15px 30px 30px;
}*/


/* Botão de Filtro Cadastros */
.btnFiltroCadastros {
    padding: 7px 7px !important;
}


/* Ajuste imagem login */
@media (min-height: 500px) and (max-height: 700px) {
    section.section-account .img-backdrop {
        height: 300px;
    }
}

.txtFilter {
    width: 200px;
    height: 25px;
    vertical-align: middle;
    box-shadow: none;
    padding: .177em 0;
    text-indent: .33em;
    font-size: 100%;
    border-radius: 4px;
    border-width: 1px;
    line-height: normal;
}


.DivPreloader {
    color: white;
    font-size: 50px;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 47%;
    left: 47%;
}

#fundoGeral {
    visibility: hidden;
    padding: 0px;
    position: fixed;
    padding: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(051, 051, 051, 0.4);
    width: 100%;
    height: 100%;
    z-index: 100000;
}

#fundoGeralMaster {
    visibility: hidden;
    padding: 0px;
    position: fixed;
    padding: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(051, 051, 051, 0.4);
    width: 100%;
    height: 100%;
    z-index: 100000;
}

#txtFindGrid::-webkit-input-placeholder {
    color: gray;
    font-size: 12px;
}

#txtFindGrid:-moz-placeholder {
    color: gray;
    font-size: 12px;
}

#txtFindGrid::-moz-placeholder {
    color: gray;
    font-size: 12px;
}

#txtFindGrid:-ms-input-placeholder {
    color: gray;
    font-size: 12px;
}

/* campo de pesquisa acima dos grids (input + botão) */


.pesquisa-cadastros button {
    position: absolute;
    right: 0;
    top: 12px;
    border-radius: 0px 3px 3px 0px;
    z-index: 1;
    height: 30px;
}

    .pesquisa-cadastros button i {
        top: 0px;
    }

.pesquisa-cadastros input {
    height: 30px;
}


.customer-photo-geral {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
}

.customer-photo-geral2 {
    display: inline-block;
    width: 64px;
    height: 32px;
    background-size: 64px 32px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    /*border: 2px solid #0aa89e;*/
}

.customer-photo-geral3 {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: 80px 83px;
    background-position: center center;
    vertical-align: middle;
    line-height: 80px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    /*border: 2px solid #0aa89e;*/
}

.customer-photo-geral4 {
    display: inline-block;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    margin-left: 0px;
    /*border: 2px solid #0aa89e;*/
    width: 32px;
    height: 32px;
    background-size: 100%;
}

.customer-photo-geral5 {
    display: inline-block;
    width: 100px;
    height: 50px;
    background-size: 105px 55px;
    background-position: center center;
    vertical-align: middle;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    /*border: 2px solid #0aa89e;*/
}

.customer-photo-geral6 {
    display: inline-block;
    width: 50px;
    height: 35px;
    background-size: 50px 35px;
    background-position: center center;
    vertical-align: middle;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    /*border: 2px solid #0aa89e;*/
}

.customer-photo-geral60x60 {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    background-position: center center;
    vertical-align: middle;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    /*border: 2px solid #0aa89e;*/
}

.customer-photo-geral80x80 {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-position: center center;
    vertical-align: middle;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    /*border: 2px solid #0aa89e;*/
}

.customer-name-geral {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px;
}

.selected-value-geral {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-size: 100%;
    margin-right: 5px;
    margin-top: -2px;
    border-radius: 50%;
    border: 1px solid #0aa89e;
}

.vertical-line {
    border-left: 1px solid #BFBFBF;
    float: left;
    position: absolute;
    height: 100%;
}

/* Treeview de indicação de registros pai (form cliente, estrutura, produto, etc) */
#trvNivelHierarquia .k-treeview .k-item,
.trvCampoHierarquia .k-treeview .k-item {
    padding: 0 0 0 16px;
}

#trvNivelHierarquia,
.trvCampoHierarquia {
    background-color: #f5f5f5 !important;
    border-radius: 5px;
    color: black;
    margin-left: 7px;
    width: 450px;
    font-size: 12px;
    padding: 7px;
    padding-bottom: 1px;
    border: 1px solid silver !important;
    display: -moz-box;
}

    #trvNivelHierarquia .k-state-selected,
    .trvCampoHierarquia .k-state-selected {
        box-shadow: none;
        color: #333;
        background-color: transparent;
    }

    #trvNivelHierarquia .k-in:hover,
    .trvCampoHierarquia .k-in:hover {
        box-shadow: none;
        color: #333;
        background-color: transparent;
    }

    #trvNivelHierarquia .k-state-focused,
    .trvCampoHierarquia .k-state-focused {
        box-shadow: none;
        color: #333;
        background-color: none;
    }

    #trvNivelHierarquia .k-top.k-bot,
    .trvCampoHierarquia .k-top.k-bot {
        font-weight: bold;
        color: #333;
        margin-top: -2px;
    }

    #trvNivelHierarquia .k-treeview-lines,
    .trvCampoHierarquia .k-treeview-lines {
        margin-left: -20px;
    }

    #trvNivelHierarquia .vazio,
    .trvCampoHierarquia .vazio {
        color: #666;
    }

.modal #trvNivelHierarquia,
.modal .trvCampoHierarquia {
    width: 360px;
}


.card-head header {
    padding: 11px 12px; /* estava 27px */
    font-size: 18px;
}

.card-body {
    padding: 12px;
}

/* Animação bounce do glyphicon-download */
.bounce {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

.iconeSistema i {
    width: 10px;
    text-align: center;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@-ms-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -ms-transform: translateY(0);
    }

    40% {
        -ms-transform: translateY(-30px);
    }

    60% {
        -ms-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

/* Wizard -- Demoplot */
.wizard {
    margin: 20px auto;
    background: #fff;
    max-width: 1080px;
}

.wizard-inner .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 4px;
    background: #e0e0e0;
    position: absolute;
    width: 100%; /*70%;*/
    margin: 0 auto;
    /*left: 10%;*/
    /*right: 10%;*/
    top: 50%;
}

.wizard-inner .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard-inner .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}


.wizard-inner li.active span.texto-tab {
    color: #157566;
}

.titEtapas {
    display: none;
}

span.texto-tab {
    text-align: center;
    width: 100%;
    position: absolute;
    font-size: 16px;
    top: -20px;
}

span.round-tab {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 10;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
}

    span.round-tab i {
        color: #555555;
    }

    span.round-tab:hover {
        color: #808080;
        border: 2px solid #808080;
        cursor: pointer;
    }

.wizard-inner li:after {
    content: " ";
    position: absolute;
    left: 43%; /*46%*/
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    transition: 0.1s ease-in-out;
}

.wizard-inner li.active:after {
    content: " ";
    position: absolute;
    left: 43%; /*46%*/
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #e0e0e0;
}

.wizard-inner .nav-tabs > li a {
    width: 60px;
    height: 60px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    opacity: 1;
}

    .wizard-inner .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 40px; /*20px*/
}

.wizard h3 {
    margin-top: 0;
}

.input-form {
    width: 500px;
    min-height: 28px;
    padding: 0px !important;
}

.input-form-divide {
    width: 250px;
    min-height: 28px;
    padding: 0px !important;
}

.input-form-modal {
    width: 50%;
    min-height: 28px;
    padding: 0px !important;
}

.input-form-divide-modal {
    width: 25%;
    min-height: 28px;
    padding: 0px !important;
}

.input-form-alert {
    margin-top: 15px;
    margin-left: 128px;
    margin-bottom: 15px;
    min-height: 20px;
    width: 500px;
}

.input-form-alert-divide {
    margin-top: 15px;
    margin-left: 128px;
    margin-bottom: 15px;
    min-height: 20px;
    width: 250px;
}

.input-form-alert-modal {
    margin-top: 15px;
    margin-left: 128px;
    margin-bottom: 15px;
    min-height: 20px;
    width: 50%;
}

.input-form-alert-modal-full {
    margin-top: 15px;
    margin-left: 128px;
    margin-bottom: 15px;
    min-height: 20px;
}

.input-form-alert-divide-modal {
    margin-top: 15px;
    margin-left: 128px;
    margin-bottom: 15px;
    min-height: 20px;
    width: 25%;
}

.divisor {
    display: block;
    height: 0px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0 0 7px 0;
    padding: 0;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
}

.list-inline li {
    vertical-align: top;
}

    .list-inline li span {
        display: block;
    }

    .list-inline li button {
        width: 115px;
        height: 32px;
    }

.liBotao {
    margin-left: 138px;
}

.divMsgAlertas {
    margin-top: 15px;
    margin-left: 128px;
    margin-bottom: 15px;
    min-height: 20px;
    width: 50%;
}

.lista-dados-agricultor {
    width: 50%;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: -14px;
    margin-left: 5px;
}

.ImgRegSafra {
    float: right;
    margin-top: -20px;
}

.itemCampoRegSafra {
    margin-top: 20px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 100px;
}

    .itemCampoRegSafra img {
        cursor: pointer;
    }

@media( max-width : 768px ) {
    ul, ol {
        padding-left: 0px !important;
    }

    .section-body {
        margin-top: 20px;
    }

    .wizard .tab-pane {
        margin-top: -10px !important;
    }

    span.texto-tab {
        display: none;
        font-size: 16px;
    }

    .titEtapas {
        display: inline-block !important;
        font-size: 18px;
        margin-top: -20px;
    }

    .lista-campos-form li label {
        text-align: right;
    }

    .input-form {
        width: 320px;
    }

    .input-form-alert {
        margin-top: 15px;
        margin-left: 128px;
        margin-bottom: 15px;
        min-height: 20px;
        width: 320px;
    }

    .input-form-alert-divide {
        margin-top: 15px;
        margin-left: 128px;
        margin-bottom: 15px;
        min-height: 20px;
        width: 250px;
    }

    .input-form-alert-modal {
        margin-top: 15px;
        margin-left: 128px;
        margin-bottom: 15px;
        min-height: 20px;
        width: 50%;
    }

    .input-form-alert-divide-modal {
        margin-top: 15px;
        margin-left: 128px;
        margin-bottom: 15px;
        min-height: 20px;
        width: 25%;
    }

    .divMsgAlertas {
        margin-top: 15px;
        margin-left: 128px;
        margin-bottom: 15px;
        min-height: 20px;
        width: 75%;
    }

    .lista-dados-agricultor {
        width: 100%;
        margin-top: 0;
    }

    .ImgRegSafra {
        float: none;
    }

    .list-inline li {
        margin-bottom: 15px;
    }
}

@media( max-width : 585px ) {
    .wizard {
        width: 100%;
        height: auto !important;
    }

    /*span.texto-tab {
        font-size: 10px;
    }*/

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        /*width: 50px;*/
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .lista-campos-form li label {
        text-align: left;
        width: 100%;
    }

    .input-form {
        width: 100%;
        display: block;
    }

    .input-form-divide {
        width: 100%;
    }

    .input-form-modal {
        width: 100%;
    }

    .input-form-divide-modal {
        width: 100%;
    }

    .divMsgAlertas {
        margin-top: 15px;
        margin-left: -8px;
        margin-bottom: 15px;
        min-height: 20px;
        width: 100%;
    }

    .input-form-alert {
        margin-top: 15px;
        margin-left: 0px;
        margin-bottom: 15px;
        min-height: 20px;
        width: 100%;
    }

    .input-form-alert-divide {
        margin-top: 15px;
        margin-left: 0px;
        margin-bottom: 15px;
        min-height: 20px;
        width: 100%;
    }

    .input-form-alert-modal {
        margin-top: 15px;
        margin-left: 0px;
        margin-bottom: 15px;
        min-height: 20px;
        width: 100%;
    }

    .input-form-alert-divide-modal {
        margin-top: 15px;
        margin-left: 0px;
        margin-bottom: 15px;
        min-height: 20px;
        width: 100%;
    }

    .liBotao {
        margin-left: 5px;
    }
}

@media( max-width : 400px ) {
    span.texto-tab {
        font-size: 8px;
    }
}

/*Apresentacao Mapeamento*/

.tituloScrollViewMapeamento {
    text-align: center;
    margin: 0;
    padding: 0px 10px 0px 0px;
    position: relative;
    height: 28px;
}

    .tituloScrollViewMapeamento > #divTitulo {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 20px !important;
        text-align: center;
        font-weight: bold;
    }

        .tituloScrollViewMapeamento > #divTitulo #titulo {
            position: relative;
        }

    .tituloScrollViewMapeamento #titulo {
        text-align: center;
        font-size: 20px !important;
        font-weight: bold;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto
    }

    .tituloScrollViewMapeamento > #tituloFiltro {
        text-align: center;
        font-size: 20px !important;
        font-weight: bold;
    }

    .tituloScrollViewMapeamento > #imagem {
        width: 25px;
        float: right;
        cursor: pointer;
        margin-top: 5px;
    }

    .tituloScrollViewMapeamento > #telaCheia {
        width: 25px;
        float: right;
        cursor: pointer;
        margin-top: 5px;
    }

    .tituloScrollViewMapeamento > #contextoTitulo {
        width: 25px;
        float: right;
        cursor: pointer;
        margin-top: 5px;
    }

    .tituloScrollViewMapeamento > #detalhe {
        text-transform: none !important;
        font-size: 16px !important;
        text-align: center;
        display: block;
        margin-right: -10px;
    }

    .tituloScrollViewMapeamento > #spanCultura {
        float: right;
        margin-top: 0px;
    }

    .tituloScrollViewMapeamento > .selecaoCultura {
        float: right;
        cursor: pointer;
        margin-top: 5px;
        margin-left: 3px;
        margin-right: 3px;
    }

        .tituloScrollViewMapeamento > .selecaoCultura > a {
            line-height: 15px !important;
        }

.tabelaScrollViewMapeamento {
    width: 100%;
    height: 100%;
}

    .tabelaScrollViewMapeamento tr > .colunaSeparador {
        width: 1px !important;
        border-left: 1px solid #BFBFBF;
    }

.tabelaFonteMapeamento {
    font-size: 14px !important;
}

@media( max-width : 1360px ) {
    .tituloScrollViewMapeamento > #divTitulo {
        font-size: 16px !important;
    }

        .tituloScrollViewMapeamento > #divTitulo #titulo {
            font-size: 16px !important;
        }

    .tituloScrollViewMapeamento > #titulo {
        font-size: 16px !important;
    }

    .tituloScrollViewMapeamento > #tituloFiltro {
        font-size: 16px !important;
    }

    .tituloScrollViewMapeamento > #detalhe {
        font-size: 14px !important;
    }

    .tabelaFonteMapeamento {
        font-size: 12px !important;
    }
}

.popover-content > .selecaoCampanha {
    text-decoration: none !important;
    white-space: nowrap;
}

.popoverSelecaoCampanha .popover-content {
    max-height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

/*MENU DO DISTRIBUIDOR SELECIONADO*/
#distribuidor-menu {
    margin: 0 12px 20px 12px;
    padding-left: 0;
}

    #distribuidor-menu .dist-nome {
        display: inline-block;
        text-align: left;
        padding: 0;
        margin: 0;
        vertical-align: middle;
    }

    #distribuidor-menu .dist-menu {
        display: inline-block;
        text-align: left;
        padding: 0;
        margin: 0;
    }

.dist-nome-texto {
    font-size: 14pt;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .dist-nome, .dist-menu {
        max-width: 100%;
    }
}

#distribuidor-menu .dist-nome i {
    vertical-align: top;
    line-height: 30px;
}

    #distribuidor-menu .dist-nome i.abrirmenu {
        color: darkgray;
        cursor: pointer;
        margin-top: auto;
    }

.cadastro label.legenda {
    width: 110px;
    color: #999c96;
    font-weight: bold;
}

.md-history:before {
    vertical-align: text-top !important;
}

.md-arrow-back:before {
    vertical-align: bottom !important;
}

/**Menu seleção campanha**/
/*.breadcrumbSelecaoCampanha {
    float: right;
    background-color: rgb(255,255,255,0.6);
    border: solid 1px #b0b0b0;
    padding: 5px 8px 5px 5px;
    list-style-type: none;
    display: inline;
    border-radius: 3px;
}*/



ol.breadcrumbSelecaoCampanha, ol.menuSelecaoCampanha {
    display: inline;
}

.menuMaster {
    float: right;
    background-color: rgb(255,255,255,0.6);
    border: solid 1px #b0b0b0;
    list-style-type: none;
    display: inline;
    border-radius: 3px;
    width: auto;
}

    .menuMaster #liSelecaoCampanha {
        padding: 5px 0px 5px 5px;
        display: inline-block;
    }

    .menuMaster .btnNavegarVGC {
        border-left: solid 1px #b0b0b0;
        padding-left: 8px;
        display: inline-block;
        line-height: 34px;
        padding-right: 8px;
        color: #999;
    }

        .menuMaster .btnNavegarVGC:hover {
            color: #333
        }

        .menuMaster .btnNavegarVGC .fa-external-link-alt {
            font-size: 14px;
        }

.menuSelecaoCliente {
    float: right;
    margin-left: 5px;
    width: 350px;
    display: none;
}

.menuSelecaoClienteVU {
    float: left;
    margin-left: 5px;
    width: 450px;
    display: none;
}

.contain-lg-max1200 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.nomeEtapa {
    font-size: 12px;
    width: 100px;
    top: 60px;
    text-align: center;
    line-height: 10pt;
}

.quebraLinha {
    white-space: normal;
    text-align: -webkit-center !important;
}

.topicoEtapas {
    color: #0096af;
    border-bottom: 2px solid #0096af;
    font-size: 15px !important;
    padding-bottom: 5px;
}

.legendaStatus {
    color: #2e2e2e;
    font-size: 14px;
}

.tipoStatus {
    color: #444;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}


.cardEvento {
    padding: 20px;
}

.botaoSelecionarCanais {
    border: 2px solid #0096AF;
    color: #0096AF;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 6px;
    width: 131px;
    background: #fff;
    font-weight: bold;
}

    .botaoSelecionarCanais:hover {
        background: #CCEAEF;
        border: 2px solid #0096AF;
        color: #0096AF;
    }

.EVE-btn-dark {
    color: #ffffff;
    border-color: #333333;
    background-image: none;
    background-position: 50% 50%;
    background-color: #333333;
}

    .EVE-btn-dark:hover {
        color: #ffffff;
        border-color: #4f4f4f;
        background-image: none;
        background-position: 50% 50%;
        background-color: #4f4f4f;
    }


.EVE-btnLink {
    background: #fff;
    border: #fff;
}

    .EVE-btnLink span, input.EVE-btnLink, button.EVE-btnLink {
        text-decoration: underline;
        margin-right: 5px;
    }

.cardCanaisParticipantes {
    border: 1px solid #CCCCCC;
    padding: 10px;
    border-radius: 5px;
    margin-left: 12px;
}

.tituloCardEvento {
    font-size: 20px;
    font-weight: bold;
    line-height: 1pt;
}

.subtituloCardEvento {
    color: #444;
    font-size: 14px;
    line-height: 1pt;
}

.labelDataCardEvento {
    color: #444;
    opacity: 1;
    font-weight: bold;
}

.labelLocalCardEvento {
    font-weight: bold;
    margin-top: 10px;
    color: #444;
}

.campoObrigatorio::after {
    content: ' *';
    color: red;
    font-size: 18px !important;
}

.botaoAdicionarEtapa {
    background-color: #FE6325;
    color: #fff;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    border: 1px solid #FE6325;
    text-transform: uppercase;
    margin-top: 20px;
}

.cardEtapas {
    margin-top: 20px;
    background-color: #F8F8F8;
}

.editarEtapa {
    font-size: 16px;
    color: #444;
    cursor: pointer;
    margin-right: 10px;
}

.removerEtapa {
    font-size: 16px;
    color: #444;
    cursor: pointer;
}

.circuloStatus {
    color: #bababa;
    font-size: 14px;
    margin-right: 5px;
}

.tituloCardInvestimento {
    color: #444;
    margin-bottom: 10px;
    font-weight: bold;
}

.spanCards {
    font-size: 14px;
}

.valorInvestimentoPrevisto {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.valorTotalComprovado {
    font-weight: bold;
    font-size: 18px;
}

.espacoEntreLinhasInvestimento {
    line-height: 20px;
    margin-bottom: 53px;
}

.espacoEntreLinhasTotalComprovado {
    line-height: 20px;
}

.spanInvestimento {
    text-transform: uppercase;
    font-size: 14px;
}

.cardEtapasESimulacao {
    height: 150px;
}


input.EVE-checkbox + label {
    padding-left: 21px;
}

.EVE-checkbox-label:before {
    background: #fff;
    border-color: #0096AF;
    color: #0096AF;
    font-weight: bold;
    width: 16px;
    height: 13px;
    font-size: 15px;
    box-sizing: content-box;
    line-height: 13px !important;
    border: 2px solid;
    padding-right: 1px;
    padding-top: 2px;
}

.EVE-checkbox:disabled + .EVE-checkbox-label:before {
    color: #fff !important;
    background-color: #999 !important;
    border: 1px solid #999;
}

.EVE-checkbox:disabled + .EVE-checkbox-label:after, .EVE-checkbox:checked:disabled + .EVE-checkbox-label:active:after, .EVE-checkbox:disabled + .EVE-checkbox-label:hover:before, .EVE-checkbox:checked:disabled + .EVE-checkbox-label:hover:after {
    color: #fff !important;
    background-color: #999 !important;
}


/*ZOETIS - MÓDULO CAMPANHAS DE MARKETING */
input.CMKT-checkbox + label {
    padding-top: 3px;
    padding-left: 21px;
}

.CMKT-checkbox-label:before {
    background: #0096af;
    border-color: transparent;
    color: #fff;
    font-weight: bold;
    width: 16px;
    height: 16px;
    font-size: 13px;
    box-sizing: content-box;
    line-height: 17px;
}

.CMKT-checkbox:disabled + .CMKT-checkbox-label:before {
    color: #fff !important;
    background-color: #999 !important;
    border: 1px solid #999;
}

.CMKT-checkbox:disabled + .CMKT-checkbox-label:after, .CMKT-checkbox:checked:disabled + .CMKT-checkbox-label:active:after, .CMKT-checkbox:disabled + .CMKT-checkbox-label:hover:before, .CMKT-checkbox:checked:disabled + .CMKT-checkbox-label:hover:after {
    color: #fff !important;
    background-color: #999 !important;
}

.subtitulosCardCMKT {
    color: #444;
    font-size: 14px;
    line-height: 1pt;
}

/* botões */
.k-links-de-navegacao {
    background-color: #fff;
    color: #333;
    text-decoration: underline !important;
}

    .k-links-de-navegacao:hover {
        opacity: 0.75;
        background-color: #fff;
    }

.PM-Quadro {
    border: 1px solid #0096af;
    background: #EAF9FC;
    padding: 10px;
}

.botaoLink {
    border: 0px;
    background-color: transparent;
    text-decoration: underline;
}

.EVE-nomeEventoHeader {
    font-weight: 600;
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #444;
}

.EVE-nomeCampanhaHeader {
    border-right: solid #444 2px;
    width: auto;
    padding-left: 0px;
    padding-right: 8px;
    color: #444;
}

.EVE-dataEventoHeader {
    color: #707070;
    margin-top: 30px;
    text-align: right;
    padding-right: 22px;
}

.EVE-botaoLinkAzul {
    background: #fff;
    border: #fff;
}

#btnTrocar .EVE-botaoLinkAzul {
    margin-top: 20px;
}

html #btnTrocar .k-upload {
    width: 100%;
}

.EVE-botaoLinkAzul {
    color: #0096AF;
    text-decoration: underline;
    background-color: transparent;
    border: transparent;
    font-size: 15px;
}

    .EVE-botaoLinkAzul:hover {
        background: transparent;
        color: #0096AF;
    }

#evento .card {
    margin-bottom: 11px;
}

/**Ajustes ie**/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #subir {
        position: static !important;
        background: transparent !important;
        color: #000000 !important;
        border-radius: 0px !important;
        box-shadow: 0px 0px 0px 0px rgba(9, 9, 9, 0.3) !important;
    }

        #subir i {
            color: #000 !important;
        }

        #subir:after {
            content: 'Voltar ao topo';
            text-decoration: underline;
        }

    .EVE-checkbox-label:before {
        background: #fff !important;
        border-color: #0096AF !important;
        color: #0096AF !important;
        font-weight: bold !important;
        width: 15px !important;
        height: 15px !important;
        font-size: 15px !important;
        box-sizing: content-box !important;
        line-height: 13px !important;
        border: 2px solid !important;
        padding-right: 1px !important;
        padding-top: 0px !important;
    }

    .form-wizard.form-wizard-horizontal .nav .step {
        display: table-caption !important;
    }

    #ulClassificacao .step, #ulGovernanca .step {
        display: inline-table !important;
    }
}


@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .form-wizard.form-wizard-horizontal .nav .step {
        display: table-caption !important;
    }
}

span.TituloEscolha {
    color: #0096AF;
    font-size: 14px;
}

.quebraLinha {
    margin-right: 10px;
}

.k-action-buttons {
    border-style: hidden;
    padding-right: 13.5px;
    padding-left: 13.5px;
    bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

/**Estilo estrutura vendas**/
.treeListEstruturaVenda .checkTreeListEstruturaVenda {
    display: inline-flex !important;
}

.treeListEstruturaVenda .k-checkbox {
    margin: 0;
    vertical-align: middle;
}

    .treeListEstruturaVenda .k-checkbox + .k-checkbox-label {
        margin: 0;
    }

.treeListEstruturaVenda .checkTreeListEstruturaVenda > img {
    display: inline-block;
    margin-left: -2px;
}

.treeListEstruturaVenda .checkTreeListEstruturaVenda > div {
    display: inline-block;
    margin-left: 4px;
}

.treeListEstruturaVenda .spanEstruturaVenda {
    vertical-align: -webkit-baseline-middle;
}

.treeListEstruturaVenda .spanResponsavel {
    display: block;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    outline: none;
}

/** Ajustando Modal **/
.modal-dialog-fullscreen {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content-fullscreen {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    background-color: white;
}

.modal-body-fullscreen {
    padding: 0;
}

.modal-open-fullscreen {
    overflow-y: hidden !important;
}

.container-frame {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.btn-fechar-pdf {
    position: absolute;
    z-index: 9999;
    top: 15px;
    right: 15px;
}

.divComboCliente .k-dropdown-wrap .k-input, .divComboCliente .k-dropdown-wrap.k-state-default, .divComboCliente .menuSelecaoCliente {
    height: 34px;
    margin-right: 10px;
}

.divComboCliente .k-icon {
    vertical-align: bottom;
}

.divComboCliente .menuSelecaoCliente {
    float: none;
    margin-right: 10px;
}

.divComboClienteVU .menuSelecaoClienteVU {
    float: none;
    margin-right: 10px;
}

.divComboCliente {
    float: right;
    display: flex;
}

.divComboClienteVU {
    float: left;
    display: flex;
}


    .divComboCliente .k-dropdown-wrap.k-state-default {
        margin-right: 0px;
    }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none; /*5px auto -webkit-focus-ring-color;*/
    outline-offset: -2px;
}

.toolTipCliente {
    padding: 5px;
}

    .toolTipCliente table caption {
        padding: 2px 5px;
        font-weight: bold;
        font-size: medium;
    }

    .toolTipCliente table th,
    .toolTipCliente table td {
        padding: 2px 5px;
        font-size: small;
    }

.colunaReticenciasMaster {
    width: 210px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: text-top;
    vertical-align: -webkit-baseline-middle;
}

.gui-folder a .title {
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gui-controls > li > ul > li > ul a .title {
    width: 155px;
}

.gui-controls > li > ul > li > ul > li > ul a .title {
    width: 132px;
}

.gui-controls > li > ul > li > ul > li > ul > li > ul a .title {
    width: 115px;
}

#fieldlist .k-form-error {
    /* background-color: #faebd4; */
    /* border-color: #f7d7be; */
    /* color: #333; */
    /* line-height: 20px; */
    /* margin-left: 5px; */
    /* position: static; */
    /* display: inline-block; */
    /* min-width: 30px; */
    /* text-align: center; */
    /* background-repeat: repeat-x; */
    /* border-style: solid; */
    /* border-width: 1px; */
    /* border-radius: 5px; */
    /* z-index: 12000; */
    /* font-style: normal; */
    /* margin: 0px; */
    /* vertical-align: middle; */
}

    #fieldlist .k-form-error::before {
        width: initial;
        content: "\e403";
        font-family: 'WebComponentsIcons';
        font-size: 18px;
    }

.lista-campos-form .k-form-error {
    background-color: #faebd4;
    border-color: #f7d7be;
    color: #333;
    line-height: 20px;
    margin-left: 5px;
    position: static;
    display: inline-block;
    min-width: 30px;
    text-align: center;
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    z-index: 12000;
    padding: 2px;
    font-style: initial;
    vertical-align: baseline;
}

    .lista-campos-form .k-form-error::before {
        width: initial;
        content: "\e403";
        font-family: 'WebComponentsIcons';
        font-size: 18px;
        vertical-align: bottom;
    }

#liSelecaoCampanha {
    cursor: pointer;
}

.infoSelecaoCampanha {
    color: #777;
}

.tooltip > .tooltip-inner {
    padding: 7px;
}

.k-tabstrip .k-tabstrip-items {
    padding-top: 1px;
}

#liCampanha i {
    color: #333333;
    font-weight: bold;
    padding-right: 10px;
    margin-bottom: 2px;
}

#liCampanha a {
    color: #333333;
    font-size: 11pt;
    text-decoration: none;
}

    #liCampanha a:hover {
        color: #EF8345;
        font-size: 11pt;
        text-decoration: underline;
    }

#liCampanha .breadcrumb a {
    color: #EF8345;
    font-size: 11pt;
    text-decoration: none;
}

/*    #liCampanha:hover {
        color: #d06527;
        cursor: pointer;
        text-decoration: underline;
    }*/


.breadcrumb #liCampanha a:hover {
    color: #EF8345 !important;
}

/*.k-widget.k-window {
    height: auto !important;
}
*/
/* Mantém o alinhamento à direita dos componentes com overflow = right que estão na toolbar dos grids */
.k-grid-toolbar {
    display: block !important;
}

    .k-grid-toolbar .card-head {
        display: block !important;
    }

.k-widget.k-window #Upload iframe {
    position: absolute;
}

#confirmBoxYesButton i, #confirmBoxNoButton i {
    margin-right: 5px;
}

#btnFindCep, #btnFindPai, #btnFind {
    font-size: 13px;
}

.notificacao-sucesso {
    height: 25px;
    /*width: 300px;*/
    border: 1px solid #94af7d;
    color: #3c763d;
    background-color: #dff0d8;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

    .notificacao-sucesso p {
        line-height: 15px;
        margin: 5px 0px 5px 0px;
    }

.notificacao-erro {
    min-height: 25px;
    /*width: 400px;*/
    border: 1px solid #CC9C9B;
    color: #a94442;
    background-color: #f2dede;
    border-radius: 3px;
    /*padding-left: 5px;
    padding-right: 5px;*/
    text-align: center;
}

    .notificacao-erro p {
        line-height: 15px;
        margin: 5px;
    }

.confirm-success {
    height: 25px;
    border: 1px solid #94af7d;
    color: #3c763d;
    background-color: #dff0d8;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.wrong-pass {
    height: 25px;
    width: 400px;
    border: 1px solid #a94442;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

/* Página de apresentação de módulos */
#apresentacaoSistema .headerSistema {
    position: relative;
    height: 170px;
    border-radius: 2px 2px 0 0;
}

    #apresentacaoSistema .headerSistema .headerSistemaBackground {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.2;
        background-position: left top;
        background-repeat: round round;
    }

    #apresentacaoSistema .headerSistema .headerSistemaIcone {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

        #apresentacaoSistema .headerSistema .headerSistemaIcone i {
            position: absolute;
            bottom: 30px;
            right: 30px;
            font-size: 80px;
        }


    #apresentacaoSistema .headerSistema .favoritos {
        position: absolute;
        bottom: 10px;
        left: 16px;
    }

    #apresentacaoSistema .headerSistema h2 {
        margin-right: 80px;
    }

.k-grid .btnFiltroCadastros {
    margin: 0px;
}

.k-button.k-button-icontext.k-grid-delete,
.k-button.k-button-icontext.k-grid-edit,
.k-button.k-button-icontext.k-grid-update,
.k-button.k-button-icontext.k-grid-cancel {
    min-width: 32px !important;
}

.k-window-iframecontent {
    padding: 0px;
    overflow: visible;
    display: table-row !important;
}

.popover-content > .selecaoStdVersao {
    text-decoration: none !important;
    /*white-space: nowrap;*/
}

a.selecaoStdVersao {
    display: block;
}

body > .popover > .popover-content > .selecaoStdVersao {
    line-height: 1.4 !important;
    margin-bottom: 7px;
}

.popover-content > .selecaoStdVersao:before {
    content: ' \2799';
}

ol.breadcrumbSelecaoStdVersao, ol.menuSelecaoStdVersao {
    display: inline;
}

.menuMaster #liSelecaoStdVersao {
    padding: 5px 0px 5px 5px;
    display: inline-block;
}

#liSelecaoStdVersao {
    cursor: pointer;
}

.infoSelecaoStdVersao {
    color: #777;
}



.popover-content > .selecaoCampanhaVendaCruzada {
    text-decoration: none !important;
    white-space: nowrap;
}

a.selecaoCampanhaVendaCruzada {
    display: block;
}

ol.breadcrumbSelecaoCampanhaVendaCruzada, ol.menuSelecaoCampanhaVendaCruzada {
    display: inline;
}

.menuMaster #liSelecaoCampanhaVendaCruzada {
    padding: 5px 0px 5px 5px;
    display: inline-block;
}

#liSelecaoCampanhaVendaCruzada {
    cursor: pointer;
}

.infoSelecaoCampanhaVendaCruzada {
    color: #777;
}


.popover-content > .selecaoCampanhaProjeto {
    text-decoration: none !important;
    white-space: nowrap;
}

a.selecaoCampanhaProjeto {
    display: block;
}

ol.breadcrumbSelecaoCampanhaProjeto, ol.menuSelecaoCampanhaProjeto {
    display: inline;
}

.menuMaster #liSelecaoCampanhaProjeto {
    padding: 5px 0px 5px 5px;
    display: inline-block;
}

#liSelecaoCampanhaProjeto {
    cursor: pointer;
}

.infoSelecaoCampanhaProjeto {
    color: #777;
}

/* categorias*/
.titulo-curso {
    height: 37px;
}

#duracaoCurso {
    margin-bottom: 5px;
}
/* #endregion caregorias*/

/* #region Breadcrumb */
.breadcrumb {
    font-size: 0;
}

    .breadcrumb li:first-child {
        text-transform: uppercase;
    }

    .breadcrumb > li + li:before {
        font-weight: bold;
        font-size: 14px;
    }

    .breadcrumb a {
        text-decoration: underline;
        text-decoration: none;
    }

    .breadcrumb li a:hover {
        color: #EF8345;
        cursor: pointer;
        text-decoration: underline;
    }

    .breadcrumb .separadorBreadcrumb {
        font-weight: bold;
        font-size: 14px;
        padding: 0 2px 0 2px;
    }
/*#endregion Breadcrumb */