/* 
    Project    : datashar_treinamento
    Document   : principal
    Author     : Francisco
    Description:
        Arquivo principal de estilos do sistema
*/
body{
    overflow-y:scroll;
    font:75% 'Lucida Sans Unicode','Lucida Grande',arial,helvetica,sans-serif;
    padding: 0px;
    margin: 0px;
}
#body_system{
    background: url('../imagens/bkg.jpg') center top no-repeat;
    background-size: 100%;
}
#body_login{
    background: url('../imagens/bkg.jpg') center top no-repeat;
    background-size: 100%;
}
#logo-rodape{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

input[readonly="readonly"]{
    background: #FAFAFA;
}
input[readonly="readonly"]:hover{
    background: #FAFAFA;
}

/*---- Menu Vertical [Inicial] ----*/
#menu{
    position: fixed;
    margin: 0px;
    width: 300px;
    height: 470px;
    background: #CCC; 
    margin-top: 30px;
    margin-left: -300px;
    z-index: 100;
}
#menu #itens{
    position: absolute;
}
#menu div .icone{
    width: 30px;
    height: 24px;
    background: #CCC;
    margin-left: 300px;
    margin-top: 3px;
    cursor: pointer;
    border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    padding-top: 20px;
    padding-left: 5px;
}
#menu div .icone a{
    margin-left: 5px;
    display: block;
}
#menu #conteudoMenu{
    position: absolute;
    width: 282px;
    height: 460px;
    margin: 5px;
    padding-left: 6px;
    background: #FFF;
    border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    z-index: 1;
}
#menu #conteudoMenu hr{
    width: 95%;
}
#menu #conteudoMenu div[id^='menu'] p:first-child{
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 10px;
}
#menu #conteudoMenu a{
    color: #000;
}
#menu #conteudoMenu a:hover{
    font-weight: bold;
}
#menu img{
    border: 0;
    margin-top: 5px;
    margin-left: 5px;
}
#menu a{
    text-decoration: none;
    list-style: none;
}
/*---- Menu Vertical [Final] ----*/

.btn-destroy{
    width: 5px;
    color: red;
}
#menu-principal{
    font-family: verdana;
    font-size: 15px;
    text-align: center;
    box-shadow: 3px 3px 4px #eee;
    width: 80%;
    margin: 0 auto;
}
#botoesModulo{
    width: 90%;
    margin: 0 auto;
}
#moduloCarregado{
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
/*    text-shadow: 0.05em 0.05em #fff;*/
}
#contentPrincipal{
    width: 90%;
    margin: 0 auto;
    margin-top: 2px;
    padding: 5px;
}
#imgProfissional{
    box-shadow: 1px 1px 1px 1px #ccc;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#dialogConfirmacao{
    background: #FFFFED;
    width: 25em;
}
#dialogErro{
    background: #FFCCCC;
    width: 25em;
}
#dialogSucesso{
    background: #F0FFF0;
    width: 25em;
}
#dialogInformacao{
    background: #E6E8FA;
    width: 25em;
}
.login{
    position: absolute;
    margin-top: 15%;
    right: 20%;
    background: url('../imagens/login.png') no-repeat;
    width: 252px;
    height: 258px;
    text-align: center;
    padding-top: 10px;
}
.login
    input[type='text'], .login input[type='password']{
        font-size: 20px;
        padding: 8px;
        width: 200px;
        background: #eee;
        color: #333;
        border: none;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        font-weight: bold;
}
.login #btnLogin{
    border: none;
    background: url('../imagens/btnEntrar.png') no-repeat;
    width: 80px;
    height: 81px;
}
.carregando{
/*    position: absolute;
    margin: 40px auto 0px;
    width: 100%;
    height: 25px;
    padding: 3px;*/
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999997;
    /* transparência compatível com os navegadores comuns.*/
    opacity:0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
    background: url('../imagens/carregando.gif') #000 center no-repeat;
    text-align: center;
}
#menuPrincipal{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.menuItemSelecionado{
    background: #007FCC;
    color: #FFFFFF;
}
.subItemMenuPrincipal{
    text-align: left;
}
.ulFiltros{
    padding: 0px;
}
.ulFiltros li{
    list-style: none;
}
.fd-form, .fd-acoes, .fd{
    margin: 1px;
    padding: 2px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.fd-form legend, .fd-acoes legend, .fd legend{
    background: #007FCC;
    border: 1px solid #007FCC;
    color: #fff;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.fd-acoes legend{
    text-align: left;
}
.fd-acoes{
    text-align: right;
}


.statusAberto{
    background: #CCCCCC !important;
    border-top: 1px solid #fcfcfc !important;
}
.statusAprovado{
    background: #EE5757 !important;
    border-top: 1px solid #fcfcfc !important;
}
.statusEntregue{
    background: #f5e79e !important;
    border-top: 1px solid #fcfcfc !important;
}
.statusExecutado{
    background: #F39814 !important;
    border-top: 1px solid #fcfcfc !important;
}
.statusDO{
    background: #ffcaca !important;
    border-top: 1px solid #fcfcfc !important;
}
.statusNotaFiscalEmitida{
    background: #6600ff !important;
    border-top: 1px solid #fcfcfc !important;
}
.statusNotaFiscalEntregue{
    background: #00CC00 !important;
    border-top: 1px solid #fcfcfc !important;
}
.statusConcluido{
    background: #00acec !important;
    border-top: 1px solid #fcfcfc !important;
}
.statusCancelado{
    background: #F06433 !important;
    border-top: 1px solid #fcfcfc !important;
}



/*Aqui deixa o botão das ações [Alterar, Excluir, etc] pequenos*/
.k-grid tbody .k-button {
    min-width: 22px;
    width: 22px;
    height: 22px;
    padding: 0px;
    border:0px;
}

.calendario{
    border: 1px solid #f00;
    padding: 3px;
    width: 270px;
}

#tabs{
    background: #fff;
}

