﻿body 
{
    background-color: #f2f2f2;
    background-size: 200px;
}

input[type=text], input[type=password], input[type=url], textarea 
{
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #cecece;
}

.clear 
{
    clear: both;
}

select 
{
    border-radius: 3px;
    padding-left: 3px;
    padding-right: 20px !important;
    font-family: 'Open Sans', sans-serif;
    max-width: 330px;
    border: 1px solid #cecece;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("/Gfx/play-button.svg");
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center right 5px;
}

.menuSx 
{
    background-color: #fff;
    transition: all linear 0.1s;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: 10px;
    z-index: 10;
}

.menuSx #logo 
{
    background-color: #FFF;
    text-align: center;
    display: block;
    margin-bottom: 25px;
    width: 100%;
    height: 90px;
}

.menuSx #logo img 
{
    width: 70%;
    margin-bottom: 30px;
    margin-top: 20px;
}

.pageDx 
{
    transition: all linear 0.1s;
    position: absolute;
    width: calc(100% - 250px);
    bottom: 0;
    left: 250px;
    top: 0;
    background-color: #f2f2f2;
}

.menuIcon 
{
    position: relative;
    transition: all linear 0.1s;
    display: none;
}

.tbPercentuale 
{
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    width: 25px;
}

.menuSxIn 
{
    height: 100%;
    position: fixed;
    width: 250px;
    background-color: #FFF;
    z-index: 20;
}

#btnLogOut 
{
    color: red;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    display: block;
    float: right;
    margin-top: 31px;
    margin-right: 8px;
}

.topBar 
{
    background: linear-gradient(to right, rgba(91,135,239,1) 0%, rgba(91,135,239,1) 0%, rgba(23,102,158,1) 0%, rgba(69,183,156,1) 100%);
    padding: 15px;
    height: 15px;
    color: #545454;
    font-weight: bold;
    border-bottom: 1px solid #ededed;
}

.tobBarButtonItem 
{
    float: right;
}

.tobBarButtonItem a 
{
    color: #fff;
    text-decoration: none;
}

.accessoUtente 
{
    margin-top: 30px;
    padding-top: 20px;
    padding-left: 10px;
    box-sizing: border-box;
    height: 75px;
    background-color: #fbfbfb;
    width: 100%;
    display: block;
    float: left;
}

.ico_utente 
{
    display: block;
    float: left;
    height: 32px;
}

.logoSB 
{
    text-align: center;
    padding-top: 30px;
    color: white;
    font-size: 10px;
}

.logoSB img 
{
    width: 130px;
}

.accessoUtenteIn 
{
    color: #8b8b8b;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    display: inline-block;
    margin-left: 12px;
    position: relative;
    top: -2px;
}

.accessoUtente img
{
    width: 30px;
}

#utenteLoggato 
{
    margin-top: 5px;
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    color: #333333;
}

.boxTraduzione {
    margin: 10px 0 !important;
    font-size: 12px !important;
}

.copy 
{
    text-align: center;
    font-size: 8pt;
    color: #484848;
    margin-top: 40px;
}

.AriesMainMenuModule 
{
    background-color: #FFF;
    border-bottom: 1px solid #f6f6f6;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12pt;
    color: #545454;
    cursor: pointer;
}

.AriesMainMenuModule #icona 
{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    width: 22px;
}

.AriesMainMenuModule #title 
{
    float: left;
    font-weight: 500;
    color: #545454;
    line-height: 16px;
    font-size: 14px;
}

.AriesMainMenuModule #arrow 
{
    float: right;
    font-weight: bold;
    padding-right: 15px;
    padding-top: 3px;
    font-size: 10px;
    color: #cecece;
}

.frecciaSu 
{
    background-image: url("/Gfx/frecciaDx.png");
}

.frecciaGiu 
{
    background-image: url("/Gfx/frecciaGiu.png");
}

