/*
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 : 24 Nis 2022, 17:41:32
    Author     : user
*/

.bg-dark {
    background-color: #333333!important;
    color:#fff;
}
.bg-dark a{color:#fff}
.bg-dark a:hover{background:#666 !important;color:#fff}

.bg-grey {
    background-color: #d4d4d4!important;
    color:#333;
}


.bg-light-green {
    background-color: #dfffb1!important; color:#333;
}

.color-white {color:#fff}
.color-white a{color:#fff}
