@charset "utf-8";
/* CSS Document */

.loading{
	
	background:url(loading.gif) no-repeat center center;width:32px;height:32px;
	
	}
	

.box{
margin:80px auto;
}
/*Ajuste da  Logomarca*/



label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
  font-size:0.9em;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:lighter;
}


.padrao-fluxo{
	widows:auto;
	height:auto;
	position:relative;
	z-index:2;
}
.padrao-fluxo:hover{
min-width: 300%;
height: auto;
overflow:visible;
	position:relative;
	z-index:3;
	}
	
	.upper{
	text-transform:uppercase;	
		}
		
	
	
	.dest-border{
		
	padding:3px;
	outline:1px dotted blue;	
	background-color:#DCFFFE;
	border-radius:5px;
	display:block;
	
		}	
		
		.dest-border-red{
		
	padding:3px;
	outline:1px dotted red;	
	background-color:#F6E6E7;
	border-radius:5px;
	display:block;
	
		}
		
		
		
		

/* Sticky footer styles
      -------------------------------------------------- */

      html,
      body {
        height: 100%;
        /* The html and body elements cannot have any padding or margin. */
      }

      /* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -60px;
      }

      /* Set the fixed height of the footer here */
      #push,
      #footer {
        height: 150px;
      }
      #footer {
        background-color: #f5f5f5;
      }

     /* Lastly, apply responsive CSS fixes as necessary */
      @media (max-width: 767px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
      }


      /* Custom page CSS
      -------------------------------------------------- */
      /* Not required for template or sticky footer method. */

      #wrap > .container {
        padding-top: 20px;
      }
      .container .credit {
        margin: 20px 0;
      }

      code {
        font-size: 80%;
      }