﻿/*H1 header for large metric or graph numbers*/
.mueller-h1 {
    color: #458AE5;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 36pt;
}

/*H2 header for page titles*/
.mueller-h2 {
    font-family: 'Sentinel' !important;
    font-weight: 500 !important;
    font-size: 26pt;
}

/*H3 header for card titles*/
.mueller-h3 {
    color: #458AE5; /*Doesn't match style guide - but does match screens*/
    font-family: 'Sentinel' !important;
    font-weight: 500 !important;
    font-size: 18pt;
}

/*H3 header alternate*/
.mueller-h3-roboto {
    color: #458AE5;
    font-family: 'Roboto' !important;
    font-weight: 500 !important;
    font-size: 18pt;
}

/*H4 header for navigation titles*/
.mueller-h4 {
    font-family: 'Sentinel' !important;
    font-weight: 500 !important;
    font-size: 14pt;
}

/*H5 header for large text links, modal step numbers*/
.mueller-h5 {
    color: #458AE5;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14pt;
}

/*H6 header for page tabs*/
.mueller-h6 {
    color: #5F676F;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14pt;
}

/*Navigation Section Labels*/
.mueller-sub-header {
    color: #458AE5;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 12pt;
}

/*Base text, Table data, Form inputs, breadcrumbs*/
.mueller-paragraph-1 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 12pt;
}

/*Column labels, Form placeholder text*/
.mueller-paragraph-2 {
    color: #5F676F;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    font-size: 12pt;
}

/*Tags*/
.mueller-body-1 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    font-size: 12pt;
}

/*Help text & labels*/
.mueller-body-2 {
    color: #458AE5;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    font-size: 12pt;
}

/*Graph labels*/
.mueller-body-3 {
    color: #E3E5E6;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    font-size: 12pt;
}

/*Fonts*/
.text-sentinel {
    font-family: 'Sentinel';
}

/*Colors*/
.text-blue {
    color: #007bff !important;
}

    .text-blue > a {
        color: inherit !important;
    }

        .text-blue > a:hover {
            color: #004a99;
        }

.text-skyblue {
    color: #458ae5 !important;
}

    .text-skyblue > a {
        color: inherit !important;
    }

        .text-skyblue > a:hover {
            color: #004a99;
        }

.text-indigo {
    color: #6610f2 !important;
}

    .text-indigo > a {
        color: inherit !important;
    }

        .text-indigo > a:hover {
            color: #3d0894;
        }

.text-purple {
    color: #6f42c1 !important;
}

    .text-purple > a {
        color: inherit !important;
    }

        .text-purple > a:hover {
            color: #432776;
        }

.text-pink {
    color: #e83e8c !important;
}

    .text-pink > a {
        color: inherit !important;
    }

        .text-pink > a:hover {
            color: #ac145a;
        }

.text-red {
    color: #EB687C !important;
}

    .text-red > a {
        color: inherit !important
    }

        .text-red > a:hover {
            color: #d11c37;
        }

.text-orange {
    color: #fd7e14 !important;
}

    .text-orange > a {
        color: inherit !important
    }

        .text-orange > a:hover {
            color: #aa4e01;
        }

.text-yellow {
    color: #F7BE2E !important;
}

    .text-yellow > a {
        color: inherit !important;
    }

        .text-yellow > a:hover {
            color: #b88607;
        }

.text-green {
    color: #11C27E !important;
}

    .text-green > a {
        color: inherit !important;
    }

        .text-green > a:hover {
            color: #096441;
        }

.text-teal {
    color: #20c997 !important;
}

    .text-teal > a {
        color: inherit !important;
    }

        .text-teal > a:hover {
            color: #127155;
        }

.text-cyan {
    color: #17a2b8 !important;
}

    .text-cyan > a {
        color: inherit !important;
    }

        .text-cyan > a:hover {
            color: #0c525d;
        }

.text-white {
    color: #fff !important;
}

    .text-white > a {
        color: inherit !important;
    }

        .text-white > a:hover {
            color: #ccc;
        }

.text-gray {
    color: #6c757d !important;
}

    .text-gray > a {
        color: inherit !important;
    }

        .text-gray > a:hover {
            color: #3d4246;
        }

.text-gray-dark {
    color: #343a40 !important;
}

    .text-gray-dark > a {
        color: inherit !important;
    }

        .text-gray-dark > a:hover {
            color: #060708;
        }

