/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 4, 2021, 4:10:13 PM
    Author     : Administrator
*/

.ss_button_base
{
    min-width:5em;
    min-height:2em;
    border:1px solid lightgrey;
    border-radius:5px;
    
    background-color:#337ab7;
    color:white;
    
}

.ss_button_base:hover
{
    border:1px solid grey;
    cursor:pointer;
}

.ss_button_base:active
{
    border:1px solid red;
    box-shadow: 0 0px 4px 0px #646464;
    background-color:#81AB1C;
    color:white;
}

.ss_button_base_animation
{
    
}

.ss_button_base_animation:active
{
    border:1px solid #98BCDB;
    /*background-color:#98BCDB;*/
}