body { padding-top: 80px; padding-left: 40px; padding-right: 30px; overflow-x:auto; overflow-y: auto }

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.privacyDisclaimerBody {
    overflow-y: scroll;
    height: 70vh; /* Altezza desiderata per la scrollbar */
    scrollbar-width: thin;
}

.privacyDisclaimerTitle {
	font-size: 16px;
}

#privacyDisclaimer h2 {
    font-size: 20px;
}

.modal-backdrop2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1599 !important;
  background-color: #000;
}
.modal-backdrop2.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop2.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

#appalti {
	margin-top: 35px;
}

#summernoteContainer {
	min-height: 18vh !important;
}
.campoNote {
	resize: vertical;
}

.fc-list-item-title {
	color: white;
}

.note-editing-area {
    min-height: 16vh !important;
}

#breadcrumbRow {padding-top: 150px;}
#main { padding-top: 190px; }	

@media (min-width: 10px) {
	#breadcrumbRow {padding-top: 0px;}
	#main { padding-top: 30px; }	
}

@media (min-width: 770px) {
	#breadcrumbRow {padding-top: 90px;}
	#main { padding-top: 120px; }	
}

@media (min-width: 990px) {
	#breadcrumbRow {padding-top: 100px;}
	#main { padding-top: 130px; }	
}

@media (min-width: 991px) {
	#breadcrumbRow {padding-top: 140px;}
	#main { padding-top: 170px; }	
}

@media (min-width: 1347px) {
	#breadcrumbRow {padding-top: 100px;}
	#main { padding-top: 130px; }	
}

@media (min-width: 1525px) {
	#breadcrumbRow {padding-top: 50px;}
	#main { padding-top: 80px; }	
}

@media (min-width: 1820px) {
	#breadcrumbRow {padding-top: 0px;}
	#main { padding-top: 30px; }	
}

.mainEvent {
    background-color: #0867C1 !important;
    background-color: #c10808 !important;
}
.fc-event.fc-selected .fc-resizer{
	background-color: yellow !important;
}

.mainEvent:hover td {
  background-color: #034380 !important;
}
.bandiEvent:hover td {
  background-color: #9e0000 !important;
}

.noteIdBando, .noteAzioni {
	vertical-align: middle !important;
}
.blueTelemat {
	color: #337ab7 !important;
}

.fc-list-item >.idBandoEvent {
/*     color: white; */
    background-color: white;
    color: black;
    padding: 8px;
    position: relative;
    top: 9px;
}
.fc-event-container >.idBandoEvent {
/*     color: white; */
    background-color: white;
    color: black;

/*     background-color: white !important; */
/*     position: absolute; */
/*     top: 0; */
/*     right: 0; */
/*     width: 50px; */
/*     height: 15px; */
    text-align: center;
    /* border-radius: 50%; */
    font-size: 11px;
    cursor: pointer;
    background-color: #FFF;
    border-color: black !important;
}

.idBandoEvent {
    color: black;
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 15px;
    text-align: center;
/*     font-size: 11px; */
    cursor: pointer;
    background-color: #FFF;
    border-color: black !important;
}
.bandiEvent {
	background-color: red !important;
	border-color: red !important;
}
.bandiEvent > .fc-content {
    max-width: 200px !important;
	text-overflow: ellipsis;
}

.noteIdBando, .noteAzioni, .noteN {
   text-align: center;   
}

.noteId, .noteIdBando, .noteAzioni, .noteN {
	width: 80px;
}


/* collapse main menu */
/*
@media (max-width: 1820px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
*/

.apriCalendario {
	margin-left: -5px;
}
.container {
    width: 100%;
}

.fullcalendar {
    width: 99% !important;
}

.noteDialog {
    width: 50% !important;
}

#calendar {
    height: 76vh !important;
}
.fc-event.selected {
	border-color: red;
}

.btn-primary {
    background-color: #0867C1 !important;
    background-color: #c10808 !important;
}

#logoMain {
	max-height: 35px;
	margin-top: -7px;
	margin-left: 17px;
}

#benvenuto {
	margin-right: 17px;
}

#consultazioneBDtable td, #consultazioneBDtableEstero td, .bandiTable td  {
	cursor: pointer;
}

