/*
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 : 17 нояб. 2020 г., 13:15:06
    Author     : volodia
*/

.btn-ssm{
    padding-top: 0.1rem;
    padding-right: 0.3rem;
    padding-bottom: 0.1rem;
    padding-left: 0.3rem;
    font-size: .800rem;
    line-height: 1.5;
    border-radius: .2rem;

}


.bts-ssm-link{
    
    padding-top: 0.1rem;
    padding-right: 0.3rem;
    padding-bottom: 0.1rem;
    padding-left: 0.3rem;
    font-size: .800rem;
    line-height: 1.5;
    border:0;

}



.row-table:nth-child(odd){
    background-color: rgba(0,0,0,.05);   
}



.sidebar-sticky {
    position: absolute;
}

.hidden{
    display: none;
}

.linkCoursor{
    cursor: pointer;
}


.grecaptcha-badge { visibility: hidden; }


div.row-table:hover{
     background: #cccfce;
}

