
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix {
    overflow: auto;
}

/************** Page Reset Above  *******************/
/************** Page Styles Below *******************/

@font-face {
    font-family: "WebSymbols-Regular";
    src: url('web fonts/WebSymbols-Regular.eot');
    src: url('web fonts/WebSymbols-Regular.eot?#iefix') format("eot"),url('web fonts/WebSymbols-Regular.woff') format("woff"),url('web fonts/WebSymbols-Regular.ttf') format("truetype"),url('web fonts/WebSymbols-Regular.svg#WebSymbols-Regular') format("svg");
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'FuturaPTBook';
    src: url('Futura PT/FuturaPTBook.otf') format('opentype');
}


@font-face {
    font-family: 'FuturaPTLight';
    src: url('Futura PT/FuturaPTLight.otf') format('opentype');
}

@font-face {
    font-family: 'FuturaPTDemi';
    src: url('Futura PT/FuturaPTDemi.otf') format('opentype');
}

@font-face {
    font-family: 'FuturaPTHeavy';
    src: url('Futura PT/FuturaPTHeavy.otf') format('opentype');
}

@font-face {
    font-family: 'FuturaPTMedium';
    src: url('Futura PT/FuturaPTMedium.otf') format('opentype');
}

h1, h2 {
    font-family: "FuturaPTHeavy",Helvetica,Arial,sans-serif !important;
}


h3, h4, h5, h6, a, th {
    font-family: "FuturaPTMedium",Helvetica,Arial,sans-serif !important;
}

p, label, span, strong {
    font-family: "FuturaPTBook",Helvetica,Arial,sans-serif !important;
}

.sweet-alert {
    font-family: "FuturaPTBook",Helvetica,Arial,sans-serif !important;
}

select, input, option, td {
    font-family: "FuturaPTLight",Helvetica,Arial,sans-serif !important;
}
/*@font-face {
    font-family: 'FuturaPTLight';
    src: url('Futura PT/FuturaPTLight.otf') format('opentype');
}


@font-face {
    font-family: 'FuturaPTDemi';
    src: url('Futura PT/FuturaPTDemi.otf') format('opentype');
}*/
html {
    overflow-y: scroll;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html, body, #page-wrapper {
    width: 100%;
    min-width: 15em;
    position: relative;
    font-family: proxima-nova-n4, proxima-nova,sans-serif;
}

.select-box {
    overflow-y: scroll;
    max-height: 300px;
    border: 1px solid gray;
    background-color: white;
    cursor: pointer;
    border-radius: 5px;
}

.enabled {
    background-color: #EDEDED;
}

.changed {
    background-color: #D37C5F;
    color: white;
    padding: 5px;
    border-radius: 4px;
    font-weight: bold;
}

.glyphs {
    font-family: "WebSymbols-Regular";
}

.special-header {
    font-size: 20px;
    line-height: 40px;
}

.small-margin {
    padding: 6px;
    box-sizing: border-box;
}

.c-1-1 {
    width: 100%;
}

.c-1-2 {
    width: 49%;
}

.c-1-3 {
    width: 32.5%;
    min-width: 125px;
}

.c-1-4 {
    width: 24%;
}

.c-1-8 {
    width: 12.5%;
    min-width: 100px;
}

.text-right {
    text-align: right;
}

.right {
    float: right;
}

.text-left {
    text-align: left;
}

.left {
    float: left;
}

.text-center {
    text-align: center;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.inline {
    display: inline-block;
}

#page-wrapper {
    max-width: 1040px;
    margin: 0 auto 0 auto;
}

.page {
    min-height: 300px;
    border-radius: 4px;
}

.page-header {
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    padding: 30px 0 30px 0;
}

