body {
  background: #ededed;
}

* {
  outline: none;
}

#general-content {
  min-width: 750px;
}

#header {
  height: 120px;
  background: #007dbb;

  background: linear-gradient(to bottom, #007dbb,#006caa);
  background: -moz-linear-gradient(top, #007dbb 0%, #006caa 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007dbb), color-stop(100%,#006caa)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #007dbb 0%,#006caa 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #007dbb 0%,#006caa 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #007dbb 0%,#006caa 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dbb', endColorstr='#006caa',GradientType=0 ); /* IE6-9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#007dbb, endColorstr=#006caa)";
  /*background: url('../img/bg.png') repeat-x;*/
  margin-bottom: 10px;
  position: relative;
}

#header:hover {
  cursor: pointer;
}

#header >  a {
  width: 100%;
  height: 100%;
  display: block;
}

#header > a img {
  height: 100%;
  max-height: 100px;
  width: 750px;
}

/**
 * Logo
 */
div.header-content {
  float: left;
  height: 100%;
  color: #FFF;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#header::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  box-shadow: 0px 0px 10px 1px #000;
  right: 0;
}

div.header-content > div {
  height: 100%;
  width: auto;
  float: left;
}

.logo {
  max-height: 95px;
  margin: 5px;
}

div.prefeitura {
  margin: 10px;
  height: 40px;
  font-weight: bold;
  font-size: 20px;
}

div.prefeitura > span {
  width: 100%;
  display: block;
  margin-bottom: 3px;
}

div.sistema {
  margin: 10px 5px;
}

/** 
 * end logo
 */


#logged {
  float: right;
  padding: 5px 10px;
  color: #FFF;
  position: relative;
  display: block;
  height: 100%;
  box-sizing: border-box;
  text-align: right;
}

#logged:hover {
  cursor: auto;
}

#logged .user {
  text-align: right;
}

#logged .buttons {
  text-align: right;
}

#logged .buttons .btn-container{
  width: 100%;
}

#logged .buttons .btn{
  color: #FFF;
  text-shadow: none;
  padding: 1px 0px 1px 1px; 
}

.home.no-fx::after {
  content: "";
  position: absolute;
  width: 100%;
  box-shadow: 0px 0px 10px 1px #000;
}

#container {
  display: inline;
}

#container .menu {
  width: 15%;
  float: left;
  margin: 0 0 0 1%;
}

#container .menu li a {
  height: 100%;
  display: block;
}

#container .main-content {
  width: 80%;
  position: relative;
  float: left;
  margin: 0 0 0 1%;
}

#container .absolute-center {
  margin: 0 10%;

}

#container .login {
  width: 100%;
  padding: 5px;
  display: block;
  height: auto;
  position: relative;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#container .login #content {
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 20px;
  width: 220px;
  padding: 10px 30px;
  border: 1px solid #BBB;
} 

#container .error #content {
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 20px;
  width: 500px;
  padding: 10px 30px;
  border: 1px solid #BBB;
} 

#container .main-content .header-aluno {
  height: auto;
  width: 100%;
  border: 1px solid #BBB;
  margin-bottom: 5px;
  overflow: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#container .main-content #content {
  width: 100%;
  height: auto;
  border: 1px solid #BBB;
  overflow: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#footer {
  text-align: center;
  clear: both;
  width: 100%;
  margin: 10px 0;
  
}

div.to-right {
  position: absolute;
  right: 0;
  color: #FFF;
  padding: 0 10px;
}

div#ajax-loader {
  position: fixed;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}

div#ajax-loader .background-loader {
  position: fixed;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  filter: alpha(opacity=50);
  zoom: 1;
}

div#ajax-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.menu > ul > li.sub-menu > ul {
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
}

li.sub-menu ul {
  list-style: none;
  margin: 0;
  background-color: #e8e8e8;
}

li.sub-menu ul li {
  padding: 0 20px;
}

li.sub-menu ul > li {
  min-height: 38px;
  line-height: 38px;
}

li.sub-menu li.active {
  background-color: #FFF;
}

.no-margin {
  margin: 0;
}

