@charset "utf-8";

.logo-mini img, .logo-lg img {
	margin: 5px 0;
}

/* LOGIN */
#login {
	max-width: 500px;
	width: 100%;
	height: auto;
	margin: auto;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -180px;
	padding: 20px;
	overflow: hidden;
	background: #FFF;
	background: -webkit-linear-gradient(top, #FFF, #EEE);
	background: -o-linear-gradient(top, #FFF, #EEE);
	background: -moz-linear-gradient(top, #FFF, #EEE);
	background: linear-gradient(top, #FFF, #EEE);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#login .lheader {
	text-align: center;
}
#login h1 {
	text-align: center;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#login label, #login p {
	color: #777;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#login a {
	text-decoration: none;
	text-align: center;
}
#login input[type="password"], #login form input[type="checkbox"], #login input[type="text"] {
	background: #FBFBFB none repeat scroll 0% 0%;
}

#login input[type="password"], #login input[type="text"], #login input[type="email"] {
	display: block;
	font-size: 17px;
	width: calc(100% - 20px);
	padding: 15px 10px;
	border: 1px solid #DDD;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07) inset;
	background-color: #FFF;
	color: #32373C;
	outline: 0px none;
	transition: border-color 0.05s ease-in-out 0s;
}

#login form p {
	margin-top: 0;
}

#login form .submit {
	margin-bottom: 0px;
}

#login form input[type='submit'] {
	line-height: 28px;
	padding: 4px 10px;
	background: #5b3c95 none repeat scroll 0% 0%;
	border-color: #5b3c95;
	box-shadow: 0px 1px 0px rgba(120, 200, 230, 0.6) inset;
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	margin: 0px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	white-space: nowrap;
	box-sizing: border-box;
	float: right;
}
.user-tools {
	float: right;
}
.user-tools .user-image {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin: -2px 5px auto;
	margin-top: -2px;
}
#logo-maq {
	position: fixed;
	bottom: 14px;
	right: 10px;
	z-index: 9999;
}
.comentarios .fa-star {
	color: #f39c12;
	width: 14px;
}
.select2-container {
	width: 100% !important;
}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #00A65A!important;
	border: 1px solid #008D4C!important;
}
.select2-selection__choice__remove {
	color: #FFF!important;
}