/* personalizzazione LTE */
body {
  line-height: 1.25;
}
.text-xs .btn {
  font-size: 0.75rem !important;
}
.text-sm {
	font-size: .875rem !important;
}

.layout-navbar-fixed.sidebar-mini.sidebar-collapse.text-sm .wrapper .brand-link, .layout-navbar-fixed.sidebar-mini-md.sidebar-collapse.text-sm .wrapper .brand-link, .layout-navbar-fixed.sidebar-mini-xs.sidebar-collapse.text-sm .wrapper .brand-link {
	height: calc(3.0rem + 1px) !important;
}
/*
.card {
	background-color: azure !important;
}
*/
.card-body {
	padding: 0.85rem !important;
}
.card-primary:not(.card-outline) > .card-header {
	background-color: royalblue !important;
}
.card-header {
	line-height: 1.0;
}
.modal-content {
	background-color: beige !important;
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.2;
}
.modal-header {
	padding: 0.8rem 1rem;
}

.user-menu .dropdown-menu img {
  height: auto;
  width: 4.0rem;
  -webkit-transition: width 2s; /* Safari prior 6.1 */
  transition: width .5s;
  max-height: unset;
  max-width: unset;
}
.user-menu .image {
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}
.user-menu img {
  height: auto;
  width: 4.0rem;
  -webkit-transition: width 2s; /* Safari prior 6.1 */
  transition: width .5s;
  max-height: 22px;
  max-width: 22px;
}
.user-panel .image {
    display: block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
}

.user-panel img {
    height: auto;
    width: 4.0rem;
    -webkit-transition: width 2s; /* Safari prior 6.1 */
    transition: width .5s;
}

