﻿html {
    overflow: hidden;
}

input[type=text] {
    text-transform: uppercase;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

textarea {
    text-transform: uppercase;
}

.ContenutoTelerik {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#divCaricamentoIniziale {
    margin: 0px;
    width: 100%;
    height: 120%;
    position: fixed;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: #e7edf7;
    z-index: 2147483647;
}

#divCaricamentoInizialeInterno {
    margin-left: -117px;
    margin-top: -48px;
    width: 234px;
    height: 97px;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: transparent;
}

.tableTuttaFinestra {
    width: 100%;
    height: 100%;
}

.divRestrictionZone {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
}

.logoGestore {
    width: 135px;
    height: 45px;
    position: relative;
    top: 1px;
}

.logoGestoreMain {
    width: 135px;
    height: 45px;
    position: relative;
    top: -3px;
}

.divFloatLeft {
    float: left;
}

.divBoth {
    clear: both;
}

.TitoloModulo1 {
    font-size: 18pt;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    left: 15px;
    top: 8px;
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666;
}

.TitoloModulo2 {
    font-size: 12pt;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    left: 15px;
    top: 12px;
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666;
}

.TitoloModulo3 {
    font-size: 15pt;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    top: 8px;
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666;
}

.Ambiente {
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
    position: relative;
    left: 15px;
    top: 15px;
}

.width15px {
    width: 15px;
}

.width25px {
    width: 25px;
}

.width100Perc {
    width: 100%;
}

.divTestoCentrato {
    text-align: center;
    vertical-align: middle;
}

.marginTop10 {
    margin-top: 10px;
}

.paddingTopBottom5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.paddingFooterModulo {
    padding-top: 8px;
    padding-bottom: 5px;
}

.FooterPosition {
    position: relative;
    top: -3px;
}

#divNotifiche {
    width: 330px;
    height: 160px;
    overflow: auto;
}

#divContenuto .scrolldown {
    position: absolute;
    right: 38px;
    bottom: 6%;
    z-index: 2147483620;
}

#divContenuto .scrolldownOpen {
    position: absolute;
    right: 38px;
    bottom: 8%;
    z-index: 2147483620;
}

/* TELERIK */

.rgAltRow, .rgRow {
    cursor: pointer !important;
}

.rgFilterRow .riSingle .riTextBox {
    height: 34px !important;
}

.RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap .rgHeader a {
    font-weight: bold;
}

.RadGrid_Bootstrap .rgFilterBox {
    border-radius: 4px 4px 4px 4px !important;
}

.rgDataDiv {
    overflow-y: scroll !important;
}

.rgHeaderDiv {
    overflow: hidden !important;
    margin-right: 16px !important;
}

.rgNoRecords td {
    padding: 10px !important;
}

.RadForm.rfdButton input.rfdDecorated[type="submit"] {
    cursor: pointer;
}

.RadForm.rfdButton input.rfdDecorated[type="button"] {
    cursor: pointer;
}

/* IMPOSTAZIONE PER IL BUG DELLE CHECKBOX TELERIK SU FIREFOX*/
.rfdRealInput {
    display: none;
}
/* IMPOSTAZIONE PER IL BUG DELLE CHECKBOX TELERIK SU FIREFOX*/

.RadMultiPage {
    background: #fff;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #DEDEDE;
}

.RadButton {
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    height: 22px !important;
}

.RadButton_Bootstrap {
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    height: 22px !important;
}

    .RadButton_Bootstrap.rbPrimaryButton {
        font-size: 14px !important;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        height: 34px !important;
    }

html .RadTabStripTop_Bootstrap .rtsUL {
    float: none;
    display: block;
}

.RadAutoCompleteBox .racEmptyMessage {
    text-transform: none;
}

.RadComboBox .rcbEmptyMessage {
    text-transform: none;
}

.RadInput_Bootstrap .riTextBox.riEmpty {
    text-transform: none;
}

.RadInput_Bootstrap .riTextBox:disabled {
    text-transform: none;
}

.RadWindow .rwWindowContent .rwPopupButton .rwOuterSpan {
    cursor: pointer !important;
}

.RadWindow .rwWindowContent .rwPopupButton:hover .rwInnerSpan {
    cursor: pointer !important;
}

.RadWindow .rwBodyLeft {
    background-color: #F5F5F5;
}

.RadWindow .rwFooterLeft {
    background-color: #F5F5F5;
}

.RadWindow .rwBodyRight {
    background-color: #F5F5F5;
}

.RadWindow .rwFooterRight {
    background-color: #F5F5F5;
}

.RadWindow .rwFooterCenter {
    background-color: #F5F5F5;
}

.rnTitleBarIcon {
    display: none !important;
}

.RadPanelBar .rpGroup .rpLink, .RadPanelBar .rpGroup .rpTemplate {
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.RadComboBox_Bootstrap .rcbInput {
    text-transform: none;
}

.itemVuotoCombo {
    height: 24px !important;
    min-height: 24px !important;
}

.AutoHeightSplitter {
    height: auto !important;
}

/* IMPOSTAZIONE PER IL TITOLO DEI GIORNI NELLO SCHEDULER TELERIK */
.rsHeader h2 {
    color: black;
}
/* IMPOSTAZIONE PER IL TITOLO DEI GIORNI NELLO SCHEDULER TELERIK */

/* TELERIK */

.nascondi {
    display: none;
}

.panelGrigliaTab {
    width: 99.5%;
    height: 97%;
    position: relative;
    top: 5px;
    left: 5px;
    overflow: auto;
    padding-right: 5px;
}

fieldset {
    margin: 0.4em 0px;
    padding: 0.4em;
    border: 1px solid #ccc;
}

.bordoFielsetTrasparente {
    border-color: white;
    margin: 0em 0px !important;
}

legend {
    display: block;
    padding: 0px;
    margin-bottom: 1px;
    line-height: inherit;
    width: auto;
    border-bottom: 0px;
}

.marginfieldset {
    margin: 0px 10px 0px 10px;
}

.marginfieldsetTop {
    margin: 5px 10px 0px 10px;
}

.marginfieldsetBottom {
    margin: 5px 10px 10px 10px;
}

.content {
    min-height: 50px;
}

.TestoMaiuscolo {
    text-transform: uppercase;
}

.TestoNormale {
    text-transform: none;
}

.CursorDefault {
    cursor: default;
}

.CursorPointer {
    cursor: pointer;
}

    .CursorPointer:hover {
        cursor: pointer;
        color: #3C8DBC !important;
    }

caption {
    padding-top: 0px;
    padding-bottom: 0px;
}

.spanEnte {
    position: relative;
    top: 7px;
    left: -7px;
    font-style: italic;
}

.TitoloH1 {
    font-size: 10pt;
    color: #1c2466;
    font-family: Segoe UI;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
}

.RadWindow_Sunset table .rwTopLeft,
.RadWindow_Sunset table .rwTopRight,
.RadWindow_Sunset table .rwFooterLeft,
.RadWindow_Sunset table .rwFooterRight,
.RadWindow_Sunset table .rwFooterCenter,
.RadWindow_Sunset table .rwBodyLeft,
.RadWindow_Sunset table .rwBodyRight,
.RadWindow_Sunset table .rwTitlebar,
.RadWindow_Sunset table .rwTopResize,
.RadWindow_Sunset table .rwIcon {
    display: none;
}

.RadWindow_Sunset table .rwWindowContent {
    background-color: transparent !important;
}
