﻿body {
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    height: 100%;
    color: #4b4b4b;
    margin: 0;
    background: #9acae8;
    overflow: auto !important;
}

form {
    margin: 0;
}

#testataHome {
    height: 60px;
    width: 100%;
    padding-top: 10%;
    text-align: center;
}

#corpoHome {
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 35px;
    padding-right: 35px;
    width: 929px;
}

.myTable {
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 100px;
}

.Labelred {
    color: #E63D38;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
    line-height: normal;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-top: 0px;
    padding: 0px !important;
}

.text2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    background-color: #FFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 30px;
    width: 200px;
    border: 0px solid;
    padding: 11px;
}

.botlog {
    margin-top: 30px;
    margin-bottom: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 50%;
    border: 0px solid;
    background-color: #f66;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    width: 80px;
    height: 80px;
    letter-spacing: 1px;
}

#footer {
    height: 87px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: transparent;
}
/*.imm_footer {
    display: block;
    margin: 0 auto;
    font-size: 1.3em;
    border: 0px solid red;
    background-color: transparent;
    float: right;
    padding-right: 10px;
    
}*/

.gridView {
    width: 80%;
    border: 1px solid #4b4b4b;
    padding: 8px;
    background-color: #ededed;
    margin: 30px auto;
}

    .gridView tr, .gridView td {
        border: 2px solid #9B9B9B;
        padding: 3px 10px 4px 10px;
    }

    .gridView th {
        border: 2px solid #9B9B9B;
        padding: 5px 10px 5px 10px;
        background-color: #9B9B9B;
        color: white;
    }

.tabella {
    width: 85%;
    margin: 20px auto;
}

    .tabella tr, .tabella td {
        border: 0px solid;
        background-color: transparent;
        color: #333;
        padding: 10px;
        vertical-align: bottom;
        height: 52px;
    }

    .tabella td {
        border: 0px solid;
        background-color: transparent;
        color: #FFF;
        /*text-align:right;*/
        font-weight: bold;
        width: 0%;
    }

.colonnaUscita {
    width: 50px;
}


/*.menu_alto {
    padding: 20px;
    height: 25px;
    background-color:red;
}*/

.logout {
    position: absolute;
    top: 13px;
    padding: 0 10px;
    left: 25px;
    display: inline-block;
}

.bot_logout {
    display: inline-block;
    background: #EDEDED none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0px 10px 5px 1%;
    color: #828282;
    font-size: 15px;
    outline: none;
    box-shadow: none;
    border: none;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    padding: 8px;
    text-align: center;
}

.bot_dati {
    display: inline-block;
    background: #4b4b4b none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0px;
    color: #FFF;
    font-size: 15px;
    outline: none;
    box-shadow: none;
    border: none;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    padding: 8px;
}

.bot_inserisci {
    display: inline-block;
    background: #62b446 none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0px;
    color: #FFF;
    font-size: 15px;
    outline: none;
    box-shadow: none;
    border: none;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    padding: 8px;
}

.bot_cerca {
    display: inline-block;
    background: #f66 none repeat scroll 0 0;
    border-radius: 5px;
    color: #FFF;
    font-size: 15px;
    outline: none;
    box-shadow: none;
    border: none;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    padding: 8px;
}

.label_messaggio {
    text-align: center;
}

.bot_cerca_dis {
    display: inline-block;
    background: #f66 none repeat scroll 0 0;
    border-radius: 5px;
    color: #FFF;
    font-size: 15px;
    outline: none;
    box-shadow: none;
    border: none;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    padding: 8px;
}

.blu {
    background-color: #559dd1;
}

.rosso {
    background-color: #E63D38;
}

.freccia_usicta {
    position: absolute;
    top: 117px;
}

.titolo {
    margin: 0 auto;
    display: block;
    padding: 10px 0;
    width: 100%;
    color: #FFF;
    font-size: 26px;
    text-align: center;
    position: fixed;
    top: 0;
    background-color: #9acae8;
    z-index: 1000;
}

    .titolo span {
        display: inline-block;
        font-size: 15px;
    }

        .titolo span#lblDataOggi {
            display: inline-block;
            color: #fff;
            vertical-align: top;
            margin-top: 13px;
        }

        .titolo span.lblTitolo {
            display: inline-block;
            color: #FFF;
            font-size: 26px;
            text-align: center;
        }

