﻿body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: small;
}

a {
    color: #8B9C16;
    text-decoration: none;
}

    a:hover {
        color: Green;
        text-decoration: underline;
    }
/*Barra superiore - logo - login */
#servizio {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #690;
    border-bottom: solid 1px #006432;
}

    #servizio a {
        color: #360;
    }

#logocrm {
    float: left;
    margin: 0;
    padding: 3px 15px;
}

    #logocrm .logo {
        float: left;
        width: 200px;
    }

    #logocrm .logo img {
        width: 100%;
    }

#login {
    float: right;
    margin: 0;
    padding: 8px 14px;
}

.dbtest {
    display: block;
    margin: 0;
    font-weight: bold;
    color: #FFFFFF;
    padding: 5px 5px 5px 30px;
    background: url(/risorse/img/attenzione.gif) no-repeat 5px 50% red;
    width: 500px;
    z-index: 10000;
    top: 0;
    left: 0;
    position: fixed;
}


#login .LoginName {
    color: #CC0000;
    font-weight: bold;
    text-transform: uppercase;
}

#main {
    padding: 5px;
}



/*menu di navigazione*/
#menu {
    clear: both;
}

#nav {
    float: left;
    margin: 0;
    width: 100%;
    padding: 10px 0 0 0;
    list-style: none;
    background: #8B9C16 url(/risorse/img/nav_bg.gif) repeat-x bottom left;
    margin-bottom: 20px;
}

    #nav li {
        float: left;
        margin: 0 1px 0 0;
        padding: 0;
        font-family: "Lucida Grande", sans-serif;
        font-size: 100%;
    }

    #nav a {
        float: left;
        display: block;
        margin: 0;
        padding: 4px 8px;
        color: #333;
        border: 1px solid #9B8748;
        border-bottom: none;
        background: #F9E9A9 url(/risorse/img/off_bg.gif) repeat-x top left;
    }

        #nav a:hover, body#home #t-home a, body#agenzie #t-agenzie a, body#ordini #t-ordini a, body#rate #t-rate a, body#provvigioni #t-provvigioni a, body#logimport #t-logimport a, body#kirban #t-kirban a, body#blacklist #t-blacklist a, body#verificamail #t-verificamail a, body#datimatch #t-datimatch a, body#agenzieimport #t-agenzieimport a, body#logclick #t-logclick a, body#vetrinastat #t-vetrinastat a, body#useragent #t-useragent a, body#mail #t-mail a, body#users #t-users a, body#mailblacklist #t-mailblacklist a, body#ordininew #t-ordininew a, body#promo #t-promo a, body#richiesteinfo #t-richiesteinfo a, body#cerco #t-cerco a, body#tipipagina #t-tipipagina a, body#statistiche #t-statistiche a, body#offro #t-offro a, body#radar #t-radar a, body#monitor #t-monitor a, body#moderazione #t-moderazione a, body#pagamenti #t-pagamenti a, body#loghi #t-loghi a, body#mailbounce #t-mailbounce a, body#lead #t-lead a {
            color: #333;
            padding-bottom: 5px;
            border-color: #727377;
            background: #fff url(/risorse/img/on_bg.gif) repeat-x top left;
            text-decoration: none;
        }

#t-home a {
    margin-left: 1em;
}

#nav li.current a {
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    font-weight: bold;
}

#nav.submenu li a:hover {
    padding-bottom: 4px;
}

/*MENU HOME PAGE*/
#MainMenu {
    float: left;
    width: 330px;
    padding: 10px 0;
    /*background: url(img/bg.gif) no-repeat top left;*/
}

    #MainMenu dl {
        width: 310px;
        margin: 10px 10px 30px 10px;
        padding: 0;
    }

        #MainMenu dl:after { /* self-clear floats */
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

    #MainMenu dt {
        float: right;
        width: 220px;
        margin: 0;
        padding: 0;
        font-size: 130%;
        /*letter-spacing: 1px;*/
        color: #627081;
        font-weight: bold;
    }

        #MainMenu dt a {
            text-decoration: none;
        }


    #MainMenu dd {
        margin: 0 0 0 90px;
        padding: 0 0 0 1px;
        /*font-size: 85%;*/
        line-height: 1.2em;
        color: #666;
    }

    #MainMenu dl dd.img {
        margin: 0;
    }

    #MainMenu dd.img img {
        float: left;
        margin: 0 8px 0 0;
        /*padding: 4px;*/
        /*border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;*/
        background: #fff;
    }

