﻿body { padding: 0; margin: 0; font-family: Arial, Helvetica, sans-serif; }

::-webkit-input-placeholder { position: relative; top: 3px; text-align: center; color: #ccc; }
::-moz-placeholder { position: relative; top: 3px; text-align: center; color: #ccc; }
:-ms-input-placeholder { position: relative; top: 3px; text-align: center; color: #ccc; }
:-moz-placeholder { position: relative; top: 3px; text-align: center; color: #ccc; }

form.ng-submitted .ng-invalid { border: 1px solid red; }

input, textarea, .input { padding: 4px 1px; }

    input:focus, input.input-validation-error:focus,
    textarea:focus, textarea.input-validation-error:focus { background-color: #ddd; }

.btn-default { padding: 5px 10px 4px; margin: 0 5px; background: #e1ffff; /* Old browsers */ background: -moz-linear-gradient(top, #e1ffff 0%, #e1ffff 7%, #e1ffff 12%, #fdffff 12%, #e6f8fd 30%, #c8eefb 54%, #bee4f8 75%, #b1d8f5 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1ffff), color-stop(7%,#e1ffff), color-stop(12%,#e1ffff), color-stop(12%,#fdffff), color-stop(30%,#e6f8fd), color-stop(54%,#c8eefb), color-stop(75%,#bee4f8), color-stop(100%,#b1d8f5)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #e1ffff 0%,#e1ffff 7%,#e1ffff 12%,#fdffff 12%,#e6f8fd 30%,#c8eefb 54%,#bee4f8 75%,#b1d8f5 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #e1ffff 0%,#e1ffff 7%,#e1ffff 12%,#fdffff 12%,#e6f8fd 30%,#c8eefb 54%,#bee4f8 75%,#b1d8f5 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #e1ffff 0%,#e1ffff 7%,#e1ffff 12%,#fdffff 12%,#e6f8fd 30%,#c8eefb 54%,#bee4f8 75%,#b1d8f5 100%); /* IE10+ */ background: linear-gradient(to bottom, #e1ffff 0%,#e1ffff 7%,#e1ffff 12%,#fdffff 12%,#e6f8fd 30%,#c8eefb 54%,#bee4f8 75%,#b1d8f5 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ffff', endColorstr='#b1d8f5',GradientType=0 ); /* IE6-9 */ }

    .btn-default:hover { background: #eeeeee; /* Old browsers */ background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* IE10+ */ background: linear-gradient(to bottom, #eeeeee 0%,#eeeeee 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */ }

.help-block { display: none; }
.form-control { margin: 0 0 20px; line-height: 0.8; }
    .form-control:focus { padding: 6px 12px; background-color: #f4f4f4; }

    .form-control::-webkit-input-placeholder { text-align: left; }
    .form-control::-moz-placeholder { text-align: left; }
    .form-control:-ms-input-placeholder { text-align: left; }
    .form-control:-moz-placeholder { text-align: left; }

.table { text-align: center; }

.navbar { border-radius:0; }
.navbar-fixed-top, .navbar-fixed-bottom { position: relative; }
.navbar-inverse { background-color: rgb(34, 34, 34) !important; border-color: rgb(8, 8, 8) !important; }
    .navbar-inverse .navbar-nav { width:100%; text-align:center; padding:1.12em; margin:0; }
        .navbar-inverse .navbar-nav > li { margin:0 auto; float:none; display:inline-block }
    .navbar-inverse .navbar-nav > li > a { color: rgb(153, 153, 153); text-decoration:none; }
        .navbar-inverse .navbar-nav > li > a:hover { color:#fff; }

@media only screen and (max-width: 768px) {
    .navbar-inverse .navbar-nav > li { float:left; width:100%; display:block; margin:0; text-align: left; }
}







input[type="checkbox"] { margin: 5px 2px 5px 0; display: inline-block; top: 0; }
label { min-width: 0; }

legend { width: auto; border: 0; padding: 0 5px; margin: 0 10px; }
fieldset { border: 1px solid #e5e5e5; border-radius: 5px; box-shadow: 0 5px 5px #eee; margin: 1.12em 0 30px; padding: 10px; }
    fieldset .btn-primary { margin: 0 5px; text-decoration:none; }
        fieldset .btn-primary:focus { border: 1px solid transparent; }

hr { margin: 0 0 20px; }

.col-2.event-btns div:nth-of-type(1) { width: 25%; }
.col-2.event-btns div:nth-of-type(2) { width: 75%; }

.navbar-nav > li > a { padding: 15px 10px; }

.panel-body { padding-bottom: 0; }

@media only screen and (min-width: 768px) {
    .btn-xs { font-size: 11px; }
}

@media only screen and (min-width: 1024px) {
    .btn-xs { font-size: 12px; }
}






/*Flex Elements*/
.parent { display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; }
    .parent.column { flex-direction: column; }
    .parent.center { justify-content: center; }
    .parent.right { justify-content: flex-end; }

    .parent.top { align-items: flex-start; }
    .parent.middle { align-items: center; }
    .parent.bottom { align-items: flex-end; }

    .parent.nowrap { flex-wrap: nowrap; }

    .parent div { flex-grow: 1; padding:0 5px; }

    .parent.dual div { padding: 0 50px; }






.testEntryLabels div:nth-of-type(2) { min-width:150px; max-width:150px; }

/*Sample Numbers*/
.sampleNum { min-width:150px; max-width:150px; }

.testEntryLabels div:before,
.sampleNum:before,
.weight .parent div:before,
.entryResult:before { content:"1"; float:left; clear:both; width:100%; }

/*Removal of all the before tags*/


.testEntryGrid .parent div:before { opacity:0; height:0px; margin-bottom:3px; }

.disabled-input-cover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
}
.disabled-input-cover:hover { cursor: no-drop; }

.testEntryGrid .parent .valueTitle { /*display: none;*/ visibility:hidden; height:0; line-height:0; margin:0; }
.testEntryGrid .parent:nth-of-type(3) .valueTitle { /*display: block;*/ visibility: visible; height: auto; line-height: normal; margin: 1.12em 0; }




.testEntryGrid .parent:nth-of-type(3) .sampleNum:before,
.testEntryGrid .parent:nth-of-type(3) .weight .parent div:before,
.testEntryGrid .parent:nth-of-type(3) .entryResult:before { display:none; }

.testEntryLabels div:nth-of-type(1):before { content:"Name"; }
.testEntryLabels div:nth-of-type(2):before { content:"Date"; }

.sampleNum:before { content:"Sample #"; }

.weight div { padding:0; }
    .weight div div { padding:0 5px; }
.weight .parent div { width:20%; }

.weight .parent div.weight-a:before { content:"Weight A"; }
.weight .parent div.beaker-number:before { position:absolute; top:0; content:"Beaker #"; white-space:nowrap }
.weight .parent div.insol:before { content:"Skip Insol"; }
.weight .parent div.weight-b:before { content:"Weight B"; }
.weight .parent div.weight-c:before { content:"Weight C"; }
.weight .parent div.weight-d:before { content:"Weight D"; }
    .weight .parent div.beaker-number { width: 70px; padding:0 10px 0 0; text-align: center; display: flex; flex-direction: column; justify-content: center; }

        .weight .parent div.beaker-number span { padding: 12px 0 0; }


/*.insol input[type="checkbox"] { left:60px; }*/


.entryResult { min-width: 200px; max-width: 200px; }
.entryResult:before { content:"Result"; }

@media only screen and (max-width: 992px) {
    .parent div { padding:0 2px; }
    .form-control { margin:10px 0; padding:3px 5px; }
    .entryResult { min-width:150px; max-width:150px; }
}

@media only screen and (max-width: 768px) {
    .testEntryGrid .parent.nowrap { flex-wrap:wrap; }

    .testEntryGrid .sampleNum,
    .testEntryGrid .entryResult { width:100%; min-width:0; max-width:100%; }
    .testEntryGrid .weight .parent div { width:100%; padding:0; }

    .testEntryGrid .sampleNum { border-top:3px dotted #eee; padding-top:20px; }

    .testEntryGrid .parent div:before { opacity:1; height:auto; }

    .weight .parent div.beaker-number { flex-direction:row; text-align:left; margin:5px 0 10px; font-weight:bold; }
    .weight .parent div.beaker-number:before { position:relative; width:100px; }
    .weight .parent div.beaker-number span { width:100%; }
}

@media only screen and (max-width: 500px) {
    .testEntryLabels div:nth-of-type(1),
    .testEntryLabels div:nth-of-type(2) { width:100%; min-width:0; max-width:100%; }
}












/*Header
------------------------------------------------------------------------------------------------------------*/

/*Navigation
------------------------------------------------------------------------------------------------------------*/
.app-button { float: left; width: 100%; margin: 0; }
    .app-button button, .app-button a { float: left; text-decoration: none; color: #fff; background: #053d5e; margin: 0 5px 0 0; padding: 5px 8px; font-weight: 300; font-size: 14px; vertical-align: middle; height: 30px; box-shadow: none; border: none; border-radius: 0; }
    .app-button a { padding-top: 8px; height: 15px; }
        .app-button button:hover, .app-button a:hover { background-color: #53a59a; }
        .app-button button:focus, .app-button a:focus { outline: none; }

/*Login Page - Content
------------------------------------------------------------------------------------------------------------*/
.Employee-Login { display: table; max-width: 544px; width: 100%; margin: 0 auto; }
    .Employee-Login .logo { text-align: center; padding-bottom: 10px; }
    .Employee-Login .login-content { border: 3px solid #189ddf; display: block; float: left; max-width: 544px; width: 100%; margin: 0 auto; background-color: #1682c0; padding: 35px 160px; }
        .Employee-Login .login-content input { width: 100%; margin-bottom: 8px; text-align: center; }
        .Employee-Login .login-content p { font-size: 9.26px; color: #fff; text-align: center; }
        .Employee-Login .login-content .table { margin: 0; }
            .Employee-Login .login-content .table .td { width: 33.33%; vertical-align: middle; }
        .Employee-Login .login-content .app-button button { width: 100%; margin: 10px 0; padding: 12px 0; height: auto; font-size: 22px; }

@media only screen and (min-width: 100px) {
    .Employee-Login .login-content { padding: 25px; }
}

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
    .Employee-Login .login-content { padding: 35px 160px; }
}

@media only screen and (min-width: 1024px) {
}

/*Content
------------------------------------------------------------------------------------------------------------*/

.table tr:nth-of-type(odd) { background-color: #e1f1ff; }
.table tr:first-of-type { background-color: #fff; }


.table tr:hover { background-color: #c0e2ff; }
.table tr:first-of-type:hover { background-color: #fff; }

.table th,
.table td { border-right: 1px solid #ccc; }

    .table th:last-of-type,
    .table td:last-of-type { border-right: none; }

.table th { border-top: 0 !important; }

.table.tleft th,
.table.tleft td { text-align: left; }

.table.clients th,
.table.clients td,
.table.invoices th,
.table.invoices td,
.table.sampleList th,
.table.sampleList td,
.table.adminList th,
.table.adminList td { vertical-align: middle; }

@media only screen and (min-width: 768px) {
    label { font-size: 12px; }

    .table.clients th,
    .table.clients td,
    .table.invoices th,
    .table.invoices td,
    .table.sampleList th,
    .table.sampleList td,
    .table.adminList th,
    .table.adminList td { font-size: 0.55em; }

    .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td { font-size: 0.55em; vertical-align: middle; }
    table .form-control { margin-bottom: 0; text-align: right; }
}

@media only screen and (min-width: 1024px) {
    label { font-size: 14px; }

    .table.clients th,
    .table.clients td,
    .table.invoices th,
    .table.invoices td,
    .table.sampleList th,
    .table.sampleList td,
    .table.adminList th,
    .table.adminList td { font-size: 0.7em; }

    .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td { font-size: 0.7em; }
}

@media only screen and (min-width: 1280px) {
    label { font-size: 16px; }

    .table.clients th,
    .table.clients td,
    .table.invoices th,
    .table.invoices td,
    .table.sampleList th,
    .table.sampleList td,
    .table.adminList th,
    .table.adminList td { font-size: 0.9em; }

    .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td { font-size: 0.9em; }
}

@media only screen and (min-width: 1366px) {
    .table.clients th,
    .table.clients td,
    .table.invoices th,
    .table.invoices td,
    .table.sampleList th,
    .table.sampleList td,
    .table.adminList th,
    .table.adminList td { font-size: 1.0em; }

    .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td { font-size: 1.0em; }
}

/*Special
------------------------------------------------------------------------------------------------------------*/
.modal { overflow-y: none; }
.modal-dialog { position: static; }
.cursor-pointer { cursor: pointer; }

.dual-col-dd { white-space: normal; padding-bottom: 10px; }
    .dual-col-dd div { font-size: 12px }

.typeahead-container ul.dropdown-menu { max-height: 275px; overflow-y: auto; }

/*Paging Routine
------------------------------------------------------------------------------------------------------------*/
.pager { margin: 5px 0 0; }
    .pager span.page { width: 40px; padding: 3px 2px 1px; margin: 0 5px; display: inline-block; position: relative; top: 2px; cursor: pointer; }
    .pager .current-page { border: 1px solid #51A095; border-radius: 5px; box-shadow: 0 0 5px #ddd; }

/*Popup Display Dialog and Alert Box
------------------------------------------------------------------------------------------------------------*/

/*Boostrap Modal Form (size option)
------------------------------------------------------------------------------------------------------------*/
.modal-form { width: 75%; }

.modal-sm-form { width: 75%; max-width: 575px; }
.model-xs-form { width: 75%; max-width: 575px; max-height:200px !important; }

/* Test entry
------------------------------------------------------------------------------------------------------------*/
.modified { border:1px solid orange; }
.locked { border: 1px solid #008dd4; -webkit-box-shadow: 0px 0px 7px 0px #46c1ff; -moz-box-shadow: 0px 0px 7px 0px #46c1ff; box-shadow: 0px 0px 7px 0px #46c1ff; }
.input-changed { border-bottom: 3px solid #ffff00; }
.input-verified { border-bottom: 3px solid #00c100; }
.input-conflict { border-bottom: 3px solid #c70000; }
.test-entry-container .form-control { margin: 0; }
.snack-bar { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 1200; background-color: #800a00; opacity: .9; padding: 0 25px; border-top-left-radius: 6px; border-top-right-radius: 6px; color: #e2e2e2; border-top: 3px solid #760900; border-left: 3px solid #760900; border-right: 3px solid #760900; }
tr.do-not-print { border-left: 4px solid #ff4700; }

tr.un-verifiable { color: #d8140e; }

.errorIcon-spacer { display: inline-block; width: 16px; }
.errorIcon { cursor: pointer; }

.warningIcon {
    color: orange
}

/** KEEP AT BOTTOM 
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }
.data-loading { display: none !important; }

form.ng-submitted .ng-invalid { border: 1px solid red; }

.error-label { color: red; }

.fieldset-div { border: none; border-radius: unset; box-shadow: none; margin: 0 !important; }

.st-hidden { visibility: hidden; }