﻿html, body {
    width:100%;
    height:100%;
    margin: 0;
    padding: 0;
    position: relative;

    font-family: sans-serif, arial;
}

.main-header-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5em;
    line-height: 5em;
    background-color: #484A48;
}

.main-header-container .logo {
    max-height: 100%;
    padding: 0 0 0.5em 0;
    box-sizing: border-box;
}

.main-header-container .right {
    float: right;
    color: #fff;
    margin-right: 0.5em;
    height: 100%;
}

.main-header-container .right .logo {
    padding: 0;
}

.main-header-container .right a {
    color: #fff;
    text-decoration: none;
}

.main-header-container .right .link {
    cursor: pointer;
}

.main-content-container {
    position: absolute;
    top: 5em;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
}

#divOptionSelectorsContainer {
    z-index: 100001;
}

.breadcrumbs-ctr {
    width: 100%;
    height: 3em;
    display: table;
    table-layout: fixed;
}

    .breadcrumbs-ctr .crumb,
    .breadcrumbs-ctr .trade-crumb {
        height: 100%;
        display: table-cell;
        padding: 0.75em 0 0 0.75em;
        /*background-color: rgba(218,149,116,1);*/
        background-color: rgba(71,188,204,1);
    }

    .breadcrumbs-ctr.crumbs-10 .trade-crumb.inactive:nth-child(1) {
        /*background-color: rgba(218,149,116,0.55);*/
        background-color: rgba(71,188,204,0.55);
    }

    .breadcrumbs-ctr.crumbs-10 .trade-crumb.inactive:nth-child(2) {
        /*background-color: rgba(218,149,116,0.6);*/
        background-color: rgba(71,188,204,0.6);
    }

    .breadcrumbs-ctr.crumbs-10 .trade-crumb.inactive:nth-child(3) {
        /*background-color: rgba(218,149,116,0.65);*/
        background-color: rgba(71,188,204,0.65);
    }

    .breadcrumbs-ctr.crumbs-10 .trade-crumb.inactive:nth-child(4) {
        /*background-color: rgba(218,149,116,0.7);*/
        background-color: rgba(71,188,204,0.7);
    }

    .breadcrumbs-ctr.crumbs-10 .trade-crumb.inactive:nth-child(5) {
        /*background-color: rgba(218,149,116,0.75);*/
        background-color: rgba(71,188,204,0.75);
    }

    .breadcrumbs-ctr.crumbs-10 .trade-crumb.inactive:nth-child(6) {
        /*background-color: rgba(218,149,116,0.8);*/
        background-color: rgba(71,188,204,0.8);
    }

    .breadcrumbs-ctr.crumbs-10 .trade-crumb.inactive:nth-child(7) {
        /*background-color: rgba(218,149,116,0.85);*/
        background-color: rgba(71,188,204,0.85);
    }

    .breadcrumbs-ctr.crumbs-10 .trade-crumb.inactive:nth-child(8) {
        /*background-color: rgba(218,149,116,0.9);*/
        background-color: rgba(71,188,204,0.9);
    }

    .breadcrumbs-ctr.crumbs-10 .trade-crumb.inactive:nth-child(9) {
        /*background-color: rgba(218,149,116,0.95);*/
        background-color: rgba(71,188,204,0.95);
    }

    .breadcrumbs-ctr.crumbs-10 .trade-crumb.inactive:nth-child(10) {
        /*background-color: rgba(218,149,116,1);*/
        background-color: rgba(71,188,204,1);
    }

    .breadcrumbs-ctr.crumbs-12 .trade-crumb.inactive:nth-child(1) {
        /*background-color: rgba(218,149,116,0.45);*/
        background-color: rgba(71,188,204,0.45);
    }

    .breadcrumbs-ctr.crumbs-12 .trade-crumb.inactive:nth-child(2) {
        /*background-color: rgba(218,149,116,0.5);*/
        background-color: rgba(71,188,204,0.5);
    }

    .breadcrumbs-ctr.crumbs-12 .trade-crumb.inactive:nth-child(3) {
        /*background-color: rgba(218,149,116,0.55);*/
        background-color: rgba(71,188,204,0.55);
    }

    .breadcrumbs-ctr.crumbs-12 .trade-crumb.inactive:nth-child(4) {
        /*background-color: rgba(218,149,116,0.6);*/
        background-color: rgba(71,188,204,0.6);
    }

    .breadcrumbs-ctr.crumbs-12 .trade-crumb.inactive:nth-child(5) {
        /*background-color: rgba(218,149,116,0.65);*/
        background-color: rgba(71,188,204,0.65);
    }

    .breadcrumbs-ctr.crumbs-12 .trade-crumb.inactive:nth-child(6) {
        /*background-color: rgba(218,149,116,0.7);*/
        background-color: rgba(71,188,204,0.7);
    }

    .breadcrumbs-ctr.crumbs-12 .trade-crumb.inactive:nth-child(7) {
        /*background-color: rgba(218,149,116,0.75);*/
        background-color: rgba(71,188,204,0.75);
    }

    .breadcrumbs-ctr.crumbs-12 .trade-crumb.inactive:nth-child(8) {
        /*background-color: rgba(218,149,116,0.8);*/
        background-color: rgba(71,188,204,0.8);
    }

    .breadcrumbs-ctr.crumbs-12 .trade-crumb.inactive:nth-child(9) {
        /*background-color: rgba(218,149,116,0.85);*/
        background-color: rgba(71,188,204,0.85);
    }

    .breadcrumbs-ctr.crumbs-12 .trade-crumb.inactive:nth-child(10) {
        /*background-color: rgba(218,149,116,0.9);*/
        background-color: rgba(71,188,204,0.9);
    }

    .breadcrumbs-ctr.crumbs-12 .trade-crumb.inactive:nth-child(11) {
        /*background-color: rgba(218,149,116,0.95);*/
        background-color: rgba(71,188,204,0.95);
    }

    .breadcrumbs-ctr.crumbs-12 .trade-crumb.inactive:nth-child(12) {
        /*background-color: rgba(218,149,116,1);*/
        background-color: rgba(71,188,204,1);
    }

    .breadcrumbs-ctr .crumb.inactive.first {
        /*background-color: rgba(218,149,116,0.55);*/
        background-color: rgba(71,188,204,0.55);
    }

    .breadcrumbs-ctr .crumb.inactive.second {
        /*background-color: rgba(218,149,116,0.6);*/
        background-color: rgba(71,188,204,0.6);
    }

    .breadcrumbs-ctr .crumb.inactive.third {
        /*background-color: rgba(218,149,116,0.65);*/
        background-color: rgba(71,188,204,0.65);
    }

    .breadcrumbs-ctr .crumb.inactive.fourth {
        /*background-color: rgba(218,149,116,0.7);*/
        background-color: rgba(71,188,204,0.7);
    }

    .breadcrumbs-ctr .crumb.inactive.fifth {
        /*background-color: rgba(218,149,116,0.75);*/
        background-color: rgba(71,188,204,0.75);
    }

    .breadcrumbs-ctr .crumb.inactive.sixth {
        /*background-color: rgba(218,149,116,0.8);*/
        background-color: rgba(71,188,204,0.8);
    }

    .breadcrumbs-ctr .crumb.inactive.seventh {
        /*background-color: rgba(218,149,116,0.85);*/
        background-color: rgba(71,188,204,0.85);
    }

    .breadcrumbs-ctr .crumb.inactive.eigth {
        /*background-color: rgba(218,149,116,0.9);*/
        background-color: rgba(71,188,204,0.9);
    }

    .breadcrumbs-ctr .crumb.inactive.ninth {
        /*background-color: rgba(218,149,116,0.95);*/
        background-color: rgba(71,188,204,0.95);
    }

    .breadcrumbs-ctr.plain .crumb.inactive.first {
        /*background-color: rgba(218,149,116,0.55);*/
        background-color: rgba(71,188,204,0.55);
    }

    .breadcrumbs-ctr.plain .crumb.inactive.second {
        /*background-color: rgba(218,149,116,0.6);*/
        background-color: rgba(71,188,204,0.6);
    }

    .breadcrumbs-ctr.plain .crumb.inactive.third {
        /*background-color: rgba(218,149,116,0.65);*/
        background-color: rgba(71,188,204,0.65);
    }

    .breadcrumbs-ctr.plain .crumb.inactive.fourth {
        /*background-color: rgba(218,149,116,0.7);*/
        background-color: rgba(71,188,204,0.7);
    }

    .breadcrumbs-ctr.plain .crumb.inactive.fifth {
        /*background-color: rgba(218,149,116,0.75);*/
        background-color: rgba(71,188,204,0.75);
    }

    .breadcrumbs-ctr.plain .crumb.inactive.sixth {
        /*background-color: rgba(218,149,116,0.8);*/
        background-color: rgba(71,188,204,0.8);
    }

    .breadcrumbs-ctr.plain .crumb.inactive.seventh {
        /*background-color: rgba(218,149,116,0.85);*/
        background-color: rgba(71,188,204,0.85);
    }

    .breadcrumbs-ctr.plain .crumb.inactive.eigth {
        /*background-color: rgba(218,149,116,0.9);*/
        background-color: rgba(71,188,204,0.9);
    }

    .breadcrumbs-ctr.plain .crumb.inactive.ninth {
        /*background-color: rgba(218,149,116,0.95);*/
        background-color: rgba(71,188,204,0.95);
    }

