﻿/* MARGIN SIZES */
/* PADDING SIZES */
#main {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#main.after {
  background-color: #ffffff;
}
/* Início formatação Faixa */
#faixa {
  position: relative;
  top: -40px;
  left: 0px;
  background-color: #ff6e00;
  height: 80px;
  width: 100%;
  min-width: 820px;
  z-index: 995;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: linear-gradient(to right, #fb6e21 30%, #fb1353 100%);
}
#faixa.after {
  top: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#faixa .faixa-right {
  flex: 1 auto;
  padding-right: 20px;
  text-align: right;
}
.busca {
  min-height: 38px;
  width: 160px;
  padding: 5px;
  position: relative;
  display: inline-block;
}
.busca a {
  position: absolute;
  top: 12px;
  right: 15px;
  display: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  left: 135px;
  top: 34px;
}
.busca a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
.busca input {
  border: none;
  color: #fff;
  width: 100%;
  height: 100%;
  padding-left: 5px;
  transition: all 0.3s;
}
.busca input:focus {
  background-color: #fff;
  color: #999;
}
#faixa #btnSair {
  padding: 15px;
}
#faixa #btnSair i {
  font-size: 30px;
  color: #fff;
}
#faixa #btnSair:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
/***** início formatação do resultado da busca *****/
#result_busca {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 300px;
  display: none;
  max-height: 350px;
  overflow: auto;
  border: 2px solid #6F777C;
  background-color: #fff;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
}
#result_busca li:nth-child(2n+2) {
  background-color: #f4f4f4;
}
#result_busca li.empty {
  padding: 5px;
  text-align: center;
  color: #666;
}
#result_busca li:hover {
  background-color: #ccc;
}
#result_busca li a {
  display: block;
  padding: 3px;
  text-decoration: none;
}
#result_busca li:first-child,
#result_busca li:first-child a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
#result_busca li:last-child,
#result_busca li:last-child a {
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/***** fim formatação do resultado da busca *****/
#faixa h1 {
  background-image: url(../../../../Shared/Images/Svg/transdata_simbolo_white.svg);
  background-size: auto 40px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -5000px;
  height: 80px;
  width: 100px;
  display: block;
  overflow: hidden;
}
#faixa h2 {
  background-image: url(../../../../Shared/Images/Svg/icon_its.svg);
  background-size: auto 40px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -5000px;
  height: 80px;
  width: 100px;
  display: block;
  overflow: hidden;
}
/* Fim formatação Faixa */
/* Início formatação Meio */
#meio {
  position: absolute;
  top: 100px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.1s ease-out 0.1s;
  -moz-transition: all 0.1s ease-out 0.1s;
  -o-transition: all 0.1s ease-out 0.1s;
  transition: all 0.1s ease-out 0.1s;
  display: flex;
  flex-direction: row;
}
#meio.after {
  opacity: 1;
}
.home_search h2 {
  background-color: #d1dbe1;
  padding: 3px;
  margin-bottom: 2px;
  background-image: none !important;
  border-bottom: 1px solid #698a9d !important;
  color: #ff6e00 !important;
  font-weight: bold;
  font-family: 'Exo 2', 'Trebuchet MS Bold';
}
.home_search .marked {
  padding: 2px;
  background-color: #FFD800;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD800), to(#E5BF00));
  background: -moz-linear-gradient(top, #FFD800, #E5BF00);
  background: -o-linear-gradient(#FFD800, #E5BF00);
  background: -ms-linear-gradient(top, #FFD800, #E5BF00);
  /* IE10 */
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.home_search li {
  margin: 0px;
}
.home_search li a {
  padding: 5px;
  background-image: none !important;
  display: block;
  text-decoration: none;
}
.home_search li a:hover {
  background-color: #eeeeee;
}
.linha_a {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6a00), to(rgba(255, 106, 0, 0.5)));
  background: -moz-linear-gradient(top, #ff6a00, rgba(255, 106, 0, 0.5));
  background: -o-linear-gradient(#ff6a00, rgba(255, 106, 0, 0.5));
  background: -ms-linear-gradient(top, #ff6a00, rgba(255, 106, 0, 0.5));
  /* IE10 */
  height: 80%;
  left: 10px;
}
.linha_c {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(rgba(255, 0, 0, 0.5)));
  background: -moz-linear-gradient(top, #ff0000, rgba(255, 0, 0, 0.5));
  background: -o-linear-gradient(#ff0000, rgba(255, 0, 0, 0.5));
  background: -ms-linear-gradient(top, #ff0000, rgba(255, 0, 0, 0.5));
  /* IE10 */
  height: 60%;
  left: 65px;
}
.linha_b {
  background: -webkit-gradient(linear, left top, left bottom, from(#007f0e), to(rgba(0, 127, 14, 0.5)));
  background: -moz-linear-gradient(top, #007f0e, rgba(0, 127, 14, 0.5));
  background: -o-linear-gradient(#007f0e, rgba(0, 127, 14, 0.5));
  background: -ms-linear-gradient(top, #007f0e, rgba(0, 127, 14, 0.5));
  /* IE10 */
  height: 40%;
  left: 120px;
}
/*** início formatação da área de conteudo **/
#meio #area_conteudo {
  background-position: center center;
  background-repeat: no-repeat;
  flex: 1 1 auto;
  position: relative;
  overflow: auto;
  /*
    .fit-content{
        al
    }
        */
}
#meio #area_conteudo:not(.no-flex) {
  display: flex;
  flex-direction: column;
}
#meio #area_conteudo.p-b {
  padding-bottom: 15px;
}
#meio #area_conteudo.load {
  background-image: url(../../../../Shared/Images/AjaxLoader/loader-black-bkg-gray.gif);
}
#meio #area_conteudo iframe {
  flex: 1 auto;
}
#meio #area_conteudo div.data_content {
  overflow: scroll;
}
#meio #area_conteudo div.data_content iframe {
  width: 100%;
}
/*** início formatação da área de conteudo **/
/* Fim formatação Meio */
/* Início formatação Rodapé */
#rodape {
  position: relative;
  bottom: -40px;
  left: 0px;
  background-color: #d1dbe1;
  height: 23px;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#rodape.after {
  top: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#rodape .usuario,
#rodape .config_db,
#rodape .versao {
  height: 100%;
  float: right;
}
#rodape .config_db {
  padding: 3px 7px 3px 23px;
  text-align: center;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../../../../Shared/Images/Icons_16_16/city.png);
}
#rodape .config_db .modulos {
  display: block;
  font-size: 7pt;
}
#rodape .versao {
  padding: 3px 7px 3px 23px;
  text-align: right;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../../../../Shared/Images/Icons_16_16/info.png);
}
#rodape .usuario {
  cursor: pointer;
  text-align: center;
  padding-top: 2px;
}
#rodape .usuario.admin {
  font-weight: bold;
  padding-left: 40px;
  background-image: url(../../../../Shared/Images/Icons_16_16/administrator.png);
}
#rodape .usuario:hover {
  background-color: #999;
  color: #fff;
}
#rodape .usuario ul {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 2px solid #999;
  z-index: 999;
  width: 140px;
}
#rodape .usuario.admin ul {
  margin-left: -40px;
}
#rodape .usuario ul li a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #666;
  font-weight: normal;
}
#rodape .usuario ul li a:hover {
  background-color: #e4e4e4;
  color: #000;
}
#rodape .usuario:hover ul {
  display: block;
}
#rodape .usuario .sessao {
  font-size: 7pt;
  display: block;
  font-weight: normal;
  font-style: italic;
}
#rodape div a {
  text-decoration: none;
}
/* Fim formatação rodapé */
/* Inicio menu lateral */
#meio {
  overflow: auto;
}
#meio #lateral {
  width: 250px;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  /*padding-top: 28px;*/
  padding: 20px;
  background-color: #d1dbe1;
  z-index: 10;
  overflow: auto;
}
#meio #lateral .busca input {
  color: #999;
  border: 2px solid #cccccc;
  padding: 2px 2px 2px 5px;
  margin: 3px 0 0 0px;
  height: 28px;
  width: 150px;
}
#meio #lateral .div-lupa {
  display: inline;
}
#meio #lateral .div-lupa > img {
  position: relative;
  top: 5px;
  height: 24px;
}
.text-menu-lateral {
  font-family: 'Source Sans Pro', 'Arial Bold';
  font-size: 16px;
  color: #ff6e00;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
/* Fim menu lateral */
.faixa-logo {
  text-align: right;
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 20px 20px 10px 20px;
  right: 0px;
}
.imagem-auto {
  max-width: 200px;
  max-height: 150px;
  width: auto;
  height: auto;
}