.btn-gradient-default{
    background-image: rgba(226,226,226);
    border-color: #9b9b9b;
}
.bgColor-Red {background-color:#990000; color:#FFFFFF;}
.bg-disabled{background-color:#EEEEEE; cursor:default;}
.bg-title{background-color:#bfbfbf !important;}

.font-7pt{font-size:7pt;}
.font-8{font-size:8pt !important;}
.font-9{font-size:9pt !important;}
.font-10{font-size:10pt !important;}

fieldset{ border:1px solid #000; padding:5px; }
fieldset legend {font-size:9pt; padding:5px; width:auto;}
a{color:inherit;}
a:hover{ color:inherit; text-decoration:none; opacity:0.8; }

.fit-auto{height:calc(100% - 110px);}

.h-30px{height:30px;}
.h-200px{height:200px;}

.hidden{display:none;}

.bg-Zebra{background-color:#FFFFFF;}
.bg-Zebra:nth-child(odd){background-color:#EFEFEF;}
.bg-Zebra:hover{background-color:#94ddaa;}
.text-gray{color: #CCCCCC;}
.shadow{box-shadow:#222 5px 5px 5px -3px}
.cursor-hand{cursor:pointer !important;}

.dropdown-menu{margin-top:-5px;}

.btn {background-image: linear-gradient(#FFFFFF00, #00000033);}