﻿@page {
    size: auto;
    margin: 7mm;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.ttf');
}

@media screen and (max-width: 1210px) {
    .container .subcontainer {
        width: 100%;
    }

    .container.painelAberto {
        max-width: 83.4% !important;
    }

    ul.MenuIconesGrandes li.IconeGrande {
        display: inline-block !important;
        width: 31%;
    }

    #navMenuSecundario ul.dx, #content_navMenuSecundario ul.dx {
        display: inherit !important;
    }

        #navMenuSecundario ul.dx li:not(.dxm-spacing), #content_navMenuSecundario ul.dx li:not(.dxm-spacing) {
            display: inherit !important;
            float: inherit !important;
        }
}

@media screen and (max-width: 1100px) {
    .container.painelAberto {
        width: 81% !important;
    }
}

@media screen and (max-width: 1055px) {
    .container.painelAberto {
        width: 77% !important;
    }
}

@media screen and (min-width: 991px) {
    .container .subcontainer {
        width: 100%;
    }

    .container.painelAberto {
        max-width: 81% !important;
    }

    .caixaFormulario {
        width: 100%;
        border: 0;
    }

    #navMenuSecundario ul.dx, #content_navMenuSecundario ul.dx {
        display: inherit !important;
    }

        #navMenuSecundario ul.dx li:not(.dxm-spacing), #content_navMenuSecundario ul.dx li:not(.dxm-spacing) {
            display: inherit !important;
            float: inherit !important;
        }
}

*:not(.glyphicon):not(.material-icons) {
    font-family: 'OpenSans' !important;
}

html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

body {
    min-width: 970px !important;
    min-height: 500px;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    font-size: 13px;
}

    body.modal-open {
        padding: 0 !important;
    }

section {
    min-height: 100%;
    position: relative;
}

input[type=radio] {
    cursor: pointer;
}

.form-control {
    height: 37px;
}

.botao-menu {
    padding: 11px;
    padding-left: 24px;
    padding-right: 23px;
    padding-top: 19px;
    cursor: pointer;
    color: White;
    font-size: 21px;
    border-right: 1px solid #0D85D1;
    vertical-align: top;
    display: inline-block;
}

.menuCabecalho ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .menuCabecalho ul li {
        padding-left: 13em;
        padding-right: 40px;
        display: inline-block;
        border-left: 1px solid #0D85D1;
        height: 60px;
        line-height: 59px;
    }

        .menuCabecalho ul li a {
            color: White;
        }

.botao-menu.aberto {
    background-color: #9E9E9E;
    color: #0D85D1;
}

.circulo {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: absolute;
    border: 2px solid whitesmoke;
}

    .circulo.final {
        left: 82%;
        top: -5px;
    }

    .circulo.inicial {
        left: -25px;
        top: -5px;
    }


*[class*=seta-] {
    position: absolute;
    left: 99%;
    top: 1px;
    z-index: 5;
    width: 0;
    height: 0;
}

.seta-cima {
    border-left: 20px solid transparent !important;
    border-right: 20px solid transparent !important;
    border-bottom: 22px solid #aaa;
}

.seta-direita {
    border-top: 19px solid transparent !important;
    border-bottom: 20px solid transparent !important;
    border-left: 22px solid #aaa;
}

.seta-baixo {
    border-left: 20px solid transparent !important;
    border-right: 20px solid transparent !important;
    border-top: 22px solid #aaa;
}

.seta-esquerda {
    border-top: 20px solid transparent !important;
    border-bottom: 20px solid transparent !important;
    border-right: 22px solid #aaa;
}

ul.fluxoGramaSetas, ul.inline-block {
    list-style: none;
    display: table;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 30px;
    padding-left: 0;
}

ul.fluxoGramaSetas {
    margin: auto;
}

