﻿/* 
    CUSTOMIZANDO COMPONENTES UI
*/


.ui-datepicker-trigger {
    vertical-align: bottom;
}



.ui-button {
    vertical-align: bottom;
    /* padding : 2px !important;
    margin  : 2px !important;  */
}


.ui-button-text-only {
    padding: 2px !important;
    margin: 2px !important;
}

.ui-button-text {
    padding: 2px !important;
    margin: 2px !important;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-buttonset .ui-button {
    margin-left: -.1em;
    margin-right: -.1em;
    margin-bottom: -.1em;
    margin-top: -.1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
}

*/ .tickercontainer {
    width: 400px;
    height: 50px;
    margin: -10px;
    padding: 0;
    overflow: hidden;
}

ul.newsticker {
    position: relative;
    left: 400px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.newsticker li {
        float: left;
        margin: 0;
        padding: 0;
    }

    ul.newsticker span {
        font-size: 1.3em;
        white-space: nowrap;
        padding: 0;
        margin: 10px;
    }



div#divVersao {
    color: #C00 !important;
    margin-top: 105px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    height: 80px;
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.btn-simples {
    padding: .4em 1em;
    display: inline-block;
    zoom: 1;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    overflow: visible;
    margin-top: 3px;
    margin-bottom: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #77d5f7;
    background: #daeaf8 url(https://servicos.efazenda.ms.gov.br/templates/Styles/custom-theme/images/ui-bg_highlight-hard_45_daeaf8_1x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #05419b;
}

.btn-simples-pequeno {
    padding: .1em 1em;
}

.btn-simples:hover {
    border: 1px solid #448dae;
    background: #79c9ec url(https://servicos.efazenda.ms.gov.br/templates/Styles/custom-theme/images/ui-bg_highlight-hard_75_79c9ec_1x100.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #026890;
}




/*#region LOADING - estilos para o bloqueio da tela (usado no Ajax)*/

#content {
    position: relative;
    height: 100%;
}

#loading {
    content: " " !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
    height: 100%;
    width: 100%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: central;
    visibility: visible;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 100px;
    background-color: #A9A9A9;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

    #loading:after {
        content: "Carregando..." !important;
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 9999;
        height: 196px;
        width: 192px;
        padding: 10px;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: central;
        visibility: visible;
        text-align: center;
        font-size: 18px;
        color: #000;
        font-weight: 800;
        background-image: url('~/../../images/loading.gif');
        background-repeat: no-repeat;
        background-position: center 15px;
        box-sizing: border-box;
        background-color: #fff;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        border-style: solid;
        border-width: 1px;
        border-color: #333333;
        padding-top: 122px;
        margin-top: -98px;
        margin-left: -96px;
    }

/*#endregion LOADING - estilos para o bloqueio da tela (usado no Ajax)*/


/*#region Procedimentos Administrativos*/
#LoteInterferencias .tablejqgrid {
    background-color: #ffffff;
    color: #000000;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

    #LoteInterferencias .tablejqgrid tbody,
    #LoteInterferencias .tablejqgrid thead {
        width: 100%;
    }

    #LoteInterferencias .tablejqgrid td {
        border: 1px solid #85BB65;
        border-width: 0 1px 1px 0;
        padding: 2px;
    }

    #LoteInterferencias .tablejqgrid > thead td:first-child {
        width: 3px;
    }

    #LoteInterferencias .tablejqgrid tfoot td {
        border-width: 0 1px 0 0;
    }

    #LoteInterferencias .tablejqgrid tr td:last-child {
        border-width: 0 0 1px 0;
    }

    #LoteInterferencias .tablejqgrid tfoot td:last-child {
        border-width: 0 0 0 0;
    }

    #LoteInterferencias .tablejqgrid thead td,
    #LoteInterferencias .tablejqgrid tfoot td {
        background-color: #dff0d8;
        border: 0 solid #85BB65;
        border-width: 0 0 1px 1px;
        font-family: Verdana;
        font-size: 11px;
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
    }

        #LoteInterferencias .tablejqgrid thead td:first-child {
            border-width: 0 0 1px 0;
        }

        #LoteInterferencias .tablejqgrid thead td:last-child {
            border-width: 0 0 1px 1px;
        }

    #LoteInterferencias .tablejqgrid input {
        height: 16px;
    }

#LoteInterferencias input[id$='L_TotalParcelas'] {
    width: 25px !important;
}

#LoteInterferencias input[id$='L_Horas'] {
    width: 35px;
}

