footer .text-right > a:hover {
	text-decoration: none;
}
	footer .text-right > a:hover span {
		color: #ca0727;
	}
	footer .text-right > a:hover span:first-child {
		color: #f6db00;
	}
	footer .text-right > a:hover span:last-child {
		color: #5a94ce;
	}


.alert:first-of-type {
	margin-top: 20px;
}

.col-sm-6.form-group {
	margin: 0;
}

.navbar-brand > img {
	display: inline-block;
	margin: -5px 15px 0 0;
	height: 150%;
	width: auto;
}
.navbar-right {
	margin-right: 0;
}

#proposalsGrid {
	overflow-x: auto;
	white-space: nowrap;
}

	#proposalsGrid > table {
		width: 100%;
		border-collapse: collapse;
	}

	#proposalsGrid th {
		position: relative;
		text-align: center;
	}

		#proposalsGrid th .date-day {
			color: gray;
			font-size: 85%;
		},

	#proposalsGrid thead > tr > th:nth-of-type(2n),
	#proposalsGrid tbody > tr > td:nth-of-type(2n) {
		background-color: #f9f9f9;
	}

	#proposalsGrid #chooseWinner {
		color: #f0ad4e;
	}

		#proposalsGrid #chooseWinner td:first-child {
			text-align: right;
		}

	#proposalsGrid tbody > tr#mineRow > td {
		background-color: #fcf8e3;
	}

	#proposalsGrid th i {
		position: absolute;
		right: 5px;
		top: 5px;
		color: #c0c0c0;
		cursor: pointer;
	}
		#proposalsGrid th i:hover {
			color: #c9302c;
		}

	#proposalsGrid .folded {
		width: 15px !important;
		overflow: hidden !important;
		filter: blur(2px);
	}
		#proposalsGrid th.folded {
			text-indent: -9999px;
		}
		#proposalsGrid .folded label {
			width: 0 !important;
			position: absolute;
		}

	#proposalsGrid table.fixed-column {
		position: absolute;
		display: inline-block;
		width: auto;
		border-right: 1px solid #ddd;
		background-color: #fff;
		z-index: 10;
	}

table i.fa {
	color: #c0c0c0;
}
	table i.fa.fa-times:hover {
		color: #c9302c;
	}

.nav-tabs > li > a:focus,
.btn.active.focus, .btn.active:focus,
.btn.focus, .btn.focus:active,
.btn:active:focus, .btn:focus {
	outline: none
}


.comment .col-sm-9 {
	word-wrap: break-word;
}

.comment i.fa-times {
	position: absolute;
	right: 10px;
	top: 0px;
	cursor: pointer;
	filter: invert(1);
}
	.comment i.fa-times:hover {
		color: #c9302c !important;
		filter: invert(0);
	}


/* awesome checkbox ********************************************************* */
.checkbox-awesome.checkbox-primary,
.checkbox-awesome.checkbox-success {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

.checkbox-awesome input[type="checkbox"]:indeterminate + label::after {
	display: initial;
	width: initial;
	height: initial;
	background-color: inherit;
	border-radius: 0;
	margin-left: -18px;
	margin-top: 0;
	font-family: "FontAwesome";
	content: "\f128";
}

.checkbox-awesome input[type="radio"]:indeterminate + label::after {
	display: initial;
	width: initial;
	height: initial;
	background-color: inherit;
	border-radius: 0;
	margin-left: -18px;
	margin-top: 0;
}

.checkbox-awesome input[type="checkbox"]:checked + label::after,
.checkbox-awesome input[type="radio"]:checked + label::after {
	margin-left: -21px;
}

.checkbox-awesome input[type="checkbox"]:focus + label::before,
.checkbox-awesome input[type="radio"]:focus + label::before {
	outline: none;
	outline-offset: 0;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
	background-color: inherit;
	color: #fff;
}

.checkbox-success input[type="radio"]:indeterminate + label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.changeable .checkbox-primary input[type="checkbox"],
.changeable .checkbox-success input[type="radio"] {
	cursor: pointer;
}

.checkbox-awesome label {
	cursor: initial;
}

.checkbox-awesome input[type="checkbox"]:not(:required) + label::before {
	border-color: #337ab7;
}

/* loader ******************************************************************* */
.btn {
	position: relative;
}

.btn-loader {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.btn-loader span {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #fff;
	margin: 5px 3px;
}

.btn-loader span:nth-child(1) {
	animation: bounce 1s ease-in-out infinite;
}

.btn-loader span:nth-child(2) {
	animation: bounce 1s ease-in-out 0.33s infinite;
}

.btn-loader span:nth-child(3) {
	animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce {
	0%, 75%, 100% {
		-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
		-o-transform: translateY(2px);
		transform: translateY(2px);
	}

	25% {
		-webkit-transform: translateY(-3px);
		-ms-transform: translateY(-3px);
		-o-transform: translateY(-3px);
		transform: translateY(-3px);
	}
}



.label-as-badge {
	border-radius: 1em;
}






.img-thumbnail{
	border: none;
	padding: 8px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(238,50,37)), color-stop(1, rgb(246,135,62)));
	background-image: -moz-linear-gradient(center bottom, rgb(238,50,37) 0%, rgb(246,135,62) 100% );
}

#blueimpThumbs {
	text-align: center;
}
#blueimpThumbs a {
	width: 150px;
	margin-bottom: 4px;
	display: inline-block;
}




.comment {
	padding: 10px 0;
	margin-bottom: 10px;
	border-radius: 4px;
}
	.comment .img-thumbnail {
		padding: 3px;
	}


.row-desc {
	font-size: 90%;
	color: #606060;
}



.form-group label.required:after {
	position: absolute;
	width: 10px;
	text-align: right;
	content: "*";
	color: red;
}



.fc-day-grid-container.fc-scroller {
	height: auto!important;
	overflow-y: auto;
}

.fc-event {
	border: none;
}



.daterangepicker .ranges .range_inputs {
	margin-bottom: 13px;
}
.daterangepicker .ranges label {
	margin: 0 8px;
}



.align-middle {
	vertical-align: middle !important;
}



.color-white {
	color: #ffffff !important;
}



@media(max-width:767px) {
	#feedback {
		display: none;
	}
}
