﻿.comment-content {
    height: 68px;
    padding: 10px 0;
    font-style: italic;
}

.panel {
    background: transparent;
}

.docRecordContainer .category-item a {
    padding: 15px 10px;
    border: 1px solid #1d59b3;
}

.docRecordContainer .category-item a i.fa {
    color: #1d59b3;
}

#SmileCarousel .updown-user-list {
		border: 0px !important;
}


.SmileSmallBox {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

/*FastMenu - AppManager*/
#app_link {
	float: right;
    background-color: #B0CD2A;
    padding: 20px 10px;	
	border-radius: 10px;
	text-decoration:none;
	min-width: 100px;
}

#app_link:hover {
	background-color:#16498a;
	color: white;
}

.app-buttons li {
	position: relative;
}

.app-buttons li a.fmenu-star-o,
.app-buttons li a.fmenu-star  {
	position: absolute !important;
	top: -10px !important;
	right: 6px !important;
	background: none !important;
}

.app-buttons li a.fmenu-star-o i.fa,
.app-buttons li a.fmenu-star i.fa {
	font-size: 16px !important;
}

span.fmenu-shared {
    position: absolute;
    left: 14px;
    top: 6px;
    color: #1A55A0;
    font-size: 18px;
}

#other-buttons.app-buttons ul li a:hover + span.fmenu-shared {
		color: white;
}


.SmallBoxContainer ul li a.item-with-image .left, .SmallBoxContainer ul article a.item-with-image .left, .SmallBoxContainer .ProgressList li a.item-with-image .left, .SmallBoxContainer .ProgressList article a.item-with-image .left, .SmallBoxContainer .news-list li a.item-with-image .left, .SmallBoxContainer .news-list article a.item-with-image .left {
    width: calc(100% - 48px);
}


@media (min-width: 768px) {
	.back-to-newsletter-archive{
		position: absolute;
		bottom: -56px;
		right: 0;
		z-index: 999;
	}
}


/* .SmallBoxContainer h3.SmallBoxTitle { */
    /* background-color: #1A55A0; */
    /* color: white; */
    /* margin: -20px -20px 20px -20px; */
    /* padding: 20px; */
/* } */

/* .SmallBoxContainer h3.SmallBoxTitle .badge { */
		/* background-color: red; */
		/* color: white; */
/* } */

/*
.SmallBoxContainer {
		border-top: 2px solid #1A55A0;
		box-shadow: 0 0 6px #cccccc;
}
*/

.SmallBoxContainer h3.SmallBoxTitle .badge {
		top: 0;
		right:0;
}

.MicroBlog #previewImage{
	border: none;
	padding: 0;
	min-height: auto;
}
.MicroBlog #RowImage input#Image, .MicroBlog #RowImage #btndelImage{
	display: none;
}
.MicroBlog #btnImage{
	border-radius: 4px !important;
}
.MicroBlog #RowImage button#btnImage:before{
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	content: "\f03e";
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 6px;
}

/*CHIARA form Songdaggio nome, fix su mobile perché non si vede thead*/
.table-responsive table#TableVar524 thead {
    display: block;
}
.table-responsive table#TableVar524 thead tr{
    margin-bottom: 10px;
}
.table-responsive table#TableVar524 thead th{
	position: static;
}
.table-responsive table#TableVar524 thead th#TableVar524th1{
	display: none;
}
.table-responsive table#TableVar524 thead th.IteratorTablePlusBtn524{
	border: none;
}
/*MARCO il pulsante nella vista mobile "+" non ha senso*/
@media (max-width: 767px) {
	.k-scheduler-tools .k-create-event {
		display: none;
	}
}

/*MARCO: fixiamo l'orientamento dell'agenda team: il testo in verticale non funziona*/
@media (max-width: 767px) {
	.k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell span.k-scheduler-group-text {
		-webkit-writing-mode: inherit;
		-ms-writing-mode: inherit;
		writing-mode: inherit;
		-webkit-transform: inherit;
		-ms-transform: inherit;
		transform: inherit;
	}
}

