/* FONTS */
@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-Regular.eot');
    src: url('../fonts/IBMPlexSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSans-Regular-Latin1.woff2') format('woff2'),
        url('../fonts/IBMPlexSans-Regular-Latin1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-Italic.eot');
    src: url('../fonts/IBMPlexSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSans-Italic-Latin1.woff2') format('woff2'),
        url('../fonts/IBMPlexSans-Italic-Latin1.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-Light.eot');
    src: url('../fonts/IBMPlexSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSans-Light-Latin1.woff2') format('woff2'),
        url('../fonts/IBMPlexSans-Light-Latin1.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-LightItalic.eot');
    src: url('../fonts/IBMPlexSans-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSans-LightItalic-Latin1.woff2') format('woff2'),
        url('../fonts/IBMPlexSans-LightItalic-Latin1.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-Medium.eot');
    src: url('../fonts/IBMPlexSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSans-Medium-Latin1.woff2') format('woff2'),
        url('../fonts/IBMPlexSans-Medium-Latin1.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-MediumItalic.eot');
    src: url('../fonts/IBMPlexSans-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSans-MediumItalic-Latin1.woff2') format('woff2'),
        url('../fonts/IBMPlexSans-MediumItalic-Latin1.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-SemiBold.eot');
    src: url('../fonts/IBMPlexSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSans-SemiBold-Latin1.woff2') format('woff2'),
        url('../fonts/IBMPlexSans-SemiBold-Latin1.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-SemiBoldItalic.eot');
    src: url('../fonts/IBMPlexSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSans-SemiBoldItalic-Latin1.woff2') format('woff2'),
        url('../fonts/IBMPlexSans-SemiBoldItalic-Latin1.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-Bold.eot');
    src: url('../fonts/IBMPlexSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSans-Bold-Latin1.woff2') format('woff2'),
        url('../fonts/IBMPlexSans-Bold-Latin1.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: 'poppins-light';
	src: url('../fonts/Poppins-Light.otf');
}

@font-face {
	font-family: 'poppins-medium';
	src: url('../fonts/Poppins-Medium.otf');
}

@font-face {
	font-family: 'poppins-semibold';
	src: url('../fonts/Poppins-SemiBold.otf');
}

@font-face {
	font-family: 'poppins-bold';
	src: url('../fonts/Poppins-Bold.otf');
}

:root {
    /* Custom styles */
    --primary-color: #219ebc;
    --secondary-color: #f1f6f7;
    --third-color: #219ebc;
    --hover-color: #0077b6;
    --light-color: #C6E4EB;
    --titles-color: #0077b6;
    /* --secondary-color: #9CFFD9; */
  }

html{
	width: 100%;
	height: 100%;
}
body, h1, h2, h3, h4, h5, h6, p, a, th, td, input, select, textarea{
	font-family:'IBM Plex Sans',"Helvetica Neue",Arial,"Droid Sans",sans-serif;
}
body, p, a, th, td, .field{
	/*font-weight:300;
	font-size:17px;
	color:var(--primary-color);
	line-height:22px;*/
}
b,strong{
	/*font-weight:500;*/
}
label{
	font-weight: 500;
}
select{

  outline: 0;
  border: 0;
  box-shadow: none;    /* Remove default arrow */
}
option{
	font-family: poppins-light;
	padding-top:4px;
	background:transparent;
	border:0px solid #FFF;
}
/* FI FONTS */

/* COLORS */
.success{
	color:#04b38e;
}
.danger{
	color:#dc4e3f;
}
.warning{
	color:#d4870e;
}
.info{
	color:#317cdc;
}
.primary{
	color:#337ab7;
}
.blau-fort{
	color:var(--primary-color);
	font-family:poppins-bold;
}
.blau-mig{
	color:var(--secondary-color);
}
.blau-suau{
	color:var(--light-color);
}
.bg-blue{
	background:var(--primary-color) !important;
	border:1px solid var(--primary-color) !important;
}
/* FI COLORS */

/* AUTH VIEWS */
ul.login_idioma{
	width:auto;
	list-style: none;
	padding: 0;
	position: absolute;
	top:4%;
	right: 40px;
	z-index: 90;
}
.login_idioma li{
	display: inline;
	list-style: none;
	text-transform: uppercase;
}
.login_idioma li a{
	color:var(--hover-color);
}
.login_idioma li.active a{
	font-weight: bold;
}
.login_idioma li a:hover{
	text-decoration: underline;
	color:#1e1c20;
}
.login_idioma li.active a:hover{
	text-decoration: none;
	color:#1e1c20;
}
div.logo{
	text-align: left;

}
.login_wrapper{
	max-width:94%;
	margin: 2% auto 0;
}
.login_wrapper .login_form{
	width: 30%;
	left: 34%;
}
body.login{
    background: linear-gradient(0deg, var(--primary-color) 50%, #FFFFFF 50%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.login_content{
	z-index:999;
}
.login_content form input[type=text], .login_content form input[type=email], .login_content form input[type=password], .login_content form select{
	margin-bottom:10px;
	border-color:#1e1c20;
	border: 1px solid transparent;
	border-bottom: 1px solid #c3c5c7;
	background-color: transparent!important;
}
.form-control::placeholder{
	text-transform: uppercase;
	font-size: 14px!important;
}
.form-control{
	border-radius:10px!important;
	display: block;
	color:#424242;
	background-color: var(--light-color);
	background-image: none;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	border: 0px solid var(--hover-color);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.login_content form input[type="email"],.login_content form input[type="password"]{
	box-shadow: none;
}
.login_content form input[type=text]:focus, .login_content form input[type=email]:focus, .login_content form input[type=password]:focus, .login_content form select:focus{
	border-color:#003c99;
}
.login_content form div a{
	font-size:1.2em;
	color:var(--primary-color);
}
.login_content form div a#politica{
	font-size:1em;
}

.login_content form div a:hover{
	color:var(--primary-color);
}
.login_form, .registration_form{
	top:60px;
}
.registration_form{
	width: 80%!important;
}
.login_content .form-horizontal{
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 10px -2px rgba(97,97,97,1);
	-moz-box-shadow: 0px 0px 10px -2px rgba(97,97,97,1);
	box-shadow: 0px 0px 10px -2px rgba(97,97,97,1);
}
.form-horizontal .has-feedback .form-control-feedback{
	right:30px;
}
.login_content h1:after, .login_content h1:before{
	width:16%;
}
.login_content h1:before,.login_content h1:after{
	background-color: transparent;
}
.login_content form .legal a{
	margin:0;
	font-size:1em;
}

#toggle-password{
	float: right;
	margin-left: 24px;
	margin-top: 1px;
	position: absolute;
	z-index: 2;
	margin-right: 7%;
	font-size: 21px;
	top: 31%;
	right: 2%;
	color: var(--primary-color);
  }

.registered{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 40%;
    height: fit-content;
    margin: 20px;
}

div .reset_pass{
	text-align: center;
	float: none;
}
div a.reset_pass{
	color: #FFF;
}
div a.reset_pass:hover{
	text-decoration: underline;
}

/* REGISTER VIEWS (PAS 3) */
.register_wrapper{
	width:92%;
	max-width:100%;

}