.picture {
  display: block;
  margin-right: 5px;
  min-width: 130px;
  height: 160px;
}

.picture img {
  width: 130px;
  height: 160px;
  min-width: 130px;
}

.name {
  border-bottom: 1px solid #999;
}

.info table {
  line-height: 100%;
  margin: 5px 0;
  font-size: 11px;
  width: 100%;
  margin-top: 0;
}

table th, .info table td {
  padding: 2px 4px;
}

table th {
  text-align: left;
}

/*.info table tr {
  border-bottom: 1px dashed #CCC;
}*/

.input-matriculas {
  height: 18px;
  padding: 0;
  margin: 0;
  font-size: 11px;
}

.system-list {
  list-style: none;
  margin: 0;
}

.system-list li p {
  margin: 3px;
}

.system-list li.nav-header h4 {
  margin: 0;
}

.system-list .divider {
  background-color: #CCC;
}

h2 {
  padding-left: 3px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.table th, .table td {
  padding: 0;
}

.table-data-border {
  text-align: left;
  width: 100%;
  margin: 20px 0;
}

.table-data-border tr {
  border: 1px solid #ddd;
}

.table-data-border th {
  padding-right: 8px;
}

.max-content {
  width: 100%;
}

.min-content {
  width: 1%;
}

.tabela-padrao thead {
  background: #007dbb;

  background: linear-gradient(to bottom, #007dbb,#006caa);
  background: -moz-linear-gradient(top, #007dbb 0%, #006caa 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007dbb), color-stop(100%,#006caa)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #007dbb 0%,#006caa 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #007dbb 0%,#006caa 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #007dbb 0%,#006caa 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dbb', endColorstr='#006caa',GradientType=0 ); /* IE6-9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#007dbb, endColorstr=#006caa)";

  color: #ddd;
}

.tabela-padrao th {
  text-align: center;
  vertical-align: middle !important;
}

.tabela-padrao td {
  text-align: center;
}


.tabela-padrao td.text-left, .tabela-padrao th.text-left {
  text-align: left;
}

.table-padding th, .table-padding td {
  padding: 2px;
}

.tab-pane {
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 5px;
  padding: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs {
  margin-bottom: 0px;
}

.pagination ul > li.current {
  background-color: #f5f5f5;
  color: #999999;
  cursor: default;
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination ul > li.current:first-child {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.pagination ul > li.current:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

td.td-white {
  background-color: #CCC !important;
}

td p {
  margin: 0;
}

.text-middle {
  vertical-align: middle !important;
}

.text-right {
  text-align: right !important;
}

.table tbody+tbody {
  border-top: 1px solid #ddd;
}

#tablePagination tbody {
  display: none;
}

#tablePagination tbody.active {
  display: table-row-group;
  *display: block;
}

h1.header-temporario{
  color: #fff;
  text-decoration: none;
  margin: 20px 0;
  font-family: Courier;
}

.no-fx, .no-fx:active, .no-fx:hover, .no-fx:visited, .no-fx:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

#calendario {
  display: block;
  width: 100%;
  height: 100%;
}

#calendario table {
  width: 220px;
}

#calendario table tbody {
  color: #222;
}

#calendario .calendario-miniatura {
  display: block;
  height: 200px;
  float: left;
  margin-right: 15px;
  margin-top: 15px;
}

#calendario .dia-fim-semana {
  background: #bbb;
}

.clear {
  clear: both;
}

.legendas {
  list-style: none;
  margin: 0;
}

.legendas .legenda {
  padding: 2px;
  border: 1px solid #ddd;
  float: left;
  display: block;
  
  margin-right: 10px;
  margin-bottom: 10px;
  height: 25px;
  line-height: 25px;
}

.legendas .legenda .bg {
  width: 40px;
  height: 25px;
  display: block;
}

.legendas .legenda span {
  float: left;
  margin-right: 5px;
}

.word-break {
  word-wrap: break-word;
}

.nowrap {
  white-space: nowrap;
}

.forgot-password {
  text-align: right;
  font-size: 13px;
}