/*MARCO scrolling scheduler*/
@media (max-width: 767px) {
	#calendar
	{
		margin: 0;
	}
	
	.k-pane-wrapper.k-widget {
		border-width: 0;
	}
	
	/*body, .k-scheduler-content.km-widget.km-native-scroller {
		overscroll-behavior: contain;
	}*/
	
	.k-scheduler-footer.k-toolbar {
		display: none !important;
	}
	
	.row.calendarContainer {
		margin: 0 !important;
	}
}

/*MARCO: limitiamo l'altezza della pulsantiera dello scheduler*/
@media (max-width: 767px) {
	.k-scheduler-toolbar.k-toolbar{
		max-height: 50px;
	}
}

/*MARCO mettiamo lo scroll al calendar-largebox
@media (max-width: 767px) {
	.LargeBoxContainer.CalendarLargeBox {
		overflow-y: scroll;
	}
}*/

/*MARCO fixiamo l'edit*/
@media (max-width: 767px) {
	.k-header {
		margin-right: 10px;
	}
	
	.k-stretched-view.k-content{
		margin-left: 20px;
	}
	
	.calendar-edit {
	    width: calc(100% - 20px);
	}
	
	#recurrenceRule span.k-button {
	    padding-left:4px;
		padding-right:4px;
	}
	
	.k-mobile .container-fluid.always-fluid.content {
		padding-left: 0;
		padding-right: 0;
	}
		
}

/*Nascondiamo il riservato*/
.reserved, #reserved_block {
	display: none !important;
}

/*nel mese non mostriamo il where*/
.k-scheduler-monthview .NPCalendarEvent span.ev_where
{
	display: none !important;
}

/*where nel calendario (no mese)*/
.ev_where {
    background: #F3F6E9;
    color: #707070;
    /*font-size: 9px;*/
    padding: 0px 4px;
	margin-left:6px;
    text-transform: uppercase;
	white-space: nowrap;
}

/*Calendario mobile: stringiamo la vista mensile*/
/*@media (max-width: 767px) {
	#calendar .k-scheduler-monthview .k-scheduler-table tr td {
		height: 20px !important;
	}
}*/

/*Calendario mobile: il combo delle viste "va sopra" all'header principale*/
@media (max-width: 767px) {
	.k-edge .k-scheduler-toolbar > ul.k-scheduler-views, .k-ff .k-scheduler-toolbar > ul.k-scheduler-views, .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views, .k-safari .k-scheduler-toolbar > ul.k-scheduler-views, .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views
	{
		z-index: 990 !important;
	}
}

/*Calendario mobile: fix della finestra di editing*/
@media (max-width: 767px) {
	.km-root.km-native-scrolling.fix_scroll {
		top: 0px;
		margin-top: 25px;
	}
}


/*MARCO CALENDARIO GALILEO*/
.calendar-edit #start-datepicker .k-datetimepicker,
.calendar-edit #end-datepicker .k-datetimepicker
{
	width: 245px !important;
}

/****** MAX VALAGRO ***********/


/**** FINE MAX VALAGRO ******/

.menu .home {
	display:block !important;
} 

.ricerca-nag {
	background-color: #eeeeee;
	padding: 0 5px 5px 0;
	margin-bottom: 10px;
}

.ricerca-nag h3 {
	padding-left: 10px;
	margin-bottom:0;
}

/* rb - temporaneo */

.DocumentUnread {
    font-weight: bold;
}


.bootstrap-select .dropdown-menu  {
    z-index:10000;
}

form#trackingSearch {
    padding: 15px 10px 0 10px;
}


/*@media all and (min-width:1200px)*/
.first-band #home-buttons ul li a {
    padding: 12px 12px;
}



.second-band .row section  {
 height: 290px;
}

h2.LargeBoxSubTitle {
	color: #004b93
}

