
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

body{
   background-image: url(../img/bg/bg1.jpg);
    background-repeat: repeat;
    /*   font-family: arial;*/
    font-family: 'Lato', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:14px !important;
}

h1,h2,h3,h4,h5{
    font-weight: 300;
}

label{
    font-weight: 300;   
}

li {
    list-style: none;
}

input[type="checkbox"]{
    display: none;
}

input[type="checkbox"]:checked ~ nav{
    transform: translateX(206px);
}

label{
    /*   background-color: #0000ff; */
    font-weight: 300;
    color: #fff;
    position: absolute;
    z-index: 2;
}

nav{
    position: absolute;
    background-color: #ffffff;
    width: 200px;
    height: 570px;
    top: 1px;
    left: -205px;
    transition: all .5s;
    z-index: 1;
}

ul{
    position: absolute;   
    top: 80px;
    width: 100%;
}

.login-div {
    max-width: 350px;
    margin: 200px auto 0;
    background: #d5d7de; 
}

.Sombra{
    padding: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;

    box-shadow: 2px 2px 2px rgba(78,47,47,0.5);
    -webkit-box-shadow: 2px 2px 2px rgba(78,47,47,0.5);
    -moz-box-shadow: 2px 2px 2px rgba(78,47,47,0.5);
}

.FtMenu {
    line-height: 18.5714px;
    padding-left: 15px;
}

.FtTitulo {
    color: #ffffff;
}

.FtLegenda {
    font-size: 11px;
    color: #CCCCCC;
}

.FtBranca {
    color: #FFFFFF;
}

.FtPreta {
    color: #000000;
}

.categoria{
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    color: rgba(128,128,128,1.0);
    font-weight: 700;
    width: 165px;
    border-top:1px solid rgba(128,128,128,.2);
    background-color: rgba(128,128,128,.2);
}

.MenuLink{
    text-decoration: none;
    display: block;
    margin: 1px 1px 1px 1px;
    padding: 5px;
    color: darkolivegreen;
}

.MenuLink:hover{
    background-color: rgba(176,244,230,.5);
    color: #000000;
    width: 160px;
    margin: 1px 1px 1px 1px;
    border-radius: 0px 15px 15px 0px;
}


.BgBranca {
    background: #fff;	
}

.BgCinza {
    background: #ccccb3;
}

.BgAmarela {
    background: #ffffb3;
}

.BgAzulClaro {
    background: #3399ff;    
}

.BgAzulClarinho {
    background: #e6f2ff;    
}

.EspInt5 {
    padding:5px;
}

.EspInt15 {
    padding:15px;
}

.EspExt15 {
    margin: 15px 15px 15px 15px;
}

.EspExt10 {
    margin: 10px 10px 10px 10px;
}

.EspEsq5 { 
    padding-left: 5px; 
}

.EspEsq20 { 
    padding-left: 25px; 
}

.conteudo {
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.form-div { 
    margin-top: 100px; 
    border: 1px 
    solid #e0e0e0; 
}

#profileDisplay { 
    display: block; 
    height: 100%;
    max-height: 375px;
    width: 100%;
    max-width: 600px;
    margin: 0px auto; 
    border-radius: 0%; 
}
.img-placeholder {
    position: absolute;
    display: none;
    height: 100%;
    max-height: 375px;
    width: 100%;
    max-width: 600px;
    margin: 0px auto; 
    border-radius: 0%;
    color: white;
    background: black;
    opacity: .7;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}
.img-placeholder h4 {
    margin-top: 40%;
    color: white;
}
.img-div:hover .img-placeholder {
    display: block;
    cursor: pointer;
}

.divTitulo {
  padding-top: 15px;
  border-radius: 5px 5px 0px 0px;
  background: #A9A9A9;
}

.divConteudo {
  padding-bottom: 15px;
  border-radius: 0px 0px 5px 5px;
  background: #F8F8F8;
}


.form_Campo {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #8e8e93;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #007bff;  
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: 2px 2px 2px rgba(78,47,47,0.5);
     -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 2px 2px 2px rgba(78,47,47,0.5);
    -moz-box-shadow: 2px 2px 2px rgba(78,47,47,0.5);
    border-radius: 4px;
}

.form_Campo:focus {
  border-color: #000;
  outline: 0;  
}

.form_Campo[disabled],
.form_Campo[readonly],
fieldset[disabled] .form_Campo {
  cursor: not-allowed;
  background-color: #f7f7f7;
}

textarea.form_Campo {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.verticalCenter{
  vertical-align: middle;
}

.botao {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  padding: 0.0rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  min-width: 45px;
}

.botao:hover {
  color: #212529;
  text-decoration: none;
}

.botao:focus, .botao.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.botao.disabled, .botao:disabled {
  opacity: 0.65;
}

a.botao.disabled,
fieldset:disabled a.botao {
  pointer-events: none;
}

.botao-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.botao-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.botao-info:focus, .botao-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.botao-info.disabled, .botao-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.botao-info:not(:disabled):not(.disabled):active, .botao-info:not(:disabled):not(.disabled).active,
.show > .botao-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.botao-info:not(:disabled):not(.disabled):active:focus, .botao-info:not(:disabled):not(.disabled).active:focus,
.show > .botao-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.botao-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.botao-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.botao-danger:focus, .botao-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.botao-danger.disabled, .botao-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.botao-danger:not(:disabled):not(.disabled):active, .botao-danger:not(:disabled):not(.disabled).active,
.show > .botao-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
