#pd-table-wrapper {
    margin: 0 auto;
    margin-bottom: 120px;
    max-width: 1170px;

}

#pd-table-wrapper .table-area {
    margin-top: 20px;
    margin-bottom: 60px;
    display: block;
}

#pd-table-wrapper .list-body {
    margin-top: 20px;
    margin-bottom: 60px;
    display: none;
}


#pd-table-wrapper .pdlist-title {
    font-size: 30px;
    color: #f10;
    line-height: 1.6;
    text-align: center;
    width: 100%;
    margin: 20px 0 10px 0;
}

#pd-table-wrapper .show-table-box {
    width: 100%; 
    margin: 10px auto;
    padding: 0px;
}

#pd-table-wrapper .btn-group {
    margin: 20px 0;
    margin-right: 10px;
    position: relative;
}

#pd-table-wrapper .show-table-box a.show-btn {
    display: inline-block;
    text-align: center;
    border: #f00 1px solid;
    border-radius: 5px;
    min-width: 220px;
    padding: 8px 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    cursor: pointer;
    background-color: rgba(255, 0, 12, .58);
}

#pd-table-wrapper .show-table-box a.show-btn:after {
    font-family: FontAwesome;
    content: "\f0dd";
    display: inline-block;
    padding-right: 3px;
    font-size: 16px;
}

#pd-table-wrapper .show-table-box a.show-btn .fa {
    padding-left: 5px;
}


#pd-table-wrapper .show-table-box a.show-btn:hover,#pd-table-wrapper .show-table-box a.show-btn:active,#pd-table-wrapper .show-table-box a.show-btn:focus,#pd-table-wrapper .show-table-box a.show-btn:visited {
    background-color: rgba(255, 0, 12, .8);
}

.reset-box{
    width: auto;
    float: right;
    margin: 20px 15px;
}

.reset-btn{
    display: inline-block;
    text-align: center;
    border: #f00 1px solid;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    cursor: pointer;
    background-color: rgba(255, 0, 12, .58);
}

.reset-btn:hover, .reset-btn:active{
    color: #fff;
    background-color: rgba(255, 0, 12, .8);

}

.reset-btn span{
    padding: 0 5px 0 0;
}

.openbox {
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    -webkit-transform-origin: 65% 50%;
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    transform-origin: 65% 50%;
}


#pd-table-wrapper .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 220px;
    padding: 0px 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(75, 75, 75, 1);
    background-color: rgba(255, 0, 12, .58);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#pd-table-wrapper .dropdown-menu > a {
    color: #fff;
    text-align: left;
    display: block;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, .85);
}

#pd-table-wrapper .dropdown-menu > a:hover {
    background-color: rgba(255, 0, 12, 1);
}

#pd-table-wrapper .dropdown-menu > a.selected {
    background-color: rgba(255, 0, 12, 1);
}



/**/

.css-table li {
    display: inline-block;
    border: #aaa 1px solid;
    color: #aaa;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 3px 8px;
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    background-color: #ffffff;
}

.css-table li.active {
    border: #1a1a1a 1px solid;
    background-color: #1a1a1a;
    color: #ffffff;
}

.css-table {
    display: table;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    background-color: #000;
    border-collapse: collapse;
    margin-bottom: 0px;
    font-size: 14px;
    font-family: 'DINPro-Regular';
}

.css-table .thead {
    display: table-header-group;
}

.css-table .tbody {
    display: table-row-group;
}

.css-table .tr {
    display: table-row;
}

.css-table .th,
.css-table .td {
    display: table-cell;
}

.css-table .td,
.css-table .th {
    padding: 10px 15px;
}

.css-table .td {
    color: #9c9c9c;
    border: #111 1px solid;
    background-color: transparent;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    background-color: #222;
}
/*1124*/

.css-table .td:nth-child(1),.css-table .th:nth-child(1) {
    width: 15%;    
}

.css-table .td:nth-child(2),.css-table .th:nth-child(2) {
    width: 15%;    
}

.css-table .td:nth-child(3),.css-table .th:nth-child(3) {
    width: 35%;    
}

.css-table .td:nth-child(4),.css-table .th:nth-child(4) {
    width: 15%; 
    display: table-cell;
}


.css-table .td:nth-child(5),.css-table .th:nth-child(5) {
    width: 20%;  
    display: table-cell;  
}


.css-table .na-yes:before{
    content: "●";
    display: block;
    color: #c9c9c9c; 
}

.btn-red-box{
    display: inline-block;
    margin: 20px 0;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
}

.border-btn{
    display: inline-block;
    text-align: center;
    border: #f00 1px solid;
    border-radius: 5px;
    min-width: 220px;
    padding: 8px 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    cursor: pointer;
    background-color: transparent;
}

.border-btn:hover{
    color:#fff;
     background-color: rgba(255, 0, 12, .58);
}


/*1124*/

.css-table .tr {
    background-color: transparent;
}

.css-table .tr:nth-child(even) {
    color: #9c9c9c;
    
}

.css-table .tr:nth-child(odd) {
    color: #9c9c9c;
}

.css-table .thead .th {
    background-color: #000;
    border-top: #333 1px solid;
    border-bottom: #333 3px solid;
    text-align: center;
    padding: 15px 0;
    color: #9c9c9c;
    font-family: 'din_pro_bold';
    font-size: 16px;
}

