/* override fullcalendar V5 variables */
:root {
  --fc-button-text-color: #333;
  --fc-button-bg-color: #f5f5f5;
  --fc-button-active-bg-color: #f5f5f5;
  --fc-button-hover-bg-color: #dbdbdb;
  --fc-button-hover-border-color: #c2c2c2;
  --fc-button-border-color: #c2c2c2;
  --fc-button-active-border-color: #c2c2c2;
}

.gold-customer-badge {
  transform: translate( 0, -4px);
}

.text-gold {
  color: #d69e3a;
}


.bootstrap-timepicker-widget {
  z-index: 1500 !important;
}

.pulse {
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 1s infinite;
}
.pulse:hover {
  animation: none;
}


.header .header-inner {
  height: 55px;
}

.pgn-circle .alert > div > div.pgn-message > div {
    height: auto;
    word-break: inherit;
}

.pgn-circle .alert {
    height: auto;
}

body > .pgn-wrapper {
  z-index: 1050;
}

.form-group-default textarea.form-control {
  cursor: default;
  min-height: 100px;
}

.pulse {
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 1s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  70% {
      opacity: .5;
  }
  100% {
      opacity: .1;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  70% {
      opacity: .5;
  }
  100% {
      opacity: .1;
  }
}

#sectionsezioneDatiNoleggio > .panel-heading > .panel-title > a {
  color: red !important;
}

#sectionsezioneTariffeNoleggio > .panel-heading > .panel-title > a {
  color: red !important;
}

#sectionsezioneCespiteNoleggio > .panel-heading > .panel-title > a {
  color: red !important;
}

#sectionsezioneCespiteNoleggio,
#sectionsezioneCompetenzaEconomica {
	position: relative;
}

#sectionsezioneCespiteNoleggio .loader,
#sectionsezioneCompetenzaEconomica .loader {
	position: absolute;
}

#sectionsezioneCompetenzaEconomica > .panel-heading > .panel-title > a {
  color: red !important;
}

#sectionsezioneAllegatiNoleggio > .panel-heading > .panel-title > a {
  color: red !important;
}

#sectionsezioneFatturazione > .panel-heading > .panel-title > a {
  color: red !important;
}

#sectionsezioneProvvigioni > .panel-heading > .panel-title > a {
  color: red !important;
}

@media (max-width: 767px) {
	.page-container .page-content-wrapper .content {
		padding-bottom: 45px;
	}
}

.copyright {
	padding: 10px 0px;
}

.notification-center-perdite-image{
	margin-bottom: 5px;
}

.dt-button:active{
	color: white !important;
}

.timeline-container {
  margin-top: 60px;
  padding-right: 0;
  max-height: calc( 90vh - 60px);
  overflow-x: hidden;
  overflow-y: auto;
}

.timeline-container .card .card-header {
	align-items: center;
	display: flex;
}

.timeline-container .card .card-header .info {
	flex-wrap: wrap;
}

.timeline-container .card .card-header .info .location i {
	margin-right: 3px;
}

/*apply only on form ticket*/
.page-container .page-content-wrapper  .content.data-content .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/*apply only on form ticket*/
.page-container .page-content-wrapper  .content.data-content {
  padding-left: 0;
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 0;
}


@media only screen and (min-width: 1170px) {
  .timeline-container .timeline .timeline-content.timeline-right {
    float:right;
  }

  .timeline-container .timeline .timeline-content.timeline-left {
    float:left !important;
  }
}

@media (max-width: 1200px) {
  /*apply only on form ticket*/
  .page-container .page-content-wrapper  .content.data-content {
    padding-left: 15px;
    max-height: auto;
    overflow-x: initial;
    overflow-y: initial    
  }
}

.note-dropzone { opacity: 0 !important; }


