﻿
/*Stile per loader Ajax*/

/*.apri{ font-size:18px; font-family:Verdana, Geneva, sans-serif; float:right; margin-right:50px;}
.chiudi{ font-size:18px; color:#000; font-weight:bold; position:absolute; right:2%; top:0%;  cursor:pointer;}*/
.overlay{
    background:#000000;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:10000;
    cursor:pointer;
    border: 0px solid red;
/*Trasperenza cross browser*/
opacity: .1; filter: alpha(opacity=10);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";   
 
}
 
#box{ 
    display:none; 
    z-index:11000; 
    position:absolute; 
    left:48%; 
    top:48%;
    /*top:400px;*/
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#box2{ 
    z-index:11000; 
    position:relative; 
    width: 60px;
    left:45%; 
    top:50%;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

/*settings layout*/
.navbar {
    font-size: 120%;
    font-family: Ubuntu;
    font-weight: 500;
    text-transform: uppercase;
}
.navbar-inverse {
    background-color: #1173d4;
    border-color: #1173d4;
}
.navbar-inverse .navbar-nav > li > a {
    border-top: 5px solid #1173d4;
    color: #FFFFFF;
    line-height: 10px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    border-top: 5px solid #777777;
    background-color: #FFFFFF;
    color: #333333;
}

.titolo_app {
    font-family: Ubuntu;
    font-size: large;
    padding-bottom: 4px;
    margin-bottom: 15px;
    /*text-transform: uppercase;*/
    border-bottom: 1px solid #EBEBEB;
}

.ui-dialog{
     /*position:fixed;*/
     z-index: 2000;   
}



/* INIZIO PULCETTE */


.dati_iscrizione {
 /*margin-left: 40px;*/   
    border-bottom: 0px solid #EBEBEB;
    margin: 10px;
}


.form-group {
    border: 0px solid red;
    /*margin-left: 15px !important;*/
    margin: 30px;
}

.btn-AddFieldRow {
    float: right;
    margin: 6px;
    margin-right: 20px;
}
.btn-AddFieldRow span {
    padding-top: -8px;
    font-weight: bold;
    font-family: Verdana;
    font-size: 130%;
}
.remove {
    margin-top: 22px;
}

.remove_field span{
    padding-top: -8px;
    font-weight: bold;
}

.corsi,
.serate{
    font-size: medium;
    margin-left: 20px;
    margin-right: 10px;
    border: 0px solid red;
}


.serate label::before{
    margin-top: 1px;    
    
}
.note {
    padding-left: 50px;
}




.div-error {

    /*background-color: #ebccd1;*/
    border: 1px solid #da1e25;
   /* color: #a94442;*/
    border-radius: 4px;
    padding: 15px;
}


.msgMail 
{
    padding: 8px;
    font-size: medium;

}
.msgIscrizione
{
    padding: 8px;
    font-size: x-small;

}
.hidden {
    display: none;
}
.vhidden {
    visibility: hidden;
    height: 0px;
}


.cercaMargin {
    margin-top: 20px;
}

/* FINE PULCETTE*/


/*HOME*/

.jumbotron {
    font-family: Ubuntu;
    background-color: #FFFFFF;
}
.j_img {

}
.j_text {
    margin-top: -25px;
}

.jumbotron h2 {
    color: #da1e25;
}

.news {
    font-family: Ubuntu;
    padding-top: 10px;
    overflow: hidden;
}
    .news h2 {
        color: #da1e25;
    }

