@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

/*.pin-entry-form {
    position: absolute;
    top: 5vh;
    left: 15vw;
    background: #fff;
    width: 70vw;
    height: 90vh;
    padding: 40px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    align-content: center;
    display: flex;
    display: -webkit-flex;*/
    /*display: -webkit-box;*/ /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    /*display: -ms-flexbox;*/ /* TWEENER - IE 10 */
    /*flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}*/

.radio-input {
    height: 40px;
    width: 40px;
}

.radio-input-label {
    vertical-align: text-bottom;
    padding: 0px 30px 0px 10px;
}

.upload-fullscreen {
    min-width: 60vw;
    max-width: 60vw;
    min-height: 10vh;
    background-color: lightgoldenrodyellow;
    margin: 0;
    left: 20%;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

    .upload-fullscreen:hover {
        background-color: lightblue;
    }

    .upload-fullscreen.is-dragover {
        background-color: lightblue;
    }

.mat-file-upload-content {
    font-size: large !important;
}


nextcircle {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}

    nextcircle:hover {
        background-color: #ddd;
        color: black;
    }

.previous {
    background-color: #f1f1f1;
    color: black;
}

.next {
    background-color: #4CAF50;
    color: white;
}

.round {
    border-radius: 50%;
    width: 50px;
}


.pin-entry-form {
    position: absolute;
    top: 5vh;
    left: 15vw;
    background: #fff;
    width: 70vw;
    height: 90vh;
    padding: 40px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    align-content: center;
}

.side-panels {
    width: 20vw;
}

.button-holder-questions {
    max-height: 8vh;
    height: 8vh;
/*    padding: 10px;*/
    display: inline-block;
    margin: 5px 10px 15px 10px;
    min-width: 100%;
}

.button-holder-questions-slim {
    max-height: 8vh;
    /*    padding: 10px;*/
    display: inline-block;
    margin: 5px 10px 15px 10px;
    min-width: 100%;
}


.parent {
    position: relative;
    box-sizing: unset !important;
}

.button-holder {
    max-height: 6vh;
    height: 6vh;
    padding: 10px;
    display: inline-block;
    width: 60vw;
}

hr.solid {
    border-top: 3px solid #bbb;
}

.selected {
    background: #7F7F7F !important;
    color: #FFFFFF !important;
}


.button-one {
    background: #FFFFFF; /* background color */
}

.button-two {
    background: #FFFFFF;
}

.button-one,
.button-two {
    color: #1d1d1d; /* text color */
    display: inline-block;
    border-radius: 0; /* square corners */
    padding: inherit;
    text-transform: uppercase; /* all capital letters */
    font-weight: 700;
    letter-spacing: 1px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 30%;
}

    .button-one:hover,
    .button-two:hover {
        background: #D4D4D4;
    }


.agreement {
/*    overflow: scroll;*/
    display: block;
 /*   width: 60vw;*/
/*    height: 70vh;*/
}

.breakdown {
    overflow: scroll;
}

.noheader {
    height: 85vh !important;
    min-height: 85vh !important;
}

.tp-header {
    background: url(../images/tplogo-trans.png) center no-repeat;
    height: 10vh;
    display: inline-table;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}


.redbutt {
    background-color: #A62034 !important;
}

.agreeded {
    max-height: 6vh;
    height: 6vh;
    display: inline-table;
    display: -webkit-box;
}

.myh1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}


.agreeded-label {
    vertical-align: bottom;
    display: table-cell;
    font-size: large;
    font-weight: bold;
}

.points {
    padding-left: 15px;
}

.sub-points {
    display: flex;
    display: -webkit-flex;
    /*display: -webkit-box;*/ /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    padding-left: 20px;
}

