﻿@media print {
    /* Print-specific styles go here */
    body {
    }

    .no-print {
        display: none; /* Hide elements with the class 'no-print' */
    }

    .dialog-header {
        margin-top: 10px;
        height: 45px;
        color: black;
        background-color: white;
        display: none !important;
    }

    /* Target Bootstrap form controls and remove borders */
    .form-control,
    .form-control:focus {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        /* Optional: set a background color to white if the input has a background in screen view */
        background-color: #fff !important;
        display: inline-flex !important;
        font-family: Segoe UI,Helvetica Neue, Arial, Helvetica, sans-serif;
        font-size: 100%;
        font-weight: 400;
    }

    /* Target Bootstrap input groups to remove borders between elements if necessary */
    .input-group-text,
    .input-group-text:focus {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        background-color: #fff !important;
    }

    select {
        /* Standard property for modern browsers */
        appearance: none !important;
        -webkit-appearance: none !important; /* Chrome, Safari, Edge, Opera */
        -moz-appearance: none !important; /* Firefox */
    }

    .card {
        border: none !important;
    }

    .card-header {
        background-color: none !important;
    }

    #header {
        /*background-image: url(../images/headerback.gif);
	background-repeat: repeat-x;*/
        height: 87px;
        /*border-bottom: 5px #8E9FA9;
    border-bottom-color: #8E9FA9;*/
        color: #000;
        background-color: #FFF;
        border-bottom: 2px solid #FFF;
        background-repeat: repeat-x;
        background-image: none;
        top: 0px;
        height: 100px;
        width: 100%;
    }

    .header-text-right-boardname {
        position: absolute;
        text-align: center;
        top: 8px;
        left: 40px;
        color: #000;
        font-size: 24px;
        font-weight: 400;
        line-height: 28.8px;
        text-transform: uppercase;
    }

    .header-text-right-eventname {
        position: absolute;
        text-align: center;
        top: 32px;
        left: 40px;
        color: #000;
        font-size: 20px;
        font-style: italic;
        font-weight: 400;
        text-shadow: none;
    }

    .btn {
        border: none !important;
    }

    h4.page-heading {
        text-align: center !important;
    }
}
