
/*
* Alexandre Unruh - 22/03/2016
* FOlha de estilos com ajustes para o design responsivo
*/

body{
  text-align: left;
}

label{
  margin-bottom: 0;
}

/********** MENU SUPERIOR *************/

/* Logo do sistema */
.top img{
  margin: 15px 0 5px; 
}

.wrap-menu{
  border: none !important;
}

.navbar{
  min-height: 30px;
}

@media(max-width: 780px){
  .navbar ul li a {
    position: relative;
    font-size: 16px;
  }

  .navbar-nav>li,
  .navbar-nav>li>ul>li {
    padding: 4px 0;
  }
}

.navbar-nav>li,
.navbar-nav>li>ul>li {
  margin-left: 0 !important;
  text-align: center;
}

.navbar-nav>li>ul>li>a{
  color: #777 !important;
}

.navbar-brand{
  padding: 7px 15px;
}

.navbar-brand img{
  width: 180px;
}

.clearboth{
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  min-height: 75px !important;
}

/**************** FORMULÁRIOS *******************************/

/* Caixa que envolve formulários */
.formBox{
  padding: 15px;
  border: 1px solid #CCC;
  border-radius: 5px;
  position: relative;
  float: left;
  width: 100%;
}

.label-default{
  color: #777;
  margin-bottom: 0;
}

.form-inline .form-group{
  margin-right: 15px
}

/* Formulário de Login do sistema */
.top-login{
  margin-top: 80px;
}

@media(max-width: 768px){
  .top-login{
    margin-top: 70px;
  }
}

@media(max-width: 480px){
  .top-login{
    margin-top: 30px;
    margin-bottom: 50px
  }
}

@media(max-width: 320px){
  .top-login{
    margin-top: 0;
    margin-bottom: 50px
  }
}

.color-default{
  background-color: #ededed;
}

.bg-white {
  background-color: #fff !important;
}

.powered{
  position: relative;
  margin-top: 10px;
}

.powered img{
  position: relative;
  top: -6px;
}

.bottom-space {
  margin-bottom: 20px
}


/******************** FOOTER ***************************/

.footer{
  position: fixed;
  width: 100%;
  padding: 15px 0;
  background-color: #EEE;
  bottom: 0;
  text-align: center;
  border-top: 1px solid #DDD;
}

.footer img{
  max-height: 20px;
}

.clearfooter{
  position: relative;
  min-height: 70px;
}


/******************* MENU DA PÁGINA DE VISUALIZAÇÃO DE DOCUMENTO *************/

.docto-menu{
  margin-top: 10px;
  z-index: 100 !important;
}

.docto-menu i{
  margin: 0 0 5px;
  font-size: 3em !important;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 4px 4px 2px;
  outline: none;
  color: #666;
  min-width: 45px
}

.docto-menu i:hover{
  color: #FB623D;
  transition: 0.4s all linear;
  outline: none;
}

.docto-menu a, .docto-menu i, .docto-menu a:hover, .docto-menu a:visited, .docto-menu i:hover, .docto-menu i:visited{
  text-decoration: none !important;
}

.docto-menu a:visited{
  text-decoration: none !important;
}

/********************* BOX DE VISUALIZAÇÃO DE DOCUMENTOS ***************************/

.image-box{
  text-align: center !important;
  margin: 10px auto;
  border: 2px solid #EEE;
  border-radius: 4px;
  overflow: hidden;
  background-color: #F8F8F8;
}

.graph{
  width: 100%;
  overflow: hidden;
}

/******************** TABELAS *******************************/

/*.table td{
  text-align: center !important;
}*/

.no-cursor tr, .no-cursor td, .no-cursor th{
  cursor: default !important;
}

.browse-busca{
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  padding: 5px 10px 10px;
  margin: 0 0 10px;
}

.browse-busca label{
  color: #999;
}

.no-cursor, .no-cursor tr, .no-cursor td{
  cursor: default !important;
}

.min-pad td, .min-pad th{
  padding: 6px 3px !important;
}

