
.cg-info-top-navbar
{
	display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 100000;
    border-bottom: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.18);
    background: var(--cg-top-navbar-color);
    height: 44px;
    overflow: hidden;
}

.cg-recover-logo{
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    height: 100%;
    width: 100px;
}

.cg-info-body{
	overflow: scroll;
    background: var(--cg-background-color);
    color: var(--cg-background-text);
    height: calc(100% - 44px);
    padding-bottom: 40px;
}

.cg-info-title{
	font-weight: bold;
	font-size: 20px;
}

.cg-info-text{
	margin-top: 10px;
	margin-bottom: 20px;
}

.cg-info-select-container{
	text-align: center;
	font-size: 15px;
	background: white;
	width: 90%;
	margin: 10px auto;
	border-style: solid;
	border-radius: 5px;
	border-color: var(--cg-arrow-color);
	border-width: 1px;
    color: black;
}

.cg-info-select-container.cg-border-fix
{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.cg-info-select-container > div{
	height: 40px;
}

.cg-info-input{
	background: linear-gradient(white, var(--cg-signup-field-gradient));
	font-weight: 450; 
	color: black; 
	padding: 5px; 
	height: 100%; 
	width: 100%;
	border-radius: 5px;
	font-family: Roboto , sans-serif;
	font-size: 13px;
}

select option{
	color: black;
}

#cg-info-text-container{
	margin: 10px auto;
	width: calc(90% - 30px);
}

.cg-info-error{
	text-align:center;
	margin: 20px auto;
}

/* INFO INCLUSA COME SEZIONE*/
.cg-info-body.cg-info-section{
	overflow: scroll;
    background: white;
    height: calc(100% - var(--cg-altezza-header) - var(--cg-altezza-footer) - var(--cg-altezza-smartbanner));
    top: calc(var(--cg-altezza-header) + var(--cg-altezza-smartbanner));
    position: fixed;
    width: 100%;
    z-index: 10000;
}

.cg-info-body.cg-info-section > div{
	display:flex;
	width:90%;
	margin:auto;
}

.cg-info-go-back{
	border-style: solid;
	border-radius: 5px;
	border-color: var(--cg-arrow-color);
	border-width: 1px;
	margin: 10px auto;
	margin-left: 5px;
	background: linear-gradient(white, var(--cg-signup-field-gradient));
}

.cg-info-go-back > .cg-arrow-container{
	width: 40px;
	height: 40px;
}

.cg-info-section .cg-info-select-container{
	width:100%;
    background: linear-gradient(white, var(--cg-signup-field-gradient));
}

#cg-info-current-showed{
	height: 100%;
	padding-left: 10px;
	text-align: left;
	width: calc(100% - 40px);
	justify-content: left;
    display: flex;
    align-items: center;
}

#cg-info-select-showed{
	position: fixed;
	top: 96px;
	z-index:10000;
	width:100%; 
}

#cg-info-select-showed.cg-info-section > div{
	display: flex ;
	margin: auto;
	width: 90%;
}

#cg-info-select-showed-container{
	width: 100%;
	height: 250px;
	background-color: white;
	margin:0px auto;
	border: solid 1px var(--cg-arrow-color);
	border-top:unset;
	overflow: scroll
}

.cg-info-select-item
{
	min-height: 35px;
	width:100%;
	padding-left: 10px;
	border-left: solid 4px transparent;
	border-bottom: solid 1px lightgrey;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cg-info-select-item.cg-acceso{
	border-left: solid 4px var(--cg-arrow-color);
}

.cg-info-select-item.cg-info-disabled{
	background-color: #bdbdbd;
}

.cg-info-select-item.cg-info-main{
	font-weight: bold;
}

.cg-info-field-container {
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 2px;
    font-size: 15px;
    border-bottom-style: solid;
    border-bottom-color: var(--cg-general-field-border);
    border-bottom-width: 1px;
    height: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cg-info-filled-label {
	width: 74%;
    text-align: left;
}

.cg-info-filled-field {
    width: 24%;
    font-weight: 450;
}

.cg-info-button-container {
    padding: 20px 10px;
}

.cg-info-button-border {
    text-align: center;
    width: 100%;
    max-width: 350px;
    font-size: 19px;
    border: 1px solid var(--cg-nav-selection-border2);
    border-radius: 5px;
    height: 45px;
    margin: auto;
    background: var(--cg-nav-selection-color2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.18);
}

.cg-info-button-border.cg-info-detail {
    width: 60%;
    border: 1px solid var(--cg-nav-selection-border);
    max-width: 400px;
}

.cg-info-button-border > div {
    padding: 9px;
    font-size: 18px;
    text-align: center;
    font-weight: 450;
    color: var(--cg-nav-selection-text2);
    text-shadow: rgba(0,0,0,.33) 1px 1px 1px;
}

.cg-info-button-border.cg-info-detail > div {
    text-shadow: none;
    color: var(--cg-button-text-type1);
}

#cg-info-text-container.cg-info-table-fix {
	width: 100%;
    padding-left: 3px;
    padding-right: 3px;
}

#cg-vincite-mese-platform {
	text-align: center;
	margin: 5px;
	font-weight: bold;
}

[data-bind="dxControlsDescendantBindings: true"] {
	z-index: 10000!important;
}

.cg-info-table-text-fix {
	font-size: 14px;
}

.cg-info-filled-msg {
    width: 100%;
    font-weight: 500;
}

#cg-info-text-container a {
	color: #818181;
	text-decoration: underline;
}

.cg-info-text li{
	padding: 5px 0px;
}

.cg-info-body #CONTATTI{
	margin: auto;
}

.cg-info-text-item{
	width: 100%;
}

#FAQ_MAIN.cg-info-text-item p{
	padding-bottom: 10px;
}

#FAQ_MAIN.cg-info-text-item h5{
	padding-top: 10px;
}

.cg-info-select-item{
	font-size: 14px;
}

/* fix conflitti bootstrap*/
.cg-info-text-item b{
	font-size: 16px;
}

.cg-info-text-item p, .cg-info-text-item div{
	font-size: 15px;
}

.cg-info-text-item .img-privacy{
	max-height: 40px;
}

.cg-info-text-item .card{
	background-color: #fff;
}

.cg-info-text-item .card-header{
	padding: 10px;
	background-color: rgba(0,0,0,.03);
}


