#button_search {
    margin-top: 0px;
}

.form_swith {
    margin-top: 20px;
}

.form_swith span {
    color: #07b1ff;
    cursor: pointer;
    padding-right: 20px;
}

.form_swith span#form_swith_open.ext::after {
    font-size: 60%;
    padding-left: 10px;
    content: "ᐯ";
}

.form_swith span#form_swith_close.ext::after {
    font-size: 60%;
    margin-left: 10px;
    content: "ᐱ";
}

.form_swith span.clear {
    color: #4b4b4b;
}

.form_swith span.clear::after {
    font-size: 60%;
    margin-left: 10px;
    content: "X";
}

.form_extend {
    width: 100%;
}

#docfilter_order {
    margin-top: -20px;
    margin-bottom: 40px;
    padding: 0px 64px 0px;
}

#docfilter_order a {
    color: #4b4b4b;
    border-bottom: 1px dashed #4b4b4b;
    display: inline-block;
    margin-left: 24px;
    white-space: nowrap;
    cursor: pointer;
}

#docfilter_order a.active {
    border-bottom: none;
    font-weight: 600;
    cursor: auto;
}

.form_extend p,
.form_extend .p {
    font-weight: 600;
    color: #6b6b6b;
    font-size: 15px;
    letter-spacing: -0.15px;
    line-height: 24px;
    padding-top: 12px;
    padding-left: 3px;
    padding-bottom: 9px;
    margin-right: 30px;
}

.left2 {
    float: left;
}

.left2 input {
    float: left;
    width: 120px;
    margin-right: 31px;
    font-size: 15px;
    padding: 13px 10px 12px;
    text-align: center;
}

.right2 {
    float: right;
}

@media (min-width: 768px) {
    .document_item .title {
        max-width: calc(100% - 240px);
    }

    .document_item .title h3 {
        padding-bottom: 0;
    }

    .document_item .buttongreen_sub {
        margin-top: 30px;
    }

    .document_item .document_item_detail {
        float: left;
        width: 60%;
        padding-left: 64px;
    }

    .document_item .document_item_link {
        float: right;
        width: 40%;
    }

    .document_item .buttongreen_sub {
        width: 230px;
    }
}

.document_item .buttongreen_sub img {
    height: 20px;
    width: auto;
    vertical-align: middle;
    margin: 0 5px;
}

.document_item .buttongreen_sub a {
    color: white;
}

.document_item .document_item_link table td,
.document_item .document_item_detail table td {
    border: none;
    padding-right: 30px;
    padding-top: 15px;
    vertical-align: top;
    line-height: 20px;
}

.document_item .document_item_link table td.section,
.document_item .document_item_detail table td.section {
    padding-top: 25px;
    font-weight: 600;
}

.document_item table td a {
    color: #07b1ff;
}

.document_item .document_item_link div {
    padding: 25px 10px 10px;
    background: url(/img/document.png) 20px center no-repeat, lightyellow;
    background-position-y: 17px;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    min-height: 75px;
}

.document_item .document_item_link div a {
    margin-left: 60px;
    display: block;
    line-height: 120%;
    color: #4b4b4b;
    margin-top: -10px;
    cursor: pointer;
}

.underconstruct {
    text-align: right;
    font-size: 90%;
    color: #666;
}

.theme a.btn-doc:hover {
    color: #40be2a !important;
}

.theme a.btn-doc {
    border: none !important;
    margin: 0 !important;
    padding: 30px 0 0 0px !important;
}