.aggCampiTitle {
	text-align: left;
	vertical-align: middle;
	width: 200px;
	background-color: #337ab7;
	color: white;
}

.aggCampiValore {
	text-align: left;
	vertical-align: middle;
}

a {
    color: #0867C1;
    color: #c10808;
}

a:active, a:hover {
	color: #084178;
}

.containerRicerca2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
}

.info {
  width: 16px;
  height: 16px;
  background-image: url("../img/info.svg");
  background-size: cover;
  float: right;
  cursor: pointer;
}

.GPSel.active {
    background-color: #0867C1;
    background-color: #c10808;
    color: white;
}

.bootstrap-table > .bs-bars > .pull-left {
	width: 100%
}

.bootstrap-table > .bs-bars.pull-left {
	width: 100%
}

/* #garedelGiornoContainer { */
/* 	display: none; */
/* } */

.garedelGiorno {
    display: flex;
    flex-direction: column;
    /* background-color: antiquewhite; */
    position: absolute;
    margin-left: 50%;
    margin-top: -18px;
    /* width: calc(100% - 1200px); */
}

.garelabel_acapo {
  display: flex;
  justify-content: center;
  line-height: 23px;
}
.garelabel1 {
	color: #a20808;
	text-align: center;
    font-size: 22px;
    font-size: 1.1vw;
    font-weight: bold;
}
.garelabel2 {
	color: #a20808;
    text-align: center;
/*     font-size: 14px; */
/*     font-size: 0.4vw; */
	max-width: 291px;
}


.shadow {
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow:    2px 2px 3px 0px rgba(0,0,0,0.5);
    box-shadow:         2px 2px 3px 0px rgba(0,0,0,0.5);
}

.myToolbar {
	line-height: normal;
	width: 90vw !important;
}
#editNote {
	height: 100%;	
	width: 100%;	
}

.containerNote {
	margin-top: -11px;
}

.containerNoteBando {
	margin-top: -11px;
	max-height: 460px;
}

#tableNoteBando {
	margin-top: -11px;
	height: 30vh !important;
	max-height: 30vh !important;
}

#tableNote {
	height: 63vh !important;
}

.editIcon > i, .boltIcon > i {
  font-size: 14px !important;
}

.bottom0{
    position: absolute;
    bottom: 0px;
}

.marginB20{
    margin-bottom: 20px;
}

.height100{
    height: 100%!important;
}

.height400{
    height: 400px!important;
}


.overflowScroll{
    overflow-y: scroll;
}
.width100{
    width: 100%!important;
}

.width300{
    width: 300px!important;
}

.paddingTop20{
     padding-top: 20px!important;
 }

.padding10{
     padding: 10px!important;
 }


.padding0{
    padding: 0px!important;
}
.paddingL0{
    padding-left: 0px!important;
}

.margin10{
    margin: 10px!important;
}

.padding30{
    padding: 30px!important;
}
.padding15{
    padding: 15px!important;
}



.marginR10{
    margin-right: 10px!important;
}

.marginT10{
    margin-top:10px!important;
}

.marginL10{
    margin-left:10px!important;
}

.marginL20{
    margin-left:20px!important;
}
.marginB-25{
    margin-bottom:-25px!important;
}

.positionRelative{
    position: relative!important;
}

.fontSize24{
    font-size: 24px;
}

.floatLeft{
    float:left;
}



.hide{
    display:none!important;
}

.aggiudicazioniTab .th-inner {
	background-color: #337ab7 !important;
}

.panelH {
    color: #fff !important;
    background-color: #0867c1 !important;
    background-color: #c10808 !important;
    border-color: #dddddd !important;
}


body {
    margin: 5px;
    /*background-image: url("../img/bg.png");*/
}

.ui-page{
    margin-top:80px;
    padding-left:20px;
    padding-right:20px;
    bottom: 0;
    /*background-image: url("../img/bg.png");*/
}

/* Tab Navigation */
.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;
}
.nav-tabs > li > a {
    background: #FFF;
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.1),-2px -2px 5px -2px rgba(0,0,0,.1);
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover {
        background: #0867c1;
        background: #c10808;
        color: #fff;
        box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.2);
    }

