﻿
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('./fonts/glyphicons-halflings-regular.eot');
    src: url('./fonts/glyphicons-halflings-regular_ie.eot') format('embedded-opentype'), url('./fonts/glyphicons-halflings-regular.woff') format('woff'), url('./fonts/glyphicons-halflings-regular.ttf') format('truetype');
}

@charset "UTF-8";

.glyphicon-bell:before {
  content: "🔔";
}
.glyphicon-bookmark:before {
  content: "🔖";
}
.glyphicon-briefcase:before {
  content: "💼";
}
.glyphicon-calendar:before {
  content: "📅";
}
.glyphicon-camera:before {
  content: "📷";
}
.glyphicon-fire:before {
  content: "🔥";
}
.glyphicon-lock:before {
  content: "🔒";
}
.glyphicon-paperclip:before {
  content: "📎";
}
.glyphicon-pushpin:before {
  content: "📌";
}
.glyphicon-wrench:before {
  content: "🔧";
}

.main-content {
    margin-right: 10px;
    margin-left: 10px;
}

.main-content:before,
.main-content:after {
    display: table;
    content: " ";
}

.main-content:after {
    clear: both;
}

.icoButton {
    margin-right:5px;
}

.validationMessage {
    color: red;
}

.error, .validation-summary-errors, .field-validation-error {
    color: red;
}

.ToggleShowHide {
content: url('Images/collapse_arrow_down.png');
    vertical-align:text-bottom;
    cursor:pointer;
    margin-top:-6px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.ToggleShowHide.collapsed {
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        -ms-transform:  scaleY(-1);
        transform: scaleY(-1);
        -ms-filter: "FlipH";
         filter:flipH();
}
    .ToggleShowHide:hover {
        opacity:0.8;
}

/* ---------- Background ---------- */

#content_wrap {
    /*background: url('Images/ondeBackground.png') top left repeat-x #ffffff;*/
    padding: 0px 15px;
    margin:0px 10px;
   
}

#wrapper {
    margin-top: 30px;
   background: url('Images/ondeBackground.png') top left repeat-x;
    min-height: 500px;
}

/* ---------- Header ---------- */

#header_wrap {
    /*background: url('themes/base/images/texture_bg.png') repeat;*/
    padding-bottom: 5px;
}

#header {
   
    margin: 0 auto;
}

#logo_menu {
    overflow: hidden;
}

#Mainlogo {
    height:100px;
}

#logo {
    float: left;
   /* margin-right:30px;
    margin-top: 10px;
	padding: 0px;
	border:none;
    height:80px;*/
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.tilt:hover {
  -webkit-transform: rotate(-20deg);
     -moz-transform: rotate(-20deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.picMenu:hover {
  cursor: pointer;
}

.picMenu {
  /*overflow: hidden;
  float: left;*/
}

.divMenu {
      margin: 7px 0px;
      text-align: center;
      display: inline;
      width: 95px;
}

#menu li.current> a> div> div> .picMenu{
    position: relative;
	cursor: pointer;
	top:-10px;
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}

#menu > li > a {
    padding: 0px !important;
}

/* ---------- Google Maps ---------- */


.litteralGoogleMapMarkerLabels
{
    color: red;
    background-color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width:auto;
    border: 2px solid black;
    white-space: nowrap;
}

.backToMap {
	background-image:url('Images/icoMappa.png');
	border:none;
	width: 40px;
	height: 40px;
	background-size: 100%;
	float:left;
	background-color:#e9e8df;
	cursor:pointer;
    margin-bottom: 10px;
}
    #backToMap:hover {
        opacity:0.8;
    }

.miniMap {
    width: 100%;
    height:220px;
    margin:5px 0px;
}


/* ---------- Home ---------- */

.home4ButtonLink:hover {
    cursor:pointer;
}

#divLocations
{
    margin-top: 5px;
	height: 534px;
	overflow:hidden;
	overflow-y:auto;
}