.user-panel .info {
    display: block;
    padding: 5px 5px 5px 10px;
}
.sidebar-mini.sidebar-collapse .main-sidebar .user-panel .info {
    display: none;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover .user-panel .info {
    display: block;
}
.sidebar-mini.sidebar-collapse .main-sidebar .user-panel img {
    width: 2.0rem;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover .user-panel img {
    width: 4.0rem;
}
/*modal box*/
.modal-content {
	border-radius: 0.35rem;
}
.modal-content.modal-primary:not(.modal-outline) .close, .modal-content.modal-primary:not(.modal-outline) .mailbox-attachment-close, 
.modal-content.modal-secondary:not(.modal-outline) .close, .modal-content.modal-secondary:not(.modal-outline) .mailbox-attachment-close, 
.modal-content.modal-info:not(.modal-outline) .close, .modal-content.modal-info:not(.modal-outline) .mailbox-attachment-close, 
.modal-content.modal-danger:not(.modal-outline) .close, .modal-content.modal-danger:not(.modal-outline) .mailbox-attachment-close, 
.modal-content.modal-warning:not(.modal-outline) .close, .modal-content.modal-warning:not(.modal-outline) .mailbox-attachment-close, 
.modal-content.modal-success:not(.modal-outline) .close, .modal-content.modal-success:not(.modal-outline) .mailbox-attachment-close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000;
}
/*modal box primary*/
/*
.modal-primary:not(.modal-outline) > .modal-header {
  background-color: #007bff;
}
*/
.modal-primary:not(.modal-outline) > .modal-header,
.modal-primary:not(.modal-outline) > .modal-header a {
  color: #ffffff;
}

.modal-primary:not(.modal-outline) > .modal-header a.active {
  color: #1F2D3D;
}

.modal-primary.modal-outline {
  border-top: 3px solid #007bff;
}

.modal-primary.modal-outline-tabs > .modal-header a:hover {
  border-top: 3px solid #dee2e6;
}

.modal-primary.modal-outline-tabs > .modal-header a.active {
  border-top: 3px solid #007bff;
}

.modal-primary:not(.modal-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.modal-primary:not(.modal-outline) .btn-tool:hover {
  color: #ffffff;
}
/*modal box secondary*/
.modal-secondary:not(.modal-outline) > .modal-header {
  background-color: #6c757d;
}

.modal-secondary:not(.modal-outline) > .modal-header,
.modal-secondary:not(.modal-outline) > .modal-header a {
  color: #ffffff;
}

.modal-secondary:not(.modal-outline) > .modal-header a.active {
  color: #1F2D3D;
}

.modal-secondary.modal-outline {
  border-top: 3px solid #6c757d;
}

.modal-secondary.modal-outline-tabs > .modal-header a:hover {
  border-top: 3px solid #dee2e6;
}

.modal-secondary.modal-outline-tabs > .modal-header a.active {
  border-top: 3px solid #6c757d;
}

.modal-secondary:not(.modal-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.modal-secondary:not(.modal-outline) .btn-tool:hover {
  color: #ffffff;
}
/*modal box info*/
.modal-info:not(.modal-outline) > .modal-header {
  background-color: #17a2b8;
}

.modal-info:not(.modal-outline) > .modal-header,
.modal-info:not(.modal-outline) > .modal-header a {
  color: #ffffff;
}

.modal-info:not(.modal-outline) > .modal-header a.active {
  color: #1F2D3D;
}

.modal-info.modal-outline {
  border-top: 3px solid #17a2b8;
}

.modal-info.modal-outline-tabs > .modal-header a:hover {
  border-top: 3px solid #dee2e6;
}

.modal-info.modal-outline-tabs > .modal-header a.active {
  border-top: 3px solid #17a2b8;
}

.modal-info:not(.modal-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.modal-info:not(.modal-outline) .btn-tool:hover {
  color: #ffffff;
}
/*modal box danger*/
.modal-danger:not(.modal-outline) > .modal-header {
  background-color: #dc3545;
}

.modal-danger:not(.modal-outline) > .modal-header,
.modal-danger:not(.modal-outline) > .modal-header a {
  color: #ffffff;
}

.modal-danger:not(.modal-outline) > .modal-header a.active {
  color: #1F2D3D;
}

.modal-danger.modal-outline {
  border-top: 3px solid #dc3545;
}

.modal-danger.modal-outline-tabs > .modal-header a:hover {
  border-top: 3px solid #dee2e6;
}

.modal-danger.modal-outline-tabs > .modal-header a.active {
  border-top: 3px solid #dc3545;
}

.modal-danger:not(.modal-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.modal-danger:not(.modal-outline) .btn-tool:hover {
  color: #ffffff;
}
/*modal box success*/
.modal-success:not(.modal-outline) > .modal-header {
  background-color: #28a745;
}

.modal-success:not(.modal-outline) > .modal-header,
.modal-success:not(.modal-outline) > .modal-header a {
  color: #ffffff;
}

.modal-success:not(.modal-outline) > .modal-header a.active {
  color: #1F2D3D;
}

.modal-success.modal-outline {
  border-top: 3px solid #28a745;
}

.modal-success.modal-outline-tabs > .modal-header a:hover {
  border-top: 3px solid #dee2e6;
}

.modal-success.modal-outline-tabs > .modal-header a.active {
  border-top: 3px solid #28a745;
}

.modal-success:not(.modal-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.modal-success:not(.modal-outline) .btn-tool:hover {
  color: #ffffff;
}
/*modal box warning*/
.modal-warning:not(.modal-outline) > .modal-header {
  background-color: #ffc107;
}

.modal-warning:not(.modal-outline) > .modal-header,
.modal-warning:not(.modal-outline) > .modal-header a {
  color: #ffffff;
}

.modal-warning:not(.modal-outline) > .modal-header a.active {
  color: #1F2D3D;
}

.modal-warning.modal-outline {
  border-top: 3px solid #ffc107;
}

.modal-warning.modal-outline-tabs > .modal-header a:hover {
  border-top: 3px solid #dee2e6;
}

.modal-warning.modal-outline-tabs > .modal-header a.active {
  border-top: 3px solid #ffc107;
}

.modal-warning:not(.modal-outline) .btn-tool {
  color: rgba(255, 255, 255, 0.8);
}

.modal-warning:not(.modal-outline) .btn-tool:hover {
  color: #ffffff;
}

h4.modal-title {
	font-size: 1.3rem;
}
.btn-app-sm {
    border-radius: 3px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    color: #6c757d;
    font-size: 11px;
    height: 40px;
    margin-left: 0px;
    margin-bottom: 0px;
    min-width: 60px;
    padding-top: 5px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 5px !important;
    position: relative;
    text-align: center;
}

.btn-app-sm > .fa,
.btn-app-sm > .fas,
.btn-app-sm > .far,
.btn-app-sm > .fab,
.btn-app-sm > .glyphicon,
.btn-app-sm > .ion {
  display: block;
  font-size: .75rem;
}

.btn-app-sm:hover {
  background: #f8f9fa;
  border-color: #aaaaaa;
  color: #444;
}

.btn-app-sm:active, .btn-app-sm:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-app-sm > .badge {
  font-size: 8px;
  font-weight: 400;
  position: absolute;
  right: -10px;
  top: -3px;
}
.text-sm .main-header .nav-link > .fa,
.text-sm .main-header .nav-link > .fas,
.text-sm .main-header .nav-link > .far,
.text-sm .main-header .nav-link > .fab,
.text-sm .main-header .nav-link > .glyphicon,
.text-sm .main-header .nav-link > .ion, 
.main-header.text-sm .nav-link > .fa,
.main-header.text-sm .nav-link > .fas,
.main-header.text-sm .nav-link > .far,
.main-header.text-sm .nav-link > .fab,
.main-header.text-sm .nav-link > .glyphicon,
.main-header.text-sm .nav-link > .ion {
  font-size: 0.875rem;
}
.navbar {
  padding: 0.25rem 0.25rem !important;
  min-height: 49px;
}
.navbar-dark {
	border-width: 1px;
	border-bottom-style: solid;
}
[class*="sidebar-light"] .navbar-dark .brand-link {
	border-bottom: inherit;
}
[class*="sidebar-light"] .navbar-dark .brand-link {
	color: rgba(255, 255, 255, 0.75) !important;
}
[class*="sidebar-light"] .navbar-dark .brand-link:hover {
	color: #fff !important;
}
.text-sm .navbar-nav .btn {
  font-size: 0.875rem !important;
}
.actbtn .navbar-nav {
  flex-direction: row !important;
}
.actbtn .navbar-nav .btn {
  font-size: 0.75rem !important;
}
.navbar-badge {
	font-size: .6rem;
	font-weight: 300;
	padding: 2px 4px;
	position: absolute;
	right: 0px;
	top: 0px;
}
/* custom navbar dropdown */
#navbar-menu > .dropdown-item:hover{
  background-color: #6c757d !important;
}
.dropdown-item, .dropdown-item {
  /*
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
    border-radius: 5px;
  */
    padding: 10px;
}
.dropdown-item:hover {
  /*
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  */
    background-color: #e7e7e7;
    padding: 10px;
    color: #555555;
}
.dropdown-item.active, .dropdown-item:active {
/*
  color: #fff;
	text-decoration: none;
	background-color: #007bff;
*/
	border-radius: 5px;
	padding: 10px;
}
/* -- */
.form-control {
	display: block;
	width: 100%;
  height: calc(1.75rem + 2px);
  padding: 0.275rem 0.275rem;
  /*font-size: .75rem;*/
  font-weight: 400;
  line-height: 1.2;
	/*border: 1px solid #bddbf9 !important;*/
	border: 1px solid #ccc !important;
	border-radius: .25rem;
	background-color: #f9f9f9
}
label:not(.form-check-label):not(.custom-file-label) {
	font-weight: 700;
	color: #777;
}
.form-group {
	margin-bottom: 0.45rem;
}
.form-control {
	box-shadow: inset 0 0 0 transparent;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-xs, .btn-group-xs > .btn {
  padding: 0.125rem 0.125rem;
  font-size: 0.75rem;
  line-height: 1.25;
  border-radius: 0.2rem;
}
.btn-xs > .fa,
.btn-xs > .fas,
.btn-xs > .far,
.btn-xs > .fab,
.btn-xs > .glyphicon,
.btn-xs > .ion {
  display: inline-block;
  font-size: .75rem;
}
.images-list {
	height: 400px !important;
}
.img-item {
	padding-bottom: 10px !important;
}
.img-item .thumbnail {
	padding: 0px;
}
.selected-img {
	background-color: var(--primary) !important;
	padding: 3px !important;
}
.img-item .fa-check {/*
	position: absolute;
	top: -10px;
	right: 5px;
	font-size: 30px;*/
	color: var(--success) !important;
}
  