.page-controller {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.button-AO {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #EC6820; /* this is an orange */
}

.button-cart {
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #20a4ec;
    color: white;
}

.button-cart-dark {
    background: #417f93;
}

.button-export {
    background: #2241EC;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: white;
}

.button-remove {
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #b0480f;
    color: white;
}

.button-overlay {
    border: 4px solid black;
}

.hidden {
    display: none;
}

.disclaimer {
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    font-family:FuturaPTLight !important;
}
.selectLable{
    font-family:FuturaPTBook !important;
}
/************** Accessories Styles *******************/
.selected-option {
    background-color: lightgray;
    border-color: gray;
}

.border-box {
    box-sizing: border-box;
    padding: 7px;
}

.total {
    text-align: center;
    font-size: 24px;
}


/************** Materials Styles *******************/
.static-view-header {
    font-size: 30px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    font-family: "FuturaPTHeavy",Helvetica,Arial,sans-serif !important;
}

.static-container-header {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    width: 100%;
}

.acc-container-header {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-radius: 4px;
}

.accessory-container-header {
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.container-header {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    padding: 3px;
    border-radius: 4px;
    box-sizing: border-box;
    font-weight: 600;
    font-family: "FuturaPTHeavy",Helvetica,Arial,sans-serif !important;
}

    .container-header:hover {
        /*background-color: rgb(236, 104, 32);
	color:white;*/
    }

.project-remove-button {
    float: right;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.project-print-container {
    width: 100%;
    text-align: center;
    padding: 10px;
}

.container-border {
    border: 1px solid lightgray;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-radius: 4px;
}

.container-border-bottom {
    border-bottom: 1px solid lightgray;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-radius: 4px;
}

.container-no-border {
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

/************** Table Styles *******************/
.pure-table tbody td {
    background-color: white;
}

.pure-table tr {
    background-color: lightgray;
}

.table-header {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: "FuturaPTHeavy",Helvetica,Arial,sans-serif !important;
}

table.gridtable {
    width: 100%;
    margin: 0 auto 0 auto;
    font-size: .9em;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

    table.gridtable th {
        border-width: 1px;
        padding: .5em;
        border-style: solid;
        border-color: #666666;
        background-color: #dedede;
    }

    table.gridtable td {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #666666;
        background-color: #ffffff;
    }

@media only screen and (max-width: 37.5em) {

    /*.override .res-tbl tr td {
		padding-left: 40%;
	}*/
    /*#projectItemTable tbody td, #additionalItemTable tbody td {
        padding-left: 40% !important;
    }*/

    @media only screen and (max-width: 26.5em) {
        .no-tables td {
            word-break: break-all
        }

        .pure-g .ml-5 {
            margin-left: -5% !important;
        }

        .pure-u-1-5 {
            width: 25%;
        }

        .no-more-tables td:before {
            white-space: normal !important;
        }

        .no-more-tables td {
            padding-bottom: 15px;
        }
    }

    .no-tables td {
        text-align: left !important;
        /*word-break: break-all;*/
        font-size: 16px !important;
        padding-left: 7px;
    }

    /* Force table to not be like tables anymore */
    .no-more-tables td:before,
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .no-more-tables tr {
        border: 1px solid #ccc;
    }

    .no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    .pure-table-horizontal tbody > tr:last-child td {
        border-bottom: 2px solid #eee !important;
    }

        .no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        .no-more-tables td:before {
            content: attr(data-title);
        }
}

.circle {
    border-radius: 10%;
    width: 60px;
    height: 60px;
    /* width and height can be anything, as long as they're equal */
}

.accessoriesView {
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #ededed;
    border-radius: 5px;
    padding: 10px 0;
}

.button-first-selected {
    background-color: rgba(236, 104, 32, 1);
    box-shadow: inset 0px 0px 0px 3px rgba(0, 0, 0, 1);
}

.button-first {
    background-color: rgba(236, 104, 32, 1);
}

.button-second-selected {
    /*background-color: black;
    box-shadow: inset 0px 0px 0px 3px rgba(236, 104, 32, 1);*/
/*    background-color: #f26924 !important;
*/    color: #f26924 !important;
    text-decoration: none !important;
}

.button-second {
    background-color: black;
}


.mt1 {
    margin-bottom: 1%;
}

.has-indicator .section-indicator-container {
    display: block;
}

 .section-indicator-container {
    min-height: 66px;
    padding: 25px 0;
}

.section-indicator-container {
    /* display: none;  */
    left: 0;
    padding: 15px 0;
    /* position: fixed; */
    top: 0;
    width: 100%;
}

    .section-indicator-container .header-container {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }

.section-indicator {
    font-family: FuturaPTLight,Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #b9b9b9;
    display: block;
    font-weight: 300;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
    line-height: 1;
}

    .section-indicator:before {
        border-color: #f26924 transparent transparent transparent;
        border-style: solid;
        position: absolute;
        margin-left: -15px;
        border-width: 11px 11px 0 0;
        content: '';
        height: 0;
        top: 2px;
        width: 0;
    }


@media only screen and (max-width: 768px) {
    .btnOrangeClass {
        font-family: FuturaPTDemi;
        font-weight: bold;
        border: 4px solid #f26924;
        color: #001722;
        border-radius: 24px;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        background: #fff;
        width: 40% !important;
        padding: 4px 14px !important;
        margin-top: 1% !important;
        text-align: center;
       /* margin-left: 30%;*/
    }
    .smallBtnClass {
        width: 25% !important;
        min-width: 130px !important;
    }
    .exportMaterial{
        margin-left:0% !important;
    }
    #Options {
        padding-left: 5%;
        padding-right: 5%;
    }
    .floatRight {
        float: initial !important;
    }

    .ml17 {
        margin-left: 10% !important;
    }
    
    /*#projectItemTable tbody tr td select {
        padding-top: 3% !important;
    }

    #additionalItemTable tbody tr td select {
        padding-top: 3% !important;
    }*/
    .btnBlackClass {
        margin-left: 10% !important;
        margin-right: -13% !important;
    }

    
    .ml3 {
        padding-left: 0% !important;
    }
    .ml8 {
        padding-left: 0% !important;
    }
    .mlt {
        margin-left: 10% !important;
        margin-top: 1% !important;
    }
    .override .res-tbl {
        border: 0 !important;
        border-collapse: collapse !important;
    }

        .override .res-tbl, .override .res-tbl thead, .override .res-tbl tbody, .override .res-tbl th, .override .res-tbl td, .override .res-tbl tr {
            display: block !important;
        }

            .override .res-tbl thead tr {
                position: absolute !important;
                top: -9999px !important;
                left: -9999px !important;
                overflow: hidden !important;
            }

            .override .res-tbl tbody tr {
                margin: 0 0 25px 0 !important;
                display: flex !important;
                flex-flow: column !important;
                border: 1px solid #ddd !important;
            }

                .override .res-tbl tbody tr:nth-child(odd) {
                    background: #f7f4f3 !important;
                }

                .override .res-tbl tbody tr:nth-child(even) {
                }

            .override .res-tbl tr td .pure-u-1-24 {
                padding-left: 0% !important;
                color: green !important;
            }
            .override .res-tbl tr td data-label {
                margin-top: 1% !important;
                margin-bottom: 1% !important;
            }

            .override .res-tbl tr td {
                border-top: none !important;
                border-left: none !important;
                border-right: none !important;
                border-bottom: 1px solid #ddd !important;
                position: relative !important;
                padding-left: 110px !important;
                word-wrap: break-word !important;
                margin-right: 3% !important;
            }

                .override .res-tbl tr td:first-child {
                    padding-left: 0% !important;
                    border-bottom: hidden !important;
                }

                .override .res-tbl tr td:last-child {
                    border-bottom: none !important;
                }



    ​.override .res-tbl tr td:first-child {
        border-top: 1px solid #ddd;
    }

    .override .res-tbl td:before {
        position: absolute !important;
        top: 10px !important;
        left: 5% !important;
        width: 55% !important;
        padding-right: 10px !important;
        white-space: nowrap !important;
        content: attr(data-label) !important;
        text-align: left !important;
    }
}

.mb1 {
    margin-bottom: 1%;
}

.mb14 {
    margin-bottom: 14px;
}

.pb1 {
    padding-bottom: 1% !important;
}

#projectItemTable tbody td, #additionalItemTable tbody td {
    padding-bottom: 3px !important;
}

/*@media only screen and (max-width: 993px) {
   
}*/

@media only screen and (max-width: 991px) {
    .ml5 {
        margin-left: -5%;
    }
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border: 8px solid #EC6820;
    border-radius: 50%;
    border-top-color: #b0480f;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    position: fixed;
    z-index: 10000;
    opacity: 0.7;
}

#overlay {
    position: fixed;
    top: 0;
    display: none;
    z-index: 11000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.btnOrangeClass:hover {
    background-color: #f26924;
    color: #fff;
    text-decoration: none;
}
.btnDarkOrangeClass:hover {
    /*background: #a94007;*/
    background-color: #f26924;
    color: #fff;
    text-decoration: none;
}
/*.sweet-alert button:hover, .sweet-alert button.cancel:hover {
    background: #e7590c !important;
}
.sweet-alert button.cancel:hover {
    background: #a94007 !important;
}*/
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0) !important;
}

/*.customClass {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #EC6820;
    width: 100%;
    padding: 5px;
    cursor: pointer;
    text-align: center;
}*/

label {
    display: inline-block;
    margin-bottom: 0 !important;
}

.disabled {
    background-color: #f26924 !important;
    color: #fff !important;
    text-decoration: none;
    cursor: not-allowed !important;
}
.btnOrange {
    font-family: FuturaPTDemi;
    font-weight: bold;
    font-weight: bold;
    border: 4px solid #f26924;
    border-radius: 24px;
    color: #001722;
    padding: 8px 24px;
    background-color: #fff;
}

    .btnOrange:hover {
        background-color: #f26924;
        color: #fff;
        text-decoration: none;
    }


.btnOrangeClass {
    font-family: FuturaPTDemi;
    font-weight: bold;
    border: 4px solid #f26924;
    color: #001722;
    border-radius: 24px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #fff;
    width: 65%;
    cursor: pointer;
    padding: 4px 14px;
    text-align: center;
    min-width: 188px;
    /*border-color: #EC6820;*/
}

.btnDarkOrangeClass {
    /*color: white;*/
    font-family: FuturaPTDemi;
    font-weight: bold;
    padding: 8px 24px;
    font-weight: bold;
    border: 4px solid #f26924;
    color: #001722;
    background: #fff;
    border-radius: 24px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    /*background: #b0480f;*/
    width: 80%;
    cursor: pointer;
    /*padding: 5px;*/
    text-align: center;
}

.floatRight{
    float: right
}

.btnBlackClass :hover {
    background-color: #f26924 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.btnBlackClass {
    /*color: white;*/
    font-family: FuturaPTDemi;
    font-weight: bold;
    padding: 8px 24px;
    border: 4px solid #f26924;
    color: #001722;
    background: #fff;
    border-radius: 24px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    width: 80%;
    cursor: pointer;
    /*padding: 5px;*/
    /*background-color: black;*/
    text-align: center;
    min-width: 147px;
}

/*.ml3 {
    margin-left: 3%;
}*/

table tbody tr td {
    border: 0
}

table tbody tr {
    border: 0;
}

table tbody {
    border: 0;
}

table {
    border: 0;
}

.table-bordered {
    border: 0px !important;
}

#projectItemTable thead {
    border: 0;
}

    #projectItemTable thead tr {
        border: 0;
    }

        #projectItemTable thead tr td {
            border: 0;
            padding: 0;
        }

