﻿/* Stili per il recupero password pubblico */
.loginValidationMessage {
    display: table-caption;
}

.login-form {
    margin-top: 75px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background: #d5d7de;
}

.login-form-forgotPasswordConfirm {
    margin-top: 75px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background: #d5d7de;
}

.login-wrap label[for="RememberMe"] {
    line-height: 0;
}

/* Gestisce il loader su tutte le pagine */
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/Content/img/loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

/* Stile per il logo interno */
.navbar-brand {
    padding: 0px;
    float: right;
}

.navbar-brand > img, .icoLogo {
    height: 50px;
    padding-top: 4px;
    width: auto;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th,
div.DTS div.dataTables_scrollBody {
    background-color: #ffffff;
    background-image: none;
}

.dataTables_scrollBody {
    border-bottom: 1px solid #ddd;
}

.dataTables_info {
    padding-left: 0px;
}

.panel-body:not(:last-child) {
    padding-bottom: 0px;
}

.wrapper.home {
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
    }
}

@media (max-width: 767px) {
    .checkbox label {
        line-height: 30px;
        margin-left: 10px;
    }

    .checkbox label input[type="checkbox"] {
        width: 25px;
        height: 25px;
    }
}

/* form helper */
.form-spacer {
    margin-bottom: 15px;
}

.form-filters {
    margin: 15px 0;
}

/* Ridefinisco l'immagine di login*/
.loginLogo {
    height: 120px;
    width: auto;
    background-color: rgba(255, 255, 255, 0.83);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* Stile per file input interno*/
.fileinput-button {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
    background: #4cd964 !important;
}

/* Stile per i fieldset dei form */
fieldset.dati-raggruppati {
    border: 2px groove #faf6f6 !important;
    padding: 0 1.4em 0.4em 1.4em !important;
    margin: 0 0 0.4em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000 !important;
    box-shadow: 0px 0px 0px 0px #000 !important;
}

legend.dati-raggruppati {
    font-size: 1.2em !important;
    text-align: left !important;
    width: auto !important;
    padding: 0 10px !important;
    border-bottom: none !important;
    color: #007AFF !important;
}

/* mette in linea le voci nelle pagine di dettaglio */
.dl-horizontal dt,
.dl-horizontal dd {
    width: auto;
    margin-left: auto;
    margin-right: 10px;
}

a.nomeUtente {
    font-size: 16px;
    font-weight: 500;
    color: #8E8E93;
    float: left;
    margin-top: 20px;
    text-transform: capitalize;
}

a.nomeUtente:hover, a.nomeUtente:focus {
    text-decoration: none;
    outline: none;
}

a.nomeUtente span {
    color: #007AFF;
}

a.ambienteServer {
    font-size: 16px;
    font-weight: 500;
    color: #8E8E93;
    float: left;
    margin-top: 20px;
    text-transform: capitalize;
}

div.ambienteServerLogin {
    font-size: 20px;
    font-weight: 900;
    color: #8E8E93;
    text-transform: capitalize;
    text-align:center
}

div.ambienteServerLogin span {
    color: #FF0000;
    font-weight: 900;
}

@media (max-width: 320px) {
    a.ambienteServer {
        font-size: 8px;
        color: #8E8E93;
        float: left;
        margin-top: 0px;
        text-transform: capitalize;
    }
}
a.ambienteServer:hover, a.ambienteServer:focus {
    text-decoration: none;
    outline: none;
}

a.ambienteServer span {
    color: #FF0000;
    font-weight: bold;
    margin-left: 5px;
}
@media (min-width: 800px) {
    a.ambienteServer span {
        color: #FF0000;
        font-weight: bold;
        margin-left: 90px;
    }
}
/* Ridimensionato barra laterale modifica anche il javascript dentro script.js */
@media (min-width: 768px) {
    #main-content {
        margin-left: 250px;
    }

    #sidebar {
        width: 250px;
    }
}

/* Bottone rinviami email cambio password*/
.responsive-width {
    white-space: normal !important;
    word-wrap: break-word !important;
}

/* Icona excel per bottone esportazione dati */
.excelIcon {
    background: seagreen;
    color: seagreen;
}

/* Errori di validazione */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* Bottone boostrap di dimensioni maggiorate */
.btn-huge {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size:large;
}