* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: url("../img/body_bg.jpg") 0 0 repeat;
  line-height: 18px;
}

#divao_bg {
  min-height: 402px;
  background: url("../img/divao_bg.jpg") 0 0 repeat-x;
}
#divao_bg #divao {
  width: 90%;
  min-width: 960px;
  max-width: 1800px;
  margin: 0 auto;
  padding: 20px 0;
}

/* Header */
#header {
  height: 50px;
  line-height: 50px;
  background: url("../img/header_bg.gif") 0 0 repeat-x;
  color: #999;
}
#header .header_left,
#header .header_right {
  width: 6px;
  height: 50px;
}
#header .header_left {
  float: left;
  background: url("../img/header_left_bg.gif") top left no-repeat;
}
#header .header_right {
  float: right;
  background: url("../img/header_right_bg.gif") top right no-repeat;
}
#header a {
  color: #c9c9c9;
  text-decoration: none;
}
#header a:hover {
  color: #fff;
}
#header h1 {
  font-size: 14px;
  float: left;
  margin-right: 10px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
}
#header h1 a {
  color: #fff;
}
#header h1 a:hover {
  color: #008ee8;
}

/*** DEMO SKIN FIRST NAV ***/
#nav-hor {
  float: left;
}
#nav-hor li a {
  cursor: pointer;
  border-left: 1px solid #3d3d3d;
  padding: 19px;
  text-decoration: none;
  font-size: 12px;
}
#nav-hor li:hover,
#nav-hor li.sfHover,
#nav-hor a:focus,
#nav-hor a:hover,
#nav-hor a:active {
  background: #222222;
}
/* SUB NAV */
#nav-hor li li {
  background: #222222;
}
#nav-hor li li a {
  padding: 10px;
  border-bottom: 1px solid #3d3d3d;
}
#nav-hor li li:hover,
#nav-hor li li.sfHover,
#nav-horli li a:focus,
#nav-hor li li a:hover,
#nav-hor li li a:active {
  background: #141414;
}

/* block block content */
.block {
  background: url("../img/block_bg.gif") repeat-x scroll center bottom #ffffff;
  clear: both;
  margin-bottom: 25px;
  padding-bottom: 5px;
}
.block .block_content {
  background: none repeat scroll 0 0 #ffffff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  overflow: hidden;
  padding: 10px 20px 20px;
}
.block .bendl {
  width: 5px;
  height: 5px;
  background: url("../img/bendl_bg.gif") no-repeat scroll left bottom
    transparent;
  float: left;
}
.block .bendr {
  width: 5px;
  height: 5px;
  background: url("../img/bendr_bg.gif") no-repeat scroll left bottom
    transparent;
  float: right;
}
.block.login {
  width: 400px;
  margin: 200px auto 0 auto;
}

/* Block head */
.block_head {
  height: 54px;
  line-height: 54px;
  background: url("../img/bhead_bg.gif") 0 0 repeat-x;
  overflow: hidden;
}
.block_head .bheadl {
  width: 20px;
  height: 54px;
  float: left;
  background: url("../img/bheadl_bg.gif") top left no-repeat;
}
.block_head .bheadr {
  width: 20px;
  height: 54px;
  float: right;
  background: url("../img/bheadr_bg.gif") top right no-repeat;
}
.block_head h2 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #555;
  text-shadow: 1px 1px 0 #fff;
  float: left;
}

/* TIMER */
#descTimer {
  float: right;
  font-size: 12px;
  margin: 10px;
}
#descTimer p {
  float: right;
  margin-right: 10px;
  color: #2f2f2f;
}
#descTimer a:hover {
  text-decoration: underline;
}
#resTimer {
  float: right;
  color: red;
}
#resTimer div {
  float: left;
  text-align: center;
}
#resTimer .hh_mm_ss {
}
#resTimer .dois_pontos {
}

/* RODAPE */
#rodape {
  padding: 15px 0;
  background: url("../img/rodape_bg.gif") repeat-x top;
  font-size: 10px;
  color: #757575;
  clear: both;
}
#rodape a {
  color: #757575;
  text-decoration: underline;
}
#rodape a:hover {
  color: #353535;
}
#rodape .rodapeLeft {
  float: left;
  text-align: left;
}
#rodape .rodapeRight {
  float: right;
  text-align: right;
}