.breadcrumbs-ctr .crumb.underlined,
.breadcrumbs-ctr .trade-crumb.underlined{
    border-bottom: 0.5em solid transparent;
    cursor: pointer;
}

    .breadcrumbs-ctr .crumb.active,
    .breadcrumbs-ctr .trade-crumb.active {
        border-bottom: 0.5em solid #484A48;
    }

.breadcrumbs-ctr .crumb h1,
.breadcrumbs-ctr .trade-crumb h1{
    margin: 0;
    color: #48484a;
    font-size: 1.25em;
}

.breadcrumbs-ctr .crumb h2,
.breadcrumbs-ctr .trade-crumb h2{
    margin: 0;
    color: #12222f;
    font-size: 0.9em;
    display: none;
}

.breadcrumbs-ctr .crumb.active h1,
.breadcrumbs-ctr .trade-crumb.active h1{
    color: #fff;
}

.breadcrumbs-ctr .crumb.active h2,
.breadcrumbs-ctr .trade-crumb.active h2{
    color: #fff;
}

.main-designer-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wizard-mode .main-designer-container {
    top: 3em;
}

.door-image-container {
    position: absolute;
    top: 0;
    left: 18em;
    right: 19em;
    bottom: 0;
}

.wizard-mode .door-image-container {
    display: none;
}