.btnchiudi {
    position: absolute;
    top: 13px;
    right: 40px;
}
.span_center {
    margin: 19px auto;
    color: white;
    display: block;
    text-align: center;
    margin-top:9px;
}


.tabellacerca {
    width: 150px;
    margin-top: 80px;
    text-align: center;
}

    .tabellacerca td {
        padding-top: 10px;
    }

table tr td span {
    color: #ffffff;
    text-align: left;
    padding: 8px;
    display: inline-block;
    min-width: 88px;
}

.contTabella {
    margin: 0 auto;
    display: block;
    width: 589px;
}

table.form {
    border-width: 0;
    border-collapse: collapse;
    border-spacing: 0;
    position: relative;
    display: block;
    width: 511px;
    margin-top: 0px;
    top:27px;
}

    table.form tr td {
        text-align: center;
    }

.btn_conferma {
    width: 50px;
    padding: 10px 0;
    margin: 0 auto;
    display: block;
}


.data_presenze {
    color: #9B9B9B !important;
    float: right;
    font-size: 18px;
}

.contcalendario {
    float: left;
    margin: 1% 0;
    background-color: transparent;
    width: 250px;
    position: relative;
    margin-left: 0px;
}


.data {
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    color: #909090;
    text-decoration: none;
    margin: 1%;
}

#txtData {
    /*position: absolute;*/
    /*left: 55px;*/
    padding-left: 1%;
    padding-right: 1%;
    vertical-align: middle;
}

.textAreaData {
    border-radius: 0px;
    background-color: transparent;
    border-top: 0px solid;
    border-left: 0px;
    border-right: 0px;
    box-shadow: 0px 0px 0px 0px;
    color: #fff;
    letter-spacing: 1px;
    width: 87px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    border-bottom: 0px !important;
}

.textArea_trasp {
    border-radius: 0px;
    background-color: transparent;
    border-top: 0px solid;
    border-bottom: 1.5px solid rgba(187,187,187,1);
    border-left: 0px;
    border-right: 0px;
    box-shadow: 0px 0px 0px 0px;
    padding: 3px 5px 1px 5px;
    color: #878787;
    line-height: 30px;
    height: 26px;
    padding-top: 27px;
}



input, select {
    font-size: 14px;
}

#btnGG_Oggi {
    text-decoration: none;
    font-weight: bold;
    /*position: absolute;*/
    /*top: 6px;*/
    left: 0px;
    color: #9B9B9B;
}

#btnGG_Avanti {
    /*position: absolute;*/
    /*top: 3px;*/
    /*left: 170px;*/
    vertical-align: middle;
}

#btnGG_Indietro {
    /*position: absolute;*/
    /*top: 3px;*/
    /*right: 174px;*/
    vertical-align: middle;
}




.calendario, a.calendario img {
    height: 29px;
    margin: 0px 5px;
}

#ui-datepicker-div .ui-datepicker-header {
    background-color: #FFF;
    border: 0px;
}

#ui-datepicker-div .ui-datepicker-title {
    color: #f66;
    font-family: 'Roboto Condensed', sans-serif;
}

.ui-state-default {
    border: 1px solid #FFF !important;
    background: #FFF !important;
    font-weight: normal !important;
    color: #909090 !important;
    font-family: 'Roboto Condensed', sans-serif;
}

.ui-datepicker-today .ui-state-default {
    border: 1px solid #FFF !important;
    background: #FFF !important;
    font-weight: bold !important;
    color: #f66 !important;
    font-family: 'Roboto Condensed', sans-serif;
}

.dxgvControl {
    width: 85% !important;
    margin: 0 auto;
}


.dx-vam, .dx-valm {
    vertical-align: middle;
    color: blue !important;
    min-width: 20px !important;
}