.news .jumbotron{
    border: 1px solid #EBEBEB;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.titolo_app .btn a,
.titolo_app .btn a:hover,
.news .jumbotron .btn a,
.news .jumbotron .btn a:hover{
    text-decoration: none;
    color: #FFFFFF;
}


.titolo_ext {
    background-color: #FFFFFF;
    border: 0px solid red;
}
.titolo {
    width: 1170px;
    margin: 0px auto;
    border: 0px solid red;
}

.body-content {
   
   /* margin-top:80px;*/
    border: 0px solid red;
}



.form-group-ricerca {
    /*overflow: hidden;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

.barra-bottoni {
   padding-top : 18px;
   padding-bottom: 10px;
}

.button-bar {
   padding-top : 10px;
   padding-bottom: 8px;
   width: 100%;
   overflow: hidden;
}

.background-button-bar{
    background: #F9F9F9;
    border-radius: 4px;
}

.margineDx{
    margin-right: 18px;
}

/* NAVIGAZIONE CALENDARIO */

.mesiCalendario {
    overflow: hidden;
    border: 0px solid red;
    padding-top: 18px;
    padding-bottom: 8px;
}

.mesePrecedente {
    text-transform: uppercase;
    border: 0px solid red;
    
}
.meseSuccessivo {
    text-transform: uppercase;
    border: 0px solid red;
    text-align: right;
}
.mese {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #555555;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #555555;
}

.btn-hover {
    cursor: text;
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
    padding-bottom: 3px;
}

.btn-warning-hover {
    background-color: #ec971f;
    border-color: #d58512;
    color: #FFFFFF;
    
}


.vista {
    margin-top: 28px;
    margin-right: 5px;
    font-size: small;
    border: 0px solid red;
    color: #666666;
}


/* Agenda stati*/
.tableAppuntamenti {
    border-top: 0px !important;
}
/*da eseguire*/

.stato_daEseguire{
    /*color: #3c763d;*/
    background-color: #f9f9f9;
    border-top: 1px solid #ebebeb !important;
    border-bottom: 1px solid #ebebeb !important;
    /* background-color: #f2dede;
    border-top: 1px solid #ebccd1 !important;
    border-bottom: 1px solid #ebccd1;
*/
}
/*eseguito*/
.stato_eseguito{
    /*color: #a94442;*/
    background-color: #dff0d8;
    border-top: 1px solid #d6e9c6 !important;
    border-bottom: 1px solid #d6e9c6;
}
/*rimandato*/
.stato_rimandato{
    /*color: #8a6d3b;*/
    background-color: #fcf8e3;
    border-top: 1px solid #faebcc !important;
    border-bottom: 1px solid #faebcc;
}
.bottone {
    margin-top: 5px;
    float: left;
}
.legenda_stati {
    overflow: hidden;
   /*  border: 1px solid red;
   width: 100%;
    float: right;*/
}
.stati {
    float: right;
    margin-bottom: 8px;
}
.legenda {
    padding: 4px 10px;
    margin: 4px;
    float: left;
}

/*menu scroll*/


.menu {
    width:100%;
    z-index: 1030;
}
.menu-padding {
    padding-top:40px;
}
.sticky {
    position:fixed;
    top:0;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}


/*Sili custom testo*/
.bold {
    font-weight: bold;
}

.tRight {
    text-align: right;
    /*border: 1px solid #ddd;*/
}

.fRight {
    float: right;
    /*border: 1px solid #ddd;*/
}

.tLeft {
    text-align: left;
    /*border: 1px solid #ddd;*/ 
}

.fLeft {
    float: left;
    /*border: 1px solid #ddd;*/
}
.totIscritti{
    padding-top:10px;
    border: 0px solid red;
    font-weight: bold;
}

.table1 {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;

}

.table1 > thead > tr > th, .table1 > tbody > tr > th, .table1 > tfoot > tr > th, .table1 > thead > tr > td, .table1 > tbody > tr > td, .table1 > tfoot > tr > td {
    /*border-top: 1px solid #ddd;*/
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}



.admin.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    opacity: 1;
    z-index: 1;
}
.extCheckbox {
    text-align: left !important;
    padding-left: 2px !important;
}
.align-right {
    text-align: right;
}

.padding-normal {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    margin-bottom: 4px;
}

.padding1 {
    padding: 2px;
}

#OpenDTP {
    margin-top: 22px;
}

.radio label, .checkbox label {
    min-height: 25px;

}

#ui-datepicker-div {
    z-index: 2000 !important;
}

.overflow {

    overflow: hidden;
}

/*AGENDAAPPUNTAMENTI*/


.upperCase {
    text-transform: uppercase;
}

#listaOrari_ul {
    margin: 0px !important;
    padding: 0px !important;
    list-style: none;
    list-style-position: outside;
}

#listaOrari_ul li {
    padding: 6px;
    margin-left: 5px; 
}
#listaOrari_ul li label {
    margin-left: -5px; 
}

.media-body p a{
    color: #000000;
}

.progress-bar-default {
    background-color: #cccccc;
}


/*Tabelle bootstrap*/

.table-striped > tbody > tr:nth-of-type(odd) {
  /*background-color: #fcf8e3;*/
}

.table-hover > tbody > tr:hover {
  background-color: #d9edf7;
}