#ctl00_ContentPlaceHolder1_gvElencoOrdini, #ctl00_ContentPlaceHolder1_gvRateFatture, #ctl00_ContentPlaceHolder1_gvResults {
    clear: both;
}
/* Tabelle risultati */
table.results {
    width: 100%;
    /*border: 1px solid #666;*/
    background: #fff;
    /*font-size:95%;*/
}

    table.results caption {
        margin: 0;
        padding: 8px 20px;
        text-align: left;
        /*border: 1px solid #000;*/
        border-bottom: none;
        background: #fff;
    }

    table.results th, table.results td {
        margin: 0;
        padding: 4px 5px;
        text-align: center;
        border-bottom: 1px solid #fff;
    }



#ctl00_ContentPlaceHolder1_gvCrmEventi table.results th, #ctl00_ContentPlaceHolder1_gvCrmEventi table.results td {
    text-align: left;
}

table.results th {
    color: #FFF;
    background-color: #666;
    padding: 10px;
}

    table.results th a {
        color: #FFF;
        display: block;
    }

table.results .name {
    text-align: left;
}

table.results tr {
    background: #ECF0E6;
}

    table.results tr.AspNet-GridView-Alternate {
        background: #DDE7CD;
    }

table.results td a {
    display: block;
    font-weight: bold;
    color: #787878;
}

table.results .AlignLeft {
    text-align: left;
}

table.results .AlignRight {
    text-align: right;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

table.results td.tdFooter {
    color: #FFFFFF;
    background-color: #666666;
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #FFFFFF;
}

    table.results td.tdFooter a {
        color: #fff;
    }

table.results td.non_validata a {
    color: Orange;
}

table.results td.undefined a {
    color: Red;
}

table.results td.tdRed {
    background-color: #FF0000;
}

    table.results td.tdRed a {
        color: #FFFFFF;
    }

table.results td.tdGreen {
    background-color: Green;
}

    table.results td.tdGreen a {
        color: #FFFFFF;
    }

td.tdDarkGreen {
    background-color: #DDE7CD;
    /*border-top:2px solid #000;*/
}

td.tdLightGreen {
    background-color: lightgreen;
    font-weight: normal;
}

td.tdGreen {
    background-color: Green;
}

td.tdYellow {
    background-color: #FAEA74;
}

td.tdLightYellow {
    background-color: lightgoldenrodyellow;
}

td.tdOrange {
    background-color: Orange;
}

td.tdRed {
    background-color: Red;
}

td.tdLightRed {
    background-color: tomato;
}

td.tdBlack {
    color: White;
    background-color: Black;
}

table td.tdStriked {
    text-decoration: line-through;
    /*background-color:#DDE7CD;*/
    /*border-top:2px solid #000;*/
}

table td.tdBold {
    font-weight: bold;
}

table td.tdPure {
    font-weight: normal !important;
}

    table td.tdPure a {
        font-weight: normal !important;
    }

td.tdWidth30 {
    width: 30%;
}

td.tdPadding {
    padding: 8px 20px;
}

/* Tabelle risultati innestati*/

table .contenentBorder {
    border: solid #000 1px;
}

table .fontAligned {
    font-family: Courier New;
}

table.nestedResults {
    width: 100%;
    /*font-size:95%;*/
}

    table.nestedResults caption {
        margin: 0;
        padding: 8px 20px;
        text-align: left;
        /*border: 1px solid #000;
  	border-bottom: none;*/
        background: #fff;
    }

    table.nestedResults th, table.nestedResults td {
        margin: 0;
        padding: 1px;
        text-align: center;
        border-bottom: none;
    }

#ctl00_ContentPlaceHolder1_gvCrmEventi table.nestedResults th, #ctl00_ContentPlaceHolder1_gvCrmEventi table.nestedResults td {
    text-align: left;
}