#LoteInterferencias input[id$='L_Valor'] {
    width: 60px;
}

#LoteInterferencias input[id$='L_DtFim'] {
    width: 65px;
}

#LoteInterferencias input[id$='L_HrTime'],
#LoteInterferencias input[id$='L_Quantidade'] {
    width: 40px;
}

#LoteInterferencias .tablejqgrid td a {
    color: #000;
    font-weight: bold;
}

    #LoteInterferencias .tablejqgrid td a:hover {
        background-color: #dff0d8;
        border: 1px solid #85BB65;
        color: #000;
        font-weight: bold;
        padding: 4px 4px 4px 4px;
        text-decoration: none;
    }

    #LoteInterferencias .tablejqgrid td a:visited {
        color: #000;
    }

#LoteInterferencias .validation-summary-errors {
    color: red;
}

#LoteInterferencias .tablejqgrid tbody tr:hover td {
    background-color: #ededed;
    color: #026890;
}

#LoteInterferencias .toBeRemoved td {
    background-color: #fef1ec !important;
    color: #cd0a0a !important;
}

#LoteInterferencias .isInvalid {
    color: #cd0a0a;
    font-size: 20px;
    left: 0;
    position: absolute;
}

#LoteInterferencias #boxTabela {
    margin: auto;
    padding-left: 5px;
    position: relative;
}

#LoteInterferencias .clickHover:hover,
#LoteInterferencias td [type=checkbox]:hover {
    cursor: pointer;
}

#LoteInterferencias .listHeader {
    list-style-type: none;
    margin-bottom: 5px;
}

    #LoteInterferencias .listHeader > li {
        margin-left: 2px !important;
    }

#VisualizarLote #box_checkboxToggle_content {
    padding-top: 10px;
    padding-bottom: 10px;
}

#VisualizarLote #box_lancamento_header {
    margin-top: 10px;
}

#VisualizarLote #box_lancamento_content,
#VisualizarLote #box_botoes_content {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

#VisualizarLote #box_capaLote_content {
    margin-bottom: 10px;
}

#VisualizarLote #interParcelas {
    display: none;
}

#VisualizarLote #box_interParcelas_content {
    margin-bottom: 10px;
}

#VisualizarLote #modalGridInterferencias {
    display: none;
}

#VisualizarLote #modalGridDetalharMovimento {
    display: none;
}

#VisualizarLote input[id="inputToggleCheckBox"] {
    margin-left: 15px;
    margin-bottom: 15px;
}

#VisualizarLote input[type="button"] {
    margin-left: 15px;
}

#VisualizarLote #interParcelas {
    padding-top: 15px;
}

#VisualizarLote #box_LotesParcelas_content {
    padding-top: 10px;
}

#VisualizarLote .botaoVoltar {
    margin-top: 10px;
}

/* Mapa Frequencia / Index */
#box_calendario #calendar {
    width: 850px;
    margin: 0 auto;
}

/*#endregion Procedimentos Administrativos*/


/*#region Modal _LayoutModalCadastro e _LayoutModal */

#LayoutModalRegEmprego .ui-datepicker-trigger {
    vertical-align: bottom;
}

#LayoutModalRegEmprego .ui-button {
    vertical-align: bottom;
}

#LayoutModalRegEmprego .tickercontainer {
    width: 400px;
    height: 50px;
    margin: -10px;
    padding: 0;
    overflow: hidden;
}

#LayoutModalRegEmprego ul.newsticker {
    position: relative;
    left: 400px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #LayoutModalRegEmprego ul.newsticker li {
        float: left;
        margin: 0;
        padding: 0;
    }

    #LayoutModalRegEmprego ul.newsticker span {
        font-size: 1.3em;
        white-space: nowrap;
        padding: 0;
        margin: 10px;
    }

#LayoutModalRegEmprego .ast {
    color: Red;
}

body#LayoutModalRegEmprego {
    background: #fff;
    margin-top: 0px;
    overflow: hidden;
    overflow-y: auto;
    clear: both;
    max-width: 960px;
    min-width: 700px;
}


#LayoutModalRegEmprego div#content {
    width: 720px;
    float: left;
    font-size: 11px;
    margin-top: 5px;
}

#LayoutModalRegEmprego #Layer1,
#LayoutModalRegEmprego #Layer2 {
    width: 690px;
    height: 250px;
    background-color: #F2F2F2;
    overflow: auto;
    padding: 2px 2px 2px 2px;
}

#LayoutModalRegEmprego #table-vantagens1 {
    font-size: 10px;
}