.dxgvHeader {
    background-color: #f66 !important;
    padding: 8px 6px !important;
    border: 0px solid !important;
}

    .dxgvHeader table {
        color: white !important;
        letter-spacing: 1px !important;
        font-size: 13px !important;
        font-family: 'Roboto Condensed', sans-serif !important;
        text-transform: uppercase !important;
    }

    .dxgvHeader:nth-child(2) {
        border-top-left-radius: 5px;
    }

    .dxgvHeader:last-child {
        border-top-right-radius: 5px;
    }

.dxgvControl, .dxeListBox {
    font-size: 16px !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    color: #4b4b4b !important;
    border: 0px !important;
}

    .dxgvControl a {
        font-size: 16px;
        font-family: 'Roboto Condensed', sans-serif;
        color: #4b4b4b !important;
        text-decoration: none;
    }

        .dxgvControl a:hover {
            color: #4b4b4b !important;
        }

body input.dxeEditArea, .dxgvContro a:visited {
    color: #4b4b4b !important;
}



.dx-wrap {
    white-space: nowrap !important;
    /*max-width: 165px !important;*/
}

.dxgvFilterRow td.dxgv, .dxgvDataRow td.dxgv {
    border-right: 0px;
    border-left: 0px;
    border-top: 0px solid white !important;
    border-bottom: 1px solid white !important;
    padding: 5px !important;
    background-color: #9acae8;
}

.dxgvEmptyDataRow td.dxgv {
    /*border: 1px solid #9B9B9B !important;*/
}

.dxgvFooter {
    background-color: #9acae8 !important;
}

.dxgvTable {
    background-color: #9acae8 !important;
}

.dxgvFooter td.dxgv {
    border-bottom: 1px solid #9B9B9B !important;
    border-top: 1px solid #9B9B9B !important;
}

.dxeButtonEdit, .dxeTextBox {
    border: 1px solid #FFF !important;
    font-size: 13px !important;
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 3px !important;
    color: #333333 !important;
    height: 32px !important;
}

.dxgvStatusBar {
    display: none;
    visibility: hidden;
}

.dxeCalendarHeader {
    background-color: white;
}

    .dxeCalendarHeader td.dxe {
        text-align: center;
        cursor: pointer;
        color: #62b446;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        font-size: 16px;
    }

.dxgv.dx-ar {
    text-align: center;
}

.dx-ar > * {
    float: none;
}

.dxeCalendarHeader, .dxeCalendarDayHeader {
    border-bottom: 0px solid #c9c9c9 !important;
}

.dxeCalendar {
    font-family: 'Roboto Condensed', sans-serif;
}

.dx-ac {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.dxeCalendarDay {
    color: #333333;
    font-size: 16px;
}

.dxeCalendarToday {
    border: 0px solid;
}

.dxeCalendarSelected {
    color: #62b446;
    background-color: white;
}

.dxeCalendarFooter {
    display: none;
}

.dxeCalendarWeekNumber {
    font-size: 16px;
}

.dxeListBoxItemSelected {
    color: White;
    background-color: #F66 !important;
}


.dxGridView_gvHeaderFilter, .dxGridView_gvHeaderFilterActive {
    background-image: url('immagini/giu.png') !important;
    /*background-repeat: no-repeat;*/
    background-color: transparent;
    background-position: inherit;
}

    .dxGridView_gvHeaderFilter:hover {
        cursor: pointer !important;
    }

.dxGridView_gvHeaderSortUp {
    background-image: url('immagini/giu_bianco.png') !important;
    transform: rotate(180deg);
    background-position: center !important;
}

.dxGridView_gvHeaderSortDown {
    background-image: url('immagini/giu_bianco.png') !important;
    background-position: center !important;
}

.dxgvFocusedCell {
    box-shadow: inset 0px 0px 0 #f66, inset 0px 0px 0 #f66;
    -webkit-box-shadow: inset 0px 0px 0 #f66, inset 0px 0px 0 #f66;
    -moz-box-shadow: inset 0px 0px 0 #f66, inset 0px 0px 0 #f66;
}

.nascondi {
    visibility: hidden;
    display: none;
}

.valign_bottom {
    vertical-align: bottom;
}

.errore {
    color: #E63D38;
    margin: 106px auto auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.errore_registro {
    color: #E63D38;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
}



.linkAnomalie {
    text-decoration: none;
    color: #d8472a;
}

.divAnomalie {
    width: 120px;
    position: relative;
    bottom: 46px;
    padding: 0 10px;
    float: right;
}

.textbox {
    width: 201px;
    background-color: white;
    border-radius: 4px;
    padding: 12px;
    height: 21px;
    color: #808080;
    border: 0px solid;
    margin: 2px;
}

#btnIndietro img, #btnRegistro {
    width: 50px;
    margin-right: 20px;
    position: absolute;
    top: 13px;
    right: 20px;
}

#btnAnomalie {
    position: absolute;
    top: 13px;
    right: 90px;
}

