﻿.cursor-pointer
{
    cursor: pointer;
}

/* Scrollbar */
::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 8px;
    height: 7px;
}

::-webkit-scrollbar-thumb
{
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
/* Scrollbar */

/* JStree modal fix */

/*.modal-body */i.jstree-checkbox
{
    position: relative;
}

/* JStree modal fix */

/* JStree customization */

.jstree .jstree-container-ul .jstree-node.jstree-open .jstree-anchor>.fa-folder:before
{
    color: inherit;
}

.jstree .jstree-container-ul .jstree-node .jstree-anchor.jstree-clicked
{
    color:#212121;
}
.jstree .jstree-container-ul .jstree-node .jstree-clicked,
.jstree .jstree-container-ul .jstree-node .jstree-wholerow-clicked
{
    background: #c3e1ff;
}
.jstree .jstree-search
{
    color: #8b0000!important;
}
/* JStree customization */

/* JStree checkbox fix */

.jstree .jstree-container-ul .jstree-node .jstree-anchor .jstree-icon.jstree-checkbox:before
{
    webkit-border-radius: 3px;
    border-radius: 3px;
}

.jstree .jstree-container-ul .jstree-node .jstree-anchor.jstree-clicked .jstree-icon.jstree-checkbox:after
{
    content:'';
}

.divFiltroMappa .jstree .jstree-container-ul .jstree-node .jstree-anchor.jstree-clicked .jstree-icon.jstree-checkbox:after {
    content: '\f00c';
}

.jstree .jstree-container-ul .jstree-node .jstree-anchor.jstree-checked
{
    color:#212121;
}
.jstree .jstree-container-ul .jstree-node .jstree-anchor.jstree-checked .jstree-icon.jstree-checkbox:after
{
    content:'\f00c';
    font-size:10px;
    line-height:15px;
    color:#212121;
    top:5px;
    left:5px;
    right:5px;
    bottom:5px;
}

/* JStree checkbox fix */

/* Step scroller */

.step-scroller .dot.loaded
{
    right: 10%;
    bottom: 50px;
    -webkit-transition: bottom .6s .25s;
    transition: bottom .6s .25s;
}

.step-scroller .dot
{
    background-color: #dd5347;
    border-radius: 50%;
    bottom: -90px;
    box-shadow: 0 14px 59px -7px rgba(0,0,0,0.85);
    cursor: pointer;
    height: 55px;
    width: 55px;
    position: fixed;
    right: 20px;
    -webkit-transition: bottom .6s;
    transition: bottom .6s;
    z-index: 9;
}

.step-scroller .caret
{
    border-bottom: solid 3px #fff;
    border-right: solid 3px #fff;
    display: inline;
    height: 5px;
    margin: 22px 23px;
    opacity: 1;
    padding: 3px;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .6s, -webkit-transform .6s;
    transition: top .6s, transform .6s;
    width: 5px;
}

.step-scroller .plus1
{
    border-bottom: solid 3px #fff;
    /* border-right: solid 3px #fff; */
    display: inline;
    height: 2px;
    margin: 22px 20px;
    opacity: 1;
    padding: 3px;
    position: absolute;
    top: -5px;
    -webkit-transition: top .6s, -webkit-transform .6s;
    transition: top .6s, transform .6s;
    width: 10px;
    box-sizing: unset;
}

.step-scroller .plus2
{
    border-top: solid 3px #fff;
    /* border-right: solid 3px #fff; */
    display: inline;
    height: 0px;
    width: 10px;
    margin: 22px 18px;
    opacity: 1;
    padding: 3px;
    position: absolute;
    right: 5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top .6s, -webkit-transform .6s;
    transition: top .6s, transform .6s;
    box-sizing: unset;
}

/* Step scroller */

/* Daypilot */

.DaypilotButtons
{
    width: 96px!important;
    height: 48px!important;
    font-size: 28px!important;
    line-height: 48px!important;
}

.scheduler_default_loading {
    background-color: orange;
    color: white;
    padding: 8px 5px!important;
    right: 8px!important;
}

.scheduler_cell_disabled
{
    background-image: linear-gradient(135deg, #ddd 10%, transparent 10%, transparent 50%, #ddd 50%, #ddd 60%, transparent 60%, transparent);
    background-size: 20px 20px;
}

.scheduler_event_prenotaPosti .scheduler_default_event_inner,
.scheduler_event_prenotaPosti .scheduler_default_event_bar
{
  /*top: 15px;*/
}

.cellInnerHtml
{
    color: black;
    background-color: rgba(63, 156, 255, 0.5);
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    height: 30px;
    margin-top: -15px;
    padding: 1px;
}

    .cellInnerHtml .cellImg
    {
        width: 24px;
        height: 24px;
        vertical-align: middle;
    }

#DayPilotParent
{
    height: 600px;
}

    #DayPilotParent #toolbar
    {
        /*height: 5%;*/
    }

/*#DayPilotContainer #dps
{
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}*/

.turnoDraggable
{
    background-color: white;
    border: 1px black solid;
    padding: 2px;
    -webkit-user-select: text;
    float: left;
    margin: 4px 2px 2px 2px;
    font-size: 1em;
    min-width: 30px;
    text-align: center;
    width: auto !important;
}

.daypilotDragging
{
    z-index: 1060!important;
    width: auto!important;
    height: auto!important;
    padding: 4px!important;
}

/* Questo css serve per consentire il drag&drop sul daypilot dal modal dialog */
#dialogAttivita,
#dialogFiltri
{
  position: relative;
}

    #dialogAttivita .modal-dialog,
    #dialogFiltri .modal-dialog
    {
      position: fixed;
      width: 100%;
      margin: 0;
      padding: 10px;
    }

    #dialogAttivita .modal-dialog
    {
        top: 0;
        right: 10px;
    }

    #dialogFiltri .modal-dialog
    {    
      bottom: 10px;
      right: 10px;
    }


#mese .select2-container
{
    display: inline-block;
    margin: 0 4px;
}

/* Daypilot */

.login-cover-light
{
    background: linear-gradient(to bottom,rgba(0,0,0,.45) 0%,rgba(0,0,0,.6))!important;
}

.loginLogo
{
    height: 60px;
}

.valoreBox
{
    background-color: white;
    border: 1px black solid;
    padding: 2px;
    -webkit-user-select: text;
    float: left;
    margin: 4px 2px 2px 2px;
    font-size: 1.3em;
    min-width: 4em;
    text-align: left;
}

/* Lista prestazioni */

#gallery.lista-prestazioni
{
    margin: 0 auto!important;
}

#gallery.lista-prestazioni .widget-stats
{
    width: 330px;
    height: 225px;
    cursor: pointer;
}

#gallery.lista-prestazioni .widget-stats .stats-content
{
    height: 100%;
}

#gallery.lista-prestazioni .widget-stats .dati-intervento-container
{
    height: 100px;
    overflow-y: auto;
}

#gallery.lista-prestazioni .widget-stats .stats-number
{
    font-size: 22px;
    margin-bottom: 2px;
    color: white;
}

#gallery.lista-prestazioni .widget-stats .stats-desc
{
    font-size: 1em;
}

#gallery.lista-prestazioni .widget-stats .btn-row
{
    position: absolute;
    bottom: 0;
}

#gallery.lista-prestazioni:after
{
    content: '';
    display: block;
    clear: both;
}

/* Lista prestazioni */

/* Parametri prestazione */

.stringContainer textarea
{
    height: 50px;
}

.boolContainer .checkbox-css
{
    display: inline-block;
}

    .boolContainer .checkbox-css label
    {
        display: block;
        padding-top: 0;
        padding-left: 50px;
    }

    .boolContainer .checkbox-css,
    .boolContainer .checkbox-css label::before,
    .boolContainer .checkbox-css label::after
    {
        width: 50px!important;
        height: 50px!important;
    }

span.fileinput-button
{
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.fileinput-button input
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.param-doc-img
{
    display: block;
    margin: auto;
    width: 120px;
}

.bottoneElimina
{
    width: 18px;
    height: 18px;
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    color: #434343;
    background-image: url('../Images/delete.png');
    background-repeat: no-repeat;
    background-position: center;
    /*border: 1px solid #ddd;*/
    cursor: pointer;
    vertical-align: middle;
}

#interventoForm .result-list li
{
    width: 350px;
    height: 250px;
}

.result-list > li
{
    /*overflow: initial !important;*/
    overflow-y: auto;
}

#buttonsContainer .btn
{
    margin-top: 4px;
}

/* Parametri prestazione */

/* Mappa interventi */

#tracking-map-canvas
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

    #tracking-map-canvas.collapsed
    {
        transform: translateX(380px);
        -webkit-transform: translateX(380px);
        max-width: 1290px;
    }

#mapMenuContainer
{
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 100%;
    overflow-y: auto;
    text-align: center;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
    z-index: 2;
    transition: all .2s ease;
}

    #mapMenuContainer.collapsed
    {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }

#panel-button
{
    position: absolute;
    width: 23px;
    height: 48px;
    cursor: pointer;
    border-left: 1px solid #D4D4D4;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    z-index: 2;
    transition: all .2s ease;
}

    #panel-button.visible
    {
        left: 380px;
        background: rgba(255,255,255,0.9) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAQAAAAXDMSnAAAAi0lEQVR4AX3JQcqBURQG4O/+9WNG30D3vOfSDTuQsgcZyBakZANSzMVMBme3zsBI5/VMn4ZKLP5ki1E4tYejWpilxVUtzOEUD68odYmXR5BJNp/4zllXD2phllYvamHmirsayUkfJ5ruHzueTldC08kcT5YOY9xYujqQM03XKXuaLmEtNF1e1Nz89gbL+0do6OEwRwAAAABJRU5ErkJggg==) 7px center/7px 10px no-repeat;
    }

    #panel-button.collapsed
    {
        left: 0;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

.infowindow-bikeCount
{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

ul#filtroStato
{
    list-style: none;
    padding-left: 7px;
}

    ul#filtroStato .statoIntervento,
    #consuntivo-collegaInt .statoIntervento
    {
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
    }

    ul#filtroStato li #chkAll,
    ul#filtroStato li .filtroStato,
    ul#filtroStato li .statoIntervento,
    ul#filtroStato li .statoInterventoDescr
    {
        vertical-align: middle;
        margin: 0;
    }

/* Mappa interventi */

.deviceTableIcons
{
    border: 0em;
    height: 1.5em;
}


.fontAwesomeTableIcons {
    color: black;
    font-size: 1.2em;
    vertical-align: top;
}


#modal-dialog-qr .centerVideo,
#qrcode-reader .centerVideo
{
    position: relative;
    display: inline-block;
    margin: auto;
}

#modal-dialog-qr .centerVideo #switchCamera,
#qrcode-reader .centerVideo #switchCamera
{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
}

#modal-dialog-qr .centerVideo #switchFlash,
#qrcode-reader .centerVideo #switchFlash
{
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 50px;
}

#modal-dialog-qr #preview,
#qrcode-reader #preview
{
    width: 480px;
}

ul#filtroStato
{
    list-style: none;
    padding-left: 7px;
}

    .statoInterventoCircle,
    .statoInterventoCircle
    {
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
    }

    ul#filtroStato li #chkAll,
    ul#filtroStato li .filtroStato,
    .statoInterventoCircle,
    .statoInterventoCircleDescr
    {
        vertical-align: middle;
        margin: 0;
    }

ul#filtroColoreDestinatario li #chkAll,
ul#filtroColoreDestinatario li .filtroColoreDestinatario {
    vertical-align: middle;
    margin: 0;
}
ul#filtroColoreAttivita li #chkAll,
ul#filtroColoreAttivita li .filtroColoreAttivita {
    vertical-align: middle;
    margin: 0;
}


/*Home*/
.thumbnail {
    text-align: center !important;
    color: black !important;
}

.thumbnail a {
    color: blue !important;
}





@media only screen and (min-width:768px)
{
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        /*width: 160px;*/
        text-align: center;
        /*background-color: #eee;*/
    }

    /*.navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }*/
}

/* Template css modifiche */

div .bootstrap-select .btn.bs-placeholder
{
    color: #7a7a7a!important;
}
    div .bootstrap-select .btn.bs-placeholder:active, div .bootstrap-select .btn.bs-placeholder:focus, div .bootstrap-select .btn.bs-placeholder:hover
    {
        color: #7a7a7a!important;
    }

/* Template css modifiche */

@media only screen and (max-width: 1024px)
{
    #gallery.lista-prestazioni .widget-stats
    {
        width: 300px;
    }

        #gallery.lista-prestazioni .widget-stats .stats-number
        {
            font-size: 18px;
        }
}

@media only screen and (max-width: 568px)
{
    #topBottomContainer {
        right: 0;
    }
    .page-header-fixed
    {
        padding-top: 60px;
    }

    /* Lista prestazioni */

    #gallery.lista-prestazioni .widget-stats
    {
        width: 270px;
    }

    /* Lista prestazioni */

    #interventoForm .result-list li
    {
        width: 100%;
        height: 200px;
    }

    #modal-dialog-qr #preview,
    #qrcode-reader #preview
    {
        max-width: 100%;
        max-height: 280px;
    }

    /* DayPilot */

    #DayPilotParent
    {
        height: 350px!important;
    }

    .modal_default_main
    {
        height: 500px;
    }
    /* DayPilot */
}