#projectItemTable tbody {
    border: 0;
}

    #projectItemTable tbody tr {
        border: 0;
    }

        #projectItemTable tbody tr td {
            border: 0;
            padding: 0;
        }

            /*#projectItemTable tbody tr td select {
                padding-top: 10%;
            }*/


#additionalItemTable thead {
    border: 0;
}

    #additionalItemTable thead tr {
        border: 0;
    }

        #additionalItemTable thead tr td {
            border: 0;
            padding: 0;
        }

#additionalItemTable tbody {
    border: 0;
}

    #additionalItemTable tbody tr {
        border: 0;
    }

        #additionalItemTable tbody tr td {
            border: 0;
            padding: 0;
        }

/*            #additionalItemTable tbody tr td select {
                padding-top: 10%;
}*/


 



table tbody {
    border: 0;
}

    table tbody tr {
        border: 0;
    }

        table tbody tr td {
            border: 0;
            padding: 0;
        }

            table tbody tr td select {
                padding-top: 10%;
            }

table thead {
    border: 0;
}

    table thead tr {
        border: 0;
    }

        table thead tr td {
            border: 0;
            padding: 0;
        }


.ml3{
    padding-left: 3%;
}
.ml8 {
    padding-left: 8%;
}
#projectItemTable tbody tr td select, #additionalItemTable tbody tr td select {
    padding-top: 8px !important;
}

