﻿.versiontext {
    font-family: Arial;
    font-size: 8pt;
    color: #00A1F1;
}

.cyantitlebox {
    background-color: #000; /* Identity color */
    color: #FFFFFF;
    padding: 5px;
}

.bluetitlebox {
    background-color: #000; /* Identity color */
    color: #FFFFFF;
    padding: 5px;
}

.yellowtitlebox {
    background-color: #FFB400;
    color: #FFFFFF;
    padding: 3px;
}

.redtitlebox {
    background-color: #530600;
    color: #FFFFFF;
    padding: 5px;
}

.orangetitlebox {
    background-color: #F65314;
    color: #FFFFFF;
    padding: 3px;
}

.greytitlebox {
    background-color: #000; /* Identity color */
    /* gradiente */

    color: #FFFFFF;
    padding: 3px;
    /*background-image: linear-gradient(top left, #000000 0%,  100%); /* ie 8 */
    /* vertical gradient */
    /*background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top left, #000000, #FF3300);
    background-image: -ms-linear-gradient(top left, #000000, #FF3300);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#FF3300));
    background-image: -webkit-linear-gradient(top left, #000000, #FF3300);
    background-image: -o-linear-gradient(top left, #000000, #FF3300);
    background-image: linear-gradient(top left #000000, #FF3300);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#FF3300', GradientType=0);*/
}

    .greytitlebox h2 {
        color: #FFFFFF;
        padding-left: 5px;
    }

.m2p2cmb {
    background-color: #ffffff;
}

.header_darkgrayline {
    background-color: #454545;
    height: 2px;
}

.lightgraybox {
    background-color: #E1E1E1;
    color: #2D2D2D;
    margin: 1px;
    min-height: 65px;
    position: relative;
}

.m2p2newsbox {
    background-color: #F8F8F8;
    color: #2D2D2D;
    margin: 4px;
    min-height: 65px;
    position: relative;
    border: 1px solid #B6B6B6;
}

.lightgray {
    background-color: #E1E1E1;
    color: #2D2D2D;
}


.lightgrayboxfull {
    background-color: #E1E1E1;
    color: #2D2D2D;
    margin: 0;
    position: relative;
    min-height: 110px;
}

.m2p2box {
    background-color: #E1E1E1;
    color: #2D2D2D;
    height: 140px;
    border: 1px solid #B6B6B6;
    margin: 0;
    position: relative;
    min-height: 110px;
}

    .m2p2box:hover {
        color: #F65314;
        background-color: #F8F8F8;
        border: 1px solid #002D57;
    }

h3.title-m2p2box {
    font-size: 39px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 5px;
    line-height: 20px;
    width: 180px;
}
h3.title-m2p2box-small {
    font-size: 26px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 5px;
    line-height: 20px;
    width: 180px;
}
.menu-right-box {
    background-color: #F8F8F8;
    color: #2D2D2D;
    min-height: 65px;
    position: relative;
    border: 1px solid #B6B6B6;
}

    .menu-right-box ul {
        list-style-type: none;
        margin-top: 15px;
    }

        .menu-right-box ul li {
            list-style-image: url('/img/icons/left-arrow.png');
            background-repeat: no-repeat;
            background-position: 0px 5px;
            border-bottom: 1px solid #B6B6B6;
            padding-left: 8px;
            padding-bottom: 2px;
        }

            .menu-right-box ul li h3 {
                font-size: 16px;
                margin-bottom: 2px;
            }

            .menu-right-box ul li a {
                color: #002D57;
            }

                .menu-right-box ul li a:hover {
                    color: #F65314;
                }

.leftlogo {
    margin: 0;
    margin-right: 1em;
    float: left;
}

.rightlogo {
    margin: 0;
    margin-right: 0em;
    float: right;
    padding-top:0px;
}

#portaltitle {
    float: left;
    position: relative;
    top: 45px;
}

#portalMenu {
    float: left;
    position: relative;
    top: 0px;
}

.portaltitleOrange {
    font-family: Arial;
    font-size: 14pt;
    color: #F65314;
}

.portaltitleBlue {
    font-family: Arial;
    font-size: 18pt;
    color: #00A1F1;
}

.portalversion {
    text-transform: uppercase;
    font-size: 10pt;
    float: left;
}

.portalwelcometext {
    text-transform: uppercase;
    font-size: 14pt;
    float: right;
}

.newsbutton {
    right: 10px;
    margin: 5px;
    top: 5px;
    float: right;
    cursor: pointer;
}

.newstext {
    /*width: 80%;
    float: left;*/
    margin-left: 8px;
}

.newsline {
    width: 4px;
    height: 100%;
    float: left;
    position: absolute;
}


