﻿body {
    background-color: #f0f0f0;
}

header {
    background-color: #00815D;
}
    header .ui.inverted.menu {
        border: 0;
        border-radius: 0;
        background-color: transparent;
    }
        header .ui.inverted.menu:first-child > .item:first-child {
            border-left: 1px solid #cccccc;
            border-right: 1px solid #cccccc;
            border-radius: 0;
            background-color: #ffffff;
        }

#menu-user {
    border-radius: 0;
    border-top: 0;
}

#main {
    padding: 2rem;
    margin-bottom: 2rem;
    background-color: #ffffff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.ui.cards .card a img {
    max-height: 200px;
    padding: 2rem;
    background-color: #eee;
}

#introduction .column:first-child {
    padding: 4rem;
}

#introduction .column:last-child h1,
#introduction .column:last-child .ui.message,
#introduction .column:last-child .ui.checkbox {
    margin-bottom: 2rem;
}

#application > .ui.steps {
    margin-bottom: 2rem;
}

#controls .ui.borderless.menu {
    padding: 1rem 0 0 0;
    border: 0;
    box-shadow: none;
}
    #controls .item {
        padding: 0;
    }

th.nopad,
td.nopad {
    padding: 0 !important;
}

td.sidepad {
    padding: 0 11px !important;
}

input.nopad {
    padding: 4px !important;
}

input[type="file"] {
    width: 350px !important;
}

#canvas-signature {
    height: 300px;
    width: 100%;
    margin-bottom: 0;
    border: 1px solid rgba(34, 36, 38, 0.15);
}
#canvas-signature + button {
    top: -4px;
}

#spouse-canvas-signature {
    height: 300px;
    width: 100%;
    margin-bottom: 0;
    border: 1px solid rgba(34, 36, 38, 0.15);
}
#spouse-canvas-signature + button {
    top: -4px;
}

.ui.menu .item.error {
    color: red !important; /* Change text color */
    border-bottom: 2px solid red !important; /* Underline in red */
}

.footer.segment {
    padding: 5em 0em;
}

@media screen {
    .no-screen {
        display: none;
    }
}

@media print {
    .no-print {
        display: none;
    }

    #print-header {
        display: block !important;
        margin: 2rem 0;
    }

    header {
        display: none;
    }

    #main {
        border: none !important;
        padding: 0;
    }

    #steps {
        display: none;
    }

    #footer {
        display: none;
    }

    #complete {
        display: none;
    }

    #controls {
        display: none;
    }

    #signature {
        display: none;
    }

    #step-1,
    #step-2,
    #step-3,
    #step-4,
    #step-5 {
        display: block !important;
        page-break-after: always;
    }
}
