
::-moz-selection {
  background: #650000;
  color: #f86a02;
}
::selection {
  background: #650000;
  color: #f86a02;
}

::-moz-selection {
  background: #650000;
  color: #f86a02;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid div[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  width: 100%;
}

.header .container,
.footer .container,
.megabanner .container {
  //custom-size: 1041px;
  custom-size: 1041px;
}
@media (max-width: 1220px) {

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.row {
  margin-left: auto;
  margin-right: auto;
}

.row .row {
  padding-left: 0;
  padding-right: 0;
}

body {
  font: 16px 'Open Sans', Arial, sans-serif;
/* remover depois */
  /*overflow-x: hidden;*/
}

p,
a,
div,
span,
h1,
h2,
h3,
h4 {
  font-family: 'Open Sans', Arial, sans-serif !important;
}


#inner-body img {
  height: auto;
  max-width: 100%;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.btn {
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  text-transform: uppercase;
  font: 15px 'Open Sans', Arial, sans-serif;
  padding-bottom: 9px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 9px;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-blue {
  background: #f86a02;
  color: #fff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.btn-blue:hover {
  background-color: #a85623;
}

.btn-black {
  background: #000;
  color: #fff;
}

.btn-black:hover {
  background: #1a1a1a;
  color: #f86a02;
}

.btn-small {
  font-size: 14px;
  font-weight: 700;
}

.btn-nofill {
  background: none;
  border: 1px #fff solid;
}
@media (min-width: 640px) {

  .btn-nofill:before {
    background: #f86a02;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    width: calc(100% + 10px);
    z-index: -1;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }

  .btn-nofill:hover {
    color: #fff;
  }

  .btn-nofill:hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.btn-block {
  display: block;
}

.btn-center {
  text-align: center;
}

#header {
  background-color: #f86a02;
  background-size: cover;
}

.logo-float {
  position: absolute;
  top: 20px;
  right: 30px;
}

.banner-txt {
  color: #fff;
  display: block;
  padding-right: 120px;
}

html:lang(pt-br) .banner-txt {
  line-height: 1.2;
}

.banner-txt-master {
  font-size: 30px;
}

.banner-highlight {
  color: #650000;
  font-size: 36px;
  letter-spacing: 2px;
}

.banner-slogan {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

html:lang(pt-br) .banner-slogan {
  display: inline-block;
}

@media(min-width: 500px) {
  html:lang(pt-br) .banner-slogan {
    transform: translateY(-14px);
  }
}

#main-menu {
  background-color: #650000;
}


#main-menu li:hover {
  background-color: #650000;
}

#main-menu li a {
  background-color: #650000;
  font: 14px 'Open Sans', Arial, sans-serif !important;
  height: auto !important;
  line-height: 50px !important;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

#main-menu li a:hover {
  background-color: #030c11;
}

#main-menu li a.btn {
  background-color: #f86a02;
  font-size: 13px;
  font-weight: 700 !important;
  position: relative;
}

#main-menu li a.btn:hover {
  background-color: #a85623;
}
@media (min-width: 1041px) {

  #main-menu li a.btn {
    margin-left: 16px;
  }
}

#main-menu li a.btn img {
  margin-right: 7px;
}
@media (min-width: 1041px) {

  #main-menu li a.btn:before {
    background-color: #650000;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }

  #main-menu li a.btn:after {
    background-color: #650000;
    bottom: 0;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
}

@media (max-width: 1041px) {

  #main-menu li ul.open {
    display: block !important;
  }


  #main-menu li ul.open > li > a {
    background-color: #030c11;
  }
}


#main-menu .seta-menu:after {
  background-repeat: no-repeat;
  background-position-y: 2px;
}

#main-menu .show-menu {
  background-color: #650000;
}

#main-menu .show-menu:hover {
  background-color: #f86a02;
}

.main-home {
  margin-top: 30px;
}

.box-title {
  font-weight: normal;
}

@media (max-width: 992px) {

  .bt-home {
    margin-bottom: 20px;
  }
}

.megabanner {
  padding: 0 18px;
}

.megabanner img {
  height: auto;
  width: 100% !important;
}

.megabanner .swiper-wrapper,
.megabanner .swiper-slide {
  height: auto !important;
}

