/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 17/10/2016, 02:57:57 PM
    Author     : orlando
*/
html {
  height: 100%;
  box-sizing: border-box;
}

body{
    font-family: 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 13px;

    position: relative;
  margin: 0;
  padding-bottom: 6rem;
}

form span{
    display: block;
    margin: 10px;
}

label{
    display: inline-block;
    width: 100px;
}

input[type="text"]{
    border: 1px soild #ccc;
    width: 200px;
    padding: 5px;
}

input[type="submit"]{
     padding: 5px 15px;
}

span#result{
    padding: 5px;
    background: #ff9;
}

img#loadingimg{
    display: none;
}


.overlay {
    position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgb(0,0,0,0.5);
  right: 0;
}

.overlay:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.navbar-brand img {
    max-width: 50px;
}

section
{
    padding-bottom: 65px;
     padding-top: 35px;

}

hr {
    height: 2px;
    background-color:#7d7b7b;//#bfbfbf;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

#footer{
      position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
  min-height: 130px;

}

table {
    padding-top: 85px;
}

.suspendido{
    background-color: #f9bdbb;
}

.adeudo{
    background-color: #ffe0b2;
}

.flat {
    box-shadow: none;
}
