﻿/* Add here all your css styles (customizations) */


	
.login-img{
			  width: 120px;
			  height: 50px;

			  
  }
  
 

 
.topbar ul.loginbar > li > a {
	color: #7c8082;
	font-size: 11px;
	text-transform: uppercase;
}


.topbar{
	color: #7c8082;
	font-size: 11px;
	text-transform: uppercase;
}

.navbar navbar-default{
	height: 75px;
}


html, body {height:100%;}

.wrapper {
	min-height:100%;
	position:relative;
 }



.copyright {
   position:absolute;
   bottom:0;
   width:100%;/*
   height:60px;    Mesma Altura do Rodapé 
   background:#6cf;*/
}
.syntax-container {
  background: #FCFCFC;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  border: 1px solid #e3e3e3;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.isloading-wrapper.isloading-right {
  margin-left: 10px;
}
.isloading-overlay {
  position: relative;
  text-align: center;
}
.isloading-overlay .isloading-wrapper {
  background: #FFFFFF;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  top: 10%;
  z-index: 9000;
}