.swiper-slide {
  position: relative;
}

.swiper-pagination {
  bottom: 20px;
  width: 100%;
  z-index: 100 !important;
}

.swiper-pagination span {
  background-color: transparent;
  border: 3px #650000 solid;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #650000;
}

.swiper-pagination-bullet {
  margin-left: 10px;
}

#programs-img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

#programs-img:hover {
  border: 4px solid #650000;
}

ul {
  list-style-type: none;
}


.list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.list-half > ul {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.list-half > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}


.list-news > ul {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 0 -15px;
}

.list-news > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 0 15px 30px;
}
@media (min-width: 768px) {

  .list-news > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 30px);
            flex: 1 1 calc(50% - 30px);
  }
}



.list-news > ul > li a:hover .title {
  color: #f86a02;
}

.list-news > ul > li .title {
  font-size: 22px;
  font-weight: 700;
  margin: 25px 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.list-news > ul > li img {
  height: auto;
  width: 100% !important;
}


.list-column > ul {
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
}



.list-logos-footer > ul > li {
  font: 300 14px 'Open Sans', Arial, sans-serif;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: left;
}
@media (max-width: 992px) {

  .list-logos-footer > ul > li {
    margin-top: 30px;
  }
}

.list-logos-footer > ul > li > ul {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}
@media (max-width: 768px) {

  .list-logos-footer > ul > li > ul {
    display: block;
  }
}

.list-logos-footer > ul > li > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  margin-right: 4px;
}
@media (max-width: 768px) {

  .list-logos-footer > ul > li > ul > li {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
}

.destaque-home {
  margin-bottom: 40px;
}

.destaque-home img {
  height: auto;
  width: 100%;
}

.destaque-home .title {
  font-size: 22px;
  margin: 30px 0 20px;
}

.destaque-home .btn {
  text-align: center;
}


.destaques2 .box-title {
  margin-bottom: 30px;
}



.destaques2 .list > ul > li {
  margin-bottom: 40px;
}

.destaques2 .list > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.destaques2 .list > ul > li > a img {
  max-width: 100px !important;
}

.destaques2 .list > ul > li > a .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.destaques2 .list > ul > li > a .info {
  font-weight: 400;
}


.destaques2 .list > ul > li > a:hover .title,
.destaques2 .list > ul > li > a:hover .info {
  color: #f86a02 !important;
}


.line-title > span {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  position: relative !important;
}
@media (min-width: 1041px) {

  .line-title > span:after {
    background-color: #f86a02;
    content: "";
    display: inline-block;
    height: 6px;
    margin-left: 15px;
    //position: absolute;
    top: 13px;
    width: 200px;
    z-index: 1;
  }
}


.line-title > span.afterHidden:after {
  display: none;
}

@media (min-width: 1041px) {

  .line-title > span h3 {
    background-color: #fff;
  }

  .line-title > span h3:after {
    background-color: #f86a02;
    content: "";
    display: inline-block;
    height: 6px;
    margin-left: 15px;
    position: absolute;
    top: 13px;
    width: 200px;
    z-index: 2;
  }
}

/*---------------------*/
.afterHidden h3{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.afterHidden h3::after {
  position: relative !important;
  top: 13px;
}
/*---------------------*/

img[alt='imagem_videos'],
img[alt='imagem_apresentacao'] {
  height: auto;
  max-width: 100%;
}

.books-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.books-container .inline {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  margin: 1%;
}
@media (min-width: 768px) {

  .books-container .inline {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
  }
}
@media (min-width: 1024px) {

  .books-container .inline {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
  }
}

#ajax-docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
}

#ajax-docs #provasCol1,
#ajax-docs #provasCol2 {
  float: none;
  margin: 0;
  width: auto;
}
@media (min-width: 768px) {

  #ajax-docs #provasCol1,
  #ajax-docs #provasCol2 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    min-width: 40%;
  }
}
@media (min-width: 1800px) {

  #ajax-docs #provasCol1,
  #ajax-docs #provasCol2 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
}

#ajax-docs center {
  bottom: 0;
  position: absolute;
  width: 100%;
}

#inner-content {
  width: auto !important;
}

