﻿/* 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. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.navbar {
    box-shadow: 2px 2px 6px #cccccc;
} 

.navbar-brand {
    text-align: center;
    vertical-align: middle;
}

.disabled {
    display: none;
    min-height: 0px;
    max-height: 0px;
    /*pointer-events: none;
    opacity: 0.35;*/
}

.modal-header {
    color: #FFFFFF;
    min-height: 50px;
    max-height: 50px;
    font-weight: bold;
    font-size: 12pt;
    font-family: 'Open Sans' sans-serif;
    background-color: #01005c;
    border-bottom: solid 1px #e2e2e2;
    text-align: center;
    vertical-align: middle;

}

.modal-footer {
    padding: 3px;
    background-color: #d9d9d9;
    border-radius: 0px;
    border-top: solid 1px #01005c;
}

.disable {
    pointer-events: none;
    opacity: 0.65;
}

.title {
    padding: 8px;
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: bold;
    border-bottom: solid 1px #01005c;
}

.grid-row-validation-failed {
    background: mistyrose;
}

.aje-input-small {
    font-size: 8pt;
}

.control-label {
    font-size: 8pt;
    font-weight: bold;
}

.hourly-log-group, .temperature-log-group, .sample-receipting-group, .ash-data-log-group, .moisture-data-log-group, .airDryMoisture-data-log-group, .volatileMatter-data-log-group, .solventExtraction-data-log-group {
    float: left;
    padding: 4px;
    min-height: 35px;
}

#sortable1, #sortable2 {
    border: 1px solid #eee;
    width: 142px;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
    font-size: 8pt;
}

#sortable1 li, #sortable2 li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 8pt;
    width: 120px;
    background-color: white;
}

.aje-notification {
    padding: 10px;
    margin: 0 auto;
    width: 50%;
    display: none;
    text-align: center;
}

.aje-logo {
    position: absolute;
    top: 0;
    left: 10px;
    height: 50px;
    padding: 0px;
    margin: 0px;
}

.aje-message {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 50%;
    margin: auto;
    display: none;
    z-index: 9999;
}

.aje-message-outer {
    border: solid 1px #414141;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #7d7d7d;
    background-color: #FFFFFF;
}
.aje-message-inner {
    margin: 3px;
}

.aje-listbox {
    border: solid 1px #dbdbdb;
    padding: 4px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 4px #cecece;
    overflow-y: scroll;
    max-height: 300px;
    min-height: 300px;
}

.aje-label-lg {
    font-size: 10pt;
}

.aje-footer {
    min-height: 20px;
    max-height: 20px;
    box-shadow: -2px -2px 3px #cecece;
    background-color: #e4e4e4;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-family: 'Open Sans';
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
    padding-top: 2px;
}

.aje-footer-staging {
    min-height: 20px;
    max-height: 20px;
    box-shadow: -2px -2px 3px #cecece;
    background-color: #ffa400;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-family: 'Open Sans';
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
    padding-top: 2px;
}

.aje-footer-development {
    min-height: 20px;
    max-height: 20px;
    box-shadow: -2px -2px 3px #cecece;
    background-color: #00b1ff;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-family: 'Open Sans';
    font-size: 8pt;
    font-weight: normal;
    text-align: center;
    padding-top: 2px;
}

.aje-quicklink {
    float: left;
    padding: 4px;
}

.aje-form-control-sm {
    display: block;
    width: 100%;
    height: 22px;
    padding: 4px 7px;
    font-size: 7pt;
    min-width: 40px;
    line-height: 1;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/*CSS for the temperature log inner table section accordion*/
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin: 5px 0px;
}

    .accordion:hover {
        background-color: #ccc;
    }

    .accordion:after {
        content: "\002B";
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .accordion.active:after {
        content: '\2212';
    }

.panel {
margin: 2px 0px;
padding: 0 18px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}

.panel > .row {
    margin-bottom: 10px;
}

.transparentButton {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

.aje-filter-textbox {
    margin-bottom: 10px;
    width: 50%;
    font-size: 9pt;
    height: 25px;
}

.datasheetlog-duplicate-synced {
    font-weight: bold;
}

.datasheetlog-duplicate-current {
    background: #bfd9f5 !important;
}

.theoreticalashlog-notwithinlimit-value {
    color: red !important;
}

.theoreticalashreport {
    width: 100%;
    margin: 20px auto;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.075);
    border-radius: 6px;
    position: relative;
    padding: 15px 20px 30px 20px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

div.ui-dialog-titlebar {
    color: #FFFFFF;
    min-height: 50px;
    max-height: 50px;
    font-weight: bold;
    font-size: 12pt;
    font-family: 'Open Sans' sans-serif;
    background-color: #01005c;
    border-bottom: solid 1px #e2e2e2;
    text-align: center;
    vertical-align: middle;
}






