@CHARSET "ISO-8859-1";
*{
  
}
 .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}   

.botao {
	min-width: 120px;
}

.sombraTexto {
	text-shadow: 1px 1px black, -1px -1px black;
}
.sombraTitulo {
   text-shadow: black 0.1em 0.1em 0.2em;	
}
.bordinha {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.bordaBanner {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 10px;
}


.padraoHR {
      border: 1px solid #f00;
      color: #fff;
      background-color: #fff;
      height: 0px;
      width: 90%;
      align-self: center;
    }


.linkLerMais {
	color:  #B7B7B7;
	font-size: 11px;
	margin: 3px;
	font-weight: bold;
}

.linkLerMais:hover {
	color:  black;
	font-size: 11px;
	margin: 3px;
	font-weight: bold;
}

#toast {
    visibility: hidden;
    max-width: 60%;
    height: auto;
    /*margin-left: -125px;*/
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;

    position: fixed;
    z-index: 1;
    left: 0;right:0;
    bottom: 30px;
    font-size: 17px;
    white-space: nowrap;
}
#toast #img{
	width: 50px;
	height: 50px;
    
    float: left;
    
    padding-top: 16px;
    padding-bottom: 16px;
    
    box-sizing: border-box;

    
    background-color: #111;
    color: #fff;
}
#toast #desc{

    
    color: #fff;
   
    padding: 16px;
    
    overflow: hidden;
	white-space: nowrap;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 50px} 
    to {min-width: 350px}
}

@keyframes expand {
    from {min-width: 50px}
    to {min-width: 350px}
}
@-webkit-keyframes stay {
    from {min-width: 350px} 
    to {min-width: 350px}
}

@keyframes stay {
    from {min-width: 350px}
    to {min-width: 350px}
}
@-webkit-keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 60px; opacity: 0;}
}


.tituloPartes {
	color:  #638FFA;
	font-family: courier new;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 3px 2px 4px #000000;	
}



.fontPadraoVirtualTitulo {
	color:  #638FFA;
	font-size: 16px;
	font-weight: bold;
}

.fontPadraoVirtual {
	color:  black;
	font-size: 11px;
}

.fontPadrao {
	color:  black;
	font-size: 11px;
}

.campoFormulario {
	padding: 0px;
	magin-top: 10px;
	margin-left: 0px;
	font-size: 12px;
}

.espacoBotao {
	padding-top: 30px;
}
.campoLabel {
	font-size: 18px;		
	font-weight: bold border;
}

legend {
	padding: 10px;
}

.foto3x4 {
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.menuFixoFixado {
    position: fixed;
    top: 0px;
    background-color: #ccf;
}

.sombraGrandeQuadro {
	-webkit-box-shadow: 0px 7px 5px -2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 7px 5px -2px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 7px 5px -2px rgba(50, 50, 50, 0.75);
}

.sombraPequenaQuadro {
	-webkit-box-shadow: 0px 7px 5px -2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 7px 5px -2px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 7px 5px -2px rgba(50, 50, 50, 0.75);
}

.sombraSomeMidia {
	box-shadow:         0px 0px 0px 0px black;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

.sombraSomeMidia:hover {
-webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    5px 5px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         5px 5px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
 	
}

.sombraSome {
	-webkit-box-shadow: 0px 3px 3px -2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 3px -2px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 3px -2px black;
	border: 1px solid white;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;

}

.sombraSome:hover {
	-webkit-box-shadow: 0px 8px 8px -2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 8px 8px -2px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 5px 1px #C2C2C2;
	border: 2px solid blue;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
 	
}
 
 .fotinhaAlbum {
	background-color: white	; 
 }
 
 .fotinhaAlbum:hover {
	background-color: #FFA500	; 
 }
 
 .sombraSome .textoQuadroCurso{
 	color: white;
 }
 
 .sombraSome .textoQuadroCurso:hover{
 	color: yellow;
 }




.fontTitulo {
	color: #FF7404;
	font-weight: bolder;	
	font-size: 25px;
   font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;	
   text-shadow: #989898 0.1em 0.1em 0.2em;	   
}

.fontCourier {
	color:  black;
	font-weight: 700;	
	font-size: 18px;
   font-family: Courier; New, 'Open Sans','Helvetica Neue',Arial,sans-serif;	
}

.fontPadrao {
	color:  black;
	font-weight: 700;	
	font-size: 12px;
   font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;	
}

.campoFormulario {
	padding: 0px;
	margin-top: -23px;
	font-weight: 700;
	margin-left: 0px;
	font-size: 20px;
	color: black;
   font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
   text-shadow: #989898 0.1em 0.1em 0.2em;	
}
.linkComum {
	text-decoration: none;	
	color: white;
}
.linkComum:visited {
	text-decoration: none;	
	color: white;
}
.linkComum:hover {
	text-decoration: none;
	color: #CECECE;
}

.bordaImagemPequena {
	text-decoration: none;	
	color: white;
}
.bordaImagemPequena:hover {
	text-decoration: none;
	color: #CECECE;
}

.botaPadrao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 7px 21px;
	background: -moz-linear-gradient(
		top,
		#f5f5f5 0%,
		#7a7a7a);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f5f5f5),
		to(#7a7a7a));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #134201;
	-moz-box-shadow:
		0px 1px 5px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 1px 5px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0);
	box-shadow:
		0px 1px 5px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0);
	text-shadow:
		4px -1px 7px rgba(255,255,255,0),
		0px 1px 0px rgba(255,255,255,0.3);
}





.arredondado {
	-moz-border-radius:		12px;
	-webkit-border-radius:	12px;
	 border-radius:			12px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