.AriesMainMenuModule_Nest 
{
    border-left: 2px solid #45b79d;
    background-color: #FFF;
    /*border-left: 3px solid #fff;*/
    border-bottom: 1px solid rgb(247, 247, 247);
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 11pt;
    color: #fff;
    cursor: pointer;
}

.AriesMainMenuModule_Nest #icona 
{
    float: left;
    padding-left: 15px;
    padding-right: 22px;
    color: #484848;
}

.AriesMainMenuModule_Nest #title 
{
    float: left;
    font-weight: normal;
    font-size: 13px;
    color: #545454;
}

.AriesMainMenuModule_Nest #arrow 
{
    float: right;
    font-weight: bold;
    padding-right: 15px;
    font-size: 10px;
    color: #e0e0e0;
}

.AriesMainMenuModule_sub_Nest 
{
    display: none;
}

.AriesMainMenuModule_sub_Nest .AriesMainMenuElement 
{
    background-color: #FFF !important;
}

.AriesMainMenuModule_sub 
{
    display: none;
}

.AriesMainMenuElement 
{
    background-color: #FFF;
    padding: 15px;
    font-size: 10pt;
    color: #545454;
    cursor: pointer;
    border-left: 3px solid #4fb99c;
}

.AriesMainMenuElement a 
{
    text-decoration: none;
    color: #545454;
    font-size: 12px;
    letter-spacing: .3px;
}

.AriesMainMenuElement.active a 
{
    color: #333333;
    font-weight: bold;
}

.pageItem 
{
    width: 95%;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    padding: 20px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #484848;
    font-weight: 300;
    font-size: 11pt;
}

.testoGenerico 
{
    color: #484848;
    font-size: 11pt;
    line-height: 22px;
}

.testoGenerico a 
{
    color: #496bb2;
    text-decoration: none;
    font-weight: bold;
}

.DDGridView 
{
    width: 100%;
    border: 1px solid #efefef;
    margin-top: 40px;
    border-radius: 8px;
}

.DDGridView th 
{
    /*text-align: center;*/
    background-color: #fafafa;
    padding: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #828282;
    font-weight: 600;
    /*border: 1px solid #dcdcdc;*/
    font-size: 10pt;
}

.DDGridView th a 
{
    color: #414141;
    font-weight: 600;
    text-decoration: none;
}

.DDGridView th:first-child 
{
    border-top-left-radius: 3px;
}

.DDGridView th:last-child 
{
    border-top-right-radius: 3px;
}

.DDGridView td 
{
    padding: 10px;
    padding-top: 10px;
    border: 1px solid #efefef;
    color: #484848;
    font-size: 10pt;
    vertical-align: middle;
}

.pageItem h1 a 
{
    color: #484848;
    text-decoration: none;
}

.DDDetailsTable 
{
    margin-top: 20px;
    margin-left: 20px;
    min-width: 760px;
}

.fancybox-wrap .DDDetailsTable {
    min-width: unset !important;
}

.DDDetailsTable .td:first-child {
    box-sizing: border-box;
    width: 20%;
    text-align: right;
    font-weight: bold;
    color: #8d8888;
    padding-right: 15px;
    padding-top: 10px;
}

.tbAltImg 
{
    width: 200px !important;
}

.DDDetailsTable .td 
{
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #f5f5f5;
    box-sizing: border-box;
    width: calc(80% - 2px);
}

.DDDetailsTable .td input[type=text], input[type=password], input[type=url] 
{
    border: 1px solid #cecece;
    border-radius: 3px;
    height: 20px;
    padding: 10px;
}

.DDDetailsTable .td div, .DDDetailsTable .td label, .DDDetailsTable .td > span 
{
    display: inline-block;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
}

.DDDetailsTable .td input[type=text][readonly] 
{
    background-color: #dcdcdc;
    cursor: not-allowed;
}

.btnInsert 
{
    background-color: #19639e;
    border: 1px solid #2e466d;
    padding: 15px;
    color: #FFF;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    border-radius: 3px;
    font-size: 13px;
}