/* NOU LOGIN */
.login_wrapper_amsa{
	right: 0;
    margin: 2% auto 0;
    position: relative;
	width:94%;
	max-width:100%;
}
div.logo a{
	display:inline-block;
}
div.logo img.logo{
	display:inline-block;
	width: 160px;
}
.login_wrapper_amsa .login_content{
	margin-top:10%;
	margin-bottom:5px;
	padding-top:0px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 10px -2px rgba(97,97,97,1);
	-moz-box-shadow: 0px 0px 10px -2px rgba(97,97,97,1);
	box-shadow: 0px 0px 10px -2px rgba(97,97,97,1);
}
.login_content form{
	margin:0;
}
.border_grey{
	padding-left: 40px;
	padding-bottom: 20px;
	border-radius: 0.5rem;
	text-align: left;
	box-shadow: 1px 1px 8px 1px var(--primary-color);
}
.login_wrapper_amsa .login_content form input[type=submit]{
	float:right;
}
.login_content h1, .login_content h2 {
    font: 14px Helvetica,Arial,sans-serif;
    letter-spacing: -.05em;
    line-height: 20px;
    margin: 10px 0 30px;
    color:#FFFFFF!important;
    background-color: var(--primary-color);
    padding: 20px 8%;
    font-weight: normal;
    text-shadow: none;
    text-transform: uppercase;
    text-align: left;
}
.login_wrapper_amsa .login_content h1:after, .login_wrapper_amsa .login_content h1:before{
	content:none;
}
p.register_intro{
	font: 400 20px Helvetica,Arial,sans-serif;
    letter-spacing: -.05em;
    line-height: 20px;
    color:var(--primary-color);
}
.login_wrapper_amsa .login_content li{
	line-height: 20px;
	font-size:16px;
}
a.register_btn{
	text-shadow:none;
	background-color:#5a5a5a!important;
	border-radius: 0px;
	border-color: #5a5a5a!important;
	width: 80%;
}
a.register_btn:hover{
	text-decoration: none;
	background-color:var(--primary-color)!important;
border-color: var(--primary-color)!important;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary{
    background-color: var(--primary-color);
    color: var(--light-color);
}
.btn-primary:focus {
    background-color: var(--primary-color) !important;
}
.has-feedback{
	padding:-1px 6%!important;

}
.login_content .form-horizontal .has-feedback .form-control-feedback {
    right: 35px;

}
.login_content .btn{
	margin: 20px;
	padding:10px;
	font-size:14px;
	border-radius: 0px;
	width: 80%;
	background-color:#1e1c20;
	border-color: #1e1c20;

}
.login_content .btn:hover{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}



@media (min-width: 600px){
	div.logo img.logo{
		width: 260px;
	}
}
@media (min-width: 1400px){
	.login_wrapper_amsa .login_content{
		margin-top:20%;
	}
}
@media (max-width: 1200px){
	.login_content .btn{
		padding:10px 6px;
		font-size:12px;
	}
}
@media (max-width: 990px){
	.login_content .btn{
		padding:10px 6px;
		font-size:13px;
	}
}
@media (max-width: 767px){
	.login_content .btn{
		padding:10px 6px;
		font-size:13px;
	}
	.waves2 {
		display:none;
	}
	.logo_error {
		width:45%!important;
	}
	.error-number {
		font-size: 80px;
	}
	.sub-error-number {
		font-size:14px;
	}
}
@media (max-width: 480px){
	ul.login_idioma{
		font-size: 12px;
	}
	.login_content .btn{
		padding:10px 6px;
		font-size:12px;
	}

}
@media (max-width: 360px){
	ul.login_idioma{
		right: 15px;
		top:85px;
	}

}

/* TEXTOS */
textarea{
	resize:vertical;
	max-width: 100%;
}
a{
	color:var(--primary-color);
	cursor: pointer;
}
a:visited {
    color: var(--primary-color);
}
a:hover, a:active, a:focus{
	color:var(--third-color);
}

h1{
	color:var(--primary-color);
    margin-bottom: 15px;
}
h1 span.bc{
	position:relative;
	bottom:2px;
	font-size:0.9em;
}
h2{
	/*color:#0033a9;*/
	color:var(--primary-color);
	font-size:20px;
	font-weight: 500;
	line-height: 1.2em;
}
h3{
	color:var(--primary-color);
}
.h2{
	color:var(--primary-color);
}
blockquote{
	margin:10px 0;
	border-left:none;
	font-size:1em;
}
.titulo_login h2{
	padding-top: 20px;
}
.label{
	/*font-size:90%;*/
	font-size:13px;
	padding:.3em .6em .2em;
	font-weight: 400;
}
.m0{
	margin:0 !important;
}
.mt0{
	margin-top:0 !important;
}
.mt10{
	margin-top:10px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt40{
	margin-top:40px !important;
}
.mr0{
	margin-right:0 !important;
}
.mr4{
	margin-right:4px;
}
.mr20{
	margin-right:20px;
}
.mb0{
	margin-bottom:0 !important;
}
.mb8{
	margin-bottom:8px !important;
}
/*.mb10{
	margin-top:-200px !important;
	padding-top: 300px;
	z-index: 2;
}*/
.pie_login{
	width: 100%;
	/*background-color:var(--primary-color);*/
	color:#FFF;
	position: fixed;
	bottom:0;
	left:0;
	padding:15px 25px;
}
.pie_login a{
	color:#FFF;
}
.pie_login a:hover{
	text-decoration: underline;
}
.mb15{
	margin-bottom:15px !important;
}
.p0{
	padding:0 !important;
}
.pt0{
	padding-top:0 !important;
}
.pt5{
	padding-top:5px !important;
}
.pt7{
	padding-top:7px !important;
}
.pt9{
	padding-top:9px !important;
}
.pt10{
	padding-top:10px !important;
}
.pr0{
	padding-right:0 !important;
}
.pb8{
	padding-bottom:8px !important;
}
.autoheight{
	height: auto !important;
}
.cuerpo ol, .cuerpo ul{
	margin:8px 0;
}
.cuerpo a{
	color:#0033bb;
	text-decoration: underline;
}
.ref_span{
	line-height:34px;
	padding:0 5px;
}
/* BOTONS */
.red{
	color: #9e0c02;
}
.red:hover{
	/*color: #ffffff!important;*/
}
.toggle a i{
	color:#424242;
}
.toggle a i:hover{
	color:#424242;
}
/*.btn{
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 1px 1px 2px rgba(0, 0, 0, 0.35);
}*/
.btn:active{
	box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.15);
}
a.btn{
	color:#FFFFFF;
}
.btn-xs {
	padding: 2px 5px 0;
}
.btn-success{
	background:var(--primary-color);
	background-color:var(--primary-color);
	border-color:var(--primary-color);
	border-radius: 15px;
}
.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success{
	background-color: var(--hover-color);
	border-color:var(--primary-color);
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover, .btn-success[disabled]:hover, .btn-success[disabled]:active, .btn-success[disabled]:active:hover{
	background:#286090;
	background-color:#286090;
	border-color:#204d74;
}
.btn-default, a.btn-default{
	color: var(--primary-color);
	background-color: #FFF;
	border:2px solid var(--primary-color);
	border-radius: 15px;
}

.btn-default.focus, .btn-default:focus, .btn-default:hover, .btn-success:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover, .dataTables_paginate a:hover, .dataTables_paginate a:focus{
	background-color:var(--primary-color) !important;
	border-color: var(--primary-color);
	color:#FFF;
}
.btn-default:hover{
	color: #FFF;
	background-color: var(--primary-color);

	border-radius: 5px;
}
.btn-blau, a.btn-blau{
	color:#666;
	background-color:#e8eef6;
	border-color:var(--secondary-color);
	border-radius: 5px;
}
.btn-blau.focus, .btn-blau:focus, .btn-blau:hover, .btn-blau:active:focus, .btn-blau:active:hover, .open>.dropdown-toggle.btn-blau.focus, .open>.dropdown-toggle.btn-blau:focus, .open>.dropdown-toggle.btn-blau:hover{
	background-color:var(--secondary-color) !important;
}
.hover_no_ul:hover{
	text-decoration: inherit !important;
}
.btn-info{
	background-color:rgba(86, 157, 247, 0.88);
	border-color:rgba(12, 112, 179, 0.92);
	border-radius: 5px;
}
.btn-info:hover{
	background-color:#468fec;
	border-color:rgba(12, 112, 179, 0.92);
}
.btn-info:active, .btn-info:focus, .btn-info:active:focus{
	background-color:#3082ec;
	border-color:rgba(12, 112, 179, 0.92);
}
.btn-primary{
	background-color: var(--primary-color);
	border-color:var(--primary-color);
	border-radius:15px;
}
.btn-primary:hover{
	background-color: var(--hover-color);
	border-color:var(--hover-color);
}

.btn.btn-primary.submit{
	background-color: #1e1c20!important;
	border-color: #1e1c20;
	border-radius: 0px;
	width: 80%;
}

.btn-primary.submit:hover{
	background-color: var(--primary-color)!important;
	border-color: var(--primary-color);
}

.btn-danger{
	border-radius: 5px;
}
/* TOOLTIP */
.tooltip{
	z-index:9999;
}
/* FI TOOLTIP */

/* ESTRUCTURA */
body{
	word-wrap:break-word;
	color:#1e1c20;
	font-size: 1.5rem;
}
.right{
	float:right;
}
.form-group{
	margin-bottom:8px;
}
.form-group label{
	padding-right:2px;
	padding-left:12px;
	padding-top:4px;
}
.form-group span.euro{
	line-height: 34px;
	padding-left: 6px;
}
.nav_title, .left_col, .sidebar-footer{
	background:var(--primary-color)!important;
}
.left_col{

	z-index:9000 !important;
	/*-webkit-box-shadow: 0px 0px 10px -2px rgba(97,97,97,1);
	-moz-box-shadow: 0px 0px 10px -2px rgba(97,97,97,1);
	box-shadow: 0px 0px 10px -2px rgba(97,97,97,1);*/
}
.nav-md .container.body .col-md-3.left_col{
	z-index:9000;
}
.site_title{
	padding:13px;
}
.main_menu i.fa{
	text-align:center;
	vertical-align: text-bottom;
}
.main_menu span.fa{
	width:16px;
	color: #FFFFFF;
}
.nav-md img.logo, .nav-lg img.logo {
	display:block;

}
.navbar.nav_title{
	border-bottom: 0px solid rgba(255,255,255,0.4)!important;
	height: 80px;
	padding-left:3.5%;
	padding-right:3.5%;
}
.nav-md img.logo-sm, .nav-lg img.logo-sm {
	display:none;
}
.nav-sm img.logo, .nav-xs img.logo {
	display:none;
}
.nav-sm img.logo-sm, .nav-xs img.logo-sm {
	display:block;
	margin:2px auto;
}

.nav.side-menu>li>a{
	padding:8px 12px 9px;
	margin-bottom:0;
	color: var(--secondary-color);
	font-size: 1.5rem;
}
.nav.side-menu>li>a:hover{
	color: var(--primary-color) !important;
	background: var(--secondary-color) !important;
	border-radius: 5px;
}

.side-menu{
	font-size:14px;
}

.menu_section{
	border-bottom: 0px solid rgba(255,255,255,0.7);
	margin-bottom:18px;
	padding: 6px 10px;
}
.menu_section h3{
	font-size:14px;
	font-weight: 500;
	margin-bottom: 20px;
	text-shadow: none!important;
}

.nav>li>a{
	padding: 13px 18px 12px;
}
.user-profile img{
	width:24px;
	height:24px;
	vertical-align: text-top;
}
.info-number .badge{
	padding: 2px 5px 1px;
	right:5px;
}
.side-menu li.active, .nav.side-menu li:hover{
	/*background-color: rgba(7, 174, 240,.4);*/
}
.side-menu>li>a:hover{
	/*background: #3573BE;*/
}
.nav-sm .nav.side-menu li a{
	font-size: 11px;
}
.nav.side-menu>li.active, .nav.side-menu>li.current-page{
	border-right: 0px;
}
.side-menu>li>ul.child_menu>li>a:focus{
	/*text-decoration: underline;*/
}
.nav-sm ul.nav.child_menu{
	background: var(--primary-color);
	left:90px;
}

.dropdown-usermenu{
	font-size:14px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	cursor:default;
}

.nav-md .container.body .right_col, .nav-sm .container.body .right_col{
	background-color:var(--secondary-color);
	padding-top:60px;
	padding-bottom:60px !important;
}
.fons_amsa{
    background-color: var(--secondary-color);
	background-attachment: fixed !important;
    min-height: 98vh;
}

.nav_menu{
	/*background: #8dddfc;*/
	background: transparent;
	border-bottom-color: #FFF;
	border-bottom: 2px solid var(--primary-color);
	margin-left: 0.5%;
}

ul.side-menu>li>a:hover{
	background:var(--primary-color) !important;
	color:#fff!important;
}
.nav.side-menu>li.active>a{
	background: var(--secondary-color);
	color: var(--primary-color);
	border: 0px solid #FFF;
	border-radius: 5px;
	text-shadow: rgba(0,0,0,.25) 0 0px 0;
	box-shadow: rgba(0,0,0,.25) 0 0px 0,inset rgba(255,255,255,.16) 0 0px 0;
}

.nav li.current-page{
	/*background: #0284b8!important;*/
	background: none!important;
}
.nav_menu .toggle{
	width:50px;
}
.top_nav .navbar-right{
	width:80%;
	padding: 10px 0px;
}
.top_nav .navbar-right li{
	border-left:2px solid var(--primary-color);
	padding: 0px 20px;
}
.top_nav .navbar-right li:last-child{
	border-left:none!important;
}
.top_nav .nav .open>a, .top_nav .nav .open>a:focus, .top_nav .nav .open>a:hover, .top_nav .nav>li>a:focus, .top_nav .nav>li>a:hover{
	/*background: #c4c4c4;*/
	color: var(--hover-color)!important;
}
.top_nav .nav .open > a, .top_nav .nav .open > a:focus, .top_nav .nav .open > a:hover, .top_nav .nav > li > a:focus, .top_nav .nav > li > a:hover{
	background: #FFF;
	border-radius: 5px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li button:hover{
	background: var(--light-color) !important;
	color: var(--primary-color) !important;
}
.top_nav .navbar-right .dropdown-menu li{
	border:0px solid #FFF;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	color:var(--primary-color);
	background: #FFF;
	font-size: 1.4rem;
	border-radius: 5px;
}


.nav-md ul.nav.child_menu li:before{
	margin-top:13px;
	background:#FFFFFF;
}
.nav.child_menu>li>a{
	font-size:13px;
	padding:8px;
	color: #ffffff;
}
.nav-md ul.nav.child_menu li:after{
	border-left-color:#4f75cd;
}

.nav-md #menu_admin, .nav-md #menu_extranet, .nav-md #menu_personal, .nav-md #menu_apps, .nav-md #menu_oficina{
	cursor:pointer;
}
.nav-md #submenu_admin, .nav-md #submenu_extranet, .nav-md #submenu_personal, .nav-md #submenu_apps, .nav-md #submenu_oficina{
	display:none;
}
.nav-sm #submenu_admin, .nav-sm #submenu_extranet, .nav-sm #submenu_personal, .nav-sm #submenu_apps, .nav-sm #submenu_oficina{
	display:block;
}

.nav-sm li.submenu-bottom ul.nav.child_menu{
	top:auto;
	bottom:0;
}

#sidebar-menu .menu_section:last-child{
	/*padding-bottom: 20px;
	border-bottom:none;*/
    margin-bottom: 58px;
}
.sidebar-footer{
	z-index:5000;

}
.sidebar-footer a{
	width:33.3%;
	color:#1e1c20;
	background:#FFFFFF;
	padding:18px 0 15px;
}
.sidebar-footer a:hover{
	background:var(--hover-color);
	color:#ffffff!important;
}
.sidebar-footer a span:not(.red):hover{
	background:var(--hover-color);
	color:#ffffff!important;
}
.nav-sm #sidebar-menu{
	padding-bottom:10px;
}
.nav.child_menu li{
	background-color: transparent;
}
.nav-md ul.nav.child_menu li:after{
	border-left-color:#FFFFFF;
}
.nav-md .menu-apps .nav.child_menu li{
	padding-left:10px;
}
.nav-md .menu-apps ul.nav.child_menu li:before, .nav-md .menu-apps ul.nav.child_menu li:after{
	display:none;
}
.nav-sm .menu-apps .nav.child_menu li i{
	display:none;
}
.nav-sm .nav.side-menu li.active-sm{
	border-right: 5px solid #FFFFFF;
}
.nav-sm .nav.side-menu li a i{
	font-size:22px !important;
	margin-bottom:2px;
}

footer{
	/*background:#8dddfc;*/
	background:#FFF;
	/*color:#0033a9;*/
	color:#1e1c20;
	font-size:0.9em;
	z-index:4000;
	border-top: 1px solid #c4c4c4;
	border-width: thin;
	padding: 19px 20px;
}

footer a{
	color: #1e1c20!important;
}
footer a:hover{
	color: #1e1c20!important;
}
.page-title .title{
	width:100%;
	float:left;
}
.page-title .title h1,  .page-title .title_left h1{
    background-color: var(--light-color);
    border-radius: 5px;
	padding:15px;
}
.page-title .title_left{
	width:80%
}
.page-title .title_right{
	width:19%;
	float:right;
	text-align:right;
}

