/* Add here all your CSS customizations */
  .ui-autocomplete-loading { background:url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif) no-repeat right center }
  
.logoStudiodomino {

background-image: url("../img/studiodomino.jpg");
background-repeat: no-repeat;
}

fieldset {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

fieldset.legend {
        font-size: 1em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto !important;
        padding:0 10px;
        border-bottom:none;
		 }
.miniAvatar{
	width: 30px;
	color: transparent;
	margin-right:5px;
}

.form-tags-required {
    position: absolute;
    left: 0;
    opacity: 0;
    display: block !important;
    top: 10px; // depends on your form, adapt it
}

[data-pnotify].pnotify.stack-bar-top {
  width: 100%;
  border-radius: 0;
}
.ui-front {
    z-index: 500 !important;
}

.tinymce5Minimal
{
	height:250px !important;
}