﻿/*****************************/
/****** Global Styles ********/
/*****************************/

body {
    animation: 1s ease-out 0s 1 fadeIn;
    counter-reset: step;
    font-family: Arial, sans-serif;
    font-size: 1.1rem;
}

h1 {
    color: #3A5A78;
    font-size: 1.8rem;
    font-weight: bold;
}

h2 {
    font-weight: bold;
}

h3 {
    color: #3A5A78;
    font-size: 1.4rem;
    font-weight: bold;
}

h4 {
    color: #3c5a77;
    font-size: 1.2rem;
    font-weight: bold;
}

h5 {
    font-weight: bold;
}

h6 {
    font-size: 1.1rem;
    font-weight: normal;
}

.question-circle-link {
    color: #78c1c8 !important;
}

a {
    color: #78c1c8;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    /*a:hover {
        color: #3A5A78;        
        text-decoration: none;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }*/

.hide-div {
    display: none;
}

.show-div {
    display: inline-block;
}

.add-margin {
    margin-bottom: 10px;
}

.remove-margin {
    margin: 0;
}

.remove-border {
    border: none;
}

.add-bottom-border {
    border-bottom: 4px solid rgba(0,0,0,.1);
}

/*****************************/
/****** Custom Styles ********/
/*****************************/

.enroll-disclosure {
    font-size: 19px;
    font-weight: bold;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.header-top {
    background-color: rgba(255,255,255,0.95);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header-top-app {
    background-color: rgba(255,255,255,0.95);
    border-bottom: 4px solid #3b5a78;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.logo {
    max-width: 200px;
    width: 190px;
    height: auto !important;
}

.logo-scroll {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.hero {
    background-color: #b6d3e9;
    color: #3a5a78;
}

    .hero h1 {
        font-size: 2.5rem;
        font-weight: bold;
    }

    .hero h2 {
        font-size: 1.8rem;
    }

.hero-AAA-landing {
    background-image: url('../images/hero-AAA-landing.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}

.hero-family {
    background-image: url(../images/hero-family.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

.hero-man-with-crutches {
    background-image: url(../images/hero-man-with-crutches.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
}

.hero-woman-with-cast {
    background-image: url(../images/hero-woman-with-cast.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
}

.hero-kid-with-teddy {
    background-image: url(../images/hero-kid-with-teddy.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
}

.hero-man-driving-away {
    background-image: url(../images/hero-man-driving-away.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
}

.hero-girl-face-on-window {
    background-image: url(../images/hero-girl-face-on-window.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

.hero-AAA-stop {
    background-image: url(../images/hero-AAA-Stop.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
}

.hero-overlay {
    background: rgba(182,211,233,0.75);
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    min-height: inherit;
    width: 15%;
}

.cta-form {
    background-color: #3b5a78;
    border-radius: 16px;
    border-bottom: 6px solid #707c96;
    color: #fff;
}

    .cta-form h1 {
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: center;
    }

    .cta-form i {
        color: #78c1c8;
    }

.scroll-spy {
    background: #eaeaea;
}

    .scroll-spy .nav {
        text-align: center;
        width: 100%;
    }

        .scroll-spy .nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
            text-align: center;
        }

        .scroll-spy .nav li {
            display: inline-block;
            font-size: 1em;
            line-height: 40px;
            margin-right: 20px;
        }

            .scroll-spy .nav li:last-of-type {
                margin: 0;
            }

        .scroll-spy .nav a {
            border-bottom: 4px solid #ddd;
            color: #3A5A78;
            display: block;
            text-decoration: none;
        }

            .scroll-spy .nav a:hover {
                border-bottom: 4px solid #78c1c8;
                color: #78c1c8;
            }

.main-content h4, .main-content h5 {
    color: #3A5A78;
    font-weight: bold;
}

.main-content li {
    font-weight: bold;
    margin-bottom: 15px;
}

.heading-link a {
    color: #78c1c8;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: underline;
}

    .heading-link a:hover {
        color: #3A5A78;
        text-decoration: none;
    }

.side-content {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 16px 16px 0px 0px;
    padding: 20px;
}

    .side-content h1 {
        color: #3A5A78;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .side-content li {
        font-weight: normal;
        list-style-type: none;
        margin-bottom: 15px;
    }

.gray-content {
    background-color: #ededee;
}

.footer {
    background-color: #3b5a78;
    color: #fff;
    font-size: 0.9rem;
}

    .footer ul {
        margin: 0;
        padding: 0;
    }

    .footer li {
        list-style-type: none;
        display: inline-block;
        margin-right: 20px;
    }

        .footer li:last-of-type {
            margin: 0;
        }

    .footer a {
        color: #fff;
        text-decoration: none;
    }

        .footer a:hover {
            color: #78c1c8;
            text-decoration: none;
        }

.disclosure {
    font-size: 80%;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #b6d3e9;
    color: #3b5a78;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    #topBtn:hover {
        background-color: #3b5a78;
        color: #fff;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
    }

#video-container {
    position: relative;
    max-width: 40em;
    margin: auto;
    border: 1px solid #ccc;
}

    #video-container video {
        display: block;
        width: 100%;
        height: auto;
    }

    #video-container img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        cursor: pointer;
    }

.app-content {
    background: #fff;
}

    .app-content a {
        color: #48c1ff;
    }

        .app-content a:hover {
            color: #3b5a78;
        }

#progbar {
    margin: 0 auto;
    width: 60%;
}

    #progbar li {
        list-style-type: none;
        width: 20%;
        float: left;
        position: relative;
        text-align: center;
    }

        #progbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 50px;
            height: 50px;
            line-height: 50px;
            display: block;
            border-radius: 50%;
            margin: 0 auto 10px auto;
            text-align: center;
            background-color: #ededee;
            z-index: 99;
            position: relative;
            color: #ccc;
            font-size: 1.6rem;
            font-weight: 800;
        }

        /*progressbar connectors*/
        #progbar li:after {
            content: '';
            width: 100%;
            height: 6px;
            background-color: #ededee;
            position: absolute;
            left: -50%;
            top: 25px;
            z-index: 1;
        }

        #progbar li:first-child:after {
            content: none;
        }

        #progbar li.active {
            color: #000;
        }

        #progbar li.danger {
            color: #ff000;
        }

        #progbar li.active:before {
            border-color: green;
        }

        #progbar li.error:before {
            border-color: red;
        }

        #progbar li.active + li:after {
            background-color: green;
        }

        #progbar li.current:before {
            background: #3b5a78;
            color: #fff;
        }

        #progbar li.current:after {
            background: #0099cc;
        }

        #progbar li.past:before {
            background: #0099cc;
            color: #fff;
        }

        #progbar li.past:after {
            background: #0099cc;
        }

