﻿/*Taken out by VisibleIndustry*/
/*
body {
    padding-top: 0px;
    padding-bottom: 20px;
}
*/

label { /*This overrides the label a bit so we get the right bold look.*/
    font-weight: 700 !important;
    font-family: NoirPro-SemiBold;
}

.label-light { /*This overrides the label a bit so we get the right bold look.*/
    font-weight: 400 !important;
    font-family: NoirPro-Light;
}

.label-medium { /*This overrides the label a bit so we get the right bold look.*/
    font-weight: 400 !important;
    font-family: NoirPro-Medium;
}


.mdl-card {
    font-size: 18px !important;
    font-family: NoirPro-Light !important;
    font-weight: 500 !important;
}

.pick-list-detail-row {
    font-family: NoirPro-Light !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}

.main-menu-item {
    font-size: 16px !important;
    font-family: NoirPro-Medium;
}

.main-submenu-item {
    font-size: 14px !important;
    font-family: NoirPro-Medium !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FFFFFF;
}

.mdl-navigation__link {
    font-family: NoirPro-Light !important;
    font-weight: 500 !important;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.drop-area {
}

.order-detail-drop-area-visible {
    background-color: silver;
    height: 10px;
}

.identitification-column-wide {
    width: 600px;
    min-width: 600px;
}


.rowtableheader {
    font-weight: 600;
}

table {
    border-spacing: 0px 0;
}

td {
    padding: 0px 5px 0px 0px;
}

.table-horz-scroll {
    Overflow-x: scroll;
    overflow: scroll;
    height: 100px;
    width: 200px;
}

/*This will change to do the box thing*/
input {
    border: 1px solid #d8d8d8;
}

/*
    From here on in are the VisibleIndustry changes

*/

/* --BODY AND FONT-- */

@font-face {
    font-family: DINPro-Light;
    src: url(../content/fonts/DINPro-Light.ttf), url(../Content/fonts/DINPro-Light.eot) format('truetype');
}

@font-face {
    font-family: DINPro-Regular;
    src: url(../content/fonts/DINPro-Regular.ttf), url(../Content/fonts/DINPro-Regular.eot) format('truetype');
}

@font-face {
    font-family: Heimat-Mono;
    src: url('../content/fonts/HeimatMono.ttf') format('truetype');
}

@font-face {
    font-family: "NoirPro-Light";
    src: url('../content/fonts/NoirPro/NoirPro-Light.ttf') format('truetype');
}

@font-face {
    font-family: "NoirPro-Medium";
    src: url('../content/fonts/NoirPro/NoirPro-Medium.ttf') format('truetype');
}

@font-face {
    font-family: "NoirPro-SemiBold";
    src: url('../content/fonts/NoirPro/NoirPro-SemiBold.ttf') format('truetype');
}


body {
    font-family: NoirPro-Medium;
    /*font-family: DINPro-Regular;*/
}




html, body {
    margin: 0;
    display: table;
    height: 100%;
    width: 100%;
}


.mdl-layout__content {
    height: 100%;
}
/* --HEADER-- */




.viNav {
    max-height: 60px;
    background-color: #FFF;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px, #999;
}

.headMenu {
    width: 100%;
    max-height: 60px;
    margin: 0px;
    padding-bottom: 10px;
}

.navLogo {
}

img.navLogo {
    width: 90%;
    height: auto;
    max-width: 276px;
}

.navMenu {
    position: absolute;
    right: 1px;
    top: 4px;
}

.navDropMenu {
    margin-right: 0px;
    position: absolute;
    right: 1px;
    top: 40px;
}




/* --FOOTER-- */

.wrapper {
    padding: 20px;
    width: 100%;
    max-width: 1200px;
}

footer {
    display: table-row;
    height: 1px;
    font-size: 18px;
}




/* --OTHER-- */

input {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid black;
}

.datepicker {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid black;
    text-align: center;
    width: 170px;
}

.ui-datepicker {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid black;
    text-align: center;
    width: 170px;
}

.topButtons {
    padding-bottom: 5px;
    padding-left: 25px;
}

/*Testing*/

div#script {
    position: relative;
    width: 100%;
}

div#scriptEditor {
    position: absolute;
    width: 100%;
    top: 60px;
    right: 0px;
    background-color: ghostwhite;
}

div.argNav {
    top: 60px;
    height: 100%;
}



.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}


/*TESTINGSTOP*/

.navbarGlyph {
    padding-right: 7px;
}


.scriptNav {
    padding-right: 10px;
    text-align: center;
    height: 50px;
    width: 160px;
}

.runDropdown {
    max-width: 160px;
}


.problemWithInput {
    background-color: orange;
}

/*Testing*/
.orderContainer {
    margin: 15px;
}

/*Asset BindIdentity sub-value fields*/
.formElementInput {
    width: 300px;
    max-width: 300px;
}



