/* Canvi de password */


/* Generals */

body{
	  background: #F0F3F1;
}


a:focus {
    outline: none;
    outline: none;
    outline-offset: -2px;
    text-decoration: none;
    color: inherit;
}

header {
    background: #E7ECEA;
    height: auto;
    /*line-height: 2em;*/
}

#titolServei {
    background-repeat: no-repeat;
}

.breadcrumb {
  margin: 10px -15px;
  background: transparent;
} 

#content {
    margin-top: 1em;
}

#footer {
    border-top: 2px solid #e7ecea;
    clear: both;
    margin: 2em;
    padding-top: 2em;
}

/* Home */

h2.titolSeccio {
  text-transform: uppercase;
  font-size: 1.85em;
  font-weight: bold;
  color: #1d5d66;
  margin-bottom: 1em;
}

h3 { 
	margin-top: 0; 
	font-weight:bold;
	}


h3.subtitolSeccio {
    color: #476b6b;
    font-size: 1.45em;
    line-height: 1.45em;
    margin-bottom: 2em;
    font-weight: normal;
}

a.subtitolSeccio {
    color: #476b6b;
    font-size: 1.45em;
    line-height: 1.45em;
    margin-bottom: 2em;
    font-weight: normal;
}

.divider {
  clear: both;
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap; 
  }

.divider > span {
  position: relative;
  display: inline-block;
  font-size: 0.6em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgb(51, 51, 51);
  font-weight:bold;
  }

.divider > span:before,
.divider > span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 2px;
  background: #c6dad9;
  }

    .divider > span:before {
        right: 100%;
        margin-right: 15px;
    }

    .divider > span:after {
        left: 100%;
        margin-left: 15px;
    }


#grid { 
	display:table;
	width:100%;
}

.grid-item {
	display: table-cell;	
	/*height:220px; */
}

.gestioPwd-item {
	transition: all 0.5s ease; 
	padding: 2em; 
	}
 
.gestioPwd-item a:hover {  
	color:#333;
	}

/* Canviar */

.pwdCanvi:hover { background-color: rgba(68, 140, 140, 0.25); color: inherit }
  .pwdCanvi img { float: left; width: 200px; margin-right: 1em; }

/* Recuperar */

.pwdRecup:hover { background: rgba(205, 130, 118, 0.25); color: inherit  }
  .pwdRecup img { float: right; width: 200px; margin-left: 1em; }

/* Altres gestions */

.altresRec:hover { background-color: rgba(25, 26, 22, 0.05) }
.altresRec img 	 { float: left; width: 150px; margin-right: 1em; margin-bottom: 1em;}

/* Botons */

.gestioPwd-item button,
a.btn,
input.btn {
	border: none;
	border-radius: 3px;
	padding: 0.75em 1.4em;
	font-size: 1.35em;
	outline: 0;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: bold;
	margin: 0 auto;
	background: #d8dedb;
	transition: background-color 0.5s ease; 
	transition: box-shadow 0.3s ease-in-out;
	color: #424242;
	}

button.petit, a.btn.petit, input.btn.petit {
	font-size: 1em;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3f7a82;
    border-color: #3f7a82;
    
}

.btn-primary.disabled, .btn-primary.disabled:hover, 
.btn-primary[disabled], .btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary, 
.btn-primary.disabled:hover, 
.btn-primary[disabled]:hover, 
fieldset[disabled] .btn-primary:hover, 
.btn-primary.disabled:focus, 
.btn-primary[disabled]:focus, 
fieldset[disabled] .btn-primary:focus, 
.btn-primary.disabled.focus, 
.btn-primary[disabled].focus, 
fieldset[disabled] .btn-primary.focus, 
.btn-primary.disabled:active, 
.btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #e6dcd8;
    border-color: #f0f3f1;
    cursor:not-allowed;
    color: inherit;
    pointer-events: all !important;
}

	.pwdCanvi button { background: rgba(68, 140, 140, 0.25); color: #1D5D66;  }
	.pwdCanvi:hover button { background: rgba(68, 140, 140, 0.80); color: #fff;  }

	.pwdRecup:hover button { background: rgba(205, 130, 118, 0.80); color: #fff; }
	.pwdRecup button { background: rgba(205, 130, 118, 0.25); color: #a54637; }

	.gestioPwd-item button.petit { font-size: 1em; }



/* Formularis */

.form-control {
  height: auto;
  padding: 10px 12px;
  font-size: 16px;
}

.form-control:focus {
  border-color: rgba(29, 93, 102, 0.5);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(29, 93, 102, 0.25);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(29, 93, 102, 0.25);
}


/* Ajuda */

.altresOpcions {
	margin-top: 1em;
    border-color: rgba(48, 156, 63, 0.45);
}
.altresOpcions h3 {
	color: #309c3f;
}

.iconaOpcions {
	height: 14px;
	margin-bottom: 3px;
}

.filter-green{
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

p.gran {
	line-height: 1.6em;
    font-size: 1.05em;
}

div.gran {
    line-height: 1.6em;
    font-size: 1.05em;
}

a.altresRec:hover {
	color:inherit;  
}

a.altresRec:hover button {
 background: #c6cccc;
    color: #fff;
}

a.altresRec h4 {  
	font-size:1.3em; 
	font-weight: bold;
}



/* Alertes */

.alert > p, .alert > ul {
    margin-bottom: 20px;
    line-height: 1.4;
}

.alert-warning {
	color: #b35130;
    font-weight: bold;
    font-size: 1.25em;
    background-color: #fff;
    border: 2px solid #e69c83;
}

.alert-success {
	color: #309c3f;
    font-weight: bold;
    font-size: 1.25em;
    background-color: #fff;
    border: 2px solid rgba(48, 156, 63, 0.55);
}

.alert-info {
	color: #424242;
    font-weight: bold;
    font-size: 1.25em;
    background-color: #fff;
    border: 2px solid rgb(131, 157, 167);
}

.alert p a { 
	color: #309c40;
}
.alert p a:hover { 
	border-bottom: 2px solid #309c40;
}

#loadergif {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75) url(../img/loading2.gif) no-repeat center center;
  z-index: 10000;
}