﻿html {
    height: 100%;
}

body {
    position: fixed;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif !important;
    color: #232323;
    /*background: url("../Images/backgroundLogo.gif") center no-repeat fixed;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    */
    height: 100%;
    width: 100%;
    margin: 0px;
    filter: 10%;
}

input[type=button],
input[type=text],
input[type=password],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif !important;
}

#body {
    position: fixed;
    top: 5em;
    height: calc(100% - 5em);
    width: 100%;
    overflow: auto;
    /*background-color: #ebeff2;*/
}

body.loginPage {
    background: url("../Images/backgroundLogo.gif") center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a {
    color: #339933;
}

.form-control-datepicker {
    width: 50%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


header, footer, nav, section {
    display: block;
}

.logoCliente {
    height: 60px;
    margin-top: 4px;
    margin-left: 20px;
}

.error {
    color: red;
    font-weight: bold;
}

.success {
    color: green;
    font-weight: bold;
}

.input-disable {
    background-color: rgb(235, 235, 228);
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

/* POPUP NOTE HOVER STYLES */
div#pop-up {
    display: none;
    text-align: left;
    position: absolute;
    /*margin-top: -100px;*/
    width: 220px;
    padding: 0px 13px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #1a1a1a;
    font-size: 90%;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* Styles for table Scheduler
-----------------------------------------------------------*/
.externalRes {
    text-decoration: none;
    list-style: none;
    padding-left: 0px;
    font-size: 0.75em;
}


.InterventoSostitutivo {
    font-weight: bold;
}

.EventoNonValido {
    font-weight: bold;
}

.InterventoReadOnly {
    font-style: italic;
    font-weight: 500;
}

.turnoDraggable {
    background-color: white;
    border: 1px black solid;
    padding: 2px;
    -webkit-user-select: text;
    float: left;
    margin: 4px 2px 2px 2px;
    font-size: 1em;
    min-width: 30px;
    text-align: center;
    width: auto !important;
}
/* Styles for main header
-----------------------------------------------------------*/
#mainHeader {
    position: fixed;
    width: 100%;
    height: 5em;
    margin: 0;
    padding: 0;
    z-index: 1;
    background: rgba(235,239,242,1); /* For Safari 5.1 to 6.0 */
    /*overflow: hidden;*/
}

    #mainHeader .rightCommands {
        float: right;
        text-align: right;
    }

    #mainHeader .logoutIcon {
        width: 2.5em;
        margin-top: 1em;
        margin-right: 1em;
        border: 0em;
    }

    #mainHeader .LogoAndTitle {
        float: left;
        text-align: left;
        font-size: 2em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-right: 1em;
        margin-left: 1em;
        vertical-align: text-top;
        font-family: Lobster;
    }

    #mainHeader .headerLogo {
        margin-top: 0px;
        margin-right: 1em;
        width: 3em;
        vertical-align: middle;
    }


.dropdown {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right:0;
    background: rgba(235,239,242,1);
    min-width: 160px;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-contentIcon {
    width: 2em;
    border: 0em;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        text-align: left;
        display: block;
        z-index:1;
    }

 .dropdown:hover .dropdown-content {
        display: block !important;
    }

.dropdown-content div:hover {
    background-color: #fcfcfc
}




/* Styles for page Pianifica index
-----------------------------------------------------------*/
.BoxCopiaTurniPeriodi {
    /*width:95%;*/
    /*height:18em;*/
    margin: 0em 4px 0em 4px;
    padding: 10px;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    box-shadow: 0.2em 0.2em 0.2em 0.2em #dedede;
    border: 2px solid #339933;
    background: rgba(163,163,163,0.3); /* For Safari 5.1 to 6.0 */
    font-size: .85em;
}


.BoxAnalisiPianifica {
    /*width:95%;*/
    /*height:18em;*/
    /*margin: 0em 4px 0em 4px;*/
    padding: 8px;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    box-shadow: 0.2em 0.2em 0.2em 0.2em #dedede;
    border: 2px solid #339933;
    background: rgba(163,163,163,0.3); /* For Safari 5.1 to 6.0 */
    font-size: .85em;
}


input.hasDatepicker {
    width: 10em;
}

#submitCopy, #submitCopyOld, #submitCancel {
    float: left;
}

