﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: 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;
        }


.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;
}



canvas {
    background-color: #ffffff;
    display: block;
    position: fixed;
}

#bottom_nav_bar {
    background-color: darkgray;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    justify-content: left;
    align-content: center;
    padding-top: 10px;
    padding-bottom: 0px;
}


.pos_labels {
    margin-left: 10px;
    margin-right: 10px;
    width: 100px;
    height: 30px;
    background-color: white;
    border: 1px solid black;
    padding-top:2px;
    padding-left:5px;
}

.stat_labels {
    margin-left: 10px;
    margin-right: 10px;
    width: 500px;
    height: 30px;
    background-color: white;
    border: 1px solid black;
    padding-top: 2px;
    padding-left: 5px;
}



.top_toolbar_buttons {
    width: 60px;
    height: 100%;
    top: 0;
    padding-left: 5px;
    padding-top: 5px;
    position: relative;
    margin-top:5px;
}

#left_side_bar {
    height: 100%;
    width: 50px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: darkgray;
    overflow-x: hidden;
    padding-top: 65px;
    padding-left:5px
}

    #left_side_bar a {
        float: left;
        width: 40px;
        height: 40px;
        margin-top: 5px;
        position: relative;
    }

.container {
    position: relative;
    display: inline-block;
}

.dimension_inputs {
    position: absolute;
    margin: 0 auto;
    width: 50px;
}

.template_table_inputs {
    margin: 0 auto;
    width: 50px;
}

.job_info_inputs {
    margin: 0 auto;
    width: 50px;
}

.text_inputs {
    position: absolute;
    margin: 0 auto;
    width: 250px;
}


.form_control_buttons {
    background-color: #C0C0C0;
    position: absolute;
}

.navbar_top
.navbar-nav {
    overflow: hidden;
    background-color: darkgray;
    padding-left: 18px;
    height: 70px;
    top:0;
    left:0;

}

    .navbar-nav a {
        float: left;
        font-size: 8px;
        color: white;
        text-align: center;
        padding-top:5px;
        padding-bottom:5px;
        text-decoration: none;
        height: 55px;
        width: 55px;
    }

 

.center {
    display:flex;
    justify-content:center;
    align-items:center;
}


.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

.dropdown-content {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    max-width:100px;
}


    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/*Panel Tabs*/
.nav nav-pills{
    position: relative;
    top: 0;
    width: 100%;
    overflow: hidden;
    color:aqua;
    padding-left: 20px;
    background-color:lightgray;
}

.nav nav-tabs li{
    margin-left:5px;
}

    .nav nav-pills li:active {
        background-color: red;
    }

.my_container {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: white;
}

.my_center {
    margin: auto;
    border: 1px solid black;
    padding: 0;
}

.vert_col {
    margin: auto;
    padding: 0;
    width: 800px;
    height: 100vh;
    background-color: white;
}

.fp_vert_col {
    margin: auto;
    padding: 0;
    width: 800px;
    background-color: white;
}

.template_vert_col {
    margin: auto;
    padding: 0;
    width: 1000px;
    background-color: white;
}

#fp_summary_background {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: white;
}

#template_container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: white;
}

#fp_summary_container {
    justify-content: left;
    padding: 20px;
    margin: 20px;
    display: flex;
    flex-wrap: wrap;
}

#OpenJobTable {
    border-collapse: collapse;/*  Collapse borders */
    width: 100%;/*  Full-width */
    border: 1px solid #ddd;/*  Add a grey border */
    font-size: 12px;/*  Increase font-size*/ 
}

    #OpenJobTable th, #OpenJobTable td {
        text-align: center;/*  Left-align text */
        padding: 12px;/*  Add padding */
    }

    #OpenJobTable tr {
         /*Add a bottom border to all table rows */
        border-bottom: 1px solid #ddd;
    }

        #OpenJobTable tr.header, #OpenJobTable tr:hover {
             /*Add a grey background color to the table header and on hover */
            background-color: #f1f1f1;
        }

#OpenShapesTable {
    border-collapse: collapse;/*  Collapse borders */
    width: 100%;/*  Full-width */
    border: 1px solid #ddd;/*  Add a grey border */
    font-size: x-small;
}

    #OpenShapesTable th, #OpenShapesTable td {
        text-align: center; 
        width:115px;
        padding: 3px;/*  Add padding */
    }

    #OpenShapesTable tr {
         /*Add a bottom border to all table rows */
        border-bottom: 1px solid #ddd;
    }

        #OpenShapesTable tr.header, #OpenShapesTable tr:hover {
             /*Add a grey background color to the table header and on hover */
            background-color: #f1f1f1;
        }


#TemplatePropertiesTable {
    border-collapse: collapse;/*  Collapse borders */
    width: 100%;/*  Full-width */
    border: 1px solid #ddd;/*  Add a grey border */
    font-size: 12px;/*  Increase font-size */
}

    #TemplatePropertiesTable th, #TemplatePropertiesTable td {
        text-align: center;/*  Left-align text */
        padding: 12px;/*  Add padding */
    }

    #TemplatePropertiesTable tr {
         /*Add a bottom border to all table rows */
        border-bottom: 1px solid #ddd;
    }

        #TemplatePropertiesTable tr.header, #TemplatePropertiesTable tr:hover {
             /*Add a grey background color to the table header and on hover */
            background-color: #f1f1f1;
        }


#spinner-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
}

.TextNav {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid blue;
}

/*@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;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.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;
    }*/