.text-black {
    color: #000 !important;
}

    .text-black > a {
        color: inherit !important;
    }

        .text-black > a:hover {
            color: #000;
        }

.text-muellerblue {
    color: #002C73 !important;
}

    .text-muellerblue > a {
        color: inherit !important;
    }

        .text-muellerblue > a:hover {
            color: #00050d;
        }

.text-dusk {
    color: #2854a0 !important;
}

    .text-dusk > a {
        color: inherit !important;
    }

        .text-dusk > a:hover {
            color: #14294e;
        }

.text-sky {
    color: #458AE5 !important;
}

    .text-sky > a {
        color: inherit !important;
    }

        .text-sky > a:hover {
            color: #1858ac;
        }

.text-darkeststeel {
    color: #5F676F !important;
}

    .text-darkeststeel > a {
        color: inherit !important;
    }

        .text-darkeststeel > a:hover {
            color: #303438;
        }

.text-darksteel {
    color: #A4A9AD !important;
}

    .text-darksteel > a {
        color: inherit !important;
    }

        .text-darksteel > a:hover {
            color: #6f767c;
        }

.text-lightsteel {
    color: #E3E5E6 !important;
}

    .text-lightsteel > a {
        color: inherit !important;
    }

        .text-lightsteel > a:hover {
            color: #adb3b6;
        }

.text-lightgreen {
    color: #D8F5EA !important;
}

    .text-lightgreen > a {
        color: inherit !important;
    }

        .text-lightgreen > a:hover {
            color: #87e0be;
        }

.text-lightred {
    color: #F3DFE2 !important;
}

    .text-lightred > a {
        color: inherit !important;
    }

        .text-lightred > a:hover {
            color: #d7959f;
        }

.text-farm {
    color: #B88C1D !important;
}

    .text-farm > a {
        color: inherit !important;
    }

        .text-farm > a:hover {
            color: #60490f;
        }

.text-lightyellow {
    color: #F4ECDA !important;
}

    .text-lightyellow > a {
        color: inherit !important;
    }

        .text-lightyellow > a:hover {
            color: #ddc48b;
        }
/**/

/*Style Guide Inputs*/
.edge-squared {
    border-radius: 0;
}

.btn-outline-darksteel {
    color: #A4A9AD;
    border-color: #A4A9AD;
    color: #A4A9AD;
}

    .btn-outline-darksteel:hover {
        color: #fff;
        background-color: #458AE5;
        border-color: #458AE5;
    }

    .btn-outline-darksteel:focus, .btn-outline-darksteel.focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(164,169,173,0.5);
        box-shadow: 0 0 0 .2rem rgba(164,169,173,0.5);
    }

    .btn-outline-darksteel.disabled, .btn-outline-darksteel:disabled {
        color: #A4A9AD;
        background-color: transparent;
    }

    .btn-outline-darksteel:not(:disabled):not(.disabled):active, .btn-outline-darksteel:not(:disabled):not(.disabled).active, .show > .btn-outline-darksteel.dropdown-toggle {
        color: #fff;
        background-color: #458AE5;
        border-color: #458AE5;
    }

        .btn-outline-darksteel:not(:disabled):not(.disabled):active:focus, .btn-outline-darksteel:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-darksteel.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 .2rem rgba(164,169,173,0.5);
            box-shadow: 0 0 0 .2rem rgba(164,169,173,0.5);
        }

    .btn-outline-darksteel:hover, .btn-outline-darksteel:focus, .btn-outline-darksteel .active {
        color: #fff;
        background: #458AE5;
    }

.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.text-muellerblue {
    color: #002C73 !important;
}

    .text-muellerblue > a {
        color: inherit !important;
    }

        .text-muellerblue > a:hover {
            color: #00050d;
        }

.bg-muellerblue {
    background-color: #002C73 !important;
    color: #fff
}

    .bg-muellerblue > a {
        color: inherit !important;
    }

        .bg-muellerblue > a:hover {
            color: #00050d;
        }

