﻿html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: Tahoma;
    font-size: 10pt;
}

    body > form > div {
        display: none;
    }

    body > form, div.root {
        height: inherit;
        display: grid !important;
        width: 100%;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    div.root {
        display: block !important;
    }
}

div.main {
    display: flex;
    height: 100%;
    flex-direction: row;
}

    div.main > div.menu {
        display: flex;
        flex-direction: column;
        height: auto;
        min-height: 100%;
        width: 10%;
        background-color: #3b4146;
        padding: 15px;
        padding-top: 10px;
        font-size: 12px;
        min-width: 204px;
        font-family: gordita, "Helvetica Neue", Helvetica, sans-serif;
    }

div.MenuSection {
    margin-top: 20px;
}

    div.MenuSection h4 {
        color: #5f686f;
        font-size: 0.93em;
    }

    div.MenuSection ul {
        list-style: none;
        padding-left: 8px;
    }

        div.MenuSection ul li {
            padding: 6px;
            /*font-weight: bold;*/
        }

            div.MenuSection ul li a {
                color: #fff !important;
                text-align: left;
            }

.fas {
    color: #7f8b94;
    width: 10px;
    margin-right: 5px;
}

div.MenuSection ul li a:hover {
    color: #fff !important;
    text-decoration: none;
}

div.main > div.menu > div.Logo {
    width: 100%;
    display: flex;
    justify-content: center;
}

    div.main > div.menu > div.Logo img {
        width: 105px;
    }

    div.main > div.menu > div.Logo > .MenuHide {
        display: none;
    }

div.main > div.body {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 90%;
    /*align-items: center;*/
}

