﻿@import url("/OutSystemsUIWeb/Theme.BaseTheme.css?1452");

.Title.Heading2
{
 margin-top:30px !important;
}
.Actions
{
 margin-top:30px !important;
}


.Menu_TopMenuActive > div a,
.Menu_TopMenuActive > div a:visited,
.Menu_TopMenuActive > div a:hover,
.Menu_TopMenu:hover.Menu_TopMenuActive > div a {
    color: white;
    font-weight: var(--font-semi-bold);
}

:root
{
     /* Color - Brand */
    --color-primary: #227a02;;
    --color-secondary:#227a02;
}

.menu-icon-line
{
 background-color:white !important;   
}
a,a.visited
{
color: var(--color-primary);
}
.TableRecords .TableRecords_Header, .EditableTable thead th {
    border-bottom: 1px solid #ddd;
    color: white;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 0 10px 10px;
    text-transform: uppercase;
    background-color: #006442;
}

.desktop .TableRecords .TableRecords_Header.SortColumns_Sortable:hover {
    color: yellow !important;/*var(--color-primary);*/
    text-decoration: none;
}


.TableRecords .TableRecords_Header.SortColumns_Sorted {
   color: white;/*var(--color-primary);*/
    text-decoration: none;    
}
.signature-space {
    font-weight: bold;
    margin-top: 30px;
}
.signature-line {
    border-style: solid;
    border-width: 0px;
    font-weight: bold;
    margin-top: 10px;
}
.signature-input {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
}
.signature-date-input {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
}
.pos-served-table,
.pos-served-table tr {
    border: 1px solid #000;
    border-collapse: collapse;    
}

.pos-served-table tr {
    border-bottom: 1px solid #000;
}
.pos-served-table td {
    padding: 8px;
}

.pos-served-highlight-bg {
    background-color: #EEE;
}
