/* CSS for local changes */

#uiLogoLink{
display: none;
}
.fade:not(.show) {
	opacity: 1 !important;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-color: black;
}

.btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-color: black;
}

/* PERSONALIZZAZIONE UCSC */
.navbar-inverse {
    background-color: #00355a;
					
   
}

.sidebar-wide .sidebar {
    background-color: #00355a;
    left: 0;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 240px;
    z-index: 10;
}

.navigation > li ul {
    background-color: #00609d;
    display: none;
    font-size: 11px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/* .container-xxl {
    max-width: 100%;
}
*/

.banner {
    /*background: url("/sr/banner_background.png") no-repeat scroll 180px center #ffffff;*/
    border-bottom: 3px solid #4fa2c2;
    border-top: 1px solid #4fa2c2;
    color: #00609d;
    padding: 10px 20px;
}



.alert-warning {
    background-color: #fffdf0;
    border-color: #dc143c;
    color: #dc143c;
}
/* carousel */
/* .col-md-8 { */
div.page-content > div.col-md-8 {
  width: 100%;
}

/* box con link */
.col-md-4.panel {
  margin-top: 30px;
  width: 100%;
}

.carousel-inner {
 position:relative;
 width:100%;
 overflow:hidden;
 margin-left: 2%;
 margin-right: 2%;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
 display:block;
 width: 96%;
}

.carousel-item > P {
    font-size: .9rem;
}
.carousel-item > h5{
    font-size: 1.2rem;
}

#recent-submissions-carousel {
    width: 99%;
}

#recent-submissions-carousel >h3 {
    font-size: 1.4rem;
    
}

/* carousel */
.panel-primary {
  border: 0;
  max-width: 900px;
  margin: auto;
}
.panel.panel-primary {
  margin-bottom: 0;
}
.panel-body {
  padding: 0;
}
.nav-item-hilight {
    background-color: darkseagreen;
    border-color: #ccc;
    color: #333;
}
.site-header-ucsc {
  background-image:url("/sr/cineca/images/interface/Chiostro_UC.png");
  background-repeat:no-repeat;
  background-position: center bottom;
  padding: 20px;
  background-size: cover;
  height: 400px;  
}

div#tagCloud_subjectSingleKeyword {
	font-size: 1.90rem;
    text-align: center;
}

/* SP_6-976 */
textarea.form-control {
    min-height: calc(5.5em + .75rem + 2px);
}