ul.inline-block {
    display: inline-block;
}

    ul.inline-block > li, ul.fluxoGramaSetas li {
        position: relative;
        min-height: 40px;
        line-height: 40px;
        text-align: center;
        width: 160px;
        display: table-cell;
        vertical-align: top;
    }

    ul.inline-block > li {
        display: inline;
        line-height: normal;
    }

        ul.inline-block > li > a.btn {
            width: 150px;
            padding: 10px;
            cursor: pointer;
            background-color: rgb(219, 219, 219);
            vertical-align: text-top;
            text-align: left;
            color: #828282;
            border: 1px solid #828282;
            border-bottom: 0;
            height: 60px;
            border-radius: 5px 5px 0 0 !important;
        }

            ul.inline-block > li > a.btn.inverse {
                background-color: White;
                color: #828282;
            }

            ul.inline-block > li > a.btn.selected {
                border-bottom: 0;
                background-color: #6E7D49;
            }

            ul.inline-block > li > a.btn > span {
                float: left;
                font-size: 30px;
                margin-right: 10px;
            }

            ul.inline-block > li > a.btn > i {
                font-size: 11px;
            }

ul.fluxoGramaSetas li p {
    margin: 0;
}

.fixar-rodape {
    bottom: 0;
    position: absolute;
}

ul.MenuIconesGrandes {
    width: 100%;
    list-style: none;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 0;
    display: inline-table;
    float: left;
}

.Mercado {
    background-color: #6E7D49;
}

ul.MenuIconesGrandes li.IconeGrande {
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 23%;
    min-width: 150px;
    text-align: center;
}

    ul.MenuIconesGrandes li.IconeGrande h5 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        padding-bottom: 10px;
        padding-top: 10px;
        vertical-align: bottom;
        background-color: #EFEFEF;
        margin: 0;
        color: #6C6C6C;
        font-size: 10px;
    }

    ul.MenuIconesGrandes li.IconeGrande img {
        border-radius: 10px;
        cursor: pointer;
        box-shadow: 0px 1px 5px 0px #CECACB;
    }

        ul.MenuIconesGrandes li.IconeGrande img:hover {
            cursor: pointer;
        }

    ul.MenuIconesGrandes li.IconeGrande span {
        float: inherit;
        font-size: 28px;
        margin: 5px;
    }

    ul.MenuIconesGrandes li.IconeGrande a {
        position: absolute;
        color: #878787;
        text-decoration: none;
        bottom: -1px;
        left: 0;
        right: 0;
        border-radius: 0 0 10px 10px;
        background-color: #EFEFEF;
    }

.texto-branco {
    color: White !important;
}

a {
    cursor: pointer;
}

#navMenuLateral {
    padding: 0;
    width: 100%;
    text-transform: uppercase;
}

.bg-CinzaClaro {
    background-color: rgb(250, 250, 250) !important;
}

.container {
    min-width: 663px !important;
    width: 99.5%;
    display: block;
    margin: auto;
    vertical-align: top;
    padding: 20px !important;
}

    .container.painelAberto {
        width: 83.4%;
    }

    .container.bg-CinzaClaro {
        border: 1px solid rgb(130, 135, 122);
        box-shadow: 0 2px 5px 0px rgb(243, 243, 243);
        border-radius: 0 5px 5px;
    }

aside {
    max-width: 200px;
    color: #A2A3A2;
    display: inline-block;
    background-color: #BDBDBD;
}

    aside img {
        width: 20px;
        display: block;
        margin: -3px 0 0 4px !important;
        opacity: 0.4;
    }

    aside span.glyphicon {
        margin: auto;
        display: block;
        font-size: 20px;
        cursor: pointer;
    }

#painelMenuLateral {
    display: none;
}

.dxnbControl td.dxnbCtrl {
    padding: 0px !important;
}

.dxnbGroupSpacing {
    height: 0px !important;
}


.dxnb-content {
    padding: 0 !important;
    border: 0 !important;
    background-color: #F5F3F5;
}

.dxnb-item.dxnb-itemSelected, .dxnb-item.dxnb-itemSelected span {
    border: 0 !important;
    background-color: rgb(250, 250, 250) !important;
    color: #544A46 !important;
    text-align: left;
    background-color: White !important;
    font-size: 10px;
    padding-left: 10px !important;
}

.dxnb-link {
    white-space: normal !important;
}