@media(max-width: 1366px)
{
    .register.register-with-news-feed .news-feed .news-image
    {
        background-size: contain;
    }

    #tracking-map-canvas.collapsed
    {
        transform: translateX(380px);
        -webkit-transform: translateX(380px);
        max-width: 736px;
    }
}

@media (max-width: 767.98px)
{
    .page-header-fixed
    {
        padding-top: 60px;
    }

    .pace .pace-progress
    {
        top: 50px;
    }

    .pace .pace-activity
    {
        top: 63px;
    }

    #modal-dialog-qr #preview,
    #qrcode-reader #preview
    {
        max-width: 100%;
        max-height: 280px;
    }
}

@media (max-width: 991.98px)
{
    .result-list > li
    {
        padding-top: 0;
    }
}

/*button esagonali*/
.hex-grid {
    margin: 5% auto 5% auto;
    width: 670px;
}

.hex {
	width:150px;
	height:85px;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: 50% 50%;			
	background-size: auto 173px;							
	position: relative;
	float:left;
	margin:28px 7px;
	text-align:center;
	zoom:1;
	transition: all 0.2s ease;
    opacity: .8;
}

.hex:hover{
    animation-name: hover-ease;
    animation-duration: .2s;
    animation-fill-mode: forwards;
}
		
	.hex.hex-gap {
		margin-left: 88px;
	}
	
	.hex a {
		display:block;
		width: 100%;
		height:100%;
		text-indent:-9999em;
		position:absolute;
		top:0;
		left:0;
	}

	.hex .corner-1,
	.hex .corner-2 {
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background: inherit;								
		z-index:-2;						
		overflow:hidden;		
		backface-visibility: hidden;			
	}
	
	.hex .corner-1 {
		z-index:-1;
		transform: rotate(60deg);
	}
	
	.hex .corner-2 {
		transform: rotate(-60deg);
	}
	
	.hex .corner-1:before,
	.hex .corner-2:before {
		width: 173px;
		height:	173px;
	  content: '';
	  position: absolute;
	  background: inherit;
	  top:0;
	  left: 0;
	  z-index: 1;
	  background: inherit;
	  background-repeat:no-repeat;
		backface-visibility: hidden;				  
	}			
	

	.hex .corner-1:before {
		transform: rotate(-60deg) translate(-87px, 0px);	
	  transform-origin: 0 0;
	}			
	
	.hex .corner-2:before {
		transform: rotate(60deg) translate(-48px, -11px);	
		bottom:0;
	}

    .hex .ribbon {
        border-radius: 6px;
        padding: 12px;
        margin-left: -2%;
        width: 104%;
        z-index: 11;
        color: #fff;
        font-size: 18px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
        background: linear-gradient(to bottom right, #555 0%, #333 100%);
        cursor: default;
        overflow-wrap: anywhere;
    }

	.hex .inner {		
		padding-top: calc(25% - 18px);
	}

    .hex:nth-child(odd){
        background: linear-gradient(to bottom right, #4FC3F7 0%, #2196F3 100%);
        color: #283593;
    }

    .hex:nth-child(even){
        background: linear-gradient(to bottom right, #1976D2 0%, #283593 100%);
        color: #4FC3F7;
    }

@keyframes hover-ease {
    from {
        top: 0;
        opacity: .8;
    }
    to {
        top: -5px;
        opacity: 1;
    }
}

.btn-cell, .exbtn-cell{
    vertical-align: middle !important;
    text-align: center;
}

.btn-cell > a.btn{
    width: 80%;
}

.exbtn-cell{
    font-size: 1.25em;
}

.table-hover{
    cursor: default;
}

.breadcrumb-list{
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding: .75em 1.25em;
    border: 1px #dedede solid;
    border-radius: 1rem;
    float: left;
    font-size: 1.15em;
}

.breadcrumb-list > div{
    margin: .25em 0;
}

.btn-lv1{
    background-color: #55b56a;
    color: #e6e6e6;
}

.btn-lv2{
    background-color: #8ec13f;
    color: #e6e6e6;
}

.btn-lv3{
    background-color: #fcf05a;
    color: #4d4d4d;
}

.btn-lv4{
    background-color: #f9bb4b;
    color: #4d4d4d;
}

.qwe{
    clear: both;
    font-size: 1.3em;
    padding-top: 1%;
}

.activity-missing-parameter {
    border-color: #ff0000;
    border-width: 2px;
    border-style: solid;
}
#topBottomContainer {
    position: fixed;
    bottom: 70px;
    right: 10px;
    width: 32px;
    height: 32px;
    z-index: 100;
}