/* Tab Content */
.tab-pane {
    background: #ffffff;
   /* box-shadow: 0 0 2px rgba(0,0,0,.2); */
    border: 1px solid #ddd;
    border-radius: 0;

    padding: 5px;
}


#rassegnaBandi .panel-default>.panel-heading {
    color: #000000;
    font-weight: bold;
    background-color: rgba(113, 126, 133, 0.57);
    border-color: #E4E4E4;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



/*------------------------------------myTmenu----------------------------------------------- */


#MyTMenu .navbar-default{
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10); 
}


#breadcrumbRow .breadcrumb{
    padding: 3px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DDD;
    position: absolute;
    z-index: 20;
    margin-top: -10px;
    left: 30px;
    right: 30px;
}

.breadcrumb>.active {
    color: #a20808;
    font-weight: bold;
}

/*------------------------------------MODAL----------------------------------------------- */

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #D00F11;
    background:rgba(57, 63, 67, 0.17);;
}


.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #D00F11;
    background: rgba(57, 63, 67, 0.17);;
}

#gallery .tab-pane {
    background: #ffffff;
    /* box-shadow: 0 0 2px rgba(0,0,0,.2); */
    border: 1px solid #ddd;
    border-radius: 0;
     padding: 20px;
}

#galleryEstero .tab-pane {
    background: #ffffff;
    /* box-shadow: 0 0 2px rgba(0,0,0,.2); */
    border: 1px solid #ddd;
    border-radius: 0;
     padding: 20px;
}


#loading .glyphicon-time:before {
    content: "\e023";

    margin-right: 5px;
}

.modal {
    text-align: center;
}


.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}


.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    min-width: 250px;
}

.loaderPopGif{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 78px;
    width: 170px;
}
.loaderLogo{
    position: absolute;
    left: 0;
    right: 0;

    margin: auto;
    height: 40px;
}


#informationPopup .alert {
    margin-bottom: 0px;
}

#informationPopup .glyphicon {
    top: 2px;
}

#loading {
    z-index:1052!important;
}

#informationPopup .modal-dialog{
    width: 500px!important;
}


/*------------------------------------myAccount----------------------------------------------- */
#appalti ,#NormativaGiurisprudenza, #MyAccount{
    min-height: 600px!important;
    min-width: 770px!important;
}

/*#consultazioneBD */

.bootstrap-table{
    height: 100%;
    position: relative;
}
/* #consultazioneBD */

#esitoDetailTable .bootstrap-table .fixed-table-container {
    padding-bottom: 40px!important;
    position: ABSOLUTE;
    bottom: 45px;
    top: 67PX;
    left:0px;
    right:0px;
    height: auto!important;
}

#esitoDetailTableEstero .bootstrap-table .fixed-table-container {
    padding-bottom: 40px!important;
    position: ABSOLUTE;
    bottom: 45px;
    top: 67PX;
    left:0px;
    right:0px;
    height: auto!important;
}



#iMieiDati #serviziAttivi .bootstrap-table .fixed-table-container {
    padding-bottom: 40px!important;
    position: ABSOLUTE;
    bottom: 0px;
    top: 20PX;
    left:0px;
    right:0px;
    height: auto!important;
}

#dettaglioBandi  .select2-container{
   width:200px!important;
}


#dettaglioGare .bootstrap-table .fixed-table-container{
    padding-bottom: 40px!important;
    position: ABSOLUTE;
    bottom: 0px;
    top: 0PX;
    left:0px;
    right:0px;
    height: auto!important;
}

#dettaglioGareEstere .bootstrap-table .fixed-table-container{
    padding-bottom: 40px!important;
    position: ABSOLUTE;
    bottom: 0px;
    top: 0PX;
    left:0px;
    right:0px;
    height: auto!important;
}

#consultazioneBD .bootstrap-table .fixed-table-container {
    padding-bottom: 40px!important;
    position: ABSOLUTE;
    bottom: 45px;
    top: 67PX;
    left:0px;
    right:0px;
    height: auto!important;
}

#consultazioneEsteriBD .bootstrap-table .fixed-table-container {
    padding-bottom: 40px!important;
    position: ABSOLUTE;
    bottom: 45px;
    top: 67PX;
    left:0px;
    right:0px;
    height: auto!important;
}


