/*@import url('https://fonts.googleapis.com/css?family=Titillium+Web');*/
/*@import url('https://fonts.googleapis.com/css?family=Lato');*/
@import url("custom-3connect-sidebar.css");
@import url("custom-3connect-navbar.css");
@import url("custom-3connect-dash.css");
@import url("custom-3connect-table.css");
@import url("custom-3connect-bootstrap.css");
@import url("custom-3connect-form.css");
@import url("custom-3connect-agenda.css");



/************************************************************************************/
body {
       	/*font-family: 'Telex', sans-serif;*/
       	/*font-family: 'Fira Sans', sans-serif;*/
        /*font-family: 'Titillium Web', sans-serif;*/
        /*font-family: 'Lato', sans-serif;*/
       	font-family: 'Roboto', sans-serif;
       	font-weight: 400;
        font-size:15px; 
        
       	margin:0px;
       	
        padding-top: 30px;
        padding-bottom: 20px;
        width:100%; 
}
.css_oggetto_window {
	width:100%; 
	padding-top:50px;  
	
}
.css_oggetto_window_maxwidth {
	max-width:1800px;
}
.css_oggetto_window_max900 {
	max-width:900px;
}
.css_oggetto_window_max1300 {
	max-width:1300px;
}
.css_oggetto_window_max1500 {
	max-width:1500px;
}


@media only screen and (max-width:767px) {
  body {
         padding-top: 70px;
         padding-bottom: 20px;
  }
  .css_oggetto_window {
	width:100%; 
	padding-top:50px;  
	padding-left: 4px;
	padding-right: 4px;
  }
  .panel-body {
  	BACKGROUND-COLOR:#f5f5f5;
  }
}

.panel {
	margin-bottom: 12px;
}


/************************************************************************************/
#init_loading {
    display:    block;
    position:   fixed;
    z-index:    1000000;
    top:        0px;
    left:       0px;
    right:      0px;
    bottom:     0px;
    background: rgba( 200, 200, 200, 0.85 ) 
                url('/images/36-1.gif') 
                50% 50% 
                no-repeat;
}

/************************************************************************************/

#fuori .page-header  {
	 text-align:left;
	 margin-top:100px;
	 color:#dddddd
}

.modal-content {
	border-radius: 3px;
}


.wm_icon {
	margin-right:3px;
	max-width:150px;
	overflow-x:hidden;
	text-align:left;
}



 
.map_etichetta_1 {
     color: black;
     background-color: #ffffff;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 9px;
     font-weight: bold;
     text-align: center;
     width: 60px;
     border: 0px;
     /*white-space: nowrap;*/
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 26px;
  background-color: #f5f5f5;
}

a {
	cursor:pointer;
}
.nonsel {
	 
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.yessel {
	 
	-webkit-touch-callout: text !important;
   	-webkit-user-select: text !important;
   	-khtml-user-select: text !important;
   	-moz-user-select: text !important;
   	-ms-user-select: text !important;
   	user-select: text !important;
     
	 
}

textarea {
	max-height:100px;
	height:80px;
	
}

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


#ftp_div_fileupload_progress {
	position:fixed;
	bottom:-14px;
	left:10px;
	width:178px;
	height:16px;
	z-index:100000000;
	display:none;
}



.main_nonautenticato {
	/*background-image:url('images/sfondi/3.jpg');*/
	position:absolute;
	top:0px;left:0px;bottom:0px;right:0px;
	background-color: #000000;
	background-size: 84%;
        background-repeat: no-repeat;
        background-position: 110px 139px; 
}
/*******************************************************************************************/
 


#map-canvas { height: 400px;width:500px }
  

  
.modal-body {
     
    max-height: 500px;
   
}
a.disabled-link,
a.disabled-link:visited ,
a.disabled-link:active,
a.disabled-link:hover {
    background-color:#d9d9d9 !important;
    color:#aaa !important;
}


/*******************************************************************************************/
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.progress-animated .bar {
  background: url(../img/progressbar.gif) !important;
  filter: none;
}
.fileupload-loading {
  float: right;
  width: 32px;
  height: 32px;
  background: url(../img/loading.gif) center no-repeat;
  background-size: contain;
  display: none;
}
.fileupload-processing .fileupload-loading {
  display: block;
}

@media (max-width: 767px) {
  .fileupload-buttonbar .toggle,
  .files .toggle,
  .files .btn span {
    display: none;
  }
  .files .name {
    width: 80px;
    word-wrap: break-word;
  }
}



.bar {
 width:0%;
 text-align:center;
 /*color:#ffffff;*/
  background-color: rgb(75, 173, 210) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b8d3da", endColorstr="#5493a4");
  
  border-color: #5493a4 #5493a4 hsl(193, 32%, 41.5%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
  -webkit-font-smoothing: antialiased;
}


/*******************************************************************************************/
::selection {
  background: #a8d1ff;    /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #a8d1ff;    /* Gecko Browsers */
}

 

/*******************************************************************************************/
#fastpreview_window {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	right:0px;
	bottom:50px;
	background-color:rgba(0,0,0,0.7);
	z-index:10000;
	text-align:center;
	overflow-y:scroll;
}
#fastpreview_window_previewarea {
	height: auto;
	z-index:10001;
	background-color:#ffffff;
}
.fastpreview_window_previewarea_big {
	min-width: 90%;
	max-width: 90%;
}
.fastpreview_window_previewarea_small {
	min-height: 98%;
	max-height: 98%;
}
#fastpreview_window_buttons {
	text-align:center;
	position:fixed;
	bottom:0px;
	width:100%;
	background-color:#000000;
	color:#ffffff;
	z-index:10101;
	font-size:10px;
}
 

