@charset "UTF-8";
/* CSS Document */
table.tindices .docs a{
	display: inline-block;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    font-size: 13px;
    min-width: 25px;
    line-height: 1;
    padding: 6px;
	text-decoration: none;
}
table.tindices .docs a.doc-m {
	background: #004F93;
	color: #fff;
	margin-right: 31px;
}
table.tindices .docs a.doc-f {
	background: #40C2CC;
	color: #fff;
	margin-left: -25px;
}
.dataTables_wrapper{
	clear: both;
}
.dataTables_wrapper:after{
	visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.dataTables_wrapper .dataTables_length{
	float: left;
    padding: 2px;
    margin-bottom: .5em;
    white-space: nowrap;
}
.dataTables_wrapper .dataTables_length label{
	vertical-align: unset;
}
.dataTables_wrapper .form-control {
    display: inline-block!important;
    width: auto!important;
}
.dataTables_wrapper .dataTables_filter{
	float: right;
    padding: 2px;
    text-align: right;
    margin-bottom: .5em;
    white-space: nowrap;
}
.dataTables_wrapper .dataTables_filter input{
	margin-left: .5em;
}
.dataTables_wrapper .dataTables_paginate{
	text-align: center;
    padding-top: .25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-block;
    color: #fff;
    background-color: #1b2935;
    border: 1px solid #1b2935;
    border-radius: 4px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: background-color .5s, border .5s, color .5s, opacity .5s;
    padding: 6px;
    text-transform: uppercase;
    line-height: 1;
    min-width: 30px;
    min-height: 30px;
    cursor: pointer;
    background-image: none;
    margin: 0 .6em .6em 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{
	color: #fff;
    background: #ccc;
    border-color: #ccc;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    cursor: not-allowed;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #fff;
    color: #000;
    border-color: #ccc;
}


#page-content .nav-tabs .nav-item{
	margin-right: 3px;
}
#page-content a.nav-link{
	text-decoration: none;
}
#page-content .nav-tabs{
	margin-top:0;
}