@import url("./css/font-ubuntu.css");

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "Ubuntu", Tahoma, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    margin: 0px;
}

p {
    /*border:1px solid;*/
    margin: 5px;
    /*text-indent: 15px;*/
    padding: 0.01px;
}

h2 {
    font-size: 14px;
    text-indent: 30px;
}

select {
    min-height: 23px;
    vertical-align: top;
}

/*formata��o da visualiza��o de cadastro quando for por tabela*/
.tabelaFormataCadastro {
    width: 100%;
    font-size: 13px;
    background-color: #E9E9E9;
}

.tabelaFormataCadastro2colunas {
    width: 100%;
    font-size: 13px;
    background-color: #E9E9E9;
}

.tabelaFormataCadastro2colunas > tbody > tr > td {
    vertical-align: top;
}

.insfracadsecundario {
    width: 100%;
/* border: 1 px solid gray;
 border-radius: 2 px;
 padding: 5 px;*/
}

/*.insfracadsecregistros {
	width: 100%;
	font-size: 12px;
	font-size: 0.9em;
}*/

table.insfracadsecregistros th {
    /*	background-color: blue;
        color: white;
        font-weight: bold;*/
    cursor: pointer;
}

/*.tituloTabelaSecundaria {
	font-size: 12px;
	margin-left: 40px;
}*/

#TabelaPrincipal {
    font-size: 0.9em;
}

.linkexcluirnaconsulta {
    color: red;
    align: center;
    text-decoration: underline;
    cursor: pointer;
}

.linkvernaconsulta {
    color: blue;
    align: center;
    text-decoration: underline;
    cursor: pointer;
}

.linkalterarnaconsulta {
    color: blue;
    align: center;
    text-decoration: underline;
    cursor: pointer;
}

.tituloconsulta {
    cursor: pointer;
    font-size: 13px;
}

/*destacando as linhas*/

/*#TabelaPrincipal tbody tr.even:hover, #TabelaPrincipal tbody tr.even td.highlighted {*/
/*background-color: #ECFFB3;*/
/*}*/

/*#TabelaPrincipal tbody tr.odd:hover, #TabelaPrincipal tbody tr.odd td.highlighted {*/
/*background-color: #E6FF99;*/
/*}*/

/*#TabelaPrincipal tr.even:hover td.sorting_2 {*/
/*background-color: #E7FF9E;*/
/*}*/

/*#TabelaPrincipal tr.even:hover td.sorting_3 {*/
/*background-color: #E2FF89;*/
/*}*/

/*#TabelaPrincipal tr.odd:hover td.sorting_1 {*/
/*background-color: #D6FF5C;*/
/*}*/

/*#TabelaPrincipal tr.odd:hover td.sorting_2 {*/
/*background-color: #E0FF84;*/
/*}*/

/*#TabelaPrincipal tr.odd:hover td.sorting_3 {*/
/*background-color: #DBFF70;*/
/*}*/

/*este código zebra a tabela:*/
#TabelaPrincipal tr:nth-child(odd) {
    background-color: #f7f7f7;
}

#TabelaPrincipal tr:hover {
    background-color: #EEEEEE;
}

#TabelaPrincipal tr:hover td.sorting_1 {
    background-color: #dcdcdc;
}

#MenuTotal {
    font-size: 11px;
}

#MenuAdm {
    font-size: 13px;
}

.ocultaTD {
    display: none;
}

.ocultaTD sorting_1 {
    display: none;
}