@media (max-width: 480px){
	.top_nav .navbar-right li{
		padding: 0px 5px;
	}
	.nav.navbar-nav>li>a{
		padding-left: 16px;
		padding-right: 16px;
	}
	h1{
		font-size:26px;
	}
	footer{
		font-size:0.6em;
	}
	.titolconfalerta{
		border-bottom:1px solid #009FE3;
		padding-bottom:10px;
		font-size:29px;
	}
	.card-stats-alertes{
		background-size:116%;
	}
	.card-titol-alerta{
		padding-left:0px!important;
		font-size:19px!important;
	}
	.card-stats-alertes{
		background-size:125%!important;
	}
	#toggle-password {
		top: 30%;
  		right: 7%;
	}
}
@media (max-width: 376px){
	.card-titol-alerta{
		font-size:19px!important;
	}
	.card-stats-alertes{
		background-size:128%!important;
	}
}
@media (max-width: 767px){
	.footer_fixed .nav-sm footer, .footer_fixed footer {
	    margin-left: 0;
	}

	h1{
		font-size:30px;
	}

	.page-title .title_left{
		width:70%
	}
	.page-title .title_right{
		width:29%;
	}
	.login_wrapper .login_form{
		width: 100%;
		left: 0;
    }
	.infopcalerta{
		display:none;
	}
}
@media (max-width: 650px) {
	.page-title .title_left{
		width:100%
	}
	.page-title .title_right{
		width:19%;
		float:left;
		margin-bottom:15px;
		text-align:right;
	}
}
@media (max-width: 991px){
	.nav-md .container.body .right_col, .nav-sm .container.body .right_col{ padding:70px 10px 60px !important; }
	#logo_personalitzada { width: 5%!important; }
	#logo_continuat { width: 5%!important; }
	#logo_absencia { width: 5%!important; }
	#logo_responsable { width: 5%!important; }
	.caixa-alert-text{ min-height: 0px;}
	.card-dash { margin-bottom: 2%!important; }
	.img_conf_alerta { width: 3%!important; }
	.conf_alerta { margin-right: 1%!important; margin-top: 0.3%!important; }
	.info_alerta { margin-right: 1%!important; margin-top: 0.3%!important; }
	.com_funciona_alerta { width: 3%!important; }
	.e_alerta { right: 6%!important; }
}
@media (max-width: 810px){
	.nav-md .container.body .right_col, .nav-sm .container.body .right_col{ background-position:left bottom; padding:70px 10px 60px !important; }
	.cardgroup {min-height: 150px!important; max-height: 150px!important; }
}

/* ALERTES */

.titol_alertes{
	border-bottom: 2px solid var(--primary-color);
	color: var(--primary-color)!important;
	padding-bottom: 10px;
	text-align: center;
	font-family: 'poppins-medium';
}
#notificacions{
	width:100%;
}
.alert{
	margin:15px;
	font-size:1.2em;
	text-align: center;
	border-radius: 5px;
}
.alert i{
	font-size:1.3em;
	margin-right:5px;
}
.alert-success{
	background-color:#93D2BD;
	border-color:rgba(21, 130, 80, 0.92);
	border: 0px
}

.alert-info{
	background-color:var(--primary-color);
	border-color:var(--primary-color);
}
.alert-warning, .btn-warning{
	background-color:rgba(220, 138, 9, 0.88);
	border-color::rgba(220, 138, 9, 0.88);
}
.alert-danger{
	background-color:rgba(216, 54, 37, 0.88);
	border-color:rgba(165, 31, 18, 0.92);
}
.login_wrapper .alert{
	margin-left:0;
	margin-right:0;
}

/* NOTIFICACIONS (BARRA SUPERIOR) */

.nav.navbar-nav>li>a{
	color: #424242!important;
	padding: 10px 20px;
}
.dropdown-toggle.info-number{
	border-radius: 50%;
	/*background-color: #d4d6d6;	*/
	border:1px solid var(--primary-color);
}
.dropdown-toggle.info-number:hover{
	border-radius: 50%;
	background-color: #d4d6d6!important;
}
.top_nav .dropdown-menu li{
	padding: 0px!important;
}

.nav.navbar-nav>li>a:hover{
	background-color: #FFF!important;
	color: var(--primary-color)!important;
	border-radius: 35px;
}
.navbar-nav .open .dropdown-menu.msg_list{
	width:335px;
	max-height:400px;
	overflow: auto;
}
.navbar-right ul.msg_list li{
	padding:0;
}
.navbar-right ul.msg_list li a{
	padding:6px !important;
}
.navbar-right ul.msg_list li a .time{
	right:6px;
}
.navbar-right ul.msg_list li p{
	margin:8px 0;
	text-align:center;
}

/* FORMULARIS */
form .error{
	border:1px solid rgba(216, 54, 37, 0.88);
}
.form-control-feedback{
	color:var(--primary-color);
	z-index:0;
	width:30px;
}
.form-control-feedback.right{
	right:10px;
}
.form-control:not([readonly]):not([disabled]):focus{
	border-color:#003c99;
}
.datepicker{
	cursor:pointer;
}
.datepicker:focus{
	border-color:#003c99 !important;
}
form label span{
	color:var(--primary-color);
}
.ln_solid{
	border-top: 0;
	border-bottom: 1px solid var(--secondary-color);
	background-color: transparent;
	color:var(--primary-color);
	height:auto;
	text-align: right;
	font-style: italic;
	padding-bottom:4px;
	margin:10px 0 20px;
}

.help-block{
	margin-top:3px;
	margin-bottom:8px;
	color:#FF4040;
	font-size: 1.7rem;
}
.help-block a{
	font-weight: bold;
	color:#FF4040!important;
}
.help-block a:hover{
	text-decoration: underline;
}
.input-mini{
	max-width:100px;
}
.input-small{
	max-width:200px;
}
.input-medium{
	max-width:360px;
}
.input-large{
	max-width:500px;
}
.datepicker:not([disabled]){
	background:#FFF !important;
}
@media screen and (min-width: 768px) and (max-width:1024px){
	.login_wrapper .login_form{
		width: 50%;
		left: 24%;
    }
    .login_content p{
    	padding-left: 10px;
    	padding-right: 10px;
    }

}
@media screen and (min-width: 400px){
	.form-horizontal label.xs-tl{
		text-align: left;
	}
}
@media (min-width: 768px){
	.form-control{
		font-size:15px;
	}

	.video-container .caption h1{
		margin-top:15%;
	}
}
@media screen and (min-width: 1200px){
	.form-horizontal label.lg-tr{
		text-align: right;
	}
}

/* CONTINGUT CENTRAL */
.x_panel{
	background:#FFF;
	border-radius: 5px;
	/*background:rgba(232, 238, 246, 0.55);*/
	border:0px solid #8dddfc;
	padding:10px;
	margin-bottom:20px;
}
.x_panel_transparent .x_panel{
	background:none;
	border:none;
	box-shadow: none;
	padding:10px 0;
}
.login_wrapper .x_panel{
	background:rgba(232, 238, 246, 1);
}
.tab-pane .x_panel{
	background:#f7f7f7;
}
.panel_toolbox{
	min-width: 24px;
	display:inline-block;
}
.panel_toolbox li>a{
	padding:3px 5px;
	color: var(--primary-color);
}
.panel_toolbox>li>a:hover{
	background:var(--secondary-color);
}
.x_title{
	border-bottom:2px solid var(--primary-color);
	padding:10px;
    padding-left: 0;
	margin:0 5px 10px;
}
.x_panel_header .x_panel{
	background:var(--secondary-color);
}
.x_panel_header .x_panel .x_title{
	border-bottom-color:#9ebadb;
}
@media screen and (max-width: 767px){
	body{
		font-size:13px;
	}
	.x_panel{
		padding:8px 5px;
	}
}

/* DATATABLES */
table, .table{
	border-spacing:0;
}
table.dataTable{
	width: 100% !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{
	/*top:7px;*/top:25%;
	background-color: var(--third-color);
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{
	background-color: var(--third-color);
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
	opacity:0.75;
	color: var(--primary-color);
}
table.dataTable thead .sorting:after{
	opacity:0.3;
}
table.dataTable thead tr th{
	border-bottom:1px solid #dddddd;
	font-weight: 500;
}
.table-striped>tbody>tr:nth-of-type(even){
	/*background-color: #e8eef6;*/
	background-color: var(--secondary-color);
}
.table-striped>tbody>tr:nth-of-type(odd){
	/*background-color: #e8eef6;*/
	background-color: var(--light-color);
}
div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter{
	color: #888;
}

div.dataTables_wrapper div.dataTables_paginate{
	margin:8px 0 5px 10px;
}
.dataTables_paginate a{
	padding: 6px 12px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border:1px solid var(--primary-color) !important;
    background: var(--primary-color) !important;
    color: #FFFFFF;
}
.dataTables_paginate a:hover, .dataTables_paginate a:focus, .dataTables_paginate a:active{
	background: #8dddfc !important;
	color: #1e1c20;
}
.dataTables_paginate>a:first-child{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.dataTables_paginate>a:last-child{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.dataTables_paginate a.disabled{
	color:#FFFFFF;
	cursor:not-allowed;
	background: var(--primary-color) !important;
	border-color:var(--primary-color) !important;
}
.dataTables_paginate a.disabled:hover, .dataTables_paginate a.disabled:focus, .dataTables_paginate a.disabled:active{
	background-color:var(--hover-color) !important;
}
.dataTables_paginate a.current{
	background: #FFFFFF !important;
	cursor:default;
	color: #1e1c20;
}
.dataTables_wrapper input[type="text"], .dataTables_wrapper input[type="search"], .dataTables_wrapper select{
	height: 30px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.3;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.dataTables_wrapper input[type="text"]:focus, .dataTables_wrapper input[type="search"]:focus, .dataTables_wrapper select:focus{
	border-color:#003c99;
}

table.dataTable tbody tr td{
	vertical-align: middle;
	line-height: 1.1em;
}
table.dataTable i{
	font-size:1.2em;
}

table.dataTable .btn{
	margin-bottom:0;
	padding:2px 7px 0;
}

table.dataTable:not(#tablaDivs) tbody tr:hover td{
	/*border-top:1px solid #999;
	border-bottom:1px solid #999;*/
	border-right-color:var(--secondary-color) !important;
}
/*table.dataTable tbody tr:hover td:first-child{
	border-left:1px solid #999;
}
table.dataTable tbody tr:hover td:last-child{
	border-right:1px solid #999;
}*/
table.dataTable:not(#tablaDivs) tbody tr:hover {
	background:var(--hover-color) !important;
}

div.dataTables_wrapper div.dataTables_filter input{
	max-width:82%;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child, table.dataTable.dtr-inline.collapsed>tbody>tr>th.child, table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{
	padding-left:0 !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child ul{
	margin-bottom:0;
	padding-left:10px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child ul{
	list-style:none;
}

@media screen and (max-width: 767px){
	div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate{
		display:block;
		width:100%;
	}
}

#table-permisos_length, #table-permisos_filter, #table-permisos_info, #table-permisos_paginate{
	display:none;
}
#table-permisos thead th.sorting_asc{
	cursor:default;
}

#tablaDivs{
	width:100%;
	border:0;
}
#tablaDivs_length{
	padding-left:10px;
	margin:4px 0 12px;
}
#tablaDivs_filter{
	padding-right:10px;
	margin:4px 0 12px;
}
#tablaDivs_wrapper label{
	font-weight: normal;
}
#tablaDivs_wrapper input[type="search"]{
	margin-left:8px;
}
#tablaDivs thead{
	display:none;
}
#tablaDivs tbody{
	padding-top:15px;
}
#tablaDivs_info{
	padding-left:10px;
}
#tablaDivs_paginate{
	padding-right:10px;
}
td span {
    line-height: 22px;
}
table.dataTable td.p-xs{
	padding:4px 8px;
}
table.dataTable tbody>tr.selected{
	background:#bfd7f6 !important;
}
td a:hover {
    color: var(--light-color);
}
/* FI DATATABLES */

/* DATERANGEPICKER */
.daterangepicker .calendar-table thead tr:first-child{
	color:#FFF;
	background:var(--primary-color);
}
.daterangepicker td.available:hover{
	background:var(--secondary-color);
}
.daterangepicker td.active:hover{
	background:#357ebd;
}
.daterangepicker th.available:hover{
	background:var(--hover-color);
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background:var(--hover-color);
}
.daterangepicker td.in-range {
    background-color: var(--secondary-color);
}
.daterangepicker .ranges li {
    color:var(--primary-color) !important;
}
.daterangepicker .input-mini.active {
    border-color: var(--primary-color) !important;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background:var(--primary-color) !important;
    border-color:var(--primary-color) !important;
    color: var(--secondary-color) !important;
}
/* FI DATERANGEPICKER */

/* WYSIHTML5 */
.bootstrap-wysihtml5-insert-link-modal label.checkbox, .bootstrap-wysihtml5-insert-link-modal label.radio{
	padding-left:20px;
}
/* FI WYSIHTML5 */