.dxnb-item.subItemMenu:not(.dxnb-itemSelected), .dxnb-item.subItemMenu:not(.dxnb-itemSelected) span {
    background-color: #E0E0E0;
    color: rgba(0, 0, 0, 0.87) !important;
    font-weight: bold;
    text-align: left;
    font-size: 11px;
    margin-bottom: 0 !important;
    cursor: default;
}

.dxnb-item {
    padding: 10px !important;
}

    .dxnb-item:hover {
        border-color: #CFCFCF !important;
    }

div.input-group {
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: top;
    text-align: left;
}

.input-group .form-control:last-child {
    border-radius: 5px;
}

select[data-label] {
    border-radius: 0 5px 5px 0;
}

.AddButton {
    position: absolute;
    top: 0px;
    right: 15px;
}

input.center-block {
    margin-top: -10px;
}

input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.input-group.ignore table {
    height: 37px;
    width: auto;
}

table input[type=checkbox], table input[type=radio], table label + input[type=checkbox], table label + input[type=radio] {
    margin-top: 0;
    vertical-align: middle;
}

table input[type=checkbox], table input[type=radio] {
    margin-left: 10px;
}

.input-group {
    background-color: Transparent !important;
    border: 0px !important;
    position: relative;
}

    .input-group label {
        vertical-align: bottom;
        font-weight: normal;
        margin-bottom: 0;
    }

[data-agregado] {
    border-radius: 5px 0 0 5px !important;
}

input[type=text], textarea, select {
    border: 1px solid #c4c4c4;
    padding: 4px;
    padding-left: 10px;
}

    input[type=text]:not([data-agregado]):not(.agregado), textarea:not([data-agregado]):not(.agregado), select:not([data-agregado]):not(.agregado) {
        border-radius: 4px !important;
    }

input[type=submit], input[type=button] {
    box-shadow: none;
    background-color: #EEEEEE;
    border: 1px solid #C4C4C4;
    font-size: 13px;
    height: 37px;
}

    input[type=submit].linkbutton, input[type=button].linkbutton {
        color: #257AE6 !important;
        background-color: inherit;
        border: 0;
        height: auto;
    }

    input[type=submit][data-icon], input[type=button][data-icon] {
        padding-left: 40px;
        border-radius: 3px !important;
    }

    input[type=submit].verde, input[type=button].verde {
        background-color: #4F8651;
        color: White !important;
    }

    input[type=submit]:hover, input[type=button]:hover {
        background-color: #E0E0E0;
    }

    input[type=submit].verde:hover, input[type=button].verde:hover {
        background-color: #0A5D10;
        border: 1px solid #1271A5;
        color: White;
    }

.button-left-icon.glyphicon {
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    min-width: 45px;
    color: Black;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}

    .button-left-icon.glyphicon:not(.centralizado) {
        padding: 10px;
    }

.centralizado .button-left-icon.glyphicon, .flutuante-direita .button-left-icon.glyphicon, .flutuante-esquerda .button-left-icon.glyphicon {
    height: 37px;
    padding: 10px;
}

.ajustaMargemBotao {
    margin-top: 18px;
}

.form-control-feedback {
    z-index: 999;
    padding: 10px;
}

.btn:not(.dxb-hb) {
    min-width: 127px;
    border-radius: 5px !important;
}

fieldset > a[data-icon].text-icon {
    margin-right: 18px;
}

.modal a[data-icon].text-icon {
    padding-bottom: 9px;
    padding-top: 5px;
}

a[data-icon].text-icon {
    border-radius: 5px;
    border: 1px solid #c4c4c4;
    margin-bottom: 5px;
    background-color: #eee;
    color: black;
    margin-left: 10px;
    text-decoration: none;
    float: right;
    padding: 10px;
}

    a[data-icon].text-icon:hover {
        background-color: #E0E0E0;
    }

a[data-icon].text-icon {
    font-size: 14px;
    vertical-align: bottom;
    min-width: 150px;
}

    a[data-icon].text-icon.pequeno {
        font-size: 12px;
    }

    a[data-icon].text-icon span.glyphicon {
        float: left;
        margin-right: 10px;
        font-size: 18px;
    }

    a[data-icon].text-icon.pequeno span.glyphicon {
        font-size: 14px;
    }

