/*
 * File CSS a livello APPLICATION:
 * sovrascrive le impostazioni a livello framework (main.css)
 * viene sovrascritto dalle impostazioni a livello client (client.css)
 * =============================================================================
 * INDICE
 * =============================================================================
 *
 * 20160520 - TICKET:0000981 - francesco.diatto@sophiainformatica.it
 * Creazione
 *
 * -----------------------------------------------------------------------------
 */
 /*Copiare il contenuto da '\css\application.example.css' e personalizzare*/
div#scheda_competenze{
  border: 1px !important;
  border-color: #000 !important;
}

.redrow.even {
  background-color: #fcbbb3 !important;
  color: #E7302C !important;
}
.redrow.odd {
  background-color: #fcbbb3 !important;
  color: #5a0402 !important;
}

.orangerow.even {
  background-color: #fdf1c1 !important;
  color: #FF6600 !important;
}
.orangerow.odd {
  background-color: #fdf1c1 !important;
  color: #FF6600 !important;
}
.greyrow.even {
  background-color: #C0C0C0 !important;
  color: #FFF !important;
}
.greyrow.odd {
  background-color: #D2D2D2 !important;
  color: #FFF !important;
}
.purplerow.even {
  background-color: #f7ccfc !important;
  color: #8E2CE7 !important;
}
.purplerow.odd {
  background-color: #f7ccfc !important;
  color: #8E2CE7 !important;
}
.bluerow.even {
  background-color: #CCCCFF !important;
  color: #4d4da3 !important;
}
.bluerow.odd {
  background-color: #CCCCFF !important;
  color: #4d4da3 !important;
}

.lightgreenrow.even {
  background-color: #acffd0 !important; /* Verde molto chiaro per righe pari */
  color: #024602 !important;
}
.lightgreenrow.odd {
  background-color: #acffd0 !important; /* Verde chiaro per righe dispari */
  color: #024602 !important;
}



/*form di ricerca 'Scelta Task' in Commessa Wizard*/
div.search-form-task-wizard {
  background: #eee;
  padding: 6px 6px;
  margin: 0;
  border-radius: 3px;
  margin-bottom: 10px;
  border: 1px solid rgb(204, 204, 204);
  padding: 10px 5px 0px;
}

/*form di ricerca 'Assegnazine Workstation-Task' in Commessa Wizard*/
div.search-form-workstation-task-wizard {
  padding: 6px 6px;
  margin: 0;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px 5px 0px;
}

/*form Asegnazione EPU in Commessa Wizard*/
div.assegna-epu-wizard{
  background: #eee;
  padding: 6px 6px;
  margin: 0;
  border-radius: 3px;
  margin-bottom: 10px;
  border: 1px solid rgb(204, 204, 204);
  padding: 10px 5px 10px;
}

#wizard_nuovo_progetto .alert-info {
  margin-bottom: 10px;
}

.bottoni-assegnazione-workstation{
  margin: 0px !important;
}

.bottoni-navigation-wizard{
  margin-bottom: 10px;
}
.assegnazione-workstation-task-buttons{
  margin: 0px !important;
}
.assegnazione-task-bottonni{
  margin: 0px !important;
}
/*
 * -----------------------------------------------------------------------------
 * ### GGS
 * -----------------------------------------------------------------------------
 *
 * MODIFICHE:
 *
 * 20160530 - TICKET:0000964 - antonio.mattis@sophiainformatica.it
 * Correzione per visualizzazione icone "Registra azione"
 * e "Pulisci riga" della griglia Elenco Azioni su IE e Edge
 *
 * 20160415 - TICKET:0000835 - antonio.mattis@sophiainformatica.it
 * Form con i flitri  di ricerca per i report
 *
 * 20160315 - TICKET: 0000791 - simone.scarzello@sophiainformatica.it
 * gestione css per tooltip e semafori stati schede
 *
 * -----------------------------------------------------------------------------
 *
 * COSTANTI:
 *
 * -----------------------------------------------------------------------------
 */

/*icone stepoggetto nella griglia obsAnaOggetti/admin*/
td.colStatooggetto {
  text-align: center;
}
td.colStatooggetto > span.classStatooggettoSpanOrange {
  color: orange;
  font-size: 13px;
  font-weight: bold;
  padding: 1px 5px;
  border: 2px solid #F9BB4A;
  border-radius: 5px;
  background-color: #faebcc;
}
td.colStatooggetto > span.classStatooggettoSpanYellow {
  color: #C5BA4B;
  font-size: 13px;
  font-weight: bold;
  padding: 1px 5px;
  border: 2px solid #F1E359;
  border-radius: 5px;
  background-color: #fcf8e3;
}
td.colStatooggetto > span.classStatooggettoSpanRed {
  color: #a94442;
  font-size: 13px;
  font-weight: bold;
  padding: 1px 5px;
  border: 2px solid #ebccd1;
  border-radius: 5px;
  background-color: #f2dede;
}
td.colStatooggetto > span.classStatooggettoSpanGreen {
  color: #3c763d;
  font-size: 13px;
  font-weight: bold;
  padding: 1px 5px;
  border: 2px solid #d6e9c6;
  border-radius: 5px;
  background-color: #dff0d8;
}
td.colStatooggetto > span.classStatooggettoSpanBlue {
  color: #31708f;
  font-size: 13px;
  font-weight: bold;
  padding: 1px 5px;
  border: 2px solid #bce8f1;
  border-radius: 5px;
  background-color: #d9edf7;
}

/*Titolo bootbox dialog*/
.modal-title {
  background-color: initial;
  color: initial;
}

/*
 * 20160415 - TICKET:0000835
 * Form con i flitri  di ricerca per i report
 */
.search-form {
  border:1px solid #ddd;
  border-radius:5px;
  background-color:#f9f9f9 !important;
}

/*Login*/
#loginWallpaper {
  background: #047D5C url("../images/loginWallpaper.png") no-repeat;
  background-size: contain;
}
#loginContainer.login-no-access {
  border: 2px solid #062173;
  border-radius: 0px;
}
#loginContainer.login-no-access #loginTitle {
  color: #062173;
}

.bottoni-crea-nuova-epu {
  margin: 0px !important;
  margin-bottom: 10px !important;
  text-align: end;
}

.search-form label.control-label {
  text-align: right;
}
.alert-cambio-mansione {
  line-height: 2;
}
.alert-cambio-mansione a {
  color: #8a6d3b;
  text-decoration: underline;
}
.alert-cambio-mansione b {
  background-color: #00000015;
  padding: 3px 5px;
  border-radius: 3px;
}
.alert-cambio-mansione .alert-cambio-mansione-link-update {
  /* background-color: #00000015; */
  padding: 3px 5px;
  border-radius: 3px;
  color: #F44336;
  font-weight: bold;
}