/*For some reason this kills the drop down menu.  GSH 10.9.17*/
.containerInOrder {
    margin: auto;
    text-align: center;
    padding: 10px;
    overflow-y: hidden;
}
/*
.cirContainer {
    position: relative;
    width: 30%;
}


.scriptInfoContainer {
    position: relative;
    width: 70%;

}*/

.page-content {
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
}

.panel-expansion {
    background-color: #FFFFFF;
}

.panel-shrink {
    background-color: #FFFFFF;
}


.big-span-button {
    font-size: 20px;
    padding: 4px 6px 0px 7px;
    background-color: #000000;
}

    .big-span-button span {
        color: white;
    }

.medium-span-button {
    font-size: 16px;
    padding: 2px 4px 0px 7px;
    margin-top: 10px;
}


.little-span-button {
    font-size: 12px;
    padding: 2px 4px 2px 4px;
    background-color: #FFFFFF;
}


.document-instance-tab {
    padding-top: 0px;
    padding-bottom: 0px;
    top: 10px;
}



.mapControl {
    pointer-events: auto;
}

.inputOrder {
    width: 180px;
}

.transparent {
    background: #7f7f7f;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    padding: 5px;
}

.search-text {
    border-bottom: 1px solid gray;
    max-width: 140px;
    margin-left: 2px;
}

.search-box {
    border-color: gray;
    border-style: solid;
    border-radius: 4px;
    width: 250px;
}


.oSearchInput {
    width: 90px;
    /*border-bottom: 0px;*/
    border-radius: 4px;
}

.oSearchInputMedium {
    width: 150px;
}

.oSearchInputMediumId {
    width: 170px !important;
}

.oInput {
    width: 60px;
    background-color: rgb(223,220,227);
    border-bottom: 4px;
    border-radius: 4px;
    margin-bottom: 4px;
}

.oInputNumeric {
    text-align: right;
}


.oInputLg {
    width: 140px;
}

.oInputLarge {
    width: 140px;
}

.oInputMedium {
    width: 100px;
}


.oInputVeryLarge {
    width: 95%;
    max-width: 400px;
}

.input-row {
    margin-top: 14px;
    max-height: 24px
}

.input-button {
    font-size: 12px;
}

.input-group.date {
    width: 170px;
    height: 24px
}

.form-control.date {
    width: 140px;
    height: 24px;
    font-size: 14px;
    background-color: rgb(223,220,227);
}

.input-group-addon.glyphicon.glyphicon-calendar {
    border: 0px;
    background-color: white;
    font-size: 18px;
    top: 0px;
    padding: 0px
}

.button-save {
    font-size: 20px;
}


.mdl-layout__content {
    background-color: #FFFFFF;
}

.view-card-event.mdl-card.mdl-card-entry-form {
    width: 98%;
    height: 98%;
    margin-left: 16px;
    margin-bottom: 16px;
    border-radius: 6px;
    /*background: #2196F3;*/
    background: #FFFFFF;
}

.view-card-event.mdl-card {
    border-radius: 4px;
}

.gray-background {
    background-color: #EEEEEE;
}

.data-row {
    height: 40px;
    margin-left: -20px!important;
    margin-right: -20px!important;
}

.data-col {
    padding-top: 10px;
}

.user-controls {
    margin-top: 4px;
}

.input-row {
    margin-top: 14px;
    max-height: 24px
}

.input-button {
    font-size: 12px;
}


