﻿
body {
    background: url(../../Assets/img/bg.jpg) repeat;
    padding-top: 0px;
    color: #818080;
    /*font-family: "Droid Sans","Lucida Grande",Verdana,sans-serif;*/
    font-family: sans-serif;
    font-size: 0.8rem;
}
/* Stile di base per i link */


    /* Stile per il passaggio del mouse */
    a:hover {
        color: #8e8d8d; /* Cambia il colore al passaggio del mouse (ad esempio, rosso pomodoro) */
        text-decoration: underline; /* Aggiunge la sottolineatura al passaggio del mouse */
    }

.dropdown-menu {
    position: relative;
}
.dropdown-submenu {
    position: relative;
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

/* Mostra il sotto menu al passaggio del mouse */
.dropdown-menu > .dropdown:hover > .dropdown-submenu {
    display: block;
}

.add-icon i {
    margin-top: 15px;
    vertical-align: bottom !important;
}

.add-icon {
    border-radius: 5px 0 10px 0px;
    left: 20px;
    margin-left: -20px;
    z-index: 99;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
    display: block;
    height: 49px;
    position: relative;
    text-align: center;
    top: 0px;
    width: 48px;
    font-size: 22px;
    background-color: #FFFFFF !important;
    cursor: pointer;
}

.loading {
    display: none;
    text-align: center;
    background-color: #fff;
    position: absolute;
    width: 150px;
    height: 150px;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-box-shadow: 0 0 10px #333333;
    -webkit-box-shadow: 0 0 10px #333333;
    box-shadow: 0 0 10px #333333;
    z-index: 100000;
}

.body_loading {
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 8px;
    padding-bottom: 8px;
}

.account-container {
    width: 380px;
    display: block;
    margin: 60px auto 0 auto;
    background: #f9f9f9;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6;
}

.content {
    padding: 16px 28px 23px;
}

.account-container h1 {
    margin-bottom: .1em;
    color: Black;
    /*color: #f90;*/
}

.login-fields {
}

    .login-fields .field {
        margin-bottom: 1.15em;
    }

    .login-fields label {
        display: none;
    }

    .login-fields input {
        font-family: "Droid Sans";
        font-size: 18px;
        color: #8e8d8d;
        padding: 0px 15px 0px 45px;
        background-color: #fdfdfd;
        height: 40px;
        display: block;
        margin: 0;
        width: 80%;
    }


    /********************PAGINAZIONE**********************************************/
div.dataTables_paginate {
    float: right;
    margin: 0;
    padding-top: 8px;
}

.pagination {
    margin: 20px 0;
}

    .pagination ul {
        display: inline-block;
        *display: inline;
        /* IE7 inline-block hack */
        *zoom: 1;
        margin-left: 0;
        margin-bottom: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

        .pagination ul > li {
            display: inline;
        }

            .pagination ul > li > a,
            .pagination ul > li > span {
                float: left;
                padding: 4px 12px;
                line-height: 20px;
                text-decoration: none;
                background-color: #ffffff;
                border: 1px solid #dddddd;
                border-left-width: 0;
            }

                .pagination ul > li > a:hover,
                .pagination ul > li > a:focus,
                .pagination ul > .active > a,
                .pagination ul > .active > span {
                    background-color: #f5f5f5;
                }

        .pagination ul > .active > a,
        .pagination ul > .active > span {
            color: #999999;
            cursor: default;
        }

        .pagination ul > .disabled > span,
        .pagination ul > .disabled > a,
        .pagination ul > .disabled > a:hover,
        .pagination ul > .disabled > a:focus {
            color: #999999;
            background-color: transparent;
            cursor: default;
        }

        .pagination ul > li:first-child > a,
        .pagination ul > li:first-child > span {
            border-left-width: 1px;
            -webkit-border-top-left-radius: 4px;
            -moz-border-radius-topleft: 4px;
            border-top-left-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination ul > li:last-child > a,
        .pagination ul > li:last-child > span {
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            border-bottom-right-radius: 4px;
        }

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 10.5px;
}
.pager {
    margin: 20px 0;
    list-style: none;
    text-align: center;
    *zoom: 1;
}

    .pager:before,
    .pager:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #f5f5f5;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999999;
        background-color: #fff;
        cursor: default;
    }

/*******************************************************/




/*drag & DROP color-profile */

.attach input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 5% 20% 5% 20%;
    text-align: center !important;
    margin: 0;
    width: 60% !important;
}

.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 20% 20% 5% 20%;
    text-align: center !important;
    margin: 0;
   
}

    .files input:focus {
        outline: 2px dashed #92b0b3;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        border: 1px solid #92b0b3;
    }

