.alerts-border {
    border: 3px #ff0000 dashed;
    animation: blink 1s;
    animation-iteration-count: 7;
	padding: 5px;
}
@keyframes blink { 50% { border-color:#4B4DDE; color: white; }  }



.btn-hover:hover {
    transition: transform .10s; /* Animation */	
	transform: scale(1.1);	
}


.btn-actiune-operatiuni {
	width:65px;
	height:18px;
    color: #FB2222;
    background-color: white;
	border: 1px solid #FB2222 !important;
    padding: 2px 5px;
	font-family: Montserrat-SemiBold !important; 
    font-size: 13px !important;
	line-height: 18px  !important;		
    cursor: pointer;
	text-align: center; 
    border-radius: 25px;
    transition: transform .2s; /* Animation */		
	text-decoration: none ; 	
}



.btn-actiune-operatiuni:hover {
	transform: scale(1.1);
    color: #fff;
    background-color: #FB2222;	
}


.btn-actiune-operatiuni:active{
    background-color: #FB2222;	
	border: 1px solid #7274DF;
	
}

.button_fit{
    display:inline-block;	
}

.tab-content {
    padding: 4px 2px 4px 2px;
	border: 0px solid blue;	
    color: #555;
    clear: both;
	height: 22px;
	min-width: 360px;
	max-width: 550px;
    line-height: 20px;
}

