/*
 * Base structure
 */

/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans');*/

/* noto-sans-regular - latin-ext */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('noto-sans-v7-latin-ext-regular.eot'); /* IE9 Compat Modes */
    src: local('Noto Sans'), local('NotoSans'), url('noto-sans-v7-latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('noto-sans-v7-latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('noto-sans-v7-latin-ext-regular.woff') format('woff'), /* Modern Browsers */
    url('noto-sans-v7-latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('noto-sans-v7-latin-ext-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}

/* Move down content because we have a fixed navbar that is 40px tall */
body {
    /* padding-top: 40px; */
    font-family: 'Noto Sans', sans-serif;
}

    body.home {
        padding-top: 0px;
    }

/* hyperSIC.Browser */

.hsbrowsermodule {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    float: left
}

.hsbrowsertext {
    vertical-align: middle;
}

.hsbrowserprocedura {
    color: #666666;
    font-style: italic;
    font-weight: bold;
    display: block;
}

.hsbrowserdescrizione {
    color: #AAAAAA;
    font-size: 0.7em;
    display: block;
}

/* End hyperSIC.Browser */

/* navbar */

.hs-navbar.navbar {
    min-height: 60px;
}
/*
.navbar-nav {
    margin-top: 10px;
}
.navbar-header {
    margin-top: 10px;
}
.hs-navbar.navbar .container-fluid {
    margin-top: 10px
}
.hs-navbar-margin-top {
    margin-top: 10px
} 
*/

.hs-navbar.navbar .navbar-header img {
    height: 2em;
    border-radius: 4px;
}

.navbar-left {
    margin-left: 15px !important;
}

.navbar-right {
    margin-right: 15px !important;
}

.navbar-inline {
    display: inline-block;
}

/* User Menu */

.navbar-user-dropdown-menu {
	position: absolute !important;
	left: auto !important;
	border-radius: 2px;
	font-size: 0.9rem;
}

.navbar-user-dropdown-menu > li > a {
	padding: 0.25rem 1rem;
	width: 100%;
	display: block;
	color: #000000;
	text-decoration: none;
}

.navbar-user-dropdown-menu > li:hover{
	background-color: #eee;
}

/* Procedure Menu */

.navbar-toggler {
	width: 50px;
	height: 100%;
	border: 0px;
	--bs-navbar-toggler-focus-width: 0px;
}

.navbar-nav {
	font-size: 0.9rem;
	--bs-navbar-hover-color: #ffffff;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a.show {
	background-color: #eee;
	color: #000000 !important;
}

.navbar-nav > li > a.visited {
	color: #ffffff !important;
}

.dropdown-menu {
	margin-top: 0px !important;
	margin-left: 0px !important;
	border-radius: 2px;
}

.dropdown-list-item,
.dropend {
	--bs-dropdown-link-hover-bg: #eee;
	--bs-dropdown-link-active-bg: #eee;
}

.dropend .dropdown-item {
	padding-right: 10px;
}

.dropdown-list-item .dropdown-item {
	padding-right: 30px;
}

.dropdown-item  {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000000 !important;
	font-size: 0.9rem;
}

.dropdown-item::after  {
	margin-left: 1rem !important;
	color: #c2c2c2;
	font-size: 1.1rem;
}

/* Fine Procedure Menu */

.navbar-button:hover {
	color: #000000 !important;
}

.navbar-icon {
	margin-left: 1rem;
	margin-right: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	fill: currentColor
}

.navbar-toggler-button {
    background-color: #004082 !important;
    border-color: #ffffff !important;
	color: #ffffff !important;
    border: 0 !important;
	margin-left: 3rem !important;
}
.navbar-toggler-icon {
	background-color: #004082 !important; 
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
	width: 1.5rem !important;
	height: 1.5rem !important;
}

.logo-left {
    margin-left: 2.5em !important;
}

.hs-navbar .navbar-brand {
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    /* height: 0; */
    margin-right: 1em;
	margin-left: 1em;
}

.hs-navbar .navbar-brand img {
    height: 2em;
    border-radius: 4px;
}

.hs-navbar .navbar-brand span {
    /* margin-left: 1.5em; */
}

.hs-navbar .hs-logo {
    height: 2.2em;
    margin-right: 0px !important;
}

.hs-navbar .hs-logo:hover {
	background-color: #004082 !important;
}

.hs-navbar .hs-logo img {
    position: relative;
    height: 2.2em;
    padding-top: 0px;
    left: 0px;
    top: 0px;
    border-radius: 0px;
}

.hs-navbar .navbar-toggle {
    margin-left: 1.5em;
}

.hs-navbar {
    background-color: #004082;
    color: #FFFFFF;
    box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    -moz-box-shadow: 0px 0px 5px #000000;
    border-color: transparent;
	font-size: small;
}

.hs-navbar a {
    color: #ffffff;
}

.hs-navbar .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.hs-navbar .navbar-toggle {
    float: left;
    margin-left: 15px;
}

.hs-navbar .navbar-toggle:hover > span {
    background-color: #000000;
}

.hs-navbar .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    color: #333;
}

