@import url(https://fonts.googleapis.com/css?family=Roboto:300);

#logo{
    float: left;
}

#logo img{
    padding: 15px 0 0 15px;
}

#head
{
    min-width:400px;
    color:white;
    padding:8px 30px;
    margin:0px auto 0;
    font-size:30px;    
}
#conteudo{
    width:100%;
    background-color:#FFF;
    background:#fff url(../../_img/gradient.png) repeat-x;
    display:block;
	text-align:center;
	padding-top:20px;
}

#centralizador{
	width:90%;
  	padding:0;
	margin:0;
	display:inline-block;
}


#rodape
{
    width:960px;
    height:30px;
    background-color: #313230;
    position:fixed;
    bottom:0;
    padding:0;
    margin:0;
}

.background-menu{
    background: none !important;
    
}

.dropdown-menu{
    border: 0;
    padding: 0;
    background: #888;
}

.dropdown-menu .dropdown-item:hover{
    background: none;
    font-weight: 200;
}

.background-dark{
    background: #999;
}


.img-responsive{
    width: 100%;
    max-width: 500px;
    height: auto;
}


.center-align{
    text-align: center !important;
}

.item-menu-home div{
    background: #999;
    border-left: 6px solid #333;
    padding: 2%;
    margin: 2%;
    width: 100%;
    height: 80px;
}

.item-menu-home div a{
    color: #FFF;
    font-weight: 300;
}

.item-menu-home div a:hover{
    color: #FFF;
    font-weight: 200;
    
}

.footer-above{
    padding-top: 10px;
    height: 80px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
    
.wrapper{
    padding-bottom: 100px;
}

.usuario{
    text-align: right;
}
.titulo-cursos{
    padding-top: 15px;
    background-color: #999; 
}
.titulo-cursos{
    padding: 15px;
    color: #313230;
}

.excluir, .gerarBoleto, .indisponivel {
    cursor: pointer;
    font-weight:bold;
    display: table-cell;
}



.login-page {
    width: 100%;
    max-width: 320px;
    padding: 8% 0 0;
    margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 15px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #43A047;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}

.form .register-form {
  display: none;
}

.login-page a {
  color: #4CAF50;
  text-decoration: none;
  float: right;
}