.jumbotron p {

    font-size:medium;
}


a.edit
{
    background: url(../Content/iconeSystem/edit.png) no-repeat top left;
     display: block;
     width: 20px;
     height: 20px;
     text-indent: -9999px; /* hides the link text */
}

a.delete
{
    background: url(../Content/iconeSystem/delete.png) no-repeat top left;
     display: block;
     width: 20px;
     height: 20px;
     text-indent: -9999px; /* hides the link text */
}

a.resetPassword
{
    background: url(../Content/iconeSystem/changePwd.png) no-repeat top left;
     display: block;
     width: 20px;
     height: 20px;
     text-indent: -9999px; /* hides the link text */
}

li.nav-item a,
.ruoli-applicazioni a,
.outline a{
    outline: none;
}

.role-margin {
    margin-left: 8px;
    margin-right: 8px;
}

.select-role label{
    margin-left: 4px;
    font-weight: normal;
}

#checkboxRuoli {
    width: 1px;
    height: 1px;
    visibility: hidden;
}

.nestedSelectList{
      padding-left: 4px;
    
}

/*Iscrizioni Conferenze CF*/


.dati_iscrizione .jumbotron{
    background-color:#eee;
    padding-top: 15px;
    padding-bottom: 15px;

}

.dati_iscrizione p{
    margin: 0px;
}

.dati_iscrizione p.data{
    font-weight: bold;
    font-style:italic;
}
.dati_iscrizione div.note{
    margin-left: 0px;
    padding-left: 0px;
}
.dati_iscrizione p.posti{
    margin-top: 5px;
    margin-bottom: 5px;
}

.dati_iscrizione h3{
    margin: 0px;
    color: #da1e25;
}

.dati_iscrizione .alert{
    font-size: 120%;
}

.dati_iscrizione .btn a{
    text-decoration: none;
    color: #ffffff;

}


.jumbotron ul,
.pgCorso{
    font-size: medium;
}

.pgCorso .posti{
    margin-top: 5px;
}

/*Ricevimenti USI*/
#Grid Table th  {
    text-align: center;
}

table.ricevimentoPubblico{
    border: 1px solid #000000;
}

table.ricevimentoPubblico thead td{
    border: 1px solid #000000;
    padding: 4px;
}

table.ricevimentoPubblico tbody td{
    padding: 10px 4px;
}
/*
table.ricevimentoPubblico tbody td.nonAttivo{
    border: 1px solid #555555;
    background-color: #fafafa;
}*/

table.ricevimentoPubblico tbody td.nonAttivo_attivo1{
    /*border: 1px solid #555555;*/
    background-color: #fdfdfd;
}
table.ricevimentoPubblico tbody td.nonAttivo_attivo2{
    /*border: 1px solid #555555;*/
    background-color: #ffffff;
}

table.ricevimentoPubblico tbody td.attivo1{
    /*border: 1px solid #555555;*/
    background-color: #d9edf7;
    border: 1px solid #000000;
}


table.ricevimentoPubblico tbody td.attivo2{
    /*border: 1px solid #555555;*/
    background-color: #fad5a8;
    border: 1px solid #000000;
}

table.ricevimentoPubblico tbody td .orarioRicevimento{
    
    overflow: hidden;
}
.orarioRicevimento .oraInizio {
    float: left;
}

.orarioRicevimento .oraFine {
    float: right;
}

table.ricevimentoPubblico tbody td .nomeRicevimento{
    font-weight: bold;
}

.fontRed{
   color: #da1e25 !important;
}
.fontGray{
    color: #999999 !important;
}


.progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

/*form-control-combobox*/

/*.form-control-combobox{
    border: 1px solid red !important;
}*/


.form-control-combobox {
    /*display: block;*/
    width: 80%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.custom-combobox-toggle {
    /*position: absolute;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    top: -2px;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}


/* LISTE UL */

ul.square{
    list-style-type: square;
}


/* cookie-alert*/

/*#cookie-alert { position: relative; }*/
#cookie-alert { 
    background: #292a2c;
    position: fixed; 
    bottom: 0; 
    right: 0;
    z-index: 9999;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 5px;
}

#cookie-alert .alert-text{
    color: #E7E7E7;
    font-size: small;
}

#cookie-alert .alert-form{
    margin-top: -6px !important;
}

/*#scroller { height: 100px; overflow: auto; }*/

