﻿@charset "UTF-8";
/* CSS Document */
/* datatable overrides */
.datatable td {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* parametric stuff */
.pm_close {
    color: #999999;
    font-size: 20px;
    font-weight: bold;
    float: right;
    margin-top:-10px;
    margin-right: -10px;
}

.pm_close:hover,.pm_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.pm_master {
    background-color: rgb(202, 220, 226);
    overflow: hidden;
    border: 1px solid #919090;
    margin-top: 14px;
    padding-left:15px;
}
    .pm_master h5 {
        font-size: 16px;
    }

    .pm_master button {
        background-color: rgba(67,183,233,0.35);
        color: black;
        display: inline-block;
        padding-right: 10px;
        margin-top: 15px;
        border-radius: 5px 5px 5px 5px;
    }

    .pm_master button:hover {
        background-color:  rgba(67,183,233,1.0);
        border-radius: 5px 5px 5px 5px;
        color: white;
    }

    .pm_master button:focus {
        background-color:  rgba(67,183,233,1.0);
        border-radius: 5px 5px 5px 5px;
        color: white;
    }

    .pm_master button img {
        padding-top: 2px;
        margin: 0px auto;
    }

.pm_results_main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: row;
    flex-flow: row;
    flex-wrap:nowrap;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.pm_results_main div {
    background-color: white;
    overflow: hidden;
}

.pm_results_master {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: row;
    flex-flow: row;
    flex-wrap:nowrap;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.pm_container {
    font-family: "Fira Sans", arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
    font-size: 18px;
    width: 960px;
    float: left;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pm_suggestion_container p {
    text-align:left;
    padding: 0px 0px 3px 0px; 
    width: 100%;
}
.pm_suggestion_part {
    float:left;
    clear:left;
    font-size:18px;
    font-weight:bold;
    line-height:18px;
    margin-left:5px;
}
.pm_suggestion_desc {
    float:left;
    clear:left;
    font-size:12px;
    margin:-2px 20px 0px 20px;
}
.pm_empty {
    font-size: 16px; 
    padding: 20px 20px 20px 20px;
}


.pm_title {
    text-align: center;
    min-width: 960px;
    display: inline-block;
    margin-top: 40px;
}

    .pm_title p {
        text-align: center;
        width: 960px;
        font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-weight: bold;
        font-size: 28px;
        color: #4e4d4d;
        display: inline-block;
        margin-bottom: 0px;
    }

        .pm_title p input {
            font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
            font-size: 18px;
            width: 400px;
            text-transform: uppercase;
        }

            .pm_title p input::-webkit-input-placeholder { /* WebKit browsers */
                text-transform: none;
            }

            .pm_title p input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                text-transform: none;
            }

            .pm_title p input::-moz-placeholder { /* Mozilla Firefox 19+ */
                text-transform: none;
            }

            .pm_title p input:-ms-input-placeholder { /* Internet Explorer 10+ */
                text-transform: none;
            }

        .pm_title p button {
            font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
            border-radius: 8px 8px 8px 8px;
            width: 40px;
            height: 25px;
            color: white;
            background-color: #74cff6;
            border: none;
        }

    .pm_subtitle table {
        margin-top:5px;
    }

    .pm_subtitle td {
        font-family: "MingLiU", "Apple LiSung", "Helvetica Neue",arial, sans-serif,"Microsoft JhengHei";
        text-align: left;
        font-weight: bold;
        font-size: 18px;
        color: #4e4d4d;
        margin-bottom: 0px;
        margin-left:10px;
    }

    .pm_subtitle input {
        font-family: "MingLiU", "Apple LiSung", "Helvetica Neue","Microsoft JhengHei",arial, sans-serif;
        font-size: 14px;
        width: 100px;
        display: inline-block;
        padding: 2px 2px 2px;
        border: 1px solid gray;
        font-weight: bold;
        margin-bottom: 0px;
    }

        .pm_subtitle p input::-webkit-input-placeholder { /* WebKit browsers */
            text-transform: none;
        }

        .pm_subtitle p input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            text-transform: none;
        }

        .pm_subtitle p input::-moz-placeholder { /* Mozilla Firefox 19+ */
            text-transform: none;
        }

        .pm_subtitle p input:-ms-input-placeholder { /* Internet Explorer 10+ */
            text-transform: none;
        }


.pm_search_container {
    margin-top: 10px;
    margin-bottom: 15px;
}

.pm_filter_container {
    display: inline-block;
    padding: 2px;
    margin: 2px;
    vertical-align: top;
}
.pm_filter_container h2 {
    font-size: 14px;
    background-color: #e1a55f;
    color: black;
    border-radius: 5px;
    text-align: left;
    padding-left: 3px;
}
.pm_filter_container h5 {
    text-align: left;
    display: inline-block;
}

.pm_filter_container a {
    color: #999999;
}
.pm_filter_container a:hover {
    text-decoration: none;
    color: black;
}
.pm_filter_container li {
    list-style-type: none;
    font-size: 14px;
    line-height: 20px;
    margin-left: -15px;
    white-space: nowrap;
    display: block;
}

.pm_filter_container input.fitlerCheckBox {
    height: 20px;
    width: 20px;
    margin-right: 5px;
    margin-top: 4px;
}

.pm_filter_container button {
    display: inline-block;
    font-size: 14px;
}

.pm_filter_container button:hover {
    background-color:  rgba(67,183,233,1.0);
    color: white;
}

.pm_filter_container button:focus {
    background-color:  rgba(67,183,233,1.0);
    border-radius: 5px 5px 5px 5px;
    color: white;
}

.pm-check {
    color: green;
    display: inline;
    padding-left:5px;
    font-size: 12px;
}

.pm_options {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 10px;
}

.pm_options input {
    font-family: "MingLiU", "Apple LiSung", "Helvetica Neue","Microsoft JhengHei",arial, sans-serif;
    font-size: 14px;
    display: inline-block;
    padding: 2px 2px 2px;
    border: 1px solid gray;
}

.pm_options button {
    font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
    border-radius: 8px 8px 8px 8px;
    width: 200px;
    height: 25px;
    color: white;
    background-color: #74cff6;
    border: none;
}


.pm_options h3 {
    text-align: left;
    font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
    font-weight: bold;
    font-size: 16px;
    color: #4e4d4d;
    padding: 3px;
    margin: 0 auto;
}

.pm_checked {
    color: darkseagreen;
}

.pm_switches {
    padding-top: 10px;
}

.pm_switches button {
    font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
    border-radius: 8px 8px 8px 8px;
    width: 40px;
    height: 25px;
    color: white;
    background-color: #74cff6;
    border: none;
}

.pm_label h3 {
    text-align: right;
    font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
    font-weight: bold;
    font-size: 18px;
    color: #4e4d4d;
    padding: 2px 0px 2px 0px;
    margin: 0 auto;
}


.pm_label input {
    font-family: "MingLiU", "Apple LiSung", "Helvetica Neue","Microsoft JhengHei",arial, sans-serif;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    padding: 2px 2px 2px;
    border: 1px solid gray;
    font-weight: bold;
}

.pm_label button {
    font-family: arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
    border-radius: 8px 8px 8px 8px;
    width: 40px;
    height: 25px;
    color: white;
    background-color: #74cff6;
    border: none;
}

.pm_object_parent {
    align-content: center;
    background-color: #e4e4e4;
    /*float: left;*/
    margin: 10px;
    border: 1px solid gray;
    overflow: hidden;
    height: 235px;
    display: inline-block;
    /*flex-direction: column;*/
}
.pm_object_parent h2 {
    padding-top: 2px;
    margin: 0px auto;
}

.pm_sel_strip_scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 20px;
}
.pm_sel_strip_stacked {
    overflow-x: hidden;
    overflow-y: hidden;
}

