﻿html {
    background-color: #f3f5f8;
    margin: 0;
    padding: 0;
    height:100%;
}

body {

    /*border-top: solid 10px #000;*/
    color: #333;
    font-size: 1em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  /*  margin: 0;*/
    padding: 0;
    /*padding-bottom: 6rem;*/
    min-height : 100%;
    background-color:#fff;
    display: block;
    margin: 0px auto;
}

body:after {
    content: '';
    display: block;
    height: 35px;
}
footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #e2e2e2; 
    font-size: .8em;
    clear: both;
}


a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited, a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}


#body {
  /*  background-color: #f5f5f5;*/
    clear: both;
    padding-bottom: 35px;
  /* min-height: 100%;*/
}

    .main-content {
    /*    background: url("../Images/accent.png") no-repeat;*/
    /*background-color:#f5f5f5;*/
     background-color: #fff;
     padding-left: 20px;
     padding-right: 20px;
     padding-top: 20px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 20px; 
}




/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}


/*input,*/ textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}



textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

/*    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }
*/
    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors 
{
    color:#a81a1a;
    border:none;
    border-left:5px solid #a81a1a;
    border-right:5px solid #a81a1a;

}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    

   
    /*
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer 
    {
        position:fixed;
        bottom:0;
        text-align: center;
       height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }*/
}



/*---------------------------------------------------------- ADD css 17-4-2019 */
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #d82029;
    -webkit-text-fill-color: #d82029;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}
/* width */
::-webkit-scrollbar {
    width: 11px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
}