input.btAtualiza {
    background-image: url(../imagens/btatualiza.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-position: 2px 0px; /* equivalent to 'top left' */
    /*border: none;           /* assuming we don't want any borders */
    cursor: pointer;
    /* make the cursor like hovering over an <a> element */
    /*background-image: url(../imagens/btatualiza.png); /* 16px x 16px */
    background-repeat: no-repeat;
    /*height: 23px;           /* make this the size of your image */
    width: 24px; /* make this the size of your image */

    /*padding-left: 18px;     /* make text start to the right of the image */
    /*vertical-align: middle; /* align the text vertically centered */
}

input.btNovo {
    background-image: url(../imagens/btnovo.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-position: 2px 1px; /* equivalent to 'top left' */
    /*border: none;           /* assuming we don't want any borders */
    cursor: pointer;
    /* make the cursor like hovering over an <a> element */
    background-repeat: no-repeat;
    /*height: 23px;           /* make this the size of your image */
    width: 24px; /* make this the size of your image */

    /*vertical-align: middle; /* align the text vertically centered */

    /*display: inline-block;*/
}

input.btVisualiza {
    background-image: url(../imagens/btvisualiza.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-position: 2px 0px; /* equivalent to 'top left' */
    /*border: none;           /* assuming we don't want any borders */
    cursor: pointer;
    /* make the cursor like hovering over an <a> element */
    /*background-image: url(../imagens/btatualiza.png); /* 16px x 16px */
    background-repeat: no-repeat;
    /*height: 23px;           /* make this the size of your image */
    width: 24px; /* make this the size of your image */

    /*padding-left: 18px;     /* make text start to the right of the image */
    /*vertical-align: middle; /* align the text vertically centered */
}

.tabelaFormataCadastro6colunas {
    width: 100%;
    /*width:1170px;*/
    /*border:none;*/
    table-layout: fixed;
    font-size: 13px;
    background-color: #E9E9E9;
    padding: 5px;
}

.tf6col1 {
    width: 150px;
}

.tf6col2 {
    width: 30px;
}

/*este c�digo zebra a tabela:*/
.tabelaFormataCadastro6colunas tr:nth-child(odd) {
    background-color: #E9E9E9;
}

/*.barradebotoes {
	width: 100%;
	background-color: #E9E9E9;
	border: 1px solid #686868;
	border-radius: 6px;
	text-align: center;
	margin-bottom: 23px;
}*/

.imgatalho {
    max-height: 30px;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 100px;
}

.working {
    background: url('http://i2.wp.com/www.thegreatnovelingadventure.com/wp-content/plugins/wp-polls/images/loading.gif') no-repeat right center;
}

.iconConsultaOptions {
    margin: 8px;
    cursor: pointer;
    text-align: center;
}

.ui-widget-header {
    border: 1px solid #dd4814;
}

.dataTables_processing {
    background-color: #ffffff;
    border-color: #ffffff;
}

.conteudo {
    margin: 20px;
}

#insfra-inconsistencias {
    max-height: 500px;
    overflow: auto;
}

.button-selecionar-todos {
    float: right;
    font-size: 8px;
    margin-right: 1px;
    border-radius: 4px;
}

.button-deselecionar-todos {
    float: left;
    font-size: 8px;
    margin-left: 1px;
    border-radius: 4px;
}

.multselect-button {
    font-size: 8px;
    border: 1px solid rgb(189, 196, 207);
    padding: 2px 3px;
    background-color: #FFFFFF;
    box-shadow: inset 0px -3px 1px rgb(210, 210, 210);
    font-weight: 900;
}

.multselect-button:HOVER {
    background-color: rgb(64, 143, 249);
    box-shadow: inset 0px -3px 1px rgb(16, 101, 197);
    color: #dedede;
    font-weight: 900;
    cursor: pointer;
}

.loading {
    background-image: url(../imagens/loading.gif);
    background-color: transparent;
    display: inline-block;
    height: 16px;
    width: 16px;
}

select.disabled {
    background-color: rgb(226, 226, 226);
}

.insfracadseccampos input[type='button'].inputCadSec {
    color: #fff;
    background-color: #FF1B25;
    border-color: #914448;
    border-width: 0px;
    padding: 3px 8px;
    font-size: 14px;
    outline: none !important;
    background-image: none !important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: inset 0px -12px 6px rgb(197, 35, 35);
    text-shadow: none;
    border-radius: 2px;
    margin-right: 3px;
}

.insfracadseccampos input[type='button'].inputCadSec:hover {
    background-color: #B30008;
}

.btn-atualizar-secundaria {
    float: right;
    margin-right: 1%;
    font-size: 0.9em;
}

.g-recaptcha.invisible {
    display: none;
}

.control-label.validation {
    float: right;
}

#percentual {
    margin-left: 0.5%;
}

.desabilitaCampo {
    display: none;
}

#quadroProgressoDetalhe {
    display: none;
    border: 1px #ccc solid;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px 20px;
}

