<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
-----------------------------------------------------------------------------
Copyright (c) Diennea S.r.l.
This software is the proprietary
information of Diennea S.r.l. All Rights Reserved.
-----------------------------------------------------------------------------
*/
/* 
    Created on : 23 ago 2019, 14:18:30
    Author     : Marco Malavolta
*/
html,
body {
    height: 100%;
}

#sanimia-logo {
    height: 40px;
    margin: -8px 0 0 -8px;
    display: inline-block;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -76px;
}

#push,
#footer {
    height: 75px;
}

#footer  {
    border-top: 1px solid #eaebec;
    background-color: #f7f8fa;
    position: relative;
}

#footer .footer-item:not(.text-center) {
    padding-top: 20px;
}

#footer .footer-item.text-center {
    padding-top: 6px;
    font-size: 13px;
}

#footer, #footer a {
    color: #777777;
    text-decoration: none;
}

#target {
    padding-top:75px;
}

.navbar-login, .navbar-login-session {
    min-width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session {
    margin-bottom: -15px;
}

.navbar-login .icon-size {
    font-size: 87px;
}

.unlogged .frontend-content h3 {
    margin-top: 0px;
}

.dropdown-menu .divider {
    margin: 0;
}

@media (min-width: 576px) {
    #footer .footer-item.text-center {
        padding-top: 12px;
        font-size: inherit;
    }
}

@media (min-width: 768px) {
    #sanimia-logo {
        height: 60px;
        margin-top: -20px;
        display: inline-block;
        margin-right: 20px;
    }

    #target {
        padding-top:95px;
    }

    .navbar {
        min-height: 78px;
    }

    .navbar-brand, .navbar-nav &gt; li &gt; a {
        padding-top: 28.5px;
        padding-bottom: 28.5px;
    }

    .unlogged .frontend-content #errors_pane pre {
        max-height: 250px;
    }

    .unlogged .frontend-content {
        max-width: 700px;
    }

    .unlogged .frontend-content .col-sm-3 {
        width: 30%;
    }

    .unlogged .frontend-content .col-sm-offset-3 {
        margin-left: 30%; 
    }

    .unlogged .frontend-content .col-sm-9 {
        width: 70%;
    }
}

@media (min-width: 768px) and (max-height: 599px) {
    .unlogged .frontend-content {
        margin: auto;
    }
}

@media (min-width: 768px) and (min-height: 600px) {
    .frontend-container.unlogged {
        height: calc(100vh - 80px);
    }

    .unlogged .frontend-content {
        position: relative;
        top: calc((100vh / 2) - 100px);
        left: 50%;
        transform: translate(-50%, -50%);
        overflow: hidden;
    }

    .navbar-login, .navbar-login-session {
        display: inline-block;
    }

    .dropdown-menu .divider {
        margin: 9.5px 0;
    }

    .navbar-login-session {
        margin-bottom: auto;
    }
}

.plain-field-container {
    min-height: 30px;
}

.plain-field-container label, .plain-field-container .plain-field-value {
    padding-top: 9px;
}

/* SIDENAV */
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}



.sidebar-nav {
    background-color: #1a689a;
    color: #fff;
    min-height: calc(100vh - 150px);
    width: 47px;
    margin: -20px 16px 0 0;
}

.sidebar-nav .nav {
    position: fixed;
    width: 47px;
}

.sidebar-nav .nav &gt; li a {
    color: #fff;
    padding: 10px 4px;
}

.sidebar-nav .nav &gt; li a:active, 
.sidebar-nav .nav &gt; li.active &gt; a {
    background-color: #fff;
    color: #222;
    font-weight: 700;

}

.sidebar-nav .nav &gt; li &gt; a:hover,
.sidebar-nav .nav &gt; li &gt; a:focus {
    background-color: #C7DAE7;
    color: #222;
    font-weight: 700;
}

.sidebar-nav .nav &gt; li &gt; a &gt; span {
    vertical-align: text-top;
    line-height: 10px;
}

.main-content {
    width: calc(100% - 80px);
}

@media (min-width: 768px) {
    .sidebar-nav {
        width: 268px;
        padding-top: 28px;
    }

    .sidebar-nav .nav {
        width: 268px;
    }

    .sidebar-nav .nav &gt; li a {
        border-radius: 30px 0 0 30px;
        margin-left: 8px;
        padding: 10px 15px;
    }

    .main-content {
        width: calc(100% - 300px);
    }
}

/* SIDENAV END */

h4 .label {
    display: inline-block;
    vertical-align: text-bottom;
}

/* BS-NOTIFY */
[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}
/* BS-NOTIFY END */

.repeteable-item:not(:first-of-type) {
    padding-top: 16px;
    border-top: 1px solid #ccc;
}

.repeteable-item:not(:last-of-type) .repeatable-buttons {
    margin-bottom: 16px;
}

/*
* override to hide radio errorMessage
*/
span.errorMessage {
    display: none;
}

.datepicker {
    border-radius: 2px;
}
.select2-selection{
    border-radius: 2px !important;    
}
.has-error .select2-selection {
  border-color: #F04124;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}</pre></body></html>