.navbar-brand
{
	background: url(../images/layout/logo-luxottiva-rev.svg) no-repeat;
	background-size: 184px;
	background-position: 26px 50%;
	margin: 1px 0;
	border-bottom: 2px solid #003cbf96;
    height: 68px;
}

.footer .navbar-brand
{
	background: url(../images/layout/logo-luxottiva-rev.svg) no-repeat;
	/* background-size: 100px; */
	background-position: 0px 50%;
	border: none;
}

body.login
{
	background: #fff;
}


body.login .logo-login
{
	background: url(../images/layout/logo-luxottiva-rev-blue.svg) no-repeat;
	background-size: 184px;
	background-position: 26px 50%;
	margin: 1px 0;
    height: 68px;
	margin-bottom: 80px;
}



.logo-splash{
	background: url(../images/layout/logo-luxottiva-rev-blue.svg) no-repeat;
	background-size: cover;
	background-position: 26px 50%;
	margin: 1px 0;
    height: 500px;


}

body.login .card-header
{
	font-size:20px;
}

body.login .footer
{
	background: #fff;
}

body.login .copy-footer
{
	
color:#000;
}

body.login a
{
	color: #ff6214;
}

body.login .navbar-light .navbar-nav .nav-link
{
	font-size:18px;
}
 

body.login .card-body{
	background: #F0F0F0;
	border-radius: 10px;
}

body.login .form-control{
	background: #fff;
	border-radius: 50px;
}

.logo-occhi{
    background: url(../images/layout/occhiali.svg) no-repeat;
    /* background-size: cover; */
    background-position: 0 50%;
    margin: 1px 0;
    height: 300px;
}



.card.dash{
	background: #c2d8ff;
}

.card.dash p{
	font-size: 40px;
	color: #fff;
	margin-bottom: 20px;
}


.card.dash span{
	font-size: 80px;
}
.card.dash span strong{
	color:#0050FF;
}

.text-intro{
	line-height: 44px;
}

.bg{
    background: white;
    position: absolute;
    top: 0;
    height: calc(100vh - 60px);
    width: 100%;
    z-index: 0;
    left: 0;
}

body{
	position: relative;
}


.pages-box.icon-website
{
    padding-right: 25px !important;
    border-top: 2px solid #c2d8ff;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 15px;
}


.pages-box.icon-website.selected
{
/*     background: url(../images/layout/icon-website.png) no-repeat, #c2d8ff !important;
    background-position: 10px 50% !important;
    background-size: 30px !important; */
	
}


.pages-box.icon-website.selected:after
{
    background: url(../images/layout/arrow-right-big.png) no-repeat;
    background-size: contain;
}


.icon-website
{
/* 	background: url(../images/layout/icon-website.png) no-repeat;
	background-position: 10px 50%;
	background-size: 30px; */
}

.radio-check input[type="radio"]
{
	opacity: 0;
	position: relative;
	z-index: 2;
	left: 10px;
}

.radio-check input[type="radio"][value="yes"]:checked + label
{
	background: url(../images/layout/ico-check-ok.png) no-repeat;
	background-size: cover;
	padding: 10px;
	display: inline-block;
	position: relative;
	left: -10px;
	z-index: 0;
}
.radio-check input[type="radio"][value="yes"] + label,
.radio-check input[type="radio"][value="no"] + label,
.radio-check input[type="radio"][value="ND"] + label
{
	background: url(../images/layout/ico-check-blank.png) no-repeat;
	background-size: cover;
	padding: 10px;
	display: inline-block;
	position: relative;
	left: -10px;
	z-index: 0;
}

.radio-check input[type="radio"][value="no"]:checked + label
{
	background: url(../images/layout/ico-check-ko.png) no-repeat;
	background-size: cover;
	padding: 10px;
	display: inline-block;
	position: relative;
	left: -10px;
	z-index: 0;
}

.radio-check input[type="radio"][value="ND"]:checked + label
{
	background: url(../images/layout/ico-not-available.png) no-repeat;
	background-size: cover;
	padding: 10px;
	display: inline-block;
	position: relative;
	left: -10px;
	z-index: 0;
}

/* P.RUI START */
body{
	font-family: 'Manrope', sans-serif;
	background-color: #C2D8FF;
	color: #575B58;
	font-family: 'Manrope', sans-serif;
	font-size: 13px;
	line-height: 21px;
	font-weight: 500;
}

.sidebar{
	background-color:#0050ff ;
	width: 264px;
}

.sidebar-menu li a{
	text-shadow: none;
	font-size:22px;
	line-height: 30px;
	text-transform: none;
	color:white;
}

.content-sidebar{
	margin-left: 264px;
    min-height: 100%;
    height: calc(100% - 52px);
    width: calc(100% - 264px);
}

.top-navbar{
	background: none;
	border-bottom: none;
}

.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: end;
}

.sidebar-menu li a .fa:before{
	background: none;
}
.sidebar-menu li a .fa{
	color:white;
	margin-right: 33px !important;
}

.sidebar-menu li{
	border-bottom: 2px solid #003cbf96;
}

.card-header{
	padding:24px 20px;
}

.box-kpi strong{
	text-align: center;
	display: block;
}




/* P.RUI END */