.btn-muellerblue {
    color: #fff;
    background-color: #002C73;
    border-color: rgba(0,0,0,0);
    box-shadow: none;
    font-family: "Roboto", sans-serif;
    font-size: 10pt;
    padding: 10pt 15pt 10pt 15pt;
    font-weight: 700;
    letter-spacing: 1.54px;
    text-transform: uppercase;
}

    .btn-muellerblue:hover {
        color: #fff;
        background-color: #2854A0;
        border-color: rgba(0,0,0,0);
    }

    .btn-muellerblue:focus, .btn-muellerblue.focus {
        color: #fff;
        background-color: #002C73;
        border-color: rgba(0,0,0,0);
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5);
    }

    .btn-muellerblue.disabled, .btn-muellerblue:disabled {
        color: #fff;
        background-color: #E3E5E6;
        border-color: rgba(0,0,0,0);
    }

.btn-mueller-secondary {
    color: #fff;
    background-color: #458AE5;
    border-color: rgba(0,0,0,0);
    box-shadow: none;
    font-family: "Roboto", sans-serif;
    font-size: 10pt;
    padding: 10pt 15pt 10pt 15pt;
    font-weight: 700;
    letter-spacing: 1.54px;
    text-transform: uppercase;
}

    .btn-mueller-secondary:hover {
        color: #fff;
        background-color: #458AE599; /*60% opacity*/
        border-color: rgba(0,0,0,0);
    }

    .btn-mueller-secondary:focus, .btn-mueller-secondary.focus {
        color: #fff;
        background-color: #458AE5;
        border-color: rgba(0,0,0,0);
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5);
    }

    .btn-mueller-secondary.disabled, .btn-mueller-secondary:disabled {
        color: #fff;
        background-color: #E3E5E6;
        border-color: rgba(0,0,0,0);
    }

.btn-mueller-text {
    color: #458AE5;
    background-color: #FFFFFF;
    border-color: rgba(0,0,0,0);
    box-shadow: none;
    font-family: "Roboto", sans-serif;
    font-size: 10pt;
    padding: 10pt 15pt 10pt 15pt;
    font-weight: 700;
    letter-spacing: 1.54px;
    text-transform: uppercase;
}

    .btn-mueller-text:hover {
        color: #FFFFFF;
        background-color: #458AE5;
        border-color: rgba(0,0,0,0);
    }

    .btn-mueller-text:focus, .btn-mueller-secondary.focus {
        color: #FFFFFF;
        background-color: #458AE5;
        border-color: rgba(0,0,0,0);
        -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5);
        box-shadow: 0 0 0 .2rem rgba(255,255,255,0.5);
    }

    .btn-mueller-text.disabled, .btn-mueller-secondary:disabled {
        color: #A4A9AD;
        background-color: #FFFFFF;
        border-color: rgba(0,0,0,0);
    }

.btn-outline-muellerblue {
    color: #002C73;
    border-color: #002C73;
    color: #002C73;
}

    .btn-outline-muellerblue:hover {
        color: #fff;
        background-color: #458AE5;
        border-color: #458AE5;
    }

    .btn-outline-muellerblue:focus, .btn-outline-muellerblue.focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(0,44,115,0.5);
        box-shadow: 0 0 0 .2rem rgba(0,44,115,0.5);
    }

    .btn-outline-muellerblue.disabled, .btn-outline-muellerblue:disabled {
        color: #002C73;
        background-color: transparent;
    }

    .btn-outline-muellerblue:hover, .btn-outline-muellerblue:focus, .btn-outline-muellerblue .active {
        color: #fff;
        background: #458AE5;
    }

.text-darksteel {
    color: #A4A9AD !important
}

    .text-darksteel > a {
        color: inherit !important
    }

        .text-darksteel > a:hover {
            color: #6f767c
        }

.bg-darksteel {
    background-color: #A4A9AD !important;
    color: #000
}

    .bg-darksteel > a {
        color: inherit !important
    }

        .bg-darksteel > a:hover {
            color: #6f767c
        }

.btn-darksteel {
    color: #000;
    background-color: #A4A9AD;
    border-color: rgba(0,0,0,0);
    color: #458AE5;
}

    .btn-darksteel:hover {
        color: #fff;
        background-color: #899095;
        border-color: rgba(0,0,0,0);
    }

    .btn-darksteel:focus, .btn-darksteel.focus {
        color: #fff;
        background-color: #899095;
        border-color: rgba(0,0,0,0);
        -webkit-box-shadow: 0 0 0 .2rem rgba(0,0,0,0.5);
        box-shadow: 0 0 0 .2rem rgba(0,0,0,0.5);
    }

    .btn-darksteel.disabled, .btn-darksteel:disabled {
        color: #000;
        background-color: #A4A9AD;
        border-color: rgba(0,0,0,0);
    }

    .btn-darksteel:focus {
        color: #458AE5;
    }

    .btn-darksteel:hover {
        color: #458AE5;
        background: #dadcdd;
    }