.hs-navbar .nav > li > a:focus, .nav > li > a:hover {
    background-color: #eee;
    color: #333;
}

.hs-navbar .nav > li > a:focus, .nav > li > a:hover {
    background-color: #eee;
    color: #333;
}


@media (max-width:767px) {
    .hs-navbar .navbar-right {
        float: right;
        padding-right: 15px;
    }

    .hs-navbar .nav.navbar-nav.navbar-right li {
        float: left;
    }

    .hs-navbar .nav.navbar-nav.navbar-right li > a {
        padding: 8px 5px;
    }

    .hs-navbar .navbar-toggle {
        float: left
    }

    .hs-navbar .navbar-header {
        /* float: left; */
        width: auto !important;
    }

    .hs-navbar .navbar-collapse {
        clear: both;
        float: none;
    }

	.dropdown-menu {
		background-color: #004082;
    }
	
    .dropdown-menu > li > a {
        color: #fff !important;
    }
	
	.dropdown-menu > li > a:hover {
        color: #000 !important; 
    }
	
	.dropdown > a{
        padding-left: 10px;
    }
}

.hs-navbar .glyphicon {
    font-size: 1.5rem
}

.hs-navbar .dropdown-submenu {
    position: relative;
}

.hs-navbar .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.hs-navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.hs-navbar .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 9px;
    margin-right: 3px;
}

.hs-navbar .dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.hs-navbar .dropdown-submenu.float-start {
    float: none;
}

.hs-navbar .dropdown-submenu.float-start > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* End navbar */

#contenuto {
    width: 100%;
    height: 42em;
    height: calc(100vh - 70px);
    height: -o-calc(100vh - 70px); /* opera */
    height: -webkit-calc(100vh - 70px); /* google, safari */
    height: -moz-calc(100vh - 70px); /* firefox */
    margin: 0;
    padding: 0;
}

.footer {
    margin-bottom: 0;
    display: none;
}

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.icon-bar {
    background-color: #ffffff;
}

/*
 * Main content
 */

.main {
    padding: 20px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
	
	.position-md-absolute {
		position: absolute;
	}
	
	.position-md-absolute-ml {
		left: 0px;
	}
}

.main .page-header {
    margin-top: 0;
}

/* Favorites */

#LayASPX {
    height: auto !important;
}

    #LayASPX hr {
        display: none;
    }

#fav table {
    width: 100%;
}

#fav hr {
    display: none;
}

.Fav_Highlight {
    padding: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    display: block;
	text-decoration: none;
}

.Fav_Highlight span {
    color: #666666;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.Fav_Highlight br {
    display: none;
}


.Fav_Highlight img {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    float: left
}

.Fav_Description {
    color: #AAAAAA !important;
    font-size: 10px !important;
    display: block;
    font-weight: normal !important;
    min-height: 1em;
}

.Fav_Comune {
    font-size: 16px !important;
}

.Fav_Welcome {
    font-weight: normal !important;
}

/* End Favorites */


/*
 * CITTADINO DIGITALE
 */

.navbar-cd1 {
    background-color: #004082;
    color: #FFFFFF;
    box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    -moz-box-shadow: 0px 0px 5px #000000;
    border-color: transparent;
}

footer {
    background-color: #FFFFFF;
    padding: 20px;
}

.btn-default-inverse {
    background-color: #004082;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.tableHeaderStyle {
    vertical-align: bottom;
    border-bottom: 2px solid #DDD;
}

.table-hover > tbody > tr.tableHeaderStyle:hover > td {
    background-color: #FFFFFF;
}

.table-hover > tbody > tr > td {
    background-color: #FFFFFF;
    border-top: 0px;
}

.table-hover > tbody > tr > td > a {
    text-decoration: none;
}

.tableHeaderStyle > td {
    border: 0px;
    font-weight: bold;
}

.tableFooterStyle {
    vertical-align: bottom;
}

.tableFooterStyle > td {
    border: 0px;
}

.tableItemStyle {
    vertical-align: bottom;
}

.tableItemStyle > td {
    border: 0px;
}

.input-controls {
    margin-bottom: 20px;
}

.labelImage {
    color: #428BCA;
}

.login-doc-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 330px;
}


.login-doc-box-top {
    margin-top: 40px;
}

.login-doc-box-bottom {
    margin-top: 70px;
    margin-bottom: 20px;
}

.login-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 330px;
}

.login-box-top {
    margin-top: 40px;
}