.btnCancel 
{
    background-color: #dbdbdb;
    padding: 15px;
    color: #484848;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
}

.validationError 
{
    color: #ad2020;
}

.ValidationSummary 
{
    background-color: #f7dfdf;
    padding: 10px;
    border-radius: 5px;
    color: #900808;
    margin-bottom: 20px;
    line-height: 25px;
    margin: 10px;
}

.ValidationSummary h3 
{
    margin-bottom: 10px;
    font-weight: bold;
}

.nolink 
{
    color: #484848 !important;
}

.DD 
{
    margin-top: 20px;
}

.AriesDDTabs 
{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #e6e6e6;
}

.AriesDDtab 
{
    float: left;
    background-color: #dbdbdb;
    padding: 20px;
    margin-right: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.AriesDDtab a 
{
color: #828282;
font-weight: bold;
text-decoration: none;
font-size: 14pt;
}

.AriesDDtab.active 
{
background-color: #fff;
}

.AriesDDtab.active a 
{
    color: #484848 !important;
    border-bottom: 2px solid #45b79d;
}

.tabbedContainer 
{
    margin-top: 20px;
    border: 1px solid #f2f2f2;
}

.tabbedContainer .DDbody 
{
    padding: 20px;
}

.tabTitleScheda 
{
    padding: 10px;
    background-color: #e5e5e5;
    color: #484848;
}

.btnGenericSmall 
{
    background-color: #19639e;
    border: 1px solid #2e466d;
    padding: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    font-size: 10pt;
    font-weight: 400;
}

.btnGenericSmallSearch 
{
    background-color: #19639e;
    border: 1px solid #2e466d;
    padding: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    font-size: 10pt;
    font-weight: 400;
}

.btnGenericSmallSearch:hover 
{
    background-color: #2e466d;
}

.btnGenericBig 
{
    background-color: #45b79d;
    border: 1px solid #63a38f;
    padding: 14px;
    color: #FFF;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
}

.btnGenericBig:hover 
{
    background-color: #3faa93;
}

.DDFilter 
{
    display: none;
    position: relative;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #eeeeee;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.DDSearch 
{
    float: left;
}

.DDSearch input[type=text] 
{
    margin: 0;
    border: 1px solid #cecece;
    height: 31px;
    box-sizing: border-box;
    width: 300px;
    padding: 5px;
    border-radius: 3px;
}

.DDControls 
{
    margin-top: 30px;
}

.DDSearchAdv 
{
    color: #496bb2;
    text-decoration: none;
    font-weight: bold;
    margin-left: 20px;
}

.DDFilter select 
{
    background-color: #d8d8d8;
    border-radius: 3px;
    padding: 4px;
    border: 0;
}

.DDGridControls 
{
    padding-top: 25px;
}

.DDGridControls a 
{
    color: #19639e;
    font-size: 12px;
    text-decoration: none;
}

.DDGridControls a:hover 
{
    color: #487bf2;
}

.DDcolumnDescription 
{
    font-weight: normal !important;
    font-size: 10pt;
    margin-top: 8px;
}

.DDTextBox 
{
    background-color: rgb(248,248,248);
    border: 1px solid rgb(209,209,209);
    border-radius: 10px;
    padding: 4px !important;
    width: 500px;
}

.DDControlMultiline 
{
    background-color: rgb(248,248,248);
    border: 1px solid rgb(209,209,209);
    border-radius: 3px;
    padding: 4px;
    width: 500px;
    box-sizing: border-box;
}

.DDFilter div 
{
    margin-top: 15px;
}

.DDMMLink 
{
    color: #19639e;
    border-radius: 3px;
    margin-right: 10px;
    line-height: 20px;
}

.DDDropDown 
{
    background-color: rgb(248,248,248);
    border: 1px solid rgb(209,209,209);
    border-radius: 3px;
    padding: 4px;
}

.badge 
{
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    background-color: rgb(255,222,23);
    color: #484848;
    border-radius: 5px;
}

.linkblu 
{
    color: #496bb2;
}

.topLogoContainer 
{
    text-align: right;
    transition: all linear 0.1s;
    margin: auto;
    width: 90px;
    z-index: 40;
}

.itemArtMM 
{
    border-bottom: 1px solid #fff;
    padding: 10px;
    font-size: 9pt;
}

#rblLL td 
{
    padding-right: 20px;
    padding-bottom: 5px;
}

.topPageDx 
{
    position: fixed;
    width: 100%;
    top: -80px;
    height: 0;
    background-color: #FFF;
    transition: all linear 0.1s;
    z-index: 30;
}

.sectHidden 
{
    display: none;
}

.DDSearchIn 
{
    height: 30px;
    vertical-align: top;
}

@media only screen and (min-width:0px) and (max-width:960px) {
    .menuSx 
    {
        left: -250px;
    }

    .pageDx 
    {
        left: 0;
        width: 100%;
    }

    .topBar 
    {
        display: none;
    }

    .topPageDx img
    {
        padding-top: 10px;
    }

    .menuIcon {
        display: inline !important;
        color: #545454;
    }

    .menuIconSB 
    {
        display: block !important;
    }

    .menuSx #logo 
    {
        display: none;
    }

    .accessoUtente 
    {
        margin-top: 70px;
    }

    h1 
    {
        font-size: 20px;
    }

    .AriesDDTabs 
    {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .AriesDDtab 
    {
        padding: 10px;
        margin-right: 10px;
    }

    .DDTextBox 
    {
        padding: 4px !important;
        width: 45% !important;
    }

    .DDDetailsTable .td div, .DDDetailsTable .td label, .DDDetailsTable .td > span 
    {
        line-height: 14px;
    }

    .AriesDDtab a 
    {
        font-size: 16px;
    }

    .DDSearch input[type=text] 
    {
        width: 200px;
    }

    .boxRicerca input[type=text] 
    {
        width: 200px !important;
    }

    .DDControlMultiline 
    {
        width: calc(100%);
    }
}

@media only screen and (min-width:0px) and (max-width:480px) {
    body 
    {
        min-width: 100%;
    }

    .btnGenericSmallSearch 
    {
        top: 1px;
    }

    .DDbody .btnGenericBig 
    {
        margin-top: 0;
    }

    .DDControls 
    {
        margin-top: 25px;
    }

    .DDGridControls 
    {
        display: none;
    }

    .DDGridView > tbody > tr > th, .DDGridView > tbody > tr > td 
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .filtroGrid > select 
    {
        float: right;
    }

    .filtroGrid > label 
    {
        position: relative;
        top: 5px;
    }

    .DDGridControls 
    {
        width: 100%;
        float: left;
    }

    .filtroGrid 
    {
        margin-bottom: 22px;
        clear: both;
    }

    .pageItem 
    {
        width: 95% !important;
        background-color: #fff;
        border-radius: 3px;
        border: 1px solid #ebebeb;
        padding: 20px;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #484848;
        font-weight: 300;
        font-size: 11pt;
    }

    .tabbedContainer 
    {
        border: 0;
    }

    .DDDetailsTable .td 
    {
        padding-top: 15px;
        display: block;
        width: 100%;
        clear: both;
    }

    .DDDetailsTable .td:first-child 
    {
        border-bottom: none;
        box-sizing: border-box;
        width: 100%;
        text-align: left;
        font-weight: bold;
        color: #8d8888;
        padding-bottom: 0;
    }

    .DDDetailsTable .td:last-of-type:last-child 
    {
        text-align: left;
    }

    .DDDetailsTable .td input[type=text], input[type=password], input[type=url] 
    {
        width: calc(100% - 10px) !important;
    }

    .AriesDDtab 
    {
        padding: 8px;
        margin-right: 5px;
    }

    .AriesDDTabs 
    {
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .risPP 
    {
        display: block;
        margin-top: 5px;
    }

    .DDFilter 
    {
        padding: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    
}
