/*.form-inline input, .form-inline select{
	margin-right: 10px;
}*/

.text-and-exitlink{
	display: flex;
    align-items: center;
}
.text-and-exitlink span{
	min-width: 120px;
}
.text-and-exitlink a.exit{
	color: #F00;
	font-size: 0.5rem;
}

.alradyused{
	color: #f00;
    font-size: 0.8rem;
    position: absolute;
    margin: 30px 0 0 190px;
}

.alradyused2{
	color: #f00;
    font-size: 0.8rem;
}

.darkgray{
	color: #333;
}

.modal{}
.modal-header, .modal-footer{
	border: none;
}
.modal h4{
	text-align: center;
	flex: 1;
}

/********** Responsive ********** */
@media only screen and (max-width: 991px){
	#total-respondents{
		padding-top: 40px;
	}
}

@media only screen and (max-width: 767px){

/*	.top-right.links {
	    position: relative;
	    right: inherit;
	    top: inherit;
	}*/

/*	.form-inline input, .form-inline select{
		margin-right: 0;
		margin-bottom: 10px;
	}

	input, select{
		width: 100% !important;
	}*/

	#total-respondents input {
	    width: 100% !important;
	}

	.alradyused {
	    position: relative;
	    margin: 0 0 10px 0;
	    width: 100%;
	}
}

.scroll-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 450px;
  right: 20px;
  display: none;
}
.scroll-top i {
  display: inline-block;
  color: #fff;
}

.navbar-laravel{
    background-color:#fff;
    box-shadow:0 2px 4px rgba(0,0,0,.04)
}
.dashboard-symbol {
    padding: 52% 0 9% 0;
}

#printButton{
    color:#2176bd;
    font-size:30px;
    cursor:pointer;
}

@page {
  size: auto;
  margin: 0mm;
  margin-left: 7mm;
}

