﻿/* Image display */
.logoDisplay{
    max-height: 300px; 
    max-width: 300px;
}

.actionIcon{    
    border: 1px solid #C0C0C0;
    margin-left: 2px;
    margin-top: 4px;
}

.svgIcon{
    height:16px;
    width:16px;
}

/* Text formating */
.actionResultSuccess{
    font-size: 10pt;
    color:green;

    margin:20px 0px;
}

.actionResultError{
    font-size: 10pt;
    color: #C84A48;
}

.actionResult {
    font-size: 10pt;
    margin: 16px 0px;
}

.actionLabel {
    padding: 10px;
    border-radius: 5px;
}

.summaryTable {
    float: right;
    margin-right: 50px;
}

    .summaryTable p {
        float: right;
        margin-right: 20px;
        font-size: 14pt;
    }

.summaryRowGross p{
    font-weight: bold;
}

.download-link {
    margin-left: 30px;
}

.big-text{
    font-size:14pt;
    color: #101010;
}

#invoice-sum-label{
    float:right;

    padding: 10px 10px 10px 10px;
    margin: 20px 0px 0px 0px;

    border-top: 1px solid black;
}

.subsidyResult {
    font-size: 14pt;
    text-decoration-line: underline;
    text-decoration-style: double;
}

/* Forms style */
.form-horizontal {
    min-width: 600px;
}

.action-buttons * {
    margin-right: 10px;
}

.form-group-space{
    overflow:hidden;
    margin-bottom: 10px;
}

.validation-summary ul{
    list-style-type: none;
    padding:0px;
    margin-bottom: 20px;
}

.formLabel{
    margin: 5px 20px;
}

.formCointainer{
    margin-bottom: 20px;
}

.formItemDropdown{
    padding:3px 5px;
    max-width: 400px;
}

.formItemDescriptionSmall{    
    text-align:right;
    width:150px;
    font-size: 14px;
}

.formItemDescriptionMedium {
    text-align: right;
    width: 200px;
    font-size: 14px;
}

.formItemDescriptionLarge{
    text-align: right;
    width: 300px;

    font-size: 10pt;
}

.bottom-button-group{
    margin-bottom: 20pt;
}

/* Table style */
.btn-addRow{
    margin-top: 40px;
}

.info-table label{
    margin:0px;
    font-weight: bold;
}

.info-table thead tr{
    background: #E0E0E0;
}

.info-table tbody tr{
    height: 30px;
}

.addressPreviewRow p{
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

/* Check Data table styles */
.invoicePreviewTable thead tr th{
    padding: 3px;
}

.invoicePreviewTable tbody tr td{
    padding: 2px;
}

.checkErrorTable tr td{
    border: 0 !important;
    vertical-align: middle !important;
}

.checkErrorTable tr td p {
    margin: 5px 0;
}

.hoverTable tbody tr:hover td {
    background-color: #F9F9F9;
}

/* Settings list */
.settings-list {
    list-style-type: none;
    margin-left: -25px;
}

.settings-list li{
    margin-bottom: 5px;
}

    .settings-list li input {
        margin-right: 10px;
    }