﻿html {
    height: 100% !important;
    overflow-y: scroll !important;
}

.ver-borda {
    border: 2px solid red;
}

.system-icon {
    margin-top: 1px;
    font-size: 1.2em;
}

.system-button {
    height: 33px;
}

.modal-backdrop-complex {
    bottom: 0;
    z-index: 1039;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.UpdateProgress {
    background-color: #CF4342;
    color: #fff;
    top: 0;
    padding: 12px;
    font-weight: bold;
    right: 0px;
    position: fixed;
    z-index: 1040;
}

    .UpdateProgress img {
        vertical-align: middle;
        margin: 2px;
    }
/* #337AB7 */
.PageLabelTitle {
    font-family: Arial,verdana,Times New Roman;
    color: #666;
    font-size: 1.7em !important;
    font-weight: bold;
    font-style: italic;
}

.row {
    vertical-align: middle;
}

.red {
    color: #8d0000;
}

.common-label {
    font-weight: bold;
    line-height: 26px !important;
    vertical-align: middle;
}

#ui-datepicker-div {
    display: none;
}

.radio-button {
    margin-left: 5px !important;
    margin-top: 4px !important;
    margin-bottom: 14px !important;
}

    .radio-button td {
        width: 55px;
        line-height: 5px !important;
    }

.radio-button-flag input {
    padding: 0 !important;
    margin-top: -4px !important;
    line-height: 5px !important;
}

.radio-button-flag label {
    padding: 0 !important;
}

.checkbox input[type="checkbox"] {
    margin-left: 0 !important;
    float: left;
}

.lista_checkbox input[type="checkbox"], .lista_radio input[type="radio"] {
    margin-left: 0 !important;
    float: left;
}

.lista_checkbox_h input[type="checkbox"], .lista_radio_h input[type="radio"] {
    margin-left: 0 !important;
    float: left;
}

.lista_checkbox_h td, .lista_radio_h td {
    padding-left: 20px !important;
}

/* este remove a margem imposta acima, somente pro primeiro td */
.lista_checkbox_h > tbody > tr > td:nth-child(1), .lista_radio_h > tbody > tr > td:nth-child(1) {
    padding-left: 0 !important;
}

.rodape_outer {
    min-height: 0;
    background: #003366;
    margin: 0;
    height: 32px;
}

.rodape_inner {
    font-weight: bold;
    color: white;
    font-size: 10px;
    padding-top: 8px;
}

.cabecalho_titulo {
    color: white;
    vertical-align: middle;
    line-height: 90px;
    font-style: italic;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Segoe UI', Arial;
    text-wrap: none;
    white-space: nowrap;
    overflow: hidden;
}

.cabecalho_outer {
    background: #003366;
    height: 90px !important;
    margin: 0;
}

.container_fixed {
    margin-top: 144px;
    margin-bottom: 64px;
}

.container_fixed {
    margin-bottom: 64px;
}

.cabecalho_governa {
    margin: 9px 15px;
    height: 60px;
}

.iframe_modal {
    width: 100%;
    height: 100% !important;
    border: 1px solid lightgray;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.navbar_h {
    min-height: 48px !important;
    height: 48px !important;
    border-radius: 0 !important;
}

.modal-larger {
    width: 90%;
    height: 90% !important;
    min-height: 90% !important;
}

.modal-body-larger {
}

/* Ajustes de Layout para padronização */
table.dataTable thead {
    background-color: white !important;
}

.well {
    border-color: #ccc !important;
}

body {
    background-color: #EAEAEA !important;
}

.icone-usuario, .usuario-logado {
    color: white;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
}

.usuario-logado {
    padding-top: 4px;
}

.painel-usuario-logado {
    margin-right: 18px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 8px;
}