@media screen and (min-width: 1041px) {

  #anchorText {
    padding-left: 280px;
    width: calc(100% - 280px);
  }
}

@media screen and (min-width: 1041px) {

  #anchorContent {
    width: auto;
  }
}

.list-four > ul {
  flex-flow: row wrap;
  margin: 0 -15px;
}
.list-four > ul > li {
  padding: 0 15px;
}
@media (min-width: 480px) {
  .list-four > ul > li {
    flex-basis: 42%;
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .list-four > ul > li {
    flex-basis: 29%;
  }
}
@media (min-width: 992px) {
  .list-four > ul > li {
    flex-basis: 22%;
    margin-bottom: 40px;
  }
}

.list-cartazes .curiosidade {
  margin-bottom: 20px;
}

.list-cartazes .ampliar {
  margin: 20px 0;
}

.list-cartazes .cartaz {
  max-height: 400px;
  overflow: hidden;
}

@media (min-width: 640px) {
  .list-cartazes .cartaz {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .list-cartazes .cartaz {
    max-height: 300px;
  }
}

@media (min-width: 1041px) {
  .list-cartazes .cartaz {
    max-height: 400px;
  }
}


h3 ~ h5 > a {
  display: block;
  position: relative;
}

h3 ~ h5 > a:after {
  background-color: #f86a02;
  bottom: -20px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

#scroll-menu {
  height: calc(100vh - 20px);
  margin-top: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
  position: absolute;
  top: 0;
}

#scroll-menu.fixed {
  position: fixed;
}

#top-footer {
  height: auto !important;
  padding: 50px 0 20px;
}
@media (min-width: 1200px) {

  #top-footer {
    max-width: 1200px;
  }
}
@media (min-width: 1041px) {

  #top-footer #box1 {
    padding: 0;
    width: 320px;
  }

  #top-footer #box2 {
    padding: 0;
    width: calc(100% - 320px);
  }
}
@media (max-width: 1041px) {

  #top-footer #box1 {
    padding: 0;
  }

  #top-footer #box1 .subbox2 {
    margin: 0 0 30px 30px;
  }

  #top-footer #box1 .subbox2 a {
    display: inline-block;
  }
}

.wrap-footer {
  position: relative;
  z-index: 2;
}

@media (min-width: 1041px) {

  footer .info-box {
    max-width: 260px;
  }
}

footer .subbox {
  color: #fff;
  font: 14px 'Open Sans', Arial, sans-serif !important;
}
@media (max-width: 1041px) {

  footer .subbox {
    display: block;
    padding-left: 30px;
    width: calc(100% - 30px);
  }
}

footer .subbox .cell {
  color: #fff;
  font: 400 12px 'Open Sans', Arial, sans-serif !important;
  margin-bottom: 5px;
}

footer .tit {
  font: 700 16px 'Open Sans', Arial, sans-serif !important;
  margin-bottom: 22px;
}
@media (max-width: 992px) {

  footer .tit {
    margin-left: 30px;
  }
}

#bottom-footer {
  background-color: #d5dee2;
}

.wrap-bottom-footer {
  margin: 0 auto;
  max-width: 1600px;
}

#box3,
#box4,
#box5,
#box6 {
  text-align: left;
}

@media (max-width: 768px) {
  #box5, .bienio-footer {
    text-align: center;
  }
}

#box3 div,
#box4 div,
#box5 div,
#box6 div {
  font: 14px 'Open Sans', Arial, sans-serif !important;
}

#box3 {
  margin-left: 0;
}

#social_bt {
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}

@media (min-width: 1041px) {
  #menu .btn + ul {
    transform: translateX(14px);
  }
}

/* lista de premiados */
.list-selos-premiados {
  display: inline-block;
  margin: 0 auto;
  /* max-width: 960px; */
}
.list-selos-premiados > ul {
    flex-flow: row wrap;
    justify-content: center;
}
.list-selos-premiados > ul > li {
  flex: 0 0 150px;
  padding: 5px;
}

/* icone na pÃ¡gina interna no sistema */
.icon-svg {
  background-color: #650000;
  border-radius: 50%;
  padding: 20px;
  position: absolute;
  top: -1px;
  z-index: 8000;
}

.icon-svg svg {
  fill: #a85623;
  width: 39px;
}

