﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.indented-horizontal-rule {
    margin-left: 15px;
    margin-right: 15px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.marginTop15 {
    margin-top: 15px;
}

.redFont {
    color: red;
}

#layoutHeader {
    position: sticky;
    top: 0;
}

.displayNone {
    display: none;
}

.noBullet {
    list-style-type: none;
}

/* Sticky footer styles-------------------------------------------------- */

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}


button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    font-size: 14px;
    position: relative;
    height: 100%;
}

body {
    /* Margin bottom by footer height */
    height: 100vh;
    width: 100%;
    min-height: 100vh;
}

nav {
    background-color: #00b6e4;
    color: white;
}

    nav > div > a {
        text-decoration: none;
        color: white !important;
        font-size: 22px;
        font-weight: bold;
        font-family: Roboto, sans-serif;
    }

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.viewer {
    height: 80vh;
    /*overflow-y: hidden;
    clear: both;*/
}

.savePDFButton {
    margin-bottom: 15px;
    margin-right: 15px;
}

.signSavePDFButton {
    margin-bottom: 15px;
}

.cancelButton {
    margin-bottom: 15px;
    margin-left: 15px;
}

.headerText {
    text-decoration: none;
    color: white !important;
    font-size: 22px;
    font-weight: bold;
    font-family: Roboto, sans-serif;
}

.header-BoxShadow {
    box-shadow: 0px 5px 5px black;
}

.hidden {
    display: none;
}

/*Hide the save signature option on the signature dialog*/
#pdfViewerSignature_appearance > div {
    display: none;
}

#_font_signature3 {
    display: none !important;
}

#e-item-pdfViewerSignature_tab_1, #e-item-pdfViewerSignature_tab_2 {
    display: none;
}


/*Hide the Type and Upload signature options as they do not flatten correctly */
/*#e-item-pdfViewerSignature_tab_1, #e-item-pdfViewerSignature_tab_2 {
    display: none;
}*/
/*increase the checkbox control size on small displays so they are easier to interact with.*/
@media only screen and (max-width: 600px) {
    input [type="checkbox"].e-pdfviewer-formFields:nth-child(1) {
        -webkit-transform: translate(0px,-5px) scale(2.5) !important;
        transform: translate(0px,-10px) scale(2.5) !important;
        zoom: 100% !important;
    }

    input[type="checkbox"].e-pdfviewer-formFields:nth-child(2) {
        -webkit-transform: translate(0px, 5px) scale(2.5) !important;
        transform: translate(0px, 10px) scale(2.5) !important;
        zoom: 100% !important;
    }
}


.submitContentContainer {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
}

    .submitContentContainer > * {
        flex: 1 100%;
    }

.submitDocumentView {
    order: 2;
    flex: 3 10px;
}

.submitSidePanel {
    order: 3;
    flex: 1;
}

form {
    height: 100%;
}

.pdfViewerContainer {
    height: 85vh;
}

.therapyTypeLabel {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 150px;
    vertical-align: text-bottom;
}

.required:after{
    content: " *";
    color: red;
    font-weight: bold;
}