* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 1em;
  outline: none;
}

.align {
  padding-top: 30px;
}

.edubody {
  background: #f7f6f6;
  font-family: 'Nunito Sans', 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  font-weight: 100;
}

.bts-centrais a {
  float: left;
  margin-right: 40px;
  position: relative;
}

@media screen and (max-width: 35.5em) {
  .bts-centrais a {
    margin-right: 16px;
  }
}

@media (max-width: 768px) {
  .bts-centrais a {
    margin-right: 30px
  }
}

.bts-centrais a {
  margin-right: 16px;
}

.header-inner {
  padding: 0 10px;
}

.spt {
  background: url("../img/sprite.png") no-repeat 0 0;
  display: block;
}

.alert {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  position: relative;
}

.alert i {
  border-radius: 100%;
  background-color: #b10000;
  font-size: 9px;
  color: #FFF;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  line-height: 15px;
  text-align: center;
  width: 17px;
  height: 17px;
  font-style: normal;
}

.spt-login {
  width: 64px;
  height: 64px;
  background-position: 0 0;
  margin: 0 auto;
}

.spt-logo-login {
  width: 136px;
  height: 16px;
  background-position: -358px 0;
  margin: 0 auto;
}

.spt-bt-delete {
  width: 17px;
  height: 17px;
  background-position: 0 -64px;
}

.spt-bt-delete:hover {
  background-position: 0 -81px;
}

.spt-anexo {
  width: 5px;
  height: 12px;
  background-position: -21px -64px;
}

.spt-indicador-busca {
  width: 23px;
  height: 13px;
  background-position: -67px -17px;
}

.spt-logo-interrogacao {
  width: 20px;
  height: 21px;
  background-position: -48px -170px;
}

.oldBrowser {
  display: none !important;
}

#geral {
  min-height: 100%;
  position: relative;
  background: url('../img/bg.png') repeat;
}

#geral .header {
  position: relative;
}

* html #geral {
  height: 100%;
}


#conteudo {
  position: relative;
  margin-top: 5px;
}


#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}


#conteudo.with-bts-centrais .align {
  padding-top: 16px;
}


a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table {
  border: none;
}

.edubotoesc {
  font-family: 'Nunito Sans', 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  font-weight: 100;
  height: 73px;
}

.nomeUser {
  font-weight: bold;
}

@media screen and (max-width: 480px) {
    #wrapper-geral .titulo table.identificacao p {
        text-align: left !important;
    }
}

@media screen and (max-width: 35.5em) {
  .col-xs-hide {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .col-md-hide {
    display: none !important;
  }
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .50;
    filter: Alpha(Opacity=50);
}