input[type="radio"]{
	position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

#menuContainer{
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


@media only screen and (max-width: 768px) {


	.icon-set.globe-fill{
		background-repeat:no-repeat;
		background-size:490%;
		width:30px;
		height:30px;
		margin-top:2px;
	}

	.icon-set.menu-hambuger-plus{

		background-repeat:no-repeat;
		background-size:400%;
		background-position: -94px -1px;
		width:30px;
		height:30px;
		margin-top:2px;
	}

	.brand.inline > img{
		height: 45px !important;
		margin-left: 0 !important;
	}

	.login-container{
		width:100% !important;
	}

	.notification-toggle{
		 left:2.5% !important;
		 right:2.5% !important;
		 margin-top: 8px;
		 position:fixed;
	}


  .panel-body{
  	padding-left:3px !important;
  	padding-right:3px !important;
  }

  .formViewContainer .panel-body table.table {
    display: block;
    overflow: auto;
    width: 100%;
  }

  .formViewContainer .panel-body table.table tbody {
    display: table;
    width: 100%;
  }

  .tab-content{
  	padding-left:2px !important;
  	padding-right:2px !important;
  }

  .panel-heading {
  	padding-left:3px !important;
  	padding-right:3px !important;
  }

  .panel-heading > .panel-title{
  	padding-left:5px !important;
  }

  .panel-heading > .pull-right.maxWidth50.width600{
  	margin-bottom: 15px;
  	float: inherit !important;
  }

  .modal-header, .modal-body{
  	padding-left:15px !important;
  	padding-right:15px !important;
  }

  .row >  .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12{
  	padding-left:3px;
  	padding-left:3px;
  }

  .menuModalOption{
  	padding-right: 13px !important;
    padding-left: 13px !important;
    padding-bottom: 5px !important;
    padding-top: 7px !important;
  }

}

.dt-buttons{
	display:inline-block;
	position:absolute;
	top:35px;
	left:20px;
	z-index:10;
}

.dt-button:hover{
	background-color: #6dc0f9;
	border-color: #6dc0f9;
	color: #ffffff;
}

.dt-button{

	background-color: #48b0f7;
	border-color: #48b0f7;
	color: #ffffff;
	max-height: 35px !important;
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	line-height: 21px;
	padding-left: 17px;
	padding-right: 17px;
	padding: 8px 12px;
	border-radius:3px;
}


.login-wrapper .login-container {
    width: 460px;
    display: inline-table;
    background-color: #000 !important;
    opacity: 1;
}

.login-wrapper{
	background-color: #000 !important;
}

.form-group-default.has-error {
    border-color: #f55753;
    background-color:#fff !important;
}

.loader-image{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	height:50%;
	max-height:200px;
}

.loader{
	z-index:9999;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(80,80,80,.15);
}


#menuContainer{
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

body{
	background-color:#F5F5F5 !important;
}

.page-sidebar .sidebar-menu .menu-items li > a {
    width: 70% !important;
}

.detailed > .title{
	width:90% !important;
}



.tableNotEditableField > .checkbox> .label-checkbox-datatable{
	cursor:default !important;
}

.detail-control:not(.loading) > .fa-spinner {
  display: none;
}

.detail-control.loading > .fa-search {
  display: none;
}

.table tbody tr td {
    white-space: nowrap !important;
    vertical-align: middle;
}

.table thead tr th,
.table thead tr th:first-child {
  padding-left: 15px;
}

.table thead tr th span{
	white-space: nowrap !important;
}

.detail-table thead tr th{
	font-size:10px;

	/*text-align:center;*/
}

th.showMenu{
	max-width:100px;
}

.checkbox label{
	margin-right:0px;
}

.dataTable tbody tr td{
	background: #fafafa !important;
}

.detail-table tbody tr td{
	background: #fff !important;
}

.panel.panel-default{
	background: #fafafa;
}

div.tooltip-inner {
  white-space: initial;
}

.tooltip-inner {
    text-align: left;
}

.page-sidebar .sidebar-menu .menu-items > li > a.detailed > .title{
	text-transform: uppercase;
}

#inputEdit{
	width:100%;
}

/*.table tbody tr:hover{background:#DAEFFD;}*/

.sectionRow{
	padding-top:10px !important;
	padding-left:10px !important;
	padding-right:10px !important;
	margin-left:-10px !important;
	margin-right:-10px !important;
	border-top:1px dashed rgba(0, 0, 0, 0.09);
	border-bottom:1px dashed rgba(0, 0, 0, 0.09);
	display: inline-block;
	width: 100%;
}

