.bg-img {
	background-image: url("../images/bg-login.jpg");
}

.sweet-overlay,
.sweet-alert {
	z-index: 10001 !important;
}

.sweet-alert p li {
	list-style: none;
}

.campo_buscar {
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-radius: 0;
}

.btn_buscar {
	background-color: transparent;
	color: #333;
	border: 0;
	border-radius: 0;
}

.form_buscar {
	flex: 1 1 auto;
}

#navbar-container,
.navbar-content {
	background-color: #03a9f4;
}

#content-container::before {
	/* content: ''; */
	/* display: block; */
	height: 175px;
	/* width: 100%; */
	/* position: absolute; */
	background-color: #4b6584;
	/* z-index: 0; */
}

.navbar-brand {
	padding: 1.5rem;
	border-bottom: 1px solid #f3f3f3;
}

.navbar-header::before {
	background-color: white;
}

.mb-3 {
	margin-bottom: 1rem;
}

#form_msg .modal-body li {
	list-style: none;
}

/* .vista_list {
	display: none;
} */

.d-none {
	display: none;
}

.float-none {
	float: none !important;
}

.table-responsive {
	border: 0;
}

.panel-heading {
	height: auto;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #4d627b;
	border-color: transparent;
	border-bottom-color: transparent;
	border-bottom-color: #03a9f4;
}

#profile_nav {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

#profile_nav.nav-pills>li {
	float: none;
	margin-bottom: .5rem;
}

#profile_nav.nav>li>a {
	/* position: relative; */
	/* display: block; */
	padding: 5px 10px;
	background: #294f75;
	color: white;
}

#profile_nav.nav-pills>li.active>a,
#profile_nav.nav-pills>li.active>a:focus,
#profile_nav.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #03a9f4;
}

/*PROYECTOS*/
.project-container {
	padding: 0.5em;
	min-height: 400px;
}

.project-container .widget {
	box-shadow: 1px 1px 3px #dddcdc !important;
	margin-bottom: 0.5em;
}


/* VALORACIONES */

.success-box {
	margin: 50px 0;
	padding: 10px 10px;
	border: 1px solid #eee;
	background: #f9f9f9;
}

.success-box img {
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.success-box>div {
	vertical-align: top;
	display: inline-block;
	color: #888;
}

.rating-stars ul {
	list-style-type: none;
	padding: 0;

	-moz-user-select: none;
	-webkit-user-select: none;
}

.rating-stars ul>li.star {
	display: inline-block;

}

/* Idle State of the stars */
.rating-stars ul>li.star>i.fa {
	font-size: 2.5em;
	/* Change the size of the stars */
	color: #ccc;
	/* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul>li.star.hover>i.fa {
	color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars ul>li.star.selected>i.fa {
	color: #FF912C;
}

/* packs || planes */
.bg-gray-light a.btn-info {
	color: white !important;
	/* font-weight: bold; */
}

.pack-content {
	display: flex;
	height: 100%;
	flex-direction: column;
}

.align-items-stretch {
	align-items: stretch !important;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.d-inline {
	display: inline;
}

.align-self-end {
	align-self: end;
}

.align-items-start {
	align-items: flex-start;
}

.ml-auto {
	margin-left: auto;
}

.mt-0 {
	margin-top: 0;
}

.mt-auto {
	margin-top: auto;
}

.h-100 {
	height: 100%;
}

.w-100 {
	width: 100%;
}

.form_enviar_msg {
	display: flex;
}

.btn_enviar_msg {
	width: 40px;
}

.foro-header {
	padding: 6rem;
}

.botones_responsive {
	display: block;
}

.urls_ahref .form-control {
	border: 1px solid #03a9f4;
	/* padding: 0; */
}

fieldset {
	padding: 1em !important;
	border: 2px solid lightgray !important;
}

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 767px) {}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	#btns_nuevo_proyecto {
		display: flex;
		justify-content: end;
	}

	#btns_nuevo_proyecto #search_console_group {
		max-width: 250px;
		margin-right: 15px;
	}

	#btns_nuevo_proyecto #btn_subir_csv {
		align-self: start;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	/* .botones_responsive {
		display: none;
	} */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