/*.k-grid-header .k-header {
    padding: 10px 20px;
}
.k-grid td {
        background: -moz-linear-gradient(top,  rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.15) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.05)), color-stop(100%,rgba(0,0,0,0.15)));
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.15) 100%);
        background: -o-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.15) 100%);
        background: -ms-linear-gradient(top,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.15) 100%);
        background: linear-gradient(to bottom,  rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.15) 100%);
}
col:nth-child(2n+3) {background: #CCC}*/
table[id^='grid'] tr:nth-child(odd)		{ background-color:#fafafa; }
table[id^='grid'] tr:nth-child(even)		{ background-color:#fff; }
table[id^='grid'] tr:hover                       { background-color:#f0f0f0; }


.imgProfissional{
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
    box-shadow: 2px 2px 3px #000;
}

.msgPermissao{
    text-align: center;
    padding: 5px;
    margin: 5px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
    box-shadow: 2px 2px 3px #fcfcfc;
}

.msgPermissao.alerta{
    background: #FCF8E3;
    color: #000;
}

.tabela-avaliacao-selecao{
    background: #fcfcfc;
    border: 1px solid #ddd;
    font-weight: bold;
    text-align: right;
}

table .painel-avaliacoes ul{
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    width: 300px;
}
table .painel-avaliacoes ul li{
    list-style: none;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 3px;
    float: left;
    cursor: pointer;
}

table .painel-avaliacoes .menu.selecionado{
    background: #007FCC;
    color: #fff;
}

table .painel-avaliacoes .menu:hover{
    background: #00acec;
    color: #fff;
}


/*input[type='radio'] {
    visibility: hidden;
}*/
input[type='text'],input[type='password'], select, textarea{
    padding: 3px;
    font-size: 13px;
    background: #fafafa;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

fieldset{
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}

/*Estilos para checkbox e radio*/
input[type='checkbox'], input[type='radio'] {
  -webkit-appearance: none;
  -webkit-user-select: none;
  background-image: -webkit-linear-gradient(#ededed, #ededed 38%, #dedede);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08),
      inset 0 1px 2px rgba(255, 255, 255, 0.75);
  color: #444;
  font: inherit;
  margin: 0 1px 0 0;
  text-shadow: 0 1px 0 rgb(240, 240, 240);
}


input[type='checkbox'] {
  bottom: 2px;
  height: 13px;
  position: relative;
  vertical-align: middle;
  width: 13px;
}


input[type='radio'] {
  /* OVERRIDE */
  border-radius: 100%;
  bottom: 3px;
  height: 15px;
  position: relative;
  vertical-align: middle;
  width: 15px;
}


input[type='checkbox']:checked::before {
  -webkit-user-select: none;
  background-image: url('/imagens/checkbox.png');
  background-size: 100% 100%;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
}


input[type='radio']:checked::before {
  background-color: #666;
  border-radius: 100%;
  bottom: 3px;
  content: '';
  display: block;
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
}

input:read-only{
    background: #ebebe4;
    border: 1px solid #abadb3;
    padding: 2px 1px;
}



/*CSS LIXEIRA*/ 
.trash {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 0;
  position: relative;
  width: 30px;
  height: 20px;
  top: 2px;
}

.trash > span {
  display: inline-block;
}

.trash > .can,
.trash > .lid {
  background: url('/imagens/trash_laranja.png') 0 0 no-repeat;
  left: 8px;
  position: absolute;
  right: 8px;
  top: 2px;
}

.trash > .lid {
  -webkit-transform-origin: -7% 100%;
  -webkit-transition: -webkit-transform 150ms;
  -moz-transform-origin: -7% 100%;
  -moz-transition: -moz-transform 150ms;
  -ms-transform-origin: -7% 100%;
  -ms-transition: -moz-transform 150ms;
  height: 6px;
  width: 14px;
}

html[dir='rtl'] .trash > .lid {
  -webkit-transform-origin: 107% 100%;
  -moz-transform-origin: 107% 100%;
  -ms-transform-origin: 107% 100%;
}

.trash:focus > .lid,
.trash:hover > .lid {
  -webkit-transform: rotate(-60deg);
  -webkit-transition: -webkit-transform 250ms;
  -moz-transform: rotate(-60deg);
  -moz-transition: -moz-transform 250ms;
  -ms-transform: rotate(-60deg);
  -ms-transition: -moz-transform 250ms;
}

html[dir='rtl'] .trash:focus > .lid,
html[dir='rtl'] .trash:hover > .lid {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.trash > .can {
  background-position: -1px -4px;
  height: 12px;
  /* The margins match the background position offsets. */
  margin-left: 1px;
  /* The right margin is one greater due to a shadow on the trash image. */
  margin-right: 2px;
  margin-top: 4px;
  width: 11px;
}
/*FIM*/


/*CSS LIXEIRA DESATIVADA*/
.trash_desativada {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: none;
  border: none;
/*  cursor: pointer;*/
  display: inline-block;
  outline: none;
  padding: 0;
  position: relative;
  width: 30px;
  height: 20px;
  top: 2px;
  opacity: 0.3;
}

.trash_desativada > span {
  display: inline-block;
}

.trash_desativada > .can,
.trash_desativada > .lid {
  background: url('/imagens/trash_laranja.png') 0 0 no-repeat;
  left: 8px;
  position: absolute;
  right: 8px;
  top: 2px;
}

.trash_desativada > .lid {
  -webkit-transform-origin: -7% 100%;
  -webkit-transition: -webkit-transform 150ms;
  -moz-transform-origin: -7% 100%;
  -moz-transition: -moz-transform 150ms;
  -ms-transform-origin: -7% 100%;
  -ms-transition: -moz-transform 150ms;
  height: 6px;
  width: 14px;
}

html[dir='rtl'] .trash_desativada > .lid {
  -webkit-transform-origin: 107% 100%;
  -moz-transform-origin: 107% 100%;
  -ms-transform-origin: 107% 100%;
}


.trash_desativada > .can {
  background-position: -1px -4px;
  height: 12px;
  /* The margins match the background position offsets. */
  margin-left: 1px;
  /* The right margin is one greater due to a shadow on the trash image. */
  margin-right: 2px;
  margin-top: 4px;
  width: 11px;
}
/*FIM*/




/*** Rolagem da Vertical da Página ***/
::-webkit-scrollbar-thumb:vertical {
    background: #ececec; /*Cor da barrinha que se move*/
    border: 1px solid #ffffff; /*Coloque borda se quiser*/
    height:50px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
/*** Rolagem da Horizontal da Página***/
::-webkit-scrollbar-thumb:horizontal {
    background-color:#ececec; /*Cor da barrinha que se move*/
    border: 1px solid #ffffff; /*Coloque borda se quiser*/
    height:10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
/*** Parte fixa da rolagem (fundo que não se move) ***/
::-webkit-scrollbar {
    height:10px;
    width:8px; /*Largura da barra de rolagem*/
    background: #fcfcfc; /*Cor da parte fixa, que fica no mundo*/
    border: 1px solid #fcfcfc; /*Coloque borda se quiser*/
}





/**
    Menu Principal
*/
.ui-menu { 
    overflow: hidden;
    font-size: 15px;
    z-index: 999999;
}
.ui-menu .ui-menu {
    overflow: visible !important;
}
.ui-menu > li { 
    float: left;
    display: block;
    width: auto !important;
}
.ui-menu ul li {
    display:block;
    float:none;
}
.ui-menu ul li ul {
    left:120px !important;
    width:100%;
}
.ui-menu ul li ul li {
    width:auto;
}
.ui-menu ul li ul li a {
    float:left;
}
.ui-menu > li {
    margin: 5px 5px !important;
    padding: 0 0 !important;
}
.ui-menu > li > a { 
    float: left;
    display: block;
    clear: both;
    overflow: hidden;
    width: 94%;
}
.ui-menu .ui-menu-icon { 
    margin-top: 0.3em !important;
}
.ui-menu .ui-menu .ui-menu li { 
    float: left;
    display: block;
}



div[id^="divItensConsulta"], .tabela-localizar-registros{ border: 1px solid #ccc; padding: 3px; }
.tabela-localizar-registros th                          { background: #ccc; padding: 3px }
.tabela-localizar-registros tr                          { cursor: pointer; }
.tabela-localizar-registros tr td                       { padding: 3px }
.tabela-localizar-registros tr:nth-child(odd)		{ background-color:#fafafa; }
.tabela-localizar-registros tr:nth-child(even)		{ background-color:#fff; }
.tabela-localizar-registros tr:hover                    { background-color:#f0f0f0; }

/**
* Ajustes botões crid e index
*/
button[class^='btn']{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
button[id^='btn']{
    height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
}
button[id^='btnLocalizar']{
    height: 20px;
}
button[id^='btnSalvarEndereco']{
    height: 35px;
}

.ui-icon-usimontec-excluir{
    width: 16px; 
    height: 16px;  
    background-image: url(../imagens/excluir-16.png) !important; 
}
.ui-icon-usimontec-alterar{
    width: 16px; 
    height: 16px;  
    background-image: url(../imagens/alterar-16.png) !important; 
}
.ui-icon-usimontec-novo{
    width: 24px; 
    height: 24px; 
    background-image: url(../imagens/novo.png) !important; 
}
.ui-icon-usimontec-sair{
    width: 24px; 
    height: 24px; 
    background-image: url(../imagens/sair.png) !important; 
}
.ui-icon-usimontec-localizar{
    width: 24px; 
    height: 24px; 
    background-image: url(../imagens/localizar.png) !important; 
}
.ui-icon-usimontec-acompanhar{
    width: 24px; 
    height: 24px; 
    background-image: url(../imagens/windows.png) !important; 
}
.ui-icon-usimontec-imprimir{
    width: 16px; 
    height: 16px; 
    background-image: url(../imagens/imprimir-16.png) !important; 
}
.ui-icon-usimontec-imprimir-nf{
    width: 16px; 
    height: 16px; 
    background-image: url(../imagens/imprimir-nf.png) !important; 
}
.ui-icon-usimontec-contrato{
    width: 16px; 
    height: 16px; 
    background-image: url(../imagens/contrato-16.png) !important; 
}
.ui-icon-usimontec-status{
    width: 16px; 
    height: 16px; 
    background-image: url(../imagens/sttOk.png) !important; 
}
.ui-icon-usimontec-maquinas{
    width: 16px; 
    height: 16px; 
    background-image: url(../imagens/torno-16.png) !important; 
}
.ui-icon-usimontec-materia-prima{
    width: 16px; 
    height: 16px; 
    background-image: url(../imagens/minerio-ferro-16.png) !important; 
}
.ui-icon-usimontec-duplicar{
    width: 16px; 
    height: 16px; 
    background-image: url(../imagens/duplicar-linhas-16.png) !important; 
}
.ui-icon-usimontec-setas{
    width: 16px; 
    height: 16px; 
    background-image: url(../imagens/setas.png) !important; 
}

.tabela-suporte{
    font-size: 12px; font-weight: bold; margin-top: 2px;
}
.tabela-suporte tr:hover{
    background: #fff;
    color: #000;
}