#risultatoCopiaTurni, #risultatoCopiaTurniOld, #risultatoCancellaTurni {
    float: left;
    margin-top: 2px;
    margin-left: 5px;
}

#annoMeseImpianto select {
    margin-bottom: 4px;
}

#controlsContainer {
    /*display:table;*/
    width: 99.5%;
    max-height: 50%;
    margin: 1% auto 0px auto;
    overflow: hidden;
}

.toolButtonContainer {
    float: left;
    display: block;
    border: 2px solid #339933;
    border-radius: 4px;
    padding: 4px;
    margin: 0 4px;
    cursor: pointer;
    text-align: center;
    min-width: 120px;
}

    .toolButtonContainer:hover {
        background-color: rgba(163,163,163,0.3);
    }

.toolButton {
    display: block;
    width: 80px;
    margin: 0 auto;
}

/* Styles for page Controlla TabellaControllo
-----------------------------------------------------------*/
.BoxControlloNonAbbinate {
    width: 90%;
    margin: 1em 0em 0em 0em;
    padding: 10px 10px 40px 11px;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    box-shadow: 0.3em 0.3em 0.3em 0.3em #dedede;
    border: 2px solid #339933;
    background: rgba(163,163,163,0.3); /* For Safari 5.1 to 6.0 */
}


/* Styles for image preload
-----------------------------------------------------------*/
#imageGifActivityIndicator {
}

/* Styles for page Registrazione dispositivi
-----------------------------------------------------------*/
.tblRegistrazioneDispositivi {
    margin: 0em 0em 0em 0em;
}

.tblOrarioTeorico {
    margin: 0;
    border: dashed;
}

    .tblOrarioTeorico input[type="text"] {
        width: 40px;
    }

#oreTeo input[type="text"] {
    width: 40px;
}

#oreTeo span {
    display: inline-block;
    width: 80px;
}

.deviceTableIcons {
    border: 0em;
    height: 1.5em;
}

.deviceTableIconsOption {
    border: 0em;
    height: 0.8em;
}

#boxTblListDispositivi {
    display: inline-block;
    margin: 1.5em 1em 4px auto;
    padding: 1em;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    box-shadow: 0.3em 0.3em 0.3em 0.3em #dedede;
    border: 2px solid #339933;
    background: rgba(163,163,163,0.3); /* For Safari 5.1 to 6.0 */
    width: 48%;
    vertical-align: top;
    text-align: left;
}

#boxFormRegDispositivi {
    display: inline-block;
    margin: 1.5em auto 4px 1em;
    padding: 1em;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    box-shadow: 0.3em 0.3em 0.3em 0.3em #dedede;
    border: 2px solid #339933;
    background: rgba(163,163,163,0.3); /* For Safari 5.1 to 6.0 */
    width: 40%;
    vertical-align: top;
    text-align: left;
}




.readonlyField {
    color: rgb(84, 84, 84);
    background-color: rgb(235, 235, 228);
}

.testoPercorso {
    margin-top: 20px;
    /*font-style:italic;*/
    font-size: 15px;
    font-weight: bold;
    font-family: "Segoe UI Light","Segoe UI","Segoe","Tahoma", "Helvetica", "Arial","sans-serif";
}

.anagButtonContainer {
    display: inline-block;
    border: 2px solid #339933;
    border-radius: 4px;
    padding: 4px;
    margin: 0 4px;
    cursor: pointer;
    text-align: center;
}

    .anagButtonContainer:hover {
        background-color: rgba(163,163,163,0.3);
    }

.anagButton {
    display: block;
    width: 80px;
    margin: 0 auto;
}


/* Styles for page Timbrature
-----------------------------------------------------------*/

#tabellaTimbratureEntrate {
    height: 600px;
    width: 95%;
    overflow: auto;
}

#tabellaTimbratureUscite {
    height: 600px;
    width: 95%;
    overflow: auto;
}

#tabellaTimbratureEntrate#tblTimbratureEntrateNonPreviste_wrapper.paging_full_numbers {
    visibility: hidden;
}

.errorMessages {
    color: red;
    font-weight: 900;
    border: 2px solid red;
    display: none;
}

