﻿body {
   /* font-family: Arial;*/
  /*  font-family: Roboto;*/
    font-size: 12px;
    margin: 10px 20px 10px 10px;
}

textarea
{
    font-family:Inherit;
}

.container-div {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 100px;
}

/* textbox style section */
.number
{
	text-align: right;
}

.nameDiv
{
    width: 100%;
    background-color: #990000;
    padding: 5px 5px 5px 5px;
    color: White;
    font-size: 14px;
}

.link
{
    border-right-color: #FF0000;
    border-right-style: solid;
    border-right-width: thin;
    border-left-color: #FF0000;
    border-left-style: solid;
    border-left-width: thin;
}


.tableMenu
{
    border-bottom-color: #FF0000;
    border-bottom-style: solid;
    border-bottom-width: thin;
    /*border-top-color: #1E6DA5;
    border-top-style: solid;
    border-top-width: thin; */
}

.tableCaption caption
{
	background-image: url("captionRed.jpg");
	color: #000000;
	font-weight: bold;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.dropdown-item {
    /*font-size: 0.9rem !important;*/
}

.form-control {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
}

.btn-light {
    border-color: #c1c4c7 !important;
}

.table-nonfluid {
    width: auto !important;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #6c757d;
}

.header-red {
    background: #1b1c1d;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 !important;
}