.container-fluid{
	max-width: 1300px;
	margin: auto;
}

table th{
	text-transform: uppercase;
}

table td{
}

.big-check{
	width: 30px;
	height: 30px;
}

#table-order-article th{
	font-size:  12px;
}

#table-order-article{
	table-layout: fixed;
}

#table-order-article td, #table-order-article th{
	padding:  5px;
}

#table-order-article .form-control{
}

#logo .propaganda{
	color:  #007bff;
	font-family:  "Monsieur La Doulaise", cursive;
	text-transform:  lowercase;
	font-size:  40px;
}


table label{
	font-weight: bold;
}

.inline{
	display: inline-block;
}

form label{
	text-transform: uppercase;
	font-weight: bold;
}

.template-order-article{
	display: none;
}

#label-product-code{
	line-height: 36px;
	margin-bottom: 0px;
}

.mini-container-fluid{
	max-width: 400px;
	margin: auto;
}

img{
	max-width: 100%;
}

#logo{
	max-width: 100%;
	color:  #07168b;
	font-weight:  bold;
	font-size:  2rem;
	text-transform:  uppercase;
	line-height:  1.2em;
	margin-bottom:  20px;
}

#menu{
	/* margin-bottom: 2rem; */
	margin-top: 2rem;
}

#menu a{
	margin-right: 1rem;
	text-transform: uppercase;
}

#actions{
	margin-bottom: 1rem;
}

td .btn{
	margin-bottom: 4px;
	width: 100%;
}

#site-footer{
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: #00073a;
	color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0.9rem;
}

.btn{
	text-transform: uppercase;
}

.btn-primary{
	font-style: normal;
	background: #071689;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
	background: #0796d6;
	background: #040d51;
	background: #071689 !important;
}

tr.bg-articoli-venduti{
	background: #17a2b84f !important;
}

tr.bg-articoli-in-libreria{
	background: #07168966 !important;
}

.title-bg{
	padding: 15px;
	border-radius: 5px;
}

.title-bg.articoli-venduti{
	background: #138496; color: #fff;
}

.title-bg.articoli-in-libreria{
	background: #071689; color: #fff;
}

#login-container{
	padding: 2rem;
	border: 1px solid #bbb;
	border-radius: 10px;
	background: whitesmoke;
}

.box{
	padding: 1rem;
	border: 1px solid #bbb;
	border-radius: 10px;
	background: whitesmoke;
	margin-bottom: 1rem;

}

.select2{
	width: 100% !important;
}

.select2-container .select2-selection{
	width: 100% !important;
	line-height: 36px !important;
	border-radius: .25rem !important;
	border: 1px solid #ced4da !important;
	color: #495057 !important;
	min-height: 36px !important;
}

.select2-container--default .select2-search--inline .select2-search__field{
	height: 36px !important;
	line-height: 36px !important;
	margin-top: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 36px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
	height: 28px !important;
	line-height: 28px !important;
	margin-bottom: 5px !important;
	margin-top: 0px !important;
}


html,body{
	font-size: 15px;
	line-height: 1.6em;
	font-family: 'Roboto Slab', sans-serif;
	height: 100%;
	position: relative;
	color: #295133;
}

#site-container{
	position: relative;
	min-height: 100%;
	padding-bottom: 200px;
}

#site-header{
	padding-top: 20px;
	padding-bottom: 50px;
	background: #f2f2f2;
	margin-bottom: 20px;
}

h1{
	margin-bottom: 2rem;
	text-transform: uppercase;
	font-size: 2rem;
}

table th:first-letter{
	text-transform: uppercase;
}

tr.success{
	background: #d4edda;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  animation: spinner .6s linear infinite;
  z-index: 99999;
}


@keyframes spinner {
  to {transform: rotate(360deg);}
}