#progressoDetalhe dd {
    margin-left: 20px;
}

#modalProgresso .modal-header {
    min-height: 0px !important;
    padding: 0px 10px 5px !important;
    border-bottom: 0px !important;
}

.insfracadsecundario .panel {
    overflow: visible;
}

.panel-body {
    overflow: inherit;
}

.mouse-pointer {
    cursor: pointer;
}

.dropdown-menu.open {
    z-index: 1040;
}

.badge.notificacao {
    background-color: #dc0d17 !important;
    background-image: -webkit-linear-gradient(#fa3c45, #dc0d17) !important;
    background-image: linear-gradient(#fa3c45, #dc0d17) !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
    margin-top: -20px;
    margin-left: -8px;
    padding: 2px 3px !important;
}

.bgRed > td {
    background-color: #ff7979 !important;
}

.margin-botton-15 {
    margin-bottom: 15px;
}

.margin-0 {
    margin: 0px !important;
}

#pagExibicao {
    vertical-align: -webkit-baseline-middle;
}

#modalHistorico .editCampo {
    display: none;
}

#modalHistorico td.btn-center {
    vertical-align: middle;
}
#login-qyon #alert-top {
    position: absolute;
    top: 10px;
}

#login-qyon input {
    background-color: #ececec;
    border: 0;
}
#login-qyon .form-group .glyphicon {
    color: #999;
}
#login-qyon #btEntrar {
    margin-top: 25px;
    padding: 20px 50px;
    background-color: #155aff;
    border: 0;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

#login-qyon #btRecuperarSenha {
    color: #999;
    font-size: 12px;
}
#login-qyon #login-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 1;
    z-index: 10;
}
#login-qyon #login-logo {
    margin: 25px auto;
    width: 250px;
}
#login-qyon.login-qyon-ponto #login-logo {
    height: 44px;
}
#login-qyon.login-qyon-medseg #login-logo {
    height: 40px;
}
#login-qyon.login-qyon-ponto-medseg #login-logo {
    height: 79px;
}
#login-qyon.login-qyon-ponto #login-bg {
    background-image: url(../imagens/TelaLoginPonto.jpg);
}
#login-qyon.login-qyon-medseg #login-bg {
    background-image: url(../imagens/TelaLoginMEDSeg.jpg);
}
#login-qyon.login-qyon-ponto-medseg #login-bg {
    background-image: url(../imagens/TelaLoginPontoMEDSeg.jpg);
}
#login-qyon.login-qyon-ponto #login-logo {
    background-image: url(../imagens/LogoPonto250.png);
}
#login-qyon.login-qyon-medseg #login-logo {
    background-image: url(../imagens/LogoMEDSeg250.png);
}
#login-qyon.login-qyon-ponto-medseg #login-logo {
    background-image: url(../imagens/LogoPontoMEDSeg250.png);
}
.h-100 {
    height: 100vh !important;
}
.align-items-center {
    align-items: center !important;
}
.margin-0 {
    margin: 0;
}
.justify-content-center {
    justify-content: center !important;
}
.d-flex {
    display: flex !important;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
}

.inner-addon .glyphicon:not(#brShowPassword) {
  pointer-events: none;
}

.inner-addon #brShowPassword.glyphicon {
    cursor: pointer;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

#btConfigVersion {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.isolated-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.color-square {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

.color-square.color-black { background-color: black; }
.color-square.color-white { background-color: white; }
.color-square.color-maroon { background-color: maroon; }
.color-square.color-green { background-color: green; }
.color-square.color-olive { background-color: olive; }
.color-square.color-lime { background-color: lime; }
.color-square.color-blue { background-color: blue; }
.color-square.color-navy { background-color: navy; }
.color-square.color-aqua { background-color: aqua; }
.color-square.color-purple { background-color: purple; }
.color-square.color-gray { background-color: gray; }
.color-square.color-red { background-color: red; }
.color-square.color-yellow { background-color: yellow; }
.color-square.color-orange { background-color: orange; }
.color-square.color-fuchsia { background-color: fuchsia; }