#LayoutModalRegEmprego #table-Movimentos,
#LayoutModalRegEmprego #table-vantagens {
    font-size: 10px;
    font-family: verdana, arial, helvetica, sans-serif;
    cellspacing: 0;
    border-collapse: collapse;
    width: 675px;
}

#LayoutModalRegEmprego div.scrollTable table.header,
#LayoutModalRegEmprego div.scrollTable div.scroller table {
    width: 100%;
    font-size: 10px;
}

    #LayoutModalRegEmprego div.scrollTable table.header th {
        font-weight: normal;
        color: #05419B;
    }

    #LayoutModalRegEmprego div.scrollTable table.header th,
    #LayoutModalRegEmprego div.scrollTable div.scroller table td {
        border: 1px solid #DAEAF8;
        padding: 3px 5px;
    }

    #LayoutModalRegEmprego div.scrollTable table.header th {
        background: #DAEAF8;
    }

        #LayoutModalRegEmprego div.scrollTable table.header th span {
            color: Red;
        }

#LayoutModalRegEmprego div.scrollTable div.scroller {
    height: 200px;
    overflow: auto;
}

#LayoutModalRegEmprego div.scrollTable .coluna20px {
    width: 20px;
}

#LayoutModalRegEmprego div.scrollTable .coluna35px {
    width: 35px;
}

#LayoutModalRegEmprego div.scrollTable .coluna50px {
    width: 50px;
}


#LayoutModalRegEmprego div.scrollTable .coluna65px {
    width: 65px;
}


#LayoutModalRegEmprego div.scrollTable .coluna70px {
    width: 70px;
}


#LayoutModalRegEmprego div.scrollTable .coluna75px {
    width: 75px;
}

#LayoutModalRegEmprego div.scrollTable .coluna100px {
    width: 100px;
}

#LayoutModalRegEmprego div.scrollTable .coluna150px {
    width: 150px;
}

#LayoutModalRegEmprego div.scrollTable .coluna190px {
    width: 190px;
}

#LayoutModalRegEmprego div.scrollTable .coluna200px {
    width: 200px;
}

#LayoutModalRegEmprego div.scrollTable .coluna220px {
    width: 220px;
}

#LayoutModalRegEmprego div.scrollTable .coluna250px {
    width: 250px;
}

#LayoutModalRegEmprego div.scrollTable .coluna280px {
    width: 280px;
}

#LayoutModalRegEmprego div.scrollTable .coluna300px {
    width: 300px;
}


#LayoutModalRegEmprego fieldset {
    border: 1px #CCC solid;
    max-width: 700px !important;
}

#LayoutModalRegEmprego .labelCertidao {
    display: inline-block;
    width: 160px !important;
    max-width: 160px;
}

#LayoutModalRegEmprego .texto4x4 {
    width: 260px !important;
}

/*#endregion*/





.container_12 .width_1 {
    width: 60px;
}

.container_12 .width_2 {
    width: 140px;
}

.container_12 .width_3 {
    width: 220px;
}

.container_12 .width_4 {
    width: 300px;
}

.container_12 .width_5 {
    width: 300px;
}

.container_12 .width_6 {
    width: 460px;
}

.container_12 .width_7 {
    width: 540px;
}

.container_12 .width_8 {
    width: 620px;
}

.container_12 .width_9 {
    width: 700px;
}

.container_12 .width_10 {
    width: 780px;
}

.container_12 .width_11 {
    width: 860px;
}

.container_12 .width_12 {
    width: 940px;
}


/* 
#tabs {
    box-sizing: border-box;
}
*/


/****************************************************
    BOX 
*/