.table-white{
  background-color: #F8F8F8;
  border: 1px solid #000 !important;
  font-size: 12px !important
}

.table-white th{
  font-weight: bolder !important
}

.table-min th, .table-min td{
  font-size: 12px !important;
}

/****************** TOKEN ***************************/

.token img{
  position: relative;
  width: 100% !important;
  margin: 5px auto !important;
}

#frmTokenCode{
  margin: 10px auto !important
}

/*********************** OUTROS ***********************/

.capitalize{
  text-transform: capitalize;
}

#progressBar{
  width: 100% !important;
}

#recarregar{
  font-size: 14px !important;
  border: none !important;
  margin: 0 !important;
  width: 100%;
}

.checkbox{
  margin: 4px auto 0 !important
}

.theme-default{
  background-color: #ededed !important;
}

.navbar li{
  list-style: none !important;
}

.dropdown-menu{
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-menu li{
  text-align: center !important
}

.navbar a{
  outline: none;
}

.BrowseHeader{
  text-align: center !important
}

.form-filter{
  background-color: #EEE;
  padding: 20px 0 10px;
  margin-bottom: 10px;
  border:1px solid #CCC;
  border-radius: 3px;
  position: relative;
  width: 100%;
  float: left
}

@media(min-width: 768px){
  .btn-filter{
    position: relative;
    margin-top: 20px;
  }
}

@media(max-width: 768px){
  .btn-filter{
    position: relative;
    margin-top: 10px;
  }
}

h4{font-weight: bold}

.panel{
  margin-bottom: 10px
}

@media (max-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

@media (max-width: 768px) {
  .cad-button{
    text-align: center;
  }
}

.modalBox{
  border: 6px double #CCC !important;
  border-radius: 4px;
  padding: 15px;
}

.footer-admin{
  position: relative;
  top: -2px;
  font-size: 22px;
  margin: 5px 0;
  font-weight: bold;
}

.cursor-pointer {
  cursor: pointer !important;
}

.back-admin{
  background-color: #EEE !important;
}

@media(min-width: 1025px){
  #frmTokenCode img
  {
    width: 60% !important;
    position: relative;
    margin: 0 auto;
  }
}

#frmTokenCode{
  font-size: 18px;
}

@media screen and (min-width: 767px){
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
  }
}

.box-login .input-group {
  margin-bottom: 18px;
}

.lg-title { color: #000}

#basic-addon1 { background-color: #EDEDED;}
.input-group-addon { color: #555; }


/******************  Bootstrap 5.3.3  ***********************/

.table tbody tr:not(.fw-bold) th,
.table tfoot tr  th{
  color: #fff !important;
  background-color: #007549 !important;
}

.dropdown-item.active, 
.dropdown-item:active { 
  background-color: #fff;
}

.submenu-pes-instucao>a:after {
  margin-right: -16px;
}

.accordion-collapse, 
.panel-body {
  background-color: #fff; 
  padding: 10px 15px; 
}

.accordion-body input[type=submit],
.panel-body input[type=submit] {
  margin-top: 10px; 
}

.accordion-body input[type=checkbox]:not(.form-check-graph7) {
  margin-left: -13px; margin-right: 5px;
}

.accordion-body a { text-decoration: none; color: #000; }
.panel-title a { text-decoration: none; color: #fff; }

.panel-title a:hover { border-bottom: 0.5px solid #fff !important; }

.profile-box > a { text-decoration: none; }

.form-filter.theme {
  padding-left: 12px;
}

a.btn.btn-default {
  border: 1px solid #000;
}

.dropdown-submenu .dropdown-item {
  color: #6c757d;
}

.dropdown-submenu .dropdown-item.active, .dropdown-item:active {
  color: #212529;
}

.theme-default.table > :not(caption) > * > * {
  background-color: #ededed;
}

h4.panel-title {
  font-size: inherit !important;
}

.accordion-head:hover {
  border: 1px solid red;
}

.fw-write { font-weight: 400; }