/* 
    Author     : Fernando Moraes
    Description: Classes específicas do FW para ajustes de layout(posição, tamanho etc) não relacionados ao tema utilizado
    Version    : $Id$
*/

label.mmcs_label_width span.required {
    display: inline;
    float: none;
    color: red !important;
    font-weight: bold;
    padding: 0;
    margin-left: 2px;
    margin-right: 2px;
}

.mmcs_checkbox_largura_label {
    width: 100px;
    text-align: right;
}

.mmcs_topo {
    vertical-align: top !important;
}

.mmcs_rodape {
    vertical-align: bottom !important;
}

.mmcs_direita {
    text-align: right !important;
    float: right;
}

.mmcs_esquerda {
    text-align: left !important;
    float: left;
}

.mmcs_centro {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

.mmcs_imageAsIcon {
    width: 12px;
    height: 12px;
    border: 0;
}

.mmcs_template_pagina_ajaxStatus {
    width: 64px;
    height: 64px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 100;
}

.mmcs_template_pagina_ajaxStatus div img{
    width: 60px;
}

@media(max-width: 768px){
    .mmcs_template_pagina_ajaxStatus div img{
        width: 40px;
    }
}

.mmcs_template_pagina_rodape {
    width: 100%;
    position: absolute;
    bottom: 1px;
    left: 0px;
}

.mmcs_template_painel {
    border: 1px solid #C8C9CA;
}

.mmcs_template_painel_titulo {
    border-bottom: solid 1px #eeeeee;
    padding: 5px !important;
    background: #006DCC;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.mmcs_template_painel_conteudo {
    padding: 3px;
}

.mmcs_template_edit_grid {
    padding: 0 !important;
}

.mmcs_template_edit_grid table.mmcs_template_edit_internal_grid tr,
.mmcs_template_edit_grid table.mmcs_template_edit_internal_grid_inv tr {
    vertical-align: top;
}

.mmcs_template_edit_grid table.mmcs_template_edit_internal_grid td:first-child {
    width: 102px;
}

.mmcs_template_edit_grid table.mmcs_template_edit_internal_grid td:last-child {
    width: 100%;
}

.mmcs_template_edit_grid table.mmcs_template_edit_internal_grid_inv td:first-child {
    width: 100%;
}

.mmcs_template_edit_grid table.mmcs_template_edit_internal_grid_inv td:last-child {
    width: 102px;
}

label.mmcs_label_width{
    float: left;
    width: 100px;
    text-align: left;
    font-weight: bold;
}

div[id*="tabConteudo_M0130"] label.mmcs_label_width {
    display: inline-block;
    width: 120px;
}

div[id*="tabConteudo_M0205"] label.mmcs_label_width {
    display: inline-block;
    width: 100px !important;
}

label.mmcs_label_width_200 {
    float: left;
    width: 200px;
    text-align: left;
    font-weight: bold;
}

label.mmcs_label_normal {
    float: left;
    width: 100px;
    text-align: left;
    font-weight: normal;
}

.mmcs_largura_50_centro {
    min-width: 50px;
    text-align: center;
}

.mmcs_posicionamentoInferior {
    position: absolute;
    bottom: 1px;
    left: 0px;
}

.mmcs_getAcrobatReader {
    font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

.mmcs_getAcrobatReader span {
    float: left;
    padding-top: 5px;
}

.mmcs_getAcrobatReader img {
    margin-left: 5px;
}

.mmcs_layout_container, .mmcs_layout_container div.mmcs_layout_container_heigth {
    height: 100%;
    min-height: 100%;
}

.mmcs_layout_container div.mmcs_layout_root {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: initial;
    min-height: 100%;
}

.mmcs_layout_container div.mmcs_layout_content {
    width: 100%;
    overflow: auto;
    padding-bottom: 35px;
    height: initial;
    min-height: initial;
}

.mmcs_layout_container div.mmcs_layout_internal {
    width: 100%;
    height: initial;
    min-height: initial;
}

.mmcs_layout_container div.mmcs_layout_footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: initial;
    min-height: initial;
}

.mmcs_layout_container div.mmcs_layout_editButtons {
    position: absolute;
    top: -3px;
    right: -3px;
    height: initial;
    min-height: initial;
}

a.mmcs_link:link, a.mmcs_link:visited {
    text-decoration: none
}
a.mmcs_link:hover {
    text-decoration: underline;
}
a.mmcs_link:active {
    text-decoration: none
}
.rowAnnulled{
    background-color: #d9d6c4 !important;
    color: #FF0000 !important;
    font-style: italic !important;
}
/* Make the badge float in the top right corner of the button */
.notifyButton_badge {
    background-color: red;
    border-radius: 10px;
    color: white;

    padding: 1px 3px;
    font-size: 10px;

    position: relative;
    top: 0;
    right: 0;
}

.growLabelWidth > tbody tr{
    display: flex;
    align-items: center;
    gap: 20px ;
}

.growLabelWidth > tbody tr > td {
    width: 25% !important;
}
.growLabelWidth > tbody tr > td > label {
    width: 100% !important;
    text-wrap: nowrap;
}

div[id$="tabConfigFields"]{
    width: 1200px !important;
}

.addrAgrupment {
    width: 322px !important;
}

.addrAgrupmentRight {
    width: 179px !important;
}