/**** DEV DA CANCELLARE ***/
/*#header {
    background-color: yellowgreen !important;
    background-image: none;
}*/

/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

/* generale */

.nascosto {
    display: none;
}

.no-border {
    border: none;
    box-shadow: none;
    background: none;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

.click {
    cursor: pointer;
}

.cancellato {
    opacity: 0.3;;
}

.evidenziato {
    opacity: 0.9;
    border : 2px solid #333;
}

.evidenzia {
    color: #436043;
}
.trascina {
    cursor: move;;
}

.img-allegati {
    width: 100%;
}

.img-lente {
    line-height: 30px;
    background-color: rgba(129 ,147, 91, 0.9);
    height: 30px;
    width: 30px;
    border-radius: 50px;
    position: absolute;
    bottom: 10px;
    cursor: pointer;
    right: 10px;
    color: #ffffff;
}

.img-lente:hover {
    background-color: rgba(129 ,147, 91, 0.5);
}

.bottone-gestione {
    /*float: left;*/
    margin-left: 5px;
    margin-top: 1px;
    margin-bottom: 1px;
    width: 40px;
    height: 33px;
}

.bottone-gestione-small {
    float: left;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    width: 20px;
    height: 20px;
}

.bottone-permesso {
    width: 40px;
    height: 32px;
    line-height: 29px;
}

.bottone-permessi {
    width: 40px;
    height: 40px;
}

.bottone-permessi-sm {
    width: 20px;
    height: 20px;
}

.badge-permessi {
    margin:5px;
}

.btn-logo {
    height:20px;
    padding-bottom: 2px;
}

.hr-strong {
    border-top: 1px solid #222;
}

.bottone-disabilitato{
    opacity: .2;
}

.bottone-normalizzazione {
    width: 200px;
    margin-bottom: 1px;
}

.bottone-normalizzazione-small {
    width: 75px;
    margin-bottom: 1px;
}

.span-normalizzazione {
    font-weight: bold;
}

.div-normalizzazione {
    position: relative;
    float: left;
    width: 180px;
}

.freccia-normalizzazione {
    position: relative;
    width: 10px;
}

.alert-normalizzazione {
    position: fixed;
    display: none;
    z-index: 10000;
    top: 100px;
    left: 100px;
}

.allegati-iframe {
    width: 100%;
    height: 300px;
}

#widget-body-menu {
    padding: 20px;
    min-height: 100px;
}

.sortable li:hover {
    background-color: #eeeeee;
}

#lista-risultati {
    position: absolute;
    z-index: 1000;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    width: 100%;
    padding-bottom: 10px;
}

.div-menu {
    margin-bottom: 20px;
}

body.modal-open {
    overflow: visible !important;
}

.bottone-selezionato {
    border: 2px dotted red;
}

textarea {
    width: 100% !important;
}

.btn-geocoding {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 5px;
}

.text-v-middle {
    vertical-align: middle !important;
}

.well-login {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px #ececec;
    -webkit-box-shadow: 0 1px 1px #ececec;
    -moz-box-shadow: 0 1px 1px #ececec;
    position: relative;
    height: 220px;
    padding: 10px 0 10px;
}

.option-2 {
    padding-left: 10px;
}

.pallino-valutazione {
    height: 10px;
    border-radius: 5px;
    margin-right: 2px;
}

a.modulo-disattivato {
    color: #585450;
}
a.modulo-disattivato:hover {
    color: #585450;
    cursor: default;
}
.open a.modulo-disattivato {
    color: #585450;
}

nav ul li.open > a, nav ul li.open > a b {
    color: #fff !important;
}

.btn.modulo-disattivato {
    background-color: #ccc;
    color: #81935B;
}

.icone-permessi {
    height: 20px;
}

.icone-permessi:hover {
    opacity: .7;
}

#icone-permessi .icone-permessi {
    height: 15px;
}

.bottone-moduli {
    width: 100%;
}

.campo-sbagliato {
    border-color: red;
}

.smart-form .select .input-xxs {
    width : 80px;
    height: 20px;
    font-size: 8pt;
    line-height: 8px;
    padding: 1px;
}

.smart-form .select-xxs i {
    height: 9px;
    top: 6px;
    background: none;
    box-shadow: none;
    right : 5px;
}





/* TABELLE */

.img-table {
    max-height: 50px;
}

.img-agenda {
    width: 200px;
}


.checkbox-filtri {
    margin-top: -40px;
    margin-bottom: 10px;
    margin-left: -15px;
    padding-top: 0px !important;
    background: none !important;
}

.checkbox-filtri-1 {
    margin-top: -40px;
}

.checkbox-filtri-2 {
    margin-top: -15px;
}

.checkbox-filtri-3 {
    margin-top: -15px;
}

.label-sm {
    font-size: 10px;
}

.span-traduzioni {
    margin-bottom: 10px;
}

.tr-pari {
    background-color: rgba(0,0,0,0.1);
}

.tr-dispari {
    background-color: rgba(0,0,0,0.2);
}
.tr-dispari a {
    color: rgba(0,0,0,0.5);
}
.tr-dispari a:hover {
    color: rgba(0,0,0,0.4);
}