.form-group-default{
	height:60px;
}

.form-group.form-group-default > label {
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
}

.dataTables_wrapper > .table-responsive{
	min-height:500px;
}

img.brand{
	height:50px !important;
	width:auto !important;
}

.sectionRowSelected{
  border-top: 2px solid #002C50 !important;
  border-bottom: 2px solid #002C50 !important;
}

.formPasswordField{
	display:inline-block;
	width:calc(100% - 15px);
}

.showPassword{
	cursor:pointer;
	float: right;
	margin-top:4px;
}

.rowMenu{
	cursor:pointer !important	;
	border-bottom:1px solid rgba(230, 230, 230, 0.7);
	border-radius:2px;
	margin:0px;
	padding-top:11px;
	padding-bottom:11px;
}

.rowMenuSelected{
	border-bottom:1px solid #EDB45A !important;
	border-top:1px solid #EDB45A !important;
}

.rowMenuText{
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.rowMenuDate{
	font-size: 10.5px;
}

.inputDatePicker[readonly]{
	color:initial !important;
	background-color:initial !important;
}

.datepicker.dropdown-menu td.today {
  background-color: #c9c2e1;
  color: #000000;
}

.bootstrap-datetimepicker-widget .datepicker > div {
  display: initial;
}

.label-sm{
	opacity: 1 !important;
}

.label-sm:hover{
	opacity: 1 !important;
}
input[type=time]{
	line-height:normal !important;
}

.invisibleColumn{
	display:none;
}

.c-white{
	color:white !important;
}

.delete-background{
	background-color:#f55753;
}

.b-radius-2{
	border-radius:2px;
}

.disp-inline{
	display:inline;
}

.font-family-montserrat{
	font-family: "Montserrat";
}

.f-weight-600{
	font-weight: 600;
}

.m-auto {
  margin: auto;
}

.m-b-7{
	margin-bottom:7px !important;
}

.m-b-1{
	margin-bottom:1px;
}

.m-b-2{
	margin-bottom:2px;
}

.mt-2{
	margin-top:0px !important;
}

.mb-2{
	margin-bottom:-2px;
}

.m-t-35{
	margin-top:35px;
}

.m-l-0{
	margin-left:0px;
}

.mt-12{
	margin-top:-12px;
}

.p-t-1{
	padding-top:1px;
}

.p-t-10{
	padding-top:10px;
}

.p-t-13{
	padding-top:13px !important;
}

.p-b-13{
	padding-bottom:13px !important;
}

.p-b-2{
	padding-bottom:2px;
}

.p-b-3{
	padding-bottom:3px;
}

.p-l-10{
	padding-left: 10px;
}

.p-t-15{
	padding-top:15px;
}

.l-h-18{
	line-height:18px !important;
}

.h-53{
	height:55px;
}

.h-80{
	height:80px;
}

.h-250{
	height:250px !important;
}

.h-auto{
	height:auto !important;
	min-height:60px;
}

.h-24{
	height:24px
}

.maxWidth20 {
	max-width:20%;
}

.maxWidth100px{
	max-width:100px;
}

.maxWidth150px{
	max-width:150px;
}

.maxWidth50{
	max-width:100%;
}

.maxWidth300{
	max-width:300px;
}

.w0{
	width:0px;
}

.width75{
	width:75%;
}

.width150{
	width:150px;
}

.minWidth100{
	min-width:100px;
}

.minWidth150{
	min-width:150px;
}

.width600{
	width:600px;
}

.width100{
	width:100%;
}

.width18perc{
	width:18% !important;
}

.width35perc{
	width:35% !important;
}

.width20perc{
	width:20% !important;
}

.width15perc{
	width:15% !important;
}

.width10perc{
	width:10% !important;
}

.maxwidth10perc{
	max-width: 150px !important;
}

.m-h-35{
	max-height:35px !important;
}

.r-vertical{
	resize:vertical;
}

.overflow-hidden{
	overflow:hidden;
}

.overflow-auto{
	overflow:auto !important;
}

.columnCenter{
	text-align:center;
}

.yadcf-filter-wrapper {
	display: inline-block;
	/*white-space: nowrap;*/
	margin-left: 2px;
	width: 100%;
	min-width: 50px;
}

.yadcf-filter-wrapper .select2-container--default .select2-selection--multiple {
  min-height: 32px;
}

.yadcf-filter-wrapper .select2-container--default .select2-selection--multiple .select2-search input {
  line-height: 13px;
}

.yadcf-filter-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: bold;
}