.verticalline {
    width: 4px;
    height: 100%;
    position: absolute;
    margin-left: -8px;
    margin-bottom: 10px;
}

.horizontalLine {
    height: 5px;
}

.newsline_cyan {
    background-color: #00A1F1;
}

.newsline_yellow {
    background-color: #FFB400;
}

.newsline_orange {
    background-color: #F65314;
}

.newsline_grey {
    background-color: #c3c3c3;
}

.systemtitle {
    font-family: Arial;
    font-size: 32pt;
    float: right;
    margin-right: 20px;
    margin-top: 14px;
}

.systemboxlogo {
    text-align: center;
    position: absolute;
}

.systemboxtext {
    font-family: Arial;
    font-size: 16pt;
    float: right;
    text-align: right;
    position: absolute;
    right: 20px;
}

.userpaneltext {
    font-family: Arial;
    font-size: 16pt;
    text-align: right;
    padding: 2px;
    /*padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;*/
}

.h2NoMargin {
    margin: 0;
    color: #ffffff;
}

.wizard_label_normal {
    color: black;
}

.wizard_label_disabled {
    color: gray;
}

table.wizard_table {
    width: 100%;
    margin-bottom: 0;
}

    table.wizard_table td {
        padding: 10px;
    }

table.wizard_table_filtro_fornitori td {
    padding: 2px;
}

table.wizard_table_command_button {
    width: 88%;
}

.wizard_colonna_label_risultati {
    vertical-align: middle;
    text-align: center;
    padding-bottom: 15px;
}

.wizard_label_risultati {
    color: black;
    font-size: large;
}

table.wizard_table_fornitori tr td {
    border: 1px solid black;
}

.table_width_label {
    width: 30%;
}

.table_width_error {
    width: 30%;
}

.summary_error {
    color: darkred !important;
    background-color: whitesmoke;
    font-weight: bold;
}

.wizard_colonna_pulsante_aggiungi {
    padding-left: 3px;
    padding-right: 3px;
}

.wizard_header_column {
    color: black;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-top: 1px;
    font-weight: bold;
    white-space: nowrap;
}

.wizard_control_check_column .rbToggleRadio.rbPrimaryIcon, .rbToggleRadio.rbSecondaryIcon, .rbToggleCheckbox.rbPrimaryIcon, .rbToggleCheckbox.rbSecondaryIcon, .rbToggleRadioChecked.rbPrimaryIcon, .rbToggleRadioChecked.rbSecondaryIcon, .rbToggleCheckboxChecked.rbPrimaryIcon, .rbToggleCheckboxChecked.rbSecondaryIcon, .rbToggleCheckboxFilled.rbPrimaryIcon, .rbToggleCheckboxFilled.rbSecondaryIcon {
    top: 4px !important;
}

.wizard_control_column {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-top: 1px;
}

.wizard_data_column {
    color: black;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-top: 1px;
}

.wizard_data_selected_column {
    background-color: aliceblue;
    color: black;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-top: 1px;
    font-weight: bold;
}

.wizard_link {
    padding-right: 15px;
}

.wizard_pager_no_border {
    border: hidden !important;
}

.wizard_images_inside_listview {
    width: 18px;
    height: 18px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-top: 1px;
}

.wizard_images_outside_listview {
    width: 32px;
    height: 32px;
}

.wizard_label_normal_no_wrap {
    white-space: nowrap;
    color: black;
}

.wizard_label_error {
    white-space: nowrap;
    color: red;
    font-weight: bold;
}

.opacity4 {
    opacity: 0.4;
}

.radgraybox {
    background-color: #E1E1E1;
    text-transform: lowercase;
    font-variant: small-caps;
}

.rlbGroup {
    background-color: transparent !important;
}

.NoMargin {
    margin: 0;
}

.imgSquare {
    border-radius: 0;
    margin: 2px;
}

table.rgPager {
    margin-bottom: 0;
}

.with-padding {
    padding: 20px;
}

.with-mid-padding {
    padding: 12px;
}

.with-small-padding {
    padding: 4px;
}

.button-height {
    line-height: 34px;
    margin-top: -2px;
    margin-bottom: -2px;
}

.inline-label:before, .inline-label:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
}

.inline-label:after {
    clear: both;
}

.inline-label {
    zoom: 1;
}

    .inline-label > .label {
        display: block;
        margin-bottom: 3px;
        font-weight: bold;
        line-height: 16px;
    }

.inline-label {
    padding-left: 120px;
}

    .inline-label > .label {
        float: left;
        width: 105px;
        margin-left: -120px;
        line-height: inherit;
    }