#trackingBandi .bootstrap-table .fixed-table-container {
    padding-bottom: 40px!important;
    position: ABSOLUTE;
    bottom: 45px;
    top: 67PX;
    left:0px;
    right:0px;
    height: auto!important;
}


#scadenzario .bootstrap-table .fixed-table-container {
    padding-bottom: 40px!important;
    position: ABSOLUTE;
    bottom: 45px;
    top: 67PX;
    left:0px;
    right:0px;
    height: auto!important;
}

#rassegnaBandi .bootstrap-table .fixed-table-container {
    padding-bottom: 40px!important;
    position: ABSOLUTE;
    bottom: 45px;
    top: 67PX;
    left:0px;
    right:0px;
    height: auto!important;
}

#rassegnaBandiEsteri .bootstrap-table .fixed-table-container {
    padding-bottom: 40px!important;
    position: ABSOLUTE;
    bottom: 45px;
    top: 67PX;
    left:0px;
    right:0px;
    height: auto!important;
}


#prenotazioneFonti .bootstrap-table .fixed-table-container {
    padding-bottom: 40px!important;
    position: ABSOLUTE;
    bottom: 45px;
    top: 0PX;
    left: 0px;
    right: 0px;
    height: auto!important;
}

#dettaglioEsito  .bootstrap-table{
    height:auto!important;
    margin-bottom:20px;
}

#dettaglioEsitoEstero  .bootstrap-table{
    height:auto!important;
    margin-bottom:20px;
}

.bs-checkbox{
    position:relative;
}

.bs-checkbox input[type=checkbox]{
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto!important;
    max-width: 16px !important;
}

.tracking_star{
   color: #CDDC39;
}

.tracking_star_estero{
   color: #CDDC39;
}

.panel-primary#aggiudicazioniEstere{
	border-color: #00C969;
}

.panel-primary#aggiudicazioniEstere>.panel-heading{
	color: #FFF;
	background-color: #00C969;
	border-color: #00C969;
}

.aggiudicazioniTabEsteroHeaderContainer .fixed-table-header{
    background-color: #00C969 !important; 
    color: #fff;
}

.aggiudicazioniTabEsteroHeaderContainer .fixed-table-header th{
    border-left: 1px solid #00C969!important;
}


/*------------------------------------MyAccount----------------------------------------------- */
.myAccountTabWrapper {
    position: absolute;
    top: 56px;
    bottom: 20px;
    margin: auto;
    left: 5px;
    right: 10px;

}



.serviziAttiviTabWrapper{
    position: absolute!important;
    bottom: 16px!important;
    top: 215px!important;
    right: 15px!important;
    left: 15px!important;
    margin: auto!important;
}

.categorieUL{
    padding: 0;
    margin: 0;
    list-style:none;
}

.categorieUL li{

}

.fontiPrenotateWrapper{

position: absolute!important;
    bottom: 16px!important;
    top: 160px!important;
    right: 15px!important;
    left: 15px!important;
    margin: auto!important;
}

.noThead  thead{
       display: none!important;
}


/*------------------------------------GALLERY----------------------------------------------- */
#gallery .modal-dialog , #richiediSopralluogo  .modal-dialog, #supportPopup  .modal-dialog , #NGInfo .modal-dialog{
    min-width: 550px;
}
.galleryUL{
    padding: 0;
    margin: 0;
    list-style:none;
}


.galleryUL li{

}

#galleryEstero .modal-dialog , #richiediSopralluogoEstero  .modal-dialog, #supportPopupEstero  .modal-dialog , #NGInfoEstero .modal-dialog{
    min-width: 550px;
}
.galleryEsteroUL{
    padding: 0;
    margin: 0;
    list-style:none;
}


.galleryEsteroUL li{

}

#dettaglioEsito, #dwGara, #dwEsito, #dettaglioEsitoEstero, #dwGaraEstera, #dwEsitoEstero{
    overflow-y: scroll;
}


#esitoDetailTable{
   height:auto!important
}

#esitoDetailTableEstero{
   height:auto!important
}

 .modal:before{

     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;

 }


/*------------------------------------Normativa giurisprudenza---------------------------------------------- */
.NGSearchPanel{
    margin: 10px;
    background: #f3f3f3;
}