/* DASHBOARD */
.tile_count{
	margin:10px 0;
}
.tile_count .tile_stats_count{
	margin-bottom:15px;
	border-bottom:none;
}
.tile_stats_count .count_top{
	color:var(--primary-color);
}
.tile_count .tile_stats_count:before{
	/*border-left-color:var(--secondary-color);*/
	border:none;
}

@media (min-width: 768px){
	.tile_count .tile_stats_count .count_top {
	    font-size: 16px;
	}
}
@media (min-width: 1200px){
	.tile_count .tile_stats_count .count_top {
	    font-size: 18px;
	}
}

.progress.progress_sm{
	margin-top:8px;
}
.targetaabsencia 		{ background-color: #74A8DA; border-radius:10px;padding: 1rem;}
.targetaconsumcontinuat { background-color: #8CC4DF; border-radius:10px;padding: 1rem;}
.targetapersonalitzada 	{ background-color: #B3C8E7; border-radius:10px;padding: 1rem;}
.targetasequera 		{ background-color: #BCE5FB; border-radius:10px;padding: 1rem;}

/* FI DASHBOARD

/* AVISOS */

.acordeon {
	background: white;
	margin: 0 auto;
	border-radius:5px;
  	box-shadow: 0px rgba(0,0,0,0.12), 0px rgba(0,0,0,0.24);
}

.acordeon-cabecera {
	border-radius:5px;
	/*border-bottom: 1px solid #DDE0E7;*/
	color: #222222;
	cursor: pointer;
	font-weight: 600;
	padding: 1.5rem;
	/*border:1px solid #DDE0E7;*/
	background:var(--secondary-color);
	margin-bottom: 9px!important;
}

.acordeon-cabecera:hover {
	background: var(--primary-color);
}

.acordeon-cabecera:hover > h3 {
	color:#FFF!important;
}

.acordeon-cabecera.active small{
	color: #FFF;
}

.acordeon-cabecera:hover small{
	color: #FFF;
}

.acordeon-cabecera.active {
	background-color: var(--primary-color);
}

.acordeon-cabecera.active > h3 {
	color:#FFF!important;
}

.acordeon-contenido {
	display: none;
	border-bottom: 1px solid #DDE0E7;
	background: #fff;
	padding: 1.4rem;
	color: #4a5666;
}
.mail_list_column{
	border-left:none;
	margin-bottom: 20px;
	border-right:1px solid var(--secondary-color);
	max-height:650px;
	overflow: auto;
}
.mail_list_column ul{
	padding:0;
	margin:0;
}
.mail_list{
	padding:0;
	margin-top:1%;
	margin-bottom:1%;
	border-bottom-color:var(--secondary-color);
	border-radius: 0.5rem;
	border-bottom:0px solid;
}
.mail_list a{
	position: relative;
	display:block;
	width:100%;
	height:100%;
	padding:10px 10px 5px;
	border:1px solid transparent;
}
.mail_list a.new{
	background: var(--secondary-color);
	border-radius:5px;
}
.mail_list a:hover{
	background: var(--light-color);
	border-radius:5px;
}
.mail_list a.active{
	border: 2px solid var(--primary-color);
	border-radius: 0.5rem;
}
.mail_list h3{
	margin:0 0 8px;
}
.mail_list h3 small{
	color:#797979;
}
.mail_listh3{
	margin:0 0 8px;
}
.mail_listh3 small{
	color:#797979;
}
.mail_listh3 {
	color:var(--primary-color);
	font-size: 15px;
	font-weight: 100;
	margin: 0 0 6px;
}
.mail_list a p{
	font-size:0.9em;
	margin:5px 0;
}
.mail_view{
	border-left:none;
	min-height:135px;
	padding-bottom:15px;
}
.body-aviso{
	padding-bottom:12px;
	font-size:1.1em;
}
.date-aviso{
	color:#808080;
}
/* FI AVISOS */


/* DROPZONE */
.dropzone{
	text-align: center;
	padding:15px 15px;
	float:left;
	width: 100%;
	margin:10px 0 6px;
	border-color:#afccef;
}
.dropzone h4{
	margin-top:0;
}
.dropzone .dz-message{
	margin: 3.5em 0;
}
.dropzone .dz-preview{
	margin:10px;
}
.dropzone .dz-preview .dz-remove{
	color:#bd0202;
}
.dropzone .dz-preview .dz-error-message{
	top:26px;
}
/* FI DROPZONE */

/* BOOTBOX */
.modal-body button.close{
	margin-top:0 !important;
}
.icon-lg{
	font-size: 2em;
    line-height: 0.5em;
    position: relative;
    top: 4px;
}
.bootbox-alert .bootbox-body{
	font-weight: bold;
}
.bootbox-body p{
	font-weight:normal;
	margin:10px 0;
}
/* FI BOOTBOX */

/* EKKO-LIGHTBOX */
.ekko-lightbox-nav-overlay a{
	font-size:50px;
	text-shadow: 0px 0px 5px var(--secondary-color);
}

/* FI EKKO-LIGHTBOX */


/* NOTICIES */
.noticia:hover{
	background: rgba(184,210,244,0.55);
}
.noticia h2{
	display:inline-block;
	width:90%;
	font-weight: 400;
}
.noticia div.img{
	width:100%;
	text-align: center;
}
img{
	max-width: 100%;
}
form img.thumb{
	max-width:100%;
	max-height:150px;
	display: block;
}
.noticia img{
	max-height:240px;
}

.noticia h4{
	margin-top:5px;
	font-size:16px;
	font-weight: 400;
}
.noticia div.meta{
	width:100%;
	font-size:1em;
}
.noticia div.meta span{
	font-style: italic;
	position: relative;
	top:3px;
}
.noticia div.meta span i{
	position: relative;
	top:-1px;
}
.cambiarImagen{
	cursor:pointer;
	color:var(--primary-color);
	font-weight:bold;
}
.oculta{
	background: rgba(252,160,160,0.55);
}
.oculta:hover{
	background: rgba(252,88,88,0.55);
}
.x_title h2{
	white-space: normal;
	margin:0 0 5px;
}
.x_title .entradeta{
	color:var(--primary-color);
	font-size:18px;
	padding-bottom:6px;
	line-height: 1.2em;
}
.x_content .entradeta{
	color:var(--primary-color);
	font-size:18px;
	padding-bottom:6px;
}
.noticia .btn-xs {
    font-size: 13px;
    padding: 3px 5px 2px;
}
@media (max-width: 480px){
	.x_title .entradeta{
	    font-size:16px;
	}
}
/* FI NOTICIES */

/* GALERIA IMATGES */
.x_panel_transparent .x_galeria{
	margin-bottom:0;
}
.galeria{
	width:100%;
	float:left;
}
.galeria .imagen{
	width:120px;
	height:120px;
	float:left;
	margin:0 10px 15px;
	text-align: center;
}
.galeria .thumbnail{
	height:auto;
	max-width:100%;
	max-height:100px !important;
	margin:0 0 4px;
}
.galeria .thumbnail .image{
	height:auto;
	max-height:84px !important;
}
.galeria .thumbnail img{
	margin:0 auto;
}
.view .mask{
	height:100%;
}
.mask.no-caption .tools{
	margin:20% 0;
	background:transparent;
}
/* FI GALERIA IMATGES */


/* DOCUMENTS */
.x_content h4.docs{
	color:#335da8;
	font-size:17px;
	margin:12px 0;
	text-align: center;
}
ul.documentos{
	padding:0 15px 15px 0;
	margin:0;
	max-height:600px;
	overflow: auto;
}
ul.documentos li{
	list-style: none;
	line-height:22px;
	padding:4px 0 4px;
	width:100%;
	border-bottom:1px solid #ddecff;
	font-size:1.05em;
}
#documentosftp li.dir{
	line-height:18px;
}
#documentosftp li.dir i{
	font-size: 1.2em;
}
#documentosftp li a{
	color:#337ab7;
}
#documentosftp li a:hover{
	color:#012473;
}
.x_content .ord{
	text-align: right;
	padding-right:3px;
}
.x_content .ord i{
	color:#335da8;
	cursor:pointer;
}
ul.documentos li span.doc{
	display: inline-block;
	width:90%;
	white-space:nowrap;
}
ul.documentos li .btn-primary{
	margin:0;
}
@media (min-width: 990px){
	ul.documentos li span.doc{
	    width:71%;
	}
}
@media (min-width: 1200px){
	ul.documentos li span.doc{
	    width:80%;
	}
}
@media (min-width: 1400px){
	ul.documentos li span.doc{
	    width:85%;
	}
}
/* FI DOCUMENTS */

/* MAGIC SUGGEST */
.ms-ctn .dropdown-menu{
	border-color: #709ae5;
	margin:1px 0;
}
.ms-sel-ctn{
	line-height:19px;
}
.ms-ctn .ms-sel-item{
	background: #f2f6fa;
	color: var(--primary-color);
	border-color: #afccef;
	font-size:13px;
}
.ms-ctn .ms-sel-item:hover{
	border-color: var(--primary-color);
}
.ms-res-ctn .ms-res-group{
	background: var(--secondary-color);
	color:#494949;
}
.ms-res-ctn .ms-res-item:hover{
	background: #edf4fa;
}
.ms-res-ctn .ms-res-item{
	font-size:1.1em;
}
.ms-res-ctn .ms-res-item-active{
	background: transparent;
}
.ms-helper{
	top:-13px;
}
/* FI MAGIC SUGGEST */

/* INCIDENCIES */
.label-cerrada{
	background-color:rgba(21, 183, 116, 0.88);
	border-color:rgba(21, 130, 80, 0.92);
}
.label-investigada, .label-baja, .btn-investigar{
	background-color:rgba(86, 157, 247, 0.88);
	border-color:rgba(12, 112, 179, 0.92);
}
.btn-investigar:hover, .btn-investigar:active{
	color:#FFF;
}
.label-asignada, .label-media{
	background-color:rgba(220, 138, 9, 0.88);
	border-color:rgba(171, 88, 17, 0.92);
}
.label-abierta, .label-alta{
	background-color:rgba(216, 54, 37, 0.88);
	border-color:rgba(165, 31, 18, 0.92);
}

.wizard_horizontal ul.wizard_steps{
	padding:0;
	margin:10px 0 25px;
}
.wizard_horizontal ul.wizard_steps a:hover{
	cursor:default;
}
.wizard_horizontal ul.wizard_steps li a.selected .step_no, .wizard_horizontal ul.wizard_steps li a.selected:before{
	background:var(--primary-color);
}
ul.wizard_steps li a.active .step_descr{
	font-weight: bold;
}
ul.wizard_steps li a .step_descr{
	display: inline-block;
	font-size:1.1em;
}
ul.wizard_steps li a .step_descr i{
	font-size:1.4em;
}
ul.wizard_steps li a.selected .step_descr{
	color:var(--primary-color);
}
ul.wizard_steps li .step_descr small{
	font-weight: normal;
}
ul.wizard_steps li a .step_descr{
	padding:4px 8px;
}
ul.wizard_steps li a.active .step_descr{
	border:1px solid var(--primary-color);
}

ul.bar_tabs{
	margin-bottom:0;
	border-bottom:none;
	background: none;
}
ul.bar_tabs>li{
	margin-top:-18px;
	border-color:var(--secondary-color);
	background: none;
}
ul.bar_tabs>li a {
    background-color: var(--secondary-color);
}
ul.bar_tabs>li.active{
	margin-top:-15px;
	box-shadow:0 -2px 4px var(--third-color);
	border:none;
	background-color: var(--third-color);
}
ul.bar_tabs>li a{
	color:#888;
}
ul.bar_tabs>li a:not([disabled]):hover{
	color:#012473;
}
.tab-content{
	padding:20px 15px 15px;
	background-color: var(--third-color);
	border-radius: 5px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color:#012473;
	background-color: transparent;
	border:none;
}
.resetdate{
	position:relative;
	top:3px;
	left:4px;
}
/* FI INCIDENCIES */

/* PDF INCIDENCIES */
.area{
	padding:6px 10px;
	margin:0 0 10px;
	border:1px solid var(--secondary-color);
}
.area h2{
	margin:0 0 8px;
	padding:0 5px 5px;
	border-bottom:1px solid var(--secondary-color);
}
.form-pdf .form-group{
	margin-bottom: 0;
}
/* FI PDF INCIDENCIES */

/* DOCUMENTOS FTP */
.x_content #overlay{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: rgba(51, 73, 147, 0.5);
	text-align:center;
}
.x_content #overlay_text {
	color:#FFF;
	position:relative;
	top:45%;
	font-size:18px;
}
.x_content #overlay .loader{
	font-size:44px;
}