body {
    background: #fff;
    height: auto !important;
}
.content-wrapper {
    max-width: 1170px !important;
}
.login_mask {
    padding: 30px 55px;
    background: #f7f7f7;
    border-radius: 5px;
    margin: 15px 25%;
}
input[type='text'], input[type='password'], input[type='file'], input[type='submit'] {
    border: 1px solid #d3dce0;
    padding: 10px 15px;
    width: 100%;
    margin: 0px;
}
.login_mask h2 {
    margin: 0px !important;
    text-transform: uppercase;
    font-size: 19px;
    color: #424342;
}
input[type="submit"] {
    background-color: #d82029;
    border: 0 !important;
}
input[type="submit"]:hover {
    background: #424342;
    border: 0 !important;
}
.login_mask label {
    text-align: left;
    font-size: 15px;
    margin-bottom: -5px;
    color: #424342;
    font-weight: 400;
    margin-left: 15px;
}
p.dicitura_note {
    font-size: 13px;
    line-height: 14px;
    margin: 25px 0px 0px 15px;
}
li.memorizza_account {
    padding: 0 15px;
}
li.memorizza_account label {
    margin-left: 5px;
    font-size: 13px;
    margin-top: -4px !important;
    position: fixed;
}
li.pulsa_guida a:hover {
    background: #424342 !important;
}
li.pulsa_guidaa a:hover {
    background: #424342 !important;
}
li.pulsa_guida a {
    background: #d82029 !important;
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 100;
    padding: 0px;
    border: 0px !important;
    width: 100px;
    display: inline-block;
    text-align: center;
    height: 33px;
}
li.pulsa_guidaa a {
    background: #808080 !important;
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 100;
    padding: 0px;
    border: 0px !important;
    width: 100px;
    display: inline-block;
    text-align: center;
    height: 33px;
}
.contenitore_visuale {
    background: #eaeaea;
    padding: 20px;
    margin: 10px -10px 0px -10px;
    border-radius: 5px;
}
.icona_visuale {
    display: flex;
    align-items: center;
}
.icona_visuale .fa {
    font-size: 71px;
    margin: 83% 0;
    color: #3a5963;
}
.nome_visuale {
    font-size: 20px;
    height: 10px;
}
.numero_visuale {
    font-size: 67px;
    font-weight: 300;
    color: #3a5963;
    height: 90px;
}
.recenti_visuale {
    font-size: 13px;
    background: #d82029;
    color: #fff;
    padding: 0px 3px;
    text-align: center;
}
.ordinarie {
    background: #d82029 !important;
    color: #ffffff;
}
.ordinarie:hover {
    background: #424342;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0px solid #c5c5c5;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 0px solid #ccc;
}
a.ui-button.ui-widget.ordinarie:hover {
    background: #424342 !important;
    border: 0px solid #c5c5c5;
}
h1, h2, h3, h4, h5, h6 {
    color: #424342;
    margin: 25px 0px 15px 0px;
    display: inline-block;
    border-bottom: 3px solid #d82029;
}
.float-right {
    background: #f6f6f6;
    padding: 10px 15px;
}
#login a.username {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border-bottom: 3px solid #d82029;
    line-height: -1 !important;
    text-transform: uppercase;
    font-weight: 700;
}
#login a {
    background-color: #d3dce0;
    margin: 0px 0px 0px 10px;
    padding: 3px 0 0 0;
    text-decoration: none;
    width: 100px;
    display: inline-grid;
    text-align: center;
    height: 33px;
    font-size: 16px;
}
.titolo_sezione {
    color: #424342;
    margin: 0px 0px 15px 0px;
    display: inline-block;
    border-bottom: 3px solid #d82029;
    font-size: 30px;
}
.inputDati {
    padding: 15px 25px 30px 25px;
}
.inputDati.form_controllo {
    width: 50%;
}
.noDati a {
    color: #424342 !important;
    font-weight: 600;
    text-transform: uppercase;
}
.noDati :after {
    border-width: 9px 0px 9px 11px;
    border-color: transparent transparent transparent #424342;
    margin-left: 15px;
    margin-top: 3px;
}
a:hover {
    background-color: #f6f6f6;
}
.inputDati.tabelle_dettagli {
    background: #fff;
    margin: 10px 0 0 0;
    padding: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #d82029 !important;
    border: 0px solid #979797;
    background: none;
    font-weight: 800;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #000 !important;
    border: 0px solid #111;
    background-color: #585858;
    background: none;
    font-weight: 800;
}
th {
    font-size: 13px;
    color: #424342;
    text-transform: uppercase;
}
input[type="search"] {
    background: #f6f6f6;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    padding: 0px 10px;
}
select {
    border: 0;
    border-bottom: 3px solid #d82029;
}
.indietro a {
    color: #424342 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
}
.indietro a:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 0px 9px 11px;
    border-color: transparent transparent transparent #424342;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 15px;
}
.inputDati.tabelle_dettagli i {
    color: #d82029;
}
.lista_voci {
    padding: 38px 0px 20px 20px !important;
    background: #fff !important;
}
.margini_per_tabelle {
    padding: 20px 30px 20px 50px;
}
.riassunto_bilanci {
    background: #f6f6f6;
    padding: 10px 0;
    margin-top: 25px !important;
    margin-bottom: -16px !Important;
    text-align: center !important;
}
.riassunto_bilanci b {
        color: #d82029;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #d82029;
    background-color: #fff;
    border-color: #df4951 #d82029 #fff;
    font-weight: 700;
    border: 3px solid !important;
    border-bottom: 2px solid #fff !important;
    margin-bottom: -3px !important;
}
.nav-tabs {
    border-bottom: 3px solid #d82029;
    margin-bottom: 10px;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 3px solid #d82029;
    margin-bottom: 20px;
}
.lista_voci input {
    background: white;
    border: 0px;
    border-bottom: 1px solid #d82029;
    padding: 0px 10px 0px 0px;
}
.titolo-guida {
    color: #424342;
    margin: 25px 0px 15px 0px;
    display: inline-block;
    border-bottom: 3px solid #d82029;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.2;
}
.intro {
    margin-top: 15px;
    padding: 0;
    text-align: justify;
    background-color: #ffffff;
}
.inputDati.video-guida {
    background: none;
}
.my-video-dimensions {
    width: 100%;
    height: 670px;
}
.video-js {
    background-color: #fff !important;
}
.container.dati_tabelle-admin {
    margin: 30px 0px;
}
.row.titoli_tabelle-admin {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: 500;
    color: #d82029;
}
h3.titoli_dettagli-admin {
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 60px;
}
.contenitore_form-admin {
    background: #eeeeee;
    padding: 20px 8% 40px 8%;
    margin: 60px 0 60px 0;
}
.bottone_rosso a {
    background: #d82029 !important;
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 100;
    padding: 0px 5px;
    border: 0px !important;
    width: 100px;
    display: inline-block;
    text-align: center;
    height: 33px;
    margin-top: 50px;
    text-decoration: none;
}
.bottone_rosso a:hover {
        background: #424342 !important;
}
.row.alternate div {
    border-right: 1px solid #d82029;
}
p.invio_form_admin {
    margin-top: 45px;
}
a.bottone_aggiungi-nuovo {
    background: #eeeeee;
    padding: 6px 15px;
    margin-top: 24px;
    display: inline-block;
    text-decoration: none;
}
.editor-field.idStudio-numeri input {
    border: 1px solid #e8f0fe;
    padding: 10px 15px;
    width: 100%;
    margin: 0px;
}
input#NumeroAziende {
    border: 1px solid #d3dce0;
    padding: 10px 15px;
    width: 100%;
    margin: 0px;
}
input#DataInizio {
    border: 1px solid #d3dce0;
    padding: 10px 15px;
    width: 100%;
    margin: 0px;
}
input#DataFine {
    border: 1px solid #d3dce0;
    padding: 10px 15px;
    width: 100%;
    margin: 0px;
}
input#NumLicenze {
    border: 1px solid #d3dce0;
    padding: 10px 15px;
    width: 100%;
    margin: 0px;
}
.testo_report {
    font-size: 14px;
    line-height: 12px;
}
.bottone_caricamento {
    background: #d82029 !important;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 100;
    padding: 0px 20px;
    border: 0px !important;
    line-height: 14px;
    text-align: center;
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottone_caricamento:hover {
    background: #424342 !important;
}
.bottone_caricamento2 {

    background: #000 ;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 100;
    padding: 0px 20px;
    border: 0px !important;
    line-height: 14px;
    text-align: center;
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottone_caricamento2:hover {
    background: #424342 !important;
}

.bottone_nuovo-genera {
    background: #d3dce0 !important;
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 100;
    padding: 0px 20px;
    border: 0px !important;
    line-height: 14px;
    text-align: center;
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottone_nuovo-genera:hover {
        background: #424342 !important;
        color: #fff !important;
}
.pulsantiera {
    margin-top: 45px;
    margin-bottom: 50px;
}
.bottone_caricamento_lungo {
    background: #d82029 !important;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 100;
    border: 0px !important;
    line-height: 14px;
    text-align: center;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
input#fileToUpload {
    width: 50%;
}
input#fileFiplan {
    width: 50%;
}
div.datiricla {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 19px;
    background: #fff;
    color: #d82029;
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
}
div.percorso {
    background-color: #fff;
    border-bottom: 1px solid #d3dce0;
    border-top: 1px solid #d3dce0;
    text-align: center;
}
input.lunghezza_50 {
    width: 50%;
    display: inherit;
}
input.caricamento_file {
    width: 50%;
    margin-bottom: 15px;
}
input.bottone_caricamento_lungo {
    width: 50%;
}
input.ui-button.ui-widget.ordinarie:hover {
    background: #424342 !important;
}
input.ui-button.ui-widget.ordinarie {
    padding-bottom: 20px;
}
.operazioni {
    text-align: left !Important;
}
.modal-content {
    padding: 10px 40px;
}
span.spiega_user {
    font-size: 14px;
    line-height: 15px !important;
    display: inline-block;
}
button#continua.bottone_continua {
    background: #d82029 !important;
    border: 0;
    border-radius: 0;
    margin-right: 10px;
}
button.btn.btn-secondary.bottone_annulla {
    background: #d3dce0 !important;
    border: 0;
    border-radius: 0;
    margin-right: -30px;
    color: #000;
}
.modal-dialog {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 50%;
    margin: auto;
}
table.dataTable thead .sorting_asc {
    -webkit-filter: contrast(227%) brightness(83%) hue-rotate(475deg);
    filter: contrast(227%) brightness(83%) hue-rotate(475deg);
}
table.dataTable thead .sorting_desc {
    -webkit-filter: contrast(227%) brightness(83%) hue-rotate(475deg);
    filter: contrast(227%) brightness(83%) hue-rotate(475deg);
}


/* ------------------------------------------------------------------------------------------------------------------------------ DESKTOP FULL (orig. 1459)*/
@media only screen and (min-width : 1478px) {
}

/* ------------------------------------------------------------------------------------------------------------------------------ DESKTOP FULL (orig. 1459)*/
@media only screen and (min-width : 1356px) and (max-width : 1477px) {
}

/* ------------------------------------------------------------------------------------------------------------------------------ DESKTOP - PORTATILI */
@media only screen and (min-width : 1200px) and (max-width : 1355px) {
}

/* ------------------------------------------------------------------------------------------------------------------------------ TABLET LANDSCAPE*/
@media only screen and (min-width : 993px) and (max-width : 1199px) {
}

/* ------------------------------------------------------------------------------------------------------------------------------ TABLET PORTRAIT*/
@media only screen and (min-width : 768px) and (max-width : 992px) {
}

/* ------------------------------------------------------------------------------------------------------------------------------ MOBILE LANDSCAPE*/
@media only screen and (min-width : 401px) and (max-width : 767px) {
    .login_mask {
        padding: 30px 38px;
        background: #f7f7f7;
        border-radius: 5px;
        margin: 15px 5%;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------ MOBILE PORTRAIT*/
@media only screen and (max-width : 400px) {
    .login_mask {
        padding: 30px 38px;
        background: #f7f7f7;
        border-radius: 5px;
        margin: 15px 5%;
    }
}