.tbstoria {
	max-height:360px;
	overflow:auto;
	border-bottom:1px solid #eeeeee;
	margin-bottom:15px;
}

#item0-425 ul {
	width:900px !important;
	max-width: 900px !important;
	column-count: 3;
	left:-270px !important;
}

#item0-425>ul::before, #item0-425>ul::after {
	border:0!important;
}

#item0-425 ul li a {
	overflow:hidden;
	text-overflow: ellipsis;
}

#s2id_ABSLId {
	width: 100%;
}

#s2id_ABSLId .select2-choice {
	border-radius: 0;
	background-image: none;
	height: 32px;
}

.help-desk .col-sm-3 a {
	font-size: 20px;
}


.media-Gallery   .desc, .media-Gallery  .LargeBoxTitle {
display: none;
} 

.media-Gallery .element {
height: 300px;
margin-bottom: 10px;
padding: 10px;
color: #333333;
}

.media-Gallery a img {
border: 6px solid #eeeeee;
}

.media-Gallery .element a {
color: #333333;
}

.first-band #news-avvisi .highlight .caption {
	opacity: 0.8
}

.crt-widget .crt-post {
	padding-right:30px;
}

.crt-social-icon {
		display: none !important;
}

.crt-widget-waterfall .crt-post .crt-post-text {
    font-size: 16px;
}


#fastMenuTree170 .fastMenuTree {
   padding: 0;
   margin-top: 30px;
 }

#fastMenuTree170 .fastMenuTree li.jstree-open {
	width: 33.33333333% !important;
    float: left;
    list-style: none;
    text-align: center;
    padding: 6px 8px;
 }
  
@media (max-width: 767px) { 
	#fastMenuTree170 .fastMenuTree li.jstree-open {
		width: 50% !important;
	 }
}

#fastMenuTree170 .fastMenuTree li a {
	padding: 18px 5px 18px 5px;
	display: block;
    background: #28367B;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: white;
    text-transform: uppercase;
    position: relative;
    font-size: 12px; 
	min-height: 70px;	
}

 
 select[multiple="multiple"], select[multiple="true"] {
		height: auto! important;
}


.template-home .carousel.slide .caption {
		background-color: rgba(255, 255, 255, 0.9);
		bottom: inherit;
		padding: 10px 10px 0px 20px;
		width: 49%;
}


.template-home .carousel.slide .caption h3 {
	font-size: 34px;
	padding-bottom: 0;
}

.template-home .carousel.slide .caption-video {
		background-color: transparent;
}

