﻿html { margin:0; padding:0; }

body 
{
    font-family: "Titillium Web",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    overflow: scroll;
}

h1{font-family:Roboto Condensed, sans-serif; margin:0 0 20px 0; font-weight:500; font-size:20px; width:100%; }
h2{font-family:Roboto Condensed, sans-serif; margin:0 0 20px 0; font-weight:normal; font-size:20px; }
h3{font-family:Roboto Condensed, sans-serif; margin:0 0 20px 0; font-weight:700; font-size:18px;  }

.intro h1 { text-align:center; font-size:40px !important; margin-top:20px !important; margin-left:-340px !important; border:none;}

.error 
{
    color:Red;
    font-size:14px;
    font-weight:bold;
}

input[type=file]{ font-size:14px;}

a
{
    text-decoration:none;
    cursor:pointer;
    display: block;
    outline: medium none;
    text-decoration: none;
}

a:hover 
{
    text-decoration:none;
}

ul { margin:0; padding:0px; display: block;}
li { list-style:none; line-height: 20px;}

.sidebar {
    display: flex;
    flex-direction: column;
    width: 20%;
    float:left;
}

.contentSidebar {
    display: flex;
    flex-direction: column;
    width: 20%;
    float:right;
}


.mainContent {
    width: 100%;
    /*padding:0 20px;*/
    padding:0;
}

.mainContentSx {
    display: flex;
    flex-direction: column;
    width: 78%;
    float:left;
}

.mainContentDx {
    display: flex;
    flex-direction: column;
    width: 78%;
    float:right;
}

input[type="text"], input[type="password"], select {
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: inline-block;
    margin: 4px 0;
    padding: 8px;
    font-size:14px;
}

.anno {
    width:70px;
}


input[type="radio"] {
    margin-right: 5px;
}

fieldset {
    border: 1px solid #EEEEEE;
    margin: 0 10px 20px 0;
    padding: 10px 20px;
}


legend
{
    font-weight:bold;
    padding:0 10px;
}

