
.txt-size-large{
	font-size:28px;
}
.txt-size-head{
	font-size:22px;
}
.txt-size-title{
	font-size:16px;
}
.txt-size-title-sm{
	font-size:14px;
}
.txt-size-small{
	font-size:12px;
}

.clikable{
	cursor: pointer;
}

.disabled{
	opacity: 0.5;
}

.pnl{
	clear:both;
	background: #ecf0ff;
	border-radius: 20px;
	min-height: 60px;
	margin-bottom:15px;
 }
 .pnl-centrat{
	text-align:center;
	
	margin-right: auto !important;
	margin-left: auto !important;

 }
 .btn-secondary.custom.dropdown-toggle{
	height: unset;
	border: none;
 }
.panell.actiu{
	/*overflow-y: hidden;*/
}
 .footer_paginacio{
	text-align: center;
 }
 .content_btn_next_block,.content_btn_prev_block,.content_btn_fi{
	float: none !important;
 }
.content_btn_prev_block button{
	background: transparent !important;
}

.cust_dropdown_item{
	
	margin-right: 10px;
}
.cust_dropdown_item_icon{
	color:#c05118 !important;
}
.cust_dropdown_item_text{
	color: #021334 !important;
	padding: 10px 25px;
}
 .pnl-container{
	clear:both;
	
	min-height: 60px;
	display:flex;
	border-radius: 20px;
	overflow: hidden;
 }
.gris{
	color:#797979;
}
.blanc{
	color: white;
}
.bloc_enquesta{
	margin-bottom: 20px;
}
.modal-footer{
	text-align: center;
	/*display:list-item !important;*/
}
.bg_transparent{
	background: transparent !important;
}

.btn_transparent{
	background: transparent !important;
	border: none !important;
}
.ellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.form-control{
	border-radius: 0.55rem;
}
.foto_user_round{
	object-fit: cover;
	border-radius: 50%;
}


.full-input {
	position: relative;
	border-radius: 15px;
    text-align: left;
    display: inline-block;
    
    background: #eaedf0 !important;
    border: 1px solid #ececec;
    padding: 5px 15px;
    width: 100%;
    color: #163B5E !important;
	width: 100%;
	margin-bottom: 1rem;
}
.full-input.disabled {
	background: #d0d0d0 !important;
}
.full-input label {
	display: block;
	font-size: 12px;
	color: #7b7f92;
}
.full-input input, .full-input select, .full-input textarea{
	outline: none;
	border: none;
	display: block;
	line-height: 1.2em;
	font-size: 14pt;
	background: #eaedf0 !important;
	width: 100%;
	padding: 5px;
	
	border-radius: 0px;
	border-bottom: 1px solid #dddddd;
}

.full-input > div > input {
	/*padding: 0.5rem 0.75rem;*/
	padding:4px;
	width: 100%;
	border-radius: 5px;
	background: #eaedf0 !important;
}

.foto_user_round.gran{
	width:120px;
	height:120px;
}
.toggle_iosLike {
	/*background-color: grey;*/
	width: 55px;
	height: 32px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	border: 1px solid white;
	
}
.toggle_iosLike .toggle-active {
	background-color: blue;
	width: 60px;
	height: 32px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.switch_iosLike {
	display: none;
}
.slider_iosLike {
	height: 24px;
	width: 24px;
	background-color: white;
	border-radius: 12px;
	margin: 4px;
}
input:checked + .toggle_iosLike {
	background-color: green;
}
input:checked + .toggle_iosLike > .slider_iosLike {
	align-self: flex-end;
}
.err_switch_iosLike_container{
	width: 100%;
	text-align: right;
	margin-top: -20px;
}
.tbl_legal{
	margin-top: 10px;
	width: 100%;
}
.table-borderless>tbody>tr>td, .table-borderless>tbody>tr>th, .table-borderless>tfoot>tr>td, .table-borderless>tfoot>tr>th, .table-borderless>thead>tr>td, .table-borderless>thead>tr>th{
	border:none;
}


#cf_btn_save{
	position:fixed;
	width: auto;
	right:50px;
	bottom:15px;
}

@media screen and (max-width: 992px) {
	
	#cf_btn_save{
		bottom:85px;
	}
}


@media print{
	.no-print, .no_print{
		display: none;
	}
	#content{
		position:static !important;
	}
	html{
		overflow-y: auto;
	}
	
	/* page-break-after works, as well */
	.pagebreak { 
		min-height: 1px; page-break-after: always; 
	}
}