/* FI DOCUMENTOS FTP */

/* LOGS */
div.log_detail{
	display:none;
	padding:0 0 4px;
	margin:0;
}
span.fecha{
	color:#337ab7;
}
a.user_link{
	font-weight: 500;
}
div.log_detail table th{
	border-bottom:1px solid #8fbaef;
}
div.log_detail table tr td{
	vertical-align: middle;
	padding: 2px;
	border-bottom:1px solid #d3e4f1;
}
div.log_detail table tr td:first-child{
	font-weight: 500;
}
div.log_detail table tr td i{
	color:#3573be;
}

.filtro label{
	float:left;
	margin:0 6px 0 0;
	line-height:34px;
}
.filtro select{
	width:auto;
}

.daterange{
	background: #fff;
	cursor: pointer;
	padding: 6px 8px;
	border: 1px solid #ccc;
}
.daterange i{
	color:var(--primary-color);
	position:relative;
	top:0;
}
.filtro .help-block{
	float:left;
	width:100%;
}
#table-logs{
	width:100% !important;
}
#table-logs td i{
	font-size:0.9em;
	position:relative;
}
#table-logs td>i{
	top:-1px;
}
/* FI LOGS */

/* ANOTACIONS PORTADA */
.nota{
	margin:0 0 10px;
	padding:0;
	border-bottom:1px solid var(--secondary-color);
}
.nota:last-child{
	margin:0;
	border-bottom:none;
}
.nota_info{
	cursor:pointer;
}
.nota_title{
	color:var(--primary-color);
	font-size:1.2em;
	font-style: italic;
}
.nota_title a, .nota_title i{
	color:var(--primary-color);
}
.nota_desc{
	display:none;
	padding-top:5px;
	max-height:60px;
	overflow: auto;
}
.nota i{
	padding:2px 4px;
}
.nota i:hover{
	background:var(--secondary-color);
}
.nota span.fecha{
	font-size:14px;
	/*color:#666;*/
	font-style: normal;
}
/* FI ANOTACIONS PORTADA */

/* VISTA IMPRIMIR */
@media print {
    body .btn {display:none;}
}
/* FI VISTA IMPRIMIR */

/* OFICINA VIRTUAL - LECTURA COMPTADOR */
table.lectura{
    border-width: 0px;
    border-spacing: 0px;
    border-style: solid;
    border-color: white;
    border-collapse: collapse;
    background-color: none;
    margin-bottom: 10px;
    width: 100%;
}
.comptador1{
	border: 1px solid #555;
    color: #555;
    width: 110px;
    height: 25px;
    text-align: right;
    font-size: 18px;
    padding-right: 5px;
    margin: 10px auto;
    border-radius: 5px;
    font-weight: 500;
    background: #e1eafc;
}
.comptador1, .comptador2 {
    position: relative;
    top: -254px;
    width: 90px;
}
.comptador2{
	text-align: right;
	font-size: 19px;
	height:25px;
}
@media (max-width: 550px){
	.comptador1, .comptador2{
	    top: -240px;
	}
}
/* FI OFICINA VIRTUAL - LECTURA COMPTADOR */

/* Tramits */


.menu-fases{
	height:4em;
	margin-top:2em;
}

.fase-anterior,.fase-actual,.fase-siguiente{
	padding:2em;
	display:inline;
}

.fase-anterior{
	color: white !important;
	background-color: var(--primary-color);
}
.fase-actual{
	color: black !important;
	background-color: #97bfcf;
}

.fase-siguiente{
	color: black;
	/*background-color: #EEE;*/
}

.cuadratramit{
	margin-bottom:15px;
}
.invalid-feedback{
	color:red;
	font-weight:bold;
}

#box_puntos_distribucion{
	border:1px solid #444;
	padding:1em;
}
#box_distribucion_bocas_incendio{
	border:1px solid #444;
	padding:1em;
}

.punto-distribucion {
	background-color: #EEE;
	border:1px solid #444;
	padding:1em;
	margin:1em;
}

#table_bocas_incendio tbody>tr{
	background-color: #EFE;
}
#table_bocas_incendio tbody>tr.has-error{
	background-color: #FEE !important;
	color:white !important;
}
.punto-distribucion.has-error {
	background-color: #F44;
	border:1px solid #444;
	padding:1em;
	margin:1em;
}

.btn-remove{
	color:red;
	cursor:hand;
	cursor:pointer;
}

.whatsapp_col{
	position: fixed;
    z-index: 10000000;
    bottom: 40px;
    right: 15px;
    font-size: 16px;
}
.whatsapp_col a{
	color: black;
}
.whatsapp_col i{
	background-color: green;
	padding: 16px;
	border-radius: 50%;
	font-size: 30px;
	color: white;
}
.mobilwhatsapp{
	display:none;
}
@media (max-width: 600px) {
	.mobilwhatsapp{
		display:block;
	}
	.pcwhatsapp{
		display:none;
	}
	.whatsapp_col .qlwapp-toggle{
		/* L'hi posem transparent perquè no molèsti en el telèfon */
		color: rgba(0, 0, 0, 0)!important;
	}
	.whatsapp_col{
		bottom:8%;
	}
	.whatsapp_col i {
		padding: 10px;
		border-radius: 50%;
		font-size: 24px;
		margin-bottom: 6%;
	}
}

@media (min-width: 991px) {
	.footer_fixed .nav-sm footer, .footer_fixed footer {
	    margin-left: 220px !important;
	}
}

.video-container {
    height: 300px;
    width: 100%;
    position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
  border-radius:5px;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
	z-index: 1;
	position: absolute;
	text-align: center;
	color: #FFF !important;
	padding: 10px;
	background: transparent;
	align-content: center;
	top: 0%;
	width: 100%;
	height: 300px;
	background: rgba(0, 114, 188, 0.3);
	border-radius: 5px;
}
/* TRAMITS */

.filepond--root {
	font-size: 16px;
	/* Altres estils addicionals que desitgis aplicar */
  }

.dash_seva_h1 {
	background-image: url("/images/dashboard1.png");
	background-size: cover;
	text-transform: none;
}

.tramit_h1{
	background-image: url("/images/tramits.jpg");
	background-size: cover;
	text-transform: capitalize;
}
.users_h1{

	background-image: url("/images/users.png");
	background-size: cover;
	text-transform: capitalize;
}
.data_h1{
	background-image: url("/images/gestiodata.png");
	background-size: cover;
}

.my_contracts_h1{
	background-image: url("/images/contracts.png");
	background-size: cover;
}
.invoice_h1{
	background-image: url("/images/tpv.png");
	background-size: cover;
}
.pagaments_h1 {
	background-image: url("/images/pagaments2.png");
	background-size: cover;
}
.consums_h1 {
	background-image: url("/images/consums.png");
	background-size: cover;
}
.lectura_h1{
	background-image: url("/images/lectura2.png");
	background-size: cover;
}

.contact_h1{
	background-image: url("/images/consums2.png");
	background-size: cover;
}
.alerta_h1{
	text-align: left;
	padding-left: 2%!important;
	background-image: url("/images/alertes.png");
	background-size: cover;
	text-transform: capitalize;
}

.alertes_h1{
	text-align: left;
	padding-left: 2%!important;
	background-image: url("/images/avisos.png");
	background-size: cover;
	color: var(--light-color) !important;
	margin: 34px 0 22px 0;
	min-height: 250px;
	padding: 94px 0 0 0;
	text-transform: capitalize;
	opacity: .8;
	border-radius: 15px;
}


.profile_h1 {
	background-image: url("/images/alertes.png");
	background-size: cover;
}

.logs_h1{
	background-image: url("/images/logs.png");
	background-size: cover;

}

.tramit_bet_h1{
	background-image: url("/images/lectura1.png");
	background-size: cover;

}
.legal_h1 {
    background-color: var(--light-color);
    min-height: 70px !important;
    padding: 15px 0 0 0 !important;
    margin: 45px 0 22px 0 !important;
}
h1[class$="_h1"]{
    text-align: left!important;
	padding-left:2%!important;
    margin: 34px 0 22px 0;
	min-height: 250px;
	padding: 94px 0 0 0;
	opacity: .8;
	border-radius: 5px;
    color: var(--light-color) !important;
}

.tramit{
    padding: 0;
    border-radius: 5px;
    border: 0px solid #008cc4 !important;
    height: 100%;
    background-color: var(--primary-color) !important;
    color: var(--titles-color) !important;
    padding-bottom: 10px;
}
.tramit_ico_alta{
	background-image: url("/images/alta-contracte.png");
	background-position: right 10px top 10px;
	background-repeat: no-repeat;
	background-size: 50px;
}
.tramit_ico_baixa{
	background-image: url("/images/baixa-contracte.png");
	background-position: right 10px top 10px;
	background-repeat: no-repeat;
	background-size: 50px;
}
.tramit_ico_canvi{
	background-image: url("/images/canvi-nom.png");
	background-position: right 10px top 10px;
	background-repeat: no-repeat;
	background-size: 50px;
}
.tramit_ico_escomesa{
	background-image: url("/images/solicitud.png");
	background-position: right 10px top 10px;
	background-repeat: no-repeat;
	background-size: 50px;
}
.tramit .btn-primary{
	background-color: var(--primary-color);
	border: 2px solid #FFF !important;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 0;
	padding: 10px 0;
	width: 96%;
	border-radius: 5px;
	margin: 0 auto;
	display: block;
	align-items: center;
	padding: 10px;
	color: #FFF;
	font-weight: 500;
	font-family: poppins-bold;
	font-size: 1.75rem;
}
.tramit h3{
	color: #fff;
    margin: 0 10px;
    padding: 10px 10px 10px 0;
    font-size: 2rem;
    border-bottom: 1px solid #FFF;
    text-transform: none;
    font-weight: 400;
    font-family: poppins-bold;
}


.tramit_alta_h1 {

	background-image: url("/images/tramits-alta.png");
	background-size: cover;
	color: #fff !important;

  }

  .tramit_baixa_h1 {
	text-align: left;
	padding-left: 2% !important;
	background-image: url('/images/tramits-baixa.png');
	background-size: cover;
	color: #fff !important;

  }
  .tramit_canvi_h1
  {
	text-align: left;
	padding-left: 2% !important;
	background-image: url('/images/tramits-canvi.png');
	background-size: cover;
	color: #FFF !important;

  }

  .tramits_escomesa_h1
  {
	text-align: left;
	padding-left: 2% !important;
	background-image: url('/images/tramits-escomesa.png');
	background-size: cover;
	color: #FFF !important;

  }

