/* Tabs
____________________________________________________*/

.tabs {
    margin-bottom: 40px
}
.tab_content {
    position: relative;
}
.ya-share2 {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
}
.tabs_caption {
    height: 40px;
    list-style: none;
    border-bottom: 1px solid #4b6797;
    background: #FFF;
    margin:0 !important;
    position:relative;
    padding: 0;
}
.tabs_caption li {
    float: left;
    display: inline;
    padding: 0 20px;
    color: #777;
    cursor: pointer;
    border: 1px solid #fff;
    position: relative;
    height:40px;
    margin:0 2px 1px 0;
    line-height: 40px;
    z-index:3;
    border-bottom: 1px solid #4b6797;
    color:#4b6797;
    font-size:14px;
    border-bottom:none;
}
.tabs_caption li span {
    border-bottom:1px dotted #4b6797;
}
.tabs_caption li:hover,
.tabs_caption .active {
    border: 1px solid #517dad;
    border-bottom: 1px solid #fff;
}
.tabs_content {
    display: none;
    border-width: 0 1px 1px;
    background: #fff;
    padding: 20px;
    overflow-x: scroll;
    width: 100%;
}
.tabs_content.active {
    display: block;
}
.tabs table {
    overflow-x: scroll;
}
.tabs .card tr td {
    padding: 5px;
}
.tabs .border tr td {
    border: 1px solid #517DAD;
    padding: 3px;
}
.tabs .border tr th {
    border: 1px solid #517DAD;
    padding: 3px;
}
.tabs .border tr:hover {
    background-color: #F7F3F3;
}
.tabs .modif tr td {
    border: 1px solid #517DAD;
    padding: 5px;
    font-size: 10px;
}
.pdf {
    background: url('/images/pdf.jpg') left center no-repeat;
    padding: 0 0 0 50px;
    display: block;
    line-height: 40px;
}

.border tr td {
    border: 1px solid #517DAD;
    padding: 3px;
}


.tabs_content table caption {
    padding: 20px 0px;
    font-size: 16px;
}
.tabs_content tr td {
    border: 1px solid #517DAD;
    padding: 3px;
}
.tabs_content tr th {
    border: 1px solid #517DAD;
    padding: 3px;
}
.tabs_content tr:hover {
    background-color: #F7F3F3;
}