

	/*.ui-slider{
		 border-radius: 0;
		 height: 21px !important; 
		 background: #d4d4d4!important;
		 border-color :#000 !important;
		 margin: 10px;
	}

       .ui-slider .ui-slider-handle {
        background: url(../img/sliderHandle.png)!important;
        background-size: 30px!important;
        height: 30px!important;
        width: 30px!important;
        border: 0px!important;
        left: 0;
        }
        .qualifier .slider-value.off {
        visibility: hidden;
        }
        .slider-handle.off {
        left: 0 !important;
        background-image: url(../img/sliderHandle.png)!important;
        }
        .slider-control {
        margin-left: -3px;
        background-color: #e5e5e5!important;
        }
        .slider     {
        width: 90%;
        }
        .ui-slider {
        width: 90% !important;
        background: url(../img/sliderBg.png) repeat #e5e5e5;
        background: url(../img/sliderBg.png) repeat -moz-linear-gradient(top,#e5e5e5,#e5e5e5)!important;
        background: url(../img/sliderBg.png) repeat -webkit-gradient(linear,0 0,0 100%,from(#e5e5e5),to(#e5e5e5));
        background: url(../img/sliderBg.png) repeat -webkit-linear-gradient(top,#e5e5e5,#e5e5e5)!important;
        background: url(../img/sliderBg.png) repeat -o-linear-gradient(top,#e5e5e5,#e5e5e5)!important;
        background: url(../img/sliderBg.png) repeat linear-gradient(to bottom,#e5e5e5,#e5e5e5)!important;
        border: 1px solid #dadada !important;
        }
        .qualifier .slider-value {
        font-size: 11px;
        min-height: 32px;
        margin-top: 4px;
        }

     	.slider-arrow span {
     		margin-left: 30px;
     	}*/

        .copyright{
            font-size: 10;
            margin-top: 20px;
        }

        .textInput{
            line-height: 28px;
            padding-left: 5px;
        }

     	.titulo img{
     		height: 100px;
     		margin-bottom: 20px; 
     	}

     	.right-note {
     		float: right;
            margin-right: 7%!important;
     	}
     	.row {
     		margin:10px;
     	}
     	.submit-button {

     		margin-top: 20px;
     		text-align: center;
     	}

     	.valorSlider {
     		text-align: center;
     	}

     	.alinharCentro {
     		text-align: center;
     		margin: 0px;
     	}
        .alinharCentro , input{
            width:100%;
        }
     	.titulo{
     		text-align: center;
     	}
     	.imgSatisfacao{
     		height: 50px;
     	}
     	.imgGray {
            filter:"Alpha(Opacity=60)";
            -ms-filter:"alpha(opacity=60)";
            opacity:0.3;
         }
     	.atendimentoMotivo{
     		display: none;
     	}
     	.produtosMotivo{
     		display: none;
     	}
     	.instalacoesMotivo{
     		display: none;
     	}

     	.btnSelected{
     		background-color: #000;
     		color:#fff;
     	}
     	.btn-primary.btnSelected{
     		width: 100%;
     	}

     	.btn-default.btnSelected:hover{
     		background-color: #000;
     		color:#fff;
     	}
     	.conjuntoEstrelas{
     		text-align: center;
     	}
     	.estrela{
     		height: 30px;
     	}

     	i{
     		margin:0px;
     	}

     	#deslizar {
		  animation-duration: 3s;
		  animation-name: slide;
		  animation-iteration-count: infinite;
		  animation-direction: alternate;
		  color: #888989;
		}
		@keyframes slide {
		  from {
		    margin-left: 10%; 
		  }

		  to {
		    margin-left: 30%;
		  }
		}
	   .note {
			margin:10px;
		}
        .alert{
            margin-top: 10px;
        }
		.alerta {
			display: none!important;
		}
        .radio-inline span{
            padding-left: 25px !important
        }
        .contactInput{
            margin-top: 5px;
            margin-bottom: 10px;
            border:solid 1px #A9A9A9
        }
        .flash{
            position: fixed;
            bottom: 0px;
        }