﻿body {
    background:#fafafa;
}
.file-table {
    border: 1px solid #ddd;
}
.tool-table thead th {
    background:#e60012;
    border-color:#e60012;
    color:#fff!important;
}
.file-table img {
    width: 150px;
}
.file-table tr th, .file-table tr td {
    padding: 12px 25px;
    text-align: center;
    color: #666;
}
.file-table tr td div, .file-table tr td a{
    display:block;
    min-width: 90px;
}
/*.file-table tr td a:hover {
    color: #e60012;
    text-decoration:underline;
}*/

.file-table .link {
    color: blue;
    text-decoration: underline;
}

.class-section-content h3 {
    margin: 25px 0 25px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.glyphicon-cloud-download {
    color: #3F9F4E;
    cursor:pointer;
}
.mode-table {
    width: 100%;
    max-height: 493px;
    overflow: auto;
}

.mode-table table {
    border: 1px solid #ddd;
}
.mode-table table th {
    background: #f5f5f5;
}
.mode-table table th div {
    min-width: 170px;
    padding: 12px 10px;
    text-align: center;
}

.mode-table table td a, .mode-table table td div {
    display: block;
    padding: 10px;
    text-align: center;
    background: #fff;
}

.mode-table table td a:hover {
    color: #e60012;
    text-decoration: underline;
}
.product .inner-content .class-section-content img {
    max-width: 100%;
    height:auto;
}

.product .inner-main .inner-content {
    background-color:transparent;

}
.product .class-section-content {
    padding: 0
}

.section-content {
    background:#fff;
    padding: 20px;
    margin-top: 20px;
}
.section-content.content1 ul {
    padding-left: 17px;
}
.section-content.content1 ul li {
       
    list-style-type: disc !important;
}

.aside-menu-block {
    display:none;
    width: 250px;
    height:1px;
    margin-right:30px;
}
.class-section-wrapper {
    height: 58px;
    width: 100%;
}
.table-wrappr {
    overflow: auto;
}

.comparison-btn {
    width: 80px;
    height: 36px;
    background-color: #e60012;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    margin: 0 0 15px 0;
    outline: none;
    border: none;
}
.certificate-list {
    justify-content: unset;
    flex-wrap: wrap;
    padding: 25px 0;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
/*    padding: 50px;*/
    background: #fff;
/*    float:left;*/
}
    .certificate-list li {
        display:inline;
        text-align: center;
        cursor: pointer;
        /*width: 50%;*/
        font-size:20px;
        font-weight:normal;
    }
    .certificate-list li a:hover{
        color:#e60012;
    }

.authenticationList {
    display: flex;
    text-align: center;
    cursor: pointer;
    justify-content:space-between;
    padding:10px 50px;
}

@media (min-width: 762px) {
    .class-section {
        line-height: 56px;
    }
    .class-section-item {
        border-top: 2px solid transparent;
    }
    /*.class-section-item-active span {
        display: block;
        border-top: 2px solid #e60012;
    }*/
    .class-section-item-active {
        background: #fff;
       
    }
    .class-section-item-active span {
        color: #e60012
    }
}


@media (max-width: 762px) {
    .section-content.content1 {
        margin-top: 0;
    }
    .class-section-item-active {
        background:#fff;
    }
    .class-section-wrapper {
        overflow:auto;
    }
    .class-section {
        width:auto!important;
        min-width: calc(100% - 30px);
        overflow:auto;
    }
}