.errori, error { color: #FF0000;}

/*===== HEADER =====*/
.header 
{
    margin:0 0 20px 0;
    border-bottom:20px solid #EEEEEE;
}

.logo 
{    
    float:left;
    margin:5px 50px 0px 20px;
}

.aMenu 
{
    float:left;
    padding:20px;
    line-height:30px !important;
    border-right:1px solid #EEE;
    color: var(--linkMenu);
}    

.aMenu:hover 
{
    background: #EEEEEE;
    color: var(--linkMenuH);
}


.aMenuSel 
{
    background: #EEEEEE;
    float:left;
    padding:20px;
    line-height:30px !important;
    border-right:1px solid #EEE;
}  

.aMenuSel:hover
{
    color: var(--linkMenuH);
}  

.totSchede 
{
    margin-bottom:20px;
    line-height:30px;
    padding-left:22%;
    background: #E2F7FF;
}

.lbSchede 
{
    margin-right:50px;
}

.usr 
{
    padding-left:50px;
    line-height:70px;
}


/*-----CONTENT-------*/

.wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.mainContent {
    width: 100%;
    padding:0;
}


.button {
    background-color: var(--buttonB);
    color: var(--buttonC);
    border: medium none;
    cursor: pointer;
    font-size: 16px;
    padding: 14px 20px;
    margin:5px 5px 5px 0;
}

.button:hover {
    background-color: var(--buttonHB);
    color: var(--buttonHC);
}

.buttonL {
    background-color: var(--buttonB);
    color: var(--buttonC);
    border: medium none;
    cursor: pointer;
    font-size: 16px;
    margin: 8px 0;
    padding: 14px 20px;
    width: 100%;
}

.buttonL:hover {
    background-color: var(--buttonHB);
    color: var(--buttonHC);
}

.divPulsanti 
{
    margin:10px 0;
}


/*===== LOGIN =========*/
.login {
    border: 3px solid #f1f1f1;
    margin: 0 auto;
    width: 300px;
}

.imgcontainer {
    margin: 24px 0 12px;
    text-align: center;
}

.login_container {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 16px 16px 0;
}

.container_psw {
    background: #f1f1f1 none repeat scroll 0 0;
    min-height: 30px;
    padding: 10px 16px 0;
}

label {
    font-size: 14px;
    margin:0 5px 0 0;
}



/*===== MENU =====*/
.titleMenu 
{
    background: var(--titleMenu);
    color: var(--headerHoverC);
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    margin: 0 !important;
    padding: 5px;
}

.menuNav 
{
    width:100%;
    /*overflow:hidden !important;*/
}

.menuContent, .sottoMenu { width:100%; }

.menuHeader {
    border-bottom: 1px solid #E7E6E4;
    color: var(--headerC);
    cursor: pointer;
    padding: 10px 10px;
}

.menuHeader:hover 
{
    background: var(--headerHoverB);
    color: var(--headerHoverC);
}

.menuSelected {
    background: var(--headerHoverB);
    color: var(--headerHoverC);
    padding: 10px 10px;
    /*height:100%;*/
}

.menuContent {
    background: var(--menuB);
}

.sottomenuHeader {
    border-bottom: 1px solid #E7E6E4;
    color: var(--headerC);
    cursor: pointer;
    padding: 10px 10px 10px 30px;
}

.sottomenuHeader:hover 
{
    background: var(--menuHoverB);
    color: var(--menuC);
}

.sottomenuSelected {
    background: var(--sottomenuSelB);
    color: var(--linkH);
    padding: 10px 10px 10px 30px;
    
}

.sottomenuContent li 
{
    padding-left:20px;
}

.sottomenuContent .sottoMenu li:hover
{
     background: var(--menuHoverB);
}

.sottomenuNav .divHeader
{
    margin-left:10px;
}

.sottoMenu li
{
    border-bottom: 1px solid var(--borderB);
}

.sottoMenu li:hover
{
    background: var(--menuHoverB);
}

.sottoMenu li a
{
    padding:10px 10px 10px 30px;
    color: var(--link);
    text-decoration:none;
    
}

.sottoMenu li a:hover
{
    color: var(--linkH);
    text-decoration:none;
}

.famiglia 
{
    width:95%;
    display:inline-block;
}

.glyphicon-chevron-down 
{
    width:5%;
    display:inline-block;
    text-align:right;
}

/*==== GRIDVIEW =====*/

table.noBorder, .noBorder td 
{
    border:none !important;
}

.l100, .grid { width:100%; }

.grid th  
{
    background: var(--gridB); 
    color: var(--gridC);
    border:1px solid #CCCCCC;
    padding:5px;
}

.grid td 
{
    border:1px solid #CCCCCC;
    padding:5px;
}

.gv_no_result td
{
    background:#EEE;
    padding: 20px;
}



/*==== TABLE =====*/
.tblAdmin label { margin-right:10px;}

.tblAdmin td 
{
    padding:3px;
}

.tdB 
{
    border-bottom:1px solid #EEEEEE;
    padding:10px 3px !important;
}

.imgLeft { float:left; }
.imgRight { float:right; }

.panel {
    margin-bottom: 20px;
    background-color: #F3FDEC;
    border: 1px solid #DDD;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding:10px;
}

.panel2 {
    margin-bottom: 20px;
    border: 1px solid #DDD;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding:10px;
}

.rif
{
    margin-top:10px;
    display:block;
}

.rif li
{
    list-style-type: square;
    margin-left:20px;
}

.rif a
{
    color:#00A5DD !important;
}

.rif a:hover
{
    color:#00A5DD !important;
    text-decoration:underline;
}

.pager2 
{
    border:1px solid #CCCCCC !important;
}

.pager2 table 
{
    margin: 0 auto;
}

.pager2 td
{
    border: none !important;
    padding:3px 10px !important;
}

.pager2 a
{
    color:#00A5DD;
    font-size:15px !important;
}

.pager2 span
{
    font-weight:bold;
    font-size:16px !important;
}

.ulGare 
{
    margin:20px 0 30px 20px;
}

.ulGare li 
{
    list-style: square url("../immagini/list.png");
    margin-left:40px;
    line-height:30px;
}

.ulGare li a
{
    font-size:18px;
    color: #00A5DD !important;
    float:left;
}

.ulGare li a:hover
{
    color: var(--link)  !important;
}

.txt-big 
{
    color: var(--buttonHB);
    font-size: 30px;
    line-height: 40px;
}
   
.contentSidebar {
    display:block;
    } 

.btnMenu {
    position: fixed;
    z-index: 17;
    top: 1px;
    right: 1px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: #3a3f4b;
    border: none;
    outline: none;
    padding: 0 5px;
    background-color: #3a3f4b;
    backface-visibility: hidden;
    border-radius: 0;
    color:#FFF;
}

/*RESPONSIVE*/
@media only screen and (max-width: 700px) {
    
    .mainContentSx {
        width:100% !important;
    }

    .contentSidebar {
        margin-top:20px;
        width:100% !important;
        background:#FFF;
        /*position: absolute;
        z-index: 16;
        top: 1px;
        right: 1px;*/

    }

    .mainContentSx h1 {width: 88%}

    .titleMenu { line-height:48px;}

    /*#menuResp {display:block;}*/

}

@media  (min-width: 768px) {


}



  