﻿.img-border {
    border: 1px solid #ddd;
}

#SPLDCaclOut .form-group > .form-inline:first-child {
    width: 50%;
    text-align: right;
}

.calc {
    border: solid 1px #ddd;
    background-color: white;
    padding: .15em;
    width: 5em;
    text-align: right;
    margin-bottom: .1em;
}

.operator {
    display: inline-block;
    width: .7em;
}

.no-op {
    margin-left: 1.1em;
}

.div-loader {
    position: relative;
}

.select-loader {
    position: absolute;
    display: inline-block;
    top: -12em;
    text-align: center;
    width: 100%;
}

.h4, .h5, .h6 {
    display: block;
    font-weight: bold;
}

.h4 {
    font-size: 1.25em;
}

.h5 {
    font-size: 1.1em;
}

.h6 {
    font-size: 1em;
}


.inline {
    display: inline-block;
}

.row.collapsed hr {
    margin-top: .5em;
    margin-bottom: .5em;
    width: 80%;
}

.cl-notes {
    margin-top: 1.5em;
}

[data-alert] label {
    color: white;
}

.prv-note {
    font-size: .9em;
    text-align: right;
}


#PumproomCalcOut .row .form-inline > label:first-child:not(.calc),
#WaterTempCalcOut .row .form-inline > label:first-child {
    width: 50%;
    text-align: right;
}

.divShowOnPrint {
    display: none;
}

#lblMismatch {
    width: 100%;
    background-color: yellow;
    display: none;
    text-align: center;
}

[data-hide="1"] {
    display: none;
}

.exhaust-tbl,
.exhaust-tbl-calc {
    width: 40%;
    margin: auto;
}

.exhaust-tbl {
    padding-left: 5%;
}

.exhaust-tbl-calc td:nth-child(2) span:first-child {
    border: 1px solid #ddd;
    /*display: inline-block;
    width: 3rem;
    text-align: right;*/
    padding-right: .25rem;
}

.exhaust-tbl tbody tr,
.exhaust-tbl thead,
.exhaust-tbl-calc tbody tr,
.exhaust-tbl-calc thead {
    background: none;
}

.exhaust-tbl tbody td,
.exhaust-tbl-calc tbody td {
    padding: .25rem .625rem;
}

.exhaust-tbl-heading {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.alert-box {
    width: 100%;
    text-align: center;
}

    .alert-box.alert {
        background-color: #cc4b37;
        color: #fefefe;
    }

    .alert-box.success {
        background-color: #3adb76;
        color: #0a0a0a;
    }

    .alert-box.info {
        background-color: #1779ba;
        color: #fefefe;
    }

.line {
    display: block;
    width: 3em;
    border-top: 2px solid black;
}


.tblShowOnPrint {
    display: none;
}

.exhaust-img {
    clear: both !important;
    width: 100% !important;
    left: -5em !important;
}

.cl-img {
    width: 60%;
    margin-left: 20%;
}

.bold.yellow-background {
    font-weight: bold;
    background-color: yellow !important;
}


.calc-logo {
    float: left !important;
    top: -1.25em !important;
    /*top: -1.65em!important;*/
    /*top:-3.5em!important;*/
}

#lblLengthWarning {
    /*visibility:hidden;*/
    display: none;
    background-color: indianred;
    color: white;
}

.cl-indent {
    margin-left: 2em;
}

.cl-box {
    display: inline-block;
    width: 86%;
}

.cl-inline-lbl {
    display: inline;
}

.cl-help label {
    font-size: .85em !important;
}

.cl-fk-input {
    display: inline-block;
    width: 86%;
    height: 2.5em;
    padding-left: .5em;
    padding-top: .25em;
    border: 1px solid rgba(0,0,0,.5);
    border-top: 2px solid rgba(0,0,0,.5);
    background-color: #e6e6e6;
}

    .cl-fk-input label {
        font-weight: normal;
        color: black;
    }

.cl-strong {
    font-weight: bold !important;
}

.cl-prnt-msg {
    font-size: .8em;
}

#CoolingLoopCalcOut strong {
    display: block;
    font-weight: bold !important;
    padding: 0px;
    /*font-size: 10px !important;*/
}

#PLDCalc .hidden {
    display: none !important;
}

#PLDCalcOut .Yellow label {
    background-color: yellow!important;
}
#PLDCalcOut .LightGreen label {
    background-color: lightgreen!important;
}

#PLDCalcOut .Red label {
    background-color:red!important;
}


#EngineSelectionRecall select {
    height: 600px !important;
}

#EngineSelectionRecall table {
    font-size: .9em;
    width: 80% !important;
}

    #EngineSelectionRecall table td {
        line-height: .95em !important;
    }

        #EngineSelectionRecall table td:nth-child(1) {
            font-weight: bold;
            text-align: right;
        }

        #EngineSelectionRecall table td:nth-child(2) {
            width: 50% !important;
        }