.door-canvas-container {
    position: absolute;
    top: 0.75em;
    left: 0.75em;
    right: 0.75em;
    bottom: 0.75em;
    overflow: hidden;
}

#divDoorSvgContainer {
    height: 95%;
    max-width: 100%;
    max-height: 95%;
    margin: 20px auto;
}

.option-selectors-container {
    position: absolute;
    top: 0;
    left: 18em;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #fff;
}

.wizard-mode .option-selectors-container {
    left: 0;
}

.welcome-text {
    margin-top: 1em;
}

.welcome-text h1 {
    text-align: center;
    font-size: 1.5em;
    margin: 0;
    text-transform: uppercase;
}

.welcome-text p {
    text-align: center;
    margin: 0.25em 0 0.5em 0;
}

.welcome-text h3 {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.main-menu-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 18em;
    bottom: 0;
    background: #e4e9ed;
    overflow-y: auto;
    z-index: 100001;
}

.main-menu-container h1 {
    background: #48484a;
    font-size: 1em;
    margin: 1em 1em 0;
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
}

.menu-blocks {
    background: #fff;
    margin: 0 1em;
    padding: 0.25em 0.125em 0;
}

.menu-block-container {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 33.33%;
    vertical-align: bottom;
}

.menu-block {
    color: #000;
    background-color: #d9e2e8;
    padding-top: 0.5em;
    cursor: pointer;
    margin: 0 0.125em 0.25em;
    box-sizing: border-box;
}

.menu-block:hover {
    color: #fff;
    background-color: #37c1cc;
}

.menu-block.disabled {
    cursor: default;
    opacity: 0.2;
}

.menu-block.disabled:hover {
    color: #000;
    background-color: #eee;
}

.menu-block .image-container {
    height: 4em;
    display: none;
}

.menu-block .text-container {
    height: 3em;
    margin-top: 0.5em;
}

.menu-block img {
    max-width: 100%;
    max-height: 100%;
}

.menu-block span {
    font-size: 0.6em;
}

.door-canvas-container.with-background .content {
    width: 100%;
    height: 100%;
    margin: 0 auto;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.door-canvas-container .canvas-content {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}







div.selectors {
    margin:1em auto 0;
    text-align:center;
}

div.selectorTile {
    position: relative;
    cursor: pointer;
    margin:5px;
    display: inline-block;
    width: 170px;
    height: 360px;
}

div.selectorTile.frameDesign {
    width: 260px;
    height: 280px;
}

div.selectorTile.frameDesign .image-container {
    line-height: 230px;
}

div.selectorTile.frameDesign .selectorTileTitle {
    top: 235px;
}

div.selectorTile.doorSlabs.double {
    width: 294px;
}

div.selectorTile.doorSlabs.two-sidelights {
    width: 291px;
}

div.selectorTile.doorSlabs.one-sidelight {
    width: 223px;
}

div.selectorTile.doorSlabs.toplight {
    height: 363px;
}

div.selectorTile.doorSlabs.toplight .image-container {
    line-height: 313px;
}

div.selectorTile .image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
    line-height: 310px;
}

