.dashboard_icon{
    max-height:100px;
    max-width:100px;
    height:auto;
    width:auto;
}
.popup_title{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}
.label_small{
    font-size: 10px;text-align: left;
}
.app_loader_table{
    display: none;
    margin-left: 5px;
}

.btnIconSelect{
    cursor: pointer;
}

/* autocomplete */
.ui-helper-hidden-accessible{
	display: none;
}
.ui-autocomplete
{
    max-height: 200px;
    overflow-y: auto;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;   
	padding: 10px !important;
	margin: 0 0 10px 25px;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
    *border-bottom-width: 2px;
    text-align: left;
    font-size: 14px;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 0px;
    cursor: pointer;
    min-height: 0;
}
.ui-state-hover, .ui-state-active {
    text-decoration: none;
    color: #0085ca;
    margin: 0;
    padding: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    background-color: #ffffff;
    border: 0;
}

.listImg{
    width: 30px;
}
.formImg{
    width: 70px;
}
.formPhoto{
    width: 100%;
    border: 1px solid #d9dbdd;
}
.panel-footer{
    border: 1px solid #e4e5e7;
    border-top: 0 !important;
}
.testoMiniatura{
    background: gray;
    color: #fff;
    font-size: 10px;
}
.testoMiniatura>a{
    color: #fff;
    font-size: 10px;
}
.testoMiniatura>.menuImg{
    padding: 5px;
    min-width: 100px !important;
}
.containerMiniatura{
    background:#e4e5e7;
    padding-top: 5px;
}
.formContainer{
    min-height: 400px;
}
.iconsContainer{
    height: 400px;
    overflow-y: auto
}
.app_loader{
    display: none;
}
.app_loader_main,.app_loader_user,.app_loader_image{
    display: none;
}
.form-noadmin{
   /* display: none; */
}
#passw_form{
    display: none;
}
.userImg{
    width: 70px;
}
.iconInForm {
    font-size: 20px;
    text-align: left;
    cursor: pointer;
}
.iconDisabledInForm{
    font-size: 20px;
    text-align: left;
    color: lightgray;
}
.itemInTable{
    font-size: 20px;
    text-align: center;
}
.itemInForm{
    font-size: 40px;
    text-align: center;
    margin-bottom: 5px;
}
.iconInTable{
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.iconDisabledInTable{
    font-size: 20px;
    text-align: center;
    color: lightgray;
}
.togle-attivo{
    color: green;
}

#defaultList {
    font-size: 14px !important;
}

#defaultList_paginate {
    text-align: right;
}

#defaultList_filter {
    text-align: right;
}
#structureList {
    font-size: 14px !important;
}

#structureList_paginate {
    text-align: right;
}

#structureList_filter {
    text-align: right;
}
.application_loading{
	display: none;
}

label.error{
    /*background-color: red;*/
    font-size: 10px;
    margin-top: 5px;
	color:  #000149 ;
    text-align: center;
}
/* Toastr custom styles*/
#toast-container {
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    margin: 10px auto 0;
}

#toast-container > .toast-info,
#toast-container > .toast-error,
#toast-container > .toast-warning,
#toast-container > .toast-success{
    background-image: none;
}

#toast-container > div {
    background: #fff;
    padding: 20px;
    color: #6a6c6f;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 1;
}


#toast-container > div:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toast-close-button {
    color: #000;
    opacity: 0.2;
}

.toast-info {
    background: #fff;
    border-left: 6px solid #3498db;
}
.toast-success {
    background: #fff;
    border-left: 6px solid #f2f3f8;
}
.toast-warning {
    background: #fff;
    border-left: 6px solid #ffb606;
}
.toast-error {
    background: #fff;
    border-left: 6px solid #e74c3c;
}

.toast-progress {
    opacity: 0.6;
}

.toast-info .toast-progress {
    background-color: #3498db;
}
.toast-success .toast-progress {
    background-color: #f2f3f8;
}
.toast-warning .toast-progress {
    background-color: #ffb606;
}
.toast-error .toast-progress {
    background-color: #e74c3c;
}