.box-padrao {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.box-padrao-header {
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-bottom: none;
    padding-left: 5px;
    min-height: 20px;
    border: 1px solid #85BB65;
    background: #d6e9c6;
    color: #000;
}

.box-padrao-content {
    padding: 15px 10px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #85BB65;
    background: #FAFAFA;
}


.box-header {
    border: 1px solid #A6C9E2;
    border-bottom: none;
    background-image: url(/AtosEventosMVC/Content/themes/base/images/ui-bg_highlight-hard_75_daeaf8_1x100.png);
}

    .box-header > span {
        padding-left: 5px;
    }

.box-content {
    border: 1px solid #A6C9E2;
    background: #FAFAFA;
}





/****************************************************
    TABLEA
*/
.tabela-padrao {
    /*font-size: 10px;*/
    /*font: bold;*/
    margin-bottom: 0 !important;
    width: 100%;
}

    .tabela-padrao td {
        text-align: center;
    }

fieldset {
    border: 1px solid #85BB65 !important;
    padding: 0;
}

.tabela-padrao caption {
    text-align: center;
    color: white;
    border: 1px solid #85BB65 !important;
    background: #009654 !important;
}

.tabela-padrao th {
    border: 1px solid #85BB65 !important;
    background: #d6e9c6 !important;
    font-size: 12px;
    color: #000;
    font-weight: 700 !important;
    font-size: 12px;
    box-sizing: border-box !important;
}

.tabela-padrao tbody > tr td {
    border: 1px solid #85BB65 !important;
    color: #222222;
    font-size: 10px;
    box-sizing: border-box !important;
}


.tabela-padrao-cinza {
    width: 100%;
    font-size: 11px;
}

    .tabela-padrao-cinza thead {
        border-bottom: 2px solid #dddddd;
    }

    .tabela-padrao-cinza th {
        border: 1px solid #e9e9e9;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545;
    }

    .tabela-padrao-cinza td {
        border: 1px solid #dddddd;
        font-weight: normal;
        text-align: center;
        /*color: #454545;*/
        /*font-size:11px;*/
    }

    .tabela-padrao-cinza tfoot {
        background-color: #f6f6f6;
    }

.tabela-padrao-hover tbody tr:hover {
    background-color: #ededed;
}


.tabela-padrao-scroll {
    height: 450px !important;
    width: inherit;
    overflow-y: scroll !important;
    display: block;
}

.tableFixHead {
    overflow-y: auto;
    width: inherit;
    height: 350px !important;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
    }


/*****************************************************
    CLASSES 
*/

/*Remove "X" de campos input*/
.NumeroProcesso::-ms-clear {
    display: none !important;
}


.field-historico {
    border: 2px #CCC solid;
    padding: 5px;
    text-align: justify;
}









.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.row {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.float {
    float: left;
}

.float-right {
    float: right;
}


.ast {
    color: Red;
}

.font-vermelha {
    color: Red;
}

.margem {
    padding-inline-start: 5px;
}

.margem2x {
    padding-inline-start: 10px;
}

.margem3x {
    padding-inline-start: 15px;
}

.spacer {
    height: 5px;
}

.spacer2x {
    height: 10px;
}

.spacer3x {
    height: 15px;
}

.spacer4x {
    height: 20px;
}

.span-red {
    color: Red;
}

.fonte-pequena {
    font-size: 10px;
}

.fonte-negrito-12 {
    font-size: 12pt;
    margin-bottom: 10px;
}


/*****************************************************
    FORMULARIOS
*/
select {
    padding: 3px;
    margin: 0;
    cursor: pointer;
}

#tabsAto {
    border: 1px solid #85BB65;
    background: #FAFAFA;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.box-padding {
    padding: 10px;
    overflow: auto;
}


/*Identificação Padrão*/
#box_identificacao_padrao_content,
#box_identificacao_padrao_por_pessoa_fisica_content {
    padding-top: 5px;
    padding-bottom: 10px;
}


.linha-para-5-botoes {
    text-align: center;
}

    .linha-para-5-botoes > button {
        width: 175px;
        margin-right: 3.5px;
        margin-left: 3.5px;
    }

#legendas > span {
    margin-left: 5px;
    padding: 3px;
    border-radius: 5px 5px;
}

#leg-esc {
    background-color: gray;
    color: white;
    border: 3px solid gray;
    border-radius: 2px;
}

#leg-adn {
    background-color: purple;
    color: white;
    border: 3px solid purple;
    border-radius: 2px;
}

#leg-pln {
    background-color: green;
    color: white;
    border: 3px solid green;
    border-radius: 2px;
}

#leg-aft {
    background-color: yellow;
    color: black;
    border: 3px solid yellow;
    border-radius: 2px;
}

#leg-ferias {
    background-color: blue;
    color: white;
    border: 3px solid blue;
    border-radius: 2px;
}

#leg-feriados {
    background-color: pink;
    border: 3px solid pink;
    border-radius: 2px;
}

#leg-fir {
    background-color: red;
    color: white;
    border: 3px solid red;
    border-radius: 2px;
}

#leg-doacaosangue {
    background-color: lightgreen;
    border: 3px solid lightgreen;
    border-radius: 2px;
}

#leg-doacaoleite {
    background-color: lightblue;
    border: 3px solid lightblue;
    border-radius: 2px;
}

#leg-indenizacao {
    background-color: burlywood;
    border: 3px solid burlywood;
    border-radius: 2px;
}