.fullWidth-resize:not(input):not(select):not(textarea):not(.fullWidth):not(> input[type=submit]) {
    width: 48% !important;
}

.fullWidth, .fullWidth-resize > textarea, .fullWidth-resize input:not([data-agregado]):not(.agregado), .fullWidth-resize select:not(.agregado) {
    width: 100% !important;
}

    .fullWidth.input-group {
        width: 97.5% !important;
    }

.fullWidth-resize input.agregado, .fullWidth-resize select.agregado {
    border: 1px solid #ccc !important;
}

.usuario-logado {
    margin-top: 10px;
    margin-right: 20px;
    padding-right: 10px;
    border-right: 4px double #fff;
    color: White;
}

.Texto-Centralizado {
    text-align: center;
}

.centralizado {
    display: block !important;
    margin: auto !important;
}


.agregado {
    border-radius: 0 5px 5px 0 !important;
    border-left: none;
}

header.cabecalho {
    background-color: #0074C9;
    height: 4.7em;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}

    header.cabecalho img, header.cabecalho input[type=image] {
        margin: 10px;
        margin-top: 13px;
        margin-left: 30px;
        margin-bottom: 12px;
    }

footer.rodape {
    color: White;
    background-color: #222;
    border-top: 5px solid #53B9E5;
    height: 45px; 
    width: 100%;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    display:flex;
}

   footer.rodape img {
        display: block;
        margin: auto;
       
    } 

.caixaFormulario > .subTitulo {
    margin: 0 0 5px 0;
    padding: 10px;
    color: #7D7D7D;
    font-size: 14px;
    border-bottom: 1px solid #C8C8C8;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 3px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

    hr.separador {
        margin: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #C8C8C8;
    }

.subTitulo span.glyphicon {
    float: left;
    margin-right: 20px;
}

.flutuante-direita {
    float: right !important;
}

.flutuante-esquerda {
    float: left !important;
}

.inline-block {
    display: inline-block;
}

.inline-table {
    display: inline-table;
}

.display-table {
    display: table;
}

.table-cell {
    display: table-cell;
}

    .table-cell.divisoria:not(:last-child) {
        border-right: 1px solid #eee;
    }

.dxnb-header, .dxnb-headerCollapsed {
    background-color: #BDBDBD !important;
    width: 200px;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
    padding: 22px 8px 17px 10px !important;
    white-space: nowrap;
    font-weight: 100 !important;
    text-transform: uppercase;
    font-size: 11px;
    color: rgba(0,0,0,0.87);
}

.dxnb-gr {
    margin-bottom: 0 !important;
}

span > input[type=radio] + label, input[type=radio] + label {
    vertical-align: text-bottom;
    cursor: pointer;
}

span.dx-vam, a.dxnb-link {
    padding: 0 !important;
    text-decoration: none;
}

.dxnb-ghtext.dx-vam {
    padding-left: 10px;
    text-align: left;
}

.dxnb-header > .dxnb, .dxnb-headerCollapsed > .dxnb {
    color: #919191 !important;
}

.menuLink {
    list-style-type: disc !important;
    background-color: #E0E0E0 !important;
    border-bottom: 1px solid #E1E1E1;
    padding-left: 15px;
    font-size: 10px;
    margin-bottom: 0 !important;
}

    .menuLink a span {
        text-align: left;
    }

    .menuLink a {
        padding-left: 10px !important;
        color: rgba(0,0,0,0.87) !important;
    }

.dxnbItemSpacing {
    height: 0px !important;
}

table.not([cellspacing="0"]) {
    margin-top: 5px;
    margin-bottom: 5px;
}

table.not(.md-calendar-day-header) {
    width: 100%;
}

table.dxeEditArea.dxeEditAreaSys {
    margin-top: 2px;
}

#navMenuSecundario, #content_navMenuSecundario {
    width: 100%;
    border: 1px solid #82877A !important;
    border-bottom: 0 !important;
}

