/* Add here all your CSS customizations */
#sidebar-right label {color:white}
.clear{display:block;clear:both;width:100%}
.multiselect-container>li>a>label {color:#4e4e4e!important}
#sidebar-right .multiselect-container>li {padding:0;height:28px}
#sidebar-right .btn-group, #sidebar-right .btn-group > button {width:100%!important;text-align:left;max-height:34px}
#selects-form .btn .caret {
    position: absolute;
    right: 6px;
    top: 17px;
    z-index: 999;
}
#overlay{
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 9998; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
#loading{
   position: absolute;
   top: 50%;
   left: 50%;
   width: 150px;
   height: 150px;
   margin-top: -75px; /* Half the height */
   margin-left: -75px; /* Half the width */
   z-index: 9999;
}
.merror {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
#sidebar-right input[type='text'] {
    background: white!important;
}
html .scroll-to-top {
    height: 45px!important;
    right: 95px!important;
}
@media all and (min-width: 920px){
	#aPesquisa .perg-enviar{margin-top:30px}
	#aPesquisa .radio-primary .error{display:none!important}
	#aPesquisa {padding:20px;background:#fff}
	#table_quest{margin:10px 0 30px 0!important}
	#aPesquisa .perguntas_ori{margin-bottom:5px}
	#aPesquisa .pergunta-textarea{margin-bottom:5px}
	#userbox {width:200px!important}
}