
.delete-img{
    position:absolute;
    top:0;
    right: 10%;
}
.img-dettaglio-news{
    margin-bottom:10px;
}
.i-tooltip hr {
  margin: 10px 0px;
}
.i-tooltip {
  top: -300% !important;
}
.toogle-bar-button{
    background:#fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    border: 1px solid #d2d6de;
    border-top: 0px;
    position: relative;
    border-radius: 3px;
    float:right;
    text-align: right;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.content-header h1.title-page{
    float:left;
    margin: 0;
    font-size: 24px;
}
.tab-ln {
    margin-top: 15px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.ui-sortable-helper {
    display: table;
}
.editing{
    background: #f1f1f1;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.ln-checkbox{
    margin-right: 5px;
    display: inline;
}
.progress {
    margin-top: 8px;
    background-color: #ffffff;
}
#nuovaCategoria{
    margin-bottom: 20px;
}
.success{
  color: #019853;
}
#collegamentoFrontoffice i{
  margin-right:3px;
}

.bg-grey{
   background-color: #F5F5F5 !important;
   border: 1px solid #ddd;
   color: #4A5A61 !important;
}
.bg-grey .inner{
  min-height: 110px;
}
.bg-grey .icon{
  color: rgba(182, 185, 190, 0.54);
}
.bg-grey .small-box-footer{
  background: rgba(160, 163, 171, 0.73);
}
.bg-grey .small-box-footer:hover, .bg-grey .small-box-footer:focus {
  background: rgb(210, 212, 215);
}
.plus-icon{
  position: absolute;
  font-size: 50%;
  bottom: 20px;
  left: -55%;
}
.content-header  {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width:990px){
  #collegamentoFrontoffice i{
    margin-right:0px;
  }
}

.box-body {
  position: relative;
}

.box-status-filtro {
  position: absolute;
  right: 10px;
  top: 10px;
}

.box-status-filtro select,
.box-status-filtro span {
  display: inline-block;
  width: auto;
}

.box-status-filtro select {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  padding: 3px 10px;
}
.overlay{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 23px;
  height: 23px;
}
.overlay-wrapper .overlay {
  z-index: 10000;
  display: block;
}
.overlay i{
  font-size: 23px;
}