/*
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 : 10-Jul-2019, 09:09:42
    Author     : shady
*/

.custombg{
    background-color: #232F3E !important; 
}

.text-bright-orange {
    color : #F8991D;
}


.btn-primary {
    background-color: #232F3E; 
    border-color: #232F3E; 
    color: #fff;
}


.dropdown-item.active{
    color: #fff;
    text-decoration: none;
    background-color: #232F3E !important;
}


.table .thead-dark th{
    color:#fff;
    background-color: #232F3E !important;
    border-color:#32383e
}