/* Nascondo i bordi */
.country-language-select-portlet .portlet-topper {
	display:none;
}
.country-language-select-portlet {
	float:right;
	width:40px;
	margin-right:5px;
}
.country-language-select-button  {
	line-height: 35px;
}
.country-language-select-button .arrow-down:before {
    margin-left: 10px;
    content: "\2193";
    font-size: 1.2em;
}
#country-language-select-popup .btn {
	float:right!important;
	margin-right:10px!important;
	padding: 3px 8px;
    background: #fff;
    color: #172c54;
    font-weight:bold;
    width:30px;
}
#country-language-select-popup .btn:hover {
	border:1px solid #000;
}

.mfp-hide {
    display: none!important;
}
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

.country-select, .language-select { 
	float:left;
	width:100%;
	border-top:1px solid #172c54;
}
.language-select { 
	border-bottom:0px solid #172c54;
}

.buttons { text-align: center; }

.text-row {float:left; width: 100%; text-align: center;}

.text-main-column {float:left; width: 100%; text-align: center; margin-bottom: 20px;padding-left:15px;}

.title-text {font-weight: bold; font-size: 20px;}

.showPopupOnLoad {
	display:none;
}
#country-language-select-popup .nice-select {
	width:100%!important;
	line-height:35px;
	font-size:16px!important;
	height:37px!important;
}
#country-language-select-popup .nice-select:after {
	top:11px;
}
#country-language-select-popup .nice-select .current {
	line-height:35px;
}
#country-language-select-popup {
	max-width:300px;
	padding:0px;
	padding-top:10px;
}
#country-language-select-popup .text-main-column {
	text-align:center!important;
	margin-bottom:15px;
	padding-left:0px;
	float:none;
}
#country-language-select-popup .nice-select:active, 
#country-language-select-popup .nice-select.open, 
#country-language-select-popup .nice-select:focus, 
#country-language-select-popup div.nice-select:hover {
    background:#172c54;
    color:#fff;
    border:none!important;
}
#country-language-select-popup .nice-select .list {
	margin-top:0px;
	padding:0px;
	width:300px;
}
#country-language-select-popup .nice-select .option {
	padding-left:15px!important;
	line-height:35px!important;
	padding-bottom:0px!important;
}
#country-language-select-popup .nice-select .option.option-default {
	display:none;
}