.tramit p{
	padding: 10px;
}
.tramit a{
	text-align: center;
    width: calc(100% - 21px);
}
.dash_continued_h1 { background-color: #8CC4DF; }
.dash_drought_h1 { background-color: #BCE5FB; }
.dash_absence_h1 { background-color: #74A8DA; }
.dash_customized_h1 { background-color: #B3C8E7; }

/* Dashboard Oficina Virtual */
.span-dashboard{
	color: var(--primary-color);
	text-align: center;
	margin: 0 auto;
	display: block;
	padding: 3%;
	font-size: 45px;
}
.targeta1{
	background: #74A8DA;
}
.targeta2{
	background: #8CC4DF;
}
.targeta3{
	background: #B3C8E7;
}
.targeta4{
	background: #BCE5FB;
}
.benvinguda_dash{
  font-family:'poppins-bold';
  font-size: 50px;
  text-align: center;
  background-image: url("/images/dashboard1.png");
  background-size: cover;
  color: #fff !important;
  margin: 34px 0 22px 0;
  min-height: 250px;
  padding: 94px 0 0 0;
  letter-spacing:1px;
  border-radius:10px;
}
.card-alerta{
	box-shadow: 0 20px 27px 0 rgba(0,0,0,.05);
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-title-spacer-y: 0.5rem;
	--bs-card-border-width: 0;
	--bs-card-border-color: rgba(0,0,0,.125);
	--bs-card-border-radius: 0.5rem;
	--bs-card-box-shadow: 0 20px 27px 0 rgba(0,0,0,.05);
	--bs-card-inner-border-radius: 1rem;
	--bs-card-cap-padding-y: 0.5rem;
	--bs-card-cap-padding-x: 1rem;
	--bs-card-cap-bg: #fff;
	--bs-card-bg: #fff;
	--bs-card-img-overlay-padding: 1rem;
	--bs-card-group-margin: 0.75rem;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: var(--bs-card-height);
	word-wrap: break-word;
	background-color: var(--bs-card-bg);
	background-clip: border-box;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius);
}
.card-body-alerta{
	font-family: 'poppins';
}
.card-alerta.validate-contract {
    margin-top: 50px;
}
.title {
	font-size: 1.6rem;
}
.title b {
	color: var(--titles-color);
}
.p-3 {
	padding: 1rem !important;
  }
.p-link {
	padding: 1.7rem 1rem 1rem 1rem;
}
.numbers-alerta h5{
	font-weight: 900;
	font-size: 26px;
	font-family: poppins-bold;
	margin-left: 11%;
	color: #6a6868;
}
.alertes-dash-titol{
	color: var(--primary-color);
	font-size: 15px;
	margin-left: 6%;
}
.card-dash{
	font-family: 'poppins-bold';
	font-size: 20px;
	text-transform: none;
	margin-bottom: 5%;
}

.card-dash-sub{
	font-family: 'poppins-light';
	font-size:12px;
	text-transform:none;
}

.card-body{
	padding:7px;
    padding-left: 10px;
}

.card-stats{
	background: #FFF;
	border-radius: 0.5rem;
	border: 0 solid rgba(0,0,0,.125);
}

.card-stats-alertes{
	padding: 7px;
	border-radius: 5px;
	border: 0 solid rgba(0,0,0,.125);
	background-repeat: no-repeat;
	background-size: 106%;
}

.blocked{
	pointer-events: none;
}

.h2-dash{
	font-family:'poppins-bold';
}
.mycheckbox{
	float:right;
}
input:checked + .switchery{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    box-shadow: var(--primary-color) 0px 0px 0px 11px inset !important;
}
.label-info {
    background-color: var(--primary-color);
    color: var(--light-color);
}
.onoffportada {
	float:right;
}
.form-horizontal .control-label{
	text-align: center;
    font-family: poppins-bold;
    color: var(--primary-color);
}
.form-group .control-label{
	text-align: left;
	font-family: poppins-light;
	color: var(--primary-color);
}
.form-group-seleccio .control-label{
	text-align: center;
	font-family: poppins-bold;
	color: var(--primary-color);
}

.control-label-contracte{
	font-family: poppins-light!important;
	text-align: left!important;
}
/* Spinner */

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  }

  .lds-ring {
	margin:0 auto;
	width: 80px;
	height: 80px;
  }
  .lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid var(--primary-color);
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: var(--primary-color) transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
  }
  @keyframes lds-ring {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

/* End spinner */

/* Icones per engegar i para alertes */
.mycheckbox input:checked ~ span::after{
  background: #009FE3;
  transform: scale(0.90) translate(40px);
}
.mycheckbox input:checked ~ span .on{
  transform: translate(30px);
  opacity: 1;
}

.mycheckbox input:checked ~ span .off{
  transform: translate(30px);
  opacity: 0;
}

.mycheckbox input:checked ~ span .on-bell{
  transform: translate(31px);
}

.mycheckbox input {
  display: none;
}

.mycheckbox span {
  display: inline-block;
  width: 75px;
  height: 35px;
  border-radius: 30px;
  background: #ededed;
  cursor: pointer;
  box-shadow:  0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07) !important;

  position: relative;
}

.mycheckbox span::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  transform: scale(0.85);
  border-radius: 35px;
  background: #C14835;
  transition: 0.5s;
  /*box-shadow: inset 0px 0px 2px rgb(37, 37, 37);*/
}

.mycheckbox i {
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 1;
  color: white;
  transition: 0.5s;
}

.mycheckbox .on {
  opacity: 0;
  left: 7px;
  top: 7px;
}

.mycheckbox .off {
  left: 9px;
  top: 7px;
}

.mycheckbox .off-bell {
  left: 5px;
}



/* END Icones per engegar i parar alertes*/


/* INICI Icones engegar alertes portada */

/* Icones per engegar i para alertes */
.onoffportada input:checked ~ .spanonoff::after{
  background: #FFF;
  transform: scale(0.90) translate(27px);
}
.onoffportada input:checked ~ .spanonoff .on{
  transform: translate(30px);
  opacity: 1;
}

.onoffportada input:checked ~ .spanonoff .off{
  transform: translate(30px);
  opacity: 0;
}

.onoffportada input:checked ~ .spanonoff .on-bell{
  transform: translate(31px);
}

.onoffportada input {
  display: none;
}

.onoffportada .spanonoff {
  display: inline-block;
  width: 50px;
  height: 25px;
  border-radius: 30px;
  background: rgba(204, 207, 208, 0.8);
  cursor: pointer;
  position: relative;
}

.onoffportada .spanonoff::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  transform: scale(0.85);
  border-radius: 35px;
  background: #17161691;
  transition: 0.5s;

}

.onoffportada i {
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 1;
  color: white;
  transition: 0.5s;
}

.onoffportada .on {
  opacity: 0;
  left: 7px;
  top: 7px;
}

.onoffportada .off {
  left: 9px;
  top: 7px;
}

.onoffportada .off-bell {
  left: 5px;
}


/* FI  Icones engegar alertes portada*/
/* INICI Panell alertes detall */
.layer {
	background-color:var(--primary-color);
	opacity:0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius:15px;
}
.layer-2{
	background-color:var(--primary-color);
	opacity:0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius:5px;
}
.layerOff{
	background-color: rgba(172, 172, 172, 0.7)!important;
}
.banner_absencia{
	/*background-image: url('https://aiguesvic.com/wp-content/uploads/2018/09/slider-1750x680-1.jpg');
	position: relative;*/
	background-color: #74A8DA;
	transform:rotateY(0);
	min-height: 250px;
	max-height: 250px;
}
.banner_fuga{
	/*background-image: url('https://oficina.aiguesvic.com/images/splashing.jpg');
	position: relative;*/
	background-color: #8CC4DF;
	z-index:1;
	transform:rotateY(0);
	min-height: 250px;
  	max-height: 250px;
}
.banner_personalitzada{
	/*background-image: url('https://oficina.aiguesvic.com/images/water.jpg');
	position: relative;*/
	background-color: #B3C8E7;
	z-index:1;
	transform:rotateY(0);
	min-height: 250px;
  	max-height: 250px;
}

/* PRINCIPAL*/

.cardgroup {
	min-height:250px!important;
	max-height:250px!important;
	transition: transform 1s;
	transform-style: preserve-3d;
	position: relative;
}

.cardgroupcontinuat{
	min-height:250px;
	max-height:250px;
	transition: transform 1s;
	transform-style: preserve-3d;
	position: relative;
}

.cardgroupresponsable{
	min-height:250px;
	max-height:250px;
	transition: transform 1s;
	transform-style: preserve-3d;
	position: relative;
}

/* FI PRINCIPAL*/


.cardgroup.is-flipped {
	transform: rotateY(180deg);
}


.cardgroupcontinuat.is-flipped {
	transform: rotateY(180deg);
}

.cardgroupresponsable.is-flipped {
	transform: rotateY(180deg);
}


.card__face {
	position: absolute;
	backface-visibility: hidden;
}

.card_continuat {
	position: absolute;
	backface-visibility: hidden;
}

.card_responsable {
	position: absolute;
	backface-visibility: hidden;
}

.card__face--back {
	transform: rotateY(180deg);
	height: 250px;
}

.card_continuat-back{
	transform: rotateY(180deg);
}

.card_responsable-back{
	transform: rotateY(180deg);
}

.cardgroup.is-flipped  .card__face.card__face--front {
	z-index:-1;
}

.cardgroupcontinuat.is-flipped  .card_continuat.card_continuat-front {
	z-index:-1;
}

.cardgroupresponsable.is-flipped  .card_responsable.card_responsable-front {
	z-index:-1;
}

.card-responsable{
	min-height:258px;
}
.banner_responsable{
	/*background-image: url('https://oficina.aiguesvic.com/images/sequera.jpg');*/
	background-color: #BCE5FB;
	z-index:1;
	transform:rotateY(0);
	min-height: 250px;
	max-height: 250px;
}
.card-title {
    color: var(--titles-color);
}

.card-title.text-muted {
    color: #fff;
}

.card-titol-alerta{
	color:#FFF;
	font-size:26px;
	padding-left: 3%;
}
.e_alerta{
	font-size:12px;
	font-size: 1.4rem;
	color: #fff;
	position: absolute;
	right: 10%;
	top: 6%;
}

.conf_alerta{
	float: right;
	color: #FFF!important;
	margin-right: 3%;
	font-family: 'poppins-bold';
	margin-top: 1%;
}

.info_alerta{
	float: left;
	color: #FFF !important;
	margin-right: 3%;
	font-family: 'poppins-bold';
	margin-top: 1%;
}

.tornaralerta{
	margin-top:-5px;
}

.img_conf_alerta{
	transition: transform .7s ease-in-out;
	width: 5%;
	float: right;
}

.img_conf_alerta:hover {
	transform: rotate(360deg);
}

.caixa-alert-text {
	min-height: 90px;
}
.btn-save-customized { float:right;margin-top: 1%; }
.btn-save-continued { float:right;margin-top: 5.5%; }
.btn-save-responsible { float:right;margin-top: 8.5%; }
.input-alerta {
	width: 20%;
	display: initial;
}

.input-email-absencia {
	width: 50%;
}

.input-topall-alerta {
	float: left;
	margin-left: 3%;
	width: 8%;
}

.label-absencia {
	margin-left: 2%;
  	margin-top: .6%;
}

.text-conf-alerta {
	padding: 2%;
}

.buto_al_cons{
	font-family: 'poppins-bold';
	font-size:2rem;
	text-align: center;
	color: #fff;
	background-color: var(--primary-color);
	margin-top: 10px;
	padding: 15px;
	border-radius:5px;
	display:block;
}

.buto_al_cons:hover{
	background: #17161691!important;
	color:#FFF!important;
}
.buto_al_cons:focus, .buto_al_cons:visited, .buto_al_cons:active{
	background:none;
	color:#FFF;
  	outline: none;
	box-shadow: none;
}
.drop {
	margin: 175px auto;
	position: relative;
	width: 20px;
	height: 20px;
	top: -30px;
	margin: 0 auto;
	background: var(--primary-color);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-animation-name: drip;
	-webkit-animation-name: drip;
	animation-name: drip;
	-moz-animation-timing-function: cubic-bezier(1,0,.91,.19);
	-webkit-animation-timing-function: cubic-bezier(1,0,.91,.19);
	animation-timing-function: cubic-bezier(1,0,.91,.19);
	-moz-animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
  }

  .drop:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	/*border-bottom: 30px solid rgba(0,152,212,1);*/
	border-bottom: 30px solid rgba(33, 158, 188, 1);
	top: -22px;
  }

  .wave {
	margin:175px auto;
	position: relative;
	opacity: 0;
	top: 0;
	width: 2px;
	height: 1px;
	border: var(--primary-color) 7px solid;
	-moz-border-radius: 300px / 150px;
	-webkit-border-radius: 300px / 150px;
	border-radius: 300px / 150px;
	-moz-animation-name: ripple;
	-webkit-animation-name: ripple;
	animation-name: ripple;
	-moz-animation-delay: 2s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-moz-animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
  }

  .wave:after {
	content: "";
	position: absolute;
	opacity: 0;
	top: -5px;
	left: -5px;
	width: 2px;
	height: 1px;
	border: var(--primary-color) 5px solid;
	-moz-border-radius: 300px / 150px;
	-webkit-border-radius: 300px / 150px;
	border-radius: 300px / 150px;
	-moz-animation-name: ripple-2;
	-webkit-animation-name: ripple-2;
	animation-name: ripple-2;
	-moz-animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
  }

  @keyframes ripple {
	  from {
		opacity: 1;
	  }
	  to {
		width: 600px;
		height: 300px;
		border-width: 1px;
		top: -100px;
		opacity: 0;
	  }
  }

  @keyframes ripple-2 {
	  0% {
		opacity: 1;
	  }
	  50% {
		opacity: 0;
	  }
	100% {
	  width: 200px;
	  height: 100px;
	  border-width: 1px;
	  top: 100px;
	  left: 200px;
	}
  }

  @keyframes drip {
	  to {
		top: 190px;
	  }
  }
.subptopall{
	padding-top:1%;
	font-size:1.4rem;
}

#topall{
	width:10%;
	margin-left:2%;
	margin-bottom:2%;
}

#topall_personalitzada{
	width:10%;
	margin-left:2%;
	margin-bottom:2%;
}

#topall_responsable{
	width:10%;
	margin-left:2%;
	margin-bottom:2%;
}

#topall_continuat{
	width:10%;
	margin-left:2%;
	margin-bottom:2%;
}