#giurisprudenza, #normativa, #corsi{
    position: relative;
}
#NormativaGiurisprudenza .bootstrap-table .fixed-table-container {
    padding-bottom: 40px!important;
    position: ABSOLUTE;
    bottom: 45px;
    top: 52PX;
    left:0px;
    right:0px;
    height: auto!important;
}

.NGtableWrapper {
    /* height: 100%; */
    position: absolute!important;
    bottom: 16px!important;
    top: 90px!important;
    right: 15px!important;
    left: 15px!important;
    margin: auto!important;
}
.NGtableWrapperCorsi {
    /* height: 100%; */
    position: absolute!important;
    bottom: 16px!important;
    top: 0px!important;
    right: 15px!important;
    left: 15px!important;
    margin: auto!important;
}

.NGlinkCalendarioCorsi {
	position: absolute;
    bottom:80px;
    right: 20px;
    left: 20px;
    top: 13px;
    margin: auto!important;
    z-index: 12;
}


#tabellaGiurisprudenza , #tabellaNormativa{
    overflow-y: scroll;
    cursor: pointer;
}

   .consulclick{
       position: absolute;
       /* height: 91%; */
       bottom:80px;
       right: 20px;
       left: 20px;
       top: 53px;
       margin: auto!important;
       overflow-y: scroll;
   }

#richiediConsulclickBtn{
    position: absolute;
    bottom: 23px;
    right: 25px;
}

.rassegnaGiuridicaWrapper {
    position: absolute;
    top: 20px;
    bottom: 20px;
    margin: auto;
    left: 10px;
    right: 10px;

}





/*------------------------------------OVERRIDE jqm----------------------------------------------- */

.ui-content {
    border-width: 0;
    overflow: visible;
    overflow-x: hidden;
    padding: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}


/*------------------------------------OVERRIDE BOOTSTRAP----------------------------------------------- */

#badgePrenotazioniFonti.badge {
	background-color: #a20808; 
	margin-left: 20px;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.menu-open-right {
    top: -70%!important;
    left: 96%!important;
}


.modal-open .modal {
    overflow-x: hidden;
     overflow-y: hidden;
}

.alert-info {
    color: #4d4e4e;
    background-color: #d4d4d4;
    border-color: #dc9191;
}



@media (min-width: 992px)    {
   #gallery .modal-lg {
        width: 90%;
    }

}

@media (min-width: 992px)    {
   #galleryEstero .modal-lg {
        width: 90%;
    }

}


.card-view span{
    width: 100%!important;
}
.card-view {
    border-bottom: 1px solid #dddddd;
    padding:3px;
}
td .card-view:last-child {
    border-bottom: 0px solid #dddddd;
    padding:0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff !important;
    background-color: #0867C1 !important;
    background-color: #c10808 !important;
}

.navbar-default .navbar-nav>li.active#appaltiEsteriMenu>a, .navbar-default .navbar-nav>li.active#appaltiEsteriMenu>a:focus, .navbar-default .navbar-nav>li.active#appaltiEsteriMenu>a:hover {
    background-color: #00C969!important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff !important;
    background-color: #0867C1 !important;
    background-color: #c10808 !important;
}

.nav-pills>li.active>a#parametriMBtnEstero, .nav-pills>li.active>a:focus#parametriMBtnEstero, .nav-pills>li.active>a:hover#parametriMBtnEstero {
    background-color: #00C969!important; 
}

.nav-pills>li.active>a#nazione_css, .nav-pills>li.active>a:focus#nazione_css, .nav-pills>li.active>a:hover#nazione_css {
	background-color: #00C969!important;
}

.nav-pills>li.active>a#categorieEstero_css, .nav-pills>li.active>a:focus#categorieEstero_css, .nav-pills>li.active>a:hover#categorieEstero_css {
	background-color: #00C969!important;
}

.nav-pills>li.active>a#parRasEst_css, .nav-pills>li.active>a:focus#parRasEst_css, .nav-pills>li.active>a:hover#parRasEst_css {
    background-color: #00C969!important; 
}

.nav-pills>li.active>a#ricercaVeloceEstero_css, .nav-pills>li.active>a:focus#ricercaVeloceEstero_css, .nav-pills>li.active>a:hover#ricercaVeloceEstero_css {
    background-color: #00C969!important; 
}