.dxmMenu {
    border: none !important;
}

.dxmMenu, #navMenuSecundario, #content_navMenuSecundario {
    padding: 0 !important;
}

    #navMenuSecundario, #navMenuSecundario .dxmMenu, #content_navMenuSecundario, #content_navMenuSecundario .dxMenu {
        background-color: #DBDBDB !important;
    }

        #navMenuSecundario ul.dx, #content_navMenuSecundario ul.dx {
            display: table;
            width: 100%;
        }

            #navMenuSecundario ul.dx li:not(.dxm-spacing), #content_navMenuSecundario ul.dx li:not(.dxm-spacing) {
                display: table-cell;
                float: none;
                min-width: 100px !important;
            }

.dxm-spacing {
    height: 0 !important;
}


.dxnbItemHover {
    border: 0px !important;
}

.bgCinzaClaro {
    background-color: rgb(243, 243, 243);
}

.dxm-item {
    height: 30px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    text-align: center;
    cursor: pointer !important;
    color: #828282 !important;
}

.dxmLite .dxm-main .dxm-selected {
    background-color: rgb(250, 250, 250) !important;
}

#navMenuSecundario .dxm-item, #content_navMenuSecundario .dxm-item {
    min-width: 93.1px;
    border: 0 !important;
    height: 42px !important;
}

    #navMenuSecundario .dxm-item a, #content_navMenuSecundario .dxm-item a {
        color: #828282;
        width: 100%;
        text-align: center;
    }

.dxm-item span {
    cursor: pointer !important;
}

.dxmSubMenu {
    background: white !important;
}

    .dxmSubMenu tr {
        height: 30px;
        min-width: 110px;
    }

.dxmSubMenuItemWithImageWithPopOutImage, .dxmSubMenuItemWithImage {
    background: white !important;
    border: none;
}

.dxmMenuItemHover {
    border: none !important;
    background-color: #F3F3F3 !important;
    color: #828282 !important;
}

    .dxmMenuItemHover a {
        color: #828282 !important;
    }

.dxmSubMenuItemWithImageWithPopOutImage, .dxmSubMenuItemWithImageWithPopOutImage span, .dxmSubMenuItemWithImage, .dxmSubMenuItemWithImage span {
    cursor: pointer !important;
}

#loading {
    display: none;
    position: absolute;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 61, 125, 0.3);
}

    #loading article {
        border-radius: 10px;
        border: 1px solid #003F7D;
        width: 300px;
        font-size: 16px;
        padding: 15px;
        display: block;
        margin: auto;
        margin-top: 30%;
        background-color: White;
        text-align: center;
        color: #003d7d;
    }

        #loading article img {
            padding-bottom: 15px;
            display: block;
            margin: auto;
        }

.col-md {
    float: none;
    padding-left: 15px;
    width: 32.3%;
}

.tamanho-protocolo-SCFGV-proj:not(input){
    width: 12% !important;
}

.protocolo-SCFGV-divisor-alinhado {
    padding-left: 1%;
    padding-right: 2%;
}

.tamanho-protocolo-SCFGV-ano:not(input) {
    width: 12% !important;
}

.tamanho-protocolo-SCFGV-codigo:not(input) {
    width: 12% !important;
}

.tamanho-muito-pequeno:not(input):not(textarea):not(select):not(radio) {
    width: 20%;
}
.tamanho-pequeno:not(input):not(textarea):not(select):not(radio) {
    width: 23.6%;
}

.tamanho-medio:not(input):not(textarea):not(select):not(radio) {
    width: 31.8%;
}

.BotaoCinza.tamanho-medio {
    width: 22% !important;
}

.tamanho-grande:not(input):not(textarea):not(select):not(radio) {
    width: 48.7%;
}

.tamanho-muito-grande:not(input):not(textarea):not(select):not(radio) {
    width: 64.7%;
}

.input-group-addon {
    min-width: 80px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    vertical-align: middle;
    background-color: rgb(244, 244, 244);
    font-weight: bold;
}

