﻿.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

body
{
    margin: 0px;
    height: 100%;
    padding: 0px;
    font-family: "Segoe UI", helvetica, tahoma;
}

a{text-decoration: none;}
select {font-family:"Segoe UI", helvetica, tahoma;margin:0}
input {font-family:"Segoe UI", helvetica, tahoma;margin:0}
hr {border:0;border-bottom:gray 1px solid}
img {border:0}

.line
{
    clear: both;
}

.SiteMap
{
    width: 100%;
    font-size: 14px;
    background-color: whitesmoke;
    border-bottom: 1px solid silver;
    padding: 10px;
    position: fixed;
    top: 84px;
    z-index: 10;
}

.txt { border: 1px solid #DDD; padding: 3px; font-family: "Segoe UI", helvetica, tahoma;}

.w100 { width: 96%; }

#top
{
    height: 30px;
    width: 100%;
    background-color: rgb(0,44,64);
    padding: 10px 0px 0px 0px;
    border-bottom: 5px solid #1B83BE;
    position: fixed;
    z-index: 10;
    top:0px;
}

#bottom {
  background-color: rgb(0, 44, 64);
  border-top: 5px solid #1b83be;
  height: 30px;
  padding: 10px 0 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.logoAnteria{
    float:right;
    margin-right:10px;
}

    #top a
    {
        color: white;
    }

.logo
{
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

#top .menu
{
    float: left;
}

#top .login
{
    float: right;
    background-color: #1B83BE;
    padding: 10px;
    min-width: 230px;
    height: 20px;
    color: white;
    text-align: center;
    font-size:14px;
    line-height:14px;
    margin-top:0px;
    margin-right:10px;
    height:10px
}

.topPanel
{
    background-color: whitesmoke;
    border-bottom: 1px solid silver;
    height: 25px;
    padding: 15px 10px 15px 10px ;
    color: rgb(0,44,64);
    position:fixed;
    z-index:10;
    width:99%;
    width:calc(100% - 20px);
    top:122px;
}

    .topPanel .titolo
    {
        float: left;
        font-size: 14pt;
        font-weight:bold;
    }

    .topPanel .cerca
    {
        float: right;
        font-size: 10pt;
    }

.linkPanel
{
    height: 20px;
    padding: 15px 20px 10px 10px;
    color: rgb(0,44,64);
    font-size: 10pt;
    text-align: right;
    position:fixed;
    z-index:10;
    width:99%;
    width:calc(100% - 30px);
    top:178px;
    background-color:#fff;
    border-bottom: 1px solid silver;
    left:0;
}

.linkPanel a
{
  
    color: rgb(0,44,64);
    text-decoration:none;
  
}

.linkPanel a:hover
{
  

    text-decoration: underline;
  
}

.sfondoCalendario
{
    background-image:url(../application/Images/oggi.png);
    background-position:center;
    background-repeat:no-repeat;
}
    .sfondoCalendario a {font-weight:bold}
.calendarioSelezionato {background-color:#fff !important;}
    .calendarioSelezionato a {font-weight:bold;color:rgb(0, 44, 64) !important;font-size:14px}

.segnalazione {background:url('../application/Images/segnalazioni.png') center center no-repeat}
.sfondoCalendario.segnalazione {background:url('../application/Images/oggi.png') center center no-repeat}

.bottomPanel
{
    background-color: whitesmoke;
    border-top: 1px solid #1B83BE;
    border-bottom: 1px solid #1B83BE;
    height: 28px;
    margin-top: 10px;
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 4px;
    font-weight: bold;
    color: #1B83BE;
}

.plgrid
{
    margin-bottom: 10px;
    overflow-x: auto;
    position:relative;
    top:120px;
    height: calc(100% - 655px);
    overflow:auto;
}

.plGridTabella
{
     height: calc(100% - 655px);
         overflow:auto;
width:100%;
font-size:16px;
}

    .plgrid th, td
    {
        padding: 3px !Important;
    }

#WorkSpaceBar
{
    margin-bottom: 0px;
    overflow: hidden;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid silver;
    /*box-shadow: 0px 2px 2px #aaa;*/
    height: 18px;
    width: 100%;
    background-color: white;
    position: fixed;
    top: 45px;
    z-index: 5;
}

.logoSoftware
{
    float: left;
    margin-left: 10px;
}

    .logoSoftware img
    {
    }

#WorkSpace
{
    z-index: 0;
    top: 122px;
    position: relative;
    /*padding-top:40px;*/
    /*background-color:whitesmoke;*/
    /*padding-left:1%;
        
    padding-right:1%;*/
}

    #WorkSpace .Inside
    {
        top:30px;
        position:relative;
    }

    #WorkSpace #ContentPlaceHolder1_Calendar1
    {
        width: 95%;
        /*height: 340px;*/
        border: none !important;
        font-size:13px;
    }
        #WorkSpace #ContentPlaceHolder1_Calendar1 th {width:26px !important;height:26px}
        #WorkSpace #ContentPlaceHolder1_Calendar1 td {width:26px !important;height:26px}

.BorderRight{border-right: 1px solid gray;}

#WorkSpace .Box
{
    padding:0 2%;
    width: 45%;
    float: left;
    border-left:gray 1px solid;
    margin-left:-1px;
}

/*#WorkSpace .InsideBox
{
    width: 96%;
    padding: 0 2% 0 2%;
}*/

#WorkSpace .InsideBox
{
    width: 100%;
    padding: 0;
}

#WorkSpace .Intestazione
{
    margin: auto;
    border-bottom: 1px solid gray;
    color: gray;
    font-size: 18px;
    /*margin: 0px 20px 20px 20px;*/
    padding-bottom: 5px;
}
#WorkSpace .BorderRight .Intestazione
{
    margin-left:0
}

#WorkSpace .InsideBox .InBoxLeft
{
    width: 48%;
    float: left;
    padding-right: 2%;
}

#WorkSpace .InsideBox .InBoxRight
{
    width: 45%;
    float: right;
    padding-left:5%;
    margin-top:12px
}
#WorkSpace .InsideBox .InBoxRight ul{padding-left:20px}

#menuorizzontale
{
}

    #menuorizzontale ul
    {
        margin: 0px !Important;
        padding: 0px !Important;
        list-style: none;
    }

    #menuorizzontale li
    {
    }

    #menuorizzontale a
    {
        color: #002C40;
        text-decoration: none;
        font-weight: normal !Important;
        padding: 10px 10px 8px 10px;
    }

    /*#menuorizzontale a:hover {
        color:#fff;
         background-color: #1B83BE;
         padding: 10px 10px 8px 10px;
    }*/

    #menuorizzontale .selected
    {
        color: #fff;
        background-color: #1B83BE;
        padding: 10px 10px 8px 10px;
    }

    #menuorizzontale .level1
    {
        margin-bottom: 8px;
        line-height:19px;
    }

        #menuorizzontale .level1 .highlighted
        {
            color: #fff;
            background-color: #1B83BE;
            padding: 10px 10px 8px 10px;
        }

    #menuorizzontale .level2
    {
        width: 150px;
        padding-left: 10px;
        text-align: left;
        float: left;
        z-index: 10;
    }

        #menuorizzontale .level2 .dynamic
        {
            top: 9px !Important;
            background-color: rgb(0,44,64);
        }

        #menuorizzontale .level2 .highlighted
        {
            background-color: #1B83BE;
            padding-left: 10px;
            text-align: left;
        }



/*Risorse Umane*/

.MascheraUtente
{
    padding:65px 0px 0px 0px;
    font-size:14px;
}

 .MascheraUtente table{

                padding:5px;
                vertical-align:top;
                
            }

  .IntestazioniTabella {
      border-bottom:1px solid silver;
      margin-bottom:10px;

  }
    .IntestazioniTabella td {border-bottom:silver 1px solid;padding: 5PX 15PX !IMPORTANT;}

 .form {width:100%; font-size:14px; font-weight:bold;}

.MascheraUtente .contenutoMaschera { width: 99%; padding: 0.5%; font-weight: bold; }

.MascheraUtente .contenutoMaschera  td { padding: 5px 5px 5px 15px!Important; vertical-align:top; }

.MascheraUtente .colBorder { border-right: 1px solid #1B83BE; width: 33%; }

.MascheraUtente a
{
    padding:5px;
    border:1px solid rgb(0,44,64);
    background-color:#1B83BE;
    color:#fff;
    font-weight:normal;
    
}



.PulsantiMaschere
{
    padding:2px 10px;
    border:1px solid rgb(0,44,64);
    background-color:#1B83BE;
    color:#fff;
    font-weight:normal;
    font-size:14px;
    cursor:pointer;
}

#LoginBox {margin:0 auto;margin-top:200px;background:#002C40;box-shadow:0 0 5px #1B83BE;font-size:13px;color:#fff}

.button {background:#1B83BE;color:#fff}

.orologio {font-size:30px;font-weight:bold;color:#555;margin-left:0px;padding:10px}

#registrazioni {padding:20px}

.giornaliera .BorderRight {width:300px !important}
#WorkSpace .giornaliera .Box {
    float: left;
    padding: 0 2%;
    width: calc(100% - 460px);
}
.turni .Box {padding:20px;padding-left:0}

.listaOpzioni {font-size:13px;font-family:"Segoe UI", helvetica, tahoma;width:100%}
.labelGiorni {float:left;padding:1px 0 0 5px;font-weight:bold}
.listaGiorni {margin:0;float:left;padding-left:10px;font-size:12px;font-family:"Segoe UI", helvetica, tahoma}
.listaGiorni li{float:left;list-style:none;margin-right:5px;padding:3px}
    .listaGiorni input {vertical-align:middle;margin-right:2px}
    .listaGiorni label {vertical-align:middle;}

#listaErrori {background:#ee0000;color:#fff;font-weight:bold;border-radius:5px;border:#cc0000 2px solid;margin:0 0 20px 0}
#listaErrori{padding:10px;list-style:none}

select {padding:3px}

#inserisciRegistrazione {text-align:center}
.campoOrario {width:50px}
.erroreForm {color:#cc0000;font-size:12px;position:absolute;top:0;left:0}

.erroreOpzioni{font-size:12px;color:#cc0000;float:left}

.fontInput {font-family:"Segoe UI", helvetica, tahoma}

.Box .ui-widget-content {border:0}
.Box .ui-widget-header {background:none;border-top:0;border-left:0;border-right:0}
.Box .ui-state-default, .Box .ui-widget-content .ui-state-default, .Box .ui-widget-header .ui-state-default {background:none;background-color:#ededed}
.Box .ui-tabs .ui-tabs-nav li.ui-tabs-active {background:none;background-color:rgb(0,44,64);color:#fff}
.Box .ui-tabs .ui-tabs-nav li.ui-tabs-active a{color:#fff}
.Box .ui-tabs .ui-tabs-nav li a {font-weight:bold;font-size:14px;font-family:"Segoe UI", helvetica, tahoma}

/*.reportUtente {border:1px solid}
.pannelloFerie,
.pannelloDP,
.pannelloIntestazione {border-bottom:1px solid;width:100%;overflow:hidden}
.wp33,
.pannelloIntestazione span {display:block;width:33%;float:left;text-align:center}
.wp25 {display:block;width:25%;float:left;text-align:center}*/

/* report */
.alignleft {float: left;}
.c1 {width:55px;}
.c2 {width:60px;}
.c3 {width:66px;}
.c4 {width:56px;}
.c5, .c6, .c7 {width:49px;}
.c8 {width:64px;}
.c9 {width:69px;}
.c10 {width:179px;}
.reportUtente {
    margin:0 auto;
    margin-bottom:20px;
    width:95%;
}

.pannelloIntestazione {
    font-size:13px;
    overflow:hidden;
    margin-bottom:20px;
}
.titoloRapporto {
    font-size:24px;
    font-weight:bold;
}

.pannelloDP {
    font-size:13px;
    overflow:hidden;
    margin-bottom:20px;
}
    .pannelloDP span {display:block;}

.wp33 {
    width:32.8%;
    /*float:left;*/
    padding-left:5px;
}

.pannelloFerie {
    font-size:13px;
    overflow:hidden;
    margin-bottom:20px;
    float:left;
    width:19%;
    margin-right:1.25%
}

.pannelloStraordinari {
    font-size:13px;
    overflow:hidden;
    margin-bottom:20px;
    float:left;
    width:19%;
    margin-right:1.25%
}

.wp25 {
    padding-left:5px;
}

.tabellaReport {
    font-size:13px;
    border:1px solid;
    border-collapse:collapse;
    text-align:center;
    width:100%;
    margin:0 auto;
    font-family:"Segoe UI", helvetica, tahoma
}
    .tabellaReport .br {border-right:#000 1px solid;}
.rigaIntestazioneReport {font-weight:bold;color:White;background-color:#002C40;font-family:"Segoe UI", helvetica, tahoma;font-size:10pt;}
.cellaData {width:35px;padding:5px 10px;}
tr.dispari td {background-color:#ededed;}
.totali {padding:5px 10px;}
.bordertop {border-top:#000 1px solid;}
.settimana {border-top:1px solid;border-bottom:1px solid;}
    .settimana td {padding:5px 10px;}
.domenica td {border-bottom:#000 2px solid}
.negativo {color:#cc0000}
.positivo {color:#006600}

.nomeReport {font-size:16px;font-weight:bold}
.etichettaReport {background-color:silver;padding: 5px 15px !important;font-size:14px;font-weight:bold;text-transform:uppercase;float:left}
.wrapperDati {border:silver 1px solid;padding:5px;clear:left;min-height:70px}

/* calendario */
.rigaPersonalizzati {
    margin-bottom:10px;
}
.turniPersonalizzati .div_giorno{
    width:30px;
}
.giornoMobile,
.giorno {
    border:#fff 1px solid;
    background-color:#ededed;
    padding:0;
    float:left;
    width:40px;
    overflow:hidden
}
    .giornoMobile .bt {
        height:50px;
    }
.div_giorno {
    position:relative;
    width:180px;
    height:180px;
}
.turniPersonalizzatiMobile .div_giorno,
.turniPersonalizzati .div_giorno {
    position:relative;
    width:100%;
    min-height:280px;
    height:auto;
}
.utente {
    width:95%;
    margin-bottom:50px;
    margin:0 auto;
}
.labelTurnoMobile,
.labelTurno {
    position:relative;
    display:inline-block;
    padding:3px;
    font-weight: bold;
    font-size:10px;
}
.ui-selected .labelTurno{
    color:rgb(0,44,64)
}
.turno {
    position:absolute;
    overflow:hidden;
    height:30px;
    top:0;
}
.cbElimina {
    position:absolute;
    top:0;
    right:0;
}
.tabellaUtente .giorno {
    float:none;
}
.tabellaUtente, .turniPersonalizzati {
    border-collapse:collapse;
    /*width:1267px;*/
}
.giornoLabel {
    display:block;
    position:absolute;
    top:0;
    left:0;
    font-weight:bold;
}
.turniPersonalizzatiMobile .giornoLabel,
.turniPersonalizzati .giornoLabel {
    font-size:14px;
    text-align:center;
    display:block;
    position:static;
    border-bottom:#fff 1px solid;
    padding:3px 0;
    background:rgb(0,44,64);
    color:#fff
}
.turniPersonalizzatiMobile .giornoLabel1,
.turniPersonalizzati .giornoLabel1 {
    text-align:center;
    font-weight:bold;
    display:block;
    font-size:15px;
    padding:3px 0;
    background:rgb(0,44,64);
    color:#fff
}
.turniPersonalizzatiMobile .giornoLabel2
.turniPersonalizzati .giornoLabel2 {
    text-align:center;
    font-weight:bold;
    display:block;
    font-size:18px;
    padding-top:3px;
}
.turniPersonalizzatiMobile .ui-selected .giornoLabel
.turniPersonalizzati .ui-selected .giornoLabel {
    background:#002C40 !important;
    color:#fff
}
.turniPersonalizzatiMobile .ui-selected .giornoLabel1
.turniPersonalizzati .ui-selected .giornoLabel1 {
    background:#002C40 !important;
    color:#fff
}
.cbGiorno {
    position:absolute;
    bottom:0;
    right:0;
}
.rigaIntestazione td {
    border:#fff 1px solid;
    background-color:#ededed;
    padding:5px 10px;
    width:160px;
}
.etichettaNome.fixed {
    position:fixed;
    top:135px;
    z-index:99;
    width:1268px;
}
.etichettaNome {
    font-size:20px;
    padding:5px;
    display:inline-block;
    font-weight:bold;
    margin-left:1px;
}
tr.fixed {
    position:fixed;
    top:169px;
    z-index:99;
    width:1268px;
}
.pausa_2 {
    background-color:#222;
}
.pausa_3 {
    background-color:#666;
}
.pausa_4 {
    background-color:#aaa;
}
.bt {
    height:40px;
    background:#fff;
    text-align:center;
    width:110px;
    vertical-align:middle;
    border:#000 1px solid;
    border-left:0;
    border-right:0;
}
.wrap {
    width:110px;
    height:40px;
    display:table-cell;
    vertical-align:middle;
}
.ui-selectable .ui-selecting { background: #B0C4DE; }
.ui-selectable .ui-selected { background: #002C40; color: white; }


#filtriTop{
    background-color: white;
    border-bottom: 1px solid silver;
    color: rgb(0, 44, 64);
    height: 65px;
    position: fixed;
    width:100%;
    z-index: 10;
    top:178px
}
    .etichetta,
    #filtriTop label {
        font-size:14px;
        font-weight:bold;
    }
    #filtriTop table {
        float:left
    }

#pnlUtenti {float:right}

.torna {font-size:10pt;color:rgb(0, 44, 64);float:right;margin:25px 10px 0 0}

.ui-tabs .ui-tabs-panel {padding: 10px !important;}

#LoginStatus1 {vertical-align:middle;margin:0 0 3px 3px}

.hide {display:none}

.stilePausa {margin:2px 0;font-size:10px}

#logoAnteria {position:absolute;top:8px;right:34px}

#sidebar {padding:0 20px;float:left;border-right:1px solid silver;height:calc(100% - 200px);overflow:auto;position:fixed}
#CheckBoxListUtenti tr,
#CheckBoxListUtenti td{
    padding:0 !important;
}
#CheckBoxListUtenti label {
    font-size:13px;
    padding-left:5px;
}

.riposo
{
    background-color:#f7941D;
}

#MenuImporta li,
#MenuImporta
{
    float:left;
}
#MenuImporta a
{
    display:block;
    padding:10px 10px 8px 10px;
}
#MenuImporta a.selected,
#MenuImporta a:hover
{
    background:#1b83be;
    color:#fff;
}
#MenuImporta a{color:#000}

.anteprima
{
    border-collapse:collapse
}
.anteprima td
{
    border:1px solid;
    width:25px;
    height:25px;
    text-align:center    
}
    .anteprima .err
    {
        background:#cc0000;
        color:#fff;
    }
    .anteprima .gius
    {
        background:#00cc00;
        color:#fff;
    }
    .anteprima .intestazione td
    {
        background:#ededed
    }