/* STATI PERSONALIZZATI */
.allerta {
    font-weight: bold;
    color: red;
}

/* MAPPA LEAFLET */

#map {
    width: 100%;
    height: 500px;
}

#riepilogo {
    position: absolute;
    z-index: 100;
    bottom: 10px;
    left: 10px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    border-radius: 4px;
    background-color: #fff;
    padding: 5px;
}

#cancella {
    position: absolute;
    z-index: 100;
    top: 100px;
    left: 10px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    border-radius: 4px;
    background-color: #fff;
    padding: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}

#cancella:hover {
    background-color: #f4f4f4;
}

#contieni-legenda {
    position: absolute;
    z-index: 100;
    bottom: 10px;
    left: 10px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    border-radius: 4px;
    background-color: #fff;
    padding: 5px;
    width: 150px;
    height: 195px;
    text-align: left;
}

.freccia-ordina {
    opacity: 1;
}

.freccia-ordina:hover {
    opacity: .5;
    cursor: pointer;
}

.freccia-ordina-default {
    opacity: .3;
}

.freccia-ordina-default:hover {
    opacity: 1;
    cursor: pointer;
}

.inline-group .checkbox, .smart-form .inline-group .radio {
    float: left;
    margin-right: 15px;
}

.smart-form .inline-group .checkbox {
    float: left;
    margin-right: 15px;
}

.filtri-confronto dt {
    margin-top: -5px;
}

.filtri-confronto dd {
    margin-bottom: -15px;
}

.label-strong {
    font-weight: bold;
    color: #333;
}

.label-filtri:hover {
    cursor:url(../img/cancella.png),auto;
    opacity: 0.7;
}

img {
    border-radius: 2px;
}

img:hover {
    opacity: 0.9;
}

.img:hover {
    opacity: 0.9;
}

.li-domande {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.list-allegati {
    border : 1px solid #ccc;
    border-radius: 2px;
    min-height: 20px;
    padding: 5px 0 5px 0;
}

/** wizard form **/
.bootstrapWizard li {
    display: block;
    float: left;
    text-align: center;
    padding-left: 0px;
    width: 11.11111111%;
}



.bootstrapWizard li.active .step, .bootstrapWizard li.active.complete .step {
    background: #81935B none repeat scroll 0% 0%;
    color: #FFF;
    font-weight: 700;
    padding: 7px 13px;
    font-size: 15px;
    border-radius: 50%;
    border: 3px solid #475922;
}

.link {
    cursor: pointer;
}

/** progress bar */

.bar-holder-xsmall {
    padding: 1px 0;
}

.progress-small {
    height: 12px;
}

.progress-xsmall {
    height: 6px;
}

/*** ELIMINA DEMO ***/

#demo-setting {
    display: none;
}

/*** elementi di bootstrap **/

.sparks-info span {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-transform: none;
}

.smart-timeline-icon {
    background: #81935B;
}

.page-footer {
    height: 30px;
    padding: 6px 13px 0;
    padding-left: 233px;
    border-top: 1px solid #CECECE;
    background: #2a2725;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
    font-size: 8pt;
}

.dt-normal {
    font-weight: normal;
}

#activity {
    cursor: default;
}

.jarviswidget .widget-body {
    min-height: 10px;
    padding-bottom: 10px;
}

.popover {
    max-width: none;
    width : 300px;
}

.ui-state-default {
    border: none;
    border-bottom: 1px solid #ccc;
}

.ui-state-default:first-child {
    border-top: none;
}

.ui-state-default:last-child {
    border-bottom: none;
}

.btn-primary:hover {
    background-color: #333 !important;
    border-color: #000000;
}

.btn-primary:focus {
    background-color: #81935B !important;
    border-color: #475922;
}


.popover-content {
    font-size: 12px;
    min-width: 200px;
}
#logo-group span#activity {
    line-height: 19px;
}

.jarviswidget-color-greenDark .nav-tabs li:not(.active) a {
    color: #ccc !important;
}


/** SLIDER **/

.slider-track {
    background: #cccccc none repeat scroll 0% 0%;
}

.slider-selection {
    background: #436043 none repeat scroll 0% 0%;
}

/** DROPZONE **/
.dropzone .dz-preview .dz-error-message {
    top: 146px !important;
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 0.3 !important;
    background-color: #f00 !important;
    height: 120px !important;
    width: 100% !important;
    top: 27px !important;
    left: 27px !important;
    border-radius: 20px !important;
    padding: 34px !important;
}

/** EVITA LAMPEGGIAMENTI **/
select.form-control {
    transition: none;
}

/** VALUTA ORA **/

.stella {
    height: 20px;
    width: 20px;
    line-height: 25px;
    margin: 0px 5px;
}

.stella-grigia {
    opacity: .2;
}


.popup-regressione {
    display: none;
    position: absolute;
    z-index: 999999999;
    background-color: white;
    padding: 5px;
    top: 56px;
    left : 43px;
    width : 200px;
    min-height: 300px;
    border : 1px solid #ccc;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,0.1) 2px 2px;
}