.files {
    position: relative
}

    .files:after {
        pointer-events: none;
        position: absolute;
        top: 90px;
        left: 0;
        width: 120px;
        right: 0;
        height: 100px;
        content: "";
        background-image: url("../../Assets/img/drag.png");
        display: block;
        margin: 0 auto;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.attach:after {
    pointer-events: none;
    position: relative;
    top: 200;
    left: 0;
    width: 120px;
    right: 0;
    height: 100px;
    content: "";
    background-image: url("../../Assets/img/drag.png");
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.color input {
    background-color: #f1f1f1;
}

.attach:before {
    position: relative;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    content: " Drag & Drop attachment or click ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    font-size: x-large;
    text-transform: capitalize;
    text-align: center;
}

.files:before {
    position: relative;
    top: 20px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " Drag & Drop a file or click ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    font-size: x-large;
    text-transform: capitalize;
    text-align: center;
}


.username-field {
    background: url(../../Assets/img/user.png) no-repeat;
}

.password-field {
    background: url(../../Assets/img/password.png) no-repeat;
}

span.login-checkbox {
    float: left;
    margin-top: 5px;
}

    span.login-checkbox > input[type='checkbox'] {
        opacity: 0;
        float: left;
        width: 15px;
    }

        span.login-checkbox > input[type='checkbox'] + label {
            clear: none;
            height: 15px;
            display: block;
            padding: 0 0 0 22px;
            margin: 0;
            font-size: 12px;
            line-height: 1.2em;
            background: url("../../Assets/img/check.png") no-repeat 0 0;
            cursor: pointer;
        }

        span.login-checkbox > input[type='checkbox']:checked + label {
            background-position: 0 -15px;
        }

/** Text Under Box**/
.login-extra {
    display: block;
    width: 70%;
    margin: 1.25em auto;
    text-align: center;
    line-height: 19px;
    text-shadow: 1px 1px 0px #fff;
}

form {
    margin: 0 0 2px;
}



.button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    float: right;
    margin-top: 2px;
}
/*
.qq-uploader {
    left: auto;
    text-align: center;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}*/

.qq-upload-button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    margin-top: 10px;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
    background-color: #5BB75B;
    background-image: -moz-linear-gradient(center top, #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
}

.qq-upload-button-hover {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #51A351;
}

.qq-upload-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 70px;
    z-index: 2;
    background: #FF9797;
    text-align: center;
}

    .qq-upload-drop-area span {
        display: block;
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -8px;
        font-size: 16px;
    }

.qq-upload-drop-area-active {
    background: #FF7171;
}

.qq-upload-list {
    margin: 15px 35px;
    padding: 0;
    list-style: none;
}

    .qq-upload-list li {
        margin: 0;
        padding: 0;
        line-height: 15px;
        font-size: 12px;
    }

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {
}

.qq-upload-spinner {
    display: inline-block;
    background: url("images/loading.gif");
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}

.qq-upload-size, .qq-upload-cancel {
    font-size: 11px;
}

.qq-upload-failed-text {
    display: none;
}

.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}

@media (max-width: 480px) {

    .account-container h1 {
        font-size: 30px;
        background: transparent;
    }

    .account-container {
        width: 280px;
        margin-top: 15px;
    }

    .login-fields input {
        width: 73%;
    }



}

/* Stile per il contenitore */
.containerCheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
}

    /* Nascondi il checkbox originale */
    .containerCheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Crea un nuovo checkbox personalizzato */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* Cambia colore al passaggio del mouse */
.containerCheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* Cambia colore quando il checkbox è selezionato */
.containerCheck input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Crea l'indicatore del checkmark */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Mostra l'indicatore quando il checkbox è selezionato */
.containerCheck input:checked ~ .checkmark:after {
    display: block;
}

/* Stile per l'indicatore del checkmark */
.containerCheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}


.shadow-effect {
    
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    z-index: 1040; /* Ensure it stays above the backdrop */
}
/* Stili generali per la tabella */
.logs-table td {
    text-align: center; /* Centra il testo */
}

/* Stili per dispositivi mobili */
@media (max-width: 768px) {



    .logs-table thead {
        display: none;
    }

    .logs-table, .logs-table tbody, .logs-table tr, .logs-table td {
        display: inline-block;
        width: 100%;
    }

        .logs-table tr {
            margin-bottom: 15px;
            border: 1px solid #ddd;
        }

        .logs-table td {
          
            position: relative;
            border: 1px solid #ddd;
        }

            .logs-table td::before {
                content: attr(data-label);
                position: absolute;
                left: 0;
                width: 50%;
                padding-left: 15px;
                font-weight: bold;
                text-align: left;
                border-right: 1px solid #ddd;
            }

    .dataTables_wrapper .dataTables_paginate {
        text-align: center;
        margin-top: 20px;
    }

        .dataTables_wrapper .dataTables_paginate a {
            display: inline-block;
            padding: 8px 16px;
            text-decoration: none;
            color: #007bff;
            border: 1px solid #ddd;
            margin: 0 4px;
        }

            .dataTables_wrapper .dataTables_paginate a:hover {
                background-color: #ddd;
            }
}