/*bottone personalizzato creato dal backend*/

.square-button {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    box-shadow: 0 0 7px #aaa;
    display: block;
    position:relative;
    overflow:hidden;
}

.square-button img{
	width:auto;
	height:100%;
	max-height:100%;
}

.square-button:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #003f7d;
    text-align: center;
}

/*BOTTONI*/

.btn-grid-update{
	padding:2px
}

@media (max-width: 360px) {
	
	.btn-group > a{
  		width:100%;
  		margin: 5px;
  		border-radius: 4px !important;
  	}
  	
  	#modalFooter .btn-group > a{
		width:inherit;
		margin: inherit;
	}
	
	#modalFooter .btn-group > a:first-child{
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}
	
	#modalFooter .btn-group > a:nth-child(2){
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
	}
}

.label-edit {
    background-color: #ffb84d !important;
    color: #444	 !important;
}

.label-modifica {
    background-color: #d2d6de !important;
    color: #3c8dbc	 !important;
}