img.selector {
    /*position:absolute;
    left:0;
    top:0;
    width:auto;
    height:100%;*/
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

div.option30 {
    height:30px;
}

div.option100 {
    height:100px;
}

div.optionTitle {
    float:left;
}

div.optionImage {
    float:right;
}

img.option {
    max-width:100px;
    max-height:100px;
}

canvas.selector {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 100%;
}

div.selectorTileTitle {
    position: absolute;
    top: 315px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    /*width: 100%;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
    text-align: center;
}

div.selectorTileTitle > span {
    /*vertical-align: bottom;*/
    text-align: center;
    font-size:1em;
    color:#7b7060;
    font-weight: bold;
}

div.selectorTileTitle > span.subtext {
    font-size: 0.8em;
    font-weight: normal;
}

.selectorTile .hover-text {
    position: absolute;
    top: 275px;
    left: 0;
    right: 0;
    bottom: 310px;
    text-align: center;
}

.selectorTile .hover-text span {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    color: #7b7060;
    font-size: 0.8em;
    padding: 0.125em;
}

/* Side Options */
.main-side-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 19em;
    overflow-y: auto;
    background: #e4e9ed;
    padding: 0.5em 1em 1em;
    box-sizing: border-box;
    z-index: 100001;
}

.wizard-mode .main-side-container {
    display: none;
}

.main-side-container .image-holder {
    margin-top: 1em;
    text-align: center;
}

.main-side-container .image-holder img {
    max-width: 100%;
}

.side-option-box {
    color: #013042;
    background: #fff;
    padding: 1em;
    margin-top: 0.5em;
}

.side-option-box > h1 {
    font-size: 1em;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.side-option-box.errors {
    border: 2px solid #d22;
}

.side-option-box .side-button {
    cursor: pointer;
    margin-bottom: 0.125em;
    padding: 1em;
    color: #fff;
    background-color: #48484a;
    text-transform: uppercase;
}

/*.side-option-box .side-button:hover {
    background-color: #37c1cc;
    color: #fff;
}*/

.side-button:hover {
    /*background-color: #DA9574;*/
    background-color: #46BCCB;
    color: #fff;
}

.side-option-box .side-button a {
    color: #fff;
    text-decoration: none;
}

.side-option-box .side-button h1 {
    font-size: 1em;
    margin: 0;
}

.side-option-box input[type=text] {
    margin-bottom: 0.25em;
    width: 100%;
    padding: 0.25em 0.25em;
    font-size: 1.25em;
    box-sizing: border-box;
}

.side-option-box input[type=text].narrow {
    width: 2em;
}

.side-option-box textarea {
    margin-bottom: 0.25em;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0.125em;
    font-size: 1em;
    box-sizing: border-box;
    font-family: inherit;
    height: 6em;
}

.side-option-box .heading {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 1em;
    margin: 0;
}

.error-text {
    color: #d22;
    margin-top: 1em;
    font-weight: bold;
}

.door-summary h3 {
    color: #09557c;
    margin: 0 0 1em 0;
}

.door-summary .logo {
    text-align: center;
}

.door-summary .logo img {
    max-width: 100%;
    max-height: 8em;
    margin-bottom: 1.5em;
}

.door-summary .row {
    margin-bottom: 0.5em;
    font-size: 0.8em;
}

.door-summary .label {
    font-weight: bold;
}

.door-summary .first .value {
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
}

.door-summary div.side-buttons input[type=text] {
    margin-bottom: 0.25em;
    width: 100%;
    padding: 0.25em 0.25em;
    font-size: 1.25em;
}

.pop-up {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    overflow-y: auto;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100003;
}

.pop-up.permanent {
    background-color: transparent;
}

.pop-up > .content {
    background-color: #48484a;
    max-width: 40em;
    margin: 3em auto 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 1em;
}

#divLogInPopup > .content {
    width: 30em;
}

#divLogInPopup .details div.textbox {
    left: 7em;
}

