
/* - ++resource++plone.app.jquerytools.dateinput.css - */
@media screen {
/* https://www.unimc.it/cda-sa/portal_css/++resource++plone.app.jquerytools.dateinput.css?original=1 */
/* */
/* */
.date {
border:1px solid #ccc;
font-size:18px;
padding:4px;
text-align:center;
width:194px;
-moz-box-shadow:0 0 10px #eee inset;
box-shadow:0 0 10px #eee inset;
}
/* */
#calroot {
margin-top:-1px;
width:198px;
padding:2px;
background-color:#fff;
font-size:11px;
border:1px solid #ccc;
z-index:1;
-moz-border-radius:5px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-box-shadow: 0 0 15px #666;
-webkit-box-shadow: 0 0 15px #666;
box-shadow: 0 0 15px #666;
}
/* */
#calhead {
padding:2px 0;
height:22px;
}
#caltitle {
font-size:14px;
color:#0150D1;
float:left;
text-align:center;
width:155px;
line-height:20px;
text-shadow:0 1px 0 #ddd;
}
#calnext, #calprev {
display:block;
width:20px;
height:20px;
background:transparent url(prev.gif) no-repeat scroll center center;
float:left;
cursor:pointer;
}
#calnext {
background-image:url(next.gif);
float:right;
}
#calprev.caldisabled, #calnext.caldisabled {
visibility:hidden;
}
/* */
#caltitle select {
font-size:10px;
}
/* */
#caldays {
height:14px;
border-bottom:1px solid #ddd;
}
#caldays span {
display:block;
float:left;
width:28px;
text-align:center;
}
/* */
#calweeks {
background-color:#fff;
margin-top:4px;
}
/* */
.calweek {
clear:left;
height:22px;
}
/* */
.calweek a {
display:block;
float:left;
width:27px;
height:20px;
text-decoration:none;
font-size:11px;
margin-left:1px;
text-align:center;
line-height:20px;
color:#666;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
/* */
.calweek a:hover, .calfocus {
background-color:#ddd;
}
/* */
a.calsun {
color:red;
}
/* */
a.caloff {
color:#ccc;
}
a.caloff:hover {
background-color:rgb(245, 245, 250);
}
/* */
a.caldisabled {
background-color:#efefef !important;
color:#ccc	!important;
cursor:default;
}
/* */
#calcurrent {
background-color:#498CE2;
color:#fff;
}
/* */
#caltoday {
background-color:#333;
color:#fff;
}
/* */
.caltrigger {
background:url('popup_calendar.png') no-repeat 0 0;
height: 16px;
width: 16px;
display: inline-block;
border-bottom: none !important;
vertical-align: middle;
}
#calprev {
background-image:url(++resource++plone.app.jquerytools.prev.gif);
}
#calnext {
background-image:url(++resource++plone.app.jquerytools.next.gif);
}
#calroot {
z-index: 10000;
}
}


/* - ++resource++collective.carousel/carousel.css - */
@media screen {
/* https://www.unimc.it/cda-sa/portal_css/++resource++collective.carousel/carousel.css?original=1 */
/* */
/* */
.collective.carousel {
position: relative;
z-index: 0;
padding: 0;
margin: 1em auto;
width: 100%;
height: 200px;
}
div.scrollable {
/* */
position:relative;
z-index: 1;
overflow:hidden;
width: 100%;
height:200px;
}
/* */
div.scrollable div.items {
/* */
width:20000em;
position:absolute;
}
/* */
.scrollable .items .tileItem {
float:left;
border: none;
padding: 0;
margin: 0;
}
/* */
div.scrollable div.items div.itemPadding {
position: relative;
margin: 1.5em 1em 2.2em;
}
/* */
.collective.carousel img {
max-width: 100%;
}
/* */
/* */
.collective.carousel:hover a.browse {
display: block;
}
a.browse {
display: none;
position: absolute;
z-index: 2;
bottom: 0;
width:25%;
height:100%;
margin: 0;
cursor:pointer;
}
a.prev {
left: 0;
}
a.next {
right: 0;
}
a.browse span {
position:absolute;
top: 50%;
margin-top: -10px;
display: block;
width: 13px;
height: 20px;
border-radius: 20px;
color: transparent;
background-color: #222;
font-size: 1.4em;
font-weight: bold;
padding: 0 0 0 7px
}
a.browse:hover span {
background-color:lightgrey;
}
a.browse:hover span:before {
color:#222;
}
a.prev span {
left: 1.5em;
}
a.next span {
right: 1.5em;
}
a.prev span:before {
color: lightgrey;
content: '\2039';
}
a.next span:before {
color: lightgrey;
content: '\203a';
}
/* */
a.disabled {
visibility:hidden !important;
}
/* */
div.navi {
height:38px;
text-align: center;
clear: left;
/* */
margin-top: -38px;
margin-left: 38px;
margin-right: 38px;
position: relative;
z-index: 2;
}
div.navi a {
height:7px;
margin:14px 3px 3px;
width:7px;
border: 1px solid grey;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: white;
display:inline-block;
font-size:1px;
}
div.navi a:hover {
border-color: #222;
background: #222;
cursor: pointer;
}
div.navi a.active {
border-color: #222;
background: #222;
}
/* */
div.toolBar {
position: absolute;
right: 0;
top:0;
z-index: 2;
text-align: right;
height:2em;
width: auto;
padding: 0 0.5em;
line-height: 2em;
background-color: #fff; /* */
background-color: rgba(256, 256, 256, 0.8); /* */
}
.hideTools .toolBar {
display: none;
}
/* */
.portletCarouselWrapper {
border: none;
}
.portletCarouselWrapper .collective.carousel {
width: 100%;
padding: 0;
margin-bottom: 0;
}
.portletCarouselWrapper div.scrollable {
width: 100%;
}

}