table.dxgvControl {
    width: 97.5%;
    margin: 10px;
    border: 0;
    background: none;
}

    table.dxgvControl.sem-margem {
        width: 100%;
    }

.cursor-pointer {
    cursor: pointer;
}

.modal-sm .modal-body {
    text-align: center;
}

.modal-header {
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #0091D3;
    border: 1px solid #1271A5;
    box-shadow: 0 0px 7px 0px #1271A5;
    border-radius: 5px 5px 0 0;
    color: White;
}

.modal-backdrop {
    background-color: rgba(0, 61, 125, 0.3);
}

.label-informativa {
    margin-bottom: 10px;
}

    .label-informativa.espaco {
        height: 18px;
    }

fieldset > fieldset, .area-informativa {
    border-radius: 10px;
    border: 1px solid #AEAEAE;
    padding: 10px 20px 10px 20px;
    margin-bottom: 20px;
    text-align: left;
}

.label-informativa > h3 {
    margin-top: 0px;
}

fieldset > fieldset legend {
    font-size: 15px;
    font-weight: bold;
    border-bottom: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    width: auto;
}

.subarea {
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    border-radius: 10px;
    background-color: #FBFBFB;
}

    .subarea fieldset legend {
        font-size: 18px;
    }

.dxgvTable a:not(.aspNetDisabled) {
    color: Black !important;
}

.dxgvTable .dxgvHeader {
    background-color: rgb(250, 250, 250);
    padding: 10px;
    border: none;
    border-bottom: 1px solid rgb(226, 226, 226);
}

    .dxgvTable .dxgvHeader td {
        font-weight: bold;
    }

.dxgvFilterRow, .dxgvFilterRow .dxgv {
    background-color: White;
}

.dxgvTable .dxgvDataRow {
    padding: 5px;
}

.dxgvTable {
    border: none !important;
}

    .dxgvTable .dxgv {
        border: none;
        border-bottom: 1px solid #CFCFCF !important;
        border-right: none !important;
    }

tr.dxgvDataRow:nth-child(odd) {
    background-color: #f9f9f9;
}

tr.dxgvSelectedRow:nth-child(odd) {
    background-color: #A0A0A0;
    color: White;
}


.dxic input:(.dxeEditArea.dxeEditAreaSys) {
    height: 30px !important;
}

.azul {
    color: #1279C0;
}

.amarelo {
    color: #FF9B00;
}

.vermelho {
    color: #D53C3C;
}

.btn.bg-vermelho, a.bg-vermelho {
    background-color: #D53C3C !important;
    color: White !important;
    border: 1px solid red;
}

    .btn.bg-vermelho:hover, a.bg-vermelho:hover {
        background-color: #BB1A1A !important;
    }

.btn.bg-verde, a.bg-verde {
    background-color: #4F8651;
    color: White !important;
    border: 1px solid 4F8621;
}

    .btn.bg-verde:hover, a.bg-verde:hover {
        background-color: #4F8655;
        color: White !important;
    }

.modal {
    margin-top: 4%;
}

    .modal .modal-body {
        max-height: 550px;
        overflow: auto;
    }

    .modal .modal-footer .BotaoCinza.tamanho-medio {
        width: 30% !important;
    }

.modal-lg {
    max-height: 800px;
}

    .modal-lg .input-group.tamanho-medio {
        width: 49.7%;
        margin-right: 0px;
    }

    .modal-lg .input-group.tamanho-medio-ajustado {
        width: 38%;
        margin-right: 0px;
    }

    .modal-lg .input-group.tamanho-pequeno {
        width: 24.6%;
        margin-right: 0px;
    }

    .modal-lg .input-group.tamanho-pequeno-ajustado {
        width: 4.6% !important;
        margin-bottom: 0px !important;
        margin-top: 2%;
        line-height: 0 !important;
        margin-right: 0px;
        min-width: 0 !important;
    }

    .modal-lg .btn.tamanho-pequeno-ajustado {
        min-width: 0 !important;
    }

    .modal-lg .input-group.tamanho-grande {
        width: 69.7%;
        margin-right: 0px;
    }

    .modal-lg .input-group.tamanho-muito-grande {
        width: 100%;
    }

    .modal-lg .input-group.fullWidth, .modal-lg input.fullWidth, .modal-lg select.fullWidth, .modal-lg textarea.fullWidth {
        width: 100% !important;
    }

    .modal-lg .input-group textarea {
        height: auto;
    }

    .modal-lg .modal-footer .input-group {
        margin: 0;
    }