/* FORMS */
body input.input-submitAdd,
body input.input-submitX {
  width: 100px;
  height: 30px;
  padding: 0 0 0 20px;
}
.input-submitAdd,
.input-submitX,
.input-submitDown {
  width: 70px;
  height: 23px;
  padding: 7px 0 0 30px;
  margin-right: 10px;
  display: block;
  float: left;
  margin-top: 15px;
  cursor: pointer;
  border: 1px solid #ccc;
}
.input-submitAdd {
  background: url("../img/input-submitAdd_bg.jpg") no-repeat 0px 0px;
}
.input-submitAdd:hover,
.input-submitX:hover {
  background-position: 0px -30px;
}

.input-submitX {
  background: url("../img/input-submitX_bg.jpg") no-repeat 0px 0px;
}
.input-submitDown {
  background: url("../img/buttonDown_bg.gif") no-repeat 0px -5px;
}

/* TABLES */
.boxModules {
  float: left;
  padding: 15px;
  border: 1px solid #ccc;
  margin: 10px;
}
.modules li {
  width: 120px;
  height: 130px;
  padding: 10px 10px 0;
  float: left;
  text-align: center;
}
.modules img {
  margin-bottom: 10px;
}
.modules a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #008ee8;
  padding: 5px;
  margin: 2px 0;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.modules a:hover {
  background: #ec8526;
  border: 1px solid #d77011;
  color: #ffffff;
}
.modules h1 {
  height: 35px;
  overflow: hidden;
  font-size: 14px;
  color: #868686;
  margin-bottom: 8px;
}

/* TITLES, TEXT */
.subTitle {
  font-size: 18px;
  color: #ec8526;
  margin: 7px 0 10px 0;
  text-align: center;
}

.text {
  font-size: 14px;
  color: #222222;
}
.text .bold,
.text .bold * {
  font-weight: bold;
}
.text.green {
  color: green;
}
.text.red {
  color: red;
}
.text .done,
.done {
  color: #009900;
  font-style: italic;
}
.text a,
a.link,
.link a {
  font-size: 12px;
  color: #0063be;
}
.text a.green {
  color: green;
}
.text a.red {
  color: red;
}
.text a:hover,
a.link:hover,
.link a:hover {
  text-decoration: underline;
}

.textM,
.textM a {
  color: #141414;
  font-size: 16px;
}

.checkList {
  margin-top: 20px;
}
.checkList li {
  margin-bottom: 15px;
}

.paginas {
  text-align: right;
  padding-top: 15px;
  clear: both;
}
.paginas .texto_pag a,
.paginas .pag_selec {
  font-size: 11px;
  color: #008ee8;
  border: 1px solid #cccccc;
  margin: 0 1px;
  padding: 0 8px;
  font-weight: bold;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.paginas .texto_pag a:hover {
  background: #ec8526;
  border: 1px solid #d77011;
  color: #ffffff;
}
.paginas .pag_selec {
  background: #39a3e6 !important;
  border: 1px solid #0082d5 !important;
  color: #ffffff !important;
}

#loadingWindow {
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: wait;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/loadingWindow_bg.png") repeat;
  z-index: 999999999;
}
#loadingWindow div {
  width: 320px;
  height: 25px;
  padding-top: 35px;
  margin: -30px 0 0 -160px;
  top: 50%;
  left: 50%;
  background: #fff url("../img/ajax-loader.gif") no-repeat 50px 10px;
  position: absolute;
  border: 2px solid #ccc;
  font-size: 11px;
  color: #2f2f2f;
  font-weight: bold;
  text-align: center;
}

.fotos {
  width: 150px;
  padding: 5px;
  float: left;
  margin: 5px;
  text-align: center;
  border: 1px solid #dee1e2;
  line-height: 30px;
  overflow: hidden;
}
.fotos input[type="text"],
.fotos select {
  width: 138px;
  margin: 5px 0 10px 0;
}
.fotos input[type="radio"] {
  float: left;
}
.fotos select {
  width: 149px;
}
.fotos img.del {
  float: right;
}
.fotos .corta_fotos {
  width: 100%;
  height: 100px;
  margin-bottom: 7px;
  overflow: hidden;
  background: #ececec;
  text-align: center;
}
.fotos .corta_fotos table {
  width: 100%;
}
.fotos .corta_fotos td {
  height: 100px;
  vertical-align: middle;
}
.fotos .corta_fotos img {
  max-width: 150px;
  max-height: 100px;
}
.fotos a {
  display: block;
}

