﻿html, body, form {
    background-color: white;
    font-size: 1em;
    font-family: "Helvetica Neue","Lucida Grande","Segoe UI" , Avenir,Arial, Verdana,Helvetica,  sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    width: 100%;
    height: 100%;
    overflow:auto;
}


.page {
    background-color: #fff;
    border: none;
    width: 1240px;
    height: 100%;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, #ffffff 0%,#DFE2E9 100%)
}

/*#footer{
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0px;
}*/

.menuIntestazione {
    position: relative;
    width: 100%;
    height: 70px;
    text-align: center;
}

.menuFiltri {
    position: relative;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
    filter: alpha(opacity=93);
    -moz-opacity: 0.93;
    -khtml-opacity: 0.93;
    opacity: 0.93;
    border: 4px #d1d2f5 solid;
    background-color: #8fa4bc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0px 0px 10px 0px #333333;
    -webkit-box-shadow: 0px 0px 10px 0px #333333;
    box-shadow: 0px 0px 10px 0px #333333;
}

.menuFiltriSx {
    position: relative;
    width: 45%;
    float: left;
}

.menuFiltriDx {
    position: relative;
    width: 45%;
    float: right;
}

.menuFiltriPanel {
    position: relative;
    width: 100%;
}

.filterTreeviewArticolo {
    position: relative;
    width: 45%;
    float: left;
}

.filterDescriArticolo {
    position: relative;
    width: 45%;
    float: right;
}

.menuPrincipale {
    position: relative;
    width: 99%;
    height: auto;
    background-image: -ms-linear-gradient(white 0px, rgb(214, 213, 212) 100%);
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: rgb(214, 213, 212);
        border-bottom-color:black;
    border:solid;
    margin-top: 20px;
}



/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu ul li img {
    width: 22px;
    height: 22px;
}

.divClear {
    clear: both;
}

.divTitle {
    font-size: 1.5em;
    padding: 2px 2px 2px 2px;
    font-weight: bold;
}

.divSubTitle {
    font-size: 1.2em;
    padding-left:5px;
    padding-top:5px;
    padding-bottom:10px;
    font-weight: bold;
    text-align:center;
}

.divItem {
    width: 200px;
    height: 50px;
    float: left;
    margin: 10px;
}

.divItemTwoLine {
    width: 200px;
    height: 70px;
    float: left;
    margin: 10px;
}

    .divItem > label, .divItemTwoLine > label {
        width: 100%;
        margin-top: 2px;
        margin-bottom: 2px;
        text-align: left;
        font-weight: bold;
    }

    .divItem > div, .divItemTwoLine > div {
        width: 100%;
        margin-top: 2px;
        margin-bottom: 2px;
        text-align: left;
    }

        .divItem > div > input, .divItem > div > select, .divItem > div > textarea {
            border: none;
            border-bottom: 1px solid #b6b7bc;
            padding: 3px;
            margin: auto;
            width: 99%;
            height: auto;
        }

        .divItemTwoLine > div > input[type=text], .divItemTwoLine > div > select, .divItem > divTwoLine > textarea {
            border: none;
            padding: 3px;
            margin: auto;
            width: 100%;
            height: auto;
            margin: 1px;
        }

        .divItem > div > input[type=checkbox] {
            font-weight: normal;
        }

.divItemLarge {
    width: 390px;
    height: 75px;
    float: left;
    margin: 5px;
}

    .divItemLarge > label {
        width: 100%;
        margin-top: 2px;
        margin-bottom: 2px;
        text-align: left;
        font-weight: bold;
    }

    .divItemLarge > div {
        width: 100%;
        margin-top: 2px;
        margin-bottom: 2px;
        text-align: left;
    }

.divItem2 {
    width: 330px;
    height: 25px;
    margin: 5px;
    float: left;
}

    .divItem2 > label {
        float: left;
        width: 130px;
        margin-top: 2px;
        margin-bottom: 2px;
        padding-left: 10px;
        text-align: left;
        font-weight: bold;
    }

    .divItem2 > div {
        float: left;
        width: 180px;
        margin-top: 2px;
        margin-bottom: 2px;
        text-align: left;
        padding-left: 10px;
    }

.divItem3 {
    width: auto;
    height: 20px;
    margin: 5px;
    float: left;
}

    .divItem3 > label {
        float: left;
        width: auto;
        margin-top: 2px;
        margin-bottom: 2px;
        padding-left: 10px;
        text-align: left;
        font-weight: bold;
    }

    .divItem3 > div {
        float: left;
        width: auto;
        margin-top: 2px;
        margin-bottom: 2px;
        text-align: left;
        padding-left: 10px;
    }

.InputBox {

    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    margin: 0 auto 0 auto;
}

.InputBoxPopUp {
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 99%;
}


.SearchBox {
    
    width: 97%;
    height: auto;
    background-color: white;
}

.Validation {
    font-weight: bold;
    color: red;
}


.rspCollapseBarHorizontalExpand,
.rspCollapseBarHorizontalExpandOver {
    height: 20px!important;
    width: 23px!important;
}

.rspCollapseBarHorizontalCollapse,
.rspCollapseBarHorizontalCollapseOver {
    height: 20px!important;
    width: 23px!important;
}

.rspResizeBarHorizontal {
    height: 20px!important;
    width: 100%!important;
}

.RadMenu_Office2010Silver .rmRootGroup, .rmHorizontal  {
    border-color: transparent !important;
    border-width: 0px !important;
    border-style: none !important;
    background-color: transparent !important;
}

.PopupMessage {
    width: 300px;
}