﻿body 
{
    font-family: Geneva,Verdana,sans-serif,Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: url(../img/page_bg.png) repeat-x top left;
}

form 
{
    margin: 0;
    padding: 0;
}

h1, h2, p
{
    margin: 0;
    padding: 0;    
    color: Black;
}

.left 
{
    float: left;
}

.right 
{
    float: right;
}

.clear 
{
    clear: both;
}

.page
{
    max-height: 600px;
}

.ui-dialog
{
    top: 15%!important;
}

label 
{
    color: #808080;
    padding: 4px;
}

table 
{
    border: 0;    
}

select 
{
    border: 1px solid #CCC;
    height: 30px;
    padding: 5px;
    color: #808080;
    width: 220px;
    -moz-border-radius:6px; 
	-khtml-border-radius:6px; 
	-webkit-border-radius:6px; 
	border-radius:6px; 
}

select:hover 
{
    border: 1px solid #000000;
    color: #000000;
}

option 
{
    color: #808080;
    -moz-border-radius:6px; 
	-khtml-border-radius:6px; 
	-webkit-border-radius:6px; 
	border-radius:6px; 
}

option:hover
{
    color: #000;
}

input[type="text"], input[type="password"], textarea
{
    width: 220px;
    float: left;
    margin: 15px 0 15px 15px;
    border: 1px solid #CCCCCC;
    height: 16px;
    padding: 6px;
    color: #808080;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover
{
    border: 1px solid #000000;
    color: #000000;
}

input[type="submit"]
{
    background: #FFF2E2;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    margin: 0;
    padding: 8px;
    color: #000;
    -moz-border-radius:6px; 
	-khtml-border-radius:6px; 
	-webkit-border-radius:6px; 
	-webkit-appearance: none; 
	border-radius:6px; 
}

input[type="submit"]:hover
{
    border: 1px solid #000000;
}

button 
{
    background: #FFF2E2;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    margin: 4px;
    padding: 8px;
    color: #000;
    width: 90%;
    -moz-border-radius:6px; 
	-khtml-border-radius:6px; 
	-webkit-border-radius:6px; 
	border-radius:6px; 
}

button:hover
{
    border: 1px solid #000000;
}

/* HEADER */

#header 
{
    width: 100%;
    height: 25px;
    background: black;
}

#header #headerLeft 
{
    float: left;
    height: 25px;
    width: 50px;
    background: url('../img/header_left.png') no-repeat top left;
}

#header #headerContent 
{
}

#header #headerRight
{
    float: right;
    height: 25px;
    width: 50px;
    background: url('../img/header_right.png') no-repeat top left;
}

/* IMPIANTO-SETTORE */

#mainImpiantoSettore 
{
    width: 420px;
    height: 240px;
    margin: 50px auto 50px auto;
    padding: 15px;
    border: 4px solid #636363;
}

#mainImpiantoSettore .adminTitolo
{
    font-size: 18px;
    color: #000;
}

#mainImpiantoSettore p 
{
    margin: 5px 0 15px 0;
    color: #808080;
}

#mainImpiantoSettore span 
{
    color: #808080;
    margin: 2px;
    display: block;
}

#mainImpiantoSettore div 
{
    margin: 15px 0;
}
 
/* SELEZIONA UTENZA */

#mainSelezionaUtenza 
{
    width: 420px;
    height: 130px;
    margin: 50px auto 50px auto;
    padding: 15px;
    border: 4px solid #636363;
}

#mainSelezionaUtenza .adminTitolo
{
    font-size: 18px;
    color: #000;
}
 
#mainSelezionaUtenza p 
{
    margin: 5px 0 15px 0;
    color: #808080;
}

/* LEGENDA - dialog */

#dialogLegenda 
{
    display: none;
}

#legenda .box-legenda 
{
    width: 20px;
    height: 20px;
    float: left;
    border: 1px solid black;
}

#legenda .box-legenda-desc 
{
    float: left;
    margin-left: 10px;
}
    
#legenda ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#legenda ul > li 
{
    margin: 20px 0 0 0;
}

.slotPrenotabile /* deve essere uguale a '.selectable .ui-selected  ' */
{
    background: #D6FFDA;
}

/* DLG PRENOTAZIONI */

#PanelSlotPrenotati 
{
    /*
    height: 250px;
    overflow: hidden;
    */
}

/* MAIN */

#main
{
    margin: 0 auto;
    width: 1000px;    
}

#main .user 
{
    font-weight: bold;
    font-size: 19px;
    color: White;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

    #main #mainMenu {
        margin-bottom: 10px;
        /*margin-left: 265px;*/
    }

/* login */

#main #loginContent 
{
    width: 420px;
    height: 240px;
    background: url('../img/login_bg.png') repeat-x top left;
    margin: 50px auto 50px auto;
    padding: 5px;
}

#main #loginContent .lbltitolo 
{
    padding: 0;
    font-size: 16px;
    color: White;
    position: absolute;
    margin-left: 10px;
}

#main #login 
{
    height: 200px;
    width: 400px;
    border: 4px solid #CCCCCC;
    background: white;
    margin: 26px auto;
}

#main #login .labellogin 
{
    width: 80px;
    height: 20px;
    display: block;
    float: left;
    margin: 15px 0 15px 15px;
}

#main #login .loginMenu 
{
    margin-right: 47px;
}

/* calendario */

#main #PageCalendario
{
   margin: 10px 0;
}

#main #calendario
{
    min-height: 200px;
    width: 730px;
    padding: 0;
}

#main #calendario .ore-content
{
    margin-top: 24px;
    width: 100px;
    float: left;
    color: #808080;
}

#main #calendario .calendar-cell-content
{
    padding: 2px;
    height: 33px;
    overflow: hidden;
    font-size: 9px;
}

.OutOfRangeDay /* giorno da non visualizzare */
{
    display: none;
}

.calendar-day 
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.calendar-oggi 
{
    border-top: 1px solid #1E9DFF!important;
    border-bottom: 1px solid #1E9DFF!important;
}
    
.calendar-ora 
{
    height: 40px;
    width: 85px;    
}

#main #calendario .ora-lbl 
{
    height: 42px;
    color: #808080;
    font-size: 11px;
}

#main #calendario .calendar-header 
{
    color: #808080;
    font-size: 11px;
    display: block;
    padding: 0 0 5px 5px;
    font-weight: bold;
}

/* prenotazioni */

.list-slot 
{
    list-style: none;
    margin: 0;
    padding: 0;    
}

.selectable .ui-selecting  
{
    background: #FF6A00; 
}

.selectable .ui-selected  
{
    background: #FF6A00; 
    color: white; 
}

.selectable li /* slot selezionabile */
{
    background: #D6FFDA;
    color: white;
} 

.calendar-fuoriTurno /* giorno non compreso nel turno irriguo */
{
    background: #838484;
    border: 1px solid #777;
}

.cancelClass /* slot non selezionabile */
{
    /* background: #DDD!important; */
    background:  #404040!important;
}

.slotPrenotato /* slot occupato */
{
    background: #c82828!important;
    cursor: pointer;
}

.slot-mio /* slot occupato da me */
{
    background: green!important;
}

/* info */

.info-box 
{
    margin: 8px 20px 0 5px;
    border-bottom: 1px solid #ccc;
}

.info-lbl 
{
    color: #808080;
}

.info-value 
{
    color: #000;
    font-weight: bold;
    float: right;
}

.important 
{
    font-size: 22px;
}

/* FOOTER */

/*

#footer 
{
    width: 100%;
    height: 25px;
    background: black;
    position: absolute;
    bottom: 0;
}

#footer #footerLeft 
{
    float: left;
    height: 25px;
    width: 50px;
    background: url('../img/footer_left.png') no-repeat top left;
}

#footer .version 
{
    font-size: 10px;
}

#footer .info-app
{
    color: White;
    font-size: 17px;
    margin-left: 70px;
    display: block;
    width: 300px;
}

#footer a
{
    color: White;
    font-size: 17px;
    text-decoration: none;
    display: block;
    width: 100px;
    margin-left: -170px;
}

#footer a:hover
{
    color: #FF6A00;
    font-size: 17px;
    text-decoration: underline;   
}

#footer #footerRight
{
    float: right;
    height: 25px;
    width: 50px;
    background: url('../img/footer_right.png') no-repeat top left;
}

#footer #footerContent 
{ 
    float: left;
    margin: 6px 0 0 200px;
    width: 60%;
    color: Gray;
}

*/

#footer 
{
    color: white;
    margin: 0;
    padding: 8px 0;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 2, 0.1);
    background: #56A5EC;
    font-size: 12px;
}

#footer .link 
{
    color: white;
}

/* FIX */

.btnLogoutClass {
    /*margin-right: 50px !important;*/
    margin-right: 20px !important;
}
    
/* dialog */

.ui-widget-overlay 
{
    background: black!important;
    opacity: 0.6!important;
}

/* selectable */

.selectable .ui-widget-content
{
    border: 1px solid #777!important;
}

/* @PB 25-06-2013 */

#loadingStampa
{
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .1 ) url('../img/loading.gif') 50% 50% no-repeat;
}

.ui-dialog-buttonset button 
{
    width: 100px;    
}

/* GRIGLIA - COLONNE CHECK */

.check-unchecked 
{
    width: auto;
    height: 22px;
    background: url(/img/uncheck2.png) no-repeat center 0;
}

.check-checked 
{
    width: auto;
    height: 22px;
    background: url(/img/check2.png) no-repeat center 0;
}