#PLDCalcRecall select {
    height: 600px !important;
}

#PLDCalcRecall table {
    font-size: .9em;
    width: 80% !important;
}

    #PLDCalcRecall table td {
        line-height: .95em !important;
    }

        #PLDCalcRecall table td:nth-child(1) {
            font-weight: bold;
            text-align: right;
        }

        #PLDCalcRecall table td:nth-child(2) {
            width: 30% !important;
        }

#CoolingLoopCalcRecall select {
    height:600px!important;
}

#CoolingLoopCalcRecall table {
    font-size:.9em;
    width:80%!important;
}

    #CoolingLoopCalcRecall table td {
        line-height:.95em!important;
    }


#CoolingLoopCalcRecall table td:nth-child(1) {
    font-weight:bold;
    text-align:right;
    width:50%!important;
}

#CoolingLoopCalcRecall table td:nth-child(2) {
    width:50%!important;
}

@media only screen and (max-width:1020px) {
    .exhaust-tbl-calc,
    .exhaust-tbl {
        width: 80%;
        padding: 2.5%;
    }

        #PLDCalcRecall select {
        height:250px!important;
    }
}


@page {
    margin: 1mm !important;
}
 


@media only screen and (max-width:840px) {
    .exhaust-tbl-calc,
    .exhaust-tbl {
        width: 100%;
        padding: 0px;
    }

    #PLDCalcRecall select {
    height:250px!important;
    }

    #PLDCalcRecall table {
        width:100%!important;
    }
}

@media only screen and (max-width:1320px) and (min-width:1000px) {
    #CoolingLoopCalc .row.expanded .large-4.large-offset-4 {
        width: 60% !important;
    }

    #CoolingLoopCalc .row.expanded .large-3.large-offset-1 {
        width: 100%;
    }

     #PLDCalcRecall table {
        width:100%!important;
    }
}

@media only screen and (max-width:1600px) and (min-width:1320px) {
    .cl-indent {
        width: 110%;
    }
}