#btnHome {
    position: absolute;
    top: 13px;
    right: 142px;
}

.contBottoni {
    display: block;
    width: 189px;
    margin: 0px auto;
    position: relative;
    left: 319px;
    top: 126px;
}

button:hover{
    cursor:pointer;
}
        .contBottoni input[type=image]:nth-child(2) {
            width: 53px;
            bottom: 18px;
            position: relative;
        }

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label {
        display: inline-block;
        width: 347px;
        height: 19px;
        vertical-align: middle;
        background-image: url('FrontOffice/img/check_vuota.png');
        background-repeat: no-repeat;
        background-size: 27px;
        cursor: pointer;
        padding: 0px 0 7px 31px;
        color: #9f73b2;
        margin: 2px 0 0px 0;
        margin-left: 0px;
        margin-left: 0px;
        font-size: 14px;
        margin-left: 0;
    }

    input[type="checkbox"]:checked + label {
        background-image: url('FrontOffice/img/check_piena.png');
        background-repeat: no-repeat;
        background-size: 27px;
    }

.contenitoreMotivo {
   
    margin: 0 auto;
    text-align:center;
}

.divMotivo {
    display: inline-block;
    padding:5px;
}

    .contenitoreMotivo input {
        width: 103px;
    }

.titoletto {
    text-align: center;
    color: white;
    font-size: 16px;
    text-transform:uppercase;
}

.bottonesx {
    width: 103px;
    float: right;
}

.bottonesxPadding {
    width: 103px;
    float: right;
    padding: 0 20px;
}

.bottonedx {
    width: 103px;
    float: left;
}

.interlocutore {
    margin: 0 auto;
    width: 379px;
}

    .interlocutore #txtCliDesc {
        margin: auto;
    }

.tab_anomalie {
    padding-top: 5%;
    text-align: center;
    width: 517px;
    margin: 0 auto;
}

.search_field_desktop, #txtCliDesc {
    border-style: solid;
    border-color: inherit;
    border-width: 0px;
    margin: 5px auto !important;
    display: inherit;
    background-color: white;
    padding: 8px 10px !important;
    border-radius: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px !important;
    box-shadow: none !important;
    color: #565656;
    width: 376px;
}

/*#gridRegistro_col10{
max-width:15px !important;
}
#gridRegistro_col11, #gridRegistro_col12, #gridRegistro_col13 {
    max-width: 56px !important;
}*/

/*footer griglia madre*/
.dxgvPagerBottomPanel{
    background-color:#f66 !important;
    color:white !important;
}
.dxpLite {
    font: 14px 'Roboto Condensed', sans-serif !important;
    color: white !important;
}

.dxgvControl a {
    font: 14px 'Roboto Condensed', sans-serif !important;
}

.dxpLite .dxp-current {
    color: white !important;
    font-weight: normal !important;
    padding-top: 2px !important;
}


.dxWeb_pNext {
   background-image: url('immagini/avanti_piccolo.png') !important;
   background-size:15px;
   background-position:center center !important;
}

.dxWeb_pPrev {
    background-image: url('immagini/indietro_piccolo.png') !important;
    background-size: 15px;
    background-position: center center !important;
}

.dxWeb_pPrevDisabled {
    background-image: url('immagini/indietro_piccolo.png') !important;
    opacity:0.6;
    background-size: 15px;
    background-position: center center !important;
}

.dxWeb_pNextDisabled {
    background-image: url('immagini/avanti_piccolo.png') !important;
    opacity: 0.6;
    background-size: 15px;
    background-position: center center !important;
}

.dxp-num {
    color: #565656 !important;
    text-decoration: none !important;
    padding: 1px 3px 2px !important;
}

