#TSAFE_container{
    margin: 0px;
    min-width: 782px;
    padding: 0px;
}

.row{
    margin: 0px;
}

.tahope-banner{
    position: relative;
    height: 120px;
    margin: 0 auto;
}

.header_title{
    background: -webkit-linear-gradient(to right, #171024 70%, #281C35 80%, #272344 95%, #5F5178 100%);
    background: linear-gradient(to right, #171024 70%, #281C35 80%, #272344 95%, #5F5178 100%);
    text-align: center;
}

.header_title a{
    display: inline-block;
}

.date{
    margin-top: 30px;
    position: absolute;
    right: 3%;
    top: 5px;
}

.date input{
    font-family: "Microsoft JhengHei";
}

.nav_block_in{
    display: block;
    margin: 0px auto;
    text-align: center;
}

.nav_in{
    color: #ffffff;
    display : inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    //z-index: 100;
}

.nav_in:hover{
    z-index: 100;
}

.nav_in>a:link{
    color: #171c61;
    display : inline-block;
}

.nav_in>a{
    border-bottom: 4px solid transparent;
    transition: all 0.2s ease-in;
}

.nav_in>a:hover{
    border-bottom-color: #ffad00;
    color: #ffad00;
    display : inline-block;
    text-decoration: none;
    transition: border-bottom 0.2s ease-in;
}

.nav_in>.nav_active{
    position: relative;
}

.nav_in>.nav_active:after{
    background: #ffad00;
    border-radius: 3px;
    box-shadow: 2px 2px 1px #bf8200;
    content: "";
    height: calc(100% - 10px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, calc(-50% + 5px));
    width: calc(100% + 10px);
    z-index: -1;
}

.nav_in>.nav_active:hover{
    border-bottom: 0px;
    color: #171c61;
}

.nav_in>a, .nav_in span.link_span{
    color: #171c61;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
    padding: 20px 0px 10px;
}

span.link_span+ul.sub_nav{
    background: #BDCED3;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    padding: 0px;
    position: absolute;
    text-align: left;
    transform: translateY(75%);
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    z-index: -1;
}

.nav_in ul.sub_nav li{
    cursor: pointer;
    list-style: none;
    position: relative;
    transition: left 0.25s ease-in;
    white-space: nowrap;
}

.nav_in ul.sub_nav li a{
    border-bottom: 1px solid #f5f8f9;
    color: #324E5C;
    display: block;
    padding: 6px 8px;
    text-decoration: none;
}

.nav_in ul.sub_nav li:last-child a{
    border-bottom: none;
}

.nav_in li:hover{
    background: #9DB7BF;
    left: -5px;
    transition: all 0.3s ease-in;
}

.nav_in:hover span.link_span+ul.sub_nav{
    opacity: 1;
    transform: translateY(calc(100% + 5px));
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    z-index: 100;
}

.bluebar{
    background-color: #171c61;
    height: 5px;
    width: 100%;
}

.clear{
    clear: both;
}

.content{
    margin: 0px auto;
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative;
    text-align: center;
    width: 98%;
    z-index: 99;
}

.table_content{
    display: inline-block;
    max-width: 100%;
    overflow-x: scroll;
}

.prev_next_day{
    background: transparent;
    border: 1px solid #655AB8;
    border-radius: 5px;
    color: #655AB8;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 5px;
}

.prev_next_day:first-child{
    margin-right: 35px;
}

.prev_next_day:last-child{
    margin-left: 35px;
}

.prev_next_day:hover{
    background: #655AB8;
    color: #FFFFFF;
}

th a:hover{
    text-decoration: none;
}

.footer_inside{
    background: #7daad5;
    clear: both;
    color: #FEFEFE;
    margin: 0px auto;
    padding: 20px 0px;
    text-align: center;
    width: 100%;
}

/*product table*/
table{
    border: 1px solid #dddddd;
    border-collapse: collapse;
    margin-bottom: 12px;
}

table th{
    background: #efeafe;
    border: 1px solid #dddddd;
    font-family: "Lucida Console", Monaco, monospace;
    line-height: 2em;
    padding: 8px 12px;
    position: relative;
    text-align: center;
}

td{
    border: 1px solid #dddddd;
    padding: 5px;
    text-align: center;
}

td.category{
    background: #F9F9F9;
}

tr .num_td{
    min-width: 40px;
}

tr .model_num_td{
    min-width: 45px;
}

tr .research_num_td{
    min-width: 52px;
}

td.icon_td{
    line-height: 2em;
}

td a.loop_btn{
    color: #1D4774;
    font-size: 15px;
    margin: 3px 0px;
}

td a.loop_btn:hover{
    background: #ADD3F1;
    border-radius: 50%;
    padding: 7px 6px 5px 6px;
    transition: all 0.2s ease-in;
}

td a.loop_btn:active{
    box-shadow: 1px 1px 1px rgba(29, 71, 116, 0.7) inset;
}

select#hidden_selected{
    display: none;
}

span.date_info{
    background: #C7DEEC;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #90BDDA;
    color: #FCFBF5;
    display: inline-block;
    font-family: "Lucida Console", Monaco, monospace;
    left: 3em;
    padding: 3px 7px;
    position: absolute;
    text-shadow: 1px 1px 2px #A2968D;
    top: 5px;
}

span.date_info:before{
    color: #989897;
    content: "\f133";
    font-family: "FontAwesome";
    font-size: 15px;
    margin-right: 7px;
    text-shadow: none;
}

/*multi product submit button*/
button.get_date{
    outline: none!important;
    position: relative;
}

button.get_date span.error_span{
    background: #FFCDC9;
    border-radius: 2px;
    cursor: default;
    font-family: Microsoft JhengHei;
    left: -3.5em;
    padding: 3px 5px 3px 26px;
    position: absolute;
    text-shadow: none;
    top: -90%;
}

button.get_date span.error_span:before{
    background: #F56C62;
    border-radius: 4px;
    color: #EFF8F6;
    content: "\f00d";
    font-family: "FontAwesome";
    left: 4px;
    padding: 0px 4px;
    position: absolute;
}

button.get_date span.error_span.short_tag{
    left: -1em;
}

/*previous and next experiment button style*/
div.ctrl_div{
    font-family: Microsoft JhengHei;
    overflow: hidden;
    position: relative;
}

span.ctrl_btn{
    background: transparent;
    border: 1px solid #68ACDD;
    color: #68ACDD;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    outline: none;
    position: relative;
    text-decoration: none;
    transition: background 0.2s ease-in, color 0.2s ease-in;
}

span.block_btn{
    border-color: rgba(121, 125, 130, 0.4);
    color: rgba(121, 125, 130, 0.4);
    cursor: no-drop;
    display: none;
}

span.ctrl_btn:nth-child(1){
    float: left;
    left: 25px;
    padding: 4px 6px 4px 32px;
}

span.ctrl_btn:nth-child(2){
    float: right;
    padding: 4px 32px 4px 6px;
    right: 25px;
}

span.ctrl_btn:nth-child(1):before{
    border-right: 1px solid;
    content: "\f060";
    font-family: "FontAwesome";
    left: 6px;
    padding-right: 5px;
    position: absolute;
}

span.ctrl_btn:nth-child(2):after{
    border-left: 1px solid;
    content: "\f061";
    font-family: "FontAwesome";
    padding-left: 5px;
    position: absolute;
    right: 6px;
}

span.ctrl_btn:hover{
    text-decoration: none;
}

span.prev_btn:hover,
span.next_btn:hover{
    background: #68ACDD;
    color: #1D4774;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 1px 1px 1px #F0F3F4;
    transition: all 0.2s ease-in;
}

span.prev_btn:active,
span.next_btn:active{
    box-shadow: 2px 1px 1px #1D4774 inset;
}

/*operational_html checkbox style*/
.num_td input.custom_chk[type=checkbox]{
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid rgba(3, 110, 166, 0.6);
    border-radius: 4px;
    cursor: pointer;
    outline: none!important;
    padding: 8px;
    position: relative;
    transition: all 0.2s ease-in;
}

.num_td input.custom_chk[type="checkbox"]:checked{
    background: rgba(150, 192, 212, 0.9);
    outline: none;
    transition: all 0.2s ease-in;
}

.num_td input.custom_chk[type="checkbox"]:checked:after{
    color: #FFFFFF;
    content: "\f00c";
    font-family: "FontAwesome";
    transition: all 0.2s ease-in;
    left: 1px;
    top: 0px;
}

.num_td input.custom_chk[type="checkbox"]:after{
    content: "";
    position: absolute;
    transition: all 0.2s ease-in;
}

@media screen and (max-width: 1000px){
    .date{
        margin-top: 8px;
        top: 2px;
    }
}