.sem-margem {
    margin: 0 !important;
}

table a[data-icon] {
    display: inline-block;
}

.modal-relatorio {
    margin-top: 5%;
    width: 90%;
    margin-bottom: 10px;
}

    .modal-relatorio .modal-content {
        height: 100%;
    }

.form-control[readonly] {
    background-color: White;
}

.aspNetDisabled {
    color: darkgrey !important;
}

.NaoIniciado {
    background-color: #777777 !important;
}

.EmAndamento {
    background-color: #3E6DC3 !important;
}

.Alerta {
    background-color: #F7A800 !important;
}

.Concluido {
    background-color: #5CB000 !important;
}

.Atrasado {
    background-color: #E84A4A !important;
}

*[class*=seta-].NaoIniciado {
    border-left-color: #777777 !important;
    background-color: Transparent !important;
}

*[class*=seta-].EmAndamento {
    border-left-color: #3E6DC3 !important;
    background-color: Transparent !important;
}

*[class*=seta-].Alerta {
    border-left-color: #F7A800 !important;
    background-color: Transparent !important;
}

*[class*=seta-].Concluido {
    border-left-color: #5CB000 !important;
    background-color: Transparent !important;
}

*[class*=seta-].Atrasado {
    border-left-color: #E84A4A !important;
    background-color: Transparent !important;
}

.FluxoStatus.EmAndamento {
    background-color: #E7EFFF !important;
}

.FluxoStatus.Concluido {
    background-color: #EEF2E4 !important;
}

.FluxoStatus.Alerta {
    background-color: #FCF6EA !important;
}

.FluxoStatus.Atrasado {
    background-color: #FFF0F0 !important;
}

.FluxoStatus.NaoIniciado {
    background-color: whitesmoke !important;
}

.seta-direita.branca {
    border-top: 22px solid transparent !important;
    border-bottom: 23px solid transparent !important;
    border-left: 26px solid rgb(250, 250, 250) !important;
    top: -2px;
    z-index: 4;
}

    .seta-direita.branca.primeiroItem {
        left: -6px;
    }

.FluxoStatus {
    background-color: WhiteSmoke !important;
    line-height: normal;
    padding: 5px;
    border-right: 2px solid white;
    font-size: 11px;
    cursor: pointer;
}

    .FluxoStatus:last-child {
        border-right: 0;
    }

ul.fluxoGramaSetas li:first-child, ul.fluxoGramaSetas li p:first-child {
    border-top-left-radius: 10px;
}

ul.fluxoGramaSetas li:last-child, ul.fluxoGramaSetas li p:first-child {
    border-top-right-radius: 10px;
}

ul.fluxoGramaSetas li:first-child, ul.fluxoGramaSetas li:first-child p.FluxoStatus {
    border-bottom-left-radius: 10px;
}

ul.fluxoGramaSetas li:last-child, ul.fluxoGramaSetas li p:first-child, ul.fluxoGramaSetas li p.FluxoStatus:last-child {
    border-bottom-right-radius: 10px;
}

.popup {
    z-index: 99;
    width: 400px;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 135%;
    border-radius: 5px;
    display: none;
    background-color: White !important;
    box-shadow: 0 0px 7px 0px #1271A5;
    border: 1px solid #828282;
}

    .popup .seta-cima {
        z-index: 100;
        position: absolute;
        left: 48%;
        top: -12px;
        border-left: 13px solid transparent !important;
        border-right: 13px solid transparent !important;
        border-bottom: 13px solid #0091D3;
    }

.popup-titulo {
    text-align: center;
    background-color: #0091D3;
    border: 1px solid #1271A5;
    border-radius: 5px 5px 0 0;
    color: White;
    font-size: 18px;
    padding: 5px;
}