#divLocationDetails {
    color: #006fb4;
}


#LocationDescription {
    margin-bottom:5px;
}

#divLocationData {

}

.location-list-item {
    cursor:pointer;
}

.location-list-item:hover {
    color: #333333;
    background-color: #ebebeb;
}

.itemSelected {
    color: #333333;
    background-color: #006fb4;
}

.locationName {
    color: #006fb4;
    font-size:  36px;
}

.infoMapLocation {

}

.infoDataLocation {
 
}

.tabella { display: table; width: 100%}
.riga { clear: both; display: block; width: 100%}
.colonna { margin-right:5px;  display: table-cell;}

#divLocationData label {
  padding-left:0px;
}

#divMainMap
{
    margin-top:5px;
	width:100%;
	height:500px;
	border:1px solid #ccc;
}


.boxUsers .singoloUser:nth-child(odd)
{
background-color:#23a7ec;
}
.boxUsers .singoloUser:nth-child(even)
{
	background-color:#26b5ff;
}
.contentAreaDipartimenti .singoloDipartimento:nth-child(odd)
{
	background-color:#23a7ec;
}
.contentAreaDipartimenti .singoloDipartimento:nth-child(even)
{
	background-color:#26b5ff;
}

.singoloUser
{
	background-image:url('images/users/sfondoSingoloUser.png');
	background-size:100%;
	background-repeat:no-repeat;
	margin: 10px auto;
    background-position-y: 20px;
    padding:5px;
}

.singoloDipartimento
{
	margin: 10px auto;
    padding:5px;
}

