/*
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 : 30/06/2018, 11:25:17
    Author     : fernando
*/

body {
  font-size: 0.9rem;
}

.table > tbody > tr > .danger,
.table > tbody > .danger > td,
.table > tbody > .danger > th {
  background-color: #f2dede !important;
}

.table > tbody > tr > .success,
.table > tbody > .success > td,
.table > tbody > .success > th {
  background-color: #d0e9c6 !important;
}

.table > tbody > tr > .warning,
.table > tbody > .warning > td,
.table > tbody > .warning > th {
  background-color: #fcf8e3 !important;
}

.alert-minimalist {
/*	background-color: rgb(241, 242, 240);  */
        background-color: rgb(252, 2450, 136);
	border-color: rgba(149, 149, 149, 0.3);
	border-radius: 3px;
	color: rgb(149, 149, 149);
	padding: 10px;
}

.blocker {
    z-index: 1035;
    background-color: rgba(0,0,0,0.50);
}

.modal {
    overflow: visible;
}
/*
.card-body {
    color: #fff;  
}
*/
.card-body span#text{
    text-shadow: 1px 2px 5px #333;
    text-decoration: none;
}


