﻿/*MATTIA 10-07-2018: Foglio di stile che raccoglie tutti gli stili necessari per il nuovo menu utilizzato dagli applicativi web */
/*Inizio Mattia: */


.navbar-nav > li > a{
padding-top:8px !important;
}

.expand
{
    /*background-color :rgb(114, 114, 114)!important;*/
    min-height: 16px !important;
    height: 40px !important;
    top: 0px !important;
}

.normal
{
    top: 34px!important;
    
}

.ImgExpand
{
    float: left;
    width: 36px;
    margin-top: -10px;
}

.ImgNormal
{
    float: left;
    width: 29px;
    display: inline !important;
}
.ImgHide
{
    display: none !important;
}
.ImgSmallNormal
{
    margin-top: 0px!important;
    margin-left: 13px;
    width: 29px;
    display: inline !important;
}
   
.borderMenu
{
    border-bottom: 1px solid #0078d7;
}

.normalMenu {
    margin-top: 60px!important;
    position: fixed !important;
}
.EnteLoggatoNormal
{
    color: White !important;
    padding-left: 24px !important;
    font-size: 22px !important;
}
.EnteLoggatoSmall
{
    color: White !important;
    padding-left: 24px !important;
    font-size: 12px !important;
}
.MenuDXNormal
{
    float: right;
    font-family: titillium web;
    position: relative;
}
.MenuDXSmall
{
    float: right;
    font-family: titillium web;
    position: absolute;
}
.Dropdown
{
    position: relative;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-color: white;
}
.divMenu{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.IconNormal
{
    height: 34px;
}
.IconSmall
{
    height:0px!important;
}
.Hide{
    display:none;
}
.FixContent{
    margin-top:23px!important;
}
/*Fine Mattia*/
/*inizio massimoCa 09/08/2018*/
#frm { /*MassimoCa Frame altezza non definita perchè calcolata dall' resize Iframe*/

    border: none;
    margin-left: 20px;
    margin-right: 20px;
}

.navBarSiscom {
    border-radius: 0px;
    background-color: Black;
    top: 0px;
    width: 100%;
    min-height: 32px !important;
    height: 30px !important;
    position:absolute;
}

.NavBarComune {
    top: -19px;
    border-radius: 0px;
    width: 100%;
    height: 56px;
}

.NavBarMenu {
    border-color: white;
    border-top-width: 1px;
    border-radius: 0px;
    width: 100%;
     height: 34px;
    min-height: 35px;
}
       /*<!--fine massimoCa 09/08/2018--> */