.wellUser {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#26b5ff), to(#23a7ec));
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.boxUserAperto
{
	background-image: url('images/Users/icoChiudiBoxUser.png');
	background-size:50px;
	background-repeat:no-repeat;
}
.boxUserChiuso
{
	background-image: url('images/Users/icoApriBoxUser.png');
	background-size:50px;
	background-repeat:no-repeat;
}
.buttonUser
{
	float:right;
	height:50px;
	width:50px;
	border:none;
	position: relative;
	margin: 5px;
}

.buttonDelete
{
	background-image:url('images/icoDelete.png');
	background-color:transparent;
	background-size:25px;
	width:25px;
	height:41px;
	border:none;
	position:absolute;
	right:0px;
	bottom:0px;
	margin:15px;
    cursor:pointer;
}
.buttonDelete:hover
{
 opacity:0.8;
}

.buttonAdd
{
	background-image:url('images/icoAdd.png');
	background-color:#e9e8df;
	background-size:20px;
	width:20px;
	height:20px;
	border:none;
}
.buttonAdd:hover
{
	background-image:url('images/icoAddHover.png');
	cursor:pointer;
}
.editableText {
margin:2px 0px;
border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border: 1px solid transparent;
}

.editableText:hover {
border: solid 1px #23a7ec;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

/*-------------File System-----------*/

#divStructFileSystem
{
    margin-top: 5px;
	max-height: 520px;
	overflow-y:auto;
    overflow-x: scroll;
}

.imageSlide {
    width:100%;
    text-align: center;
    -moz-box-shadow: 0px 0px 15px #0099ff;
    -webkit-box-shadow: 0px 0px 15px #0099ff;
    box-shadow: 0px 0px 15px #0099ff;
}

.linkHome {
    margin-bottom: 5px !important;
}

.linkHome:hover {
    border: solid 1px #23a7ec;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	cursor: pointer;
}

.linkHome-body {
    height: 75px;
}

.rssDiv {
  
}




.cube {
    position: fixed;
    left: 50%;
    top: 300px;
}

.cube p {
    line-height: 14px;
    font-size: 12px;
}

.cube h2 {
    font-weight: bold;
}

.cube.two {
    top: 416px;
    left: 50%;
    margin-left: -200px;
}

.cube.three {
    top: 532px;
    left: 50%;
    margin-left: -400px;
}

.rightFace,
.leftFace,
.topFace div {
    padding: 10px;
    width: 180px;
    height: 180px;
}

.rightFace,
.leftFace,
.topFace {
    position: absolute;
}

.cube:hover .rightFace,
.cube:hover .leftFace,
.cube:hover .topFace div {
    background-color: #ffc;
}

.cube:hover .rightFace:hover,
.cube:hover .leftFace:hover,
.cube:hover .topFace:hover div {
    background-color: #ffa;
}

.leftFace {
    -webkit-transform: skew(0deg, 30deg);
    -moz-transform: skew(0deg, 30deg);
    -o-transform: skew(0deg, 30deg);
    -ms-transform: skew(0deg, 30deg);
    transform: skew(0deg, 30deg);
    background-color: #ccc;
}

.rightFace {
    -webkit-transform: skew(0deg, -30deg);
    -moz-transform: skew(0deg, -30deg);
    -o-transform: skew(0deg, -30deg);
    -ms-transform: skew(0deg, -30deg);
    transform: skew(0deg, -30deg);
    background-color: #ddd;
    left: 200px;
}

.topFace div {
    -webkit-transform: skew(0deg, -30deg) scale(1, 1.16);
    -moz-transform: skew(0deg, -30deg) scale(1, 1.16);
    -o-transform: skew(0deg, -30deg) scale(1, 1.16);
    -ms-transform: skew(0deg, -30deg) scale(1, 1.16);
    transform: skew(0deg, -30deg) scale(1, 1.16);
    background-color: #eee;
    font-size: 0.862em;
}

.topFace {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    top: -158px;
    left: 100px;
}

/* Optional Animations */

.cube {
    -webkit-transition: -webkit-transform 1s linear;
    -moz-transition: -moz-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    -ms-transition: -ms-transform 1s linear;
    transition: transform 1s linear;
}

.cube:hover {
    -webkit-transform: translate(202px, 115px);
    -moz-transform: translate(202px, 115px);
    -o-transform: translate(202px, 115px);
    -ms-transform: translate(202px, 115px);
    transform: translate(202px, 115px);
}

  .btnHome:after {
    border-color: #eee transparent;
    border-style: solid;
    border-width: 20px 0 0 20px;
    bottom: -20px;
    content: "";
    display: block;
    left: 25px;
    position: absolute;
    width: 0; }


#wxWrap {
    width: auto;
    background: #EEE; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(240,240,240,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
    padding: 2px 13px 2px 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#wxIntro {
    display: inline-block;
    font: 14px/20px Arial,Verdana,sans-serif;
    color: #666;
    vertical-align: top;
    padding-top: 9px;
}
#wxIcon {
    display: inline-block;
    width: 61px;
    height: 34px;
    margin: 2px 0 -1px 1px;
    overflow: hidden;
    background: url('http://l.yimg.com/a/lib/ywc/img/wicons.png') no-repeat 61px 0;
}
#wxIcon2 {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 1px 6px 0 8px;
    overflow: hidden;
}
#wxTemp {
    display: inline-block;
    font: 20px/28px Arial,Verdana,sans-serif;
    color: #333;
    vertical-align: top;
    padding-top: 5px;
    margin-left: 0;
}



	/*---------- badge info */ 