/* Nested result - visualizzazione tabella particolare */

table.nestedResults .AlignLeft {
    text-align: left;
}

table.nestedResults .AlignRight {
    text-align: right;
}

table.nestedResults .name {
    text-align: left;
}

table.nestedResults .fullWidth {
    width: 100%;
}

table.nestedResults .lightBackground {
    background-color: #ECF0E6;
}

table.nestedResults .darkBackground {
    background-color: #DDE7CD;
}

table.nestedResults .TopBottomBackground {
    color: #FFFFFF;
    background-color: #666666;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    border-bottom: 1px solid #FFFFFF;
}

    table.nestedResults .TopBottomBackground a {
        display: block;
        font-weight: bold;
        color: #FFFFFF;
    }


table.nestedResults th {
    color: #FFF;
    background-color: #888;
    padding: 5px;
}

    table.nestedResults th a {
        color: #FFF;
        display: block;
    }

table.nestedResults td a {
    display: block;
    font-weight: bold;
    color: #787878;
}

/* Nested result Alternative - visualizzazione tabella particolare in evidenza */

table.nestedResultsAlt .AlignLeft {
    text-align: left;
}

table.nestedResultsAlt .AlignRight {
    text-align: right;
}

table.nestedResultsAlt .name {
    text-align: left;
}

table.nestedResultsAlt .fullWidth {
    width: 100%;
}

table.nestedResultsAlt .lightBackground {
    background-color: #F0EAE7;
}

table.nestedResultsAlt .darkBackground {
    background-color: #E9DACF;
}

table.nestedResultsAlt .TopBottomBackground {
    color: #FFFFFF;
    background-color: #644220;
    font-weight: bold;
    padding: 1px;
    border-bottom: 1px solid #FFFFFF;
}

    table.nestedResultsAlt .TopBottomBackground a {
        display: block;
        font-weight: bold;
        color: #FFFFFF;
    }

table.nestedResultsAlt th {
    color: #FFF;
    background-color: #644220;
    padding: 10px;
}

    table.nestedResultsAlt th a {
        color: #FFF;
        display: block;
    }

table.nestedResultsAlt td a {
    display: block;
    font-weight: bold;
    color: #787878;
}

table.results th.goldBackground {
    color: #FFF;
    background-color: goldenrod;
}

/* GroupResult */
table td.group1 {
    background: #ECF0E6;
}

table td.group2 {
    background: #DDE7CD;
}


/* GridViewHeader */
.GridViewHeader {
    text-align: right;
    color: #8B9C16;
}

/* ActiveFilter */
.ActiveFilter {
    background-color: #DDE7CD;
}


/*DetailsView*/

.Details {
    width: 100%;
    /*border: 1px solid #666;*/
    background: #fff;
}

    .Details div.AspNet-DetailsView-Header {
        color: #FFFFFF;
        background-color: #666666;
        font-weight: bold;
        padding: 10px;
        border-bottom: 1px solid #FFFFFF;
    }

    /* Each field defined for the DetailsView generates an individual list item (li) in the rendered HTML. */
    /* Each li effectively is a row in a table (though no table tag is generated by the adapter). */
    .Details div.AspNet-DetailsView-Data li {
        border-bottom: 1px solid #FFFFFF;
        margin: 0;
        padding: 4px 10px;
        color: #333333;
        background-color: #ECF0E6;
        vertical-align: middle;
        min-height: 1em; /* ADDED for Firefox */
    }

        /* Every other field is marked as being "Alternate." */
        /* This allows you to define an "alternating row" style (though the adapter doesn't actually generate an HTML table). */
        .Details div.AspNet-DetailsView-Data li.AspNet-DetailsView-Alternate {
            background: #DDE7CD;
        }

    /* This corresponds to the HeaderText attribute of an <asp:BoundField>. */
    .Details span.AspNet-DetailsView-Name {
        position: absolute;
        left: 0;
        font-weight: bold;
        display: block;
        width: 170px;
        text-align: right;
    }

    /* This corresponds to the DataField attribute of an <asp:BoundField>. */
    .Details span.AspNet-DetailsView-Value {
        margin-left: 175px;
    }

    .Details .AspNet-DetailsView-Pagination {
        background-color: #284775;
        text-align: center;
        padding: 4px 0 4px 0;
        position: relative;
    }

    .Details .AspNet-DetailsView-ActivePage {
        color: White;
        margin-left: 4px;
    }

    .Details .AspNet-DetailsView-OtherPage {
        color: #00FFFF;
        text-decoration: none;
        margin-left: 4px;
    }

