/*.padL10 {
    padding-left: 10px;
}

.padR10 {
    padding-right: 10px;
}

div.b-filter-document {
    width: 99%;
}

div.b-filter-document table {
    width: 100%;
}

div.b-filter-document table th {
    color: #2e2d2d;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    padding: 7px 0;
    width: 130px;
}

div.b-filter-document table td {
    color: #2e2d2d;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    padding: 7px 0 7px 10px;
}

div.b-filter-document table .pole {
    border: 1px solid #ea7a01;
    border-radius: 3px;
    width: 96%;
    padding: 5px 2%;
}

div.b-filter-document .b-date {
    float: left;
    border: 1px solid #ea7a01;
    position: relative;
    width: 240px;
    border-radius: 3px;
    padding: 0 10px;
}

div.b-filter-document .b-date input {
    border: none;
    padding: 5px 0;
    width: 225px;
}

div.b-filter-document .b-date .ui-datepicker-trigger {
    float: right;
    margin-top: 5px;
    right: 10px;
}

div.b-filter-document .f-r {
    float: right;
}

div.b-filter-document label {
    float: left;
    margin: 6px 5px 0;
}

div.b-filter-document .b-date + label {
    margin-left: 15px;
    margin-right: 0;
}

div.b-filter-document .btn {
    color: #fff;
    border: none;
    background: #ea7a01;
    border-radius: 3px;
    padding: 6px 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

div.b-filter-document .btn-clear {
    color: #fff;
    border: none;
    background: #a09f9e;
    padding: 6px 15px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

div.b-filter-document .btn:hover, div.b-filter-document .btn-clear:hover {
    opacity: 0.8;
}

.ui-datepicker-trigger {
    cursor: pointer;
}

.b-doc-year {
    font-weight: bold;
    margin: 10px 0;
}

.b-doc-year .titl {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    vertical-align: middle;
    margin-right: 5px;
}

.b-doc-year a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    vertical-align: middle;
    border: 1px solid #ea7a01;
    padding: 4px 5px;
    text-decoration: none;
    border-radius: 3px;
    color: #ea7a01;
    background: #fdf4ea;
    margin-left: 10px;
}

.b-doc-year a:hover {
    color: #fff;
    background: #bc1531;
    border: 1px solid #bc1531;
}

.sear-res-table {
    color: #696868;
    margin: 10px 0;
}

.sear-res-table b {
}

table.tbl-doc {
    width: 100%;
    margin: 0 0 15px;
}

table.tbl-doc th {
    vertical-align: top;
    background: #bc1531;
    border: 1px solid #d67081;
    color: #fff;
    font-weight: bold;
    padding: 15px;
}

table.tbl-doc td {
    vertical-align: top;
    border: 1px solid #bcbbbb;
    padding: 10px 15px;
}

table.tbl-doc td a {
    color: #2e2d2d;
}

table.tbl-doc td + td + td + td {
    vertical-align: middle;
    text-align: center;
}

.i-view {
    display: inline-block;
    zoom: 1;
    position: relative;
    vertical-align: middle;
    background: url(/img/i-view.png) 0 0 no-repeat;
    width: 23px;
    height: 23px;
    text-decoration: none;
}

.i-dw {
    display: inline-block;
    zoom: 1;
    position: relative;
    margin: 0 10px;
    vertical-align: middle;
    background: url(/img/i-dw.png) 0 0 no-repeat;
    width: 21px;
    height: 22px;
    text-decoration: none;
}

#document_preview_popup {
    width: 85vw;
}

.resume_form_popup h1 {
    margin: 0 0 15px 0;
    text-align: center;
    width: 100%;
    border: none;
}

.resume_form_popup .buttons {
    margin-top: 20px;
    width: 98%;
    text-align: center;
}

.resume_form_popup .buttons div.doc_down {
    display: inline-block;
    min-width: 120px;
    color: #fff;
    border: none;
    background: #ea7a01;
    border-radius: 3px;
    padding: 6px 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.resume_form_popup .document_preview {
    width: 100%;
    height: 70vh;
}
*/