.wx-factoid {
  position: relative;
  background: #eee;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  padding: 20px;}
  .wx-factoid .badge {
    background: url(Images/badge.png) no-repeat top right;
    overflow: hidden;
    width: 100%;
    height: 101px;
    position: absolute;
    top: -11px;
    right: 0;
    margin: 0; }
.wx-factoid .badge .wx-drop-text {
      position: absolute;
      right: 20px;
      z-index: 1;
      border: 3px solid #eaeaea;
      background: #259de4 url("Images/question.gif") no-repeat center;
      background-size: 100%;
      width: 6em;
      height: 6em;
      font-size: 16px;
      -webkit-border-radius: 50% 50% 0 50%;
      -moz-border-radius: 50% 50% 0 50%;
      -ms-border-radius: 50% 50% 0 50%;
      -o-border-radius: 50% 50% 0 50%;
      border-radius: 50% 50% 0 50%; }
      .wx-factoid .badge .wx-drop-text > * {
        display: inline-block;
        width: 100%;
        text-align: right;
        padding: 0 .5em 0 1.95em;
        color: white;
        line-height: 1.3em;
        position: absolute;
        bottom: 0px;
        font-size: .75em;
        margin: 0 0 .5em 0;
        text-transform: uppercase; }
  .wx-factoid .placeholder {
    float: right;
    width: 110px;
    height: 70px;
    margin: 0; }
  .wx-factoid .wx-content {
    position: relative;
    padding-top: 23px; }
  .wx-factoid p {
    line-height: 1.5em;
    font-size: 20px;
    margin: 0 0 20px 0; }
  .wx-factoid .sponsor {
    position: absolute;
    bottom: -45px;
    left: 55px;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .wx-factoid:after {
    border-color: #eee transparent;
    border-style: solid;
    border-width: 20px 0 0 20px;
    bottom: -20px;
    content: "";
    display: block;
    left: 25px;
    position: absolute;
    width: 0; }

  .searchGlossaryLink {
      cursor: pointer;
  }

  .GlossaryTitle:hover {
      cursor: pointer;
      text-decoration: underline;
  }

#rubrica {
    margin-bottom: 10px;
}
#rubrica > li > a {
    padding: 5px 10px;
}

#nav-categories > li > a {
    padding: 5px 10px;
}

/*JQUERY AUTOCOMPLETE*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.miniLocationMap {
    width:250px;
    height:250px;
    margin:5px 0px;
}

/*.row-fluid div {
    -webkit-transition: width 0.3s ease, margin 0.3s ease;
    -moz-transition: width 0.3s ease, margin 0.3s ease;
    -o-transition: width 0.3s ease, margin 0.3s ease;
    transition: width 0.3s ease, margin 0.3s ease;
}*/

.col-xs-0{
    margin-left: 0;
    width: 0%;
    float: left;
}

UL.grdLinePager{
	direction: ltr;
	list-style-type: none;
    padding: 0;
    margin: 0;
    margin-right: 20px;
    width: auto;
    float: left;
}
UL.grdLinePager LI{
	display:inline-block;
    height: 25px;
    width: 25px;
}
LI.liBgCur {
    height:30px;
    width: 175px !important;
    padding: 0;
    margin: 0;
}
LI.liBgCur INPUT {
    width: 25px;
    margin: 0;
}
LI.liBgCur INPUT, 
LI.liBgCur SPAN {
    display: block;
    float: left;
    padding: 3px 5px;
}
LI.liBgFirst A, 
LI.liBgPrev A, 
LI.liBGNext A, 
LI.liBGLast A {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
LI.liBgFirst A{
    background-image: url('Images/Events/first-item-icon.png');
}
LI.liBgPrev A {
    background-image: url('Images/Events/prev-item-icon.png');
}
LI.liBGNext A {
    background-image: url('Images/Events/next-item-icon.png');
}
LI.liBGLast A {
    background-image: url('Images/Events/last-item-icon.png');
}

.focusedInput {
border-color: rgba(82,168,236,.8)!important;
outline: 0;
-moz-box-shadow: 0 0 8px rgba(82,168,236,.6)!important;
box-shadow: 0 0 8px rgba(82,168,236,.6)!important;
}

.drag-handle {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 20px;
    margin: 6px 0px;
    /*background-image: url("images/drag-handle.png");*/
    background-repeat: repeat-y;
    background-position: center center;
    cursor: move;
    z-index: 1;
}
.customDragElement {
    background-color: white;
    border: thin solid gray;
    padding: 6px 12px;
}
.dragging {
  opacity: 0.5;
  filter: "alpha(opacity=50)";
}
