@import url('http://fonts.googleapis.com/css?family=Lato:300,400,900');
* {
    margin: 0;
}
html {
  position: relative;
  min-height: 100%;
}



body {  
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
	margin-bottom: 60px;
	background-color:#eee;
}

i {
	margin-right: 10px;
	font-size:0.9em;
	color: #fff; 
}

.corpo
{
    margin-bottom:20px;
    }
    
#topbar {
	background-color: #cdcdff;
	color:#fff;
	font-size:32px;	
	width: 100%;    
}

#headerwrap 
{
    
	background-color: #9999cc;
	width: 100%;
	margin-top:47px;
	margin-bottom:20px;
	/*border-bottom:2px solid #d9d9d9;*/
	
	text-shadow:1px 1px 0px #599db6;
}

#headerwrap h1 {
	margin-top: 9px;
	margin-bottom: 9px;
	color: white;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: 1px;
}

#footerwrap {
	background-color: #9999cc;
	width: 100%;
	padding:10px;
	position: absolute;
    bottom: 0;
    width: 100%;  
    height: 66px;  
}
@media all and (-ms-high-contrast:none)
     {          
        *::-ms-backdrop, .containerCorpo {   margin-top:10;margin-bottom:-47;} /* IE11 */     
     }
.nop{
	padding:0px;
}

.btn-cancel{
	/* box-shadow: inset 0px 1px 0px #f2c88d, 0px 5px 0px 0px #07526e, 0px 10px 5px #999;*/
	background-color:#f0ad4e;
}

button:hover{
	/* box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #3d6d7f, 0px 10px 5px #999;*/
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 1px 5px #999;
}

button {	
  display:inline-block; 
  font-size:16px  !important ;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  text-align:center;
  text-shadow:1px 1px 0px #07526e;
 
  
  position:relative;
  cursor:pointer;
  border: none;
  background: #109bce;
  background-image: linear-gradient(bottom, rgb(14,137,182) 0%, rgb(22,179,236) 100%);
  border-radius: 5px;
  /*box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #07526e, 0px 10px 5px #999;*/
  margin:3px;
}

button:active {
  top:0px;
  /* box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #07526e, 0px 5px 3px #999; */
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 3px #999;
}

.btn-lg:active 
{
    top:3px;
}

#Logintxt,#Passwordtxt
{
    height:50px;
    font-size:18px;
    
    }
        #ModWait
        {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #ddd;
            z-index: 10000;
            display: none;
        }
        .ModWaitmd
        {
            width: 160px;
            text-align: center;
        }
        
        