@supports (-webkit-hyphens:none) {

    #projectItemTable tbody tr td select, #additionalItemTable tbody tr td select {
        margin-bottom: 7% !important;
    }
}


/*div.dropdown_container {
    width: 10px;
}*/

input {
    line-height: initial !important;
}

.ml17 {
    margin-left: 17%;
}

/*.my_dropdown option {
    width: auto;
}*/

/*.btnOrange {
    background: #EC6820 !important;
    border-color: #EC6820 !important
}*/


.btnDarkOrange {
    font-family: FuturaPTDemi;
    font-weight: bold;
    background: #b0480f !important;
    color: white !important;
}

    .btnDarkOrange:hover {
        background: #803a13 !important;
    }

/*.btnOrange:hover {
    background: #c24806 !important;
    border-color: #c24806 !important
}*/

.btnDarkOrange:focus {
    box-shadow: none !important;
}

.btnOrange:focus {
    box-shadow: none !important;
}

.modal .modal-content {
    padding: 20px 20px 20px 20px;
    -webkit-animation-name: modal-animation;
    -webkit-animation-duration: 0.5s;
    animation-name: modal-animation;
    animation-duration: 0.1s;
}

@-webkit-keyframes modal-animation {
    from {
        top: -100px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
}

@keyframes modal-animation {
    from {
        top: -100px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
}
.modal-footer {
    justify-content: center !important;
}

.modal-header {
    display: block !important;
    text-align: center;
}
.errormessage{
    color: red;
}
#exportModal .modal-body {
    max-height: 80vh !important;
    overflow-y: auto !important;
}
button:focus{
    outline: none !important;
}
.sweet-alert button {
    font-family: FuturaPTDemi;
    font-weight: bold !important;
    font-size: 16px !important;
    border: 4px solid #f26924 !important;
    border-radius: 24px !important;
    color: #001722 !important;
    padding: 4px 14px !important;
    background-color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    /* background: #EC6820 !important;
    border-color: #EC6820 !important*/
}

    .sweet-alert button:hover, .sweet-alert button.cancel:hover, .sweet-alert button.confirm:hover {
        /*background: #c24806 !important;
    border-color: #c24806 !important*/
        background-color: #f26924 !important;
        color: #fff !important;
        text-decoration: none !important;
    }

    @media(min-width:776px) and (max-width:990px){
        .exportMaterial{
            margin-left:5% !important;
        }
    }
.smallBtnClass {
    width: 25% ;
    min-width: 130px ;
}


input[type=checkbox] {
    transform: scale(1.5);
}

input[type=checkbox] {
    width: 15px;
    max-height: 15px;
    margin-right: 8px;
    cursor: pointer;
    font-size: 8.5px;
    visibility: hidden;
}

    input[type=checkbox]:after {
        content: " ";
        background-color: #fff;
        display: inline-block;
        margin-top: 1px;
        margin-left: 5px;
        padding-bottom: 11px;
        padding-left: 2px;
        color: #f16128;
        width: 13px;
        height: 12px;
        visibility: visible;
        border: 1px solid #f16128;
        border-radius: 1px;
    }

    input[type=checkbox]:checked:after {
        content: "\2714";
        font-weight: bold;
        color: white;
        background-color: #f16128;
    }

.btnhoverClass {
    font-family: FuturaPTDemi;
    font-weight: bold;
    color: black;
    text-decoration: none !important;
}

.installMatNav:hover, .createProjNav:hover {
    color: #f26924 !important;
    cursor: pointer;
}
.installMatNav:focus, .installMatNav:active, .createProjNav:focus, .createProjNav:active {
    color: #f26924 !important;
}
.installMatNav, .createProjNav {
    text-decoration-line: none;
    outline: none;
    font-weight: bold;
}
.printExp {
    text-decoration: underline;
    color: #f26924;
    outline: none;
    font-weight: bold;
    cursor:pointer;
}


.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

input[type='radio'] {
    accent-color: #f16128;
}