.line-action-buttons-div {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pickListDetailItem {
    width: 100% !important;
}

.pick-list-detail-container {
    padding-right: 0px !important;
}

.text-narrow {
    font-size: smaller;
}


.dropdown-container {
    position: relative;
    border: 0px solid #ccc;
    aaaheight: 0px;
}

.dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    overflow-y: auto;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.dropdown-content-a {
    color: red;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    height: 14px;
}

.dropdown-container:hover .dropdown-content {
    display: block;
}

.contact-search-host {
    height: 100px;
}
.contact-search-result-item {
    height: 14px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.contact-search-result-item-a {
    height: 14px;
    margin: 0px 0px 0px 0px;
    padding-top: 0px !important;
    padding-bottom: 18px !important;
}

.contact-search-result-detail {
    font-size: 14px !important;
    font-style: italic !important;
    font-weight: 200 !important;
}

.material-create-controls {
height: 70px!important;
}

.material-search-host {
    height: 100px;
}

.material-search-result-item {
    height: 14px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.material-search-result-item-a {
    height: 14px;
    margin: 0px 0px 0px 0px;
    padding-top: 0px !important;
    padding-bottom: 18px !important;
}

.material-search-result-detail {
    font-size: 14px !important;
    font-style: italic !important;
    font-weight: 200 !important;
}


.mdl-button-narrow {
    min-width: 40px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.operand-button {
    border: solid 1px black;
    border-radius: 3px;
    background-color: white;
    padding-top: 6px;
    padding-bottom: 6px;
}


.navbar-default {
    background-color: white !important;
    border-bottom-width: 0 !important;
}

.vi-logo-login {
    object-fit: contain;
    width: var(--vi-logo-login-width);
    height: var(--vi-logo-login-height);
    content: var(--vi-header-logo-content);
}



@media (max-width: 768px) {

    .navbar-brand {
        padding-left: 10px;
    }

    .vi-logo-login {
        max-height: 32px;
        width: auto;
        margin-top: 5px;
    }
}


.vi-button {
    background-color: rgb(122,189,189);
    color: #FFFFFF;
    font-size: 16px;
}

    .vi-button.active {
        background-color: rgb(122,189,189);
        color: #000000;
        font-size: 16px;
    }

@media (max-width: 768px) {

    .vi-button {
        background-color: rgb(122,189,189);
        color: #FFFFFF;
        font-size: 12px;
        width: 200px !important;
    }

        .vi-button.active {
            background-color: rgb(122,189,189);
            color: #000000;
            font-size: 12px;
            width: 200px;
        }
}

@media (max-width: 768px) {
    .create-button-text {
        display: none;
    }

    .mdl-button {
        padding-left: 8px !important;
        padding-right: 8px !important;
        min-width: 40px !important;
        width: 40px !important;
        margin-bottom: 4px !important;
    }
}


.vi-date-button {
    font-size: 30px;
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    background-color: #FFFFFF;
    color: rgb(122,189,189);
    border-radius: 4px;
}

.panel-group {
    width: 100% !important;
}

.panel-heading {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0.5em !important;
}

.panel-medium-dark {
    background-color: rgb(75, 139, 189) !important;
    color: rgb(255, 255, 255) !important;
}

.new-production-order-button {
    width: 250px !important;
    margin-top: 10px;
}

.td-table-property-caption {
    min-width: 200px !important;
}


.form-title {
    font-size: 30px;
    margin-top: 20px;
}

.form-title-inside {
    font-size: 20px;
    margin-top: 20px;
}

.scroll-container {
    width: 100%; /* Your visible container size */
    height: 100%;
    font-size: 10px;
    overflow-x: auto; /* Enables horizontal scroll */
    border: 1px solid #ddd; /* Optional styling */
}

.wide-row {
    width: 1400px; /* Explicit full width of the scrollable content */
    white-space: nowrap; /* Prevents wrapping of columns */
}

.vi-mdl-card-100 {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


.order-detail-display {
    width: 100% !important;
}

.pick-narrow-column {
width: 70px!important;
}

@media (max-width: 0px) {
    .mdl-layout__drawer {
        display: none !important;
    }

    .mdl-layout__header {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .mdl-layout__content {
        margin-left: 0 !important;
    }

    .mdl-layout__header .mdl-layout__drawer-button {
        VVVdisplay: none !important;
    }
}







/*phone adjustments*/
@media (max-width: 1100px) {
    .vi-date-button {
        font-size: 22px;
        padding-top: 2px;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        background-color: #FFFFFF;
        color: rgb(122,189,189);
        border-radius: 2px;
    }

    .user-management-section-user-name {
        display: none;
    }

    .view-card-event.mdl-card.mdl-card-entry-form {
        margin-left: 2px !important;
        margin-top: 2px !important;
        font-size: 14px !important;
    }

    .oSearchInput {
        width: 70px !important;
    }

    .SsSelectBox select {
        width: 70px !important;
    }

    .search-on-date {
        width: 40px !important;
    }

    .document-header-date {
        width: 70px !important;
    }

    .document-overview-item-email, document-overview-item-information, .document-overview-item-open {
        display: none;
    }

    .document-overview-item-information {
        display: none;
    }

    .form-title {
        font-size: 16px !important;
        margin-top: 6px;
    }

    .form-title-inside {
        font-size: 12px;
        margin-top: 4px;
    }

    .panel-group-script-response {
        margin-bottom: 2px !important;
    }

    .control-text {
        display: none;
    }

    .control-icon {
        padding: 0px;
    }

    .document-instance-tab {
        padding-left: 12px !important;
        padding-right: 12px !important;
        top: 0px;
    }

    .document-status-select {
        margin-top: 10px !important;
    }

    .page-content-child {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .page-content {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .mdl-grid {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100% !important;
    }

    .field-name-table {
        display: none !important;
    }

    .field-name-card {
        font-style: italic;
        font-size: 14px;
    }

    .order-detail-title-row {
        display: none !important;
    }

    .container {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .td-table-property-caption {
        min-width: 130px !important;
        max-width: 130px !important;
    }

    .pick-pc-only {
        display: none !important;
    }
}
@media (min-width: 1100px) {
    .pick-not-pc-only {
        display: none !important;
    }

    .pick-pc-only-hide {
        display: none !important;
    }

}


    @media (min-width: 851px) {
        .field-name-card {
            display: none !important;
        }

        .phone-only {
            display: none !important;
        }
    }

    .search-width-small {
        width: 100px;
    }

    .search-width-wide {
        width: 100%;
    }