﻿#picbox {
    background-color: hsl(220, 1%, 40%);
    border: 2px solid hsl(0, 0%, 0%);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 20px auto;
    overflow: hidden;
    padding: 0 72px;
    width: 700px;
}
#boxcard {
    margin: 100px auto 0;
    overflow: hidden;
    width: 550px;
    z-index: 1;
}
#boxcard div {
    background: none repeat scroll 0 0 hsla(0, 0%, 78%, 0.43);
    border: 4px solid #f29901;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 1px 5px hsla(0, 0%, 0%, 0.5);
    -moz-box-shadow: 0 1px 5px hsla(0, 0%, 0%, 0.5);
    -webkit-box-shadow: 0 1px 5px hsla(0, 0%, 0%, 0.5);
    cursor: pointer;
    float: left;
    height: 100px;
    margin: 5px;
    padding: 5px;
    width: 100px;
    z-index: 2;
}
#boxcard div img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: none;
    z-index: 3;
    max-height: 85px;
    max-width: 85px;
}

#boxcard div:hover {
    background: none repeat scroll 0 0 hsla(0, 0%, 81%, 0.8);
}
div.textInfo {
    margin: 0 auto 20px;
    width: 700px;
}

div#logo {
    background: url(images/logo.png) no-repeat;
    height: 200px;
    width:400px;
    position: relative;
    margin: auto;
    margin-top: 50px;
}

div#accessosDirectes {
    position: relative;
    margin: auto;
    margin-top: 45px;
    overflow: auto;
    width: 75%;
    text-align: center;
}



div.ADImatge {
    height: 70%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px 15px 0px 0px;
}

div.logo1slow {
    background: url("images/logo1slow.gif") no-repeat;
    width:720px;
    height:405px;
    margin: 0 auto;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: none;
}

a:active {
    color: black;
    text-decoration: none;
} 

/* ESTILS 2021 INICI */

div.home_login{
    background-image: url("images/fons-inici-sessio.jpg");
    height:inherit;
    min-height:803px;
	background-size: cover;
	background-position:center;
	margin-bottom: -66px;
}

div.home_login .logo_icones,div.home_login
{
    background-repeat: no-repeat;
    width: 100%;
}

div.home_login .home_login_form {
    display: grid;
    align-content: center;
    z-index: 2;
    margin: 0 auto 207px auto;
}

div.home_login .home_login_cont_form {
	display: flex;
	position: relative;
	height: inherit;
	width: inherit;
}

div.home_login .logo_icones{
	background-image: url("images/icones-inici-sessio.png");
	position: absolute;
	z-index:0;
	background-size: contain;
	height: inherit;
	top: 0;
	padding: 0 5%;
}



.home_login_form div.formLogin * {
	padding-left: 0;
	padding-right: 0;
}

.home_login_form {
    background-color: #fffffff0;
    background-image: none;
    width: 350px;
    height:446px;
    border-radius:10px;
    position: relative;
    top: 150px;
}

.home_login_form > div {
    width: inherit;
}


.home_login_form div.logo-login{
	background-image: url('images/logo_2021.png');
	background-position: center;
	height: 121px;
	background-size: 121px 246px;
	background-size: contain;
	background-repeat: no-repeat;
}
.home_login_form div.rememberLogin
{
	font-size:14px;
	font-style:normal;
	padding: 0;
	cursor:pointer;
}

.home_login_form div.formLogin
{
	margin-top: 40px;
}

.home_login_form div.contentinput,
.home_login_form div.rememberLogin,
.home_login_form div.User_MailE div.contentlabel
{
	padding:0;
	margin: 0 40px 19px 40px;
	width: 270px;
}

.home_login_form .ui-dialog-buttonpane
{
	display: block;
	position: initial;
	width: 270px;
	margin: 0 40px 0 40px;
	padding: 0;
}

.home_login_form .ui-dialog-buttonpane .ui-dialog-buttonset
{
	display: flex;
	justify-content: center;
	padding: 0 0 2em 0;
	float: none;
}

.home_login_form .ui-dialog-buttonpane button {
    width: 100%;
    height: 34px;
    background: #88c381;
    border-color: #bbb;
    padding: 0;
	margin: 0;
}

.button_login {
	width: 270px;
	margin: 0 auto;
}

/*#footer-bg {
bottom: 0;
position: absolute;
width: inherit;
}*/

div.accesDirecte {
	width: 149px;
	height: 149px;
	margin: 20px;
	text-align: center;
    cursor: pointer;
	border: 1px solid #bbb;
	border-radius: 15px;
	display:table;
	float:left;
}
.accesDirecte:hover {
    background-color: #edf6ec;
    border: 2.5px solid #88c381;
}

.accesDirecte > a {
	display: table-row;
}

div.ADText{
	font-size:16px;
	padding: 0;
	font-weight: bold;
}


.accesDirecte a:nth-child(1) {
	height: 70%;
	border: 1px solid #bbb;
	border-radius: 15px;
}

/* ESTILS 2021 FI */