.popup-corpo {
    padding: 10px;
}

.popup-rodape {
    border-top: 1px solid #828282;
    padding: 10px;
}

.vertical-bottom {
    vertical-align: bottom !important;
}

.vertical-bottom {
    vertical-align: top !important;
}

input[type=file] {
    background-color: #F4F4F4;
    cursor: pointer;
}

tr.RiscoNenhum {
    border-left: 5px solid #ddd;
}

tr.RiscoBaixo {
    border-left: 5px solid #407532;
}

tr.RiscoModerado {
    border-left: 5px solid #FECB36;
}

tr.RiscoMedio {
    border-left: 5px solid #E4750F;
}

tr.RiscoElevado {
    border-left: 5px solid #7F170F;
}

.RiscoNenhum {
    background-color: #fff;
}

.RiscoBaixo:not(tr) {
    background-color: #407532;
    color: White;
}

.RiscoModerado:not(tr) {
    background-color: #FECB36;
}

.RiscoMedio:not(tr) {
    background-color: #E4750F;
    color: White;
}

.RiscoElevado:not(tr) {
    background-color: #7F170F;
    color: White;
}

.scrollable {
    overflow: auto;
}

    .scrollable::-webkit-scrollbar {
        width: 2px;
        background-color: #E8E8E8;
        cursor: pointer;
        border-radius: 10px;
    }

    .scrollable::-webkit-scrollbar-thumb {
        background-color: #989898;
        border-radius: 10px;
    }

        .scrollable::-webkit-scrollbar-thumb:hover {
            border: 1px solid #333333;
            border-radius: 10px;
        }

        .scrollable::-webkit-scrollbar-thumb:active {
            border: 1px solid #333333;
            border-radius: 10px;
        }

.dxm-content.dxm-hasText {
    width: 100%;
    text-align: center;
}

.DiretoriaMercado {
    background-color: #166200 !important;
}

label {
    vertical-align: text-bottom;
}

input[type=radio] + label {
    text-transform: capitalize;
}

table.ignore td {
    width: 19%;
    display: inline-block;
}

.modal-alerta {
    z-index: 999999999999;
}

input[pattern]:invaid {
    color: red;
}

.PainelComAbas {
    list-style-type: none;
    display: inline-table;
    padding: 0;
    margin: 0;
    margin-bottom: -1px;
}

    .PainelComAbas li {
        display: inline-block;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        margin-right: 5px;
        border: 1px solid gray;
        border-radius: 5px 5px 0px 0px;
        background-color: #DBDBDB;
        cursor: pointer;
        color: #898985;
    }

        .PainelComAbas li:not(.selected):hover {
            background-color: #EFEFEF;
        }

    .PainelComAbas .selected {
        background-color: #FAFAFA;
        border-bottom: 1px solid #FAFAFA;
    }

div.input-group.aspNetDisabled {
    color: Black !important;
    opacity: 1 !important;
}

.popover {
    border: 0;
}

.popover-title {
    background-color: #0074C9;
    border-bottom: 0;
    color: White;
    font-size: 13px;
    text-align: center;
}

.popover-content {
    font-size: 11px;
    text-align: center;
}

.datalist {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    overflow-y: auto;
    padding-left: 5px;
    display: none;
    max-height: 150px;
    background-color: White;
    z-index: 1000;
    border: 1px solid gray;
}

.item-datalist {
    cursor: pointer;
    text-transform: uppercase;
}

    .item-datalist:hover, .item-datalist:focus {
        background-color: Gray;
    }

.invalido {
    border-color: Red !important;
}

.requerido, .mask-ddd, .mask-ramal, .mask-telefone, .mask-cnpj, .mask-dinheiro, .forca-validacao {
}

.PopUpOverlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

.PopUpPanel {
    position: absolute;
    background-color: White;
    z-index: 2001;
    padding: 10px;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
    border-radius: 5px;
    -moz-border-radiux: 5px;
    -webkit-border-radiux: 5px;
    border: 1px solid #CCCCCC;
}