#tabellaModificaCheckIntervento {
    margin: 0 auto;
    width: 95%;
    background-color: white;
}

    #tabellaModificaCheckIntervento textarea {
        width: 100%;
        resize: none;
    }

    #tabellaModificaCheckIntervento .intestazioneCampo {
        text-align: right;
        vertical-align: top;
        width: 15em;
    }

ul.listaOrdinabile {
    list-style: none;
    /*list-style-image: url('../Images/ordinabile_16.png');*/
}

    ul.listaOrdinabile li {
        height: 22px;
        padding-left: 20px;
        cursor: move;
    }

.textbox-error {
    background-color: red;
    color: white;
}

/* DayPilot */
#DayPilotParent {
    margin: 1.5% .5% 4px .5%;
    height: 74%;
}

    #DayPilotParent #toolbar {
        /*height: 5%;*/
    }

#DayPilotContainer {
    height: 95%;
}

    #DayPilotContainer #dps {
        font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    }

.cell-blocked {
    pointer-events: none;
}

/* menu contestuale daypilot */
.menu_default_main {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif !important;
}

.resource_action_menu_child {
    background-color: #dddddd;
    cursor: pointer;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

    .resource_action_menu_child:hover {
        opacity: 1;
        -ms-filter: none;
    }

    .resource_action_menu_child div {
        position: absolute;
        top: 50%;
        width: 100%;
    }

        .resource_action_menu_child div div {
            background: url('DaypilotThemes/areas/icons.png') 0px -17px;
            height: 18px;
            position: absolute;
            top: -9px;
            width: 100%;
        }


.scheduler_default_loading {
    color: white;
    background-color: #ffa216;
}

span.indicatoreAccordion {
    background-image: url('themes/images/ui-icons_888888_256x240.png');
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    border-radius: 5px;
    border: 1px solid grey;
}

span.chiuso {
    background-position: -16px -129px;
}

span.aperto {
    background-position: -48px -129px;
}

.selezioneMultiplaOperatore {
    height: 75px;
    width: 210px;
    border: 1px solid lightGrey;
    overflow: auto;
}

.selezioneMultiplaFiliale {
    max-height: 100px;
    width: 210px;
    border: 1px solid lightGrey;
    overflow-y: scroll;
    vertical-align: middle;
    display: inline-block;
}


.selezioneMultiplaCentriCosto {
    height: 75px;
    border: 1px solid lightGrey;
    overflow: auto;
    margin-bottom: 4px;
}

/* Dialog */

.dialogBase {
    font-size: .85em !important;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif !important;
}

    .dialogBase input {
        font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif !important;
    }

.confirmDialogBase {
    /*font-size: .85em!important;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif !important;
}

    .confirmDialogBase input {
        font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif !important;
    }

        .confirmDialogBase input[type="button"] {
            min-width: 4em;
        }

/* Dialog */

/* Tabs */
.tabsBase {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif !important;
}

    .tabsBase input {
        font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif !important;
    }

/* Tabs */
#caselleMostraAttivita {
    border: 1px solid #339933;
    width: 500px;
    background-color: yellowgreen;
    margin: 0 -50px;
}

/* Flusso TeamSystem */

#flussoContainer {
    /*overflow: hidden;*/
    text-align: center;
}

#boxTblFlussoPaghe {
    display: inline-block;
    width: 82%;
    vertical-align: top;
    margin: 10px 10px 2px 5px;
    /*text-align: left;*/
    padding: 1em;
    box-shadow: 0.3em 0.3em 0.3em 0.3em #dedede;
    border: 2px solid #339933;
    background: rgba(163,163,163,0.3); /* For Safari 5.1 to 6.0 */
    overflow-x: auto;
}

#boxRiassuntoTeamSystem {
    width: 12%;
    position: relative;
    display: inline-block;
    margin: 10px 5px 2px 10px;
    height: auto;
    max-height: none;
    padding: 1em;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    box-shadow: 0.3em 0.3em 0.3em 0.3em #dedede;
    border: 2px solid #339933;
    background: rgba(163,163,163,0.3);
    vertical-align: top;
    overflow: hidden;
    text-align: left;
}