.btn-outline-darksteel {
    color: #A4A9AD;
    border-color: #A4A9AD;
    color: #A4A9AD
}

    .btn-outline-darksteel:hover {
        color: #fff;
        background-color: #458AE5;
        border-color: #458AE5;
    }

    .btn-outline-darksteel:focus, .btn-outline-darksteel.focus {
        -webkit-box-shadow: 0 0 0 .2rem rgba(164,169,173,0.5);
        box-shadow: 0 0 0 .2rem rgba(164,169,173,0.5)
    }

    .btn-outline-darksteel.disabled, .btn-outline-darksteel:disabled {
        color: #A4A9AD;
        background-color: transparent
    }

    .btn-outline-darksteel:hover, .btn-outline-darksteel:focus, .btn-outline-darksteel .active {
        color: #fff;
        background: #458AE5
    }

.mueller-input, .mueller-dropdown {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #A4A9AD !important;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    outline: none !important;
    padding: .375rem .75rem;
    width: 100%;
}

    .mueller-input.disabled {
        background-color: #A4A9AD;
    }

    .mueller-input.error {
        border: 1px solid #eb687c !important;
    }

    .mueller-input:focus {
        border: 1px solid #458AE5 !important;
        box-shadow: none;
    }

    .mueller-dropdown > option {
        color: #5F676F;
    }

        .mueller-dropdown > option:not(.mueller-dropdown-placeholder):checked {
            background-color: #ECF3FD !important;
            color: #002C73 !important;
            font-weight: 700;
        }

.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/**/

body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