.login-box-bottom {
    margin-top: 100px;
    margin-bottom: 20px;
}

.comunicazioni-box-bottom {
    margin-top: 280px;
}

.comunicazionitour-box-bottom {
    margin-top: 260px;
}

.map-box {
    height: 550px;
    border: 5px solid #428BCA;
}

.btn-primary-reverse {
    border: 1px solid #428BCA;
}

.btn-primary-reverse:hover {
    color: #357EBD;
}

.error-box-bottom {
    margin-bottom: 380px;
}

.navbar-welcome1 {
    font-size: 14px;
}

.internal-box {
    min-height: 480px;
}

.internalmin-box {
    min-height: 480px;
}

.internal-page {
    padding-left: 15px;
    padding-right: 15px;
}

.link-menu {
    color: #FFFFFF;
}

.sidebar-menu {
    padding: 0px;
}

.disabled {
    color: #cccccc;
}

.current {
    color: #000000;
}

.confermaDatiPagamentoDescrizioni {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    display: inline-block;
}

.confermaDatiPagamentoValori {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    display: inline-block;
    font-weight: 700;
}

@media (min-width: 768px) {
    .form-horizontal .confermaDatiPagamentoDescrizioni {
        text-align: right;
    }
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/*STILI PAGINE PROCEDURE*/
.panel-group-custom {
    padding-top: 15px;
    border-color: transparent;
    box-shadow: none;
	margin: 5px;
	display: inline
}

.panel-child-custom {
    margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
    margin-right: 0px;
	display: inline-flex;
    font-size: 14px;
    width: 19rem;
}

.panel-child-custom > a{
	text-decoration: none;
}

/*Blu*/
.panel-group-custom-border0 {
    border-width: 3px;
    border-color: #432BD1;
    background-color: #EAE5FF;
}

.panel-child-custom-border0 {
    border-width: 2px;
    border-color: #AFA4FC;
}
/*Arancione*/
.panel-group-custom-border3 {
    border-width: 3px;
    border-color: #F99519;
    background-color: #FFF8F2;
}

.panel-child-custom-border3 {
    border-width: 2px;
    border-color: #FFE4C6;
}
/*Azzurro*/
.panel-group-custom-border4 {
    border-width: 3px;
    border-color: #29DCE0;
    background-color: #F2FEFF;
}

.panel-child-custom-border4 {
    border-width: 2px;
    border-color: #C6FEFF;
}
/*Viola*/
.panel-group-custom-border5 {
    border-width: 3px;
    border-color: #AB6FFF;
    background-color: #F7F2FF;
}

.panel-child-custom-border5 {
    border-width: 2px;
    border-color: #DEC6FF;
}
/*Giallo*/
.panel-group-custom-border6 {
    border-width: 3px;
    border-color: #FFEC0A;
    background-color: #FFFAE5;
}

.panel-child-custom-border6 {
    border-width: 2px;
    border-color: #FFF7B2;
}

/*Fucsia*/
.panel-group-custom-border7 {
    border-width: 3px;
    border-color: #ff4de1;
    background-color: #f7eef6;
}

.panel-child-custom-border7 {
    border-width: 2px;
    border-color: #FF92ED;
}

/*Rosso*/
.panel-group-custom-border2 {
    border-width: 3px;
    border-color: #F43E55;
    background-color: #FFF2F3;
}

.panel-child-custom-border2 {
    border-width: 2px;
    border-color: #FFC6CD;
}

/*Verde*/
.panel-group-custom-border1 {
    border-width: 3px;
    border-color: #94D12B;
    background-color: #F5FFE5;
}

.panel-child-custom-border1 {
    border-width: 2px;
    border-color: #DCFCA4;
}

/*HelpDesk Verde*/
.panel-group-helpdesk-border1 {
    border-width: 3px;
    border-color: #94D12B;
    background-color: #F5FFE5;
}

.panel-child-helpdesk-border1 {
    border-width: 2px;
    border-color: #DCFCA4;
}

/*HelpDesk Blu*/
.panel-group-helpdesk-border0 {
    border-width: 3px;
    border-color: #432BD1;
    background-color: #EAE5FF;
}

.panel-child-helpdesk-border0 {
    border-width: 2px;
    border-color: #AFA4FC;
}

.proclist-img-item {
    max-height: 30px;
}

/* Extra small devices (phones, less than 768px) */
.hypersic-home-news-container {
    display: none;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.hypersic-home-main-container {
    width: 100%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.hypersic-home-communication-container {
    display: none;
    padding-left: 0px;
    float: left;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .hypersic-home-news-container {
        display: initial;
        width: 40%;
    }

    .hypersic-home-main-container {
        width: 40%;
    }

    .hypersic-home-communication-container {
        display: initial;
        width: 20%;
    }
}