.pop-up > .content h1 {
    font-size: 2em;
    color: #fff;
    margin: 0 0 0.5em 0;
    text-align: center;
}

.pop-up > .content p {
    text-align: center;
    margin: 1em 0;
}

.pop-up .details > div.row {
    position: relative;
    height: 1.5em;
    margin-bottom: 0.5em;
}

.pop-up .details > div.row.multi-line {
    margin-top: 1.5em;
    height: auto;
}

.pop-up .details label {
    position: absolute;
    line-height: 1.5em;
}

.pop-up .details div.textbox {
    position: absolute;
    left: 10em;
    height: 100%;
    line-height: 1.5em;
}

.pop-up .details .row.multi-line div.textbox {
    position: static;
    height: 1.5em;
    margin-top: 0.5em;
}

.pop-up .details input[type=text],
.pop-up .details input[type=password],
.pop-up .details input[type=email] {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.pop-up .details div.textbox.tiny {
    width: 5em;
}

.pop-up .details div.textbox.small {
    width: 10em;
}

.pop-up .details div.textbox.medium {
    width: 13em;
}

.pop-up .details div.textbox.full-width {
    right: 0;
}

.pop-up .buttons {
    margin-top: 1.5em;
}

.pop-up .buttons .button {
    margin-top: 0.5em;
    padding: 0.25em;
    cursor: pointer;
}

.pop-up .buttons input[type=submit] {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    display: block;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
}

.pop-up .buttons div.button:hover,
.pop-up .buttons input[type=submit]:hover {
    background-color: #37c1cc;
}


.pop-up .buttons div.button > h1 {
    margin: 0;
}

#divLogInPopup .error-message {
    color: #d22;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}

#divSendEnquiry div.post-submit {
    display: none;
}


.trade-main-menu {
    position: absolute;
    top: 70px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.trade-main-menu .segment {
    padding: 5px;
}

.trade-main-menu .segment.active {
    background-color: #fff;
    margin-bottom: 10px;
}

.trade-main-menu .header {
    cursor: pointer;
}

.trade-main-menu .header h2 {
    font-size: 1em;
    text-transform: uppercase;
    margin: 0;
}

.trade-main-menu .segment.active h2 {
    text-decoration: underline;
}

.trade-main-menu .section {
    display: none;
    margin-top: 20px;
}

.trade-main-menu .section p {
    margin: 0;
}

.trade-main-menu .menu-option {
    padding: 5px 0;
    cursor: pointer;
    border: 1px solid transparent;
}

.trade-main-menu .menu-dimension {
    padding: 5px 0;
    cursor: default;
}

.trade-main-menu .menu-option:hover {
    background-color: #f7f7f7;
    border: 1px solid #eee;
}

.trade-main-menu .menu-option .heading {
    font-weight: bold;
}

.trade-main-menu .menu-dimension .heading {
    font-weight: bold;
}

.trade-main-menu .menu-dimension .sub-heading {
    font-style: italic;
}

.trade-main-menu .menu-dimension .value-box {
    overflow: hidden;
}

.trade-main-menu .menu-dimension .value {
    width: 100%;
    box-sizing: border-box;
}

.trade-main-menu .menu-dimension .update {
    float: right;
}





.trade-main-menu .menu-option.text-entry {
    padding: 5px 0;
    cursor: default;
}

.trade-main-menu .menu-option.text-entry .heading {
    font-weight: bold;
}

.trade-main-menu .menu-option.text-entry .sub-heading {
    font-style: italic;
}

.trade-main-menu .menu-option.text-entry .value-box {
    overflow: hidden;
}

.trade-main-menu .menu-option.text-entry .value {
    width: 100%;
    box-sizing: border-box;
}

.trade-main-menu .menu-option.text-entry .update {
    float: right;
}





#divDoorPricingBreakdown {
    margin-bottom: 1em;
}

#divDoorPricing .price-row.total .right {
    font-weight: bold;
}

#divDoorPricing .price-row > .right {
    float: right;
    display: block;
}

#divDoorPricing .price-row > .left {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

/*#divManufacturingInfo h1 {
    font-size: 1em;
    margin: 0;
    text-align: center;
    cursor: pointer;
}*/

#divManufacturingInfoContent {
    margin-top: 1em;
}

#divManufacturingInfoContent > p {
    font-size: 0.8em;
    margin: 0;
}

#divManufacturingInfoData {

}

#divManufacturingInfoData h2 {
    margin: 1em 0 1em 0;
    font-size: 1em;
}

