﻿.btn {
    position: relative;
    float: left;
    /*bottom: 100px;*/
    left: 0;
    width: 40px;
    height: 40px;
    margin-left: 0px;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    clear: left;
    cursor: pointer;
    border: 1px solid #96989a;
}

    .btn img {
        width: 100%;
        height: 100%;
    }

.doc-table {
    width: 926px;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    padding: 2px;
}

    .doc-table a {
        color: #1953bd;
        text-decoration: none;
        /*border-bottom: 1px solid #1953bd;*/
    }

    .doc-table td {
        padding: 0;
    }

    .doc-table .url {
        font-size: 14px;
        width: 600px;
    }

.hide {
    display: none;
}

h3 {
    margin: 10px 0 5px 0;
}

ul {
    margin: 5px 0 5px 0;
}

.social {
    text-align: center;
    height: 35px;
}

    .social a {
        text-decoration: none;
        padding: 1px;
        border: 0;
    }

        .social a img {
            background-color: #e0e0e0;
            border: 0;
        }

            .social a img:hover {
                /*content: url('Assets/FileType1/zip.png');
                  background-color:#FCB500;*/
                z-index: 2;
                -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
                border-radius: 50%;
            }

.detail_slide {
    float: left;
    top: 0;
    left: 0;
    width: 510px;
    height: 400px;
}

.detail_disc {
    float: left;
    top: 0;
    left: 0;
    width: 410px;
    height: 400px;
    padding-left: 20px;
}

.rtl {
    text-align: left;
}
.clearfix {
    padding-left: 45px;
}