.nav-tabs>li.active>a#tabGalleryGaraEstera_css, .nav-tabs>li.active>a:focus#tabGalleryGaraEstera_css, .nav-tabs>li.active>a:hover#tabGalleryGaraEstera_css {
    color: #fff!important;
    background-color: #00C969!important; 
}

.nav-tabs>li.active>a#tabGalleryEsitoEstero_css, .nav-tabs>li.active>a:focus#tabGalleryEsitoEstero_css, .nav-tabs>li.active>a:hover#tabGalleryEsitoEstero_css {
    color: #fff!important;
    background-color: #00C969!important; 
}

.nav-tabs>li.active>a#tabGallerydwGaraEstera_css, .nav-tabs>li.active>a:focus#tabGallerydwGaraEstera_css, .nav-tabs>li.active>a:hover#tabGallerydwGaraEstera_css {
    color: #fff!important;
    background-color: #00C969!important; 
}

.nav-tabs>li.active>a#tabGallerydwEsitoEstero_css, .nav-tabs>li.active>a:focus#tabGallerydwEsitoEstero_css, .nav-tabs>li.active>a:hover#tabGallerydwEsitoEstero_css {
    color: #fff!important;
    background-color: #00C969!important; 
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #fff !important;
    background-color: #0867C1 !important;
    background-color: #c10808 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff !important;
    background-color: #0867C1 !important;
    background-color: #c10808 !important;
}

.dropdown-menu>.active>a#messaggistica_css, .dropdown-menu>.active>a:focus#messaggistica_css, .dropdown-menu>.active>a:hover#messaggistica_css {
    background-color: #00C969!important; 
}

.dropdown-menu>.active>a#gareEsiti_css, .dropdown-menu>.active>a:focus#gareEsiti_css, .dropdown-menu>.active>a:hover#gareEsiti_css {
    background-color: #00C969!important; 
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: #f4f4f4!important; 
}


/*.navbar-brand {*/
    /*background-color: #fffefe;*/
    /*border-radius: 7px;*/
    /*border: 1px solid #f1f1f1;*/
    /*margin: 2px;*/
/*}*/

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f4f4f4;
}


.fixed-table-header {
    background-color: #0867c1;
    background-color: #c10808;
    color: #fff;
}

    .fixed-table-header th {
        border-left: 1px solid #0867c1 !important;
        border-left: 1px solid #c10808 !important;
    }

#dettaglioGareEstere .fixed-table-header{
    background-color: #00C969;   
}

#dettaglioGareEstere .fixed-table-header th{
    border-left: 1px solid #00C969!important;
}

#consultazioneEsteriBD .fixed-table-header{
    background-color: #00C969; 
    
}

#consultazioneEsteriBD .fixed-table-header th{
    border-left: 1px solid #00C969!important;

}

#rassegnaBandiEsteri .fixed-table-header{
    background-color: #00C969; 
    
}

#rassegnaBandiEsteri .fixed-table-header th{
    border-left: 1px solid #00C969!important;

}


.fixed-table-header .table{

    border-bottom: 0px solid #5b696f!important;
}

#esitoDetailTable thead {
    background-color: #0867c1;
    background-color: #c10808;
    color: #fff;
}

#esitoDetailTableEstero thead{
    background-color: #00C969;
    color: #fff;
}

#esitoDetailTable th {
    border-left: 1px solid #0867c1 !important;
    border-left: 1px solid #c10808 !important;
}

#esitoDetailTableEstero th{
    border-left: 1px solid #00C969!important;

}

#esitoDetailTable .table{

    border-bottom: 0px solid #5b696f!important;
}

#esitoDetailTableEstero .table{

    border-bottom: 0px solid #5b696f!important;
}

#esitoDetailTable .table>thead>tr>th {
    /* vertical-align: bottom; */
    border-bottom: 0px solid #ddd!important;
}

#esitoDetailTableEstero .table>thead>tr>th {
    /* vertical-align: bottom; */
    border-bottom: 0px solid #ddd!important;
}

.fixed-table-header .table>thead>tr>th {
    /* vertical-align: bottom; */
    border-bottom: 0px solid #ddd!important;
}

#MyTMenu  .navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7; 
}


/*------------------------------------media query ----------------------------------------------- */

