﻿body {
    background-color: White;
    font-family: sans-serif;
    font-size: 14px;
    color: Black;
    margin: 0px 0px 0px 0px;
}

a {
    color: #333333;
    text-decoration: none !important;
}

    a:hover {
        color: black;
        text-decoration: none;
    }

fieldset {
    padding: 20px !important;
    padding-top: 0px !important;
    margin-bottom: 15px;
    border-radius: 5px;
}

    fieldset > legend {
        width: initial;
        border: none;
        font-size: 14px;
        font-weight: bold;
        color: #888;
    }


input[type=checkbox], input[type=radio] {
    margin: 2px;
    margin-right: 7px;
}

.modal-dialog .modal-content .modal-header {
    font-size: 18px;
    font-weight: 600;
}

.well {
    display: inline-block;
    width: 100%;
}

.alert {
    font-size: 11pt;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 12px;
    display: inline-block;
    width: 100%;
}

.alert-sm {
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 8px;
}

.table-nowrap td, .table-nowrap th {
    white-space: nowrap;
}

.table .action-column {
    text-align: right;
    white-space: nowrap;
}

    .table .action-column .btn {
        margin-left: 3px;
    }

.table td, .table th {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.nav-tabs li.active a {
    color: black;
}

    .nav-tabs li.active a:hover {
        color: black;
    }

    .nav-tabs li.active a.active {
        font-weight: bold;
    }

.nav-tabs li a {
    color: gray;
}

    .nav-tabs li a:hover {
        color: black;
    }

.tab-pane {
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.tab-pane-without-side-padding {
    margin-top: 15px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.panel-heading {
    font-weight: bold !important;
}

.marginless {
    margin: 0px !important;
}

.table-marginless {
    margin: 0px !important;
}

.table-padding-1 td, .table-padding-1 th {
    padding: 3px 4px !important;
}

.table-borderless td, .table-borderless th {
    border: none !important;
}

.input-group-btn select {
    border-color: #ccc;
    height: 34px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-action-small {
    padding: 2px;
    font-size: 16px;
    text-transform: capitalize;
    color: #337ab7;
    background-color: transparent;
    border: none;
}

    .btn-action-small span {
        margin-right: 0px !important;
    }

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default {
    background-color: transparent;
    opacity: 0.4;
}

.modal-iframe {
    overflow: hidden !important;
}

.modal-frame {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0;
    z-index: 9999;
}

.margin-bottom {
    margin-bottom: 15px;
}

/* GRUPO */

.GrupoTitulo {
    padding: 8px 10px 8px 10px;
    background-color: #eeeeee;
    border-bottom: solid 2px #d7d7d7;
    font-weight: bold;
}

.GrupoCorpo {
    padding: 10px;
    background-color: #f1f1f1;
    border-top: none;
}

.LinkDicaAnaliseEmailMarketing {
    font-weight: bold;
    color: blue;
}

/* FIM GRUPO */

.ItemAcesso {
    border: solid 1px #f1f1f1;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}

    .ItemAcesso:hover {
        border: solid 1px #c1c1c1;
        background-color: #F9F9F9;
    }

    .ItemAcesso .check {
        text-align: center;
        width: 60px;
        line-height: 60px;
        float: right;
        font-size: 22px;
    }

    .ItemAcesso #icon {
        text-align: center;
        float: left;
        width: 60px;
        line-height: 60px;
        font-size: 25px;
    }

    .ItemAcesso #title {
        padding: 10px;
        padding-left: 60px;
        white-space: normal;
    }

.LinkLinhaGrid {
    cursor: pointer;
}

    .LinkLinhaGrid:hover {
        text-decoration: underline;
    }

.FontRequerido {
    color: #f14a4a;
    font-size: 10pt !important;
    font-weight: 600 !important;
}

/* MENU */

.MenuBugFix {
    z-index: 1000;
}

.DynamicMenuItemChat {
    text-align: left;
    padding: 4px 10px 4px 5px;
}

    .DynamicMenuItemChat a:hover {
        text-decoration: none;
    }

.StaticMenuItemChat a:hover {
    text-decoration: none;
}

.StaticMenuItem:Hover {
    text-decoration: none;
}

.StaticMenuItem a {
    display: block;
}

.DynamicMenuItem a {
    display: block;
}

    .DynamicMenuItem a:hover {
        text-decoration: none;
    }

/* FIM */

.FundoTitulo {
    background-color: #eeeeee;
    background-position: left bottom;
    background-repeat: repeat-x;
    border-bottom: solid 3px #e6e6e6;
    background-position: left bottom;
    background-repeat: repeat-x;
    vertical-align: middle;
    color: black;
    width: 100%;
    height: 37px;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 10pt;
}

.SubTitulo {
    border-radius: 0px;
    background-color: #f2f2f2;
    border-radius: 0px;
    /*border-bottom: solid 3px #ededed;*/
    margin-top: 0px;
    margin-bottom: 15px;
    width: 100%;
    height: 38px;
}

    .SubTitulo .Linha {
        vertical-align: middle;
        color: black;
        padding-left: 13px;
        padding-right: 13px;
        font-weight: bold;
        font-size: 13px;
    }

    .SubTitulo .Numerador {
        border-left: solid 3px #e6e6e6;
        background-color: #4f4f4f;
        /*border-top: solid 2px #b67500;
        border-left: solid 2px #b67500;*/
        /*border-right: solid 2px #d48800;
        border-bottom: solid 2px #d48800;*/
        vertical-align: middle;
        color: #FFF;
        padding: 0px;
        width: 35px;
        height: 35px;
        text-align: center;
        font-weight: bold;
        font-size: 14pt;
    }

.SubTituloSimples {
    padding: 5px 10px 5px 10px;
    background-color: #e6edf3;
    border-bottom: solid 1px #9db2c1;
}


/* RODAPÉ POP-UP - INÍCIO */

.RodapePopUp {
    position: fixed;
    width: 100%;
    bottom: 0%;
    padding-top: 7px;
    padding-bottom: 8px;
    border-top: solid 1px #e5e5e5;
    background-color: #f5f5f5;
}

    .RodapePopUp .Actions {
        float: right;
        padding-right: 10px;
    }

    .RodapePopUp .StatusMessage {
        float: left;
        padding-left: 10px;
        font-size: 9pt;
        font-weight: bold;
    }

    .RodapePopUp .ActionButtons {
        float: right;
        padding-right: 10px;
    }

        .RodapePopUp .ActionButtons input[type="button"], .BtJanela {
            background-color: #5b5b5b;
            border: solid 1px #2a2a2a;
            font-family: Arial;
            color: White;
            font-size: 10pt;
            font-weight: bold;
            text-align: center;
            padding: 6px 12px;
            cursor: pointer;
            border-radius: 3px;
            margin: 2px;
        }

            .RodapePopUp .ActionButtons input[type="button"]:hover,
            .BtJanela:hover {
                background-color: #8b8b8b;
            }

/* RODAPÉ POP-UP - FIM */


.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* POP-UP - INÍCIO */

.DialogBodyContent {
    position: fixed;
    padding: 12px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 54px;
    overflow-x: auto;
    overflow-y: auto;
    /*overflow-y: scroll;
    overflow-x: auto;*/
}

.DialogFooterContent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 9px 12px;
    border-top: solid 1px #e5e5e5;
    background-color: #f5f5f5;
    text-align: right;
    z-index: 5;
    margin: 0;
    display: inline-block;
}

    .DialogFooterContent input {
        margin-left: 3px;
    }


.DialogPageBody2 {
    /*margin-top: 51px;*/
    margin-bottom: 51px;
}

.DialogheadContent2 {
    padding: 0px 15px;
    height: 51px;
    border-bottom: solid 1px black !important;
    background-color: #222;
    text-align: left;
    font-weight: bold;
    font-size: 12pt;
    line-height: 51px;
    color: #f6f6f6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    display: none;
}

    .DialogheadContent2 button {
        background-color: #d3d3d3;
        padding: 0px !important;
        border: none;
        color: #333;
        float: right;
        width: 26px;
        height: 26px;
        border-radius: 4px;
        font-size: 12px;
        margin-top: 12px;
        text-align: center;
    }

        .DialogheadContent2 button:hover {
            background-color: #e9e9e9;
        }

.DialogBodyContent2 {
    padding: 15px !important;
    z-index: 0;
    width: 100%;
}

.DialogFooterContent2 {
    text-align: left;
    /*margin: 0;*/
    /*display: inline-block;
    z-index: 3;*/
}

    .DialogFooterContent2 .btn {
        margin-left: 3px;
        font-weight: bold;
    }

        .DialogFooterContent2 .btn i {
            opacity: 0.5;
            padding-right: 5px;
        }

@media (max-width: 768px) {

    .DialogPageBody2 {
        margin-bottom: 0px;
    }

    .DialogBodyContent2 {
    }

    .DialogFooterContent2 {
        margin: 0 !important;
        margin-bottom: 20px;
        position: relative !important;
        width: 100% !important;
        height: auto;
        padding: 15px 20px !important;
        /*border-top: solid 1px #e5e5e5 !important;
        border-bottom: solid 1px #e5e5e5 !important;*/
    }

        .DialogFooterContent2 div {
            width: 100%;
            margin: 0px !important;
            padding: 0px !important;
        }

        .DialogFooterContent2 .btn {
            width: 100% !important;
            margin: 5px 0px !important;
        }
}

/* POP-UP - FIM */

/* RODAPÉ CADASTRO DENTRO DA MASTER PRINCIPAL - INÍCIO */

.RodapeAcaoMaster {
    background-image: url('/Content/Images/RodapeInterseccao.png');
    background-position: left top;
    background-repeat: repeat-x;
    padding-top: 20px;
    position: fixed;
    width: 100%;
    bottom: 50px;
    left: 0px;
}

    .RodapeAcaoMaster #rodape {
        background-color: WhiteSmoke;
        width: 100%;
        border: solid 1px silver;
        padding: 10px 12px 0px 10px;
        margin-bottom: 20px;
        vertical-align: top;
    }

A:link {
    text-decoration: none;
}

A:active {
    text-decoration: none;
}

A:visited {
    text-decoration: none;
}

A:over {
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
}

/* PAGINAÇÃO */

.QuadroPaginacao {
    width: 100%;
    background-color: WhiteSmoke;
    padding: 10px;
}

.BotaoSelecionadoNumeroPaginacao {
    color: black;
    font-size: 12pt;
    font-weight: bold;
    padding: 2px;
}

.BotaoAcaoPaginacao {
    color: black;
    font-size: 11pt;
    font-weight: bold;
}

.BotaoNumeroPaginacao {
    color: gray;
    font-size: 12pt;
    font-weight: bold;
    padding: 2px;
    text-decoration: none;
}

    .BotaoNumeroPaginacao:hover {
        text-decoration: underline;
    }


/* FORMATAÇÃO DE FIELDSETS */

fieldset {
    border: 1px solid #d4d4d4;
    padding: 8px 10px 15px 12px;
}

legend {
    padding-left: 5px;
    padding-right: 5px;
    color: #353535;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
}

/* BUTTONS */

.search-filters-panel {
    /*background-color: #f8f8f8 !important;*/
    padding: 20px;
    border-radius: 5px;
    /*box-shadow: #e9e9e9 0px 0px 4px inset;
    border: solid 1px #e1e1e1;*/
    margin-bottom: 10px;
    background-color: #fcfcfc !important;
    border: solid 2px #f1f1f1 !important;
}

    .search-filters-panel .action-buttons {
        /*text-align: right;*/
        vertical-align: top;
    }

        .search-filters-panel .action-buttons .btn {
            margin-left: 2px !important;
        }

.search-filters-small-panel {
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #fcfcfc !important;
    border: solid 2px #f1f1f1 !important;
}

/****************************************
SEARCH PANEL
****************************************/

.search-panel {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

    .search-panel .search-panel-body {
        margin-right: -15px;
    }

        .search-panel .search-panel-body label {
            margin-bottom: 3px;
        }

        .search-panel .search-panel-body .form-group {
            margin-left: -15px !important;
            margin-right: 0px !important;
            margin-bottom: 10px !important;
        }

    .search-panel .search-panel-footer {
        padding-top: 15px;
        text-align: right;
        float: right;
    }

        .search-panel .search-panel-footer .btn {
            margin-left: 3px !important;
            margin-bottom: 6px !important;
        }

/*@media (max-width: 768px) {
            .search-panel .search-panel-footer .btn {            
            width: 100%;
        }
}*/

/****************************************
FORM PANEL
****************************************/

.form-panel {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

    .form-panel .form-panel-head {
        border-bottom: solid 2px #dcdfe2;
        color: #555555;
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 6px;
        position: relative;
        /*text-shadow: 1px 1px 0px #fff;*/
    }

    .form-panel .form-panel-body {
        padding-top: 15px;
    }

@media (min-width: 768px) {
    .form-panel .form-panel-body {
        /*margin-right: -15px !important;*/
    }

        .form-panel .form-panel-body .form-group {
            margin-left: -15px !important;
            margin-right: 0px !important;
            margin-bottom: 10px !important;
        }
}

.form-panel-label-right label {
    text-align: right;
}

@media (max-width: 1199px) {
    .form-panel-label-right label {
        text-align: left;
    }
}

/****************************************
FORM TABLE
****************************************/

.form-table {
}

    .form-table > tbody > tr > td {
        padding: 3px 5px;
    }

/* DataPaginator */

.DataPaginator {
    width: 100%;
    font-size: 12pt;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}

    .DataPaginator a {
        color: #303030;
    }

        .DataPaginator a:hover {
            color: #303030;
        }

    .DataPaginator .Next {
        text-align: right;
        vertical-align: middle;
        display: inline-block;
    }

        .DataPaginator .Next a {
            border: solid 1px black;
            border-radius: 5px;
            padding: 2px 8px;
            display: block;
        }

            .DataPaginator .Next a:hover {
                background-color: #e9e9e9;
            }

    .DataPaginator .PageNumbers {
        text-align: center;
        vertical-align: middle;
        display: inline-block;
    }

        .DataPaginator .PageNumbers a {
            color: #444;
            border: solid 1px black;
            border-radius: 5px;
            padding: 2px 8px;
            display: inline-block;
            font-weight: bold;
        }

            .DataPaginator .PageNumbers a:hover {
                background-color: #e9e9e9;
            }

        .DataPaginator .PageNumbers .Selected {
            background-color: #1263ae !important;
            color: white;
        }

    .DataPaginator .Previous {
        text-align: left;
        vertical-align: middle;
        display: inline-block;
    }

        .DataPaginator .Previous a {
            border: solid 1px black;
            border-radius: 5px;
            padding: 2px 8px;
            display: block;
        }

            .DataPaginator .Previous a:hover {
                background-color: #e9e9e9;
            }


.InfoConsultaMasterDiv {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 20px;
    opacity: 0.8;
}


.InfoConsultaDivLegenda {
    float: left;
    position: relative;
    margin-right: 12px;
    margin-bottom: 5px;
}

.InfoConsultaDivInfo {
    float: right;
    position: relative;
    font-size: 10pt !important;
    font-weight: 600 !important;
    color: #555;
}

.InfoConsultaTdCorLegenda {
    background-repeat: repeat-x;
    width: 17px;
    height: 15px;
    font-size: 1px;
    border-radius: 4px;
}

.InfoConsultaTdTituloLegenda {
    padding-left: 8px;
    font-size: 9pt;
    font-style: italic;
    color: #555;
}

.checkbox-big, .checkbox-big input[type=checkbox] {
    width: 22px !important;
    height: 22px !important;
    color: red;
    cursor: pointer;
}

.modal-content {
    border-radius: 5px;
}

.modal .modal-header {
    background-color: #f9f9f9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal .modal-footer {
    background-color: #f9f9f9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.form-label {
    margin-bottom: 15px !important;
    margin-left: -15px !important;
    margin-right: 0px !important;
    font-size: 12pt;
    font-weight: 600;
}

    .form-label label {
        width: 100%;
        border-bottom: solid 2px #e6e6e6;
        font-size: 11pt;
        font-weight: 600;
        color: gray;
    }

.alert-default {
    background-color: #f1f1f1 !important;
    border-color: #e1e1e1 !important;
    color: #333;
}

.feature-alert {
    background-color: #ecf4f7;
    border: solid 1px #ccdee8;
    padding: 15px 15px;
    font-size: 11pt;
    border-radius: 3px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #0d6fa1;
}

    .feature-alert i {
        float: left;
        font-size: 18px;
        opacity: 0.5;
        margin-right: 8px;
    }

.help-block {
    margin-bottom: 0px;
}

.check-box-list label {
    font-weight: normal !important;
}

.validation-summary {
    background-color: #ffe7e7;
    border: solid 1px #d57373;
    padding-top: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 11pt;
}

.btn-grid {
    font-size: 10pt !important;
    padding: 1px 5px !important;
}

.ValidationSummary {
    background-color: #f14a4a;
    padding-top: 15px;
    padding-bottom: 7px;
    margin-bottom: 20px;
    font-weight: 600;
    color: white;
    border-radius: 3px;
}


.info-box-sm {
    min-height: 65px !important;
}

    .info-box-sm .info-box-icon {
        width: 65px !important;
        height: 65px !important;
        line-height: 65px !important;
        font-size: 35px;
    }

    .info-box-sm .info-box-content {
        margin-left: 75px !important;
    }


@media (max-width: 768px) {
    .btn-wide {
        width: 100%;
        margin-top: 3px;
        margin-bottom: 3px;
    }
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}


.sub-titulo {
    border-left: solid 4px #666;
    padding: 7px 12px;
    background-color: #f7f8f8;
    font-size: 12pt;
    margin-bottom: 12px;
    font-weight: bold;
}

.input-group-btn select {
    background-color: #fafafa;
    border-color: #ccc;
    height: 34px;
}

.alert-sm {
    padding: 7px 10px;
}

.alert-default {
    background-color: whitesmoke;
    border: solid 1px #ebebeb;
    color: #444;
}

.info-box-link:hover {
    cursor: pointer;
    background-color: whitesmoke;
}

.login-page {
    background-color: #a3abb5 !important;
}

.login-box-body {
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.2) 0px 4px 8px;
}

.box .box-header .box-title {
    color: #666;
    font-size: 13pt;
}

.loading-overlay {
    z-index: 2000;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.loading-image {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
}

@media screen and (min-width: 768px) {
    .form-inline label {
        padding-right: 7px;
        padding-left: 7px;
    }
}

.label {
    font-size: 9pt;
    font-weight: normal;
}

.btn {
    font-weight: bold;
}

.btn-xs {
    font-size: 9pt;
    font-weight: bold;
}

.btn-danger {
    background-color: #dd4b39 !important;
}

label small, .form-panel-head small {
    color: #888 !important;
    font-weight: normal;
}


.htmlEditorContainer .ajax__html_editor_extender_container {
    width: 100% !important;
    height: auto !important;
}

.htmlEditorContainer .ajax__html_editor_extender_texteditor {
    min-height: 100px !important;
}