@media print {
    .row.expanded.red-header {
        margin-top: -55px;
    }

    .ng-pristine.ng-valid {
        display: none !important;
    }

    a[href]:after {
        content: none !important;
    }


    .divShowOnPrint {
        display: block;
    }

    #FuelCalcResultPrint hr {
        display: block;
        border-bottom: 1px solid #cacaca;
        width: 100%;
    }

    .exhaust-tbl {
        width: 100%;
        margin: 0px;
    }

    .exhaust-tbl-calc {
        width: 60%;
        margin: auto;
    }

        .exhaust-tbl-calc td {
            width: 5% !important;
            text-align: center;
        }

            .exhaust-tbl-calc td:nth-child(2) {
                width: 90% !important;
                text-align: left;
            }


    .exhaust-tbl thead th {
        font-size: .9em;
        padding: 0px;
        text-align: center;
    }

    .exhaust-tbl tbody td,
    .exhaust-tbl-calc tbody td {
        padding: 0px;
    }


    .page-information {
        display: none;
    }

    hr {
        display: block;
        border-bottom: 1px solid black;
        width: 100%;
    }


    #SPLDCaclOut .img-center {
        width: 100%;
    }

    h4 {
        padding-top: .25em;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    h5 {
        padding-top: .25em;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .generic-content {
        margin-top: -25px;
    }

    .footer-notes {
        padding-top: .5em;
        font-size: .9em;
        line-height: .95em;
    }

    .calc-container {
        padding: 0px;
    }

    #PumproomCalcOut {
        margin-top: -1.5em;
    }

        #PumproomCalcOut .calc-group {
            padding: 5px 0px 2px 0px !important;
        }

        #PumproomCalcOut label {
            font-size: .75em;
        }

        #PumproomCalcOut .row expanded div {
            margin-top: 0px;
            margin-bottom: 0px;
        }

    .prout-print-lbl {
        width: 60% !important;
    }

    #WaterTempCalcOut {
        margin-top: -1.5em;
    }

        #WaterTempCalcOut .row .form-inline > label:first-child {
            margin-left: -4em;
        }

    #ExhaustSizingCalcOut {
        font-size: .76em;
        margin-top: -1.8em;
    }


        #ExhaustSizingCalcOut label {
            line-height: .82em;
            font-size: .8em !important;
        }

        #ExhaustSizingCalcOut .calc-group {
            border: none;
            padding: 5px 0;
        }

    .exhaust-notes {
        font-size: .72rem;
    }

    .exhaust-tbl .row .xlarge-12 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: -3em;
    }

    .exhaust-img {
        width: 45% !important;
        left: 1em !important;
        margin-top: -.55em !important;
    }

    td .divShowOnPrint .exhaust-img {
        margin-top: -2.1em !important;
    }

    .exhaust-input-row label {
        font-weight: normal;
    }

    .line {
        width: 3.75em;
    }

    .exhaust-lbl {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    .exhaust-tbl-heading h5 {
        padding: 0px;
        margin: 0px;
    }

    .exhaust-tbl tbody td {
        padding: 0px !important;
    }

    .divShowOnPrint .row.expanded .xlarge-12.columns h4 {
        padding: 0px;
        margin-top: -10px !important;
        margin-bottom: 0px !important;
    }

    [data-alert] {
        background-color: indianred !important;
        -webkit-print-color-adjust: exact;
    }

        [data-alert] label {
            background-color: indianred !important;
            color: white !important;
            padding: 2px;
            -webkit-print-color-adjust: exact;
        }

        [data-alert].success {
            background-color: green !important;
            -webkit-print-color-adjust: exact;
        }

            [data-alert].success label {
                background-color: green !important;
                -webkit-print-color-adjust: exact;
            }

        [data-alert].info {
            background-color: yellow !important;
            -webkit-print-color-adjust: exact;
        }

            [data-alert].info label {
                background-color: yellow !important;
                -webkit-print-color-adjust: exact;
            }

    #CoolingLoopNoCalcOut {
        font-size: .83em;
    }

        #CoolingLoopNoCalcOut label {
            font-size: .85em !important;
        }

    #CoolingLoopCalcOut label { 
        font-size: .7em !important;
    }

    #CoolingLoopNoCalcOut h3,
    #CoolingLoopCalcOut h3 {
        margin: 0px;
        padding: 0px;
        margin-top: -1.5em;
    }

    #CoolingLoopCalcOut h5 {
        display: inline;
        float: left !important;
    }

    #CoolingLoopNoCalcOut strong,
    #CoolingLoopCalcOut strong {
        display: block;
        font-weight: bold !important;
        padding: 0px;
        line-height: .69em;
    }

    #CoolingLoopNoCalcOut .row.expanded.calc-group {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    #CoolingLoopCalcOut .row.expanded.calc-group {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    #CoolingLoopNoCalcOut h4,
    #CoolingLoopCalcOut h4 {
        float: left !important;
        margin-left: -1em !important;
    }

    .cl-date {
        display: inline-block;
        width: 6em;
        font-size: 1em;
        padding-left: .2em;
        padding-top: .1em;
        margin-top: .2em;
        margin-left: .15em;
    }

    #CoolingLoopCalcOut .cl-date {
        display: inline-block;
        width: 6em;
        font-size: .9em;
        padding-left: .2em;
        padding-top: .15em;
        margin-top: .1em;
        margin-left: .15em;
    }

    .cl-move-up {
        display: inline-block !important;
        margin-top: -1.1em !important;
    }

    .cl-notes {
        font-size: .72em;
        margin-top: .15em;
    }

    .cl-img {
        width: 46%;
        margin-left: 27%;
    }

    .cl-log-no {
        font-size: .7em;
    }

    .pld-tbl,
    .pld-tbl-si {
        border-collapse: collapse;
        margin: 0px;
    }

        .pld-tbl tr,
        .pld-tbl-si tr {
            height: .73em;
            padding-top: 1px;
            padding-bottom: 1px;
        }

        .pld-tbl td {
            border: 1px solid black;
            width: 25%;
            font-size: .71em;
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .pld-tbl tr td:nth-child(2) {
            width: 55%;
        }

        .pld-tbl tr td:nth-child(1) {
            width: 20%;
        }

        .pld-tbl td label,
        .pld-tbl-si td label {
            font-size: .72em;
        }

        .pld-tbl-si td {
            border: 1px solid black;
            font-size: .70em;
            padding-top: 0px;
            padding-bottom: 0px;
        }


        .pld-tbl-si tr td:nth-child(3) {
            width: 25%;
        }


        .pld-tbl-si tr:first-child td:nth-child(2) {
            width: 75%;
        }

        .pld-tbl-si tr:not(:first-child) td:nth-child(1) {
            width: 51% !important;
        }

        .pld-tbl-si tr td:nth-child(1) {
            width: 19%;
        }

        .pld-tbl-si tr td ol {
            padding-bottom: 0px;
            margin-bottom: 2px;
        }

            .pld-tbl-si tr td ol li {
                font-size: .8em;
                margin-top: 2px;
                margin-bottom: 0px;
            }

    #PLDCalcOut {
        margin-top: -28px !important;
    }



        #PLDCalcOut h4, #PLDCalcOut h5, #PLDCalcOut h6 {
            padding: 0px !important;
            margin: 0px !important;
        }

        #PLDCalcOut h6 {
            font-size: .76em;
        }

        #PLDCalcOut div label {
            font-size: .73em;
        }

    [data-sf-element="Column 1"] {
        display: none !important;
    }

    .pld-modified {
        font-size: .75em;
    }
}