.css-table .tr:hover {
    background-color: rgba(224, 0, 0, .68);
}

.css-table a.txtlink {
    color: #ccc;
    font-weight: 600;
    letter-spacing: .25px;
    line-height: 2;
}
#mysticLight_landing #pd-table-wrapper nav ul{
    display: block;
    max-width: 1170px;
    margin: 0 auto;
    background-color: transparent;
}

#mysticLight_landing #pd-table-wrapper nav ul li {
    display: inline-block;
    max-width:auto;
    width: auto;
    margin: 0 auto;
    padding: 15px 10px;
    border: none;
    transition: all .1s ease-in;
    cursor: pointer;
}

#pd-table-wrapper .pagination>li>a, #pd-table-wrapper .pagination>li>span {
    position: relative;
    float: left;
    padding: 0px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border: 1px solid #ddd;
    border-radius: 15px;
    width: 15px;
    height: 15px;
}

#pd-table-wrapper .pagination>li>a:hover, #pd-table-wrapper .pagination>li>span:hover {
    background-color: #fff;
    border: 1px solid #fff;
  
}

#mysticLight_landing nav ul li:hover {
    border: #f00 0px solid;
    background-color:transparent;
}


#pd-table-wrapper .carousel-indicators {
    position: relative;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

#pd-table-wrapper .carousel {
    position: relative;
    z-index: -1;
}

@media only screen and (max-width: 1366px) {
    #pd-table-wrapper .show-table-box {
        width: 90%;
    }
    .css-table {
        width: 90%;
    }

@media screen and (min-width: 768px){
    #pd-table-wrapper  .carousel-indicators {
        bottom: 0px;
    }

}

@media only screen and (max-width: 768px) {
    #pd-table-wrapper .show-table-box a.show-btn {
        min-width: 200px;
        padding: 8px 10px;
        font-size: 1.6rem;
    }

    .border-btn{
        min-width: 200px;
        padding: 8px 10px;
        font-size: 1.6rem;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 200px;
        padding: 0px 0px;
        margin: 2px 0 0;
        font-size: 1rem;
    }
    
}

@media only screen and (min-width: 737px) and (max-width: 1080px){
    .css-table {
        width: 80%;
    }
    #pd-table-wrapper .show-table-box {
        width: 80%;
    }

   .css-table .td, .css-table .th {
        padding: 10px 5px;
        font-size: 1 rem;
    }

    .css-table .thead .th {
        padding: 15px 0;
        font-size: 1.2rem;
    }

    .css-table a.txtlink {
        letter-spacing: 0px;
        line-height: 1.2;
    }

    .reset-btn{
        padding: 10px 10px;
        font-size: 1.2rem;
    }
     #pd-table-wrapper .show-table-box a.show-btn {
        font-size: 1.2rem;
        padding: 8px 10px;
    }

    .border-btn{
        font-size: 1.2rem;
    }

    #pd-table-wrapper .show-table-box {       
        margin: 10px auto;
      
    }
}

@media only screen and (max-width: 736px) {
    .reset-box {
        float: right;
        margin: 10px 10px;
        width: 100%;
        max-width: 30%;
        text-align: right;
    }

    .reset-btn{
        padding: 8px 12px;
        font-size: 1rem;
    }

    #pd-table-wrapper .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        max-width: 100%;
    }
    #pd-table-wrapper .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        min-width: auto;
        width: 100%;
    }
     #pd-table-wrapper {
        width: 100%;
        max-width: 1170px;
        display: block;
    }
     #pd-table-wrapper .btn-group {
        margin: 10px 0px;
        display: inline-block;
        float: left;
        width: 100%;
        max-width: 50%;
        padding: 0 5px;
    }
    #pd-table-wrapper .show-table-box a.show-btn {
        min-width: auto;
        font-size: 1rem;
        padding: 8px 4px;
        display: inline-block;
        width: 100%;
    }

/**/

    .btn-red-box{
        margin: 10px 0px;
        display: inline-block;
        float: left;
        width: 50%;
        max-width: 100%;
        padding: 0 5px;
    }
    .border-btn{
         min-width: auto;
        font-size: 1rem;
        padding: 8px 4px;
        display: inline-block;
        width: 100%;
    }

    /**/
    .dropdown-menu {
        min-width: auto;
    }

    .css-table .td, .css-table .th {
        padding: 10px 5px;
        font-size: 1rem;
    }
    .css-table .thead .th {
        padding: 15px 0;
        font-size: 1rem;
    }

    .css-table a.txtlink {
        letter-spacing: 0px;
        line-height: 1.2;
    }

    .css-table {
        display: table;
        width: 98%;
    }
    
    #pd-table-wrapper .show-table-box {
        width: 100%;
    }
    

    .css-table .td:nth-child(1),.css-table .th:nth-child(1) {
        width: 25%;    
    }


    .css-table .td:nth-child(2),.css-table .th:nth-child(2) {
        width: 25%;    
    }


    .css-table .td:nth-child(3),.css-table .th:nth-child(3) {
        width: 50%;    
    }

    .css-table .td:nth-child(4),.css-table .th:nth-child(4) {
        display:none;
    }


    .css-table .td:nth-child(5),.css-table .th:nth-child(5) {
      
        display: none;  
    }

}


@media only screen and (max-width: 320px) {
   
    #pd-table-wrapper .show-table-box {
        padding: 0;
    }


}