#boxTblFlussoPagheExtra {
    /*display: inline-block;*/
    width: 30%;
    vertical-align: top;
    margin: 0px 0px 2px 5px;
    position: relative;
    text-align: left;
    /*padding: 1em;*/
    box-shadow: 0.3em 0.3em 0.3em 0.3em #dedede;
    border: 2px solid #339933;
    background: rgba(163,163,163,0.3); /* For Safari 5.1 to 6.0 */
    overflow-x: auto;
}


/*.tableContainerFlussoPaghe {

max-width:50% !important;
}*/


#flussoContainer table.dataTable td {
    padding: 1px;
}

.tabellaFlussoTeamSystem input, .tabellaFlussoTeamSystem select {
    /*font-size: .8em;*/
}

.toolButtonRiordina {
    /*float: left;*/
    display: inline-block;
    border: 2px solid #339933;
    border-radius: 4px;
    padding: 4px;
    margin: 0 4px;
    cursor: pointer;
    text-align: center;
    width: 5em;
    /*background-color: rgba(163,163,163,0.3);*/
    /*font-size:0.8vW;
    font-size:20px;*/
}

    .toolButtonRiordina:hover {
        background-color: rgba(163,163,163,0.3);
    }

#sortable {
    list-style-type: none;
    /*width: 80%;*/
    margin-left: 7%;
    margin-right: 10%;
    cursor: pointer;
}

    #sortable li {
        margin: 0 3px 3px 3px;
        cursor: pointer;
        /*padding: 0.4em; 
     padding-left: 1.5em;*/
        /*font-size: 1.4em;*/
        /*height: 50px;*/
    }

.valoreBox {
    background-color: white;
    border: 1px black solid;
    padding: 2px;
    -webkit-user-select: text;
    float: left;
    margin: 4px 2px 2px 2px;
    font-size: 1.3em;
}

.fuoriContratto {
    background-color: red !important;
}


/*Tolltip Standard*/
.selectStandard {
    width: 200px;
    background: #fffdc2;
}

.standardTooltipParent {
    max-width: 10000px !important;
    /*z-index: 2147483 !important;*/
}

.standarTooltipContainer {
    max-width: 10000px !important;
    /*z-index: 10000 !important;*/
}

.standardTooltip {
    border: 1px solid black;
    border-spacing: 0px;
    font-size: smaller;
    /*z-index: 10000 !important;*/
}

    .standardTooltip td {
        border: 1px solid black;
        min-width: 40px;
        max-width: 100px;
        /*z-index: 10000 !important;*/
    }

    .standardTooltip tr {
        border-spacing: 0px;
        max-width: 150px;
        /*z-index: 10000 !important;*/
    }


/*CONTRATTO*/

.divContrattoSuperiore {
    display: -webkit-box;
}

.divContrattoTesto {
    width: 30%;
}

.divContrattoInput {
    width: 70%;
}


/*.interventiPersonaleDaApprovare>a{
      background: #777 !important;
    text-shadow: none;
}*/
.interventiPersonaleDaApprovare > h2 > a {
    background: #fde06c !important;
    text-shadow: none;
}

/*.interventi>h2>a{
      background: #343A90 !important;
    text-shadow: none;
}*/


/* Geolocalizzazione CentroCosto */
.geo-details {
    width: 100%;
}

    .geo-details .left-column {
        width: 20%;
        text-align: right;
    }

    .geo-details .right-column {
        width: 80%;
    }

.geoField {
    width: 100%;
}

#search.geoField {
    width: 80%;
}

.map-canvas {
    width: 100%;
    height: 250px;
    margin: 2px auto 0px auto;
    border: 1px solid grey;
}

.splitView {
    width: 20px;
    vertical-align: middle;
    cursor: pointer;
}
/* Geolocalizzazione CentroCosto */

.divContrattoSuperiore {
    min-height: 25px;
    display: flex;
}


.videoCanvas {
    width: 200px;
}

.borderTableHeader {
    border-right: green solid 1px;
    border-bottom: green solid 1px;
}

.aggiornaPasswordNuova {
    margin-left: 50% !important;
    transform: translate(-50%, 0%);
}

.pull-left {
    width: auto
}

.form-horizontal .form-group {
    margin-bottom: 1px;
}