﻿body {
}

.card-title {
    float: left;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}

.label {
    display: inline-block;
    margin-bottom: 0rem;
    font-weight:400;
    font-size:15px;
}

.controlFont11
{
	font-family:Verdana;
	font-weight:bold;
	font-size:8pt;
	margin-left: 0px;
}

.controlFont
{
	font-family:Verdana;
	font-weight:bold;
	font-size:8pt;
}

.controlFont1
{
	font-family:Verdana;
	font-size:8pt;
}

.controlFontTesting
{
    border-radius: 0.9rem;
    padding: 1px; 
    height: 18px; 
    width: 70px;
    padding: 0px 5px;
    font-size: 12px;
    color: white; 
    background-color: green;
}

.statusCellStyle {
    border-radius: 0.9rem;
    padding: 1px; 
    height: 18px; 
    width: 70px;
    padding: 0px 5px;
    font-size: 12px;
    color: white; 
    background-color: green;
}
.GridColor{
    background-color:#008000;
    color:white;
    width:30px;
    font-size:12px;
    font-weight:200;
    height:12px;
    border-radius:0.5rem;
    padding:2px 5px;
}

.controlFontPrintSlipHeader
{
	font-family:Courier New;
	font-weight:bold;
	font-size:15pt;
}
.controlFontPrintSlip
{
	font-family:Courier New;
	font-weight:bold;
	font-size:12pt;
    margin-bottom: 0px;
}

  .line {
        flex-grow: 1;
        height: 1px;
        background-color:#f24f00;
        margin: 0 10px; 
       
        }

    #headerText span {
            font-size: 14px; 
            color: #17a2b8; 
            font-weight: bold;
        }

/*.table td, .table th {
    padding: 0.2rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size:12pt;
}*/