/* table das pÃ¡ginas internas do sistema */

table.list tr td:last-child span {
  background-color: #650000 !important;
}
/*
table.list th {
  font-size: 20px;
}

table.list th a {
  font-weight: 400;
}

table.list td {
  font-size: 15px;
}*/

table.list th {
  font-weight: 400;
}

table.list th a {
  font-weight: 700;
}


.menu_acoes {
  background-color: #650000;
  box-shadow: -2px 2px 7px 2px rgba(0,0,0,.5);
}

.menu_acoes ul li:hover {
    background-color: #a85623;
}

.pagination a, .pagination b {
  font-size: 19px;
  font-weight: 400;
}

button, .button {
  background-color: #f86a02 !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff;
  font-size: 14px !important;
  padding: 7px 20px !important;
  text-transform: uppercase;
  transition: .4s ease;
  -webkit-transition: 250ms ease;
}

button:hover, .button:hover {
  background-color: #a85623 !important;
}

button:active, .button:active {
  transform: scale(0.9);
}

/* telas de cadastro */
.header-circle.active .circle {
  background-color: #f86a02 !important;
}

.circle {
  line-height: 1;
}

/*#filterForm {
  border:solid 3px #f86a02 !important;
}*/

/* fix quebra dos cartazes em divulcacao-cartazes */

.fotorama img {
  display: block;
  margin-bottom: 30px;
}

/* corrigindo botoes */

input[type="button"] {
  background-color: #f86a02 !important;
  border: none !important;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  padding: 14px !important;
  line-height: 0;
  text-transform: uppercase;
  transition: .4s ease;
}

input[type="button"]:hover {
  background-color: #a85623 !important;
}

/* fix icone de ajuda */
img[alt="ajuda"] {
  width: 28px;
}

/* fix accordeon faq */
h5 ~ div[id^="faq"] {
  margin-top: 40px;
}

/* fix cor destacada tabela */
.tr-highlight {
  background-color: #9CD7EC !important;
}

.dark-gray {
  background-color: #e7e7e7 !important;
}







/* forms do sistema */

