﻿/*MATTIA 10-07-2018: Foglio di stile che raccoglie tutti gli stili necessari per il nuovo menu utilizzato dagli applicativi web */
/*Inizio Mattia: */
.expand
{
    /*background-color :rgb(114, 114, 114)!important;*/
    min-height: 16px !important;
    /*height: 40px !important;*/
    top: 0px !important;
}

.normal
{
    /*top: -19px !important;*/
    
}
/*MassimoCa modifiche sovrascritte bootstrap per allineare al centro*/
.panel-title {
margin-top:-4px;
}


.navbar-nav > li > a {
    padding-top: 10px!important;    
    font-size: 16px;
    text-align:left;
}
/*fine massimo*/

.ImgExpand
{
    float: left;
    width: 36px;
    margin-top: -6px;
}

.ImgNormal
{
    float: left;
    width: 29px;
    display: inline !important;
}
.ImgHide
{
    display: none !important;
}
.ImgSmallNormal
{
    margin-top: 14px;
    margin-left: 13px;
    width: 29px;
    display: inline !important;
}

.borderMenu {
    border-bottom: 4px solid #0078d7;
    background-color: #e9ecef;
}

.normalMenu
{
    /*top: 88px !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;
}
.IconNormal
{
    height: 34px;
}
.IconSmall
{
    height:0px!important;
}
.FixContent{
    margin-top:65px!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;
    padding-left: 10px;
    padding-right: 10px;
    /*height: 30px !important;*/
}

.navBarComune {
    top: -19px;
    border-radius: 0px;
    width: 100%;
    height: 56px;
}

.NavBarMenu {
   
    border-top-width: 1px;
   
    width: 100%;
    /*top: 88px;*/

    min-height: 35px;
}
.navbar-fixed-top {
    top: 0;
    border-width: 1px;
}
.navbar-default {
     background-color: transparent;
    border-color: transparent;
}
       /*<!--fine massimoCa 09/08/2018--> */