.Search {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .Search > input[type=text] {
        margin-bottom: 5px;
        height: 25px;
        border-radius: 15px;
        font-size: 13px;
    }

    .Search > input[type=submit] {
        font-size: 13px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

div.main > div.body > div.header {
    width: 100%;
    background-color: #26292c;
    padding: 15px;
    color: white;
    font-size: 18px;
    margin-bottom: 15px;
}

    div.main > div.body > div.header > div.MenuOpen {
        display: none;
    }

div.main > div.body > div.content {
    width: 100%;
    display: flex;
    justify-content: center;
}

div.content > div.Placeholder {
    width: 85%;
}

.dd {
    position: relative;
    display: inline-block;
}

    .dd .dd-menu {
        position: absolute;
        z-index: 999;
        border: 1px solid #26292c;
        background-color: #3b4146;
        left: 80%;
        padding: 15px;
        padding-top: 0px;
    }

    .dd .dd-menu {
        display: none;
    }

.dd-menu.display {
    display: block;
}

.dd-menu li {
    white-space: nowrap;
    padding: 1.4px !important;
}

.Logo.Mobile {
    display: none;
    width: 105px;
}

.FooterContainer {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

    .FooterContainer .Footer {
        color: white;
        font-size: 9px;
        text-align: center;
    }

        .FooterContainer .Footer a {
            color: #7f8b94;
        }

            .FooterContainer .Footer a:hover {
                color: white;
            }

@media (max-width:1140px) {
    div.main > div.body > div.header > div.MenuOpen {
        display: inline-block;
    }

    .MenuOpen a, .MenuOpen a:hover {
        color: #fff;
        font-weight: bolder;
        text-decoration: none;
    }

    div.main > div.body {
        width: 100%;
    }

        div.main > div.body > div.header {
            position: fixed;
        }

        div.main > div.body > div.content {
            margin-top: 73px;
        }

    div.main > div.menu {
        z-index: 1;
        position: absolute;
    }

    .Logo.Mobile {
        display: inline-block;
    }

    div.main > div.menu > div.Logo {
        justify-content: space-between;
        align-items: center;
    }

        div.main > div.menu > div.Logo > .MenuHide {
            display: block;
        }

            div.main > div.menu > div.Logo > .MenuHide a, div.main > div.menu > div.Logo > .MenuHide a:hover {
                color: #7f8b94;
                font-size: 18px;
                font-weight: bolder;
                text-decoration: none;
            }

    .menu.hidden {
        display: none !important;
    }
}


@media (max-width:500px) {
    div.main div.content {
        width: 100%;
    }

    div.main > div.menu {
        width: 100%;
    }

    .dd {
        display: block;
    }

        .dd .dd-menu {
            position: initial;
            z-index: 999;
            border: none;
            padding: 15px;
            padding-top: 0px;
        }

    .dd-menu h4 {
        display: none;
    }
}


hr {
    height: 0;
    border: 0;
    border-top: 2px solid #D80025;
}

.heading {
    font-size: large;
    font-weight: bold;
    color: #D80025;
}

.shadowBox {
    padding: 10px;
    border: 0px solid;
    color: black;
    background: #eeeeee;
    font-family: Calibri;
    resize: none;
    height: 408px;
    -moz-box-sizing: border-box;
}

    .shadowBox.disabled {
        border: 0px solid;
        color: black;
        background: #eeeeee;
    }

    .shadowBox.input {
        padding: 8px;
    }

.titleNew {
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 25pt;
    font-weight: bold;
    color: rgb(211,18,65);
    font-family: Arial;
    text-align: left;
}

.title {
    font-size: 14pt;
    color: #ffffff;
    font-family: Arial;
    font-weight: bold;
    text-align: left;
    background-color: #D80025;
    padding-bottom: 5px;
    padding-left: 5px;
    vertical-align: bottom;
}

.WizardStep {
    padding: 5px;
}

.SideBarButton {
    background-color: #CCCCCC;
    border: solid 1px black;
    padding: 5px;
    width: 150px;
    color: Black;
    text-decoration: none;
    font-size: 8pt;
}

td.Question {
    border-bottom: white 5px solid;
    background-color: #E3E3E3;
    margin: 2px;
}

div.Question {
    border-bottom: white 5px solid;
    background-color: #E3E3E3;
    margin: 2px;
}

td.Question_Mixed {
    border-bottom: white 5px solid;
    background-color: #E3E3E3;
    margin-top: 2px;
    margin-bottom: 2px;
}

div.Question_Mixed {
    border-bottom: white 5px solid;
    background-color: #E3E3E3;
    margin-top: 2px;
    margin-bottom: 2px;
}

td.Info {
    background-color: InfoBackground;
    display: none;
}

th.Info {
    background-color: InfoBackground;
    display: none;
}

div.Info {
    background-color: InfoBackground;
    display: none;
    padding: 2px;
    border: solid 1px #DDDDDD;
    margin-top: 5px;
}

.InfoButton {
    border: solid 1px #CCCCCC;
    padding: 1px 5px 1px 5px;
    margin-right: 5px;
    background-color: InfoBackground;
    cursor: pointer;
}

QuoteHeader {
    background-color: #D80025;
    color: White;
}

.crossline {
    background-image: url(./images/cross_line.png);
    background-repeat: repeat-x;
    height: 7px;
    width: 100%;
}

.main_productimage_text {
    font-size: 7pt;
    color: rgb(64,64,64);
    font-family: 'Arial';
}

td.ProductsHeader {
    font-weight: bold;
    background-color: Silver;
}

td.CoverageCell {
    background-color: #EEEEEE;
    border-left: solid 1px #DDDDDD;
    border-right: solid 1px #DC0028;
    border-bottom: solid 1px #DDDDDD;
    padding: 2px;
}

td.search {
    padding: 20px 0px 0px 0px;
}

.substitutingCell {
    white-space: nowrap;
}

a.changeLink:link {
    color: gray;
    font-weight: bold;
    text-decoration: none;
}

a.changeLink:visited {
    color: gray;
    font-weight: bold;
    text-decoration: none;
}

a.changeLink:hover {
    color: #D80025;
    font-weight: bold;
    text-decoration: none;
}

.contentMenuDynamic {
    text-align: left;
    font-size: 11px;
    z-index: 99;
}

.IE8Fix {
    z-index: 1000;
}

.hideGridColumn {
    display: none;
}

.dd-menu.display {
    display: block;
    width: max-content;
}

div.SubMenuSection {
    margin-top: 6px;
}

    div.SubMenuSection h4 {
        color: #5f686f;
        font-size: 0.93em;
    }

    div.SubMenuSection ul {
        list-style: none;
        padding-left: 8px;
    }

        div.SubMenuSection ul li {
            padding: 6px;
            /*font-weight: bold;*/
        }

            div.SubMenuSection ul li a {
                color: #fff !important;
                text-align: left;
            }

                div.SubMenuSection ul li a:hover {
                    color: #fff !important;
                    text-decoration: none;
                }

.dd .dd-sub {
    position: absolute;
    z-index: 999;
    border: 1px solid #26292c;
    background-color: #3b4146;
    left: 80%;
    padding: 15px;
    padding-top: 0px;
}

.dd .dd-sub {
    display: none;
}

.dd-sub.display {
    display: block;
}

.dd-sub li {
    white-space: nowrap;
    padding: 1.4px !important;
}