.max-input {
    min-width: 100% !important;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.text-mueller-primary {
    color: #002c73;
}

.text-mueller-grey {
    color: #a5aaae;
}

.impersonation-box {
    border: 1px solid #0d2d75;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -368px;
    text-align: center;
    font-weight: 600;
    z-index: 1000000;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #C26B11;
    color: #fff;
}

.google-login {
    background-image: url(Images/Google/light_normal.png);
    background-repeat: no-repeat;
    width: 184px;
    height: 40px;
    background-position: center;
    display: block;
    background-color: #fff;
    border: none;
}

.microsoft-login {
    background-image: url("Images/Microsoft/light_normal.png");
    background-repeat: no-repeat;
    width: 184px;
    height: 40px;
    background-position: center;
    display: block;
    background-color: #fff;
    border: none;
}

.full-input {
    max-width: 100%;
}

.btn-super {
    min-width: 100%;
    min-height: 150px;
}

.table-clickable > tbody > tr:hover {
    background-color: #C26B11;
    cursor: pointer;
    color: #FFF !important;
    font-weight: 500;
}

.order-info {
    border: 1px solid #ddd;
}

    .order-info > div {
        min-height: 70px;
        border-bottom: 1px solid #ddd;
    }

        .order-info > div > p {
            text-align: center;
            vertical-align: middle;
            line-height: 70px;
        }

.order-docs {
    border: 1px solid #ddd;
    margin-left: 1px;
    max-width: 100%;
    min-height: 70px;
}

    .order-docs > div:first-child {
        text-align: center;
        vertical-align: middle;
        line-height: 82px;
        border-right: 1px solid #ddd;
        font-weight: bold;
        min-height: 100%;
    }

.order-docs-img {
    height: 45px;
    margin-top: 5px;
}

.order-address {
    border: 1px solid #ddd;
    margin-left: 1px;
    max-width: 100%;
    min-height: 70px;
}

    .order-address > div:nth-child(2n-1) {
        text-align: center;
        vertical-align: middle;
        line-height: 70px;
        font-weight: bold;
    }

    .order-address > div:nth-child(2n):not(.contact-title) {
        min-height: 82px;
        padding-top: 1.4%;
    }

.contact-title {
    min-height: 82px;
    padding-top: 2.5%;
}

.order-address > div:nth-child(2) {
    border-right: 1px solid #ddd;
}

.so-line-docs > a > p {
    display: inline;
    vertical-align: middle;
    margin-left: 10px;
}

.so-line-docs > a > span {
    font-size: 3em;
}

.request-docs-btn {
    margin-bottom: 18px;
}

.quote-item-btn-group {
    margin-bottom: 25px;
}

    .quote-item-btn-group > button {
        min-width: 70px;
        text-align: center;
    }

    .quote-item-btn-group > a {
        min-width: 70px;
        text-align: center;
    }

.quote-details-options > a,
.quote-details-options > div > button,
.quote-details-options > select {
    margin-top: 5px;
}

.copy-item-options > button {
    margin-top: 5px;
    margin-right: 5px;
}

.quote-btn-revision {
    margin-top: 20px;
    margin-bottom: 10px;
}

.quote-item {
    margin: 10px;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid black;
}

.quote-item-last {
    border-bottom: none;
}

.quote-titles {
    font-size: 1.3em;
    text-align: center;
}

.login-buttons {
    width: 103%;
    padding-left: 3%;
    margin-bottom: 10px;
}

.glyphicon-cloud-upload-blue {
    color: #69c2dc !important;
    font-size: 2em;
}

.form-control-checkbox {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .form-control-checkbox:hover {
        cursor: pointer;
    }

.form-control-radio {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .form-control-radio:hover {
        cursor: pointer;
    }

.wide-text {
    max-width: 100%;
    width: 100%;
}

.fileCard {
    display: inline-block;
    width: 220px;
    height: 250px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 5px solid transparent;
    margin-right: 5px;
    margin-bottom: 25px;
    background-color: #fff;
}

    .fileCard .overlay {
        z-index: 10;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 48px;
        min-width: 210px;
        padding: 6px;
        background-color: rgba(0,0,0,0.8);
        color: #fff;
        font-size: 16px;
    }

    .fileCard .fileName {
        position: absolute;
        left: 20px;
        top: 40px;
        font-size: 80px;
        font-weight: bolder;
        margin: auto;
        color: #000;
    }

.tv-button1 {
    background-color: #B88C1D;
    color: #E3E5E6;
    border: 2px solid #E3E5E6 !important;
}

.tv-button2 {
    background-color: #C26B11;
    color: #E3E5E6;
    border: 2px solid #E3E5E6 !important;
}

.tv-button3 {
    background-color: #5B5B3B;
    color: #E3E5E6;
    border: 2px solid #E3E5E6 !important;
}

.tv-navigator {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
}

    .tv-navigator button {
        display: inline-block;
        text-align: center;
        text-decoration: none;
        padding-left: 5px;
        padding-right: 5px;
        height: 34px;
        line-height: 29px;
        border: none;
        outline: none;
        width: 190px;
        margin-bottom: 14px;
    }

.tv-restart {
    background-color: #5E6771;
    color: #ffffff;
}

.tv-current {
    background-color: #E3E4E6;
    color: #687079;
    position: relative;
}

.tv-previous {
    background-color: #E3E4E6;
}

.tv-disabled {
    background-color: #E3E4E6 !important;
}

    .tv-disabled:hover {
        cursor: not-allowed !important;
    }

.tv-current:after,
.tv-current:after {
    position: absolute;
    top: 98.1%;
    left: 65%;
    margin-left: -25%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 15px #e3e4e6;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.tv-next {
    background-color: #fff;
    color: #687079;
    border: 2px solid #E3E4E6 !important;
}

.tv-viewer-portrait {
    position: relative;
    height: 700px;
    border: none;
    /* Firefox */
    width: -moz-calc(100% - 10px);
    /* WebKit */
    width: -webkit-calc(100% - 10px);
    /* Opera */
    width: -o-calc(100% - 10px);
    /* Standard */
    width: calc(100% - 10px);
    padding-top: 20px;
}

.tv-viewer-landscape {
    position: relative;
    border: none;
    width: 700px;
    height: 600px;
    padding-top: 20px;
}

.loading-area {
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('https://my.paulmueller.com/Content/Images/MuellerLoader.gif') 50% 50% no-repeat;
}

.tv-panel {
    border-radius: 0px !important;
    background-color: transparent !important;
    border-color: transparent !important;
    border-bottom: none;
}

    .tv-panel > .panel-heading {
        color: #0d2d75 !important;
        background-color: transparent !important;
        border-color: transparent !important;
        border-bottom: 1px solid #0d2d75 !important;
        cursor: pointer;
    }

    .tv-panel a {
        text-decoration: none;
        font-size: 1.25em;
    }

    .tv-panel panel-body {
        border-color: transparent;
        border: none;
    }

@media (max-width: 767px) {
    .order-info {
        margin-bottom: 20px;
    }

    .order-docs .caption {
        margin-bottom: 10px;
    }

    .so-line-docs > a > p {
        font-size: 1.5em;
    }

    .so-line-bottom {
        border: 1px solid #ddd;
        margin-left: 1px;
        max-width: 100%;
        min-height: 70px;
    }

        .so-line-bottom > div:not(:last-child) {
            line-height: 70px;
            text-align: center;
            vertical-align: middle;
            border-bottom: 1px solid #ddd;
        }

        .so-line-bottom > div:last-child {
            line-height: 70px;
            text-align: center;
            vertical-align: middle;
        }

    .so-line-info {
        border: 1px solid #ddd;
        margin-left: 1px;
        max-width: 100%;
        min-height: 70px;
    }

        .so-line-info > div:last-child:not(.not-last) {
            text-align: center;
            padding-top: 4%;
            min-height: 70px;
        }

        .so-line-info > div:not(:last-child) {
            line-height: 70px;
            text-align: center;
            vertical-align: middle;
            border-bottom: 1px solid #ddd;
        }

    .not-last {
        line-height: 70px;
        text-align: center;
        vertical-align: middle;
        border-bottom: 1px solid #ddd;
    }

    .request-docs {
        padding-top: 10px;
    }

    .so-title {
        text-align: center;
    }

    .quote-item-dl {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .quote-titles {
        font-size: 2em;
    }

    .order-info > div {
        border-right: 1px solid #ddd;
    }

    .wide-container {
        width: 950px;
    }

    .so-line-bottom {
        border: 1px solid #ddd;
        margin-left: 1px;
        max-width: 100%;
        min-height: 70px;
    }

        .so-line-bottom > div:not(:last-child) {
            line-height: 70px;
            text-align: center;
            vertical-align: middle;
            border-right: 1px solid #ddd;
        }

        .so-line-bottom > div:last-child {
            line-height: 70px;
            text-align: center;
            vertical-align: middle;
        }

    .so-line-info {
        border: 1px solid #ddd;
        margin-left: 1px;
        max-width: 100%;
        min-height: 70px;
    }

        .so-line-info > div:last-child:not(.not-last) {
            text-align: center;
            padding-top: 1%;
        }

        .so-line-info > div:not(:last-child), not-last {
            line-height: 70px;
            text-align: center;
            vertical-align: middle;
            border-right: 1px solid #ddd;
        }

    .not-last {
        line-height: 70px;
        text-align: center;
        vertical-align: middle;
        border-right: 1px solid #ddd;
    }

    .line-detail-panels .panel-default {
        min-height: 295px;
    }

    .request-docs {
        padding-top: 30px;
    }

    .label-rotate {
        /* Safari */
        -webkit-transform: rotate(-45deg);
        /* Firefox */
        -moz-transform: rotate(-45deg);
        /* IE */
        -ms-transform: rotate(-45deg);
        /* Opera */
        -o-transform: rotate(-45deg);
        margin-bottom: 20px;
        min-width: 100% !important;
    }

    .tv-viewer {
        width: 600px;
    }
}

@media (min-width: 992px) {
    .wide-container {
        width: 1170px;
    }

    .request-docs-btn {
        margin-top: 18px;
    }

    .quote-item-btn-group {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        max-width: 80px;
    }

        .quote-item-btn-group .btn:not(.btn-danger) {
            margin-bottom: 1px;
        }
        /*.quote-item-btn-group:first-child {
        margin-top: 15px;
    }*/
        .quote-item-btn-group:last-child {
            margin-bottom: 15px;
        }

    .login-panel {
        min-height: 400px;
    }

    .login-buttons {
        position: absolute;
        width: 97%;
        padding-left: 3%;
        bottom: 4%;
    }
}

@media (min-width: 1200px) {
    .wide-container {
        width: 1370px;
    }

    .request-docs {
        padding-top: 40px;
    }
}

#PageTopImage {
    text-align: center;
}

#SignUpButton {
    min-width: 90%;
}

.landing-panel::before {
    display: block;
}

.landing-panel-shadow {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.landing-panel {
    background-color: lightgray;
    padding: 30px 10px 30px 10px;
}

#Logincard {
    background-color: lightgray;
    border: none;
}

.login-buttons {
    position: relative;
    text-align: center;
}

#ForgotPass {
    display: block;
}

.content-panel {
    /*    display: flex;
    flex-flow: row wrap;*/
    align-items: center;
    margin-bottom: 25px;
    background-color: white;
    padding: 25px;
}

.landing-panel-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.resources-panel::before {
    display: block;
}

.resources-panel {
    background-color: white;
    padding: 25px;
    margin-bottom: 25px;
    height: 100%;
    max-height: 100%;
}

.resources-header-panel {
    height: 250px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    background-color: #002c73;
    color: white;
    padding: 25px;
    /*    cursor: pointer;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;*/
}

.resources-header-panel-link:hover {
    text-decoration: none;
}

    .resources-header-panel-link:hover .resources-header-panel {
        transform: scale(1.1);
        backface-visibility: hidden;
        -webkit-font-smoothing: subpixel-antialiased;
    }

.panel-shadow {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.icon-container {
    margin: auto;
    text-align: center;
}

.details-container {
    margin: auto;
}

.category-item-row:hover {
    background-color: lightgray;
    cursor: pointer;
}

    .category-item-row:hover a {
        font-size: 16px;
    }

#resources-table td a {
    display: block;
    text-decoration: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}


.noPadding {
    padding: 0 !important;
}

.addItemBtn {
    color: green !important;
    cursor: pointer;
}

.muellerBlue {
    background-color: rgb(0,44,115);
    border-color: rgb(0,44,115);
    color: white;
}

.noLabelMargin {
    margin-top: 28px;
}

.fullWidth {
    max-width: 100%;
    width: 100%;
}

.successHeader {
    background-color: green;
    color: white;
    text-align: center;
}

.errorHeader {
    background-color: red;
    color: white;
    text-align: center;
}

#projectStatusChangeResult, #invoiceStatusChangeResult {
    display: block;
}