/* A : [TC-18524] : Layout Kirban > RAW */

.dati_agenzia .Details div.AspNet-DetailsView-Data li {
    display: flex;
}

.dati_agenzia .Details span.AspNet-DetailsView-Name {
    position: unset;
    width: 205px;
    margin-right: 16px;
}

.dati_agenzia .Details span.AspNet-DetailsView-Value {
    margin-left: 0;
}

.dati_immobile .Details div.AspNet-DetailsView-Data li {
    display: flex;
}

.dati_immobile .Details span.AspNet-DetailsView-Name {
    position: unset;
    width: 205px;
    margin-right: 16px;
}

.dati_immobile .Details span.AspNet-DetailsView-Value {
    margin-left: 0;
}

/*#ctl00_ContentPlaceHolder1_fvFattura div:first, #ctl00_ContentPlaceHolder1_fvRata div:first{*/
.AspNet-FormView-Data {
    background-color: White;
    border: medium solid;
    display: block;
    left: 50px;
    padding: 34px;
    /*position:absolute;*/ /* [TC-7942] */
    top: 169px;
    z-index: 1;
}

#AttivaServizio {
    background-color: White;
    border: medium solid;
    height: 370px;
    left: 50px;
    padding: 15px;
    position: absolute;
    top: 169px;
    width: 520px;
    z-index: 1;
    display: none;
}

.Bold {
    font-weight: bold;
}

.Width05 {
    width: 5%;
}

.Width10 {
    width: 10%;
}

.Width20 {
    width: 20%;
}

.Width65 {
    width: 65%;
}

.Width75 {
    width: 75%;
}


/* Martino : image previewer */
/* http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery */

#preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
}

input.btnBlack {
    color: White;
    background-color: Black;
}

input.btnBlackPrivati {
    color: magenta;
    background-color: Black;
}

input.btnWhite {
    color: Black;
    background-color: White;
}

input.btnGrey {
    color: White;
    background-color: darkslategrey;
    font-weight: bold;
}

#gvTipiPaginaTesti_descrizione td, #gvTipiPaginaTesti_testo td, #gvTipiPaginaContenuti_titolopagina td, #gvTipiPaginaContenuti_metakeyword td, #gvTipiPaginaContenuti_metadescription td {
    height: 57px;
}

.link_insert_add {
    display: inline;
    float: right;
    position: relative;
    top: 11px;
}

#ctl00_ContentPlaceHolder1_gvTipiPagina #images {
    height: 35px;
}

/*Nascondo due tasti per questioni di spazio*/
#t-vetrinastat, #t-useragent {
    display: none;
}

#elimina_statistiche_in_blacklist, #ricerca_statistiche_in_blacklist {
    margin-left: auto;
    margin-right: auto;
    width: 510px;
}

#nav .li_privati {
    color: #C2427E;
}

a.notify {
    position: relative;
    margin-right: 10px;
    padding-right: 20px;
}

    a.notify span:not(:empty) {
        background: #dd0000 none repeat scroll 0 0;
        border-radius: 22px;
        color: #ffffff;
        display: block;
        font-size: 10px;
        height: 15px;
        line-height: 16px;
        min-width: 15px;
        padding: 2px;
        position: absolute;
        right: -6px;
        text-align: center;
        top: -12px;
        z-index: 99;
    }