/* FI Panell alertes detall */
.spin{
	position: absolute;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(240, 240, 240, 0.7);
	border-radius: 5px;
}
#spin{
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background:rgba(240, 240, 240, 0.7);
  border-radius:5px;
}
#spindata{
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background:rgba(240, 240, 240, 0.7);
  border-radius:5px;
}
#spinnoti{
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background:rgba(240, 240, 240, 0.7);
  border-radius:5px;
}
.mt-2{
	margin-top:20px;
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.validartopall{
	border: 2px solid red;
}
.validattopall{
	border: 2px solid greenyellow;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
.sistema_obsulet{
	/*background-color: rgba(0,159,227, 0.8);*/
	background-color: var(--primary-color);
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	z-index: 1;
}
.titol_obsulet{
	color:#FFF;
	margin:0 auto;
	display:block;
	position:absolute;
	top:48%;
	left:37%;
	font-size:2.5rem;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.timeline .block {
  margin: 0 0 0 55px;
  border-left: 1px solid var(--primary-color);
  overflow: visible;
  padding: 10px 15px ;
  padding-top: 10px;
  padding-bottom:10px;
  padding-left: 22px;
  padding-right:15px;
}
.timeline .block_content {
	padding: 10px;
	background: #FFF;
	border-radius: 5px;
	box-shadow:0px 16px 15px -10px rgba(105, 96, 215, 0.2)
}
ul.timeline li{
	border:0px;
}
.timeline h2.title{
	padding-left:10px;
	padding-bottom:10px;
}
.timeline .byline {
  padding: 0.25em 10px;
}
.timeline h2.title::before {
	border: 1px solid var(--primary-color);
	border-radius: 14px;
	background: var(--primary-color);
	left: -39px;
}
.is-hide{
  display:none;
}
.alerta_text{
	color:#fff!important;
	text-align:center;
}
.titolconfalerta{
		border-bottom:1px solid #009FE3;
		padding-bottom:10px;
}
.divalertaabsencia{
	font-size:1.75rem;
}

.divalertaabsencia .card-dash {
	font-size:26px!important;
	padding-left:2%;
	padding-right:2%;
}
.divcaixeta{
	position:relative;
	padding-right:2%;
	padding-left:2%;
}
.infopcalerta{
	margin-bottom: 3%;
	color:#fff;
	border-top:1px solid #fff;
	width:40%;
	padding-top:10px;
	font-size:18px;
}
.estat_alerta{
	color:var(--primary-color);
}
.titol_grafica_alerta{
	border-bottom: 2px solid var(--secondary-color);
	padding: 1px 0 2px;
	margin: 0 5px 10px;
}
.icon-shape {
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: var(--third-color);
    width: 40px;
    float: right;
    margin-top: -10px;
}
.position-absolute-top-right{
    position: absolute;
    right: 10px;
}
.icon-shape-left{
	float:left;
	border-radius:50%;
	background:var(--primary-color);
	top:2;
	text-align:center;
	width: 40px;
	height: 40px;
	margin-top: -1%;
	margin-right: 2%;
}
.icona-dash-left{
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	margin-top: 0px;
	display: block;
	margin-top: 30%;
	font-size: 14px;
}

.icona-dash{
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size: 15px;
}

.text-dash{
	font-family:'poppins-light';
	margin-top:3%;
}

.mb-1{
	margin-bottom:20px;
}

.shadow {
  box-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07) !important;
}

.resumaltesfons{
	content: "";
	background: url('../images/wave.jpg');
	opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}

#logo_personalitzada{
	display: block;
width: 10%;
margin-bottom: 1.5%;
margin-top: 0;
float: left;
margin-left: 2%;
margin-right: 10%;
}

.alerta_text_personalitzada{
	color: #fff !important;
	text-align: left;
	font-size: 17px;
}

#logo_continuat{
	width: 11%;
	margin-bottom: 4%;
	float: left;
	margin-left: 3%;
	margin-right: 1%;
}

.alerta_text_continuat{
	color: #fff !important;
	text-align: center;
	font-size: 18px;
}

#logo_absencia{
	float: left;
	width: 11%;
	margin-left: 1%;
	margin-right: 4%;
	margin-bottom: 2%;
}
.alerta_text_absencia{
	color: #fff;
	text-align: left;
	font-size: 18px;
}


.info_alerta_absencia{
	float: right;
	color: #FFF !important;
	margin-right: 3%;
	font-family: 'poppins-bold';
	bottom: 0;
	position: absolute;
	right: 0;
}

#logo_responsable{
	display: block;
	width: 9%;
	margin-bottom: 1.5%;
	margin-top: 0;
	float: left;
	margin-left: 2%;
	margin-right: 10%;
}

.alerta_text_responsable{
	color: #fff !important;
	text-align: left;
	font-size: 18px;
}

.ultim_consum_facturat_titol{
	text-align:center;
	font-family:'poppins-bold';
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size: 55px;
	color:var(--primary-color);
	font-weight:bold;
	/*padding:6%;*/
}

.span_ultim_consum_facturat_titol{
	font-size: 12px;
	font-family: 'poppins-light';
	color: #b9b9b9;
}

.colorblau{
	color:var(--primary-color);
}
#updalerta_continuat{
	float: right;
	margin-top: -1%;
	margin-bottom: 1%;
}
#updalerta_repsonsable{
	float: right;
	margin-top: -1%;
	margin-bottom: 1%;
}
.title b{font-family: 'poppins-bold';}
.form-check-inline{float:left;}
#updalerta_personalitzada{font-size:1.75rem;}
	#updalerta_continuat{font-size:1.75rem;}


/* FI RESPONSIU AVISOS */

/*  NOU LOGIN */
/* Hide the browser's default checkbox */


  /* Create a custom checkbox */
  .remember {
	height: 15px;
	width: 25px;
	background-color: #eee;
  }

  /* On mouse-over, add a grey background color */
  #login:hover input ~ .remember {
	background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  #login input:checked ~ .remember {
	background-color: var(--primary-color);
	border-radius:5px;
  }
.limiter{
	width: 100%;
	margin: 0 auto;
}
.container-login100{
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: var(--secondary-color);
}
.wrap-login100{
	width: 100%;
	background: #fff;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	flex-direction: row-reverse;
}
.login100-form {
	font-family: poppins-light;
	width: 40%;
	min-height: 100vh;
	display: block;
	background-color: var(--secondary-color);
	padding: 80px 55px 0px 55px;
	margin-bottom: 0px !important;
}
.login100-form-title {
	width: 100%;
	display: block;
	font-family: poppins-light;
	font-size: 1.5rem;
	color: var(--hover-color);
	line-height: 1.2;
	text-align: center;
}
.p-b-43 {
padding-bottom: 43px;
}
.validate-input {
	position: relative;
}
.wrap-input100 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 100%;
	height: 80px;
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 0.5rem;
	margin-bottom: 10px;
}
.wrap-input100 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 100%;
	height: 80px;
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 0.5rem;
	margin-bottom: 10px;
}
input.input100 {
	height: 100%;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
  }
.input100 {
	display: block;
	width: 100%;
	background: 0 0;
	font-family: poppins-light;
	font-size: 18px;
	color: #555;
	line-height: 1.2;
	padding: 0 26px;
}
.focus-input100 {
	position: absolute;
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	pointer-events: none;
	border: 1px solid #6675df;
	border-radius: 0.5rem;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	-webkit-transform: scaleX(1.1) scaleY(1.3);
	-moz-transform: scaleX(1.1) scaleY(1.3);
	-ms-transform: scaleX(1.1) scaleY(1.3);
	-o-transform: scaleX(1.1) scaleY(1.3);
	transform: scaleX(1.1) scaleY(1.3);
}
.label-input100 {
	font-family: poppins-light;
	font-size: 18px;
	color: #999;
	line-height: 1.2;
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	padding-left: 24px;
	left: 0;
	top: 30px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.flex-sb-m {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.w-full {
	width: 100%;
  }
.p-b-32 {
	padding-bottom: 32px;
}
.p-t-3 {
	padding-top: 3px;
}
.flex {
    display: flex;
}
.label-checkbox100::before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 13px;
	color: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #6675df;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.label-checkbox100 {
	font-family: Poppins-Regular;
	font-size: 13px;
	color: #999;
	line-height: 1.4;
	display: block;
	position: relative;
	padding-left: 26px;
	cursor: pointer;
}
.container-login100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.login100-form-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	width: 48%;
	height: 50px;
	border-radius: 5px;
	background: var(--primary-color);
	font-family: poppins-light;
	font-size: 1.45rem;
	color: #FFF;
	border: 0px solid;
	margin: 0% 0% 2% 2%;
	float: left;
	text-transform: capitalize!important;
}
.fosc-btn{
	background:#424242;
}
.caixa-logo{
	background-color: var(--primary-color);
	border-radius: 23px;
	margin: 0 auto;
	  margin-bottom: 0px;
	margin-bottom: 0px;
	display: block;
	width: 24%;
	text-align: center;
	padding: 18px;
	margin-bottom: 24px;
	padding-bottom:6%;
	text-align: center;
}
#logo-login{
	margin: 0 auto;
	display: block;
	margin-top: 15%;
	width: 100%;
}
.form-group-login{
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	font-size:1rem;
	margin-bottom: 15px;
}
.form-group-login i{
	font-size: 2rem;
	color: var(--primary-color);
}
body, h1, h2, h3, h4, h5, h6, p, a, th, td, input, select, textarea{
	font-family: poppins-light;
}
.txt1{
	color:#424242;
	margin-top:2%;
font-size: 1.45rem;
}
.spancorreu{
	float: right;
	margin-right: 11px;
	margin-top: -36px;
	position: relative;
	z-index: 2;
}
.spanpass{
	float: right;
	margin-right: 11px;
	margin-top: -36px;
	position: relative;
	z-index: 2;
}
.form-control-login{
	display: block;
	width: 100%;
	height: 50px;
	padding: 0px 12px;
	font-size: 1.45rem;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 0px solid #ccc;
	border-width: 0 0 0px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control-login:not([readonly]):not([disabled]):focus {
	background: var(--secondary-color);
	border-radius: 5px;
}
.form-control-login:focus .form-control-login:active{
	background: var(--secondary-color);
	border-radius: 5px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background-color: var(--secondary-color);
}

.login_idioma{
	font-family: poppins-light;
}
.login_idioma li a{
	color: #424242;
	font-size: 18px;
	text-transform: capitalize;
}
.login_idioma li.active a{
	color: var(--primary-color);
	font-family: poppins-light;
	font-weight:500;
  }
  .login_idioma li.active a:hover{
	color: var(--primary-color);
	border-bottom: 1px solid var(--primary-color);
  }
  .login_idioma li a:hover {
	color: var(--primary-color);
	border-bottom: 1px solid var(--primary-color);
	text-decoration: none;
  }
  .waves {
	position:relative;
	width: 100%;
	height:65vh;
	margin-bottom:-7px; /*Fix for safari gap*/
	min-height:100px;
	max-height:150px;
	top:60%;
  }
  .infolegal{
	margin-top: 25vh;
  }
  .contenidoronades{
	position: relative;
	/*height: 30vh;*/
	height: 330px;
	text-align: center;
	background-color: var(--secondary-color);
	top: 60%;
  }

  .titol-login{
	position: absolute;
	top:20%;
	left:10%;
	color: #FFF !important;
	font-family: poppins-light;
  }
  .subtitol-login{
	position: absolute;
	top: 31%;
	left:10%;
	width:47%;
  }
  .parallax > use {
	animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
  }
  .parallax > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
  }
  .parallax > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
  }
  .parallax > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
  }
  .parallax > use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
  }

  .peu_login{
	font-size:1.4rem;
	position:relative;
	bottom:0%;
	left:3%;
	color: var(--primary-color);
  }

  .login100-more{
	padding-right: 0px;
	padding-left: 0px;
  }
  @keyframes move-forever {
	0% {
	 transform: translate3d(-90px,0,0);
	}
	100% {
	  transform: translate3d(85px,0,0);
	}
  }


  /*Shrinking for mobile*/
  @media (max-width: 768px) {
	.waves {
	  height:40px;
	  min-height:40px;
	}
    .infolegal{
        margin-top: 10vh;
    }
    .card-alerta.validate-contract {
        margin-top: 5px;
    }
  /*  h1[class$="_h1"]{
        min-height: 50px;
        border-radius: 5px;
        padding: 15px;
        background-color: var(--light-color);
        background-image: none;
        margin: 25px 0 15px;
    }*/
    .registered{
        position: initial;
        width: 100%;
        transform: none;
    }
    .row.flex {
        display: block;
    }
  }