#myNextStepsHeader {
    margin-bottom: 40px;
}

.myNextStepRecord {
    border-bottom: 1px solid rgb(241, 242, 242);
    padding: 20px;
}

.myNextStepsIconContainer {
    text-align: right;
}

.projectDetails-panel-row {
    flex-flow: row wrap;
    margin-bottom: 25px
}

.projectDetails-panel::before {
    display: block;
}

.panel-bottom {
    margin-bottom: 0 !important;
}


.panel-shadow {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

#project-status-input {
    max-width: 100%;
    width: 100%;
}

#share-status-report-btn {
    margin-top: 27px;
}

#shareStatusBtn {
    max-width: 100%;
    width: 100%;
}

#start-date {
    border-left: 1px solid #DEE2E6;
    text-align: center;
}

#ship-date {
    text-align: center;
}

.project-date {
    font-size: 24px;
}

.projectDetails-panel {
    background-color: white;
    padding: 25px;
}

.overview-header {
    margin-top: 0;
}

.complete-color {
    background-color: white;
}

.inProgress-color {
    background-color: rgb(247, 190, 46);
}

.scheduled-color {
    background-color: rgb(235, 104, 124);
}

.pending-color {
    background-color: rgb(3, 44, 115);
}

.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    padding-left: 10px;
}

