.Fundo{
    background-image: linear-gradient(to right, rgba(226,226,226,0), rgba(167,111,146,1));
}

.Logo{
    margin-left:10px;
}
.Logo > img{
margin-top:10px;
margin-bottom:10px;
    width: 200px;
}

			.carregar{
			  display: block;
			  position: fixed;
			  z-index: 1031;
			  top: 50%;
			  right: 50%;
			}

.fieldset-border {
border: 1px groove #ddd ;
padding: 0 0.4em 0.4em 0.4em !important;
margin: 0 0 1.5em 0 !important;
-webkit-box-shadow: 0px 0px 0px 0px #000;
box-shadow: 0px 0px 0px 0px #000;
}

.fieldset-border .legend-border {
font-size: 1.2em !important;
text-align: left !important;
width: auto;
padding: 0 3px;
border-bottom: none;
}	


.pessoas{
    margin-bottom:10px;
    border: #000000 solid 1px;
    box-shadow: 2px 3px #952b6d;
    padding:10px;
    border-radius:8px;
      background: rgba(248, 248, 248, 0.50); /* Old browsers */
      background: -moz-linear-gradient(top,  rgba(248, 248, 248, 0.50), rgba(248, 248, 248, 0.50) 10%, rgba(248, 248, 248, 0.50)); /* FF3.6-15 */
      background: -webkit-linear-gradient(top,  rgba(248, 248, 248, 0.50), rgba(248, 248, 248, 0.50) 10%,rgba(248, 248, 248, 0.50)); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom,  rgba(248, 248, 248, 0.50), rgba(248, 248, 248, 0.50) 10%,rgba(248, 248, 248, 0.50)); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(248, 248, 248, 0.50)', endColorstr='rgba(248, 248, 248, 0.50)',GradientType=0 ); /* IE6-9 */
}


.gerente-geral{
    padding:6px;
    background: #f0ba2d;
    width: 30px;
    height: 30px;
    border-radius:50%;
    float: left;
}	
.gerente-geral > img{
display: block;
      margin-left: auto;
      margin-right: auto;
  width: 15px;
}  

.gerentes{
    padding:6px;
    background: #122e4d;
    width: 30px;
    height: 30px;
    border-radius:50%;
    float: left;
}	
.gerentes > img{
      display: block;
      margin-left: auto;
      margin-right: auto;
  width: 15px;
}

.supervisor{
    padding:6px;
    background: #7dbc3d;
    width: 30px;
    height: 30px;
    border-radius:50%;
    float: left;
}	
.supervisor > img{
      display: block;
      margin-left: auto;
      margin-right: auto;
  width: 15px;
}

.subordinado{
    padding:6px;
    background: #4099d6;
    width: 30px;
    height: 30px;
    border-radius:50%;
    float: left;
}	
.subordinado > img{
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 15px;
}



.nome{
    border: #000000 solid 0px;
    margin-left:49px;
    font-size:13px;
    color: #3A3A3A;
}
.funcao{
    border: #000000 solid 0px;
    margin-left:49px;
    font-size:10px;
    color: #3A3A3A;
}


  

.titulo-alerta{
font-size:11px;
}

#Avaliadores{

}

.modal-dialog {
    max-width: 100% !important;
    margin: 0 auto !important;
}
.modal-open .modal {
    padding-right: 0 !important;

} 

.avaliadores{
    background: rgba(0,0,0, 0.30);
} 