/*.button-holder {
    display: grid;
    max-height: 6vh;
    height: 6vh;
    padding: 10px;
}*/
.tp-button-small {
    background: linear-gradient(#9dcb00,#7cb800);
    border-radius: 4px;
    color: #fff;
    padding: 20px;
}

.tp-button-small:hover {
    background: linear-gradient(#7dab00,#6aa300);
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

    .tp-button-small:disabled {
        background-color: lightgray;
    }

.tp-button {
    background: linear-gradient(#9dcb00,#7cb800);
    border-radius: 4px;
    color: #fff;
    padding: 20px;
    height: 80px;
    font-size: xx-large;
    width: -webkit-fill-available;
}
    .tp-button:hover {
        background: linear-gradient(#7dab00,#6aa300);
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }

    .tp-button:disabled {
        background-color: lightgray;
    }

.flexy {
    display: flex;
    display: -webkit-flex;
    /*display: -webkit-box;*/ /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    /*max-height: 57vh;*/
/*    display: -webkit-inline-box;*/
}

.flexy-accept {
    display: flex;
    display: -webkit-flex;
    /*display: -webkit-box;*/ /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
   /* max-height: 57vh;*/
 /*   display: -webkit-inline-box;*/
}

.central {
    text-align: center;
    width: 100%;
        
}

.pe-button-small {
    background-color: #fe8a02;
    color: #fff;
    border-radius: 4px;
    padding: 20px;
}

    .pe-button-small:hover {
        background-color: #fe8a02;
        color: #ffd2a6;
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }

    .pe-button-small:disabled {
        background-color: lightgray;
    }

.pe-button {
    background-color: #fe8a02;
    color: #fff;
    border-radius: 4px;
    display: grid;
    padding: 20px;
    height: 80px;
    font-size: xx-large;
    width: -webkit-fill-available;
}
    .pe-button:hover {
        background-color: #fe8a02;
        color: #ffd2a6;
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    }

    .pe-button:disabled {
        background-color: lightgray;
    }

.pe-header {
    background: url(../images/protocol.jpg) center no-repeat;
    height: 10vh;
    display: inline-table;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

app {
    position: relative;
    display: block
        /*display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    display: -ms-flexbox; 
    display: -webkit-flex;*/
}

.top-row {
    height: 3.5rem;
    display: flex;
    /*display: -webkit-box;*/ /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            /*display: -webkit-box;*/ /* OLD - iOS 6-, Safari 3.1-6, BB7 */
            display: -ms-flexbox; /* TWEENER - IE 10 */
            display: -webkit-flex;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }

    .pin-entry-form {
        left: 0vw;
        width: 100vw;
        padding: 5px;
    }

    .myh1 {
        display: block;
        font-size: 1.17em;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
    }

}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {


    .agreement {
/*        overflow-y: scroll !important;*/
        display: block !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .agreeded {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .button-holder {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    /*.pin-entry-form {
        display: contents !important;
    }*/

    .side-panels {
        display: none !important;
    }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .pe-button {
        font-size: large !important;
    }

    .tp-button {
        font-size: large !important;
    }
}


@media (max-device-height: 800px) and (max-device-width: 830px)
{


    .agreement {
/*        overflow: scroll !important;*/
        display: block !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .agreeded {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .button-holder {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    /*.pin-entry-form {
        display: contents !important;
    }*/
    .side-panels {
        display: none !important;
    }
    
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .pe-button {
        font-size: large !important;
    }

    .tp-button {
        font-size: large !important;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    .agreement {
/*        overflow-y: scroll !important;*/
        display: block !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .agreeded {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .button-holder {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .pe-button {
        font-size: large !important;
    }

    .tp-button {
        font-size: large !important;
    }

    /*.pin-entry-form {
        display: contents !important;
    }*/

    .side-panels {
        display: none !important;
    }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .pe-button {
        font-size: large !important;
    }

    .tp-button {
        font-size: large !important;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    .agreement {
/*        overflow-y: scroll !important;*/
        display: block !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .agreeded {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .button-holder {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .pe-button {
        font-size: large !important;
    }

    .tp-button {
        font-size: large !important;
    }

    /*.pin-entry-form {
        display: contents !important;
    }*/

    .side-panels {
        display: none !important;
    }
}


/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .pe-button {
        font-size: large !important;
    }

    .tp-button {
        font-size: large !important;
    }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    .agreement {
/*        overflow-y: scroll !important;*/
        display: block !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .agreeded {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .button-holder {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .pe-button {
        font-size: large !important;
    }

    .tp-button {
        font-size: large !important;
    }

    /*.pin-entry-form {
        display: contents !important;
    }*/

    .side-panels {
        display: none !important;
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) 
    {
        /*.agreement {
        overflow-y: unset !important;
        }

        .flexy {
            max-height: unset !important;
        }*/
    }
}


@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) {
    .agreement {
        /*        overflow-y: scroll !important;*/
        display: block !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}


@media only screen
and (device-width : 375px)
and (device-height : 812px)
and (-webkit-device-pixel-ratio : 3) {
    .agreement {
        /*        overflow-y: scroll !important;*/
        display: block !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}


@media only screen
and (device-width : 414px)
and (device-height : 896px)
and (-webkit-device-pixel-ratio : 3) {
    .agreement {
        /*        overflow-y: scroll !important;*/
        display: block !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}



.navbar-tp {
    width: 60%;
    background-color: white;
    overflow: auto;
    height: 5vh;
    min-height: 5vh;
    max-height: 5vh;
    left: 20%;
}

    /* Navigation links */
    .navbar-tp a {
        float: left;
        border: 1px solid #3f2893;
        color: white;
        text-decoration: none;
        font-size: 15px;
        width: 100%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
        text-align: center; /* If you want the text to be centered */
    }

        /* Add a background color on mouse-over */
        .navbar-tp a:hover {
            background-color: #3f2893;
            
        }

.navbar {
    width: 60%;
    background-color: white;
    overflow: auto;
    height: 5vh;
    min-height: 5vh;
    max-height: 5vh;
    left: 20%;
}

    /* Navigation links */
    .navbar a {
        float: left;
        border: 1px solid #2943bf;
        color: white;
        text-decoration: none;
        font-size: 15px;
        width: 100%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
        text-align: center; /* If you want the text to be centered */
    }

        /* Add a background color on mouse-over */
        .navbar a:hover {
            background-color: #f2f2f2;
        }

/* Add responsiveness - on screens less than 500px, make the navigation links appear on top of each other, instead of next to each other */
@media screen and (max-width: 500px) {
    .navbar-tp a {
        float: none;
        display: block;
        width: 100%;
        left: unset;
        text-align: center; /* If you want the text to be left-aligned on small screens */
    }
    .navbar-tp {
        width: 90%;
        background-color: white;
        overflow: auto;
        height: 5vh;
        min-height: 5vh;
        max-height: 5vh;
        left: 5%;
    }
 
}

div.furloughTable {
    border: 1px solid #1C6EA4;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.divTable.furloughTable .divTableCell, .divTable.furloughTable .divTableHead {
    border: 1px solid #D2D2D2;
    padding: 3px 2px;
}

.divTable.furloughTable .divTableBody .divTableCell {
    font-size: 13px;
}

.divTable.furloughTable .divTableHeading {
}

.divTable.furloughTable .divTableHeading .divTableHead {
    font-size: 15px;
    font-weight: bold;
    border-left: 2px solid #D0E4F5;
}

.divTable.furloughTable .divTableHeading .divTableHead:first-child {
    border-left: none;
}

.furloughTable .tableFootStyle {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background: #D0E4F5;
    background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    border-top: 2px solid #444444;
}

.furloughTable .tableFootStyle {
    font-size: 14px;
}

.furloughTable .tableFootStyle .links {
    text-align: right;
}

.furloughTable .tableFootStyle .links a {
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

.furloughTable.outerTableFooter {
    border-top: none;
}

    .furloughTable.outerTableFooter .tableFootStyle {
        padding: 3px 5px;
    }
/* DivTable.com */
.divTable {
    display: table;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    display: table-header-group;
}

.divTableCell, .divTableHead {
    display: table-cell;
}

.divTableHeading {
    display: table-header-group;
}

.divTableBody {
    display: table-row-group;
}