.dot-label {
    display: inline-block;
}

#shareStatusReport-result {
    color: white;
    text-align: center;
}

#trackTankIssues-Btn {
    float: right;
    display: inline-block;
}

#project-stages-head {
    background-color: white;
}

#project-stages-body {
    background-color: #fafafa;
}

#tabsContainer {
    background-color: white;
    margin-top: -40px;
    margin-bottom: 40px;
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
}

.projectDetailsTab {
    background-color: white !important;
    color: #adb1b5 !important;
    border-radius: 0 !important;
}

    .projectDetailsTab.active {
        border-bottom: 4px solid darkblue;
        color: darkblue !important;
    }

.circle {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
}


.circle-text {
    font-size: 18px;
    position: absolute;
    left: 45px;
    width: 100px;
    height: 45px;
    border-radius: 45px;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
}


.timeline-column:hover .circle {
    width: 100px;
    border-radius: 45px;
}

    .timeline-column:hover .circle .circle-text {
        left: 0;
    }

.circle-1 > .circle-text {
    background-color: rgb(236,238,239);
    border: 2px solid darkgray;
}

.circle-2, .circle-3, .circle-4, .circle-5, .circle-6, .circle-7 {
    background-color: #002C73;
}

    .circle-2 > .circle-text, .circle-3 > .circle-text, .circle-4 > .circle-text, .circle-5 > .circle-text, .circle-6 > .circle-text, .circle-7 > .circle-text {
        background-color: #002C73;
    }