.coverage-box {
    border: 1px solid #dbdbdb;
    border-radius: 16px;
    padding: 20px;
}

    .coverage-box h1 {
        font-size: 1.6rem;
        font-weight: normal;
    }

    .coverage-box h2 {
        color: #78c1c8;
        font-size: 1.4rem;
        font-weight: normal;
    }

    .coverage-box p {
        font-size: 1.2rem;
    }

.premium-selected {
    color: #707c96;
    font-size: 4rem;
    line-height: 1;
}

    .premium-selected sup {
        font-size: 2rem;
    }

.premium-frequency {
    color: #707c96;
    font-size: 1.6rem;
}

.enroll-below {
    font-size: 1rem;
    position: relative;
    bottom: -40px;
}

.enroll-below-icon {
    background: #fff;
    border: 1px solid #dbdbdb;
    color: #ccc;
    display: block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    height: 60px;
    width: 60px;
    position: relative;
    bottom: -50px;
    margin: 0 auto;
    line-height: 60px;
    font-size: 2rem;
}

.scroller {
    border: 1px solid rgba(0,0,0,.125);
    font-size: 0.9rem;
    height: 200px;
    overflow-y: scroll;
}

.agreement {
    background: rgba(182,211,233,0.35);
}

.red-circle-hospital {
    background: #822b2f;
    background-image: url(../images/icon-hospital.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.red-circle-outpatient {
    background: #822b2f;
    background-image: url(../images/icon-outpatient.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.red-circle-recuperation {
    background: #822b2f;
    background-image: url(../images/icon-recuperation.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.red-circle-ad {
    background: #822b2f;
    background-image: url(../images/icon-ad.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.red-circle-individual {
    background: #822b2f;
    background-image: url(../images/icon-individual.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    height: 150px;
    width: 150px;
}

.red-circle-family {
    background: #822b2f;
    background-image: url(../images/icon-family.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    height: 150px;
    width: 150px;
}

.red-circle-plane {
    background: #990000;
    background-image: url(../images/icon-white-plane.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    display: block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.red-circle-bus {
    background: #990000;
    background-image: url(../images/icon-white-bus.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    display: block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.red-circle-train {
    background: #990000;
    background-image: url(../images/icon-white-train.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    display: block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.red-circle-boat {
    background: #990000;
    background-image: url(../images/icon-white-boat.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    display: block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.red-circle-taxi {
    background: #990000;
    background-image: url(../images/icon-white-taxi.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    display: block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.yellow-circle-auto-highway {
    background: #ff9900;
    background-image: url(../images/icon-white-auto.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    display: block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.yellow-circle-pedestrian {
    background: #ff9900;
    background-image: url(../images/icon-white-pedestrian.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.yellow-circle-auto {
    background: #ff9900;
    background-image: url(../images/icon-white-auto-2.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    display: block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.yellow-circle-accidents {
    background: #ff9900;
    background-image: url(../images/icon-white-fall.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.red-yellow-circle-size {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.blue-circle-individual {
    background: #2b455f;
    background-image: url(../images/icon-individual.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    height: 150px;
    width: 150px;
}

.blue-circle-family {
    background: #2b455f;
    background-image: url(../images/icon-family.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    height: 150px;
    width: 150px;
}

.blue-content {
    background: #c8deef;
}

    .blue-content h1 {
        color: #3a5a78;
        font-weight: bold;
    }

.icon-blue {
    height: 60px;
}

.plan-name {
    font-size: 1.4rem;
}

.premium-amount {
    color: #145f7f;
    font-size: 4rem;
}

    .premium-amount sup {
        font-size: 2rem;
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #3b5a78;
    color: #fff;
}

.table-info, .table-info > td, .table-info > th {
    background-color: #b6d3e9;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #eaeaea;
}

.match-height {
    min-height: 650px;
}

[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {
    display: none;
}

.card-header-link {
    color: #df5b46;
    font-size: 1.6rem;
    cursor: pointer;
    display: block;
}

a:not([href]):not([tabindex]) {
    color: #0099cc;
    text-decoration: none;
}

    a:not([href]):not([tabindex]):hover {
        color: #3b5a78;
        text-decoration: none;
    }

.tooltip.show {
    opacity: 1;
}

.tooltip-arrow {
    background-color: #fff;
}

.tooltip-inner {
    background-color: rgba(255,255,255,100);
    color: #000;
    padding: 20px 10px;
    -webkit-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.25);
    box-shadow: 10px 10px 25px 0px rgba(0,0,0,0.25);
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #fff !important;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #fff !important;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #fff !important;
}

.print-link {
    cursor: pointer;   
    color: red;
}
    .print-link:hover {
        cursor: pointer;
    }

.blue-seperator {
    border-top: 4px solid #3b5a78;
}

.link-img {
    height: 1rem;
}

/*****************************/
/******* Form Styles *********/
/*****************************/

.btn {
    padding: .475rem .75rem;
}

    .btn:not(:disabled):not(.disabled) {
        color: #fff;
    }

        .btn:not(:disabled):not(.disabled):hover {
            color: #fff;
        }

.btn-primary {
    background-color: #f26722;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1.4rem;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:active:focus {
        background-color: #b83b2f !important;
        border: none !important;
        box-shadow: none !important;
        color: #fff;
        outline: none !important;
    }

.btn-secondary:not(:disabled):not(.disabled) {
    color: #555;
}

    .btn-secondary:not(:disabled):not(.disabled):hover {
        color: #333;
    }

.btn-secondary {
    background-color: #eaeaea;
    border: none;
    border-radius: 0;
    color: #555;
    font-size: 1.4rem;
}

    .btn-secondary:hover, .btn-secondary:active, .btn-secondary:active:focus {
        background-color: #ccc !important;
        border: none !important;
        box-shadow: none !important;
        color: #333;
        outline: none !important;
    }

.form-control {
    border: 1px solid #ccc;
}

    .form-control:focus {
        border-color: #000;
        box-shadow: none;
    }

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 4px);
}

.header-top {
    font-size: 1.6rem;
}

.rad, .ckb {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    margin-bottom: 0;
}

    .rad > input, .ckb > input {
        visibility: hidden;
        position: absolute;
    }

    .rad > i, .ckb > i {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        transition: 0.2s;
        box-shadow: inset 0 0 0 18px #fff;
        margin-right: 6px;
        border: 1px solid #ccc;
    }

    .ckb > i {
        display: inline-block;
        vertical-align: middle;
        width: 36px;
        height: 36px;
        border-radius: 3px;
        transition: 0.2s;
        border: 1px solid #B6B6B6;
    }

    .rad:hover > i {
        box-shadow: inset 0 0 0 5px #fff;
        background: #78c1c8;
    }

    .rad > input:checked + i {
        box-shadow: inset 0 0 0 5px #fff;
        background: #78c1c8;
    }

.checkbox-inline, .radio-inline {
    margin-right: 20px;
}

.ckb > input + i:after {
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    margin: 2px;
    border-radius: inherit;
    transition: inherit;
    background: #fff;
}

.ckb > input:checked + i:after {
    margin-left: 2px;
    background: url(../images/checkmark.png) no-repeat;
}

.ckb > input:checked + i {
    border: 1px solid #000;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    display: inline-block;
    min-width: 125px;
    width: auto;
    background-color: #fff;
    text-align: center;
    padding: 8px;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-radius: 30px;
    padding: 1rem;
}

    .switch-field label:hover {
        cursor: pointer;
    }

.switch-field input:checked + label {
    background-color: #85c1c8;
    border: 1px solid #85c1c8;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
}

.switch-field label:first-of-type {
    /* border-radius: 4px 0 0 4px; */
    border-radius: 30px;
    margin-right: 10px;
}

.switch-field label {
    margin-right: 10px;
}

    .switch-field label:last-of-type {
        /* border-radius: 0 4px 4px 0; */
        border-radius: 30px;
    }

.text-control {
    min-width: 300px;
    border: 2px solid #3A5A78;
    padding: 0.375rem 0.75rem;
}

.parsley-errors-list.filled {
    background: #FADCE0;
    color: #B30032;
    font-size: 90%;
    padding: 10px;
}

    .parsley-errors-list.filled li {
        margin: 0;
        font-size: 14px;
        font-weight: 300;
    }

input.parsley-error, select.parsley-error, textarea.parsley-error {
    background: #fff;
    color: #B30032;
    border: 1px solid #B30032;
}

span.parsley-error {
    background: #FADCE0;
    color: #B30032;
    border: 1px solid #B30032;
}

input.parsley-success, select.parsley-success, textarea.parsley-success {
    color: #000;
    background-color: #fff;
    border: 1px solid green;
}

/*****************************/
/****** Mobile Styles ********/
/*****************************/

@media only screen and (max-width: 768px) {
    body {
        margin-top: 0px;
    }

    .header-top {
        font-size: 1.4rem;
    }

    .cta-form {
        border: none;
        border-radius: 0;
    }

    .footer li {
        display: block;
        margin-right: 0px;
    }

    .match-height {
        min-height: 0px;
    }

    .red-yellow-circle-size {
        border-radius: 50%;
        height: 50px;
        width: 50px;
    }

    #logo a img {
        width: 50% !important;
        height: 50% !important;
    }

    .text-control {
        min-width: 255px;
    }
}

@media only screen and (max-width: 576px) {
    #logo2 a img {
        width: 50% !important;
        height: 50% !important;
    }
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 400px;
}

/*Modal popup print*/
@media print {
    header, .footer, footer, .modal-footer {
        display: none;
    }

    #top-header {
        display: none;
    }
    /* hide main content when dialog open */
    body.modal-open div.container-fluid.app-content {
        display: none;
    }

    .noPrint {
        display: none;
    }
}