/* ALMANACCO */
.count-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }
  .count-down .days-container {
    text-align: center;
    padding: 30px 15px;
    width: 106px;
    background: #1A55A0;
    color: white;
    text-transform: uppercase; }
    .count-down .days-container .days {
      font-size: 50px;
      color: white;
      font-weight: 800; }
  .count-down .info-container {
    padding: 20px; }
    .count-down .info-container .info {
      color: #1A55A0;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.3em; }
    .count-down .info-container .date {
      text-transform: uppercase;
      padding-top: 14px;
      position: relative;
      display: block;
      color: #81909D; }
      .count-down .info-container .date:after {
        content: ' ';
        width: calc(100% - 76px);
        top: 22px;
        right: 0;
        height: 1px;
        display: block;
        position: absolute;
        background: #ebedf2; }


.find-out-more {
    font-size: 11px;
    font-weight: 900;
}		
	
	
.form-header .form-control-static {
    background-color: transparent !important;
}

.form-control-static.form-control-readOnly {
    border: none;
    background: #f5f5f5;
    /* border-radius: 9px; */
}

.SmallBoxContainer .form-horizontal label.control-label {
	text-align: left;
}
@media (min-width: 1024px){
	.form-group.horizontal .checkbox, .form-group.horizontal .radio{
		display: inline-block;
		margin-left: 20px;
	}
	.form-group.horizontal .checkbox:first-child, .form-group.horizontal .radio:first-child{
			margin-left: 0;
	}
}	
/**** DEMO DIGITAL ENGINEERING ****

h1, .h1 {
color: #333;
}  

h2, .h2, h3, .h3 {
color: #3F69B3;
} 


header#main-header-external .navbar-inverse {
    background-color: #5D80CC;
    border: none;
}

header#main-header-external #main-nav .navbar-nav li a, header#main-header-external #main-nav .sm-clean li a {
    color: rgba(0,0,0,0.8);
    padding: 10px 4px;
    font-size: 16px;
    text-transform: inherit;
}

.count-down .days-container, .userProfile header.header-profile, #home-buttons ul li:nth-child(odd) a, .app-buttons ul li:nth-child(odd) a {
    background: #92afe1;
}

header#main-header-external #top-navbar ul.dropdown-menu h3, header#main-header-external #top-navbar .dropdown-menu h3,
.UserProfileReferent .user-intro a, .userProfile sidebar a, header#main-header-external #main-nav .navbar-nav li.active > a, header#main-header-external #main-nav .sm-clean li.active > a, a:hover, .option-bar .tool-container .switch-view a:hover 
, .count-down .info-container .info, .docRecordContainer .category-item a i.fa, .docRecordContainer .category-item a:hover .fa {
    color: #92afe1;
}


.img-user-large {
    width: 168px;
    height: 168px;
    border-radius: 100px;
     border: 6px solid #92afe1;
}

.label.label-default {
    background-color: #ccc !important;
}

.k-grid td.k-state-selected:hover, .k-grid tr:hover {
    background-color: #92afe1 !important;
}
*/


/**** DEMO SUNCITY ****

h1, .h1 {
color: #333;
}  

h2, .h2, h3, .h3 {
color: #9c621f;
} 


header#main-header-external .navbar-inverse {
    background-color: #d5852a;
    border: none;
}

.navbar-search i.fa.fa-search {
    background: #9c621f;
}


.SmallBoxContainer h3.SmallBoxTitle .badge {
    background: #d5852a;
}
 

header#main-header-external #main-nav .navbar-nav li a, header#main-header-external #main-nav .sm-clean li a {
    color: rgba(0,0,0,0.8);
    padding: 10px 4px;
    font-size: 16px;
    text-transform: inherit;
}

.userProfile header.header-profile, #home-buttons ul li:nth-child(odd) a, .app-buttons ul li:nth-child(odd) a {
    background: #d5852a;
}

.count-down .days-container {
    background: #9c621f;
}
#home-buttons ul li a, .app-buttons ul li a {
    background: #9c621f;
}

.SmallBoxContainer .EventslBox ul li .event-date {
    background: #d5852a;
}

header#main-header-external #top-navbar ul.dropdown-menu h3, header#main-header-external #top-navbar .dropdown-menu h3,
.UserProfileReferent .user-intro a, .userProfile sidebar a, header#main-header-external #main-nav .navbar-nav li.active > a, header#main-header-external #main-nav .sm-clean li.active > a, a:hover, .option-bar .tool-container .switch-view a:hover 
, .count-down .info-container .info, .docRecordContainer .category-item a i.fa, .docRecordContainer .category-item a:hover .fa {
    color: #d5852a;
}


.img-user-large {
    width: 168px;
    height: 168px;
    border-radius: 100px;
     border: 6px solid #d5852a;
}

.label.label-default {
    background-color: #ccc !important;
}

.k-grid td.k-state-selected:hover, .k-grid tr:hover {
    background-color: #92afe1 !important;
}

.btn.btn-primary, .userprofileFavorite a {
    border-color: #d7861d;
    color: #d7861d;
}

a {
    color: #d7861d;
}

a:hover {
    color: #d5852a !important;
}

header#main-header-external #main-nav .navbar-nav li ul li a, header#main-header-external #main-nav .sm-clean li ul li a {
	color: #333;
}
**/

