
.amaga, .mostra, .sessio {
	cursor: pointer;
}

.show_estat {
	cursor: pointer;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.noticies li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.noticies li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

ol.estructura li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.estructura li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

.noticies li, .estructura li {
	display: table-row;
	
}

.noticies li span, .estructura li span  {
	display: table-cell;
	border-bottom: 1px solid black;
	padding: 5px 0;
}

.noticies li span span, .estructura li span span {
	display: inline;
	padding: 5px 10px;
	margin-right: 10px;
	}
 
.tipology .label {
	font-size: 95%;
	margin:3px;
	float: left;
}

.trash {
	cursor: pointer;
}

.navbar .divider-vertical {
height: 50px;
margin: 0 9px;
border-right: 1px solid #ffffff;
border-left: 1px solid #f2f2f2;
}

.navbar-inverse .divider-vertical {
border-right-color: #222222;
border-left-color: #111111;
}

@media (max-width: 767px) {
.navbar-collapse .nav > .divider-vertical {
    display: none;
  }
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.minimal-label {
    display: inline-block;
    color: black;
    font-size: 1.1rem;
    border: 1px solid black;
    border-radius: 0;
    padding: 5px;
    min-width: 35px;
}















