﻿.navbar-right {
	float: right !important;
	margin-right: 0px;
}

.popular-tags-tbl {
	list-style-type: none;
	margin-left: -50px;
}

.popular-tags-tbl > li > a {
	border: 2px solid #ccc;
	border-radius: 40px;
	color: #000000;
	display: inline-block;
	padding: 3px 10px;
	float: left;
	margin-right: 5px;
}

.todolist > li.active > a .todolist-title {
	text-decoration: none !important;
}

h6 {
	color: #e74a13;
	font-weight: 500;
}

.btn-img-text {
	font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
	margin-left: 5px;
}

.btn-link{
	margin-right: 5px;
}


a.disabled {
	pointer-events: none;
	color: grey;
}

.btn.btn-success-green {
	color: #fff;
	background: green;
	border-color: green;
}

.fontPiccolo {
	font-size: 0.8em;
}

.UMQuantitaOrdini {
	margin-left:-20px;
	margin-top:5px;
}

.checkQuantitaOrdine {
	margin-top: -20px;
	padding-left: 20px;
}

.groupCategoriaMerceologica {
	background: #DDDDDD !important;
	font-weight: bold !important;
}

.quantitaConfermata {
	border: 1px solid #00acac !important;
}

.quantitaNonConfermata {
	border: 1px solid #ff5b57 !important;
}

.margineIconeIndex {
	margin-right:10px;
}


.chat-window {
	bottom: 0;
	position: fixed;
	float: right;
	margin-left: 10px;
}

	.chat-window > div > .panel {
		border-radius: 5px 5px 0 0;
	}

.icon_minim {
	padding: 2px 10px;
}

.msg_container_base {
	background: #e5e5e5;
	margin: 0;
	padding: 0 10px 10px;
	max-height: 300px;
	overflow-x: hidden;
}

.top-bar {
	background: #666;
	color: white;
	padding: 10px;
	position: relative;
	overflow: hidden;
}

.msg_receive {
	padding-left: 0;
	margin-left: 0;
}

.msg_sent {
	padding-bottom: 20px !important;
	margin-right: 0;
}

.messages {
	background: white;
	padding: 10px;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	max-width: 100%;
}

	.messages > p {
		font-size: 13px;
		margin: 0 0 0.2rem 0;
	}

	.messages > time {
		font-size: 11px;
		color: #ccc;
	}

.msg_container {
	padding: 10px;
	overflow: hidden;
	display: flex;
}

img {
	display: block;
	width: 100%;
}

.avatar {
	position: relative;
}

.base_receive > .avatar:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border: 5px solid #FFF;
	border-left-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0);
}

.base_sent {
	justify-content: flex-end;
	align-items: flex-end;
}

	.base_sent > .avatar:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 0;
		border: 5px solid white;
		border-right-color: transparent;
		border-top-color: transparent;
		box-shadow: 1px 1px 2px rgba(black, 0.2);
	}

.msg_sent > time {
	float: right;
}

.msg_container_base::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

.msg_container_base::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.btn-group.dropup {
	position: fixed;
	left: 0px;
	bottom: 0;
}
.datepicker {    
	z-index: 10000;
}

.bottoneTrasparente {
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
}

.bottoneDisabilitato {
	margin-right: 5px;
	color: grey;
}

.bottoneAbilitato {
	margin-right: 5px;
	color: #337ab7;
}

.entrataMerceNonRegistrata {
	background-color: red;
	color: white;
}

.entrataMerceRegistrata {
	background-color: green;
	color: white;
}

.inventarioNonRegistrato {
	background-color: red;
	color: white;
}

.inventarioRegistrato {
	background-color: green;
	color: white;
}

.morris-hover {
	position: absolute;
	z-index: 1000;
}

	.morris-hover.morris-default-style {
		border-radius: 10px;
		padding: 6px;
		color: #666;
		background: rgba(255, 255, 255, 0.8);
		border: solid 2px rgba(230, 230, 230, 0.8);
		font-family: sans-serif;
		font-size: 12px;
		text-align: center;
	}

		.morris-hover.morris-default-style .morris-hover-row-label {
			font-weight: bold;
			margin: 0.25em 0;
		}

		.morris-hover.morris-default-style .morris-hover-point {
			white-space: nowrap;
			margin: 0.1em 0;
		}

.singleprint, .singlecategory {
	cursor: pointer;
	background-color: white;
	padding: 5px;
}

.categoryprint {
	display: none;
}

div.singleprint:hover, .singleprintactive {
	cursor: pointer;
	background-color: #e6e6ff;
}

.singleprintactive {
	cursor: pointer;
	background-color: #ccffff;
}

.disable {
    pointer-events: none;
    opacity: 0.5;
}