.pm_sel_strip_scoll_more {
    margin-top: 5px;
    width:100%;
    justify-content: center;
    border-top: 3px solid black;
}
.pm_sel_strip_scoll_more a {
    background-color: black;
    padding-left: 10px;
    padding-right: 10px;
    color: rgb(190,190,190);
    padding-bottom: 5px;
    border-radius: 0px 0px 10px 10px;

}
.pm_sel_strip_scoll_more a:hover {
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.nav-link-active{
    background-color: blanchedalmond;
}
.nav-link:hover {
    background-color: rgba(0,123,255,0.3);
    color: #33383d;
}

.pm_object_container {
    background-color: #e4e4e4;
    margin-top: -5px;
    margin: 10px;
    overflow-y: hidden;
    overflow-x: hidden;
    /*max-height: 200px;*/
    width: 100%;
    padding: 2px;
    margin: 0px auto;
    border: 1px solid black;
}
    .pm_object_container li {
        list-style-type: none;
        font-size: 16px;
        line-height: 20px;
        margin-left: -30px;
        margin-right:20px;
        white-space: nowrap;
    }

        .pm_object_container li a:link {
            text-decoration: none;
            color: #292929;
        }

        .pm_object_container li a:visited {
            text-decoration: none;
            color: #414141;
        }

        .pm_object_container li a:hover {
            background-color: #daf0fa;
            border-radius: 5px 5px 5px 5px;
            height: 32px;
            width: 900px;
            display: block;
            color: #000000;
        }

    .pm_object_container td:hover {
        background-color: rgb(157, 171, 177);
        cursor: pointer;
    }

.pm_object_sel_container {
    background-color: #e4e4e4;
    margin-top: 25px;
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: 200px;
    width: 100%;
    padding: 2px;
    margin: 0px auto;
    border: 1px solid black;
}

    .pm_object_sel_container li {
        list-style-type: none;
        font-size: 16px;
        line-height: 20px;
        margin-left: -30px;
        margin-right:20px;
        white-space: nowrap;
    }

        .pm_object_sel_container li a:link {
            text-decoration: none;
            color: #292929;
        }

        .pm_object_sel_container li a:visited {
            text-decoration: none;
            color: #414141;
        }

        .pm_object_sel_container li a:hover {
            background-color: #daf0fa;
            border-radius: 5px 5px 5px 5px;
            height: 32px;
            width: 900px;
            display: block;
            color: #000000;
        }
    
a.pm_prod:link {
    font-family: "Fira Sans", arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
    font-weight: bold;
    font-size: 15px;
    color: #585858;
    display: block;
    cursor: pointer;
    padding-right: 5px;
    text-decoration: none;
}
a.pm_prod:hover {
    color: #2e71ec;
    text-decoration: underline;
}
a.pm_prod:visited {
    color: #585858;
    text-decoration: none;
}

.pm_misc {
    position: relative;
}

    .pm_misc ul {
        list-style-type: square;
    }

    .pm_misc li {
        font-family: "Fira Sans", arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
        font-weight: bold;
        font-size: 16px;
        color: #4e4d4d;
        display: block;
        margin-left: 5px;
        margin-right: 5px;
        cursor: pointer;
        line-height: 25px;
    }

        .pm_misc li a:link {
            color: #c18a8a;
            text-decoration: none;
        }

        .pm_misc li a:hover {
            color: #bf2727;
            text-decoration: none;
        }

        .pm_misc li a:visited {
            color: #c18a8a;
            text-decoration: none;
        }

.pm_footer {
    text-align: center;
    width: 960px;
    display: inline-block;
    margin-top: 10px;
}
.pm_footer p {
    text-align: center;
    font-family: "Mitr", arial, sans-serif,"Microsoft JhengHei", "MingLiU", "Apple LiSung";
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #555555;
    display: inline-block;
    margin-top: 0px;
}


