/*body { background-image:url('assets/img/wallpaper.png');background-repeat:no-repeat;background-size:cover }*/

li.user-header{
  height:auto!important;
}

.no-tmargin{
  margin-top:0!important;
}
.no-bmargin{
  margin-bottom:0!important;
}

.select2 {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: normal;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: none;
	border-radius: 4px;
}

*.alertify-notifier{
  color:white!important;
}

@media print {
  .hidden-print{
    display:none!important;
  }
}
