/*
 * General customization
*/

.modal { 
	overflow: auto !important; 
}

.box-overlay {
	position: absolute;
	z-index: 90;
	background-color: #f3f6f9;
	opacity: .9;
	width: 100%;
	height: 100%;
}

.noPadding {
	padding: 0 !important;
}

.noPaddingTop {
	padding-top: 0 !important;
}

.noPaddingLeft {
	padding-left: 0 !important;
}

.noPaddingRight {
	padding-right: 0 !important;
}

.card {
	height: auto !important;
}

#dt_list_filter label .form-control {
	width: 150px !important;
}

.hand {
	cursor: pointer;
}

.subheader {
	z-index: 95;
}

.checkbox-dynamic-table > span {
    background-color: #ffffff;
}

/*
*   MES
*/

/*
*   Progress bar vertical
*/
.progress-bar-vertical {
	position: absolute;
	top : 10px;
	right: 10px;
	width: 6px !important;
	min-height: 100px;
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	align-items: flex-end;
	-webkit-align-items: flex-end; /* Safari 7.0+ */
}
  
.progress-bar-vertical .progress-bar {
	width: 100%;
	height: 0;
	-webkit-transition: height 0.6s ease;
	-o-transition: height 0.6s ease;
	transition: height 0.6s ease;
}

.progress-value {
	position: absolute;
	margin-top: -20px;
	right: 20px;
}

/*
*   Card MES
*/

.card-body-mes {
	padding: 10px 10px 0 10px !important;
}

.card-footer-mes {
	padding: 10px !important;
	border-top: 1px solid #EBEDF3;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Menu contestuale */
.vakata-context, .vakata-context ul {
    /*font-size: 1.3rem;*/
}

/* Logo Integro Footer */
img.logoFooter {
	width: auto;
	height: 36px !important;
}


.fixed-header {
    top:119px;
    position:fixed;
    width:auto;
    z-index: 1;
}


/**
 * modal-xxl
 */
@media (min-width: 992px) {
	.modal-xxl {
		max-width: 90%; 
	} 
}

@media (min-width: 1200px) {
	.modal-xxl {
		max-width: 90%; 
	} 
}

@media (min-width: 1200px) {
	.modal-dialog.modal-xxl {
	  	max-width: 90%; 
	} 
}

.k-grid .k-grid-search {
	margin-left: auto !important;
	margin-right: 0 !important;
}

/**
 * Delete dell'immagine
 */

.image-input {
	position: relative;
	display: inline-block;
	border-radius: 0.42rem;
	background-repeat: no-repeat;
	background-size: cover; 
}
.image-input [data-action="cancelImage"]{
	position: absolute;
	right: -10px;
	bottom: -18px; 
}

.image-input [data-action="cancelImage"]
.image-input.image-input-circle [data-action="cancelImage"]
.image-input.image-input-changed [data-action="cancelImage"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
}

/**
 * Miniatura dell'immagine in users
 */
.id-photo {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-size: 32px 35px;
	background-position: center center;
	vertical-align: middle;
	line-height: 32px;
	box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
	margin-left: 5px;
}

.id-name {
	display: inline-block;
	vertical-align: middle;
	line-height: 32px;
	padding-left: 3px;
}

.k-input {
	padding: 0;
}

.vakata-context {
	z-index: 1100;
}

.per-dropdown {
	position: absolute; 
	transform: translate3d(0px, 33px, 0px); 
	top: 0px; 
	left: 0px; 
	will-change: transform;
}

/*
	Bagde custom color MRP
*/

.badge-proposto, .k-badge-warning {
	border-color: #fff2db !important;
    color: #ffa32e !important;
    background-color: #fff2db !important;
}

.badge-inrilascio, .k-badge-info {
	border-color: #baf6f3 !important;
    color: #00bdb4 !important;
    background-color: #baf6f3 !important;
}

.badge-rilasciato, .k-badge-success {
	border-color: #00bdb4 !important;
    color: #fff;
    background-color: #00bdb4 !important;
}

.badge-avanzato,
.badge-parzialmenteavanzato, .k-badge-primary {
	border-color: #008ef9 !important;
    color: #000;
    background-color: #008ef9 !important;
}

.badge-chiuso, .k-badge-dark {
	border-color: #cacddb !important;
    color: #000 !important;
    background-color: #cacddb !important;
}

.k-badge {
	border-radius: 0.25rem !important;
	font-weight:500 !important;
	font-size: 11px !important;
	padding: 5px 7px !important;
}

.green {
	color: #3ea44e !important;
}

/* MES */
.wave.wave-success {
    background-color: rgba(27, 197, 189, 0.6) !important;
}

.wave.wave-primary {
    background-color: rgba(54, 153, 255, 0.6) !important;
}

.wave.wave-secondary {
    background-color: rgba(228, 230, 239, 0.6) !important; 
}

.wave.wave-info {
	background-color: rgba(137, 80, 252, 0.6) !important; 
}

.wave.wave-warning {
	background-color: rgba(255, 168, 0, 0.6) !important;
}

.wave.wave-danger {
    background-color: rgba(246, 78, 96, 0.6) !important;
}

.popover-dist {
    position:absolute;
    display:none;
    background:#fff;
    border: 1px solid #999;
    padding:10px;
    width:auto;
    box-shadow:0 0 10px rgba(0, 0, 0, .5);
	z-index: 10000000;
}
.popover-dist:after, .popover-dist:before {
    right: 100%;
    border: solid transparent;
    content:" ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.popover-dist:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    top: 50%;
    margin-top: -10px;
}
.popover-dist:before {
    border-color: rgba(201, 201, 201, 0);
    border-right-color: #c9c9c9;
    border-width: 11px;
    top: 50%;
    margin-top: -11px;
}

.cell {
    padding: 6px 8px;
    display: inline-block;
    width: 45%;
    vertical-align: text-top;
}

.img-responsive {
	display: block;
    max-width: 100%;
    height: auto;
}