div.warning {
    padding: 9px 9px 9px 35px;
    border: 1px solid #C48600;
    background: #F7E696 url(/risorse/img/warningMark.gif) no-repeat 5px 5px;
    font-size: 12px;
    margin-bottom: 10px;
    clear: both;
    display: block;
}


.tc_loader {
    width: 16px;
    height: 16px;
    background: url('/risorse/img/loader_yellow.gif') no-repeat 0 0;
    display: inline-block;
    zoom: 1;
    *display: inline; /* zoom and *display = ie7 hack for display:inline-block */
}

.trattativaInEvento {
    width: 10px;
    writing-mode: vertical-rl;
    font-weight: normal;
    text-align: center !important;
    padding: 3px !important;
    font-size: 11px;
    text-orientation: sideways-right;
    white-space: nowrap;
}

.help[title]:not([title='']) {
    cursor: help;
}

/* M : [TC-9267] : Layout per Group */
.rgGroupCol {
    width: 1%;
}

.rgGroupHeader {
    font-weight: bold;
}

.rgFooter {
    font-weight: bold;
}

/* M : [TC-9604] : Colore colonna ordinamento */
div.RadGrid table.rgMasterTable td.rgSorted {
    border-color: #d8f5f5;
    background-color: #d8f5f5;
}

div.RadGrid table.rgMasterTable th.rgSorted {
    background-position: 0 -2300px;
    color: #c4dfdf;
}

/* A : [TC-16576] : nuovo stile Login */
* {
    box-sizing: border-box;
}

.login {
    width: 500px;
    height: 100%;
    background-color: #FFFFFF;
    border: solid 1px #cccccc;
    border-radius: 4px;
    padding: 50px 30px;
    box-sizing: border-box;
}