/*Chosen*/


.chosen-container-single .chosen-single{

    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.chosen-container-single .chosen-single div b{
    margin-top: 4px;
}

/* SELECT COME JOOMLA*/

.chosen-single[rel="value_InAttesa"]{
    background-color: #2aabd2;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    color: #ffffff;
}

.chosen-single[rel="value_Pubblicato"], .chosen-single[rel="value_Visibile"]{
    background-color: #46a546;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    color: #ffffff;
}

.chosen-single[rel="value_Sospeso"], .chosen-single[rel="value_Cestinato"], .chosen-single[rel="value_NonVisibile"]{
    background-color: #bd362f;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    color: #ffffff;
}

.chosen-single[rel="value_Sospeso"] div b, .chosen-single[rel="value_Cestinato"] div b, .chosen-single[rel="value_Pubblicato"] div b, .chosen-single[rel="value_InAttesa"] div b,
.chosen-single[rel="value_Visibile"] div b, .chosen-single[rel="value_NonVisibile"] div b {

    display: block;
    width: 100%;
    height: 100%;
    background: url("chosen/chosen-sprite-white.png") no-repeat 0px 2px;

}


/* PER DETTOTRANOI*/

li.iconaHome a{
    
    background: url(../Content/iconeSystem/homeIcon.png) no-repeat top left;
    background-size: 35px 35px;
    width: 45px;
    height: 45px;
    margin-top: 4px;
}
li.iconaAdmin a{
    
    background: url(../Content/iconeSystem/serviceIcon.png) no-repeat top left;
    background-size: 35px 35px;
    width: 45px;
    height: 45px;
    margin-top: 4px;
}


/* AREA CMS*/
.alias{
    color: #666666;
}

.panel-border{
    
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#imgEv{
    overflow: hidden;
    padding-top: 8px;
}

#imgEv img{
    width: 99%;
}

.imgEv .input-group-addon{
    padding: 0px;
}
.imgEv a{

    padding: 5px 10px;
    outline: none;

}

.btn-micro{
    padding: 3px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
}

button.stato:focus, button.stato:checked{
    outline: none;
}


/*AGENDA APPUNTAMENTI*/

.fc-event{
    font-size:small;
    padding: 8px 5px 20px 5px;
    cursor: pointer;
}

.legenda{
    margin-bottom: 20px;
}


.legenda.appuntamento_647f08bc-3e3e-4d31-adc8-131d9bf50002,
.fc-event.appuntamento_647f08bc-3e3e-4d31-adc8-131d9bf50002,
.legenda.appuntamento_8b72f132-2f6e-46bf-9e64-a654dbb508fb,
.fc-event.appuntamento_8b72f132-2f6e-46bf-9e64-a654dbb508fb{
    background: #0c65d5;
    border: 1px solid #0c65d5 !important;
    color: #FFFFFF !important;
}

.legenda.appuntamento_2551902a-121e-454a-a400-0fd0b963a0f2,
.fc-event.appuntamento_2551902a-121e-454a-a400-0fd0b963a0f2,
.legenda.appuntamento_34ab785e-d831-4dd0-b873-efaa33b8657c,
.fc-event.appuntamento_34ab785e-d831-4dd0-b873-efaa33b8657c {
    background: #009864;
    border: 1px solid #009864 !important;
    color: #FFFFFF !important;
}

.legenda.appuntamento_52b27668-97b6-4b61-955a-c014a0acbb03,
.fc-event.appuntamento_52b27668-97b6-4b61-955a-c014a0acbb03{
    background: #942190;
    border: 1px solid #942190 !important;
    color: #FFFFFF !important;
}




.m.btn{
    font-size: 13px !important;
    margin-right: 5px;
}

.btn.elimina,
.btn.sms{
    
    color: #ffffff;
}

.fc-agendaDay-view .fc-axis,
.fc-agendaWeek-view .fc-axis{
    height: 40px !important;

}

/*Order List*/

.ordinabile,
.ordered_DW,
.ordered_UP{
    
     display: block;
     white-space:nowrap;
}

.ordered_UP::before{
    font-size: small; 
    content: '\f15d';
     font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.ordered_DW::before{
    font-size: small; 
    content: '\f15e';
     font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

/*
fa-sort-desc"\f0dd"
fa-sort-asc"\f0de"

fa-level-up"\f148"
fa-level-down"\f149"
*/