.MultiFile-title {
  font-size: 12px;
  color: #666;
}
.MultiFile-remove {
  width: 20px;
  height: 20px;
  background: url("../img/remove_icon.png") no-repeat;
  text-indent: 9000px;
  overflow: hidden;
  display: block;
  float: left;
}
.MultiFile-label {
  min-height: 20px;
  padding: 6px 0px 6px 0;
  display: block;
}

/* ADITIONAL STYLES */
.listCor label {
  width: 100px;
  height: 20px;
  padding: 3px;
  overflow: hidden;
  margin: 2px;
  float: left;
  font-size: 10px;
  cursor: pointer;
}
.listCor span {
  background-color: #fff;
}

#attDiv label.this_carregaAtts {
  display: block;
  padding: 5px;
  margin: 5px;
  float: left;
}

.boxBox {
  float: left;
  margin: 30px 2%;
  width: 45%;
}

.btn_yout {
  font-weight: 600;
  color: #008ee8;
  display: block;
  text-align: center;
  font-size: 13px;
}

.btn_yout img {
  vertical-align: sub;
}

.boxModules ul {
  display: flex;
  justify-content: center;
}

.ajudaVA .boxModules {
  float: none;
}

.ajudaVA .subTitle {
  text-align: left;
}

.ajudaVA .boxModules ul {
  justify-content: left;
}

.ajudaVA .modules li {
  text-align: left;
  width: auto;
  height: auto;
}

.ajudaVA .modules a {
  border: 1px solid #fff;
  margin-bottom: 7px;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.justify-content-center {
  justify-content: center !important;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.pagination > .page-item > .page-link,
.pagination > .page-item > span {
  border: 0;
  border-radius: 30px !important;
  transition: all 0.3s;
  padding: 0px 11px;
  margin: 0 3px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
}

.pagination > .page-item > .page-link,
.pagination > .page-item > span {
  color: #777;
}

.pagination > .page-item.active > a,
.pagination > .page-item.active > span {
  color: #999999;
}

.pagination > .page-item.active > a,
.pagination > .page-item.active > a:focus,
.pagination > .page-item.active > a:hover,
.pagination > .page-item.active > span,
.pagination > .page-item.active > span:focus,
.pagination > .page-item.active > span:hover {
  background-color: #fff;
  border-color: #fff;
  color: #131212;
  /* box-shadow: 0 4px 5px 0 rgba(41, 176, 39, 0.14), 0 1px 10px 0 rgba(41, 176, 39, 0.12), 0 2px 4px -1px rgba(41, 176, 39, 0.2); */
}

.page-item.active .page-link {
  z-index: 2;
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2196f3;
  background-color: transparent;
  border: 0 solid #ddd;
}

.btnBling {
  width: 85px;
  height: 30px;
  background: url(../../../../system/views/geral/img/input_submit_bg.gif) 0 0
    no-repeat;
  border: 0;
  font-size: 14px !important;
  color: #fff !important;
  text-shadow: 1px 1px 0 #0a5482;
  cursor: pointer;
  display: inline-flex;
  text-align: center;
  text-decoration: none !important;
  line-height: 14px;
  justify-content: center;
  align-items: center;
}

.btnBling:hover {
  background-position: 0 -30px;
  text-shadow: 1px 1px 0 #b55f10;
}

.groupList li {
  width: auto !important;
  height: auto !important;
  background: #f2f2f2;
  outline: 1px solid #ccc;
  padding: 10px;
  margin: 10px 5px;
}

.groupList,
.newsList {
  flex-wrap: wrap;
  justify-content: start !important;
}

.newsList li {
  width: 150px !important;
  height: auto !important;
  background: #f2f2f2;
  outline: 1px solid #ccc;
  margin: 10px 5px;
}

.newsList li label {
  padding: 10px;
}

.imgNews {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  display: block;
}

.imgNews img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#sendMails {
  margin-top: 10px;
}
