.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;
	
}


.btn-cauta-operatiuni {
	width:65px;
	height:18px;
    color: #7274DF;
    background-color: white;
	border: 1px solid #7274DF !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-cauta-operatiuni:hover {
	transform: scale(1.1);
    color: #fff;
    background-color: #7274DF;	
}


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

.button_fit{
    display:inline-block;	
}

.btn_disabled{
    color: white !important;
    background-color: #c7c3c3 !important;	
	border: 1px solid grey !important;
	
}