/* FI NOU LOGIN */
/* NOU DASHBOARD */
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th{
	border: 0 solid #ddd
}
#widget_temps{
	background: linear-gradient(137deg, var(--third-color) 0%, var(--third-color) 27%,  var(--primary-color) 38%,  var(--third-color) 65%, var(--primary-color) 100%,var(--primary-color) 100%, var(--primary-color) 100%);
    /*background: linear-gradient(90deg, var(--primary-color) 0%, var(--hover-color) 100%); */
    height: auto;
    border-radius: 5px;
    min-height: 456px;
    padding: 5px 10px;
}
table.dataTable:not(#tablaDivs) tbody tr:hover td{
	background-color:var(--primary-color);
	color:var(--secondary-color);
}
.nav-md img.logo, .nav-lg img.logo{
	width: 100%;
	margin-left: 0%;
}
.table-bordered{
	border: 0px solid #000;
}
.site_title{
	height:auto;
	border-bottom:1px solid #FFF;
}
.nav_title {
	width: 260px;
	background: #0033a9;
	border-radius: 0;
	height: 57px;
	margin: 0 auto;
	display: block;
	margin-top: 3%;
}
.nav-md .container.body .col-md-3.left_col{
	width: 260px;
}
.nav-md .container.body .right_col{
	margin-left:260px;
}
.main_container .top_nav{
	margin-left: 260px;
}
.sidebar-footer{
	width: 260px;
}
.footer_fixed .nav-sm footer, .footer_fixed footer {
	margin-left: 260px !important;
}
.navbar-nav .open .dropdown-menu{
	border-radius: 5px;
	border: 0px solid #D9DEE4;
}
.onadalogin{
	height: 100vh;
	background: linear-gradient(270deg, var(--primary-color) 0%, var(--third-color) 19%, var(--primary-color) 45%, var(--primary-color) 46%, var(--third-color) 86%);
	padding:0px;
}
.gradientBackground {
	background: linear-gradient(270deg, var(--primary-color) 0%, var(--third-color) 19%, var(--primary-color) 45%, var(--primary-color) 46%, var(--third-color) 86%);
}

/* DOCS LEGALS */
.legal-file {
    background-color: var(--secondary-color);
    padding: 30px;
}
.legal-file .content {
    padding: 10px 20px;
}
.legal-file h2 {
    padding-top: 30px;
}
.legal-file h3 {
    font-size: 17px;
    padding-top: 10px;
}

@media (max-width: 768px) {
    .legal-file {
        padding: 10px;
    }
    .legal_h1 {
        background-color: var(--light-color);
        min-height: 50px !important;
        padding: 15px !important;
        margin: 45px 0 22px 0 !important;
    }
}

/* FI NOU DASHBOARD */
@media (max-width: 991px){
	.login100-more{display:none;}
	.onadalogin{display:none;}
	.nav-md .container.body .col-md-3.left_col{
		display:none;
	}
	.nav-md .container.body .right_col{
		margin-left:0px;
	}
	.main_container .top_nav{
		margin-left: 0px;
	}
	.sidebar-footer{
		width: 260px;
		display:none;
	}
	.footer_fixed .nav-sm footer, .footer_fixed footer{
		margin-left:0px!important;
	}
}
@media (max-width: 992px) {
	.acordeon{display:block!important;}
	.mail_list_column{display:none!important;}
	.mail_view{display:none!important;}
  }
/* RESPONSIU AVISOS */
@media only screen and (max-width: 1000px){
	.login100-form{width:100%!important;}
	.caixa-logo{width: 30%;}
}

@media only screen and ( max-width: 1365px){
	.text-conf-alerta { font-size: 1.3rem; }
	.divcaixeta { font-size: 1.3rem; } 
	.form-label { font-size: 1.3rem; } 
}

@media only screen and ( max-width: 1480px){
	.cardgroupcontinuat{ max-height:215px;min-height:215px;}
	.cardgroup{ max-height:215px;min-height:215px;}
	.input-topall-alerta { width: 14%; } 
}

@media only screen and ( min-width: 1600px){
	.cardgroupcontinuat{ max-height:230px;min-height:230px;}
	.cardgroup{ max-height:230px;min-height:230px;}
	
}

@media only screen and (min-width:1705px){
	.alerta_text_personalitzada{padding-bottom: 0;}
	.alerta_text_continuat{padding-bottom: 0.5%;}
	.cardgroupcontinuat{ max-height:250px;min-height:250px;}
	.cardgroup{ max-height:250px;min-height:250px;}
	#topall_personalitzada{margin-bottom:5.5%;}
	#topall_responsable{margin-bottom:10%;}
	#topall_continuat{margin-bottom:4.5%;}
}
@media only screen and (max-width: 1600px) and (min-width: 1400px){
	.cardgroupcontinuat{ max-height:215px;min-height:215px;}
	.cardgroup{ max-height:215px;min-height:215px;}
}

@media only screen and (max-width: 1600px) {
	.e_alerta{ font-size: 1rem;right:13%;top:10%;}
	.caixa-alert-text {min-height: 122px;}
}

@media only screen and (max-width: 1500px) {
	.btn-save-continued { float:right;margin-top: 5%; }
	.btn-save-continued { float:right;margin-top: 10%; }

}
@media only screen and (max-width: 1300px) {
	.alerta_text_personalitzada { font-size: 13px; }
	.alerta_text_continuat { font-size: 13px; }
	.alerta_text_absencia { font-size: 13px; }
	.alerta_text_responsable { font-size: 13px; }
	.cardgroup {min-height:200px!important;max-height:200px!important;} 
	.banner_personalitzada {min-height:200px;max-height:200px;} 
	.banner_fuga {min-height:200px;max-height:200px;} 
	.banner_absencia {min-height:200px;max-height:200px;} 
	.banner_responsable {min-height:200px;max-height:200px;} 
	.card__face--back { height: 200px;}
	.btn-save-customized { float:right;margin-top: 0%; }
	.btn-save-continued { float:right;margin-top: 5%; }
	.caixa-alert-text {min-height: 90px;}
	.input-alerta { font-size: 1rem; width: 14%; height:30px!important;}
	.divcaixeta { font-size: 1rem; }
	.text-conf-alerta { font-size: 1rem; }
	.text-conf-alerta label.form-label{ font-size: 1rem!important; }
	.check-alerts label.form-check-label { font-size: 1rem!important; }
}

@media only screen and (max-width: 1200px) {
	.card-titol-alerta { font-size: 21px; }
	.e_alerta { right: 16%; top: 7%; }
	.onoffportada input:checked ~ .spanonoff::after {background: #009FE3;transform: scale(0.90) translate(21px);}
	.onoffportada .spanonoff::after{width: 15px;height: 15px;}
	.onoffportada .spanonoff{width: 30px;height: 15px;}
	.icon-shape-left { width:30px!important; height:30px!important; }
	.icona-dash-left { font-size: 12px!important; }
	.icon-shape { width:30px!important; height:30px!important; }
	.icona-dash { font-size: 12px!important; }
	.input-email-absencia {font-size: 1rem!important;height: 30px !important; }
	.input-topall-alerta {font-size: 1rem!important;height: 30px !important; }
	.card-title { font-size: 16px;}
}

@media only screen and (max-width: 1080px) {
	.card-titol-alerta { font-size: 15px;}

}

@media only screen and (max-width: 850px){
	.cardgroup{margin-bottom:5%;}
	.cardgroupcontinuat{margin-bottom: 2%;}
	#widget_temps{width: 100%;	}
}

@media (max-width: 810px){
	.cardgroup {min-height: 150px!important; max-height: 150px!important; }
	.cardgroupabsence {margin-top: 5%;}
	.e_alerta { right: 8%!important; }
	.card-dash { margin-bottom: 5% !important; }
}

@media only screen and (max-width: 675px){
	.e_alerta { right: 10%!important; }
	.mbr-2{margin-bottom: 4%;}
	.card-title{font-size:15px;}
	#updalerta_personalitzada{font-size:1.1rem;}
	.card-titol-alerta{font-size:18px;}
	#updalerta_continuat{font-size:1.1rem;}
	.login100-more{display:none;}
	.cardgroup{margin-bottom:5%;}
	.cardgroupcontinuat{margin-bottom: 2%;}
	.cardgroupcontinuat{margin-bottom: 2%;}
	.mycheckbox input:checked ~ span::after {background: #009FE3;transform: scale(0.90) translate(21px);}
	#logo_personalitzada { width: 7%!important; }
	#logo_continuat { width: 7%!important; }
	#logo_absencia { width: 7%!important; }
	#logo_responsable { width: 7%!important; }
	.mycheckbox span::after{width: 20px;height: 20px;}
	.mycheckbox span{width: 40px;height: 20px;}
	.titol_obsulet{top: 45%;left: 22%;font-size:2rem;}

}
@media only screen and (max-width: 605px){
	.mbr-2{margin-bottom: 6%;}
	.mtr-2{margin-top: 3%;}
	.login100-more{display:none;}
	.titol-login{display:none;}
	.subtitol-login{display:none;}
	.contenidoronades{display: none;}
	.wave{display:none;}
	.login100-form{width:100%!important;}
	.caixa-logo{width: 30%!important;}
	.ag-section-responsiu{max-height:450px;overflow:auto;}
	.img_conf_alerta { width: 4% !important; }
	.com_funciona_alerta {
		width: 5% !important;
	  }
}

@media only screen and (max-width: 500px){
	.ag-timeline-card_point{font-size:20px;font-family: 'IBM Plex Sans',"Helvetica Neue",Arial,"Droid Sans",sans-serif;}
	.e_alerta{font-size:1.1rem;right:15%;}
	.caixa-logo{width: 30%!important;}
	.login100-form-btn{float:right;width:100%;margin: 0% 0% 2% 0%;}
	#contrato_activo{width: 100%;}
	.control-label-contracte{font-size:1.45rem;margin-bottom: 10px;margin-top: 10px;}
	#toggle-password { right: 6%; } 
}

@media only screen and (max-width: 480px){
	.e_alerta { right: 12% !important; top: 8%; }
}

@media only screen and (max-width: 430px) {
	.e_alerta { right: 14% !important; top: 8%; }
	.com_funciona_alerta { width: 6% !important; }
	.img_conf_alerta { width: 6% !important; }
	#absence_limit { width: 19%; }
}

@media only screen and (max-width: 420px){
	.e_alerta{right:18%;}
	.alerta_text_personalitzada{ font-size: 12px; }
	.alerta_text_continuat{ font-size: 12px; }
	.alerta_text_absencia{ font-size: 12px;}
	.alerta_text_responsable{ font-size: 12px;}
	
	.card-titol-alerta{font-size:18px;}
	.cardgroupcontinuat {max-height: 161px;min-height: 161px;}
	.card-dash{font-size: 19px;text-transform: none;margin-bottom: 5%;}
	#updalerta_personalitzada{font-size:1.1rem;}
	#updalerta_continuat{font-size:1.1rem;}
	.divcaixeta{ font-size: 11px;}
	.form-check-inline{ font-size: 11px;}
	#updalertapersonalitzada{ font-size: 11px!important;}
	#contrato_activo{width:100%!important;}
}
@media only screen and (max-width: 400px){
	.goteta{min-height:200px;}
	.login100-form-title{font-size: 25px;}
	.mbr-2 {margin-bottom: 0.5%;}
	.caixa-logo{width: 36%!important;}
	.login100-form{padding:80px 25px 25px;}
	.form-group-login{font-size: 15px;}
	.form-control-login{font-size: 15px;}
	.spancorreu{margin-top: -32px;}
	.spanpass{margin-top: -32px;}
	.txt1{font-size: 15px;}
	.login_idioma li a{font-size: 12px;}
	.card-titol-alerta { font-size: 15px !important; }
	.e_alerta { font-size: 8px; }
	.input-alerta { width: 19%; }
}

@media only screen and (max-width: 370px){
	#toggle-password { top:35%; right: 10%;}
}

@media only screen and (max-width: 360px){
	ul.login_idioma { top:34px; }
}

@media only screen and (max-width: 360px){
	#absence_limit { width: 24%; }
}

@media only screen and  (min-width: 1960px){
	.cardgroup{min-height: 270px;}
	.banner_personalitzada {min-height: 270px;}
	.banner_fuga {min-height: 270px;}
	.banner_absencia {min-height: 270px;}
	.banner_responsable {min-height: 270px;}
	#logo_personalitzada {width: 9%;}
	#logo_continuat {width: 10%;}
}