﻿/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modalLoading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 170, 170, 170, .3 ) 
                url("../img/aguarde.gif") 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalLoading {
    display: block;
}



/* PORTAL */

.Mensagem {
    width:400px; 
    height: 200px;
    background-color:White; 
    border-width:2px; 
    border-color:Black; 
    border-style:solid; 
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left:-200px;
    margin-top: -100px;
    padding-left: 5px;
    padding-right: 5px;
}

.Mensagem2 {
    width:400px; 
    height: 200px;
    background-color:White; 
    border-width:2px; 
    border-color:Black; 
    border-style:solid; 
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left:-200px;
    margin-top: -100px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: auto;
}

.Mensagem3 {
    width:400px; 
    height: 200px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left:-200px;
    margin-top: -100px;
    padding-left: 5px;
    padding-right: 5px;
}

.pnl_pesquisa {
    border-width:2px; 
    border-color:Black; 
    border-style:solid; 
    background-color:#e8e8e8; 
    color:#666666;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.pnl_pesquisa_cabecalho.row {
    margin-bottom: 20px;
}

.modalBackground_pesquisa {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.LoadingPnl {
    width:400px; 
    height: 100px;
    background-color:White; 
    border-width:2px; 
    border-color:Black; 
    border-style:solid; 
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left:-200px;
    margin-top: -100px;
    padding-left: 5px;
    padding-right: 5px;
}

.modalBackground {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
}

.modalBackground1 {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
	/*
    background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
    */
    display: block;
}

.block {
    display: block;
}

.titulo_msg {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

.titulo_msg2 {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

.RightToLeft 
{
    direction: rtl;
}

.RightToLeft:focus
{
    direction: ltr;
}

.tabela_0_0 { 
  border-spacing: 0;
  border-collapse: collapse;
}

.tabela_0_0 td, .tabela_0_0 th
{
    padding-top: 0;
    padding-left: 0;
    padding-right: 2px;
    padding-bottom: 0;
}

.table_form {
    border-collapse: separate;
}

.table_form td, .table_form th
{
    padding-bottom: 5px;
    padding-top: 5px;
}

.borda_celula {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(240, 240, 240, 0.94);
}

.table_pesq {
    
}

.table_pesq td, .table_pesq th
{
    padding: 0px 0px 0px 0px;
}

.info 
{
    padding-left: 20px;
}


/* mensagens outsystem */
div.Feedback_Message_Wrapper {
    position: fixed;
    top: -200px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 24px;
    _position: absolute; /* IE6 */
    _top: expression( (document.documentElement.scrollTop - 2) + 'px' ); /* IE6 */
    z-index: 10000;
}

div.Feedback_Message_Wrapper img {
    vertical-align: middle;
    padding: 2px;
    margin: 0px;
}

a.Feedback_Message_Wrapper_Close {
    position:absolute;
    top: 0px;
}

a.Feedback_Message_Wrapper_Close:hover {
  background-color:transparent;
}

div.Feedback_Message_Error {
    position: relative;
    background-color: #BF1601;
    border: none; 
    color: white; 
    display: -moz-inline-box;/*FF2*/
    display:inline-block;
    *display: inline;/*IE7*/
    *zoom: 1;/*IE7*/
    padding: 5px 18px 5px 5px;
    max-width: 800px;
    text-align: left;
}

div.Feedback_Message_Warning {
    position: relative;
    background-color: #E88310; 
    border: none; 
    color: white; 
    display: -moz-inline-box;/*FF2*/
    display:inline-block;
    *display: inline;/*IE7*/
    *zoom: 1;/*IE7*/
    padding: 5px 18px 5px 5px;
    max-width: 800px;
    text-align: left;
}

div.Feedback_Message_Success {
    position: fixed;
    left: 50%;
    top: 10px;
    z-index: 10000;
    width: 400px;
    margin-left:-200px;
    /*position: relative;*/
    background-color: #76B501; 
    border: none; 
    color: white; 
    display: -moz-inline-box;/*FF2*/
    display: inline-block;
    *display: inline;/*IE7*/
    *zoom: 1;/*IE7*/
    padding: 5px 18px 5px 5px;
    max-width: 800px;
    text-align: left;
}

div.Feedback_Message_Info {
    position: relative;
    background-color: #166BA5; 
    border: none; 
    color: white; 
    display: -moz-inline-box;/*FF2*/
    display: inline-block;
    *display: inline;/*IE7*/
    *zoom: 1;/*IE7*/
    padding: 5px 18px 5px 5px;
    max-width: 800px;
    text-align: left;
}

.borda_vermelha {
    border-color: red;
}

/* checklistbox */
.checklistbox {
    overflow: auto;
}

.uppercase {
    text-transform: uppercase;
}

.txtinline {
    display: inline !important;
}

/* ---------- Customização para responsivo ---------- */
.input-group-addon {
    font-weight: bold;
}

.widget-container .widget-content {
    padding: 0 5px;
}

/* Campos obrigatórios */

.obrigatorio i {
    color: red;
}

/* Input groups */

.input-group[class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

/* CheckBoxList */

.checklistbox label {
    padding: 0;
}

/* PesquisaTextBox */

.pesquisa-text-box {
    padding-right: 0px;
}

.titulo-com-botao.heading {
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
}

/* Rodapé */
.custom-rodape.widget-content {
    padding-top: 15px;
}

.custom-rodape i {
    color: red;
}

/* SM */
@media (max-width: 991px) {
    .input-com-botao > [class^="col-"] + [class^="col-"],
    .input-com-botao > [class*="col-"] + [class*="col-"] {
        padding-top: 5px;
    }

    .container-fluid.main-content {
        padding-right: 0;
        padding-left: 0;
    }
}

/* XS */
@media (max-width: 767px) {
    .titulo-com-botao.heading {
        padding-top: 12px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 70px;
    }
}

/* Tabelas de pesquisa responsivas*/
.widget-container .widget-content-table {
    padding: 0;
}

.table-responsive, .table-responsive table{
    margin-bottom: 0;
}

.form-horizontal .control-label {
    text-align: left;
}

.alert {
    margin-bottom: 0;
}

.lista-relatorios {
    margin-top: 20px;
    margin-bottom: 20px;
}

.painel-parametros [class*="col-xs"] {
    margin-bottom: 0px;
}
/*.painel-parametros tbody > tr > td {
    border: none;
}*/
.painel-parametros .table-responsive {
    margin-bottom: 5px;
}

/* Cutomizando icones */
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
    .form-group-espacamento {
        padding-bottom: 15px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar .container-fluid.main-nav .nav-collapse .nav > li > a {
        font-size: 8px;
    }

        .navbar .container-fluid.main-nav .nav-collapse .nav > li > a span {
            font-size: 18px;
            width: 18px;
            height: 18px;
            display: block;
            margin: 0 auto 2px;
        }

    .navbar .container-fluid.main-nav .nav-collapse .nav > li > a {
        padding: 15px 0 0 0;
    }    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar .container-fluid.main-nav .nav-collapse .nav > li > a {
        font-size: 8px;
    }

        .navbar .container-fluid.main-nav .nav-collapse .nav > li > a span {
            font-size: 18px;
            width: 18px;
            height: 18px;
            display: block;
            margin: 0 auto 2px;
        }

    .navbar .container-fluid.main-nav .nav-collapse .nav > li > a {
        padding: 15px 0 0 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .navbar .container-fluid.main-nav .nav-collapse .nav > li > a span {
        font-size: 20px;
        width: 20px;
        height: 20px;
        display: block;
        margin: 0 auto 2px;
    }

    .navbar .container-fluid.main-nav .nav-collapse .nav > li > a {
        padding: 15px 0 0 0;
    }
}



/* SM */
@media(max-width: 766px) {
    
}

/* MD */
@media (max-width: 1100px) {
    
}

/* LG */
@media (max-width: 1199) {
    
}