/* Css for , Version=1719048321 */
 
.files-list {display: block; padding: 5px; margin: 0; background-color: @color-gray-pale;}
.files-list > li {position: relative; display: block; float: left; padding: 0; margin: 5px; position: relative;}
.files-list > li > a {color: #666; display: block; height: 70px; min-width: 70px; line-height: 60px; padding: 3px; max-width: 400px; overflow: hidden; text-align: center;background-color: #fff; opacity: 0.9; border: 1px solid #ddd}
.files-list > li > a:hover {opacity: 1; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); border-color: #ccc; color: #506EAF;text-decoration: none;}
.files-list > li > a > img, .files-list > li > a > img:hover{max-width: 200px; max-height: 100%; box-shadow: none; margin: 0}
.files-list:empty {display: none;}
.files-list > li.file > a {line-height: 25px; padding: 40px 30px 5px; max-width: 240px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.files-list > li.file > a:before {display: block; width: 100%; font-size: 30px; position: absolute; top: 10px; text-align: center; left: 0; content: '\e6d4'; font-family: ZenIcon;}
.files-list > li.files-list-heading {float: none; display: block; color: #999;font-weight: bold;}
.files-list > li .file-actions {display: block; position: absolute; right: 0; top: 0;} 
.files-list > li .file-actions > a {opacity: 0; display: inline-block; background-color: #D9E8F5; color: #666; padding: 3px 7px;}
.files-list > li:hover .file-actions > a,.files-list > li .file-actions > a:hover {opacity: 1; background-color: #145BCC; color: #fff; text-decoration: none;}

.files-list > li.file.file-zip > a:before, .files-list > li.file.file-rar > a:before {content: '\e751'}
.files-list > li.file.file-doc > a:before {content: '\e72c';}
.files-list > li.file > .file-md5 {display: none}
.files-list > li.file > .file-download {top: 3px; right: 5px; position: absolute; font-size: 12px; opacity: .5}
.page-wrapper{
    padding-top:0;
    background:#eaeef3;
}
.article{
    border:none;
    margin-bottom:50px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.article>header{
    display:none;
}
.article>.article-content{
    padding:5px 10px 25px;
}
.article>.article-content a{
    font-weight:bold;
    margin:0 5px;
    color:#1183fb;
    display: inline-block;
}
.article>.article-content a:hover{
    text-decoration:underline;
}
.vswrap table{
    width:100%;
    max-width:1170px;
    margin-top:10px;
    overflow:hidden;
}
.vswrap table th{
    background: #1183fb;
    color:#fff;
}
.vswrap table .th2{
    background: #f6f8f9;
    color:#333;
}
.vswrap td, .vswrap th{
    border:solid 1px #eaeef3 !important;
    background:#fff;
    padding:0 10px !important;
    height:38px;
    text-align:center;
    vertical-align: middle !important;
}
.vswrap .th{
    text-align:left;
}
.right{
    color:#00da88;
}
.right i{
    display:block;
    width:30px;
    height:30px;
    margin:auto;
    background:url(/file.php?f=source/default/wide/zen-right.png&t=png&o=source&s=&v=1554354513);
}
.wrong{
    color:#e94045;
}
.wrong i{
    display:block;
    width:30px;
    height:30px;
    margin:auto;
    background:url(/file.php?f=source/default/wide/zen-wrong.png&t=png&o=source&s=&v=1554354513);
}
.notes{
    margin:15px 0;
}
.cart-count {display: inline-block; margin-left: 4px; transition: all .2s; position: relative; top: 0;}
.cart-count.hide {display: none}
.cart-count.twinkle {transform: scale(1.5); top: -2px}
.msger-cart .btn.success {border-color: #fff; margin-top: 10px;}
.msger-cart .msger-content {position: relative;}
.msger-cart .msger-cart-count {position: absolute; text-align: center; right: 15px; top: 18px; background-color: rgba(0,0,0,.1); border-radius: 4px; padding: 6px 18px 6px 8px;}
.msger-cart .msger-cart-count .cart-count {font-size: 20px;}