.yadcf-filter-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  font-size: 18px;
  vertical-align: middle;
}

.yadcf-filter-reset-button{
  font-size: 12px;
  margin-left: 0 !important;
  background: transparent;
  border: none;
  font-weight: bolder;
}

.yadcf-filter{
	width: calc(100% - 25px) !important;
	font-size: 10.5px !important;
	height: 21px !important;
	min-height: 21px !important;
	padding: 2px 5px !important;
	border: 1px solid rgba(0, 0, 0, 0.07) ;
	font-family: Arial,sans-serif;
	background-color: #ffffff;
}

.yadcf-filter-range-date , .yadcf-filter-range-number{
	font-size: 10.5px !important;
	height: 21px !important;
	min-height: 21px !important;
	padding: 2px 5px !important;
	width: calc(50% - 13px) !important;
	float: left;
	border: 1px solid rgba(0, 0, 0, 0.07) ;
	font-family: Arial,sans-serif;
	background-color: #ffffff;
}

.yadcf-date-range-filter-wrapper , .yadcf-number-range-filter-wrapper{
	margin-bottom:-5px;
}


.yadcf-filter-range-number-slider-max-tip-inner{
	margin-top: 13px;
	font-size: 10px;
}

.yadcf-filter-range-number-slider-min-tip-inner{
	margin-top: 13px;
	font-size: 10px;
}

.yadcf-filter-range-number{
	float:left;
	width:49% !important;
}

/* necessario per mantenere il select2 con width 100% anche al resize del container */
select + .select2-container {
	width: 100% !important;
}

.select2-results li {

  font-size: 11px !important;
  padding: 5px !important;
}

.panel-title{
	min-width:250px;
}

.tableEditableField{
	cursor:pointer;
}

.tableNotEditableField{
	cursor:default;
}

.dataTable_scroll{
	max-height:50%;
}

tr.selezionata td{
  border-top: 2px solid #002C50 !important;
  border-bottom: 2px solid #002C50 !important;
}

.detail-table tbody tr:hover td{
	background:#DAEFFD !important;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 0px 5px !important;
  font-size: 10.5px;
}

.menuModal{
	border:1px rgba(50, 50, 50, 0.75) solid;
	border-radius:10px;
	width:auto;
	position:absolute;
	z-index:15000;
	-webkit-box-shadow: 4px 4px 6px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    4px 4px 6px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         4px 4px 6px 0px rgba(50, 50, 50, 0.75);
	background:white;

}

.menuModalOption{
	padding-right:15px;
	padding-left:15px;
	padding-bottom:3px;
	padding-top:3px;
	border-top:1px #E5E5E5 solid;
	margin-bottom:0px !important;

}

.menuModalOption > label{
	font-size:15px !important;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 4px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#bodyContainer{
	overflow-x:inherit;
}

.planImage{
	width:95%;
	height:auto;
}

.iconDescription{
	background-color:rgba(187,217,198,1);
	border-radius:7px;
	padding:2px 6px 3px 6px;
	color:black;
	text-align:center;
	min-width:100%;
	font-size:12px;
}



#iconsContainer{
	position:absolute;
}

#canvas{
	position:absolute;
}

#hiddenIcons{
	position:absolute;
	right:0px;
	padding:10px 5px;
	border:1px solid rgba(230, 230, 230, 0.8);
	-webkit-box-shadow: -4px 3px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px 3px 3px 0px rgba(0,0,0,0.4);
	box-shadow: -4px 3px 3px 0px rgba(0,0,0,0.4);
}

.iconsLoader{
	position:absolute;
	background-color:rgba(255,255,255,.85);
}

