/*================================================================================
	Item Name: Stack - Responsive Admin Theme
	Version: 3.1
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

/*Modifica imatge fons Login*/
html body.bg-full-screen-image {
    background: url(../../assets/images/backgrounds/bg-10.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover; 
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 15rem;		/* Modifica amplada (10rem)*/
	padding: 0;				/* Modifica pading (0.5rem 0)*/
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #404e67;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
}

.dropdown .dropdown-menu {
	border: 0.5px solid #8d8b8b;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(93, 93, 93, 0.42);
}
.dropdow-header {
	min-height: 5rem;
	text-align: center;
	color: white;
	padding-top: 25px;
}

/*Modifica imatge fons centers*/
html body.bg-full-screen-image-centers {
    background: url(../../assets/images/backgrounds/bg-centres.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover; 
}
/*Modifica ample llistat alumnes*/
.email-application .app-content .content-right {
    width: calc(100% - 0px);
    background-color: #fff; 
}

/*-------------*/

/*-------------*/