#gridRegistro_col8{
    width:120px !important;
    max-width: 120px !important;
}
#gridRegistro_col9 {
    width: 107px !important;
    max-width: 107px !important;
}

/*------------------------------------------STAMPAPASS*/
#SharpShooterWebViewer1Frame {
    border: 0px solid white;
}

#SharpShooterWebViewer1ExportComboBox {
    font: 14px 'Roboto Condensed', sans-serif !important;
    border-radius: 5px;
    border: 0px solid;
    margin: 10px;
    color: #4b4b4b;
    padding: 5px;
    width: 71px;
    height: 33px;
}

#SharpShooterWebViewer1ExportButton img {
    opacity: 0
}
#SharpShooterWebViewer1ExportButton {
    background-image: url('immagini/export.png');
    border: 0px solid;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 60px;
    height: 56px;
}
#gridRegistro {
    margin-bottom:20px;
}
#gridAnomalie_col0 {
    border-top-left-radius:5px;
}
#gridAnomalie_col1 {
    border-top-right-radius:5px;
    border-top-left-radius:0px;
}
/*--------------------------------------------ALL/BLANKS/NON BLANCKS/---------------------------------------*/
#gridRegistro_HFListBox5_LBT tr:first-child, #gridRegistro_HFListBox5_LBT tr:nth-child(2), #gridRegistro_HFListBox5_LBT tr:nth-child(3) {
    display: none;
}
#gridRegistro_HFListBox1_LBT tr:first-child, #gridRegistro_HFListBox1_LBT tr:nth-child(2), #gridRegistro_HFListBox1_LBT tr:nth-child(3) {
    display: none;
}
#gridRegistro_HFListBox2_LBT tr:first-child, #gridRegistro_HFListBox2_LBT tr:nth-child(2), #gridRegistro_HFListBox2_LBT tr:nth-child(3) {
    display: none;
}
#gridRegistro_HFListBox3_LBT tr:first-child, #gridRegistro_HFListBox3_LBT tr:nth-child(2), #gridRegistro_HFListBox3_LBT tr:nth-child(3) {
    display: none;
}
#gridRegistro_HFListBox4_LBT tr:first-child, #gridRegistro_HFListBox4_LBT tr:nth-child(2), #gridRegistro_HFListBox4_LBT tr:nth-child(3) {
    display: none;
}
#gridRegistro_HFListBox5_LBT tr:first-child, #gridRegistro_HFListBox5_LBT tr:nth-child(2), #gridRegistro_HFListBox5_LBT tr:nth-child(3) {
    display: none;
}
#gridRegistro_HFListBox6_LBT tr:first-child, #gridRegistro_HFListBox6_LBT tr:nth-child(2), #gridRegistro_HFListBox6_LBT tr:nth-child(3) {
    display: none;
}
#gridRegistro_HFListBox7_LBT tr:first-child, #gridRegistro_HFListBox7_LBT tr:nth-child(2), #gridRegistro_HFListBox7_LBT tr:nth-child(3) {
    display: none;
}
#gridRegistro_HFListBox8_LBT tr:first-child, #gridRegistro_HFListBox8_LBT tr:nth-child(2), #gridRegistro_HFListBox8_LBT tr:nth-child(3) {
    display: none;
}
#gridRegistro_HFListBox9_LBT tr:first-child, #gridRegistro_HFListBox9_LBT tr:nth-child(2), #gridRegistro_HFListBox9_LBT tr:nth-child(3) {
    display: none;
}

#gridAnomalie_HFListBox0_LBT tr:first-child, #gridAnomalie_HFListBox0_LBT tr:nth-child(2), #gridAnomalie_HFListBox0_LBT tr:nth-child(3) {
    display: none;
}

#gridAnomalie_HFListBox1_LBT tr:first-child, #gridAnomalie_HFListBox1_LBT tr:nth-child(2), #gridAnomalie_HFListBox1_LBT tr:nth-child(3) {
    display: none;
}






/*table[id^='gridRegistro_HFListBox'] tbody tr:first-child, table[id*='gridRegistro_HFListBox'] tr:first-child {
    background: red;
}*/ 