.login__container {
    width: 100%;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .login .AspNet-Login {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .login .AspNet-Login-TitlePanel {
        font-size: 32px;
        font-weight: 600;
        line-height: 43px;
        color: #333333;
        text-align: center;
        margin-bottom: 30px;
    }

    .login .AspNet-Login-UserPanel {
        max-width: 360px;
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        position: relative;
    }

        .login .AspNet-Login-UserPanel label {
            font-size: 12px;
            font-weight: 600;
            line-height: 17px;
            color: #333333;
            font-style: normal;
        }

        .login .AspNet-Login-UserPanel input {
            width: 100%;
            height: 39px;
            background-color: #ffffff;
            border: solid 1px #cccccc;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            color: #666666;
            padding: 0 10px;
        }

        .login .AspNet-Login-UserPanel span {
            position: absolute;
            top: 3px;
            right: 0;
            font-size: 15px;
            font-weight: 600;
        }

    .login .AspNet-Login-PasswordPanel {
        max-width: 360px;
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        position: relative;
    }

        .login .AspNet-Login-PasswordPanel label {
            font-size: 12px;
            font-weight: 600;
            line-height: 17px;
            color: #333333;
            font-style: normal;
        }

        .login .AspNet-Login-PasswordPanel input {
            width: 100%;
            height: 39px;
            background-color: #ffffff;
            border: solid 1px #cccccc;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            color: #666666;
            padding: 0 10px;
        }

        .login .AspNet-Login-PasswordPanel span {
            position: absolute;
            top: 3px;
            right: 0;
            font-size: 15px;
            font-weight: 600;
        }

    .login .AspNet-Login-RememberMePanel {
        max-width: 360px;
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

        .login .AspNet-Login-RememberMePanel label {
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            color: #333333;
        }

    .login .AspNet-Login-SubmitPanel {
        max-width: 360px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

        .login .AspNet-Login-SubmitPanel input {
            max-width: 150px;
            width: 100%;
            height: 36px;
            background-color: #8e9e21;
            border: solid 1px #666633;
            border-radius: 2px;
            font-size: 14px;
            font-weight: 600;
            line-height: 18px;
            color: #ffffff;
            padding: 0 10px;
            text-transform: uppercase;
            cursor: pointer;
        }

            .login .AspNet-Login-SubmitPanel input:hover {
                background-color: #9db025;
            }

    .login .AspNet-Login-FailurePanel {
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: red;
        margin-bottom: 20px;
    }

.login__errorMessage {
    margin-bottom: 30px;
    font-size: 15px;
}

/* A : [TC-16594] : nuovo stile Popup Admin */
.popupAdmin__box {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.popupAdmin__container {
    width: 300px;
    background-color: #FFFFFF;
    border: solid 1px #888888;
    padding: 20px 10px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.popupAdmin__title {
    display: block;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    color: #333333;
    position: absolute;
    left: 10px;
    top: -23px;
    background-color: #ffffff;
}

.popupAdmin__containerButton {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 30px 15px;
}

.popupAdmin__infoContainer {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}

    .popupAdmin__infoContainer.marginBottom {
        margin-bottom: 20px;
    }

.popupAdmin__infoLabel {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #333333;
    margin-right: 10px;
    width: 100px;
    display: block;
    text-align: right;
}

.popupAdmin__info {
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    color: #333333;
}

.popupAdmin__agenzia {
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 2px;
}

    .popupAdmin__agenzia.agenziaFree {
        border: solid 1px #8e9e21;
        background-color: #FFFFFF;
    }

        .popupAdmin__agenzia.agenziaFree .popupAdmin__agenziaType {
            font-size: 14px;
            font-weight: 600;
            line-height: 18px;
            color: #333333;
        }

        .popupAdmin__agenzia.agenziaPremium {
            background-color: #8e9e21;
        }

            .popupAdmin__agenzia.agenziaPremium .popupAdmin__agenziaType {
                font-size: 14px;
                font-weight: 600;
                line-height: 18px;
                color: #FFFFFF;
                margin-bottom: 20px;
            }

.inputLabel__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.inputs__container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.popupAdmin__label {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #333333;
}

.popupAdmin__input {
    border: solid 1px #cccccc;
    border-radius: 2px;
}

.popupAdmin__button.RadButton.rbSkinnedButton {
    max-width: 200px;
    width: 100%;
    height: 36px;
    background-color: #8e9e21;
    border: solid 1px #666633;
    border-radius: 2px;
    padding: 0 10px;
    cursor: pointer;
    background-image: none;
    margin-left: 30px;
}

    .popupAdmin__button.RadButton.rbSkinnedButton .rbDecorated {
        background-image: none;
        font-size: 14px;
        font-weight: 600;
        line-height: 30px;
        color: #ffffff;
        height: 100%;
        width: 100%;
    }

    .popupAdmin__button.RadButton.rbSkinnedButton:hover {
        background-color: #9db025;
    }

/* A : [TC-16618] : modifiche scheda Migrazione */
.agenzie__table tbody .rgRow, .agenzie__table tbody .rgAltRow {
    height: 34px;
}

/* M : [MC-16631] : layout loading panel ------------------------ */
/* spinner by loading.io : https://loading.io/spinner/double-ring */
.loadingPanel div.loading {
    height: 200px;
    width: 100%;
    margin-top: 200px;
    background: url('../img/loader_big.gif') no-repeat top center;
}

/* A : [TC-16631] : layout wizard */
.wizard__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #333333;
    padding: 0 15px;
}

.wizard__img {
    padding: 0 15px;
}

.wizard__container {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 40px 0;
    padding: 0 15px;
}

.wizard__infoBox {
    width: 300px;
    min-height: 80px;
    background-color: #FFFFFF;
    border: solid 1px #8e9e21;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-weight: 600;
    margin-right: 100px;
}

.wizard__button .RadButton_Default.RadButton.rbLinkButton {
    width: 180px;
    height: 40px;
    background-color: #bdbdbd;
    border: solid 1px #8d8d8d;
    border-radius: 2px;
    font-weight: 600;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 100px;
}

    .wizard__button .RadButton_Default.RadButton.rbLinkButton:hover {
        background-color: #cfcfcf;
    }

.wizard__updateTitle {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 18px;
    margin: 0;
}

.wizard__updateBox {
    margin-right: 100px;
}

.wizard__updateBox .RadUpload .ruFakeInput {
    height: 25px;
    width: 170px;
    background-color: #FFFFFF;
    border-radius: 2px;
}

.wizard__updateBox .RadUpload_Default .ruSelectWrap .ruFakeInput {
    border-color: #cccccc;
}

.wizard__updateBox .RadUpload_Default .ruSelectWrap .ruButton {
    height: 25px;
    background-color: #d4d4d4;
    border: solid 1px #8d8d8d;
    border-radius: 2px;
    background-image: none;
    font-weight: 600;
}

    .wizard__updateBox .RadUpload_Default .ruSelectWrap .ruButton.ruButtonHover {
        background-image: none;
        border-color: #8d8d8d;
        background-color: #d4d4d4;
        cursor: pointer;
    }

/* A : layout Create User */
.registration__container {
    width: 100%;
    height: 100vh;
    padding: 50px 0;
    display: flex;
    justify-content: center;
}

.registration {
    width: 500px;
    height: 500px;
    background-color: #FFFFFF;
    border: solid 1px #cccccc;
    border-radius: 4px;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.registration__input {
    width: 100%;
    height: 39px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #666666;
    padding: 0 10px;
}

.registration__label {
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    color: #333333;
}

.registration__inputLabel {
    max-width: 360px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.registration__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 43px;
    color: #333333;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
}

.registration__button {
    max-width: 150px;
    width: 100%;
    height: 36px;
    background-color: #8e9e21;
    border: solid 1px #666633;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #ffffff;
    padding: 0 10px;
    margin-top: 30px;
    text-transform: uppercase;
    cursor: pointer;
}

/* A : [TC-18442] : Layout per Black List */
.blacklist__griglia {
    /*max-width: 1500px;*/
    margin: 0 auto;
    margin-top: 32px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blacklist__card {
    width: 25%;
    height: 400px;
    border: solid 1px #CCCCCC;
}

    .blacklist__card.blacklist__red {
        border: solid 2px #D00B13;
    }

        .blacklist__card.blacklist__red .blacklist__cardHeader {
            background-color: #D00B13;
        }

    .blacklist__card.whitelist__green {
        border: solid 2px #8E9E21;
    }

        .blacklist__card.whitelist__green .blacklist__cardHeader {
            background-color: #8E9E21;
        }

    .blacklist__card.active {
        border: solid 2px #161BF4;
    }

.blacklist__cardHeader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    border-bottom: solid 1px #CCCCCC;
    background-color: #98BAE5;
}

    .blacklist__cardHeader.active {
        background-color: #161BF4;
    }

    .blacklist__cardHeader .wrapper {
        display: flex;
        align-items: center;
    }

.blacklist__label {
    color: #FFFFFF;
}

.blacklist__link, .blacklist__link a {
    color: #FFFFFF;
}

.blacklist__img {
    width: 100%;
    height: 348px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.blacklist__img img {
    width: 100%;
}

.blacklist__pager {
    font-size: 16px;
    display: flex;
    justify-content: center;
    padding: 16px;
}

.blacklist__button.rbSkinnedButton {
    height: 44px;
}

.blacklist__button .rbDecorated {
    height: 44px;
    background-color: #F4F4F4;
    border-radius: 2px;
    font-weight: 600;
}

.blacklist__button.RadButton_Default .rbDecorated,
.blacklist__button.RadButton_Default.rbSkinnedButton {
    background-image: none;
    font-size: 14px;
}

.blacklist__button.RadButton .rbDecorated {
    border: solid 1px #9D9D9D;
}

.blacklist__buttonContainer {
    display: flex;
    justify-content: center;
    padding: 16px;
}