@media screen and (max-width: 990px) and (min-width: 0px) {
    .AssistenzaInfo{
        display: none;
    }
    .jumbotron {
        padding:20px;
    }
    .navbar-right {
    	display:none !important;
    }
    
    #Aggiud_accordion .fixed-table-container {
		height: 98px !important;
	}
	
	#Aggiud_accordionEstero .fixed-table-container {
		height: 98px !important;
	}
	
}
@media screen and (max-width: 1024px) and (min-width: 600px){

    .pagination-info{
        display: none;
    }
    #prenotaFonteForm .form-group, #normativaSearchFormContainer .form-inline .form-group , #giurisprudenzaSearchFormContainer .form-inline .form-group{
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .modal-open .modal {

        overflow-x: scroll;
    }

    #gallery:before , #richiediSopralluogo:before, #supportPopup:before, #NGInfo:before{
        height: 0;
    }
    
    #galleryEstero:before , #richiediSopralluogoEstero:before, #supportPopupEstero:before, #NGInfoEstero:before{
        height: 0;
    }
    
    /* Per il pulsante Precedente */
    #galleryPrev > span {
		display: none;
	}
	#galleryPrev:after {
		content: 'Prec.'
	}
	
	/* Per il pulsante Precedente (estero) */
    #galleryPrevEstero > span {
		display: none;
	}
	#galleryPrevEstero:after {
		content: 'Prec.'
	}
	
	/* Per il pulsante Successivo */
	#galleryNext > span {
		display: none;
	}
	#galleryNext:after {
		content: 'Succ.'
	}
	
	/* Per il pulsante Successivo (estero) */
	#galleryNextEstero > span {
		display: none;
	}
	#galleryNextEstero:after {
		content: 'Succ.'
	}
	
	/* Per lo Stampa scheda */
	#stampaSchedaBtn > span {
		display: none;
	}
	#stampaSchedaBtn:after {
		content: 'Stampa'
	}
	
	/* Per lo Stampa scheda estero */
	#stampaSchedaBtnEstero > span {
		display: none;
	}
	#stampaSchedaBtnEstero:after {
		content: 'Stampa'
	}
    
    /* Per il Prenota Albo */
    #prenotaAlbo > span {
		display: none;
	}
	#prenotaAlbo:after {
		content: 'Prenota'
	}
	
	/* Per il Prenota Albo Estero */
    #prenotaAlboEstero > span {
		display: none;
	}
	#prenotaAlboEstero:after {
		content: 'Prenota'
	}
	
	/*Per il Crea Evento */
   	#creaEvento > span {
		display: none;
	}
	#creaEvento:after {
		content: 'Evento'
	}

}

@media screen and (max-width: 600px) and (min-width: 0px){

    .pagination-detail{
        display: none;
    }
    #prenotaFonteForm  .form-group , #normativaSearchFormContainer .form-inline .form-group , #giurisprudenzaSearchFormContainer .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .modal-open .modal {

        overflow-x: scroll;
    }

    #gallery:before,  #richiediSopralluogo:before, #supportPopup:before, #NGInfo:before{
        height: 0;
    }
    
    #galleryEstero:before,  #richiediSopralluogoEstero:before, #supportPopupEstero:before, #NGInfoEstero:before{
        height: 0;
    }
}


@media screen and (max-height: 700px) and (min-width: 0px){


    .modal-open .modal {

        overflow-y: scroll;
    }
}




/*------------------------------------OVERRIDE select----------------------------------------------- */
.select2-dropdown {
    z-index: 10000!important;
}

.leftPanel  .select2-container {
    width: 370px!important;
}

.leftPanel .select2-results__options{
    width:370px!important;
    -webkit-box-shadow: 1px 2px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 2px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 2px 3px 0px rgba(50, 50, 50, 0.75);

}

 /*.select2-container {*/
    /*width: 100%!important;*/
/*}*/

 /*.select2-results__options{*/
    /*width:100%!important;*/
    /*-webkit-box-shadow: 1px 2px 3px 0px rgba(50, 50, 50, 0.75);*/
    /*-moz-box-shadow:    1px 2px 3px 0px rgba(50, 50, 50, 0.75);*/
    /*box-shadow:         1px 2px 3px 0px rgba(50, 50, 50, 0.75);*/

/*}*/