#divManufacturingInfoData table {
    width: 100%;
}

#divManufacturingInfoData td {
    font-size: 0.8em;
}

#divBOMPartsContent {

}

#divBOMPartsContent h3 {
    font-size: 1em;
    text-align: center;
    margin: 1em 0 0.5em 0;
}

#divBOMPartsContent table {
    font-size: 0.8em;
}

#divBOMPartsContent table .quantity {
    font-weight: bold;
}

#divBOMPartsContent table .code {
    font-weight: bold;
}

#divBOMPartsContent table .description {
    font-size: 0.8em;
}

#please-wait-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.show-hide-link {
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    display: block;
    margin-top: 1em;
}

#lblValidationErrorsCount {
    font-weight: bold;
    cursor: pointer;
    font-size: 1.1em;
}

.side-option-box .title {
    display: block;
    margin-bottom: 0.9em;
}

.side-option-box .title {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0.9em;
}

.side-option-box.errors p {
    margin-top: 15px;
}

.side-warning-icon {
    display: block;
    float: right;
    width: 2em;
    margin: -10px -8px 0 0;
}

#divValidationPopup h2 {
    font-size: 1.5em;
}

#divValidationPopup ul {
    margin: 0.5em 0 0.5em 0;
    padding: 0 0 0 1.5em;
}

.side-option-box.errors ul {
    margin: 0.5em 0 0.5em 0;
    padding: 0 0 0 1.5em;
}

#divViewQuotes .content {
    width: 30em;
}

#divViewQuotes .list-container {
    background-color: #4f739d;
    padding: 0.5em;
    height: 20em;
    overflow: auto;
}

#divViewQuotes .load-more {
    display: none;
    text-align: center;
}

#divViewQuotes .load-more span {
    cursor: pointer;
}

#divViewQuotes .load-more span:hover {
    text-decoration: underline;
}

.saved-quote {
    background-color: #fff;
    color: #000;
    margin-bottom: 1em;
    width: 100%
}

.saved-quote .info-cell {
    width: 50%;
}

.saved-quote .info {
    padding: 0.5em;
}

.saved-quote .info p {
    margin: 0;
    text-align: left;
}

.saved-quote .info .title {

}

.saved-quote .info .value {
    font-weight: bold;
}

.saved-quote .buttons {
    margin-top: 2.5em;
}

.saved-quote .buttons .button {
    margin: 0;
    padding: 0;
}

.saved-quote .button a {
    display: block;
    color: #1b395a;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 0.25em 0;
}

.saved-quote .button a:hover {
    color: #fff;
    background-color: #1b395a;
}

.saved-quote .image-container {
    height: 10em;
    padding: 0.5em;
}


.dialog {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.dialog .dialogContainer {
    text-align: center;
    margin: 7em auto 0;
    padding: 0 0.5em;
    color: #fff;
    background-color: #48484a;
    border: 1px solid #000;
}

.dialog .dialogContainer.small {
    width: 27em;
}

.dialog .dialogContainer p {
    font-size: 0.9em;
}

.dialog .buttons {
    margin: 2em 1em 1em;
}

.dialog .buttons .button {
    cursor: pointer;
}

.dialog .buttons .button:hover {
    color: #48484a;
    background-color: #fff;
}

.dialog .buttons .button h1 {
    margin: 0;
    font-size: 1.4em;
}

#lblDialogErrorMessage {
    font-style: italic;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.overflow-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version */
}

.clickable {
    cursor: pointer;
}

.clickable:hover {
    text-decoration: underline;
}

/**::selection {
    background: #48484a;
}*/

.FrameChoice{
    display:inline-block;
    cursor:pointer;
    vertical-align:top;
}

.frame-design-container {
    text-align: center;
    margin-top:20px;
}

    .frame-design-container > div {
        /*display:inline-block;*/
        margin-top:20px;
    }

        .frame-design-container > div:nth-child(2) {
            vertical-align: bottom;
        }


.FrameOptionsScroller {

    max-height: 500px;
    overflow:auto;
}

.frame-design-option {
    margin-bottom:40px;
}

.frame-design-image{
    max-height:100px;
}

.button-proceed {
    background-color: #484A48;
    color: white;
    width: 100px;
    height: 50px;
    border-width: 0;
    border-radius: 10px;
    cursor: pointer;
}

    .button-proceed:hover {
        /*background-color: rgba(218,149,116,1);*/
        background-color: rgba(71,188,204,1);
    }