div.progress-circle{
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.draggableIconImage{

	width:35px;
	height:auto;
}

.draggableIconImageContainer{
	display:inline;
	width:auto;
	height:auto;
	padding-top:5px;
	padding-bottom:10px;
	border-radius:7px;
}

.draggableIcon{
	display:inline;
	border-radius:7px;
	text-align: center;
}

.row{
	margin-left:0px;
	margin-right:0px;
}

.report-button{
	padding:2px 6px !important;
}

.report-button:last-child{
	margin-top:3px ;
}

.sp-replacer{
	width:100%;
}

.mouseover{
	cursor:pointer;
}

.descInfo{
	cursor:pointer;
}

.col-riepilogo{
	padding-left:0px !important;
	padding-right:0px !important;
}

.row-riepilogo{
	margin-bottom:15px;
}

.attachmentLinkClass{
	opacity:1 !important;
}

.chart{
	width:100%;
	height:500px;
}

.comment-wrapper{
	width: calc(100% - 45px);
}

.card[type] .card-header:hover {
  background: initial;
}

.card[type="note"] {
	background:#B0F3FC;
}

.card[type="note_fornitore"] {
  background:rgba(249, 242, 43, 0.68);
}

.card[type="mail"] {
	background:#f0f0f0;
}

.card[type="eliminazione"] {
  background:#cac9c9;
}

.card[type="tutti"] .card-header {
  position: relative;
}

.card[type="tutti"] .card-header::after {
  display: block;
  position: absolute;
  right: -3px;
  top: -0;
  width: 30px;
  height: 35px;
  text-align: center;
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  content: "\f02e";
  font-weight: 900;
  color: rgba(249, 242, 43, 0.68);
  line-height: 1;
}

.card .card-description {
  overflow-wrap: break-word;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
}

.formViewContainer[viewid="formAtt"] #sezioneAllegatiCommessa .protocol-attachemnt img {
  position: absolute;
  right: 0;
  top: 1vh;
  width: 35px !important;
}

body.sidebar-visible .page-sidebar .sidebar-header .sidebar-header-controls,
body.menu-pin .page-sidebar .sidebar-header .sidebar-header-controls {
  float: right;
  transform: translate3d(0, 0, 0);
}

.btn-link[data-toggle-pin="sidebar"] {
  display: none !important;
}

.has-kit-required {
  background-color: rgb(206, 239, 240);
}

/*.modal .modal-dialog .modal-content-wrapper .modal-content {
	min-width: 500px;
}*/

.modal .modal-dialog .modal-content-wrapper .modal-content .modal-body {
	margin-bottom: 30px;
	max-height: 60vh;
	overflow: auto;
}

#modalMailAttachments .modal-dialog .modal-content-wrapper .modal-content .modal-body .file-uploaded-container .form-group label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.qr-code-img {
	height: 150px;
}

@media (max-width: 768px) {
	#modalPhase .modal-dialog,
	#modalMailAttachments .modal-dialog {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}

	#modalPhase .modal-content,
	#modalMailAttachments .modal-content {
		height: 100%;
		min-height: 100%;
		border-radius: 0;
		border: none;
	}

	#modalPhase .modal-body,
	#modalMailAttachments .modal-body {
		max-height: calc(100vh - 120px);
		overflow-y: auto;
	}
}
.bootstrap-datetimepicker-widget {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

	.bootstrap-datetimepicker-widget .timepicker-hour,
	.bootstrap-datetimepicker-widget .timepicker-minute {
		font-size: 16px;
		font-weight: 500;
		color: #2c2c2c;
	}

	.bootstrap-datetimepicker-widget .btn {
		padding: 6px 12px;
	}

		.bootstrap-datetimepicker-widget .btn:hover {
			background: #f5f5f5;
		}

	.bootstrap-datetimepicker-widget table td.hour:hover,
	.bootstrap-datetimepicker-widget table td.minute:hover {
		background: #e9ecef;
		cursor: pointer;
	}

.timepicker-picker .btn {
	border-radius: 4px;
}

.bootstrap-datetimepicker-widget .separator {
	border-color: #e9ecef;
}

.bootstrap-datetimepicker-widget > .list-unstyled {
	margin: 8px!important;
}
.bootstrap-datetimepicker-widget .timepicker-picker td {
	text-align: center!important;
}