.circle-8 > .circle-text {
    background-color: lightcoral;
    border: 2px solid darkred;
}

#projectTimeLineContainer {
    padding: 10px;
}


.timeline-column {
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-table;
}

.timeline-tooltip {
    display: block;
}

.tooltip-inner {
    background-color: white;
    color: black;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: white;
}

.column-status-1 {
    /*Scheduled*/
    background-color: rgb(236,238,239);
    color: darkgray;
}

.column-status-2, .column-status-3, .column-status-4, .column-status-5, .column-status-6 {
    /*In Progress*/
    background: repeating-linear-gradient( -45deg, #606dbc, #606dbc 5px, #002C73 5px, #002C73 10px );
    color: white;
}

.column-status-7 {
    /*Complete*/
    background-color: #002C73;
    color: white;
}

.column-status-8 {
    /*Flagged*/
    background-color: lightcoral;
    color: white;
}

.start-column {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.end-column {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

/*.projectTimelineMilestone {*/
/*display: inline-block;*/
/*float: left;
    }*/

.tab > span {
    color: #A4A9AD;
    margin-right: 10px;
}

.tab.active > span {
    color: #002C73;
}

.tab > span > .numberCircle {
    background-color: white;
    color: #A4A9AD;
}

.tab.active > span > .numberCircle {
    background-color: #458AE5;
    color: #458AE5;
}

.tab > span > .numberCircle > .numberInCircle {
    color: #458AE5;
}

.tab.active > span > .numberCircle > .numberInCircle {
    color: white;
}

.numberCircle {
    display: inline-block;
    line-height: 0px;
    border-radius: 50%;
    border: 2px solid;
    font-size: 20px;
    margin-right: 5px;
}

    .numberCircle span {
        display: inline-block;
        padding-top: 50%;
        padding-bottom: 50%;
        margin-left: 6px;
        margin-right: 6px;
    }

#projectStagesTable {
    text-align: center;
}

.expand-row-btn {
    cursor: pointer;
}

.customerTaskRow-attention {
    background-color: rgb(0, 44, 115);
    color: white;
}

td > img {
    max-height: 100px;
    max-width: 100%;
    height: auto;
}

/*badgeTypes*/
.badgeType-1 {
    /*Scheduled*/
    background-color: rgb(227, 229, 230);
    color: rgb(95, 103, 111);
}

.badgeType-2 {
    /*In Progress*/
    background-color: rgb(244, 236, 218);
    color: rgb(220, 197, 143);
}

.badgeType-3 {
    /*Past Due*/
    background-color: rgb(248, 220, 224);
    color: rgb(235, 104, 124);
}

.badgeType-4 {
    /*Awaiting Approval*/
    background-color: rgb(227, 229, 230);
    color: rgb(95, 103, 111);
}

.badgeType-5 {
    /*Approval Past Due*/
    background-color: rgb(248, 220, 224);
    color: rgb(235, 104, 124);
}

.badgeType-6 {
    /*Approved*/
    background-color: rgb(216, 245, 234);
    color: rgb(19, 194, 127);
}

.badgeType-7 {
    /*Complete*/
    background-color: rgb(216, 245, 234);
    color: rgb(19, 194, 127);
}

.badgeType-8 {
    /*Flagged*/
    background-color: rgb(248, 220, 224);
    color: rgb(235, 104, 124);
}

@media screen and (max-width: 992px) {
    .project-status-header {
        text-align: center;
    }

    #share-status-report-btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #start-date {
        border-left: none;
    }

    .project-date {
        line-height: initial;
    }
}

@media (max-width: 767px) {
    #overview-project-myNextSteps, #overview-project-stages {
        margin: 0 !important;
    }
}