@media (max-width: 640px) {
  .rows {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 640px) {
  .container {
    display: block;
    margin: 0 auto;
    max-width: 1650px;
  }
  .container-fluid {
    display: block;
  }
  .rows,
  .max-rows {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .cols {
    display: table-cell;
    padding: 5px;
    vertical-align: top;
  }
  .cols-80 {
    width: 80%;
  }
  .cols-40 {
    width: 40%;
  }
  .cols-20 {
    width: 20%;
  }
  .cols-10 {
    width: 10%;
  }
  .rows .cols:first-child {
    padding-left: 0;
  }
  .rows .cols:last-child {
    padding-right: 0;
  }
  /*.rows {
    margin: 0 auto;
    max-width: 1350px;
  }*/
}
@media (max-width: 640px) {
  .rows {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cols {
    /*text-align: center;*/
  }
}
@media (min-width: 640px) and (max-width: 1310px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.cols-vacenter {
  vertical-align: middle;
}


/* topo */

img.ico-ajuda {
  width: 28px;
}

/* form */

input[type="text"], input[type="password"], select {
  width: 100%;
}

.tiny {
  width: 50px !important;
}

form .cols {
  padding-bottom: 15px;
}

.small, .smallTextInput2, .smallFreeTextInput {
  max-width: 100px;
}


textarea#observacao {
  max-width: 480px;
  width: 100%;
}

textarea {
  font-family: Arial;
  font-size: 14px;
}

input[name="counter_observacao"] {
  max-width: 80px;
}

legend {
  display: none;
}

fieldset {
  border: none;
}

@media (max-width: 640px) {
  .largeTextInput2, .largeTextInput, .largeFreeTextInputSelectEnums {
    max-width: 472px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .formSelect {
    display: block;
  }
}

a.button {
  padding: 5px 13px !important;
}

.list-logos-footer .governo-vertical {
  display: none;
}

.list-logos-footer .governo-horizontal {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
}

@media (max-width: 640px) {
  .list-logos-footer .governo-vertical {
    display: initial;
  }
  .list-logos-footer .governo-horizontal {
    display: none;
  }
}

/* table */
@media (max-width: 639px) {
	.block-fields label,
	.block-fields input {
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.block-fields .field,
	.block-fields .field-colored {
		flex-wrap: wrap;
	}
	
	.block-fields .label,
	.block-fields .input {
		display: none;
	}
}

.block-fields .container {
	max-width: 100%;
	padding-bottom: 30px;
	padding-top: 30px;
	width: 95%;
}

.block-fields .container .cols {
	padding-bottom: 0;
	padding-top: 0;
}

.block-fields label,
.block-fields .label {
	padding-right: 20px;
	width: 180px;
}

.block-fields input,
.block-fields .input {
	padding-right: 40px;
}

.block-fields .label {
	font-weight: 700;
}

.block-fields .input {
	font-weight: 700;
	padding-left: 10px;
	width: 100%;
}

.block-fields .field,
.block-fields .field-colored {
	align-items: center;
	display: flex;
	padding: 3px;
}

@media (min-width: 640px) {
	.block-fields .field-colored {
		background-color: #e7e7e7;
	}
	
	.block-fields .field,
	.block-fields .field-colored {
		border: 1px #000 solid;
		padding: 10px;
	}
}

/* table mobile - alunos */
@media (max-width: 859px) {
	.table-total-alunos-info tr:first-child,
	.table-total-alunos-info tr:nth-child(2) {
		display: none;
	}
	
	.table-total-alunos-info td {
		display: block;
		width: 100%;
	}
	
	.table-total-alunos-info tr:nth-of-type(n+3) td:first-child:before {
		content: 'Nome da sala: ';
		/*display: none;*/
	}
	
	.table-total-alunos-info tr:nth-of-type(n+3) td:nth-child(2):before {
		content: 'Nível 1 - Presentes '
	}
	
	.table-total-alunos-info tr:nth-of-type(n+3) td:nth-child(3):before {
		content: 'Nível 1 - Ausentes '
	}
	
	.table-total-alunos-info tr:nth-of-type(n+3) td:nth-child(4):before {
		content: 'Nível 2 - Presentes '
	}
	
	.table-total-alunos-info tr:nth-of-type(n+3) td:nth-child(5):before {
		content: 'Nível 2 - Ausentes '
	}
	
	.table-total-alunos-info tr:nth-of-type(n+3) td:nth-child(6):before {
		content: 'Nível 3 - Presentes '
	}
	
	.table-total-alunos-info tr:nth-of-type(n+3) td:nth-child(7):before {
		content: 'Nível 3 - Ausentes '
	}
	
	.table-total-alunos-info .plus td:first-child {
		display: none;
	}
	
	.table-total-alunos-info .plus td:nth-child(2):before {
		content: 'Adicionar' !important;
		display: none;
	}
	
	.table-total-alunos-info tr:last-child td:first-child:before {
		content: ''
	}
}

/* table mobile - centro de aplicacao */
@media (max-width: 859px) {
	.table-centro-aplicacao tr td {
		display: block;
		width: 100%;
	}
	
	.table-centro-aplicacao tr td input {
		width: 97%;
	}
	
	.table-centro-aplicacao tr:first-child {
		display: none;
	}
	
	.table-centro-aplicacao tr:nth-child(2) td:first-child:before {
		content: 'Data '
	}
	
	.table-centro-aplicacao tr:nth-child(2) td:nth-child(2):before {
		content: '* Inicio '
	}
	
	.table-centro-aplicacao tr:nth-child(2) td:nth-child(3):before {
		content: '* Términio '
	}
	
	.table-centro-aplicacao tr:nth-child(2) td:nth-child(4):before {
		content: '* Nº de Salas Utilizadas '
	}
}


/* table mobile - centro avaliacao de aplicacao */
@media (max-width: 859px) {
	.table-avaliacao-aplicacao tr td {
		display: block;
	}
	
	.table-avaliacao-aplicacao tr:nth-child(even) {
		display: none;
	}
	
	.table-avaliacao-aplicacao tr td:before {
		font-weight: 700;
		display: block;
		margin-top: 10px;
	}
	
	
	.table-avaliacao-aplicacao tr:nth-child(3) td:first-child:before {
		content: 'Localização';
	}
	
	.table-avaliacao-aplicacao tr:nth-child(3) td:nth-child(2):before {
		content: 'Salas de aula';
	}
	
	
	.table-avaliacao-aplicacao tr:nth-child(5) td:first-child:before {
		content: 'Acesso para os alunos/transporte';
	}
	
	.table-avaliacao-aplicacao tr:nth-child(5) td:nth-child(2):before {
		content: 'Banheiros';
	}
	
	
	.table-avaliacao-aplicacao tr:nth-child(7) td:first-child:before {
		content: 'Condições do prédio';
	}
	
	.table-avaliacao-aplicacao tr:nth-child(7) td:nth-child(2):before {
		content: 'Acesso para deficientes';
	}
	
	.textarea-avaliacao-aplicacao {
		width: 100%;
	}
}


/* table mobile - cadastrar nova sala */
@media (max-width: 992px) {
	.table-cadastrar-nova-sala tr:nth-child(3) td {
		display: block;
		width: 100%;
	}
	
	.table-cadastrar-nova-sala tr:first-child,
	.table-cadastrar-nova-sala tr:nth-child(2) {
		display: none;
	} 
	
	.table-cadastrar-nova-sala tr:nth-child(3) td:before {
		content: '';
		display: block;
	}
	
	.table-cadastrar-nova-sala tr:nth-child(3) td:first-child:before {
		content: 'Nome da Sala '
	}
	
	.table-cadastrar-nova-sala tr:nth-child(3) td:nth-child(2):before {
		content: 'Nível 1 - Presentes '
	}
	
	.table-cadastrar-nova-sala tr:nth-child(3) td:nth-child(3):before {
		content: 'Nível 2 - Presentes '
	}
	
	.table-cadastrar-nova-sala tr:nth-child(3) td:nth-child(4):before {
		content: 'Nível 3 - Presentes '
	}
	
	.table-cadastrar-nova-sala tr:nth-child(3) td:nth-child(5):before {
		content: 'Nível 1 - Ausentes '
	}
	
	.table-cadastrar-nova-sala tr:nth-child(3) td:nth-child(6):before {
		content: 'Nível 2 - Ausentes '
	}
	
	.table-cadastrar-nova-sala tr:nth-child(3) td:nth-child(7):before {
		content: 'Nível 3 - Ausentes '
	}
}



/* table mobile - lista classificados */
@media (max-width: 992px) {
	.table-classificados tr td:first-child,
	.table-classificados tr th {
		display: none;
	}
		
	.table-classificados tr td {
		display: block;
		width: 100%;
	}
	
	.table-classificados tr td:before {
		display: block;
		font-weight: 700;
	}
	
	.table-classificados tr td:nth-child(2):before {
		content: 'Código';
	}
	
	.table-classificados tr td:nth-child(3):before {
		content: 'Nome do Aluno';
	}
	
	.table-classificados tr td:nth-child(4):before {
		content: 'Sala de Prova na 2ª fase';
	}
	
	.table-classificados tr td:nth-child(5):before {
		content: 'Imprimir Cartão';
	}
}



#inner-body img[src="images/view.gif"] {
	max-width: inherit;
}






.info-box,
.subbox.inline .tit {
  color: #f86a02;
}




#menus a {
  color: #650000;
}

#menus ul li,
#menus ul li ul li,
#menus ul li ul li ul li {
  background-color: #ff8030;
}

#menus ul li ul li:hover, #menus ul li ul li ul li:hover {
  background-color: #650000;
}




div[id^='header-circle'].active .circle:after {
  border-color: transparent transparent transparent #f86a02;
}


#step-box-6 label {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 12px;
}

#step-box-6 blockquote {
  padding-left: 0 !important;
}

.box-interno, .box-busca {
  border-color: #f86a02;
}


table th, table td {
  border-right-width: 3px;
}

table th {
  background-color: #c1c1c0;
  color: #000;
  vertical-align: middle;
}

table th a,
table th span {
  color: #000;
}

.fundo-aviso {
        padding: 30px;
        color: #eee;
        background-color: #F0A726;
        font-weight: bold;
        font-family: 'Open Sans', Arial, sans-serif !important;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        border: 2px solid #650000;
}
