* {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial;
  color: #333;
}

body, table {
  font-size: 12px;
}

table {
  border-spacing: 1px;
}

h1 {
  font-size: 17px;
}

h2 {
  font-size: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

h3 {
  font-size: 13px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

h4 {
  font-size: 12px;
}

h2.cab {
  text-align: center;
  color: #fff;
  background: #00587d;
  padding: 5px;
  margin-top: 20px;
  margin-bottom: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #00C;
  cursor: pointer;
}

a:hover {
  color: #00D;
  text-decoration: underline;
}

a.button:hover {
  text-decoration: none;
}

a img {
  border: 0;
}

.clear {
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ui-widget-header {
  background: var(--color-azul-marinho)!important;
  border: 1px solid var(--color-azul-marinho)!important;
}

.ui-widget-header .ui-dialog-title { color: white!important; }

/* error/information messages */

.msg {
  border: 1px solid;
  margin: 0 0 15px 0;
  padding: 8px 10px 0 10px;
}

.msg p {
  margin: 0 0 8px 0;
  padding-left: 25px;
  min-height: 16px;
}

.msg.ok {
  border-color: #AD7;
  background: #DEB;
}

.msg.error {
  border-color: #FBB;
  background: #FDD;
}

.msg.warn {
  border-color: #EEC;
  background: #FFC;
}

.msg.info {
  border-color: #CDF;
  background: #DEF;
}

.msg.ok p {
  background: url("img/accept.png") 0 50% no-repeat;
}

.msg.error p {
  background: url("img/cross_octagon.png") 0 50% no-repeat;
}

.msg.warn p {
  background: url("img/exclamation_octagon_fram.png") 0 50% no-repeat;
}

.msg.info p {
  background: url("img/exclamation.png") 0 50% no-repeat;
}

.error {
  color: #b70b0b;
}

small {
  color: #999;
  font-size: 10px;
}

button, input.button {
  cursor: pointer;
}

input, select, textarea, button {
  border: 1px solid #ddd;
  border-top: 1px solid #666;
  padding: 3px;
  font-size: 12px;
  vertical-align: middle;
  background-color: #fff;
}

input:hover, select:hover, textarea:hover, button:hover {
  border: 1px solid #ffdd00;
}

input:focus, select:focus, textarea:focus, button:focus {
  border: 1px solid #0000ff;
  outline: #ddddff 1px solid;
}

input.error, textarea.error, select.error {
  border-color: #d35757;
}

/* Layout */

body {
  background: var(--color-cinza);
}

.navbar {padding: 15px 16px 15px 16px;}

nav.navbar,
#header {
  /* min-height: 170px; */
  background-color: var(--color-azul-marinho)!important;
}

#header .in {
  width: 1170px;
  margin: 0 auto;
}

#logo {
  padding-top: 13px;
  width: 86px;
  float: left;
}

#userbox {
  float: right;
  color: #fff;
  padding: 5px 10px 0 0;
  text-align: right;
}

#userbox a {
  text-decoration: underline;
  color: #fff;
}

#userbox-operadora {
  float: right;
  text-align: right;
  background-color: #b5b5b5;
  color: #37539B;
  font-size: 30px;
  font-weight: bold;
  padding: 10px;
}

#nav {
  margin: 0 auto;
  width: 1170px;
  height: 45px;
}

#nav li {
  float: left;
}

#nav li a {
  color: #666;
  display: block;
  width: 140px;
  height: 25px;
  line-height: 20px;
  padding: 5px 12px;
  margin: 5px 0;
  border-right: 2px solid #ccc;
  text-align: center;
}

#nav li:last-child a {
  border-right: none;
}

#nav li a:hover {
  background-color: #e5e5e5;
  color: #005779;
  font-weight: bold;
  text-decoration: none;
}

#nav li img {
  vertical-align: middle;
  float: left;
  max-height: 29px;
}

#imprimir {
  width: 100%;
}


#footer {
  background: var(--color-cinza);
  clear: both;
  height: 60px;
  /* border-top: 1px solid #ccc; */
  color: var(--color-azul-marinho)!important;
  font-size: 10px;
  text-align: center;
}

ul.actions li {
  display: inline
}

/*--------------CLASSE DA TMESSAGE INICIO-------*/

.table_tmessage {
  background-color: #f8f8f8;
  border: 1px solid;
  /*border-color: #f0f0f0 #909090 #909090 #f0f0f0;*/
  border-color: #cccccc;
  margin-left: auto;
  margin-right: auto;
}

.table_tmessage th {
  border-color: black;
  text-align: left;
  font-size: 15px;
  color: white;
  height: 18px;
  background-color: #005779;
  font-weight: bold;
  vertical-align: top;
}

.table_tmessage td {
  border: 1px solid;
  border-color: #cccccc;
}

/*--------------CLASSE DA TMESSAGE FIM----------*/

/*-------------- AJUSTE DO CAMPO DE FILTRO PARA JQUERY -----------*/

._filterText {
  width: 100%;
}

/*-------------- AJUSTE DO CAMPO DE FILTRO PARA JQUERY -----------*/

/*-------------- AJUSTE DO CAMPO DE FILTRO DO js/jquery.filtertable.js -----------*/

.filter-table .quick {
  margin-left: 0.5em;
  font-size: 0.8em;
  text-decoration: none;
}

.fitler-table .quick:hover {
  text-decoration: underline;
}

td.alt {
  background-color: #ffc;
  background-color: rgba(255, 255, 0, 0.2);
}

.filter-table label {
  background-color: #e5e5e5;
  padding: 5px;
  margin-left: 1px;
  font-size: 13px;
  font-weight: bold;
}

/*-------------- AJUSTE DO CAMPO DE FILTRO DO js/jquery.filtertable.js -----------*/

.menu-desktop {
  display: flex;
  flex-wrap: wrap;
}

.menu-link {
  display: flex;
  align-items: center;
  flex-basis: calc(100%/7);
  padding: 5px;
  border-right: 2px solid #ccc;
  margin: 2px 0;
  font-size: 14px;
  color: #fff;
  font-size: 12px;
}

.menu-link:nth-child(7n+7) {
  border-right: none;
}

.menu-link:hover {
  text-decoration: none;
  background-color: #ccc;
}

.menu-link>img {
  height: 24px;
  margin-right: 8px;
}

.menu-link>span {
  flex: 1;
  text-align: center;
}

#content {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 75px;
}

.filtro-row>div {
  margin-bottom: 10px;
}

table.formulario>tbody>th {
  width: 200px;
}

#form_filtro {
  background-color: #f5f5f5;
}

table {
  border-collapse: unset;
  line-height: 1;
}

th {
  width: auto;
}

th.min {
  width: 1%;
  white-space: nowrap;
}

#filelist {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 992px) {
  #banner {
    max-width: 300px;
    max-height: 50px;
  }
  nav.navbar {
    min-height: 60px;
  }
  body {
    background: #fff;
  }
  #content {
    border: 0;
    padding-top: 80px;
  }
  nav.navbar {
    z-index: 999;
    position: fixed;
    width: 100vw;
    top: 0;
  }
}

table th.table-head-blue {
  background-color: #1E2C44 !important;
  color: white;
  font-weight: bold;
}

table th.table-head-blue small,i {
  color: #b9b9b9;
}
